@import url('https://fonts.googleapis.com/css?family=Oswald');
body {
    background: #222;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    color: #fff;
    text-align: center;
}

strong { font-weight: 700; }

a, a:hover, a:focus {
	color: #fff;
	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;
}

img { max-width: 100%; }

::-moz-selection { background: #1d70b8; color: #fff; text-shadow: none; }
::selection { background: #1d70b8; color: #fff; text-shadow: none; }


/***** Coming Soon *****/

.coming-soon {
    margin: 0 auto;
}

.inner-bg {
    padding: 0px 0 40px 0;
}

.coming-soon .logo {
	padding-bottom: 20px;
}

.coming-soon .logo h1 {
	margin: 0;
}

.coming-soon .logo a {
	display: inline-block;
	width: 280px;
	height: 108px;
	outline:red solid 1px;
	background: url(../img/logo.png) center center no-repeat;
	text-indent: -99999px;
}
.coming-soon .logo a:focus { outline: 0; }


.coming-soon .logo img {width:300px;}

.coming-soon p {
	margin: 60px 0 10px 0;
	padding: 0 120px;
    font-size: 22px;
    line-height: 36px;
}

.timer {
    margin-top: 60px;
}

.timer .days-wrapper,
.timer .hours-wrapper,
.timer .minutes-wrapper,
.timer .seconds-wrapper {
    display: inline-block;
    width: 160px;
    margin: 0 10px;
    font-size: 18px;
}

.timer .days,
.timer .hours,
.timer .minutes,
.timer .seconds {
    font-size: 80px;
    font-weight: 100;
    line-height: 90px;
}

.subscribe {
	margin-top: 60px;
}

.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;
}

.footer-copyright p {
	margin: 0;
	font-size: 14px;
    line-height: 32px;
    color: #fff;
    text-align: center;
}

.footer-copyright a { color: #fff; }
.footer-copyright a:hover { color: #fff;  border-bottom: 1px dotted #fff;}

.footer-social {
	text-align: right; 
}
.footer-social a {
	color:#fff;
}
.footer-social a:hover {
	color:#f78f1e;
}

