*{
    font-size: 14px;
    font-family: CenturyGothic;
}
#wrapper{
    overflow: hidden;
}

.top-line{
    height: 28px;
    background-image: url(../img/top-line.png);
}

.header{

}
.header .logo{
    text-align: center;
    margin-top: 65px;
}
.header .logo a{
    text-transform: uppercase;
    color: #006ac7;
    font-family: CenturyGothic-Bold;
    font-size: 60px;
    background-image: url(../img/r.png);
    background-repeat: no-repeat;
    background-position: 100% 15px;
    padding-right: 30px;
    text-decoration: none;
}
.header h2{
    text-align: center;
    font-family: Arial;
    font-weight: 600;
    font-size: 23px;
    color: #b8b8b8;
    text-transform: uppercase;
    margin-top: 0px;
}

.header .menu{
    margin-top: 100px;
}

.header .menu ul{
    list-style: none;
}
.header .menu ul li{
    display: inline-block;
}
.header .menu ul li a{
    font-family: MyriadPro-Regular;
    text-decoration: none;
    font-size: 20px;
    color: #7d9d03;
    margin: 0 20px;
}
.header .menu ul li a:hover{
    border-bottom: 2px solid #7d9d03;
}
.header .menu ul li .man-active{
    color: #00aeef;
    font-family: MyriadPro-Bold;
    border-bottom: 2px solid #00aeef;
}
.header .menu ul li .man-active:hover{
    border-bottom: 2px solid #00aeef;
}
.header .menu ul li .man{
    color: #00aeef;
    font-family: MyriadPro-Regular;
}
.header .menu ul li .man:hover{ border-bottom: 2px solid #00aeef;}
.header .menu ul li .woman-active{
    color: #ec008c;
    font-family: MyriadPro-Bold;
    border-bottom: 2px solid #ec008c;
}
.header .menu ul li .woman{
    color: #ec008c;
    font-family: MyriadPro-Regular;
    border-bottom: none;
}
.header .menu ul li .woman:hover{ border-bottom: 2px solid #ec008c; }
.header .menu ul li .woman-active:hover{ border-bottom: 2px solid #ec008c; }

.banner{
    margin-top: 88px;
}
.banner img{
    width: 100%;
}

.buttons-block{
    margin-top:  75px;
    margin-bottom:  75px;
}
.buttons-block button{
    width: 70%;
    height: 100px;
    border: none;
    outline: none;
    background-color: #f5f5f5;
    border-radius: 10px;
    background-size: auto 100%;
    font-family: OpenSans-Regular;
    font-size: 24px;
    text-transform: uppercase;
    color: #6d6e71;
    line-height: .7;
    box-shadow: 0px 3px 5px 1px rgba(213,214,215,1);
}
.buttons-block button span{
    width: 100%;
    display: inline-block;
    line-height: 1;
    font-size: 11px;
    font-family: 'OpenSans';
    color: #78913e;
}
.buttons-block .btn-download{
    background-image: url(../img/btn-download.png);
    background-position: left;
    padding-left: 100px;
}
.buttons-block .btn-video{
    background-image: url(../img/btn-video.png);
    background-position: right;
    padding-right: 100px;
}

.product-block{
    min-height: 720px;
}
.product-block .prod-info{
    /*background-image: url(../img/prod-bg.png);*/
    /*background-image: url(../img/lacto-with-bg.png);*/

    /*background-image: url(../img/lacto-bg_.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 100%;
    background-color: #a4c03b;*/
    min-height: 720px;
    width: 80%;
    position: relative;
    margin: 0 auto;
    /*border: 1px solid red*/
}
.product-block .prod-info::after{
    position: absolute;
    display: block;
    content: "";
    width: 25%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: url(../img/lacto-cover.png);
    background-size: 100%;
    background-repeat: no-repeat;
}
.product-block .prod-info .prod-info-inside{
    width: 80%;
    float: right;
    margin-right: 0;
    top: 0;
    right: 0;
    padding:  80px  20px;
    padding-left: 10%;
    background-image: url(../img/lacto-bg_.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 100%;
    background-color: #a4c03b;
    background-position: top;
}
.product-block .prod-info .prod-info-inside p{
    font-family: "MyriadPro-Regular";
    font-size: 17px;
    color: #FFF;
    line-height: 1.5;
    margin-top: 20px;
}
.product-block .prod-info .prod-info-inside a{
    color: #4e6300;
    font-size: 18px;
    text-decoration: underline;
    padding-right: 20px;
    background-image: url(../img/read_more.png);
    background-repeat: no-repeat;
    background-position: 100%;
    background-size: 13px;
    margin-top: 100px;
    display: inline-block;
}
.product-block .prod-info .prod-packaging{
    background-image: url(../img/lacto-img.png);
    background-repeat: no-repeat;
    background-size: 90%;
    width: 32%;
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
}
.how-works{
    width: 100%;
    position: relative;
}
.how-works .testim{
    position: absolute;
    width: 300px;
    height: 200px;
    display: block;
    left: 47%;
    background-image: url(../img/testim.png);
    background-size: 100% 100%;

    text-align: center;
}
.how-works .testim section{
    font-size: 30px;
    color: #FFF;
    width: 200px;
    margin: 40px auto;
    line-height: 1;
}
.how-works img{
    width: 100%;
}
.caracters{
    width: 100%;
    /*background-image: url('../img/opts.png');*/
    padding-top: 45px;
    padding-bottom: 40px;
    text-align: center;
    background-color: #f6f9fd;
}
.caracters .col-md-4{
    padding-top: 200px;
    background-repeat: no-repeat;
    background-size: 200px 200px;
    background-position: center 0;
}
.caracters .col-md-4:nth-child(1){ background-image: url(../img/bact-1.png); }
.caracters .col-md-4:nth-child(2){ background-image: url(../img/bact-2.png); }
.caracters .col-md-4:nth-child(3){ background-image: url(../img/bact-3.png); }

.caracters h3{
    color: #006ac7;
    font-size: 17px;
    font-family: arial;
}
.caracters p{
    font-family: arial;
    font-size: 17px;
    width: 80%;
    margin: 10px auto;
}
.options{
    margin-top: 160px;
}
.options .option {
    margin: 10px 0;
}
.options .option .num{
    text-align: right;
    min-height: 280px;
    position: relative;
}
.options .option .num span{
    position: absolute;
    font-size: 130px;
    font-family: "CenturyGothic-Bold";
    color: #a4c03b;
    right: 0;
    bottom: 0;
    line-height: 1;
}
.options .option .all{
    background-image: url(../img/option-bg.png);
    background-repeat: no-repeat;
    min-height: 280px;
    background-color: #f1f6e2;
}
.options .option .all img{
    margin-top: 14px;
    width: 100%;
}
.options .option .all div{
    position: relative;
    min-height: 280px;
}

.options .option .all div span{
    position: absolute;
    bottom: 40px;
    font-size: 25px;
    color: #FFF;
    line-height: 1;
    font-family: "CenturyGothic";
    text-shadow: 1px 1px 1px #000;
    cursor: pointer;
}
.options .option .all .option-detail{
    color: #a4c03b;
    border: 1px solid transparent;
    overflow: hidden;
    display: none;
}
.options .option .all .option-detail p{
    font-family: arial-narrow;
    font-size: 16px;
    margin-top: 30px;
}
.option-detail h4{
    margin-top: 20px;
    margin-bottom: -10px;
}
.footer{
    background-image: url(../img/footer-bg.png);
    height: 635px;
}
.footer h3{
    text-align: center;
    color: #a4c03b;
    font-size: 58px;
    font-family: arial_bold;
    text-transform: uppercase;
    padding-top: 150px;
}
.modal-content{
    overflow: hidden;
    margin: 0 auto;
    /*border: 1px solid red;*/

}

.modal-content .left{
    width: 50%;
    float: left;
}

.modal-content .right{
    width: 50%;
    float: right;
}
.modal-content img{
    width: 100%;
}
.modal-lg{
    width: 80% !important;
}
.modal-dialog{
    margin-top: 120px;
}
body.modal-open {
    overflow: hidden;
}
.langs{
    float: right;
}
.langs a{
    margin: 10px !important;
}
.langs .active{
    color: #7d9d03 !important;
    font-family: MyriadPro-Regular !important;
    border-bottom: 2px solid #7d9d03;
}
.modal-backdrop {
   background-color: #FFF;
}
