@media(min-width: 1199px) {
    .cta {
        padding: 0px;
    }
    .cta [class*='faux'] {
        height: auto;
    }
    .cta .btn-cta {
        position: static;
        width: 100%;
    }
    .cta h3 {
        font-size: 30px;
        font-weight: 700;
    }
    .cta img {
        margin-bottom: 40px;
    }
    /*    .cta .faux-col{
                width: 50%;
        }
        aside .cta .faux-col{
                width: 100%;
        }*/
    /*.tools h2 {
        font-size: 40px;
    }*/
    .tools .lead {
        font-size: 20px;
    }
    .cta .faux-col {
        position: relative;
        width: 50%;
    } 
    aside .cta .faux-col {
        position: relative;
        width:100%;
    } 
    .cta img {
        margin-bottom: 70px;
        width:100%;
    }
    .img-right-product img{

        width: 100%;
        height: 240px;
    }
}

@media(max-width: 370px) {
    .page h1 {
        font-size: 34px;
    }
    .pageProduct .text-content,.pageProduct h2,.pageProduct .title-page{
        margin-left:0px !important;
    }
    .pageProduct .main-body{
        padding:0;
        margin:0;
    }
}
@media(min-width: 768px) {
    .cta .faux-col {
        position: relative;
        width: 50%;
    } 
    aside .cta .faux-col {
        position: relative;
        width:100%;
    } 
    .cta img {
        margin-bottom: 70px;
        width:100%;
    }
    .page p {
        margin-bottom:40px;
    }
    .page h1 {
        margin-top:20px;
    }

}
@media(max-width: 1024px) {
    .page-content > aside {
        /*
        padding: 20px;
        width:100%;
        */
    } 
    .bottom-bloc{
        display: block!important;
        float: left;
        width: 50% !important;
        height: 600px;
        margin-top:0px;
    }
    .pageCompany .left-col , .pageCompany .right-col {
        width:100% !important;
        display:block !important;
    }
    .pageCompany .right-col{
        margin-top:0px;
        height:485px;
    }
    .pageCompany .main-body {
        /*margin: 0 25px !important;*/
        /*width: 95% !important;*/
    }
    .pageCompany .left-col{
        margin-top:0px;
    }
}
@media(max-width: 1600px) {
    .product .body {
        font-size: 13px;
    }

    .product-thumb a {
        font-size:20px;
    }
    .home-product .product {
        padding:15px;
    }
    .img-right-product {
        height: auto !important;
    }

}
@media(min-width: 1600px) {
    .product h3 {
        font-size: 18px;
    }
}
@media(max-width: 767px) {
    .cta {
        padding: 40px;
    }
    .cta [class*='faux'] {
        display: block!important;
        height: auto;
    }
    .cta .btn-cta {
        position: static;
        width: 100%;
    }
    .cta h3 {
        font-size: 30px;
        font-weight: 700;
    }
    .cta img {
        margin-bottom: 20px;
        width:100%;
    }
    .page .summary {
        /*width:100% !important;*/
    }
    .content-split .faux-col {
        display:block;
        width:100%;
    }
    .faux-col.form form {
        padding-left:0;
    }
    .page-content > aside {
        /*
        padding: 20px;
        width:100%;
        */
    }
    .pageCompany .bottom-bloc,.pageCompany .bottom,.pageCompany .left-col,.pageCompany .right-col {

        width:100% !important;
        height:auto;
    }
    .pageCompany .bottom-bloc.quality{
        margin-top:0px;
    }
    .pageCompany .main-body {
        margin:0 !important;
        width:100% !important;
        padding:0;
    }
    .pageCompany .right-col{
        margin-top:0px;
        height:300px;
    }
    .pageProduct .title-page {
        margin-top:20px !important;
    }
}

/*ROLLOVER*/
.top-menu .menu footer a:hover {
    background:#99daee;
    text-decoration: none;
}
.top-menu .parent .menu.child .menu-item a:hover {
    text-decoration: none;
    background:#fdb515;
    color:#fff;
    width:100%;
}
.top-menu .parent.cart .menu.child .menu-item a:hover {
    text-decoration: none;
    background:none;
    color:#99daee;
}
.top-menu .menu.child {
    padding:0;
}
.top-menu .cart .menu.child {
    padding:15px 30px;
}
.top-menu .parent .menu.child .menu-item a{
    padding-left:27px;
}
.top-menu .parent.cart .menu.child .menu-item a{
    padding-left:0px;
}
.product-spec-tab li:hover label{
    background:#fdb515;
}
.product-menu a:hover,.table-shop td a:hover {
    color:#fdb515;
    text-decoration: none;
}
.basic-btn:hover, .promo li a{
    display:block;
    width:100%;
    height:100%;
}
.basic-btn:hover, .promo li a:hover{
    background:#fdb515;
    height:57px;
}
.order-summary .checkout:hover{
    background:#99daee;
}
.table-shop .reference:hover{
    cursor:pointer;
    color:#99daee;
}
.menu .cart .child a:hover {
    color:#99daee;
}
