

/* Responsive CSS Styles Table of Contents */
@media only screen and (min-width: 1921px) and (max-width: 2500px) {
	
}
@media only screen and (min-width: 1501px) and (max-width: 1920px) {
	
}
@media only screen and (min-width: 1301px) and (max-width: 1500px) {

}
@media only screen and (min-width: 1170px) and (max-width: 1300px) {
/*.container {
                	border: 1px solid #09C;
                }*/
/*MAYURBHAI (1280X1024)*/
				

}
@media only screen and (min-width: 1000px) and (max-width: 1169px) {
/* .container {
                	border: 1px solid pink;
                }*/
/*TABLET LANDSCAPE (1024X768)*/
#preloader .loader {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -25px;
	margin-left: -113px;
}

}
@media only screen and (min-width: 768px) and (max-width: 999px) {
/*.container {
                	border: 1px solid yellow;
                }*/
/*SMALL TABLET LANDSCAPE (800X600)*/
#preloader .loader {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -25px;
	margin-left: -113px;
}

}
@media only screen and (min-width: 600px) and (max-width: 767px) {
 /*.container {
                	border: 1px solid #999;
                }*/
/*SMALL TABLET PORTRAIT (600*800)*/


#preloader .loader {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -25px;
	margin-left: -113px;
}


}
@media only screen and (min-width: 480px) and (max-width: 599px) {
/*.container{
		border:1px solid green;
	}*/
	
	/*Mobile Landscape 480*320*/	
	
	#preloader .loader {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -25px;
	margin-left: -113px;
}
}
@media only screen and (min-width: 414px) and (max-width: 479px) {
/*.container{
		border:1px solid red;
	}*/
/*IPHONE6S+ SCREEN*/
#preloader .loader {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -25px;
	margin-left: -113px;
}



}
@media only screen and (min-width: 375px) and (max-width: 413px) {
/* .container {
                	border: 1px solid Green;
                }*/
/*IPHONE6 SCREEN*/	

#preloader .loader {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -25px;
	margin-left: -113px;
}


}
@media only screen and (max-width: 374px) {
/*.container {
	border: 1px solid red;
}*/

/*IPHONE5 SCREEN*/

#preloader .loader {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -25px;
	margin-left: -113px;
}

}
