/*
Responsive Styles
Media Queries 240 - 500
*/

@media screen and (min-width: 241px) {
	.slideout-menu {
		width:256px !important;
	}	



}

@media screen and (min-width: 320px) {
	.location1 {float:left;padding-right:8%;}
	.location2 {float:left;}
	#slider .flex-direction-nav {display:block;}
}

