/*Index Style*/
.loading{width:100%; height:100%; position:fixed; top:0px; left:0px; background:url(../images/loader.gif) no-repeat 50% #000; opacity:1; z-index:9999;}  


/*1~~~320*/
@media screen and (min-width:1px) and (max-device-width:320px){
	
}

/*1~~~370*/
@media screen and (min-width:1px) and (max-device-width:370px){
	
}

/*1~~~991*/
@media screen and (min-width:1px) and (max-device-width:991px){
	
}

/*1~~~1170*/
@media screen and (min-width:1px) and (max-device-width:1170px){
	
}

/*1~~~767*/
@media screen and (min-width:1px) and (max-device-width:767px){
	
}

/*1~~~991*/
@media screen and (min-width:1px) and (max-device-width:991px){
	
}

/*768*/
@media screen and (max-device-width:768px) and (min-width:768px){
	
}

/*768~~~~991*/
@media screen and (min-width:768px) and (max-device-width:991px){
	
}

/*768~~~1199*/
@media screen and (min-width:768px) and (max-device-width:1199px){

}


/*992~~~1023*/
@media screen and (min-width:992px) and (max-device-width:1023px){
	
}

/*992~~~1199*/
@media screen and (min-width:992px) and (max-device-width:1199px){
	
}

/*1024*/
@media screen and (max-device-width:1024px) and (min-width:1024px){
	
}

/*1025~~~1199*/
@media screen and (min-width:1025px) and (max-device-width:1199px){
	
}

/*<=1200px*/
@media screen and (min-width:1200px){ 
	
}



