/* ==== Google font ==== */


@font-face {
	font-family: 'HelveticaNeueLTStdUltLt';
	src: url('fonts/HelveticaNeueLTStdUltLt.eot');
	src: url('fonts/HelveticaNeueLTStdUltLt.eot') format('embedded-opentype'),  url('fonts/HelveticaNeueLTStdUltLt.woff2') format('woff2'),  url('fonts/HelveticaNeueLTStdUltLt.woff') format('woff'),  url('fonts/HelveticaNeueLTStdUltLt.ttf') format('truetype'),  url('fonts/HelveticaNeueLTStdUltLt.svg#HelveticaNeueLTStdUltLt') format('svg');
}

@font-face {
    font-family: 'HelveticaNeueLTStdBd';
    src: url('fonts/HelveticaNeueLTStdBd.eot');
    src: url('fonts/HelveticaNeueLTStdBd.eot') format('embedded-opentype'),
         url('fonts/HelveticaNeueLTStdBd.woff2') format('woff2'),
         url('fonts/HelveticaNeueLTStdBd.woff') format('woff'),
         url('fonts/HelveticaNeueLTStdBd.ttf') format('truetype'),
         url('fonts/HelveticaNeueLTStdBd.svg#HelveticaNeueLTStdBd') format('svg');
}

@font-face {
    font-family: 'HelveticaNeueLTStdLt';
    src: url('fonts/HelveticaNeueLTStdLt.eot');
    src: url('fonts/HelveticaNeueLTStdLt.eot') format('embedded-opentype'),
         url('fonts/HelveticaNeueLTStdLt.woff2') format('woff2'),
         url('fonts/HelveticaNeueLTStdLt.woff') format('woff'),
         url('fonts/HelveticaNeueLTStdLt.ttf') format('truetype'),
         url('fonts/HelveticaNeueLTStdLt.svg#HelveticaNeueLTStdLt') format('svg');
}

@font-face {
    font-family: 'HelveticaNeueLTStdRoman';
    src: url('fonts/HelveticaNeueLTStdRoman.eot');
    src: url('fonts/HelveticaNeueLTStdRoman.eot') format('embedded-opentype'),
         url('fonts/HelveticaNeueLTStdRoman.woff2') format('woff2'),
         url('fonts/HelveticaNeueLTStdRoman.woff') format('woff'),
         url('fonts/HelveticaNeueLTStdRoman.ttf') format('truetype'),
         url('fonts/HelveticaNeueLTStdRoman.svg#HelveticaNeueLTStdRoman') format('svg');
}


body {
	background: #394864;
    font-family: 'HelveticaNeueLTStdRoman';
	font-weight: 300;
	font-size: 16px;
	color: #fff;
	line-height: 1.6em;
	-webkit-font-smoothing: antialiased;
	-webkit-overflow-scrolling: touch;
	text-align: center;
	background: url(../img/bg.jpg) no-repeat center top;
	background-attachment: relative;
	/*	background-position: center center;*/
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	color: #1e376d;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'HelveticaNeueLTStdUltLt';
	font-weight: 300;
	color: #444;
}
h1 {
	font-size: 40px;
}

h2{
	 font-family: 'HelveticaNeueLTStdLt';
}

h3 {
	font-weight: 400;
}
h4 {
	font-weight: 400;
	font-size: 20px;
}
p {
	margin-bottom: 20px;
	font-size: 16px;
}
a {
	color: #1e376d;
	word-wrap: break-word;
	-webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
	-moz-transition: color 0.1s ease-in, background 0.1s ease-in;
	-ms-transition: color 0.1s ease-in, background 0.1s ease-in;
	-o-transition: color 0.1s ease-in, background 0.1s ease-in;
	transition: color 0.1s ease-in, background 0.1s ease-in;
}
a:hover, a:focus {
	color: #1e376d;
	text-decoration: none;
	outline: 0;
}
a:before, a:after {
	-webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
	-moz-transition: color 0.1s ease-in, background 0.1s ease-in;
	-ms-transition: color 0.1s ease-in, background 0.1s ease-in;
	-o-transition: color 0.1s ease-in, background 0.1s ease-in;
	transition: color 0.1s ease-in, background 0.1s ease-in;
}
.alignleft {
	text-align: left;
}
.alignright {
	text-align: right;
}
.aligncenter {
	text-align: center;
}
.btn {
	display: inline-block;
	padding: 10px 20px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.428571429;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 0;
}
.btn-theme {
	color: #fff;
	background-color: #4F92AF;
	border-color: #4F92AF;
}
.btn-theme:hover {
	color: #fff;
	background-color: #444;
	border-color: #444;
}
form.signup input {
	height: 42px;
	width: 200px;
	border-radius: 0;
	border: none;
}
form.signup button.btn {
	font-weight: 700;
}
form.signup input.form-control:focus {
	border-color: #fd680e;
}
/* Header */

#header {
	width: 100%;
	background: rgba(0,0,0,.65);

	background: #ffffff;
	background: rgba(255,255,255,.65);
	background: none;
	padding: 20px 0px;
	position:absolute;
	top:0px;

}
#header img {
	width: 25%;
}
/* wrapper */

#wrapper {
	text-align: center;
	/*	padding: 50px 0;*/
	/*background: url(../img/main-bg.jpg) no-repeat center top;*/
	background-attachment: relative;
	background-position: center center;
	/*	min-height: 650px;*/
	width: 100%;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;

}
#wrapper h1 {
	margin-top: 60px;
	margin-bottom: 40px;
	color: #1e376d;
	font-size: 75px;
	letter-spacing: 1px;
}
h2.subtitle {
	color: #1e376d;
	font-size: 21px;
	margin-bottom:0px;
	margin-top:10px;
}

#wrapper p{
	font-size:12px;
	font-size: 32px;
	font-size: 28px;
	margin:0px;	
	font-weight: bold;
	line-height: 30px;
	margin-bottom: 20px;
}

#wrapper p img{
	width: 30%;
}

#wrapper p span{
	font-size: 20px;
	font-weight: normal;
}

.divider-line{
	margin:25px 0px;	
}

/* countdown */
#countdown {
	font-size: 48px;
	color: #fff;
	line-height: 1.1em;
	margin: 40px 0 60px;
}
/* footer */


/* Header */

#footer {
	position: absolute;
	bottom: 0px;
	width: 100%;
	background: rgba(0,0,0,.65);
}
p.copyright {
	font-size: 11px;
	margin: 0px;
	color: #fff;
	text-align: center;
}


.text-inner-container{
	margin-top: 160px;
}

@charset "utf-8";
/* CSS Document */


/* Desktops and laptops ----------- */


@media only screen and (max-width : 1200px) {



}


/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {



}


/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {

#wrapper{
	position:relative;
	height:auto !important;	
}

#footer {
	position: relative;
	bottom: 0px;
	width: 100%;
	background: rgba(0,0,0,.65);
}

#header {

	position:relative;
	top:0px;

}


}


/* Landscape phone to portrait tablet */
@media (max-width: 767px) {

	#wrapper{
		padding: 20px 0px;
	}
	
	#header img{
		width:auto;	
		width:100%;	
	}


#header {

	position:relative;
	top:0px;

}

#wrapper{
	position:relative;
	height:auto !important;	
}

#footer {
	position: relative;
	bottom: 0px;
	width: 100%;
	background: rgba(0,0,0,.65);
}


#wrapper p{
	font-size:12px;
	font-size: 22px;
	margin:0px;	
	font-weight: bold;
	line-height: 30px;
	margin-bottom: 20px;
}

#wrapper p img{
	width: 80%;
	width: auto;
	height: 120px;
}

#wrapper p span{
	font-size: 16px;
}


}
 
/* Landscape phones and down */
@media (max-width: 480px) {
}

@media (max-width: 480px) {

}

@media (max-width: 480px) {

}

@media (max-width: 320px){



}