

/*
Author: Bootstrapthemes
Author URI: http://www.xpeedstudio.com
*/

/* Portrait tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
    body {
        font-size: 1rem;
    }
    
    .nav li.hide-destop{
        display: block;
    }
    .nav li.hide-mobile{
        display: none;
    }
    body.en .main_business .item{
        min-height: 539px;
    }
}



/* Portrait tablets and small desktops */
/*@media (max-width: 992px) {

}*/


/* Portrait tablets and small desktops */
@media (max-width: 991px) {
    .footer-bg{
        background-size: auto 100%;
    }
    .navbar-brand{
        padding-top: 6px;
    }
    .navbar-brand > img {
        display: block;
        max-width: 300px;
        width: 100%;
    }
    .sm-text-center{
        text-align: center !important;
    }
    .sm-pull-none{
        float: none !important;
    }
    .sm-m-top-10{
        margin-top:10px;
    }
    .sm-m-top-20{
        margin-top:20px;
    }
    .sm-m-top-30{
        margin-top:30px;
    }
    .sm-m-top-40{
        margin-top:40px;
    }
    .sm-m-top-50{
        margin-top:50px;
    }
    .item_img i{
        right:0%;
    }
    .brand .box{
        height: 55px;
        font-size: 1em;
        line-height: 22px;
        padding-top: 5px;
    }
    .brand .box.sm-m-top-20{
        padding-top: 15px;
    }
    body.en .main_business .item{
        min-height: 182px;
    }

}



/* Landscape phones and portrait tablets */
@media  (max-width: 768px) {
    h2{
        font-size:2rem;
    }
    .head_title h2{
        font-size: 1.8rem;
    }
    p{
        font-size:90%;
        line-height: 2rem;
    }
    .xs-pull-none{
        float: none !important;
    }
    .xs-text-center{
        text-align: center !important;
    }
    .xs-m-top-10{
        margin-top:10px;
    }
    .xs-m-top-30{
        margin-top:30px;
    }
    .xs-m-bottom-10{
        margin-bottom:10px;
    }
    .xs-m-bottom-20{
        margin-bottom:20px;
    }
    .item .text-1,.item .text-2,.item .text-3,.item .text-4,.item .text-5,.item .text-6{
        height: auto!important;
    }
    .widget_newsletter .form-control{
        width: 100%;
    }
    .custom-slider-brand .nextprevleft, .custom-slider-brand .nextprevright{
        top: 55px;
    }
    .main_business .item{
        margin-top: 0px;
        padding: 10px;
        padding-bottom: 0px;
    }
    .item .image-content{
        padding: 0px;
       /* padding: 10px!important;*/
    }
    .item .text-content{
        /*padding: 10px!important;*/
    }

    .main_home .home_text h2{
        font-size:24px;
    }
    .main_home .home_text h1{
        font-size:32px;
    }
    .main_home .home_text h3{
        font-size:18px;
    }
    .main_product .carousel-control{
        display: none;
    }
    .box-from-contact{
        padding-top: 0px;
        margin-top: 26px;
    }
    .box-contact{
        margin-top: -46px;
        margin-bottom: 26px;
        position: relative;
        left: 0px;
        top: 0px;
    }
    .brand .box{
        height: 55px;
        font-size: 1em;
        line-height: 22px;
        padding-top: 5px;
    }
    .brand .box.sm-m-top-20{
        padding-top: 15px;
    }
    .nav li.hide-destop{
        display: none;
    }
    .nav li.hide-mobile{
        display: block;
    }
}




/* Landscape phones and smaller */
@media (max-width: 479px) {
    html {
        font-size: 85%;
    }
    .main_home .home_text h1{
        font-size:28px;
    }
    .main_home .home_text h3{
        font-size:17px;
    }
    .box-from-contact{
        padding-top: 0px;
        margin-top: 26px;
    }
    .box-contact{
        margin-top: -46px;
        margin-bottom: 26px;
        position: relative;
        left: 0px;
        top: 0px;
    }
    .navbar-brand > img{
        max-width: 250px;
    }
}





@media (max-width: 400px) {


}

@media (max-width: 320px) {
    html {
        font-size: 60.5%;
    }




}



