/************************************************* 
    Template Author : pixelhint.com
    Author Email    : contact@pixelhint.com
    Template Name   : Notify
    
    RESET.CSS
*************************************************/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

img{
    max-width: 100%;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    color: #454545;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

/************************************************* 
    Template Author : pixelhint.com
    Author Email    : contact@pixelhint.com
    Template Name   : Notify
    
    
    TEMPLATE.CSS
*************************************************/

/*  Fonts  */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:600,700');

/*  General CSS*/
html,
body {
	width:100%;
	height:100%;
}

body {
	font-family: 'Open Sans', sans-serif;
	font-size:12pt;
	font-weight:600;
	letter-spacing:-.02em;
	line-height:1.5em;
	overflow:hidden;
	color:#fff;
}

h1, h2, h3, h4, h5 ,h6 {
    color: #fff;
}

h1 { font-size: 4em; margin:0 auto 1em; width:90%; max-width:500px;}
h2 { font-size: 2em; font-weight:700; margin-bottom:1.5em;}
h3 { font-size: 1.5em;}
h5 { font-size: 1em;}
h6 { font-size: .8em;}

a, a:link,
a:visited {
	text-decoration:none;
	color:#383c3e;
	letter-spacing:-.03em;
}

.clearfix:before,  
.clearfix:after {  
    content: " ";  
    display: table;  
}  
.clearfix:after { 
    clear: both;  
}  

.wrapper{
    width:100%;
    max-width:800px;
    margin: 0 auto;
    text-align:center;
    overflow:hidden;
}

.content{
    position: absolute;
    display: block;
    overflow: hidden;
    z-index: 9999;
    text-align: center;
}



.content p.description{
    margin-top: 20px;
}

.content .subscription_form{
    width: 401px;
    margin: 60px auto 0 auto;
    position: relative;
}

.content .subscription_form > div:before,
.content .subscription_form > div:after{
    content: "";
    display: block;
    width: 120px;
    height: 1px;
    background: rgba(255, 255, 255, .3);
    position: absolute;
    top: 50%;
}

.content .subscription_form > div:before{
    left: -35%;
}
.content .subscription_form > div:after{
    right: -35%;
}

.subscription_form form input[type=email],
.subscription_form form input[type=text]{
    display: block;
    width: 300px;
    padding: 20px;
    background-color: #fff;
    color: #cc45e4;
    font-size: 16px;
    letter-spacing: 1px;
    outline: none;
    float: left;
    margin: 0;
    border: 0;
}

.subscription_form form input[type=email]::-webkit-input-placeholder,
.subscription_form form input[type=text]::-webkit-input-placeholder{
   color: #e3cced;
}

.subscription_form form input[type=email]::-moz-placeholder,
.subscription_form form input[type=text]::-moz-placeholder{
   color: #e3cced;
}

.subscription_form form input[type=email]::-moz-placeholder,
.subscription_form form input[type=text]::-moz-placeholder{
   color: #e3cced;
}

.subscription_form form input[type=email]::-ms-input-placeholder,  
.subscription_form form input[type=text]::-ms-input-placeholder{  
   color: #e3cced;
} 

.subscription_form form button{
    display: block;
    width: 62px;
    height: 59px;
    background: #ffffff;
    border: 0;
    float: left;
    margin-left: -1px;
    outline: none;
}

.subscription_form form button:hover{
    cursor: pointer;
}

.subscription_form form .icon{
    display: block;
    width: 26px;
    height: 19px;
    background: url("../img/mail_icon.png") no-repeat;
    margin-left: 10px;
}


.subscription_form form .loading{
    display: block;
    width: 16px;
    height: 16px;
    background: url("../img/load.gif") no-repeat;
    margin-left: 20px;
}

.btn {
	display:block;
	width:90%;
	max-width:400px;
	margin:4em auto 0;
	padding:.6em 0;
	border-radius:5px;
	background-color:rgba(255, 255, 255, 0.7);
	font-weight:700;
}
.btn:hover,
.btn:focus {
	background-color:rgba(255, 255, 255, 1);
}

.back_img{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    z-index: -9999;
    background: #50cda7 url('../img/bg_img-hb.jpg') no-repeat;
    background-position: center 0;
    overflow: hidden;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.gradient_back_img{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    z-index: -9999;
    background: #50cda7 url('../img/bg_img-hb_raw.jpg') no-repeat;
    background-position: center 0;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.bg_gradient{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    z-index: -888;
    background: #50cda7;
    background: -moz-linear-gradient(top,  rgba(185, 85, 218, .9) 0%, rgba(81, 179, 160, .9) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(185, 85, 218, .9)), color-stop(100%,rgba(81, 179, 160, .9)));
    background: -webkit-linear-gradient(top,  rgba(185, 85, 218, .9) 0%,rgba(81, 179, 160, .9) 100%); 
    background: -o-linear-gradient(top,  rgba(185, 85, 218, .9) 0%,rgba(81, 179, 160, .9) 100%); 
    background: -ms-linear-gradient(top,  rgba(185, 85, 218, .9) 0%,rgba(81, 179, 160, .9) 100%); 
    background: linear-gradient(to bottom,  rgba(185, 85, 218, .9) 0%,rgba(81, 179, 160, .9) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(185, 85, 218, .9)', endColorstr='rgba(81, 179, 160, .9)',GradientType=0 );

}

/*Counter*/
.counter{
    margin-top: 40px;
}

.time_circles {
    position: relative;
    width: 100%;
    height: 100%;
}


.time_circles > div {
    position: absolute;
    text-align: center;
}


.time_circles > div > h4 {
    margin: 0px;
    padding: 0px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Lato-Regular', Arial;
    color: #fff;
    font-weight: normal!important;
}

.time_circles > div > span {
    display: block;
    width: 100%;
    text-align: center;
    font-family: 'Lato-Bold', Arial;
    margin: 0.25em 0 0.5em 0; 
    font-weight: bold;
    color: #fff;
    font-size: 40px;

}

/*  Tooltip  */
.tooltip{
    display: block;
    padding: 10px 20px;
    background: #454545;
    color: #fff;
    font-family: "Aleo-Regular", arial;
    font-size: 13px;
    position: absolute;
    white-space: nowrap;
    z-index: 999;
    opacity: 0;
    text-align: center;
    letter-spacing: .5px;

}

.tooltip:after{
    content: '';
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 3px 3px 0 3px;
    border-color: #454545 transparent transparent transparent;
    display: block;
    text-align: center;
    position: absolute;
    bottom: -3px;
    left: 50%;
    margin-left: -3px;
}