

@media screen and (max-width:1300px){
   .main_menu {
       display: none !important;
   }

nav.mobile_menu{
       display: block;
   }

.mobile_menu_button{
    display:table;
    float: right;
}

#social_icons_widget {
    display: none;
}

header .header_inner_left{
    right:45px;
}
header .header_inner_left {
    position: relative !important;
    left: 0 !important;
    margin-bottom: 0;
}

}

@media screen and (max-width: 1200px) {
    header.dark .q_logo img.dark{
	height: auto !important;
        width: 300px !important;
    }
.q_logo img{
    top: -40% !important;
}
}
@media screen and (max-width: 1000px) {
.q_logo {
    top: 42%;
}
}
@media screen and (max-width: 480px) {
.q_logo img{
    top: -46% !important;
}
}

.gif-full-length .vc_single_image-wrapper.vc_box_border_grey{
display:inline;
}

.gif-full-length .vc_single_image-wrapper.vc_box_border_grey img{
width:100%;
}