@media screen and (min-width: 1920px) {
    .menu > li ul {
        width: 250px;
    }

    .menu li a {
        font-size: 12px;
        letter-spacing: 0;
    }

    .logo {
        max-height: 130%;
    }
}

@media screen and (max-width: 1480px) and (min-width: 992px) {
    .claOverlay,.claFixed{
        position: relative;
    }
    .module-group {
        display: block;
        width: 100%;
    }

    .nav-bar .module, .nav-bar .module-group {
        height: 100px;
    }
}
@media screen and (max-width: 1230px) and (min-width: 992px) {
.claTel{
    display: none;
}
}

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

}

@media screen and (min-width: 992px) {

    .menu > li ul{
        z-index: 99999999;
        margin-top: -20px;
    }
}
@media screen and (max-width: 992px) {
    .claNewsletter h2 {
        font-size: 20px;
        text-align: center;
    }
    .module.widget-handle {
        top: 26px;
    }
    .claOverlay,.claFixed{
        position: relative;
    }
    .mt-170{
        margin-top: 0;
    }
}

@media screen and (max-width: 767px) {
    .masonry.masonryFlyIn {
        height: 100% !important;
    }
    .claCEO {
        min-height: 520px;
    }

    footer .text-right.pb24-sm {
        text-align: center;
        padding: 45px 0 0 0;
    }
}

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

    .image-bg .btn.btn-filled, .image-bg .btn-filled:visited {
        max-width: 215px;
        margin: 10px 0;
        width: 100%;
    }
    section.page-title.page-title-3 h3.uppercase, h1.uppercase {
        font-size: 30px !important;
    }
    h3.uppercase, h1.uppercase{
        font-size: 20px;
    }
    a.claMobile {
        font-size: 9px;
        padding: 0 5px;
    }
}

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

}

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


}

@media (max-device-width: 42mm)
and (min-device-width: 38mm) {

}