
@media (min-width: 992px) and (max-width: 1199px) {

}

@media (min-width: 768px) and (max-width: 991px) {

	.coming-soon p { padding: 0; }
	.timer .days-wrapper, .timer .hours-wrapper, .timer .minutes-wrapper, .timer .seconds-wrapper { width: 150px; }

}

@media (max-width: 767px) {
	
	.coming-soon p { padding: 0;    font-size: 15px;line-height: 30px; }
	.timer .days-wrapper, .timer .hours-wrapper, .timer .minutes-wrapper, .timer .seconds-wrapper { width: 115px; }
	.timer .slash { display: none; }
	.timer .days, .timer .hours, .timer .minutes, .timer .seconds {font-size: 50px;line-height: 65px;}
	.coming-soon h2 {margin: 30px 0 10px 0;font-size: 26px;}
	.timer {
    margin-top: 25px;
}
.coming-soon h3 {margin: 0;padding: 0 20px;font-size: 18px;line-height: 30px;}
	.footer-copyright p, .footer-social { text-align: center; }
	.footer-copyright { padding-bottom: 15px; }
.inner-bg {
    padding: 20px 0 0px 0;
}
.footer-copyright p {font-size: 15px;}
footer { margin-top: 30px;}
}

@media (max-width:640px) {
.timer .days-wrapper, .timer .hours-wrapper, .timer .minutes-wrapper, .timer .seconds-wrapper {
    width: 100px;
}
.coming-soon .logo h1{height:100px;}
.coming-soon .logo a {
    width: 320px;
    height: 80px;
    background-size: 100%;
}
}
@media (max-width:480px) {
.footer-copyright p {font-size: 13px;}
.coming-soon h3 {padding: 0 15px; font-size: 15px;line-height: 26px;}
.timer .days-wrapper, .timer .hours-wrapper, .timer .minutes-wrapper, .timer .seconds-wrapper {
    width: 65px;
	    font-size: 16px;
}
.coming-soon h2 {
    margin: 20px 0 5px 0;
    font-size: 18px;
    line-height: 30px;
}
.footer-copyright {
    padding-bottom: 0px;
}
footer {
    margin-top: 20px;
    padding: 10px 0;
}

.timer .days, .timer .hours, .timer .minutes, .timer .seconds {
    font-size: 34px;
    line-height: 50px;
}
.coming-soon .logo h1{height:70px;}
.coming-soon .logo a {
    width: 60px !important;
    height: 60px;
    background-size: 100%;
}
    .subscribe form input { width: 95%; }
    .subscribe form button { width: 95%; margin-top: 10px; }

}

@media (max-width: 400px) {
	
	h1, h2 { font-size: 32px; }

}



/* Retina-ize images/icons */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 2dppx) {
	
	/* logo */
    /* .coming-soon .logo a {
    	background-image: url(../img/logo@2x.png) !important; background-repeat: no-repeat !important;
		    width: 100%;
    }
    .coming-soon .logo a:hover {
    	background-image: url(../img/logo-hover@2x.png) !important; background-repeat: no-repeat !important; 
    }
    .coming-soon .logo a:before {
    	content: url(../img/logo-hover@2x.png);
    } */
 .coming-soon h3 {padding:0px;    font-size: 14px;}   
    /* social icons */
    .social-icon.facebook {
    	background-image: url(../img/social-icons/facebook@2x.png) !important; background-repeat: no-repeat !important; background-size: 48px 48px !important;
    }
    .social-icon.twitter {
    	background-image: url(../img/social-icons/twitter@2x.png) !important; background-repeat: no-repeat !important; background-size: 48px 48px !important;
    }
    .social-icon.dribbble {
    	background-image: url(../img/social-icons/dribbble@2x.png) !important; background-repeat: no-repeat !important; background-size: 48px 48px !important;
    }
    .social-icon.google-plus {
    	background-image: url(../img/social-icons/google-plus@2x.png) !important; background-repeat: no-repeat !important; background-size: 48px 48px !important;
    }
	
}

