/*===================================================
===================================================
Template Name: Aera - Responsive Coming Soon Template
Theme URI: http://mcnika.com/html/aera/
Author: mcnika
Author URI: http://mcnika.com
Description: Aera is a fully responsive, creative and modern coming soon and under construction template based on Bootstrap framework. It comes with different awesome versions of coming soon pages.
Version: 1.0
Tags: bootstrap3, creative, slideshow, background, jquery, responsive, corporation, countdown, creative, clean, one-page, business, under maintenance, under construction, coming soon
===================================================
===================================================

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 General 
2.0 Navigation
3.0 Countdown
4.0 Section
5.0 Forms
6.0 Media queries
--------------------------------------------------------------*/

/* =================================================== */
/*      1.0 General 
/* =================================================== */

html
{
    overflow: hidden;

    height: 100%;
}

body
{
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    line-height: 26px;

    position: relative;

    overflow-x: hidden;
    overflow-y: auto;

    width: 100%;
    height: 100%;

    color: #fff;

    -webkit-overflow-scrolling: touch;
}

h1,
h2,
h3,
h4,
h5,
h6
{
    font-family: 'Roboto', sans-serif;
    font-weight: 700;

    margin-bottom: 30px;

    letter-spacing: 3px;
    text-transform: uppercase;
}

h1
{
    font-size: 42px;
    line-height: 52px;
}

h2
{
    font-size: 26px;
    line-height: 34px;

    margin-top: 0;
}

p
{
    margin: 0 0 14px;
}

a
{
    -webkit-transition: all .2s ease 0s;
       -moz-transition: all .2s ease 0s;
         -o-transition: all .2s ease 0s;
            transition: all .2s ease 0s;

    color: #fff;
}

a,
a:hover,
a:visited,
a:focus
{
    text-decoration: none;

    outline: none;
}

a:hover
{
    color: #fff;
}

ul
{
    margin: 0;
    padding: 0;

    list-style: none;
}

.fade
{
    -webkit-transition: opacity .3s linear;
         -o-transition: opacity .3s linear;
            transition: opacity .3s linear;
}

.separator
{
    width: 150px;
    height: 1px;
    margin-top: 30px;
    margin-bottom: 30px;

    background: #fff;
}

.col-left
{
    position: fixed;

    display: table;
    float: left;

    width: 50%;
    height: 100%;
}

.col-right
{
    display: table;
    float: right;

    width: 50%;
    height: 100%;
}

.col-right a:hover
{
    color: #02aef0;
}

.middle
{
    display: table-cell;

    padding-top: 20px;
    padding-bottom: 20px;

    vertical-align: middle;
}

.inner
{
    margin-right: auto;
    margin-left: auto;
}

/*** social icon ***/

.social-icon
{
    margin-top: 30px;
}

.social-icon li
{
    display: inline-block;

    padding-right: 10px;
    padding-left: 10px;
}

.col-left
{
    background-color: rgba(2,174,240,.85);
}

.col-right
{
    background-color: rgba(51,51,51,.85);
}

/*** solid color ***/

.solid-color .col-left
{
    background-color: #02aef0;
}

.solid-color .col-right
{
    background-color: #333;
}

/*** backstretch background ***/

.background .col-right
{
    background-color: rgba(51,51,51,.85);
}

/*** video background ***/

.video-background
{
    position: relative;
    z-index: -2;

    background: transparent;
}

.ytplayer-container
{
    position: fixed;
    z-index: 0;
    top: 0;
}

/*** smoky background ***/

.smoky-background
{
    position: fixed;
    z-index: -2;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    -webkit-backface-visibility: hidden;
}

.smoky-background canvas
{
    width: 100%!important;
    height: 100%!important;
}

/*** kenburned background ***/

.kenburned-background
{
    position: fixed;
    z-index: -2;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    -webkit-backface-visibility: hidden;
}

/*** polygons ***/

.polygons
{
    position: fixed;
    z-index: -2;

    width: 100%;
    height: 100%;
}

.color-polygon
{
    background-color: #333;
}

.image-polygon .polygons
{
    background-color: rgba(51,51,51,.8);
}

/*** loader ***/

.loader
{
    position: fixed;
    z-index: 999999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    background: url('../images/loader.gif') center center no-repeat #fff;
}

/* =================================================== */
/*      2.0 Navigation
/* =================================================== */

.navigation
{
    margin-bottom: 40px;
    padding-left: 0;
}

.navigation li
{
    display: inline-block;

    padding-right: 10px;
}

.navigation li a
{
    font-size: 16px;

    color: #2d2d2d;
}

.navigation li a:hover
{
    color: #fff;
}

.navigation li:after
{
    padding-left: 15px;

    content: '\00b7';
}

/* =================================================== */
/*      3.0 Countdown
/* =================================================== */

.counter ul
{
    margin-top: 40px;

    color: #333;
}

.counter ul li
{
    display: inline-block;

    margin-right: 20px;
    margin-bottom: 10px;
}

.counter ul li span
{
    font-size: 40px;

    display: block;

    margin-bottom: 10px;
}

.counter ul li span:after
{
    padding-left: 15px;

    content: '\00b7';

    color: #fff;
}

/* =================================================== */
/*      4.0 Section
/* =================================================== */

.section
{
    max-width: 600px;
    margin: 0 auto;
    padding: 20px 60px;
}

.section-close
{
    font-size: 20px;
    line-height: 0;

    position: absolute;
    top: 20px;
    right: 20px;

    color: #fff;
}

.section-description
{
    font-style: italic;

    margin-bottom: 40px;
}

.block
{
    margin-bottom: 35px;
}

.block:last-child
{
    margin-bottom: 0;
}

.block-title
{
    margin-top: 0;
    margin-bottom: 15px;

    color: #02aef0;
}

.block-title:after
{
    font-size: 18px;

    padding-left: 15px;

    content: '\00b7';

    color: #02aef0;
}

.block .fa
{
    font-size: 25px;

    float: left;

    padding: 1px 10px 10px 0;

    color: #fff;
}

.block-content
{
    overflow: hidden;

    padding-left: 20px;
}

.thumbnail
{
    font-size: 15px;
    line-height: 25px;

    padding: 0;

    border: 0;
    background: rgba(0,0,0,.2);
}

.thumbnail .caption
{
    padding: 20px 15px 5px;

    color: #fff;
}

/*** welcome ***/

.section-welcome h1
{
    color: #212121;
}

/*** newsletter ***/

.section-newsletter h2
{
    margin-bottom: 20px;
}

/*** contact ***/

.info .fa
{
    margin-right: 10px;

    color: #02aef0;
}

/* =================================================== */
/*      5.0 Forms
/* =================================================== */

.btn,
.form-control,
.form-control:hover,
.form-control:focus
.form-control:active
{
    box-shadow: none!important;
}

.form-control
{
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;

    height: 43px;

    transition: all .3s cubic-bezier(.3, .1, .58, 1) 0s;
    letter-spacing: 2px;

    color: #fff;
    border-width: 0 0 2px 0;
    border-style: solid;
    border-color: #02aef0;
    border-radius: 0;
    background: rgba(0,0,0,.2);
}

.form-control:focus
{
    background: rgba(0,0,0,.3);
}

.form-control::-moz-placeholder
{
    opacity: 1;
    color: rgba(255,255,255,.85);
}

.form-control:-ms-input-placeholder
{
    color: rgba(255,255,255,.85);
}

.form-control::-webkit-input-placeholder
{
    color: rgba(255,255,255,.85);
}

label
{
    margin-bottom: 15px;
}

.btn
{
    padding: 13px 30px;

    text-transform: uppercase;

    border-radius: 0;
}

.btn-main
{
    font-size: 11px;
    font-weight: 700;

    letter-spacing: 2px;

    border-width: 0 0 2px 0;
    border-style: solid;
    border-color: #02aef0;
    background: rgba(0,0,0,.2);
}

.btn-main:hover,
.btn-main:focus
{
    color: #fff;
    background: rgba(0,0,0,.3);
}

.form-error
{
    border-color: #f00!important;
}

.alert-message
{
    margin-top: 20px;
}

.alert-message .error
{
    color: #f00;
}

/*** subscription form ***/

.newsletter-form
{
    margin-top: 30px;
}

.newsletter_email
{
    min-width: 300px;
}

/* =================================================== */
/*       6.0 Media queries
/* =================================================== */

@media (max-width: 1200px)
{
    .section
    {
        padding-right: 30px;
        padding-left: 30px;
    }

    .counter ul li
    {
        margin-right: 10px;
    }

    .counter ul li span
    {
        font-size: 32px;

        margin-bottom: 5px;
    }

    .counter ul li span::after
    {
        padding-left: 10px;
    }
}

@media (max-width: 900px)
{
    .navigation
    {
        display: none;
    }

    .col-left
    {
        position: static;

        float: none;

        width: 100%;
        height: auto;
        padding-top: 50px;
        padding-bottom: 40px;
    }

    .col-right
    {
        float: none;

        width: 100%;
        height: auto;
        padding-top: 50px;
    }

    .section-close
    {
        display: none;
    }

    .tab-content > .tab-pane
    {
        display: block;
    }

    .fade
    {
        opacity: 1;
    }
}

@media (max-width: 768px)
{
    .newsletter_email
    {
        min-width: auto;
    }

    .btn-main
    {
        display: block;

        width: 100%;
    }
}

@media (max-width: 480px)
{
    .counter ul
    {
        text-align: center;
    }

    .counter ul li
    {
        display: block;

        margin-bottom: 20px;
    }

    .counter ul li:last-child
    {
        margin-bottom: 0;
    }

    .counter ul li span
    {
        font-size: 40px;

        margin-left: 25px;
    }
}