
/** Common Mobile device css**/

@media only screen and (min-width:0px) and (max-width:1023px) { 

}


/**Iphone5 Portrite media query**/
@media only screen and (min-width:320px) and (max-width:359px) { 

}

/**Samsung s4 Portrite media query**/
@media only screen and (min-width:360px) and (max-width:479px) {  
  
}

/**landscape media query**/
@media (min-width:480px) and (max-width:767px) {

    
    
}

/**Iphone landscape media query**/
@media (min-width:550px) and (max-width:568px) {

}

/**Samsung s4 landscape media query**/
@media (min-width:569px) and (max-width:640px) {  

    
}



/**Ipad mini portrite media query**/
@media (min-width:768px) and (max-width:990px) { 
    
}

/**Ipad mini landscape media query**/
@media (min-width:1024px) and (max-width:1279px) {

}

@media (min-width: 1500px) and (max-width:2000px) {

}

/*============19.5" device media query================*/
@media (min-width: 1500px) and (max-width:1700px) {
}

/*============21" to 23" device media query================*/ 
@media (min-width: 1701px) and (max-width:2000px) {  
}


/*============27" large device media query================*/ 
@media only screen and (min-width: 2001px) {
}








/**********************************************/
/*************   Extra Grid System   **********/
/**********************************************/


@media only screen and (min-width: 1200px) and (max-width: 1599px) {
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
}
@media only screen and (min-width: 768px) and (max-width: 991px)  { 	
}

@media screen and (min-width: 600px) and (max-width: 800px) {
}
/** Portrite to landscape media query**/
@media only screen and (max-width: 767px) {
}

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

/**landscape media query**/
@media only screen and (min-width: 480px) and (max-width: 767px) {
}

/**  Iphone6+ css**/
@media only screen and (min-width : 414px)  and (max-width : 736px){	
}

/**  Iphone6 css**/
@media only screen and (min-width: 375px) and (max-width: 667px) { 
}

/**  Iphone5 css**/
@media only screen and (min-width: 320px) and (max-width:568px) {
}

/**  Iphone4 css**/
@media only screen and (min-width: 320px) and (max-width: 480px) {
}