

/*==========  Desktop First Method  ==========*/
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1100px) {

		

}


/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
	.w1000 {max-width: 992px; min-width: 768px;}
		
	
}
/* Small Devices, Tablets */
@media only screen and (max-width: 800px) {
	.w1000 {max-width: 790px; min-width: 400px; overflow: hidden; }
	


}

/* Extra Small Devices, Phones */
@media screen and (max-width: 500px){
	.w1000 {max-width: 500px; min-width: 350px;}
	


}




