@import url(../css/normalize.css);
#topRev {
  width: 26.875em;
  margin: 0 6.25em 0 0; }
  #topRev .content {
    padding: 0.625em 0.625em 0.625em 0.625em; }
    @media (max-width: 48.75em) {
      #topRev .content {
        padding: 0.625em; } }
    #topRev .content span {
      font-size: 0.875em;
      font-style: italic;
      color: white;
      line-height: 110%;
      display: block; }

a.order .price-detal {
  font-size: 1.5em;
  color: #ff6000;
  text-decoration: line-through;
  font-weight: 700;
  line-height: 90%; }

a.order .price-online {
  font-size: 2.75em;
  color: white;
  font-weight: 700;
  line-height: 90%; }

#topRev {
  width: 26.875em;
  margin: 0 6.25em 0 0; }
  #topRev .content {
    padding: 0.625em 0.625em 0.625em 0.625em; }
    @media (max-width: 48.75em) {
      #topRev .content {
        padding: 0.625em; } }
    #topRev .content span {
      font-size: 0.875em;
      font-style: italic;
      color: white;
      line-height: 110%;
      display: block; }

a.order .price-detal {
  font-size: 1.5em;
  color: #ff6000;
  text-decoration: line-through;
  font-weight: 700;
  line-height: 90%; }

a.order .price-online {
  font-size: 2.75em;
  color: white;
  font-weight: 700;
  line-height: 90%; }

a.order {
  background: #283a49;
  /* Old browsers */
  background: -moz-linear-gradient(left, #283a49 50%, #ff6000 50%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #283a49), color-stop(50%, #ff6000));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #283a49 50%, #ff6000 50%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #283a49 50%, #ff6000 50%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #283a49 50%, #ff6000 50%);
  /* IE10+ */
  background: linear-gradient(to right, #283a49 50%, #ff6000 50%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#283a49', endColorstr='#ff6000',GradientType=1 );
  /* IE6-9 */
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  justify-content: space-around;
  width: 100%;
  padding: 0.75em 0;
  text-decoration: none;
  text-align: center;
  line-height: 160%;
  -webkit-border-radius: 0.625em;
  border-radius: 0.625em;
  background-clip: padding-box; }
  a.order:hover {
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease; }
    a.order:hover span {
      color: white;
      -webkit-transition: all 300ms ease;
      -moz-transition: all 300ms ease;
      -ms-transition: all 300ms ease;
      -o-transition: all 300ms ease;
      transition: all 300ms ease; }
  a.order span.title {
    color: white;
    font-size: 2.5em;
    font-weight: 900;
    line-height: 100%;
    text-transform: uppercase; }
  a.order .price-detal {
    padding: 0 0.41667em; }
  a.order .price-online {
    padding: 0 0.22727em; }
  a.order .prices, a.order .title {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
  a.order .prices.flex {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center; }

#topOrder a.order {
  margin: 1em 0; }

@media (max-width: 48.75em) {
  #choice a.order {
    margin: 2em 0 0 0;
    display: block;
    width: 100%;
    float: none; }

  #order a.order {
    margin: 1em 0;
    display: block;
    width: 98%;
    float: right; } }
#topRev {
  width: 26.875em;
  margin: 0 6.25em 0 0; }
  #topRev .content {
    padding: 0.625em 0.625em 0.625em 0.625em; }
    @media (max-width: 48.75em) {
      #topRev .content {
        padding: 0.625em; } }
    #topRev .content span {
      font-size: 0.875em;
      font-style: italic;
      color: white;
      line-height: 110%;
      display: block; }

a.order .price-detal {
  font-size: 1.5em;
  color: #ff6000;
  text-decoration: line-through;
  font-weight: 700;
  line-height: 90%; }

a.order .price-online {
  font-size: 2.75em;
  color: white;
  font-weight: 700;
  line-height: 90%; }

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-family: "Roboto Slab", serif;
  font-size: 16px; }

body {
  background: white url(../image/bg-main.jpg) top center no-repeat;
  font-size: 100%; }

.clearfix:after {
  content: '';
  display: table;
  clear: both; }

#wrapper, .center-block {
  width: 73.75em;
  position: relative;
  display: block;
  margin: auto; }

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between; }

.flexwrap {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.fl-col {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.wid950 {
  width: 59.375em; }

@media (max-width: 48.75em) {
  .wid950 {
    width: 100%; } }
.wid550 {
  width: 34.375em; }

@media (max-width: 48.75em) {
  .wid550 {
    width: 100%; } }
.wid380 {
  width: 23.75em; }

@media (max-width: 48.75em) {
  .wid380 {
    width: 100%; } }
.wid540 {
  width: 33.75em; }

@media (max-width: 48.75em) {
  .wid540 {
    width: 100%; } }
.wid620 {
  width: 38.75em; }

@media (max-width: 48.75em) {
  .wid620 {
    width: 100%; } }
.wid140 {
  width: 8.75em; }

@media (max-width: 48.75em) {
  .wid140 {
    width: 100%; } }
.wid470 {
  width: 29.375em; }

@media (max-width: 48.75em) {
  .wid470 {
    width: 100%; } }
.wid820 {
  width: 51.25em; }

@media (max-width: 48.75em) {
  .wid820 {
    width: 100%; } }
.wid200 {
  width: 12.5em; }

@media (max-width: 48.75em) {
  .wid200 {
    width: 100%; } }
.wid320 {
  width: 20em; }

@media (max-width: 48.75em) {
  .wid320 {
    width: 100%; } }
@media (max-width: 48.75em) {
  body {
    background: white; }

  #wrapper, .center-block {
    width: 100%; }

  .flex {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; } }
#topRev {
  width: 26.875em;
  margin: 0 6.25em 0 0; }
  #topRev .content {
    padding: 0.625em 0.625em 0.625em 0.625em; }
    @media (max-width: 48.75em) {
      #topRev .content {
        padding: 0.625em; } }
    #topRev .content span {
      font-size: 0.875em;
      font-style: italic;
      color: white;
      line-height: 110%;
      display: block; }

a.order .price-detal {
  font-size: 1.5em;
  color: #ff6000;
  text-decoration: line-through;
  font-weight: 700;
  line-height: 90%; }

a.order .price-online {
  font-size: 2.75em;
  color: white;
  font-weight: 700;
  line-height: 90%; }

#top {
  position: relative;
  min-height: 38.75em;
  background: url(../image/top-2.jpg) top left no-repeat, url(../image/top-3.jpg) top left 13.375em no-repeat, url(../image/top-1.jpg) top left 26.0625em no-repeat, url(../image/top-4.jpg) top 13.125em left no-repeat, url(../image/top-5.jpg) bottom left no-repeat, url(../image/top-6.jpg) bottom left 13.375em no-repeat, url(../image/top-7.jpg) bottom left 26.0625em no-repeat; }
  @media (max-width: 48.75em) {
    #top {
      background: 0; } }
  #top .content {
    position: absolute;
    top: 15em;
    left: 13.75em; }
    @media (max-width: 48.75em) {
      #top .content {
        position: relative;
        top: 0;
        right: auto;
        bottom: auto;
        left: 0; } }
  #top .image {
    position: absolute;
    top: -1.25em;
    left: 42.5em;
    width: 12.5em; }
    @media (max-width: 48.75em) {
      #top .image {
        display: none; } }
    #top .image img {
      display: block;
      width: 100%; }

#toplist {
  margin: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 3000; }
  @media (max-width: 48.75em) {
    #toplist {
      position: relative;
      top: 0;
      right: auto;
      bottom: auto;
      left: 0; } }
  #toplist ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    #toplist ul li {
      margin: 0 0 0.25em 0;
      padding: 0 0.5em 0 3.75em;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center;
      border: 0.125em solid #00476d;
      position: relative;
      height: 3em; }
      @media (max-width: 48.75em) {
        #toplist ul li {
          height: auto; } }
      #toplist ul li:before {
        font-size: 2.75em;
        width: 1.13636em;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        background: #4090c5;
        /* Old browsers */
        background: -moz-linear-gradient(top, #4090c5 0%, #59a2c7 100%);
        /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4090c5), color-stop(100%, #59a2c7));
        /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #4090c5 0%, #59a2c7 100%);
        /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #4090c5 0%, #59a2c7 100%);
        /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #4090c5 0%, #59a2c7 100%);
        /* IE10+ */
        background: linear-gradient(to bottom, #4090c5 0%, #59a2c7 100%);
        /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4090c5', endColorstr='#59a2c7',GradientType=0 );
        /* IE6-9 */
        text-align: center;
        content: '+';
        line-height: 90%;
        color: white;
        font-weight: 700; }
      #toplist ul li:last-child {
        margin: 0; }

.shadow {
  background: url(../image/blue-shadow.jpg) top center no-repeat; }

#works .center-block {
  padding: 1.25em 0; }
#works .column {
  border: 0.125em solid #00476d;
  background: white; }
  #works .column .image {
    width: 100%; }
    #works .column .image img {
      display: block;
      width: 100%; }
#works .content {
  padding: 0.625em; }

#composition_reviews .center-block {
  padding: 1.25em 0; }

#composition {
  -webkit-border-radius: 0.625em;
  border-radius: 0.625em;
  background-clip: padding-box;
  background: #00476d;
  /* Old browsers */
  background: -moz-linear-gradient(top, #00476d 0%, #4292c5 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00476d), color-stop(100%, #4292c5));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #00476d 0%, #4292c5 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #00476d 0%, #4292c5 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #00476d 0%, #4292c5 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #00476d 0%, #4292c5 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00476d', endColorstr='#4292c5',GradientType=0 );
  /* IE6-9 */
  padding: 0.625em; }

#reviews .margin {
  margin: 0 0 1.25em 0; }

#order_benefits {
  background: url(../image/bg-order.jpg) top center no-repeat; }
  @media (max-width: 48.75em) {
    #order_benefits {
      background: 0; } }
  #order_benefits .center-block {
    padding: 1.25em 0; }

#order .image {
  width: 11.25em; }
  @media (max-width: 48.75em) {
    #order .image {
      display: none; } }
  #order .image img {
    display: block;
    max-width: 100%; }
#order #bottomOrder {
  position: absolute;
  top: 30.125em;
  left: 22.75em; }
  @media (max-width: 48.75em) {
    #order #bottomOrder {
      position: relative;
      top: 0;
      right: auto;
      bottom: auto;
      left: 0; } }

#orderbox iframe {
  width: 100%;
  height: 20rem;
  border: none; }

#benefits {
  -webkit-border-radius: 0.625em;
  border-radius: 0.625em;
  background-clip: padding-box;
  padding: 0.625em;
  background: #ff6000; }
  #benefits ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    #benefits ul li {
      padding: 0.625em 0;
      margin: 0; }

#orderForm {
  background: #00476d;
  /* Old browsers */
  background: -moz-linear-gradient(top, #00476d 0%, #4292c5 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00476d), color-stop(100%, #4292c5));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #00476d 0%, #4292c5 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #00476d 0%, #4292c5 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #00476d 0%, #4292c5 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #00476d 0%, #4292c5 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00476d', endColorstr='#4292c5',GradientType=0 );
  /* IE6-9 */
  padding: 0.625em; }
  #orderForm h2 {
    font-size: 2em;
    color: white;
    padding: 0 0 0.3125em 0;
    margin: 0; }
  #orderForm .content2 {
    padding: 1.25em 0; }
  #orderForm .line {
    padding: 0 0 0.625em 0; }
  #orderForm label {
    font-size: 1.375em;
    background: #283a49;
    padding: 0.18182em 0.45455em;
    text-transform: uppercase;
    font-style: italic;
    color: #fff000;
    font-weight: 700; }
  #orderForm select, #orderForm input {
    border: none;
    padding: 0.25em 0.625em; }
  #orderForm .price {
    text-align: center;
    font-size: 3.75em;
    padding: 0.16667em;
    color: white;
    font-weight: 700;
    line-height: 100%; }
  #orderForm button {
    text-align: center;
    text-transform: uppercase;
    font-size: 3.125em;
    color: black;
    background: #fff000;
    width: 100%;
    border: none;
    font-weight: 700; }

#wds_ok_msg, #wds_error_msg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 3000; }
  #wds_ok_msg .content, #wds_error_msg .content {
    background: white;
    width: 31.25em;
    height: auto;
    padding: 1em;
    position: fixed;
    top: 40%;
    left: 50%;
    margin: 0 0 0 -15.625em; }
    #wds_ok_msg .content a.close, #wds_error_msg .content a.close {
      width: 40%;
      padding: 0.4em;
      color: black;
      display: block;
      margin: 1em auto;
      text-align: center;
      text-decoration: none;
      text-transform: uppercase;
      border: 0.0625em solid black; }

#wds_ok_msg {
  display: none; }
  #wds_ok_msg h6 {
    font-size: 2em;
    margin: 0;
    padding: 0;
    color: #578512;
    width: 100%;
    text-align: center; }

#wds_error_msg {
  display: none; }
  #wds_error_msg h6 {
    font-size: 2em;
    margin: 0;
    padding: 0;
    color: #d73434;
    width: 100%;
    text-align: center; }

footer {
  width: 100%;
  position: relative;
  background: #e9e9e9; }
  footer .center-block {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    padding: 1.25em 0; }
  footer #warning {
    padding: 1em 3em; }
    footer #warning p {
      color: black;
      font-size: 0.75em;
      margin: 0 0 0.83333em; }

#slideUpAnim {
  width: 6.25em;
  height: 6.25em;
  position: fixed;
  top: 50%;
  right: -3.125em;
  margin-top: -3.125em;
  background: #ffde00;
  -webkit-border-radius: 3.125em;
  border-radius: 3.125em;
  background-clip: padding-box;
  display: block; }
  #slideUpAnim #triangle-up {
    display: block;
    width: 0;
    height: 0;
    border-left: 0.5em solid transparent;
    border-right: 0.5em solid transparent;
    border-bottom: 1em solid white;
    margin: 0.5rem 0 0 0.6875rem;
    position: absolute;
    top: 35%;
    left: 0.625em; }
  #slideUpAnim:hover {
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg); }

@media (max-width: 48.75em) {
  footer {
    padding: 1em 0; }
    footer .center-block {
      height: auto;
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; } }
#topRev {
  width: 26.875em;
  margin: 0 6.25em 0 0; }
  #topRev .content {
    padding: 0.625em 0.625em 0.625em 0.625em; }
    @media (max-width: 48.75em) {
      #topRev .content {
        padding: 0.625em; } }
    #topRev .content span {
      font-size: 0.875em;
      font-style: italic;
      color: white;
      line-height: 110%;
      display: block; }

a.order .price-detal {
  font-size: 1.5em;
  color: #ff6000;
  text-decoration: line-through;
  font-weight: 700;
  line-height: 90%; }

a.order .price-online {
  font-size: 2.75em;
  color: white;
  font-weight: 700;
  line-height: 90%; }

header#header {
  position: relative;
  min-height: 7.25em;
  background: none;
  border-bottom: 0.0625em solid #e9e9e9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row; }
  header#header .image {
    z-index: 2000;
    position: absolute;
    top: 0;
    right: 0; }
    @media (max-width: 48.75em) {
      header#header .image {
        display: none; } }

#logo {
  margin: 0 0 0 0; }
  #logo:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease; }

@media (max-width: 48.75em) {
  header#header {
    height: auto;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start; }

  #logo {
    position: relative;
    top: 0;
    left: 0; }
    #logo img {
      max-width: 100%; } }
@keyframes moveFromRight {
  from {
    opacity: 0;
    -moz-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%); }
  to {
    opacity: 1;
    transform: translateY(0%);
    -moz-transform: translateY(0%);
    -o-transform: translateY(0%);
    -ms-transform: translateY(0%); } }
@-webkit-keyframes moveFromRight {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100%); }
  to {
    opacity: 1;
    -webkit-transform: translateY(0%); } }
#topRev {
  width: 26.875em;
  margin: 0 6.25em 0 0; }
  #topRev .content {
    padding: 0.625em 0.625em 0.625em 0.625em; }
    @media (max-width: 48.75em) {
      #topRev .content {
        padding: 0.625em; } }
    #topRev .content span {
      font-size: 0.875em;
      font-style: italic;
      color: white;
      line-height: 110%;
      display: block; }

a.order .price-detal {
  font-size: 1.5em;
  color: #ff6000;
  text-decoration: line-through;
  font-weight: 700;
  line-height: 90%; }

a.order .price-online {
  font-size: 2.75em;
  color: white;
  font-weight: 700;
  line-height: 90%; }

nav#mainnav {
  width: 100%;
  margin: 0 0 1.25em 0;
  background: url(../image/bg-nav.png) top center/100% 100% no-repeat; }
  nav#mainnav ul {
    margin: 0;
    padding: 0 1em;
    position: relative;
    z-index: 2000;
    overflow: hidden;
    list-style: none;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center; }
    nav#mainnav ul li {
      padding: 0;
      text-align: left;
      padding: 1.375em 1.25em;
      position: relative;
      -ms-flex-pack: distribute;
      -webkit-justify-content: space-around;
      -moz-justify-content: space-around;
      justify-content: space-around; }
      nav#mainnav ul li a {
        display: block;
        line-height: 130%;
        text-decoration: none;
        position: relative; }
        nav#mainnav ul li a span {
          color: white;
          text-transform: uppercase;
          font-size: 1.125em;
          display: block;
          white-space: normal;
          font-weight: 700; }
      nav#mainnav ul li:hover a span {
        -moz-animation: moveFromRight 400ms ease-in-out;
        -webkit-animation: moveFromRight 400ms ease-in-out;
        -ms-animation: moveFromRight 400ms ease-in-out;
        -o-animation: moveFromRight 400ms ease-in-out;
        animation: moveFromRight 400ms ease-in-out; }
  nav#mainnav h6 {
    display: none; }

@media (max-width: 48.75em) {
  nav#mainnav {
    background: #e9e9e9; }
    nav#mainnav h6 {
      display: block;
      margin: 0 0 0 0.25em;
      font-size: 1.5em;
      padding: 0 0 0 1.66667em;
      position: relative;
      background: url(../image/hamburger.gif) left center no-repeat; }
    nav#mainnav ul {
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      display: none; } }
#topRev {
  width: 26.875em;
  margin: 0 6.25em 0 0; }
  #topRev .content {
    padding: 0.625em 0.625em 0.625em 0.625em; }
    @media (max-width: 48.75em) {
      #topRev .content {
        padding: 0.625em; } }
    #topRev .content span {
      font-size: 0.875em;
      font-style: italic;
      color: white;
      line-height: 110%;
      display: block; }

a.order .price-detal {
  font-size: 1.5em;
  color: #ff6000;
  text-decoration: line-through;
  font-weight: 700;
  line-height: 90%; }

a.order .price-online {
  font-size: 2.75em;
  color: white;
  font-weight: 700;
  line-height: 90%; }

.socialbox {
  min-width: 5.25em;
  z-index: 600; }
  .socialbox .social_fb {
    background-position: -2.9375rem 0; }
    .socialbox .social_fb:hover {
      -webkit-transition: all 200ms ease-in;
      -moz-transition: all 200ms ease-in;
      -ms-transition: all 200ms ease-in;
      -o-transition: all 200ms ease-in;
      transition: all 200ms ease-in;
      background-position: -2.9375rem -1.375rem; }
  .socialbox .social_gp {
    background-position: -5.875rem 0; }
    .socialbox .social_gp:hover {
      -webkit-transition: all 200ms ease-in;
      -moz-transition: all 200ms ease-in;
      -ms-transition: all 200ms ease-in;
      -o-transition: all 200ms ease-in;
      transition: all 200ms ease-in;
      background-position: -5.875rem -1.375rem; }
  .socialbox .social_tw {
    background-position: 0 0; }
    .socialbox .social_tw:hover {
      -webkit-transition: all 200ms ease-in;
      -moz-transition: all 200ms ease-in;
      -ms-transition: all 200ms ease-in;
      -o-transition: all 200ms ease-in;
      transition: all 200ms ease-in;
      background-position: 0 -1.375rem; }
  .socialbox a {
    background: url(../image/bg-social-icon.png) no-repeat;
    display: inline-block;
    margin-right: 1rem;
    margin-top: 0.625rem;
    text-decoration: none;
    position: relative;
    z-index: 1000;
    width: 1.5em;
    height: 1.375em; }
    .socialbox a:first-child {
      margin-left: 1rem; }
    .socialbox a:last-child {
      margin-right: 0; }

#topRev {
  width: 26.875em;
  margin: 0 6.25em 0 0; }
  #topRev .content {
    padding: 0.625em 0.625em 0.625em 0.625em; }
    @media (max-width: 48.75em) {
      #topRev .content {
        padding: 0.625em; } }
    #topRev .content span {
      font-size: 0.875em;
      font-style: italic;
      color: white;
      line-height: 110%;
      display: block; }

a.order .price-detal {
  font-size: 1.5em;
  color: #ff6000;
  text-decoration: line-through;
  font-weight: 700;
  line-height: 90%; }

a.order .price-online {
  font-size: 2.75em;
  color: white;
  font-weight: 700;
  line-height: 90%; }

h1, h2, h3, h4, h5, h6, p {
  font-size: 100%; }

h1 {
  font-size: 2.125em;
  color: #ff6000;
  margin: 0 0 0.47059em 0;
  text-transform: uppercase;
  padding: 0em 11.76471em 0em 0em;
  line-height: 100%; }
  @media (max-width: 48.75em) {
    h1 {
      padding: 0.625em; } }

h2 {
  font-size: 1.875em;
  margin: 0 0 0.53333em 0;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
  padding: 0; }

p {
  font-size: 1em;
  font-weight: 400;
  color: black;
  margin: 0; }
  p + p {
    margin: 1em 0 0 0; }

#top p {
  color: #00476d;
  font-size: 1.125em; }

#toplist ul li span {
  color: #ff6000;
  font-size: 1.125em;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 100%; }

#works h2 {
  color: #283a49; }
#works h3 {
  font-size: 1.5em;
  margin: 0 0 0.66667em 0;
  font-weight: 400;
  color: #00476d; }
#works h4 {
  background: #4292c5;
  font-size: 1.125em;
  font-weight: 700;
  color: white;
  text-transform: uppercase;
  margin: 0;
  padding: 0.55556em; }

#composition h2, #composition p {
  color: white; }

#reviews h2 {
  color: #ff6000; }
#reviews p {
  color: #00476d; }
  #reviews p strong {
    display: block;
    text-align: center; }

#benefits ul li span {
  color: white;
  text-transform: uppercase;
  font-size: 1.25em; }

@media (max-width: 48.75em) {
  #choice h2, #choice p {
    padding: 0.3em; } }
/*!
Animate.css - http://daneden.me/animate
Version - 3.4.0
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/
.animated {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

/*# sourceMappingURL=main.css.map */
