/*
Theme Name: Ably
Description: Coming Soon
Author: WEB_NEXT
Theme URI: http://themeforest.net/item/ably-coming-soon-page/10560329
Author URI: themeforest.net/user/WEB_NEXT
*/

/* ==================================================================
 * Table of Contents:
 *
 * 1.0 - Basic Document Styles
 * 2.0 - Page Elements 
 * 3.0 - Newsletter
 * 4.0 - Contact
 * 5.0 - clock
 * 6.0 - Parallax Background
 * 7.0 - Responsive
================================================================== */




/* ==================================================================
	1.0 Basic Document Styles
================================================================== */

/* Import Fonts */
@import url(http://fonts.googleapis.com/css?family=Coustard|Open+Sans);

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 21px;
	font-weight: 200;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	color: #006;
	background: #000;
}
h1, h2, h3, h4, h5, h6{
	font-family: 'Open Sans', sans-serif;
	color:#1C2756;
	font-weight: normal;
	letter-spacing: 1px;
}
h1{font-size: 55px; line-height: 70px; padding: 0; margin: 0;}
h5{font-size: 25px; line-height: 35px; padding: 0; margin: 0; color: #b7b7b7;}

p {color:#86211A;}

a {
	color: #86211A;
	text-decoration:none;
	font-weight: normal;
}
a:hover {text-decoration:underline;}


#maximage {
	display:none;
	position:fixed !important;
}

.gradient {
	left:0;
	height:100%;
	position:absolute;
	top:0;
	width:100%;
	z-index:999;
}

.show{display: block;}
.hide{opacity: 0;}

/* ==================================================================
	2.0 Page Elements
================================================================== */

/* Set Page Elements */
.content { 
	float:left;
	margin:40px;
	position:absolute;
	top:260px;
	width:600px;
	z-index:9999;
	-webkit-font-smoothing:antialiased;
}

#logo {
	font-family: 'Lucida Calligraphy', serif;
	
	top:150px;
	height:auto;
	left:40px;
	position:absolute;
	width:20%;
	z-index:1000;
	color: #f05558;
}

.main-nav{
	position:absolute;
	top: 250px;
	left:0px;
	z-index:1000;
	font-size:14px;
	font-weight:bold;
}
.main-nav ul li { 
	list-style: none;
	display: inline;
	padding-right: 10px;
	padding-left: 10px;
	border-right: 1px solid #b7b7b7;
}
.main-nav ul li a.active {
	color: #1C2756;
}
.main-nav a:hover {color: #fff;}

.social-nav {
	position:absolute;
	top: 0px;
	left: 40px;
	font-size:20px;
}
.social-nav a:hover {color: #f05558;}
.social-nav ul {margin: 0; padding:0;}
.social-nav ul li{
	list-style: none;
	display:block;
	float: left;
	background: #fff;
	padding:70px 10px 5px 10px;
	margin: 1px;
	opacity: .9;
}
.social-nav ul li:hover {opacity: 1;}

.form-control {
	margin-bottom:10px;
	margin-top:10px;
}

.btn-default:hover{
color: #f05558;
}

/* ==================================================================
	3.0 Newsletter
================================================================== */

/*Newsletter subscribe start here*/

.email-ico i {
    font-size: 36px;
    line-height: 72px;
}

.contact-form .form-group {
    position: relative;
    width: 100%;
    margin-bottom: 4px !important;
}
.contact-form {
    color: #1C2756;
    float: none;
    margin: 0 auto 60px auto;
}

.contact-form input {
    background-color: #1C2756;
    border: none;
    height: 35px;
    width: 100%;
    padding: 0 22% 0 70px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.contact-form .error:focus,
.contact-form .error {
    border: 1px solid #1C2756;
}
.contact-form label.error {
    color: #1C2756;
    font-size: 14px;
    line-height: 18px;
    font-weight: normal;
    position: absolute;
    right: 0;
    text-transform: none;
    top: -28px;
    border: none;
    background-color: #1C2756;
    padding: 4px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.contact-form .email-ico {
    position: absolute;
    top: -6px;
    left: 12px;
    font-size: 24px;
}
.contact-form .btn-submit {
    position: absolute;
    top: 10px;
    right: 12px;
    font-size: 20px;
    border: none;
    background-color: #ff382e;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 20px;
    color: #ffffff;
    line-height: 22px;
    font-family: 'Roboto', sans-serif;
    width: 90px;
    height: 35px;
    font-weight: bold;
    line-height: 24px;
}
.form-respond .content-message {
    border-radius: 5px;
    margin: 0 0 50px;
    padding: 30px;
}
.form-respond .success {
    color: #fff;
    background-color: green;
}
.form-respond .content-message {
    border-radius: 5px;
    margin: 0 0 50px;
    padding: 4px 8px;
    color: #1C2756;
    background-color: #FF0000;
}
.form-respond .content-message h2,
.form-respond .content-message p {
    display: inline;
    font-size: 15px;
}
/*Newsletter subscribe end here*/

/* ==================================================================
	4.0 Contact
================================================================== */

/*Contact*/

input[type="text"] {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid rgb(255, 255, 255);
    color: rgb(255, 255, 255);
    font-weight: 300;
    height: 35px;
    line-height:35px;
    margin-bottom: 20px;
    padding: 0 20px;
    width: 100%;
}
input[type="email"] {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid rgb(255, 255, 255);
    color: rgb(255, 255, 255);
    font-weight: 300;
    height: 35px;
    line-height:35px;
    margin-bottom: 20px;
    padding: 0 20px;
    width: 100%;
}

.contact-btn-submit {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid rgb(255, 255, 255);
    color: rgb(255, 255, 255);
    border-radius: 5px;
    font-family: "Myriad Pro",sans-serif;
    font-size: 10px;
    height:30px;
    line-height: 24px;    
    width: 100px;
}
.contact-btn-submit:hover {
    background-color: #f05558;
    color: #000;

}


/* end Contact */

/* ==================================================================
	5.0 clock
================================================================== */

/*clock*/
#clock {
	color: #fff;
	overflow: hidden;
}

.counter-container {
	display: table;
	margin: 0 auto;
}

#clock .counter-box {
	display: block;
	width: 160px;
	text-align: center;
	overflow: hidden;
	padding: 10px 25px;
	float: left;
	margin: 25px 0;
	position: relative;
}

#clock .number {
	font-size: 80px;
	text-align: center;
	font-family: 'Monteserrat', sans-serif;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 10px;
}

#clock span {
	display: block;
	font-size: 21px;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	padding-top: 10px;
	position: relative;
	overflow: hidden;
}

#clock span:before {
	position: absolute;
	content: '';
	display: block;
	width: 30px;
	height: 1px;
	background: #fff;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	top: 0px;
}
/*end clock*/

/* ==================================================================
	6.0 Parallax Background
================================================================== */

/*Parallax Background*/
.parallax-wallpaper {
	left: -25%;
	top: -25%;
	overflow: hidden;
	margin: 0;
	padding: 0;
	z-index: -999999;
	position: fixed;
	width: 150%;
	height: 150%;
	background-image:url(../images/backgrounds/ParallaxBackground.jpg);
	-webkit-background-size: cover;
	background-size: cover;
}
/*end Parallax Background*/

/* ==================================================================
	7.0 Responsive
================================================================== */

/*Responsive css start here*/

@media(max-width:992px) {

input[type="text"] {
    height: 35px;
    width: 280px;
}
input[type="email"] {
    height: 35px;
    width: 280px;
}

#clock .counter-box {
		width: 100%;
		float: none;
		border: none;
}

.slidecontent {

	margin-left:500px;
}
	.textslider h1 {
		font-size: 62px;
	}

	.textslider h2 {
		font-size: 48px;
	}

	.textslider h3 {
		font-size: 30px;
	}




}

@media(max-width:768px) {	
input[type="text"] {
    height: 35px;
    width: 250px;
}
input[type="email"] {
    height: 35px;
    width: 250px;
}

.content p{ 

	width:220px;
}

#clock .counter-box {
		width: 100%;
		float: none;
		border: none;
}	
#video_background{
        display: none;
}


.slidecontent {

	margin-left:450px;
}
	.textslider h1 {
		font-size: 48px;
	}

	.textslider h2 {
		font-size: 30px;
	}

	.textslider h3 {
		font-size: 24px;
	}
	

}

@media(max-width:640px){
.slidecontent {

	display:none;
}
}

@media(max-width:568px) {	
.social-nav {
	position:absolute;
	top: 0px;
	left: 40px;
	font-size:15px;
}

input[type="text"] {
    height: 35px;
    width: 200px;
}
input[type="email"] {
    height: 35px;
    width: 200px;
}

h1{font-size: 40px;}
h5{font-size: 18px;}
.content p{ 

	width:220px;
}

#clock {
		margin-top:800px;
}

.slidecontent {

	display:none;
}
}
/* Footer Style */
.reference{
	position: fixed;
	width: 100%;
	height: 25px;
	line-height: 24px;
	font-size: 0.9em;

	text-transform: lowercase;
	font-family: 'Open Sans', sans-serif;
	z-index: 4;
	bottom: 0px;
}
.reference a{
	padding:5px 10px;
	letter-spacing:1px;
	font-size: 0.9em;
	color:#fff;
	text-align:right;
}
.reference a:hover{
	color: #f05558;
	font-family: 'Open Sans', sans-serif;
	font-size: 0.9em;
}
.reference a span{
	font-weight:bold;
}
.reference span.right_ab{
	position:absolute;
	right:4px;
}
footer{display:block;}
