@charset "utf-8";
/* CSS Document */


@media only screen and (max-width: 767px){
	
}

@media only screen and (min-width: 768px){
	
}

/*===============================
			max 767px End
=================================*/



@media only screen and (min-width: 768px)and (max-width: 991px){
	
}
/*===============================
			768px to 991px End
=================================*/


@media only screen and (min-width: 992px)and (max-width: 1023px){
	
}
/*===============================
			992px to 1023px End
=================================*/



@media only screen and (min-width: 992px)and (max-width: 1199px){
	
}
/*===============================
			992px to 1199px End
=================================*/




@media only screen and (min-width: 1024px)and (max-width: 1200px){
	
}
/*===============================
			1024px to 1200px End
=================================*/