﻿:root {
    --color-text-1: #000000;
    --color-text-2: #000000;
    --color-text-3: #000000;
    --color-heading-1: #00cccc;
    --color-heading-2: #00cccc;
    --color-heading-3: #00cccc;
    --font-family-1: 'Open Sans', sans-serif;
    --font-family-2: Helvetica,Arial, sans-serif;
    --font-family-3: 'Open Sans', sans-serif;
    --font-family-4: 'Open Sans', sans-serif;
    --font-family-4: 'Open Sans', sans-serif;
    --font-size-1: 16px;
    --font-size-2: 10px;
    --font-size-3: 20px;
    --search-button-background-colour: #1B8AA2;
}


.TP_AttributeLabel {
    font-weight: bold;
    width: 140px;
}

.WeekSpecialHeading {
    color: #ff6a00 !important;
    cursor: pointer;
    text-decoration: none;
    font-size: 14pt;
    font-weight: bold;
}

.TourDetails_actionButtons {
    width: 150px !important;
     /*margin-top: 3px;*/
}

.LargeSearchBox {
    width: -webkit-calc(100% - 90px) !important;
    width: -moz-calc(100% - 90px) !important;
    width: calc(100% - 90px) !important;
    float: left;
}

.LargeSearchBoxButton, LargeSearchBoxButton:hover {
    width: 80px !important;
    float: right;
    background-color: var(--search-button-background-colour)!important;
    color: white !important;
    text-decoration: none !important;
}

.navbar-collapse {
    background: #f8f9fa !important;
}

html, body {
    font-family: var(--font-family-1) !important;
    font-size: var(--font-size-1) !important;    
    color: var(--color-text-1) !important;
}

h1 {
    font-family: var(--font-family-1)
}

h2 {
    font-family: var(--font-family-2) !important;
    color: var(--color-heading-2) !important;
    margin-bottom: .0rem !important;
    margin-top: 18px !important;
    font-weight: 700 !important;
}
h3 {
    font-family: var(--font-family-1);
}
h4 {
    font-family: var(--font-family-2);
    color: var(--color-heading-2) !important;
    margin-bottom: .0rem !important;
    margin-top: 18px !important;
    font-weight: 700 !important;
}
h5 {
    font-family: var(--font-family-1);
}
h6 {
    font-family: var(--font-family-1);
}
.CustomerQueryHeading {
    font-size: 14pt;
}

.CustomerQueryContactDetails {
    float: left;
    width: 150px;
}

.CustomerQueryBorder {
    border: 1px solid black;
    padding: 10px 10px;
}

.New-Tour-Heading {
    background-color: #5b1e98 !important;
}

.HomePagePanel {
    background-image: url('https://jaimages.azureedge.net/images/backgroup_touratlas_01.jpg');
    height: 500px;
    background-position-x: 50%;
    background-position-y: 0%;
}

.mainpagesearchbox {
    margin-top: 50px;
    background: rgb(34,34,34); /* for IE */
    background: rgba(34,34,34,0.60);
    border-radius: 5px;
    padding: 20px;
}

.Main_Heading_white {
    color: white;
    font-size: 32pt;
    margin-top: 5px;
}

@media (max-width: 767px) {
    .Main_Heading_white {
        color: white;
        font-size: 24pt;
        margin-top: 5px;
    }
}

.Main_Heading {
    color: #57bc90;
    font-size: 32pt;
    margin-top: 5px;
}

.Main_SubHeading {
    color: #36454F;
    font-size: 14pt;
    margin-top: 10px;
}

.Subscription_Heading {
    color: #57bc90;
    font-size: 24pt;
}

.join-header {
    background-color: var(--color-2);
}


.Subscription_SubHeading {
    color: #36454F;
    font-size: 18pt;
    font-weight: bold;
}

.Subscription_Text {
    font-size: 14pt;
    margin-left: 10px;
}

.Subscription_QAText {
    font-size: 12pt;
}

.Subscription_Text_Preferred {
    font-size: 14pt;
    margin-left: 10px;
    margin-bottom: 5px;
}

.Subscription_FreeTrial {
    font-weight: 600;
    padding: 2px 21px 2px 21px;
    color: #003b51;
    border: 1px solid #e4e4e4;
    display: inline-block;
    border-radius: 15px;
    background-color: white;
    position: relative;
    bottom: -13px;
}

.btn-success-invered {
    background-color: white !important;
    color: #57bc90 !important;
    border-color: #398439 !important;
}

.bold {
    font-weight: 700 !important;
}

.btn-success-invered:hover {
    background-color: #57bc90 !important;
    border-color: #398439 !important;
}

.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 20px;
}

.ml10 {
    margin-left: 10px;
}

.mt10 {
    margin-top: 10px;
}

.ml5 {
    margin-left: 5px;
}

.ml20 {
    margin-left: 20px;
}

.mr5 {
    margin-right: 5px;
}

.Logo {
    font-family: 'Cinzel Decorative', cursive;
    /*font-family: 'Tangerine', sans-serif;*/
    font-size: 120pt;
    font-weight: 400;
    color: green;
}

.bodymargin {
    margin-left: 10px;
    margin-right: 10px;
}

.vertical-offset-100 {
    padding-top: 100px;
}

.vertical-offset-50 {
    padding-top: 50px;
}

.vertical-offset-10 {
    padding-top: 10px;
}

.SupplierUpdateItem:focus,
.SupplierUpdateItem:hover {
    color: #fff !important;
    background-color: #ff6a00 !important;
}
.SupplierUpdateItem {
    color: #ff6a00 !important;
}

.SupplierDirectoryItem:focus,
.SupplierDirectoryItem:hover {
    color: #fff !important;
    background-color: #00cccc !important;
}

.SupplierDirectoryItem {
    color: #00cccc !important;
}





.CompareMenuItem:focus,
.CompareMenuItem:hover {
    color: #fff !important;
    background-color: #337ab7 !important;
}

.CompareMenuItem {
    color: #337ab7 !important;
}

.CompareMenuItemLi {
    color: #fff !important;
    background-color: #337ab7 !important;
}

    .CompareMenuItemLi a {
        color: #fff !important;
        background-color: #337ab7 !important;
    }

.JourneyPlannerMenuItem:hover {
    color: #fff !important;
    background-color: #70a289 !important;
}

.JourneyPlannerMenuItem {
    color: #57bc90 !important;
}

.JourneyPlannerMenuItemli {
    color: #fff !important;
    background-color: #57bc90 !important;
}

    .JourneyPlannerMenuItemli a {
        color: #fff !important;
        background-color: #57bc90 !important;
    }

.HelpMenuItem:hover {
    color: #fff !important;
    background-color: #57bc90 !important;
}

.HelpMenuItem {
    color: #57bc90 !important;
}

.LogoffMenuItem:hover {
    color: #fff !important;
    background-color: #d2322d !important;
}

.LogoffMenuItem {
    color: #d2322d !important;
}

.YourAccountMenuItem:hover {
    color: #fff !important;
    background-color: #39b3d7 !important;
}

.YourAccountMenuItem {
    color: #39b3d7 !important;
}

.DashboardMenuItem:hover {
    color: #fff !important;
    background-color: #57bc90 !important;
}

.DashboardMenuItem {
    color: darkblue !important;
}



.navbar-jouneyatlas .open > .dropdown-menu {
    display: block;
    background-color: #f8f8f8;
}

.navbar-jouneyatlas {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
    font-size: 14px !important;
    height: 80px;
}

    .navbar-jouneyatlas .navbar-brand {
        color: #777777;
    }

        .navbar-jouneyatlas .navbar-brand:hover,
        .navbar-jouneyatlas .navbar-brand:focus {
            color: #5e5e5e;
            background-color: transparent;
        }

    .navbar-jouneyatlas .navbar-text {
        color: #777777;
    }

    .navbar-jouneyatlas .navbar-nav > li > a {
        color: #777777;
    }

        .navbar-jouneyatlas .navbar-nav > li > a:hover,
        .navbar-jouneyatlas .navbar-nav > li > a:focus {
            color: #7b8e8e;
            background-color: #f5eede;
        }


    .navbar-jouneyatlas .navbar-nav > .active > a,
    .navbar-jouneyatlas .navbar-nav > .active > a:hover,
    .navbar-jouneyatlas .navbar-nav > .active > a:focus {
        color: #555555;
        background-color: #e7e7e7;
    }

    .navbar-jouneyatlas .navbar-nav > .disabled > a,
    .navbar-jouneyatlas .navbar-nav > .disabled > a:hover,
    .navbar-jouneyatlas .navbar-nav > .disabled > a:focus {
        color: #cccccc;
        background-color: transparent;
    }

    .navbar-jouneyatlas .navbar-toggle {
        border-color: #dddddd;
    }

        .navbar-jouneyatlas .navbar-toggle:hover,
        .navbar-jouneyatlas .navbar-toggle:focus {
            background-color: #dddddd;
        }

        .navbar-jouneyatlas .navbar-toggle .icon-bar {
            background-color: #cccccc;
        }

    .navbar-jouneyatlas .navbar-collapse,
    .navbar-jouneyatlas .navbar-form {
        border-color: #e6e6e6;
    }

    .navbar-jouneyatlas .navbar-nav > .dropdown > a:hover .caret,
    .navbar-jouneyatlas .navbar-nav > .dropdown > a:focus .caret {
        border-top-color: #333333;
        border-bottom-color: #333333;
    }

    .navbar-jouneyatlas .navbar-nav > .open > a,
    .navbar-jouneyatlas .navbar-nav > .open > a:hover,
    .navbar-jouneyatlas .navbar-nav > .open > a:focus {
        color: #555555;
        background-color: #f5eede;
    }

        .navbar-jouneyatlas .navbar-nav > .open > a .caret,
        .navbar-jouneyatlas .navbar-nav > .open > a:hover .caret,
        .navbar-jouneyatlas .navbar-nav > .open > a:focus .caret {
            border-top-color: #555555;
            border-bottom-color: #555555;
        }

    .navbar-jouneyatlas .navbar-nav > .dropdown > a .caret {
        border-top-color: #777777;
        border-bottom-color: #777777;
    }

@media (max-width: 767px) {
    .navbar-jouneyatlas .navbar-nav .open .dropdown-menu > li > a {
        color: #777777;
    }

        .navbar-jouneyatlas .navbar-nav .open .dropdown-menu > li > a:hover,
        .navbar-jouneyatlas .navbar-nav .open .dropdown-menu > li > a:focus {
            color: #333333;
            background-color: transparent;
        }

    .navbar-jouneyatlas .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-jouneyatlas .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-jouneyatlas .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #555555;
        background-color: #e7e7e7;
    }

    .navbar-jouneyatlas .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-jouneyatlas .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .navbar-jouneyatlas .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #cccccc;
        background-color: transparent;
    }
}

.navbar-jouneyatlas .navbar-link {
    color: #777777;
}

    .navbar-jouneyatlas .navbar-link:hover {
        color: #333333;
    }







.WorldBack {
    background-color: #bfd0d9;
    background-image: url('bgimage.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.btn-success {
    background-color: #57bc90 !important;
}

.versionnumber {
    font-size: 8pt;
}

/* Search Area */
.AdvancedSearchArea {
    padding-left: 10px;
    background-color: #fafafa;
}

.SearchArea {
    min-height: 50px;
    padding-top: 8px;
    /*padding-left:10px;*/
    background-color: #fafafa;
}

.SearchAreaMenuItem {
    float: right;
    padding-top: 8px;
    padding-right: 20px;
}

/*.SearchAreaTextBox {
    
}
    */

.SearchAreaSearchButton {
    top: 0px !important;
    cursor: pointer;
    background-color: #337ab7 !important;
    color: white !important;
    border-color: #337ab7 !important;
}

.SearchAreaResults {
    min-height: 200px;
}

.borders {
    border: 1px solid black;
}

.resultsnavnolink {
    margin-right: 10px;
    float: left;
    color: lightgray;
    padding-top: 10px;
}

.resultsnav {
    margin-right: 5px;
    cursor: pointer;
    float: left;
    color: #4285f4;
    padding-top: 10px;
}

    .resultsnav:hover {
        text-decoration: underline;
    }

.resultsnavPrevious {
    width: 58px;
    float: left;
    margin-right: 5px;
}

.resultsnavcurrent {
    margin-right: 5px;
    float: left;
    border: 1px solid blue;
}

.resultstitle {
    color: #57bc90;
}

.main_text {
    font-size: 16pt;
}
/*//#337ab7*/
.main_atl_colour_1 {
    /*background-color: rgba(38, 115, 77, 0.85);*/
    background-color: white;
    color: #f5eede;
}

.Main_Section_TA_Title {
    font-size: 28pt;
    margin-bottom: 10px;
    color: #57bc90;
}

.Main_Section_TA_Header {
    font-size: 20pt;
    margin-bottom: 10px;
    color: #57bc90;
}

.Main_Section_TA_SubHeading {
    font-size: 14pt;
    margin-bottom: 10px;
    /*color: #57bc90;*/
}

.Main_OP_Section_colour {
    background-color: white;
    color: #1b334b;
}

.Main_Section_OP_SubHeading {
    font-size: 14pt;
    margin-bottom: 10px;
    /*color: #337ab7;*/
}

.Main_Section_OP_Title {
    font-size: 28pt;
    /*margin-bottom: 10px;*/
    color: #337ab7;
}

.Main_Section_OP_Header {
    font-size: 20pt;
    margin-bottom: 10px;
    color: #337ab7;
}




.Main_Contact_Section_colour {
    background-color: #f5eede;
    color: #1b334b;
}

.Main_Footer_Section_colour {
    background-color: #f8f8f8;
    color: #1b334b;
}

@media screen and (min-width: 768px) {
    .modal-dialog {
        width: 70%; /* New width for default modal */
    }
}


.Legend_SubHeading {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    margin-top: -10px;
    font-size: 18px;
    line-height: inherit;
    color: #333;
}

.CompareHightlight {
    font-weight: bold;
}

.CompareTable {
    min-height: 100px;
    margin-left: 20px;
}

.CompareCell {
    width: 400px;
    min-height: 100px;
    margin-right: 10px;
}

.CompareLineSeperator {
    border-bottom: solid 1px #428bca;
}

.Mail_Heading {
    color: #57bc90;
    font-size: 38pt;
    margin-top: 25px;
}

.Mail_SubHeading {
    color: #36454F;
    font-size: 16pt;
    margin-bottom: 26px;
}

.Mail_Text {
    font-size: 12pt;
}

.Mail_Header {
    color: #7b8e8e;
    /*//background-color: #9bd3d3;*/
}

.SearchResultsTiming {
    color: gray;
}

.brandspecials {
    width: 100%
}

    .brandspecials .brandname {
        font-weight: bold;
        color: #5b1e98;
    }

@media (min-width: 576px) {
    .brandspecials {
        width: 90%
    }
}


@media screen and (min-height: 400px) {
    .SearchContainerNoAds {
        margin-top: 20px;
    }

    .SearchContainerNoAdsImage {
        height: 0px;
    }
}

@media screen and (min-height: 700px) {
    .SearchContainerNoAds {
        margin-top: 100px;
    }

    .SearchContainerNoAdsImage {
        height: 100px;
        background-image: url(../Content/logo_small.png);
        background-repeat: no-repeat;
        background-position: center;
        margin-bottom: 20px;
    }
}

@media screen and (min-height: 900px) {
    .SearchContainerNoAds {
        margin-top: 180px;
    }

    .SearchContainerNoAdsImage {
        height: 100px;
        background-image: url(../Content/logo_small.png);
        background-repeat: no-repeat;
        background-position: center;
        margin-bottom: 20px;
    }
}

.ShowTourHeaderText {
    color: #57bc90;
    font-size: 18px;
    font-weight: bold;
}

.InclusionsHeader {
    margin-top: 10px;
    color: #57bc90;
    font-size: 18px;
    font-weight: bold;
}

.monthActive {
    background-color: #5cb85c;
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

.monthNonActive {
    background-color: lightgray;
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

/*This datalist stop remove thead hor scrollbars when using row*/
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    min-height: 0px !important;
}

.comparediff {
    background-color: rgba(38, 115, 77, 0.20) !important;
}


.btn-review {
    color: #ffffff;
    background-color: #1afa1a;
    border-color: #83fa1a;
}
/*.btn-review:hover,
    .btn-review:focus,
    .btn-review:active,
    .btn-review.active {
        color: #ffffff!important;
        background-color: #1afa1a!important;
        border-color: #83fa1a!important;
    }*/
/*    .btn:hover {
        color: black !important;
    }*/

.btn-xs:hover {
    color: #ffffff !important;
}

.flipboxesTO {
    border: solid 1px #1b334b;
    border-radius: 25px;
    padding: 20px;
    height: 300px !important;
}

.flipboxesTA {
    border: solid 1px #57bc90;
    border-radius: 25px;
    padding: 20px;
    height: 300px !important;
}

.flipboxesTOfront {
    margin-top: 70px;
}

.flipboxesTOback {
    background-color: #1b334b !important;
    color: white !important;
}



.flipboxesTAfront {
    margin-top: 70px;
}

.flipboxesTAback {
    background-color: #57bc90 !important;
    color: white !important;
}

.zoomClick {
    -ms-transform: scale(2.0);
    -moz-transform: scale(2.0);
    -webkit-transform: scale(2.0);
    -o-transform: scale(2.0);
    transform: scale(2.0);
    position: relative;
    z-index: 100;
    cursor: -webkit-zoom-out;
    cursor: -moz-zoom-out;
    cursor: zoom-out;
}

.zoom {
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.zoomauto {
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

    .zoomauto:hover,
    .zoomauto:active,
    .zoomauto:focus {
        /**adjust scale to desired size, 
add browser prefixes**/
        -ms-transform: scale(2.0);
        -moz-transform: scale(2.0);
        -webkit-transform: scale(2.0);
        -o-transform: scale(2.0);
        transform: scale(2.0);
        position: relative;
        z-index: 100;
    }

.activemenu {
    border-bottom: solid 3px blue;
}

.pricing_amount {
    font-size: 28pt;
}

.pricing_text {
    font-size: 10pt;
}

.pricing_text_include {
    font-size: 12pt;
    font-weight: bold;
    margin-top: 20px;
}

.pricing_text_full {
    font-size: 8pt;
}

.price_compare_cell {
    text-align: center;
}

.price_compare_cell_text {
    width: 300px;
    text-align: left;
}

.green {
    color: #57bc90 !important;
}

.verticalAd {
    height: 600px;
    width: 300px;
}

.PriceWatch {
    cursor: pointer !important;
    color: #3F681C !important;
    font-size: 1.53333333em !important;
    line-height: .75em !important;
    vertical-align: -15% !important;
}

.PriceSection {
    max-height: 300px;
    overflow-y: scroll;
}

.modal {
    overflow: auto !important;
}

.Door_01 {
    background: url('/Content/Door_01.png') no-repeat center center;
    background-size: contain;
}

#myBtn {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */

}
.HideSearchDetails {
    display: none; /* Hidden by default */
}

.search-results-ranking-container {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    column-gap: 5px;
    margin-bottom: 5px;
}
.search-results-panel-level-1 {
    position: relative;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.search-results-panel-level-2 {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}

.search-results-panel-level-2-a {
    display: none;
}

.search-results-panel-level-2-b {
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 10px;
}

.search-results-panel-level-2-c {
    /*min-width: 100%;*/
    margin-top: 30px;
    padding-left: 5px;
    padding-right: 5px;

}
.search-results-items-btn-container {
    margin-top: 30px;
}
@media (min-width: 992px) {
    .search-results-ranking-container {
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
        column-gap: 5px;
        margin-bottom: 5px;
    }
    .search-results-panel-level-2 {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
    }

    .search-results-panel-level-2-a {
        display: block;
        max-width: 300px;
        min-width: 300px;
        border-radius: .25rem;
        background-clip: border-box;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        min-height: 250px;
        margin-top: 5px;
        margin-right:10px;
    }

    .search-results-panel-level-2-c {
        /*min-width: 250px;*/
        /*height: 100%;*/
        margin-top: 5px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .search-results-items-btn-container {
        margin-top: 0px;
    }

}

.search-results-tour-heading {
    color: #57bc90;
    font-size:18px;
    font-weight:700;
}
.search-results-container-items {
    /*border:1px solid black;*/
    display:block; 
    min-width:20%;
    margin-top:5px;
    background-color:#f3f2f1ca;
    padding:10px;
}

.search-results-items-btn-showtour {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    display: block;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    text-decoration:none;
}

    .search-results-items-btn-showtour.focus, .search-results-items-btn-showtour:focus, .search-results-items-btn-showtour:hover {
        
        text-decoration: none;
        
        color: #fff;
        background-color: #31b0d5;
        border-color: #269abc;
    }

.search-results-items-btn-addcompare {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    display: block;
    margin-top: 10px;
    text-transform: uppercase;
    font-weight:700;
    font-size:16px;
    text-decoration:none;

}

    .search-results-items-btn-addcompare.focus, .search-results-items-btn-addcompare:focus, .search-results-items-btn-addcompare:hover {
        text-decoration: none;
        color: #fff;
        background-color: #286090;
        border-color: #204d74;
    }

.search-results-tour-type {
    text-transform: uppercase;
    color: #337ab7;
    background-color: white;
    border: 1px solid #0885b8;
    border-radius: 50em;
    margin-right: 0.5rem;
    display: inline-block;
    padding: 0.35em 0.65em;
    font-size: 11px;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    margin-top: 15px;
}
.search-results-tour-style {
    text-transform: uppercase;
    color: #337ab7;
    background-color: white;
    border: 1px solid #0885b8;
    border-radius: 50em;
    margin-right: 0.5rem;
    display: inline-block;
    padding: 0.35em 0.65em;
    font-size: 11px;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    margin-top: 15px;
}
.search-results-tour-theme {
    text-transform: uppercase;
    color: #337ab7;
    background-color: white;
    border: 1px solid #0885b8;
    border-radius: 50em;
    margin-right: 0.5rem;
    display: inline-block;
    padding: 0.35em 0.65em;
    font-size: 11px;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    margin-top: 15px;
}
.search-results-tour-features {
    text-transform: uppercase;
    color: #337ab7;
    background-color: white;
    border: 1px solid #0885b8;
    border-radius: 50em;
    margin-right: 0.5rem;
    display: inline-block;
    padding: 0.35em 0.65em;
    font-size: 8px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    margin-bottom: 5px;
}

.search-results-container-items-heading {
    width: 200px;
    font-weight: 700;
}
.search-results-container-items-from-price {
    font-size: 26px;
    color: #0885b8;
    font-weight: 700;
    text-align: center;
}
.search-results-container-items-from-price-label {
    text-align: center;
}
.search-results-container-items-from-price-twin-label {
    color: #5bc0de;
    cursor: pointer;
    font-size: smaller;
    text-align:center;
    
}

.display-itinerary-heading {
    cursor: pointer;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    color: var(--color-heading-2) !important;
}
.display-itinerary-title {
    font-size: 16px;
    font-family: var(--font-family-2) !important;
    color: var(--color-heading-2) !important;
    font-weight: 700 !important;

}
.display-itinerary-item {
    margin-top:10px;
}

.display-tour-pills {
    cursor:pointer;
    font-size: 11px;
    font-weight:400;
}
.display-tour-map {
    height: 320px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    border-radius: .25rem;
    background-clip: border-box;
    background-size: cover;
    margin-top:15px;
    display: block;
 
}
.display-departure-item {
    font-size:13px;
    white-space:nowrap;
}
@media screen and (min-width: 992px) {
    .display-departure-item {
        font-size: 16px;
        white-space: nowrap;
    }
}
.site-brand-hero-image-vbdm-container {
    width:100%;
    height:300px;

}
    .site-brand-hero-image-vbdm-container img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        border: 1px black solid;
        border-radius: .25rem;
        background-clip: border-box;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
.site-brand-logo-image {
    width: 200px;
    height: 200px;
    border: 1px black solid;
    border-radius: .25rem;
}

    