/* ==========================================================================
   Gen
   ========================================================================== */


/*
    Font stack
    font-family: 'Raleway', sans-serif;
    font-family: 'Roboto', sans-serif;
*/

html {
    font-size: 16px;
    /* background-color: #333333; */
}



@media(min-width: 769px) {
    body.home {
        background-color: #333333;
    }
}

.activity-detail h1 {
    font-size: 20px;
    margin-top: 0px;
    margin-bottom: 15px;
    font-weight: normal;
}

.activity-detail h2 {
    font-size: 18px;
    font-weight: bold;
}

.activity-detail h3 {
    font-size: 16px;
    font-weight: bold;
}

.activity-detail h4 {
    font-size: 14px;
    font-weight: bold;
    color: #666666;
}

body {
    font-family: 'Raleway', sans-serif;
    position: relative;
    overflow-x: hidden;
    height: 100%;
    background-color: #f0f0f0;
}

@media (max-width: 768px) {
    #map-canvas {
        height: 400px;
    }
}

@media (min-width: 769px) {
    #map-canvas {
        min-height: 70vh;
        height: 670px;
    }
}

#map-canvas {
    border: 1px solid lightgray;
    background-color: #f0f0f0;
}

body .map-image img {
    max-width: 200px !important;
}

/* ==========================================================================
   map
   ========================================================================== */

.map-controls {
    background-color: transparent;
    position: absolute;
    left: 10px;
    bottom: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}


.map-controls a {
    margin-right: 10px;
    box-sizing: border-box;
    text-decoration: none;
    color: white;
    line-height: auto;
    padding: 10px 15px;
    box-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 4px -1px;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
    background-color: #20a054;
}

/* ==========================================================================
   Sidebar tours: Visitors Also Booked
   ========================================================================== */

.sidebar-tour {
    margin-top: 40px;
    padding: 10px;
    background-color: #ffffff;
    border-right: 1px solid #acacac;
    border-bottom: 1px solid #acacac;
}

.sidebar-tour h4 {
    color: #4ca5c6;
    text-align: center;
}

.sidebar-tour-signle {
    margin-bottom: 10px;
    position: relative;
    border-bottom: 5px solid #4ca5c6;
}

.sidebar-tour-signle h4 {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1.5px;
    text-decoration: none;
    color: #4ca5c6;
    padding: 20px 10px 10px 10px;
}

.sidebar-tour-signle p {
    font-size: 14px;
    margin: 0px;
    padding: 10px;
    padding-top: 0;
    height: 100%;
}

.sidebar-tour-signle div.view-btn {
    position: absolute;
    bottom: 20px;
    left: 10px;
    letter-spacing: 2px;
    background-color: #4ca5c6;
    padding: 8px 15px;
    color: white;
}

.sidebar-tour-signle a:hover {
    color: white;
}


/* ==========================================================================
   Sidebar tours: Visitors Also Booked
   ========================================================================== */

.sidebar-1 li.blog-side-heading {
    font-size: 18px;
}

.sidebar-1 ul.children {
    border-top: 1px solid #efefef;
    margin-top: 10px;
}

.sidebar-1 ul.children li {
    border-bottom: 1px solid #efefef;
    padding: 5px 0;
}

.sidebar-1 ul.children li a {
    font-size: 12px;
}


/* ==========================================================================
   Footer
   ========================================================================== */

.footer-container {
    background: #333333;
    width: 100%;
    color: #ffffff;
    padding: 10px;
    /* margin-top: 30px; */
    position: relative;
}

#footer {
    width: 100%;
}

footer {
    margin: 0 auto;
    width: 100%;
    color: #b2b2b2;
    font-size: 11px;
}

@media(min-width:768px) {
    footer {
        max-width: 720px;
    }
}

@media(min-width:992px) {
    footer {
        max-width: 940px;
    }
    .orange-btn-taxon a {
        color: #ffffff !important;
        font-size: 14px;
        font-weight: normal;
        background-color: #f05a24;
        padding: 7px 15px 7px;
        /* box-shadow: 0px 0px 10px #999999; */
        letter-spacing: 2px;
        text-decoration: none;
        float: right;
        cursor: pointer;
        bottom: 18px;
        right: 15px;
        position: absolute;
    }
    .activity-frame .view-btn {
        position: absolute;
        bottom: 25px;
        left: 20px;
        letter-spacing: 2px;
    }
}

@media(min-width:1200px) {
    footer {
        max-width: 1140px;
    }
}

footer h4 {
    font-size: 16px;
    color: #ffffff;
}

footer ul {
    padding-left: 0;
    list-style-type: none;
}

footer p {
    color: #b2b2b2;
    font-size: 11px;
}

footer a {
    color: #b2b2b2 !important;
    text-decoration: none;
    font-size: 11px;
}

footer a:visited {
    color: #b2b2b2 !important;
    text-decoration: none;
}

footer a:hover {
    color: #b2b2b2 !important;
    text-decoration: underline;
}

footer .single-things a, footer .single-travel a, footer .single-food a, footer .single-stay a, footer .single-post a {
    color: #b2b2b2;
}

.footer-container li {
    list-style: none;
}

.footer-container .social, #footer-slide-container .social {
    float: left;
    width: 40px;
}

.social_icons {
    margin-bottom: 26px;
    height: 30px;
}


/* ==========================================================================
   Popup footer (Dualway footer) 
   ========================================================================== */

#footer-slide-container {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #bbb;
    z-index: 1;
    border-top: 4px solid #bbb;
}

.footer-slide-container2 {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #333333;
    color: #eaeaea;
    /*z-index: 10010;*/
}

#footer-slider-button {
    background: #bbb url('../images/dualway-logo.png');
    position: absolute;
    top: -35px;
    left: 50%;
    margin-left: -60px;
    width: 120px;
    height: 35px;
    border: none;
    cursor: pointer;
}

#footer-slide-content {
    width: 940px;
    height: 0px;
    background: #bbb;
    color: #000000;
    font-size: 1em;
    border: none;
    margin: 0 auto;
    list-style: none;
    overflow: hidden;
}

#footer-slide-content h3 {
    font-size: 36px;
    color: #000000;
    margin: 10px 0 10px 0;
}

#footer-slide-content ul {
    color: #000000;
    list-style-type: none;
    line-height: 1.6em;
    padding: 0px;
}

#footer-slide-content a {
    color: #000000;
    text-decoration: none;
}

#footer-slide-content2 {
    width: 940px;
    height: 0px;
    background: #bbb;
    color: #000000;
    font-size: 0.8em;
    border: none;
    margin: 0 auto;
}

#footer-slide-content2 h3 {
    font-size: 36px;
    color: #000000;
    margin: 10px 0 10px 0;
}

#footer-slide-content2 ul {
    color: #000000;
    list-style-type: none;
    line-height: 2em;
}

#footer-slide-content2 a {
    color: #000000;
}

.footer-slide-text {
    padding: 20px 10px 25px 10px;
    overflow: hidden;
    margin: 0 auto;
    max-width: 1170px;
    width: 100%;
}

#footer-slide-container .footer-slide-text h2 {
    color: white;
    font-family: Raleway;
    font-weight: normal;
    font-size: 14px;
    margin: 0px 0px 5px 0px;
    text-transform: uppercase;
}

.footer-slide-container2 .footer-slide-text h2 {
    color: white;
    font-family: Raleway;
    font-weight: normal;
    font-size: 14px;
    /* margin: 10px 0 10px 0; */
    padding-left: 10px;
    margin-top: 10px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.forum .footer-slide-text h2 {
    padding-left: 0px;
}

.footer-slide-container2 .footer-slide-text ul {
    color: #b2b2b2;
    padding-left: 20px;
    padding-top: 5px;
}

.footer-slide-container2 strong {
    display: block;
    padding-bottom: 2px;
    padding-bottom: 5px;
    color: #b2b2b2;
}


/*@media screen and (max-width: 768px) {
    .footer-slide-container2 strong {
        padding-top: 5px;
        padding-top: 20px; 
    }
    
}*/

.footer-slide-text p {
    color: #b2b2b2 !important;
    font-family: Raleway;
    font-weight: normal;
    font-size: 1em;
    margin: 0px;
    padding-bottom: 15px;
}

.footer-slide-text .textwidget p {
    color: #000 !important;
    font-family: Raleway;
    font-weight: normal;
    font-size: .9em;
    margin-bottom: 10px;
}

div.footer-slide-text a {
    color: #4bb680;
}

.footer-slide-content {
    overflow-x: auto;
}

.close {
    color: #8ac736;
    opacity: .8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    margin-top: 5px;
    font-size: 16px;
    text-shadow: none;
}

.hide {
    display: none;
}


/* -----------------------------------------
   Cards
-------------------------------------------- */

.card {
    border: 1px solid lightgray;
    margin-bottom: 20px;
    -webkit-animation: fadeEffect 300ms ease-in;
    animation: fadeEffect 300ms ease-in;
}

.card-img-top {
    position: relative;
    width: 100%;
}

.card-block {
    padding: 10px;
}

.card-title {
    text-transform: uppercase;
}

.card-text {}


/* -----------------------------------------
   Loading animation  
-------------------------------------------- */

#loader-one {
    /*background-color: rgba(128, 128, 128, 0.93);*/
    background-color: rgba(2, 2, 2, 0.75);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-animation-delay: 1.44s;
    animation-delay: 1.44s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 1010;
    display: none;
}

#loader-one .spinner {}

#loader-one .bubble-1, #loader-one .bubble-2 {
    -webkit-animation: bounce 2s ease-in-out infinite;
    animation: bounce 2s ease-in-out infinite;
}

#loader-one .bubble-2 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

#loader-one .spinner {
    position: relative;
    -webkit-animation: loadingI 2s linear infinite;
    animation: loadingI 2s linear infinite;
    width: 145px;
    height: 145px;
    /*margin-bottom: 90px*/
}

#loader-one .bubble-1, #loader-one .bubble-2 {
    position: absolute;
    top: 0;
    width: 90px;
    height: 90px;
    border-radius: 100%;
    background-color: #13a151;
}

#loader-one .bubble-2 {
    top: auto;
    bottom: 0;
}

#loader-one {
    -webkit-animation-delay: 1.44s;
    animation-delay: 1.44s;
}

@-webkit-keyframes loadingI {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes loadingI {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes bounce {
    0%, 100% {
        -webkit-transform: scale(0.0);
        transform: scale(0.0);
    }
    50% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}

@keyframes bounce {
    0%, 100% {
        -webkit-transform: scale(0.0);
        transform: scale(0.0);
    }
    50% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}


/* -----------------------------------------
   Tabs
-------------------------------------------- */

div.tab {
    overflow: hidden;
    /*background-color: #f1f1f1;*/
    display: none;
}

div.tab a {
    border: 1px solid #ccc;
    float: left;
    display: block;
    color: black;
    text-align: center;
    padding: 10px 15px;
    text-decoration: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-size: 14px;
    width: 50%;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    /*     font-weight: 600; */
    /*    color: white;*/
}


/* Change background color of links on hover */

div.tab a:hover {
    /*background-color: #ddd;*/
}


/* Create an active/current tablink class */


/*div.tab a:focus,*/

div a.active-tab {
    background-color: #06a04f;
    color: white;
}

.tabcontent {
    -webkit-animation: fadeEffect 500ms;
    animation: fadeEffect 500ms;
    /* Fading effect takes 1 second */
}

@-webkit-keyframes fadeEffect {
    from {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
    to {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }
}

@keyframes fadeEffect {
    from {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
    to {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }
}

@media (max-width: 768px) {
    div.tab {
        display: block;
    }
    .tabcontent {
        display: none;
    }
    .tabcontent.active {
        display: block;
        /*padding: 0 10px 0 10px;*/
    }
}


/* -----------------------------------------
   Mobile nav
-------------------------------------------- */


/* ==========================================================================
   Main nav
   ========================================================================== */


/*@media only screen and (max-width: 768px) {*/

#primary-nav {
    width: 100%;
}

#primary-nav li {
    /*float: none;*/
}

ul.primary li:hover a {
    /*        background: none;
            color: #607D8B;*/
    /*        text-shadow: 1px 1px #000;*/
}


/*    ul.primary li:hover ul {
        display: block;
    }*/

ul.sub {
    /*display: block;*/
    position: static;
    box-shadow: none;
    width: 95%;
    margin: 0 auto;
}


/*.primary a {
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}*/

ul.sub li a {
    height: 45px;
    line-height: 45px;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid white;
    cursor: pointer;
    /*box-shadow: none;*/
}

.primary a {
    height: 45px;
    text-decoration: none;
    display: block;
    color: white;
    text-transform: uppercase;
    margin-bottom: 10px;
    line-height: 45px;
    font-size: 16px;
    font-weight: 300;
    width: 95%;
    margin: 10px auto 0px;
    /* text-align: left; */
}

ul.primary {
    width: 100%;
    list-style: none;
    position: relative;
    text-align: left;
    padding-left: 0;
    margin-bottom: 0;
    position: absolute;
    z-index: 400;
}

#primary-nav ul:after {
    clear: both;
}

#primary-nav ul:before, #primary-nav ul:after {
    content: " ";
    display: table;
}

ul.primary li a {
    text-align: center;
    display: block;
}

ul.primary li:last-child a {
    border-right: none;
}

ul.sub {
    /*         position: absolute; */
    z-index: 200;
    width: 95%;
    display: none;
    margin: 0 auto;
    padding: 0;
}

ul.sub li {
    list-style: none;
    position: relative;
    text-align: left;
    padding-left: 0;
    float: none;
    margin: 0;
    width: 100%;
}

ul.sub li a {
    display: block;
    width: 100%;
    text-transform: capitalize;
    /*font-size: 18px;*/
}

ul.sub li:last-child a {
    border-bottom: none;
}

ul.sub li a:hover {
    color: #000;
    background: #eeeeee;
}

@media (max-width: 768px) {
    ul.primary li.active ul {
        display: block;
    }
}


/* sub display tom*/

@media (min-width: 769px) {
    ul.primary li:hover ul {
        display: block;
    }
}


/* keeps the tab background white */


/*}*/

.home .mobile-header {
    margin-bottom: 0;
}

.mobile-header {
    width: 100%;
    z-index: 1000;
    min-height: 60px;
    background-color: white;
    margin-bottom: 20px;
}

.burger-menu {
    display: none;
    box-sizing: border-box;
    position: absolute;
    right: 0;
    /* background-color: red; */
    width: 100px;
    height: 100%;
    /*top:*/
    font-size: 12px;
    color: white;
    /* padding-top: 15px; */
    /* padding-left: 5px; */
    border-left: 1px rgba(255, 255, 255, 0.24) solid;
    line-height: 46px;
    /* text-align: center; */
    text-indent: 23px;
    cursor: pointer;
}

@media (max-width: 768px) {
    .burger-menu {
        display: block;
    }
    ul.sub li a {
        text-transform: uppercase;
        font-size: 14px;
        cursor: pointer;
    }
}

.culture-vulture-nav {
    background-image: url(../images/v2/culture-nav-icon.svg);
    background-repeat: no-repeat;
    background-position: 16px center;
    background-color: #dfc93a;
}

.culture-vulture-nav:hover, .culture-vulture-nav:active, .culture-vulture-nav:focus {
    margin-bottom: 0;
    border-bottom: 1px solid white;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.culture-vulture-subnav {
    background-color: #dfc93a;
}

.party-people-nav {
    background-image: url(../images/v2/party-nav-icon.svg);
    background-repeat: no-repeat;
    background-position: 20px center;
    background-color: #cb415e;
}

.party-people-nav:hover, .party-people-nav:active, .party-people-nav:focus {
    margin-bottom: 0;
    border-bottom: 1px solid white;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.party-people-subnav {
    background-color: #cb415e;
}

.nature-nuts-nav {
    background-image: url(../images/v2/nature-nav-icon.svg);
    background-repeat: no-repeat;
    background-position: 15px center;
    background-color: #8dc63f;
}

.nature-nuts-nav:hover, .nature-nuts-nav:active, .nature-nuts-nav:focus {
    margin-bottom: 0;
    border-bottom: 1px solid white;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.nature-nuts-subnav {
    background-color: #8dc63f;
}

.map-downloads-nav {
    background-image: url(../images/v2/map-downloads-nav-icon.svg);
    background-repeat: no-repeat;
    background-position: 9px center;
    background-color: #db7a2d;
}

.map-downloads-nav:hover, .map-downloads-nav:active, .map-downloads-nav:focus {
    margin-bottom: 0;
    border-bottom: 1px solid white;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.map-downloads-subnav {
    background-color: #db7a2d;
}

.blog-nav {
    background-image: url(../images/v2/blog-nav-icon.svg);
    background-repeat: no-repeat;
    background-position: 20px center;
    background-color: #9dc4c2;
}

.blog-nav:hover, .blog-nav:active, .blog-nav:focus {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.luggage-nav {
    background-image: url(../images/v2/luggage-nav-icon.svg);
    background-size: 36px;
    background-repeat: no-repeat;
    background-position: 10px center;
    /* background-color: #7b4b32; */
    /* background-color: #4892C8; */
    background-color: #d87981;
}

.luggage-nav:hover, .luggage-nav:active, .luggage-nav:focus {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

@media only screen and (min-width: 769px) {
    #primary-nav {
        width: 160px;
        position: absolute;
        z-index: 100;
        left: 15px;
        top: 135px;
        /*         height: 75px; */
    }
    .primary a {
        height: 75px;
        line-height: 120px;
        font-size: 13px;
        width: 160px;
        text-align: center;
        text-indent: 0;
        font-weight: 400;
    }
    .primary a {
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    }
    ul.sub {
        position: absolute;
        left: 155px;
        width: 260px;
    }
    ul.sub a {
        box-shadow: none;
    }
    .culture-vulture-nav {
        background-position: center 15px;
    }
    .party-people-nav {
        background-position: center 15px;
    }
    .nature-nuts-nav {
        background-position: center 15px;
    }
    .map-downloads-nav {
        background-position: center 15px;
    }
    .blog-nav {
        background-position: center 15px;
    }
    .luggage-nav {
        background-position: center 10px;
    }
    .culture-vulture-subnav {
        top: 10px;
    }
    .party-people-subnav {
        top: 95px;
    }
    .nature-nuts-subnav {
        top: 180px;
    }
    .map-downloads-subnav {
        top: 265px;
    }
    #primary-nav ul.sub li a {
        font-size: 14px;
        /*letter-spacing: .5px;*/
        font-weight: 400 !important;
        text-transform: uppercase;
        text-align: left;
        height: 32px;
        line-height: 32px;
        font-weight: bold;
        text-indent: 20px;
    }
}

#nav-toggle {
    position: absolute;
    left: 20px;
    top: 45px;
    /* top: 50%; */
}

#nav-toggle {
    cursor: pointer;
    /* background-color: green; */
    /* padding: 5px 35px 16px 0px; */
}

#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
    cursor: pointer;
    border-radius: 0px;
    height: 2.5px;
    width: 40px;
    background: white;
    position: absolute;
    display: block;
    content: '';
}

#nav-toggle span:before {
    top: -10px;
}

#nav-toggle span:after {
    bottom: -10px;
}

#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
    transition: all 100ms ease;
}

#nav-toggle.active span {
    background-color: transparent;
}

#nav-toggle.active span:before, #nav-toggle.active span:after {
    top: 0;
}

#nav-toggle.active span:before {
    transform: rotate(45deg);
}

#nav-toggle.active span:after {
    transform: rotate(-45deg);
}


/*
  Search Form
*/


/*.search-icon {
    right: 0;
    top: 0;
    position: absolute;
    width: 60px;
    height: 60px;
    background-color: red;
    display: block;
         float: right; 
    background-image: url('../images/v2/icon-search.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 28px;
    box-sizing: border-box;
    border-left: 1px solid rgba(149, 152, 154, 0.25);
    display: none;

}

.search-form {
    position: absolute;
    width: 100%;
    padding: 20px;
    background-color: red;
    -webkit-transition: -webkit-transform ease-in-out 300ms;
    transition: -webkit-transform ease-in-out 300ms;
    transition: transform ease-in-out 300ms;
    transition: transform ease-in-out 300ms, -webkit-transform ease-in-out 300ms;
    -webkit-transform: translate(-100%, 0px);
            transform: translate(-100%, 0px);  

}*/

.logo-wrap {
    width: 100%;
    height: 80px;
    background-color: #20a054;
    position: relative;
}

.logo {
    width: 100%;
    display: block;
    /* background-color: red; */
    height: 60px;
    width: 290px;
    /*margin: auto;*/
    height: 100%;
    margin-left: 20px;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center;
    /* background-size: contain; */
    background-image: url(../images/v2/dvc-logo-white.svg);
}

@media (max-width: 450px) {
    .logo {
        /*width: 100%;*/
        /*    display: block;
             background-color: red; */
        /*    height: 60px;*/
        width: 200px;
        /*margin: auto;*/
        margin-left: 40px;
        /*height: 100%;*/
        text-align: center;
        background-size: contain;
        /*    background-repeat: no-repeat;
            background-position: center;
            background-size: contain;
            background-image: url(../images/v2/dvc-logo-white.svg);*/
    }
}


/*.gap {
    height: 80px;
}*/

#wpadminbar {
    position: fixed !important;
}

.blog .carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
    width: 100%;
}

.culture-vulture .activity-frame h2 a {
    color: #dfc93a !important;
}

.culture-vulture .view-btn a {
    background-color: #dfc93a !important;
}

.party-people .activity-frame h2 a {
    color: #cb415e !important;
}

.party-people .view-btn a {
    background-color: #cb415e !important;
}

.nature-nuts .activity-frame h2 a {
    color: #8dc63f !important;
}

.nature-nuts .view-btn a {
    background-color: #8dc63f !important;
}

.btn.view-btn.culture-vulture {
    background-color: #dfc93a !important;
    color: white;
    border-radius: 0;
    margin-right: 10px;
}

.btn.view-btn.party-people {
    background-color: #cb415e !important;
    color: white;
    border-radius: 0;
}

.btn.view-btn.nature-nuts {
    background-color: #8dc63f !important;
    color: white;
    border-radius: 0;
}

@media(max-width: 768px) {
    ul.primary li a {
        /* text-align: center; */
        display: block;
        text-indent: 60px;
        text-align: left;
        position: relative;
    }
    ul.primary a.culture-vulture-nav::after, ul.primary a.party-people-nav::after, ul.primary a.nature-nuts-nav::after, ul.primary a.map-downloads-nav::after {
        content: '';
        display: block;
        width: 20px;
        height: 20px;
        /* background-color: purple; */
        position: absolute;
        right: 20px;
        /* background-size: cover; */
        top: 10px;
        background-size: 12px;
        background-image: url(../images/v2/dropdown-icon.svg);
        background-position: center;
        background-repeat: no-repeat;
    }
    ul.primary {
        transition: left 200ms ease-in;
        left: -100%;
    }
    ul.primary.active {
        left: 0;
    }
}

#results-view {
    /*overflow: scroll !important;*/
}

@media(max-width: 768px) {
    #results-view {
        padding: 0 10px 20px 10px;
    }
}

@media(min-width: 769px) {
    #results-view {
        position: fixed;
        top: -80px;
        top: 0;
        right: -280px;
        height: 100%;
        width: 280px;
        overflow: scroll;
        padding: 20px 20px 40px 20px;
        background-color: rgba(0, 0, 0, 0.44);
        z-index: 20;
        -webkit-transition: right ease 200ms;
        transition: right ease 200ms;
    }
    #results-view.active {
        right: 0;
    }
    #result-toggle {
        width: 23px;
        height: 48px;
        display: block;
        position: fixed;
        background-color: #fff;
        right: 0;
        top: 15px;
        cursor: pointer;
        width: 23px;
        height: 48px;
        cursor: pointer;
        /*border-left: 1px solid #D4D4D4;*/
        box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.3);
        background-image: url(../images/v2/results-toggle-arrow.svg);
        background-repeat: no-repeat;
        background-position: 55% center;
        background-size: 12px;
        -webkit-transition: right ease 200ms;
        transition: right ease 200ms;
        z-index: 21;
    }
    #result-toggle.active {
        right: 280px;
        background-image: url(../images/v2/results-toggle-arrow-reverse.svg);
    }
}

.indicate-yelow {
    -webkit-animation: blink-yelow 700ms;
    animation: blink-yelow 700ms;
    -webkit-animation-iteration-count: 2;
    animation-iteration-count: 2;
    /*animation-delay: 500ms;*/
}

@-webkit-keyframes blink-yelow {
    0% {
        background-color: #dfc93a;
    }
    100% {
        background-color: #fff;
    }
}

@keyframes blink-yelow {
    0% {
        background-color: #dfc93a;
    }
    100% {
        background-color: #fff;
    }
}

.indicate-red {
    -webkit-animation: blink-red 700ms;
    animation: blink-red 700ms;
    -webkit-animation-iteration-count: 2;
    animation-iteration-count: 2;
    /*animation-delay: 500ms;*/
}

@-webkit-keyframes blink-red {
    0% {
        background-color: #cb415e;
    }
    100% {
        background-color: #fff;
    }
}

@keyframes blink-red {
    0% {
        background-color: #cb415e;
    }
    100% {
        background-color: #fff;
    }
}

.indicate-green {
    -webkit-animation: blink-green 700ms;
    animation: blink-green 700ms;
    -webkit-animation-iteration-count: 2;
    animation-iteration-count: 2;
    /*animation-delay: 500ms;*/
}

@-webkit-keyframes blink-green {
    0% {
        background-color: #8dc63f;
    }
    100% {
        background-color: #fff;
    }
}

@keyframes blink-green {
    0% {
        background-color: #8dc63f;
    }
    100% {
        background-color: #fff;
    }
}

.no-click {
    pointer-events: none;
}

.zero-opacity {
    opacity: 0;
}

.back-to-map {
    margin-top: 40px;
    color: #ffffff !important;
    font-size: 14px;
    font-weight: bold;
    background-color: #20a054;
    padding: 8px 10px;
    /* box-shadow: 0px 0px 10px #999999; */
    letter-spacing: 2px;
    text-decoration: none;
    /*float: right;
    margin-left: 15px;*/
    cursor: pointer;
    /*margin-top: -25px;*/
    /*margin-right: 5px;*/
    text-transform: uppercase;
    border-radius: 0;
    margin-bottom: 10px;
}

@media(max-width: 992px) {
    .back-to-map {
        display: none;
    }
    .back-to-map-menu {
        display: block;
    }
}

@media(min-width: 993px) {
    .back-to-map-menu {
        /*         display: none; */
    }
}

.back-to-map-menu {
    height: 100%;
    width: 100px;
    background-image: url(../images/v2/back-top-map-icon.svg);
    background-repeat: no-repeat;
    background-position: 24px;
    float: right;
    border-left: 1px solid rgba(255, 255, 255, 0.53);
    font-size: 0;
}

.header-info {
    display: block;
    height: 30px;
    position: absolute;
    color: white !important;
    /*background-color: red;*/
    text-decoration: none;
    padding-left: 40px;
    top: 25px;
    /*line-height: 30px;*/
    background-position: left;
    background-repeat: no-repeat;
}

.header-email, .header-phone {
    line-height: 30px;
}

.header-locations {
    line-height: 32px;
}

.header-locations a {
    color: white;
    text-decoration: none;
}

@media(max-width:450px) {
    a.logo {
        margin-left: 40px;
    }
}

@media(max-width:992px) {
    .logo {
        margin: auto;
    }
    .header-email {
        /*font-size: 0;*/
        display: none;
    }
    .header-phone {
        /*font-size: 0;*/
        display: none;
    }
    .header-locations {
        /*font-size: 0;*/
        display: none;
    }
}

@media(max-width:935px) {
    .header-email {
        left: 33px;
    }
}

@media(max-width:1249px) {
    .header-email {
        left: 32%;
        background-image: url(../images/v2/email-icon.svg);
    }
    .header-phone {
        left: 57%;
        background-image: url(../images/v2/phone-icon.svg);
    }
    .header-locations {
        left: 40%;
        background-image: url(../images/v2/map-icon.svg);
    }
}

@media(min-width:1250px) {
    .header-email {
        left: 28%;
        background-image: url(../images/v2/email-icon.svg);
    }
    .header-phone {
        left: 56%;
        background-image: url(../images/v2/phone-icon.svg);
    }
    .header-locations {
        left: 40%;
        background-image: url(../images/v2/map-icon.svg);
    }
}

.price-range {
    font-size: 22px;
}

.price-range span {
    opacity: .3;
}


/*to do*/

.mobile-heading {}

.booking-map {
    background-color: red;
    color: white;
    border-radius: 0;
}

.thumb-img .btn {
    background-color: red !important;
    /*    position: absolute;
        left: 5px;
        bottom: 25px;*/
}

.result-card {
    max-width: 600px;
    margin: auto;
    clear: both;
    min-height: 180px;
    background-color: white;
    position: relative;
}

.result-card h1 {
    font-size: 17px;
    font-weight: bold;
    /*line-height: 130%;*/
    text-decoration: none;
    padding: 10px 10px 0 10px;
}

#results-view .result-card h1 {
    padding-right: 32px;
    line-height: 130%;
}

.result-card .marker-number {
    position: absolute;
    background-color: #4d4d4d;
    color: white;
    top: 5px;
    right: 5px;
    border-radius: 50%;
    padding: 5px 10px;
    text-align: center;
}

.result-card p {
    font-size: 14px;
    padding: 5px;
    padding: 0 10px 0 10px;
    min-height: 40px;
}

.result-card-img {
    background-repeat: no-repeat;
    background-position: center;
    /*background-color: #20a054;*/
    background-color: lightgray;
    min-height: 110px;
    position: relative;
    border-bottom: 1px solid gray;
}

.result-card-img .result-card-buttons {
    position: absolute;
    bottom: 25px;
    width: 100%;
}

.more-info-btn {
    float: left;
    margin-left: 5px;
    border-radius: 0;
    background-color: #dfc93a;
    color: white;
}

.book-btn {
    float: right;
    margin-right: 5px;
    border-radius: 0;
    background-color: red;
    color: white;
}


/* Slider */

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before, .slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.featured-slider {
    display: none;
}

.featured-slider.slick-initialized {
    display: block;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

@media (max-width: 992px) {
    .hide-mobile-tablet {
        display: none;
    }
}

@media (min-width: 992px) {
    .hide-desktop {
        display: none;
    }
}

.mobile-heading {
    font-size: 28px;
}

a.culture-vulture {
    background-color: #dfc93a;
    /*background-color: green;*/
}

a.party-people {
    background-color: #cb415e;
    /*background-color: green;*/
}

a.nature-nuts {
    background-color: #8dc63f;
    /*background-color: green;*/
}


/*
partner
*/

.hover-overlay {
    /*background-color: black;*/
    display: block;
}

.our-partners {
    /*box-sizing: border-box;*/
    background-color: white;
    margin-bottom: 20px;
    /*padding: 20px;*/
    padding-top: 20px;
    padding-bottom: 20px;
    height: 140px;
    display: flex;
    background-repeat: no-repeat;
    background-size: 150px;
    background-position: center;
    /*    align-items: center;
    justify-content: center;
    overflow: hidden;*/
    /*overflow: no-display;*/
}


/*@media (min-width: 450px) and (max-width: 768px) {
    .our-aprtners {
        height: 290px;

    }
    .our-aprtners img {
        max-width: 70% !importat;
    }
}*/


/*
.our-aprtners img {
    vertical-align: middle;
}*/

.partners-content {
    padding: 10px 20px 20px 20px;
    background-color: #ffffff;
    border-right: 1px solid #acacac;
    border-bottom: 1px solid #acacac;
    margin-bottom: 20px;
}

.search-from {
    /*background-color: green;*/
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 20px;
}

.paginate {
    margin: auto;
    padding: 10px 10px;
    background-color: white;
    margin-bottom: 40px;
}

.paginate .page-numbers {
    padding-left: 10px;
}

.citysight-links {
    margin-bottom: 20px;
}

.citysight-links a {
    border-right: 1px solid #acacac;
    border-bottom: 1px solid #acacac;
    /*padding: 10px 20px 20px 20px;*/
    margin-bottom: 20px;
    display: block;
    /*margin-top: 15px;*/
}

.city-bus-icon {
    background-image: url(../images/v2/city-bus-icon.svg);
    /*background-image: url(../images/v2/city-bus-icon.svg);*/
    background-repeat: no-repeat;
    background-size: 60px;
    padding-left: 70px;
    /* padding-left: 100px; */
    padding-top: 20px;
}

.city-bus-icon a {
    color: #4d4d4d;
    text-decoration: none;
}

.city-bus-icon a:hover {
    text-decoration: underline;
}


/* SIDEBAR NAV */

.sidebar-nav {
    /*     margin-top: 35px; */
    box-sizing: border-box;
    padding: 10px;
    background-color: white;
    margin-bottom: 20px;
}

@media(min-width: 992px) {
    .sidebar-nav {
        margin-top: 40px;
    }
}

@media(min-width: 992px) {
    .index-nav {
        margin-top: 60px;
    }
}

.sidebar-nav h3 {
    margin-top: 0;
    font-size: 14px;
    color: #4d4d4d;
    font-weight: normal;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
}

.sidebar-nav ul {
    list-style: none;
    padding-left: 0;
    /*     margin-bottom: 15px; */
}

.sidebar-nav ul li a {
    display: block;
    width: 100%;
    text-indent: 18px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-decoration: none;
    color: white;
    margin-bottom: 5px;
}

.sidebar-nav ul li ul {
    display: none;
}

.sidebar-nav ul li.active ul {
    display: block;
}


/*.sidebar-nav ul li:hover ul {
    display: block;
}*/

.sidebar-nav a.side-nav-subhead {
    text-transform: uppercase;
    text-indent: 10px;
}

.side-nav-culture a {
    background-color: #dfc93a;
}

.side-nav-party a {
    background-color: #cb415e;
}

.side-nav-nature a {
    background-color: #8dc63f;
}

.side-nav-maps a {
    background-color: #db7a2d;
}

.side-nav-blog a {
    background-color: #9dc4c2;
}

.side-nav-luggage a {
    /* background-color: #4892C8; */
    background-color: #d87981;

}


/* FAQ TABS */


/* Style the buttons that are used to open and close the accordion panel */

button.accordion {
    background-color: #eee;
    background-color: #20a054;
    color: #444;
    color: white;
    /*text-transform: uppercase;*/
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
}


/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */

button.accordion.active, button.accordion:hover {
    background-color: #ddd;
    color: #4d4d4d;
}


/* Style the accordion panel. Note: hidden by default */

div.panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

button.accordion:after {
    content: '\02795';
    /* Unicode character for "plus" sign (+) */
    font-size: 13px;
    color: #777;
    float: right;
    margin-left: 5px;
}

button.accordion.active:after {
    content: "\2796";
    /* Unicode character for "minus" sign (-) */
}

.luggage-drop {
    max-width: 600px;
    margin: auto;
    margin-bottom: 20px;
}

.post-archive .result-card {
    margin-bottom: 20px;
}


/* NEW TEAM TEMPLATE  */


/* #dfc93a */


/* #cb415e */


/* #8dc63f */


/* #9dc4c2 */

.the-team {
    min-height: 200px;
    /* background-color: red; */
}

.team-member:nth-child(1n+0) {
    background-color: #dfc93a;
}

.team-member:nth-child(2n+0) {
    background-color: #cb415e;
}

.team-member:nth-child(3n+0) {
    background-color: #8dc63f;
}

.team-member:nth-child(4n+0) {
    background-color: #db7a2d;
    ;
}

.team-member:nth-child(5n+0) {
    background-color: #9dc4c2;
}

.team-member {
    /* background-color: #20a054; */
    margin-bottom: 20px;
    padding: 20px;
}

.team-member-photo img {
    max-width: 230px;
}

.team-member-name {
    color: #fff;
    /* text-align: center; */
    /* background-color: #fff; */
    text-transform: uppercase;
    font-size: 16px;
    margin-top: 10px;
}

.ask-team-memeber {
    /* color: white; */
    /* border-bottom: 1px solid rgb(255, 255, 255); */
    padding-bottom: 5px;
}

.ask-team-memeber span {
    text-transform: uppercase;
    font-weight: bold;
}

.team-member-profile {
    float: left;
    width: 100%;
    color: white;
}

.team-member-skills {
    /* margin-left: 10px; */
    float: right;
    color: white;
    /* width: 100%; */
    /* background-color: red; */
    /* border-top: 1px solid white; */
    padding-top: 5px;
    color: #231f20;
}

.team-member .flag {
    clear: both;
    float: left;
    margin-right: 15px;
}

@media(min-width: 750px) and (max-width: 991px) {
    .team-member-skills {
        width: 64%;
        /* margin-left: 20px; */
    }
    .team-member-photo {
        float: left;
    }
}

@media(max-width: 750px) {
    .team-member-photo {
        display: none;
        width: 225px;
        display: block;
        margin: auto;
        text-align: center;
    }
}

@media(min-width: 1000px) {
    .team-member-photo {
        display: none;
        width: 225px;
        display: block;
        margin: auto;
        text-align: center;
    }
}


/* FOOTER BADGES */

.viator-badge img {
    width: 120px;
    padding-top: 20px;
}

.tripadvisor-badge {
    background-image: url('../images/v2/trip-cert.jpg');
    width: 120px;
    height: 120px;
    background-position: center;
    background-size: cover;
}

.footer-luggage {
    background-image: url('../images/v2/luggage-storage-120px.gif');
    width: 120px;
    height: 120px;
    background-position: center;
    background-size: cover;
}

#CDSWIDCOE {
    margin-left: 0 !important;
}


/* END FOOTER BADGES */

.activity-detail h1 {
    font-size: 24px;
    /* margin-bottom: 10px; */
    /* padding-top: 20px; */
    font-weight: bolder;
}

.activity-main-content ul {
    padding-left: 20px;
}

.copyright {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
    background-color: black;
    /* border-top: 1px solid #b2b2b2; */
    /* text-align: right; */
}

.footer-container .social, #footer-slide-container .social {
    margin-bottom: 10px;
}

.footer-container {
    padding-bottom: 20px;
    margin-bottom: 0;
}


/*
Cookie Notice 
*/

#cookie-notice {
    position: fixed;
    display: none;
    bottom: 0;
    right: 0;
    width: auto;
    min-height: 35px;
    background-color: rgba(255, 255, 255, .25);
    /*background-color:  #f0f0f1;*/
    padding: 10px;
    font-size: 12px;
    -webkit-box-shadow: -3px -3px 5px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: -3px -3px 5px 0px rgba(0, 0, 0, 0.15);
    box-shadow: -3px -3px 5px 0px rgba(0, 0, 0, 0.15);
    transition: background-color ease-in 200ms;
    z-index: 1000;
}

#cookie-notice:hover {
    /* background-color: #0A4E66; */
    background-color: white;
}

#cookie-notice button {
    background-color: #209f54;
    color: white;
    font-weight: 500;
    padding: 5px 10px;
    display: inline;
    border: none;
}

#cookie-notice button:hover {
    background-color: #145a30;
}

#cookie-notice a {
    margin-left: 5px;
    margin-right: 5px;
}

#cookie-notice a:hover {
    text-decoration: underline;
}

.btn.focus, .btn:focus, .btn:hover {
    color: #fff;
}


   .modal {
       position: fixed;
       width: 100%;
       height: 100%;
       z-index: 50000;
       text-align: center;
       background-color: rgba(0, 0, 0, 0.75);
       /* display: block; */
   }
   
   .modal-header {
       padding-bottom: 0;
   }
   
   .modal-dialog {
       margin-top: 20px;
       color: black;
   }
   
   .modal-body {
       /* color: white; */
   }
   
   @media screen and (min-width: 768px) {
       .modal {
           text-align: center;
           padding: 0!important;
       }
       .modal:before {
           content: '';
           display: inline-block;
           height: 100%;
           vertical-align: middle;
           margin-right: -4px;
       }
       .modal-dialog {
           display: inline-block;
           text-align: left;
           vertical-align: middle;
       }
   }
   
   .modal-body button {
       width: 100px;
       margin-right: 20px;
       border: 1px solid lightgray;
       color: white;
       background-color: #e52027;
       background-color: #20a054;
       padding: 10px;
       font-size: 15px;
       transition: background-color ease 250ms;
   }
   
   .modal-body button:hover {
       background-color: #486f58;
   }
   
   .modal-header .close {
       margin-bottom: 40px;
   }