@charset "utf-8";
/* CSS Document */

@media screen and (orientation:portrait) {
.header{ height:60vh; background:url(../images/mob_banner.jpg) center center;  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;}
}

@media all and (min-width:1200px){ 
 }
 
 
@media screen and (max-width:1199px) {
		
}

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

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

@media screen and (min-width:768px) {
	     
}

@media screen and (max-width:767px) {

		
		
}

@media only screen and (max-width: 768px) and (orientation: landscape) {
		
}

@media only screen and (max-width: 640px) and (orientation: landscape) {
			

}	

@media only screen and (max-width: 480px) and (orientation: landscape) {
		
}

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