html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
nav {
  display: block;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
b,
strong {
  font-weight: 700;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
img {
  border: 0;
}
button,
input,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button {
  text-transform: none;
}
button {
  -webkit-appearance: button;
  cursor: pointer;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
textarea {
  overflow: auto;
}
@media print {
  *,
  *:before,
  *:after {
    background: 0 0 !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: ' (' attr(href) ')';
  }
  a[href^='#']:after {
    content: '';
  }
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p {
    orphans: 3;
    widows: 3;
  }
  .navbar {
    display: none;
  }
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: glyphicons halflings;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-search:before {
  content: '\e003';
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}
body {
  font-family: helvetica neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
}
input,
button,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
img {
  vertical-align: middle;
}
h1 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 {
  font-size: 36px;
}
p {
  margin: 0 0 10px;
}
ul {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul {
  margin-bottom: 0;
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.row {
  margin-left: -10px;
  margin-right: -10px;
}
.col-lg-3,
.col-lg-9,
.col-xs-12,
.col-sm-12,
.col-md-12 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
@media (min-width: 768px) {
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
}
@media (min-width: 1240px) {
  .col-lg-3,
  .col-lg-9 {
    float: left;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-3 {
    width: 25%;
  }
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}
.input-group .form-control {
  display: table-cell;
}
.input-group .form-control:first-child {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-brand {
  float: left;
  padding: 15px 10px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 10px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -10px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.clearfix:before,
.clearfix:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after {
  content: ' ';
  display: table;
}
.clearfix:after,
.container-fluid:after,
.row:after,
.nav:after,
.navbar:after,
.navbar-header:after {
  clear: both;
}
.pull-right {
  float: right !important;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
body {
  font: 18px/1.3 Arial, Tahoma, Geneva, sans-serif;
}
body p {
  margin: 0 0 15px;
  padding: 0;
}
body h1 {
  margin: 0 0 30px;
  padding: 0;
  font: bold 36px/1.2 'PT Sans Caption', Tahoma, Geneva, sans-serif;
  text-align: center;
  color: #393939;
}
input:focus::-webkit-input-placeholder {
  color: transparent;
}
input:focus:-moz-placeholder {
  color: transparent;
}
input:focus::-moz-placeholder {
  color: transparent;
}
input:focus:-ms-input-placeholder {
  color: transparent;
}
.container-fluid.vert-padding-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.container-fluid.dark {
  background: #161515;
}
.limit-content-width {
  width: 100%;
  margin: 0 auto;
  position: relative;
  max-width: 600px;
}
@media (min-width: 768px) {
  .limit-content-width {
    max-width: 900px;
  }
}
@media (min-width: 1240px) {
  .limit-content-width {
    max-width: 1220px;
  }
}
.row {
  overflow: hidden;
}
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #000;
  opacity: 0.91;
  z-index: 999999;
  display: none;
  width: auto;
}
.navbar-container-space {
  height: 0;
}
.navbar-container {
  width: 100%;
  z-index: 100000;
  margin-top: 0;
  border-bottom: 1px solid #272727;
}
.navbar {
  border-radius: 0;
  border: none;
  background: #161515;
  height: 57px;
  margin: 0;
  padding: 0;
}
.navbar .navbar-header {
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  text-align: center;
}
.navbar .navbar-header .navbar-brand {
  padding: 9px 0;
  margin: 0px 30px 0px 6px;
  height: auto;
  background: 0 0;
  text-decoration: none;
  display: inline-block;
  position: relative;
}
.navbar .navbar-header .navbar-brand:hover {
  background: 0 0;
  text-decoration: none;
}
@media (max-width: 767px) {
  .navbar .navbar-header .navbar-brand {
    float: none;
    margin: 0;
  }
}
@media (max-width: 350px) {
  .navbar .navbar-header .navbar-brand {
    width: 150px;
    padding: 13px 0;
  }
}
@media (max-width: 310px) {
  .navbar .navbar-header .navbar-brand {
    width: 110px;
    padding: 17px 0;
  }
}
.navbar .navbar-header .navbar-brand img {
  width: 100%;
}
.navbar .navbar-header .navbar-brand img.logo-white {
  position: absolute;
  display: none;
  z-index: 1000001;
  top: 9px;
  left: 0;
}
@media (max-width: 350px) {
  .navbar .navbar-header .navbar-brand img.logo-white {
    top: 13px;
  }
}
@media (max-width: 310px) {
  .navbar .navbar-header .navbar-brand img.logo-white {
    top: 17px;
  }
}
.navbar .navbar-header .navbar-toggle {
  float: left;
  border: none;
  padding: 0;
  margin: 0 20px 0 0;
  display: block;
  width: 57px;
  height: 57px;
  border-radius: 0;
}
.navbar .navbar-header .navbar-toggle:hover {
  background-position-y: 100%;
}
@media (min-width: 768px) {
  .navbar .navbar-header .navbar-toggle {
    display: none;
  }
}
@media (max-width: 350px) {
  .navbar .navbar-header .navbar-toggle {
    margin: 0 10px 0 0;
  }
}
@media (max-width: 310px) {
  .navbar .navbar-header .navbar-toggle {
    margin: 0 5px 0 0;
  }
}
.navbar .navbar-nav {
  padding: 0;
  margin: 0;
}
@media (max-width: 767px) {
  .navbar .navbar-nav {
    display: none;
  }
}
.navbar .navbar-nav > li > a {
  padding: 0 10px;
  font: bold 15px/57px 'PT Sans', Tahoma, Geneva, sans-serif;
  background: 0 0;
  color: #fff;
  text-transform: uppercase;
  margin: 0;
}
.navbar .navbar-nav > li > a:hover,
.navbar .navbar-nav > li > a:focus {
  color: #c2bab1;
  background-color: #161515;
}
.navbar .navbar-nav > .active > a,
.navbar .navbar-nav > .active > a:hover,
.navbar .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #161515;
}
.navbar .navbar-search {
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  display: block;
  width: 57px;
  height: 57px;
}
.navbar .navbar-search.visible-xs {
  float: right;
}
.navbar .navbar-search:hover,
.navbar .navbar-search:focus {
  background-position-y: 100%;
}
.navbar .dropdown-menu {
  border-radius: 0;
  border: none;
  background: #161515;
  margin: 0;
  padding: 5px 0;
}
.navbar .dropdown-menu > li > a {
  text-transform: uppercase;
  text-decoration: none;
  color: #f7f7f7;
  font: 15px/24px 'PT Sans', Tahoma, Geneva, sans-serif;
}
.navbar .dropdown-menu > li > a:hover,
.navbar .dropdown-menu > li > a:focus {
  color: #d8d9d9;
  background-color: #161515;
}
.navbar .dropdown-menu > .active > a,
.navbar .dropdown-menu > .active > a:hover,
.navbar .dropdown-menu > .active > a:focus {
  color: #fff;
  background-color: #161515;
}
.navbar .mobile-menu {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  margin: 0;
  padding: 0;
  z-index: 1000001;
}
@media (max-width: 767px) {
  .navbar .mobile-menu {
    right: 0;
  }
}
.navbar .mobile-menu ul {
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}
.navbar .mobile-menu ul li {
  font: bold 17px/24px 'PT Sans', tahoma, verdana;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .navbar .mobile-menu ul li {
    text-align: center;
  }
}
.navbar .mobile-menu ul li a {
  color: #f7f7f7;
  text-decoration: none;
}
.navbar .mobile-menu ul li a:focus,
.navbar .mobile-menu ul li a:hover {
  color: #fff;
  text-decoration: none;
}
.search-form {
  background: #d0251e;
  padding: 40px 80px;
  position: absolute;
  z-index: 1000000;
  width: 100%;
  top: 100%;
  left: 0;
  display: none;
  margin: 0;
}
@media (max-width: 767px) {
  .search-form {
    padding: 40px 35px;
  }
}
.search-form .input-group {
  position: relative;
  width: 100%;
}
.search-form .input-group .search-query-input {
  border-radius: 0;
  border: none;
  color: #666;
  text-align: center;
  text-transform: uppercase;
  font: bold 30px/30px Tahoma, Geneva, sans-serif;
  width: 100%;
  z-index: 1;
  padding: 32px 57px 32px 5px;
  height: auto;
}
@media (max-width: 767px) {
  .search-form .input-group .search-query-input {
    font: bold 22px/22px Tahoma, Geneva, sans-serif;
    padding: 16px 57px 16px 5px;
  }
}
.search-form .input-group .search-query-button {
  border-radius: 0;
  border: none;
  position: absolute;
  right: 0;
  top: 22px;
  z-index: 100;
  font-size: 24px;
  color: #ccc;
  padding: 14px;
  background: 0 0;
  outline: none;
}
.search-form .input-group .search-query-button:hover {
  color: #666;
}
@media (max-width: 767px) {
  .search-form .input-group .search-query-button {
    top: 0;
  }
}
.breadcrumbs {
  width: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  padding: 30px 0 0;
}
.breadcrumbs .bg {
  margin: 0 auto;
  display: inline-block;
  padding: 6px 50px 3px;
  position: relative;
}
.detail.breadcrumbs .bg {
  padding: 3px 30px;
  font: bold 11px/24px Tahoma, Geneva, sans-serif;
  text-decoration: none;
  text-transform: uppercase;
}
.detail.breadcrumbs .bg:hover {
  text-decoration: none;
}
@media (min-width: 1240px) {
  .detail > .limit-content-width {
    width: 1000px !important;
  }
  .detail .detail-content {
    width: 670px;
  }
  .detail .detail-banner {
    float: right;
    width: 320px;
  }
}
.detail h1 {
  text-align: center;
  color: #393939;
  font: bold 45px/45px Tahoma, Geneva, sans-serif;
  padding: 0;
  margin: 0 0 30px;
}
.detail .detail-image {
  margin: 0 0 30px;
  width: 100%;
  text-align: center;
}
.detail .detail-image img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}
.detail .detail-text {
  margin: 0 0 50px;
}
.detail .detail-text img {
  max-width: 100%;
  height: auto !important;
}
.detail .detail-social-bottom {
  padding: 10px 0;
  margin: 0 0 30px;
  width: 100%;
  text-align: center;
}
.detail .detail-social-comments {
  margin: 0 0 20px;
}
.detail .detail-social-comments .comments-container {
  margin: 20px 0 0;
  width: 100%;
}
.color-health {
  background-color: #a0bf46 !important;
  color: #fff !important;
}
a.color-health:hover {
  color: #000 !important;
  background-color: #526481 !important;
}
a.color-health:hover.no-hover {
  background-color: #a0bf46 !important;
  color: #fff !important;
}
.mc-c,
.mc-c div,
.mc-c span,
.mc-c img,
.mc-c textarea,
.mc-c a {
  background-attachment: scroll !important;
  background-color: transparent !important;
  background-image: none !important;
  background-position: 0 0 !important;
  background-repeat: repeat !important;
  border-color: #000 !important;
  border-color: currentColor !important;
  border-radius: 0 !important;
  border-style: none !important;
  border-width: medium !important;
  bottom: auto !important;
  clear: none !important;
  clip: auto !important;
  color: inherit !important;
  counter-increment: none !important;
  counter-reset: none !important;
  cursor: auto !important;
  direction: inherit !important;
  display: inline;
  float: none !important;
  font-family: inherit !important;
  font-size: inherit !important;
  font-style: inherit !important;
  font-variant: normal !important;
  font-weight: inherit !important;
  height: auto;
  left: auto !important;
  letter-spacing: normal !important;
  line-height: inherit !important;
  list-style-type: inherit !important;
  list-style-position: outside !important;
  list-style-image: none !important;
  margin: 0 !important;
  max-height: none !important;
  max-width: none !important;
  min-height: 0 !important;
  min-width: 0 !important;
  opacity: 1;
  outline: invert medium !important;
  overflow: visible !important;
  padding: 0 !important;
  position: static !important;
  quotes: '' '' !important;
  right: auto !important;
  table-layout: auto !important;
  text-align: inherit !important;
  text-decoration: inherit !important;
  text-indent: 0 !important;
  text-transform: none !important;
  top: auto !important;
  unicode-bidi: normal !important;
  vertical-align: baseline !important;
  visibility: inherit !important;
  white-space: normal !important;
  width: auto !important;
  word-spacing: normal !important;
  z-index: auto !important;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
  text-shadow: none !important;
  -webkit-transition: none !important;
  transition: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.mc-c,
.mc-c div,
.mc-c textarea {
  display: block;
}
.mc-c a,
.mc-c a * {
  cursor: pointer !important;
}
.mc-c a:hover {
  text-decoration: none !important;
}
.mc-c textarea {
  border: 1px solid #ccc !important;
}
.mc-c img {
  border: 0 !important;
}
.mc-c {
  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;
}
.mc-c .mc-clear {
  clear: both !important;
  height: 1px !important;
  line-height: 1px !important;
}
.mc-c .mc-avatar-wrap {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
}
.cc {
  display: block !important;
  position: relative !important;
  padding: 0 2px !important;
  clear: both !important;
}
.cc .mc-avatar-cnt {
  position: relative !important;
  float: left !important;
}
.cc .mc-avatar-wrap {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
}
.cc textarea {
  width: 100% !important;
  resize: none !important;
}
.cc .mc-menu-toggle {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAMAAACelLz8AAAAJ1BMVEVmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmaP/QSjAAAADHRSTlMAAgMJC0uWpKa6wMxMdjkoAAAANUlEQVR4AeXJyQEAERAAsNl7Hf3X6xt0QL6JpZWq30pdvdadme+0PMdzvHm8YThHcT1H7K0BtOMDniZhWOgAAAAASUVORK5CYII=) !important;
  -webkit-background-size: 14px 14px !important;
  background-size: 14px !important;
  background-repeat: no-repeat !important;
  background-position: right center !important;
  padding: 0 16px 0 0 !important;
  overflow: hidden !important;
  white-space: nowrap !important;
  text-overflow: ellipsis !important;
}
.cc .mc-grid {
  display: block !important;
  overflow: hidden !important;
}
.mc-c .mc-grid-xs6 {
  float: left !important;
  width: 50% !important;
}
.mc-c .mc-grid-xs6 {
  width: 60% !important;
}
.cc .mc-form .mc-avatar {
  width: 48px !important;
  height: 48px !important;
}
.cc .mc-form .mc-textarea {
  height: 33px;
  min-height: 33px !important;
}
.cc .mc-form.mc-expanded .mc-textarea {
  min-height: 60px !important;
}
.cc .mc-postbox {
  position: relative !important;
}
.cc .mc-postbox .mc-avatar {
  float: left !important;
  border-radius: 3px !important;
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
}
.cc .mc-text-cnt {
  position: relative !important;
  margin: 0 0 0 60px !important;
}
.cc .mc-text-wrap {
  position: relative !important;
  background: #fff !important;
  border-top: 1px solid #eee !important;
  padding: 10px 10px 4px !important;
  border-radius: 2px !important;
  -webkit-border-radius: 2px !important;
  -moz-border-radius: 2px !important;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.23) !important;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.23) !important;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.23) !important;
  transition: min-height 0.1s ease-in-out !important;
}
.cc .mc-expanded .mc-text-cnt .mc-text-wrap {
  border-top: 1px solid #f1f1f1 !important;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.33) !important;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.33) !important;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.33) !important;
}
.cc .mc-textarea-wrap {
  position: relative !important;
  height: 70px;
}
.cc .mc-text-wrap .mc-textarea {
  width: 100% !important;
  max-width: none !important;
  border: 0 !important;
  outline: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  resize: none !important;
  color: #3e474d !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  font-family: Arial, Helvetica, sans-serif !important;
  overflow: hidden !important;
  background: #fff !important;
  line-height: 18px !important;
  white-space: pre-wrap !important;
  word-wrap: break-word !important;
  box-shadow: none !important;
  transition: min-height 0.1s ease-in-out !important;
}
.cc .mc-menu {
  border-bottom: 1px solid #f0f1f4 !important;
  margin-bottom: 16px !important;
}
.cc .mc-sort-toggle {
  display: block;
  padding: 18px 0 10px !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  color: rgba(0, 39, 59, 0.4) !important;
  transition: all 0.2s ease-in-out !important;
}
@media screen and (min-width: 768px) {
  .cc .mc-menu .mc-sort-toggle {
    display: none;
  }
}
.cc .mc-menu.mc-menu-sm .mc-sort-toggle {
  display: block;
}
.cc .mc-comment {
  position: relative !important;
}
.cc .mc-comment-wrap {
  position: relative !important;
  padding: 16px 0 !important;
  text-align: left !important;
  transition: all 0.2s ease-in-out !important;
}
.cc .mc-comment-user {
  position: relative !important;
}
.cc .mc-comment .mc-avatar-wrap {
  top: auto !important;
}
.cc .mc-comment-user .mc-avatar {
  width: 48px !important;
  height: 48px !important;
  margin-top: 3px !important;
  border-radius: 3px !important;
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
}
.cc .mc-comment-info {
  margin: 0 0 0 60px !important;
  text-align: left !important;
}
.cc .mc-comment-head {
  padding: 0 70px 0 0 !important;
}
.cc .mc-comment-username {
  color: #333 !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  vertical-align: top !important;
}
.cc .mc-comment-body {
  margin: 4px 0 !important;
}
/* .cc .mc-comment-msg {
  color: #363636 !important;
  font-size: 14px !important;
  line-height: 20px !important;
  white-space: pre-wrap !important;
  word-wrap: break-word !important;
} */
.cc .mc-comment-msgcnt {
  overflow: hidden !important;
  zoom: 1 !important;
}
.cc .mc-comment-light {
  display: none !important;
  position: absolute !important;
  top: 16px !important;
  left: 0 !important;
  width: 5px !important;
  height: 48px !important;
  border-radius: 3px !important;
}
.mc-c img {
  width: 100% !important;
}

@media (max-width: 890px) {
  .navbar .navbar-nav > li > a {
    padding: 0 10px;
    font: bold 12px/57px 'PT Sans', Tahoma, Geneva, sans-serif;
    background: 0 0;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
  }
}
.prod {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0px;
  max-width: 230px;
}

footer {
  height: 50px;
  outline: 8px solid #000;
  background-color: black;
}

@media (max-width: 400px) {
  .detail h1 {
    text-align: center;
    color: #393939;
    font: bold 33px/45px Tahoma, Geneva, sans-serif;
    padding: 0;
    margin: 0 0 30px;
  }
}
#comebacker_main_div {
  display: none !important;
}

@media (max-width: 1239px) {
  .detail .detail-banner {
    float: right;
    width: 320px;
    display: none;
  }
}

h3 {
  font-weight: 500;
}

body {
  overflow-x: hidden;
  font-family: 'Segoe UI', 'Open Sans', Arial, sans-serif;
}

/* Code tidied up by ScrapBook */

/* Code tidied up by ScrapBook */

* {
  padding: 0px;
  margin: 0px;
  outline: 0px none;
  box-sizing: border-box;
}

body {
  background: rgba(0, 0, 0, 0) none no-repeat fixed center top;
  font-family: 'Open Sans', Arial, serif, Arial, serif;
}

img {
  border: medium none;
  outline: 0px none;
}

.eAuthContainer > :hover {
  opacity: 1;
}

/* Code tidied up by ScrapBook */

.submit-roulette:hover {
  background: #bb0000;
  transition: background 0.3s;
}

.submit-roulette:active {
  transform: translateY(2px);
  box-shadow: none;
}

.submit-roulette {
    text-transform: uppercase;
    padding: 10px 15px;
    margin: 15px 0;
    outline: none;
    border: none;
    margin-top: 5px;
    border-radius: 5px;
    box-shadow: 0px 4px 3px #242120;
    background: red;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    font-size: 16px;
    transition: background 0.3s;
    width: 100%;
    max-width: 260px;
    text-align: center;
}

.input-roulette {
  padding-left: 5px;
  height: 42px;
  margin: 0 auto 10px;
  width: 100%;
  max-width: 260px;
  font-size: 17px;
  box-sizing: border-box;
  display: block;
}

#clock {
  color: red;
}

.order_block {
  display: none;
  text-align: center !important;
}

.order_block img {
  width: 100%;
  max-width: 250px;
  margin: 20px 0 0 0;
}

.order_block h3 {
  font: bold 18px Arial !important;
  background: transparent;
}

.priceс {
  position: absolute;
  font-family: 'Arial', sans-serif;
  right: -50px;
  bottom: 0;
  color: #000;
  box-shadow: rgba(0, 0, 0, 0.8) 0px 3px 30px;
  width: 165px;
  text-align: center !important;
  font-size: 19px;
  font-weight: bold;
  line-height: 1.3;
  transform: rotateZ(-7deg);
  margin: -0px auto 0px;
  padding: 0 0 5px;
  background: linear-gradient(to right, rgb(238, 165, 19) 0%, rgb(253, 237, 19) 100%);
  border-width: 2px;
  border-style: solid;
  border-color: rgb(255, 255, 255);
  border-image: initial;
  border-radius: 19%;
}

span.discountс {
  display: block;
  margin-top: 9px;
  font-size: 18px;
}

.price_main {
  border-bottom: 2px solid #d31812;
  font-size: 24px;
  line-height: 0px;
  margin: 0 auto;
}

.prod_img_wrapper {
  text-align: center;
  max-width: 300px;
  margin: 15px auto 30px;
  position: relative;
}

.prod_img {
  width: 100%;
  max-width: 230px !important;
}

@media all and (max-width: 767px) {
  .priceс {
    right: 0;
    width: 135px;
    font-size: 16px;
  }
  .price_main {
    font-size: 20px;
  }
}

.timer-title {
  background: #eee !important;
  padding: 10px;
  display: inline-block;
}
.imgg  {
  max-width: 250px !important;
}
.linkk {
  display: flex;
    justify-content: center;
    align-items: center;
    align-self: center;
    margin: 20px auto 0;
}
.linkk:hover {
  color: #fff;
  text-decoration: none;
}
.inL_48446 { color: #000 }
.inL_217817 { text-align: center }
.inL_359285 { font-size: 24px; font-weight: 700; margin-top: 20px; margin-bottom: 20px; text-align: center }
.inL_340980 { margin-top: 20px }
.inL_132003 { color: #000 }
.inL_489967 { text-align: center }
.inL_942752 { margin-top: 20px }
.inL_968446 { color: #000 }
.inL_857393 { text-align: center }
.inL_529799 { margin-top: 20px }
.inL_859603 { color: #000 }
.inL_908711 { text-align: center }
.inL_213286 { display: block }
.inL_616075 {
    margin-bottom: 20px;
}
.inL_52586 { font-weight: bold; padding: 10px 0; color: red }
.inL_987183 { text-align: center; padding-top: 15px; color: white }