@media (max-height: 850px) and (min-width: 992px)
{
    .full-height {
        height: auto;
    }
}

@media all and (min-width:1550px) and (max-width:2560px){
    .width_75{
        width: 90%;
    }
}
@media all and (max-width:1400px){
    .width_75{
        width: 90%;
    }
}
@media all and (max-width:1024px){

    html,body{
        height: auto !important;
    }
}
@media all and (max-width:992px){




    .contact tr td:first-of-type{
        width: auto !important;
        min-width: auto !important;
    }
    .text-block .block-img{
        top: 0;
        right: 0;
    }

}
@media all and (max-width:800px){
    .navbar-header{
        float: none;
    }
    .navbar-nav li.pull-right{
        float: none !important;
        text-align: center;
    }
    .navbar-brand img{
        width: 64px;
        top: -10px;
        right: -15px;
    }

    #myCarousel .carousel-caption {
        z-index: 1;
        bottom: auto !important;
        top: 50% !important;
        transform: translateY(-50%);
        right: 5% !important;
        left: 5% !important;
    }
    #myCarousel .carousel-caption h1{
        font-size: 22px;
    }

    .width_50{
        width: 90% !important;
    }
    .back_home{
        min-height: 600px !important;
    }
    .width_75{
        width: 90% !important;
    }
    .select-menu  {
        width: 90% !important;
    }
    td,tr{
        display: block;
    }
    .contact{
        width: 100%;
    }
    .text-block .w3-left{
        float: none !important;
    }
    .center-medium{
        text-align: center !important;
    }
    .text-block .logo{
        padding: 20px 0 8px 0 !important;

    }
    .text-block .logo img{
        height: auto;
    }
}
@media all and (max-width:670px){

}
@media all and (max-width:600px){
    .select-menu{
        display: block;
        margin: 0.2rem 0;
    }

    .center-small{
        text-align: center !important;
    }

    html{
        font-size: 50px;
    }

}