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

	
}


/*--- Small tablet portrait ---*/
@media only screen and (min-width : 320px) and (max-width : 479px) {
	/*Home*/
	

}
/*Responsive*/
@media only screen and (min-width : 360px) and (max-width : 639px) {

}

@media only screen and (min-width : 401px) and (max-width : 460px) {
	
}

/*--- Mobile landscape ---*/
@media only screen and (min-width : 480px) and (max-width : 567px) {


}

@media only screen and (min-width : 568px) and (max-width : 688px) {

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

}
/*--- Tablet portrait ---*/
@media only screen and (min-width : 689px) and (max-width : 767px) {

}
/*--- Small tablet landscape ---*/
@media only screen and (min-width : 768px) and (max-width : 1023px) {
}
/*--- Tablet landscape --- */
@media only screen and (min-width : 1024px) and (max-width : 1300px) {
	.section_one .section_one_in .section_one_inside {}
	
}

@media only screen and (min-width : 800px) and (max-width : 1280px) {

}
@media only screen (min-width : 1024px) and (max-width : 1080px){
}
@media only screen and (max-device-width: 1024px) and (orientation: landscape) {

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