/* =*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*


    [Master Stylesheet]
    ---------------------------

        Project: Code{LAB} | Coming Soon Template HTML5
        Version: 1.0
        Author: afrussel


    [Table of contents]
    ---------------------------

        01. Generals Settings
            1.1. Headings
            1.2. Typography
            1.2. Typography
        02. Bootstrap Settings
            2.1. Form 
            2.2. BTN
            2.2. Form Group Absolute Default
        03. Header
            3.2. logo
            3.3. Intro
            3.4. Countdown
            3.6. Copyright header
            3.7. Social
        04. MEDIA Queries Settings


    [Typography]
    ---------------------------
        Body           : 1em 'Open Sans', Tahoma, Arial, helvetica, sans-serif;
        Header Logo    : 32px 'Pacifico', cursive;

        p : font-size: 0.9em;font-family: "Open Sans";
        p.lead : font-size: 1.2em;font-family: "Open Sans";
        p.pullquote : font-size: 1em;font-family: "Open Sans";
        p.small : font-size: 0.8em;font-family: "Open Sans";

        h1 : font-size: 2em;font-family: "Open Sans";
        h2 : font-size: 1.8em;font-family: "Open Sans";
        h3 : font-size: 1.4em;font-family: "Open Sans";
        h4 : font-size: 1.2em;font-family: "Open Sans";
        h5 : font-size: 1em;font-family: "Open Sans";
        h6 : font-size: 0.9em;font-family: "Open Sans";

        Input, textarea: 14px 'Open Sans', Tahoma, Arial, helvetica, sans-serif;   


=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=* */
/* =========================================
:::::::::: 01. Generals Settings :::::::::::
============================================ */
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, dark, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    border: 0 none;
    padding: 0;
    vertical-align: baseline;
}
html {
    font-size: 100%;
}
body, html {
    background: transparent;
    padding: 0;
    position: relative;
    height: 100%;
    margin: 0;
}
body {
    font-family: 'Open Sans', Tahoma, Arial, helvetica, sans-serif;
    font-size: 1em;
    line-height: 1.6em;
    font-weight: 400;
    color: #333;
}
/* 1.1. Headings */

h1, h2, h3, h4, h5 {
    font-family: "Open Sans";
    font-weight: 400;
    font-style: normal;
    padding: 0;
    color: #333;
}
h1 {
    font-size: 2em;
    line-height: 1.2;
    margin: 1em 0 0.5em;
}
h2 {
    font-size: 1.8em;
    line-height: 1.2;
    margin: 1em 0 0.5em;
}
h3 {
    font-size: 1.4em;
    margin: 1em 0 0.5em;
}
h4 {
    font-size: 1.2em;
    margin: 1.2em 0 0.8em;
}
h4 i {
    color: #01c0c0;
}
h5 {
    font-size: 1em;
    margin: 1.2em 0 0.8em;
}
h6 {
    font-size: 0.9em;
    margin: 1.2em 0 0.8em;
}
/* 1.2. Typography */
p {
    font-size: 0.9em;
    line-height: 1.6;
    margin: 1em 0 1.6em;
    color: #333
}
/* 1.2. Typography */
p a {
    border-bottom: 1px dotted #46484a;
}
p a:hover {
    border-bottom: 1px dotted #181b1e;
}
/* Link */
a {
    font-weight: 500;
    text-decoration: none;
    color: #333;
}
a:active, a:focus, a:hover {
    text-decoration: none;
    color: #01a4a4;
}
span {
    color: #30a9e0;
}
/* ==========================================
:::::::::: 02. Bootstrap Settings :::::::::::
============================================= */
/* 2.1. Form */
.subscription {
    border: 0px solid #fff;
    padding: 20px 0;
    margin: 4px 0;
    float: left;
    width: 100%
}
.form-control {
    color: #111;
    background-color: #fff;
}
.form-control::-webkit-input-placeholder {
    color: #444;
}
.form-control:-moz-placeholder {
    color: #444;
}
.form-control::-moz-placeholder {
    color: #444;
}
.form-control:-ms-input-placeholder {
    color: #444;
}
.form-control:focus {
    border-color: #e2e2e2;
    background-color: #fff;
    outline: 0px none;
    box-shadow: none;
}
/* 2.2. BTN */
.btn-primary {
    line-height: 20px;
    border-radius: 0;
}
.btn-primary {
    line-height: 20px;
    border-radius: 0;
    background-color: #111;
    border: 1px solid #111;
    color: #fff;
}
.btn-primary:hover, 
.btn-primary:focus, 
.btn-primary:active, 
.open > .dropdown-toggle.btn-primary {
    background-color: #009595;
    border: 1px solid #009595;
    color: #fff;
}
/* 2.2. Form Group Absolute Default */
.form-group-absolute-default {
    float: left;
    width: 100%;
    position: relative;
    display: block;
    z-index: 9
}
.form-group-absolute-default .form-control {
    font-size: 0.8em;
    padding: 0px 15px;
    height: 40px;
    line-height: 40px;
    border-radius: 0;
    background-color: rgba(250, 250, 250, 0.8);
    border: 1px solid rgba(250, 250, 250, 0.9);
}
.form-group-absolute-default .btn {
    padding: 0px 25px;
    font-size: 0.8em;
    height: 40px;
    line-height: 0.9em;
}
.form-group-absolute-default .left {
    top: 0px;
    left: 0px;
    position: absolute;
}
.form-group-absolute-default .right {
    top: 0px;
    right: 0px;
    position: absolute;
}
/* ==============================
:::::::::: 03. Header :::::::::::
================================= */
#header {
    height: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.6);
}
/* 3.1. Center Page */
#header #center-page {
    display: block;
    position: absolute;
    top: 50%;
    height: 400px;
    margin-top: -180px;
    border: 0px solid #fff;
    width: 100%
}
/* 3.2. logo */
.logo {
    width: 240px;
    margin: 25px 0px;
}
.logo img {
    float: left;
    width: 308px;
    height: 50px;
    background-size: 308px 50px;
}
/* 3.3. Intro */
.intro {
    border: 0px solid #fff;
    float: left;
    width: 100%;
    position: relative;
    padding: 5px;
    margin: 0;
}
.intro h1 {
    margin: 0;
    padding: 0;
    font-size: 3em;
    line-height: 1.2;
    margin: 0em 0 0.5em;
    font-weight: 600;
    color: #fff;
    font-family: 'Stoke', serif;
}
.intro h1 span {
    font-size: 1.1em;
}
.intro h2 {
    margin: 0;
    padding: 0;
    font-size: 1.8em;
    line-height: 1.2;
    margin: 1em 0 0.5em;
    font-weight: 300;
    color: #fff
}
.intro p {
    margin: 0;
    padding: 0;
    font-size: 0.9em;
    line-height: 1.2;
    margin: 1em 0 0.5em;
    font-weight: 400;
    letter-spacing: 0.5px;
    color: #fff
}
/* 3.4. Countdown  */
.dash-glob {
    border-left: 1px solid rgba(250, 250, 250, 0.2);
}
.dash_title, .digit {
    color: rgba(250, 250, 250, 0.9);
}
#countdown {
    float: left;
    width: 100%;
    text-align: center;
    position: relative;
    border: 0px solid #fff;
    padding: 20px 0;
    margin: 4px 0;
}
#countdown_dashboard {
    display: block;
    margin: 0px auto;
    overflow: hidden
}
.dash {
    font-family: "Open sans", 'Helvetica Neue', 'Lucida Grande', Arial, Verdana, sans-serif;
    position: relative;
    opacity: 1;
    padding: 0 0 10px 0;
    margin: 0;
    width: 100%;
}
#countdown_dashboard .dash-glob:first-child {
    margin-left: 0;
    border-left: none
}
.dash_title {
    font-size: 13px;
    line-height: 22px;
    width: 100%;
    display: block;
    font-weight: 100;
    clear: both;
}
.digit {
    font-family: georgia;
    font-size: 3em;
    line-height: 50px;
    font-weight: 400;
    height: 56px;
    display: inline-block;
    overflow: hidden;
    text-align: center;
    position: relative;
    vertical-align: middle;
}
.col-xs-3 {
    margin: 0;
    padding: 0;
}
/* 3.6. Copyright header */
#copyright-header {
    position: absolute;
    height: 32px;
    bottom: 20px;
    margin: 0 auto;
    padding: 0;
    width: 100%;
}
#copyright-header p {
    float: left;
    padding: 0;
    margin: 0 0px;
    font-weight: 400;
    font-size: 13px;
    line-height: 30px;
    width: 150px;
    color: #ccc;
}
#copyright-header nav {
    float: right;
    width: 20px;
    margin: 0 10px;
    padding: 0px;
}
#copyright-header li {
    list-style: none;
    padding: 0;
    font-size: 13px;
    font-weight: 400
}
#copyright-header li a i {
    padding: 0px;
    width: 20px;
    height: 20px;
    line-height: 21px;
    text-align: center;
    font-size: 14px;
    border-radius: 3px
}
#copyright-header li a {
    font-size: 13px;
    font-weight: 600;
}
#copyright-header p a {
    font-weight: 400;
    color: #eee;
}
#copyright-header p a:hover {
    color: #fff;
}

/* 3.7. Social */
#social .list, #social .list ul {
    float: right;
    margin: 0px;
    padding: 0
}
#social .list li {
    display: inline-block;
}
#social .list .fa {
    display: inline-block;
    font-size: 16px;
    margin: 0px;
    margin-left: 3px;
    padding: 0px;
    line-height: 32px;
    text-align: center;
    border-radius: 0;
    background-color: transparent;
    width: 32px;
    height: 32px;
    transition: all 0.2s ease-out 0s;
}
#social .list .fa {
    color: rgba(250, 250, 250, 0.5);
    border: 1px solid rgba(250, 250, 250, 0.4);
    background-color: transparent;
}
#social .list .fa:hover {
    color: #fff;
}
#social .list .fa-whatsapp:hover {
    background-color: #50c865;
    border: 1px solid #50c865;
}
#social .list .fa-twitter:hover {
    background-color: #00aced;
    border: 1px solid #00aced;
}
#social .list .fa-facebook:hover {
    background-color: #3b5998;
    border: 1px solid #3b5998;
}
#social .list .fa-envelope:hover {
    background-color: #ea4c89;
    border: 1px solid #ea4c89;
}
#social .list .fa-google-plus:hover {
    background-color: #dd4b39;
    border: 1px solid #dd4b39;
}
#social .list .fa-linkedin:hover {
    background-color: #007bb6;
    border: 1px solid #007bb6;
}
#social .list .fa-instagram:hover {
    background-color: #517fa4;
    border: 1px solid #517fa4;
}
#social .list .fa-flickr:hover {
    background-color: #ff0084;
    border: 1px solid #ff0084;
}
#social .list .fa-users:hover {
    background-color: #7ED9BF;
    border: 1px solid #7ED9BF;
}
/* ==============================================
:::::::::: 04. MEDIA Queries Settings :::::::::::
================================================= */
/* *=*=*=*=*=*=*=*=*=* 360 x 640 Phone portrait *=*=*=*=*=*=*=*=*=* */

@media only screen and (min-device-width: 360px) and (max-device-width: 640px) and (orientation: portrait) {
    body {
        font-size: 0.7em;
        line-height: 1.6em;
    }
    .intro, .countdown, .subscription {
        border: 0px solid #fff;
        padding: 5px 0;
        margin: 4px 0;
        float: left;
        width: 100%
    }
    #header #center-page {
        display: block;
        position: absolute;
        top: 50%;
        height: 260px;
        margin-top: -120px;
        border:0px solid #fff;
        width: 100%
    }
    /* 4.1. Social */
    
    #social .list .fa {
        font-size: 18px;
        line-height: 32px;
        height: 32px;
    }
    /* Intro */
    .intro h1 {
      font-size: 2.5em;
    } 
    .intro h2 {
        font-size: 1.5em;
        font-weight: 400;
    }
    /* Countdown */
    #countdown {
        padding: 10px 0;
    }
    .digit {
        font-size: 28px;
        height: 34px;
        line-height: 28px;
    }
    .dash_title {
        font-size: 12px;
        line-height: 12px;
    }
    /* 4.6. Copyright header */
    
    #copyright-header {
        text-align: center;
        position: absolute;
        height: 60px;
        bottom: 10px;
        margin: 0 auto;
        padding: 0;
        width: 100%;
    }
    #copyright-header p {
        width: 100%;
        text-align: center;
    }
    #copyright-header #social ul {
        float: none
    }
}
/* *=*=*=*=*=*=*=*=*=* 360 x 640 Phone landscape *=*=*=*=*=*=*=*=*=* */

@media only screen and (min-device-width: 360px) and (max-device-width: 640px) and (orientation: landscape) {
    body {
        font-size: 0.8em;
        line-height: 1.6em;
    }
    .logo {
        width: 40px;
        margin: 10px 0px;
    }
    .intro, .countdown, .subscription {
        padding: 0px 0;
        margin: 4px 0;
    }
    #header #center-page {
        display: block;
        position: absolute;
        top: 50%;
        height: 200px;
        margin-top: -100px;
        border:0px solid #fff;
        width: 100%
    }
    /* Intro */
    .intro h1 {
      font-size: 2em;
    } 
    .intro h2 {
        font-size: 1.4em;
        font-weight: 400;
    }
    /* 4.4. Countdown */
    
    #countdown {
        padding: 0px 0;
    }
    .digit {
        font-size: 28px;
        height: 34px;
        line-height: 28px;
    }
    .dash_title {
        font-size: 12px;
        line-height: 12px;
    }
    #copyright-header {
        position: absolute;
        height: 32px;
        bottom: 5px;
        margin: 0 auto;
        padding: 0;
        width: 100%;
    }
}
/* *=*=*=*=*=*=*=*=*=* 320 x 480 Phone portrait *=*=*=*=*=*=*=*=*=* */

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: portrait) {
    body {
        font-size: 0.7em;
        line-height: 1.6em;
    }
    .intro, .countdown, .subscription {
        border: 0px solid #fff;
        padding: 0px 0;
        margin: 0px 0;
        float: left;
        width: 100%
    }
    #header #center-page {
        display: block;
        position: absolute;
        top: 50%;
        height: 260px;
        margin-top: -120px;
        border:0px solid #fff;
        width: 100%
    }
    /* 4.1. Social */
    
    #social .list .fa {
        font-size: 18px;
        line-height: 32px;
        height: 32px;
    }
    /* Intro */
    .intro h1 {
      font-size: 2.5em;
    } 
    .intro h2 {
        font-size: 1.5em;
        font-weight: 400;
    }
    /* Countdown */
    #countdown {
        padding: 10px 0;
    }
    .digit {
        font-size: 28px;
        height: 34px;
        line-height: 28px;
    }
    .dash_title {
        font-size: 12px;
        line-height: 12px;
    }
    /* 4.6. Copyright header */
    
    #copyright-header {
        text-align: center;
        position: absolute;
        height: 60px;
        bottom: 10px;
        margin: 0 auto;
        padding: 0;
        width: 100%;
    }
    #copyright-header p {
        width: 100%;
        text-align: center;
    }
    #copyright-header #social ul {
        float: none
    }
}
/* *=*=*=*=*=*=*=*=*=* 320 x 480 Phone landscape *=*=*=*=*=*=*=*=*=* */

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: landscape) {
    body {
        font-size: 0.8em;
        line-height: 1.6em;
    }
    .logo {
        width: 320px;
		margin-top:5px;
		margin-left:55px;
}
	.logo img {
    float: left;
	margin-top:0;
    width: 308px;
    height: 50px;
    background-size: 308px 50px;
}
    .intro, .countdown, .subscription {
        padding: 0px 0;
        margin: 4px 0;
    }
    #header #center-page {
        display: block;
        position: absolute;
        top: 50%;
        height: 200px;
        margin-top: -100px;
        border:0px solid #fff;
        width: 100%
    }
    /* Intro */
    .intro h1 {
      font-size: 2em;
    } 
    .intro h2 {
        font-size: 1.4em;
        font-weight: 400;
    }
    /* 4.4. Countdown */
    
    #countdown {
        padding: 0px 0;
    }
    .digit {
        font-size: 28px;
        height: 34px;
        line-height: 28px;
    }
    .dash_title {
        font-size: 12px;
        line-height: 12px;
    }
    #copyright-header {
        position: absolute;
        height: 32px;
        bottom: 5px;
        margin: 0 auto;
        padding: 0;
        width: 100%;
    }
}
