
@media only screen and (min-width:1120px) and (max-width:1280px) {

    .boxed .is-sticky #header, .boxed .main-menu-container, .boxed #header-wrapper .ha-header-color .main-menu-container, .boxed .header4 #logo, .boxed #header-wrapper .header4 .main-menu-container, .boxed .social-media-container { width:1200px; }
    .boxed .wrapper{ width:1200px; }
    .boxed .top-bar{ width:100%; }
    .main-menu-container, .social-media-container { width:100% }        

    .content-ads-mobile{display:none;}
    
}

@media only screen and (min-width:960px) and (max-width:1119px) {
    .content-ads-mobile{display:none;}
}

@media only screen and (min-width:768px) and (max-width:959px) {
    .breadcrumb-wrapper { padding-top:15px; }
    .content-ads-mobile{display:none;}
}

@media only screen and (max-width:767px) {
    #header4 .breadcrumb-wrapper { padding-top:15px; }
    #logo img, #header.header2 #logo img, #header.header3 #logo img { height:70px; }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
    .secondary-sidebar#secondary-right{display:none}
    .bx-controls a.bx-prev { margin-top: 115px; }
    .bx-controls a.bx-next { margin-top: 115px; }    
}