@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; }

#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 {
  background: #f9005d;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f9005d 0%, #b20b28 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f9005d), color-stop(100%, #b20b28));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f9005d 0%, #b20b28 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f9005d 0%, #b20b28 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f9005d 0%, #b20b28 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f9005d 0%, #b20b28 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9005d', endColorstr='#b20b28',GradientType=0 );
  /* IE6-9 */
  display: block;
  padding: 0.25em;
  text-decoration: none;
  text-align: center;
  line-height: 160%;
  -webkit-border-radius: 0.625em;
  border-radius: 0.625em;
  background-clip: padding-box; }
  a.order span {
    font-size: 1.875em;
    background: #f9005d;
    /* Old browsers */
    background: -moz-linear-gradient(top, #f9005d 0%, #b20b28 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f9005d), color-stop(100%, #b20b28));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f9005d 0%, #b20b28 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f9005d 0%, #b20b28 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f9005d 0%, #b20b28 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #f9005d 0%, #b20b28 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9005d', endColorstr='#b20b28',GradientType=0 );
    /* IE6-9 */
    border: 1px solid #ff5e97;
    color: white;
    padding: 0.13333em 1.33333em;
    -webkit-border-radius: 0.33333em;
    border-radius: 0.33333em;
    background-clip: padding-box;
    font-weight: 900;
    line-height: 100%;
    display: block;
    text-transform: uppercase; }

#top a.order {
  position: absolute;
  right: 23.75em;
  bottom: -1.625em;
  z-index: 5000; }
  @media (max-width: 48.75em) {
    #top a.order {
      display: none; } }

#order a.order {
  margin: 1em 0;
  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; }

*, *: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: 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; }

.wid380 {
  width: 23.75em; }

@media (max-width: 48.75em) {
  .wid380 {
    width: 100%; } }
.wid214 {
  width: 13.375em; }

@media (max-width: 48.75em) {
  .wid214 {
    width: 100%; } }
.wid256 {
  width: 16em; }

@media (max-width: 48.75em) {
  .wid256 {
    width: 100%; } }
.wid350 {
  width: 21.875em; }

@media (max-width: 48.75em) {
  .wid350 {
    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; }

.bg-top {
  background: url(../image/bg-top.jpg) top center no-repeat;
  position: relative; }

.bg-white {
  background: white; }

.bg-black-hl {
  background: rgba(0, 0, 0, 0.6); }

.bg-purple {
  background: #ed0749; }

.bg-green {
  background: #98a86a; }

.row {
  padding: 0em 2.8125em 0em 2.8125em; }
  @media (max-width: 48.75em) {
    .row {
      padding: 0.625em; } }

.colpad {
  padding: 1.875em 1.875em 1.875em 1.875em; }
  @media (max-width: 48.75em) {
    .colpad {
      padding: 0.625em; } }

#top {
  padding: 1.875em 0em 1.875em 0em;
  position: relative;
  z-index: 2000; }
  @media (max-width: 48.75em) {
    #top {
      padding: 0.625em; } }
  #top .content {
    padding: 1.875em 21.875em 3.25em 2.8125em;
    background: url(../image/separator.png) top center no-repeat, url(../image/separator.png) bottom center no-repeat; }
    @media (max-width: 48.75em) {
      #top .content {
        padding: 0.625em; } }
  #top .image {
    margin: 0 auto 1.25em auto;
    width: 14.375em; }
    @media (max-width: 48.75em) {
      #top .image {
        display: none; } }
    #top .image img {
      display: block;
      width: 100%; }

#slimming {
  padding: 4.375em 33.75em 3.75em 0em;
  position: relative; }
  @media (max-width: 48.75em) {
    #slimming {
      padding: 0.625em; } }
  #slimming .bg-black-hl {
    padding: 0.625em; }
  #slimming .image-top {
    position: absolute;
    right: -1.25em;
    bottom: 0;
    width: 26.125em;
    z-index: 2000; }
    @media (max-width: 48.75em) {
      #slimming .image-top {
        display: none; } }
    #slimming .image-top img {
      display: block;
      width: 100%; }

#toplist {
  padding: 1.875em 2.8125em 1.875em 2.8125em; }
  @media (max-width: 48.75em) {
    #toplist {
      padding: 0.625em; } }
  #toplist ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    #toplist ul li {
      margin: 0;
      padding: 0;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center; }

#composition {
  padding: 1.875em 2.8125em 1.875em 2.8125em; }
  @media (max-width: 48.75em) {
    #composition {
      padding: 0.625em; } }
  #composition .wid214 {
    background: white; }
  #composition .content {
    padding: 0.625em; }

#usage {
  background: url(../image/separator.png) top center no-repeat, url(../image/separator.png) bottom center no-repeat; }

#reviews {
  padding: 0.625em 0 1.875em 0;
  background: url(../image/separator.png) top center no-repeat, url(../image/separator.png) bottom center no-repeat; }
  #reviews > .flex {
    padding: 6.25em 0em 0em 0em; }
    @media (max-width: 48.75em) {
      #reviews > .flex {
        padding: 0.625em; } }
    #reviews > .flex .elem {
      padding: 6.875em 1.25em 1.25em 1.25em;
      text-align: center;
      position: relative; }
      @media (max-width: 48.75em) {
        #reviews > .flex .elem {
          padding: 0.625em; } }
  #reviews .image {
    padding: 0.625em;
    position: absolute;
    top: -5.625em;
    left: 50%;
    width: 11.25em;
    height: 11.25em;
    -webkit-border-radius: 5.625em;
    border-radius: 5.625em;
    background-clip: padding-box;
    background: white;
    margin: 0 0 0 -5.625em; }
    @media (max-width: 48.75em) {
      #reviews .image {
        display: none; } }
    #reviews .image img {
      display: block;
      -webkit-border-radius: 5.625em;
      border-radius: 5.625em;
      background-clip: padding-box; }

#order ul {
  margin: 0;
  padding: 0;
  list-style: none; }
  #order ul li {
    padding: 0; }

#buy {
  padding: 1.25em 19.6875em 2.5em 1.875em;
  position: relative; }
  @media (max-width: 48.75em) {
    #buy {
      padding: 0.625em; } }
  #buy .flex {
    padding: 1.25em 0 0 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center; }
  #buy .image {
    width: 14.375em;
    position: absolute;
    right: 0;
    bottom: -1.25em;
    z-index: 2000; }
    @media (max-width: 48.75em) {
      #buy .image {
        display: none; } }
    #buy .image img {
      display: block;
      width: 100%; }

footer {
  width: 100%;
  position: relative;
  background: white; }
  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: #515151;
      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: #fad00c;
  -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; }

header#header {
  position: relative;
  min-height: 5.875em;
  background: none;
  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; }

nav#mainnav {
  margin: 0; }
  nav#mainnav ul {
    margin: 0;
    padding: 0 0 0 3em;
    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: 0.75em 0.75em 0.75em 1em;
      position: relative;
      -ms-flex-pack: distribute;
      -webkit-justify-content: space-around;
      -moz-justify-content: space-around;
      justify-content: space-around;
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
      -moz-flex-grow: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      background: url(../image/bg-nav-li.png) top 1em left no-repeat; }
      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: 1em;
          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: #515151; }
    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; }

.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; }

h1, h2, h3, h4, h5, h6, p {
  font-size: 100%; }

h1 {
  font-size: 2.375em;
  color: white;
  text-transform: uppercase;
  margin: 0 0 0.42105em 0;
  font-weight: 100;
  line-height: 110%; }

h2 {
  font-size: 2.5em;
  margin: 0 0 0.4em 0;
  font-weight: 400;
  line-height: 110%;
  padding: 0;
  text-transform: uppercase; }

p {
  font-size: 1.125em;
  font-weight: 400;
  color: black;
  margin: 0; }
  p + p {
    margin: 0.88889em 0 0 0; }

#top p {
  color: white;
  font-size: 1em; }

#slimming p {
  color: white;
  font-weight: 300; }

#toplist ul li span {
  font-size: 1.25em;
  display: block;
  width: 100%;
  color: white;
  text-align: center; }

#bg-main {
  background: url(../image/bg-main.jpg) top center no-repeat; }

#composition h3 {
  color: #ed0749;
  font-size: 1.125em;
  margin: 0 0 0.55556em 0;
  font-weight: 300; }
#composition p {
  font-size: 1em; }

#usage h2 {
  margin: 0;
  padding: 0.5em 0; }
#usage p {
  color: white;
  padding: 2.5em 0 0 0; }

#reviews p {
  font-size: 1em;
  color: white; }

#order ul li span {
  color: white;
  font-size: 1.125em;
  font-weight: 700; }

#buy p {
  color: white; }
#buy .discount {
  font-size: 4em;
  color: white;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 100%; }

@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 */
