
/* Screens Resolution : 767px
-------------------------------------------------------------------------- */
@media only screen and (max-width: 767px) {
	h1{ font-size: 30px; line-height: 32px; margin-bottom: 15px; }
	h2{ font-size: 20px; line-height: 30px; }
	h3{ font-size: 22px; }
	p{ font-size:18px; line-height:26px; }
	
	.main-area-wrapper{  height: 100%; padding: 0px; }

	#normal-countdown .time-sec{ height: 70px; width: 70px; margin: 5px; }

	#normal-countdown .time-sec .main-time{ line-height: 55px; font-size: 1.8em;}
	
	#normal-countdown .time-sec span{ bottom: 12px; }
	
}