/*Wrapping element for Sticky-Footer*/
html {
	height: 100%;
}

body {
 	min-height: 100%;
 	position: relative;
}

/*Coming Soon Page
------------------------------------*/

/*Background Cover*/
.coming-soon-bg-cover:before {
	top: 0;
	z-index: -1;
	width: 100%;
	content: " ";
	height: 100%;
	position: absolute;
	background: rgba(0,0,0,0.5);
}

/*Content*/
.coming-soon-page {
	background: #fff;
}

.coming-soon,
.coming-soon-plugin {
	padding: 20px;
	text-align: center;
}

a, a:visited {
	color: #95a5a6;
}

.coming-soon h1,
.coming-soon h2,
.coming-soon h3,
.coming-soon h4,
.coming-soon p {
	color: #797978;
}

.coming-soon h1 {
	color: #373737;
	font-size: 55px;
	font-weight: 600;
	line-height: 65px;
	margin-bottom: 15px;
}

.coming-soon h2 {
	font-size: 64px;
	font-weight: 400;
	line-height: 65px;
	margin-bottom: 60px;
	text-transform: capitalize;
}

.coming-soon h3 {
	font-size: 32px;
}

.coming-soon p, .about-us p {
	font-size: 18px;
	font-weight: 400;
	line-height: 26px;
	color: #797978;
}

/* Small devices (tablets, 768px and less) */
@media (max-width: 768px) {
	.coming-soon h1 {
		font-size: 40px;
	}

	.coming-soon p {
		font-size: 14px;
	}
}

/*Sticky-Footer
------------------------------------*/
.sticky-footer {
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 20px;
	position: absolute;
}
.sticky-footer .copyright-space {
	color: #797978;
	text-align: center;
	font-size: 12px;
}
@media (max-height: 800px) {
	.sticky-footer {
		position: static;
	}
}

/*Countdown
------------------------------------*/
#defaultCountdown {
	width: 100%;
	margin: 10px 0;
	overflow: hidden;
}

#defaultCountdown span.countdown_row {
	overflow: hidden;
}

#defaultCountdown span.countdown-section {
	margin: 2px;
	width: 150px;
	padding: 25px 0;
	text-align: center;
	display: inline-block;
	background: rgba(0,0,0,0.3);
}

#defaultCountdown span.countdown-amount {
	color: #fff;
	display: block;
	font-weight: 200;
	font-size: 60px !important;
	line-height: 65px !important;
  	font-family: 'Open Sans', sans-serif;
}

#defaultCountdown span.countdown-period {
	color: #fff;
	display: block;
	font-weight: 200;
	font-size: 16px !important;
}

.coming-soon-content {
	margin-top: 40px;
}

.coming-soon-logo {
	text-align: center;
}
.coming-soon-logo img {
	width: 860px;
	height: auto;
}

.about-us {

}

.about-us img.logo {
	width: 360px;
}

.about-us img.about {
	width: 280px;
	margin: 0 30px 30px 0;
}