@media (max-width: 767px) {
/* Start Viewport phone */
.content-full > .content-inner > [objtype], .content-full > .content-inner > shared > [objtype] { min-width:var(--phone-width); }
.content-fixed > .content-inner { width:var(--phone-width); }
.hidden-phone { display:none!important; }
.wse-men > nav { display:none; }
.wse-men .menu-toggle { display:block; }
header, header > #header-wrap { height:143px; }
header { margin-top:0px; margin-bottom:0px; }
footer, footer > #footer-wrap { height:150px; }
footer { margin-top:0px; margin-bottom:0px; }
#body-content { min-height:350px; }
body { overflow-x:hidden; width:100%; background-color:#ffffff; background-repeat:repeat; background-size:auto; background-position:0 0; background-attachment:initial; background-image:none; -moz-background-size:auto; -webkit-background-size:auto; }
#body-content, header, header > #header-wrap, footer, footer > #footer-wrap { min-width:var(--phone-width); }
#hdr_staticMenu_96 { z-index:9920; top:24px; left:143px; width:50px; height:50px; }
#hdr_columns_97 { height:143px; z-index:102; top:0px; width:100%; left:0px; }
#ftr_columns_98 { height:150px; z-index:104; top:0px; width:100%; left:0px; }
:root { --phone-width:320px; }
/* End Viewport phone */
}