﻿/* ==== Google font ==== */
@import url('https://fonts.googleapis.com/css?family=Lato:400,300,700,900');

body {
	background: #394864;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #555;
    line-height: 1.6em;
    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    color: #444;
}

h1 {
	font-size: 40px;
}

h3 {
	font-weight: 400;
}

h4 {
	font-weight: 400;
	font-size: 20px;
}

p {
    margin-bottom: 20px;
    font-size: 16px;
}


a {
    color: #ACBAC1;
    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: #4F92AF;
    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-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;
}


/* wrapper */

#wrapper {

	text-align: center;

	padding: 0px;

	background: url(../img/main-bg-blue.jpg) repeat center top;

	background-attachment: relative;

	background-position: center center;

	min-height: 650px;

	width: 100%;	

	height: 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: #fff;

	font-size: 35px;

	font-weight: 900;

	letter-spacing: -1px;

}

.subtitle h6{
    color:#fff;
    font-size:20px
}


.subtitle h2 {

	color: #fff;

	font-size: 20px;

	

	text-align: left;

}

.color-white{
    color: #fff;
    font-size:20px
}

.footer p{
    color:white;
}
.subtitle p{
    color: #fff;
    font-size: 20px;
    text-align: left;
}

.subtitle ul li {

	color: #fff;

	font-size: 18px;

	

	text-align: left;

}

.optin {

	color: #00f;

	font-size: 24px;

	

}



/* countdown */

#countdown {

	font-size: 48px;

	color: #fff;

	line-height: 1.1em;

	margin: 40px 0 60px;

}





/* footer */
p.copyright {
	margin-top: 50px;
	color: #fff;
	text-align: center;
}	