@font-face {
  font-family: 'OpenSans Light';
  src: url('../fonts/OpenSans-Light.eot');
  src: url('../fonts/OpenSans-Light.eot?#iefix') format('embedded-opentype'),
       url('../fonts/OpenSans-Light.woff2') format('woff2'),
       url('../fonts/OpenSans-Light.ttf') format('truetype'),
       url('../fonts/OpenSans-Light.woff') format('woff');
        font-display: swap;
}

@font-face {
  font-family: 'OpenSans Regular';
  src: url('../fonts/OpenSans-Regular.eot');
  src: url('../fonts/OpenSans-Regular.eot?#iefix') format('embedded-opentype'),
       url('../fonts/OpenSans-Regular.woff2') format('woff2'),
       url('../fonts/OpenSans-Regular.ttf') format('truetype'),
       url('../fonts/OpenSans-Regular.woff') format('woff');
        font-display: swap;
}

@font-face {
  font-family: 'OpenSans SemiBold';
  src: url('../fonts/OpenSans-SemiBold.eot');
  src: url('../fonts/OpenSans-SemiBold.eot?#iefix') format('embedded-opentype'),
       url('../fonts/OpenSans-SemiBold.woff2') format('woff2'),
       url('../fonts/OpenSans-SemiBold.ttf') format('truetype'),
       url('../fonts/OpenSans-SemiBold.woff') format('woff');
        font-display: swap;
}

@font-face {
  font-family: 'OpenSans Bold';
  src: url('../fonts/OpenSans-Bold.eot');
  src: url('../fonts/OpenSans-Bold.eot?#iefix') format('embedded-opentype'),
       url('../fonts/OpenSans-Bold.woff2') format('woff2'),
       url('../fonts/OpenSans-Bold.ttf') format('truetype'),
       url('../fonts/OpenSans-Bold.woff') format('woff');
        font-display: swap;
}


* {
  margin: 0;
  padding: 0;
  list-style: none;
  outline: none;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: text;
  box-sizing: border-box;
}

ul {
  padding-left: 0;
}

section {
  position: relative;
}

section a {
  font-family: 'OpenSans Bold', Helvetica, Arial, sans-serif;
  color: #000;
  outline: none;
}

section a:hover {
  color: #000;
  text-decoration: underline;
}

main, header {
  overflow: hidden;
}

body {
  min-width: 320px;
  font-family: Arial, Helvetica, sans-serif;
  color: #000;
}

header {
		background: url(../img/top-banner-chocolate.jpg) bottom center no-repeat; 
	    -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
		background-position: 50% 50%;
        background-size: cover;	
		min-height: 650px;
}
@media (max-width: 991.98px) {
	header {
		background: url(../img/top-banner-chocolate-sm2.jpg) bottom center no-repeat; 
		background-size: cover;
	    -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        min-height: 550px;
	}
}

a {
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}
/*@media (max-width: 991.98px) {
  img {
    max-width: 400px;
  }
}*/
h1, h2, h3, h4, h5, h6 {
  font-family: 'OpenSans Bold', Helvetica, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.1;
  margin-bottom: 0;
  text-transform: capitalize;
}

h2 {
  font-size: 50px;

}
h3 {
  font-size: 42px;
}

h4 {
  font-size: 30px;
}

h6 {
  font-size: 23px;
}

h4, .title {
  position: relative;
  margin-top: 22px;
}
.section-repeat {
  padding: 45px 0px 55px;
}
.section-align-middle {
  display: grid;
  align-items: center;
}
.main {
  padding-bottom: 45px;
}
.red {
  color: #ff2500 !important;
}
.red-highlight {
  background: #AF163C;
  padding-left: 9px;
  padding-right: 9px;
  border-radius: 5px;
}
.tablet-overlay {
  /*background: linear-gradient(0deg, rgba(255,255,255,0.75), rgba(255,255,255,0.75));*/
  padding-top: 45px;
  padding-bottom: 50px;
}
.text-indent-1 {
  text-indent: 30px;
}
.text-indent-2 {
  text-indent: 60px;
}
.text-indent-3 {
  text-indent: 90px;
}
.text-indent-4 {
  text-indent: 120px;
}
@media (max-width: 560px) {
  .text-indent-1, .text-indent-2, .text-indent-3, .text-indent-4 {
    text-indent: 0px;
  }
  .section-repeat {
    padding: 30px 0px 40px;
  }
}

.white {
  color: #ffffff !important;
}
.title:before {
  content: '';
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #eceae9; /* #d5e1e9 */
  position: absolute;
  top: -10px;
  left: -12px;
}

.cent .title {
  padding-top: 40px;
}

.cent .title:before {
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}

.wc .title:before {
  background-color: #90afc1;
}

.red-bg {
  /*background: #AF163C;*/
  background: #ff2500;
}
.brown-mid-bg .title:before {
  background-color: #d1b591;
}

.brown-dk-bg .title:before {
  background-color: #796359;
}

.brown .title:before {
  background-color: #beb7b4;
}

.lbrown .title:before {
  background-color: #d7c2b6;
}

h4:first-child, .title:first-child {
  margin-top: 0;
}

.fs-25 {
  font-size: 25px;
  line-height: 1.4;
}

.fs-18 {
  font-size: 18px;
  line-height: 1.3;
}

.lh {
  line-height: 1;
}
.large-price {
  font-size: 44px;
  font-weight: 700;
  line-height: 1.1;
}
.red-box {
  /*border: 5px solid #ff2500;
  background: rgba(255,255,255,1.0);*/
  background: #ff2500;
  padding: 25px;
  position: relative;
  z-index: 1000;
  margin-bottom: 25px;
}
.negative-top {
  margin-top: -100px;
  padding-top: 100px;
}
.lead {
  font-size: 24px;
  line-height: 32px;
  /*margin-bottom: 30px;*/
  font-weight: 500;
}
@media (max-width: 500px) {
  .lead {
    font-size: 18px;
    line-height: 1.4em;
  }
}
.italian-flag {
  width: 150px;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (max-width: 991.98px) {
  .italian-flag {
    display: block;
    margin: 10px auto;
  }
  .tablet-overlay {
    background: linear-gradient(0deg, rgba(255,255,255,0.85), rgba(255,255,255,0.85));
  }
  .negative-top {
    margin-top: 0px;
    padding-top: 45px;
  }
}
.lock-wrap {
  display: grid;
  justify-items: center;
  align-items: center;
}
.img-lock {
  display: grid;
  width: 250px;
  margin: 20px;
}
.img-main {
  display: grid;
  /*width: 350px;*/
  margin: 0px auto;
}
.main-title {
  font-family: fira-sans-condensed, sans-serif;
  font-size: 65px;
  line-height: 65px;
  font-weight: 700;
  margin-bottom: 40px;
  color: #ff2500;
  text-shadow: 0px 2px 4px rgba(0,0,0,0.15);
}
.main-title span {
  text-decoration: underline;
  text-decoration-color: #00c6fe;
}
.lead-main {
  font-size: 34px;
  line-height: 45px;
  margin-bottom: 30px;
  font-family: 'OpenSans Bold', Helvetica, Arial, sans-serif;
  font-weight: 900;
  /*text-shadow: 0px 2px 4px rgba(0,0,0,0.5);*/
}
.cambridge-scientists {
  text-transform: uppercase;
  font-family: fira-sans-condensed, Helvetica, Arial, sans-serif;
  font-size: 28px;
  color: #47362c;
  margin-bottom: 30px;
  font-style: italic;
}
.ten-seconds {
  text-transform: uppercase;
  font-family: fira-sans-condensed, Helvetica, Arial, sans-serif;
  font-weight: 700;
}
.yellow-highlighter {
  background-image: url(../img/yellow-highlight.png);
  padding: 8px 7px;
  /*margin: 0px -4px;*/
  line-height: 1;
  background-size: 100% 100%;
  background-repeat: none;
  display: inline-block; 
}
.red-highlighter {
  background-image: url(../img/red-highlight.png);
  padding: 8px 7px;
  /*margin: 0px -4px;*/
  line-height: 1;
  background-size: 100% 100%;
  background-repeat: none;
  display: inline-block; 
}
.arrow-red {
  position: absolute;
  top: 380px;
  transform: rotate(-9deg);
  left: 238px;
}
@media (max-width: 1399.98px) {
  .arrow-red {
    position: absolute;
    top: 460px;
    left: 150px;
    transform: rotate(-9deg);
  }
}
@media (max-width: 1199.98px) {
  .arrow-red {
    position: absolute;
    top: 523px;
    transform: rotate(-20deg);
    left: 48px;
  }
}
@media (max-width: 1099.98px) {
  .main-title {
    font-size: 55px;
    line-height: 55px;
    /*margin-bottom: 20px;*/
  }
}
@media (max-width: 991.98px) {
  .arrow-red {
    position: absolute;
    max-height: 155px;
    top: 420px;
    left: 68px;
    transform: rotate(-20deg);
  }
  .section-align-middle {
    display: grid;
    align-items: start;
  }
  .main {
    padding-top: 45px;
  }
  .ten-seconds {
    text-shadow: 0px 2px 10px rgba(255,255,255,0.75);
    text-align: center;
  }
  /*.yellow-highlighter, .red-highlighter {
    display: block; 
  }*/
  .cambridge-scientists {
    text-transform: uppercase;
    font-family: 'OpenSans SemiBold', Helvetica, Arial, sans-serif;
    font-size: 28px;
    /*color: #47362c;*/
    /*text-shadow: 0px 2px 2px rgba(0,0,0,0.15);*/
    margin-bottom: 15px;
  }
  .lead-main {
    font-size: 24px;
    line-height: 28px;
  }
}
@media (max-width: 767.98px) {
  .main-title {
    font-size: 44px;
    line-height: 44px;
  }
  .arrow-red {
    position: absolute;
    max-height: 155px;
    top: 422px;
    transform: rotate(-7deg);
    left: -5px;
  }
}
@media (max-width: 575.98px) {
  .arrow-red {
    position: absolute;
    max-height: 155px;
    top: 394px;
    transform: rotate(-7deg);
    left: 0px;
  }
}
@media (max-width: 570.98px) {
  .arrow-red {
    position: absolute;
    max-height: 155px;
    top: 427px;
    transform: rotate(0deg);
    left: 7px;
  }
}
@media (max-width: 553.98px) {
  .arrow-red {
    position: absolute;
    max-height: 155px;
    top: 426px;
    transform: rotate(-7deg);
    left: -5px;
  }
}
@media (max-width: 504.98px) {
  .arrow-red {
    display: none;
  }
}
@media (max-width: 444.98px) {
  .main-title {
    font-size: 36px;
  }
}
@media (max-width: 372.98px) {
  .main-title {
    font-size: 36px;
    margin-bottom: 20px;
  }
}
.img-full {
  width: 100%;
  display: block;
  margin: 0px auto;
}
.img-inline-left {
  float: left;
}
.img-inline-right {
  float: right;
}
.img-left {
  /*border: 5px solid #9c9a9d;*/
  /*border-image-slice: 1;*/
  max-width: 500px;
  /*border-width: 5px;
  border-image-source: linear-gradient(to left, #9c9a9d, #c6c8d0, #a9aab5, #777e84, #a9aab5, #c6c8d0, #9c9a9d);*/
  margin-left: -100px;
  margin-right: 20px;
  margin-bottom: 5px;
  border-radius: 20px;
}
.img-left-circle {
  border: 5px solid #41aaf7;
  max-width: 300px;
  margin-left: -75px;
  margin-right: 20px;
  margin-bottom: 15px;
  border-radius: 50%;
}
.img-right {
  border: 5px solid #9c9a9d;
  /*border-image-slice: 1;*/
  max-width: 400px;
  border-width: 5px;
  /*border-image-source: linear-gradient(to left, #9c9a9d, #c6c8d0, #a9aab5, #777e84, #a9aab5, #c6c8d0, #9c9a9d);*/
  /*margin-right: -50px;*/
  margin-left: 20px;
  margin-bottom: 5px;
  border-radius: 20px;
}
.img-universities {
  width: 375px;
  margin-bottom: 25px;
}
.ian-img-wrap {
  display: grid;
  align-items: end;
}
.img-bottom-justified {
  display: grid;
}
@media (max-width: 991.98px) {
  .img-left {
    max-width: 350px;
  }
  .ian-img-wrap {
    border-bottom: 2px solid #ffffff;
    margin-bottom: 25px;
  }
  .img-bottom-justified {
      max-width: 220px;
      display: block;
      margin: 0px auto;
  }
}
@media (max-width: 767.98px) {
  .img-left {
    margin-left: 0px;
    max-width: 240px;
  }
  .img-right {
    margin-right: 0px;
    max-width: 240px;
  }
}
@media (max-width: 600.98px) {
  .img-left, .img-right {
    float: none;
    display: block;
    margin: 20px auto;
  }
}

@media(max-width: 1260px) {
  br {
    display: none;
  }
  h3 {
    font-size: 40px;
  }
  .fs-25 {
    font-size: 22px;
  }
  /*.title {
    padding-top: 40px;
  }
  .title:before {
    left: 50%;
    transform: translateX(-50%);
    top: -29px;
  }*/
}

@media (max-width: 991px) {
  h1, h2, h3, h4, h5, h6, .tcm {
    text-align: center;
  }
  h3 {
    font-size: 35px;
  }
  .fs-25 {
    font-size: 20px;
  }
  .title:before {
    display: none;
  }
}

@media (max-width: 768px) {
  h3 {
    font-size: 32px;
  }
  h4 {
    font-size: 27px;
  }
}

p {
  font-family: 'OpenSans Regular', Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.5;
  margin-top: 19px;
  margin-bottom: 0;
}

p:first-child {
  margin-top: 0;
}

.wc p, .wc h3, .wc h4, .wc h6 {
  color: #fff;
}

/*strong {
  font-weight: normal;
}*/

.ergo {
  font-size: 80px;
  line-height: 1;
}

@media(max-width: 768px) {
  .ergo {
    font-size: 20vw;
  }
}

.reasons-number {
  width: 65px;
  height: 65px;
  background: #AF163C;
  border-radius: 50%;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /*margin: 0px auto 10px;*/
  margin-bottom: 10px;
}
.reasons-number p {
  color: white;
  font-weight: 600;
  line-height: 45px;
  font-size: 30px;
  margin-bottom: 0px;
  text-align: center;
  font-family: Open Sans Regular, "Avenir", "Helvetica", arial;
}
.reasons-number-big {
  width: 165px;
  height: 165px;
  background: #AF163C;
  border-radius: 50%;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /*margin: 0px auto 10px;*/
  margin: 0px auto 20px;
}
.reasons-number-big p {
  color: white;
  font-weight: 600;
  line-height: 45px;
  font-size: 70px;
  margin-bottom: 0px;
  text-align: center;
  font-family: Open Sans Regular, "Avenir", "Helvetica", Arial, sans-serif;
}

.tbr {
  color: #5c849b;
  font-size: 55px;
  text-shadow:0px 1px 0 rgb(255,255,255),0px -1px 0 rgb(255,255,255),1px 0px 0 rgb(255,255,255),-1px 0px 0 rgb(255,255,255),1px 1px 0 rgb(255,255,255),1px -1px 0 rgb(255,255,255),-1px 1px 0 rgb(255,255,255),-1px -1px 0 rgb(255,255,255);
  -webkit-text-shadow:0px 1px 0 rgb(255,255,255),0px -1px 0 rgb(255,255,255),1px 0px 0 rgb(255,255,255),-1px 0px 0 rgb(255,255,255),1px 1px 0 rgb(255,255,255),1px -1px 0 rgb(255,255,255),-1px 1px 0 rgb(255,255,255),-1px -1px 0 rgb(255,255,255);
  -moz-text-shadow:0px 1px 0 rgb(255,255,255),0px -1px 0 rgb(255,255,255),1px 0px 0 rgb(255,255,255),-1px 0px 0 rgb(255,255,255),1px 1px 0 rgb(255,255,255),1px -1px 0 rgb(255,255,255),-1px 1px 0 rgb(255,255,255),-1px -1px 0 rgb(255,255,255);
}

.ff-s, .months {
  font-family: 'OpenSans SemiBold', Helvetica, Arial, sans-serif;
}

.ff-b, strong {
  font-family: 'OpenSans Bold', Helvetica, Arial, sans-serif;
}

.orange {
  background-color: #FF8C48;
}

.green {
  background-color: #71F051;
}
.green-bg {
  background-color: #6ab34f;
}
.greenc {
  color: #6ab34f;
}
.bluec {
  color: #739CB4;
}

.blue {
  background: linear-gradient(to right, #c2d4de, #e6eef2);
}

.blue2 {
  background-color: #618ca6;
}

.blue3 {
  background-color: #e2ebef;
}
.brown-dk {
  color: #47362c;
}
.brown-mid {
  color: #796359;
}
.brown-lt {
  color: #d1b591;
}
.brown-mid-bg {
  background-color: #796359;
}
.brown-dk-bg {
  background-color: #47362c;
}
.brown-super-dk-bg {
  background-color: #20100b;
}
.brown {
  background-color: #7d706a;
}

.lbrown {
  background-color: #C6A897;
}

.dblue, .dblue:before, .dblue:after {
  background-color: #5c849b;
}

.opt {
  background-size: cover;
  background-position: center;
}

.bg2 {
  background-image: url(../img/bg2.jpg);
}

.rhombus, .rhombus2 {
  background-repeat: repeat-y;
  background-size: 100% auto;
}

.rhombus {
  background-image: url(../img/rhombus.jpg);
  background-position: left top;
}

.rhombus2 {
  background-image: url(../img/rhombus2.jpg);
  background-position: left bottom;
}

@media(max-width: 768px) {
  .rhombus, .rhombus2 {
    background-size: auto;
  }
}

.mwn {
  max-width: none;
}

.mt {
  margin-top: 150px;
}

.col-lg-6 {
  position: relative;
}

@media (max-width: 991px) {
  .mwn {
    max-width: 100%;
  }
  .mt {
    margin-top: 50px;
  }
}

.zind {
  position: relative;
  z-index: 500;
}

.bg {
  position: absolute;
  bottom: 0;
  max-width: none;
  max-height: 100%;
  left: 50%;
  transform: translateX(-50%);
}

.arrow {
  max-height: 150px;
  float: right;
}

@media (max-width: 991px) {
  .arrow {
    max-height: 100px;
    float: none;
    transform: rotate(90deg);
  }
  .arr2 {
    max-height: 40px;
  }
}

.block {
  border-radius: 40px;
}

.br3 {
  border-radius: 20px;
  padding-bottom: 100px;
}

.guarantee {
    margin: 0 auto;
    margin-top: -80px;
    max-width: 150px;
}

.all {
  border-radius: 100px;
}

.bot {
  border-bottom-left-radius: 100px;
  border-bottom-right-radius: 100px;
}

.br {
  border-top-right-radius: 100px;
  border-bottom-left-radius: 100px;
}

.br2 {
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
}

@media(max-width: 991px) {
  .br2 {
    border-radius: 0;
  }
}

@media (max-width: 768px) { 
  .all {
    border-radius: 60px;
  }
  .bot {
    border-bottom-left-radius: 60px;
    border-bottom-right-radius: 60px;
  }
  .br {
    border-top-right-radius: 60px;
    border-bottom-left-radius: 60px;
  }
  
}

.float {
  float: right;
}

@media (max-width: 991px) { 
  .float {
    float: none;
  }
  .ord {
    order: 2;
  }
}

.beige {
  background-color: #eceae9;
}

.left, .right {
  position: absolute;
  bottom: 0;
  height: 100%;
  max-width: none;
}

.left {
  right: 100%;
}

.right {
  left: 96%;
}

.blue-line {
  position: absolute;
  width: 77%;
}

.blue-line {
  height: 370px;
  bottom: 0;
  background-color: #739cb4;
}

.l2 {
  height: 384px;
  background-color: #d5e1e9;
  bottom: auto;
  margin-left: 256px;
  top: 125px;
}


@media(max-width: 1260px) {
  .blue-line {
    width: 65%;
  }
}

@media(max-width: 991px) {
  .l2 {
    display: none;
  }
}

.blue-line:after, .blue-line:before, .beige:after {
  content: '';
  height: 100%;
  width: 800%;
  position: absolute;
  top: 0;
}

.blue-line:after {
  background-color: #739cb4;
  left: -800%;
}

.blue-line.l2:after {
  background-color: #d5e1e9;
  right: -800%;
  left: auto;
}

.blue-line:before {
  display: none;
  background-color: #739cb4;
  right: -800%;
}

.beige:after {
  background-color: #eceae9;
  right: -800%;
}

.abs {
  position: absolute;
}

.universities {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
  /*justify-content: center;*/
  align-items: center;
  justify-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
.university-logo {
  max-width: 250px;
  display: grid;
  align-items: center;
  justify-content: center;
}

@media (max-width: 991px) { 
  .abs {
    position: relative;
  }
  .right {
    display: none;
  }
  .blue-line:before  {
    display: block;
  }
}
@media (max-width: 575px) {
  .universities {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 20px;
    justify-content: center;
  }
}
.mw {
  max-width: 990px;
}

.review {
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 0 5px rgba(0,0,0,0.3);
  padding: 25px 20px 30px 20px;
}
.star-wrap-alt {
  max-width: 160px;
}
.star-wrap-alt i {
  font-size: 24px;
  color: #ffa300;
}
.review-alt {
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 0 5px rgba(0,0,0,0.3);
  padding: 25px 20px 20px 20px;
  display: grid;
  grid-template-columns: 200px auto;
  grid-gap: 20px;
}
.review-alt .person {
  display: grid;
  align-items: start;
}
.review-alt .person img {
  border: 2px solid #f4f4f4;
  border-radius: 9px;
}
.review-alt p {
  margin-top: 0px;
  margin-bottom: 10px;
}
.review-alt .quotation {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 21px;
}
.review .review-desc p {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
}
.review-alt .quote-author {
  text-align: right;
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 0px;
  font-family: 'OpenSans Bold', Helvetica, Arial, sans-serif;
}
.review-alt .age {
  text-align: right;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  font-family: 'OpenSans Bold', Helvetica, Arial, sans-serif;
}
.age {
  color: #cccccc;
}
.person-info {
  flex: 1 1;
}

.person-info h6 {
  text-align: left;
}

.review-desc p {
  color: #666666;
  line-height: 1.7;
}
@media(max-width: 575px) {
  .review-alt {
    padding: 25px 15px 15px 15px;
    display: grid;
    grid-template-columns: 120px auto;
    grid-gap: 10px;
  }
}
@media(max-width: 385px) {
  .person-info {
    flex: none;
    width: 100%;
    padding-left: 0  !important;
    text-align: center;
  }
  .person-info h6 {
    text-align: center;
  }
  .person img {
    margin: 0 auto;
    margin-bottom: 20px;
  }
}

.pad {
  padding-top: 150px;
  padding-bottom: 150px;
}

@media(max-width: 991px) { 
  .pad {
    padding-top: 70px;
    padding-bottom: 50px;
  }
}

.product2 {
  position: absolute;
  bottom: 0;
}

.bef {
  position: relative;
}

.bef:before, .bef:after {
  content: '';
  height: 100%;
  width: 800%;
  position: absolute;
  top: 0;
}

.bef:before {
  left: -800%;
}

.bef:after {
  right: -800%;
  display: none;
}

@media(max-width: 991px) {
  .product2 {
    position: relative;
    bottom: auto;
    left: 50%;
    transform: translateX(-50%);
  }
  .bef:after {
    display: block;
  }
}

.todown {
  position: absolute;
  z-index: 100;
  bottom: -29px;
  border-radius: 5px;
  left: 50%;
  transform: translateX(-50%);
}

.wh {
  background-color: #fff;
}

.lblue {
  background-color: #f3fbff;
}

.product {
  border-radius: 20px;
  box-shadow: 0 0 5px rgba(0,0,0,0.2);
  padding: 0 20px 50px 20px;
  margin-top: 120px;
}

.product-info {
  min-height: 71px;
}

.count {
  font-size: 23px;
  color: #888888;
}

.price {
  font-family: 'OpenSans Light', Helvetica, Arial, sans-serif;
  font-size: 33px;
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 80%;
  font-family: 'OpenSans SemiBold', Helvetica, Arial, sans-serif;
  font-size: 21px;
  color: #000;
  border: 0 !important;
  background-color: #F7D787;
  border-radius: 50px;
  text-transform: capitalize;
  padding: 18px 15px;
  outline: none;
}

.btn:hover {
  background-color: #fae1a2;
  border: 0 !important;
  text-decoration: none;
}

@media(max-width: 768px) {
  .btn {width: 100%;}
}

.product-image {
  margin-top: -70px;
}

.product-image img {
  max-height: 220px;
}

.sale {
  min-width: 140px;
  border-radius: 50px;
  padding: 10px 15px;
}

.sale-cont {
  min-height: 54px;
}

.products .col-lg-4 {
  margin-top: 75px;
}

@media(max-width: 1260px) {
  .products .col-lg-4 {
    width: 50% !important;
  }
}

@media(max-width: 991px) {
  .products .col-lg-4 {
    width: 100% !important;
    max-width: 500px;
  }
  .empty {
    display: none;
  }
}

.months {
  font-size: 20px;
  letter-spacing: 4px;
}

.quest:after {
  content: url(../img/faqs-arrow.svg);
  display: block;
  width: 15px;
  position: absolute;
  right: -10px;
  top: 42px;
}

.active-question.quest:after {
  transform: rotate(-180deg);
  transition: .2s;
}

.quest {
  position: relative;
  padding: 40px 10px 37px 0;
  cursor: pointer;
}

.active-question.quest {
  padding-bottom: 20px;
}

.answer-text {
  display: none;
  padding-bottom: 33px;
}

#question1 .answer-text {
  display: block;
}

.question-title {
  font-family: 'OpenSans Bold', Helvetica, Arial, sans-serif;
  font-size: 20px;
  line-height: 1.3;
}

.question {
  box-shadow: 0 0 7px rgba(0,0,0,0.2);
  border-radius: 15px;
  padding: 0 30px;
}

@media(max-width: 768px) {
  .question {
    padding: 0 15px;
  }
  .quest:after {
    right: 0px;
    top: 20px;
  }
}

@media(max-width: 576px) {
  .question-title {
    font-size: 19px;
  }
}

.references a {
  position: relative;
  display: block;
  font-family: 'OpenSans Regular', Helvetica, Arial, sans-serif;
  word-wrap: break-word;
  padding-left: 30px;
  margin-top: 13px;
}

.references p a {
  display: inline;
  padding-left: 0;
}

.references a:hover:before {
  background-color: #fff;
}

.references a:before {
  content: '';
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 2px solid #fff;
  background-color: transparent;
  position: absolute;
  left: 0;
  top: 4px;
}

.references p a:before {
  display: none;
}

footer {
  background-color: #103043;
}

.sots svg {
  fill: #fff;
}

.sots a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: transparent;
  transition: .2s;
}

.sots a:hover {
  background-color: #de9266;
  transition: .2s;
}

.info {
  width: 33.333%;
  padding-right: 10px;
}

.line .elem:first-child {
  margin-right: 20px;
}

@media(max-width:576px) {
  .line .elem {
    width: 100%;
  }
  .line .elem:first-child {
    margin-right: 0;
  }
}

.elem p {
  flex: 1 1;
  font-family: 'OpenSans Regular', Helvetica, Arial, sans-serif;
  font-size: 16px;
  margin-top: 0;
}

.elem svg {
  position: relative;
  fill: #739cb4;
  margin: 0 auto;
}

a.elem:hover {
  text-decoration: none;
}

a.elem:hover p {
  color: #376a89;
  text-decoration: none;
}

a.elem:hover svg {
  fill: #376a89;
}

footer .elem svg {
  fill: #fff;
}

footer .elem p {
  color: #fff;
  text-transform: capitalize;
}

.icon {
  width: 24px;
  margin-right: 10px;
}

footer a.elem:hover p {
  color: #75cbfc;
}

footer a.elem:hover svg {
  fill: #75cbfc;
}

@media(max-width: 1260px) {
  .info {
    width: 50%;
  }
}

@media(max-width: 991px) {
  .sots {
    justify-content: center;
  }
}

@media(max-width: 768px) {
  .info {
    width: 100%;
  }
}

footer ul a {
  font-family: 'OpenSans Regular', Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #fff;
}

footer ul li:after {
  content: '|';
  color: #fff;
  margin: 0 10px;
}

footer ul li:last-child:after {
  display: none;
}

footer ul a:hover {
  color: #75cbfc;
  text-decoration: none;
}

footer ul {
  justify-content: flex-end;
}

@media(max-width: 991px) {
  .copy {
    text-align: center;
  }
  footer ul {
    justify-content: center;
  }
}

@media(max-width: 576px) {
  footer ul li {
    margin-top: 10px;
  }
}

.timer p, .timer h6 {
  color: #9e9e9e;
}

.container {
  position: relative;
}

.figurer, .figurel {
  position: absolute;
  max-height: 500px;
}

.figurer {
  right: -350px;
  top: -50px;
}

.figurel {
  left: -380px;
  bottom: -140px;
}

.product-img .figurer {
  top: auto;
  bottom: -10px;
}

@media(max-width: 991px) {
  .product-img .figurer {
    display: none;
  }
}

.quotes {
  max-width: none;
  max-height: 650px;
  position: absolute;
  top: -50px;
  right: -503px;
}

.your-price {
	border:1px solid #5bc0de;
	border-radius:10px;
	width:90%;
	position:relative;
	overflow:hidden;
}
.your-price .exclusive {
	color:#fff;
	background:#5bc0de;
	padding:2px;
	width:100%;
	font-size:22px;
}
.your-price .you-pay {
	color:#333;
	font-size:16px;
	padding-top:5px;
}
.your-price .new-price {
	color:#d9534f !important;
	font-size:55px !important;
}
.your-price .percent {
	color:#fff;
	background:#5bc0de;
	padding:2px;
	width:100%;
	font-size:24px;
}
.your-price .per-bottle-price {
	 border-top: 1px solid #ddd;
	 font-size:20px;
}


	.question {
	box-shadow: none;
    border-radius: 0;
    padding: 0 30px;
    border-bottom: 1px solid #ccc;
	}
	.quest {
		padding: 20px 0;
	}		
	.quest:after {
    top: 20px;
	}
	.blue3 {background:#f3fbfe;}
	.text-red {color:#ff2500;}
	.faqs h2 { font-size: 5rem; }
	.contact-info {text-align: left;}
	@media only screen and (max-width: 767px) {
	  .faqs h2 { font-size: 3rem; }
	  .contact-info {text-align: center;}	
	}

/* YOU SHOULD ONLY NEED THE STYLES THAT ARE BELOW THIS LINE FOR THE REVISED CART!! */

/* Prices */
.price-item {
  background: linear-gradient(0deg, #f1f1f1, rgba(255,255,255,1.0)); 
  /*border-radius: 9px;*/
  /*padding: 5px 5px 20px;*/
  padding: 0px 0px 20px;
  box-shadow: 5px 5px 12px rgb(0,0,0,0.25) inset, -8px -8px 9px rgb(255,255,255,0.5) inset;
  margin-bottom: 20px;
  text-align: center;
  font-family: 'OpenSans Regular', Helvetica, Arial, sans-serif;
  position: relative;
}
@media (max-width: 1260px) {
  .price-item br {
    display: block;
  }
}
.price-one {
  margin-top: 25px;
}
.best-value {
  border: 5px solid;
  border-image-slice: 1;
  border-width: 5px;
  border-image-source: linear-gradient(180deg, rgba(255,201,0,1) 0%,rgba(255,165,33,1) 100%);
  background: linear-gradient(180deg, rgba(92,132,155,0.95),rgba(255,255,255,0.5), rgba(255,255,255,1.0));
}
.price-first {
  margin-top: 25px;
}
.product-name-mini {
  font-weight: 700;
  text-shadow: 0px 1px 1px #ffffff;
  margin-bottom: 20px;
  font-size: 18px;
}
.product-name-mini span {
  font-size: 32px;
  font-family: learning-curve, script, "Helvetica-Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 20px;
}
.price-callout {
  background: rgba(0,0,0,0.5);
  padding: 10px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 7px;
  color: white;
  text-shadow: 0px 1px 1px #000000;
  letter-spacing: 2px;
  font-weight: 900;
  font-size: 16px;
}
.price-callout-best {
  background: linear-gradient(180deg, rgba(255,201,0,1) 0%,rgba(255,165,33,1) 100%);
  padding: 10px;
  text-transform: uppercase;
  /*border-radius: 6px 6px 0px 0px;*/
  text-align: center;
  margin-bottom: 7px;
  color: #212227;
  text-shadow: 0px 1px 1px #ffffff;
  letter-spacing: 1px;
  font-weight: 900;
  font-size: 32px;
}
.img-product-small {
  width: 350px;
  display: block;
  margin: 10px auto;
}
@media (max-width: 991.98px) {
  .img-product-small {
    width: 320px;
    display: block;
    margin: 10px auto;
  }
}
.savings-ribbon {
  background: #6ab34f;
  display: inline-block;
  color: white;
  padding: 10px 20px;
  font-weight: 700;
  position: absolute;
  font-size: 30px;
  left: 0px;
  top: 30%;
  text-transform: uppercase;
  transform-style: preserve-3d;
  transform: rotate(-17deg) skew(-17deg, 10deg);
  border-radius: 0px 3px 3px 0px;
  box-shadow: 0px 2px 4px rgba(0,0,0,0.75);
}
.price-crossout {
  font-size: 28px;
  font-weight: 400;
  color: #AF163C;
  margin-bottom: 20px;
  text-decoration: line-through solid;
  text-decoration-thickness: 2px;
}
.price-cbp {
  font-size: 55px;
  font-weight: 700;
  color: #6ab34f;
  margin-bottom: 40px;
  line-height: 32px;
}
.price-item .btn-wrap {
  margin-bottom: 50px;
}
.price-item .btn-main, .btn-orange {
  background: #fc9903;
  background: linear-gradient(0deg, rgba(255,201,0,1), #fc9903);
  padding: 20px 25px;
  border-radius: 9px;
  color: #004483;
  text-shadow: 0px 1px 2px rgba(255,255,255,1.0);
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  box-shadow: 0px 4px 10px rgba(0,0,0,0.5);
  font-size: 26px;
}
.btn-addtocart-wrap {
  overflow: hidden;
  position: relative;
  padding: 20px 25px 30px;
  border-radius: 9px;
  display: inline-block;
  margin: 0px auto;
}
.btn-addtocart:before {
  position: absolute;
  top: 0;
  left: 50px;
  content: "";
  width: 50px;
  height: 75px;
  background: rgba(255, 255, 255, 0.15);
  transform: skew(-30deg);
  animation: sheen 2s ease infinite;
}
@keyframes sheen { 
  from {left: 0px; opacity: 0;} 
  to {left: 300px; opacity: 100;}
}
.price-item .btn-main:hover, .btn-orange:hover {
  background: #6ab34f;
  color: white;
  margin-bottom: 25px;
  text-shadow: 0px 1px 1px rgba(0,0,0,0.75);
  box-shadow: 0px 4px 10px rgba(255,255,255,1.0);
}
.btn-addtocart:hover:before {
  -webkit-animation-play-state:paused !important;
  -moz-animation-play-state:paused !important;
  -o-animation-play-state:paused !important;
  animation-play-state:paused !important;
}
@media (max-width: 991.98px) {
  .img-guarantee {
    margin: 0px auto 20px;
  }
}
@media (max-width: 767.98px) {
  .img-product-small {
    max-width: 320px;
  }
}
.img-cards {
  width: 200px;
  display: block;
  margin: 0px auto 20px;
}
.img-mbg {
  width: 200px;
  display: block;
  margin: 0px auto 10px;
}
.price-callout-empty {
  padding: 7px 10px;
  text-align: center;
}
.supply-level {
  font-size: 26px;
  font-weight: 700;
  color: #777777;
  text-transform: uppercase;
}
.bottle-amount {
  font-size: 24px;
  color: #212227;
}
.product-image {
  width: 200px;
  display: block;
  margin: 20px auto;
}
.blue-dk {
    color: #004483 !important;
}
.medium-heading {
  font-size: 40px;
  line-height: 44px;
  margin-bottom: 30px;
}
.jumbo-text {
  font-size: 60px;
  line-height: 64px;
  margin-bottom: 30px;
}
.star-wrap {
  max-width: 120px;
  margin-top: 5px;
}
.star-wrap i {
  font-size: 20px;
  color: #ffa300;
}