﻿

.ftco-section-parallax {
    position: relative;
}

    .ftco-section-parallax .parallax-img {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        position: relative;
        padding: 4em 0;
        background: #6a00ff;
        background: -moz-linear-gradient(left, #6a00ff 0%, #ffd900 100%);
        background: -webkit-gradient(left top, right top, color-stop(0%, #6a00ff), color-stop(100%, #ffd900));
        background: -webkit-linear-gradient(left, #6a00ff 0%, #ffd900 100%);
        background: -o-linear-gradient(left, #6a00ff 0%, #ffd900 100%);
        background: -ms-linear-gradient(left, #6a00ff 0%, #ffd900 100%);
        background: -webkit-gradient(linear, left top, right top, from(#6a00ff), to(#ffd900));
        background: linear-gradient(to right, #ff0000 0%, #5d00ff 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6a00ff', endColorstr='#ffd900', GradientType=1 );
    }

    .ftco-section-parallax .heading-section-white h2 {
        font-weight: 400 !important;
    }


.ftco-footer {
    font-size: 16px;
    padding: 8em 0 8em 0;
}

.ftco-section .footer-bg-color{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    opacity: .95;
    background: #1b212c;
}

    .ftco-footer .ftco-footer-logo {
        text-transform: uppercase;
        letter-spacing: .1em;
    }

    .ftco-footer .ftco-footer-widget h2 {
        font-weight: normal;
        color: #fff;
        margin-bottom: 40px;
        font-size: 18px;
        font-weight: 400;
    }

    .ftco-footer .ftco-footer-widget ul li a span {
        color: #fff;
    }

    .ftco-footer .ftco-footer-widget .btn-primary {
        background: #fff !important;
        border: 2px solid #fff !important;
    }

        .ftco-footer .ftco-footer-widget .btn-primary:hover {
            background: #fff;
            border: 2px solid #fff !important;
        }

    .ftco-footer p {
        color: rgba(255, 255, 255, 0.7);
    }

    .ftco-footer a {
        color: rgba(255, 255, 255, 0.7);
    }

        .ftco-footer a:hover {
            color: #fff;
        }

    .ftco-footer .ftco-heading-2 {
        font-size: 17px;
        font-weight: 400;
        color: #1b212c;
    }

    .ftco-footer .block-21 .text .heading {
        font-size: 18px;
    }

        .ftco-footer .block-21 .text .heading a {
            color: rgba(255, 255, 255, 0.8);
        }

            .ftco-footer .block-21 .text .heading a:hover, .ftco-footer .block-21 .text .heading a:active, .ftco-footer .block-21 .text .heading a:focus {
                color: #167ce9;
            }

    .ftco-footer .block-21 .text .meta > div {
        display: inline-block;
        font-size: 12px;
        margin-right: 5px;
    }

        .ftco-footer .block-21 .text .meta > div a {
            color: #8d9db9;
        }

.ftco-footer-social li {
    list-style: none;
    margin: 0 10px 0 0;
    display: inline-block;
}

    .ftco-footer-social li a {
        height: 50px;
        width: 50px;
        display: block;
        float: left;
        background: rgba(255, 255, 255, 0.05);
        border-radius: 50%;
        position: relative;
    }

        .ftco-footer-social li a span {
            position: absolute;
            font-size: 26px;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .ftco-footer-social li a:hover {
            color: #fff;
        }

.footer-small-nav > li {
    display: inline-block;
}

    .footer-small-nav > li a {
        margin: 0 10px 10px 0;
    }

        .footer-small-nav > li a:hover, .footer-small-nav > li a:focus {
            color: #167ce9;
        }

.media .ftco-icon {
    width: 100px;
}

    .media .ftco-icon span {
        color: #167ce9;
    }

.ftco-media {
    background: #fff;
    border-radius: 0px;
}

    .ftco-media .heading {
        font-weight: normal;
    }

    .ftco-media.ftco-media-shadow {
        padding: 40px;
        background: #fff;
        -webkit-box-shadow: 0 10px 50px -15px rgba(0, 0, 0, 0.3);
        box-shadow: 0 10px 50px -15px rgba(0, 0, 0, 0.3);
        -webkit-transition: .2s all ease;
        -o-transition: .2s all ease;
        transition: .2s all ease;
        position: relative;
        top: 0;
    }

        .ftco-media.ftco-media-shadow:hover, .ftco-media.ftco-media-shadow:focus {
            top: -3px;
            -webkit-box-shadow: 0 10px 70px -15px rgba(0, 0, 0, 0.3);
            box-shadow: 0 10px 70px -15px rgba(0, 0, 0, 0.3);
        }

    .ftco-media .icon {
        font-size: 50px;
        display: block;
        color: #167ce9;
    }

    .ftco-media.text-center .ftco-icon {
        margin: 0 auto;
    }

.ftco-overflow-hidden {
    overflow: hidden;
}

.padding-top-bottom {
    padding-top: 120px;
    padding-bottom: 120px;
}

#map {
    height: 400px;
    width: 100%;
}

@media (max-width: 991.98px) {
    #map {
        height: 300px;
    }
}

/*@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(22, 124, 233, 0.4);
    }

    70% {
        -webkit-box-shadow: 0 0 0 30px rgba(22, 124, 233, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(22, 124, 233, 0);
    }
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(22, 124, 233, 0.4);
        -webkit-box-shadow: 0 0 0 0 rgba(22, 124, 233, 0.4);
        box-shadow: 0 0 0 0 rgba(22, 124, 233, 0.4);
    }

    70% {
        -moz-box-shadow: 0 0 0 30px rgba(22, 124, 233, 0);
        -webkit-box-shadow: 0 0 0 30px rgba(22, 124, 233, 0);
        box-shadow: 0 0 0 30px rgba(22, 124, 233, 0);
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(22, 124, 233, 0);
        -webkit-box-shadow: 0 0 0 0 rgba(22, 124, 233, 0);
        box-shadow: 0 0 0 0 rgba(22, 124, 233, 0);
    }
}

.heading-section .subheading {
    font-size: 14px;
    display: block;
    margin-bottom: 10px;
}

.heading-section h2 {
    font-size: 30px;
    font-weight: 400;
}

@media (max-width: 767.98px) {
    .heading-section h2 {
        font-size: 28px;
    }
}

.heading-section.heading-section-white .subheading {
    color: rgba(255, 255, 255, 0.9);
}

.heading-section.heading-section-white h2 {
    font-size: 30px;
    color: #fff;
}

.heading-section.heading-section-white p {
    color: rgba(255, 255, 255, 0.9);
}

.hotel-img,
.hero-wrap,
.img,
.blog-img,
.user-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
*/