/*
* Template Name: Mandi
* Template Description: Mandi - Modern Responsive Coming Soon Template
* Template URI: http://demo.webisir.com/mandi
* Version: 1.0
* Author: Webisir
* Author URI: http://themeforest.net/user/webisir
*/

/*--------------------------------------------------------------
    TABLE OF CONTENTS:
----------------------------------------------------------------

    1.0 - Google Fonts
    2.0 - Font Awesome 4.2.0
    3.0 - Reset
    4.0 - Helper Classes
    5.0 - Headings
    6.0 - Main Container
    7.0 - Hero Header
        7.1 - Big Hero Header
    8.0 - Main Content
    9.0 - Left Sidebar
    10.0 - Copyright
    11.0 - Countdown
    12.0 - Social Links
    13.0 - Contacts
    14.0 - Form
    15.0 - Video Controls
    16.0 - Page Loader
    17.0 - Keyframe animations
        17.1 - Page Loader Animation
        17.2 - Down Arrow Animation
    18.0 - Media Queries

--------------------------------------------------------------*/

/*--------------------------------------------------------------
    1.0 - Google Fonts
--------------------------------------------------------------*/

/* Roboto */
@import url(http://fonts.googleapis.com/css?family=Roboto:500,900italic,900,400italic,100,700italic,300,700,500italic,100italic,300italic,400);

/* Lato */
@import url(http://fonts.googleapis.com/css?family=Lato:100,300,400,700,900,100italic,300italic,400italic,700italic,900italic);


/*--------------------------------------------------------------
    2.0 - Font Awesome 4.2.0
--------------------------------------------------------------*/

@import url('font-awesome.min.css');

/*--------------------------------------------------------------
    3.0 - Reset
--------------------------------------------------------------*/
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
}

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

audio,
canvas,
video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden] {
    display: none;
}

html,
input {
    color: #6c6e70;
    font-family: 'Lato', sans-serif;
}

html {
    height: 100%;
    background: #fff;
    font-size: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    height:100%;
    font-size: 16px;
    line-height: 1.5;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #BDC3C7;
    margin-top: 20px;
    margin-bottom: 20px;
}

img {
    vertical-align: middle;
    max-width: 100%;
}

b,
strong {
    font-weight: bold;
}

p {
    margin: 0 0 20px 0;
}

pre,
dl,
ol,
ul {
    margin: 20px 0;
}

dd {
    margin-left: 40px;
}

ol,
ul {
    padding-left: 40px;
}

q,
blockquote {
    quotes: none;
    margin: 40px 0 40px 20px;
    padding-left: 20px;
    font-size: 20px;
    font-weight: 400;
    border-left: 5px solid #BDC3C7;  
}

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

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

code,
kbd,
pre,
samp {
    padding: 20px;
    background: #eee;
    font-family: monospace, serif;   
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

small {
    font-size: 75%;
}

a {
    text-decoration: none;
    color: #191919;
    -webkit-transition: color 0.2s, background 0.2s;
    -moz-transition: color 0.2s, background 0.2s;
    -ms-transition: color 0.2s, background 0.2s;
    -o-transition: color 0.2s, background 0.2s;
    transition: color 0.2s, background 0.2s;
}

a:hover {
    text-decoration: underline;
}

a,
a:focus,
a:active,
a:hover {
    outline: 0;
}

/*--------------------------------------------------------------
    4.0 - Helper Classes
--------------------------------------------------------------*/

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.align-left {
    display: inline-block;
    float: left;
    margin-right: 20px;
}

.align-right {
    display: inline-block;
    float: right;
    margin-left: 20px;
}

.align-center {
    clear: both;
    display: block;
    margin: 0 auto;
}

/*--------------------------------------------------------------
    5.0 - Headings
--------------------------------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 40px;
    color: #191919;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    letter-spacing: -2px;
}

h1 {
    font-size: 40px;
    line-height: 1.3;
}

h2 {
    font-size: 36px;
    line-height: 1.4;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

h1 i,
h2 i,
h3 i,
h4 i,
h5 i,
h6 i {
    margin-right: 20px;
    color: #BDC3C7;
}

/*--------------------------------------------------------------
    6.0 - Main Container
--------------------------------------------------------------*/

.wrapper {
    max-width: 1200px;
    margin: 0 auto;
}

/*--------------------------------------------------------------
    7.0 - Hero Header
--------------------------------------------------------------*/

header {
    position: relative;
    display: table;
    padding: 80px 40px;
    width: 100%;
    height: 500px;
}

header:before {
    position: absolute; 
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    background: #191919;
    opacity: 0.8;
    z-index: -1;
}

header * {
    color: #fff !important;
}

header .header-wrapper {
    display: table-cell;
    vertical-align: middle;
    width: 1200px;
}

header .header-wrapper > * {
    padding-left: 33.33333333%;
}

header h1 {
    font-size: 120px;
    line-height: 1;
    letter-spacing: -6px;
}

header h1 span {
    display: block;
    margin-bottom: 5px;
    font-size: 40%;
    letter-spacing: -4px;
}

header h2 {
    margin-top: 40px;
    margin-bottom: 0;
    font-family: 'Lato', sans-serif;
    font-size: 28px;
    font-weight: 300;
    letter-spacing: 0px;
}

#logo {
    margin-bottom: 40px;
}

/*--------------------------------------------------------------
    7.1 - Big Hero Header
--------------------------------------------------------------*/

.big-hero header {
    min-height: 100%; 
}

.big-hero header .header-wrapper > * {
    padding-left: 140px;
}

#go-down {
    position: absolute;
    top: 50%;
    margin-top: -30px;
    padding: 0;
    width: 60px;
    height: 60px;
    line-height: 58px;
    color: #fff;
    text-align: center;
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 3px;
    -webkit-animation: arrow-y-animation 1.8s infinite;
    -moz-animation: arrow-y-animation 1.8s infinite;
    -o-animation: arrow-y-animation 1.8s infinite;
    animation: arrow-y-animation 1.8s infinite;
}

#go-down:hover {
    text-decoration: none;
    border-color: #fff; 
}

#go-down:before {
    font-family: 'FontAwesome';
    content: '\f078';
}

/*--------------------------------------------------------------
    8.0 - Main Content
--------------------------------------------------------------*/

main {
    float: right;
    width: 66.66666667%;
    border-left: 1px solid #ECF0F1;
}

main .section {
    padding: 40px;
    border-bottom: 1px solid #ECF0F1;
}

/*--------------------------------------------------------------
    9.0 - Left Sidebar
--------------------------------------------------------------*/

aside {
    float: left;
    width: 33.33333333%;
}

aside .section {
    padding: 40px;
}

aside .section h2 {
    font-size: 30px;
}

/*--------------------------------------------------------------
    10.0 - Copyright
--------------------------------------------------------------*/

#copyright {
    padding: 0 0 40px 0;
    font-size: 14px;
    text-align: center;
    color: #191919;
}

/*--------------------------------------------------------------
  11.0 - Countdown
--------------------------------------------------------------*/

#countdown {
    padding: 0 40px;
    color: #191919;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    border-bottom: 1px solid #ECF0F1;
    letter-spacing: -2px;
    overflow: hidden;
}

#countdown span {
    display: block;
    text-align: center; 
}

.count-el {
    display: block;
    float: left;
    padding: 80px 0;
    width: 20%;
    border-left: 1px solid #ECF0F1;
}

.count-el:first-child {
    border-left: 0;
}

.count-el.seconds {
    color: #BDC3C7;
}

.count-el span.num-counter {
    font-size: 72px;
}

.count-el span.name-counter {
    text-transform: uppercase;
    letter-spacing: -1px;
}

.end-countdown span {
    padding: 80px 0;
    font-size: 72px;
}


/*--------------------------------------------------------------
    12.0 - Social Links
--------------------------------------------------------------*/

#social-links {
    padding-bottom: 20px;
}

#social-links ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

#social-links ul li {
    display: inline-block;
    margin: 0 5px 20px 5px;
}

#social-links ul li a {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: inherit;
    background: #ECF0F1;
    text-align: center;
    border-radius: 2px;
}

#social-links ul li a:hover {
    color: #fff;
    background: #191919;
}

/*--------------------------------------------------------------
    13.0 - Contacts
--------------------------------------------------------------*/

#contacts {
    position: relative;
    background: #191919;
    z-index: 0;
    overflow: hidden;
}

#contacts * {
    color: #fff;
}

ul.list-contacts {
    margin: 0 0 20px 0;
    padding: 0;
    list-style: none;
}

ul.list-contacts li {
    position: relative;
    margin-top: 40px;
    padding-left: 40px;
}

ul.list-contacts li:first-child {
    margin-top: 0;
}

ul.list-contacts li i {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -5px;
    color: #fff;
}

.loading #map {
    opacity: 0;  
}

#map {
    position: absolute;
    top: -50px;
    left: -50px;
    padding: 50px;
    content: '';
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.5;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-transition: opacity 0.4s linear 1s;
    -moz-transition: opacity 0.4s linear 1s;
    -ms-transition: opacity 0.4s linear 1s;
    -o-transition: opacity 0.4s linear 1s;
    transition: opacity 0.4s linear 1s; 
}

/* Clean Google Map */

#map a[href^="http://maps.google.com/maps"],
.gmnoprint a,
.gmnoprint span,
.gm-style-cc {
    display:none !important;
}

.gmnoprint div {
    background:none !important;
}

/*--------------------------------------------------------------
  14.0 - Form
--------------------------------------------------------------*/

form {
    margin-bottom: 20px;
    overflow: hidden;
}

form * {
    font-size: 14px;
}

input {    
    outline: none;
    -webkit-transition: border-color 0.2s, background 0.2s;
    -moz-transition: border-color 0.2s, background 0.2s;
    -ms-transition: border-color 0.2s, background 0.2s;
    -o-transition: border-color 0.2s, background 0.2s;
    transition: border-color 0.2s, background 0.2s;
    -webkit-appearance: none;
}

input.newsletter {
    float: left;
    padding: 15px 20px;
    width: 75%;
    border: 1px solid #ECF0F1;
    border-right: 0;
    border-radius: 3px 0 0 3px;
}

input.newsletter:focus {
    border-color: #BDC3C7;
}

input.submit {
    float: right;
    padding: 16px 20px;
    width: 25%;  
    color: #fff;
    background: #191919;
    font-weight: bold;
    border: 0;
    border-radius: 0 3px 3px 0;
    cursor: pointer;
    -webkit-appearance: button;
}

input.submit:hover {
    opacity: 0.9;
}

.form-msg {
    clear: both;
    display: inline-block;
    margin-top: 20px;
    color: #fff;
    text-align: center;
}

.form-msg a:before {
    font-family: 'FontAwesome';
    content: '\f00d';
    margin-right: 10px;
}

.form-msg a {
    display: block;
    padding: 15px 20px;
    font-weight: bold;
}

.form-msg a,
.form-msg a:hover {
    color: #fff;
    text-decoration: none;
}

.form-msg.fail {
    background: #CF000F;
}

.form-msg.duplicate {
    background: #e67e22;
}

.form-msg.success {
    background: #26A65B;
}

/*--------------------------------------------------------------
  15.0 - Video Controls
--------------------------------------------------------------*/

#video-controls {
    position: absolute; 
    top: 40px;
    right: 40px;
    z-index: 1;
}

#video-controls a {
    display: inline-block;
    margin-left: 10px;
}

#wrapper_mbYTP_bgndVideo {
    z-index: -2 !important;
}

.mb_YTPBar {
    display: none !important;
}

/*--------------------------------------------------------------
  16.0 - Page Loader
--------------------------------------------------------------*/

.content-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    overflow: hidden;
    z-index: 1000;
}

.loader {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px;
    width: 40px;
    height: 40px;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    perspective: 1200;
}

.flipper {
    position: relative;
    width: inherit;
    height: inherit;
    -webkit-animation: flip 1.2s infinite ease-in-out;
    -moz-animation: flip 1.2s infinite ease-in-out;
    -ms-animation: flip 1.2s infinite ease-in-out;
    -o-animation: flip 1.2s infinite ease-in-out;
    animation: flip 1.2s infinite ease-in-out;
    transform-style: preserve-3d;
}

.front,
.back {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    backface-visibility: hidden;
}

.front {
    background: #BDC3C7;
}

.back {
    background: #191919;
    z-index: 1;
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}

/*--------------------------------------------------------------
  17.0 - Keyframe animations
--------------------------------------------------------------*/
/*--------------------------------------------------------------
  17.1 - Page Loader Animation
--------------------------------------------------------------*/

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}

@-moz-keyframes flip {
  0% {
    -moz-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    -moz-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    -moz-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}

@-o-keyframes flip {
  0% {
    -o-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    -o-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    -o-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}

@keyframes flip {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}

/*--------------------------------------------------------------
  17.2 - Down Arrow Animation
--------------------------------------------------------------*/

@-webkit-keyframes arrow-y-animation {
    0%  {  
            -webkit-transform: translateY(0px); 
            -webkit-animation-timing-function: ease-in;
        }
    25% {   -webkit-transform: translateY(5px); }
    50% { 
            -webkit-transform: translateY(10px); 
            -webkit-animation-timing-function: ease-in;
        }
    75%  {  -webkit-transform: translateY(5px); }
    100% {  -webkit-transform: translateY(0px); }        
}

@-moz-keyframes arrow-y-animation {
    0%  {  
            -moz-transform: translateY(0px); 
            -moz-animation-timing-function: ease-in;
        }
    25% {   -moz-transform: translateY(5px); }
    50% { 
            -moz-transform: translateY(10px); 
            -moz-animation-timing-function: ease-in;
        }
    75%  {  -moz-transform: translateY(5px); }
    100% {  -moz-transform: translateY(0px); }        
}

@-o-keyframes arrow-y-animation {
    0%  {  
            -o-transform: translateY(0px); 
            -o-animation-timing-function: ease-in;
        }
    25% {   -o-transform: translateY(5px); }
    50% { 
            -o-transform: translateY(10px); 
            -o-animation-timing-function: ease-in;
        }
    75%  { -o-transform: translateY(5px); }
    100% { -o-transform: translateY(0px); }        
}

@keyframes arrow-y-animation {
    0%  {  
            transform: translateY(0px); 
            animation-timing-function: ease-in;
        }
    25% {   transform: translateY(5px); }
    50% { 
            transform: translateY(10px); 
            animation-timing-function: ease-in;
        }
    75%  {  transform: translateY(5px); }
    100% {  transform: translateY(0px); }        
}

/*--------------------------------------------------------------
  18.0 - Media Queries
--------------------------------------------------------------*/

@media ( max-width: 991px ) {

    header .header-wrapper > * {
        padding-left: 0;
    }

    main,
    aside {
        width: 100%;
    }
  
    main {
        float: left;
    }

    aside {
        float: right;
    }

    .big-hero header .header-wrapper > * {
        padding-left: 0;
    }

    #go-down {
        top: auto;
        bottom: 40px;
        margin-top: 0;    
    }

}

@media ( max-width: 767px ) {

    header h1 {
        font-size: 15vw;
        letter-spacing: -4px;
    }

    header h1 span {
        letter-spacing: -2px;
    }

    header h2 {
        font-size: 20px;
    }

    .count-el {
        padding: 40px 0;       
    }
  
    #countdown .count-el span.num-counter {
        font-size: 36px;
    }

    #countdown .count-el span.name-counter {
        font-size: 12px;
    }

}

@media ( max-width: 479px ) {

    header .header-wrapper {
        vertical-align: top;
    }

    .count-el {
        width: 50% !important;
        border-left: 0;
        border-bottom: 1px solid #ECF0F1;
    }

    .count-el span.num-counter {
        font-size: 52px !important;
    }

    .count-el span.name-counter {
        font-size: 12px;
    }

    .with-weeks .count-el.seconds {
        float: none;
        clear: both;
        width: 100% !important;
        border-bottom: 0;
    }

    input.newsletter,
    input.submit {
        float: none;
        border-radius: 3px;
    }

    input.newsletter {
        width: 100%;
        border-right: 1px solid #ECF0F1;     
    }

    input.submit {
        margin-top: 20px;
        width: auto;
    }

    .form-msg {
        display: block;
    }

}