@import url('https://fonts.googleapis.com/css?family=Lato:300,400');

* {
    font-family: Lato;
}

html, body {
    height: 100%;
    width: 100%;
    background-color: #323232;
    font-size: 100%;
    min-width: 320px;
}

object { 
    outline: none; 
}

p {
    font-weight: 300
}

#main{
    width: 100%;
    height: 100%;
    position:relative;
    margin-left:auto;
    margin-right:auto;
    /*PATCH FIXED FOOTER*/
    display: table;
    background-color:#323232;
}

header{
    width: 100%;
    height: auto;
    background-color: #fff;
    position: fixed;
    top: 0;
    z-index: 99;
    border-bottom: 8px solid #FFF;
    background-image:url(img/header_bg.jpg);
    background-repeat: no-repeat;
    background-position:center center;
    background-color: #060606;
}

.top-bar {
    border-bottom: 1px solid #333;
    background-color: rgba(0,0,0,0.3);
}
.top-bar .content {
    max-width: 1200px;
    margin-left:auto;
    margin-right:auto;
    display: block;
    color: #fff;
    padding: 8px 40px;
    box-sizing: border-box;
}
.top-bar .content a {
    border-radius: 50%;
    width: 28px; height: 28px;
    border: 3px solid transparent;
    float: right;
    overflow: hidden;
    margin-left: 8px;
    box-sizing: border-box;
}
.top-bar .content a.current {
    border: 3px solid #888;
}
.top-bar .content a img {
    width: 100%;
}
.uppercase {
    text-transform: uppercase;
    letter-spacing: .1em;
}

#header_content{
    position: relative;
    width:auto;
    max-width: 1200px;
    margin-left:auto;
    margin-right:auto;
    height: 70px;
    display: box;              /* OLD - Android 4.4- */
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    justify-content: space-between;
}

ol, ul{
    list-style: none;
}

span{
    display: block;
    font-size: 1.5rem;
    color: #717171;
    text-transform:Uppercase;
}

p{
    *margin-top: 12px;
    *margin-bottom: 12px;
}

a {
    color:#000;
}

.STOP_FLOAT {
    clear:both;
    *display:inline;
    *margin: 0px;
    *padding: 0px;
}

.FLOAT_LEFT {
    float:left;
}

.FLOAT_RIGHT {
    float:right;
}

.logo{
    width: 250px;
    padding-left: 30px;
}

.spacer_white{
    display:block;
    width: 100%;
    height: 8px;
    background-color: #FFF;
}

header .list1{
    display:block;
    text-align:right;
    float:right;
    text-align:right !important;
    text-transform:uppercase;
    display: block;
    margin-right: 40px;
    font-weight: 300;
}

header .button-dow{
    display: none;
    width: 100%;
    position: absolute;
    top: 71px;
    left: 0;
    text-align: center;
}
header .list2{
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: rgba(0, 0, 0, 0.9);
    font-weight:normal;
}
header .list2 li{
    font-size: 15px;
    height: 30px;
    line-height: 30px;
    text-transform:uppercase;
}

header .list1 li{
    float: left;
    margin-left: 40px;
    padding-top: 10px !important;
}
header li a{
    font-size: 15px;
    color: #AAA;
}

header li a.selected{
    color: #FFF;
}

header li a:hover{
    color: #fff;
}

header li a.submenu{
    font-size: 13px;
}

header li a.submenu::after, header li a.submenu::before { 
    font-size: 15px;
    content: "";
}

/*#####*/
.bg{
    position: relative;
    width: 100%;
    padding-bottom: 50%;
    float: left;
    /*height: 0;*/
}

/*@media screen  and (max-width: 1366px) {
}

@media  screen  and (max-width: 1080px) {
}
        
@media  screen  and (max-width: 768px) {
}
        
@media  screen  and (max-width: 640px) {
}

@media  screen  and (max-width: 480px) {
}*/


.button{
    display: none;
    cursor:pointer;
}
.button span{
    display: block;
    width: 25px;
    height: 3px;
    border-radius: 5px;
    margin-top: 5px;
    background-color: #FFF;
}
.button span:nth-of-type(1){
    margin: 0;
}

.center li{
    width: 50%;
    float: left;
}

section {
    background-color:#323232;
}
body #main section:first-of-type {
    margin-top: 123px;
    padding-top: auto;
}
footer{
    /*PATCH FOR FIXED FOOTER*/
    /*PATCH FOR FIXED FOOTER*/
    /* display: table-row; */
    text-align:center;
    height: 1px;
    width: 100%;
    /*background-color: #3e3e3e;*/
    /*background-color: #060606;*/
    background-color: #323232;
    color: #999;
}

footer p{
    margin-left: 30px;
    font-size: 12px;
}
footer a{
    margin-right: 30px;
    font-size: 12px;
    color: #999;
}

#footer_content{
    height: 60px;
    display: box;              /* OLD - Android 4.4- */
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    max-width: 1200px;
    margin-left:auto;
    margin-right:auto;
    justify-content: space-between;
}

@media screen  and (max-width: 768px){

    #footer_content p{
        margin-left:0px;
    }
    #footer_content{
        margin-top: 20px;
        flex-direction: column;
        align-items: flex-start;
        padding-left:30px;
    }
    footer{
        background-color: #3E3E3E;
    }
}

@media screen  and (max-width: 1366px) {
    #header_content{
        height: 70px !important;
    }
    .logo{
        width: 230px !important;
    }

}
@media  screen  and (max-width: 1080px) {
    #header_content{
        height: 70px !important;
    }
    header .list1{
        /*margin-left: 110px;*/
    }

    .logo{
        width: 210px !important;
    }
    .logo img {
        /*height: 70px;*/
        width: 210px;
    }
}
@media  screen  and (max-width: 768px) {

    #header_content .list1{
        display: none !important;

    }
    .logo{
        width: 40% !important;
    }
    .button{
        display: block;
        position: absolute;
        right: 40px;
        top:25px;
    }
    #header_content{
        display: flex;
        align-items: center;
        height: 70px !important;
    }

    .size15 p{
        font-size: 14px !important;
    }
}
@media  screen  and (max-width: 640px) {
    .logo{
        width: 40% !important;
    }

    .center li{
        width: 100%;
        float: none;
    }
    .button{
        display: block;
        position: absolute;
        right: 40px;
        top:25px;
    }
    #header_content{
        display: flex;
        align-items: center;
        height: 70px !important;
    }

}

@-webkit-keyframes wave{
    0%{
        -webkit-transform: scale(0);
        transform: scale(0);
    }     
    50%{
        -webkit-transform: scale(1);
        transform: scale(1); opacity: .6;
    }     
    100%{
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0;
    }    
}
@-moz-keyframes wave{
    0%{
        -moz-transform: scale(0);
        transform: scale(0);
    }     
    50%{
        -moz-transform: scale(1);
        transform: scale(1); opacity: .6;
    }     
    100%{
        -moz-transform: scale(2);
        transform: scale(2);
        opacity: 0;
    }  
}
@keyframes wave{
    0%{
        -webkit-transform: scale(0);
        -moz-transform: scale(0); 
        transform: scale(0);
    }     
    50%{
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1); opacity: .6;
    }
    100%{
        -webkit-transform: scale(2); 
        -moz-transform: scale(2); 
        transform: scale(2); opacity: 0;
    }   
}

/*HOME*/

.home-1{
    position: relative;
    max-width: 1200px;
    margin-left:auto;
    margin-right:auto
}

.home-1-container{
    background-color: #161616;
}

/*MODAL*/	
.blocker{
    z-index: 100 !important;
}

.modal {
    max-width: 100% !important;
    width: auto !important;
    padding: 0px !important;
    background-color: #000 !important;
}

.video_container {
    display:block;
    position: relative;
    height: 100%;
    /*
    heigh: 0;
    padding-bottom: 50%;*/
    overflow: hidden;
}

#video .iframe {
    display:block;
    /*width: 100% !important;
    height: 100% !important;*/
    height: 720px;
    width: 1280px;
    border: none !important;
}

/*IPHONE 6+*/
@media only screen 
and (min-device-width: 414px) 
and (max-device-width: 736px) 
and (orientation: portrait) 
and (-webkit-min-device-pixel-ratio: 3){ 
    #video .iframe {
        height: 200px !important;
        width: 100% !important;
    }
}

@media screen  and (max-width: 1366px) {
    #video .iframe {
        height: 610px;
        width: 1080px;
    }
}

@media  screen  and (max-width: 1280px) {
    #video .iframe {
        height: 540px;
        width: 960px;
    }
}

@media  screen  and (max-width: 1080px) {
    #video iframe {
        height: 432px;
        width: 768px;
    }
}

@media  screen  and (max-width: 870px) {
    #video .iframe {
        height: 360px;
        width: 640px;
    }
}

@media  screen  and (max-width: 670px) {
    #video .iframe {
        height: 270px;
        width: 480px;
    }
}

@media  screen  and (max-width: 520px) {
    #video .iframe {
        height: 270px;
        width: 480px;
    }
}

@media  screen  and (max-width: 400px) {
    #video .iframe {
        height: 180px;
        width: 320px;
    }
}

@media  screen  and (max-width: 320px) {
    #video iframe {
        height: 158px;
        width: 280px;
    }
}

.home-1-elem-2{
    position:absolute;
    width: 10%;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    top: 40%;
    pointer-events: none;
}

.home-2{
    position: relative;
    overflow: hidden;
    max-width: 1200px;
    margin-left:auto;
    margin-right:auto;
}

.home-2-container{
    /*background-color:#F6F6F6;*/
    background-image: url(../img/home/bg_home_2.jpg);
    background-repeat: no-repeat;
    background-position:center center;
    background-size: 99.99% auto;
    -webkit-background-size: 100% auto;
    background-color: #FFF;
}
.home-2-bannel{
    width: 100%;
   /* height: 200px;*/
     /*display: flex;*/
     flex-direction:row;
     position: absolute;
     height: 90%;
     float: left;
     
}
.home-2-bannel .item{
    float: left;
    position: relative;
    float: left;
    width:24%;
    /*border:1px solid red;*/
}
.home-2-bannel .small{
    width:24%;
}
.home-2-bannel .large{
    width:28%;
}

.home-2-bannel .item .box{
    display: block;
    width:100%;
    height:100%;
}
.home-2-bannel .item .box img{
    display: block;
    width: 80%;
    margin:0 auto;

}
.home-2-bannel .large .box img{
    /*width: 70%;*/
}
.home-2-bannel .item .box .icon{
    margin-top: 30%;
}
.home-2-bannel .item .box .name{
    margin-top: 25%;
}
.home-2-bannel .item .box .iconx{
   position: absolute;
       top: 22%;
    left: 13%;
}
.home-2-bannel .item .box .names{
    margin-top: 24%;
    width: 70%;
}

.home-2-elem-0{
    width: 24%;
    position: absolute;
    top: 20%;
    left: 0;
}

.home-2-elem-00{
    width: 24%;
    position: absolute;
    bottom: 15%;
    left: 0;
}
.home-2-elem-1{
    width: 20%;
    position: absolute;
   margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}

.home-2-elem-2{
    width: 20%;
    position: absolute;
    bottom: 20%;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}

.home-2-elem-3{
    width: 24%;
    position: absolute;
    top: 22%;
    right: 10%;
}

.home-2-elem-4{
    width: 20%;
    position: absolute;
    bottom: 20%;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}

.home-2-elem-5{
    width: 24%;
    position: absolute;
    top: 22%;
    right: 10%;
}
.home-2-elem-5 .new {
    position: absolute;
    top: 0;
}

.home-2-elem-6{
    width: 20%;
    position: absolute;
    bottom: 20%;
    right: 10%;
}

/*PRODUCTS*/
.products .link{
    position: absolute;
    bottom: 5%;
    right: 4%;
    color: #FFF;
    font-weight: bold;
}

.products .link p{
    font-size: 1.2rem;
}

@media screen  and (max-width: 1366px) {
    .products .link p{
        font-size: 1.0rem;
    }
}

@media  screen  and (max-width: 1080px) {
    .products .link p{
        font-size: 0.8rem;
    }
}

@media  screen  and (max-width: 768px) {
    .products .link p{
        font-size: 0.8rem;
    }
}

@media  screen  and (max-width: 640px) {
    .products .link p{
        font-size: 0.6rem;
    }
}

.products-1{
    position: relative;
    overflow: hidden;
    max-width: 1200px;
    margin-left:auto;
    margin-right:auto;
    /*PATCH TRANSITION*/
    -webkit-transform: translate3d(0,0,0);
}

.products-1-container{
    /*background-color:#F6F6F6;*/
    background-image: url(../img/products/bg_products_1.jpg);
    background-repeat: no-repeat;
    background-position:center center;
    background-size: 99.99% auto;
    -webkit-background-size: 100% auto;
    background-color: #FFF;
}

.products-2{
    position: relative;
    overflow: hidden;
    max-width: 1200px;
    margin-left:auto;
    margin-right:auto;
    /*PATCH TRANSITION*/
    -webkit-transform: translate3d(0,0,0);
}

.products-2-container{
    /*background-color:#F6F6F6;*/
    background-image: url(../img/products/bg_products_2.jpg);
    background-repeat: no-repeat;
    background-position:center center;
    background-size: 99.99% auto;
    -webkit-background-size: 100% auto;
    background-color: #FFF;
}

.products-3{
    position: relative;
    overflow: hidden;
    max-width: 1200px;
    margin-left:auto;
    margin-right:auto;
    /*PATCH TRANSITION*/
    -webkit-transform: translate3d(0,0,0);
}

.products-3-container{
    /*background-color:#F6F6F6;*/
    background-image: url(../img/products/bg_products_3.jpg);
    background-repeat: no-repeat;
    background-position:center center;
    background-size: 99.99% auto;
    -webkit-background-size: 100% auto;
    background-color: #FFF;
}

.products-4{
    position: relative;
    overflow: hidden;
    max-width: 1200px;
    margin-left:auto;
    margin-right:auto;
    /*PATCH TRANSITION*/
    -webkit-transform: translate3d(0,0,0);
}

.products-4-container{
    /*background-color:#F6F6F6;*/
    background-image: url(../img/products/MT40_01.jpg);
    background-repeat: no-repeat;
    background-position:center center;
    background-size: 99.99% auto;
    -webkit-background-size: 100% auto;
    background-color: #FFF;
}

.products-1-elem-1{
    width: 35%;
    position: absolute;
    top: 10%;
    right: 4%;
}

.products-2-elem-1{
    width: 35%;
    position: absolute;
    top: 10%;
    right: 4%;
}

.products-3-elem-1{
    width: 35%;
    position: absolute;
    top: 10%;
    right: 4%;
}

.products-4-elem-1{
    width: 35%;
    position: absolute;
    top: 10%;
    right: 4%;
}


/*########## - MB12G - ##########*/
.mb12g h4{
    text-transform:uppercase;
    margin-bottom: 20px;
    font-size: 1.6rem;
    font-weight: normal;
}

.mb12g p{
    color:#666;
    font-size: 1.0rem;
    margin-bottom: 10px;
    line-height: 120%;
}

@media screen  and (max-width: 640px) {
    .mb12g h4{
        font-size: 1.3rem;
    }

    .mb12g p{
        font-size: 0.9rem;
    }
}

@media screen  and (max-width: 360px) {
    .mb12g h4{
        font-size: 1.2rem;
    }

    .mb12g p{
        font-size: 0.8rem;
    }
}

.mb12g-1{
    position: relative;
    overflow: hidden;
    max-width: 1200px;
    margin-left:auto;
    margin-right:auto;
    /*PATCH TRANSITION*/
    -webkit-transform: translate3d(0,0,0);
}

.mb12g-1-elem-1{
    width: 35%;
    position: absolute;
    top: 10%;
    right: 4%;
}

.mb12g-1-container{
    /*background-color:#F6F6F6;*/
    background-image: url(../img/mb12g/bg_mb12g_1.jpg);
    background-repeat: no-repeat;
    background-position:center center;
    background-size: 99.99% auto;
    -webkit-background-size: 100% auto;
    background-color:#FFF;
}

.mb12g-2{
    position: relative;
    overflow: hidden;
    max-width: 1200px;
    margin-left:auto;
    margin-right:auto;
    /*PATCH TRANSITION*/
    -webkit-transform: translate3d(0,0,0);
}

.mb12g-2-container{
    /*background-color:#F6F6F6;*/
    background-image: url(../img/mb12g/bg_mb12g_2.jpg);
    background-repeat: no-repeat;
    background-position:center center;
    background-size: 99.99% auto;
    -webkit-background-size: 100% auto;
    background-color:#FFF;
}

.mb12g-2-elem-1{
    position: absolute;
    display:block;
    width: 320px;
    top: 10%;
    right: 5%;
}

.mb12g-2-elem-2{
    position: absolute;
    display:block;
    width: 320px;
    top: 10%;
    right: 5%;
    margin-top: 110px;
    /*font-size: 13px;*/
}

.mb12g-2-elem-3{
    width: 16%;
    position: absolute;
    bottom: 5%;
    right: 5%;
}

@media screen  and (max-width: 960px) {
    .mb12g-2-container{
        background-image: url(../img/mb12g/bg_mb12g_2_860.jpg);
    }

    .mb12g-2-elem-1, .mb12g-2-elem-2 {
        text-align:center;
        margin-left: auto;
        margin-right: auto;
        left: 5%;
        right: 0;
    }
}

@media screen  and (max-width: 640px) {
    .mb12g-2-container{
        background-image: none;
        background-color: #FFF;
    }

    .mb12g-2-elem-1, .mb12g-2-elem-2{
        text-align: left;
        margin-left: 10%;
    }

    .mb12g-2-elem-3{
        width: 22%;
        position: absolute;
        bottom: 5%;
        right: 5%;
    }
}

@media screen  and (max-width: 480px) {
    .mb12g-2 .bg{
        padding-bottom: 54% !important;
    }

    .mb12g-2-elem-3{
        right: 0!important;
    }
    .mb12g-2-elem-1, .mb12g-2-elem-2{
        top: 5% !important;
    }

    .mb12g-2-elem-2{
        margin-top: 100px !important;
    }
}

@media screen  and (max-width: 360px) {
    .mb12g-2 .bg{
        padding-bottom: 57% !important;
    }

    .mb12g-2-elem-3{
        display:none;
    }
    .mb12g-2-elem-1, .mb12g-2-elem-2{
        top: 5% !important;
    }

    .mb12g-2-elem-2{
        margin-top: 100px !important;
    }
}

.mb12g-2-bis{
    display: none;
    position: relative;
    overflow: hidden;
    max-width: 1200px;
    margin-left:auto;
    margin-right:auto;
    /*PATCH TRANSITION*/
    -webkit-transform: translate3d(0,0,0);
}

.mb12g-2-bis-container{
    /*background-color:#F6F6F6;*/
    background-image: url(../img/mb12g/bg_mb12g_2.jpg);
    background-repeat: no-repeat;
    background-position:center center;
    background-size: 99.99% auto;
    -webkit-background-size: 100% auto;
    background-color:#FFF;
}

@media screen  and (max-width: 640px) {
    .mb12g-2-bis{
        display:block;
    }
}


.mb12g-3{
    position: relative;
    overflow: hidden;
    max-width: 1200px;
    margin-left:auto;
    margin-right:auto;
    /*PATCH TRANSITION*/
    -webkit-transform: translate3d(0,0,0);
}

.mb12g-3-container{
    /*background-color:#F6F6F6;*/
    background-image: url(../img/mb12g/bg_mb12g_3.jpg);
    background-repeat: no-repeat;
    background-position:center center;
    background-size: 99.99% auto;
    -webkit-background-size: 100% auto;
    background-color:#FFF;
}

@media screen  and (max-width: 480px) {
    .mb12g-3-container{
        background-image: url(../img/mb12g/bg_mb12g_3_640.jpg);
    }
    .mb12g-3 .bg{
        padding-bottom: 54% !important;
    }
    .mb12g-3-elem-1, .mb12g-3-elem-2{
        top: 5% !important;
    }

    .mb12g-3-elem-2{
        margin-top: 60px !important;
    }
    .mb12g-3-elem-3{
        top: 62% !important;
    }
    .mb12g-3-elem-4{
        top: 56% !important;
    }

}

.mb12g-3-elem-1{
    text-align:center;
    position:absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    /*top: 60px;*/
    top: 10%;
}

.mb12g-3-elem-2{
    text-align:center;
    position:absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    /*top: 95px;*/
    font-size: 13px;
    top: 10%;
    margin-top: 40px;
}

.mb12g-3-elem-3{
    position:absolute;
    width: 16%;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    top: 50%;
}

.mb12g-3-elem-4{
    position:absolute;
    width: 22%;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    top: 44%;
    /*ANIMATION*/
    -webkit-animation: wave 1.5s linear infinite;
    -moz-animation: wave 1.5s linear infinite;
    animation: wave 1.5s linear infinite;
    /*-webkit-animation-delay: 0.3s;
animation-delay: 0.3s;*/
}

.mb12g-4{
    position: relative;
    overflow: hidden;
    max-width: 1200px;
    margin-left:auto;
    margin-right:auto;
    /*PATCH TRANSITION*/
    -webkit-transform: translate3d(0,0,0);
}

.mb12g-4-container{
    /*background-color:#F6F6F6;*/
    background-image: url(../img/mb12g/bg_mb12g_4.jpg);
    background-repeat: no-repeat;
    background-position:center center;
    background-size: 99.99% auto;
    -webkit-background-size: 100% auto;
    background-color:#f6f6f6;
}

.mb12g-4-elem-1{
    text-align:center;
    position:absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    /*top: 60px;*/
    top: 10%;
}

.mb12g-4-elem-2{
    text-align:center;
    position:absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    /*top: 95px;*/
    font-size: 13px;
    top: 10%;
    margin-top: 40px;
}

.mb12g-4-elem-3{
    position:absolute;
    width: 16%;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    top: 50%;
}

.mb12g-4-elem-4{
    position:absolute;
    width: 22%;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    top: 44%;
    -webkit-animation: wave 1.5s linear infinite;
    -moz-animation: wave 1.5s linear infinite;
    animation: wave 1.5s linear infinite;
}

.mb12g-4-elem-5{
    position:absolute;
    width: 41%;
    bottom: 0;
    right: 0;
}


@media screen  and (max-width: 1366px) {
    .mb12g-4-elem-5{
        width: 40%;
    }
}

@media screen  and (max-width: 980px) {
    .mb12g-4-elem-5{
        width: 38%;
    }
}

@media screen  and (max-width: 768px) {
    .mb12g-4-elem-5{
        width: 36%;
    }
}

@media screen  and (max-width: 640px) {
    .mb12g-4-container{
        /*background-color:#F6F6F6;*/
        background-image: url(../img/mb12g/bg_mb12g_4_640.jpg);
    }
    .mb12g-4-elem-5{
        width: 30%;
    }

    .mb12g-4-elem-3{
        top: 62% !important;
    }
    .mb12g-4-elem-4{
        top: 56% !important;
    }
}

@media screen  and (max-width: 480px) {
    .mb12g-4 .bg{
        padding-bottom: 54% !important;
    }
    .mb12g-4-elem-1, .mb12g-4-elem-2{
        top: 5% !important;
    }

    .mb12g-4-elem-2{
        margin-top: 30px !important;
    }
}

.mb12g-5{
    position: relative;
    overflow: hidden;
    max-width: 1200px;
    margin-left:auto;
    margin-right:auto;
    /*PATCH TRANSITION*/
    -webkit-transform: translate3d(0,0,0);
}

.mb12g-5-container{
    /*background-color:#F6F6F6;*/
    background-repeat: no-repeat;
    background-position:center center;
    background-size: 99.99% auto;
    -webkit-background-size: 100% auto;
    background-color:#FFF;
}

.mb12g-5-elem-1{
    text-align:center;
    position:absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    /*top: 60px;*/
    top: 10%;
}

.mb12g-5-elem-2{
    position:absolute;
    width: 65%;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    top: 20%;
}

.mb12g-5-elem-3{
    position:absolute;
    width: 65%;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    top: 20%;
}

@media screen  and (max-width: 640px) {
    .mb12g-5 .bg{
        padding-bottom: 60%;
    }

    .mb12g-5-elem-2, .mb12g-5-elem-3{
        width: 80%;
        top: 20%;
    }
}	

@media screen  and (max-width: 480px) {

    .mb12g-5 .bg{
        padding-bottom: 70%;
    }

    .mb12g-5-elem-1{
        top: 5% !important;
    }
    .mb12g-5-elem-2, .mb12g-5-elem-3{
        width: 90%;
        top: 25%;
    }
}

.mb12g-6{
    position: relative;
    overflow: hidden;
    max-width: 1200px;
    margin-left:auto;
    margin-right:auto;
    /*PATCH TRANSITION*/
    -webkit-transform: translate3d(0,0,0);
}

.mb12g-6-container{
    /*background-color:#F6F6F6;*/
    background-image: url(../img/mb12g/bg_mb12g_6.jpg);
    background-repeat: no-repeat;
    background-position:center center;
    background-size: 99.99% auto;
    -webkit-background-size: 100% auto;
    background-color:#FFF;
}

.mb12g-6-elem-1{
    text-align:center;
    position:absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    /*top: 60px;*/
    top: 10%;
}

.mb12g-6-elem-2{
    font-size: 13px;
    text-align:center;
    position:absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    top: 10%;
    margin-top: 40px;
}

@media screen  and (max-width: 480px) {
    .mb12g-6 .bg{
        padding-bottom: 54% !important;
    }

    .mb12g-6-elem-1, .mb12g-6-elem-2{
        top: 5% !important;
    }

    .mb12g-6-elem-2{
        margin-top: 30px !important;
    }
}

/*########## - MT10G - ##########*/
.mt10g h4{
    text-transform:uppercase;
    margin-bottom: 20px;
    font-size: 1.6rem;
    font-weight: normal;
}

.mt10g p{
    color:#666;
    font-size: 1.0rem;
    margin-bottom: 10px;
    line-height: 120%;
}

@media screen  and (max-width: 640px) {
    .mt10g h4{
        font-size: 1.4rem;
    }

    .mt10g p{
        font-size: 0.9rem;
    }
}

@media screen  and (max-width: 360px) {
    .mt10g h4{
        font-size: 1.2rem;
    }

    .mt10g p{
        font-size: 0.8rem;
    }
}

.mt10g-1{
    position: relative;
    overflow: hidden;
    max-width: 1200px;
    margin-left:auto;
    margin-right:auto;
    /*PATCH TRANSITION*/
    -webkit-transform: translate3d(0,0,0);
}

.mt10g-1-elem-1{
    width: 35%;
    position: absolute;
    top: 10%;
    right: 4%;
}

.mt10g-1-container{
    /*background-color:#F6F6F6;*/
    background-image: url(../img/mt10g/bg_mt10g_1.jpg);
    background-repeat: no-repeat;
    background-position:center center;
    background-size: 99.99% auto;
    -webkit-background-size: 100% auto;
    background-color:#FFF;
}


.mt10g-2{
    position: relative;
    overflow: hidden;
    max-width: 1200px;
    margin-left:auto;
    margin-right:auto;
    /*PATCH TRANSITION*/
    -webkit-transform: translate3d(0,0,0);
}

.mt10g-2-container{
    /*background-color:#F6F6F6;*/
    background-image: url(../img/mt10g/bg_mt10g_2.jpg);
    background-repeat: no-repeat;
    background-position:center center;
    background-size: 99.99% auto;
    -webkit-background-size: 100% auto;
    background-color:#FFF;
}

.mt10g-2 h4, .mt10g-2 p{
    color: #FFF;
}

.mt10g-2-elem-1{
    position: absolute;
    display:block;
    width: 320px;
    top: 20%;
    right: 5%;
}

.mt10g-2-elem-2{
    position: absolute;
    display:block;
    width: 320px;
    top: 20%;
    right: 5%;
    margin-top: 80px;
    /*font-size: 13px;*/
}

.mt10g-2-elem-3{
    width: 50%;
    position: absolute;
    bottom: 15%;
    left: 5%;
}

@media screen  and (max-width: 960px) {
    .mt10g-2-elem-3{
        width: 40%;
        position: absolute;
        bottom: 20%;
        left: 3%;
    }

}

@media screen  and (max-width: 640px) {

    mt10g-2-container, .mt10g-2 {
        padding-bottom: 40px;
    }

    .mt10g-2 h4{
        color:#000;
    }

    .mt10g-2 p{
        color:#666;
    }

    .mt10g-2-container{
        background-image: none;
        background-color: #FFF;
    }

    .mt10g-2-elem-3{
        display:none;
        /*width: 30%;
        position: absolute;
        bottom: 0;
        left: 0;*/
    }

    .mt10g-2-elem-1, .mt10g-2-elem-2{
        left: 5%;
    }
    .mt10g-2-elem-1 {
        top: 11%;
    }
    .mt10g-2-elem-2 {
        top: 10%;
    }
}

@media screen  and (max-width: 480px) {

    mt10g-2-container, .mt10g-2 {
        padding-bottom: 80px;
    }
    .mt10g-2 .bg{
        padding-bottom: 54%;
    }

    .mt10g-2-elem-1, .mt10g-2-elem-2{
        top: 10% !important;
    }

    .mt10g-2-elem-3{
        /*
        width: 30%;
        position: absolute;
        bottom: 0;
        left: 0;*/
        display:none;
    }
}

.mt10g-2-bis{
    display: none;
    position: relative;
    overflow: hidden;
    max-width: 1200px;
    margin-left:auto;
    margin-right:auto;
    /*PATCH TRANSITION*/
    -webkit-transform: translate3d(0,0,0);
}

.mt10g-2-bis-container{
    /*background-color:#F6F6F6;*/
    background-image: url(../img/mt10g/bg_mt10g_2_bis.jpg);
    background-repeat: no-repeat;
    background-position:center center;
    background-size: 99.99% auto;
    -webkit-background-size: 100% auto;
    background-color:#FFF;
}

@media screen  and (max-width: 640px) {
    .mt10g-2-bis{
        display:block;
    }
}

.mt10g-3{
    position: relative;
    overflow: hidden;
    max-width: 1200px;
    margin-left:auto;
    margin-right:auto;
    /*PATCH TRANSITION*/
    -webkit-transform: translate3d(0,0,0);
}

.mt10g-3-container{
    /*background-color:#F6F6F6;*/
    background-size: 99.99% auto;
    -webkit-background-size: 100% auto;
    background-color:#FFF;
}

.mt10g-3-elem-1{
    position: absolute;
    display:block;
    width: 33%;
    top: 10%;
    left: 0;
}

.mt10g-3-elem-2{
    position: absolute;
    display:block;
    width: 33%;
    top: 10%;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}

.mt10g-3-elem-3{
    position: absolute;
    display:block;
    width: 33%;
    top: 10%;
    right: 0;
}

/*##### mt10g-4 #####*/
.mt10g-4{
    position: relative;
    overflow: hidden;
    max-width: 1200px;
    margin-left:auto;
    margin-right:auto;
    /*PATCH TRANSITION*/
    -webkit-transform: translate3d(0,0,0);
}

.mt10g-4-container{
    /*background-color:#F6F6F6;*/
    background-image: url(../img/mt10g/bg_mt10g_4.jpg);
    background-repeat: no-repeat;
    background-position:center center;
    background-size: 99.99% auto;
    -webkit-background-size: 100% auto;
    background-color:#f6f6f6;
}

.mt10g-4-elem-1{
    text-align:center;
    position:absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    /*top: 60px;*/
    top: 10%;
}

.mt10g-4-elem-2{
    text-align:center;
    position:absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    /*top: 95px;*/
    font-size: 13px;
    top: 10%;
    margin-top: 40px;
}

.mt10g-4-elem-3{
    position:absolute;
    width: 16%;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    top: 50%;
}

.mt10g-4-elem-4{
    position:absolute;
    width: 22%;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    top: 44%;
    -webkit-animation: wave 1.5s linear infinite;
    -moz-animation: wave 1.5s linear infinite;
    animation: wave 1.5s linear infinite;
}

.mt10g-4-elem-5{
    position:absolute;
    width: 26%;
    bottom: 0;
    right: 0;
}

@media screen  and (max-width: 1366px) {
    .mt10g-4-elem-5{
        width: 25%;
    }
}

@media screen  and (max-width: 980px) {
    .mt10g-4-elem-5{
        width: 24%;
    }
}

@media screen  and (max-width: 768px) {
    .mt10g-4-elem-5{
        width: 23%;
    }
}

@media screen  and (max-width: 640px) {
    .mt10g-4-elem-5{
        width: 20%;
    }
}

@media screen  and (max-width: 480px) {
    .mt10g-4 .bg{
        padding-bottom: 54% !important;
    }
    .mt10g-4-elem-1, .mt10g-4-elem-2{
        top: 5% !important;
    }

    .mt10g-4-elem-2{
        margin-top: 30px !important;
    }
}	

/*##### mt10g-5 #####*/
.mt10g-5{
    position: relative;
    overflow: hidden;
    max-width: 1200px;
    margin-left:auto;
    margin-right:auto;
    /*PATCH TRANSITION*/
    -webkit-transform: translate3d(0,0,0);
}

.mt10g-5-container{
    /*background-color:#F6F6F6;*/
    background-image: url(../img/mt10g/bg_mt10g_5.jpg);
    background-repeat: no-repeat;
    background-position:center center;
    background-size: 99.99% auto;
    -webkit-background-size: 100% auto;
    background-color:#f6f6f6;
}

.mt10g-5-elem-1{
    text-align:center;
    position:absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    /*top: 60px;*/
    top: 10%;
}

.mt10g-5-elem-2{
    text-align:center;
    position:absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    /*top: 95px;*/
    font-size: 13px;
    top: 10%;
    margin-top: 40px;
}

.mt10g-5-elem-3{
    position:absolute;
    width: 16%;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    top: 50%;
}

.mt10g-5-elem-4{
    position:absolute;
    width: 22%;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    top: 44%;
    -webkit-animation: wave 1.5s linear infinite;
    -moz-animation: wave 1.5s linear infinite;
    animation: wave 1.5s linear infinite;
}

.mt10g-5-elem-5{
    position:absolute;
    width: 41%;
    bottom: 0;
    right: 0;
}


@media screen  and (max-width: 1366px) {
    .mt10g-5-elem-5{
        width: 40%;
    }
}

@media screen  and (max-width: 980px) {
    .mt10g-5-elem-5{
        width: 38%;
    }
}

@media screen  and (max-width: 768px) {
    .mt10g-5-elem-5{
        width: 36%;
    }
}

@media screen  and (max-width: 640px) {
    .mt10g-5-container{
        /*background-color:#F6F6F6;*/
        background-image: url(../img/mt10g/bg_mt10g_5_640.jpg);
    }
    .mt10g-5-elem-5{
        width: 30%;
    }

    .mt10g-5-elem-3{
        top: 62% !important;
    }
    .mt10g-5-elem-4{
        top: 56% !important;
    }
}

@media screen  and (max-width: 480px) {
    .mt10g-5 .bg{
        padding-bottom: 54% !important;
    }
    .mt10g-5-elem-1, .mt10g-5-elem-2{
        top: 5% !important;
    }
    .mt10g-5-elem-2{
        margin-top: 30px !important;
    }
}

.mt10g-5-5-container{  
    background-color:#f6f6f6;
    background-image: url(../img/mt10g/bg_mt10g_5_5.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 99.99% auto;
    -webkit-background-size: 100% auto;
}
.mt10g-5-5 {
    position: relative;
    overflow: hidden;
    max-width: 1200px;
    margin-left:auto;
    margin-right:auto;
    /*PATCH TRANSITION*/
    -webkit-transform: translate3d(0,0,0);
}
.mt10g-5-5-container .bg {
    padding-bottom: 750px;    
}
.mt10g-5-5-container .bg {
    padding-bottom: 750px;
}
.mt10g-5-5-container .mt10g-5-5-elem-1{
    position: absolute;
    display:block;
    width: 280px;
    top: 20%;
    right: 0%;
}
.mt10g-5-5-container .mt10g-5-5-elem-2{
    position: absolute;
    display:block;
    width: 280px;
    top: 20%;
    right: 0%;
    margin-top: 80px;
    /*font-size: 13px;*/
}
.mt10g-5-5-container .mt10g-5-5-elem-3 {
    width: 230px;
    position: absolute;
    bottom: 15%;
    right: 5%;
}

@media screen  and (min-width: 1600px) {
    .mt10g-5-5-container .mt10g-5-5-elem-1, .mt10g-5-5-container .mt10g-5-5-elem-2 {
        width: 240px;
    }
}
@media screen  and (max-width: 1366px) {
    .mt10g-5-5-container {
        background-size: auto 100%;
        -webkit-background-size: auto 100%;
        background-position: 20% 100%;
    }
    .mt10g-5-5-container .mt10g-5-5-elem-1{
        top: auto; bottom: 26%;
        right: auto; left: 10%;
    }
    .mt10g-5-5-container .mt10g-5-5-elem-2{
        top: auto; bottom: 13%;
        right: auto; left: 10%;
    }
    .mt10g-5-5-container .mt10g-5-5-elem-3 {
        display: none;
    }
}
@media screen  and (max-width: 640px) {
    .mt10g-5-5-container .mt10g-5-5-elem-1{
        top: auto; bottom: 26%;
        right: auto; left: 10%;
    }
    .mt10g-5-5-container .mt10g-5-5-elem-2{
        top: auto; bottom: 16%;
        right: auto; left: 10%;
    }
}

/*##### mt10g-6 #####*/
.mt10g-6{
    position: relative;
    overflow: hidden;
    max-width: 1200px;
    margin-left:auto;
    margin-right:auto;
    /*PATCH TRANSITION*/
    -webkit-transform: translate3d(0,0,0);
}

.mt10g-6-container{
    /*background-color:#F6F6F6;*/
    background-repeat: no-repeat;
    background-position:center center;
    background-size: 99.99% auto;
    -webkit-background-size: 100% auto;
    background-color:#FFF;
}

.mt10g-6-elem-1{
    text-align:center;
    position:absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    /*top: 60px;*/
    top: 10%;
}

.mt10g-6-elem-2{
    position:absolute;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    top: 20%;
}

.mt10g-6-elem-3{
    position:absolute;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    top: 20%;
}

@media screen  and (max-width: 980px) {
    .mt10g-6 .bg{
        padding-bottom: 60%;
    }

    .mt10g-6-elem-2, .mt10g-6-elem-3{
        width: 70%;
        top: 25%;
    }
}

@media screen  and (max-width: 640px) {
    .mt10g-6 .bg{
        padding-bottom: 60%;
    }

    .mt10g-6-elem-2, .mt10g-6-elem-3{
        width: 80%;
        top: 25%;
    }
}

@media screen  and (max-width: 480px) {

    .mt10g-6 .bg{
        padding-bottom: 75%;
    }

    .mt10g-6-elem-1{
        top: 5% !important;
    }
    .mt10g-6-elem-2, .mt10g-6-elem-3{
        width: 90%;
        top: 30%;
    }
}

/*########## - MB20G - ##########*/
.mb20g h4{
    text-transform:uppercase;
    margin-bottom: 20px;
    font-size: 1.6rem;
    font-weight: normal;
}

.mb20g p{
    color:#666;
    font-size: 1.0rem;
    margin-bottom: 10px;
    line-height: 120%;
}

@media screen  and (max-width: 640px) {
    .mb20g h4{
        font-size: 1.4rem;
    }

    .mb20g p{
        font-size: 0.9rem;
    }
}

@media screen  and (max-width: 360px) {
    .mb20g h4{
        font-size: 1.2rem;
    }

    .mb20g p{
        font-size: 0.8rem;
    }
}

.mb20g-1{
    position: relative;
    overflow: hidden;
    max-width: 1200px;
    margin-left:auto;
    margin-right:auto;
    /*PATCH TRANSITION*/
    -webkit-transform: translate3d(0,0,0);
}

.mb20g-1-elem-1{
    width: 35%;
    position: absolute;
    top: 10%;
    right: 4%;
}

.mb20g-1-container{
    /*background-color:#F6F6F6;*/
    background-image: url(../img/mb20g/bg_mb20g_1.jpg);
    background-repeat: no-repeat;
    background-position:center center;
    background-size: 99.99% auto;
    -webkit-background-size: 100% auto;
    background-color:#FFF;
}


.mb20g-2{
    position: relative;
    overflow: hidden;
    max-width: 1200px;
    margin-left:auto;
    margin-right:auto;
    /*PATCH TRANSITION*/
    -webkit-transform: translate3d(0,0,0);
}

.mb20g-2-container{
    /*background-color:#F6F6F6;*/
    background-image: url(../img/mb20g/bg_mb20g_2.jpg);
    background-repeat: no-repeat;
    background-position:center center;
    background-size: 99.99% auto;
    -webkit-background-size: 100% auto;
    background-color:#FFF;
}

.mb20g-2-elem-1{
    position: absolute;
    display:block;
    width: 320px;
    top: 20%;
    right: 10%;
}

.mb20g-2-elem-2{
    position: absolute;
    display:block;
    width: 320px;
    top: 20%;
    right: 10%;
    margin-top: 80px;
    /*font-size: 13px;*/
}

.mb20g-2-elem-3{
    width: 45%;
    position: absolute;
    bottom: 0;
    left: 5%;
}

@media screen  and (max-width: 960px) {

    .mb20g-2-elem-1, .mb20g-2-elem-2{
        right: 10%;
    }

    .mb20g-2-elem-3{
        width: 35%;
        position: absolute;
        bottom: 0;
        left: 0;
    }

}

@media screen  and (max-width: 640px) {
    .mb20g-2-container{
        background-image: none;
        background-color: #FFF;
    }

    .mb20g-2-elem-3{
        display:none;
        /*width: 30%;
        position: absolute;
        bottom: 0;
        left: 0;*/
    }

    .mb20g-2-elem-1, .mb20g-2-elem-2{
        left: 5%;
    }
}

@media screen  and (max-width: 480px) {

    .mb20g-2 .bg{
        padding-bottom: 54%;
    }

    .mb20g-2-elem-1, .mb20g-2-elem-2{
        top: 10% !important;
    }

    .mb20g-2-elem-3{
        /*
        width: 30%;
        position: absolute;
        bottom: 0;
        left: 0;*/
        display:none;
    }
}

.mb20g-2-bis{
    display: none;
    position: relative;
    overflow: hidden;
    max-width: 1200px;
    margin-left:auto;
    margin-right:auto;
    /*PATCH TRANSITION*/
    -webkit-transform: translate3d(0,0,0);
}

.mb20g-2-bis-container{
    /*background-color:#F6F6F6;*/
    background-image: url(../img/mb20g/bg_mb20g_2_bis.jpg);
    background-repeat: no-repeat;
    background-position:center center;
    background-size: 99.99% auto;
    -webkit-background-size: 100% auto;
    background-color:#FFF;
}

@media screen  and (max-width: 640px) {
    .mb20g-2-bis{
        display:block;
    }
}

.mb20g-3{
    position: relative;
    overflow: hidden;
    max-width: 1200px;
    margin-left:auto;
    margin-right:auto;
    /*PATCH TRANSITION*/
    -webkit-transform: translate3d(0,0,0);
}

.mb20g-3-container{
    /*background-color:#F6F6F6;*/
    background-size: 99.99% auto;
    -webkit-background-size: 100% auto;
    background-color:#FFF;
}

.mb20g-3-elem-1{
    position: absolute;
    display:block;
    width: 33%;
    top: 10%;
    left: 0;
}

.mb20g-3-elem-2{
    position: absolute;
    display:block;
    width: 33%;
    top: 10%;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}

.mb20g-3-elem-3{
    position: absolute;
    display:block;
    width: 33%;
    top: 10%;
    right: 0;
}

/*##### mb20g-4 #####*/
.mb20g-4{
    position: relative;
    overflow: hidden;
    max-width: 1200px;
    margin-left:auto;
    margin-right:auto;
    /*PATCH TRANSITION*/
    -webkit-transform: translate3d(0,0,0);
}

.mb20g-4-container{
    /*background-color:#F6F6F6;*/
    background-image: url(../img/mb20g/bg_mb20g_4.jpg);
    background-repeat: no-repeat;
    background-position:center center;
    background-size: 99.99% auto;
    -webkit-background-size: 100% auto;
    background-color:#f6f6f6;
}

.mb20g-4-elem-1{
    text-align:center;
    position:absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    /*top: 60px;*/
    top: 10%;
}

.mb20g-4-elem-2{
    text-align:center;
    position:absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    /*top: 95px;*/
    font-size: 13px;
    top: 10%;
    margin-top: 40px;
}

.mb20g-4-elem-5{
    position:absolute;
    width: 22%;
    height: auto;
    bottom: 0;
    left: 5%;
}

@media screen  and (max-width: 980px) {
    .mb20g-4-elem-5{
        width: 20%;
    }
}

@media screen  and (max-width: 768px) {
    .mb20g-4-elem-5{
        width: 18%;
    }
}

@media screen  and (max-width: 640px) {
    .mb20g-4-container{
        background-image: url(../img/mb20g/bg_mb20g_4_640.jpg);
    }

    .mb20g-4-elem-5{
        width: 18%;
    }
}

@media screen  and (max-width: 500px) {
    .mb20g-4-elem-2{
        margin-top: 55px !important;
    }
}	

@media screen  and (max-width: 480px) {
    .mb20g-4 .bg{
        padding-bottom: 54% !important;
    }
    .mb20g-4-elem-1, .mb20g-4-elem-2{
        top: 5% !important;
    }

    .mb20g-4-elem-2{
        margin-top: 55px !important;
    }

    .mb20g-4-elem-5{
        width: 15%;
    }
}	

/*##### mb20g-5 #####*/
.mb20g-5{
    position: relative;
    overflow: hidden;
    max-width: 1200px;
    margin-left:auto;
    margin-right:auto;
    /*PATCH TRANSITION*/
    -webkit-transform: translate3d(0,0,0);
}

.mb20g-5-container{
    /*background-color:#F6F6F6;*/
    background-image: url(../img/mb20g/bg_mb20g_5.jpg);
    background-repeat: no-repeat;
    background-position:center center;
    background-size: 99.99% auto;
    -webkit-background-size: 100% auto;
    background-color:#f6f6f6;
}

.mb20g-5-elem-1{
    text-align:center;
    position:absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    /*top: 60px;*/
    top: 10%;
}

.mb20g-5-elem-2{
    text-align:center;
    position:absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    /*top: 95px;*/
    font-size: 13px;
    top: 10%;
    margin-top: 40px;
}

.mb20g-5-elem-5{
    position:absolute;
    width: 22%;
    height: auto;
    bottom: 0;
    right: 5%;
}


@media screen  and (max-width: 980px) {
    .mb20g-5-elem-5{
        width: 20%;
    }
}

@media screen  and (max-width: 768px) {
    .mb20g-5-elem-5{
        width: 18%;
    }
}


@media screen  and (max-width: 640px) {
    .mb20g-5-elem-5{
        width: 18%;
    }
}

@media screen  and (max-width: 480px) {
    .mb20g-5 .bg{
        padding-bottom: 54% !important;
    }
    .mb20g-5-elem-1, .mb20g-5-elem-2{
        top: 5% !important;
    }
    .mb20g-5-elem-2{
        margin-top: 30px !important;
    }

    .mb20g-5-elem-5{
        width: 15%;
    }
}

/*##### mb20g-6 #####*/
.mb20g-6{
    position: relative;
    overflow: hidden;
    max-width: 1200px;
    margin-left:auto;
    margin-right:auto;
    /*PATCH TRANSITION*/
    -webkit-transform: translate3d(0,0,0);
}

.mb20g-6-container{
    /*background-color:#F6F6F6;*/
    background-repeat: no-repeat;
    background-position:center center;
    background-size: 99.99% auto;
    -webkit-background-size: 100% auto;
    background-color:#FFF;
}

.mb20g-6-elem-1{
    text-align:center;
    position:absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    /*top: 60px;*/
    top: 10%;
}

.mb20g-6-elem-2{
    position:absolute;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    top: 15%;
}

.mb20g-6-elem-3{
    position:absolute;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    top: 15%;
}

@media screen  and (max-width: 980px) {
    /*.mb20g-6 .bg{
            padding-bottom: 80%;
            }*/

    .mb20g-6-elem-2, .mb20g-6-elem-3{
        width: 70%;
        top: 15%;
    }
}

@media screen  and (max-width: 640px) {
    .mb20g-6-elem-2, .mb20g-6-elem-3{
        width: 80%;
        top: 15%;
    }
}

@media screen  and (max-width: 480px) {

    .mb20g-6 .bg{
        padding-bottom: 70%;
    }

    .mb20g-6-elem-1{
        top: 5% !important;
    }
    .mb20g-6-elem-2, .mb20g-6-elem-3{
        width: 90%;
        top: 30%;
    }
}

/*########## - MT40 - ##########*/
.mt40 h4{
    text-transform:uppercase;
    margin-bottom: 20px;
    font-size: 1.6rem;
    font-weight: normal;
}

.mt40 p{
    color:#666;
    font-size: 1.0rem;
    margin-bottom: 10px;
    line-height: 120%;
}

@media screen  and (max-width: 640px) {
    .mt40 h4{
        font-size: 1.4rem;
    }

    .mt40 p{
        font-size: 0.9rem;
    }
}

@media screen  and (max-width: 360px) {
    .mt40 h4{
        font-size: 1.2rem;
    }

    .mt40 p{
        font-size: 0.8rem;
    }
}

.mt40-1{
    position: relative;
    overflow: hidden;
    max-width: 1200px;
    margin-left:auto;
    margin-right:auto;
    /*PATCH TRANSITION*/
    -webkit-transform: translate3d(0,0,0);
}

.mt40-1-elem-1{
    width: 25%;
    position: absolute;
    top: 10%;
    right: 0%;
}

.mt40-1-container{
    /*background-color:#F6F6F6;*/
    background-image: url(../img/mt40/MT40_01.jpg);
    background-repeat: no-repeat;
    background-position:center center;
    background-size: 99.99% auto;
    -webkit-background-size: 100% auto;
    background-color:#FFF;
}

/*##### mt40-2 #####*/
.mt40-2{
    position: relative;
    overflow: hidden;
    max-width: 1200px;
    margin-left:auto;
    margin-right:auto;
    /*PATCH TRANSITION*/
    -webkit-transform: translate3d(0,0,0);
}

.mt40-2-container{
    /*background-color:#F6F6F6;*/
    background-image: url(../img/mt40/MT40_02.jpg);
    background-repeat: no-repeat;
    background-position:center center;
    background-size: 99.99% auto;
    -webkit-background-size: 100% auto;
    background-color:#FFF;
}

.mt40-2-elem-1{
    position: absolute;
    display:block;
    width: 320px;
    top: 20%;
    right: 10%;
}

.mt40-2-elem-2{
    position: absolute;
    display:block;
    width: 320px;
    top: 20%;
    right: 10%;
    margin-top: 80px;
    /*font-size: 13px;*/
}

.mt40-2-elem-3{
    width: 45%;
    position: absolute;
    bottom: 0;
    left: 5%;
}

@media screen  and (max-width: 960px) {

    .mt40-2-elem-1, .mt40-2-elem-2{
        right: 10%;

    }

    .mt40-2-elem-3{
        width: 35%;
        position: absolute;
        bottom: 0;
        left: 5%;
    }

}

@media screen  and (max-width: 640px) {
    .mt40-2-container{
        background-image: none;
        background-color: #FFF;
    }

    .mt40-2-elem-3{
        display:none;
        /*width: 30%;
        position: absolute;
        bottom: 0;
        left: 0;*/
    }

    .mt40-2-elem-1, .mt40-2-elem-2{
        left: 5%;
    }
}

@media screen  and (max-width: 480px) {

    .mt40-2 .bg{
        padding-bottom: 72%;
    }

    .mt40-2-elem-1, .mt40-2-elem-2{
        top: 10% !important;
        width: 90%;
    }

    .mt40-2-elem-3{
        
       /* width: 30%;
        position: absolute;
        bottom: 0;
        left: 0;*/
        display:none;
    }
}

.mt40-2-bis{
    display: none;
    position: relative;
    overflow: hidden;
    max-width: 1200px;
    margin-left:auto;
    margin-right:auto;
    /*PATCH TRANSITION*/
    -webkit-transform: translate3d(0,0,0);
}

.mt40-2-bis-container{
    /*background-color:#F6F6F6;*/
    background-image: url(../img/mt40/bg_MT40_2_bis.jpg);
    background-repeat: no-repeat;
    background-position:center center;
    background-size: 99.99% auto;
    -webkit-background-size: 100% auto;
    background-color:#FFF;
}

@media screen  and (max-width: 640px) {
    .mt40-2-bis{
        display:block;
    }
}

/*##### mt40-3 #####*/
.mt40-3{
    position: relative;
    overflow: hidden;
    max-width: 1200px;
    margin-left:auto;
    margin-right:auto;
    /*PATCH TRANSITION*/
    -webkit-transform: translate3d(0,0,0);
}

.mt40-3-container{
    /*background-color:#F6F6F6;*/
    background-image: url(../img/mt40/MT40_03.jpg);
    background-repeat: no-repeat;
    background-position:center center;
    background-size: 99.99% auto;
    -webkit-background-size: 100% auto;
    background-color:#FFF;
}

.mt40-3-elem-1{
    position: absolute;
    display:block;
    width:  1200px;
    top: 20%;
    right: 0%;
    left: 0%;
}

.mt40-3-elem-2{
    position: absolute;
    display:block;
    width: 320px;
    top: 20%;
    right: 10%;
    margin-top: 80px;
    /*font-size: 13px;*/
}

.mt40-3-elem-3{
    position: absolute;
    display: block;
    width: 320px;
    top: 20%;
    left: 0;
    margin-top: 80px;
}

@media screen  and (max-width: 960px) {

    .mt40-3-elem-1, .mt40-3-elem-2{
        width:320px;
        top:0;
        left:5%;
    }       
    .mt40-3-elem-3{
        width: 35%;
        position: absolute;
        bottom: 0;
        left: 5%;
        margin-top: 0;
    }

}

@media screen  and (max-width: 640px) {
    .bg{
        padding-bottom: 60%;
    }
    .mt40-3-container{
        background-image: none;
        background-color: #FFF;
    }

    .mt40-3-elem-3{
        margin-top: 0;
        /*display:none;*/
        /*width: 30%;
        position: absolute;
        bottom: 0;
        left: 0;*/
    }

    .mt40-3-elem-1, .mt40-3-elem-2{
        left: 5%;
    }
}

@media screen  and (max-width: 480px) {

    .mt40-3 .bg{
        padding-bottom: 84%;
    }

    .mt40-3-elem-1, .mt40-3-elem-2{
        top: 10% !important;
    }

    .mt40-3-elem-3{
        /*
        width: 30%;
        position: absolute;
        bottom: 0;
        left: 0;*/
        /*display:none;*/
        top: 32%;
        width: 90%;
        left: 5%;
        margin-top: 0;
    }
}

.mt40-3-bis{
    display: none;
    position: relative;
    overflow: hidden;
    max-width: 1200px;
    margin-left:auto;
    margin-right:auto;
    /*PATCH TRANSITION*/
    -webkit-transform: translate3d(0,0,0);
}

.mt40-3-bis-container{
    /*background-color:#F6F6F6;*/
    background-image: url(../img/mt40/bg_MT40_3_bis.jpg);
    background-repeat: no-repeat;
    background-position:center center;
    background-size: 99.99% auto;
    -webkit-background-size: 100% auto;
    background-color:#FFF;
}

@media screen  and (max-width: 640px) {
    .mt40-3-bis{
        display:block;
    }
}


/*##### mt40-4 #####*/
.mt40-4{
    position: relative;
    overflow: hidden;
    max-width: 1200px;
    margin-left:auto;
    margin-right:auto;
    /*PATCH TRANSITION*/
    -webkit-transform: translate3d(0,0,0);
}

.mt40-4-container{
    /*background-color:#F6F6F6;*/
    background-image: url(../img/mt40/MT40_04.jpg);
    background-repeat: no-repeat;
    background-position:center center;
    background-size: 99.99% auto;
    -webkit-background-size: 100% auto;
    background-color:#FFF;
}

.mt40-4-elem-1{
    position: absolute;
    display:block;
    width: 320px;
    top: 20%;
    right: 10%;
}
.mt40-4-elem-1>h4{
    color:#fff;
}
.mt40-4-elem-2{
    position: absolute;
    display:block;
    width: 320px;
    top: 20%;
    right: 10%;
    margin-top: 80px;
    /*font-size: 13px;*/
}
.mt40-4-elem-2>p{
    color:#fff;
}
.mt40-4-elem-3{
    width: 45%;
    position: absolute;
    bottom: 0;
    left: 5%;
}

@media screen  and (max-width: 960px) {

    .mt40-4-elem-1, .mt40-4-elem-2{
        right: 10%;
    }
    .mt40-4-elem-1>h4,.mt40-4-elem-2>p{
        color:#323232;
    }

    .mt40-4-elem-3{
        width: 35%;
        position: absolute;
        bottom: 0;
        left: 0;
    }

}

@media screen  and (max-width: 640px) {
    .mt40-4-container{
        background-image: none;
        background-color: #FFF;
    }

    .mt40-4-elem-3{
        display:none;
        /*width: 30%;
        position: absolute;
        bottom: 0;
        left: 0;*/
    }

    .mt40-4-elem-1, .mt40-4-elem-2{
        left: 5%;
    }
    .mt40-4-elem-1>h4,.mt40-4-elem-2>p{
        color:#323232;
    }
}

@media screen  and (max-width: 480px) {

    .mt40-4 .bg{
        padding-bottom: 70%;
    }

    .mt40-4-elem-1, .mt40-4-elem-2{
        top: 10% !important;
        width: 90%;
        

    }
    .mt40-4-elem-2{
        margin-top:55px;
    }
    .mt40-4-elem-1>h4,.mt40-4-elem-2>p{
        color:#323232;
    }

    .mt40-4-elem-3{
        /*
        width: 30%;
        position: absolute;
        bottom: 0;
        left: 0;*/
        display:none;
    }
}

.mt40-4-bis{
    display: none;
    position: relative;
    overflow: hidden;
    max-width: 1200px;
    margin-left:auto;
    margin-right:auto;
    /*PATCH TRANSITION*/
    -webkit-transform: translate3d(0,0,0);
}

.mt40-4-bis-container{
    /*background-color:#F6F6F6;*/
    background-image: url(../img/mt40/bg_MT40_4_bis.jpg);
    background-repeat: no-repeat;
    background-position:center center;
    background-size: 99.99% auto;
    -webkit-background-size: 100% auto;
    background-color:#FFF;
}

@media screen  and (max-width: 640px) {
    .mt40-4-bis{
        display:block;
    }
}

/*##### mt40-5 #####*/
.mt40-5{
    position: relative;
    overflow: hidden;
    max-width: 1200px;
    margin-left:auto;
    margin-right:auto;
    /*PATCH TRANSITION*/
    -webkit-transform: translate3d(0,0,0);
}

.mt40-5-container{
    /*background-color:#F6F6F6;*/
    background-image: url(../img/mt40/MT40_05.jpg);
    background-repeat: no-repeat;
    background-position:center center;
    background-size: 99.99% auto;
    -webkit-background-size: 100% auto;
    background-color:#FFF;
}

.mt40-5-elem-1{
    position: absolute;
    display:block;
    width: 1200px;
    top: 20%;
    right: 0%;
}

.mt40-5-elem-2{
    position: absolute;
    display:block;
    width: 320px;
    top: 20%;
    right: 10%;
    margin-top: 80px;
    /*font-size: 13px;*/
}

.mt40-5-elem-3{
    width: 1200px;
    position: absolute;
    bottom: 50%;
    right: 0%;
        top: 30%;
}

@media screen  and (max-width: 960px) {

    .mt40-5-elem-1, .mt40-5-elem-2{
        right: 10%;
        width: 320px;
    top: 20%;
    left: 5%;
    }

    .mt40-5-elem-3{
        position: absolute;
        bottom: 0;
        left: 0;
        width: 320px;
        left: 5%;
    }

}

@media screen  and (max-width: 640px) {
    .mt40-5-container{
        background-image: none;
        background-color: #FFF;
    }

    .mt40-5-elem-3{
        /*display:none;*/
        width: 30%;
        position: absolute;
        bottom: 0;
        left: 5%;
        top: 20%;
    }

    .mt40-5-elem-1, .mt40-5-elem-2{
        left: 5%;
        top: 8%;
    }
}

@media screen  and (max-width: 480px) {

    .mt40-5 .bg{
        padding-bottom: 55%;
    }

    .mt40-5-elem-1, .mt40-5-elem-2{
        top: 10% !important;
    }

    .mt40-5-elem-3{
        /*
        width: 30%;
        position: absolute;
        bottom: 0;
        left: 0;*/
        /*display:none;*/
        position: absolute;
    display:block;
    width: 90%;
    top: 35%;
    
    left: 5%;
    }
}

.mt40-5-bis{
    display: none;
    position: relative;
    overflow: hidden;
    max-width: 1200px;
    margin-left:auto;
    margin-right:auto;
    /*PATCH TRANSITION*/
    -webkit-transform: translate3d(0,0,0);
}

.mt40-5-bis-container{
    /*background-color:#F6F6F6;*/
    background-image: url(../img/mt40/bg_MT40_5_bis.jpg);
    background-repeat: no-repeat;
    background-position:center center;
    background-size: 99.99% auto;
    -webkit-background-size: 100% auto;
    background-color:#FFF;
}

@media screen  and (max-width: 640px) {
    .mt40-5-bis{
        display:block;
    }
}

/*##### mt40-6 #####*/
.mt40-6{
    position: relative;
    overflow: hidden;
    max-width: 1200px;
    margin-left:auto;
    margin-right:auto;
    /*PATCH TRANSITION*/
    -webkit-transform: translate3d(0,0,0);
}

.mt40-6-container{
    /*background-color:#F6F6F6;*/
    background-image: url(../img/mt40/MT40_06.jpg);
    background-repeat: no-repeat;
    background-position:center center;
    background-size: 99.99% auto;
    -webkit-background-size: 100% auto;
    background-color:#FFF;
}

.mt40-6-elem-1{
    position: absolute;
    display:block;
    width: 1200px;
    top: 20%;
    right: 0%;
}

.mt40-6-elem-2{
    position: absolute;
    display:block;
    width: 320px;
    top: 20%;
    right: 10%;
    margin-top: 80px;
    /*font-size: 13px;*/
}

.mt40-6-elem-3{
    width: 1200px;
    position: absolute;
    bottom: 50%;
    right: 0%;
    top: 30%;
}

@media screen  and (max-width: 960px) {

    .mt40-6-elem-1, .mt40-6-elem-2{
        right: 10%;
        width: 320px;
        left: 5%;
        top: 20%;
    }

    .mt40-6-elem-3{
        width: 35%;
        position: absolute;
        bottom: 0;
        left: 5%;
    }

}

@media screen  and (max-width: 640px) {
    .mt40-6-container{
        background-image: none;
        background-color: #FFF;
    }

    .mt40-6-elem-3{
        /*display:none;*/
        width: 30%;
        position: absolute;
        bottom: 0;
        left: 5%;
    }

    .mt40-6-elem-1, .mt40-6-elem-2{
        left: 5%;
    }
}

@media screen  and (max-width: 480px) {

    .mt40-6 .bg{
        padding-bottom: 54%;
    }

    .mt40-6-elem-1, .mt40-6-elem-2{
        top: 10% !important;
    }
    .mt40-6-bis .bg{
        padding-bottom: 56%;
    }
    .mt40-6-elem-3{
        
        position: absolute;
        display:block;
        width: 280px;
        top: 35%;
        right: 10%;
        left: 5%;
        /*display:none;*/
    }
}

.mt40-6-bis{
    display: none;
    position: relative;
    overflow: hidden;
    max-width: 1200px;
    margin-left:auto;
    margin-right:auto;
    /*PATCH TRANSITION*/
    -webkit-transform: translate3d(0,0,0);
}

.mt40-6-bis-container{
    /*background-color:#F6F6F6;*/
    background-image: url(../img/mt40/bg_MT40_6_bis.jpg);
    background-repeat: no-repeat;
    background-position:center center;
    background-size: 99.99% auto;
    -webkit-background-size: 100% auto;
    background-color:#FFF;
}

@media screen  and (max-width: 640px) {
    .mt40-6-bis{
        display:block;
    }
}

/*DOWNLOAD*/	
#donwload{
    display: block;
    height: 70px;
    width: 100%;
    background-color: #EBEBEB;
    line-height: 70px;
}

#donwload2{
    display: block;
    width: 100%;
    background-color: #EBEBEB;
    line-height: 70px;
}

#donwload_content{
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 23px;
    padding-bottom: 23px;
    max-width: 1140px;
    margin-left:auto;
    margin-right:auto;
    text-transform:uppercase;
}

#donwload_content p:last-child {
    margin-bottom: 0;
}

#donwload_content a{
    text-decoration:none;
    color: #000;
    text-transform:uppercase;
}

@media screen  and (max-width: 480px) {
    #donwload_content a{
        font-size: 0.7rem;
    }
}

#donwload_content a:hover{
    color: #666;
}

.download{
    display: inline-block;
    min-height: 25px;
    min-width: 25px;
    background-image: url(img/download.png);
    background-repeat:no-repeat;
    background-size: 20px 20px;
    background-position:0px -1px;
    padding-left: 30px;
    line-height: 25px;
}

/*SPECS*/	
#specs{
    background-color: #FFF;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}

#specs_content{
    padding-left: 30px;
    padding-right: 30px;
    max-width: 1140px;
    margin-left:auto;
    margin-right:auto;
}

#specs_content h4{
    text-transform:uppercase;
    margin-bottom: 20px;
    /*font-size: 1.3rem;*/
    font-weight: normal;
}

#specs_content p{
    margin-bottom: 20px;
    /*font-size: 1.0rem;*/
}

#specs_content .FLOAT_LEFT{
    width: 49%;
    text-align: left;
}

#specs_content .FLOAT_RIGHT{
    width: 49%;
    text-align: left;
}

@media screen  and (max-width: 640px) {
    #specs_content .FLOAT_LEFT{
        width: 100%;
        text-align: left;
    }

    #specs_content .FLOAT_RIGHT{
        width: 100%;
        text-align: left;
    }
}