﻿@charset "utf-8";

html {
    /*  position: relative;*/
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
   /* color: #626a6e; */ /*Removed charcoal font */
    color:#000;
    font-size: 15px;
    line-height: 1.6;
}

img {
    max-width: 100%;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    font-family: 'Roboto Condensed', sans-serif;
    line-height: 1.1;
    padding: 0;
}

h1, h2 {
    font-size: 48px;
    line-height: 1.1;
    color: #b61615;
}

h1 {
    margin: 20px 0px;
    text-align: center;
}

h2 {
    margin-bottom: 20px;
    text-align: center;
}

h3 {
    font-size: 36px;
    color: #626a6e;
    margin-bottom: 20px;
}

h4 {
    font-size: 28px;
    margin-top: 20px;
}

h5 {
    font-size: 26px;
    color: #626a6e;
    margin-bottom: 20px;
}

h6 {
    font-size: 20px;
    margin-bottom: 20px;
}

p {
}

a {
    color: #000000;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    text-decoration: none;
    outline: none;
}

    a:hover, a:focus {
        outline: none;
        color: #b61615;
        text-decoration: none;
    }

.cf:before, .cf:after {
    content: "";
    display: table
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

.tabOnly {
    display: none;
}

.mobOnly {
    display: none;
}

/*-- header --*/
.home-page {
}

.header-main {
}

.header-bg {
    background: rgba(0,0,0,0.5);
    color: #fff;
    padding: 23px 0 0;
}

.logo {
    float: left;
    width: 130px;
    display: block;
    margin-left: 9px;
}

    .logo img {
        width: 100%;
        display: block;
    }

.tour-hound-list {
    float: left;
    padding: 25px 0 0 36px;
}

    .tour-hound-list ul {
        padding: 0 0 0 0;
        margin: 0 0 0 0;
        list-style: none;
    }

        .tour-hound-list ul li {
            float: left;
            position: relative;
            color: #fff;
            font-size: 16px;
            text-transform: uppercase;
            cursor: pointer;
        }

            .tour-hound-list ul li:before {
                content: "\f111";
                display: inline-block;
                position: relative;
                font-family: FontAwesome;
                margin: 0 7px 0 9px;
            }

            .tour-hound-list ul li:first-child:before {
                display: none;
            }

.header-right {
    float: right;
    text-align: right;
    padding: 17px 0 0 0;
}


.custom-dropdown {
}

    .custom-dropdown .dropdown-toggle {
        background: transparent;
        border: 0;
        border-radius: 0;
        outline: none;
        padding: 0;
        color: #fff;
        margin: 4px 17px 0 0;
    }

        .custom-dropdown .dropdown-toggle:hover, .custom-dropdown .dropdown-toggle:focus .custom-dropdown .dropdown-toggle:active, .custom-dropdown .dropdown-toggle.active, .custom-dropdown .open > .dropdown-toggle.btn-default, .custom-dropdown button.btn:hover, .custom-dropdown button.btn:focus {
            background: transparent;
            outline: none;
        }

    .custom-dropdown .dropdown-menu {
        border: 0;
        margin: 0;
        border-radius: 0;
    }

        .custom-dropdown .dropdown-menu > li > a:hover, .custom-dropdown .dropdown-menu > li > a:focus {
            background-color: transparent;
        }

.account-dropdown {
}

    .account-dropdown .dropdown-toggle {
        /*background: transparent;*/
        border: 0;
        border-radius: 0;
        outline: none;
        padding: 0;
        color: #fff;
        margin: 4px 17px 0 0;
    }

        .account-dropdown .dropdown-toggle:hover, .account-dropdown .dropdown-toggle:focus .account-dropdown .dropdown-toggle:active, .account-dropdown .dropdown-toggle.active, .account-dropdown .open > .dropdown-toggle.btn-default, .account-dropdown button.btn:hover, .account-dropdown button.btn:focus {
            background: transparent;
            outline: none;
        }

    .account-dropdown .dropdown-menu {
        border: 0;
        margin: 0;
        border-radius: 0;
    }

        .account-dropdown .dropdown-menu > li > a:hover, .account-dropdown .dropdown-menu > li > a:focus {
            background-color: transparent;
        }

.nav2 {
    display: inline-block;
    vertical-align: middle;
}

    .nav2 .btn {
        width: 23px;
        min-height: 23px;
        background: transparent;
        padding: 0;
        margin: 0 17px 0 0;
        border: 0;
        border-radius: 0;
        outline: none;
    }

    .nav2 .btn-default:active, .nav2 .btn-default.active, .nav2 .open > .dropdown-toggle.btn-default {
        background: transparent;
        outline: none;
    }

    .nav2 .btn span {
        width: 100%;
        display: block;
        height: 2px;
        background: #fff;
        margin-bottom: 6px;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
    }

        .nav2 .btn span:last-child {
            margin-bottom: 0;
        }

    .nav2 .dropdown.open .btn span:nth-child(1) {
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        margin-bottom: -10px;
    }

    .nav2 .dropdown.open .btn span:nth-child(2) {
        opacity: 0;
    }

    .nav2 .dropdown.open .btn span:nth-child(3) {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
    }

    .nav2 .dropdown-menu {
        padding: 7px 37px;
        top: 59px;
        left: auto;
        right: 0;
        border-radius: 0;
        margin: 0;
        border: 0;
        min-width: 250px;
        box-shadow: 0 2px 8px 0px rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 0 2px 8px 0px rgba(0, 0, 0, 0.2);
        -ms-box-shadow: 0 2px 8px 0px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 2px 8px 0px rgba(0, 0, 0, 0.2);
        -o-box-shadow: 0 2px 8px 0px rgba(0, 0, 0, 0.2);
    }

        .nav2 .dropdown-menu > li > a {
            border-bottom: 1px solid #cccccc;
            font-weight: 300;
            color: #000000;
            padding: 11px 17px 10px;
        }

        .nav2 .dropdown-menu > li:last-child > a {
            border-bottom: 0;
        }

        .nav2 .dropdown-menu > li > a:hover, .nav2 .dropdown-menu > li > a:focus {
            color: #b61615;
            background: #cccccc;
        }

.header-compare {
    display: inline-block;
    vertical-align: middle;
}

    .header-compare .btn {
        transition: none;
        -webkit-transition: none;
        -ms-transition: none;
        -moz-transition: none;
        -o-transition: none;
    }

    .header-compare .compareLink {
        margin-top: 15px;
        margin-bottom: 5px;
    }

.compare-btn {
}

.compare-value {
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    color: #fff;
}

.compare-icn {
    width: 26px;
    height: 29px;
    background-image: url(../images/compare-img.png);
    background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
}

    .compare-icn:hover, .compare-icn:focus {
        background-image: url(../images/compare-img-red.png);
    }

.compare-icn-red {
    width: 26px;
    height: 29px;
    background-image: url(../images/compare-img-red.png);
    background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
}

.header-compare .dropdown-menu {
    left: auto;
    right: 0;
    min-width: 417px;
    top: 64px;
    padding: 11px 21px;
}

    .header-compare .dropdown-menu li {
        position: relative;
        border-bottom: 1px solid #cccccc;
        font-size: 20px;
    }

        .header-compare .dropdown-menu li:last-child {
            border-bottom: 0;
        }

.header-compare-text {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    color: #ef7d00;
    line-height: 1.1;
    display: inline-block;
    width: 94%;
    padding: 11px 0 12px;
    cursor: pointer;
}

.header-compare .dropdown-menu > li > a.remove-compare {
    color: #b61615;
    position: absolute;
    right: 0;
    line-height: 1;
    top: 7px;
    padding: 5px;
}

.header-compare .dropdown-menu > li > a:hover, .header-compare .dropdown-menu > li > a:focus {
    color: #000;
}

.header-compare .dropdown-menu > li > a.btn {
    display: inline-block;
    background: #b61615;
    padding: 9px 10px;
    margin: 16px 0;
    min-width: 200px;
    color: #fff;
}

    .header-compare .dropdown-menu > li > a.btn:hover, .header-compare .dropdown-menu > li > a.btn:focus {
        color: #fff;
        background: #000;
    }

.header-account .dropdown-menu {
    left: auto;
    right: 0;
    min-width: 417px;
    top: 64px;
    padding: 11px 21px;
}

.header-account-sign-in-text {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    color: #ef7d00;
    line-height: 1.1;
    display: inline-block;
    width: 94%;
    padding: 11px 0 12px;
    font-size: 20px;
}

.header-account-info-text {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    color: #626a6e;
    font-size: 15px;
    line-height: 1.6;
    text-align: center;
}

.btn:active, .btn.active {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
}

.btn {
    font-family: 'Roboto Condensed', sans-serif;
    color: #fff;
    font-size: 20px;
    background: #b61615;
    padding: 10px;
    text-align: center;
    border: 0;
    border-radius: 0;
    display: inline-block;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

    .btn:hover, .btn:focus {
        background: #626a6e;
        color: #fff;
        outline: none;
    }

.header-mail {
    display: inline-block;
    vertical-align: middle;
    position: static;
}

.mail-icn {
    margin-right: 17px;
    background-image: url(../images/mail-icn.png);
    width: 22px;
    height: 22px;
    background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    transition: none;
    -webkit-transition: none;
    -ms-transition: none;
    -o-transition: none;
    -moz-transition: none;
}

    .mail-icn:hover, .mail-icn:focus {
        background-image: url(../images/mail-icn-red.png);
    }

.header-account {
    display: inline-block;
    vertical-align: middle;
    position: static;
}

.account-icn {
    margin-right: 17px;
    background-image: url(../images/signin-icn.png);
    width: 25px;
    height: 25px;
    background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    transition: none;
    -webkit-transition: none;
    -ms-transition: none;
    -o-transition: none;
    -moz-transition: none;
}

    .account-icn:hover, .account-icn:focus {
        background-image: url(../images/signin-icn-red.png) !important;
    }

/*-- sticky header --*/
.home-page .stickyClone {
    display: none;
}

.stickyClone {
    height: 129px;
}

.header-sec {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 999;
}
/*.home-page .header-sec{position: absolute;}*/
/*.home-page  .header-bg{position: fixed; left: 0; right: 0; top: 0; width: 100%;}*/

.home-page .header-sec {
    position: static;
}

.home-page .header-bg {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 3;
}

.fix-search .header-bg {
    position: relative;
}

.fix-search .header-sec {
    position: fixed;
}

/*-- menu style --*/
.header-sec [class*="col-"] {
    position: static;
}

.megamenu .navbar-collapse {
    padding: 0;
}

.megamenu {
    display: inline-block;
    vertical-align: top;
    padding-top: 10px;
    padding-right: 43px;
}

    .megamenu .nav-list {
        padding: 0;
        margin: 0;
    }

    .megamenu .navbar {
        position: static;
        background: transparent;
        border: 0;
        border-radius: 0;
        margin: 0;
        padding: 0;
        min-height: inherit;
    }

    .megamenu .navbar-default .navbar-nav > li > a {
        font-family: 'Roboto Condensed', sans-serif;
        font-weight: 700;
        color: #fff;
        font-size: 20px;
        text-transform: uppercase;
        text-transform: capitalize;
        padding: 0 5px 5px;
    }

    .megamenu .navbar-default .navbar-nav > .active > a, .megamenu .navbar-default .navbar-nav > .active > a:hover, .megamenu .navbar-default .navbar-nav > .active > a:focus {
        background: transparent;
    }

    .megamenu .caret {
        display: none;
    }

    .megamenu .navbar-default .navbar-nav > .active > a, .megamenu .navbar-default .navbar-nav > .active > a:hover, .megamenu .navbar-default .navbar-nav > .active > a:focus {
        color: #fff;
    }

    .megamenu .navbar-nav > li > a {
        position: relative;
    }

        .megamenu .navbar-nav > li > a:before {
            position: absolute;
            bottom: 0;
            content: "";
            background: transparent;
            height: 2px;
            left: 0;
            right: 0;
        }

    .megamenu .navbar-nav > li:hover > a, .megamenu .navbar-nav > li:focus > a {
        color: #fff;
    }

        .megamenu .navbar-nav > li:hover > a:before, .megamenu .navbar-nav > li:focus > a:before {
            background: #fff;
        }

    .megamenu .navbar-default .navbar-nav > .active > a:before, .megamenu .navbar-default .navbar-nav > .active > a:hover:before, .megamenu .navbar-default .navbar-nav > .active > a:focus:before {
        background: #fff;
    }

    .megamenu .navbar-nav > li {
        position: static;
        margin-left: 15px;
        padding-bottom: 54px;
    }

        .megamenu .navbar-nav > li > .dropdown-menu {
            right: 0;
            top: 82%;
            padding: 16px 0;
            border-bottom: 0;
            border-radius: 0;
            border: 0;
        }

            .megamenu .navbar-nav > li > .dropdown-menu > .nav-list {
                max-width: 1300px;
                padding: 0;
                margin: 0 auto;
                width: 100%;
            }

                /*  
                    .megamenu .navbar-nav > li > .dropdown-menu > .Partners, .megamenu .navbar-nav > li > .dropdown-menu > .Tour_Types {
                webkit-column-count: 5;
                -moz-column-count: 5;
                column-count: 5;
            }

                */


                .megamenu .navbar-nav > li > .dropdown-menu > .nav-list:after {
                    clear: both;
                    content: "";
                    display: table;
                }

                .megamenu .navbar-nav > li > .dropdown-menu > .nav-list > li {
                    float: left;
                    padding: 0 15px;
                }
                    /*width: 16.666%; */
                    .megamenu .navbar-nav > li > .dropdown-menu > .nav-list > li > a {
                        font-family: 'Roboto Condensed', sans-serif;
                        font-weight: 700;
                        font-size: 16px;
                        color: #b61615;
                        text-transform: capitalize;
                        padding: 2px 19px;
                    }


                    .megamenu .navbar-nav > li > .dropdown-menu > .nav-list > li > .title {
                        font-family: 'Roboto Condensed', sans-serif;
                        font-weight: 700;
                        font-size: 20px;
                        color: #b61615;
                        text-transform: capitalize;
                        padding: 2px 19px;
                        display: inline-block;
                        border-bottom: 1px solid #e3e3e3;
                        width: 100%;
                    }

                .megamenu .navbar-nav > li > .dropdown-menu > .nav-list.Blog > li > .plain {
                    width: 520px;
                }

                .megamenu .navbar-nav > li > .dropdown-menu > .nav-list > li > .plain {
                    width: 220px;
                }

                .megamenu .navbar-nav > li > .dropdown-menu > .nav-list > li > a:hover, .megamenu .navbar-nav > li > .dropdown-menu > .nav-list > li > a:focus {
                    color: #000;
                }

                .megamenu .navbar-nav > li > .dropdown-menu > .nav-list > li .nav-list > li {
                    padding: 0;
                }

                    .megamenu .navbar-nav > li > .dropdown-menu > .nav-list > li .nav-list > li > a {
                        padding: 7px 26px;
                    }

                    .megamenu .navbar-nav > li > .dropdown-menu > .nav-list > li .nav-list > li:hover > a, .megamenu .navbar-nav > li > .dropdown-menu > .nav-list > li .nav-list > li:focus > a {
                        background: #cccccc;
                        color: #b61615;
                        padding-left: 35px;
                    }

            .megamenu .navbar-nav > li > .dropdown-menu li a {
                border-bottom: 1px solid #e3e3e3;
                display: inline-block;
                width: 100%;
            }

            .megamenu .navbar-nav > li > .dropdown-menu .nav-list .nav-list li:last-child > a {
                border-bottom: 0;
            }

            .megamenu .navbar-nav > li > .dropdown-menu li {
                display: block;
            }

.navbar-nav > li:hover > .dropdown-menu {
    display: block;
}

.nav li:hover > ul {
    display: block;
}

.mob-menu {
    display: none !important;
}

.clear {
    clear: both;
}

/*-- header search --*/
.header-search {
    display: inline-block;
    vertical-align: top;
    margin-top: 2px;
    position: static;
    cursor: pointer;
    text-align: left;
}

.search-tour {
    font-weight: 700;
    font-family: 'Roboto Condensed', sans-serif;
    color: #fff;
    font-size: 22px;
    text-transform: capitalize;
    display: inline-block;
    position: relative;
    padding-bottom: 5px;
    transition: none;
    -webkit-transition: none;
    -ms-transition: none;
    -moz-transition: none;
    -o-transition: none;
}

    .search-tour:before {
        position: absolute;
        bottom: 0;
        content: "";
        background: transparent;
        height: 2px;
        left: 0;
        right: 0;
    }

    .search-tour:hover, .search-tour:focus {
        color: #fff;
    }

        .search-tour:hover:before, .search-tour:focus:before {
            background: #fff;
        }

    .search-tour i {
        font-size: 26px;
        margin-right: 7px;
        transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -o-transform: rotate(90deg);
    }

/*-- home banner sec --*/
.home-banner-sec {
    position: relative;
    height: 961px;
    border-bottom: 3px solid #fff;
}

.smallimage .home-banner-sec {
    height: 600px;
}

.tinyimage .home-banner-sec {
    height: 300px;
}

.home-banner-slider {
}

    .home-banner-slider iframe {
        height: 100%;
        width: 100%;
        border: 0;
        margin: 0;
        padding: 0;
        display: block;
    }

    .home-banner-slider, .home-banner-slider .slick-list, .home-banner-slider .slick-track, .home-banner-slider .item {
        height: 100%;
    }

.home-banner-img {
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.home-banner-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

    .home-banner-content .container, .home-banner-content .row, .home-banner-content > .container > .row > [class*="col-"] {
        height: 100%;
    }

.banner-content {
    position: absolute;
    top: 32%;
    left: 0;
    right: 0;
    z-index: 1;
}

    .banner-content h2 {
        color: #fff;
        text-align: center;
        line-height: 1.4;
    }

    .banner-content h1 {
        color: #fff;
        text-align: center;
        line-height: 1.4;
        margin: 0 0 20px;
    }

    .banner-content h2 span {
        display: block;
        font-size: 60px;
        line-height: 1;
    }

    .banner-content h1 span {
        display: block;
        font-size: 60px;
        line-height: 1;
    }

    .banner-content .banner-fetch {
        color: #fff;
        text-align: center;
        line-height: 1.4;
        font-size: 38px;
        font-weight: 500;
        font-family: 'Roboto Condensed', sans-serif;
        margin-top: 20px;
    }

.banner-pin {
    text-align: center;
    margin-top: -80px;
}

    .banner-pin img {
        height: initial;
    }

.hound-quote {
    text-align: center;
    font-size: 32px;
    line-height: 40px;
    color: #ea7e2f;
    font-family: 'Roboto Condensed', sans-serif;
    margin: auto 100px;
    margin-bottom: 35px;
}

.slick-arrow {
    color: #626a6e;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    font-size: 0;
    z-index: 1;
    background: transparent;
    border: 0;
    border-radius: 0;
    margin: 0;
    padding: 0;
    outline: none;
}

    .slick-arrow:hover, .slick-arrow:focus {
        outline: none;
        color: #b61615;
    }

.home-banner-slider .slick-arrow {
    color: #fff;
    z-index: 2;
}

    .home-banner-slider .slick-arrow:hover {
        color: #b61615;
    }

.slick-prev {
    left: 20px;
}

.slick-next {
    right: 20px;
}

    .slick-prev:before, .slick-next:before {
        font-family: FontAwesome;
        font-size: 52px;
    }

.slick-prev:before {
    content: "\f053";
}

.slick-next:before {
    content: "\f054";
}

/*-- find-tour-sec --*/
.find-tour-sec {
    padding: 118px 0 82px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.find-tour-content {
    text-align: center;
    color: #fff;
    padding: 0 0 43px;
}

    .find-tour-content h2, .find-tour-content h5 {
        color: #fff;
        text-shadow: 0px 3px 8px rgba(0,0,0,0.7);
        -webkit-text-shadow: 0px 3px 8px rgba(0,0,0,0.7);
        -moz-text-shadow: 0px 3px 8px rgba(0,0,0,0.7);
        -o-text-shadow: 0px 3px 8px rgba(0,0,0,0.7);
        -ms-text-shadow: 0px 3px 8px rgba(0,0,0,0.7);
    }

    .find-tour-content h2 {
        margin-bottom: 28px;
    }

    .find-tour-content h5 {
        font-size: 24px;
    }

/*EASY AS 123 SECTION*/
.tour-intro {
    width: 100%;
}

    .tour-intro > ul {
        padding: 0;
        margin: 0;
        list-style: none;
        background-color: #fff;
        list-style: none;
        margin-bottom: 100px;
    }

        .tour-intro > ul > li:first-child {
            background: none;
            padding-left: 0px;
        }

        .tour-intro > ul > li {
            width: 33.3%;
            padding-bottom: 17px;
            float: left;
            text-align: center;
            padding-left: 40px;
            background: url('/images/arrow-right-red.png') no-repeat 0px 155px;
        }

.tour-detail {
    color: #626a6e;
}

.tour-intro-content {
    background: #fff;
    color: #b61615;
    padding: 18px 45px;
}

    .tour-intro-content h2 {
        margin-bottom: 10px;
        text-align: center;
        text-transform: uppercase;
    }

    .tour-intro-content span {
        font-size: 100px;
        display: inline-block;
        vertical-align: middle;
    }

    .tour-intro-content .icon {
        width: 30px;
        margin-left: 10px;
        margin-bottom: 10px;
    }

    .tour-intro-content p {
        color: #626a6e;
    }

    .tour-intro-content .tour-detail img {
        margin-bottom: 10px;
        height: 160px;
    }

    .tour-intro-content .tour-detail ul {
        list-style: disc;
        color: #626a6e;
    }

/*-- map sec --*/
.map-sec {
    padding: 50px 0;
}

.map-content h2 {
    text-align: center;
    margin-bottom: 16px;
}

.map-content hr {
    display: none;
}

.mob-map-sec {
    display: none;
}

.map-img-wrap {
    position: relative;
    max-width: 1709px;
    margin: 0 auto;
    width: 100%;
}

.map-img {
    display: block;
}

    .map-img img {
        display: block;
        margin: 0 auto;
    }

.maplink-list {
}

    .maplink-list > ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

        .maplink-list > ul > li {
            min-width: 197px;
            display: inline-block;
            position: absolute;
        }

.map-link {
    padding: 17px 5px;
    display: block;
    background: #626a6e;
    color: #fff;
    font-size: 20px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}

    .map-link span {
        font-weight: 300;
        font-family: 'Montserrat', sans-serif;
        display: block;
        font-size: 15px;
        text-transform: capitalize;
    }

    .map-link:hover, .map-link:focus {
        background: #b61615;
        color: #fff;
    }

.north-usa {
    top: 26.9%;
    left: 17.8%;
}

.south-usa {
    top: 67.7%;
    left: 25.3%;
}

.europe {
    top: 27.2%;
    left: 45.7%;
}

.africa {
    top: 54.4%;
    left: 47.45%;
}

.asia {
    right: 21%;
    top: 37.3%;
}

.aus {
    right: 9.9%;
    top: 71%;
}

/*-- member-rebate-sec --*/
.member-rebate-sec {
    padding: 50px 0 0 0;
}

/*-- popular-tour-sec --*/
.popular-tour-sec {
    padding: 50px 0px 0px 0px;
}

.popular-tour-content {
}

    .popular-tour-content h2 {
        text-align: center;
    }

    .popular-tour-content hr {
        background: #e3e3e3;
        height: 1px;
        border: 0;
        width: 100%;
        margin: 20px 0 25px;
    }

.popular-tour-slider {
    margin: 0 -15px;
}

    .popular-tour-slider .slick-prev {
        left: -50px;
    }

    .popular-tour-slider .slick-next {
        right: -50px;
    }

    .popular-tour-slider .slick-arrow {
        top: 45%;
    }

.search-results-sec {
    padding: 100px 0px 0px 0px;
}

.tour-items {
    padding: 0 15px 35px;
    position: relative;
}

.touroverview-img img {
    background-color: #fff;
}

.tour-link {
    display: block;
    height: 260px;
    background-size: cover;
    /* background-size: contain;
    background-position: center center;*/
    background-position-x: center;
    background-repeat: no-repeat;
    position: relative;
    color: #fff;
}

    .tour-link:hover, .tour-link:focus {
        color: #fff;
    }

    .tour-link:before {
        position: absolute;
        content: "";
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        top: 0;
        width: 100%;
        background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.41) 50%, rgba(0,0,0,0.81) 100%);
        background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.41) 50%,rgba(0,0,0,0.81) 100%);
        background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.41) 50%,rgba(0,0,0,0.81) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cf000000',GradientType=0 );
    }

    .tour-link span {
        display: block;
    }

.tourlink-content {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    bottom: 0;
    padding: 0 35px;
}

.place-name {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 13px;
    line-height: 1.1;
}

.package {
    margin-bottom: 28px;
}

.tour-item-active {
    display: block !important;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 16px solid #0080c9;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    display: none;
    margin: 0 auto;
}

.tour-items:after {
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 16px solid #0080c9;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    display: none;
    margin: 0 auto;
}

.slide-active.tour-items:after {
    display: block;
}

/*-- tour-tab-sec --*/
.tour-tab-sec {
    background: #0080c9;
    color: #fff;
    padding: 61px 0 55px;
    margin-bottom: 50px;
}

.tour-tabs {
    position: relative;
}

.tourtab-heading {
    text-align: center;
    padding-bottom: 30px;
}

    .tourtab-heading > ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

        .tourtab-heading > ul > li {
            display: inline-block;
            vertical-align: middle;
            margin: 0 16px;
        }

            .tourtab-heading > ul > li > a {
                position: relative;
                color: #fff;
                font-family: 'Roboto Condensed', sans-serif;
                font-size: 22px;
                font-weight: 700;
                padding-bottom: 4px;
            }

                .tourtab-heading > ul > li > a:before {
                    position: absolute;
                    content: "";
                    height: 1px;
                    display: block;
                    left: 0;
                    right: 0;
                    bottom: 0;
                    background: #fff;
                    opacity: 0;
                    transition: all 0.3s ease-in-out;
                }

                .tourtab-heading > ul > li > a:hover:before, .tourtab-heading > ul > li > a:focus:before, .tourtab-heading > ul > li.active > a:before {
                    opacity: 1;
                }

.touroverview-img {
}

.tour-overview {
}

.touroverview-content {
    padding: 20px 15px 20px 15px;
}

    .touroverview-content h2 {
        color: #fff;
        text-align: left;
    }

    .touroverview-content p {
        font-size: 18px;
        line-height: 1.6;
    }

.touroverview-info {
    width: 55%;
    float: left;
    padding-top: 15px;
}

.touroverview-days {
    display: block;
    margin-bottom: 9px;
}

    .touroverview-days strong {
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 22px;
        font-weight: 700;
    }

.touroverview-info p {
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 5px;
}

.touroverview-start {
    display: block;
    margin-right: 8px;
}

.secondary-btn {
    min-width: 158px;
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid #fff;
    display: inline-block;
    font-family: 'Roboto Condensed', sans-serif;
    padding: 11px 15px 10px;
    text-align: center;
}

.view-tour-btn {
    float: right;
    margin-top: 91px;
}

.secondary-btn:hover, .secondary-btn:focus {
    background: #b61615;
    color: #fff;
    border-color: #b61615;
}

.tourtab-content {
}

.close-tab {
    background: url(../images/cross-icn.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
    width: 23px;
    height: 23px;
    display: block;
    position: absolute;
    right: 0;
    top: -40px;
}

.similar-tour {
    display: none;
}

.similartour-list {
}

    .similartour-list .tour-items {
        padding: 0 0 30px;
    }

.slick-slide:focus {
    outline: none;
}

/*-- inspiration-sec --*/
.inspiration-sec {
    padding: 100px 0;
    overflow: hidden;
}

.inspiration-heading {
    text-align: center;
}

    .inspiration-heading h2 {
    }

.inspiration-slider {
    margin: 0 -15px;
    padding-top: 2px;
}

.inspiration-item {
}

.inspiration-img {
    height: 479px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}

    .inspiration-img:before {
        position: absolute;
        content: "";
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        top: 0;
        width: 100%;
        background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.41) 50%, rgba(0,0,0,0.81) 100%);
        background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.41) 50%,rgba(0,0,0,0.81) 100%);
        background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.41) 50%,rgba(0,0,0,0.81) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cf000000',GradientType=0 );
    }

.inspiration-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    text-align: center;
    z-index: 1;
    max-width: 460px;
    margin: 0 auto;
    width: 100%;
    padding-bottom: 54px;
}

    .inspiration-content h4 {
        margin-bottom: 36px;
    }

    .inspiration-content p {
    }

    .inspiration-content .secondary-btn {
        padding: 11px 15px 10px;
        margin-top: 33px;
        min-width: 169px;
    }

.inspiration-slider .slick-list {
    overflow: inherit;
}

.inspiration-item {
    padding: 0 15px;
}

.inspiration-img:after {
    background: rgba(255,255,255,0.75);
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    top: 0;
    width: 100%;
    opacity: 1;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.inspiration-slider .slick-current .inspiration-img:after {
    opacity: 0;
}

.inspiration-slider .slick-prev {
    left: -48px;
}

.inspiration-slider .slick-next {
    right: -48px;
}

/*-- footer --*/
.home-page .footer-main {
    background: transparent;
}

.footer-main {
    padding: 24px 0 132px;
    background: #f8f8f8;
}

.foo-pin {
    text-align: center;
    margin-bottom: -60px;
}

.foo-mail-chimp {
    background-image: url(/images/signupBG.png);
    color: #fff;
    padding: 76px 0 44px;
    height: 240px;
    background-position: center;
    background-size: cover;
}

.foo-mail-heading {
    padding: 8px 0 0;
}

    .foo-mail-heading h4 {
        font-size: 24px;
        margin-bottom: 0;
        margin-top: 0;
        color: #fff;
        display: inline-block;
        vertical-align: middle;
    }

.tag-icn {
    display: inline-block;
    vertical-align: middle;
    margin-right: 13px;
}

.foo-mailchimp {
}

.mailchimp-field {
    float: left;
    width: 77%;
    padding-right: 30px;
}

    .mailchimp-field input {
        height: 45px;
        color: #000;
        background: #fff;
        width: 100%;
        display: block;
        padding: 0 20px;
        font-size: 14px;
        font-family: 'Montserrat', sans-serif;
        font-weight: 300;
        border-radius: 0;
        border: 0;
    }

        .mailchimp-field input:focus {
            outline: none;
        }

.sign-up {
    float: left;
    width: 20%;
}

.signup-btn {
    min-width: 170px;
    height: 45px;
    padding: 0 5px;
}


.mailchimp-field input:-moz-placeholder {
    color: #000000;
    opacity: 1;
}

.mailchimp-field input::-moz-placeholder {
    color: #000000;
    opacity: 1;
}

.mailchimp-field input::-webkit-input-placeholder {
    color: #000000;
    opacity: 1;
}

.mailchimp-field input:-ms-input-placeholder {
    color: #000000;
    opacity: 1;
}

.foo-logo {
    width: 120px;
    display: block;
    margin: 0 auto;
}

    .foo-logo img {
        width: 100%;
        display: block;
    }

.foo-call {
    padding: 26px 0 0;
}

    .foo-call i {
        font-size: 25px;
        margin-right: 10px;
        display: inline-block;
        vertical-align: middle;
        color: #b61615;
    }

    .foo-call a {
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 20px;
        color: #626a6e;
        text-transform: uppercase;
        display: inline-block;
        vertical-align: middle;
    }

        .foo-call a:hover, .foo-call a:focus {
            color: #b61615;
        }

.foo-sec {
    padding: 35px 0 0;
}

    .foo-sec h6 {
        font-size: 20px;
        color: #626a6e;
        text-transform: uppercase;
    }

.social-list {
}

    .social-list ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

        .social-list ul li {
            display: inline-block;
            vertical-align: middle;
            margin-right: 7px;
        }

            .social-list ul li:last-child {
                margin-right: 0;
            }

    .social-list a {
        color: #626a6e;
        font-size: 38px;
    }

        .social-list a:hover, .social-list a:focus {
            color: #b61615;
        }

.col-center {
    margin: 0 auto;
    float: none;
    display: block;
}


.foo-call-col {
    width: 22.4%;
}

.foo-follow-col {
    width: 37%;
    padding-top: 30px;
    text-align: right;
}

.foo-socail-col {
    width: 12%;
    text-align: right;
}

    .foo-socail-col .social-list {
        padding: 10px 0 0;
        text-align: right;
    }

.foo-links {
    padding: 35px 0 0px 20px;
}

.foo-disc {
    padding: 35px 0 0;
}

.foo-disc-nav {
    font-size: 14px;
    margin-left: 40px;
}

    .foo-disc-nav ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

        .foo-disc-nav ul li {
            float: left;
            margin-right: 23px;
        }

            .foo-disc-nav ul li:last-child {
                margin-right: 0;
            }

    .foo-disc-nav a {
        color: #626a6e;
        text-transform: uppercase;
    }

        .foo-disc-nav a:hover, .foo-disc-nav a:focus {
            color: #626a6e;
            text-decoration: underline;
        }

.copy-right {
    margin-left: 12px;
}

    .copy-right ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

        .copy-right ul li {
            float: left;
            margin-right: 20px;
            font-size: 14px;
        }

            .copy-right ul li:last-child {
                margin-right: 0;
            }

    .copy-right a {
        text-decoration: underline;
        color: #626a6e;
    }

        .copy-right a:hover, .copy-right a:focus {
            color: #b61615;
            text-decoration: underline;
        }

/*-- search --*/
.inner-page .header-bg {
    background: #626a6e;
}

.HomeNav .header-bg {
    background: none;
}

.HomeNav .stickyClone {
    display: none;
}

.TransNav .header-bg {
    background: rgba(0,0,0,0.5);
}

.TransNav .stickyClone {
    display: none;
}

.search-page .search-form {
    display: none;
}

.search-form {
    display: block;
    border: 0;
    position: absolute;
    left: 0;
    right: 0;
    margin-top: 456px;
    z-index: 2;
    top: auto;
    padding: 0;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    min-width: inherit;
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    -moz-box-shadow: none;
}

.searchform-container {
    max-width: 1223px;
    margin: 0 auto;
    width: 100%;
    display: block;
    /*border: 5px solid #b61615;*/
    background: #fff;
    padding: 25px 20px 21px;
}

.searchform-fields {
    margin: 0 -15px;
}

.searchform-fields-item {
    padding: 0 15px;
    float: left;
}

.searchfrom-keywords {
    display: none;
}

.fix-search .searchfrom-keywords {
    display: block;
    text-align: center;
    width: 100%;
    margin-top: 20px;
}

.searchfrom-keywords span {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    color: #626a6e;
    font-size: 20px;
}

.searchfrom-keywords input {
    width: 400px;
    display: block;
    margin: 10px auto;
    background-image: url(../images/search-grey.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 20px;
}

.form-group {
    margin: 0;
}

.searchform-fields-item select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

.searchform-fields-item input, .searchform-fields-item select {
    padding: 0 0 10px 48px;
    background-color: transparent;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    color: #626a6e;
    font-size: 20px;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #e3e3e3;
    outline: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    -moz-box-shadow: none;
}

.searchform-fields-item select {
    color: #ccc;
}

    .searchform-fields-item input:focus, .searchform-fields-item select:focus {
        outline: none;
        color: #626a6e;
    }

    .searchform-fields-item select.selected {
        color: #626a6e;
    }

.search-customlist {
    width: 30%;
}

    .search-customlist input {
        width: 95%;
        background-image: url(../images/where-pin.png);
        background-repeat: no-repeat;
        background-position: 5% 4px;
        background-size: 20px;
    }

    .search-customlist .search-panel-tags {
        background-image: url(../images/type-icn.png);
        background-size: 26px;
    }

.searchform-fields .clear {
    width: 3%;
    position: relative;
    right: 10px;
    top: 1px;
    float: right;
    display: none;
    cursor: pointer;
    z-index: 999;
}

.searchform-fields .highlight {
    border-bottom-color: #b61615;
    border-bottom-width: 5px;
}

.searchform-fields .highlightFlash::-webkit-input-placeholder {
    color: orange;
}

.visit-form .highlight {
    border-bottom-color: #b61615;
    border-bottom-width: 5px;
    border-bottom-style: solid;
}

.visit-form .highlightFlash::-webkit-input-placeholder {
    color: orange;
}

.emailInput {
    background-color: #f8f8f8;
    padding: 10px 60px;
}

.ui-widget.ui-widget-content {
    border: 0;
    margin-top: 7px;
    box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.5);
    -ms-box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.5);
    -o-box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.5);
    z-index: 999;
    max-height: 300px;
    overflow: hidden;
    overflow-y: scroll;
}

.ui-menu .ui-menu-item-wrapper {
    font-size: 14px;
    padding: 7px 21px;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: 0;
    background: #cccccc;
    color: #b61615;
}

.ui-menu .ui-menu-item {
    border: 0;
}

.ui-menu .ui-state-focus, .ui-menu .ui-state-active {
    margin: 0;
}

.search-calender {
    width: 22%;
}

.input-group-addon {
    border: 0;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    padding: 0;
    display: block;
    background: transparent;
    z-index: 4;
}

.input-group.date .input-group-addon span {
    width: auto;
    height: auto;
    font-size: 29px;
    color: #b61615;
    margin-left: 17px;
    text-align: left;
}

.searchform-fields-item input:-moz-placeholder {
    color: #ccc;
    opacity: 1;
}

.searchform-fields-item input::-moz-placeholder {
    color: #ccc;
    opacity: 1;
}

.searchform-fields-item input::-webkit-input-placeholder {
    color: #ccc;
    opacity: 1;
}

.searchform-fields-item input:-ms-input-placeholder {
    color: #ccc;
    opacity: 1;
}

.search-calender .form-control {
    height: auto;
    padding: 2px 0 12px 58px;
    margin-bottom: 0;
    display: block;
}

.search-calender .input {
    background-image: url(../images/duration-icn.png);
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: 11% center;
    width: 100%;
}

.close-button {
    cursor: pointer;
    position: absolute;
    background-image: url(../images/cross-icn.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    width: 24px;
    height: 25px;
    display: block;
    right: 0;
    top: -40px;
}

.search-duration {
    /* width: 17.5%;*/
    display: none;
}

    .search-duration input {
        background-image: url(../images/duration-icn.png);
        background-repeat: no-repeat;
        background-size: 16px;
        background-position: 11% center;
        width: 95%;
    }

    .search-duration select {
        background-image: url(../images/duration-icn.png);
        background-repeat: no-repeat;
        background-size: 16px;
        background-position: 11% center;
        width: 95%;
    }

/*drop down component ovrrides*/
.ui-select-multiple {
    border: none;
    box-shadow: none;
}

    .ui-select-multiple .btn {
        height: 30px;
        padding: 0 20px;
    }

.search-depture {
    width: 22%;
}

    .search-depture input {
        background-image: url(/images/depture-icn.png);
        background-repeat: no-repeat;
        background-size: 24px;
        background-position: 6% center;
        width: 100%;
    }

.search-btn {
}

    .search-btn .btn {
        min-width: 170px;
        padding: 8px 10px;
    }

.overlay {
    display: none;
    background: rgba(0,0,0,0.6);
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 100%;
    position: fixed;
    z-index: 999;
}

/*-- fix search --*/
.fix-search .search-form {
    width: 100%;
    background: #fff;
    margin: 0;
    position: relative;
    box-shadow: 0px 4px 23px 0px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0px 4px 23px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 4px 23px 0px rgba(0,0,0,0.3);
    -ms-box-shadow: 0px 4px 23px 0px rgba(0,0,0,0.3);
    -o-box-shadow: 0px 4px 23px 0px rgba(0,0,0,0.3);
}

.fix-search .searchform-container {
    border: 0;
    max-width: 1170px;
    padding-left: 15px;
    padding-right: 15px;
}

.fix-search .search-btn .btn {
    display: block;
    width: 100%;
}

.fix-search .search-duration select {
    background-position: 7% 3px;
}

.fix-search .search-form .close-filter {
    display: block !important;
    margin: 10px 10px 0 0;
}

/*-- header malichimp --*/
.header-mail-chimp {
    z-index: 2;
    display: none;
    padding: 22px 0;
    position: absolute;
    left: 0;
    right: 0;
    background: #fff;
    top: 103px;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
}

    .header-mail-chimp .foo-mail-heading h4 {
        color: #626a6e;
    }

    .header-mail-chimp .mailchimp-field input {
        background: #e3e3e3;
        color: #000000;
    }

.tag-icn {
    display: none;
}

.header-mail-chimp .tag-icn {
    display: inline-block;
}

/*-- tour page --*/
#mobile-basic-overview {
    margin-top: 20px;
}

.inner-page .header-mail-chimp {
    z-index: 3;
}

.inner-content-sec {
    background: #f8f8f8;
}

.breadcrumb {
    background: transparent;
    font-size: 13px;
    text-transform: uppercase;
    color: #626a6e;
    padding: 0;
    margin: 0;
}

    .breadcrumb a, .breadcrumb > .active {
        color: #626a6e
    }

        .breadcrumb a:hover, .breadcrumb a:focus {
            color: #b61615;
        }

    .breadcrumb > li + li:before {
        padding: 0 4px;
        color: #626a6e;
    }

.tour-detail-sec {
    padding: 0px 0 64px;
}

    .tour-detail-sec .traveller-btns {
        float: right;
        margin: 10px 0;
    }

    .tour-detail-sec .filter-compare-wrap {
        /*  width: 200px;*/
        margin-bottom: 14px;
    }

        .tour-detail-sec .filter-compare-wrap .compare-btn {
            margin: 0 auto 10px;
            background-color: #626a6e;
        }

            .tour-detail-sec .filter-compare-wrap .compare-btn img {
                margin-right: 10px;
            }

/*.tour-detail-sec .filter-compare-wrap .flight-btn:hover {
                background-color: #b61615;
            }*/


.tour-heading {
    text-align: center;
    /*padding-left: 23px;*/
}

    .tour-heading h1 {
        display: inline-block;
        vertical-align: middle;
        color: #702283;
        text-transform: capitalize;
        margin-bottom: 0px;
    }

    .tour-heading h2 {
        margin-top: 10px;
        font-size: 35px;
    }

.tour__become-a-memeber {
    padding: 9px 15px 8px;
    border: 1px solid #e3e3e3;
    background: #fff;
    display: inline-block;
    color: #626a6e;
    min-height: 45px;
    width: 100%;
}

    .tour__become-a-memeber .account-icn {
        display: inline-block;
    }

.tour__become-a-memeber--invert {
    color: white;
    background-color: #90c790;
    /*  text-shadow: 1px 1px #000;*/
    margin-top: 15px;
}

    .tour__become-a-memeber--invert h6 {
        line-height: 1.3;
    }

    .tour__become-a-memeber--invert a {
        color: white;
        text-decoration: underline;
    }

.world-exp {
    display: inline-block;
    vertical-align: middle;
    margin: 3px 0 0 40px;
}

.tour-heading hr {
    display: block;
    clear: both;
    margin: 16px 0 26px;
}

.tour-banner {
    overflow: hidden;
    height: 500px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

    .tour-banner img {
        display: block;
        max-width: 100%;
        max-height: 600px;
        margin-left: auto;
        margin-right: auto;
        width: inherit;
    }

.home-banner-img {
    position: relative;
    overflow: hidden;
}

.tour-compare {
    position: absolute;
    left: 0px;
    top: 15px;
    background-image: url(../images/compare-img-grey.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
    width: 26px;
    height: 29px;
}

    .tour-compare:hover, .tour-compare:focus {
        background-image: url(../images/compare-img-red.png);
    }

.tour-compare-selected {
    position: absolute;
    left: 0px;
    top: 15px;
    background-image: url(../images/compare-img-red.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
    width: 26px;
    height: 29px;
}


.popular-compare {
    position: absolute;
    right: 50px;
    top: -40px;
    background-image: url(../images/compare-img.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
    width: 26px;
    height: 29px;
}

    .popular-compare:hover, .tpopular-compare:focus {
        background-image: url(../images/compare-img-red.png);
    }

.popular-compare-selected {
    position: absolute;
    right: 50px;
    top: -40px;
    background-image: url(../images/compare-img-red.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
    width: 26px;
    height: 29px;
}

.popular-compare-help {
    right: 80px;
    width: 179px;
    color: #fff;
    background: #b61615;
    padding: 12px;
    text-align: center;
    font-size: 13px;
    line-height: 1.6;
    margin-bottom: 12px;
    position: absolute;
    z-index: 99;
}

.tour-banner-tag {
    background: #b61615;
    display: block;
    color: #fff;
    padding: 10px;
    text-transform: uppercase;
    position: absolute;
    font-size: 10px;
    text-align: center;
    padding: 36px 53px 9px;
    right: -64px;
    top: -11px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    line-height: 1.1;
}

    .tour-banner-tag span {
        display: block;
    }

.tour-banner-slider {
    min-height: 285px;
}

    .tour-banner-slider .slick-prev, .tour-banner-slider .slick-next {
        color: #fff;
    }

        .tour-banner-slider .slick-prev:hover, .tour-banner-slider .slick-next:hover {
            outline: none;
            color: #b61615;
        }

.slick-dots {
    text-align: center;
    margin: 7px 0;
    padding: 0;
}

    .slick-dots li {
        position: relative;
        display: inline-block;
        margin: 0 5px;
        padding: 0;
        cursor: pointer;
    }

        .slick-dots li button {
            font-size: 0;
            line-height: 0;
            display: block;
            width: 15px;
            height: 15px;
            padding: 0;
            margin: 0;
            cursor: pointer;
            color: transparent;
            border: 0;
            outline: none;
            background: transparent;
        }

            .slick-dots li button:before {
                position: absolute;
                top: 0px;
                left: 0px;
                width: 100%;
                height: 100%;
                content: "";
                text-align: center;
                background: #626a6e;
                border: 2px solid #626a6e;
                border-radius: 50%;
                display: block;
            }

        .slick-dots li.slick-active button:before {
            background: #f8f8f8;
        }

h3.resp-accordion {
    display: none;
}

.resp-tab-content {
    display: none;
}

.tour-tabing-sec {
    padding: 27px 0 0;
}

.horizontalTab .resp-tabs-list {
    padding: 0;
    margin: 15px 0 0;
    list-style: none;
}

    .horizontalTab .resp-tabs-list li {
        float: left;
        font-family: 'Roboto Condensed', sans-serif;
        font-weight: 700;
        color: #702283;
        font-size: 22px;
        border-bottom: 1px solid transparent;
        padding-bottom: 2px;
        margin-right: 36px;
        text-transform: capitalize;
    }

        .horizontalTab .resp-tabs-list li span {
            display: block;
            cursor: pointer;
        }

        .horizontalTab .resp-tabs-list li:hover, .horizontalTab .resp-tabs-list li:focus, .horizontalTab .resp-tabs-list .resp-tab-active {
            border-color: #702283;
        }

        .horizontalTab .resp-tabs-list li:last-child {
            margin-right: 0;
        }

.resp-tabs-container {
}

    .resp-tabs-container a {
        /*display: none;*/
    }

.res-tourtab-detail {
    padding: 32px 0;
}

.res-tourtab-detail h3 {
    color: #702283;
    margin-bottom: 15px;
}

.res-tourtab-detail h6 {
    color: #702283;
    margin-bottom: 14px;
}

.res-tourtab-detail h4 {
    color: #702283;
    font-size: 20px;
}

.tour-inline .overview-tab .row {
}

.overviewtab {
}

    .overviewtab p {
        font-size: 18px;
        line-height: 1.6;
        color: #626a6e;
        font-family: 'Montserrat', sans-serif;
        padding-right: 10%;
    }

.overview-row {
    padding: 26px 0;
}

.resp-tabs-container .dates-tab {
    max-height: 500px;
    overflow-y: scroll;
}

.custom-checklist {
    padding-bottom: 33px;
}

.tour-inline .custom-checklist {
    padding: 0;
}

.custom-checklist ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.custom-checklist ul li {
    display: block;
    position: relative;
    color: #626a6e;
    border-bottom: 1px solid #e3e3e3;
    padding: 0 0 13px 61px;
    margin-bottom: 12px;
}

.custom-checklist ul li:last-child {
    border: none;
}

.custom-checklist ul li:before {
    content: "\f00c";
    font-family: FontAwesome;
    color: #702283;
    position: absolute;
    left: 4px;
    top: 0;
    font-size: 25px;
    line-height: 1.1;
}

.custom-checklist .cross li:before {
    content: "\f00d";
    font-family: FontAwesome;
    color: #702283;
    position: absolute;
    left: 4px;
    top: 0;
    font-size: 25px;
    line-height: 1.1;
}

.overview-list {
}

    .overview-list ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .overview-list ul li {
            border-bottom: 1px solid #e3e3e3;
            padding-bottom: 9px;
            margin-bottom: 8px;
        }

            .overview-list ul li:last-child {
                border-bottom: 0;
            }

            .overview-list ul li span {
                font-family: 'Roboto Condensed', sans-serif;
                color: #702283;
                font-size: 20px;
                display: inline-block;
                vertical-align: middle;
                min-width: 36%;
                padding-right: 10px;
            }

            .overview-list ul li img {
                display: inline-block;
                vertical-align: middle;
            }

.rating-img {
    display: inline-block;
    vertical-align: middle;
}

.tab-sidebar {
    text-align: center;
    padding: 0;
    margin-bottom: 20px;
}

.save-cost {
    font-size: 18px;
    color: #626a6e;
    background: #eee;
    display: block;
    padding: 5px 15px;
    margin-bottom: 15px;
    font-weight: bold;
}

.enquire-box {
    border: 1px solid #e3e3e3;
    padding: 26px;
    background: #fff;
    position: relative;
}

    .enquire-box .enquire-pin {
        margin-top: -80px;
    }

    .enquire-box .promise-pin {
        margin-top: -75px;
    }

    .enquire-box .promise-stars {
        margin: 20px 0;
    }

.promise .custom-checklist ul li {
    color: #fff;
}

.tab-sidebar .promise {
    margin-top: 70px;
    background-color: #b61615;
    color: #fff;
}

.enquire-box h6 {
    color: #626a6e;
    margin-bottom: 10px;
}

.promise h6 {
    color: #fff;
    background-position: left;
    background-repeat: no-repeat;
    padding-left: 40px;
    line-height: 30px;
    margin-bottom: 20px;
    font-size: 30px;
}

.promise .custom-checklist ul li:before {
    color: #90c790;
    top: 5px;
}

.inc-flight {
    color: #626a6e;
    display: block;
    margin-bottom: 15px;
}

    .inc-flight strong {
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 23px;
    }

    .inc-flight .tel {
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 46px;
        color: #702283;
    }

    .inc-flight small {
        display: block;
        margin: 0;
        padding: 0;
        font-size: 13px;
        font-style: normal;
    }

.charge {
    display: block;
    text-transform: uppercase;
    font-size: 13px;
    margin-bottom: 30px;
}

.enquire-box .custom-checklist {
    padding-bottom: 22px;
    text-align: left;
}

    .enquire-box .custom-checklist li {
        border: 0;
        padding-bottom: 0;
    }

.book-btn {
    display: block;
    background: #62686c;
    color: #fff;
    text-transform: uppercase;
    padding: 13px 10px;
    margin-bottom: 14px;
}

.enquire-btn {
    display: block;
    background: #b61615;
    color: #fff;
    border-color: #b61615;
    margin-bottom: 21px;
    cursor: pointer;
}

.toggle-visit-btn {
    display: block;
    background: #b61615;
    color: #fff;
    border-color: #b61615;
    margin-bottom: 21px;
}

/*.book-btn:hover, .book-btn:focus {
    background: #62686c;
    font-size: 30px;
}
    .enquire-btn:hover, .enquire-btn:focus {
         background: #702283;
        color: #fff;
        font-size: 30px;
       
    }*/

.tour-mange {
    margin-bottom: 24px;
    margin-top: 24px;
    display: flex;
    align-items: center;
}

    .tour-mange img {
        width: 40%;
    }

    .tour-mange p {
        font-size: 13px;
        margin-right: 10px;
    }

.enquire-box .custom-checklist ul li {
    border: 0;
    padding-bottom: 0;
    padding-left: 0;
    margin-bottom: 0;
    text-indent: -1.6em;
    padding-left: 2.9em;
}

    .enquire-box .custom-checklist ul li:before {
        position: relative;
        display: inline-block;
        margin-right: 25px;
    }

/*-- enquire form --*/
.my-mfp-zoom-in .zoom-anim-dialog {
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
}

/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
}

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}

/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.8;
}

/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0;
}

.mfp-content {
    max-width: 655px;
    padding: 26px 0px;
    background: #fff;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    border: 1px solid transparent;
    top: 2px !important;
}

.ui-datepicker .ui-datepicker-next {
    right: 2px !important;
}

.ui-datepicker .ui-datepicker-prev {
    left: 2px !important;
}

.ui-widget-header .ui-icon {
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: center center;
}

.ui-widget-header .ui-datepicker-prev .ui-icon {
    background-image: url(../images/arrow-left.png);
}

.ui-widget-header .ui-datepicker-next .ui-icon {
    background-image: url(../images/arrow-right.png);
}

#enquire-form-sec {
    text-align: center;
}

    #enquire-form-sec h5 {
        text-align: center;
        font-size: 24px;
        color: #b61615;
    }

    #enquire-form-sec img {
        max-height: 100px;
    }

    #enquire-form-sec p {
        margin: 20px;
    }

    #enquire-form-sec .enquire-options {
        display: inline-grid;
        align-items: center;
        width: 100%;
        text-align: left;
    }

    #enquire-form-sec .enquire-option {
        background-color: #f8f8f8;
        display: flex;
        align-items: center;
        padding: 20px 40px;
    }

        #enquire-form-sec .enquire-option .num {
            color: #b61615;
            font-size: 48px;
            font-family: 'Roboto Condensed',sans-serif;
            font-weight: bold;
            margin-right: 50px;
        }

        #enquire-form-sec .enquire-option .mid {
            font-weight: bold;
        }

            #enquire-form-sec .enquire-option .mid p {
                margin: 0px;
                font-weight: normal;
            }

        #enquire-form-sec .enquire-option a {
            position: absolute;
            right: 40px;
            width: 180px;
        }

        #enquire-form-sec .enquire-option .tel-btn {
            background: #62686c;
            color: #fff;
            border-color: #62686c;
            display: block;
            padding-left: 32px;
        }

            #enquire-form-sec .enquire-option .tel-btn:before {
                position: absolute;
                font-family: 'FontAwesome';
                top: 12px;
                left: 12px;
                content: "\f095";
            }

#visit-form-sec {
    text-align: center;
}

    #visit-form-sec h5 {
        text-align: center;
        font-size: 24px;
        color: #b61615;
    }

    #visit-form-sec img {
        max-height: 50px;
    }

    #visit-form-sec p {
        margin: 20px;
        color: #000;
    }

    #visit-form-sec a {
        color: #000;
    }

    #visit-form-sec p a {
        text-decoration: underline;
        color: #b61615;
        font-weight: bold;
    }


    #visit-form-sec .visit-options {
        display: inline-grid;
        align-items: center;
        width: 100%;
        text-align: left;
    }

    #visit-form-sec .visit-option {
        background-color: #f8f8f8;
        display: flex;
        align-items: center;
        padding: 20px 40px;
    }

        #visit-form-sec .visit-option .num {
            color: #b61615;
            font-size: 48px;
            font-family: 'Roboto Condensed',sans-serif;
            font-weight: bold;
            margin-right: 50px;
        }

        #visit-form-sec .visit-option .mid {
            font-weight: bold;
        }

            #visit-form-sec .visit-option .mid p {
                margin: 0px;
                font-weight: normal;
            }

        #visit-form-sec .visit-option a {
            position: absolute;
            right: 40px;
            width: 180px;
        }

#visit-banner-form-sec {
    text-align: center;
}

    #visit-banner-form-sec h5 {
        text-align: center;
        font-size: 24px;
        color: #b61615;
    }

    #visit-banner-form-sec img {
        max-height: 100px;
    }

    #visit-banner-form-sec p {
        margin: 20px;
    }

        #visit-banner-form-sec p a {
            text-decoration: underline;
            color: #b61615;
            font-weight: bold;
        }

    #visit-banner-form-sec .visit-options {
        display: inline-grid;
        align-items: center;
        width: 100%;
        text-align: left;
    }

    #visit-banner-form-sec .visit-option {
        background-color: #f8f8f8;
        display: flex;
        align-items: center;
        padding: 20px 40px;
    }

        #visit-banner-form-sec .visit-option .num {
            color: #b61615;
            font-size: 48px;
            font-family: 'Roboto Condensed',sans-serif;
            font-weight: bold;
            margin-right: 50px;
        }

        #visit-banner-form-sec .visit-option .mid {
            font-weight: bold;
        }

            #visit-banner-form-sec .visit-option .mid p {
                margin: 0px;
                font-weight: normal;
            }

        #visit-banner-form-sec .visit-option a {
            position: absolute;
            right: 40px;
            width: 180px;
        }

.popup-call {
    text-align: center;
    padding: 30px 0 27px;
}

    .popup-call p {
        margin-bottom: 8px;
    }

.enquire-call {
    padding-bottom: 22px;
}

    .enquire-call i {
        display: inline-block;
        vertical-align: middle;
        color: #b61615;
        font-size: 28px;
        margin-right: 12px;
    }

    .enquire-call a {
        font-family: 'Roboto Condensed', sans-serif;
        font-weight: 700;
        color: #626a6e;
        font-size: 24px;
        display: inline-block;
        vertical-align: middle;
    }

        .enquire-call a:hover, .enquire-call a:focus {
            color: #b61615;
        }

.enquire-form {
}

.enquire-row {
    margin-bottom: 14px;
}

    .enquire-row:after {
        display: table;
        content: "";
        clear: both;
    }

.enquire-form .enquire-row > label {
    font-size: 20px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    color: #626a6e;
    width: 36%;
    float: left;
    padding: 4px 10px 0;
}

.enquire-col {
    width: 64%;
    float: right;
}

.enquire-filed {
    background: #e3e3e3;
    border: 0;
    border-radius: 0;
    height: 45px;
    width: 100%;
    display: block;
    color: #626a6e;
    padding: 0 15px;
    margin: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
}

    .enquire-filed:focus {
        outline: none;
    }

textarea.enquire-filed {
    height: 169px;
    resize: none;
    padding-top: 10px;
}

.enquire-row .btn {
    margin-top: 12px;
    padding: 9px 10px;
    min-width: 170px;
}

.enquire-row #datepicker {
    background-image: url(../images/calendar-icn.png);
    background-size: 26px;
    background-position: 96% center;
    background-repeat: no-repeat;
}


.enquire-call {
    padding-bottom: 22px;
}

    .enquire-call i {
        display: inline-block;
        vertical-align: middle;
        color: #b61615;
        font-size: 28px;
        margin-right: 12px;
    }

    .enquire-call a {
        font-family: 'Roboto Condensed', sans-serif;
        font-weight: 700;
        color: #626a6e;
        font-size: 24px;
        display: inline-block;
        vertical-align: middle;
    }

        .enquire-call a:hover, .enquire-call a:focus {
            color: #b61615;
        }

.visit-form {
}

.visit-row {
    margin-bottom: 14px;
}

    .visit-row:after {
        display: table;
        content: "";
        clear: both;
    }

.visit-form .visit-row > label {
    font-size: 20px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    color: #626a6e;
    width: 35%;
    float: left;
    padding: 4px 10px 0;
}

.visit-col {
    width: 65%;
    float: right;
}

.visit-filed {
    background: #e3e3e3;
    border: 0;
    border-radius: 0;
    height: 45px;
    width: 100%;
    display: block;
    color: #626a6e;
    padding: 0 15px;
    margin: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
}

    .visit-filed:focus {
        outline: none;
    }

textarea.visit-filed {
    height: 169px;
    resize: none;
    padding-top: 10px;
}

.visit-row .btn {
    margin-top: 12px;
    padding: 9px 10px;
    min-width: 170px;
}

.visit-row #datepicker {
    background-image: url(../images/calendar-icn.png);
    background-size: 26px;
    background-position: 96% center;
    background-repeat: no-repeat;
}


.mfp-close {
    color: #fff;
    position: absolute;
    top: -76px;
    right: -29px;
    font-size: 54px;
}

    .mfp-close:hover, .mfp-close:focus {
        color: #b61615;
    }


.similar-tour-sec {
}

    .similar-tour-sec .tour-items:after {
        border-bottom-color: #702283;
    }

.similar-tour-tab {
    background: #702283;
}

.similar-tour-sec h2 {
    color: #702283;
}

/*-- iternerary tab --*/
.itinerarytab {
}

    .itinerarytab h3 {
        margin-bottom: 6px;
        font-size: 20px;
    }

.accordion-content {
    padding: 3px 0 0px 58px;
    display: none;
    line-height: 1.7;
}

.accordion-title.active:before {
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    color: #702283;
}

.accordion-title:before {
    position: absolute;
    color: #626a6e;
    content: "\f078";
    right: 11px;
    top: 9px;
    line-height: 1;
    font-family: FontAwesome;
    display: block;
    font-size: 23px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}


.accordion {
    padding: 0;
    margin: 0;
    list-style: none;
}

.accordion-title {
    padding: 8px 58px;
    color: #702283;
    font-size: 20px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    position: relative;
    display: block;
}

    .accordion-title:hover, .accordion-title:focus {
        color: #702283;
    }

.accrodian-icn {
    display: inline-block;
    position: absolute;
    left: 15px;
    top: 4px;
}

    .accrodian-icn img {
        width: auto;
    }

.accordion > li {
    border-bottom: 1px solid #e3e3e3;
}

.sidebar-map {
}

    .sidebar-map img {
        display: block;
        margin: 0 auto;
        width: 100%;
    }

.no-bullets {
    padding: 0;
    margin: 0 0 10px;
    list-style: none;
}

    .no-bullets li {
        font-size: 14px;
        line-height: 1.8;
    }

.review-tab {
}

.customer-reviews {
    padding: 11px 0 0;
}

    .customer-reviews ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

        .customer-reviews ul li {
            float: left;
            width: 50%;
            padding: 0 0 6px;
        }

    .customer-reviews label {
        width: 45%;
        float: left;
        font-family: 'Roboto Condensed', sans-serif;
        color: #702283;
        font-size: 20px;
        font-weight: 700;
        margin: 0;
    }

.cutomer-rating {
    width: 50%;
    float: left;
    padding: 0 12px;
}

    .cutomer-rating img {
    }

.customer-review-list {
    padding: 54px 0 0;
}

    .customer-review-list > ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

        .customer-review-list > ul > li {
            border-bottom: 1px solid #e3e3e3;
            padding-bottom: 18px;
            margin-bottom: 13px;
        }

            .customer-review-list > ul > li:last-child {
                padding-bottom: 0;
                margin-bottom: 0;
                border: 0;
            }

.customer-review-heading {
    padding-bottom: 17px;
}

.c-rating {
    display: inline-block;
    vertical-align: middle;
    margin-right: 26px;
}

.customer-review-heading h6 {
    margin: 0;
    display: inline-block;
    vertical-align: middle;
}

.review-date {
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    margin-left: 6px;
}

.review-link {
    color: #626a6e;
    text-decoration: underline;
}

    .review-link:hover, .review-link:focus {
        color: #702283;
    }

.customer-review-list > ul > li p {
    margin: 0 0 14px;
}

.review-btn-wrap {
    text-align: center;
    padding-top: 34px;
}

.review-btn {
    background: #626a6e;
    color: #fff;
    text-transform: uppercase;
    padding: 13px 26px;
}

.avalable-date-table {
    padding: 34px 0;
}

    .avalable-date-table tr {
        border-bottom: 1px solid #e3e3e3;
    }

    .avalable-date-table table {
        width: 100%;
        margin: 0;
    }

    .avalable-date-table th {
        padding: 0 3px 3px;
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 20px;
        color: #626a6e;
        font-weight: 700;
    }

    /*.avalable-date-table th:nth-child(1) {
            width: 38%;
        }

        .avalable-date-table th:nth-child(2) {
            width: 13%;
        }

        .avalable-date-table th:nth-child(3) {
            width: 17%;
        }

        .avalable-date-table th:nth-child(4) {
            width: 17%;
        }

        .avalable-date-table th:nth-child(5) {
            width: 15%;
        }*/

    .avalable-date-table td {
        padding: 15px 3px 14px;
    }

        .avalable-date-table td strong {
            font-size: 22px;
            font-weight: 700;
            font-family: 'Roboto Condensed', sans-serif;
        }

    .avalable-date-table .btn {
        background: #702283;
        color: #fff;
        display: block;
        padding: 9px 10px;
    }

        .avalable-date-table .btn:hover, .avalable-date-table .btn:focus {
            background: #b61615;
            color: #fff;
        }

.red-text {
    color: #b61615;
    text-transform: uppercase;
}

.avalibility {
    font-size: 13px;
    text-transform: uppercase;
}

.animated {
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.animated.fadeIn {
    -webkit-animation-name: fadeIn;
    -moz-animation-name: fadeIn;
    -o-animation-name: fadeIn;
    animation-name: fadeIn;
}

/*-- comparelist-page --*/
.comparelist-page {
}

    .comparelist-page .search-form {
        display: none;
    }

.comapare-heading {
    text-align: center;
    padding: 0 0 28px;
}

    .comapare-heading h1 {
    }

    .comapare-heading hr {
        display: none;
    }

.comapare-list-sec {
    padding: 0 0 41px;
}

.compare-item:focus {
    outline: none;
}

.compare-col {
    padding-bottom: 19px;
}

/*.compare-empty {    height: 369px;}*/

.compare-title {
}

    .compare-title ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

    .compare-title li {
        font-family: 'Roboto Condensed', sans-serif;
        font-weight: 700;
        font-size: 20px;
    }

    .compare-title.compare-phase1 {
    }

        .compare-title.compare-phase1 li:last-child {
            border: 0;
        }

    .compare-title.compare-phase2 {
        position: relative;
    }

        .compare-title.compare-phase2 small {
            font-family: 'Montserrat', sans-serif;
            font-size: 13px;
            font-style: normal;
            margin: 0;
            text-transform: uppercase;
            display: block;
            margin-bottom: 12px;
            position: absolute;
            left: 0;
            bottom: 100%;
        }

        .compare-title.compare-phase2 ul {
        }

            .compare-title.compare-phase2 ul li {
                position: relative;
                padding-left: 42px;
                padding-top: 3px;
            }

.comapare-include-icn1 {
    position: absolute;
    left: 0;
    top: 0;
}

.compare-title.compare-phase3 {
}

.compare-title.compare-phase4 {
}

.remove-list {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 20px;
    color: #b61615;
    cursor: pointer;
}

    .remove-list:hover, .remove-list:focus {
        color: #000;
    }

    .remove-list i {
        display: inline-block;
        vertical-align: middle;
        margin-right: 15px;
        position: relative;
        top: -2px;
    }

.compare-col-wrap.compare-col-left {
    text-align: left;
}

.compare-col-wrap {
    text-align: center;
}

.comparelist-img {
    display: block;
    width: 100%;
    margin: 13px 0 0;
    height: 180px;
    background-size: 100%;
    /*background-size: contain;
     background-size: cover;
    background-position: center center;
       */
    background-repeat: no-repeat;
    background-image: url(../images/compare1.jpg);
}

    .comparelist-img img {
        width: 100%;
        display: block;
    }

.comapare-detail {
    background: #ffffff;
    padding: 14px 23px 40px;
    border: 1px solid #e3e3e3;
    border-top: 0;
}

    .comapare-detail h5 {
        font-size: 24px;
        color: #ef7d00;
        line-height: 1.22;
        margin-bottom: 30px;
    }

.compare-phase {
}

.compare-phase1 {
}

    .compare-phase1 strong {
        font-weight: 700;
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 20px;
    }

.comparetour-btn {
    background: #ef7d00;
    color: #fff;
    padding: 8px;
    min-width: 170px;
    text-transform: uppercase;
}

    .comparetour-btn:hover, .comparetour-btn:focus {
        background: #b61615;
        color: #fff;
    }

.compare-phase2 {
}

.compare-phase3 {
}

.compare-phase4 {
}

.compare-cell ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

    .compare-cell ul li {
        border-bottom: 1px solid #e3e3e3;
        position: relative;
    }

.compare-phase1-list1 {
    padding-bottom: 13px;
}

.compare-phase1-list2 {
    padding: 10px 0 14px;
}

.compare-phase1-list3 {
    padding: 9px 0;
    font-size: 13px;
}

.compare-phase1-list4 {
    padding: 5px 0 14px;
}

.compare-title2 li {
    padding: 0 0 10px;
    margin: 0 0 7px;
}

    .compare-title2 li:last-child {
        margin-bottom: 0;
    }

.destination {
}

.compare-title4 li {
    padding: 10px 0 7px;
}

.compare-logo img {
    max-height: 80px;
}

.compare-logo {
    min-height: 78px;
    max-height: 120px;
    height: calc(100% - 44px);
    margin-bottom: 10px;
}

.compare-table {
    display: table;
    width: 100%;
    height: 100%;
}

.compare-table-cell {
    display: table-cell;
    vertical-align: middle;
}

/*.compare-phase1 li:last-child {
    border: 0;
}*/

.compare-phase2 i.fa-check {
    color: #b61615;
    font-size: 37px;
}

.compare-phase2 li {
    padding: 0 0 4px;
    margin-bottom: 6px;
}

.compare-phase3 ul ul li {
    border: 0;
    padding-bottom: 1px;
}

.compare-phase3 > ul > li {
    border: 0;
}

.compare-phase3 {
    padding: 17px 0;
    border-bottom: 1px solid #e3e3e3;
}

.compare-phase4 ul li {
    padding: 14px 0 11px;
}

    .compare-phase4 ul li ul li {
        padding: 0px;
    }

    .compare-phase4 ul li:last-child {
        border: 0;
    }

.compare-title.compare-phase4 ul li {
    padding: 2px 0;
}

.vertical-center {
    position: relative;
    display: block;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}

.compare-phase label {
    display: none;
}

.compare-phase2 small {
    display: none;
}

/*-- search result --*/
.search-page {
}

.search-result-sec {
    padding-bottom: 50px;
}

.search-heading {
    text-align: center;
    padding: 57px 0 3px;
}

    .search-heading .ifound {
        background-image: url('/images/searchHound.png');
        background-repeat: no-repeat;
        line-height: 1.31;
        padding-left: 180px;
        padding-top: 20px;
        height: 125px;
        text-align: left;
        margin-bottom: 20px;
    }

    .search-heading h1 {
        font-size: 26px;
        color: #626a6e;
        margin: 0px 0px 5px;
        line-height: 1.31;
        text-align: left;
    }

        .search-heading h1 span {
            color: #b61615;
        }

    .search-heading h5 {
        line-height: 1.31;
    }

        .search-heading h5 span {
            color: #b61615;
        }

    .search-heading .quote {
        font-size: 26px;
        line-height: 40px;
        color: #ea7e2f;
    }

    .search-heading h5 i.fa-search {
        transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -o-transform: rotate(90deg);
    }

    .search-heading h5 a {
        color: #626a6e;
        text-decoration: underline;
    }

        .search-heading h5 a:hover, .search-heading h5 a:focus {
            color: #b61615;
        }

.search-message h6 {
    padding: 9px 15px 8px;
    border: 1px solid #e3e3e3;
    background: #fff;
    display: inline-block;
    color: #626a6e;
    min-height: 45px;
    width: 100%;
    line-height: 1.5;
}

    .search-message h6 a {
        color: #626a6e;
        text-decoration: underline;
    }

        .search-message h6 a:hover, .search-message h6 a:focus {
            color: #b61615;
        }

.search-btn-sec {
}

.search-btn-left {
    float: left;
}

.white-btn {
    padding: 9px 15px 8px;
    border: 1px solid #e3e3e3;
    background: #fff;
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #626a6e;
    min-height: 45px;
}

.tab-sidebar .white-btn {
    width: 100%;
}

.white-btn:hover, .white-btn:focus {
    background: #e3e3e3;
    color: #626a6e;
    border-color: #e3e3e3;
}

.white-btn img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 16px;
}

.filter-btn {
    margin-right: 23px;
    display: none;
}

.traveller-btns {
    display: inline-block;
    vertical-align: middle;
}

.search-btn-right {
    float: right;
}

.view-btn {
    margin-left: 21px;
}

.sort-btn {
}

.view-img {
    height: 28px;
    width: 28px;
    display: inline-block;
    background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    vertical-align: middle;
}

.view-img1 {
    background-image: url(../images/view-img1.png);
}

.view-img1-selected {
    background-image: url(../images/view-img1-hover.png);
}

.view-img2 {
    background-image: url(../images/view-img2.png);
    margin-right: 16px;
}

.view-img2-selected {
    background-image: url(../images/view-img2-hover.png);
    margin-right: 16px;
}

.traveller-btns.active .single-traveller {
    display: inline-block;
}

.traveller-btns.active .group-traveller {
    display: none;
}

.selcted-filter ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.selcted-filter {
    padding: 21px 0 73px;
}

    .selcted-filter li {
        font-size: 14px;
        color: #000000;
        padding-right: 47px;
        float: left;
    }

        .selcted-filter li:last-child {
            padding-right: 0;
        }

    .selcted-filter .fa-times {
        color: #b61615;
        display: inline-block;
        vertical-align: top;
        margin-right: 13px;
        font-size: 20px;
    }

    .selcted-filter img {
        display: inline-block;
        vertical-align: top;
    }

.filter-table {
    color: #626a6e;
    padding-bottom: 51px;
}

    .filter-table table {
        width: 100%;
        display: block;
    }

    .filter-table thead {
    }

    .filter-table .search-titles-fixed {
        position: fixed;
        top: 0px;
        background-color: #f8f8f8;
        z-index: 200;
    }

    .filter-table tr {
    }

    .filter-table .whatIncluded {
        text-align: center;
    }

    .filter-table th {
        position: relative;
        padding: 0 15px;
        font-family: 'Roboto Condensed', sans-serif;
        font-weight: 700;
        font-size: 20px;
        padding-bottom: 3px;
    }

        .filter-table th small {
            font-family: 'Montserrat', sans-serif;
            font-size: 13px;
            text-transform: uppercase;
            font-weight: 300;
            display: block;
            margin-bottom: 1px;
            position: absolute;
            bottom: 100%;
            left: 0;
            right: 0;
            text-align: center;
        }

.filter-facilities {
    padding: 0;
    margin: 0;
    list-style: none;
}

    .filter-facilities li {
        display: inline-block;
        vertical-align: middle;
        margin-left: -4px;
        width: 20%;
        padding: 0 5px;
        text-align: center;
    }

        .filter-facilities li img {
            display: block;
            margin: 0 auto;
        }

.filter-table h6 {
    color: #b61615;
    margin: 0;
    line-height: 1.2;
}

.filter-table .toggle {
    display: block;
    padding-top: 10px;
    cursor: pointer;
}

.filter-table .more:after {
    content: "\f078";
    font-family: FontAwesome;
    padding-left: 5px;
}

.filter-table .less:after {
    content: "\f077";
    font-family: FontAwesome;
    padding-left: 5px;
}

.filter-list-content .toggle {
    cursor: pointer;
    margin-top: 10px;
    width: 100%;
    text-align: center;
}

.filter-list-content .more:after {
    content: "\f078";
    font-family: FontAwesome;
    padding-left: 5px;
}

.filter-list-content .less:after {
    content: "\f077";
    font-family: FontAwesome;
    padding-left: 5px;
}

.operator-img {
}

    .operator-img img {
        max-height: 75px;
    }

.facilities-check {
    padding: 0;
    margin: 0;
    list-style: none;
}

    .facilities-check li {
        float: left;
        width: 20%;
        padding: 1px 3px;
        text-align: center;
    }

    .facilities-check .fa-check {
        color: #b61615;
        font-size: 25px;
    }

.filter-price {
    display: block;
    line-height: 1.5;
    white-space: nowrap;
}

    .filter-price strong {
        font-size: 22px;
        font-family: 'Roboto Condensed', sans-serif;
        font-weight: 700;
    }

    .filter-price small {
        font-size: 13px;
        display: block;
    }

.filter-compare-wrap {
    display: block;
}

.filter-compare {
    width: 26px;
    height: 29px;
    background-image: url(../images/compare-img-mid-grey.png);
    background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    margin: 0 auto;
}

    .filter-compare.redBackground {
        background-image: url(../images/compare-img-red.png);
        background-color: white;
    }


    .filter-compare:hover, .filter-compare:focus {
        background-image: url(../images/compare-img-red.png);
    }

.filter-compare-selected {
    width: 26px;
    height: 29px;
    background-image: url(../images/compare-img-red.png);
    background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    margin: 0 auto;
}

.results-panel .btn {
    color: #fff;
    min-width: inherit;
    text-transform: uppercase;
    display: block;
    padding: 8px 5px;
}

.results-panel .btn-enquire {
    background: #b61615;
    color: #fff;
    min-width: inherit;
    text-transform: uppercase;
    display: block;
    padding: 8px 5px;
}

.results-panel .btn-view {
    background: #fff;
    color: #626a6e;
    border: 1px solid #e3e3e3;
    min-width: inherit;
    text-transform: uppercase;
    display: block;
    padding: 8px 5px;
    margin-top: 5px;
}

.results-panel .btn:hover, .results-panel .btn:focus {
    background: #ef7d00;
    color: #fff;
}

.filter-table tbody {
    border: 1px solid #e3e3e3;
    border-left: 0;
    border-right: 0;
}

    .filter-table tbody tr {
        background: #fff;
    }

.filter-table td {
    padding: 17px 15px;
}

    .filter-table td:nth-child(1) {
        width: 30%;
    }

    .filter-table td:nth-child(2) {
        width: 15%;
    }

    .filter-table td:nth-child(3) {
        width: 15%;
    }

    .filter-table td:nth-child(4) {
        width: 15%;
    }

    .filter-table td:nth-child(5) {
        width: 10%;
    }

    .filter-table td:nth-child(6) {
        width: 10%;
    }

.filter-table .more-expand {
    padding: 0 0px;
    display: inline-block;
}

    .filter-table .more-expand img {
        max-width: 45%;
        float: left;
        margin-right: 20px;
    }

    .filter-table .more-expand span {
        max-width: 50%;
        float: left;
        display: block;
    }

.filter-compare-wrap {
    display: block;
    position: relative;
    cursor: pointer;
}

.compare-help {
    position: absolute;
    bottom: 100%;
    left: -53px;
    right: 0;
    width: 179px;
    color: #fff;
    background: #b61615;
    padding: 12px;
    text-align: center;
    font-size: 13px;
    line-height: 1.6;
    margin-bottom: 12px;
}

.tour-compare-help {
    position: absolute;
    left: 20px;
    top: 50px;
    z-index: 99999;
    width: 179px;
    color: #fff;
    background: #b61615;
    padding: 12px;
    text-align: center;
    font-size: 13px;
    line-height: 1.6;
    margin-bottom: 12px;
}

.view-table-row {
    text-align: center;
    padding: 50px 0 0;
}

.grey-btn {
    background: #626a6e;
    color: #fff;
    min-width: 170px;
    text-transform: uppercase;
    padding: 13px 10px;
}

    .grey-btn:hover, .grey-btn:focus {
        background: #b61615;
        color: #fff;
    }

.filter-panel {
    display: block;
    -webkit-transform: none;
    opacity: 1;
    position: relative;
    width: 250px;
    float: left;
    z-index: 0;
    border: 1px solid #e3e3e3;
    padding: 24px 26px;
    background: #fff;
}

.filter-panel-fixed {
    position: fixed;
    top: 0px;
    z-index: 200;
}

.results-panel {
    width: 77%;
    float: right;
}

.filter-panel.active {
    transform: none;
    -moz-transform: none;
    -o-transform: none;
    -webkit-transform: none;
    -ms-transform: none;
    opacity: 1;
}

.filter-scroll {
    overflow-y: hidden;
}

.filter-heading {
    padding-bottom: 13px;
}

    .filter-heading img {
        display: inline-block;
        vertical-align: top;
        margin-right: 13px;
    }

    .filter-heading h6 {
        display: inline-block;
        vertical-align: middle;
        margin-bottom: 0;
    }

.close-filter {
    float: right;
    background-image: url(../images/cross-icn-black.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 24px;
    height: 25px;
    display: none;
}

.filter-heading hr {
    margin: 23px 0;
    background: #606060;
    border: 0;
    height: 1px;
    clear: both;
    width: 100%;
    display: block;
}

.mob-filter-head {
    display: none
}

.filterpanel-heading {
    padding-bottom: 17px;
}

.filterpanel-item a, .filterpanel-item .accordion_expand {
    display: block;
    position: relative;
    color: #626a6e;
}

    .filterpanel-heading a:before, .filterpanel-item .accordion_expand:before {
        position: absolute;
        width: 20px;
        height: 14px;
        right: 0;
        top: 50%;
        background-image: url(../images/down-arrw.png);
        background-repeat: no-repeat;
        background-position: 100% center;
        background-size: 100%;
        display: block;
        content: "";
        margin-top: -7px;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
    }

    .filterpanel-heading a[aria-expanded="true"]:before, .filterpanel-item .accordion_expand[aria-expanded="true"]:before {
        transform: rotate(-180deg);
        -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        -moz-transform: rotate(-180deg);
        -o-transform: rotate(-180deg);
    }

.filterpanel-heading a:hover, .filterpanel-heading a:focus {
    color: #626a6e;
}

.filterpanel-heading h6 {
    margin: 0;
}

.sidebar-field-col {
    margin-bottom: 12px;
    margin-left: 10px;
    float: left;
    max-width: 201px;
}

.sidebar-field-col-date {
    margin-bottom: 12px;
}

.panel-collapse-pad {
    margin-top: 10px;
}

.sidebar-field {
    background-color: #e3e3e3;
    color: #000;
    font-size: 14px;
    height: 45px;
    padding: 0 15px;
    border: 0;
    border-radius: 0;
    width: 100%;
    display: block;
    box-shadow: none;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
}

    .sidebar-field:focus {
        outline: none;
    }

.filter-panel input:-moz-placeholder {
    color: #000000;
    opacity: 1;
}

.filter-panel input::-moz-placeholder {
    color: #000000;
    opacity: 1;
}

.filter-panel input::-webkit-input-placeholder {
    color: #000000;
    opacity: 1;
}

.filter-panel input:-ms-input-placeholder {
    color: #000000;
    opacity: 1;
}

select.sidebar-field {
    background-image: url(../images/down-arrw.png);
    background-repeat: no-repeat;
    background-position: 95% center;
    background-size: 20px;
    width: 100%;
    display: block;
    border: 0;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

#datepicker.sidebar-field {
    background-image: url(../images/calendar-icn.png);
    background-size: 26px;
    background-position: 96% center;
    background-repeat: no-repeat;
}

.custom-chk {
    position: relative;
}

    .custom-chk label {
        margin: 0;
        font-size: 14px;
        font-weight: 300;
        color: #000;
        padding-left: 36px;
        cursor: pointer;
    }

    .custom-chk [type="checkbox"] {
        position: absolute;
        left: -9999px;
        opacity: 0;
    }

    .custom-chk label:before {
        background: #e3e3e3;
    }

    .custom-chk label:before, .custom-chk label::after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        margin-top: 0;
        width: 25px;
        height: 25px;
        text-align: center;
        color: #AAA;
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -ms-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear;
    }

    .custom-chk label:after {
        content: "\f00c";
        font-family: FontAwesome;
        color: #b61615;
        top: 3px;
        font-size: 20px;
        line-height: 1;
    }

    .custom-chk [type="checkbox"]:checked + label:after {
        opacity: 1;
        transform: scale(1);
    }

    .custom-chk [type="checkbox"]:not(:checked) + label:after {
        opacity: 0;
        transform: scale(0);
    }

.filterpanel-item {
    padding-bottom: 40px;
}

.range-slider {
}

.range-lable {
    color: #d61f26;
    margin: 0 0 9px;
    ;
    font-style: normal;
    font-size: 14px;
    font-weight: 300;
    display: block;
}

.range-left {
    float: left;
}

.range-right {
    float: right;
}

.range-slider .ui-widget.ui-widget-content {
    clear: both;
    display: block;
    box-shadow: none;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    background: #e3e3e3;
    border-radius: 0;
    border: 0;
    height: 5px;
    width: 100%;
    display: block;
    margin: 0;
}

.range-slider .ui-slider .ui-slider-handle {
    width: 20px;
    height: 20px;
    background: #fff;
    border: 4px solid #b61615;
    border-radius: 50%;
}

    .range-slider .ui-slider .ui-slider-handle:focus {
        outline: none;
    }

.range-slider .ui-slider .ui-slider-range {
    background: #b61615;
}

.range-slider .ui-slider-horizontal .ui-slider-handle {
    top: -7px;
}

.filterpanel-item #collapse2 {
    padding-bottom: 5px;
}

.checklist {
    padding: 10px 0 0;
    overflow-y: auto;
    overflow-x: hidden;
    /* width: 900px;*/
    background-color: white;
    /*   border: 4px #dfdfdf;
    border-style: solid;*/
    z-index: 999;
}

.multi-select {
}

    .multi-select span {
        display: block;
        color: #000000;
        display: block;
        font-size: 14px;
        margin-bottom: 14px;
    }

    .multi-select .fa-times {
        color: #b61615;
        display: inline-block;
        vertical-align: top;
        margin-right: 13px;
        font-size: 20px;
    }

.filter-tabs {
    display: none;
}

.filter-tab1 {
    display: block;
}

.filter-detail-col {
    min-height: 334px;
}

.filter-col {
    min-height: 334px;
}

.filter-detail-bg {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    min-height: inherit;
}

.filter-days {
    position: absolute;
    display: inline-block;
    left: 20px;
    top: 14px;
    background-color: rgba(54, 25, 25, .5);
    padding: 0 10px;
}

.filter-days-text {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 28px;
    color: #fff;
    font-weight: 700;
}

.filter-detail-bg:before {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 70%;
    content: "";
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000',GradientType=0 );
}


.filter-detail-bg .mapOverlay {
    width: 75px;
    bottom: 0px;
    position: absolute;
    margin-bottom: 0px;
}

.filter-bg-content {
    color: #fff;
    text-align: center;
    position: absolute;
    bottom: 23px;
    left: 0;
    right: 0;
    padding: 0 50px;
    z-index: 100;
}

    .filter-bg-content h5 {
        font-size: 24px;
        color: #fff;
    }

    .filter-bg-content h2 {
        font-size: 24px;
        color: #fff;
    }

    .filter-bg-content p {
        max-height: 90px;
        overflow: hidden;
        white-space: inherit;
    }

.filter-detail-bgcol {
    padding-right: 0;
}

.filter-col {
    background: #fff;
    border: 1px solid #e3e3e3;
    border-left: 0;
    /*   overflow: hidden;*/
}

.filter-list-content {
    padding: 14px 15px 27px;
    position: relative;
}

    .filter-list-content:after {
        display: table;
        content: "";
        clear: both;
    }

.filter-list-left {
    float: left;
    width: 60%;
    padding: 0 26px 0 0;
}

.filter-list-logo {
    vertical-align: middle;
}

    .filter-list-logo img {
        max-height: 45px;
    }

.filter-list-map {
    float: right;
}

.tour-map {
    color: #0080c9;
    margin-left: 47px;
    display: inline-block;
    vertical-align: middle;
}

    .tour-map:hover, .tour-map:focus {
        color: #000;
    }

    .tour-map img {
        display: inline-block;
        vertical-align: middle;
        margin-right: 11px;
    }

.filter-list-fetaures {
    display: block;
    clear: both;
    padding: 10px 0 0;
}

    .filter-list-fetaures ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

    .filter-list-fetaures li {
        font-size: 14px;
        padding-bottom: 2px;
    }

    .filter-list-fetaures label {
        font-weight: 300;
        font-style: normal;
        min-width: 97px;
        display: inline-block;
        vertical-align: middle;
        margin: 0;
        padding: 0 10px 0 0;
    }

.filter-list-left hr {
    margin: 16px 0 18px;
}

.filter-included span {
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    font-size: 13px;
    margin-right: 12px;
}

.filter-included ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block;
    vertical-align: middle;
}

.filter-included li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 12px;
}

.filter-list-right {
    width: 40%;
    float: right;
    text-align: center;
    padding: 0px;
}

.filght-price {
    display: block;
    margin-bottom: 10px;
    line-height: 1.5;
}

    .filght-price strong {
        font-size: 26px;
        font-family: 'Roboto Condensed', sans-serif;
        font-weight: 700;
    }

    .filght-price small {
        display: block;
        font-size: 13px;
    }

.flight-charge {
    display: block;
    font-size: 13px;
    margin-bottom: 18px;
    text-transform: uppercase;
}

.flight-discount {
    display: block;
    font-size: 13px;
    color: #fff;
    padding: 5px;
    background: #b61615;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.flight-btn {
    background: #cccccc;
    display: block;
    text-transform: uppercase;
    margin-bottom: 11px;
    padding: 8px 5px;
    white-space: normal;
}

    .flight-btn:hover {
        background: #626a6e;
    }

.flight-btn.selected {
    background: #626a6e;
}

.enquire-box .flight-btn:hover {
    font-size: 30px;
}

.flight-btn img {
    display: inline-block;
    vertical-align: middle;
    width: 28px;
    margin-right: 11px;
}

.flight-tour-btn {
    display: block;
    background: #0080c9;
    color: #fff;
    text-transform: uppercase;
    padding: 9px;
}

.filter-listing-item {
    padding-bottom: 29px;
    padding-right: 15px;
}

.filter-tag {
    background: #b61615;
    display: block;
    color: #fff;
    padding: 10px;
    text-transform: uppercase;
    position: absolute;
    font-size: 10px;
    text-align: center;
    padding: 36px 53px 9px;
    right: -81px;
    top: -11px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    line-height: 1.1;
}

    .filter-tag span {
        display: block;
    }

/*-- mob banner --*/
.mob-search {
    display: none;
}

.mob-search-bg {
    background: #fff;
    border: 5px solid #e3e3e3;
    padding: 5px 15px 10px;
}

.mob-search-link {
    display: block;
    height: 35px;
    background-image: url(../images/where-pin.png);
    background-position: 10px center;
    background-repeat: no-repeat;
    background-size: 14px;
    color: #626a6e;
    border-bottom: 1px solid #e3e3e3;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-size: 18px;
    padding-left: 35px;
    padding-top: 5px;
}

    .mob-search-link:hover, .mob-search-link:focus {
        color: #626a6e;
    }

.mob-search {
    max-width: 640px;
    margin: 0 auto;
    width: 100%;
}

/*-- --*/
.tour-tabs {
    display: none;
}

    .tour-tabs.active {
        display: block;
    }

section.tour-tab-sec {
    display: none;
}

.fix-search .search-form {
    animation: fadeIn 0.3s linear 0.3s;
    opacity: 0;
    animation-fill-mode: forwards;
}
/*-- --*/

/*SLIDER*/
.ngrs-range-slider, .ngrs-range-slider * {
    display: block;
    cursor: default;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}
    /* line 53, scss/_rangeSlider.scss */
    .ngrs-range-slider .ngrs-runner {
        position: relative;
        margin: 0 9px 0 0;
        height: 18px;
    }
    /* line 63, scss/_rangeSlider.scss */
    .ngrs-range-slider .ngrs-join {
        position: absolute;
        z-index: 1;
        top: 50%;
        left: 0;
        right: 100%;
        height: 5px;
        margin: -2px 0 0 0;
        background-color: #b61615;
    }
    /* line 81, scss/_rangeSlider.scss */
    .ngrs-range-slider .ngrs-handle {
        position: absolute;
        z-index: 2;
        width: 20px;
        height: 20px;
        background: #fff;
        border: 4px solid #b61615;
        border-radius: 50%;
    }

.sort-options {
    position: absolute;
    padding: 9px 15px 8px;
    border: 1px solid #e3e3e3;
    background: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #626a6e;
    cursor: pointer;
    z-index: 999;
}

/*Slick tidy up*/
.slickContainer {
    overflow: hidden;
}

.slickItem:nth-child(n+1) {
    display: none;
}

.slick-initialized,
.slickItem:first-child {
    display: block;
}

.slick-initialized,
.slickContainer {
    overflow: inherit;
}

.overview-col ul li ul {
    padding-left: 10px;
    margin-top: 10px;
}

.overview-col {
    margin-bottom: 20px;
}

    .overview-col ul li ul li {
        list-style: none;
    }

.tour-inline .overview-col {
    margin: 20px 0 0 0;
}

.link-row {
    background-color: #f3f2f2;
    padding: 20px;
    margin: 0px;
}

.link-row-link {
    display: block;
    border-bottom: 1px solid #e3e3e3;
    margin: 3px 10px;
    padding: 3px 15px;
}

.link-row a {
    padding: 7px 0px;
    color: #626a6e;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 22px;
    font-weight: 700;
}

.map-sec-links .link-row .cname {
    padding: 7px 0px;
    color: inherit;
    font-family: inherit;
    font-size: 16px;
    font-weight: inherit;
}



    .link-row a .tname {
        padding-right: 80px;
    }

    .link-row a .tcnt {
        font-family: 'Montserrat', sans-serif;
        float: right;
        font-weight: normal;
        font-size: 0.8em;
        position: absolute;
        right: 20px;
        bottom: 11px;
    }

.link-row-link a:hover {
    color: #b61615;
}

.bootCols {
    padding: 0px;
}

.operator-content-icon {
    height: 200px;
    padding: 20px;
    display: block;
    background-color: white;
    margin: 10px;
    text-align: center;
    vertical-align: middle;
    position: relative;
}

    .operator-content-icon img {
        width: 180px;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }

.operator-icon {
    float: left;
    margin: 25px 0 0;
}

    .operator-icon img {
        max-height: 100px;
    }

.operator-tel {
    float: right;
    margin: 5px 0 0;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 46px;
    color: #702283;
}

    .operator-tel a {
        color: #702283;
    }

.three-columns {
    -webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
}

.video {
    text-align: center;
    margin-top: 50px;
}

/*contact page*/
.contact-us {
    margin-top: 20px;
}

    .contact-us .row {
        background-color: #b61615;
    }

.contact-details {
    color: #fff !important;
    line-height: 0.9;
    padding-left: 15px;
}

    .contact-details h2 {
        color: #fff !important;
        margin-top: 25px;
        text-align: left;
    }

    .contact-details .email {
        display: block;
        background-image: url(/images/mail-icn.png);
        padding-left: 30px;
        padding-top: 5px;
        background-repeat: no-repeat;
        height: 23px;
    }

    .contact-details .address {
        display: block;
        background-image: url(/images/where-white.png);
        padding-left: 30px;
        padding-top: 5px;
        background-repeat: no-repeat;
        height: 23px;
    }

    .contact-details .phone {
        display: block;
        background-image: url(/images/phone-white.png);
        padding-left: 30px;
        padding-top: 5px;
        background-repeat: no-repeat;
        height: 23px;
    }

        .contact-details .phone a {
            color: #fff;
        }

    .contact-details .add {
        display: block;
        background-image: url(/images/where-white.png);
        padding-left: 30px;
        padding-top: 5px;
        background-repeat: no-repeat;
        height: 150px;
    }

    .contact-details .note {
        display: block;
        font-style: italic;
        padding-right: 30px;
        line-height: 1em;
    }

.map {
    border: 0;
    position: relative;
    top: 4px;
    right: 32px;
}

.contact-form .tour-tabs {
    display: block;
}

.contact-form .tour-tabs {
    display: block;
}

    .contact-form .tour-tabs a {
        color: #626a6e;
        font-weight: bold;
    }

    .contact-form .tour-tabs .active a {
        color: #b61615;
    }

.contact-form .tourtab-heading > ul > li > a:before {
    background: #b61615;
}

/*New hound banners*/
.home-hound-background {
    background-image: url('/images/backgrounds/Homepage-Desktop-Hound.jpg');
}

.home-banner-content h1 {
    font-size: 35px;
}

.home-banner-content .hound h1 {
    margin-left: 45%;
    text-align: left;
}

.home-banner-content .hound span {
    margin-top: 10px;
}

.home-banner-content .scs {
    margin-top: 100px;
}

.home-banner-content .search {
    margin-top: 200px;
}

.home-banner-content .search {
    margin-top: 250px;
}

/*sales promotion*/
.header-sec .sales-promotion {
    background-color: #fff;
    text-align: center;
    padding: 5px 50px;
}


    .header-sec .sales-promotion a {
        color: #b61615;
        text-transform: uppercase;
        font-family: 'Roboto Condensed', sans-serif;
        font-weight: 500;
    }

        .header-sec .sales-promotion a span {
            font-weight: 900;
        }

.promotion-terms .tl {
    width: 5%;
    float: left;
}

.promotion-terms .tr {
    display: inline-block;
    width: 90%;
    margin-bottom: 20px;
}

.enquire-box .sales-promotion {
    background-color: #fff;
    text-align: center;
    border: solid #b61615 1px;
}

    .enquire-box .sales-promotion a {
        color: #b61615;
        text-transform: uppercase;
        font-family: 'Roboto Condensed', sans-serif;
        font-weight: 500;
    }

        .enquire-box .sales-promotion a span {
            font-weight: 900;
        }

/*blog*/
.blog img {
    margin-top: 20px;
}

.blog a img {
    margin-top: 0px;
}

.blog h2 {
    text-align: left;
    margin-top: 40px;
    font-size: 35px;
    color: #626a6e;
}

.blog p a {
    text-decoration: underline;
    color: #337ab7;
}

departuresTable {
    width: 100%
}

.departuresTable td {
    padding: 2px 15px;
    font-size: 12px;
}

    .departuresTable td:nth-child(1) {
        width: auto;
    }

    .departuresTable td:nth-child(2) {
        width: auto;
    }


    .departuresTable td:nth-child(3) {
        width: auto;
    }

    .departuresTable td:nth-child(4) {
        width: auto;
    }

/*OFFER*/

.corner-offer-new {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #b61615;
    color: #fff;
    font-weight: bold;
    padding: 5px 10px;
}

    .corner-offer-new .offer-Label-new {
        margin: 0px;
    }

    .corner-offer-new:hover {
        background-color: transparent;
        color: transparent;
        cursor: help;
    }

    .corner-offer-new .offer-details-new {
        float: right;
        position: relative;
        width: 300px;
        height: auto;
        color: #b61615;
        background: #fff;
        padding: 12px;
        text-align: center;
        z-index: 1;
        margin-top: -10px;
        border: solid 4px #b61615;
        border-radius: 10px;
        font-weight: bold;
    }

        .corner-offer-new .offer-details-new a {
            margin-top: 50px;
        }

.corner-offer {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 45px 45px 0;
    border-color: transparent #b61615 transparent transparent;
    /* position: absolute;*/
    right: 0;
    top: 0;
    cursor: help;
    float: right;
}

    .corner-offer .offer-Label {
        text-align: center;
        top: 7px;
        left: 8px;
        position: relative;
        width: 45px;
        color: #fff;
        font-weight: bold;
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        font-size: 12px;
    }

.offer-details {
    float: right;
    position: relative;
    width: 300px;
    height: auto;
    color: #b61615;
    background: #fff;
    padding: 12px;
    text-align: center;
    z-index: 99;
    margin-top: -10px;
    margin-right: -20px;
    border: solid 4px #b61615;
    border-radius: 10px;
    font-weight: bold;
}

    .offer-details a {
        margin-top: 50px;
    }

.showMore.horizontalTab {
    display: block;
    width: 100%;
    margin: 0px;
}

    .showMore.horizontalTab .resp-tabs-list {
        margin: 10px 20px 0px;
        display: block;
    }

        .showMore.horizontalTab .resp-tabs-list li span {
            color: #b61615;
            font-size: 16px;
        }

.showMore__message h6 {
    padding: 17px 15px;
    display: inline-block;
    color: #626a6e;
    min-height: 45px;
    width: 100%;
    line-height: 1.5;
}

.was-price {
    font-size: 0.8em;
    padding: 2px;
    background-color: transparent;
    background-image: repeating-linear-gradient(163deg, transparent 0%, transparent 45%, #b61615 50%, transparent 55%, transparent 100%);
}

.compare-mini-table {
    text-align: left;
}

    .compare-mini-table tbody {
        border: none;
    }

    .compare-mini-table td {
        padding: 0px;
    }

.more-expand .compare-mini-table {
    margin-left: 20px;
    font-size: 12px;
}

.more-expand .filter-list-fetaures .compare-mini-table {
    margin-left: 0px;
}

.compare-mini-table tr td:first-child {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    font-weight: bold;
    padding-right: 10px;
    vertical-align: top;
    white-space: nowrap;
}

.more-expand .compare-mini-table tr td:first-child {
    font-size: 12px;
    width: auto;
    font-family: 'Montserrat', sans-serif;
    vertical-align: top;
}

.compare-mini-table tr td:nth-child(2) {
    width: auto;
}

/* Booking Click Popup*/
.bookingClick {
    cursor: pointer;
}

.booking-click-sec {
    text-align: center;
    font-weight: bold;
    line-height: 1.1;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px;
}

    .booking-click-sec .head {
        color: #b61615;
    }

    .booking-click-sec img {
        max-height: 75px;
        display: block;
        margin: auto;
        margin-top: 10px;
        margin-bottom: 0px
    }

    .booking-click-sec .signUp {
        margin: 15px 25px 15px;
        padding: 25px;
        border: 1px solid #626a6e;
    }

    .booking-click-sec .email-heading {
        color: #626a6e;
        font-size: 16px;
        display: inline-block;
        vertical-align: middle;
    }

        .booking-click-sec .email-heading span {
            display: inline-block;
            width: 90%;
        }

    .booking-click-sec .tag-icn {
        display: inline-block;
        vertical-align: top;
    }

    .booking-click-sec div {
        margin-bottom: 10px;
    }

    .booking-click-sec .email-buttons {
        margin-bottom: 0px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 20px;
    }

        .booking-click-sec .email-buttons input[type="submit"] {
            margin-right: 2rem;
        }

.booking-click-sec .email-field {
    background: #f5f5f5;
    color: #000;
    height: 45px;
    width: 100%;
    display: block;
    padding: 0 20px;
    font-size: 14px;
    font-family: 'Montserrat',sans-serif;
    font-weight: 300;
    border-radius: 0;
    border: 0;
}

    .booking-click-sec .book-btn {
        display: inline-block;
    }

    .booking-click-sec a {
        font-weight: bold;
        text-decoration: underline;
        color: #626a6e;
        text-transform: uppercase;
        font-size: 12px;
        cursor: pointer;
    }

        .booking-click-sec a:hover {
            color: #b61615;
        }

    .booking-click-sec.click-out-email-capture .modal-header {
        padding: 15px 15px 0 0;
        border-bottom: none;
        margin-bottom: 0;
    }

    .booking-click-sec.click-out-email-capture .modal-body {
        padding: 0 15px;
    }

    .booking-click-sec.click-out-email-capture .signUp {
        margin: 15px 0;
    }

    .booking-click-sec.click-out-email-capture .head img {
        max-height: 50px;
        margin-top: 0;
    }

    .booking-click-sec.click-out-email-capture .operator-icon-grid img {
        display: inline;
        margin: 5px;
        height: 25px;
    }

    .booking-click-sec.click-out-email-capture p.tag-line {
        color: #b61615;
        margin: 20px 0 0 0;
    }

    .booking-click-sec.click-out-email-capture p.footer {
        font-size: 0.9em;
        margin: 15px 0;
    }

.avatar {
    width: 25px;
    height: 25px;
    border-radius: 12px;
    margin: 0 12px 0 0;
}

.avatar-large {
    width: 80px;
    height: 80px;
    border-radius: 40px;
    margin: 0;
}

.search-message .cashbackGreen {
    background-color: #90c790;
    color: #fff;
    text-shadow: 1px 1px #000
}

    .search-message .cashbackGreen a {
        color: #fff;
    }

.member-rebate-sec {
    padding: 50px 20px;
    background-color: #f3f2f2;
}

    .member-rebate-sec .member-rebate-info__icon {
        font-size: 2em;
        margin-bottom: 0.2em;
    }

    .member-rebate-sec .member-rebate-info__comment-icon {
    }

    .member-rebate-sec .member-rebate-info__envelope-icon {
    }

    .member-rebate-sec .member-rebate-info__money-icon {
    }

.member-benefit-sec {
    padding: 50px 20px;
    background-color: #f3f2f2;
}

    .member-benefit-sec .member-benefit-info__tick-icon {
        font-size: 3rem;
    }

    .member-benefit-sec .member-benefit-info__tick-icon--primary {
        color: #b61615;
    }

.member-benefit-info__signup {
    margin-top: 3rem;
}

.filter-listing-item .showMore__message h6 {
    padding: 5px;
    min-height: unset;
    font-size: 13px;
    margin-bottom: 0px;
}

.showMore__message h6 span {
    /*color: #90c790;*/
    color: #b61615;
}

#visit-form-sec .filterpanel-item {
    padding-bottom: 0px;
    display: inline
}

#visit-form-sec .filterpanel-heading {
    padding-bottom: 0px;
    display: inherit;
}

    #visit-form-sec .filterpanel-heading h6 {
        font-size: 15px;
    }

#visit-form-sec .filterpanel-item .accordion_expand:before {
    display: none;
}

#visit-form-sec .accordion_expand {
    display: inline;
}

#visit-form-sec .showMore__message h6 {
    display: inline;
}

#visit-form-sec .showMore__message {
    margin: 17px 15px;
}

.title-inner-info strong {
    display: block;
}

.filter-listing ul {
    list-style: none;
    margin-left: 0px;
}

.rang-slider-sec {
    padding: 23px 21px 0;
}

    .rang-slider-sec .caption strong + strong {
        margin: 0px 1px 0 3px;
        padding-bottom: 8px;
    }

    .rang-slider-sec .caption p {
        display: inline-block;
        vertical-align: middle;
        margin: 0;
        font-weight: 600;
        margin-left: 4px;
        line-height: 1;
    }

.slider-labels {
    margin-top: 32px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 0;
}

.rang-slider-sec .caption {
    display: inline-block;
    font-size: 16px;
    vertical-align: middle;
}

    .rang-slider-sec .caption:nth-child(2) {
        margin-left: auto;
    }

    .rang-slider-sec .caption strong {
        font-weight: 400;
        text-transform: uppercase;
        line-height: 1;
        display: inline-block;
        vertical-align: middle;
    }

    .rang-slider-sec .caption span {
        font-weight: 600;
        display: inline-block;
        vertical-align: middle;
        margin-left: 7px;
        line-height: 1;
    }

.noUi-target, .noUi-target * {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.noUi-target {
    position: relative;
    direction: ltr;
}

.noUi-base {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1; /* Fix 401 */
}

.noUi-origin {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
}

.noUi-handle {
    position: relative;
    z-index: 1;
}

.noUi-stacking .noUi-handle {
    z-index: 10;
}

.noUi-state-tap .noUi-origin {
    -webkit-transition: left 0.3s,top .3s;
    transition: left 0.3s,top .3s;
}

.noUi-state-drag * {
    cursor: inherit !important;
}

.noUi-base, .noUi-handle {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.noUi-horizontal {
    height: 6px;
}

    .noUi-horizontal .noUi-handle {
        width: 16px;
        height: 16px;
        border-radius: 50%;
        left: -7px;
        top: -9px;
        background-color: #fff;
        border: 4px solid #b61615;
    }

.noUi-background {
    background: #d9d9d9;
}

.noUi-connect {
    background: #b61615;
    -webkit-transition: background 450ms;
    transition: background 450ms;
}

.noUi-origin {
    border-radius: 2px;
}

.noUi-target {
    border-radius: 4px;
}

.noUi-draggable {
    cursor: w-resize;
}

.noUi-vertical .noUi-draggable {
    cursor: n-resize;
}

.noUi-handle {
    cursor: default;
    -webkit-box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
    box-sizing: content-box !important;
}

    .noUi-handle:active {
        border: 8px solid #3a23af;
        border: 8px solid rgba(53,93,187,0.38);
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        left: -14px;
        top: -14px;
    }

[disabled].noUi-connect, [disabled] .noUi-connect {
    background: #B8B8B8;
}

[disabled].noUi-origin, [disabled] .noUi-handle {
    cursor: not-allowed;
}

/*Slider overrides*/
.noUi-tooltip {
    font-size: 12px;
    white-space: pre;
}

.noUi-base {
    height: 6px;
}

    .noUi-base .noui-handle {
        width: 20px;
        height: auto;
    }

.noUi-handle:after, .noUi-handle:before {
    display: none;
}

.priceSlider .noUi-horizontal .noUi-handle-upper .noUi-tooltip {
    left: -30px;
}

.durationSlider .noUi-horizontal .noUi-handle-upper .noUi-tooltip {
    left: -60px;
}

.disableLinks {
    cursor: not-allowed;
    opacity: 0.5;
    pointer-events: none;
}

.redBackground {
    background-color: #b61615;
}

.showTop {
    display: initial;
}

#more {
    display: none;
}

[ng-cloak], .ng-cloak {
    display: none !important;
}

megamenu .navbar-default .navbar-nav > li > a {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    color: #fff;
    font-size: 22px;
    text-transform: uppercase;
    text-transform: capitalize;
    padding: 0 5px 5px;
}

/* sign up banner */
#sign-up-wrapper {
    margin-bottom: 20px;
}

    #sign-up-wrapper .container {
        width: 100%;
    }

    #sign-up-wrapper #main-message {
        border: 2px solid #b61615;
        background-color: bisque;
        padding: 20px;
    }

        #sign-up-wrapper #main-message h1 {
            margin: 20px 0px;
            background-color: #b61615;
            color: #ffffff;
        }

        #sign-up-wrapper #main-message input {
            margin-bottom: 20px;
            width: 75%;
            border-color: #b61615;
            padding: 10px;
            text-align: center;
            display: inline-block;
            background: #fff;
            height: 44px;
        }

            #sign-up-wrapper #main-message input::placeholder {
                font-size: 11px;
            }

    #sign-up-wrapper .container:nth-child(2) {
        margin-top: 20px;
        background: #b61615;
    }

    #sign-up-wrapper #view-tour {
    }

        #sign-up-wrapper #view-tour h4 {
            margin: 15px 0px 10px 0px;
            color: #ffffff;
        }

        #sign-up-wrapper #view-tour p {
            color: #ffffff;
        }

.no-mobile {
    display: none;
}

.modal-content {
    width: fit-content;
    border: solid 1px #3a23af;
    border-radius: 5px;
}

.modal-dialog {
    width: fit-content;
}

.btn-inverted {
    color: #b61615;
    background-color: #fff;
    border-color: #b61615;
    border: solid;
}

.dd-select {
    margin: auto;
}

.dd-container {
    margin: auto;
}

.video-container {
}

    .video-container iframe {
        width: 100%;
        aspect-ratio: 16/9;
    }


#anchor-section .container {
    /*  position: sticky;
    top: 129px;
    z-index: 99999999;*/
    background-color: #f8f8f8;
}

button.close {
    font-size: 30px;
    padding-right: 5px;
}