/* /////// Height /////// */
@media screen and (max-height: 500px) {
	
}
@media screen and (max-height: 580px) {
	
}

/* /////// Width /////// */
@media screen and (max-width: 1850px) {

}
@media screen and (max-width: 1650px) {
	
}
@media screen and (max-width: 1600px) {
	
}
@media screen and (max-width: 1500px) {
	
}
@media screen and (max-width: 1360px) {
	
}
@media screen and (max-width: 1280px) {
	
}
@media screen and (max-width: 1270px) {
	
}
@media screen and (max-width:1241px){
	
}
@media screen and (max-width:1200px){

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

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

}
@media screen and (max-width: 960px) {
	
}
@media screen and (max-width: 950px) {
	
}
@media screen and (max-width: 900px) {
	h1 {
		font-size: 3rem;
	}
	h2 {
		font-size: 1.7rem;
	}
}
@media screen and (max-width: 880px) {

}
@media screen and (max-width: 850px) {
	.w1280{
		padding: 0 30px;
	}
}
@media screen and (max-width: 800px) {
	
}
@media screen and (max-width: 780px) {
	
}
@media screen and (max-width: 750px) {
	
}
@media screen and (max-width: 715px) {
	
}
@media screen and (max-width: 700px) {

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

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

}
@media screen and (max-width: 580px) {
	
}
@media screen and (max-width: 550px) {
	
}
@media screen and (max-width: 500px){
	
}	
@media screen and (max-width: 450px){	
	
}
@media screen and (max-width: 430px){	

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


/* /////// Print /////// */
@media print {
	body {
		background: none !important;
		color: #000;
		font-size: 10pt;
	}
}