/*
Template Name: Uno
Template URL: http://www.codesymbol.com/templates/uno/demo/
Version: 2.0
Author: CodeSymbol
Author URL: http://themeforest.net/user/codesymbol/
*/



/*
================================================================
================================================================
    Typography Setup
================================================================
================================================================
*/

@font-face {
    font-family: 'effra';
    src: url('../intro/font/effra-regular.eot');
    src: url('../intro/font/effra-regular.eot?#iefix') format('embedded-opentype'),
    url('../intro/font/effra-regular.woff') format('woff'),
    url('../intro/font/effra-regular.ttf') format('truetype'),
    url('../intro/font/effra-regular.svg#effraregular') format('svg');
}
html {
    height: 100%;
    background-color: #000000;
    overflow: hidden;
}
body {
    z-index: 0;
    height: 100%;
    width: 100%;
    color: #959595;
    font-size: 12px;
    line-height: 25px;
    overflow: hidden;
    letter-spacing: 2.3px;
    overflow: hidden;
    background-color: #000000;
    font-family: effra, arial;
}
p {
    color: inherit;
    font-size: 12px;
    line-height: 25px;
    margin-bottom: 20px;
    font-family: effra, arial;
    letter-spacing: 2.3px;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
}
a {
    color: #ffffff;
}
h1, h2, h3, h4, h5, h6 {
    color: #ffffff;
    position: relative;
    font-family: effra;
    font-weight: normal;
    margin-bottom: 20px;
    letter-spacing: 4px;
}
h1 {
    font-size: 30px;
    line-height: 36px;
}
h2 {
    font-size: 24px;
    line-height: 31px;
}
h3 {
    font-size: 20px;
    line-height: 26px;
}
h4 {
    font-size: 18px;
    line-height: 24px;
}
h5 {
    font-size: 14px;
    line-height: 22px;
}
h6 {
    font-size: 13px;
    line-height: 20px;
}

.clear {
    clear: both;
    margin: 0px;
    padding: 0px;
    display: block;
}
.clearfix:before, .row:before,
.clearfix:after, .row:after {
    content:"";
    display:table;
}
.clearfix:after, .row:after {
    clear:both;
}


/*
================================================================
================================================================
    Template Basics
================================================================
================================================================
*/

body .main-container {
    background-color: #000000;
    height: 100%;
    width: 100%;
    position: relative;
    margin: 0;
    z-index: 3;
}
body .main-container .col {
    display: inline-block;
    position: relative;
    float: left;
    width: 50%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
body .main-container .col.dark {
    background-image: url('image/bg1.jpg');
}
body .main-container .col.light {
    background-image: url('image/bg2.jpg');
}
body .main-container .col::after {
    position: absolute;
    display: block;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.4;
    z-index: 2;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
body .main-container .col.dark::after {
    background-color: #000;
}
body .main-container .col.light::after {
    opacity: 0.4;
    background-color: #000;
}
body .main-container .col span {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 50px;
    line-height: 60px;
    letter-spacing: 25px;
    padding: 10px 0 10px 27px;
    text-align: center;
    z-index: 3;
    cursor: pointer;
    color: #fff;
    background-color: transparent;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
body .main-container .col.light span {
    color: #000;
}


body .main-container .col:hover::after {
    opacity: 0;
}
body .main-container .col.dark:hover span {
    background-color: #000;
}
body .main-container .col.light:hover span {
    background-color: #fff;
}
@media only screen and (max-width: 600px) {
    body .main-container {
        background-color: #000000;
        height: 100%;
        width: 100%;
        position: relative;
        margin: 0;
        z-index: 3;
        display: flex;
        flex-direction: column;
    }
    body .main-container .col {
        display: inline-block;
        position: relative;
        float: left;
        width: 100%;
        height: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
    }

    body .main-container .col.light::after {
        opacity: 0.3;
        background-color: #000000;
    }

    body .main-container .col::after {
        position: absolute;
        display: block;
        content: "";
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0.3;
        z-index: 2;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    body .main-container .col span {
        display: inline-block;
        position: absolute;
        top: 50%;
        left: 50%;
        font-size: 40px;
        line-height: 40px;
        letter-spacing: 15px;
        padding: 10px 0 10px 27px;
        text-align: center;
        z-index: 3;
        cursor: pointer;
        color: #fff;
        background-color: transparent;
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        background-color: #000000;
    }
    body .main-container .col.dark::after {
        background-color: #000000;
    }

    body .main-container .col.light span {
        background-color: #fff;
    }
}