/**
 *
 * @author  
 * @version v1.0
 */
/**
 * Variables to be used throughout the project
 */


 /**
 * FIXED HEADER - 15.03.2019
 */


 body {
  margin-top: 85px;
  background: #252525;
 }


 h1 {
  font-weight: 800;
  font-family: "Montserrat"; 
 }


.main-button {
  margin-top: 20px;
}

 .main-exposed-title {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#38739a+0,4f9ed0+50,38739a+100 */
  background: rgb(56,115,154); /* Old browsers */
  background: -moz-linear-gradient(left,  rgba(56,115,154,1) 0%, rgba(79,158,208,1) 50%, rgba(56,115,154,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left,  rgba(56,115,154,1) 0%,rgba(79,158,208,1) 50%,rgba(56,115,154,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,  rgba(56,115,154,1) 0%,rgba(79,158,208,1) 50%,rgba(56,115,154,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#38739a', endColorstr='#38739a',GradientType=1 ); /* IE6-9 */
  padding: 10px 20px;
  color: #FFF;
  font-family: "Montserrat";
  letter-spacing: 1.5px;
  text-align: center;
  color: #FFF;
  font-weight: 800;

 }

.main-exposed-title.yellow {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#da9000+0,fdcc0c+50,da9000+100 */
  background: rgb(218,144,0); /* Old browsers */
  background: -moz-linear-gradient(left,  rgba(218,144,0,1) 0%, rgba(253,204,12,1) 50%, rgba(218,144,0,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left,  rgba(218,144,0,1) 0%,rgba(253,204,12,1) 50%,rgba(218,144,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,  rgba(218,144,0,1) 0%,rgba(253,204,12,1) 50%,rgba(218,144,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#da9000', endColorstr='#da9000',GradientType=1 ); /* IE6-9 */

  padding: 10px 20px;
  color: #FFF;
  font-family: "Montserrat";
  letter-spacing: 1.1px;
  text-align: center;
  color: red;
  font-weight: 800;
}

.main-exposed-title h1 {
  font-size: 45px;
  letter-spacing: 1.1px;
}

.black-bg {
  background: black;
}

.yellow-color {
  color: #fed808;
}

.red-color {
  color: #FE0200;
}

.move-content-left-120 {
  margin-left: -120px;
}

.fixed-header-holder {
  border-bottom: 1px solid #e5e5e5;
  background: #FFF;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: block;
  z-index: 1000;
  padding: 0px 8px 0px 8px;
}

.fixed-header-holder .logo-holder {
  text-align: center;
  margin: 0 auto;
  margin-bottom: 4px;
}


.fixed-header-holder .logo-holder img {
  max-width: 120px;
  display: inline-block;
}


.header-features {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

}

.header-features li {
  padding: 18px 10px 10px 10px;
  display: inline-block;
  text-align: left;
  border-right: 1px solid #f1f1f1;
  position: relative;
  -webkit-box-flex: 1;
    -ms-flex: 1;
        flex: 1;

    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;

}

.header-features li .icon {
  margin-right: 10px;

}

.header-features li:first-of-type {
  border-right: none;
}

.header-features li:last-of-type {
  border-right: none;
}



.header-features li strong {
  display: block;
  font-size: 15px;
  line-height: 15px;
  color: black;
}


.header-features li span {
  display: block;
  font-size: 11px;
  color: black;
  opacity: 0.65;
}


.header-order-btn {
  font-size: 15px;
  background: #F9DF50;
  color: red;
  border: 2px solid red;
  text-transform: uppercase;
  padding: 8px 20px;
  font-weight: bold;
  transition: 0.2s;
  text-align: center;
}


.header-order-btn:hover {
  font-size: 15px;
  background: #FFFC53;
  color: red;
  border: 2px solid red;
  text-transform: uppercase;
  padding: 8px 20px;
  font-weight: bold;
}


a[href^=tel] {
text-decoration:inherit;
color: inherit;
}





.testiamonials-holder {
  background: #FFF;
  padding: 30px 30px 5px 30px;
}

.testiamonials-holder .single-testiamonial {
  background: red;
  border-radius: 6px;
}

.testiamonials-holder .single-testiamonial .title {
  background: #282828;
  color: #FFF;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  padding: 10px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  font-family: "Montserrat";
}


.testiamonials-holder .single-testiamonial .testiamonial-content {
  background: black;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  color: #FFF;
  padding: 15px 10px;
  font-size: 13px;
  line-height: 16px;
}

.small-notice {
  color: #FFF;
  font-size: 11px;
  padding: 25px 10px;
  background: black;
}


.results-timeline-holder {
  color: black;
  background: #FFF;
  padding: 30px;
}



.results-timeline-holder .warning {
  background: #EAEAEA;
  border-radius: 10px;
  padding: 5px 20px 20px 30px;
}

.results-timeline-holder .warning h1 {
  color: red;
}

.results-timeline-holder .main-text {
  color: black;

}

.results-timeline-holder .main-text span {
  color: #d09300;
  font-size: 20px;
  font-weight: bold;
  display: block;
}







/**
 * TYPOGRAPHY 
 */
body {
  font-family: "Arial", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
}

/**
 * STANDARD STYLES
 */
ul {
  padding: 0;
  margin: 0;
}

hr {
  border-color: #aaaaaa;
  margin: 0;
  padding: 0;
}

.img-responsive {
  min-width: 100%;
}

.align-c {
  text-align: center;
}

.align-r {
  text-align: right;
}

.align-l {
  text-align: left;
}

.push-down-main {
  margin-bottom: 0px;
}

.push-down-main-3x {
  margin-bottom: 0px;
}

.push-down-main-6x {
  margin-bottom: 0px;
}

.push-down-0 {
  margin-bottom: 0px;
}

.push-down-5 {
  margin-bottom: 5px;
}

.push-down-10 {
  margin-bottom: 10px;
}

.push-down-15 {
  margin-bottom: 15px;
}

.push-down-20 {
  margin-bottom: 20px;
}

.push-down-25 {
  margin-bottom: 25px;
}

.push-down-30 {
  margin-bottom: 30px;
}

.push-down-35 {
  margin-bottom: 35px;
}

.push-down-40 {
  margin-bottom: 40px;
}

.push-down-45 {
  margin-bottom: 45px;
}

.push-down-50 {
  margin-bottom: 50px;
}

.push-down-55 {
  margin-bottom: 55px;
}

.push-down-60 {
  margin-bottom: 60px;
}

.push-down-65 {
  margin-bottom: 65px;
}

.push-down-70 {
  margin-bottom: 70px;
}

.push-down-75 {
  margin-bottom: 75px;
}

.push-down-80 {
  margin-bottom: 80px;
}

.push-down-85 {
  margin-bottom: 85px;
}

.push-down-90 {
  margin-bottom: 90px;
}

.push-down-95 {
  margin-bottom: 95px;
}

.push-down-100 {
  margin-bottom: 100px;
}

.push-down-105 {
  margin-bottom: 105px;
}

.push-down-110 {
  margin-bottom: 110px;
}

.push-down-115 {
  margin-bottom: 115px;
}

.push-down-120 {
  margin-bottom: 120px;
}

.push-down-125 {
  margin-bottom: 125px;
}

.pull-down-main {
  margin-top: 0px;
}

.secondary-margin {
  margin: 0px;
}

.push-down-secondary {
  margin-bottom: 0px;
}

.pull-down-secondary {
  margin-top: 0px;
}

.pull-down-0 {
  margin-top: 0px;
}

.pull-down-5 {
  margin-top: 5px;
}

.pull-down-10 {
  margin-top: 10px;
}

.pull-down-15 {
  margin-top: 15px;
}

.pull-down-20 {
  margin-top: 20px;
}

.pull-down-25 {
  margin-top: 25px;
}

.pull-down-30 {
  margin-top: 30px;
}

.pull-down-35 {
  margin-top: 35px;
}

.pull-down-40 {
  margin-top: 40px;
}

.pull-down-45 {
  margin-top: 45px;
}

.pull-down-50 {
  margin-top: 50px;
}

.pull-down-55 {
  margin-top: 55px;
}

.pull-down-60 {
  margin-top: 60px;
}

.pull-down-65 {
  margin-top: 65px;
}

.pull-down-70 {
  margin-top: 70px;
}

.pull-down-75 {
  margin-top: 75px;
}

.pull-down-80 {
  margin-top: 80px;
}

.pull-down-85 {
  margin-top: 85px;
}

.pull-down-90 {
  margin-top: 90px;
}

.pull-down-95 {
  margin-top: 95px;
}

.pull-down-100 {
  margin-top: 100px;
}

.pull-down-105 {
  margin-top: 105px;
}

.pull-down-110 {
  margin-top: 110px;
}

.pull-down-115 {
  margin-top: 115px;
}

.pull-down-120 {
  margin-top: 120px;
}

.pull-down-125 {
  margin-top: 125px;
}

.inline-block {
  display: inline-block;
}

.block {
  display: block;
}

.full-witdh {
  width: 100%;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.white {
  color: #FFF;
}

.primary-background {
  background: black;
}

.white-background {
  background: #FFF;
}

.no-r-gutter {
  padding-right: 0;
}

.no-l-gutter {
  padding-left: 0;
}

/**
 * BUTTONS
 */
/**
 * FORMS
 */
/**
 * All styles related to markup inside the header
 */
header {
  padding-top: 15px;
  padding-bottom: 15px;
}
header span {
  display: block;
  margin-top: 6px;
  color: red;
  font-size: 20px;
  font-weight: bold;
}

/**
 * All styles related to markup inside the content
 */
#ice_tea {
  border: 2px solid #ce3d02;
  width: 200px;
  position: fixed;
  top: 25vh;
  right: 310px;
  background-color: white;
  font-size: 16px;
  padding: 10px;
  display: none;
}

.main-banner.sub-page-banner {
  background: none;
}

.main-banner.sub-page-banner .banner-content{
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#010b14+71,014863+100 */
background: rgb(1,11,20); /* Old browsers */
background: -moz-linear-gradient(45deg,  rgba(1,11,20,1) 71%, rgba(1,72,99,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg,  rgba(1,11,20,1) 71%,rgba(1,72,99,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg,  rgba(1,11,20,1) 71%,rgba(1,72,99,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#010b14', endColorstr='#014863',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

padding-bottom: 15px;
}

.main-banner {
  background: url(../img/banner-bg.jpg) no-repeat;
  background-size: cover;
  background-position: bottom;
}
.main-banner .banner-content {
  position: relative;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#014863+18,010b14+99 */
background: rgb(1,72,99); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(1,72,99,1) 18%, rgba(1,11,20,1) 99%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(1,72,99,1) 18%,rgba(1,11,20,1) 99%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(1,72,99,1) 18%,rgba(1,11,20,1) 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#014863', endColorstr='#010b14',GradientType=0 ); /* IE6-9 */

}
.main-banner .banner-content .man {
  position: absolute;
  top: 78px;
  left: -80px;
  height: 100%;
}
.main-banner .banner-content h1 {
  margin-left: 20px;
  font-size: 34px;
  color: black;
  font-weight: bold;
}
.main-banner .banner-content .prove {
  margin-left: 20px;
  background-image: url(../img/bg.png);
  width: 172px;
  height: 44px;
  background-position: center;
  text-align: center;
  vertical-align: middle;
}
.main-banner .banner-content .prove a {
  color: #0000FF;
  font-size: 24px;
  line-height: 40px;
  font-weight: bold;
  text-decoration: underline;
}
.main-banner .banner-content ul {
  position: relative;
  display: block;
  list-style-image: url(../img/tick.png);
}
.main-banner .banner-content ul img {
  margin-right: 10px;
}
.main-banner .banner-content ul li {
  font-size: 19px;
  color: #FFF;
  padding-bottom: 3px;
}
.main-banner .banner-content ul li mark {
  color: black;
}
.main-banner .banner-content ul .arrow {
  position: absolute;
  bottom: 0;
  left: -20px;
  margin-bottom: -30px;
}
.main-banner .banner-content .join a {
  color: #FFF;
  font-weight: bold;
  font-size: 20px;
  display: block;
}
.main-banner .banner-content .join a:hover {
  text-decoration: none;
}
.main-banner .banner-content .product {
  position: absolute;
  right: 17%;
  top: 20%;
}

.banner-exposed-top-content {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2b88d9+0,4993c4+51,2b88d9+100 */
  background: rgb(43,136,217); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(43,136,217,1) 0%, rgba(73,147,196,1) 51%, rgba(43,136,217,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(43,136,217,1) 0%,rgba(73,147,196,1) 51%,rgba(43,136,217,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(43,136,217,1) 0%,rgba(73,147,196,1) 51%,rgba(43,136,217,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b88d9', endColorstr='#2b88d9',GradientType=0 ); /* IE6-9 */
  color: #FFF;
  padding: 20px 20px;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  margin-bottom: 30px;
}
.banner-exposed-bottom-content {
  color: #FFF;
  padding: 25px 20px;
  letter-spacing: 1.3px;
  font-weight: normal;
  font-size: 16px;
  background: #002033;
  text-align: center;
}

.banner-intro-text {
  color: #ffe304;
  max-width: 360px;
  font-size: 12px;
  margin-left: 10px;
  font-style: italic;
}

.big-banner-arrow {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffe08e+0,ffe08e+36,fcbc2a+100 */

padding: 22px 20px 22px 170px;

position: relative;
margin-top: -10px;

}

.main-banner-arrow {
  position: absolute;
  top: -90px;
  left: 85px;
}

.big-banner-arrow:before {
  background-image: url(../img/long-arrow-end.png);
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
  height: 120px;

    right: -66px;
    width: 98px;
    height: 124px;
    background-repeat: no-repeat;
    background-size: cover;
    display: none;
}

.big-banner-arrow span {
  font-weight: bold; 
  font-style: italic;
  color: black;
  font-family: "Arial";
  font-size: 27px;
  letter-spacing: 1.2px;
  text-align: center;
  display: block;
}

.banner-product {
  position: absolute;
  bottom: -30px;
  left: -30px;
  z-index: 100;
}

.banner-customer-review {
  background: #FFF;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.banner-customer-review .top-bar {
  background: #282828;
  padding: 15px 10px;
  text-align: center;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.banner-customer-review .main-content {
  padding: 15px 10px;
  text-align: center;
}

.banner-customer-review .main-content span {
  color: red;
  display: inline-block;
  padding: 4px 40px;
  background: #F4F4F4;
  border: 1px solid #dcdbdb;
}

.banner-customer-review .main-content img {
  display: block;
  text-align: center;
  margin: 0 auto;
  max-height: 320px;
}

.banner-features-move-right {
  margin-left: 80px;
}

.big-order-btn {
  padding: 15px 30px;
  border-radius: 10px;
  color: #FFF;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f9571e+0,cd0502+100 */
  background: rgb(249,87,30); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(249,87,30,1) 0%, rgba(205,5,2,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(249,87,30,1) 0%,rgba(205,5,2,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(249,87,30,1) 0%,rgba(205,5,2,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9571e', endColorstr='#cd0502',GradientType=0 ); /* IE6-9 */
  font-weight: bold;
  font-family: "Arial";
  letter-spacing: 1.3px;
  font-size: 20px;
  display: inline-block;
  transition: all 0.2s ease-in-out;
}

.big-order-btn:hover {
  color: #FFF;
  text-decoration: none;
  transform: scale(1.2);
}

.big-order-btn.extra {
  padding: 22px 40px;
  font-size: 25px;

}



.mw-100 {
  max-width: 100%;
}

mark {
  background-color: #ffff00;
  font-weight: bold;
  padding: 3px;
}

hr {
  border: 1px solid #ebebeb;
}

.content {
  border-right: 0px solid #F8F8F8;
  border-left: 0px solid #F8F8F8;
  padding: 30px 50px;
}

.date {
  font-size: 17px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.main-text {
  color: #FFF;
}

.main-text p {
  display: inline-block;
  font-size: 16px;
  line-height: 25px;
  color: #FFF;
}

.main-text p b {
  color: #50caff;
}

.main-text .size-20 {
  font-size: 20px;
}

.main-text .size-14 {
  font-size: 14px;
}

.main-text .size-11 {
  font-size: 11px;
}


.main-text.size-18 {
  font-size: 18px;
}
.main-text .size-25 {
  font-size: 25px;
}
.main-text.size-13 p {
  font-size: 13px;
  line-height: 19px;
}
.main-text.line-height-17 p {
  line-height: 17px;
}

.main-text span {
  color: #50caff;
}

.instructions {
  background: #0780D1;
  color: #FFF;
  padding: 10px;
}
.instructions span {
  display: block;
  font-size: 17px;
  font-weight: bold;
}
.instructions i {
  padding-top: 10px;
  display: block;
  text-align: right;
  font-size: 25px;
}

.offer {
  background-image: url(../img/offer-bg.jpg);
  background-size: cover;
  overflow: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}
.offer a {
  font-style: italic;
  font-size: 17px;
  font-weight: bold;
  color: #FFF;
  text-decoration: underline;
}

.intro-presentation {
  position: relative;
}
.intro-presentation h2 {
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  color: #32245F;
  padding-bottom: 20px;
  padding-top: 20px;
}
.intro-presentation h3 {
  font-size: 25px;
  font-weight: bold;
}
.intro-presentation ul {
  margin-left: 15px;
  color: #4FCAFF;
}
.intro-presentation ul li span {
  color: #4FCAFF;
  font-size: 18px;
  display: block;
  font-weight: bold;
  padding-top: 0;
  margin-top: 0;
}
.intro-presentation ul li a {
  color: blue;
  font-size: 13px;
  text-decoration: underline;
}
.intro-presentation ul li p {
  font-size: 15px;
  line-height: 17px;
  color: #FFF;
}
.intro-presentation .girl {
  position: absolute;
  right: 0;
  top: 45%;
}

.progress-tabel {
  background-color: #AB1D1C;
  border-bottom: 25px solid #BD0000;
  overflow: auto;
  padding: 20px 15px;
}
.progress-tabel mark {
  font-size: 26px;
}
.progress-tabel p {
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 13px;
  color: #FFF;
}

table {
  color: #FFF;
}
table.table-progress {
  border-collapse: collapse;
  padding: 5px;
}
table.table-progress th {
  border-bottom: 1px solid #FFF;
  padding: 5px;
  font-size: 27px;
  line-height: 26px;
  font-weight: normal;
}
table.table-progress th:first-of-type {
  border-right: 1px solid #FFF;
  font-weight: bold;
}
table.table-progress td {
  padding: 5px;
}
table.table-progress td:first-of-type {
  border-right: 1px solid #FFF;
}

.users h3 {
  font-size: 26px;
  color: #32245F;
  font-weight: bold;
  text-align: center;
  border-bottom: 2px solid #dfdfdf;
  padding-bottom: 30px;
}
.users span {
  font-size: 15px;
  font-weight: bold;
  padding-top: 25px;
  display: block;
  padding-bottom: 25px;
}
.users .single-opinion {
  border-bottom: 2px solid #dfdfdf;
  padding-bottom: 15px;
}
.users .single-opinion .name {
  font-size: 14px;
  padding-bottom: 25px;
}
.users .single-opinion .title {
  color: #CC0000;
  font-size: 16px;
  font-weight: bold;
  position: relative;
  padding-bottom: 15px;
}
.users .single-opinion .title .size {
  position: absolute;
  top: -25px;
  right: 0;
  color: red;
  font-size: 24px;
}
.users .single-opinion .title span {
  color: red;
  text-transform: uppercase;
  display: inline-block;
  padding: 0;
}
.users .single-opinion.best-result {
  background: #FFD7D8;
  border: 2px solid red;
  padding: 20px;
}
.users .single-opinion.best-result .name {
  padding-bottom: 15px;
}
.users .single-opinion.best-result .title {
  font-size: 18px;
}
.users .single-opinion.best-result .title .size {
  top: -40px;
  font-size: 28px;
}
.users .single-opinion.best-result .title span {
  color: red;
  font-size: 18px;
  text-transform: uppercase;
  display: inline-block;
  padding: 0;
  font-weight: bold;
}
.users .single-opinion.best-result .warning {
  color: red;
  font-weight: bold;
}

.structure h3 {
  font-size: 26px;
  color: #32245F;
  font-weight: bold;
  text-align: center;
  border-bottom: 2px solid #dfdfdf;
  padding-bottom: 30px;
}
.structure .doctor {
  border: 2px solid #979eff;
  padding: 5px;
}
.structure .doctor b.name {
  font-size: 22px;
}
.structure .secret {
  font-size: 24px;
  color: red;
  font-weight: bold;
}

.single-ingredient {
  border-top: 2px solid #a8ff9b;
  overflow: auto;
}
.single-ingredient img {
  vertical-align: middle;
}
.single-ingredient span {
  display: block;
  font-size: 23px;
  font-weight: bold;
  vertical-align: middle;
}
.single-ingredient p {
  margin-bottom: 0;
}

.more-ingredients {
  border-top: 2px solid #a8ff9b;
  border-bottom: 2px solid #a8ff9b;
  overflow: auto;
  padding-top: 15px;
  padding-bottom: 0;
}
.more-ingredients span {
  font-size: 22px;
  font-weight: bold;
  display: block;
}

.features {
  border-top: 20px solid #F8F8F8;
  position: relative;
}
.features ul {
  list-style: none;
}
.features ul li {
  display: block;
  border-bottom: 1px solid black;
  font-size: 12px;
  padding-top: 40px;
  color: #777777;
  font-weight: bold;
}
.features ul li:first-of-type {
  padding-top: 60px;
}
.features ul li mark {
  color: black;
  padding-top: 1px;
  padding-bottom: 1px;
}
.features .man-right {
  position: absolute;
  right: 20px;
  top: 0;
}

.press h4 {
  font-size: 32px;
  font-family: "TimesNewRoman";
  color: #7B7A7A;
  display: block;
  border-bottom: 2px solid #dfdfdf;
  text-align: center;
  padding-bottom: 5px;
}
.press ul {
  list-style: none;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
}
.press ul li {
  display: inline-block;
  margin-right: 10px;
}
.press ul li:last-of-type {
  margin-right: 0;
}

.cuple {
  background-image: url(../img/cuple.jpg);
  background-size: cover;
  overflow: auto;
  padding: 45px;
}
.cuple b {
  color: #FFF;
  font-size: 21px;
}
.cuple b.big {
  font-size: 26px;
}

.action {
  background-image: url(../img/akcija-bg.jpg);
  background-size: cover;
  overflow: auto;
  padding: 20px 20px;
  border: 3px dashed #b43932;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: black !important;
}
.action span {
  text-align: center;
  font-weight: bold;
  display: block;
  font-size: 50px;
  padding-bottom: 10px;
}
.action b {
  font-size: 16px;
}
.action mark.big {
  font-size: 26px;
}
.action mark.big b {
  font-size: 26px;
}

.bonus {
  padding-top: 25px;
  padding-bottom: 25px;
}
.bonus .title {
  font-weight: bold;
}
.bonus .title mark {
  font-size: 40px;
}
.bonus .title span {
  font-size: 26px;
  color: red;
  display: inline-block;
}
.bonus span {
  color: red;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  display: block;
}
.bonus del {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  display: block;
}

.delivery-features {
  background: #DDDFFF;
  color: black !important;
}
.delivery-features span {
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 10px;
  display: block;
}
.delivery-features span mark {
  display: block;
}
.delivery-features .expres {
  background: yellow;
  border: 2px solid red;
}

.order {
  position: relative;
}
.order h5 {
  font-size: 30px;
}
.order form input.form-control {
  width: 272px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.order form label {
  width: 70px;
  vertical-align: middle;
  text-align: right;
  max-width: 365px;
}
.order form select {
  margin-left: 74px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
background: white;
max-width: 285px;
    color: black;
}
.order form select.form-control {
  width: 272px;
  max-width: 285px;
}
.order form .inline-labels {
  padding-top: 10px;
  padding-bottom: 10px;
}
.order form .inline-labels input {
  width: auto;
}
.order form .inline-labels label {
  width: 120px;
  margin-left: 75px;
}
.order form .inline-labels label:last-of-type {
  margin-left: 0;
}

button {
  background: none;
  border: none;
}

.posta {
  color: #80838b;
  font-size: 12px;
}

.phone-order span {
  font-size: 19px;
  display: block;
  margin-bottom: 10px;
}

.p-s-section {
  border-top: 1px solid #d9d9d9;
  padding-top: 15px;
}
.p-s-section b {
  display: inline-block;
  font-size: 28px;
}
.p-s-section .main-text {
  display: inline-block;
}

.pogoji {
  text-align: center;
}
.pogoji ul {
  list-style: none;
}
.pogoji ul li {
  display: inline-block;
  border-right: 1px solid black;
  padding-right: 3px;
}
.pogoji ul li:last-of-type {
  border-right: none;
}
.pogoji ul li a {
  color: #FFFFFF;
  opacity: 0.7;
  text-decoration: underline;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  font-size: 12px;
}
.pogoji ul li a:hover {
  color: black;
}

.fixed-banner {
  position: fixed;
  top: 12vh;
  right: 0%;
  width: 200px;
  border: 2px solid red;
  background: #FFF;
  padding: 10px;
  z-index: 10000;
}

body {
  position: relative;
}
.fixed-banner .time mark {
  display: block;
  font-size: 35px;
  line-height: 30px;
  font-weight: bold;
  text-align: center;
}
.fixed-banner span {
  color: red;
  font-weight: bold;
  font-size: 13px;
  line-height: 15px;
  display: block;
}
.fixed-banner p {
  font-size: 11px;
  line-height: 13px;
}
.fixed-banner .order-now a, .fixed-banner .mnenja a {
  text-align: center;
  padding: 10px 5px;
  display: block;
  background: #FFFF99;
  color: red;
  border: 1px solid red;
  font-size: 14px;
  font-weight: bold;
  text-decoration: underline;
}

#ice_tea {
  border: 2px solid #ce3d02;
  width: 200px;
  position: fixed;
  top: 25vh;
  right: 5vw;
  background: #FFF;
  z-index: 1000000;
  background-color: white;
  font-size: 16px;
  padding: 10px;
}

#ice_tea a {
  background-color: #FFFF80;
  display: block;
  color: #F00;
  padding: 10px 3px 10px 3px;
  margin: 20px 0px 0px 0px;
  font-size: 14px;
  line-height: 12px;
  text-align: center;
  border: 1px solid #FF740D;
  filter: alpha(opacity=80);
  opacity: 0.8;
  font-weight: bold;
}

.parsley-errors-list {
  color: red;
  display: none;
  list-style: none;
}

.parsley-error {
  border: 1px solid red !important;
}




/* TABLET RESPONSIVE */

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  input[type='text'], input[type='number'], textarea {
    font-size: 16px !important;
  }

  .container {
    width: 850px !important;
  }

  .block-sm {
    display: block;
  }

  .align-c-sm {
    text-align: center;
  }

  .no-l-gutter-sm {
    padding-left: 0;
  }

  .width-100-sm {
    width: 100%;
  }

  .pull-down-main {
    margin-top: 0px;
  }

  .push-down-main {
    margin-bottom: 0px;
  }

  .push-down-0-sm {
    margin-bottom: 0px;
  }

  .push-down-5-sm {
    margin-bottom: 5px;
  }

  .push-down-10-sm {
    margin-bottom: 10px;
  }

  .push-down-15-sm {
    margin-bottom: 15px;
  }

  .push-down-20-sm {
    margin-bottom: 20px;
  }

  .push-down-25-sm {
    margin-bottom: 25px;
  }

  .push-down-30-sm {
    margin-bottom: 30px;
  }

  .push-down-35-sm {
    margin-bottom: 35px;
  }

  .push-down-40-sm {
    margin-bottom: 40px;
  }

  .push-down-45-sm {
    margin-bottom: 45px;
  }

  .push-down-50-sm {
    margin-bottom: 50px;
  }

  .push-down-55-sm {
    margin-bottom: 55px;
  }

  .push-down-60-sm {
    margin-bottom: 60px;
  }

  .push-down-65-sm {
    margin-bottom: 65px;
  }

  .push-down-70-sm {
    margin-bottom: 70px;
  }

  .push-down-75-sm {
    margin-bottom: 75px;
  }

  .push-down-80-sm {
    margin-bottom: 80px;
  }

  .push-down-85-sm {
    margin-bottom: 85px;
  }

  .push-down-90-sm {
    margin-bottom: 90px;
  }

  .push-down-95-sm {
    margin-bottom: 95px;
  }

  .push-down-100-sm {
    margin-bottom: 100px;
  }

  .push-down-105-sm {
    margin-bottom: 105px;
  }

  .push-down-110-sm {
    margin-bottom: 110px;
  }

  .push-down-115-sm {
    margin-bottom: 115px;
  }

  .push-down-120-sm {
    margin-bottom: 120px;
  }

  .push-down-125-sm {
    margin-bottom: 125px;
  }

  .pull-down-secondary {
    margin-top: 0px;
  }

  .push-down-secondary {
    margin-bottom: 0px;
  }

  .pull-down-0-sm {
    margin-top: 0px;
  }

  .pull-down-5-sm {
    margin-top: 5px;
  }

  .pull-down-10-sm {
    margin-top: 10px;
  }

  .pull-down-15-sm {
    margin-top: 15px;
  }

  .pull-down-20-sm {
    margin-top: 20px;
  }

  .pull-down-25-sm {
    margin-top: 25px;
  }

  .pull-down-30-sm {
    margin-top: 30px;
  }

  .pull-down-35-sm {
    margin-top: 35px;
  }

  .pull-down-40-sm {
    margin-top: 40px;
  }

  .pull-down-45-sm {
    margin-top: 45px;
  }

  .pull-down-50-sm {
    margin-top: 50px;
  }

  .pull-down-55-sm {
    margin-top: 55px;
  }

  .pull-down-60-sm {
    margin-top: 60px;
  }

  .pull-down-65-sm {
    margin-top: 65px;
  }

  .pull-down-70-sm {
    margin-top: 70px;
  }

  .pull-down-75-sm {
    margin-top: 75px;
  }

  .pull-down-80-sm {
    margin-top: 80px;
  }

  .pull-down-85-sm {
    margin-top: 85px;
  }

  .pull-down-90-sm {
    margin-top: 90px;
  }

  .pull-down-95-sm {
    margin-top: 95px;
  }

  .pull-down-100-sm {
    margin-top: 100px;
  }

  .pull-down-105-sm {
    margin-top: 105px;
  }

  .pull-down-110-sm {
    margin-top: 110px;
  }

  .pull-down-115-sm {
    margin-top: 115px;
  }

  .pull-down-120-sm {
    margin-top: 120px;
  }

  .pull-down-125-sm {
    margin-top: 125px;
  }


  .move-content-left-120 {
    margin-left: -0px;
  }
  header {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  header span {
    margin-top: 10px;
    font-size: 16px;
  }

  .main-banner {
    background-size: cover;
  }
  .main-banner .banner-content .man {
    top: 55px;
    left: -130px;
  }

  .main-banner .banner-content h1 {
    margin-left: 20px;
    font-size: 24px;
    color: black;
    font-weight: bold;
  }
  .main-banner .banner-content .prove {
    margin-left: 20px;
    background-image: url(../img/bg.png);
    width: 222px;
    height: 44px;
    background-position: center;
    text-align: center;
    background-repeat: no-repeat;
    vertical-align: middle;
  }
  .main-banner .banner-content .prove a {
    color: #0000FF;
    font-size: 24px;
    line-height: 40px;
    font-weight: bold;
    text-decoration: underline;
  }
  .main-banner .banner-content ul {
    position: relative;
    display: block;
    list-style-image: url(../img/tick.png);
  }
  .main-banner .banner-content ul img {
    margin-right: 10px;
  }
  .main-banner .banner-content ul li {
    font-size: 17px;
    color: #FFF;
    padding-bottom: 3px;
  }
  .main-banner .banner-content ul li mark {
    color: black;
  }
  .main-banner .banner-content ul .arrow {
    position: absolute;
    bottom: 0;
    left: -20px;
    margin-bottom: -30px;
  }
  .main-banner .banner-content .join a {
    color: #FFF;
    font-weight: bold;
    font-size: 20px;
    display: block;
  }
  .main-banner .banner-content .join a:hover {
    text-decoration: none;
  }
  .main-banner .banner-content .product {
    position: absolute;
    right: 0;
    top: 20%;
  }

  .main-banner .banner-content {
    padding-right: 0px;
  }

  .main-container {
    padding-left: 0;
    margin-left: 0;
    padding-right: 70px;
  }
  .main-container .content {
    border-left: 0px;
  }

  .content {
    padding: 15px;

  }

  .instructions i {
    font-size: 20px;
  }

  .testimonials h2 {
    font-size: 22px;
  }
  .testimonials h3 {
    font-size: 20px;
  }
  .testimonials ul {
    margin-left: 40px;
  }
  .testimonials ul li span {
    font-size: 18px;
  }
  .testimonials ul li a {
    font-size: 14px;
  }
  .testimonials .girl {
    position: absolute;
    right: 0;
    top: 50%;
    -moz-transform: translate(0%, -15%);
    -ms-transform: translate(0%, -15%);
    -webkit-transform: translate(0%, -15%);
    transform: translate(0%, -15%);
  }

  .users h3 {
    font-size: 20px;
    padding-bottom: 20px;
  }
  .users span {
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 20px;
  }
  .users .single-opinion {
    padding-bottom: 10px;
  }
  .users .single-opinion .name {
    font-size: 14px;
    padding-bottom: 15px;
  }
  .users .single-opinion .title {
    font-size: 16px;
    font-weight: bold;
    position: relative;
    padding-bottom: 10px;
  }
  .users .single-opinion .title .size {
    top: -25px;
    right: 0;
    font-size: 20px;
  }

  table.table-progress th {
    font-size: 18px;
    line-height: 20px;
  }

  .structure h3 {
    font-size: 20px;
    padding-bottom: 20px;
  }
  .structure .doctor b.name {
    font-size: 18px;
  }
  .structure .secret {
    font-size: 18px;
  }

  .features {
    border-top: 10px solid #F8F8F8;
  }
  .features ul li {
    padding-top: 45px;
  }
  .features ul li:first-of-type {
    padding-top: 40px;
  }
  .features .man-right {
    z-index: -10;
    position: absolute;
    right: -0px;
    top: 0;
  }

  .cuple {
    padding: 25px;
  }
  .cuple b {
    font-size: 18px;
  }
  .cuple b.big {
    font-size: 20px;
  }

  .action {
    padding: 20px 15px;
  }
  .action span {
    font-size: 40px;
    padding-bottom: 10px;
  }
  .action b {
    font-size: 14px;
  }
  .action mark.big {
    font-size: 20px;
  }
  .action mark.big b {
    font-size: 20px;
  }

  .bonus {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .bonus .title mark {
    font-size: 35px;
  }
  .bonus .title span {
    font-size: 20px;
  }
  .bonus span {
    font-size: 20px;
  }
  .bonus del {
    font-size: 16px;
  }

  .order {
    position: relative;
  }
  .order .oblizi {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -10;
    opacity: 0.3;
  }
  .order h5 {
    font-size: 30px;
  }
  .order form input.form-control {
    width: 272px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
  }
  .order form label {
    width: 70px;
    vertical-align: middle;
    text-align: right;
    max-width: 363px !important;

  }
  .order form select {
    margin-left: 74px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
  }
  .order form .inline-labels {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .order form .inline-labels input {
    width: auto;
  }
  .order form .inline-labels label {
    width: 120px;
    margin-left: 75px;
  }
  .order form .inline-labels label:last-of-type {
    margin-left: 0;
  }

  #ice_tea {
    border: 2px solid #ce3d02;
    width: 150px;
    position: fixed;
    bottom: 0px;
    top: auto;
    background: #FFF;
    right: 0px;
    z-index: 1999;
    background-color: white;
    font-size: 16px;
    padding: 10px;
  }






  .big-banner-arrow:before {
    background-image: url(../img/long-arrow-end.png);
    position: absolute;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "";
    height: 120px;

      right: -66px;
      width: 98px;
      height: 124px;
      background-repeat: no-repeat;
      background-size: cover;
      display: none;
  }

  .big-banner-arrow span {
    font-weight: bold; 
    font-style: italic;
    color: black;
    font-family: "Arial";
    font-size: 16px;
    letter-spacing: 1px;
    text-align: center;
    display: block;
  }


}



/* MOBILE RESPONSIVE */


@media only screen and (min-width: 0px) and (max-width: 767px) {


 body {
  margin-top: 106px;
 }

 .big-order-btn.extra {
  padding: 15px 20px;
  font-size: 18px;

}


.order form select {
  margin-left: 74px;
max-width: 100%;
min-width: 100%;
}
.order form select.form-control {
  width: 100%;
  max-width: 100%;
}


.img-responsive-xs {
  min-width: 100%;
}


.fixed-header-holder {
  padding: 0px 8px 0px 8px;
}

.fixed-header-holder .logo-holder {
  text-align: center;
  margin: 0 auto;
  margin-bottom: 2px;
}


.fixed-header-holder .logo-holder img {
  max-width: 120px;
  display: inline-block;
}


.header-features {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.header-features li {
  padding: 10px 10px 5px 10px;
  display: inline-block;
  text-align: left;
  border-right: 1px solid #f1f1f1;
  position: relative;
  width: 33%;

    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;

        text-align: center;
}


.header-features li.no-r-border-xs {
 border-right: none !important;
}


.header-features li.logo-holder {
  padding: 10px 5px 2px 5px;
  width: 100% !important;
  min-width: 100%;
  margin-bottom: 0;

}

.header-features li .icon {
  margin-right: 0px;
  margin-bottom: 2px;
  max-width: 20px;
  display: none;

}


.header-features li .icon img {
  max-width: 30px;

}


.banner-exposed-top-content {
  background: #4f8acf;
  color: #FFF;
  padding: 15px 15px;
  font-size: 14px;
  margin-bottom: 0px;
}

.banner-product-xs {
  position: absolute;
  bottom: 5px;
  left: 10px;
  
}

.banner-product-xs img {
  max-width: 100px;
}

.banner-content-holder {
  padding-bottom: 70px;
}

.banner-features-move-right {
  margin-left: 110px
}

.big-banner-arrow {
padding: 20px 15px 15px 15px;
margin-right: 0px;
margin-top: -0px;
background: #f4961d;
display: none;

}

.big-banner-arrow:before {
  display: none;
}

.big-banner-arrow span {
  font-size: 16px;
  letter-spacing: normal;
}

.banner-exposed-bottom-content {
  color: #FFF;
  padding: 20px 15px 20px 15px;
  letter-spacing: normal;
  font-weight: normal;
  font-size: 13px;
  background: #002033;
  text-align: center;
}

 .main-exposed-title {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#38739a+0,4f9ed0+50,38739a+100 */
  background: rgb(56,115,154); /* Old browsers */
  background: -moz-linear-gradient(left,  rgba(56,115,154,1) 0%, rgba(79,158,208,1) 50%, rgba(56,115,154,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left,  rgba(56,115,154,1) 0%,rgba(79,158,208,1) 50%,rgba(56,115,154,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,  rgba(56,115,154,1) 0%,rgba(79,158,208,1) 50%,rgba(56,115,154,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#38739a', endColorstr='#38739a',GradientType=1 ); /* IE6-9 */
  padding: 10px 20px;
  color: #FFF;
  font-family: "Montserrat";
  letter-spacing: 1.5px;
  text-align: center;
  color: #FFF;
  font-weight: 800;

 }

.main-exposed-title.yellow {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#da9000+0,fdcc0c+50,da9000+100 */
  background: rgb(218,144,0); /* Old browsers */
  background: -moz-linear-gradient(left,  rgba(218,144,0,1) 0%, rgba(253,204,12,1) 50%, rgba(218,144,0,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left,  rgba(218,144,0,1) 0%,rgba(253,204,12,1) 50%,rgba(218,144,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,  rgba(218,144,0,1) 0%,rgba(253,204,12,1) 50%,rgba(218,144,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#da9000', endColorstr='#da9000',GradientType=1 ); /* IE6-9 */

  padding: 10px 20px;
  color: #FFF;
  font-family: "Montserrat";
  letter-spacing: 1.1px;
  text-align: center;
  color: red;
  font-weight: 800;
}

.main-exposed-title h1 {
  font-size: 32px;
  letter-spacing: 1.1px;
}


.move-content-left-120 {
  margin-left: -0px;
}






.testiamonials-holder {
  background: #FFF;
  padding: 10px 10px 0px 10px;
}

.testiamonials-holder .single-testiamonial {
  background: red;
  border-radius: 6px;
  margin-bottom: 10px;
}

.testiamonials-holder .single-testiamonial .title {
  background: #282828;
  color: #FFF;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  padding: 10px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  font-family: "Montserrat";
}


.testiamonials-holder .single-testiamonial .testiamonial-content {
  background: black;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  color: #FFF;
  padding: 15px 10px;
  font-size: 13px;
  line-height: 16px;
}

.small-notice {
  color: #FFF;
  font-size: 11px;
  padding: 25px 10px;
  background: black;
}


.results-timeline-holder {
  color: black;
  background: #FFF;
  padding: 30px;
}



.results-timeline-holder .warning {
  background: #EAEAEA;
  border-radius: 10px;
  padding: 5px 20px 20px 30px;
}

.results-timeline-holder .warning h1 {
  color: red;
}

.results-timeline-holder .main-text {
  color: black;

}

.results-timeline-holder .main-text span {
  color: #d09300;
  font-size: 20px;
  font-weight: bold;
  display: block;
}

.results-timeline-holder h3 {
  font-size: 18px;
}


.small-notice {
  padding: 15px 10px;
}


.results-timeline-holder {
  color: black;
  background: #FFF;
  padding: 10px 15px;
}



.results-timeline-holder .warning {
  background: #EAEAEA;
  border-radius: 10px;
  padding: 5px 20px 20px 30px;
}

.results-timeline-holder .warning h1 {
  color: red;
}

.results-timeline-holder .main-text {
  color: black;

}

.results-timeline-holder .main-text span {
  color: #d09300;
  font-size: 20px;
  font-weight: bold;
  display: block;
}

.decor-woman-text-xs {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}


.margin-top-50-xs {
  margin-top: -50px !important;
}

  .no-border-xs {
    border: none;
  }

  .no-margin-xs {
    margin: 0;
  }

  .no-gutter {
    padding-left: 15px;
    padding-right: 15px;
  }

  .no-r-gutter {
    padding-right: 15px;
  }

  .no-l-gutter {
    padding-left: 15px;
  }

  .block-xs {
    display: block;
  }

  .width-100-xs {
    width: 100%;
  }

  .align-c-xs {
    text-align: center;
  }

  .align-l-xs {
    text-align: left;
  }

  .align-r-xs {
    text-align: right;
  }

  .pull-down-main {
    margin-top: 0px;
  }

  .push-down-main {
    margin-bottom: 0px;
  }

  .push-down-0-xs {
    margin-bottom: 0px;
  }

  .push-down-5-xs {
    margin-bottom: 5px;
  }

  .push-down-10-xs {
    margin-bottom: 10px;
  }

  .push-down-15-xs {
    margin-bottom: 15px;
  }

  .push-down-20-xs {
    margin-bottom: 20px;
  }

  .push-down-25-xs {
    margin-bottom: 25px;
  }

  .push-down-30-xs {
    margin-bottom: 30px;
  }

  .push-down-35-xs {
    margin-bottom: 35px;
  }

  .push-down-40-xs {
    margin-bottom: 40px;
  }

  .push-down-45-xs {
    margin-bottom: 45px;
  }

  .push-down-50-xs {
    margin-bottom: 50px;
  }

  .push-down-55-xs {
    margin-bottom: 55px;
  }

  .push-down-60-xs {
    margin-bottom: 60px;
  }

  .push-down-65-xs {
    margin-bottom: 65px;
  }

  .push-down-70-xs {
    margin-bottom: 70px;
  }

  .push-down-75-xs {
    margin-bottom: 75px;
  }

  .push-down-80-xs {
    margin-bottom: 80px;
  }

  .push-down-85-xs {
    margin-bottom: 85px;
  }

  .push-down-90-xs {
    margin-bottom: 90px;
  }

  .push-down-95-xs {
    margin-bottom: 95px;
  }

  .push-down-100-xs {
    margin-bottom: 100px;
  }

  .push-down-105-xs {
    margin-bottom: 105px;
  }

  .push-down-110-xs {
    margin-bottom: 110px;
  }

  .push-down-115-xs {
    margin-bottom: 115px;
  }

  .push-down-120-xs {
    margin-bottom: 120px;
  }

  .push-down-125-xs {
    margin-bottom: 125px;
  }

  .pull-down-secondary {
    margin-top: 0px;
  }

  .push-down-secondary {
    margin-bottom: 0px;
  }

  .pull-down-0-xs {
    margin-top: 0px;
  }

  .pull-down-5-xs {
    margin-top: 5px;
  }

  .pull-down-10-xs {
    margin-top: 10px;
  }

  .pull-down-15-xs {
    margin-top: 15px;
  }

  .pull-down-20-xs {
    margin-top: 20px;
  }

  .pull-down-25-xs {
    margin-top: 25px;
  }

  .pull-down-30-xs {
    margin-top: 30px;
  }

  .pull-down-35-xs {
    margin-top: 35px;
  }

  .pull-down-40-xs {
    margin-top: 40px;
  }

  .pull-down-45-xs {
    margin-top: 45px;
  }

  .pull-down-50-xs {
    margin-top: 50px;
  }

  .pull-down-55-xs {
    margin-top: 55px;
  }

  .pull-down-60-xs {
    margin-top: 60px;
  }

  .pull-down-65-xs {
    margin-top: 65px;
  }

  .pull-down-70-xs {
    margin-top: 70px;
  }

  .pull-down-75-xs {
    margin-top: 75px;
  }

  .pull-down-80-xs {
    margin-top: 80px;
  }

  .pull-down-85-xs {
    margin-top: 85px;
  }

  .pull-down-90-xs {
    margin-top: 90px;
  }

  .pull-down-95-xs {
    margin-top: 95px;
  }

  .pull-down-100-xs {
    margin-top: 100px;
  }

  .pull-down-105-xs {
    margin-top: 105px;
  }

  .pull-down-110-xs {
    margin-top: 110px;
  }

  .pull-down-115-xs {
    margin-top: 115px;
  }

  .pull-down-120-xs {
    margin-top: 120px;
  }

  .pull-down-125-xs {
    margin-top: 125px;
  }

  header {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  header span {
    margin-top: 10px;
    font-size: 16px;
  }

  .main-banner {
    background: black;
  }
  .main-banner .banner-content {
    position: relative;
    background: black;
  }
  .main-banner .banner-content .man {
    opacity: 0.35;
    position: absolute;
    top: 70px;
    left: -120px;
  }
  .main-banner .banner-content h1 {
    margin-left: 0px;
    font-size: 22px;
    text-align: center;
  }
  .main-banner .banner-content .prove {
    margin-left: 0px;
    width: 172px;
    height: 44px;
    background-position: center;
    text-align: center;
    vertical-align: middle;
  }
  .main-banner .banner-content .prove a {
    color: #0000FF;
    font-size: 16px;
    line-height: 40px;
    font-weight: bold;
    text-decoration: underline;
  }
  .main-banner .banner-content ul {
    margin-left: 20px;
    position: relative;
    display: block;
    list-style-image: url(../img/tick.png);
  }
  .main-banner .banner-content ul li {
    font-size: 16px;
    color: #FFF;
    padding-bottom: 3px;
  }
  .main-banner .banner-content ul li mark {
    color: black;
  }
  .main-banner .banner-content ul .arrow {
    position: absolute;
    bottom: 0;
    left: -30px;
    margin-bottom: -40px;
  }
  .main-banner .banner-content .join a {
    color: #FFF;
    font-weight: bold;
    font-size: 16px;
    display: block;
  }
  .main-banner .banner-content .join a:hover {
    text-decoration: none;
  }
  .main-banner .banner-content .product {
    visibility: hidden;
    display: none;
    position: relative;
  }

  .content {
    padding: 25px 10px;

  }

  .date {
    font-size: 16px;
    padding-top: 12px;
    padding-bottom: 8px;
  }

  .main-text p {
    font-size: 14px;
    line-height: 20px;
  }
  .main-text .size-25 {
    font-size: 18px;
  }

  .instructions {
    padding: 10px;
  }
  .instructions span {
    font-size: 14px;
  }
  .instructions i {
    font-size: 16px;
  }

  .testimonials h2 {
    font-size: 22px;
  }
  .testimonials h3 {
    font-size: 22px;
  }
  .testimonials ul {
    margin-left: 0px;
  }
  .testimonials ul li span {
    font-size: 18px;
  }
  .testimonials ul li a {
    font-size: 14px;
  }
  .testimonials .girl {
    opacity: 0.2;
    position: absolute;
    right: 0px;
    top: 50%;
    -moz-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }

  .progress-tabel {
    border-bottom: 15px solid #BD0000;
    padding: 15px 0px;
  }
  .progress-tabel mark {
    font-size: 20px;
  }
  .progress-tabel p {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 13px;
  }

  .progress-xs {
    color: #FFF;
  }
  .progress-xs ul {
    margin-top: 15px;
  }
  .progress-xs ul li {
    margin-bottom: 10px;
  }
  .progress-xs ul li span {
    display: block;
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: bold;
  }

  .users h3 {
    font-size: 18px;
    padding-bottom: 20px;
    text-align: left;
  }
  .users span {
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 20px;
  }
  .users .single-opinion {
    padding-bottom: 10px;
  }
  .users .single-opinion .name {
    font-size: 14px;
    padding-bottom: 15px;
  }
  .users .single-opinion .title {
    padding-top: 30px;
    font-size: 16px;
    font-weight: bold;
    position: relative;
    padding-bottom: 10px;
  }
  .users .single-opinion .title .size {
    top: -0px;
    right: 0;
    font-size: 20px;
  }
  .users .single-opinion.best-result {
    padding: 20px;
  }
  .users .single-opinion.best-result .name {
    padding-bottom: 15px;
  }
  .users .single-opinion.best-result .title {
    font-size: 18px;
  }
  .users .single-opinion.best-result .title .size {
    top: -4px;
    font-size: 26px;
  }
  .users .single-opinion.best-result .title span {
    color: red;
    font-size: 18px;
    padding: 0;
  }

  .structure h3 {
    font-size: 18px;
    color: #32245F;
    font-weight: bold;
    text-align: left;
    padding-bottom: 25px;
  }
  .structure .doctor {
    border: 2px solid #979eff;
    padding: 5px;
    position: relative;
    z-index: 5;
    padding-bottom: 10px;
  }
  .structure .doctor img {
    opacity: 1;
    max-width: 80px;
    max-height: 80px;
    min-width: auto;
    margin: 0 auto;

  }
  .structure .doctor b.name {
    font-size: 14px;
  }
  .structure .secret {
    font-size: 16px;
  }

  .single-ingredient {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .single-ingredient span {
    font-size: 18px;
  }
  .single-ingredient p {
    padding-top: 10px;
  }

  .more-ingredients {
    padding-top: 10px;
  }
  .more-ingredients span {
    font-size: 18px;
  }

  .features {
    border-top: 10px solid #F8F8F8;
  }
  .features ul li {
    padding-top: 40px;
  }
  .features ul li:first-of-type {
    padding-top: 40px;
  }
  .features .man-right {
    opacity: 0.2;
    z-index: -10;
    position: absolute;
    right: -0px;
    top: 0;
  }

  .press h4 {
    font-size: 24px;
  }
  .press ul li {
    margin-bottom: 4px;
  }

  .cuple {
    padding: 15px;
  }
  .cuple b {
    font-size: 14px;
  }
  .cuple b.big {
    font-size: 18px;
  }

  .action {
    padding: 15px 15px;
  }
  .action span {
    font-size: 40px;
    padding-bottom: 10px;
  }
  .action b {
    font-size: 14px;
  }
  .action mark.big {
    display: block;
    font-size: 20px;
  }
  .action mark.big b {
    font-size: 20px;
  }

  .bonus {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .bonus .title mark {
    font-size: 16px;
    display: inline-block;
  }
  .bonus .title span {
    font-size: 16px;
    display: inline-block;
  }
  .bonus span {
    font-size: 12px;
  }
  .bonus del {
    font-size: 12px;
  }

  .order {
    position: relative;
  }
  .order h5 {
    font-size: 24px;
  }
  .order form input {
    display: inline-block;
  }
  .order form input.form-control {
    width: 100%;
  }
  .order form label {
    width: auto;
    vertical-align: middle;
    text-align: right;
    max-width: 365px;
  }
  .order form select {
    margin-left: 0px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
  }
  .order form select.form-control {
    width: 100%;
  }
  .order form .inline-labels {
    padding-top: 10px;
    padding-bottom: 20px;
  }
  .order form .inline-labels input {
    width: auto;
  }
  .order form .inline-labels label {
    width: auto;
    margin-left: 0px;
    margin-right: 20px;
  }
  .order form .inline-labels label:last-of-type {
    margin-left: 0;
  }

  .phone-order span {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .pogoji ul li {
    display: inline-block;
    border-right: none;
    padding-right: 0px;
    padding-bottom: 5px;
  }
  .pogoji ul li:last-of-type {
    border-right: none;
  }
  .pogoji ul li a {
  color: #FFFFFF;
  opacity: 0.7;
    text-decoration: underline;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    font-size: 12px;
  }
  .pogoji ul li a:hover {
    color: black;
  }

  .fixed-xs-button {
    position: fixed;
    bottom: 0;
    left: 0;
    display: block;
    z-index: 100000;
    width: 100%;
  }
  .fixed-xs-button a {
    text-align: center;
    padding: 15px 5px 25px 5px;
    display: block;
    background: #FFFF99;
    color: red;
    border: 1px solid red;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: underline;
  }

  body {
    padding-bottom: 50px;
  }
}
@media print {
  /* ==========================================================================
     Print styles.
     Inlined to avoid required HTTP connection: h5bp.com/r
     ========================================================================== */
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links for images, or javascript/internal links
   */
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}


.order-form-main-holder {
  background: black;
  color: #FFF !important;
}


.footer-holder {
  color: #FFF !important;
  background: black;
  padding: 30px 0px;
}

.instruction {
  position: relative;
}

.instruction .icon {
  position: absolute;
  left: 0;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);

}

.instruction {
  padding: 0px 10px 0px 40px;
}






























