/* 
    Created on : 12/08/2016, 09:48:58
    Author     : www.upinside.com.br
*/

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-family: 'Opens Sans', sans-serif;
}

object,
embed,
video,
iframe,
iframe['style'] {
    max-width: 100%;
    height: auto;
}

img{
    max-width: 100%;
    vertical-align: middle;
    margin: 0;
}

a img {
    border: none;
    margin: 0;
}

a {    
    text-decoration: none;
}

ul{
    list-style: none;
}

fieldset{border: 0;}
input,
select,
textarea{padding: 10px; width: 100%;}
input.btn{width: auto; cursor: pointer;}

.container{
    display: block;
    width: 100%;
}

.content{
    width: 76%;
    padding: 40px 0;
    display: block;
    margin: 0 auto;
}

.rounded{
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0; overflow: hidden;
    max-width: 100%;
}

.embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (max-width: 60em){ .content{width: 95%} }

/* 
    * ESTILIZAÇÃO DA PAGE DE VENDAS
*/
.details_product{background: #f7f7f7; float: left; width: 100%;}
.details_product .content > h2{padding-top: 30px; font-size: 1.6em; text-align: center; text-transform: uppercase; color: #bc964d;}
.details_product .content > h2 b{color: #ad504d;}
.details_product .content > p{color: #535353; text-align: center; padding: 10px 0;}
.details_product .content > ul{width: 100%;}
.details_product .content > ul li{padding: 30px 0;text-align: center; float: left; width: 25%; display: inline-block;}
.details_product .content > ul li h3{color: #AD504D; font-size: 3em; font-weight: 700;}
.details_product .content > ul li p{color: #535353; padding: 0 30px;}
.details_product_list ul{width: 100%;display:flex;flex-wrap:wrap;justify-content:space-between;}
.details_product_list ul li{padding: 30px 0;width: 25%;}
.details_product_list ul li p{ padding: 10px 20px 10px 0;color: #535353; font-size: .9em;}
.details_product_list ul li h2{color:#AD504D;text-transform:uppercase;font-size:1.15em;font-weight:700;}
.details_product_list ul li .list_detail span{ border-left: 2px solid #bc964d; height: 15px; padding-right: 10px;}


.bonus_product{width: 100%; float: left; padding: 40px 0 80px 0;}
.bonus_product .content > h2{padding-top: 30px; font-size: 1.6em; text-align: center; text-transform: uppercase; color: #bc964d;}
.bonus_product .content > p{color: #535353; font-size: .975em; line-height: 1.6em; padding: 40px; padding-top: 0; font-weight: 300; text-align: center;}
.bonus_product .content > p b{color: #AD504D;}
.bonus_product .content > ul{width: 100%;}
.bonus_product .content > ul li{padding: 30px 0;width: 50%; display: inline-block; float: left;}
.bonus_product .content > ul li .list_detail span{ border-left: 2px solid #bc964d; height: 15px; padding-right: 10px;}
.bonus_product .content > ul li img{max-height: 260px;}
.bonus_product .content > ul li h2{color: #535353;font-size: 1.2em; font-weight: 400; padding-top: 100px;}
.bonus_product .content > ul li h3{font-weight: 300; padding: 10px 0;color: #535353;}
.bonus_product .content > ul li p{font-weight: 300; font-size: 1em; padding: 10px 20px 10px 0;;color: #535353;}

.main_pay_lead_down h3{color: #535353; padding: 10px 0;}
.main_pay_lead_down div div > p{padding: 5px 0; color: #535353;}
.main_pay_lead_down .icon-checkmark{color: #076634;}
.main_pay_lead_down .content_left{float: left; width: 50%; padding-right: 30px;}
.main_pay_lead_down .content_right{float: right; width: 50%; text-align: center;}
.main_pay_lead_down h1{font-size: 1.2em; padding-bottom: 10px; font-weight: 300!Important; color: #484848;}
.main_pay_lead_down h3{font-size: 1em; padding-bottom: 10px;color: #484848;}
.main_pay_lead_down b{font-weight: 700;}
.main_pay_lead_down .content_left b{color:#AD504D;}

.main_box_lead_pay{margin-left: 100px; padding: 60px 70px; color: #FFF; background: #dc6863;
background: -moz-linear-gradient(45deg, #dc6863 0%, #b79348 100%);
background: -webkit-linear-gradient(45deg, #dc6863 0%,#b79348 100%);
background: linear-gradient(45deg, #dc6863 0%,#b79348 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dc6863', endColorstr='#b79348',GradientType=1 );}

.box_pay_area{text-align: center; width: 80%; margin: 0 10%; padding: 40px 0;}
.box_pay_area h2{padding-top: 30px; font-size: 1.4em; color: #535353;}
.box_pay_area p{font-size: .9em; color: #535353;}

.main_box_lead_pay h1{color: #FFF;}
.main_box_lead_pay h2{color: #FFF; padding-bottom: 10px;}
.main_box_lead_pay h3{color: #FFF;}
.main_box_lead_pay p{color: #FFF!Important;}
.main_box_lead_pay strike{color: #FFF;}

@media (max-width:80em){ /*INICIO*/    
}
@media (max-width:64em){ /*1024*/
    .details_product_list ul li{width: 33.33333%}
    
    .main_pay_lead_down .content_left{width: 40%;}
    .main_pay_lead_down .content_right{width: 60%;}
}
@media (max-width:50em){ /*800*/
    .details_product .content > h2{ font-size: 1.1em;}
    .details_product .content > ul li{width: 50%; }
    .details_product_list{width:80%;margin:0 10%;}
    .details_product_list ul li{width: 50%;}
    
    .bonus_product .content > ul li{padding: 30px;width: 100%; }
    .bonus_product .content > ul li h2{padding-top: 20px;}
}
@media (max-width:40em){ /*640*/
    .bonus_product{width: 100%; float: left; padding: 40px 0;}
    .bonus_product .content > ul li h3{font-size: 1em;}
    
    .main_pay_lead_down .content_left{padding: 0 30px; width: 100%;}
    .main_pay_lead_down .content_right{float: left; width: 100%;}
    .main_box_lead_pay{margin: 10px; padding: 20px;} 
}
@media (max-width:32em){ /*512*/
    .details_product_list ul{justify-content:center;}
    .details_product_list ul li{width: 100%;;}
}
@media (max-width:20em){ /*320*/
}





/******************************************************
********************* LINK DA BIO *********************
******************************************************/




/***********************************
######### CUSTON BUTTONS ###########
***********************************/
.btn {
    display: block;
    width: 100%;
    text-align: center;
    padding: 25px 20px;
    color: #fff;
    font-size: 1em;
    font-weight: normal;
    text-decoration: none;
    cursor: pointer;
    border:none;
    text-transform:uppercase;
}

.btn:hover {
    background: #4a9e3e;
}

.btn_cam_lks_off{
    display: block;
    width: 100%;
    text-align: center;
    padding: 25px 20px;
    color: #fff;
    font-size: 1em;
    font-weight: normal;
    text-decoration: none;
    cursor: pointer;
    border:none;
    text-transform:uppercase;
    background:#7d8fa1;
}

.btn_cam_lks_off:hover{
    background:#5d7b99;
}

.btn_cam_lks_on{
    display: block;
    width: 100%;
    text-align: center;
    padding: 25px 20px;
    color: #fff;
    font-size: 1em;
    font-weight: normal;
    text-decoration: none;
    cursor: pointer;
    border:none;
    text-transform:uppercase;
    background:#354a8f;
}

.btn_cam_lks_on:hover{
    background:#2a4291;
}

.btn_soc_lks{
    display: block;
    width: 100%;
    text-align: center;
    padding: 25px 20px;
    color: #fff;
    font-size: 1em;
    font-weight: normal;
    text-decoration: none;
    cursor: pointer;
    border:none;
    text-transform:uppercase;
    background:#80a665;
}

.btn_soc_lks:hover{
    background:#6f9c4f;
}

.btn_par_lks{
    display: block;
    width: 100%;
    text-align: center;
    padding: 25px 20px;
    color: #fff;
    font-size: 1em;
    font-weight: normal;
    text-decoration: none;
    cursor: pointer;
    border:none;
    text-transform:uppercase;
    background:#564e8a;
}

.btn_par_lks:hover{
    background:#4a418a;
}

.btn_out_lks{
    display: block;
    width: 100%;
    text-align: center;
    padding: 25px 20px;
    color: #fff;
    font-size: 1em;
    font-weight: normal;
    text-decoration: none;
    cursor: pointer;
    border:none;
    text-transform:uppercase;
    background:#4f838c;
}

.btn_out_lks:hover{
    background:#346e78;
}



.page_bio{padding:30px 0;background:#FFF;text-align:center;}
.page_bio .content{width:49%;}
.page_bio img{padding-bottom:0px; width: 120px;border-radius:50%;border:#9FCB5C solid 2px;}
.page_bio a{border-radius:25px;font-weight:400;font-size:1.3em;margin:18px 0px 0 0;width:100%;padding:25px 00px;text-transform:initial;}
.page_bio a b{display:block;font-size:0.9em;font-weight:400;}
.page_bio a.btn_pink{color:#FFF;padding:35px;}
.page_bio p{font-weight:400;font-size:1.5em;padding-top:30px;text-transform:uppercase;color:#202020;}

@media (max-width:50em){ /*800*/
    .page_bio .content{width:80%;}
}
@media (max-width:40em){ /*640*/
    .page_bio{padding:30px 0;}
    .page_bio a{padding:30px 40px;font-weight:400;}
}
@media (max-width:32em){ /*512*/
    .page_bio{padding:30px 0;}
    .page_bio a{font-size:1em;}
}
@media(max-width: 26.563em){
    .page_bio a{font-size:1em;padding:25px 20px;}
    
}
@media(max-width: 23.438em){
    .page_bio a{font-size:0.9em;padding:25px 20px;}
    
}
@media(max-width: 20em){

}






.bio_footer{text-align: center;padding: 80px 0 80px 0;color:#202020;}

.footer_icons{display:flex;justify-content:space-between;width:21%;margin:0 auto;}
.footer_icons .icon{width:22%;}

.footer_links{display:flex;justify-content:center;padding-top:40px;}
.footer_links .link{text-transform:uppercase;font-size:0.85em;padding:0 15px;color:#202020;}

.bio_footer .footer_logo{padding:40px 0; width: 200px;}


@media(max-width: 64em){
}
@media(max-width: 50em){
    .footer_icons{width:30%;}
}
@media(max-width: 40em){
    .footer_icons{width:40%;}
}
@media(max-width: 32em){
    .bio_footer{padding:40px 0;}
    .footer_icons{width:50%;}
    .footer_links{flex-wrap:wrap;}
    .footer_links .link{width:100%;padding:5px 0;}
}
@media(max-width: 26.563em){
    .footer_icons{width:60%;}
    .bio_footer .footer_logo{width:60%;}
}
@media(max-width: 23.438em){
    .footer_icons{width:70%;}
}
@media(max-width: 20em){
    .footer_icons{width:80%;}
}


/* INICIA O CSS NOVO */

.social_box_share{}

.box_cadastro_lead{margin-top: 70px; padding: 60px 70px; background: rgba(255, 255, 255);}

.main_header_home{height: 100vh; padding: 20px 0;background: -moz-linear-gradient(45deg, rgba(207,173,97,0.75) 0%, rgba(207,173,97,0.91) 62%, rgba(200,89,88,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg, rgba(207,173,97,0.75) 0%,rgba(207,173,97,0.91) 62%,rgba(200,89,88,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg, rgba(207,173,97,0.75) 0%,rgba(207,173,97,0.91) 62%,rgba(200,89,88,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfcfad61', endColorstr='#c85958',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */}
.main_header_home .content_left{float: left; width: 50%;}
.main_header_home .content_left img{max-width: 350px; padding-top: 50px;}
.main_header_home .content_left > .logo img{max-width: 100px; padding: 0;}
.main_header_home .content_right{float: right; width: 50%; text-align: left;}
.main_header_home .content_right a:nth-of-type(2){padding: 20px 0!Important; color: #076634;}
.main_header_home .content_right img{max-width: 120px;}
.main_header_home .social_box_share{float: left;}
.main_header_home .social_box_share p{color: #7d3d17; padding: 40px 0 0 0; font-size: 1.2em;}
.main_header_home h1{font-size: 1.6em; text-transform: uppercase; font-weight: 700; color: #CB785B;}
.main_header_home .category_span{font-size: .7em; text-align: left; color: #636363; padding: 10px 0 0 0; text-transform: uppercase;}
.main_header_home p{padding: 20px 0; font-size: .9em; color: #636363;}


.main_header_confirm{height: 100vh; padding: 20px 0;background: -moz-linear-gradient(45deg, rgba(207,173,97,0.75) 0%, rgba(207,173,97,0.91) 62%, rgba(200,89,88,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg, rgba(207,173,97,0.75) 0%,rgba(207,173,97,0.91) 62%,rgba(200,89,88,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg, rgba(207,173,97,0.75) 0%,rgba(207,173,97,0.91) 62%,rgba(200,89,88,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfcfad61', endColorstr='#c85958',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */}
.main_header_confirm .logo{float: left; width: 100%;}
.main_header_confirm .logo img{float: left; max-width: 150px;}

.header_confirm{width: 100%; padding: 50px 10%; text-align: center;}
.header_confirm .content_left{float: left; width: 30%;}
.header_confirm .content_right{float: right; width: 70%;}
.header_confirm span{ font-size: 6em; float: right; color: #496b54;}
.header_confirm p{ font-size: 1em; text-align: left; padding-top: -10px;}
.header_confirm h2{ font-size: 2em; text-align: left; color: #496b54; padding-top: 20px; font-weight: 700;}

.main_header_confirm .social_box_share{float: left; width: 80%; display: flex; margin: 0 20%;}
.main_header_confirm .social_box_share p{color: #7d3d17; padding: 30px 0 0 0; font-size: 1.2em; width: 80%;}
.main_header_confirm h1{font-size: 1.2em; text-transform: uppercase; font-weight: 700; color: #CB785B;}
.main_header_confirm .category_span{font-size: .7em; text-align: center; color: #636363; padding: 10px 0; text-transform: uppercase; padding: 10px 0;}
.main_header_confirm p{padding: 20px 0; font-size: .9em; color: #636363;}

.main_steps_confirm { width: 100%; float: left; padding: 30px 0;}
.main_steps_confirm ul{ width: 100%; float: left;}
.main_steps_confirm ul li{ width: 33%; padding: 20px; float: left; display: inline-block; text-align: center;}
.number_step{ font-size: 3em; text-align: left; color: #496b54; padding-top: 20px; font-weight: 700;}
.main_steps_confirm p{color: #535353; padding: 10px 0; font-size: .9em;}


.main_header_thank{height: 100vh; padding: 20px 0;background: -moz-linear-gradient(45deg, rgba(207,173,97,0.75) 0%, rgba(207,173,97,0.91) 62%, rgba(200,89,88,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg, rgba(207,173,97,0.75) 0%,rgba(207,173,97,0.91) 62%,rgba(200,89,88,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg, rgba(207,173,97,0.75) 0%,rgba(207,173,97,0.91) 62%,rgba(200,89,88,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfcfad61', endColorstr='#c85958',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */}
.main_header_thank .logo{float: left; width: 100%;}
.main_header_thank .logo img{float: left; max-width: 150px;}

.main_header_thank .content_left{float: left; width: 50%; padding: 50px 0; padding-right: 30px;}
.main_header_thank .content_right{float: right; width: 50%; padding: 50px 0; padding-left: 30px;}

.main_header_thank .social_box_share{float: left;}
.main_header_thank .social_box_share p{color: #7d3d17; padding: 40px 0 0 0; font-size: 1.2em;}

.main_header_thank .copy_material_enviado h2{background: #496b54; padding: 15px 20px; color: #FFF; font-size: 1em;}
.main_header_thank .content_left > h2{padding: 30px 0; color: #496b54; font-size: 1.8em; line-height: .9em;}
.main_header_thank .content_left > p{color: #535353; padding: 10px 0; font-size: .9em;}

.main_header_thank .box_cadastro_lead{padding: 40px 50px; background: rgba(255, 255, 255);}
.main_header_thank .box_cadastro_lead h2{ font-size: 1.8em;color: #C9635A;line-height: 1em; padding-bottom: 20px;}
.main_header_thank .box_cadastro_lead p{color: #535353; padding: 10px 0; font-size: .9em;}
.main_header_thank .box_cadastro_lead img{width: 100%;}
.main_header_thank .box_cadastro_lead a{text-decoration: none;}



.main_description_material{padding: 60px 0 0 0;}
.main_description_material .content_left{float: left; width: 50%;}
.main_description_material .content_left img{max-width: 400px; padding-top: 60px;}
.main_description_material .content_right{float: right; width: 50%; text-align: center;}
.main_description_material .content_right img{max-width: 80%; float: right;}
.main_description_material h2{color: #C05D5D;}
.main_description_material span{font-size: .8em; font-weight: 300; color: #484848;}
.main_description_material p{font-size: 1em; font-weight: 300; color: #484848; line-height: 1.5em;padding-bottom:20px;}
.main_description_material p.description_title{color: #C05D5D;font-weight:700;font-size:1.2em;}
.main_description_material b{color: #C05D5D;}


.main_cadatro_lead_down{padding: 30px 0 60px 0; background: #f7f7f7; float: left;}
.main_cadatro_lead_down .content_left{float: left; width: 50%; padding-right: 30px;}
.main_cadatro_lead_down .content_right{float: right; width: 50%; text-align: center;}
.main_cadatro_lead_down .social_box_share{float: left;}
.main_cadatro_lead_down .social_box_share p{color: #484848; padding: 40px 0 0 0; font-size: 1em;}
.main_cadatro_lead_down .social_box_share span{color: #484848!Important;}
.main_cadatro_lead_down h1{font-size: 1.4em; font-weight: 300!Important; color: #484848; padding-bottom: 20px;}
.main_cadatro_lead_down b{font-weight: 700;}


@media (max-width:80em){ /*INICIO*/    
}
@media (max-width:64em){ /*1024*/
    
    .main_header_confirm .social_box_share{display: block;}
}
@media (max-width:50em){ /*800*/  
    
    .box_cadastro_lead{padding: 60px 30px; background: rgba(255, 255, 255);}
    
    .main_header_home{height: auto; float: left;} 
    .main_header_home .content_left{text-align: center;} 
    .main_header_home .content_left img{max-width: 300px; padding: 0; padding-top: 10px;}
    .main_header_home .social_box_share{display: block;}

    .main_header_home .content_left{float: left; width: 100%; padding: 10px;}
    .main_header_home .content_right{float: left; width: 100%; padding: 10px; padding: 0;}
    
    .main_description_material{padding: 30px 20px 0 20px;}
    .main_description_material .content_left{float: left; width: 100%; text-align: center;}
    .main_description_material .content_left img{max-width: 400px; padding-top: 60px;}
    .main_description_material .content_right{ text-align: center;float: left; width: 100%; text-align: center;}
    .main_description_material .content_right img{max-width: 80%; float: left;}
    
    
    .main_cadatro_lead_down{padding:30px 20px 60px 20px; background: #f7f7f7; float: left;}
    .main_cadatro_lead_down .workcontrol_socialshare{padding-left: 0!Important; background: none!Important;}
    .main_cadatro_lead_down .content_left{float: left; width: 100%; padding-right: 30px;}
    .main_cadatro_lead_down .content_right{float: right; width: 100%; text-align: center;}
    
    .main_header_confirm { height: auto; float: left; margin-bottom: 30px;}
    
    .main_header_confirm .logo img{float: left; max-width: 150px; padding-left: 20px;}
    .main_steps_confirm ul li{ width: 100%; padding: 20px; float: left; display: inline-block; text-align: center;}
    
    

    .main_header_thank{height: auto; float: left;}
    .main_header_thank .logo{float: left; width: 100%;}
    .main_header_thank .logo img{float: left; max-width: 150px; padding-left: 20px;}
    
    .main_header_thank .box_cadastro_lead{padding: 40px 20px;}

    .main_header_thank .content_left{float: left; width: 100%; padding: 10px 20px;}
    .main_header_thank .content_right{float: left; width: 100%; padding: 0 20px;}

    .main_header_thank .content_left > h2{display: block;}
    .main_header_thank .copy_material_enviado p{padding-bottom: 20px; font-size: 1.2em;}
    .main_header_thank .social_box_share{display: block;}
}
@media (max-width:40em){ /*640*/
}
@media (max-width:32em){ /*512*/
}
@media (max-width:20em){ /*320*/
}





.clear{clear: both;}
.content_left{float: left;}
.content_right{float: right;}

.color_blue{color: #0E96E5;}
.color_green{color: #56b748;}
.color_yellow{color: #F2AA27;}
.color_red{color: #F43E33;}
.color_purple{color: #7551CD;}
.color_pink{color: #B873CD;}

.bg_blue{background-color: #0E96E5;}
.bg_green{background-color: #56b748;}
.bg_yellow{background-color: #F2AA27;}
.bg_red{background-color: #F43E33;}
.bg_purple{background-color: #7551CD;}
.bg_pink{background-color: #B873CD;}

.main_header{
    position: absolute;
    text-indent: -9999px;
}

.main_footer{
    text-align: center;
    background: #FFF;
    color: #484848;
    padding-top: 40px;
}

.main_footer img{
    max-width: 250px;
}

.footer_terms ul{
    list-style: none;
    margin-top: 20px;
}

.footer_terms li{
    display: inline-block;
    margin: 0 8px;
    font-size: 0.7em;
    font-weight: bold;
    text-transform: uppercase;
}

.footer_terms li a{
    color: #919191;
    text-decoration: none;
}

.footer_terms li a:hover{
    color: #4d87f2;
}

.footer_copy{
    color: #919191;
    font-size: 0.7em;
    text-transform: uppercase;
    background: #f7f7f7;
    text-align: center;
    padding: 15px;
}

.section_header{
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}

.section_header h1{
    font-size: 2em;
    text-transform: uppercase;
    color: #333;
    text-shadow: 1px 1px 0 #ccc;
}

@media (max-width: 44em){ .section_header h1{font-size: 1.4em;} }

.section_button{
    padding: 0 15px;
    margin-top: 20px;
}

/***********************************
########################## BOX MODEL
***********************************/
.box{
    display: inline-block;
    width: 100%;
    padding: 15px;
    vertical-align: top;
}

.box img{
    width: 100%;
}

.box2{
    width: 50%;
}

.box3{
    width: 33.32%;
}

.box4{
    width: 25%;
}

@media (max-width: 60em){ .box3, .box4{width: 50%;} }
@media (max-width: 44em){ .box2, .box3, .box4{width: 100%;} }


/***********************************
########################## BTN CLASS
***********************************/

.btn {
    display: block;
    width: 100%;
    text-align: center;
    padding: 25px 20px;
    background: #56b748;
    color: #fff;
    font-size: 1em;
    font-weight: normal;
    text-decoration: none !important;
    cursor: pointer;
    outline:none;
    border:none;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.btn:hover {
    background: #4a9e3e;
}

.btn_blue{
    background-color: #0E96E5;
    border-color: #096397;
}
.btn_blue:hover{
    background-color: #096397;
    border-color: #135c7d;
}

.btn_yellow{
    background-color: #F2AA27;
    border-color: #E49D48;
}
.btn_yellow:hover{
    background-color: #CC8D41;
    border-color: #9B6B31;
}

.btn_red{
    background-color: #F43E33;
    border-color: #B32C24;
}
.btn_red:hover{
    background-color: #B32C24;
    border-color: #91211B;
}

.btn_purple{
    background-color: #7551CD;
    border-color: #6046A4;
}
.btn_purple:hover{
    background-color: #6046A4;
    border-color: #4B3781;
}

.btn_green{
    background-color: #009045!Important;
    display: block;
    width: 100%;
    text-align: center;
    padding: 20px!Important;
    color: #fff;
    font-size: 0.9em!Important;
    font-weight: normal!Important;
    text-transform: uppercase!Important;
    text-decoration: none !important;
    text-shadow: none!Important;
    cursor: pointer;
    border-radius: 5px!Important;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.btn_green:hover{
    background-color: #076634!Important;
}

/***********************************
############################ LP HOME
***********************************/

.lp_hunter{
    display: block;
    width: 100%;
    background-image: url(images/bg_optin.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding: 6% 0;
}

.lp_hunter_optin{
    display: block;
    width: 540px;
    max-width: 90%;
    margin: 0 auto;
    background: #fff;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    box-shadow: 0 0 10px 1px #000;
}

.lp_hunter_optin header{
    display: block;
    padding: 30px;
    text-align: center;
}

.lp_hunter_optin header img{
    margin-bottom: 20px;
    width: 260px;
    max-width: 80%;
}

.lp_hunter_optin header h1{
    font-size: 1.5em;
    color: #333;
    margin-bottom: 10px;
    font-weight: 500;
}

.lp_hunter_optin header p{
    font-size: 0.9em;
    color: #888;
}

.lp_hunter_optin_btn{
    padding: 0 30px;
}

.lp_hunter_optin_form{
    padding: 0 30px 40px 30px;
}

.lp_hunter_optin_social{
    padding: 20px;
    margin-top: 30px;
    background: #fbfbfb;
    text-align: center;
}

/***********************************
##################### LP DESCRIPTION
***********************************/

.lp_description_item{
    padding: 20px;
    border: 1px solid #eee;
    border-left: 5px solid #ccc;
}

.lp_description_item h1{
    font-weight: 400;
    color: #555;
    margin-bottom: 20px;
    padding-bottom: 5px;
    border-bottom: 1px solid #ccc;
}

.lp_description_item h1 span{
    padding-bottom: 6px;
    border-bottom: 4px solid #ccc;
}

/***********************************
######################### AUTHOR BOX
***********************************/

.lp_author{
    background: #eee;
}

.lp_author_box{
    display: block;
    margin: 0 auto;
    padding: 30px;
    background: #fff;
}

.lp_author_box header{
    position: relative;
    padding: 20px;
    margin-bottom: 30px;
    background-image: url(images/bg_optin.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.lp_author_box header h1{
    font-size: 1.4em;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 1px 1px 0 #000;
}

.lp_author_box p{
    margin-top: 20px;
    font-size: 1em;
    color: #333;
}

.lp_author_box_avatar{
    width: 70px;
    position: absolute;
    left: 100%;
    top: 100%;
    margin-left: -90px;
    margin-top: -50px;
    border: 5px solid #eee;
    border-radius: 50%;
    -moz-border-radius:  50%;
    -webkit-border-radius:  50%;
}

.lp_author_box:hover .lp_author_box_avatar,
.lp_author_box_avatar:hover{
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    transition-duration: 1s;
    -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
}

/***********************************
########################## SOCIAL BOX
***********************************/

.lp_social .testimony{
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    z-index: 99;
}

.testimony_content{
    position: relative;
    margin: 4% auto;
    width: 640px;
    max-width: 90%;
    background: #fff;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.testimony_content .testimony_close{
    color: #fff;
    position: absolute;
    top: -10px;
    right: -10px;
    font-size: 0.9em;
    font-weight: bold;
    padding: 6px 11px;
    cursor: pointer;
    background: #000;
    border: 2px double #ccc;
    border-radius: 50%;
    -moz-border-radius:  50%;
    -webkit-border-radius:  50%;

}

.testimony_content .testimony_close:hover{
    background: #B32C24;
}

.testimony_content h1{
    padding: 25px;
    font-size: 1.2em;
    font-weight: 400;
}

.testimony_content .content_like{
    padding-bottom: 20px;
}

.testimony_content .box_like{
    text-align: center;
    padding: 20px 0 0 0;
}

.testimony_content .box_like p{
    margin-bottom: 15px;
    font-size: 0.8em;
    color: #555;
}

.lp_social .lead_take .thumb{
    position: relative;
    margin-bottom: 10px;
}

.lp_social .lead_take .false_bg{
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5) url(images/logo_icon.png) left 15px bottom 15px no-repeat;
    background-size: 50px;
    transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
}

.lp_social .lead_take .false_bg:hover{
    background-color: rgba(0,0,0,0);
}

.lp_social .lead_take h1{
    font-weight: 300;
    font-size: 1em;
    margin-bottom: 10px;
}

.lp_social .lead_take span{
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
    font-size: 0.875em;
    border-bottom: 1px dotted #eee;
}

.lp_social .lead_take span:hover{
    border-color: #000;
}

/***********************************
######################## OPTIN MODAL
***********************************/

.lpoptin_modal{
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    z-index: 98;
}

.lpoptin_modal_box{
    z-index: 99;
    display: block;
    position: relative;
    width: 600px;
    max-width: 90%;
    background: rgba(255,255,255,0.3);
    margin: 8% auto;
    padding: 10px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.lpoptin_modal_box_close{
    position: absolute;
    top: -10px;
    right: -10px;
    font-size: 0.9em;
    font-weight: bold;
    padding: 6px 11px;
    cursor: pointer;
    background: #000;
    border: 2px double #ccc;
    border-radius: 50%;
    -moz-border-radius:  50%;
    -webkit-border-radius:  50%;

}

.lpoptin_modal_box_close:hover{
    background: #B32C24;
}

.lpoptin_modal_box .header{
    padding: 30px;
    color: #fff;
    text-align: center;
    border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
}

.lpoptin_modal_box .header p{
    font-weight: 500;
    font-size: 1.5em;
    text-shadow: 1px 1px 0 #555;
}

.lpoptin_modal_box #optin{
    padding: 30px;
    background: #fff;
    border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    -webkit-border-radius: 0 0 3px 3px;
}

/***********************************
######################### OPTIN FORM
***********************************/

#optin {
    width: 100%;
    text-align: center;
}
#optin *{
    box-sizing: border-box; 
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
#optin input {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
#optin input[type="text"],
#optin input[type="email"] {
    border: 1px solid #ccc;
    font-size: 15px;
    margin-bottom: 15px;
    padding: 15px;
    width: 100%
}
#optin input.email {
    background: #fff url(images/email.png) no-repeat center right;
}
#optin input.name {
    background: #fff url(images/name.png) no-repeat center right;
}
#optin button {
    display: block;
    width: 100%;
    padding: 15px;
    background: #56b748;
    border: 1px #4a9e3e solid;
    color: #fff;
    text-shadow: 1px 1px 0 #333;
    font-size: 1.2em;
    font-weight: bold;
    text-decoration: none !important;
    cursor: pointer;
    -webkit-box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

#optin button:hover {
    background: #4a9e3e;
    border-color: #3e8434;
}

#optin .btn_blue{
    background-color: #0E96E5;
    border-color: #096397;
}
#optin .btn_blue:hover{
    background-color: #096397;
    border-color: #135c7d;
}

#optin .btn_yellow{
    background-color: #F2AA27;
    border-color: #E49D48;
}
#optin .btn_yellow:hover{
    background-color: #CC8D41;
    border-color: #9B6B31;
}

#optin .btn_red{
    background-color: #F43E33;
    border-color: #B32C24;
}
#optin .btn_red:hover{
    background-color: #B32C24;
    border-color: #91211B;
}

#optin .btn_purple{
    background-color: #7551CD;
    border-color: #6046A4;
}
#optin .btn_purple:hover{
    background-color: #6046A4;
    border-color: #4B3781;
}

#optin .btn_pink{
    background-color: #B873CD;
    border-color: #A366B7;
}
#optin .btn_pink:hover{
    background-color: #A366B7;
    border-color: #835293;
}

#optin .termos{
    font-size: 0.8em;
    margin: 10px 0 0 0;
    display: inline-block;
    padding-left: 25px;
    background: url(images/privace.png) left center no-repeat;
    text-transform: uppercase;
    color: #555;
} 

/***********************************
########################## HOME BOOK
***********************************/

.lp_book{
    display: block;
    width: 100%;
    background-image: url(images/bg_optin.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding: 6% 0;
}

.lp_book .content{
    padding: 0;
}

.lp_book_optin{
    width: 900px;
    max-width: 90%;
    margin: 0 auto;
    color: #fff;
    text-shadow: 1px 1px 0 #000;
}

.lp_book_book{
    display: inline-block;
    width: 50%;
    padding: 40px;
    vertical-align: middle;
    background: rgba(255,255,255,0.9);
    text-align: center;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.lp_book_optin header{
    display: inline-block;
    width: 50%;
    padding: 40px;
    vertical-align: middle;
    background: rgba(0,0,0,0.7);
}

.lp_book_optin h1{
    font-size: 2em;
}

.lp_book_optin .tagline{
    font-size: 1.1em;
    margin: 15px 0 25px 0;
}

@media (max-width: 54em){
    .lp_book_book img{
        margin-bottom: 20px;
        width: 40%;
    }

    .lp_book_book,
    .lp_book_optin header{ width: 100%; text-align: center; padding: 20px;}
    .lp_book_optin header{display: block; width: 90%; margin: 0 auto}

    .lp_book_optin h1{ font-size: 1.4em; }
}

/***********************************
######################### HOME VIDEO
***********************************/

.lp_video{
    display: block;
    width: 100%;
    background-image: url(images/bg_optin.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding: 0 0 20px 0;
}

.lp_video_content{
    width: 680px;
    max-width: 90%;
    margin: 0 auto;
    text-align: center;
}

.lp_video_content_yt{
    padding: 20px;
    background: rgba(255,255,255,0.9);
    margin: 10px 0 30px 0;
}


/***********************************
####################### CONFIRMATION
***********************************/

.lp_confirm{
    text-align: center;
    padding: 4% 0;
}

.lp_confirm_inbox{
    width: 120px;
    max-width: 20%;
    margin-bottom: 20px;
}

.lp_confirm_inbox_rotate{
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    transition-duration: 4s;
    -webkit-transition-duration: 4s;
    -moz-transition-duration: 4s;
}

.lp_confirm header{
    margin-bottom: 20px;
}

.lp_confirm header h1{
    font-size: 2.2em;
    line-height: 1;
    font-weight: lighter;
}

.lp_confirm header p{
    font-weight: 500;
    color: #333;
}

.lp_confirm_step_content{
    padding: 30px;
    background: #eee;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.lp_confirm_step_content .step{
    display: block;
    width: 50px;
    padding: 6px 0;
    margin: 0 auto;
    color: #fff;
    font-size: 1.3em;
    border: 5px solid #fff;
}

.lp_confirm_step b{
    display: block;
    text-transform: uppercase;
    margin: 20px 0;
}

.lp_confirm_share{
    display: block;
    width: 100%;
    margin-top: 50px;
    padding-top: 20px;
    border-top: 1px solid #eee;
}

.lp_confirm_share_title{
    color: #333;
    font-size: 1.2em;
    text-align: left;
    display: inline-block;
    width: 50%;
    vertical-align: middle;
}

.lp_confirm_share_items{
    display: inline-block;
    width: 50%;
    text-align: right;
    vertical-align: middle;
}

.lp_confirm_share_items iframe{
    margin-left: 10px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}

.lp_confirm_social{
    background: #eee;
}

@media (max-width: 44em){
    .lp_confirm header h1{font-size: 1.3em; margin-bottom: 10px;}
    .lp_confirm header p{font-size: 0.9em;}
    .lp_confirm_step p .rounded{display: none;}
    .lp_confirm_share_title{display: none;}
    .lp_confirm_share_items{display: block; width: 100%; text-align: center;}
}


.lp_confirm_video{
    display: block;
    width: 100%;
    background-image: url(images/bg_optin.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding: 4% 0;
}

.lp_confirm_video .content{
    padding: 0;
}

.lp_confirm_video header{
    text-align: center;
    color: #fff;
    text-shadow: 1px 1px 0 #000;
    margin-bottom: 20px;
}

.lp_confirm_video header h1{
    font-size: 2em;
}

.lp_confirm_video header p{
    font-size: 0.9em;
}

.lp_confirm_video_share{
    padding: 30px 0 10px 0;
    text-align: center;
}

/***********************************
############################# THANKS
***********************************/


.lp_thanks{
    text-align: center;
}

.lp_thanks .content{
    padding: 25px 0;
}

.lp_thanks header h1{
    display: inline-block;
    font-size: 2em;
    font-weight: lighter;
    color: #555;
    line-height: 1;
    padding: 7px 0;
    padding-left: 50px;
    background: url(images/check.png) center left no-repeat;
    background-size: 40px;
}

@media(max-width: 44em){ .lp_thanks header h1{font-size: 1.1em; padding: 12px 0; padding-left: 45px;} }

.lp_thanks_cta,
.lp_thanks_video{
    display: block;
    width: 100%;
    background-image: url(images/bg_optin.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding: 5% 0;
}

.lp_thanks_cta_content{
    width: 640px;
    max-width: 90%;
    margin: 0 auto;
    padding: 30px;
    background: rgba(0,0,0,0.5);
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.lp_thanks_cta_content img{
    max-width: 50%;
    margin-bottom: 20px;
}

.lp_thanks_text{
    text-align: center;
    padding: 6% 0;
}

.lp_thanks_text header{
    margin-bottom: 40px;
}

.lp_thanks_text header h1{
    font-size: 2em;
    line-height: 1;
    font-weight: lighter;
}

@media(max-width: 44em){ .lp_thanks_text header h1{margin-bottom: 20px;} }

.lp_thanks_text a{
    width: 600px;
    max-width: 100%;
    margin: 0 auto;
}

.lp_thanks_video{
    padding: 4% 0;
}

.lp_thanks_video .content{
    padding: 0;
}

.lp_thanks_video_box{
    width: 680px;
    max-width: 90%;
    margin: 0 auto;
}

.lp_thanks_social{
    background: #eee;
    text-align: center;
}

.lp_thanks_social p{
    text-transform: uppercase;
    margin-bottom: 15px;
    font-size: 0.8em;
}

.lp_thanks_social .content{
    padding: 30px 20px;
}



/***********************************
############################## GATES
***********************************/

.lp_gates_share{
    padding: 15px 20px 5px 20px;
    text-align: center;
    background: #eee;
}

.lp_gates_share_item,
.lp_gates_share_item *{
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    margin: 0 20px;
}

.lp_gates_more_cta{
    margin-bottom: 30px;
}

.lp_gates_more_social{
    display: inline-block;
    width: 70%;
    vertical-align: top;
}

.lp_gates_more_social article{
    display: block;
    width: 100%;
    margin-bottom: 30px;
}

.lp_gates_more_social article h1{
    font-size: 1.2em;
    font-weight: normal;
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #eee;
    color: #555;
}

.lp_gates_more_reviews{
    display: inline-block;
    width: 30%;
    padding-left: 5%;
    vertical-align: top;
}

.lp_gates_more_reviews .title{
    font-size: 1.2em;
    font-weight: lighter;
    padding: 0 0 25px 0;
    margin-bottom: 30px;
    border-bottom: 1px dashed #ccc;
}

.lp_gates_more_reviews .lead_take{
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
}

.lp_gates_more_reload{
    display: block;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
}

.lp_gates_more_reload b{
    cursor: pointer;
    padding: 5px 15px;
    color: #fff;
    display: inline-block;
    margin-left: 5px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    text-shadow: 1px 1px 0 #555;
}

@media(max-width: 50em){
    .lp_gates_more_social,
    .lp_gates_more_reviews{
        width: 100%;
        padding: 0 30px;
    }
    .lp_gates_more_reviews .lead_take{
        display: inline-block;
        width: 50%;
        padding: 10px;
    }
}

@media(max-width: 32em){
    .lp_gates_more_reviews .lead_take{
        width: 100%;
        padding: 0;
    }
}

/***********************************
######################## GATES VIDEO
***********************************/

.lp_gates_video{
    display: block;
    width: 100%;
    background-image: url(images/bg_optin.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding: 5% 0;
}

.lp_gates_video .content{
    padding: 0;
}

.lp_gates_video_content{
    width: 680px;
    max-width: 90%;
    margin: 0 auto;
    text-align: center; 
}

.lp_gates_video_content_yt{
    padding: 20px;
    background: rgba(255,255,255,0.9);
}

.lp_gates_video_content a{
    margin-top: 20px;
}

.lp_gates_video_cta{
    margin-top: 4%;
}


/***********************************
####################### GATES VIDEOS
***********************************/

.lp_gates_videos{
    display: block;
    width: 100%;
    background-image: url(images/bg_optin.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding: 5% 0;
}

.lp_gates_videos .content{
    padding: 0;
}

.lp_gates_videos_content{
    display: block;
    width: 100%;
    margin: 0 auto;
    background: rgba(255,255,255,0.5);
    position: relative;
}

.lp_gates_videos_content_yt{
    display: inline-block;
    width: 65%;
    background: #000;
    vertical-align: top;
}

.lp_gates_videos_content_nav{
    display: inline-block;
    width: 35%;
    background: rgba(255,255,255,0.8);
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    max-height: 100%;
    overflow: hidden;
    overflow-y: scroll;
}

.lp_gates_videos_content_nav_item{
    display: block;
    width: 100%;
    padding: 20px;
    transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    cursor: default;
}

.lp_gates_videos_content_nav_item:not(.active_item){
    cursor: pointer;
}

.lp_gates_videos_content_nav_item:not(.active_item):hover{
    background-color: #fff !important;
}

.lp_gates_videos_content_nav_item .thumb{
    display: inline-block;
    width: 30%;
    vertical-align: middle;
    position: relative;
}

.lp_gates_videos_content_nav_item .false_bg{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    color: #fff;
    text-align: center;

}

.lp_gates_videos_content_nav_item .false_bg span{
    font-size: 0.75em;
    display: inline-block;
    border-bottom: 1px solid #fff;
}

.lp_gates_videos_content_nav_item .info{
    display: inline-block;
    width: 70%;
    padding-left: 5%;
    vertical-align: top;
    color: #888;
}

.lp_gates_videos_content_nav_item .info p{
    font-size: 0.8em;
    font-weight: bold;
    color: #333;
    margin-bottom: 4px;
}

.lp_gates_videos_content_nav_item .info h1{
    font-size: 0.9em;
    font-weight: normal;
    line-height: 1.2;
}

.lp_gates_videos_content_nav_item.active_item,
.lp_gates_videos_content_nav_item.active_item *,
.lp_gates_videos_content_nav_item.active_item:hover{
    color: #fff !important;
}

@media(max-width: 50em){
    .lp_gates_videos_content_yt,
    .lp_gates_videos_content_nav{
        position: relative;
        width: 100%;
    }

    .lp_gates_videos_content_nav_item{
        padding: 20px;
        padding-left: 20px;
        width: 100%;
    }

    .lp_gates_videos_content_nav .thumb{
        display: none;
    }

    .lp_gates_videos_content_nav .info{
        width: 100%;
        padding: 0;
    }
}