/*######  Design by BESTADDON http://www.bestaddon.com All Rights Reserved  ###########*/
/* Portrait tablet and down */
@media (max-width: 991px) {
	.ba__menu-button{float: right;}
    #sheetswitch{display: none;}
}
/* Landscape tablet and up */
@media (max-width: 768px) {
	
}

/* Phone */
@media (max-width: 480px) {

}
