@media (min-width: 992px) {
    .c-layout-header.c-layout-header-default .c-navbar .c-mega-menu > .nav.navbar-nav > li:focus > a:not(.btn):not(.c-btn-icon):not(.c-quick-sidebar-toggler), .c-layout-header.c-layout-header-default .c-navbar .c-mega-menu > .nav.navbar-nav > li:active > a:not(.btn):not(.c-btn-icon):not(.c-quick-sidebar-toggler), .c-layout-header.c-layout-header-default .c-navbar .c-mega-menu > .nav.navbar-nav > li:hover > a:not(.btn):not(.c-btn-icon):not(.c-quick-sidebar-toggler), .c-layout-header.c-layout-header-default .c-navbar .c-mega-menu > .nav.navbar-nav > li.c-active > a:not(.btn):not(.c-btn-icon):not(.c-quick-sidebar-toggler)  {
        color: #cd6262 !important;
    }
}

.slideshow-div {
    display: inline-block;
    position: relative;
}

.cc-responsive-image-height >img {
    height: auto !important;
    vertical-align: middle;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

@media screen and (min-width: 1200px) {
    .cc-responsive-image-height {
        height: 290px !important;

    }
}

@media (max-width: 1199px) and (min-width: 1025px) {
    .cc-responsive-image-height {
        height: 215px !important;

    }
}

@media (max-width: 1024px) and (min-width: 993px) {
    .cc-responsive-image-height {
        height: 210px !important;
    }
}

@media (max-width: 992px) and (min-width: 768px) {
    .cc-responsive-image-height {
        height: 355px !important;
    }
}


@media (max-width: 767px) and (min-width: 681px) {
    .cc-responsive-image-height {
        height: 725px !important;
    }
}

@media (max-width: 680px) and (min-width: 596px) {
    .cc-responsive-image-height {
        height: 640px !important;
    }
}

@media (max-width: 595px) and (min-width: 511px) {
    .cc-responsive-image-height {
        height: 525px !important;
    }
}

@media (max-width: 510px) and (min-width: 426px) {
    .cc-responsive-image-height {
        height: 475px !important;
    }
}

@media (max-width: 425px) and (min-width: 376px) {
    .cc-responsive-image-height {
        height: 390px !important;
    }
}

@media (max-width: 375px) and (min-width: 321px) {
    .cc-responsive-image-height {
        height: 340px !important;
    }
}

@media (max-width: 320px) {
    .cc-responsive-image-height {
        height: 280px !important;
    }
}