

@font-face {
    font-family: 'Avenir Bold';
    src: url('/fonts/AvenirNextLTPro-Bold.ttf');
  
    src: url('/fonts/AvenirNextLTPro-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ 
    url('/fonts/AvenirNextLTPro-Bold.woff') format('woff'), /* Modern Browsers */  
    url('/fonts/AvenirNextLTPro-Bold.ttf') format('truetype');
}



@font-face {
    font-family: 'Avenir Medium';
    src: url('/fonts/AvenirNextLTPro-Demi.ttf');
   
    src: url('/fonts/AvenirNextLTPro-Demi.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ 
    url('/fonts/AvenirNextLTPro-Demi.woff') format('woff'), /* Modern Browsers */  
    url('/fonts/AvenirNextLTPro-Demi.ttf') format('truetype');
}




@font-face {
    font-family: 'Avenir Regular';
    src: url('/fonts/AvenirNextLTPro-Regular.ttf');
 
    src: url('/fonts/AvenirNextLTPro-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ 
    url('/fonts/AvenirNextLTPro-Regular.woff') format('woff'), /* Modern Browsers */  
    url('/fonts/AvenirNextLTPro-Regular.ttf') format('truetype');
}



@font-face {
    font-family: 'Avenir Light';
    src: url('/fonts/AvenirNextLTPro-UltLtCn.ttf');
  
    src: url('/fonts/AvenirNextLTPro-UltLtCn.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ 
    url('/fonts/AvenirNextLTPro-UltLtCn.woff') format('woff'), /* Modern Browsers */  
    url('/fonts/AvenirNextLTPro-UltLtCn.ttf') format('truetype'); 
   
}




@font-face {
    font-family: 'Dust West';
    src: url('/fonts/Dust-West.ttf');
    /*src: url('/fonts/Dust-West.eot'); /* IE9 Compat Modes */
    src:   url('/fonts/Dust-West.woff') format('woff');
   
}

.header {
    position: fixed;
    top: 0;
    bottom: auto;
    padding-bottom: 10px;
    width: 100%;
    box-shadow: 0 0 10px #000;
    background-color: rgba(255,255,255,0.9);
    z-index: 100;
}

.logo {
    /*background: url("../images/YSB-logo-mobile.png") no-repeat;*/
    background:none;
    background-repeat:no-repeat;
    background-size: contain;
    position: relative;
    height: 50px;
    width: 80px;
    left: 50%;
    margin-left: -40px;
}

.img_stories_box:after{
    content:'';
    width:calc(100% - 30px);
    height:100%;
    background:rgba(0,0,0,0.40);
    position:absolute;
    top:0;
    left:15px;
    z-index:9;
}
.img_stories_box > div{
    position:relative; z-index:10;
}
.img_stories_box > a{
    z-index:10;
}

@media(min-width:768px) and (max-width:1200px) {
    .logo {
        height: 60px;
        width: 100px;
        margin-left: -50px;
    }
}

@media(min-width:1200px) {
    .header {
        padding-bottom: 0;
    }

    .logo {
        position: static;
        background: url("../images/YSB-logo.png") no-repeat;
        background-size: contain;
        height: 106px;
        width: auto;
        margin-left: 0;
    }
}

.mobile-nav {
    position: absolute;
    left: -100%;
    width: 100%;
    top: 0;
    z-index: 1000;
    -webkit-transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
}

.nav ul {
    list-style: none;
}

.nav a {
    display: inline-block;
    width: 100%;
}

.nav-links {
    background-color: #fff;
}

.main-links a {
    border-bottom: 1px solid #c2c2c2;
    padding: 10px 15px;
    line-height: 32px;
}

.main-links > ul > li:hover > a {
    border-bottom: 4px solid #994b05;
}

.main-links > ul > li:hover .sub-menu {
    display: block;
}

.top-links {
    padding: 12px 0;
    background-color: #f2f2f2;
}

    .top-links a {
        line-height: 23px;
    }

.nav-links {
    box-shadow: 0 -10px 8px #000;
    width: 85%;
}

.close-menu {
    width: 13%;
    padding: 22px 20px 20px;
    margin-left: 6px;
    background-color: #fff;
}

.nav.to-right {
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
}

.panel-group .panel {
    border: 0;
    box-shadow: none;
}

.panel-group .panel-default > .panel-heading {
    color: #363636;
    background-color: #fff;
    border: 0;
    padding: 0;
}

@media(min-width:1200px) {
    .nav ul {
        display: inline-block;
    }

    .top-links {
        background: 0;
    }

        .top-links li {
            color: #164a56;
        }

        .top-links a {
            padding: 0 25px;
            color: #164a56;
            display: inline;
        }

        .top-links .fa {
            position: relative;
            top: 2px;
            padding-right: 10px;
        }

    .main-links > ul {
        border-top: 1px solid #c2c2c2;
    }

    .main-links a {
        border-bottom: 0;
        padding: 10px 18px;
    }

    .main-links > li:first-child a {
        padding: 10px 20px 10px 0;
    }

    .sub-menu {
        position: absolute;
        display: none;
        background-color: #fff;
        border-top: 4px solid #d7d7d7;
        margin: -4px 15px 0;
        left: -230px;
        right: 0;
        z-index: -10;
    }

        .sub-menu ul {
            display: block;
            padding: 30px 15px;
            min-height: 368px;
        }

        .sub-menu a {
            line-height: 25px;
            padding-left: 0;
        }

            .sub-menu a:hover {
                color: #66b0b6;
            }

        .sub-menu li:first-child a {
            padding-top: 0;
        }
}

@media(min-width:768px) and (max-width:992px) {
    .nav-links {
        width: 60%;
    }

    .close-menu {
        width: 10%;
        padding: 26px 20px 26px;
    }
}

@media(min-width:992px) and (max-width:1200px) {
    .sub-menu {
        left: -182px;
    }
}

@media(max-width:768px) {
    .tile-content {
        top: 18%;
    }

        .tile-content img {
            width: 40px;
        }

        .tile-content p {
            font-size: 14px;
        }
}

.owl-carousel .owl-nav {
    position: absolute;
    width: 100%;
    top: 50%;
}

    .owl-carousel .owl-nav .owl-prev {
        float: left;
    }

    .owl-carousel .owl-nav .owl-next {
        float: right;
    }

.owl-theme .owl-dots {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-right: -37px;
}

    .owl-theme .owl-dots .owl-dot span {
        background-color: #c2c2c2;
    }

    .owl-theme .owl-dots .owl-dot.active span {
        background-color: #fff;
    }

.owl-theme .owl-nav [class*=owl-]:hover {
    background: 0;
    color: #c2c2c2;
}

.owl-carousel .owl-item img {
    width: auto;
    display: inline;
    transform-style: flat;
}

.owl-theme .owl-controls {
    margin-top: 0;
}

    .owl-theme .owl-controls .owl-nav div {
        background: 0;
        opacity: 1;
        border-radius: 0;
        color: #c2c2c2;
    }

        .owl-theme .owl-controls .owl-nav div .fa-angle-left, .owl-theme .owl-controls .owl-nav div .fa-angle-right {
            font-size: 50px;
        }

.banner-carousel .banner {
    background: url('../images/home-banner.jpg') no-repeat;
    background-size: cover;
    background-position: center;
    padding: 200px 0 150px;
}

.region-carousel .region {
    background: url("../images/region-map.jpg") no-repeat;
    background-size: cover;
    background-position: center;
    padding: 200px 60px 180px;
}

.region-carousel .owl-carousel .owl-nav {
    top: 40%;
}

.featured-carousel .owl-carousel .owl-item img, .nearby-lodging-carousel .owl-carousel .owl-item img, .nearby-attractions-carousel .owl-carousel .owl-item img {
    width: 100%;
}

.featured-carousel .owl-carousel .owl-nav, .nearby-lodging-carousel .owl-carousel .owl-nav, .nearby-attractions-carousel .owl-carousel .owl-nav {
    width: auto;
    top: 30%;
    left: -15px;
    right: -15px;
}

    .featured-carousel .owl-carousel .owl-nav .owl-prev, .nearby-lodging-carousel .owl-carousel .owl-nav .owl-prev, .nearby-attractions-carousel .owl-carousel .owl-nav .owl-prev, .featured-carousel .owl-carousel .owl-nav .owl-next, .nearby-lodging-carousel .owl-carousel .owl-nav .owl-next, .nearby-attractions-carousel .owl-carousel .owl-nav .owl-next {
        padding: 0;
    }

.featured-carousel .owl-theme .owl-controls .owl-nav div .fa, .nearby-lodging-carousel .owl-theme .owl-controls .owl-nav div .fa, .nearby-attractions-carousel .owl-theme .owl-controls .owl-nav div .fa {
    color: #959595;
}

.date-carousel .owl-carousel .owl-item > div {
    border-top: 2px solid transparent;
}

.date-carousel .owl-carousel .owl-nav {
    top: 10px;
    cursor: pointer;
    margin: 0;
}

    .date-carousel .owl-carousel .owl-nav .owl-prev, .date-carousel .owl-carousel .owl-nav .owl-next {
        position: absolute;
        padding: 0;
        margin: 0;
    }

    .date-carousel .owl-carousel .owl-nav .owl-prev {
        left: -15px;
    }

    .date-carousel .owl-carousel .owl-nav .owl-next {
        right: -15px;
    }

.mission-carousel .owl-carousel .owl-nav {
    display: none;
}

.mission-carousel .owl-carousel .owl-dots {
    right: 50%;
    bottom: -40px;
}

    .mission-carousel .owl-carousel .owl-dots .owl-dot span {
        background-color: #959595;
    }

.employee-carousel .owl-carousel .owl-nav {
    top: 10%;
    left: 10%;
    right: 10%;
    width: auto;
}

.employee-carousel .owl-carousel .owl-dots {
    display: none;
}

@media(min-width:768px) {
    .owl-carousel .owl-dots {
        right: 5px;
        margin-right: 0;
    }

    .mission-carousel .owl-carousel .owl-nav {
        display: block;
        left: -80px;
        right: -80px;
        top: 40%;
        margin: 0;
        width: auto;
    }

    .employee-carousel .owl-carousel .owl-nav {
        left: 30%;
        right: 30%;
    }
}

@media(max-width:768px) {
    .banner-background {
        width: 200px;
    }

    .slash {
        width: 300px !important;
    }

    .banner-carousel .banner {
        padding: 140px 0 120px;
    }

    .region-carousel .region {
        padding: 100px 60px;
    }
}

.tile-content {
    position: absolute;
    top: 20%;
    right: 15px;
    bottom: 0;
    left: 15px;
    overflow: hidden;
}

.tile:hover .tile-content {
    top: 0;
}

.tile:hover .overlay, .tile:hover .description {
    display: block;
}

.tile .overlay {
    display: none;
    position: absolute;
    background-color: #164a56;
    opacity: .15;
    top: 0;
    right: 15px;
    bottom: 20px;
    left: 15px;
}

.tile .description {
    display: none;
}

.tile .fa-arrow-right {
    position: absolute;
    bottom: 25px;
    right: 8px;
}

.tile .sponsored {
    background-color: #164a56;
    opacity: .8;
    padding: 5px;
    position: absolute;
    right: 15px;
    bottom: 21px;
}

.attractions img {
    height: 350px;
}

.attractions h3 {
    width: 100%;
    top: 120px;
}

.adventures .sponsored {
    position: absolute;
    top: 0;
    left: 15px;
    background-color: #166d66;
    opacity: .7;
    padding: 5px;
}

.adventures .map-marker {
    left: auto;
    right: 20px;
}

strong.align-right-map-marker, strong i.align-right-map-marker{
    left: auto;
    right: 20px;
}

.visitors .itinerary-details {
    background-color: rgba(22,74,86,0.75);
    padding: 10px;
    bottom: 15px;
    left: 15px;
    right: 15px;
}

#site_map a:hover {
    color: #66b0b6;
}

.page-header .blog {
    border: 0;
}

    .page-header .fa-camera, .blog .fa-camera {
        position: absolute;
        right: 10px;
        bottom: 10px;
        z-index: 10;
    }

        .page-header .fa-camera:hover ~ .photo-credits, .blog .fa-camera:hover ~ .photo-credits {
            display: block;
        }

    .page-header .photo-credits, .blog .photo-credits {
        display: none;
        bottom: 0;
        right: 0;
        background-color: rgba(22,74,86,0.75);
        padding: 10px 40px 10px 10px;
        width: 400px;
        max-width: 100%;
    }

.banner-text {
    position: absolute;
    top: 40%;
}

.modal .form-control {
    border: 0;
    border-radius: 0;
    border-bottom: 3px solid #959595;
    box-shadow: none;
}

    .modal .form-control::-moz-placeholder {
        color: #363636;
    }

    .modal .form-control:-ms-input-placeholder {
        color: #363636;
    }

    .modal .form-control::-webkit-input-placeholder {
        color: #363636;
    }

.blogs .new-blog {
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(22,74,86,0.75);
    color: #fff;
    padding: 10px;
}

.blogs .mobile-like {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #fff;
}

    .blogs .mobile-like .fa {
        font-size: 25px;
    }

.blogs > div:last-child {
    border-top: 1px solid #c2c2c2;
}

.like-on {
    color: #c16b1f !important;
}

    .like-on.hover-blue:hover {
        color: #c16b1f;
    }

.blog-search .fa-arrow-right {
    position: absolute;
    right: 10px;
    top: 30px;
    z-index: 10;
}

.blog-search .input-group-addon, .blog-search .form-control {
    border-color: #d7d7d7;
    background: #f8f9f3;
    background: -webkit-linear-gradient(#f8f9f3,#eae9de);
    background: -o-linear-gradient(#f8f9f3,#eae9de);
    background: -moz-linear-gradient(#f8f9f3,#eae9de);
    background: linear-gradient(#f8f9f3,#eae9de);
}

.blog-search .form-control {
    border-left: 0;
    padding-left: 0;
    box-shadow: none;
}

    .blog-search .form-control::-moz-placeholder {
        color: #363636;
    }

    .blog-search .form-control:-ms-input-placeholder {
        color: #363636;
    }

    .blog-search .form-control::-webkit-input-placeholder {
        color: #363636;
    }

.search-tags .tag {
    padding: 5px;
    margin: 5px;
    border: 1px solid #166d66;
    color: #166d66;
    cursor: pointer;
}

    .search-tags .tag:hover {
        background-color: #166d66;
        color: #fff;
    }

@media(min-width:768px) {
    .blogs > div:last-child {
        border-top: 0;
    }
}

@media(min-width:992px) {
    .banner-text {
        top: 55%;
    }
}

@media(min-width:992px) {
    #search .modal-dialog {
        margin: 112px auto;
        width: 1150px;
        max-width: 98%;
    }
}

.btn {
    width: 100%;
    padding: 8px 12px;
    border-color: #959595;
    border-radius: 2px;
}

.btn-default:hover, .btn-default:focus, .btn-default:active {
    background-color: #fff;
    outline: 0;
}

.btn-primary, .btn-primary:focus, .btn-primary:hover, .open > .dropdown-toggle.btn-primary {
    background-color: #c16b1f;
    border-color: #c16b1f;
    outline: 0;
}

.btn-dark-primary, .btn-dark-primary:focus, .btn-dark-primary:hover {
    color: #fff;
    background-color: #994b05;
    border-color: #994b05;
    outline: 0;
}

.btn-green, .btn-green:focus, .btn-green:hover {
    background-color: #166d66;
    border-color: #166d66;
    color: #fff;
    outline: 0;
}

.btn-logo {
    height: 55px;
    padding: 0;
    border: 0;
}

.btn-app-store {
    background: url('../images/app-store-logo.png') no-repeat;
}

.btn-google-play {
    background: url('../images/google-play-logo.png') no-repeat;
}

.selectricWrapper {
    width: 100%;
    margin-bottom: 0;
}

.selectric {
    background: #c16b1f;
    border-radius: 0;
}

    .selectric .label {
        text-align: left;
        padding: 6px 15px;
    }

.selectricOpen .selectric {
    background: #c16b1f;
}

    .selectricOpen .selectric .button {
        transform: rotate(180deg);
    }

.selectricItems {
    outline: 0;
    top: 103%;
}

.selectric-selectric-grey .selectric {
    background: #f8f9f3;
    background: -webkit-linear-gradient(#f8f9f3,#eae9de);
    background: -o-linear-gradient(#f8f9f3,#eae9de);
    background: -moz-linear-gradient(#f8f9f3,#eae9de);
    background: linear-gradient(#f8f9f3,#eae9de);
    border: 1px solid #d7d7d7;
}

    .selectric-selectric-grey .selectric .label {
        color: #363636;
    }

.selectric-selectric-grey .button {
    border-top-color: #363636;
}

.selectric-selectric-grey.selectricHover .button {
    border-top-color: #363636;
}

.selectric-selectric-grey.selectricOpen .selectricItems {
    background-color: #f8f9f3;
}

.selectric-selectric-grey.selectricOpen li.selected {
    background-color: #eae9de;
}

.selectric-selectric-grey.selectricOpen li:hover {
    background-color: #eae9de;
}

.map-marker {
    position: absolute;
    top: 5px;
    left: 20px;
}

.restaurants .sponsored {
    position: absolute;
    bottom: 0;
    right: 15px;
    background-color: #166d66;
    opacity: .7;
    padding: 5px;
}

.restaurants .stars {
    bottom: 5px;
    right: 20px;
}

    .restaurants .stars .star {
        background-color: #959595;
        padding: 2px;
    }

    .restaurants .stars .rated {
        background-color: #c16b1f;
    }

.restaurants .load-more {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.price-range .icon-dollar {
    color: #959595;
}

    .price-range .icon-dollar.selected {
        color: #166d66;
    }

.nearby-tabs {
    border-bottom: 4px solid #c6c3b3;
}

.nav-tabs {
    box-shadow: 0 0 10px #c2c2c2;
}

    .nav-tabs > li > a, .nav-tabs > li > a:hover {
        background-color: #eae9de;
        border-color: #c6c3b3;
        border-radius: 0;
    }

    .nav-tabs > li.active a, .nav-tabs > li.active a:hover, .nav-tabs > li.active a:focus {
        background-color: #c6c3b3;
        border-color: #c6c3b3;
    }

.view.selected {
    color: #575927;
}

.filter {
    border: 1px solid #994b05;
    border-right: 0;
    position: static;
}

    .filter.open .fa-caret-down {
        transform: rotate(180deg);
    }

    .filter .dropdown-menu {
        border: 0;
        box-shadow: none;
        top: auto;
        border-top: 1px solid #f2f2f2;
    }

        .filter .dropdown-menu > div {
            border-right: 1px solid #994b05;
            border-bottom: 1px solid #994b05;
        }

        .filter .dropdown-menu .form-control:focus {
            box-shadow: none;
        }

    .filter .form-control {
        border-radius: 0;
    }

    .filter .btn {
        border-radius: 0;
        padding: 8px 12px 9px;
        margin-right: 0;
    }

        .filter .btn.no-border {
            width: auto;
        }

@media(min-width:768px) {
    .filter {
        position: relative;
    }

        .filter .dropdown-menu {
            position: static;
            display: block;
            border-top: 0;
            float: none;
        }

            .filter .dropdown-menu > div {
                border-bottom: 0;
            }

                .filter .dropdown-menu > div:first-child {
                    border-top: 0;
                }
}

.date-events .map-marker {
    right: 60px;
    left: auto;
}

.date-events .share-icon {
    position: absolute;
    right: 30px;
    top: 5px;
}

.date-events .event-date {
    position: absolute;
    top: 0;
    left: 15px;
    background-color: #166d66;
    opacity: .7;
    padding: 5px 10px;
}

.date-filter .selected {
    background-color: #fff;
    border-top: 2px solid #c16b1f !important;
}

.filter-result .form-control {
    height: 28px;
    margin: 5px 0;
}

.filter-result .btn-primary {
    background-color: #994b05;
    padding: 6px 12px 7px 12px;
}

.itineraries .itinerary .absolute {
    top: 0;
    bottom: 20px;
    left: 0;
    right: 0;
    padding: 0 30px;
    z-index: 20;
}

.itineraries .itinerary .fa-arrow-right {
    position: absolute;
    right: 30px;
    bottom: 15px;
}

.itineraries .itinerary .add-to-itinerary {
    position: absolute;
    right: 30px;
    top: 10px;
}

.itineraries .itinerary .overlay {
    display: none;
    background-color: rgba(22,74,86,0.75);
    z-index: 10;
}

.itineraries .itinerary .display-on-hover {
    display: none;
}

.itineraries .itinerary:hover .overlay, .itineraries .itinerary:hover .display-on-hover {
    display: block;
}

.regions .region .absolute, .regions .region .overlay {
    left: 15px;
    right: 15px;
    bottom: 10px;
}

.regions .region .absolute {
    padding: 30px 15px 15px;
    top: 30%;
    z-index: 20;
}

.regions .region .overlay {
    top: 15px;
    display: none;
    background-color: rgba(22,74,86,0.75);
    z-index: 10;
}

.regions .region .details {
    display: none;
}

.regions .region:hover .overlay, .regions .region:hover .details {
    display: block;
}

.regions .region:hover .absolute {
    top: 0;
}

.regions .region .fa-arrow-right {
    position: absolute;
    right: 10px;
    bottom: 10px;
}

.regions .bubble {
    border-radius: 50%;
    width: 403px;
    padding: 50px;
    margin: 0 auto;
    box-shadow: 0 0 30px #959595;
    position: relative;
}

    .regions .bubble .copy-text-extra-large {
        line-height: 30px;
    }

    .regions .bubble .btn-primary {
        width: 50%;
    }

    .regions .bubble .fa {
        top: 0;
    }

    .regions .bubble:after {
        content: '';
        position: absolute;
        right: -10px;
        bottom: 120px;
        transform: rotate(18deg);
        height: 0;
        width: 0;
        border-top: 20px solid transparent;
        border-bottom: 20px solid transparent;
        border-left: 20px solid #eae9de;
    }

.about-us .copy-text-extra-large {
    line-height: 25px;
}

.about-us .rounded-img {
    width: 150px !important;
    border-radius: 50%;
}

.about-us .employee .img-funny, .about-us .employee .overlay {
    display: none;
    top: 20px;
    bottom: 0;
    left: 50%;
    right: 0;
    margin-left: -75px;
    cursor: pointer;
}

.about-us .employee .overlay {
    background-color: rgba(22,74,86,0.75);
    border-radius: 50%;
    width: 150px;
    height: 153px;
}

.about-us .employee .img-professional:hover ~ .text-center .overlay {
    display: block;
}

.about-us .employee .img-professional:hover ~ .text-center .img-funny {
    display: inline;
}

.about-us .volunteers .img-funny, .about-us .volunteers .overlay {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    cursor: pointer;
}

.about-us .volunteers .overlay {
    background-color: rgba(22,74,86,0.75);
}

.about-us .volunteers .img-professional:hover ~ .overlay {
    display: block;
}

.about-us .volunteers .img-professional:hover ~ .img-funny {
    display: inline;
}

.about-us .overlay:hover {
    display: block;
}

    .about-us .overlay:hover ~ .img-funny {
        display: inline;
    }

.footer {
    position: relative;
}

    .footer .form-control {
        background-color: #eae9de;
        border: 1px solid #959595;
        border-radius: 0;
    }

    .footer .fa-arrow-right {
        position: absolute;
        right: 10px;
        top: 6px;
    }

    .footer .bottom-separator {
        border-bottom: 1px solid #f8f9f3;
    }

    .footer .overlay-background {
        background-image: url("../images/footer-background.jpg");
        background-repeat: no-repeat;
        position: absolute;
        opacity: .15;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
    }

@media(max-width:768px) {
    .overlay-background {
        background-position: 0 100%;
        background-size: 100% 150px;
    }
}

body {
    color: #363636;
    font-family: "Avenir Regular";
}

h2, strong {
    font-family: "Avenir Medium";
}

.fa {
    font-size: 20px;
}

.no-margin {
    margin: 0 !important;
}

.no-padding {
    padding: 0 !important;
}

.left0 {
    padding-left: 0;
}

.left15 {
    padding-left: 15px;
}

.right0 {
    padding-right: 0;
}

.right5 {
    padding-right: 5px;
}

.right10 {
    padding-right: 10px;
}

.sides-15 {
    padding: 0 15px;
}

.sides-5 {
    padding: 0 5px;
}

.space-top-tiny {
    padding-top: 5px;
}

.space-bottom-tiny {
    padding-bottom: 5px;
}

.space-top-small {
    padding-top: 10px;
}

.space-top-medium {
    padding-top: 15px;
}

.space-bottom-small {
    padding-bottom: 10px;
}

.space-bottom-medium {
    padding-bottom: 15px !important;
}

.space-top-large {
    padding-top: 20px !important;

}

.space-bottom-large {
    padding-bottom: 20px;
}

.space-top-extra-large {
    padding-top: 30px;
}

.space-bottom-extra-large {
    padding-bottom: 30px;
}

.space-bottom-mega-large {
    padding-bottom: 60px;
}

.copy-text-small {
    font-size: 17px;
}

.copy-text-medium-small {
    font-size: 19px;
}

.copy-text-medium {
    font-size: 20px;
}

.copy-text-large {
    font-size: 25px;
}

.copy-text-very-large {
    font-size: 35px;
}

.copy-banner-text {
    font-size: 145px;
    line-height: 110px;
}

.copy-region-text {
    font-size: 91px;
    line-height: 90px;
}

.copy-text-extra-large {
    font-size: 42px;
}

.copy-text-yellow-green {
    color: #575927;
}

.font-dust-west {
    font-family: "Dust West";
}

.font-light {
    font-family: "Avenir Light";
}

.copy-text-white {
    color: #fff;
}

    .copy-text-white:hover, .copy-text-white:focus {
        color: #fff;
    }

.copy-text-blue {
    color: #164a56;
}

.copy-text-green {
    color: #166d66;
}

.copy-text-light-orange {
    color: #c46c2f;
}

.copy-text-orange {
    color: #c16b1f;
}

.copy-text-light-blue {
    color: #66b0b6;
}

.copy-text-dark-grey {
    color: #959595;
}

.copy-text-dark-orange {
    color: #994b05;
}

.copy-text-light {
    color: #f2f2f2;
}

a {
    color: #363636;
}

    a:hover, a:focus {
        /*color: #363636;*/
        text-decoration: none;
    }

.icon {
    width: 20px;
}

.table {
    display: table;
    width: auto;
    margin-bottom: 0;
}

.table-cell {
    display: table-cell;
    vertical-align: middle;
}

.overlay {
    position: absolute;
    display: none;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    background: transparent;
}

.no-visibility {
    visibility: hidden;
}

.separator {
    border-bottom: 1px solid #c2c2c2;
}

.side-separator {
    border-right: 1px solid #c2c2c2;
}

.dashed-border {
    border: 2px dashed #c2c2c2;
}

.no-border {
    border: 0;
}

.full-width {
    width: 100% !important;
}

.full-height {
    height: 100%;
}

.pointer {
    cursor: pointer;
}

.bottom-border-broad {
    border-bottom: 3px solid #c16b1f;
}

.block {
    display: block;
}

.inline-block {
    display: inline-block;
}

.background-grey {
    background-color: #f2f2f2;
}

.background-orange {
    background-color: #c16b1f;
}

.background-dark-orange {
    background-color: #994b05;
}

.background-light-yellow {
    background-color: #f8f9f3;
}

.background-mid-yellow {
    background-color: #eae9de;
}

.required {
    color: red;
}

.no-list-style {
    list-style: none;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.form-control {
    height: 38px;
}

span + i {
    position: relative;
    top: 2px;
}

.icon + span {
    position: relative;
    top: 2px;
}

.form-control::-moz-placeholder {
    color: #fff;
}

.form-control:-ms-input-placeholder {
    color: #fff;
}

.form-control::-webkit-input-placeholder {
    color: #fff;
}

.slash {
    width: 50% !important;
}

.share-dropdown .fa-share-alt {
    border: 1px solid #959595;
    padding: 5px;
    border-radius: 50%;
}

.share-dropdown .dropdown-menu {
    margin-top: 10px;
    width: 300px;
    right: -10px;
}

[data-hover='dropdown'] {
    position: relative;
}

    [data-hover='dropdown'] .dropdown-menu {
        display: none;
        top: 35px;
        left: auto;
        right: 0;
        width: 225px;
    }

    [data-hover='dropdown']:hover .dropdown-menu {
        display: block;
    }

a.hover-blue:hover {
    color: #66b0b6;
}

@media(min-width:768px) and (max-width:992px) {
    .copy-banner-text {
        font-size: 120px;
    }

    .copy-text-extra-large {
        font-size: 40px;
    }
}

@media(min-width:768px) {
    .block-lg {
        display: block;
    }

    .open-lg {
        display: block;
        visibility: visible;
    }
}

@media(max-width:768px) {
    .copy-banner-text {
        font-size: 50px;
        line-height: 35px;
    }

    .copy-text-extra-large {
        font-size: 25px;
    }

    .copy-region-text {
        font-size: 42px;
        line-height: 42px;
    }

    .mobile-text-center {
        text-align: center;
    }

    .mobile-right0 {
        padding-right: 0;
    }

    .mobile-no-padding {
        padding: 0;
    }

    .mobile-width-auto {
        width: auto;
    }

    .mobile-pull-right {
        float: right;
    }

    .mobile-block {
        display: block;
    }

    .mobile-no-pull {
        float: none !important;
    }
.mobile-text-large {
        font-size: 25px;
    }
}

.space-top-large.space-bottom-large a strong {
    color: #31859b !important;
    font-weight: bold !important;
}
.space-top-large.space-bottom-large a strong:hover {
    color: #994b05 !important;
    font-weight: bold !important;
}

.blog-border{
    margin-top: 10px;
    border-bottom: 1px solid #959595!important;
}
.space-top-large.space-bottom-large a span {
    color: #31859b !important;
    font-weight: bold !important;
}

.space-top-large.space-bottom-large a span:hover {
    color: #994b05 !important;
    font-weight: bold !important;
}

.space-top-large a span{
    color: #31859b !important;
    font-weight: bold !important;
}
.space-top-large a span:hover {
    color: #994b05 !important;
    font-weight: bold !important;
}
.col-xs-12.col-sm-offset-1.col-sm-10.text-center p a span{
    color: #31859b !important;
    font-weight: bold !important;
}
.col-xs-12.col-sm-offset-1.col-sm-10.text-center p a span:hover {
    color: #994b05 !important;
    font-weight: bold !important;
}

.links-bold a {
    font-weight: bold;
    color: #31859B !important;
}
.itinerary .copy-text-very-large {
    word-break:break-word;
}
.embeded-video{
    position: relative;
    display: block;
    width: 100% !important;
    max-width:470px;
}
.embeded-video iframe {
    margin-top:0px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width:475px;
}
@media(min-width:992px) {
    .embeded-video {
        height: 280px;
    }
}
@media(min-width:768px) and (max-width:992px) {
    .embeded-video {
        height: 200px;
    }
}
@media(min-width:412px) and (max-width:768px) {
    .embeded-video {
        height: 280px;
    }
}
@media(max-width:412px) {
    .embeded-video {
        height: 200px;
    }
}