

.header_top {
height:1px;
}
.carousel-inner .q_slide_subtitle span {
font-size: 1.7em;
}
.carousel-inner .slider_content .text .qbutton:not(.white) {
    background-color: rgba(153, 153, 153, 0.65) !important;
} 

header:not(.with_hover_bg_color) nav.main_menu>ul>li:hover>a {
    opacity: .5;
}
@media screen and (max-width: 1000px) {
    header {
        position: fixed !important;
        left: 0px !important;
        top: 0px !important;
    }
    .content {
        top: 100px !important; /* this should be equal to mobile header height */
    }

}
.wpb_text_column a {
    color: #1abc9c !important;
}

/*translated pages styles*/

.lang-item {
    list-style: none;
    }

/* mobile styles*/

@media screen and (max-width: 1024px) {
.desktop_images {
       display:none;
    }
}

@media screen and (min-width: 1024px) {
.mobile_images {
       display:none;
    }
}
 h4 {
    padding: 10px !important;
        }