body{
    height:100%;
    padding-top:50px;
}

body > section {
    padding: 50px 0;
}

body div.wrap{
    min-height:800px;
}

div.debug_box {
    display:none !important;
    visibility: hidden; !important
    z-index:99999;
    display: block;
    position: fixed;
    top: 0;
    right: 20px;
    padding:2px;
    background-color: rgba(254,0,0,0.1);
}

* {
    font-family: "Open Sans", "Varela Round", sans-serif;
    font-weight: 300;
}

/* FOOTER */
#footer {color:#aaa;background-color:#363636;border:none;border-top:5px solid #444444;line-height:18px;font-size:12px;}
.footer-holder{padding:30px 15px 30px 15px;}
.footer-columns-holder{overflow:hidden;}
.footer-column{line-height:18px;font-size:12px;}
.footer-column h4{color:#fff;}
.footer-column p{margin:0 0 5px;}
.footer-column h4{margin:0 0 9px;}
.footer-column dl{margin:0 0 7px;float:left;}
.footer-column dt{float:left;clear:left;}
.footer-column dd{margin:0 0 0 2px;float:left;font-weight:bold;}
.footer-column li a {color:#ccc;text-decoration:none;}
.footer-column li a:hover, .menu-footer li a:hover{text-decoration:underline;}
.footer-column ul{padding:6px 0 0;margin:0;list-style:none;font-size:13px;}
.footer-column li{border-bottom:1px solid #444;padding:4px 0 5px;}

div.search-box-holder{
    background-image: url('/images/chalet.jpg');
    background-position:center;
}

.site-page .container h1{
    color: #286090;
    font-size: 50px;
    font-weight: 500;
}
.site-page .container h2{
    color: #6394bf;
    font-size: 20px;
    font-weight: 300;
}
.site-page .container p{

}
.site-page .container p span.lead-in{
    /*color: #286090;*/
    font-size:1.2em;
    font-weight: bold;
}

img.img-margin-left {
    margin-left:15px;
}
img.img-margin-right {
    margin-right:15px;
}
img.img-margin-top {
    margin-top:15px;
}
img.img-margin-bottom {
    margin-bottom:15px;
}


@media screen and (max-width: 1199px) {
    /* MD */
}

@media screen and (max-width: 991px) {
    /* SM */
    .site-page .container h1{
        font-size: 30px;
    }
    .site-page .container h2{
        font-size: 20px;
    }
}

@media screen and (max-width: 767px) {
    /* XS */
    .site-page .container h1{
        font-size: 20px;
    }
    .site-page .container h2{
        font-size: 16px;
    }
}

@media screen and (max-width: 600px) {
    /* XS SPECIAL FOR IMAGES IN BODY */
    img.img-copy-body{
        width:100%;
        margin-left:0;
        margin-right:0;
    }
}
img.img-full-width{
    width:100%;
}
div.negative-margin-img-container{
    margin-right: -15px;
    margin-left: -15px;
}



div.container-bg-mountains{
    position:relative;
    display:block;
}
div.container-bg-mountains::before{
    content: ' ';
    opacity: 0.8;
    top: 0;
    display:block;
    height:100%;
    width:100%;
    right: 0;
    position: absolute;
    z-index: -1;
    background-image: url('/images/mountains.jpg');
    background-position: center;
    background-size:     cover;
    background-repeat:   no-repeat;
}

div.container.container-white{
    background-color:rgba(255,255,255,0.7);
}

img#logo{
    margin-top:-10px;
}

h1.video-overlay, h3.video-overlay{
    color: #ffffff !important;
    background-color:rgba(55,55,55,0.5);
    display:table;
    padding-left:5px;padding-top:5px;padding-right:5px;padding-bottom:5px;
}

ul.breadcrumb{
    background-color:#ffffff;
    text-align:right;
}

/* This takes away all Bootstrap rounded corners! */
* {
    border-radius: 0 !important;
}

.container.container-wide{
    margin-left:0;
    margin-right:0;
    margin-top:0;
    margin-bottom:0;
    padding-left:0;
    padding-right:0;
    padding-top:0;
    padding-bottom:0;
    width:100%;
}

.container.container-margin-bottom{
    margin-bottom:15px;
}

.container.container-ltblue{
    background-color:rgba(51,122,182,0.2);
}


/* The Styling for the Ski Chalet Finder Box (homepage) */
div.panel.panel-primary.skichaletfinder {
    margin-top:20px;
    /*margin-left:10px;*/
    min-height:400px;
    padding-left:15px;
    padding-right:15px;
    background-color:rgba(255,255,255,0.7);
}

div.panel.panel-primary.skichaletfinder h3 {
    margin-top:20px;
    margin-bottom:30px;
}


div.panel.panel-primary.skichaletfinder * label {
    margin-top: 8px;
    color: #2e6da4;
}
div.panel.panel-primary.skichaletfinder * .input-group {
    padding-left: 15px;
    padding-right: 15px;
}

div.panel.panel-primary.skichaletfinder * .input-group input::placeholder {
    color: black;
    opacity: .75;
    padding-left:4px;
}

div.result-imgside{
    min-height:250px;
}

/* CAROUSELS */
.carousel.chalet-carousel {
    width: auto;
    overflow: hidden;
    /*height: 250px;*/
    background: #000000;
}

.carousel.result-carousel{
    height: 250px;
}

.carousel.view-carousel{
    height: 500px;
}

div.chalet-heading-holder{
    position:relative;
    display:block;
}
div.chalet-heading-holder::before{
    content: ' ';
    opacity: 0.6;
    top: 0;
    display:block;
    height:100%;
    width:100%;
    right: 0;
    position: absolute;
    z-index: -1;
    background-image: url('/images/chalet.jpg');
    background-position: center;
    background-size:     cover;
    background-repeat:   no-repeat;
}

div.chalet-availability-holder{
    position:relative;
    display:block;
}
div.chalet-availability-holder::before{
    content: ' ';
    opacity: 0.3;
    top: 0;
    display:block;
    height:100%;
    width:100%;
    right: 0;
    position: absolute;
    z-index: -1;
    background-image: url('/images/skier.jpg');
    background-position: center;
    background-size:     cover;
    background-repeat:   no-repeat;
}

div.container.view-heading-block{
    background-color: rgba(254, 254, 254, 0.8);
}

div.view-heading-block h1{
    font-size:20px;
    color: #6394bf;
}
div.view-heading-block h2{
    font-size:16px;
    color: #416a8e;
}
div.view-heading-block h3{}
div.view-heading-block h4{}
div.view-heading-block p{}

div.col-no-padding{
    padding-left:0;
    padding-right:0;
    padding-top:0;
    padding-bottom:0;
}

i.fa.view-heading-icon{
    margin-right:10px;
    opacity:0.7;
}

@media screen and (max-width: 1199px) {

}

@media screen and (max-width: 991px) {
    .carousel.view-carousel {
        height: 280px;
    }
}

@media screen and (max-width: 767px) {
    .carousel.view-carousel {
        height: 200px;
    }
}

.carousel.chalet-carousel:hover {
    visibility: visible;
    color: white;
}

.carousel.chalet-carousel .carousel.chalet-carousel > .carousel-control {
    visibility: hidden;
}

.carousel.chalet-carousel .carousel-control {
    visibility: visible;
    color: white;
}

.carousel.chalet-carousel .carousel-inner {
    background-color: #000000;
}

.carousel.chalet-carousel .carousel-caption {
    position: relative;
    left: auto;
    right: auto;
    padding-bottom: 0;
}

.carousel.chalet-carousel .item img {
    margin-left: auto;
    margin-right: auto;
    min-width: 100%;
}

.carousel.results-carousel .item img {
    max-height: 300px;
    /*min-width: auto;*/
}

.carousel.view-carousel .item img {
    max-height: 500px;
    /*min-width: auto;*/
}

.carousel-indicators li{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4), 0 6px 20px 0 rgba(0, 0, 0, 0.29);
}

/* END CAROUSEL */

div.ski-search-result{
    background-color: #e5e8ea;
}

div.result-imgside{
    padding-left:0px;
    padding-right:0px;
    background-color: #d1d4d6;
}
div.result-textside h3 span{
    font-weight:bold;
    font-size: .6em;
}

div.result-textside{
    min-height: 250px;
    position:relative;
}

div.result-textside div.row.bottom-align{
    position:absolute;
    left:0;
    right:0;
    bottom:10px;
    margin-left:0;
    margin-right:0;
}

h3.list-cost{
    text-align: right;
}
p.list-code{
}

div.property-description h2{
    color:#6394bf;
    font-weight: 300;
    font-size:20px;
}

div#availability h2, div#enquire h2{
    color:#6394bf;
    font-weight: 300;
    font-size:20px;
}

div.property-facilities{
    background-color: rgba(229,232,234,.6);
    min-height:400px;
}

a.view-enquire-button{
    font-size:1.5em;
    margin-bottom:5px;
}

.chalet-availability-holder div.container{
    background-color: rgba(254, 254, 254, 0.8);
}

/* Large Devices, Wide Screens */
@media screen and (max-width : 1199px) {
    h2 {
        font-size: 20px;
        margin-top: 15px;
    }
}

@media screen and (max-width: 991px) {
    h2 {
        font-size: 16px;
        margin-top: 15px;
        font-weight: bold;
    }

    h3 {
        font-size: 18px;
        margin-top: 15px;
    }
    h3.list-cost{
        font-size: 16px;
    }
    h4 {
        font-size: 12px;
        margin-top: 5px;
    }
    p{
        font-size: 11px;
    }

    .carousel.results-carousel .item img {
        max-height: 400px;
        min-height: 250px;
    }

    a.view-enquire-button{
        font-size:1em;
    }

}

@media screen and (max-width: 768px) {
    h2 {
        font-size: 12px;
        margin-top: 15px;
        font-weight: bold;
    }

    div.result-textside{
        min-height: 100px;
        position:inherit;
    }

    div.result-textside div.row.bottom-align{
        position:inherit;
        margin-left:-15px;
        margin-right:-15px;
        margin-bottom:10px;
    }

    div.property-facilities{
        min-height:0;
    }

    a.view-enquire-button{
        margin-bottom:15px;
    }

}


span.cost-intro{
    font-weight: normal !important;
    font-style: italic !important;
}

span.cost-amt{
    font-size: inherit !important;
    font-weight: inherit !important;
    font-family: inherit !important;
    font-style: inherit !important;
    color: inherit !important;
}

p.list-cost{
    /*text-align: center;*/
}

p.list-cost span.cost-amt{
    color:rgb(99, 148, 191) !important;
    font-size:2.3em !important;
    margin-left:7px;margin-right:5px;
}

/* Flex-box trick to make columns the same size! */
/* See @url https://codepen.io/tofanelli/pen/MwaJze */
/* See @url http://getbootstrap.com.vn/examples/equal-height-columns/ */
/* See @url https://scotch.io/quick-tips/different-tricks-on-how-to-make-bootstrap-columns-all-the-same-height */
@media screen and (min-width: 768px) {
    div.row.row-eq-height {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;
    }
}


/*div.property-facilities{
    padding-left:5%;
    padding-right:5%;
}*/

div.property-facilities h3{
    /*font-size:25px;*/
    color:rgb(99, 148, 191);
}
div.property-facilities ul{
    list-style-type: square;
    margin: 0;
    padding: 0;
    padding-left:30px;
    margin-top:20px;
    margin-bottom:30px;
}
div.property-facilities ul li{
    margin-top:10px;
    color: rgba(51, 51, 51, 0.7);
    font-size:16px;
}

div.property-description{
    padding-bottom:20px;
}

div.property-facilities{
    padding-bottom:20px;
}

@media screen and (max-width: 768px) {
    div.property-facilities{
        padding-top:2px;
        padding-bottom:20px;
        /*padding-left:15px;
        padding-right:15px;
        */
    }
}

@media screen and (max-width: 768px) {
    div.container.chalet-map-holder{

    }
}

/* Availability Grid-view */

.small-text {
    font-size: 0.7em;
}


.bold-text {
    font-weight: bold;
}

div.availability-grid-view
    div.dataTables_wrapper
        div.row
            div.table-responsive
                {
                    padding-left: 0;
                    padding-right: 0;
                    margin-left:0;
                    margin-right:0;
                }

div.availability-grid-view
    div.dataTables_wrapper
    div.row
    div.table-responsive
    table tr td
        {
            vertical-align: middle;
        }

.availability-date-col{
    min-width:250px;
    max-width: 250px;
    width: 250px;
    padding-left:15px !important;
}

.availability-ppp-col{
    min-width:100px;
    max-width: 100px;
    width: 100px;
    text-align: right;
}
.availability-excl-col{
    min-width:100px;
    max-width: 100px;
    width: 100px;
    text-align: right;
}

th.availability-excl-col,th.availability-ppp-col{
    text-align: left;
}

.availability-beds-col {
    text-align: center;
}

div.availability-grid-view
    div.dataTables_wrapper
    div.row
    div.table-responsive
    table tr.grid-row-disabled{
        text-decoration: line-through;
        opacity: 0.2;
    }

div.availability-grid-view
    div.dataTables_wrapper
    div.row
    div.table-responsive
    table tr.grid-row-special{
        background-color: rgba(0,255,0,0.1);
    }

div.availability-grid-view
    div.dataTables_wrapper
    div.row
    div.table-responsive
    table tr.grid-row-disabled td div{
        text-decoration: line-through;
    }

@media screen and (max-width: 1199px) {
    /* MD */
}

@media screen and (max-width: 991px) {
    /* SM */

    .availability-date-col{
        min-width:230px;
        max-width:230px;
        width:230px;
    }

    div.availability-grid-view
    div.dataTables_wrapper
    div.row
    div.table-responsive
    table tr td,
    div.availability-grid-view
    div.dataTables_wrapper
    div.row
    div.table-responsive
    table tr th
    {
        font-size: 14px;
    }

}

@media screen and (max-width: 767px) {
    /* XS */

    .availability-date-col{
        min-width:200px;
        max-width:200px;
        width:200px;
    }

    div.availability-grid-view
        div.dataTables_wrapper
        div.row
        div.table-responsive
        table tr td,
    div.availability-grid-view
        div.dataTables_wrapper
        div.row
        div.table-responsive
        table tr th
        {
            font-size: 12px;
        }

}

div.availability-grid-view
    div.dataTables_wrapper
    div.row
    div.table-responsive
    table tr th a
        {
            text-decoration: none;
        }


/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    /*content: "\e151";*/
    content: "\e113";
}

a.desc:after {
    /*content: "\e152";*/
    content: "\e114";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

/* ENQUIRY FORM */
.chalet-enquire-div{
    border-top: 4px solid rgba(51,122,183,0.3);
    border-bottom: 4px solid rgba(51,122,183,0.3);
    margin-bottom:15px;
    min-height:300px;
}

.chalet-enquire-div h2{
    color:#286090 !important;
}

#enquiry-form label{
    color:#6394bf !important;
    font-weight: normal;
}
label.enquiry-label{
    padding-top:5px;
    padding-left:0;
}

.numAdults-div{
    padding-right:8px !important;
    padding-left:0 !important;
}
.numChildren-div{
    padding-right:8px !important;
    padding-left:7px !important;
}
.numInfants-div{
    padding-right:8px !important;
    padding-left:7px !important;
}
.numBabies-div{
    padding-right:0 !important;
    padding-left:7px !important;
}

.startDate-div{
    padding-right:8px !important;
    padding-left:0 !important;
}
.endDate-div{
    padding-right:0 !important;
    padding-left:7px !important;
}

#enquiry-form .form-group{
    margin-right:0;
    margin-left:0;
}

#enquiry-form .submit-enquiry-button{
    font-size: 1.5em;
}

/*div.g-recaptcha div{
    float:right;
}*/

textarea#enquiries-groupmakeup{
    height:110px;
}

.horiz-grp .help-block{
    line-height: 2em !important;
}


/*@media screen and (max-width: 1199px) {
    / * MD * /
}*/

@media screen and (max-width: 991px) {
    /* SM */

    textarea#enquiries-groupmakeup{
        height:56px;
    }

    .numAdults-div{
        padding-right:8px !important;
        padding-left:0 !important;
    }
    .numChildren-div{
        padding-right:0 !important;
        padding-left:7px !important;
    }
    .numInfants-div{
        padding-right:8px !important;
        padding-left:0 !important;
    }
    .numBabies-div{
        padding-right:0 !important;
        padding-left:7px !important;
    }


    .field-enquiries-numadults, .field-enquiries-numchildren, .field-enquiries-numinfants, .field-enquiries-numbabies{

    }
    .field-enquiries-numbabies {
        margin-bottom:15px;
    }
}

@media screen and (max-width: 767px) {
    /* XS */
    .numAdults-div, .numChildren-div, .numInfants-div, .numBabies-div, .startDate-div, .endDate-div{
        padding-right:0 !important;
        padding-left:0 !important;
    }
    .field-enquiries-startdate{
        margin-bottom:0;
    }

    /* shrink ReCaptcha to fit smaller screens */
    div.g-recaptcha{
        transform:scale(0.77);
        -webkit-transform:scale(0.77);transform-origin:0 0;
        -webkit-transform-origin:0 0;
    }

}

.logout_form .btn.btn-link.logout{
    padding: 14px 15px 15px 15px;
}
.logout_form .btn.btn-link.logout:hover, .logout_form .btn.btn-link.logout:focus{
    text-underline: none !important;
}

ul.navbar-nav li.active.nav-highlight-blue a{
    background-color:#337ab7;
    color:#ffffff;
}
ul.navbar-nav li.active.nav-highlight-blue a:hover{
    background-color:#2e6da4;
    color:#ffffff;
    /*opacity: 0.7;*/
}