html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
:root {
  --main-cl: #212e3f;
}
.pc-hide {
  display: none;
}
.clear {
  clear: both;
}
 
.logo {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
 
.menu {
  background-color: #000;
  margin-left: 1px;
}
 
.main {
  background-color: #fff;
  max-width: 600px;
  margin: 0 auto;
}

.left-bar {
  width: 100%;
  background-color: #fff;
}
.content h1 {
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  font-family: "Cuprum", sans-serif;
  font-weight: 700;
  color:var(--main-cl);
  margin: 20px 0px;
  text-align: left;
}
.content h2 {
  font-size: 16px;
  line-height: 24px;
  font-family: "Cuprum", sans-serif;
  font-weight: 700;
  color:var(--main-cl);
  margin: 10px 0px;
  text-align: left;
}
.content h3 {
  font-size: 15px;
  font-family: "Cuprum", sans-serif;
  color: #000;
  font-weight: 700;
  text-align: justify;
}
.content hr.red {
  background-color: red;
  color: red;
  height: 3px;
}
.content p {
  font-size: 15px;
  font-family: "Cuprum", sans-serif;
  color: #1E1E1E;
  margin-bottom: 15px;
  text-align: justify;
  line-height: 1.5;
}
.content h3 {
  font-weight: 700;
  margin-bottom: 0;
  margin-top: -5px;
}
p.center {
  text-align: center;
  text-indent: 0;
}
img {
  max-width: 100%;
  display: block;
}
.mc-red > .mc-head-container > ul > li > .mc-comment-count > span {
  padding: 0 5px 0 8px !important;
  color: #2b587a !important;
}
.mc-red > .mc-head-container > ul > li > .mc-comment-count > span.active {
  font-weight: 700 !important;
  border-bottom: 3px solid #597da3 !important;
}
.content .redw {
  text-indent: 15px;
  display: inline-block;
  font-weight: 400;
}
.content p span {
  font-weight: 700;
}
.content-img img,
.content-img2 img {
  max-width: 100%;
}

.content-img.right-small {
  width: 100%;
}
.content-img.left-small .annotate {
  color: #aaa;
  font-family: "Cuprum", sans-serif;
  font-size: 10px;
  margin-bottom: 19px;
  text-align: center;
}
.content-img2 img {
  margin-bottom: 20px;
}
.krem3 {
  width: 17%;
  margin: 5px 0 5px 5px;
}
.comment-photo {
  width: 100%;
  margin-left: 100px;
}
a.order-btn {
  text-decoration: none;
  background-color: #212e3f;
  font-size: 18px;
  line-height: 32px;
text-align: center;
color: #FFFFFF;
    display: block;
  padding: 10px 20px;
  width: 260px;
  margin: 20px auto;
}

.right-bar {
  float: right;
  width: 27.4%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.banner {
  padding: 9px;
  border: 1px solid #ddd;
}
.publishing {
  border: 1px solid #ddd;
  margin: 0 0 11px;
  padding-right: 10px;
}
.tittle-publishing {
  padding: 12px;
  border-bottom: 1px solid #ddd;
}
.tittle-publishing h1 {
  font-size: 13px;
  font-family: "Cuprum", sans-serif;
  color: #fc0303;
  font-weight: 700;
  text-align: center;
}
.content-publication {
  padding: 15px 0 6px 12px;
}
.publication {
  padding-bottom: 8px;
}
.publication img {
  float: left;
}
.description-pub {
  overflow: hidden;
  padding-top: 5px;
  padding-left: 10px;
}
.description-pub p {
  font-size: 13px;
  font-family: "Cuprum", sans-serif;
  color: #000;
  font-weight: 700;
  word-break: normal;
}
.lower-frame {
  font-size: 9px;
  overflow: hidden;
  font-family: "Cuprum", sans-serif;
  color: #a5a7ab;
  margin-top: 3px;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  max-width: 600px;
  margin: 10px auto;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.clearfix:before,
.clearfix:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@media only screen and (max-width: 767px) {
  .left-bar,
  .right-bar {
    width: auto;
    float: none;
  }

  .lower-frame {
    display: none;
  }
  .banner {
    max-width: 240px;
    margin: 0 auto 10px;
  }
  .pc-hide {
    display: block;
  }
}
@media only screen and (max-width: 639px) {
  .menu {
    display: none;
  }
  .left-bar,
  .right-bar {
    width: auto;
    float: none;
  }

  .content p {
    text-align: left;
  }
  .content p.center {
    text-align: center;
  }
}

.cc,
.cc h3,
.cc h5,
.cc p,
.cc h1,
.cc dl,
.cc dt,
.cc h6,
.cc ol,
.cc form,
.cc select,
.cc option,
.cc pre,
.cc div,
.cc h2,
.cc caption,
.cc h4,
.cc ul,
.cc address,
.cc blockquote,
.cc dd,
.cc fieldset,
.cc textarea,
.cc hr {
  display: block;
}
.cc table {
  display: table;
}
.cc tbody {
  display: table-row-group;
}
.cc tr {
  display: table-row;
}
.cc td {
  display: table-cell;
}
.cc ul {
  list-style-type: none !important;
}
.cc li {
  display: list-item;
  min-height: auto !important;
  min-width: auto !important;
}
.cc a,
.cc a *,
.cc input[type="submit"],
.cc input[type="radio"],
.cc input[type="checkbox"],
.cc select {
  cursor: pointer !important;
}
.cc a:hover {
  text-decoration: none !important;
}
.cc button,
.cc input[type="submit"] {
  height: auto !important;
  text-align: center !important;
}
.cc input[type="hidden"] {
  display: none;
}
.cc input[type="checkbox"] {
  -webkit-appearance: checkbox !important;
  -moz-appearance: checkbox !important;
  appearance: checkbox !important;
}
.cc li:before,
.cc li:after {
  content: "" !important;
}
.cc input,
.cc select {
  vertical-align: middle !important;
}
.cc select,
.cc textarea,
.cc input {
  border: 1px solid #ccc !important;
}
.cc table {
  border-collapse: collapse !important;
  border-spacing: 0 !important;
}
.cc [dir="rtl"] {
  direction: rtl !important;
}
.cc {
  font-size: 13px !important;
  line-height: 18px !important;
  direction: ltr !important;
  text-align: left !important;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  color: #333 !important;
  font-style: normal !important;
  font-weight: 400 !important;
  text-decoration: none !important;
  list-style-type: disc !important;
}
.cc [class^="mcicon-"],
.cc [class*=" mcicon-"] {
  font-family: FontAwesome !important;
  font-weight: 400 !important;
  font-style: normal !important;
  text-decoration: inherit !important;
  -webkit-font-smoothing: antialiased !important;
  display: inline !important;
  width: auto !important;
  height: auto !important;
  line-height: normal !important;
  vertical-align: baseline !important;
  background-image: none !important;
  background-position: 0 0 !important;
  background-repeat: repeat !important;
  margin-top: 0 !important;
}
.cc [class^="mcicon-"]:before,
.cc [class*=" mcicon-"]:before {
  text-decoration: inherit !important;
  display: inline-block !important;
  speak: none !important;
}
.cc a [class^="mcicon-"],
.cc a [class*=" mcicon-"] {
  display: inline-block !important;
}
.cc li [class^="mcicon-"],
.cc li [class*=" mcicon-"] {
  display: inline-block !important;
  width: 1.25em !important;
  text-align: center !important;
}
.cc .mcicon-ok:before {
  content: "\f00c" !important;
}
.cc .mcicon-share:before {
  content: "\f045" !important;
}
.cc .mcicon-exclamation-sign:before {
  content: "\f06a" !important;
}
.cc .mcicon-thumbs-up:before {
  content: "\f087" !important;
}
.cc .mcicon-thumbs-down:before {
  content: "\f088" !important;
}
.cc .mcicon-rss:before {
  content: "\f09e" !important;
}
.cc .mcicon-envelope:before {
  content: "\f003" !important;
}
.cc .mcicon-envelope-alt:before {
  content: "\f0e0" !important;
}
.cc .mcicon-smile-o:before {
  content: "\f118" !important;
}
.cc .mcicon-picture:hover:before {
  opacity: 0.85;
}
.cc .mcicon-comments:before {
  content: "\f086" !important;
}
.cc .mcicon-star:before {
  content: "\f005" !important;
}
.cc .mcicon-star-o:before {
  content: "\f006" !important;
}
.cc .mcicon-star-half-o:before {
  content: "\f123" !important;
}
.cc .mcicon-search:before {
  content: "\f002" !important;
}
.cc .mcicon-caret-left:before {
  content: "\f0d9" !important;
}
.cc .mcicon-caret-right:before {
  content: "\f0da" !important;
}
.cc .mcicon-pencil:before {
  content: "\f040" !important;
}
.cc .mcicon-lock:before {
  content: "\f023" !important;
}
.cc .mcicon-unlock:before {
  content: "\f09c" !important;
}
.cc .mcicon-save:before {
  content: "\f0c7" !important;
}
.cc .mcicon-undo:before {
  content: "\f0e2" !important;
}
.cc .mcicon-cog:before {
  content: "\f013" !important;
}
.cc .mcicon-trash:before {
  content: "\f014" !important;
}
.cc .mcicon-home:before {
  content: "\f015" !important;
}
.cc .mcicon-time:before {
  content: "\f017" !important;
}
.cc .mcicon-edit:before {
  content: "\f044" !important;
}
.cc .mcicon-ban-circle:before {
  content: "\f05e" !important;
}
.cc .mcicon-check-empty:before {
  content: "\f096" !important;
}
.cc .mcicon-globe:before {
  content: "\f0ac" !important;
}
.cc .mcicon-beaker:before {
  content: "\f0c3" !important;
}
.cc .mcicon-paper-clip:before {
  content: "\f0c6" !important;
}
.cc .mcicon-desktop:before {
  content: "\f108" !important;
}
.cc .mcicon-laptop:before {
  content: "\f109" !important;
}
.cc .mcicon-reply:before {
  content: "\f112" !important;
}
.cc .mcicon-linux:before {
  content: "\f17c" !important;
}
.cc .mcicon-shield:before {
  content: "\f132" !important;
}
.cc .mcicon-bug:before {
  content: "\f188" !important;
}
.cc .mcicon-ok-o:before {
  content: "\f05d" !important;
}
.cc .mcicon-meh-o:before {
  content: "\f11a" !important;
}
.cc .mcicon-user:before {
  content: "\f007" !important;
}
.cc .mcicon-check:before {
  content: "\f046" !important;
}
.cc .mcicon-shop:before {
  content: "\f07a" !important;
}
.cc .mcicon-warning-sign:before {
  content: "\f071" !important;
}
.cc .mcicon-minus-sign:before {
  content: "\f056" !important;
}
.cc .mcicon-share-alt:before {
  content: "\f1e0" !important;
}
.cc .mcicon-check-circle:before {
  content: "\f058" !important;
}
.cc .mcicon-plus-sign:before {
  content: "\f055" !important;
}
.cc .mcicon-question-circle:before {
  content: "\f059" !important;
}
.cc .mc-right,
.cc .mc-btn.mc-right {
  float: right !important;
}
.cc .mc-h4 {
  font-weight: 700 !important;
}
.cc .mc-sm {
  color: #999 !important;
  font-size: 12px !important;
}
.cc .mc-spin {
  display: inline-block;
  width: 16px !important;
  height: 16px !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  text-indent: -999em !important;
  vertical-align: middle !important;
  background: url() 0 center no-repeat !important;
}
.cc .mc-alert {
  text-align: center !important;
  font-size: 13px !important;
  padding: 8px 35px 8px 14px !important;
  background-color: #fcf8e3 !important;
  -webkit-border-radius: 2px !important;
  -moz-border-radius: 2px !important;
  border-radius: 2px !important;
}
.cc .mc-alert.mc-alert-close {
  color: #fff !important;
  background: rgba(0, 0, 0, 0.5) !important;
}
.cc .mc-alert.mc-alert-error {
  color: #a94442 !important;
  border-color: #ebccd1 !important;
  background-color: #f2dede !important;
}
.cc .mc-alert.mc-alert-info {
  color: #31708f !important;
  background-color: #d9edf7 !important;
  border-color: #9acfea !important;
}
.cc .mc-btn {
  display: inline-block;
  float: none !important;
  padding: 4px 10px !important;
  margin-bottom: 0 !important;
  font-size: 13px !important;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  line-height: 20px !important;
  color: #333 !important;
  text-align: center !important;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75) !important;
  vertical-align: middle !important;
  cursor: pointer !important;
  outline: 0 !important;
  background-color: #fff !important;
  background-image: -moz-linear-gradient(top, #fff, #e6e6e6) !important;
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#fff),
    to(#e6e6e6)
  ) !important;
  background-image: -webkit-linear-gradient(top, #fff, #e6e6e6) !important;
  background-image: -o-linear-gradient(top, #fff, #e6e6e6) !important;
  background-image: linear-gradient(to bottom, #fff, #e6e6e6) !important;
  background-repeat: repeat-x !important;
  border: 1px solid #ccc !important;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf !important;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25) !important;
  border-bottom-color: #b3b3b3 !important;
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  border-radius: 4px !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe6e6e6',GradientType=0) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false) !important;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 1px 2px rgba(0, 0, 0, 0.05) !important;
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 1px 2px rgba(0, 0, 0, 0.05) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 1px 2px rgba(0, 0, 0, 0.05) !important;
}
.cc .mc-btn:hover {
  color: #333 !important;
  text-decoration: none !important;
  background-color: #e6e6e6 !important;
  background-position: 0 -15px !important;
  -webkit-transition: background-position 0.1s linear !important;
  -moz-transition: background-position 0.1s linear !important;
  -ms-transition: background-position 0.1s linear !important;
  -o-transition: background-position 0.1s linear !important;
  transition: background-position 0.1s linear !important;
}
.cc .mc-btn-sm {
  padding: 2px 8px !important;
  font-size: 12px !important;
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  border-radius: 3px !important;
}
.cc .mc-btn-warning {
  color: #fff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25) !important;
  background-color: #faa732 !important;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406) !important;
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#fbb450),
    to(#f89406)
  ) !important;
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406) !important;
  background-image: -o-linear-gradient(top, #fbb450, #f89406) !important;
  background-image: linear-gradient(to bottom, #fbb450, #f89406) !important;
  background-repeat: repeat-x !important;
  border-color: #f89406 #f89406 #ad6704 !important;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450',endColorstr='#fff89406',GradientType=0) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false) !important;
}
.cc .mc-btn-warning:hover {
  color: #fff !important;
  background-color: #f89406 !important;
}
.cc .mc-btn-info {
  color: #fff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25) !important;
  background-color: #49afcd !important;
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4) !important;
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#5bc0de),
    to(#2f96b4)
  ) !important;
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4) !important;
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4) !important;
  background-image: linear-gradient(to bottom, #5bc0de, #2f96b4) !important;
  background-repeat: repeat-x !important;
  border-color: #2f96b4 #2f96b4 #1f6377 !important;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de',endColorstr='#ff2f96b4',GradientType=0) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false) !important;
}
.cc .mc-btn-info:hover {
  color: #fff !important;
  background-color: #2f96b4 !important;
}
.cc .mc-btn-success {
  color: #fff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25) !important;
  border-color: #3e8f3e !important;
  background-color: #5cb85c !important;
  background-repeat: repeat-x !important;
  background-image: -webkit-linear-gradient(
    top,
    #5cb85c 0,
    #419641 100%
  ) !important;
  background-image: -o-linear-gradient(top, #5cb85c 0, #419641 100%) !important;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#5cb85c),
    to(#419641)
  ) !important;
  background-image: linear-gradient(
    to bottom,
    #5cb85c 0,
    #419641 100%
  ) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c',endColorstr='#ff419641',GradientType=0) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false) !important;
}
.cc .mc-btn-success:hover {
  color: #fff !important;
  background-color: #419641 !important;
  background-position: 0 -15px !important;
}
.cc .mc-btn-primary {
  color: #fff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25) !important;
  background-image: -webkit-linear-gradient(
    top,
    #428bca 0,
    #2d6ca2 100%
  ) !important;
  background-image: linear-gradient(
    to bottom,
    #428bca 0,
    #2d6ca2 100%
  ) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca',endColorstr='#ff2d6ca2',GradientType=0) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false) !important;
  background-repeat: repeat-x !important;
  border-color: #2b669a !important;
}
.cc .mc-btn-primary:hover {
  color: #fff !important;
  background-color: #2d6ca2 !important;
  background-position: 0 -15px !important;
}
.cc .mc-btn img {
  vertical-align: middle !important;
}
.cc .mc-btn:active,
.cc .mc-btn.mc-btn-press {
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15),
    0 1px 2px rgba(0, 0, 0, 0.05) !important;
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15),
    0 1px 2px rgba(0, 0, 0, 0.05) !important;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05) !important;
}
.cc .mc-btn[disabled] {
  cursor: not-allowed !important;
  pointer-events: none !important;
  opacity: 0.65 !important;
  filter: alpha(opacity=65) !important;
  box-shadow: none !important;
  background: #f6f6f6 !important;
  border-color: #ccc !important;
}
.cc .mc-attachimg-cnt {
  position: absolute !important;
  bottom: 0 !important;
  right: 10px !important;
  z-index: 999 !important;
  font-size: 15px !important;
}
.cc .mc-attachimg {
  color: #999 !important;
  text-decoration: none !important;
}
.cc .mc-attachimg:hover {
  color: #333 !important;
  text-decoration: none !important;
}
.cc .mc-media-preview {
  display: inline-block;
  width: 100% !important;
  overflow: hidden !important;
  border-top: 1px dashed #ccc !important;
  margin-top: 8px !important;
}
.cc .mc-media-preview li {
  display: inline-block !important;
  position: relative !important;
  margin: 8px 8px 0 0 !important;
}
.cc .mc-media-preview li span {
  position: absolute !important;
  top: -5px !important;
  right: -5px !important;
  cursor: pointer !important;
  font-size: 21px !important;
  font-weight: 700 !important;
  color: #999 !important;
  width: 18px !important;
  height: 18px !important;
  text-align: center !important;
  border-radius: 20px !important;
  background: #eee !important;
}
.cc .mc-media-preview li span:hover {
  color: #333 !important;
}
.cc .mc-media-preview .mc-media-surface {
  display: block !important;
  padding: 4px !important;
  border: 1px solid #ccc !important;
  background: #fff !important;
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  border-radius: 3px !important;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08) !important;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08) !important;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08) !important;
}
.cc .mc-media-preview img {
  display: block !important;
  max-width: 300px !important;
  max-height: 75px !important;
}
.cc .mc-modal-backdrop {
  position: fixed !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  z-index: 1040 !important;
  opacity: 0.5 !important;
  filter: alpha(opacity=50) !important;
  background-color: #000 !important;
}
.cc .mc-modal {
  display: block;
  position: fixed !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  z-index: 1050 !important;
  overflow: auto !important;
  overflow-y: scroll !important;
  -webkit-overflow-scrolling: touch !important;
  outline: 0 !important;
  transform: translateZ(0) !important;
  -webkit-transform: translateZ(0) !important;
}
.cc .mc-modal-dialog {
  position: relative !important;
  width: auto !important;
  margin: 10px !important;
}
@media (min-width: 768px) {
  .cc .mc-modal-dialog {
    width: 600px !important;
    margin: 60px auto !important;
  }
}
.cc .mc-modal-content {
  position: relative !important;
  background-color: #fff !important;
  background-clip: padding-box !important;
  border: 1px solid #999 !important;
  border: 1px solid rgba(0, 0, 0, 0.2) !important;
  border-radius: 6px !important;
  outline: none !important;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5) !important;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5) !important;
}
.cc .mc-modal-header {
  min-height: 16.42857143px !important;
  padding: 15px !important;
  border-bottom: 1px solid #e5e5e5 !important;
  background: #f6f9f9 !important;
  border-radius: 5px 5px 0 0 !important;
  overflow: hidden !important;
}
.cc .mc-modal-header .mc-close {
  padding: 0 !important;
  cursor: pointer !important;
  background: 0 0 !important;
  border: 0 !important;
  -webkit-appearance: none !important;
  float: right !important;
  font-size: 21px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  color: #ccc !important;
  text-shadow: 0 1px 0 #fff !important;
}
.cc .mc-modal-header .mc-close:hover {
  color: #999 !important;
}
.cc .mc-modal-header img {
  float: left !important;
  max-height: 42px !important;
  vertical-align: middle !important;
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
  padding: 2px !important;
  margin-right: 8px !important;
}
.cc .mc-modal-header .mc-modal-title {
  font-size: 16px !important;
  line-height: 1.3 !important;
  text-shadow: 1px 1px 0 #fff !important;
}
.cc .mc-modal-header .mc-modal-title span {
  display: block;
  text-overflow: ellipsis !important;
  color: #555 !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  font-size: 15px !important;
  text-shadow: 1px 1px 0 #fff !important;
}
.cc .mc-modal-body {
  position: relative !important;
  padding: 20px !important;
  white-space: pre-wrap !important;
  word-wrap: break-word !important;
}
.cc .mc-modal-body .mc-modal-ok {
  margin-top: 20px !important;
  text-align: center !important;
}
.cl {
  position: relative !important;
  width: 100% !important;
  display: inline-block;
}
.cl ul {
  margin: 0 !important;
  padding: 0 !important;
  list-style-type: none !important;
}
.cl li {
  float: left !important;
  margin: 0 !important;
  padding: 0 !important;
}
.cl .mc-auth-container {
  clear: both !important;
  display: inline-block !important;
  width: 100% !important;
}
.cl .mc-auth-label {
  float: left !important;
}
.cl .mc-auth-provider {
  border: 1px solid #ddd !important;
  float: left !important;
  height: 24px !important;
  margin: 3px !important;
  width: 24px !important;
  cursor: pointer !important;
  background-image: url(../files/sprite3.png) !important;
  background-repeat: no-repeat !important;
  background-color: #fff !important;
  -webkit-box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  box-sizing: content-box !important;
}
.cl .mc-sso-provider {
  border: 1px solid #ddd !important;
  float: left !important;
  height: 24px !important;
  margin: 3px !important;
  width: 24px !important;
  cursor: pointer !important;
}
.cl .mc-sso-provider img {
  cursor: pointer !important;
}
.cl .mc-logged-provider {
  outline: 3px solid #fffb73 !important;
}
.cl .mc-auth-google {
  background-position: -92px 4px !important;
}
.cl .mc-auth-googleplus {
  background-position: -112px 4px !important;
}
.cl .mc-auth-mailru {
  background-position: -152px 4px !important;
}
.cl .mc-auth-odnoklassniki {
  background-position: -352px 4px !important;
}
.cl .mc-auth-mymailru {
  background-position: -332px 4px !important;
}
.cl .mc-auth-facebook {
  background-position: -52px 4px !important;
}
.cl .mc-auth-twitter {
  background-position: -212px 4px !important;
}
.cl .mc-auth-yandex {
  background-position: -312px 4px !important;
}
.cl .mc-auth-yahoo {
  background-position: -292px 4px !important;
}
.cl .mc-auth-vkontakte {
  background-position: -252px 4px !important;
}
.cl .mc-auth-rambler {
  background-position: -192px 4px !important;
}
.cl .mc-auth-myopenid {
  background-position: -172px 4px !important;
}
.cl .mc-auth-livejournal {
  background-position: -132px 4px !important;
}
.cl .mc-auth-flickr {
  background-position: -72px 4px !important;
}
.cl .mc-auth-wordpress {
  background-position: -272px 4px !important;
}
.cl .mc-auth-blogger {
  background-position: 4px 4px !important;
}
.cl .mc-auth-verisign {
  background-position: -232px 4px !important;
}
.cl .mc-auth-linkedin {
  background-position: -372px 4px !important;
}
.cl .mc-auth-500px {
  background-position: -392px 4px !important;
}
.cl .mc-auth-dropbox {
  background-position: -412px 4px !important;
}
.cl .mc-auth-foursquare {
  background-position: -432px 4px !important;
}
.cl .mc-auth-instagram {
  background-position: -452px 4px !important;
}
.cl .mc-auth-live {
  background-position: -472px 4px !important;
}
.cl .mc-auth-stackoverflow {
  background-position: -492px 4px !important;
}
.cl .mc-auth-yammer {
  background-position: -512px 4px !important;
}
.cl .mc-auth-tumblr {
  background-position: -532px 4px !important;
}
.cl .mc-auth-soundcloud {
  background-position: -552px 4px !important;
}
.cl .mc-auth-cackle {
  background-position: -572px 4px !important;
}
.cl .mc-auth-anonym {
  background-position: -592px 4px !important;
}
.cl .mc-auth-other {
  background-position: -612px 4px !important;
}
.cc {
  display: inline-block;
  width: 100% !important;
  position: relative !important;
}
.cc .mc-comment-bullet {
  color: #999 !important;
  font-size: 10px !important;
  margin: 0 5px !important;
}
#mc-link {
  float: right;
  color: #555 !important;
  font-size: 11px !important;
  clear: both !important;
  text-decoration: none !important;
}
#mc-link:hover {
  color: #333 !important;
}
.cc .mc-head-container {
  display: inline-block !important;
  width: 100% !important;
  clear: both !important;
  margin: 10px 0 20px !important;
}
.cc .mc-head-container a {
  color: #999 !important;
}
.cc .mc-head-container a:hover {
  color: #666 !important;
  text-decoration: none !important;
}
.cc .mc-head-container .active a {
  color: #333 !important;
  cursor: default !important;
}
.cc .mc-head-container .mc-comment-count {
  float: left !important;
  font-size: 18px !important;
}
.cc .mc-head-container .mc-logo {
  float: right !important;
}
.cc.mc-loggedin .mc-head-container .mc-logo {
  display: none !important;
}
.cc .mc-head-container .mc-user {
  float: right !important;
  font-size: 15px !important;
}
.cc.mc-loggedin .mc-head-container .mc-user {
  display: inline-block !important;
  position: relative !important;
}
.cc .mc-head-container .mc-controls {
  right: 0 !important;
}
.cc .mc-auth-container {
  display: inline-block;
  clear: both !important;
  width: 100% !important;
}
.cc.mc-loggedin .mc-auth-container {
  display: none;
}
.cc .mc-auth-label {
  float: left !important;
}
.mc-auth-container .mc-logincnt {
  overflow: hidden !important;
  margin-left: 55px !important;
}
.cc .mc-usercnt a {
  color: #07c !important;
}
.cc .mc-usercnt a:hover {
  color: #0c65a5 !important;
  text-decoration: none !important;
}
.cc .mc-user-profile {
  overflow: hidden !important;
}
.cc .mc-user-profile input {
  margin: 0 0 6px !important;
}
.cc .mc-user-profile input[type="text"] {
  display: block;
  width: 100% !important;
  padding: 5px 3px !important;
  border-radius: 3px !important;
  border: 1px solid #ccc !important;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset !important;
}
.cc .mc-user-profile .mc-user-img {
  display: inline-block;
  width: 100px !important;
  text-align: center !important;
  vertical-align: top !important;
}
.cc .mc-user-profile .mc-user-img img {
  display: block;
  margin: 0 auto !important;
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
  border-radius: 3px 3px 3px 3px !important;
  max-width: 100px !important;
  padding: 2px !important;
}
.cc .mc-user-profile .mc-user-info {
  display: inline-block;
  width: 420px !important;
  margin-left: 8px !important;
  vertical-align: top !important;
}
.cc .mc-user-profile .mc-user-info > div {
  padding: 4px 0 !important;
}
.cc .mc-user-profile .mc-user-name {
  font-size: 18px !important;
}
.cc .mc-user-recent {
  color: #999 !important;
  font-size: 14px !important;
  padding: 30px 0 2px !important;
  border-bottom: 2px solid #ccc !important;
}
.cc .mc-user-ccnt {
  max-height: 400px !important;
  overflow-y: auto !important;
}
.cc .mc-user-comment {
  opacity: 0.7 !important;
  padding: 22px 5px 0 0 !important;
}
.cc .mc-user-comment.mc-approved {
  opacity: 1 !important;
}
.cc .mc-user-comment .mc-title {
  position: relative !important;
  color: #999 !important;
  font-size: 12px !important;
  margin-bottom: 4px !important;
  padding-right: 100px !important;
}
.cc .mc-user-comment .mc-title .mc-sm {
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
}
.cc .mc-comment-author {
  display: block;
  position: relative !important;
}
.cc .mc-avatar-container {
  position: absolute !important;
  width: 50px !important;
  text-align: center !important;
}
.cc .mc-avatar-container img {
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
  border-radius: 3px !important;
  height: 42px !important;
  width: 42px !important;
  margin: 0 !important;
  padding: 2px !important;
}
.cc .mc-user-avatar,
.cc .mc-comment-avatar {
  height: 62px !important;
  width: 62px !important;
  border-radius: 13px !important;
  margin: 1px !important;
  padding: 3px !important;
  max-width: none !important;
}
.cc .mc-comment-avatar:hover {
  cursor: pointer !important;
}
.cc .mc-postbox-container {
  margin-left: 55px !important;
  position: relative !important;
  margin-bottom: 10px !important;
}
.cc .mc-editor {
  border: solid 1px #c6c6c6 !important;
  border-radius: 5px !important;
  position: relative !important;
  width: auto !important;
  margin-bottom: 5px !important;
}
.cc .mc-editor-wrapper {
  padding: 10px !important;
  background: #fff !important;
  border-radius: 5px !important;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.16) inset !important;
}
.cc .mc-editor textarea {
  height: 22px;
  width: 100% !important;
  max-width: none !important;
  border: 0 none !important;
  color: #333 !important;
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 14px !important;
  overflow: hidden !important;
  resize: none !important;
  margin: 0 !important;
  outline: 0 none !important;
  padding: 0 !important;
  background: #fff !important;
  box-shadow: none !important;
  float: none !important;
  white-space: pre-wrap !important;
  -webkit-transition: min-height 0.1s ease-in-out !important;
  transition: min-height 0.1s ease-in-out !important;
}
.cc .mc-expanded .mc-editor textarea {
  min-height: 70px !important;
}
.cc .mc-editor-message {
  position: relative !important;
}
.cc .mc-submit {
  width: 100% !important;
}
.cc .mc-submit-left {
  display: inline-block;
  float: left !important;
}
.cc .mc-expanded .mc-submit {
  display: inline-block !important;
}
.cc .mc-submit label {
  margin: 0 !important;
  margin-left: 5px !important;
}
.cc .mc-btn.mc-comment-submit {
  float: right !important;
}
.cc .mc-social-submit {
  float: left !important;
  display: none;
}
.cc .mc-social-xpost-icon {
  float: right !important;
  height: 16px !important;
  margin-left: 5px !important;
  width: 16px !important;
  background-image: url(../files/sprite3.png) !important;
  background-repeat: no-repeat !important;
}
.cc .mc-social-xpost table td:last-child {
  vertical-align: middle !important;
}
.cc .mc-social-xpost-icon.mc-xpost-vkontakte {
  background-position: -256px 0 !important;
}
.cc .mc-social-xpost-icon.mc-xpost-facebook {
  background-position: -56px 0 !important;
}
.cc .mc-social-xpost-icon.mc-xpost-twitter {
  background-position: -216px 0 !important;
}
.cc .mc-social-xpost-icon.mc-xpost-mymailru {
  background-position: -336px 0 !important;
}
.cc .mc-comment-container {
  clear: both !important;
  display: block;
}
.cc .mc-nav-content {
  display: inline-block;
  width: 100% !important;
  color: #999 !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  margin-top: 10px !important;
  padding-bottom: 2px !important;
  border-bottom: 2px solid #ddd !important;
}
.cc .mc-nav-content > ul > li {
  float: right !important;
  margin-left: 12px !important;
}
.cc .mc-nav-content > ul > li a:hover {
  color: #666 !important;
  text-decoration: none !important;
}
.cc .mc-nav-content .mc-comment-sort {
  float: left !important;
  margin: 0 !important;
}
.cc .mc-nav-content .mc-sort-menu {
  color: #666 !important;
}
.cc .mc-nav-content .mc-subscribed a {
  color: #4bad00 !important;
}
.cc .mc-nav-content .mc-subscribed a:hover {
  color: #4bad00 !important;
}
.cc .mc-nav-content .mc-subscription-email input {
  height: 18px !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  background: #fff !important;
  border-radius: 3px !important;
  margin-top: -4px !important;
}
.cc .mc-share-post .mc-controls li {
  border: none !important;
}
.cc .mc-nav-content .mc-share-menu li {
  float: left !important;
  padding: 5px !important;
  border: 0 !important;
  cursor: pointer !important;
}
.cc .mc-nav-content .mc-share-menu li:hover {
  background: #eee !important;
}
.cc .mc-nav-content .mc-share-menu span {
  float: left !important;
  height: 16px !important;
  width: 16px !important;
  cursor: pointer !important;
  background-image: url(../files/sprite3.png) !important;
  background-repeat: no-repeat !important;
}
.cc .mc-info {
  float: left !important;
}
.cc .mc-info .mc-copyright {
  margin: 0 !important;
  padding: 0 !important;
  font-size: 10px !important;
}
.cc .mc-info .mc-copyright a {
  text-decoration: none !important;
}
.cc .mc-info .mc-copyright a:hover {
  text-decoration: underline !important;
}
.cc .mc-comment-wait {
  float: left !important;
}
.cc .mc-comment-reply-box {
  display: inline-block;
  position: relative !important;
  width: 100% !important;
  clear: both !important;
}
.cc .mc-comment-reply-box .mc-editor textarea {
  min-height: 60px !important;
}
.cc .mc-comment-edit-box {
  display: inline-block;
  width: 100% !important;
  position: relative !important;
  clear: both !important;
  margin-top: 4px !important;
}
.cc .mc-comment-edit-box .mc-btn {
  float: left !important;
  margin-right: 4px !important;
}
.cc .mc-comment-spam .mc-comment-head,
.cc .mc-comment-spam .mc-comment-body,
.cc .mc-comment-spam .mc-comment-media,
.cc .mc-comment-deleted .mc-comment-head,
.cc .mc-comment-deleted .mc-comment-body,
.cc .mc-comment-deleted .mc-comment-media,
.cc .mc-comment-pending .mc-comment-head,
.cc .mc-comment-pending .mc-comment-body,
.cc .mc-comment-pending .mc-comment-media {
  -ms-filter: alpha(opacity=60) !important;
  opacity: 0.6 !important;
}
.cc .mc-comment-list {
  list-style-type: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.cc .mc-comment-list li {
  position: relative !important;
  background-image: none !important;
  list-style-type: none !important;
  margin-top: 20px !important;
}
.cc .mc-none-comments {
  text-align: center !important;
  min-height: 20px !important;
  padding: 10px !important;
  margin-bottom: 20px !important;
  background-color: #fff !important;
  border: 1px solid #e3e3e3 !important;
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  border-radius: 4px !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05) !important;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05) !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05) !important;
}
.cc .mc-comment-wrapper .mc-alert {
  margin-top: 10px !important;
}
.cc .mc-comment-child {
  margin-left: 52px !important;
  list-style-type: none !important;
}
.cc .mc-comment-child.mc-lastlvl {
  margin-left: 0 !important;
}
.cc .mc-comment-provider {
  background-image: url(../files/sprite3.png) !important;
  background-repeat: no-repeat !important;
}
.cc .mc-google {
  background-position: -96px 0 !important;
}
.cc .mc-googleplus {
  background-position: -116px 0 !important;
}
.cc .mc-mailru {
  background-position: -156px 0 !important;
}
.cc .mc-odnoklassniki {
  background-position: -356px 0 !important;
}
.cc .mc-mymailru {
  background-position: -336px 0 !important;
}
.cc .mc-facebook {
  background-position: -56px 0 !important;
}
.cc .mc-twitter {
  background-position: -216px 0 !important;
}
.cc .mc-yandex {
  background-position: -316px 0 !important;
}
.cc .mc-yahoo {
  background-position: -296px 0 !important;
}
.cc .mc-vkontakte {
  background-position: -256px 0 !important;
}
.cc .mc-rambler {
  background-position: -196px 0 !important;
}
.cc .mc-myopenid {
  background-position: -176px 0 !important;
}
.cc .mc-livejournal {
  background-position: -136px 0 !important;
}
.cc .mc-flickr {
  background-position: -76px 0 !important;
}
.cc .mc-wordpress {
  background-position: -276px 0 !important;
}
.cc .mc-blogger {
  background-position: 0 0 !important;
}
.cc .mc-verisign {
  background-position: -236px 0 !important;
}
.cc .mc-linkedin {
  background-position: -376px 0 !important;
}
.cc .mc-500px {
  background-position: -396px 0 !important;
}
.cc .mc-dropbox {
  background-position: -416px 0 !important;
}
.cc .mc-foursquare {
  background-position: -436px 0 !important;
}
.cc .mc-instagram {
  background-position: -456px 0 !important;
}
.cc .mc-live {
  background-position: -476px 0 !important;
}
.cc .mc-stackoverflow {
  background-position: -496px 0 !important;
}
.cc .mc-yammer {
  background-position: -516px 0 !important;
}
.cc .mc-tumblr {
  background-position: -536px 0 !important;
}
.cc .mc-soundcloud {
  background-position: -556px 0 !important;
}
.cc .mc-comment-body-container {
  position: relative !important;
  width: 100% !important;
  overflow: hidden !important;
  zoom: 1 !important;
}
.cc a.mc-comment-seemore {
  display: block;
  z-index: 901 !important;
  border-top: 1px solid #ccc !important;
  color: #6c6c6c !important;
  text-align: center !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  cursor: pointer !important;
  text-decoration: none !important;
}

.cc .mc-comment-media {
  display: inline-block !important;
  margin: 5px 0 0 !important;
  width: 100% !important;
}
.cc .mc-comment-media li {
  margin: 0 0 10px !important;
}
.cc .mc-comment-media li span {
  background: url() no-repeat !important;
  position: absolute !important;
  right: 0 !important;
  cursor: pointer !important;
  height: 22px !important;
  width: 22px !important;
}
.cc .mc-comment-media a {
  position: relative !important;
  display: inline-block !important;
  max-width: 100% !important;
}
.cc .mc-comment-media img {
  display: block !important;
  border-radius: 3px !important;
  max-width: 100% !important;
  max-height: 480px !important;
  z-index: -1 !important;
  margin: 0 auto!important;
}
.cc .mc-comment-media .mc-media-play {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  z-index: 0 !important;
  opacity: 0.6;
}
.cc .mc-comment-media .mc-media-play:hover {
  opacity: 1;
}
.cc .mc-comment-media object,
.cc .mc-comment-media embed {
  display: block !important;
  width: 100% !important;
  height: 360px !important;
}
.cc .mc-comment-rating {
  display: inline-block;
  font-size: 14px !important;
  min-width: 16px !important;
  text-align: center !important;
}
.cc .mc-theme-standard a {
  text-decoration: none !important;
}
.cc .mc-theme-standard .mc-comment-body-inner a {
  text-decoration: underline !important;
  color: blue !important;
}
.cc .mc-theme-standard .mc-comment-head {
  padding: 3px !important;
  text-align: left !important;
  height: auto !important;
  line-height: normal !important;
}
.cc .mc-theme-standard .mc-comment-head table {
  width: 100% !important;
}
.cc .mc-theme-standard .mc-comment-head td {
  vertical-align: middle !important;
}
.cc .mc-theme-standard .mc-comment-head td.mc-comment-avatar-td {
  border: 0 none !important;
  padding: 0 !important;
  width: 1% !important;
}
.cc .mc-theme-standard .mc-comment-head td.mc-comment-user-td {
  padding: 0 8px !important;
}
.cc .mc-theme-standard .mc-comment-head td.mc-comment-vote-td {
  width: 20% !important;
}
.cc .mc-theme-standard .mc-comment-username {
  font-size: 14px !important;
  position: relative !important;
  display: block !important;
  font-weight: bold;
  color: #212e3f!important;

}
.cc .mc-theme-standard .mc-comment-username:hover {
  text-decoration: none !important;
}
.cc .mc-theme-standard .mc-comment-thumbsup span,
.cc .mc-theme-standard .mc-comment-thumbsdown span {
  background-repeat: no-repeat !important;
  float: left !important;
  height: 18px !important;
  width: 18px !important;
}
.cc .mc-theme-standard .mc-comment-thumbsup span {
  background: url(../files/vote_up.png) no-repeat scroll 0 0 !important;
}
.cc .mc-theme-standard .mc-comment-thumbsdown span {
  background: url(../files/vote_down.png) no-repeat scroll 0 0 !important;
}
.cc .mc-theme-standard .mc-comment-vote {
  float: right !important;
  font-size: 13px !important;
  display: block !important;
  padding: 3px 0 3px 3px !important;
}
.cc .mc-theme-standard .mc-comment-vote td {
  padding: 0 3px !important;
}
.cc .mc-theme-standard .mc-comment-provider {
  position: relative !important;
  float: right !important;
  height: 16px !important;
  width: 16px !important;
  margin-right: -2px !important;
  margin-top: -16px !important;
}
.cc .mc-theme-standard .mc-comment-rating-zero {
  color: #666 !important;
}
.cc .mc-theme-standard .mc-comment-rating-plus {
  color: #090 !important;
}
.cc .mc-theme-standard .mc-comment-rating-neg {
  color: #cc0005 !important;
}
.cc .mc-theme-standard .mc-comment-footer {
  height: 20px !important;
  color: #999 !important;
  font-size: 12px !important;
  margin: 5px 0 0 !important;
  border-bottom: 1px solid #b8b8b8!important;
}
.cc .mc-theme-standard .mc-comment-footer a {
  margin-right: 10px !important;
}
.cc .mc-theme-standard .mc-comment-footer a:hover {
  color: #333 !important;
}
.cc .mc-theme-standard .mc-comment-footer .mc-comment-reply {
  float: right !important;
  margin-right: 0 !important;
}
.cc .mc-theme-simple .mc-comment-footer a.mc-comment-thumbsup:hover {
  color: #2e9fff !important;
}
.cc .mc-theme-simple .mc-comment-footer a.mc-comment-thumbsdown:hover {
  color: #ff2f2f !important;
}
.cc .mc-theme-standard .mc-comment-moderate ul a {
  text-decoration: none !important;
}
.cc .mc-theme-simple a {
  text-decoration: none !important;
  vertical-align: 0 !important;
}
.cc .mc-theme-simple a:hover {
  text-decoration: none !important;
}
.cc .mc-theme-simple .mc-comment-user {
  float: left !important;
  margin-right: 10px !important;
}
.cc .mc-theme-simple .mc-comment-wrapper {
  overflow: hidden !important;
}
.cc .mc-theme-simple .mc-comment-username {
  color: #4c4c4c !important;
  font-weight: 700 !important;
  font-size: 13px !important;
}
.cc .mc-theme-simple .mc-comment-created,
.cc .mc-theme-simple .mc-comment-footer a {
  color: #999 !important;
  font-size: 11px !important;
  -webkit-transition: color linear 0.1s !important;
  transition: color linear 0.1s !important;
}
.cc .mc-theme-simple .mc-comment-footer a {
  font-size: 12px !important;
}
.cc .mc-theme-simple .mc-comment-created:hover,
.cc .mc-theme-simple .mc-comment-footer a:hover {
  color: #666 !important;
}
.cc .mc-theme-simple .mc-comment-footer i {
  font-size: 16px !important;
}
.cc .mc-theme-simple .mc-comment-footer a,
.cc .mc-theme-simple .mc-comment-footer span,
.cc .mc-theme-simple .mc-comment-footer i {
  vertical-align: middle !important;
}
.cc .mc-theme-simple .mc-comment-share:hover + .mc-share-icons {
  display: inline-block;
}
.cc .mc-theme-simple .mc-share-icons {
  display: none;
  position: absolute !important;
}
.cc .mc-theme-simple .mc-share-icons:hover {
  display: inline-block;
}
.cc .mc-theme-simple .mc-share-icons span {
  float: left !important;
  height: 16px !important;
  width: 16px !important;
  margin: 2px 0 0 4px !important;
  cursor: pointer !important;
  opacity: 0.8 !important;
  background-image: url(../files/sprite3.png) !important;
  background-repeat: no-repeat !important;
}
.cc .mc-theme-simple .mc-share-icons span:hover {
  opacity: 1 !important;
}
.cc .mc-theme-simple .mc-comment-rating {
  margin-right: 3px !important;
}
.cc .mc-theme-simple .mc-comment-rating-zero {
  display: none;
}
.cc .mc-theme-simple .mc-comment-rating-plus {
  color: #2e9fff !important;
}
.cc .mc-comment-moderate {
  display: none;
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  color: #999 !important;
  font-size: 12px !important;
  padding: 1px !important;
  background: #f6f9f9 !important;
  border: 1px solid #ccc !important;
  border-radius: 3px !important;
}
.cc .mc-comment-moderate.mc-comment-moderate-press,
.cc.mc-admin .mc-comment-wrapper:hover .mc-comment-moderate {
  display: block;
}
.cc .mc-comment-moderate span {
  font-size: 14px !important;
  vertical-align: middle !important;
}
.cc .mc-comment-moderate a:hover {
  color: #666 !important;
  -webkit-transition: color linear 0.1s !important;
  transition: color linear 0.1s !important;
}
.cc .mc-controls {
  display: block;
  position: absolute !important;
  background: none repeat scroll 0 0 #fff !important;
  border: 2px solid #ccc !important;
  border-radius: 3px !important;
  list-style-type: none !important;
  margin: 3px 0 0 !important;
  padding: 0 !important;
  z-index: 9999 !important;
  text-align: left !important;
}
.cc .mc-controls li {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cc .mc-controls li a {
  display: block !important;
  margin: 0 !important;
  padding: 4px 14px !important;
  font-size: 13px !important;
  text-decoration: none !important;
  color: rgba(0, 0, 0, 0.5) !important;
  white-space: nowrap !important;
}
.cc .mc-controls li a:hover {
  background-color: #f1f1f1 !important;
}
.cc .mc-comment-moderate .mc-controls {
  right: 0 !important;
}
.cc .mc-comment-moderate .mc-controls li a {
  font-size: 11px !important;
}
.cc .mc-pagination {
  margin: 10px auto 0 !important;
  text-align: center !important;
}
.cc .mc-pagination .mc-pagination-wait {
  margin-left: 5px !important;
}
.cc .mc-pagination .mc-btn {
  width: 100% !important;
}
.cc.mc-blue .mc-btn {
  color: #fff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25) !important;
  background-color: #006dcc !important;
  *background-color: #04c !important;
  background-image: -moz-linear-gradient(top, #08c, #04c) !important;
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#08c),
    to(#04c)
  ) !important;
  background-image: -webkit-linear-gradient(top, #08c, #04c) !important;
  background-image: -o-linear-gradient(top, #08c, #04c) !important;
  background-image: linear-gradient(to bottom, #08c, #04c) !important;
  background-repeat: repeat-x !important;
  border-color: #04c #04c #002a80 !important;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc',endColorstr='#ff0044cc',GradientType=0) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false) !important;
}
.cc.mc-blue .mc-btn:hover {
  color: #fff !important;
  background-color: #04c !important;
  *background-color: #003bb3 !important;
}
.cc.mc-sky .mc-btn {
  color: #fff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25) !important;
  background-color: #49afcd !important;
  *background-color: #2f96b4 !important;
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4) !important;
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#5bc0de),
    to(#2f96b4)
  ) !important;
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4) !important;
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4) !important;
  background-image: linear-gradient(to bottom, #5bc0de, #2f96b4) !important;
  background-repeat: repeat-x !important;
  border-color: #2f96b4 #2f96b4 #1f6377 !important;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de',endColorstr='#ff2f96b4',GradientType=0) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false) !important;
}
.cc.mc-sky .mc-btn:hover {
  color: #fff !important;
  background-color: #2f96b4 !important;
  *background-color: #2a85a0 !important;
}
.cc.mc-green .mc-btn {
  color: #fff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25) !important;
  background-color: #5bb75b !important;
  *background-color: #51a351 !important;
  background-image: -moz-linear-gradient(top, #62c462, #51a351) !important;
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#62c462),
    to(#51a351)
  ) !important;
  background-image: -webkit-linear-gradient(top, #62c462, #51a351) !important;
  background-image: -o-linear-gradient(top, #62c462, #51a351) !important;
  background-image: linear-gradient(to bottom, #62c462, #51a351) !important;
  background-repeat: repeat-x !important;
  border-color: #51a351 #51a351 #387038 !important;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462',endColorstr='#ff51a351',GradientType=0) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false) !important;
}
.cc.mc-green .mc-btn:hover {
  color: #fff !important;
  background-color: #51a351 !important;
  *background-color: #499249 !important;
}
.cc.mc-orange .mc-btn {
  color: #fff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25) !important;
  background-color: #faa732 !important;
  *background-color: #f89406 !important;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406) !important;
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#fbb450),
    to(#f89406)
  ) !important;
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406) !important;
  background-image: -o-linear-gradient(top, #fbb450, #f89406) !important;
  background-image: linear-gradient(to bottom, #fbb450, #f89406) !important;
  background-repeat: repeat-x !important;
  border-color: #f89406 #f89406 #ad6704 !important;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450',endColorstr='#fff89406',GradientType=0) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false) !important;
}
.cc.mc-orange .mc-btn:hover {
  color: #fff !important;
  background-color: #f89406 !important;
  *background-color: #df8505 !important;
}
.cc.mc-red .mc-btn {
  color: #fff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25) !important;
  background-color: #da4f49 !important;
  *background-color: #bd362f !important;
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f) !important;
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#ee5f5b),
    to(#bd362f)
  ) !important;
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f) !important;
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f) !important;
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f) !important;
  background-repeat: repeat-x !important;
  border-color: #bd362f #bd362f #802420 !important;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b',endColorstr='#ffbd362f',GradientType=0) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false) !important;
}
.cc.mc-red .mc-btn:hover {
  color: #fff !important;
  background-color: #bd362f !important;
  *background-color: #a9302a !important;
}
.cc.mc-black {
  color: #fff !important;
}
.cc.mc-black .mc-head-container > ul > li > a {
  color: #fff !important;
}
.cc.mc-black textarea {
  color: #333 !important;
}
.cc.mc-black .mc-editor a {
  color: #333 !important;
}
.cc.mc-black .mc-btn {
  color: #333 !important;
}
.cc.mc-black .mc-nav-content .mc-comment-sort > a {
  color: #fff !important;
}
.cc.mc-black .mc-nav-content > ul > li > a:hover {
  color: #ccc !important;
}
.cc.mc-black .mc-theme-standard .mc-comment-head a {
  color: #333 !important;
}
.cc.mc-black .mc-comment-head a,
.cc.mc-black .mc-comment-footer a {
  color: #909090 !important;
}
.cc.mc-black .mc-comment-footer a:hover {
  color: #ccc !important;
}
.cc.mc-black .mc-none-comments {
  background-color: #333 !important;
}
@media only screen and (max-width: 639px) {
  .mc-head-container {
    display: none !important;
  }
  .cc .mc-avatar-container {
    float: none !important;
    margin-bottom: 5px !important;
    position: relative !important;
    left: auto !important;
    top: auto !important;
  }
  .cc .mc-postbox-container {
    margin-left: 0 !important;
    position: relative !important;
    margin-bottom: 10px !important;
  }
}

.yellow-bcg {
     color: #212e3f;
    padding: 0 3px;
}
.red {
  color: #9c0a34;
  font-weight: 500;
}
.comment-head {
  background-color: #212e3f;
  text-align: center;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 16px;
  padding: 10px 0;
}