/* RESPONSIVE MEDIA QUERIES © Eborn Interactive */


/* Screen Widths

Tablet Portrait - 768px
Tablet Landscape - 1024px

iPhone 3,4,5 - 320px


/* iOS Specific
================================================== */

@supports (-webkit-overflow-scrolling: touch) {
	
  /* CSS specific to iOS devices */ 

}

/* ================================================ */

/* Other than iOS specific
================================================== */

@supports not (-webkit-overflow-scrolling: touch) {
	
  /* CSS for other than iOS devices */ 
  
}

/* ================================================ */


/* Responsive Width Section (General)
================================================== */

	@media only screen and (max-width: 980px) {





	}

/* ================================================ */


/* Responsive Width Section (Mobile Phone)
================================================== */

	@media only screen and (max-width: 580px) {


		/*.stats .col {
			width: calc(50% - 5px);
		}
		
		.stats .col:nth-child(3n+1) {
			margin-left: 10px;
		}
		
		.stats .col:nth-child(2n+1) {
			margin-left: 0;
		}*/
		
		.stats label {
			font-size: 10px;
			letter-spacing:-0.5px;
		}
		
		.stats .col {
			padding-top: 0;
		}
		
		.stats .number {
			letter-spacing: -1px;
			font-size: 35px;
		}
		
		.modal {
			padding: 30px 20px;
		}


	}

/* ================================================ */


/* Responsive Width Section (Smallest Mobile Screens)
================================================== */

	@media only screen and (max-width: 359px) {





	}

/* ================================================ */