body {
	/*background-image: url('../images/pattern-noise.jpg');*/
	background-color: #eceaea;
	background-repeat: repeat;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
}
.clear { clear: both; }
.right { float: right; }
.left { float: left; }
.aligncenter { text-align: center; }
.alignleft { text-align: left; }
.underline { text-decoration:underline; }
.linethrough {text-decoration:line-through; }
.italic { font-style: italic; }
.black { color: black; }
.wrapper {
	width: 900px;
	margin: 0 auto;
}
#logo {
    height: 56px;
    display: none;
}
.page {
    box-sizing: border-box;
    background-color: #fff;
    position: relative;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.35);
    -moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 0.35);
    box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0.35);
    padding: 10px 0 20px;
}
.chevrons {
    text-align: center;
}
#content {
	color: #35280d;
	font-size: 17px;
	padding: 0 10px;
    width: 700px;
    margin: 0 auto;
}
#content h1 {
    text-align: center;
    text-transform: capitalize;
    font-size: 24px;
    margin: 0 0 10px;
    color: #ed1f24;
}
#content h2 {
    font-size:  30px;
    text-align: center;
}
#content h3 {
    text-align: center;
    text-transform: capitalize;
    font-size: 30px;
    margin: 0 0 5px;
    color: #ed1f24;
}
#content h4 {
    text-align: center;
    font-size: 20px;
    margin: 0 0 10px;
    color: #ed1f24;
    font-weight: normal;
}
#content input.oneline {
	box-sizing: border-box;
	background-color: #f6f6f6;
	border: 1px solid #e4b2cb;
	color: #5c5b59;
	display: block;
	font-style: 15px;
	margin: 0 auto;
	margin-bottom: 12px;
	padding: 11px;
	width: 265px;
}
#content p {
    margin: 20px 60px 20px;
}
.video {
    text-align: center;
}
#content .disclaimer {
	color: #5c5b59;
	font-size: 12px;
	margin: 0 auto;
	width: 255px;
}
#content .disclaimer i.fa {
	float: left;
	font-size: 32px;
	padding-right: 0.25em;
}
footer .policy {
	color: #a8a8a8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: 0;
	padding: 15px 0;
	text-align: center;
	line-height: 1.5em;
}
footer .policy a {
	color: #a8a8a8;
	text-decoration: none;
}
footer .policy a:hover {
	text-decoration: underline;
}

/* ----- VSL ----- */
.vsl-buy-button{
    background-image: url("../png/button-vsl-2.png");
    width: 395px;
    height: 95px;
    margin: 0 auto;
    display: block;
}
.vsl-buy-button:hover {
    background-position: 0px -95px;
}


/* ----- Bundle ----- */
.products {
    background-color: #ffffcc;
    border: 1px solid #999;
    padding: 20px;
}
.image {
    width: 200px;
    height: 200px;
    margin: 10px 0 0 20px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.5);
    -moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 0.5);
    box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0.5);
}
ul li {
    margin: 0 0 10px;
    font-size: 14px;
}
.list.right {
    margin: 15px 0 0 220px;
    float: none;
}
#buy-button{
    background-image: url("../png/button-bundle-yes.png");
    width: 395px;
    height: 88px;
    margin: 0 auto;
    display: block;
}
#buy-button:hover {
    background-position: 0px -88px;
}
#product5 {
    position: relative;
}
#product5 h3:after{
    content: url("../png/not-available-2.png");
    width: 167px;
    height: 109px;
    position: absolute;
    top: -25px;
}

.res_content p.transformation-headline{
    font-family: 'Caveat', cursive;
    font-size: 40px;
    color: black;
    letter-spacing: 2.2px;
}


/* ----- Exit-POP: Audio Page ----- */
body.audio-special {
    background: #f8f8f8 url("../png/pattern-stripe-dark-2.png") repeat 0 0 ;
}
body.audio-special.light {
    background: #f8f8f8 url("../png/pattern-stripe-light-2.png") repeat 0 0 ;
}
.audio-special #content h1 {
    font-size: 36px;
}
.audio-special #content button {
    background: #04c23a;
    background: -moz-linear-gradient(top,  #04c23a 0%, #00972b 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#04c23a), color-stop(100%,#00972b));
    background: -webkit-linear-gradient(top,  #04c23a 0%,#00972b 100%);
    background: -o-linear-gradient(top,  #04c23a 0%,#00972b 100%);
    background: -ms-linear-gradient(top,  #04c23a 0%,#00972b 100%);
    background: linear-gradient(to bottom,  #04c23a 0%,#00972b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#04c23a', endColorstr='#00972b',GradientType=0 );
    border-radius: 0;
    border: 1px solid #028026;
    font-family: Arial, sans-serif;
    font-weight: bold;
    font-size: 24px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.57);
    color: #fff;
    cursor: pointer;
}

.btn-large {
    padding: 15px 30px;
    margin: 0 0 5px;
}

footer p {
    margin: 20px 60px 20px;
}










	/* ==================== Responsive ======================= */

@media (min-width: 1200px) {

}


/*Desktop Screen 1024px  */

@media only screen and (min-width:992px) and (max-width:1199px) {

}



/* Tablet Layout: 768px.  */

@media only screen and (min-width:768px) and (max-width:991px) {
.wrapper.res_wrapper {
  width: 740px;
}

}


/* Mobile Layout: 480px.  */

@media only screen and (max-width:767px) {
.wrapper.res_wrapper {
  width: 100%;
}
.wrapper.res_wrapper img{
  max-width: 100%;
}
.video iframe {
  height: 235px;
  width: 100%;
}

#content.res_content {
  width: 85%;
}

.width_100{
    margin: 0 0 20px !important;
    width: 100% !important;
}

.audio-special #content h1 {
  line-height: 2;
}

.wrapper.res_wrapper .products .image.left , .wrapper.res_wrapper .products .image.right {
  float: none;
}
.wrapper.res_wrapper .products p {
  margin: 18px 0 16px !important;
}
.wrapper.res_wrapper .products .list {
  margin: 15px 0 0 20px !important;
  padding: 0;
}
#product5 h3:after {
  right: -27px;
    background-image: url("../png/not-available-2.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    content: "";
    height: 71px;
    top: -14px;
    width: 110px;
}

.res_content p.transformation-headline{
    font-size: 30px;
}
}


/* Wide Mobile Layout: 320px.  */

@media only screen and (max-width:479px) {
    .video iframe {
      height: 160px;
    }
    #content.res_content p {
      margin: 20px;
    }
    .vsl-buy-button {
      background-repeat: no-repeat;
      background-size: cover;
      height: 67px;
      width: 280px;
    }
    .vsl-buy-button:hover {
      background-position: 0 -67px;
    }

    .audio-special #content h1 {
      font-size: 28px;
    }
    .audio-special #content button {
      font-size: 18px;
    }

    #product5 h3:after {
      right: 0;
      top: -10px;
    }

    #buy-button {
      background-repeat: no-repeat;
      background-size: 100% auto;
      height: 51px;
      width: 227px;
      margin-bottom:20px;
    }
    #buy-button:hover {
      background-position: 0 -51px;
    }
    .res_content p.transformation-headline{
        font-size: 28px;
        letter-spacing: normal;
    }
}

#bottom_content {
    overflow: hidden;
    max-width: 584px;
    margin: 0 auto;
}

#recent_customer {
    float: left;
    max-width: 265px;
    border: 1px solid #333333;
    margin-top: 2px;
}

#recent_customer img {
    display: block;
    max-width: 100%;
    height: auto;
}

#guarantee {
    float: right;
    max-width: 300px;
}

#guarantee p {
    text-align: center;
    font-size: 13px;
    color: #000;
    line-height: 15px;
    padding-bottom: 16px;
}

#guarantee img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

@media (max-width: 767px) {
    #guarantee {
        float: none;
        max-width: 100%;
    }

    #recent_customer {
        float: none;
        margin: 0 auto;
        margin-bottom: 20px;
    }
}

#download_form {
    overflow: hidden;
    padding-bottom: 12px;
}

.form_row {
    padding-bottom: 10px;
}

.form_row input[type="text"],
.form_row input[type="submit"] {
    border: none;
    padding: 0;
    margin: 0;
    outline: none;
}

.form_row input[type="text"] {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    border: 1px solid #c1c1c1;
    background: #f8f8f8;
    height: 44px;
    line-height: 34px;
    padding: 5px 10px;
    text-align: center;
    font-size: 18px;
    color: #a5a4a4;
    width: 306px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    display: block;
}

.form_row input[type="submit"] {
    background: url(../png/btn_download.png) no-repeat 0 0;
    width: 388px;
    height: 88px;
    display: block;
    margin: 0 auto;
    cursor: pointer;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -webkit-box-shadow: 4px 4px 3px #cac8c7;
    -moz-box-shadow: 4px 4px 3px #cac8c7;
    box-shadow: 4px 4px 3px #cac8c7;
}

.form_row input[type="submit"]:hover {
    background-position: 0px -88px;
    -webkit-box-shadow: -4px -4px 3px #cac8c7;
    -moz-box-shadow: -4px -4px 3px #cac8c7;
    box-shadow: -4px -4px 3px #cac8c7;
}

.transformation-form{
  display: none !important;
}

.form_row a.submit_one_click {
    background: url(../png/btn_purchase_ahr.png) no-repeat 0 0;
    width: 371px;
    height: 82px;
    display: block;
    margin: 0 auto;
    cursor: pointer;
}

.form_row a.submit_one_click:hover {
    background-position: 0px -82px;
}

p.instant_access {
    max-width: 460px;
    font-style: italic;
    margin: auto !important;
    font-size: 15px;
    text-align: center;
}

p.instant_access strong {
    font-weight: bold !important;
    font-style: italic !important;
}

@media screen and (max-width: 479px) {
    .form_row input[type="submit"] {
        background-size: 100% 200%;
        width: 258px;
        height: 67px;
    }

    .form_row input[type="submit"]:hover {
        background-position: 0 -67px;
    }

    .form_row a.submit_one_click {
        background-size: 100% 200%;
        width: 100%;
    }

    .form_row a.submit_one_click:hover {
        background-position: 0 100%;
    }
}

@media screen and (max-width: 400px) {
    .form_row input[type="text"] {
        width: 100%;
        max-width: 306px;
    }
}