@charset "utf-8";
 @media only screen and (min-width : 0px) and (max-width : 1024px) {
#access { 
display: none;
}	
#mob-menu-container { 
display: block;
}
.logo { 
position: relative;
box-shadow: none !important;
}
#top-home { 
background: #f7f7f7 !important;
}
.box-special { 
background: #5f84f6 !important;
margin: 0;
padding: 15px 0;
}
}
@media only screen and (min-width : 1024.01px) and (max-width : 1366px) {
}