﻿
@import url('icomoon.css');
@import url('bootstrap.css');
@import url('jquery-ui.css');


@font-face {
    font-family: 'icomoon';
    src: url("../fonts/icomoon/icomoon.eot?srf3rx");
    src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
}
/* =======================================================
*
* 	Template Style 
*
* ======================================================= */
body {
}

h2 .rotating {
    margin-bottom: 30px;
    font-size: 50px;
    line-height: 1.5;
    font-weight: 100;
}

.container-page {
    margin-top: 20px;
}

.page {
    display: none;
}

.page-active {
    display: block;
}

#gtco-hero .gtco-video-link a {
    color: rgba(255, 255, 255, 0.5);
}

    #gtco-hero .gtco-video-link a i {
        font-size: 78px;
        top: 2px;
        position: relative;
        color: #fff;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        display: -moz-inline-stack;
        display: inline-block;
        zoom: 1;
        *display: inline;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
    }

    #gtco-hero .gtco-video-link a:hover {
        color: white;
    }

        #gtco-hero .gtco-video-link a:hover i {
            -webkit-transform: scale(1.1);
            -moz-transform: scale(1.1);
            -ms-transform: scale(1.1);
            -o-transform: scale(1.1);
            transform: scale(1.1);
        }

@media screen and (max-width: 480px) {
    #gtco-hero .text-left {
        text-align: center !important;
    }
}

@media screen and (max-width: 480px) {
    #gtco-hero .btn {
        display: block;
        width: 100%;
    }
}

#gtco-header,
#gtco-counter,
.gtco-bg {
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    position: relative;
}

.gtco-bg {
    background-position: center center;
    width: 100%;
    float: left;
    position: relative;
}

.gtco-video {
    height: 450px;
    overflow: hidden;
    margin-bottom: 30px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    border-radius: 7px;
}

    .gtco-video.gtco-video-sm {
        height: 250px;
    }

    .gtco-video a {
        z-index: 1001;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -45px;
        margin-left: -45px;
        width: 90px;
        height: 90px;
        display: table;
        text-align: center;
        background: #fff;
        -webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
        -moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
        box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
    }

        .gtco-video a i {
            text-align: center;
            display: table-cell;
            vertical-align: middle;
            font-size: 40px;
        }

    .gtco-video .overlay {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.5);
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
    }

    .gtco-video:hover .overlay {
        background: rgba(0, 0, 0, 0.7);
    }

    .gtco-video:hover a {
        position: relative;
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
    }

.gtco-cover {
    height: 500px;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    float: left;
    width: 100%;
}

    .gtco-cover a {
        color: #3366ff;
    }

        .gtco-cover a:hover {
            color: white;
        }

    .gtco-cover .overlay {
        z-index: 1;
        position: absolute;
        bottom: 0;
        top: 0;
        left: 0;
        right: 0;
        background: rgba(35, 35, 35, 0.5);
    }

    .gtco-cover > .container {
        position: relative;
        z-index: 10;
    }

@media screen and (max-width: 768px) {
    .gtco-cover {
        height: 500px;
    }
}

.gtco-cover .display-t,
.gtco-cover .display-tc {
    height: 500px;
    display: table;
    width: 100%;
}

@media screen and (max-width: 768px) {
    .gtco-cover .display-t,
    .gtco-cover .display-tc {
        height: 500px;
    }
}

.gtco-cover.gtco-cover-sm {
    height: 500px;
}

@media screen and (max-width: 768px) {
    .gtco-cover.gtco-cover-sm {
        height: 400px;
    }
}

.gtco-cover.gtco-cover-sm .display-t,
.gtco-cover.gtco-cover-sm .display-tc {
    height: 500px;
    display: table;
    width: 100%;
}

@media screen and (max-width: 768px) {
    .gtco-cover.gtco-cover-sm .display-t,
    .gtco-cover.gtco-cover-sm .display-tc {
        height: 400px;
    }
}

.gtco-cover.gtco-cover-xs {
    height: 500px;
}

@media screen and (max-width: 768px) {
    .gtco-cover.gtco-cover-xs {
        height: inherit !important;
        padding: 3em 0;
    }
}

.gtco-cover.gtco-cover-xs .display-t,
.gtco-cover.gtco-cover-xs .display-tc {
    height: 500px;
    display: table;
    width: 100%;
}

@media screen and (max-width: 768px) {
    .gtco-cover.gtco-cover-xs .display-t,
    .gtco-cover.gtco-cover-xs .display-tc {
        padding: 3em 0;
        height: inherit !important;
    }
}

.gtco-cover.gtco-cover-xxs {
    padding: 3em 0;
}

.gtco-cover .btn-primary {
    color: #fff !important;
}

#gtco-header .display-tc,
.gtco-cover .display-tc {
    display: table-cell !important;
    vertical-align: middle;
}

    #gtco-header .display-tc h1, #gtco-header .display-tc h2,
    .gtco-cover .display-tc h1,
    .gtco-cover .display-tc h2 {
        margin: 0;
        padding: 0;
        color: white;
    }

    #gtco-header .display-tc h1,
    .gtco-cover .display-tc h1 {
        margin-bottom: 30px;
        font-size: 59px;
        line-height: 1.5;
        font-weight: 100;
    }

@media screen and (max-width: 768px) {
    #gtco-header .display-tc h1,
    .gtco-cover .display-tc h1 {
        font-size: 34px;
        line-height: 1.2;
        margin-bottom: 10px;
    }
}

#gtco-header .display-tc h2,
.gtco-cover .display-tc h2 {
    font-size: 22px;
    line-height: 1.5;
    margin-bottom: 30px;
}

#gtco-footer {
    padding-top: 30px;
    background: #e5e5e5;
}

    #gtco-footer .gtco-footer-links {
        padding: 0;
        margin: 0 0 20px 0;
        float: left;
        width: 100%;
    }

        #gtco-footer .gtco-footer-links li {
            padding: 0;
            margin: 0 0 15px 0;
            list-style: none;
            line-height: 1;
        }

            #gtco-footer .gtco-footer-links li a {
                text-decoration: none;
            }

                #gtco-footer .gtco-footer-links li a:hover {
                    text-decoration: underline;
                }

    #gtco-footer .gtco-widget {
        margin-bottom: 30px;
    }

        #gtco-footer .gtco-widget h3 {
            margin-bottom: 15px;
            font-weight: bold;
            font-size: 15px;
            letter-spacing: 2px;
            text-transform: uppercase;
        }

        #gtco-footer .gtco-widget .gtco-quick-contact {
            padding: 0;
            margin: 0;
        }

            #gtco-footer .gtco-widget .gtco-quick-contact li {
                padding: 0;
                margin: 0 0 10px 0;
                list-style: none;
            }

                #gtco-footer .gtco-widget .gtco-quick-contact li i {
                    width: 30px;
                    float: left;
                    font-size: 18px;
                    position: relative;
                    margin-top: 4px;
                    display: -moz-inline-stack;
                    display: inline-block;
                    zoom: 1;
                    *display: inline;
                }

@media screen and (max-width: 768px) {
    #gtco-footer .copyright .pull-left,
    #gtco-footer .copyright .pull-right {
        float: none !important;
        text-align: center;
    }
}

#gtco-footer .copyright .block {
    display: block;
}

#gtco-offcanvas {
    position: absolute;
    position: fixed;
    z-index: 1901;
    width: 270px;
    background: black;
    top: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 45px 40px 40px 40px;
    overflow-y: auto;
    display: none;
    -moz-transform: translateX(270px);
    -webkit-transform: translateX(270px);
    -ms-transform: translateX(270px);
    -o-transform: translateX(270px);
    transform: translateX(270px);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

@media screen and (max-width: 990px) {
    #gtco-offcanvas {
        display: block;
    }
}

.offcanvas #gtco-offcanvas {
    -moz-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
}

#gtco-offcanvas a {
    color: rgba(255, 255, 255, 0.8);
}

    #gtco-offcanvas a:hover {
        color: rgba(255, 255, 255, 1);
    }

#gtco-offcanvas ul {
    padding: 0;
    margin: 0;
}

    #gtco-offcanvas ul li {
        padding: 0;
        margin: 0;
        list-style: none;
    }

        #gtco-offcanvas ul li > ul {
            padding-left: 20px;
            display: none;
        }

        #gtco-offcanvas ul li.offcanvas-has-dropdown > a {
            display: block;
            position: relative;
        }

            #gtco-offcanvas ul li.offcanvas-has-dropdown > a:after {
                position: absolute;
                right: 0px;
                font-family: 'icomoon';
                speak: none;
                font-style: normal;
                font-weight: normal;
                font-variant: normal;
                text-transform: none;
                line-height: 1;
                /* Better Font Rendering =========== */
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
                content: "\e921";
                font-size: 20px;
                color: rgba(255, 255, 255, 0.2);
                -webkit-transition: 0.5s;
                -o-transition: 0.5s;
                transition: 0.5s;
            }

        #gtco-offcanvas ul li.offcanvas-has-dropdown.active a:after {
            -webkit-transform: rotate(-180deg);
            -moz-transform: rotate(-180deg);
            -ms-transform: rotate(-180deg);
            -o-transform: rotate(-180deg);
            transform: rotate(-180deg);
        }

.uppercase {
    font-size: 14px;
    color: #000;
    margin-bottom: 10px;
    font-weight: 700;
    text-transform: uppercase;
}

.gototop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

    .gototop.active {
        opacity: 1;
        visibility: visible;
    }

    .gototop a {
        width: 50px;
        height: 50px;
        display: table;
        background-color: #3366ff;
        color: #fff;
        text-align: center;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        border-radius: 4px;
    }

        .gototop a:hover {
            background-color: #757575;
            color: #fff;
        }

        .gototop a i {
            height: 50px;
            display: table-cell;
            vertical-align: middle;
        }

        .gototop a:hover, .gototop a:active, .gototop a:focus {
            text-decoration: none;
            outline: none;
        }





.gtco-loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../images/loader.gif) center no-repeat #fff;
}

.js .animate-box {
    opacity: 0;
}


.home-section {
    padding-top: 150px;
    padding-bottom: 110px;
    display: block;
    position: relative;
    min-height: 400px;
    z-index: 120;
}

.parallax {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 20;
}

.parallax1 {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 20;
}

.highlight-dark {
    background-color: rgba(0,0,0,.5);
    padding: 20px;
    display: inline-block;
    color: #fff;
}

.callbacks_container {
    position: relative;
    float: left;
    width: 100%;
}

.callbacks {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}

    .callbacks li {
        position: absolute;
        width: 100%;
    }

    .callbacks img {
        position: relative;
        z-index: 1;
        height: auto;
        border: 0;
    }

    .callbacks .caption {
        display: block;
        position: absolute;
        z-index: 2;
        font-size: 20px;
        text-shadow: none;
        color: #fff;
        left: 0;
        right: 0;
        padding: 10px 20px;
        margin: 0;
        max-width: none;
        top: 10%;
        text-align: center;
    }

.callbacks_nav {
    position: absolute;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    bottom: 5%;
    left: 40px;
    opacity: 0.7;
    z-index: 3;
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    height: 47px;
    width: 47px;
}

    .callbacks_nav.next {
        background: url(../images/left.png) no-repeat 10px 8px #3366ff;
        /*
    left: auto;    
    left: 8%;
    bottom:10%;
    */
        margin-bottom: 25px;
        margin-left: 45px;
    }

        .callbacks_nav.next:hover {
            background-color: #3366ff;
        }

    .callbacks_nav.prev {
        background: url(../images/right.png) no-repeat 8px 10px #3366ff;
        /*
    left: auto;        
    left: 5%;
    bottom:10%;
    */
        margin-bottom: 25px;
    }

        .callbacks_nav.prev:hover {
            background-color: #3366ff;
        }

.callbacks_tabs {
    list-style: none;
    position: absolute;
    bottom: 10%;
    right: 5%;
    padding: 0;
    margin: 0;
    display: block;
    z-index: 40;
}

.slider-top span {
    font-weight: 600;
}

.callbacks_tabs li {
    display: inline-block;
    margin: 0px 7px;
    border: 1px solid #3366ff;
    border-radius: 50%;
    line-height: 0;
    width: 26px;
    height: 26px;
    padding: 0px 5px;
}
/*----*/
.callbacks_tabs a {
    visibility: hidden;
}

    .callbacks_tabs a:after {
        content: "\f111";
        font-size: 0;
        font-family: FontAwesome;
        visibility: visible;
        display: block;
        height: 15px;
        width: 15px;
        display: inline-block;
        background: #ffffff;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -o-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
    }

.callbacks_here a:after {
    background: #3366ff;
    border-color: #3366ff;
}
