/*===================================================
===================================================
Template Name: Adel - Responsive Coming Soon Template
Theme URI: http://mcnika.com/html/adel/
Author: mcnika
Author URI: http://mcnika.com
Description: Adel is a fully responsive, creative, clean and modern coming soon template. It comes with different versions and nice color variations. With Adel template you can present your upcoming site and collect subscribers. Adel based on the world's most popular mobile-first and responsive front-end framework - Bootstrap. 
Version: 1.0
Tags: bootstrap3, creative, slideshow, background, jquery, responsive, contact form, corporation, countdown, creative, clean, one-page, business, under maintenance, under construction
===================================================
===================================================

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 General 
2.0 Header 
    2.1 Navigation
3.0 Section
4.0 Countdown
5.0 Forms
6.0 Nano Scroller
7.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: hidden;

    width: 100%;
    height: 100%;

    color: #333;
}

h1,
h2,
h3,
h4,
h5,
h6
{
    font-family: 'Francois One', sans-serif;

    margin: 0;

    letter-spacing: 3px;
}

h1
{
    margin-bottom: 25px;
}

h2
{
    margin-bottom: 20px;
}

h3,
h4
{
    margin-bottom: 10px;
}

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: #333;
}

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

    outline: none;
}

a:hover,
a:focus
{
    color: rgba(51,51,51,.7);
}

ul
{
    margin: 0;
    padding: 0;

    list-style: none;
}

.overlay
{
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;

    background: rgba(255,255,255,.6);
}

/*** 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;
}

/*** solid color ***/

.solid-color
{
    background-color: #e0e0e0;
}

/*** 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%;
}

/* =================================================== */
/*      2.0 Header 
/* =================================================== */

.header
{
    line-height: 55px;

    position: fixed;
    z-index: 1030;
    bottom: 0;
    left: 0;

    width: 100%;
    height: 55px;

    color: #fff;
}

.header ul li
{
    display: inline-block;
}

/* =================================================== */
/*      2.1 Navigation
/* =================================================== */

.navbar-default
{
    border: 0;
}

.navbar-default .navbar-nav > li > a
{
    color: #fff;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus
{
    color: rgba(255,255,255,.7);
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus
{
    color: rgba(255,255,255,.7);
    background: none;
}
.navbar-default .navbar-toggle
{
    border-color: #fff;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus
{
    background-color: rgba(255,255,255,.2);
}
.navbar-default .navbar-toggle .icon-bar
{
    background-color: #fff;
}

/* =================================================== */
/*      3.0 Section
/* =================================================== */

.section
{
    display: table;

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

    table-layout: fixed;
}

.section-cell
{
    display: table-cell;

    width: 100%;
    height: 100%;

    vertical-align: middle;
}

.tab-content
{
    max-width: 1000px;
    margin: -55px auto 0;
    padding-top: 50px;
    padding-bottom: 50px;

    text-align: center;
}

.description
{
    max-width: 550px;
    margin: 0 auto 30px;
}

/*** thumbnail ***/

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

    padding: 15px;

    border: 1px solid rgba(178,178,178,.3);
    background: rgba(178,178,178,.2);
}

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

    color: #333;
}

/*** home ***/

.home h1
{
    font-size: 50px;
}

.home h3
{
    margin-bottom: 15px;
}

.row-eq-height
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
}

/*** services ***/

.service-block
{
    margin-bottom: 30px;
    padding: 15px;

    border: 1px solid rgba(178,178,178,.3);
    border-radius: 4px;
    background: rgba(178,178,178,.2);
}

.service-title
{
    margin-top: 10px;
}

.service-block .fa
{
    font-size: 35px;
}

/*** contact ***/

.info li
{
    display: inline-block;

    margin: 0 20px 30px;

    vertical-align: top;
}

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

    display: block;

    margin-bottom: 10px;
}

/*** subscription form ***/

.close
{
    opacity: 1;
    color: #333;
}

.modal-content
{
    border-radius: 0;
    background: rgba(236,236,236,.9);
}

.vertical-alignment-helper
{
    display: table;

    width: 100%;
    height: 100%;
}

.vertical-align-center
{
    display: table-cell;

    vertical-align: middle;
}

.modal-content
{
    width: inherit;
    height: inherit;
    margin: 0 auto;
}

.modal-body
{
    padding: 15px 20px 20px;

    text-align: center;
}

.modal-body h2
{
    margin-top: 20px;
}

.modal-backdrop.in
{
    opacity: .7;
}

/* =================================================== */
/*      4.0 Countdown
/* =================================================== */

.counter
{
    margin-top: 50px;
}

.counter ul li
{
    display: inline-block;

    margin: 0 40px 40px;
}

.counter ul li span
{
    font-size: 50px;
    font-weight: bold;

    display: block;

    margin-bottom: 20px;
}

/* =================================================== */
/*      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: #333;
    border: 1px solid rgba(178,178,178,.7);
    border-radius: 0;
    border-radius: 4px;
    background: none;
}

.form-control:focus
{
    border: 1px solid rgba(178,178,178,.4);
    background: rgba(178,178,178,.1);
}

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

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

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

label
{
    margin-bottom: 15px;
}

.btn
{
    padding: 13px 30px;

    text-transform: uppercase;

    border-radius: 0;
}

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

    letter-spacing: 2px;

    border: 1px solid rgba(178,178,178,.3);
    border-radius: 4px;
    background: rgba(178,178,178,.2);
}

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

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

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

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

.btn-subscribe
{
    margin-top: 10px;
}

/* =================================================== */
/*      6.0 Nano Scroller
/* =================================================== */

/** initial setup **/
.nano
{
    position: relative;

    overflow: hidden;

    width: 100%;
    height: 100%;
}
.nano > .nano-content
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    overflow: scroll;
    overflow-x: hidden;
}
.nano > .nano-content:focus
{
    outline: thin dotted;
}
.nano > .nano-content::-webkit-scrollbar
{
    display: none;
}
.has-scrollbar > .nano-content::-webkit-scrollbar
{
    display: block;
}
.nano > .nano-pane
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;

    width: 10px;

    -webkit-transition: .2s;
       -moz-transition: .2s;
         -o-transition: .2s;
            transition: .2s;

    opacity: .01;
    background: rgba(191,191,191,.25);
}
.nano > .nano-pane > .nano-slider
{
    position: relative;

    margin: 0 1px;

    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
    background: #444;
    background: rgba(191,191,191,.5);
}
.nano:hover > .nano-pane,
.nano-pane.active,
.nano-pane.flashed
{
    opacity: .99;
}

/* =================================================== */
/*       7.0 Media queries
/* =================================================== */

@media (max-width: 1000px)
{
    .info
    {
        margin-bottom: 25px;
    }

    .info li
    {
        display: block;

        margin-bottom: 5px;
    }

    .info .fa
    {
        font-size: 15px;

        display: inline-block;

        margin-right: 5px;
    }
}

@media (max-width: 650px)
{
    .counter ul li
    {
        margin-right: 25px;
        margin-left: 25px;
    }

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

        margin-bottom: 10px;
    }
}

@media (max-width: 450px)
{
    .counter
    {
        font-size: 13px;
    }

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

    .counter ul li span
    {
        font-size: 28px;
        line-height: 28px;

        margin-bottom: 0;
    }
}