@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; }

#top .prices .price-online, #order .prices .price-online {
  font-size: 5em;
  color: black;
  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; }

#top .prices .price-online, #order .prices .price-online {
  font-size: 5em;
  color: black;
  font-weight: 700;
  line-height: 90%; }

a.order {
  background: #f6ff00;
  display: block;
  padding: 0.5em 1.875em;
  text-decoration: none;
  text-align: center;
  line-height: 160%;
  -webkit-border-radius: 0.625em;
  border-radius: 0.625em;
  background-clip: padding-box;
  -webkit-box-shadow: inset 0 0 1.25em rgba(0, 0, 0, 0.8);
  -moz-box-shadow: inset 0 0 1.25em rgba(0, 0, 0, 0.8);
  box-shadow: inset 0 0 1.25em rgba(0, 0, 0, 0.8);
  -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 {
    background: #d73434;
    -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 {
    color: black;
    font-size: 2.5em;
    font-weight: 900;
    line-height: 100%;
    text-transform: uppercase; }

#choice a.order {
  margin: 2em 1.25em 0 0;
  display: block;
  width: 50%;
  float: right; }

#order a.order {
  display: block; }

@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; }

#top .prices .price-online, #order .prices .price-online {
  font-size: 5em;
  color: black;
  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;
  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; }

.wid280 {
  width: 17.5em; }

@media (max-width: 48.75em) {
  .wid280 {
    width: 100%; } }
.wid700 {
  width: 43.75em; }

@media (max-width: 48.75em) {
  .wid700 {
    width: 100%; } }
.wid440 {
  width: 27.5em; }

@media (max-width: 48.75em) {
  .wid440 {
    width: 100%; } }
.wid220 {
  width: 13.75em; }

@media (max-width: 48.75em) {
  .wid220 {
    width: 100%; } }
.wid125 {
  width: 7.8125em; }

@media (max-width: 48.75em) {
  .wid125 {
    width: 100%; } }
.wid520 {
  width: 32.5em; }

@media (max-width: 48.75em) {
  .wid520 {
    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; }

#top .prices .price-online, #order .prices .price-online {
  font-size: 5em;
  color: black;
  font-weight: 700;
  line-height: 90%; }

#top {
  padding: 3.125em 18.75em 3.125em 3.125em;
  background: url(../image/bg-top.png) top center/100% 100% no-repeat;
  position: relative; }
  @media (max-width: 48.75em) {
    #top {
      padding: 0.625em; } }
  @media (max-width: 48.75em) {
    #top {
      background: #c52264; } }
  #top .image {
    position: absolute;
    right: 13.125em;
    bottom: 1.25em;
    width: 8.4375em; }
    @media (max-width: 48.75em) {
      #top .image {
        display: none; } }
    #top .image img {
      display: block;
      width: 100%; }
  #top .image2 {
    position: absolute;
    right: -5em;
    bottom: 0; }
    @media (max-width: 48.75em) {
      #top .image2 {
        display: none; } }
    #top .image2 img {
      display: block;
      width: 100%; }
  #top .prices {
    margin: 0.625em 0 0 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center; }
    #top .prices .price-online {
      padding: 0 0.25em;
      text-shadow: 0.0125em 0.0125em white, -0.0125em -0.0125em white, 0.0125em -0.0125em white, -0.0125em 0.0125em white; }

#toplist {
  margin: 0 0 0.625em 0;
  padding: 0.625em 0;
  background: url(../image/red-separator.png) bottom center no-repeat;
  z-index: 3000;
  position: relative; }
  #toplist ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    #toplist ul li {
      margin: 0;
      padding: 1.25em;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center;
      background: url(../image/bg-toplist-li.png) top center/100% 100% no-repeat;
      position: relative; }

#maincontent {
  padding: 0 0 0.625em 0;
  margin: 0 0 0.625em 0;
  background: url(../image/red-separator.png) bottom center no-repeat; }

#works {
  padding: 0.625em 0;
  position: relative; }
  #works .content {
    padding: 0em 0em 0em 16em; }
    @media (max-width: 48.75em) {
      #works .content {
        padding: 0.625em; } }
  #works table {
    width: 100%;
    border-right: 0.0625em solid #c0b605;
    border-bottom: 0.0625em solid #c0b605;
    margin: 1.25em 0 0 0;
    position: relative; }
    #works table tr td {
      padding: 0.125em 0.5em;
      border-left: 0.0625em solid #c0b605;
      border-top: 0.0625em solid #c0b605; }
      #works table tr td:nth-child(2) {
        background: #ebebeb; }
      #works table tr td:nth-child(3) {
        background: #c2c2c2; }
      #works table tr td:nth-child(4) {
        background: #c52264;
        color: white; }
      #works table tr td.no-bd {
        border-left: none;
        border-top: none; }
  @media (max-width: 48.75em) {
    #works .table {
      display: none; } }
  #works .table .image {
    position: relative;
    position: absolute;
    top: -2.0625em;
    left: -2.875em; }
  #works .table img {
    display: block; }

#profits {
  padding: 1em;
  -webkit-border-radius: 0.625em;
  border-radius: 0.625em;
  background-clip: padding-box;
  background: #c52264;
  -webkit-box-shadow: inset 0 0 1.25em rgba(0, 0, 0, 0.7);
  -moz-box-shadow: inset 0 0 1.25em rgba(0, 0, 0, 0.7);
  box-shadow: inset 0 0 1.25em rgba(0, 0, 0, 0.7); }

#profitsList {
  margin: 0.625em 0;
  padding: 0;
  list-style: none; }
  #profitsList li {
    background: #f78b2a;
    padding: 0.375em 1em;
    -webkit-box-shadow: inset 0 0 1.25em rgba(0, 0, 0, 0.7);
    -moz-box-shadow: inset 0 0 1.25em rgba(0, 0, 0, 0.7);
    box-shadow: inset 0 0 1.25em rgba(0, 0, 0, 0.7);
    -webkit-border-radius: 0.625em;
    border-radius: 0.625em;
    background-clip: padding-box;
    margin: 0 0 0.375em 0; }
    #profitsList li:last-child {
      margin: 0; }

#composition {
  padding: 0em 15em 0.625em 0em;
  margin: 0 0 0.625em 0;
  position: relative;
  background: url(../image/red-separator.png) bottom center no-repeat; }
  @media (max-width: 48.75em) {
    #composition {
      padding: 0.625em; } }
  #composition .column {
    margin: 6.375em 0 0 0;
    -webkit-border-radius: 0.625em;
    border-radius: 0.625em;
    background-clip: padding-box;
    padding: 1em; }
    #composition .column:nth-child(odd) {
      background: #c52264;
      -webkit-box-shadow: inset 0 0 1.25em rgba(0, 0, 0, 0.7);
      -moz-box-shadow: inset 0 0 1.25em rgba(0, 0, 0, 0.7);
      box-shadow: inset 0 0 1.25em rgba(0, 0, 0, 0.7); }
    #composition .column:nth-child(even) {
      background: #f78b2a;
      -webkit-box-shadow: inset 0 0 1.25em rgba(0, 0, 0, 0.7);
      -moz-box-shadow: inset 0 0 1.25em rgba(0, 0, 0, 0.7);
      box-shadow: inset 0 0 1.25em rgba(0, 0, 0, 0.7); }
    #composition .column .image {
      text-align: center;
      margin: -7.5em 0 0.625em 0; }
  #composition .product {
    position: absolute;
    right: 0;
    bottom: -0.625em;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    width: 13.125em;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    padding: 15em 0 0 0;
    background: url(../image/image-composition.png) top left no-repeat; }
    @media (max-width: 48.75em) {
      #composition .product {
        display: none; } }

#reviews {
  padding: 0.625em 0;
  margin: 0 0 0.625em 0;
  background: url(../image/red-separator.png) bottom center no-repeat; }
  #reviews .content {
    -webkit-border-radius: 0.625em;
    border-radius: 0.625em;
    background-clip: padding-box;
    margin: 0 4.375em;
    background: #c52264; }
  #reviews .column {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    position: relative; }
    #reviews .column:nth-child(1) {
      padding: 1.25em 3.125em 1.25em 4.375em; }
      @media (max-width: 48.75em) {
        #reviews .column:nth-child(1) {
          padding: 0.625em; } }
      #reviews .column:nth-child(1) .image {
        position: absolute;
        top: 50%;
        left: -4.375em;
        margin: -3.75em 0 0 0; }
    #reviews .column:nth-child(2) {
      padding: 1.25em 4.375em 1.25em 3.125em; }
      @media (max-width: 48.75em) {
        #reviews .column:nth-child(2) {
          padding: 0.625em; } }
      #reviews .column:nth-child(2) .image {
        position: absolute;
        top: 50%;
        right: -4.375em;
        margin: -3.75em 0 0 0; }
    #reviews .column .image {
      width: 7.8125em;
      height: 7.5em; }
      @media (max-width: 48.75em) {
        #reviews .column .image {
          display: none; } }

#order {
  padding: 0.625em 0.625em 1.875em 0.625em;
  background: #f6ff00; }
  @media (max-width: 48.75em) {
    #order {
      padding: 0.625em; } }
  #order .prices {
    margin: 0.625em 0 0 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center; }
    #order .prices .price-online {
      padding: 0 0.25em;
      text-shadow: 0.0125em 0.0125em white, -0.0125em -0.0125em white, 0.0125em -0.0125em white, -0.0125em 0.0125em white; }
  #order .image {
    position: absolute;
    right: 33.125em;
    bottom: 1.25em;
    width: 11.25em; }
    @media (max-width: 48.75em) {
      #order .image {
        display: none; } }
    #order .image img {
      display: block;
      width: 100%; }
  #order iframe {
    width: 43.75em;
    height: 20em;
    border: 1px solid black; }

#orderForm label {
  display: inline-block;
  -webkit-border-radius: 0.625em 0.625em 0em 0em;
  border-radius: 0.625em 0.625em 0em 0em;
  background: black;
  padding: 0.25em 0.625em;
  color: white; }
#orderForm select, #orderForm input {
  width: 100%;
  display: block;
  -webkit-border-radius: 0em 0.625em 0.625em 0.625em;
  border-radius: 0em 0.625em 0.625em 0.625em;
  padding: 0.25em 0.625em;
  border: 1px solid black;
  margin: 0 0 1em 0; }
  #orderForm select:focus, #orderForm input:focus {
    outline: none; }
#orderForm .price {
  font-size: 2.5em;
  font-weight: 700;
  text-shadow: 0.025em 0.025em solid, -0.025em -0.025em solid, 0.025em -0.025em solid, -0.025em 0.025em solid;
  color: black;
  padding: 0 0 0.25em 0;
  text-align: center;
  line-height: 100%; }
#orderForm button {
  font-size: 2em;
  background: black;
  color: #f6ff00;
  -webkit-border-radius: 0.3125em;
  border-radius: 0.3125em;
  background-clip: padding-box;
  text-align: center;
  border: none;
  width: 100%;
  text-transform: uppercase;
  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: #c0b605;
    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; }

@media (max-width: 48.75em) {
  #composition .column {
    margin: 0;
    -webkit-border-radius: 0.625em;
    border-radius: 0.625em;
    background-clip: padding-box;
    padding: 1em; }
    #composition .column:nth-child(odd) {
      background: #c52264;
      -webkit-box-shadow: inset 0 0 1.25em rgba(0, 0, 0, 0.7);
      -moz-box-shadow: inset 0 0 1.25em rgba(0, 0, 0, 0.7);
      box-shadow: inset 0 0 1.25em rgba(0, 0, 0, 0.7); }
    #composition .column:nth-child(even) {
      background: #f78b2a;
      -webkit-box-shadow: inset 0 0 1.25em rgba(0, 0, 0, 0.7);
      -moz-box-shadow: inset 0 0 1.25em rgba(0, 0, 0, 0.7);
      box-shadow: inset 0 0 1.25em rgba(0, 0, 0, 0.7); } }
  @media (max-width: 48.75em) and (max-width: 48.75em) {
    #composition .column .image {
      display: none; } }

@media (max-width: 48.75em) {
  #order iframe {
    width: 100%;
    height: 31.25em; } }
footer {
  width: 100%;
  position: relative;
  background: url(../image/red-separator.png) top center no-repeat; }
  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: #c2c2c2;
      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: #f6ff00;
  -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; }

#top .prices .price-online, #order .prices .price-online {
  font-size: 5em;
  color: black;
  font-weight: 700;
  line-height: 90%; }

header#header {
  position: relative;
  min-height: 4.875em;
  background: url(../image/red-separator.png) bottom center no-repeat;
  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; }

#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; }

#top .prices .price-online, #order .prices .price-online {
  font-size: 5em;
  color: black;
  font-weight: 700;
  line-height: 90%; }

nav#mainnav {
  margin: 0; }
  nav#mainnav ul {
    margin: 0;
    padding: 0;
    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 {
      text-align: left;
      padding: 0 1.25em 1em 1.25em;
      margin: 0.625em 0;
      position: relative;
      -ms-flex-pack: distribute;
      -webkit-justify-content: space-around;
      -moz-justify-content: space-around;
      justify-content: space-around;
      background: url(../image/bg-nav-li.png) bottom left 1.25em no-repeat;
      border-left: 0.0625em solid black; }
      nav#mainnav ul li a {
        display: block;
        line-height: 130%;
        text-decoration: none;
        position: relative; }
        nav#mainnav ul li a span {
          color: black;
          font-size: 1.125em;
          display: block;
          white-space: normal;
          font-weight: 400; }
      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: #c2c2c2; }
    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; }

#top .prices .price-online, #order .prices .price-online {
  font-size: 5em;
  color: black;
  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; }

#top .prices .price-online, #order .prices .price-online {
  font-size: 5em;
  color: black;
  font-weight: 700;
  line-height: 90%; }

h1, h2, h3, h4, h5, h6, p {
  font-size: 100%; }

h1 {
  font-size: 3.75em;
  color: white;
  font-weight: 300;
  padding: 0;
  line-height: 100%;
  margin: 0 0 0.16667em 0;
  text-transform: uppercase; }

h2 {
  font-size: 1.875em;
  margin: 0 0 0.53333em 0;
  font-weight: 700;
  line-height: 100%;
  padding: 0;
  text-transform: uppercase; }

p {
  font-size: 1.125em;
  font-weight: 300;
  color: black;
  margin: 0; }
  p + p {
    margin: 0.88889em 0 0 0; }

#top p {
  font-size: 1.25em;
  color: white;
  padding: 0em 3em 0em 0em; }
  @media (max-width: 48.75em) {
    #top p {
      padding: 0.625em; } }

#toplist ul li span {
  color: white;
  font-weight: 700;
  font-size: 1.0625em;
  text-transform: uppercase;
  display: block;
  width: 100%;
  text-align: center; }

#profits h2 {
  color: white;
  margin: 0; }
#profits p {
  color: white; }

#profitsList li span {
  text-transform: uppercase;
  font-weight: 700; }

#composition .column h3 {
  font-size: 1.0625em;
  text-transform: uppercase;
  margin: 0 0 0.58824em 0;
  text-align: center; }
#composition .column p {
  color: white;
  font-size: 0.9375em;
  text-align: center;
  font-weight: 400; }
#composition .column:nth-child(odd) h3 {
  color: #f6ff00; }
#composition .column:nth-child(even) h3 {
  color: black; }

#reviews p {
  color: white;
  font-size: 1em;
  line-height: 120%; }
  #reviews p span {
    display: block;
    color: #f6ff00;
    text-align: right;
    font-weight: 700; }

@media (max-width: 48.75em) {
  h1 {
    font-size: 1.875em; } }
/*!
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 */
