@import url(http://fonts.googleapis.com/css?family=Open+Sans:100,400,300);
@import url(http://fonts.googleapis.com/css?family=Roboto:300,100);

/*================= FONT (OPEN SANS) IMPORT FROM GOOGLE FONTS =================*/




/*=============================== COMMON STYLES BEGIN ===============================*/

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 100;
    /* background-image: url(../images/body.jpg); */
    /* background-position: center bottom; */
    /* background-size: 100%; */
    color: #444;
    line-height: 1.6;
    /* background-repeat: no-repeat; */
}

body, html, #wrap {
    min-height: 100%;
    height: 100%;
    background: #202427;
}

a {
    text-decoration: underline;
}

h1 {
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
    font-size: 25px;
    text-transform: uppercase;
    letter-spacing: 5px;
    display: block;
}

h2 {
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
    font-size: 30px;
    text-transform: uppercase;
}

ul {
    margin: 0;
    padding: 0px;
    list-style: none;
}

#wrap {
    /* overflow: hidden; */
}

section {
    padding: 70px 0;
    position: relative;
    background: #fff;
}


.bg_light .sep_block_solid:before {
    border-color: transparent transparent #f8f8f8 transparent;
}

.bg_light .sep_block_solid:after {
    border-color: #f8f8f8 transparent transparent transparent;
}

.bg_dark .sep_block_solid:before {
    border-color: transparent transparent #444 transparent;
}

.bg_dark .sep_block_solid:after {
    border-color: #444 transparent transparent transparent;
}

.bg_dark .sep_block_solid a.up {
    background: url(../images/arrows.png) 0px 0px;
}

.bg_dark .sep_block_solid a.down {
    background: url(../images/arrows.png) 0px -60px;
}

ul.list {
    margin: 0 0 0 30px;
    padding: 0px;
    list-style: url(../images/list_mark_ok.png);
}

    ul.list li {
        padding: 30px 0 0 20px;
    }

.bg_light {
    background: #f8f8f8;
}

.bg_dark {
    background: #444444;
    color: #fff;
}

/*=============================== COMMON STYLES END ===============================*/




/*=============================== HEADER BEGIN ===============================*/

header {
    background: rgba(0,0,0,0.6);
}

    header .container {
        border-bottom: 1px solid;
        border-color: rgba(255, 255, 255, 0.2);
    }

    header a.logo {
        display: block;
        margin: 40px 0;
        opacity: 0.3;
        transition: all 0.15s ease-in-out;
    }

        header a.logo:hover {
            opacity: 1;
        }

    header .col-sm-6 {
        padding: 0px;
    }

.soc_nav {
    float: right;
    margin-bottom: 0;
}

    .soc_nav li {
        margin-left: 20px;
        list-style: none;
        display: inline-block;
    }

        .soc_nav li:first-child {
            margin-left: 0;
        }

        .soc_nav li a {
            font-size: 22px;
            line-height: 100px;
            display: block;
            padding: 0 10px;
            text-align: center;
            opacity: 0.3;
            transition: all 0.15s ease-in-out;
            color: #FFF;
        }

            .soc_nav li a:hover {
                opacity: 1;
            }

/*=============================== HEADER END ===============================*/


/*=============================== INTRO BEGIN ===============================*/

section#intro {
    position: relative;
    text-align: center;
    background-color: rgba(0,0,0,0.8);
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
    padding: 0;
    background-image: url(../images/body.jpg);
    background-position: center top;
    background-size: cover;
    color: #444;
    line-height: 1.6;
    background-repeat: no-repeat;
}

#intro small {
    display: block;
    font-size: 16px;
    margin-top: 20px;
}

@-webkit-keyframes slogansRotate {
    0%,65%,100% {
        -webkit-transform: translateY(100px);
        transform: translateY(100px);
        opacity: 0;
    }

    70%,95% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes slogansRotate {
    0%,65%,100% {
        -webkit-transform: translateY(100px);
        -ms-transform: translateY(100px);
        transform: translateY(100px);
        opacity: 0;
    }

    70%,95% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

#intro .sub_slogan {
    margin: 0px;
    font-size: 32px;
    width: 100%;
    height: 80px;
    color: #fff;
    font-weight: 100;
    overflow: hidden;
    position: relative;
}

    #intro .sub_slogan span {
        -webkit-animation: slogansRotate 9s infinite ease-in-out;
        animation: slogansRotate 9s infinite ease-in-out;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        display: block;
        position: absolute;
        width: 100%;
        text-align: center;
    }

        #intro .sub_slogan span.line3 {
            opacity: 0;
        }

        #intro .sub_slogan span.line2 {
            -webkit-animation-delay: -3s;
            animation-delay: -3s;
            opacity: 0;
        }

        #intro .sub_slogan span.line1 {
            -webkit-animation-delay: -6s;
            animation-delay: -6s;
        }

#intro h1 {
    color: #fff;
    display: table;
    position: relative;
    padding: 50px 20px 30px;
    background: rgba(0,0,0,0.7);
    margin: 0;
    font-size: 35px;
    font-weight: 300;
    height: 284px;
    width: 100%;
    vertical-align: middle;
}

    #intro h1 span {
        display: table-cell;
        vertical-align: middle;
    }

    #intro h1 img {
        max-width: 110px;
        margin-top: 20px;
    }

#intro a.book_btn {
    display: inline-block;
    line-height: 90px;
    font-size: 35px;
    text-transform: uppercase;
    letter-spacing: 5px;
    margin: 150px auto 50px auto;
    border: 1px solid;
    border-color: rgba(255, 255, 255, 0.2);
    text-decoration: none;
    color: #fff;
    padding: 0 75px;
    transition: all 0.15s ease-in-out;
}

    #intro a.book_btn:hover {
        border-color: rgba(255, 255, 255, 0.6);
        background: rgba(0,0,0,0.2);
    }

/*=============================== INTRO END ===============================*/



/*=============================== MAP BEGIN ================================*/

#map {
    position: relative;
}

    #map .contact_info {
        position: relative;
        padding: 30px 50px;
        background: rgba(255,255,255,0.9);
        z-index: 1;
    }

        #map .contact_info h2 {
            margin: 0;
        }

        #map .contact_info ul {
            margin: 0;
            font-size: 16px;
        }

            #map .contact_info ul li {
                margin-top: 30px;
            }

            #map .contact_info ul i {
                width: 40px;
                font-size: 20px;
                color: #aaa;
            }

    #map #canvas-map {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1;
    }

    #map .sep_block_solid:before {
        border-color: transparent transparent #444 transparent;
    }

    #map .sep_block_solid:after {
        border-color: #444 transparent transparent transparent;
    }



/*=============================== MAP END ================================*/


/*=============================== FOOTER BEGIN ================================*/

footer {
       background: #202427;
    padding: 20px 0;
    /* position: absolute; */
    /* bottom: 0; */
    /* right: 0; */
    /* left: 0; */
    text-align: center;
}

    footer .copyright {
        color: #888;
        margin: 0px;
        padding: 0px;
    }

    footer .soc_nav li a {
        line-height: 25px;
    }

    footer .sep_block_solid {
        top: -50px;
    }

        footer .sep_block_solid a.up {
            top: 10px;
        }

        footer .sep_block_solid:before {
            border-color: transparent transparent #333 transparent;
        }

        footer .sep_block_solid:after {
            border-color: #333 transparent transparent transparent;
        }
/*=============================== FOOTER END ================================*/


@media (max-width:767px) {
    #map #canvas-map {
        position: relative;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1;
        height: 400px;
    }

    section {
        padding: 20px 0;
        position: relative;
        background: #fff;
    }
}
