body {
	text-align: left;
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	font-weight: 400;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAICAYAAAAx8TU7AAAAG0lEQVQIW2NkYGB4BsQogBGXYBo2lVgFqW0mAAMyBTnkxKBjAAAAAElFTkSuQmCC) repeat;
}
.full {
	background: url(../img/bg-image.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
strong {
	font-weight: 700;
}
a, a:hover {
	color: #fff;
	text-decoration: none;
}
#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #333;
	z-index: 99999;
	height: 100%;
}
#status {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 64px;
	height: 64px;
	margin: -32px 0 0 -32px;
	padding: 0;
}
.logo {
	margin-top: 10px;
	padding-bottom: 10px;
	width:280px;
	border-radius: 0 0 5px 5px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}

.coming-soon {
	padding-top: 100px;
	padding-bottom: 100px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;
	text-align: center;
	color: #fff;
}
.countcolor {
	color:#fff !important;
}
.coming-soon h2 {
	font-size: 80px;
	font-weight: 700;
	padding: 80px 0 40px;
	text-transform: uppercase;
}
.coming-soon h3 {
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 10px;
	margin-top: 40px;
}
.coming-soon p {
	margin-top: 30px;
	font-size: 20px;
	line-height: 36px;
	display: inline-block;
	background: #EB7B10;
	padding: 10px 12px;
}
.counter {
	margin-top: 50px;
	margin-bottom: 50px;
}
.counter .days-wrapper, .counter .hours-wrapper, .counter .minutes-wrapper, .counter .seconds-wrapper {
	display: inline-block;
	width: 220px;
	height: 180px;
	margin: 0 10px;
	padding-top: 40px;
	background: #1D40A1; /* browsers that don't support rgba */
	opacity: 0.7;
	font-size: 24px;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
}
.counter .days, .counter .hours, .counter .minutes, .counter .seconds {
	font-size: 80px;
	line-height: 90px;
}


.subscribe {
	width: 30%;
	height: auto;
	cursor:pointer;
	margin: 0 auto;
	text-align:center;
	padding: 20px;
	font-weight:bold;
	background: #EB7B10;
	border: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	color: #fff;
	border-radius: 5px;
}
.subscribe:hover {
	background: #F26836;
	color: #fff;
}
.subscribe:active {
	background: #F26836;
	color: #fff;
}
.social {
	margin-top: 30px;
	padding-bottom: 30px;
	text-align: center;
}
.social a i {
	display: inline-block;
	padding: 0 10px;
	color: #1D40A1;
}
.social a i:hover {
	color: #EB5237;
}
.copyright {
	margin-top: 30px;
	text-align: center;
	margin-bottom: 20px;
}
.copyright a {
	border-bottom: 1px dotted #1BBC9B;
}
.foot-cont {
	letter-spacing:4px;
}

/***** Media Queries *****/

@media (min-width: 768px) and (max-width: 979px) {
.logo h1 {
	padding-left: 0;
}
.counter .days-wrapper, .counter .hours-wrapper, .counter .minutes-wrapper, .counter .seconds-wrapper {
	width: 140px;
	height: 120px;
	margin: 0 7px;
	padding-top: 20px;
	-moz-border-radius: 70px;
	-webkit-border-radius: 70px;
	border-radius: 70px;
}
.counter .days, .counter .hours, .counter .minutes, .counter .seconds {
	font-size: 60px;
	line-height: 70px;
}
}

@media (max-width: 767px) {
body {
	padding-left: 0;
	padding-right: 0;
}
.logo h1 {
	padding-left: 0;
	text-align: center;
}
.coming-soon h2 {
	font-size: 36px;
	padding: 0 20px;
}
.coming-soon p {
	padding: 0 20px;
}
.counter .days-wrapper, .counter .hours-wrapper, .counter .minutes-wrapper, .counter .seconds-wrapper {
	width: 140px;
	height: 120px;
	margin: 7px;
	padding-top: 20px;
	-moz-border-radius: 70px;
	-webkit-border-radius: 70px;
	border-radius: 70px;
}
.counter .days, .counter .hours, .counter .minutes, .counter .seconds {
	font-size: 60px;
	line-height: 70px;
}
	.subscribe {
		width: 50%;
		padding: 20px;
	}


}

@media (max-width: 480px) {
	.logo {
		width:200px;
	}
	.subscribe {
		width: 70%;
		padding: 18px;
		font-size: 14px;
	}
	.foot-cont {
		letter-spacing:0;
	}



}
