@charset "UTF-8";
/*
 * Author: Lime Valley
 * Author URI: https://www.limevalley.com
 *
 */


/* #Tablet (Landscape)
-------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 1139px) {
	
		
}

/* #Tablet (Landscape)
-------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 989px) {


}

/* #Tablet (Portait only)
-------------------------------------------------------------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 989px) {
	

}


/*  #Mobile (Landscape)
-------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 767px) {


}


/*  #Mobile (Portrait)
-------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 479px) {
	
	
}