/* General styles for all menus */
.mobile_menu_container {
	background: #f2f2f2;
	position: fixed;
    width: 100%;
	height: 100%;
	top: 0;
    right: -100%;
	z-index: 1000;        
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
}
.mobile_menu_container.active {
    right: 0;
    width: 100%;
}

/*.header.relative {*/
/*    padding-top: 0;*/
/*    !*right:240px;*!*/
/*    max-width: 100%;*/
/*    position: fixed;*/
/*}*/

/*.wrapper.active {*/
/*    left:-240px;*/
/*}*/
.main_site_wrap.active{
    position:relative;
    width:100%;
    overflow:hidden;
}

.body_push {
  overflow: hidden;
  position: relative;
  max-width: 100% !important;
  height: 100%;
}

#homepage_slider.active {
    margin-top: 0;
    top:55px;    
}

@media only screen and (max-width:320px) {
    
}