body {
	background: #504e4e url(../img/banner.jpg) no-repeat center;
	background-attachment:fixed;
	background-size:cover;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	color: #fff;
	text-align: center;position:relative;
	height:100vh;
}
body:before{background:#0000005e;content:'';position:absolute;height:100%;width:100%;left:0;top:0;}
strong {
	font-weight: 700;
}
a, a:hover, a:focus {
	color: #e3001a;
	text-decoration: none;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
}
h2 {
	margin-top: 10px;
	font-size: 50px;
	font-weight: 300;
	line-height: 54px;
	color: #37d3f9;
}
img {
	max-width: 100%;
}

::-moz-selection {
background: #FBDC8F;
color: #fff;
text-shadow: none;
}
::selection {
	background: #FBDC8F;
	color: #fff;
	text-shadow: none;
}
/***** Coming Soon *****/

.coming-soon {
	margin: 0 auto;
}
.inner-bg {
	padding: 65px 0 0px 0;
}
.coming-soon .logo {
	padding-bottom: 0px;
}
.coming-soon .logo h1 {
	margin: 0;
}
.coming-soon .logo a {
	display: inline-block;
	width: 105px;
	height: 100px;
	/*background: url(../img/logo.png) center center no-repeat;
	text-indent: -99999px;*/
}
.coming-soon .logo a:focus {
	outline: 0;
}
/* .coming-soon .logo a:hover {
	background-image: url(../img/logo-hover.png);
}
.coming-soon .logo a:before {
	content: url(../img/logo-hover.png);
	width: 0;
	height: 0;
	visibility: hidden;
} */
.coming-soon h2 {
	color: #fff;
	border-bottom: solid 1px #fff;
	margin: 40px 0 10px 0;
	position: relative;
	display: inline-block;
	font-size: 36px;
}
.coming-soon h3 {
	margin: 10px 0 10px 0;
	padding: 0 120px;
	font-size: 24px;
	line-height: 36px;
	color: #e3001a;
}
.coming-soon p {
	margin: 10px 0 10px 0;
	padding: 0 120px;
	font-size: 18px;
	line-height: 36px;
	color: #fff;
}
.timer {
	margin-top: 40px;
}
.timer .days-wrapper, .timer .hours-wrapper, .timer .minutes-wrapper, .timer .seconds-wrapper {
	display: inline-block;
	width: 160px;
	margin: 0 10px;
	font-size: 18px;
	color: #e3001a;
}
.timer .days, .timer .hours, .timer .minutes, .timer .seconds {
	font-size: 80px;
	font-weight: 300;
	line-height: 90px;
	color: #fff;
}
.inner-bg hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #324167;
}
.subscribe {
	margin-top: 45px;
}
.subscribe form input {
	width: 362px;
	height: 52px;
}
.success-message, .error-message {
	margin-top: 20px;
	font-size: 18px;
	line-height: 32px;
}
/***** Footer *****/

footer {
	margin-top: 60px;
	padding: 20px 0 15px 0;
	background: #3d3d3d;
	background: rgb(236, 239, 241);
	border-top: 1px dotted #A2A2A2;
}
.footer-copyright p {
	margin: 0;
	font-size: 18px;
	line-height: 32px;
	color: #000;
	text-align: center;
	padding: 0;
}
.footer-copyright a {
	color: #000;
	border-bottom: 1px dotted #000;
}
.footer-copyright a:hover {
	color: #428bca;
	border: 0;
}
.footer-social {
	text-align: right;
}
/* social icons */
.social-icon {
	display: inline-block;
	width: 48px;
	height: 48px;
	margin: 5px;
	background: center center no-repeat;
}
.social-icon.facebook {
	background-image: url(../img/social-icons/facebook.png);
}
.social-icon.twitter {
	background-image: url(../img/social-icons/twitter.png);
}
.social-icon.dribbble {
	background-image: url(../img/social-icons/dribbble.png);
}
.social-icon.google-plus {
	background-image: url(../img/social-icons/google-plus.png);
}
.slash {
	color: #000;
}
.backstretch {
	display: none !important;
}
.logo p {
	padding: 35px 0 25px 0
}
footer {
	position: fixed;
	bottom: 0;
	width: 100%;
}
 @media screen and ( max-height:750px ) {
footer {
	position: relative;
	bottom: 0;
	width: 100%;
}
}
