﻿/*#region Global Styles */
/*Sitefinity backend hack to prevent edit windows from disappearing */
div.RadWindow .rwWindowContent iframe {
    float: none !important;
}

.natural,
.natural img[src*='sfvrsn='] {
    width: auto !important;
}

.trigger[target] {
    cursor: pointer;
}

.hide-nav-all {
    display: none;
}

body > img,
img[style*=height\:1px] {
    position: absolute;
    visibility: hidden;
}

.hide-data-image img[src*='data'] {
    display: none;
}

.hide-data-image h3 img, .hide-data-image p img{
  display:none; 
}



.gdll, .gdllb, .lazyload {
    transition: opacity .6s ease-in-out;
    -webkit-transition: opacity .6s ease-in-out;
    -moz-transition: opacity .6s ease-in-out;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

    .embed-container iframe, .embed-container object, .embed-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.nav > div > div > table div > li {
    float: left;
}

[href] {
    cursor: pointer;
}
/*#endregion*/

/*#region PhotoAndVideoGalleryWidget2015 */
.video-widget-wrapper.pvgw2015 .big-video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background-color: black;
    text-align: center;
}

    .video-widget-wrapper.pvgw2015 .big-video iframe {
        width: 100%; /* 854px, 1280px;*/
        height: 100%;
        position: absolute;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
    }

    .video-widget-wrapper.pvgw2015 .big-video img {
        width: auto;
        height: 100%;
        display: block;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        position: absolute;
    }

.video-widget-wrapper.pvgw2015 .photo_video_thumbnail_container {
    background-color: black;
    margin: 0;
}

    .video-widget-wrapper.pvgw2015 .photo_video_thumbnail_container .item-thumb {
        height: 0;
        padding-bottom: 11.1%;
        width: 20%;
        margin-left: 0;
        margin-bottom: 0;
        position: relative;
        display: block;
        cursor: pointer;
        margin-right: 0;
        float: left;
        padding-left: 0;
        padding-right: 0;
    }

        .video-widget-wrapper.pvgw2015 .photo_video_thumbnail_container .item-thumb img {
            width: 100%;
        }

.video-widget-wrapper.pvgw2015 .item-thumb .little-vid-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.7) url("/Content/img/bigbear/bearmountain/small-play-button.png") center center no-repeat;
    transition: background .8s;
}

.video-widget-wrapper.pvgw2015 .item-thumb .image .little-vid-overlay {
    background-image: none;
}

.video-widget-wrapper.pvgw2015 .item-thumb .little-vid-overlay p {
    position: absolute;
    bottom: 10%;
    color: #fff;
    font-size: .7em;
    left: 10%;
    width: 80%;
    line-height: 1;
}

.video-widget-wrapper.pvgw2015 .big-video .overlay .overlay-caption {
    background: rgba(0,0,0,0.6);
    height: 125px;
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 10;
}

    .video-widget-wrapper.pvgw2015 .big-video .overlay .overlay-caption h2 {
        width: 80.81%;
        margin: 0 auto;
        font-size: 2.4em;
        padding: 1.2em 0 0.3em;
        line-height: 1.1em;
        margin-top: 0;
        color: #fff;
        background-color: transparent;
    }

.video-widget-wrapper.pvgw2015 .item-thumb {
    border: solid 1px black;
}

    .video-widget-wrapper.pvgw2015 .item-thumb:hover,
    .video-widget-wrapper.pvgw2015 .item-thumb.active {
        border-color: white;
    }

        .video-widget-wrapper.pvgw2015 .item-thumb:hover .little-vid-overlay,
        .video-widget-wrapper.pvgw2015 .item-thumb.active .little-vid-overlay {
            background-color: transparent;
        }

    .video-widget-wrapper.pvgw2015 .item-thumb > a {
        display: inline-block;
        width: 100%;
        height: 100%;
        text-align: center;
    }

@media only screen and (max-width: 767px) {
    .video-widget-wrapper.pvgw2015 .photo_video_thumbnail_container .item-thumb {
        width: 100%;
    }

        .video-widget-wrapper.pvgw2015 .photo_video_thumbnail_container .item-thumb img {
            width: 20%;
        }

    .video-widget-wrapper.pvgw2015 .item-thumb .little-vid-overlay p {
        left: 22%;
    }

    .video-widget-wrapper.pvgw2015 .item-thumb .little-vid-overlay {
        background-position: 6% center;
    }

    .video-widget-wrapper.pvgw2015 .photo_video_thumbnail_container .col-md-2 {
        padding-bottom: 8%;
    }
}
/* #endregion PhotoAndVideoGalleryWidget2015 */

/* #region Snapcode Popup */
.snapcode {
    display: none;
    position: fixed;
    text-align: center;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1100;
    cursor: pointer;
}

    .snapcode .overlay {
        width: 100%;
        height: 100%;
        position: fixed;
        background: black;
        opacity: .9;
    }

    .snapcode .snapcode-info {
        position: absolute;
        left: 50%;
        top: 50%;
        margin-left: -160px;
        margin-top: -160px;
    }

        .snapcode .snapcode-info img {
            width: 320px;
        }

        .snapcode .snapcode-info p {
            color: white;
            font-size: 36px;
            line-height: 100px;
        }
/* #endregion Snapcode Popup */

/* #region BookingWidget */
.form_wrapper {
    margin-bottom: 20px;
}

.secondary_page .main_content .row-fluid.reservation_row_container .form_wrapper.reservation_row_element {
    width: 100%;
}

.main_content .homepage_section .form_wrapper input[type="button"].reservation_row_element,
.main_content .subpage_sidebar .form_wrapper input[type="button"].reservation_row_element,
.secondary_page .homepage_section .row-fluid .form_wrapper input.reservation_row_element[type="button"] {
    background: #F9A200;
    border: 0;
    color: #FFF;
    text-transform: uppercase;
    padding: 10px 0px;
    border-bottom: 2px solid #CCC;
}

div.reservation_row_element.form_wrapper {
    border-right: none;
    width: auto;
    background: transparent;
    border-bottom: none;
}

.secondary_page .main_content .row-fluid.reservation_row_container {
    --width: 100%;
}

.reservation_form > .reservation_row_element:first-child {
    background: transparent;
    border-bottom: 0px;
    margin-top: 12px;
}

.main_content .mobile_home_block, .secondary_page .mobile_book_block, .main_content .mobile_book_block {
    display: none;
}

div input[type="button"].reservation_row_element.reservation_book_now {
    border-color: #ccc;
}

@media only screen and (min-width: 768px) {
    .mobile_reservation .reservation_row.homepage_section {
        display: none !important;
    }
}

@media only screen and (max-width: 767px) {
    .main_content .banner_container {
        margin-bottom: 1em;
    }

    .main_content .mobile_home_block, .secondary_page .mobile_book_block, .main_content .mobile_book_block {
        margin-top: 0;
        display: block;
    }

    body.home .main_content .mobile_book_block h2 {
        padding-top: 0;
    }

    .secondary_page .homepage_section .row-fluid .reservation_form div.reservation_row_element.form_wrapper {
        width: 100%;
    }

    .secondary_page .homepage_section .row-fluid .form_wrapper input.reservation_row_element[type="submit"],
    .secondary_page .subpage_sidebar .row-fluid .form_wrapper input.reservation_row_element[type="submit"] {
        width: 100%;
        margin-top: 1em;
        margin-left: 0;
        font-size: 1.142857em;
    }

    .secondary_page .homepage_section .row-fluid .form_wrapper input.reservation_row_element[type="submit"] {
        background: #F9A200;
        border: 0;
        color: #FFF;
        text-transform: uppercase;
        padding: 10px 0px;
        border-bottom: 2px solid #CCC;
    }
}
/* #endregion BookingWidget */

/* #region SocialWidget */
.connect_container .pane1 .embed_container iframe {
    left: 50%;
    margin-left: -250px;
    width: 500px;
    height: 370px;
}

.connect_container .pane4 iframe {
    position: relative !important;
    left: 50% !important;
    margin-left: -260px !important;
}
/* #endregion SocialWidget */

/* #region Dynamic Expandable Block Widget */
.landing_page_content_block1.no_img .landing_page_content_block1_text_wrap {
    width: 100%;
}

.landing_page_content_block1:before,
.landing_page_content_block1:after {
    content: "";
    display: table;
    line-height: 0;
}

.landing_page_content_block1:after {
    clear: both;
}

.landing_page_side_image,
.package_landing_page_side_image {
    float: left;
    margin-bottom: 30px;
    padding: 0 0 0 0;
    width: 29%;
}

    .package_landing_page_side_image img {
        border: 1px solid #ccc;
    }

.landing_page_content_block1 .landing_page_content_block1_text_wrap {
    width: 65%;
    float: right;
}

/*.landing_page_content_block1 .landing_page_content_block1_text_wrap .more_content ul{
    list-style:unset;
    padding-left:20px;
}*/

.landing_page_content_block1.bullet-lists ul {
    list-style: disc outside;
    padding-left: 20px;
}

.landing_page_content_block1 .landing_page_content_block1_text_wrap h2 {
    padding-top: 0 !important;
}
/* #endregion Dynamic Expandable Block */

/* #region Preference Center Widget */

#preferenceCenterSilverpop .empty-info {
    color: red !important;
}

#preferenceCenterSilverpop .info, .success, .warning, .error, .validation {
    border: 1px solid;
    margin: 10px 0px;
    padding: 15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
    display: none;
}

#preferenceCenterSilverpop .success {
    color: #4F8A10;
    background-color: #DFF2BF;
}

#preferenceCenterSilverpop .warning {
    color: #9F6000;
    background-color: #FEEFB3;
}

#preferenceCenterSilverpop .error {
    color: #D8000C;
    background-color: #FFBABA;
}

#preferenceCenterSilverpop .info {
    color: #00529B;
    background-color: #BDE5F8;
}

#preferenceCenterSilverpop .textPreferences {
    width: 300px;
    font-size: small;
}

/*input[type="password"]{
    display: inline-block;
    padding: 4px 6px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
    color: #555;
    vertical-align: middle;
   
    border-radius: 4px;
    border: solid 1px #ccc;
}*/




#preferenceCenterSilverpop input[type="text"]  {
    background-color: #eeeeee;
    width: 100%;
    padding: 9px 3%;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    height: 100%;
}

#preferenceCenterSilverpop .full_width {
    width: 100% !important;
}







/* Start by setting display:none to make this hidden.
       Then we position it in relation to the viewport window
       with position:fixed. Width, height, top and left speak
       for themselves. Background we set to 80% white with
       our animation centered, and no-repeating */
.preferenceModal {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba( 255, 255, 255, .8 ) url('/Content/img/mammothmtn/ajax-loader.gif') 50% 50% no-repeat;
}

/* When the body has the loading class, we turn
       the scrollbar off with overflow:hidden */
body.preferenceLoading {
    overflow: hidden;
}

    /* Anytime the body has the loading class, our
       modal element will be visible */
    body.preferenceLoading .preferenceModal {
        display: block;
    }
/* #endregion */

/* #region OlapicInstagramWidget */

.instagram_container {
    background-color: #eee;
    width: 100%;
    height: auto;
    min-height: 485px;
    overflow-y: scroll;
    overflow-x: hidden;
    position: relative;
    padding-top: 75%;
}

    .instagram_container > iframe {
        height: 100%;
        width: 100%;
        border: none;
        position: absolute;
        top: 0;
        left: 0;
    }

/* #endregion OlapicInstagramWidget */

/*#region Stuff We Like Carousel Widget*/
.stuff_carousel {
    padding: 50px 100px;
    margin: 0 15px;
}

    .stuff_carousel .swl_block {
        display: inline-block;
        width: 100%;
        text-align: center;
    }

        .stuff_carousel .swl_block > img {
            width: 100%;
        }
/*#endregion*/

/*#region Static Cam Galleria Widget */
.static-cam-galleria {
    width: 100%;
    min-height: 400px;
    padding-left: 10px;
}
/*#endregion*/

/*#region Instagram View*/
.insta-container {
    width: 100%;
}

    .insta-container a {
        display: inline-block;
        width: 30%;
        margin-left: 4%;
        margin-bottom: 4%;
    }

        .insta-container a img {
            width: 100%;
        }

        .insta-container a:nth-child(3n-2) {
            margin-left: 0;
        }

    .insta-container .button-container {
        text-align: center;
        margin-bottom: 20px;
    }

        .insta-container .button-container a.button {
            width: auto;
            margin: 0;
        }

@media only screen and (max-width: 850px) {
    .insta-container a {
        display: inline-block;
        width: 45%;
        margin-left: 4%;
        margin-bottom: 4%;
    }

        .insta-container a:nth-child(3n-2) {
            margin-left: 4%;
        }

        .insta-container a:nth-child(2n-1) {
            margin-left: 0;
        }

        .insta-container a:nth-child(9) {
            display: none;
        }
}

.insta-container.insta-social a {
    display: inline-block;
    width: 45%;
    margin-left: 4%;
    margin-bottom: 4%;
}

/*#endregion*/

