/* Add here all your CSS customizations */
.thumb-info-caption {
    height: 126px;
    overflow: hidden;
}

@media (max-width: 479px) {
    #header.header-narrow .header-logo img {
        min-width: 200px !important;
        width: 245px !important;
        height: 73px !important;
    }
}

@media (min-width: 768px) {
    #header.header-narrow .header-logo img {
        /* min-width: 200px !important;
        width: 245px !important;
        height: 73px !important;*/
    }
}

@media (max-width: 767px) {
    #header.header-narrow .header-logo img {
        /*min-width: 200px !important;
        width: 245px !important;
        height: 73px !important;*/
    }
}

@media (max-width: 991px) {
}

@media (max-width: 479px) {
    #header .header-top.header-top-style-4 {
        /*  width: 342 px !important;*/
        height: 30px !important;
        /*font-size: 10px;*/
    }

        #header .header-top.header-top-style-4 h1 {
            /*  width: 342 px !important;*/
            /*height: 30px !important;*/
            font-size: 12px;
            line-height: 15px;
            margin: 0 0 0px 0;
        }
    #header .header-top.header-top-style-2 {
        margin-top: -28px;
    }
}
