﻿.page-banner.homepage-04 {
    text-align: center;
    height: 115vh;
}
.page-banner {
    position: relative;
    background-repeat: repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    -webkit-background-size: cover;
    width: 100%;
    height: 100%;
    color: #fff;
    text-align: left;
    overflow: hidden;
}
@media screen and (max-width: 1920px) {
    .page-banner {
        top: -170px;
        margin-bottom: -170px;
    }
}

@media screen and (max-width: 1440px) {
    .page-banner.homepage-04 {
        text-align: center;
        height: 105vh;
    }
    .page-banner {
        top: -119px;
        margin-bottom: -119px;
    }
}

@media screen and (max-width: 1267px) {
    .page-banner {
        top: -220px;
        margin-bottom: -220px;
    }
    header > .header_inner > .header_content2 {
        position: relative;
        height: 40px;
        margin: 0 auto;
        width: 70%;
        /* overflow: hidden; */
    }
}

@media screen and (max-width: 1000px) {
    .page-banner {
        top: 0;
        margin-bottom: 0;
    }
}
.homepage-hero-module {
    height: 100%;
    border-right: none;
    border-left: none;
    position: relative;
}
.video-container {
    position: relative;
    bottom: 0%;
    left: 0%;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background: #000;
}
    .video-container .filter {
        z-index: 90;
        position: absolute;
        background: rgba(0, 0, 0, 0.4);
        width: 100%;
        height: 100%;
    }
    .video-container video.fillWidth {
        width: 100%;
    }
    .video-container video {
        position: absolute;
        z-index: 0;
        bottom: 0;
        left: 0;
        top: 0;
    }
.homepage-04 .homepage-banner-warpper {
    position: absolute;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.homepage-banner-warpper {
    display: table;
    width: 100%;
    height: 100%;
}
    .homepage-banner-warpper .homepage-banner-content {
        display: table-cell;
        vertical-align: middle;
    }
.show-video {
    opacity: 0;
    visibility: hidden;
}
.bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
    .bg-image img {
        width: 100%;
        height: 100%;
    }
.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
    display: block;
    max-width: 100%;
    height: auto;
}
.homepage-04 .group-logo {
    padding-top: 50px;
    padding-bottom: 65px;
}
    .homepage-04 .group-logo .img-logo {
        width: 250px;
        display: block;
        margin: 0 auto 10px auto;
    }
.homepage-04 .group-title {
    text-align: center;
    margin: 0 0 25px 0;
}
.group-title {
    margin-bottom: 20px;
    text-align: left;
}
.homepage-04 .group-title .title {
    font-size: 40px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 0 5px 0;
    display: block;
}
.homepage-04 .group-title .text {
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 2px;
    margin: 0;
    font-weight: 300;
}
.group-btn {
    margin-top: 50px;
    display: inline-block;
    width: 100%;
}
    .group-btn .btn-click {
        width: 220px;
        border: 1px solid rgba(255, 255, 255, 0.7);
        background-color: transparent;
        border-radius: 50px;
        padding: 5px 0 5px 15px;
        position: relative;
        text-align: center;
        color: #ffdd00;
        text-transform: uppercase;
        font-size: 13px;
        display: inline-block;
    }
        .group-btn .btn-click .text {
            transition: all 0.5s ease;
            -webkit-transition: all 0.5s ease;
            -moz-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
        }
        .group-btn .btn-click .icons {
            position: absolute;
            left: 1px;
            top: 1px;
            bottom: 1px;
            padding: 9px 10px;
            border-radius: 50%;
            text-align: center;
            color: #ffdd00;
            background-color: rgba(255, 255, 255, 0.6);
            transition: all 0.5s ease;
            -webkit-transition: all 0.5s ease;
            -moz-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
        }
.btn-video .btn-click.btn-play {
    padding-left: 5px;
}
.btn-video .btn-click {
    position: absolute;
    margin-top: 50px;
    margin-left: -25px;
    left: 50%;
    width: 50px;
    height: 50px;
    background-color: #fff;
    text-align: center;
    line-height: 50px;
    color: #434a54;
    font-size: 18px;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
@media screen and (max-width: 767px) {
    .bg-image.show-video {
        opacity: 1;
        visibility: visible;
    }
    .homepage-04 .group-logo {
        padding-top: 30px;
        padding-bottom: 45px;
    }
    .homepage-04 .homepage-hero-module {
        min-height: 667px;
        max-height: 667px;
    }
    .page-banner.homepage-default, .page-banner.homepage-04 {
        height: 100%;
    }
    .homepage-banner-warpper .btn-video {
        display: none;
    }
}
@media screen and (max-width: 600px) {
    .homepage-04 .group-logo {
        padding-top: 0;
    }
}


/*Content 1*/
.content1 {
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    line-height: 24px;
    font-weight: 400;
    font-size: 14px;
    color: #555e69;
    padding-top: 100px !important;
    padding-bottom: 60px !important;
}
@media screen and (max-width: 769px) {
    .content1 {
        margin-left: 40px;
        margin-right: 40px;
        padding-top: 60px !important;
    }
}

.vc_custom_1468574547376 {
    padding-bottom: 30px !important;
}
.block-title-2834874615fcf6c34d355c .group-title {
    margin-bottom: 20px;
}

.group-title {
    margin-bottom: 20px;
    text-align: left;
}
    .group-title .sub-title .text {
        color: #6e747c;
        text-transform: uppercase;
        display: inline-block;
        margin-bottom: 0;
    }
    .group-title .sub-title .icons {
        font-size: 28px;
        color: #c6c6c6;
        margin-left: 60px;
        position: relative;
    }
        .group-title .sub-title .icons:after {
            position: absolute;
            content: '';
            width: 54px;
            height: 2px;
            background-color: #ffdd00;
            right: 105%;
            bottom: 7px;
        }
.flaticon-people:before {
    content: "\e01b";
}
    .group-title .main-title {
        color: #434a54;
        font-size: 30px;
        text-transform: uppercase;
        font-weight: bold;
        letter-spacing: 1px;
        margin: 5px 0 0 0;
    }
.about-us-list {
    display: inline-block;
    margin-bottom: 0;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}
    .about-us-list li {
        padding: 7px 0;
    }
        .about-us-list li .text {
            margin-bottom: 0;
            padding-left: 20px;
            position: relative;
        }
            .about-us-list li .text:after {
                position: absolute;
                font-family: 'FontAwesome';
                content: '\f178';
                top: 0;
                left: 0;
                color: #c6c6c6;
                font-size: 12px;
            }

.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.btn {
    padding: 6px 40px;
    border: 1px solid #c3c3c3;
    color: #6c6c6c;
    text-transform: uppercase;
    text-align: center;
    border-radius: 50px;
    background-color: transparent;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
    .btn.btn-maincolor {
        background-color: #ffdd00;
        border: 1px solid #ffdd00;
        color: #3c3c3c;
    }
        .btn.btn-maincolor:hover {
            background-color: #3c3c3c;
            border: 1px solid #3c3c3c;
            color: #fff;
        }
    .btn.btn-maincolor.btn-maincolor-5482914615fcf6c34d6c0f {
        border: 1px solid #c3c3c3;
    }
        .btn.btn-maincolor.btn-maincolor-5482914615fcf6c34d6c0f:hover {
            border: 1px solid #3c3c3c;
            color: #fff;
            background-color: #3c3c3c;
        }

    .btn.btn-maincolor.btn-maincolor-5482914615fcf6c34d6c0f {
        background-color: transparent;
    }
.wpb_single_image.vc_align_left {
    text-align: left;
}
.vc_custom_1463027357222 {
    margin-bottom: 0px !important;
}
.wpb_single_image .vc_figure {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    max-width: 100%;
}
.wpb_single_image .vc_single_image-wrapper {
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
}
#page-content .wpb_single_image img {
    margin-bottom: 0;
}
.mbm, .mvm, .mam {
    bottom:0;
    margin-bottom: 10px !important;
    margin-right: 15px !important;
}
/*Content 1*/
/*Content 2*/
.content2 {
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    line-height: 24px;
    font-weight: 400;
    font-size: 14px;
    color: #555e69;
    width: 100%;
}
.slick-track {
    width: 100%;
}

.vc_row-has-fill {
    position: relative;
    box-sizing: border-box;
    padding-left: 126.5px;
    padding-right: 126.5px;
}
/*.wrapper-content .vc_row[data-vc-full-width] {
    overflow: visible;
}

.vc_row[data-vc-full-width] {
    -webkit-transition: opacity .5s ease;
    -o-transition: opacity .5s ease;
    transition: opacity .5s ease;
    overflow: hidden;
}*/

.vc_row.slz-bg_parallax {
    background-attachment: fixed !important;
    background-position: center !important;
}

.vc_custom_464465645564645 {
    padding-top: 120px !important;
    padding-bottom: 100px !important;
    background: #fff;
}

.vc_custom_1463027505022 {
    padding-top: 65px !important;
    padding-bottom: 100px !important;
    background-image: url(http://wp.swlabs.co/exploore/wp-content/uploads/2016/05/bg-section-tour.jpg?id=405) !important;
}

.slick-initialized .slick-slide {
    display: block;
}
.wpb_button {
    margin-top: 30px;
}
.tours-layout {
    max-height: 450px;
    max-width: 335px;
    padding-right: 20px;
    margin-bottom: 40px;	display: inline-block;

}

.tours-margin2 {
    margin-bottom: 80px !important;
    margin-right: 0;
}

.tours-layout .image-wrapper {
    position: relative;
    overflow: hidden;
    max-width: 335px;
    height: 210px;
}
    .tours-layout .image-wrapper .link {
        display: block;
        width: 100%;
        transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
    }
        .tours-layout .image-wrapper .link:before {
            content: "";
            position: absolute;
            z-index: 2;
            width: 100%;
            height: 120%;
            top: 0;
            left: 0;
            transition: all 0.5s ease;
            -webkit-transition: all 0.5s ease;
            -moz-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.5) 70%, rgba(0, 0, 0, 0.6) 75%, rgba(0, 0, 0, 0.7) 85%, rgba(0, 0, 0, 0.8) 90%, rgba(0, 0, 0, 0.9) 100%);
        }
        .tours-layout .image-wrapper .link img {
            width: 100%;
            height: 210px;
            transition: all 0.8s ease;
            -webkit-transition: all 0.8s ease;
            -moz-transition: all 0.8s ease;
            -o-transition: all 0.8s ease;
        }
    .tours-layout .image-wrapper .title-wrapper {
        position: absolute;
        bottom: 20px;
        left: 20px;
        right: 20px;
        display: inline-block;
        color: #fff;
        font-size: 20px;
        z-index: 5;
    }
        .tours-layout .image-wrapper .title-wrapper .title {
            color: #fff;
            float: left;
            text-transform: uppercase;
            font-weight: bold;
            position: relative;
        }
            .tours-layout .image-wrapper .title-wrapper .title:before {
                content: "";
                position: absolute;
                top: 100%;
                left: 0;
                width: 0%;
                height: 1px;
                background: #ffdd00;
                transition: all 0.5s ease;
                -webkit-transition: all 0.5s ease;
                -moz-transition: all 0.5s ease;
                -o-transition: all 0.5s ease;
            }
        .tours-layout .image-wrapper .title-wrapper .icons {
            float: right;
            font-size: 30px;
        }
.flaticon-circle:before {
    content: "\e004";
}
.tours-layout .content-wrapper {
    background-color: #fff;
    min-height: 300px;
    max-height: 300px;
}
.tours-layout .newbgcolor {
    background-color: #f7f7f7;
}
.tours-layout .content-wrapper .list-info {
    margin: 0;
    width: 100%;
    display: table;
    text-align: center;
    border-collapse: collapse;
    border-bottom: 1px solid #e9e9e9;
}
        .tours-layout .content-wrapper .list-info > li {
            width: 1%;
            position: relative;
            padding: 0;
            display: table-cell;
            border-right: 1px solid #e9e9e9;
        }

.list-inline > li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}
.tours-layout .content-wrapper .list-info > li .link {
    display: block;
    padding: 12px 0;
    position: relative;
    top: 0;
    right: 0;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.tours-layout .content-wrapper .list-info li .link > .icons {
    color: #d0d0d0;
    display: inline-block;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.tours-layout .content-wrapper .list-info li .link > .text {
    margin-bottom: 0;
    margin-left: 10px;
    color: #959595;
    display: inline-block;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.tours-layout .content-wrapper > .content {
    padding: 20px;
    text-align: center;
}
    .tours-layout .content-wrapper > .content .title {
        margin-bottom: 15px;
        max-height: 50px;
        min-height: 50px;
        overflow: hidden;
        text-overflow: ellipsis;
    }
        .tours-layout .content-wrapper > .content .title .price {
            color: #ffdd00;
            display: inline-block;
        }
            .tours-layout .content-wrapper > .content .title .price sup {
                font-size: 14px;
                font-weight: bold;
                top: -12px;
                left: -2px;
            }
            .tours-layout .content-wrapper > .content .title .price .number {
                font-size: 20px;
                font-weight: bold;
            }
        .tours-layout .content-wrapper > .content .title .for-price {
            margin-bottom: 0;
            margin-left: 6px;
            display: inline-block;
        }
    .tours-layout .content-wrapper > .content > .text {
        text-align: center;
        margin-bottom: 20px;
        overflow: hidden;
        text-overflow: ellipsis;
        min-height: 100px;
        max-height: 100px;
    }


.tours-layout .group-btn-tours {
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    color: #fff;
    text-transform: capitalize;
    text-align: center;
    margin-top: 20px;
}

    .tours-layout .group-btn-tours .left-btn {
        border-radius: 50px;
        padding-right: 25px;
        padding-left: 25px;
        border-right: 1px solid #797979;
        color: #fff;
        padding: 4px 10px;
        background-color: #4d4d4d;
    }

.group-btn-tours .left-btn:hover {
    color: #4d4d4d;
    background-color: #ffdd00;
}


.tours-layout .group-btn-blogs {
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    color: #fff;
    text-transform: capitalize;
    text-align: center;
}

.tours-layout .group-btn-blogs .left-btn {
    border-radius: 50px;
    padding-right: 25px;
    padding-left: 25px;
    border-right: 1px solid #797979;
    color: #fff;
    padding: 4px 10px;
    background-color: #4d4d4d;
}

.group-btn-blogs .left-btn:hover {
    color: #4d4d4d;
    background-color: #ffdd00;
}





/*Content 2*/
/*Content 3*/
.content3 {
    position: relative;
    box-sizing: border-box;
    width: 100%;
}
.wrapper-content .vc_row-has-fill + .vc_row-full-width + .vc_row > .vc_column_container > .vc_column-inner {
    padding-top: 0;
}
.vc_column-inner::after, .vc_column-inner::before {
    content: " ";
    display: table;
}
.banner-9648508735fcf6c385c4f0 {
    background-image: url(https://i.hizliresim.com/jltFJp.png);
}
.videos {
    position: relative;
    background-repeat: repeat;
    background-position: bottom;
    background-size: cover;
    -webkit-background-size: cover;
    width: 100%;
    color: #fff;
    background-color: #2d3948;
}
.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.row {
    margin-right: -15px;
    margin-left: -15px;
}
.videos.layout-1 .video-wrapper {
    text-align: left;
    padding-bottom: 100px;
    padding-top: 100px;
    padding-left: 10px;
}
.videos.layout-1 .video-thumbnail {
    bottom: -120px;
    top: auto;
}
.videos .video-thumbnail {
    -webkit-box-shadow: 0 8px 15px rgba(0, 0, 0, 0.15);
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.15);
}
.video-thumbnail {
    position: relative;
    width: 100%;
    height: 360px;
    z-index: 1;
}
    .video-thumbnail .video-bg {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        z-index: 5;
    }
        .video-thumbnail .video-bg img {
            width: 100%;
            height: 100%;
        }
    .video-thumbnail .video-button-play {
        color: #fff;
        z-index: 6;
        position: absolute;
        text-align: center;
        line-height: 86px;
        padding-left: 10px;
        font-size: 36px;
        width: 90px;
        height: 90px;
        border: 2px solid rgba(255, 255, 255, 0.8);
        left: 50%;
        top: 50%;
        margin-top: -45px;
        margin-left: -45px;
        border-radius: 50%;
        padding-left: 6px;
        cursor: pointer;
    }
    .video-thumbnail .video-button-close {
        position: absolute;
        z-index: 12;
        top: 15px;
        right: 15px;
        width: 30px;
        height: 30px;
        cursor: pointer;
        background-image: url(//wp.swlabs.co/exploore/wp-content/themes/exploore/assets/public/images/homepage/btn-closevideo.png);
        opacity: 0;
        visibility: hidden;
    }
    .video-thumbnail .video-embed {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        border: none;
        z-index: 10;
        opacity: 1;
        visibility: visible;
        transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
    }
.videos.layout-1 .sub-title {
    margin: 0 0 8px 0;
    padding-bottom: 5px;
    font-size: 18px;
    display: inline-block;
    text-transform: uppercase;
    border-bottom: 1px solid #fff;
}
.videos.layout-1 .sub-title strong {
    font-size: 24px;
}
.videos.layout-1 .title {
    margin: 0 0 15px 0;
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 55px;
}
.videos.layout-1 .text {
    margin-bottom: 30px;
    padding-right: 10px;
}
@media screen and (max-width: 768px) {
    .videos.layout-1 .title {
        font-size: 50px;
    }
    .videos.layout-1 .video-wrapper {
        text-align: center;
        padding-bottom: 50px;
    }
}
@media screen and (max-width: 600px) {
    .videos.layout-1 .video-thumbnail {
        width: 100%;
        height: 300px;
        margin-bottom: 60px;
    }
}
@media screen and (max-width: 768px) {
    .videos.layout-1 .video-thumbnail {
        width: 100%;
        height: 420px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 80px;
        bottom: 0;
    }
    .videos.layout-1 .video-wrapper {
        text-align: center;
        padding-bottom: 50px;
    }
    .videos.layout-1 .video-thumbnail {
        width: 100%;
        height: 420px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 80px;
        bottom: 0;
    }
}

@media screen and (max-width: 1024px) {
    .videos.layout-1 .video-thumbnail {
        bottom: -80px;
    }
}
/*Content 3*/
/*Content 4*/
.content4 {
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    line-height: 24px;
    font-weight: 400;
    font-size: 14px;
    color: #555e69;
    position: relative;
    box-sizing: border-box;
    width: 100%;
}
.vc_custom_1463028221790 {
    padding-top: 65px !important;
    padding-bottom: 100px !important;
    background-image: url(http://wp.swlabs.co/exploore/wp-content/uploads/2016/05/bg-section-hotel.jpg?id=218) !important;
}

.group-title {
    margin-bottom: 20px;
    text-align: left;
}
    .group-title .sub-title .text {
        color: #6e747c;
        text-transform: uppercase;
        display: inline-block;
        margin-bottom: 0;
    }
    .group-title .sub-title .icons {
        font-size: 28px;
        color: #c6c6c6;
        margin-left: 60px;
        position: relative;
    }
.flaticon-people:before {
    content: "\e01b";
}
.group-title .sub-title .icons:after {
    position: absolute;
    content: '';
    width: 54px;
    height: 2px;
    background-color: #ffdd00;
    right: 105%;
    bottom: 7px;
}
.group-title .main-title {
    color: #434a54;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    margin: 5px 0 0 0;
}
.hotel-list .loading, .tours-list .loading, .car-rent-list .loading, .cruises-list .loading, .timeline-book-block .find-widget .loading, .tour-result-main .loading, .hotel-result-main .loading, .car-rent-result-main .loading, .cruises-result-main .loading {
    width: 100%;
    height: 100%;
    top: -15px;
    left: 0px;
    position: absolute;
    display: none;
    opacity: 0.98;
    background-color: rgba(221, 221, 221, 0.46);
    z-index: 99;
    text-align: center;
}
    .tour-result-main .loading .spinner, .hotel-result-main .loading .spinner, .car-rent-result-main .loading .spinner, .cruises-result-main .loading .spinner {
        top: 25%;
    }
    .hotel-list .loading .spinner, .tours-list .loading .spinner, .timeline-book-block .find-widget .loading .spinner, .tour-result-main .loading .spinner, .hotel-result-main .loading .spinner, .car-rent-result-main .loading .spinner, .cruises-result-main .loading .spinner {
        position: absolute;
        bottom: 25%;
        left: 45%;
        z-index: 100;
        width: 60px;
    }

.spinner {
    margin: 0 auto;
    width: 60px;
    height: 40px;
    text-align: center;
    font-size: 10px;
}
    .spinner > div {
        background-color: #ffdd00;
        height: 100%;
        width: 6px;
        margin: 2px;
        display: inline-block;
        -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
        animation: sk-stretchdelay 1.2s infinite ease-in-out;
    }
    .spinner .rect2 {
        -webkit-animation-delay: -1.1s;
        animation-delay: -1.1s;
    }
    .spinner .rect3 {
        -webkit-animation-delay: -1s;
        animation-delay: -1s;
    }
    .spinner .rect4 {
        -webkit-animation-delay: -0.9s;
        animation-delay: -0.9s;
    }
    .spinner .rect5 {
        -webkit-animation-delay: -0.8s;
        animation-delay: -0.8s;
    }
.main-right.f-none {
    float: none;
}

.main-right {
    float: right;
}
.row {
    margin-right: -15px;
    margin-left: -15px;
}
.hotel-result-main .hotel-list .hotels-layout {
    margin-bottom: 30px;
}

.hotels-layout {
    display: table;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
    .hotels-layout .image-wrapper {
        position: relative;
        overflow: hidden;
        display: table-cell;
        width: 54%;
        height: 270px;
    }
        .hotels-layout .image-wrapper .link {
            display: block;
            width: 100%;
            height: 100%;
            position: relative;
            transition: all 0.5s ease;
            -webkit-transition: all 0.5s ease;
            -moz-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
        }
            .hotels-layout .image-wrapper .link:before {
                content: "";
                position: absolute;
                z-index: 2;
                width: 100%;
                height: 120%;
                top: 0;
                left: 0;
                transition: all 0.5s ease;
                -webkit-transition: all 0.5s ease;
                -moz-transition: all 0.5s ease;
                -o-transition: all 0.5s ease;
                background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.5) 70%, rgba(0, 0, 0, 0.6) 75%, rgba(0, 0, 0, 0.7) 85%, rgba(0, 0, 0, 0.8) 90%, rgba(0, 0, 0, 0.9) 100%);
            }
            .hotels-layout .image-wrapper .link img {
                width: auto;
                max-width: 410px;
                position: absolute;
                top: 0;
                left: 0;
                transition: all 0.8s ease;
                -webkit-transition: all 0.8s ease;
                -moz-transition: all 0.8s ease;
                -o-transition: all 0.8s ease;
            }

.entry-content img, .entry-summary img, .comment-content img[height], img[class*="align"], img[class*="wp-image-"], img[class*="attachment-"], img.size-full, img.size-large, img.wp-post-image {
    height: auto;
    max-width: 100%;
}

.entry-content img, .entry-summary img, .comment-content img, .widget img, .wp-caption {
    max-width: 100%;
}

.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
    display: block;
    max-width: 100%;
    height: auto;
}
.ribbon-sale {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    left: -20px;
    padding-left: 30px;
    padding-right: 10px;
    overflow: visible;
    background-color: #ea4435;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.ribbon-sale {
    position: absolute;
    z-index: 10;
    top: 15px;
    left: 15px;
    height: 34px;
    text-align: center;
    padding: 5px 15px;
    cursor: pointer;
    background-color: #ffdd00;
    color: #fff;
    text-transform: uppercase;
    overflow: hidden;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
}
    .ribbon-sale:before {
        content: "";
        position: absolute;
        left: 100%;
        margin-left: -1px;
        top: 0;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 17px 10px 0 0;
        border-color: #ea4435 transparent transparent transparent;
    }
    .ribbon-sale .fa {
        float: right;
        display: inline-block;
        padding: 0px 5px;
        line-height: inherit;
    }
    .ribbon-sale span {
        display: inline-block;
        max-width: 0px;
        overflow: hidden;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }

    .ribbon-sale span {
        color: #fff;
        font-size: 12px;
    }
.hotels-layout .image-wrapper .title-wrapper {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    text-align: left;
    display: inline-block;
    color: #fff;
    font-size: 20px;
    z-index: 5;
}
    .hotels-layout .image-wrapper .title-wrapper .title {
        display: inline-block;
        color: #fff;
        text-transform: uppercase;
        font-weight: bold;
        position: relative;
        margin-bottom: 6px;
    }
        .hotels-layout .image-wrapper .title-wrapper .title:before {
            content: "";
            position: absolute;
            top: 100%;
            left: 0;
            width: 0%;
            height: 1px;
            background: #ffdd00;
            transition: all 0.5s ease;
            -webkit-transition: all 0.5s ease;
            -moz-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
        }
.stars {
    position: relative;
    display: block;
    font-size: 16px;
    overflow: hidden;
    text-indent: -999px;
}
.hotel-result-main .hotels-layout .stars:after {
    left: 0;
}
.stars.stars5:after {
    content: "\f005\f005\f005\f005\f005";
}

.stars:after {
    top: 0;
    position: absolute;
    left: 35px;
    font-family: FontAwesome;
    color: #ffdd00;
    float: left;
    letter-spacing: 7px;
    content: "";
    text-indent: 0;
}
.sc-block-19982457045fcf6c385f5b4 .hotel-list .hotels-layout .content-wrapper {
    background-color: #ffffff;
}

.hotel-result-main .hotel-list .hotels-layout .content-wrapper {
    background-color: #fafafa;
    transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
}

.hotels-layout .content-wrapper {
    background-color: #fff;
    display: table-cell;
    vertical-align: middle;
    position: relative;
}
    .hotels-layout .content-wrapper > .content {
        padding: 0 70px 0 25px;
        text-align: center;
    }
    .hotels-layout .content-wrapper.style-2 > .content .title {
        display: block;
    }

    .hotels-layout .content-wrapper > .content .title {
        display: table;
        margin-bottom: 15px;
        padding: 0;
        text-align: left;
    }
    .hotels-layout .content-wrapper.style-2 > .content .title .price {
        display: block;
        line-height: 1;
    }

    .hotels-layout .content-wrapper > .content .title .price {
        color: #ffdd00;
        display: table-cell;
        vertical-align: middle;
    }
    .hotels-layout .content-wrapper.style-2 > .content .title .price sup {
        font-size: 16px;
    }

    .hotels-layout .content-wrapper > .content .title .price sup {
        font-size: 20px;
        font-weight: bold;
        top: -16px;
        left: -2px;
    }
    .hotels-layout .content-wrapper.style-2 > .content .title .price .number {
        font-size: 26px;
    }

    .hotels-layout .content-wrapper > .content .title .price .number {
        font-size: 36px;
        font-weight: bold;
    }
    .hotels-layout .content-wrapper.style-2 > .content .title .for-price {
        max-width: none;
        line-height: 1;
    }

    .hotels-layout .content-wrapper > .content .title .for-price {
        margin-bottom: 0;
        padding-left: 10px;
        display: table-cell;
        vertical-align: middle;
        max-width: 80px;
    }
    .hotels-layout .content-wrapper > .content > .text {
        display: inline-block;
        vertical-align: top;
        margin-bottom: 0;
    }

    .hotels-layout .content-wrapper > .content > .text {
        margin-bottom: 20px;
        max-height: 96px;
        overflow: hidden;
        text-align: left;
    }
        .hotels-layout .content-wrapper > .content > .text + .group-btn-tours {
            margin-top: 20px;
        }

    .hotels-layout .content-wrapper > .content .group-btn-tours {
        background-color: #4d4d4d;
        border-radius: 50px;
        color: #fff;
        text-transform: capitalize;
        text-align: center;
        display: inline-block;
        padding: 0 15px;
        transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
    }
        .hotels-layout .content-wrapper > .content .group-btn-tours:hover {
            background-color: #ffdd00;
            color: #000;
        }
        .hotels-layout .content-wrapper > .content .group-btn-tours .left-btn {
            color: #fff;
            padding: 4px 5px;
            display: inline-block;
        }
    .hotels-layout .content-wrapper > .content > .text + .group-btn-tours {
        margin-top: 20px;
    }

.blogs-buttons {
    background-color: #4d4d4d;
    border-radius: 50px;
    color: #fff;
    text-transform: capitalize;
    text-align: center;
    display: inline-block;
    padding: 0 15px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
    .blogs-buttons:hover {
        background-color: #ffdd00;
        color: #000;
    }

/*Content 4*/
@media screen and (max-width: 769px) {
    .vc_column_container {
        padding-left: 15px;
        padding-right: 15px;
    }
    .vc_row-has-fill {
        position: relative;
        box-sizing: border-box;
        padding-left: 15px;
        padding-right: 15px;
    }
    .about-us-list {
        display: inline-block;
        margin-bottom: 0;
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
}
.img-responsiveblog {
    width: 100%;
    height: 100%;
}

@media screen and (min-width: 1000px) {
    .blogpadding {
        padding-top: 50px;
    }
}