﻿@media screen and (-webkit-min-device-pixel-ratio:0) and (max-width: 599px) { 
  select:focus,
  textarea:focus,
  input:focus {
    /*font-size: 12px;*/
    /*background: #eee;*/
  }

  body{
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
  }
}

/*******************************************************************************************************************************

    Max width: 600px, portrait mode

*******************************************************************************************************************************/
/*@media screen and (max-width: 600px) and (orientation: portrait) {*/
@media screen and (max-width: 767px) and (orientation: portrait)  {
    
    body {
        -moz-text-size-adjust: 100%;
        -webkit-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
    }

        body.search-page #page-wrapper {
            margin-top: 60px;
        }

    .portrait-hidden {
        margin-bottom: 0 !important;
    }

    .home,
    .places,
    .experiences,
    .resources,
    .about,
    .contact {
        /*display: none;*/
        /*width: calc(100% - 61px - 66px - 50px - 121px);
        margin-left: 61px;
        transition: all 0.7s ease-in-out;*/
    }

        .home.collapsed,
        .places.collapsed,
        .experiences.collapsed,
        .resources.collapsed,
        .about.collapsed,
        .contact.collapsed {
            width: 0;
        }
        
    .slideshow-section.places,
    .slideshow-section.experiences,
    .slideshow-section.resources,
    .slideshow-section.about,
    .slideshow-section.contact {
        display: block;
    }

    #page-banner {
        height: 60px;
        position: fixed;
    }

        #page-banner.solid {
            background-color: rgba(0, 0, 0, 1.0);
        }

    #page-top-gradient {
        position: absolute;
    }

        #page-top-gradient.solid {
            opacity: 1.0;
        }

    .page-banner.root-menu-toggle {
        height: 60px;
        width: 60px;
    }

        .page-banner.root-menu-toggle a {
            top: 18px;
            left: 18px;
        }
    
    .page-banner.banner-spacer {
        height: 60px;
    }
    
    .page-banner.contact {
        margin-left: 0px;
    }

    #page-banner .stack-left {
        padding: 18px 0 0 24px;
    }

    #page-banner .stack-right {
        padding: 18px 24px 0 0;
    }

/**********************************************************************************************
    Selected Section
**********************************************************************************************/
    #selected-section {
        display: none;
    }
    
/**********************************************************************************************
    Breadcrumbs
**********************************************************************************************/

    #page-header-breadcrumbs span:not(.buttered) {
        display: none;
    }

    .experiences .page-banner.banner-spacer,
    .places .page-banner.banner-spacer {
        /*width: 100%;*/
        display: none;
    }

    .page-banner.banner-spacer .page-header-breadcrumbs {
        /*padding: 0 10px;*/
        display: none;
    }

        .page-banner.banner-spacer .page-header-breadcrumbs > span,
        .page-banner.selected-section > span {
            line-height: 60px;
        }
        
/**********************************************************************************
    Page banner search box    
**********************************************************************************/
    #search-box {
        /*float: left;*/
        /*width: calc(100% - 20px - 61px - 50px - 121px);*/
        /*padding-right: 8px !important;
        width: calc(100% - 230px);
        transition: none;*/    
    }

        #search-box input {
            width: calc(100% - 36px);
            max-width: fill-available;
            transition: none;
        }

        .page-banner.search-box.expanded {
            width: calc(100% - 82px);
        }

            .page-banner.search-box.expanded input {
                width: calc(100% - 22px);
                /*background: none;*/
            }


    #page-banner.searching #root-menu-toggle,
    #page-banner.searching #wishlist-icon {
        display: none;
    }

    #page-banner.searching #search-box {
        width: calc(100% - 48px);
        padding-left: 24px !important;
        padding-right: 24px !important;
    }
    
    #page-banner.searching #search-box input {
        width: calc(100% - 24px);
        max-width: calc(100% - 24px);
    }

    .search-box .search-results {
        width: calc(100% - 2px);
    }

    
    #location-text-search-combo.search-box .search-results {
        font-size: 12px !important;
    }

    .R1Sel, .R2Sel, .R3Sel, .R4Sel, .R5Sel, .R6Sel, .R7Sel, .R8Sel,
    .R1, .R2, .R3, .R4, .R5, .R6, .R7, .R8 {
        height: 28px;
    }

    .R1Sel a, .R2Sel a, .R3Sel a, .R4Sel a, .R5Sel a, .R6Sel a, .R7Sel a, .R8Sel a,
    .R1 a, .R2 a, .R3 a, .R4 a, .R5 a, .R6 a, .R7 a, .R8 a {
        padding-top: 8px;
        padding-bottom: 5px;
    }

    .R8, .R8 a, .R8Sel {
        display: none;
    }

/**********************************************************************************
    Page banner search results    
**********************************************************************************/
    .page-banner .search-box .search-results {
        width: calc(100% - 24px);
    }

    .page-banner .search-box .search-results ul li {
        width: calc(100% - 24px);
    }

    .search-box .search-results span.col1, .R1 span.col1, .R1Sel span.col1, .R2 span.col1, 
    .R2Sel span.col1, .R3 span.col1, .R3Sel span.col1, .R4 span.col1, .R4Sel span.col1, .R5 span.col1, .R5Sel span.col1 {
        margin-left: 8px;
        font-size:inherit
    }
            
/**********************************************************************************
    Page banner wishlist    
**********************************************************************************/

    .page-banner .wishlist-counter {
        top: 17px;
    }

    .page-banner.wishlist.collapsed {
        width: 0;
    }

    #wishlist-icon {
        margin: 18px 24px 0 0;
        background:url(http://images.africatravelresource.com/cdn/images/sprites.png) 0 -365px no-repeat
    }

        #wishlist-icon:hover {
            background: url(http://images.africatravelresource.com/cdn/images/sprites.png) 0 -365px no-repeat;
        }
/**********************************************************************************
    Page banner telephone number    
**********************************************************************************/
    #telno {
        display: none;
    }
    
/**********************************************************************************
    Page banner logo    
**********************************************************************************/

    #logo-wrapper,
    body.search-page #logo-wrapper,
    body.menu #logo-wrapper {
        float: left;
        position: relative;
        left: auto;
        transform: none;
        margin-left: 16px;
    }

    #logo {
        height: 60px;
    }

    #logo a {
        position: absolute;
        display: inline-block;
        top: 50%;
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        margin-top: 2px;
        height: 106px;
        width: 74px;
        background: url(http://images.africatravelresource.com/cdn/images/logo-small-sprite.png) no-repeat 0 center;
        margin-left: 7px;
    }

        #logo a:hover{
            background: url(http://images.africatravelresource.com/cdn/images/logo-small-sprite.png) no-repeat -74px center;
        }

        
        .home-body #logo a:hover {
            background: url(http://images.africatravelresource.com/cdn/images/logo-small-sprite.png) no-repeat 0 center;
        }

    .page-banner.logo {
        width: 121px;
        height: 60px;
    }

        .page-banner.logo span {
            font-size: 34px;
            line-height: 34px;
            margin-top: 14px;
        }
    
        .page-banner.logo.collapsed {
            width: 0;
        }

    .places .page-banner.selected-section,
    .experiences .page-banner.selected-section,
    .places .page-banner.selected-section,
    .resources .page-banner.selected-section,
    .about .page-banner.selected-section,
    .contact .page-banner.selected-section {
        display: none;
    }
    
    #page-banner.searching #logo-wrapper {
        /*opacity: 0.0;
        -moz-opacity: 0.0;*/
        display: none;    
    }

    #logo-strapline {
        display: none;
    }
    
/**********************************************************************************
    Video related styles   
**********************************************************************************/
    
    .video-text-wrapper .video-text-panel h1,
    .video-text-wrapper .video-text-panel h3 {
        font-size: 18px;
        line-height: 30px;
        letter-spacing: 8px;
    }
    
    .video-text-wrapper.static {
        opacity: 1.0;
        -moz-opacity: 1.0;
    }

    .video-action-button-wrapper {
        display: block;
        bottom: 105px;
    }
    
    #video-nav-bar-wrapper {
        display: none !important;
        height: 70px;
    }

    .video-text-wrapper .video-text-panel {
        /*top: calc(50% - 52px);
        -webkit-transform: translateY(-45px);
        -ms-transform: translateY(-45px);
        transform: translateY(-45px);*/    
    }

    #video-nav-bar-wrapper .media-control-button {
        display: none;
    }

    .scroll-down-bg {
        height: 19px;    
    }
    
    .scroll-down-wrapper {
        display: none;
    }

    .scroll-down-wrapper span {
        display:none;
    }


/**********************************************************************************
    Home Page Title styles    
**********************************************************************************/
    /*.home-page-title-wrapper {
        margin-top: 0;
    }

    .home-page-title {
        padding: 45px 20px 45px 20px;
        width: 90%;
    }

    .home-page-title-text span.quote {
        font-size: 16px;
        line-height: 30px;
    }

    
        .home-page-title-text span.quote br {
            display: inline;
            content: ' ';
        }

            .home-page-title-text span.quote br:after {
                content: ' ';
            }

    
    .home-page-title-quote-mark {
        display: none;
    }

    .home-page-title-text span.quote-source {
        font-size: 18px;
        line-height: 24px;
    }*/



#home-message-carousel {
    display: none;
}

#home-mobile-message-carousel {
    display: block;
}



/*********************************************************************************
    Home page Explore widget
**********************************************************************************/
    /*#content-text article.opened {
        margin-bottom: 0;
    }*/

    #explore-wrapper {
        margin-bottom: 0;
        margin-top: 0 !important;
    }

        #explore-wrapper .dynamic-columns {
            width: 100%;
            -moz-column-count: 2;
            -ms-column-count: 2;
            -webkit-column-count: 2;
            column-count: 2;
            -moz-column-width: 250px;
            -ms-column-width: 250px;
            -webkit-column-width: 250px;
            -column-width: 250px;
        }

            #explore-wrapper .dynamic-columns .explore-table-cell {
                display: block;
                padding: 24px;
                padding-top: 36px;
                border: none;
                border-bottom: 1px solid #b0b0b0;
                width: auto;
                text-align: center;
            }

                #explore-wrapper .dynamic-columns .explore-table-cell h1,
                #explore-wrapper .dynamic-columns .explore-table-cell h3 {
                    font-size: 24px;
                }

                #explore-wrapper .dynamic-columns .explore-table-cell .explore-cell-text {
                    font-size: 16px;
                }

                #explore-wrapper .dynamic-columns .explore-table-cell .explore-cell-header.map-cell span {
                    display: none;
                }

                #explore-wrapper .dynamic-columns .explore-table-cell .explore-cell-header.map-cell:after  {
                    content: 'directory';
                }

                #explore-wrapper .dynamic-columns .explore-table-cell:nth-of-type(3) {
                    /*border-left: none;*/
                }

                #explore-wrapper .dynamic-columns .explore-table-cell:last-of-type {
                    border-top: none;
                    /*border-left: none;*/
                    border-bottom: none;
                }



/**********************************************************************************
    Common Page Title styles    
**********************************************************************************/

    .page-title {
        margin-top: -121px;
    }

        .page-title.home {
            margin-top: -149px;
        }

        .page-title.experiences,
        .page-title.resources {
            height: 148px;
        }

        .page-title.removed {
            bottom: auto;
            height: 200px;
        }

    .page-title .main-title {
        width: 90%;
        max-width: 90%;
        height: 120px;
        white-space: normal
    }

        .page-title .main-title span {
            display: block;
            width: 100%;
            padding: 0 16px;
            font-size: 28px;
            letter-spacing: 8px;
            line-height: 36px;
            /*top: 50%;
            -ms-transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);*/
        }

            .page-title.home .main-title span,
            .page-title.places .main-title span,
            .page-title.experiences .main-title span,
            .page-title.resources .main-title span, 
            .page-title.contact .main-title span, 
            .page-title.about .main-title span {
                font-size: 28px;
                width: calc(100% - 32px);
                bottom: 36px;
                line-height: 36px;
            }

            .page-title .main-title.scroll-down-image {
                display: none;
                position: absolute;
                /*display: block;*/
                background: url(http://images.africatravelresource.com/cdn/images/sprites.png) no-repeat 0 -118px;
                height: 16px;
                width: 32px;
                left: calc(50% - 16px);
                top: 108px;
                transition: all 0.8s ease-in-out;
            }

            .page-title.removed .main-title.scroll-down-image {
                top: -52px;
            }




/**********************************************************************************
    Page Sub Title
**********************************************************************************/
    .page-title.places .sub-title {
        height: auto;
        margin-top: 0;
        padding-top: 0;
        padding-bottom: 32px;
        background-color: rgba(0, 0, 0, 0.6);
        font-size: 16px;
    }

        .page-title .sub-title .areas {
            display: block;
        }

        .page-title .sub-title .area-location {
            display: block;
            text-align: center;
            margin-left: 0;
            padding: 0 24px;
            font-size: 14px;
            line-height: 36px;
            letter-spacing: 5px;
            white-space: nowrap;
        }

            .page-title .sub-title .area-location.parent {
                display: block;
            }
    
        .page-title.places .sub-title > :first-child {
            padding-top: 32px;
            margin-left: 0;
        }
        
        .page-title.places .sub-title .areas > :first-child {
            margin-left: 0;
        }
        /*.page-title .sub-title .areas h2:last-child {
            margin-left: 24px;
        }

        .page-title .sub-title .areas h2:first-child {
            margin-left: 0px;
        }*/

        .page-title.experiences .sub-title,
        .page-title.resources .sub-title {
            display: none;
        }

    .page-title .page-title-data {
        width: 100%;
        transition: all 0s linear 1s;
    }

        .page-title.removed .page-title-data {
            /*transition: all 0s linear 0s;*/
        }

        .page-title .page-title-data .dynamic-columns {
            /*-moz-column-count: 3;
            -webkit-column-count: 3;
            column-count: 3;*/
            /*-moz-column-width: 125px;
            -webkit-column-width: 125px;
            column-width: 125px;*/
            -moz-column-gap: 25px;
            -ms-column-gap: 25px;
            -webkit-column-gap: 25px;
            column-gap: 25px;
            padding-bottom: 32px;
        }

    .page-title-data-item {
        display: inline-block;
        text-align: center;
        letter-spacing: 5px;
        text-transform: uppercase;
        color: #ffffff;
        width: 140px;
        height: auto;
        margin: 0 16px;
    }

        .page-title-data-item.map-data,
        .page-title-data-item.trips-data {
            display: none;
        }

        .page-title-data-item.hidden {
            display: none;  
        }

        .page-title-data-item.scroll-down {
            display: none;  
        }

        .page-title-data-item .data-count {
            font-size: 16px;
            margin-bottom: 10px;
        }

        .page-title-data-item .data-count.mobile {
            display: inline;
        }

        .page-title-data-item .data-title {
            font-size: 12px;
        }

        .page-title-data-item.rating-data .data-count {
            text-align: center;
        }

        .page-title-data-item.rating-data .data-title {
            /*float: none;*/
        }

.page-facilities {
    padding: 0px 24px;
    width: calc(100% - 48px);
    margin-top: 0;
    background-color: rgba(0, 0, 0, 0.6);
}

    .page-facilities.home,
    .page-facilities.experiences,
    .page-facilities.resources,
    .page-facilities.about ,
    .page-facilities.contact  {
        display: none;
    }

    .page-facilities.places {
        /*padding-top: 11px;*/
    }

    .page-facilities.places .page-title-data-item {
        font-size: 14px;
        line-height: 36px;
    }

    .page-facilities.places  .page-title-data-item .data-count {
        margin-bottom: 0px;
        font-size: 14px;
        line-height: 36px;
        vertical-align: top;
    }

    .page-facilities.places  .page-title-data-item .data-title {
        font-size: 14px;
        line-height: 36px;
        font-weight: normal;
        vertical-align: top;
    }

    .page-facilities.places .page-title-data-item.video-data,
    .page-facilities.places .page-title-data-item.image-data {
        display: none;
    }

/**********************************************************************************
    Slideshow styles    
**********************************************************************************/


    /*.slideshow-button {
        bottom: 50vh;
        -ms-transform: translateY(30px);
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
        opacity: 0.7;
        -moz-opacity: 0.7;
    }*/

        /*.slideshow-button.right {
            background: url(http://images.africatravelresource.com/cdn/images/sprites.png) no-repeat -739px -0px;
            height: 69px;
            width: 52px;
            right: -6px;
            -ms-transform: translateY(35px);
            -webkit-transform: translateY(35px);
            transform: translateY(35px);
        }

        .slideshow-button.left {
            background: url(http://images.africatravelresource.com/cdn/images/sprites.png) no-repeat -739px -69px;
            height: 69px;
            width: 52px;
            left: -6px;
            -ms-transform: translateY(35px);
            -webkit-transform: translateY(35px);
            transform: translateY(35px);
        }*/

    .slideshow-button.left, .experience-button.left, .resource-button.left {
        left: 15px;       
    }
    .slideshow-button.right, .experience-button.right, .resource-button.right {
        right: 15px;
    }

    .slideshow-button-text {
        display: none;
    }

    #slideshow-controls-wrapper {
        display: none;
    }

    #image-caption-wrapper {
        display: none !important;
        /*width: calc(100% - 180px);
        padding-left: 90px;
        padding-right: 90px;*/
    }

    #image-caption {
        padding: 0 20px;
        font-size: 12px;
        line-height:20px
    }

    #slideshow-album-selector {
        display: none;
    }
    
/**********************************************************************************
   Trip elements    
**********************************************************************************/
#trip-collections {
    display: none;
}

.trip-search-bar-wrapper {
    display: none;
}

/**********************************************************************************
   Page content styles    
**********************************************************************************/

    /*#page-content {
        margin-top: -80px;
    }*/

    
    /*body.trip #ToggleBox,
    body.trip #MapControls,
    body.trip #map-placeholder,
    body.trip #page-title,
    body.trip #slideshow {
        display: none;
    }*/

    /*body.trip #page-content .content-text,
    body.trip #page-content .seasonal-ratings-wrapper,
    body.trip #page-content .itinerary-wrapper,
    body.trip #page-content .trip-experiences-wrapper,
    body.trip #page-content .what-next-wrapper,
    body.trip #page-content .trip-search-bar-wrapper,
    body.trip #page-content #trip-collections {
        display: none;
    }*/

    body.trip #page-content #mobile-message {
        display: block;
        width: 90%;
        margin: 120px auto 72px auto;
        text-align: center;
    }

        body.trip #page-content #mobile-message span {
            font-family: arial;
            font-size: 24px;
            letter-spacing: 7px;
            color: #828282;
            text-transform: uppercase;
            line-height: 72px;
        }

    #content-wrapper {
        padding-top: 0;
    }

    #content-wrapper.page-title-removed {
        padding-top: 0;
    }

    #content-wrapper.no-title {
        padding-top: 0px;
        padding-bottom: 8px;
    }
    
    .rotate-to-view {
        display: block;
        width: auto;
        padding: 14px 16px;
        margin-bottom: 48px;
        margin-top: -24px;
        line-height: 30px;
        font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
        font-size: 14px;
        text-align: center;
        text-decoration: none;
        letter-spacing: 4px;
        text-transform: uppercase;
        color: #fff;
        background-color: #e2bb00;
    }

        .rotate-to-view span.full-screen-count {
            font-size: 28px;
            display: inline-block;
            margin-top: 5px;
        }

    #content-text {
        /*width: 90%;*/
        /*padding-top: 60px;*/
    }
    
        #content-text article .inline {
            width: calc(100% - 24px);
            font-size: 1.0em;
            left: 0;
            padding-top: 36px;
            padding-bottom: 36px;
            padding-left:0;
            padding-right: 0;
        }

        #content-text header.closed,
        #content-text article.closed {
            display: none;
        }
        
        #content-text .about-content header.closed {
            /*display: block;*/
        }

    #add-to-wish-list-wrapper {
        margin-top: 0px;
        margin-bottom: 48px;
    }

    #add-to-wish-list-wrapper p {
        width: 80%;
        margin: 0 auto 30px auto;
        line-height: 20px;
    }

    hr.divider {
        width: 90%;
        margin-top: 0;
    }



/**********************************************************************************
    Video related styles    
**********************************************************************************/
    
    #media-mode-wrapper .media-mode {
        display: none;
    }
    
    #media-mode-wrapper .media-control-button {
        display: none;
    }

    #media-mode-wrapper .scroll-down-wrapper {
        top: 36px;
    }

/**********************************************************************************
    Main menu styles    
**********************************************************************************/

    /*#blackboard .close, #blackboard .close-button-wrapper .close {
        left: 33px;
    }*/

    #blackboard {
        width: 100%;
    }

        /*#blackboard.active {
            opacity: 1.0;
            -moz-opacity: 1.0;
        }*/

    #blackboard .close-sub-menu, #blackboard .close-button-wrapper .close-sub-menu {
        float: right;
        width: 60px;
        height: 60px;
    }

    #blackboard  .close-button-wrapper {
        width: 100%;
        height: 48px;
        background-color: #000;
        z-index: 5100;
    }

    #blackboard .close a, #blackboard .close-button-wrapper .close a {
        margin-left: 24px;
        margin-top: 24px;  
    }
    
    #main-menu {
        width: 100%;
        top: 0px;
        left: 0;
        height: 100vh;
        position: fixed;
        padding: 0;
    }

    .menu-wrapper .close-button-wrapper {
        width: 100%;
        height: 60px;
    }

    .menu-header-wrapper {
        position: relative;
        top: 20px;
    }

        .menu-header-wrapper .main-menu-element {
            width: 90%;
            border-bottom: none;
        }

        .menu-content hr.divider {
            margin-bottom: 16px;
        }

    #element-container {
        position: absolute;
        top: 45%;
        width: 100%;
        -ms-transform: translateY(-55%);
        -webkit-transform: translateY(-55%);
        transform: translateY(-55%);
    }

    .main-menu-element {
        position: relative;
        width: 100%;
        /*border-bottom: 1px solid #fff;*/
        padding-bottom: 0;
        text-align: center;
        opacity: 1.0;
        -moz-opacity: 1.0;
        transition: none;
    }

    #map-menu.main-menu-element,
    #wishlist-menu.main-menu-element {
        display: none;
    }

    #directory-menu.main-menu-element {
        display: block;
    }

        .main-menu-element.toprow, .main-menu-element.middlerow, .main-menu-element.bottomrow {
            top: auto;
            border: none;
            /*border-bottom: 1px solid #fff;*/
            transition-delay: 0s !important;
        }

        .main-menu-element.leftcol, .main-menu-element.middlecol, .main-menu-element.rightcol {
            left: auto;
            border: none;
            /*border-bottom: 1px solid #fff;*/
            transition-delay: 0s !important;
        }

        .main-menu-element.off-stage,
        .main-menu-element.toprow.off-stage, .main-menu-element.bottomrow.off-stage, 
        .main-menu-element.leftcol.off-stage, .main-menu-element.rightcol.off-stage {
            top: auto;
            left: auto;
            opacity: 1.0;
            -moz-opacity: 1.0;
            border: none;
            /*border-bottom: 1px solid #fff;*/
        }
        
            .main-menu-element.off-stage.faded,
            .main-menu-element.toprow.off-stage.faded, .main-menu-element.bottomrow.off-stage.faded, 
            .main-menu-element.leftcol.off-stage.faded, .main-menu-element.rightcol.off-stage.faded {
                opacity: 0.0;
                -moz-opacity: 0.0;
            }

        .main-menu-element span.element-header,
        .main-menu-element span.element-sub-header {
            font-size: 18px;
            letter-spacing: 8px;
            padding-top: 4px;
            padding-bottom: 0;
            line-height: 40px;
        }

            /*.main-menu-element:first-of-type h1,
            .main-menu-element:first-of-type h3 {
                padding-top: 36px;
            }*/

        .main-menu-element span.element-sub-header {
            display: none;
            font-size: 14px;
            letter-spacing: 6px;
            line-height: 28px;
        }


        .main-menu-element.transitioning {
            transition: all 0.5s ease-in-out;
        }

            .main-menu-element.transitioning.selected {
                position: absolute;
                top: 0;
            }

            .main-menu-element.transitioning.faded {
                opacity: 0.0;
                -moz-opacity: 0.0;
            }

    /* Temporarily hide the Lodges and Trips menu items on mobiles */
    #trips-menu {
        display: none;
    }


    .expanding-line-wrapper {
        display: none;
    }

    .blackboard-content-body {
        top: 230px;
        opacity: 0.0;
        -moz-opacity: 0.0;
    }

        .blackboard-content-body.active {
            top: 230px;
            opacity: 1.0;
            -moz-opacity: 1.0;
        }

    .interim-section {
        width: 100%;
        margin-top: 24px;
        margin-bottom: 0;
    }

    .interim-section .dynamic-columns {
            -moz-column-count: 1;
            -webkit-column-count: 1;
            column-count: 1;
        /*-moz-columns: 15em;
        -webkit-columns: 15em;
        columns: 15em;
        -moz-column-gap: 2em;
        -webkit-column-gap: 2em;
        column-gap: 2em;*/
    }

        .interim-section .dynamic-columns a {
            font-size: 12px;
            line-height: 36px;
        }
        

    .main-menu-element.toprow.middlecol span.element-header:after,
    .main-menu-element.toprow.middlecol span.element-sub-header:after {
        content: 'Directory';
    }
        
    
/**********************************************************************************
    Menu page styles    
**********************************************************************************/

    body.menu #page-wrapper {
        margin-top: 60px;
    }

    #menu-page-content {
        width: calc(90% - 24px);
        padding: 0 12px;
    }

        #menu-page-content .menu-content-panel {
            padding: 16px 24px;
        }

        #menu-page-content .menu-content-panel .dynamic-columns a {
            font-size: 12px;
            line-height: 36px;
            letter-spacing: 4px;
        }

/**********************************************************************************
    Directory Tree styles    
**********************************************************************************/

    .interim-section.directory-tree ul.sub-menu-nav-list {
        width: 100%;
        margin: 0 auto;
        padding: 0 0 24px 0;
    }

        .interim-section.directory-tree ul.sub-menu-nav-list li {
            padding-top: 12px;
            padding-bottom: 12px;
            font-size: 12px;
            color: #fff;
            letter-spacing: 4px;
            text-transform: uppercase;
            text-align: left;
        }

            .interim-section.directory-tree ul.sub-menu-nav-list li.mobile {
                line-height: 0;
                font-size: 0.8em;
                padding-bottom: 24px;
            }

            .interim-section.directory-tree ul.sub-menu-nav-list li a {
                font-size: inherit;
                color: inherit;
                text-decoration: none;
            }

                .interim-section.directory-tree ul.sub-menu-nav-list li a.green {
                    /*color: #99ff00;*/
                    color: rgba(85, 230, 127, 1.0);
                }

            .interim-section.directory-tree ul.sub-menu-nav-list li span.location-name {
                display: block;
            }

            .interim-section.directory-tree ul.sub-menu-nav-list li span.location-rating {
                float: none;
                width: 50%;
                text-align: left;
                font-size: 0.9em;
                position: relative;
                margin-top: 4px;
            }

            .interim-section.directory-tree ul.sub-menu-nav-list li span.location-rating:before {
                content: "rating ";
            }

            .interim-section.directory-tree ul.sub-menu-nav-list li span.location-price {
                width: 50%;
                text-align: right;
                font-size: 0.9em;
                position: relative;
                margin-top: 4px;
            }

            /*.interim-section.directory-tree ul.sub-menu-nav-list li span.location-price:before {
                content: "price ";
            }*/

            .interim-section.directory-tree ul.sub-menu-nav-list li.dropdown span.location {
                color: #d0d0d0;
            }

                .interim-section.directory-tree ul.sub-menu-nav-list li.dropdown span.location.green {
                    /*color: #99ff00;*/
                    color: rgba(85, 230, 127, 1.0);
                }

    .menu-content-body {
        /*background-color: #e8e8e8;*/
        color: #fff;
    }

    .menu-content-panel .additional-places-text
    {
        font-size: 14px;
        line-height: 36px;
    }
    
        .menu-content-panel .additional-places-text.desktop {
            display: none;
        }

        .menu-content-panel .additional-places-text.mobile {
            display: block;
        }
/**********************************************************************************
    Wishlist styles    
**********************************************************************************/

    .wishlist-wrapper {
        width: 100%;
        margin-top: 36px;
    }

    #add-current-item-to-wishlist-panel {
        margin-bottom: 0;
        line-height: 24px;
    }

        .wishlist-wrapper .dynamic-columns {
            -moz-column-count: 1;
            -webkit-column-count: 1;
            column-count: 1;
            /*-moz-column-gap: 2em;
            -webkit-column-gap: 2em;
            column-gap: 2em;*/
        }

    .wishlist-item-wrapper {
        width: 100%;
        height: 100%;
        margin-top: 36px;
    }
    
    .wishlist-item-image {
        /*width: 100%;*/
        margin: 0 auto;
    }

    .wishlist-item-title {
        width: 100%;
        /*height: 60px;*/
        /*top: 240px;*/
        padding-top: 0;
        top: auto;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0);
        background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
    }

        .wishlist-item-main-title {
            width: calc(100% - 20px);
            padding-left: 10px;
            padding-right: 10px;
            bottom: 8px;
            top: auto;
            position: absolute;
            -webkit-transform: none;
            -ms-transform: none;
            transform: none;
        }

    .wishlist-item-sub-title {
        margin: 0;
        font-size: 11px;
    }

    .dynamic-columns .wishlist-item-title a,
    .dynamic-columns .wishlist-action-buttons a {
        display: inline-block;
    }

    .dynamic-columns .wishlist-item-title h1, .dynamic-columns .wishlist-item-title h2,
    .dynamic-columns .wishlist-item-title h3 {
        margin-bottom: 0;
    }

    .dynamic-columns .wishlist-item-title h1 a,
    .dynamic-columns .wishlist-item-title h3 a {
        font-size: 18px;
        white-space: normal;
    }
    
    .interim-section .dynamic-columns.wishlist-columns a {
        line-height: 24px;
    }

    .interim-section .dynamic-columns.wishlist-columns .wishlist-item-title h1 a,
    .interim-section .dynamic-columns.wishlist-columns .wishlist-item-title h3 a {
        font-size: 18px;
        white-space: normal;
    }

    .wishlist-action-buttons {
        font-size: 12px;
    }

    hr.interim-divider {
        width: 100%;
        margin-top: 36px;
        margin-bottom: 36px;
    }
    
    #wishlist-panel .interim-section {
        margin-bottom: 32px;
    }

    .wishlist.additional-places-text {
        padding:0 32px 32px 32px;
        font-size: 14px;
        line-height: 28px;
        color: #ffffff;
        text-transform: uppercase;
        letter-spacing: 4px;
        text-align: center;
    }
/**********************************************************************************
    Sales comment    
**********************************************************************************/

    /*#sales-comment-wrapper {
        width: 90%;
        margin-top: 72px;
    }*/

    .sales-comment {
        position: relative;
    }
    
    .sales-comment-nav .sales-person-image {
        width: 100%;
        text-align: center;
    }

    .sales-comment-nav .sales-person-image img {
        width: 384px;
        height: auto;
        position: relative;
    }

    .sales-person-name .sales-person-role {
        display: none;
    }

    .sales-comment-nav .sales-nav-button {
        z-index: 20;
        position: absolute;
        top: 0;
        width: 15%;
        height: 44.8vw;
    }

        .sales-comment-nav .sales-nav-button.left {
            left: 0;
        }

        .sales-comment-nav .sales-nav-button.right {
            right: 0;
        }

    .sales-person-name {
        line-height: 24px;
        margin-top: 0;
        font-size: 9px;
    }

    .sales-text {
        line-height: 30px;
        font-size: 20px;
        letter-spacing: 2px;
        margin-top: 18px;
    }

    
        .sales-text br {
            display: inline;
            content: ' ';
        }

            .sales-text br:after {
                content: ' ';
            }

    .sales-comment-text {
        /*top: 44.8vw;*/
        /*padding-top:10px*/
    }
    
/**********************************************************************************
    Contact action buttons    
**********************************************************************************/


    #action-buttons-wrapper {
        width: 80%;
        margin-top: 24px;
        margin-bottom: 0;
    }
    
        #action-buttons-wrapper.col-4 .dynamic-columns {
            -moz-column-count: 2;
            -ms-column-count: 2;
            -webkit-column-count: 2;
            column-count: 2;
            -moz-column-width: 226px;
            -ms-column-width: 226px;
            -webkit-column-width: 226px;
            -column-width: 226px;
            -moz-column-gap: 32px;
            -ms-column-gap: 32px;
            -webkit-column-gap: 32px;
            column-gap: 32px;
        }

        #action-buttons-wrapper .action-button {
            width: 100%;
            margin: 16px auto;
        }


        #action-buttons-wrapper .action-button a,
        #action-buttons-wrapper .action-button  .action-prompt {
            margin-left: auto;
            margin-right: auto;
            font-size: 16px !important;
        }
        
        #action-buttons-wrapper .action-button  .action-prompt {
            font-size: 12px !important;
        }

        #action-buttons-wrapper .contact-button {
            display: block;
            margin: 0 auto 16px auto;
            width: auto;
        }
        
            #action-buttons-wrapper .contact-button input {
                font-size: 16px !important;
            }

                #action-buttons-wrapper .contact-button input:focus {
                    border: none;
                }

            #action-buttons-wrapper .contact-button input,
            #action-buttons-wrapper .contact-button .action-prompt {
                width: 100%;
            }

            #action-buttons-wrapper .contact-button .action-prompt, 
            #action-buttons-wrapper .action-prompt {
                /*display: none;*/
            }

                #action-buttons-wrapper .contact-button .action-prompt br {
                    display: inline;
                    content: ' ';
                }

                    #action-buttons-wrapper .contact-button .action-prompt br:after {
                        content: ' ';
                    }
        
            #action-buttons-wrapper.col-4 .contact-button .action-prompt {
                display: none;
            }

            #action-buttons-wrapper.col-4{
                margin-top: 36px;
            }
/**********************************************************************************
    Contact form    
**********************************************************************************/

    #contact-text {
        width: 90%;
        padding: 10px;
        font-size: 14px;
        /*padding-bottom: 36px;*/
    }

        #contact-text .contact-form hr:first-of-type {
            display: none;
        }

    .contact-form .form-location-header {
        font-size: 30px;
    }
    
    .contact-form .contact-location-image {
        width: 100%;
        height: 58.6vw;
    }

    .contact-form .contact-phone {
        font-size: 22px;
    }

    .contact-form .form-header:last-of-type {
        margin-bottom: 0;
    }

    .contact-form hr {
        margin-top: 20px;
        margin-bottom: 36px;
    }
    
        .contact-form br {
            display: inline;
            content: ' ';
        }

            .contact-form br:after {
                content: ' ';
            }

    .contact-form .form-location-sub-header {
        margin-bottom: 8px;
    }

    .long-form .content-body-row {
        display: block;
    }

    .long-form .content-body-row label {
        display: block;
        text-align: left;
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .long-form .content-body-row input {
        display: inline-block;
        width: 85%;
        margin-top: 0;
        margin-bottom: 20px;
    }

    .long-form .survey {
        display: block;
        width: auto;
        padding: 0;
    }

        .long-form .survey .content-body-row {
            display: block;
            width: 100%;
            text-align: justify;
            line-height: 0;
        }

        .long-form .survey .content-body-row:after {
            content: '';
            display: inline-block;
            width: 100%;
            height: 0;
            font-size: 0;
            line-height: 0;
        }

            .long-form .survey .content-body-row label {
                display: inline-block;
                text-align: left;
                line-height: 20px;
            }

            .long-form .survey .content-body-row input {
                display: inline-block;
                vertical-align: baseline;
                float: none;
                width: 15%;
            }

/**********************************************************************************
    Content footer    
**********************************************************************************/
    #content-footer-wrapper {
        padding-bottom: 24px;
        margin-top: 24px;
    }
        #content-footer-wrapper.seo-widget {
            margin-top: 420px !important;
        }

        /*.contact-content #content-footer-wrapper {
            margin-top: 1px;
        }*/

    body.menu #content-footer-wrapper {
        margin-top:-2px;
        border-top: 1px solid #8a8a8a;
    }

    .content-footer {
        padding: 54px 24px;
    }

        .content-footer-title span.brand-name {
            font-size: 20px;
            line-height: 36px;
            letter-spacing: 14px;
        }

        .content-footer-title h2 {
            line-height: 30px;
        }

    .content-footer-title .parent-links a.left {
        display: block;
        margin-bottom: 15px;
        margin-right: 0;
    }
    .content-footer-title .parent-links a.right {
        display: block;
    }

    .content-footer-links {
        display: none;
    }

    
    /*#map-placeholder .map-wrapper {
        display: none;
    }*/

    
            ul.child-menu-nav-list li a.view-area {
                display: block;
                padding: 0;
            }



    /*#best-lodges-slider {
        display: none;
    }*/

    #seo-widget {
        font-size: 10px;
        height: 330px;
        letter-spacing: 1px;
    }
        #seo-widget > h1 {
            font-size: 18px;
            letter-spacing: 3px;
       }
        #seo-widget .articles article h2 {
            font-size: 16px;
        }

        #seo-widget .seo-widget-button {
            width: 10%;
        }



    #lodge-map-wrapper {
        display: none;
    }

    
    /*.atr-slider-display-port {
        width: 600px;
    }*/


    .atr-slider-items-collection.trip-items-collection.atr-slider-col-1 {
        width: 482px;
    }

        .atr-slider-items-collection.trip-items-collection.atr-slider-col-1 ul li {
            width: 462px;
        }

        
    #trip-collection-items .atr-slider-display-port {
        width: 527px;
    }

    
    .atr-slider-items-collection.trip-items-collection.atr-slider-col-1 {
        width: 431px;
        margin-left: 18px;
        margin-right: 18px;
    }

        .atr-slider-items-collection.trip-items-collection.atr-slider-col-1 ul li {
            width: 467px;
        }

            .atr-slider-items-collection.trip-items-collection.atr-slider-col-1 ul li div.trip-card {
                width: 427px;
                margin-left: 0;
                margin-right: 0;
            }

    /*.atr-slider-nav {
        width: 24px;
    }*/


        
/**********************************************************************************
   Seasonal ratings widget  
**********************************************************************************/
    /*.seasonal-rating-item.months {
        padding: 8px 24px;
        width: 48px;
    }

    .seasonal-rating-shape {
        height: 48px;
    }*/


    
/**********************************************************************************
    Lodge Search styles    
**********************************************************************************/

body.search-page #page-wrapper .search-section {
    padding-left: 0;
    padding-right: 0;
    min-width: 370px;
}

    body.search-page #page-wrapper .search-section .search-combo input.search {
        font-size: 14px;
        height: 22px;
    }

    body.search-page #page-wrapper .search-dropdown .main-display-elements span.selected-item {
        font-size: 14px;
        margin-top: 2px;
    }

    body.search-page #page-wrapper #search-results-header h1 {
        font-size: 18px;
        line-height: 27px;
    }





    /* End of media query */
}


/*@media screen and (max-width: 700px) {
   .seasonal-rating-item.months {
        padding: 8px 18px;
    }
}*/

/*@media screen and (max-width: 646px) {
   .seasonal-rating-item.months {
        padding: 8px 14px;
    }
}*/

/*@media screen and (max-width: 600px) {
   .seasonal-rating-item.months {
        width: 42px;
    }

    .seasonal-rating-shape {
        height: 42px;
    }
}*/

@media screen and (max-width: 560px) {
   /*.seasonal-rating-item.months {
        padding: 8px 12px;
    }
   
   .sales-comment-nav {
       height: 198px;    
   }*/

   .sales-comment-nav .sales-person-image img {
        width: 348px;
    }
}

@media screen and (max-width: 498px) {
   /*.seasonal-rating-item.months {
        padding: 8px 10px;
        width: 39px;
    }

    .seasonal-rating-shape {
        height: 39px;
    }*/

   .sales-comment-nav {
       height: 198px;    
   }

   .sales-comment-nav .sales-person-image img {
        width: 348px;
    }
}

/*@media screen and (max-width: 452px) {
   .seasonal-rating-item.months {
        padding: 8px 10px;
        width: 35px;
    }

    .seasonal-rating-shape {
        height: 35px;
    }
}*/

@media screen and (max-width: 480px) and (orientation: portrait) {
    
    #location-text-search-combo.search-box .search-results {
        font-size: 10px !important;
    }

    .R1Sel a, .R2Sel a, .R3Sel a, .R4Sel a, .R5Sel a, .R6Sel a, .R7Sel a, .R8Sel a, .R1 a, .R2 a, .R3 a, .R4 a, .R5 a, .R6 a, .R7 a, .R8 a {
        padding-left: 2px;
    }
}

@media screen and (max-width: 436px) {
   /*.seasonal-rating-item.months {
       padding: 8px 10px;
       width: 30px;
    }

    .seasonal-rating-shape {
        height: 30px;
    }*/
   
   .sales-comment-nav {
       height: 172px;    
   }

   .sales-comment-nav .sales-person-image img {
        width: 301px;
    }
   
    body.search-page #page-wrapper .search-section {
        min-width: 90%;
    }
}


@media screen and (max-width: 410px) {
   /*.seasonal-rating-item.months {
        padding: 8px 8px;
        width: 30px;
    }

    .seasonal-rating-shape {
        height: 30px;
    }*/
   
   .sales-comment-nav {
       height: 160px;    
   }

   .sales-comment-nav .sales-person-image img {
        width: 281px;
    }
   
    body.search-page #page-wrapper .search-section {
        min-width: 90%;
    }
}


@media screen and (max-width: 378px) {
   /*.seasonal-rating-item.months {
        padding: 8px 8px;
        width: 24px;
    }

    .seasonal-rating-shape {
        height: 24px;
    }*/
   
   .sales-comment-nav {
       height: 151px;    
   }

   .sales-comment-nav .sales-person-image img {
        width: 264px;
    }
   
    body.search-page #page-wrapper .search-section {
        min-width: 90%;
    }
}


@media screen and (max-width: 350px) {
   /*.seasonal-rating-item.months {
        padding: 8px 8px;
        width: 20px;
    }

    .seasonal-rating-shape {
        height: 20px;
    }*/

   .sales-comment-nav {
       height: 128px;
   }
   .sales-comment-nav .sales-person-image img {
        width: 226px;
    }
   
    body.search-page #page-wrapper .search-section {
        min-width: 90%;
    }
}


@media screen and (max-width: 324px) {
   /*.seasonal-rating-item.months {
        padding: 8px 7px;
    }*/
   
    body.search-page #page-wrapper .search-section {
        min-width: 90%;
    }
}


@media screen and (max-width: 296px) {
   /*.seasonal-rating-item.months {
        padding: 8px 6px;
        width: 20px;
    }

    .seasonal-rating-shape {
        height: 20px;
    }*/

    body.search-page #page-wrapper .search-section {
        min-width: 90%;
    }
}

@media screen and (max-height: 599px) { 
    #home-message-carousel {
        visibility: hidden;
    }

        #home-message-carousel a.home-carousel-msg-panel,
        #home-message-carousel .home-carousel-menu  {
            display: none;
        }

    .page-facilities.home {
        margin-top: 128px !important;
    }

    /*.page-title.home {
        margin-top: -382px;
    }*/

}
