
nav.menu {
    right: -260px!important;
}

nav.menu.showMenu {
    right: 0!important;
}


.hidden {
    display: none;
    visibility: hidden;
}
body  .visible-xs { display: none !important }
body  .visible-sm { display: none !important }
 body  .hidden-md { display: none !important }
body  .visible-md { display: block !important }
@media (min-width: 768px) and (max-width: 979px) { 
    body   .hidden-md { display: block !important }
    body  .visible-md { display: none !important }
    body  .visible-sm { display: block !important }
    body  .hidden-sm { display: none !important }
}
@media (max-width: 767px) { 
    body  .hidden-md { display: block !important }
    body   .visible-md { display: none !important }
    body  .visible-xs { display: block !important }
   body  .hidden-xs { display: none !important }
}


.page-teaser {
    width: auto!important;
    max-width: 326px;
}

.page-teaser img{
    max-width: 326px;
}

.col-xs-12 {
    width: auto!important;
}
/*# sourceMappingURL=ie8.css.map */
