@font-face{
    font-family:'montserratbold';
    src:url("../fonts/montserrat-bold-webfont.eot");
    src:url("../fonts/montserrat-bold-webfont.eot?#iefix") format("embedded-opentype"),url("../fonts/montserrat-bold-webfont.woff2") format("woff2"),url("../fonts/montserrat-bold-webfont.woff") format("woff"),url("../fonts/montserrat-bold-webfont.ttf") format("truetype"),url("../fonts/montserrat-bold-webfont.svg#montserratbold") format("svg");
    font-weight:normal;
    font-style:normal
}
@font-face{
    font-family:'montserratlight';
    src:url("../fonts/montserrat-light-webfont.eot");
    src:url("../fonts/montserrat-light-webfont.eot?#iefix") format("embedded-opentype"),url("../fonts/montserrat-light-webfont.woff2") format("woff2"),url("../fonts/montserrat-light-webfont.woff") format("woff"),url("../fonts/montserrat-light-webfont.ttf") format("truetype"),url("../fonts/montserrat-light-webfont.svg#montserratlight") format("svg");
    font-weight:normal;
    font-style:normal
}
@font-face{
    font-family:'montserratregular';
    src:url("../fonts/montserrat-regular-webfont.eot");
    src:url("../fonts/montserrat-regular-webfont.eot?#iefix") format("embedded-opentype"),url("../fonts/montserrat-regular-webfont.woff2") format("woff2"),url("../fonts/montserrat-regular-webfont.woff") format("woff"),url("../fonts/montserrat-regular-webfont.ttf") format("truetype"),url("../fonts/montserrat-regular-webfont.svg#montserratregular") format("svg");
    font-weight:normal;
    font-style:normal
}
body{
    color:#000;
    font-family:'montserratlight', sans-serif;
    font-weight:300
}
a,a i{
    -webkit-transition:all 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86) 0ms;
    transition:all 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86) 0ms
}
#header img{
    background:url(../images/logoSwoosh.png) 32px 23px no-repeat #1c1c1c;
    border-bottom-right-radius:3px;
    border-bottom-left-radius:3px;
    border:0;
    display:block;
    height:auto;
    left:0;
    margin:0 0 0 32px;
    padding:83px 32px 23px 32px;
    position:absolute;
    top:0;
    width:168px
}
#header.stick img{
    background:none;
    margin:0;
    padding:12px 0 0 32px
}
#header p#navigationMobile{
    display:none
}
#header ul#navigation{
    font-size:0;
    list-style:none;
    margin:0;
    padding:0;
    position:absolute;
    right:0;
    top:0
}
#header ul#navigation li{
    display:inline-block;
    padding:0 32px 0 0;
    position:relative;
    font-size:15px
}
#header ul#navigation li a{
    color:#bcbdc0;
    display:block;
    font-size:14px;
    font-family:'montserratregular', sans-serif;
    font-weight:400;
    line-height:74px;
    text-decoration:none;
    text-transform:uppercase
}


#header ul#navigation li.page-239 {
    background-color: #CD5257;
    padding:0 20px;
}

#header ul#navigation li.page-239 a {
    color: #fff;
}

@media all and (min-width: 1180px){
    #header ul#navigation li{
        padding:0 16px 0 0
    }
    #header ul#navigation li a{
        font-size:12px
    }
}
@media all and (min-width: 1500px){
    #header ul#navigation li{
        padding:0 32px 0 0
    }
    #header ul#navigation li a{
        font-size:14px
    }
}
#header ul#navigation li.important a span{
    background:#ba4124;
    color:#fff;
    display:inline;
    font-family:'montserratbold', sans-serif;
    font-weight:700;
    padding:8px 12px;
    text-transform:none
}
#header ul#navigation li.important a span i{
    display:none
}
#header.stick ul#navigation li.important a span{
    background:#1a2539
}
#header ul#navigation li a:hover{
    color:#fff
}
#header.stick ul#navigation li a{
    line-height:60px
}
#header ul#navigation li:hover ul{
    display:block
}
#header ul#navigation li ul{
    background-color: #1c1c1c;
    box-shadow:0 1px 1px rgba(0,0,0,0.14);
    display:none;
    left:-32px;
    margin:0;
    padding:16px 0;
    position:absolute;
    top:74px;
    width:auto
}
#header.stick ul#navigation li ul{
    top:60px
}
#header ul#navigation li ul li{
    display:block;
    padding:0;
    width:100%
}
#header.stick ul#navigation li ul li a,#header ul#navigation li ul li a{
    display:block;
    line-height:34px;
    padding:0 32px;
    text-transform:none;
    white-space:nowrap
}
#header.stick ul#navigation li ul li a:hover,
#header ul#navigation li ul li a:hover{
    color:#fff
}
#gallery .badge{
    border:0;
    display:block;
    max-height:300px;
    position:absolute;
    max-width:300px;
    text-align:center
}
#gallery .badge img{
    width:100%;
    height:auto
}
#gallery .badge.bottom-right{
    bottom:30px;
    right:20px
}
#gallery .landingTitle h2{
    color:#fff;
    display:inline-block;
    font-size:30px;
    font-family:'montserratbold', sans-serif;
    font-weight:700;
    margin:44px 0 0 0;
    line-height:32px;
    padding:32px;
    position:relative;
    z-index:2
}
@media all and (min-width: 1180px){
    #gallery .landingTitle h2{
        font-size:45px;
        line-height:1.2;
        margin-top:0;
        padding-top:60px;
        padding-bottom:40px
    }
}
@media all and (min-width: 768px){
    .title-container.landingTitle{
        max-width:400px;
        width:400px
    }
}
@-webkit-keyframes fadeInDown{
    from{
        opacity:0;
        -webkit-transform:translate3d(0, -100%, 0);
        transform:translate3d(0, -100%, 0)
    }
    to{
        opacity:1;
        -webkit-transform:none;
        transform:none
    }
}
@keyframes fadeInDown{
    from{
        opacity:0;
        -webkit-transform:translate3d(0, -100%, 0);
        transform:translate3d(0, -100%, 0)
    }
    to{
        opacity:1;
        -webkit-transform:none;
        transform:none
    }
}
#gallery #snowReport .report{
    -webkit-animation-name:fadeInDown;
    animation-name:fadeInDown;
    -webkit-animation-duration:1s;
    animation-duration:1s;
    -webkit-animation-fill-mode:both;
    animation-fill-mode:both
}
#gallery #snowReport p{
    display:inline-block;
    line-height:16px;
    position:relative;
    margin:0 6px;
    vertical-align:top
}
#gallery #snowReport p:after{
    border-right:1px rgba(0,0,0,0.1) solid;
    content:"";
    display:inline-block;
    height:34px;
    position:absolute;
    right:-8px;
    top:0
}
#gallery #snowReport p.status{
    font-size:16px;
    font-family:'montserratbold', sans-serif;
    font-weight:700;
    padding:8px 0
}
#gallery #snowReport p.status span{
    font-size:24px;
    background:none;
    color:#000;
    text-transform:uppercase
}
#gallery #snowReport p.road,#gallery #snowReport p.webcams{
    font-size:12px;
    padding:0 42px 0 0;
    position:relative
}
#gallery #snowReport p.road a,#gallery #snowReport p.webcams a{
    color:#43528d;
    text-decoration:none
}
#gallery #snowReport p.road i,#gallery #snowReport p.webcams i{
    color:#000;
    font-size:32px;
    position:absolute;
    right:0;
    top:0
}
#gallery #snowReport p.webcams{
    max-width:60px
}
#gallery #snowReport p.road{
    max-width:108px
}
#gallery #snowReport p.weather{
    font-size:24px;
    padding:4px 0;
    text-transform:uppercase
}
#gallery #snowReport p.weather i{
    vertical-align:middle
}
#gallery #snowReport p.weather span{
    font-weight:400
}
#gallery #snowReport p.weather strong{
    font-size:16px;
    font-family:'montserratbold', sans-serif;
    font-weight:700;
    vertical-align:middle
}
#gallery #snowReport p.weather sup{
    display:inline-block;
    font-size:10px
}
#gallery #snowReport p.snowBase,#gallery #snowReport p.newSnow{
    font-size:12px
}
#gallery #snowReport p.snowBase strong,#gallery #snowReport p.newSnow strong{
    display:block;
    font-size:16px;
    font-family:'montserratbold', sans-serif;
    font-weight:700
}
#gallery #snowReport p.newSnow:after{
    display:none
}
#gallery #snowReport p.fullReport:after{
    display:none
}
#gallery #snowReport p.fullReport a{
    border:1px #266183 solid;
    color:#fff;
    font-weight:bold;
    display:inline-block;
    font-size:14px;
    margin:0 26px 0 0;
    padding:8px 12px;
    text-decoration:none;
    background:#43528d;
    -webkit-animation-delay:1s;
    animation-delay:1s;
    -webkit-animation-duration:0.5s;
    animation-duration:0.5s;
    -webkit-animation-fill-mode:both;
    animation-fill-mode:both;
    -webkit-animation-name:pulse;
    animation-name:pulse;
    display:block
}
#gallery #snowReport p.fullReport a:hover{
}
@-webkit-keyframes pulse{
    from{
        -webkit-transform:scale3d(1, 1, 1);
        transform:scale3d(1, 1, 1)
    }
    50%{
        -webkit-transform:scale3d(1.1, 1.1, 1.1);
        transform:scale3d(1.1, 1.1, 1.1)
    }
    to{
        -webkit-transform:scale3d(1, 1, 1);
        transform:scale3d(1, 1, 1)
    }
}
@keyframes pulse{
    from{
        -webkit-transform:scale3d(1, 1, 1);
        transform:scale3d(1, 1, 1)
    }
    50%{
        -webkit-transform:scale3d(1.1, 1.1, 1.1);
        transform:scale3d(1.1, 1.1, 1.1)
    }
    to{
        -webkit-transform:scale3d(1, 1, 1);
        transform:scale3d(1, 1, 1)
    }
}
#gallery .title h1{
    font-size:42px;
    font-family:'montserratbold', sans-serif;
    font-weight:700;
    line-height:50px;
    margin:40px auto 0px auto;
    max-width:902px;
    color:#fff;
    text-shadow:0 0 6px rgba(0,0,0,0.6);
    width:100%
}
#HomePage #gallery .title h1,#Landing #gallery .title h1{
    color:#fff;
    text-align:left;
    text-shadow:0 0 6px rgba(0,0,0,0.6)
}
#gallery .title h1.onWhite,#gallery .title h2.onWhite{
    color:#000;
    text-shadow:none
}
#gallery .title h2{
    color:#fff;
    font-size:24px;
    font-weight:400;
    line-height:34px;
    margin:0 auto 32px auto;
    max-width:620px;
    text-shadow:0 0 6px rgba(0,0,0,0.6)
}
#gallery .title p{
    margin:0
}
#gallery .title p a{
    font-size:22px !important;
    line-height:34px;
    padding:24px 34px !important
}
#gallery .title ul{
    background:#fff;
    background:rgba(255,255,255,0.6);
    letter-spacing:-0.31em;
    list-style:none;
    margin:0 auto 40px auto;
    padding:0 5px;
    max-width:892px;
    width:100%
}
#gallery .title ul li{
    display:inline-block;
    letter-spacing:normal;
    line-height:24px;
    height:112px;
    width:25%;
    vertical-align:bottom
}
#gallery .title ul li a{
    background-color:#50578D;
    //background-blend-mode:multiply, multiply;
    //background-blend-mode:multiply, luminosity;
    //background-repeat:no-repeat;
    //background-position:50% 50%;
    //background-size:cover;
    color:#fff;
    display:block;
    font-size:20px;
    font-family:'montserratbold', sans-serif;
    font-weight:700;
    margin:10px 5px;
    padding:0 20px;
    text-decoration:none
}
#gallery .title ul li a .alignment{
    display:table;
    height:92px;
    width:100%
}
#gallery .title ul li a .alignment .position{
    display:table-cell;
    padding:0;
    vertical-align:middle
}
#gallery .title ul li a i{
    display:block;
    font-size:24px;
    font-weight:700
}
#gallery.inner img{
    border:0;
    display:block;
    height:auto;
    position:absolute;
    top:0;
    width:100%
}
#content h1,#content h2{
    color:#ACADB0;
    font-size:32px;
    font-family:'montserratbold', sans-serif;
    font-weight:700;
    line-height:38px;
    margin:0 0 6px 0;
    text-align:left
}
@media all and (min-width: 760px){
    #content h1,#content h2{
        font-size:42px;
        line-height:48px
    }
}
#content h3{
    color:#ACADB0;
    font-size:24px;
    font-family:'montserratbold', sans-serif;
    font-weight:700;
    line-height:48px;
    margin:0 0 6px 0;
    text-align:left
}
#content h4{
    color:#ACADB0;
    font-size:20px;
    font-family:'montserratbold', sans-serif;
    font-weight:700;
    line-height:28px;
    margin:0 0 6px 0;
    text-align:left
}
#content .blue p,#content .blue ul,#content .blue ol{
    color:#fff
}
#content p,#content ul,#content ol{
    color:#202433;
    font-size:16px;
    font-weight:400;
    line-height:28px;
    margin:0 0 34px 0
}
#content p.center{
    text-align:center
}
#content a{
    color:#43528d;
    outline:none;
    text-decoration:underline
}
#content img{
    display:block;
    height:auto;
    margin:0 0 32px 0;
    max-width:100%
}
#gallery p a.button,#content p a.button{
    background:#43528d;
    color:#fff;
    display:inline-block;
    font-family:'montserratbold', sans-serif;
    font-weight:700;
    padding:8px 24px;
    text-decoration:none
}
#gallery p a.button i,#content p a.button i{
    padding:0 0 0 10px;
    font-weight:700
}
#content p a.button{
    background:#43528d;
}
#gallery p a.button.important,#content p a.button.important{
    background:#43528d;
}
#content table{
    border-collapse:collapse;
    margin:0 0 32px 0;
    width:100%
}
#content tr{

    border-bottom:2px #1c1c1c solid
}
#content tbody tr:nth-child(even){

}
#content th,#content td{
    border-right:2px #1c1c1c solid;

    font-size:14px;
    font-weight:400;
    line-height:20px;
    text-align:center;
    margin:0;
    padding:12px 20px;
    vertical-align:middle
}
#content th{

    color:#1c1c1c
}
#content th:last-child,#content td:last-child{
    border:0
}
#content th:first-child,#content td:first-child{
    text-align:left
}
#content th p{
    margin-bottom:0
}
#content form{
    border-top:1px #eee solid;
    margin:0;
    padding:32px 0
}
#content form fieldset{
    border:0;
    max-width:600px;
    padding:0
}
#content form legend{
    font-size:20px;
    font-weight:400;
    margin:0 0 16px 0
}
#content label{
    color:#999;
    display:block;
    font-size:14px;
    font-weight:400;
    line-height:16px;
    margin:0 0 6px 0
}
#content input[type=text],#content input[type=password],#content input[type=submit],#content input[type=email],#content input[type=file],#content select,#content textarea{
    -webkit-appearance:none;
    background:#fff;
    border:1px #eee solid;
    border-radius:3px;
    box-sizing:border-box;
    color:#999;
    display:block;
    font-family:'Open Sans', sans-serif;
    font-size:16px;
    outline:none;
    margin:0 0 24px 0;
    padding:14px;
    width:100%
}
#content input:focus,#content select:focus,#content textarea:focus{
    box-shadow:0 2px 6px rgba(0,0,0,0.05)
}
#content label span{
    color:red
}
#content label:hover span:after{
    content:"Required";
    font-style:italic
}
#content .Actions input{
    background:#43528d;
    border:0;
    color:#fff;
    cursor:pointer;
    font-weight:400
}
#content .middleColumn span.message.required{
    color:red;
    margin-top:-20px;
    margin-bottom:20px;
    display:block
}
#content .frame img.icon{
    display:block;
    height:auto;
    margin:0;
    left:-48px;
    position:absolute;
    top:0;
    width:32px
}
@media all and (min-width: 760px){
    #content .frame img.icon{
        height:64px;
        margin:20px 0 12px 0;
        position:static;
        width:auto
    }
}
@media all and (min-width: 760px){
    #content .location p{
        background:#646861;
        bottom:27px;
        color:#fff;
        font-size:14px;
        left:27px;
        line-height:22px;
        margin:0;
        padding:27px;
        position:absolute;
        width:350px
    }
    #content .location p:before{
        content:"Getting here";
        display:block;
        font-size:18px;
        line-height:26px;
        margin:0 0 6px 0
    }
}
.open{
    color:#b0bd49
}
.closed{
    color:#c52d2d
}
.onHold{
    color:#eebb23
}
#snowReport .open,#snowReport .closed,#snowReport .onHold{
    color:#fff
}
#snowReport .open{
    background:#b0bd49
}
#snowReport .closed{
    background:#c52d2d
}
#snowReport .onHold{
    color:#000;
    background:#eebb23
}
#snowReportDetail h3{
    /*border-top:1px #eee solid;*/
    padding:32px 32px 0 32px
}
#snowReportDetail p{
    padding:0 32px
}
#snowReportDetail ul.lifts p.comment{
    padding:0;
    font-size:12px;
    margin-bottom: 10px;
}
#snowReportDetail ul{
    font-size:0;
    list-style:none;
    margin:0;
    padding:0 32px
}
#snowReportDetail ul li{
    display:inline-block;
    font-size:16px;
    padding:0 0 32px 0;
    vertical-align:top;
    width:33.33%
}
#snowReportDetail ul.lifts {
    padding-bottom: 20px;
}

#snowReportDetail ul.lifts li{
    width:25%;
    padding-bottom: 10px;
}
#snowReportDetail p strong,#snowReportDetail ul li strong{
    color:#000;
    /*font-weight:400;*/
    display:block
}
#snowReportDetail ul li sup{
    font-size:10px;
    text-transform:uppercase;
    padding:0 0 0 2px;
    vertical-align:baseline
}
#snowReportDetail .flexslider img{
    margin:0
}
#snowReportDetail .flexslider ul{
    padding:0;
    line-height:normal
}
#snowReportDetail .flexslider ul li{
    padding:0
}
#snowReportDetail #slider.flexslider ul li a{
    cursor:-webkit-zoom-in;
    cursor:zoom-in
}
#snowReportDetail #carousel.flexslider ul li{
    cursor:pointer;
    width:100px !important
}
#snowReportDetail #carousel.flexslider ul li img{
    opacity:0.5
}
#snowReportDetail #carousel.flexslider ul li.flex-active-slide img{
    opacity:1
}

#snowReportDetail ul#WebcamViews {
    padding-bottom: 30px;
}

#snowReportDetail ul#WebcamViews li {
    padding-bottom: 0;
}

#snowReportDetail ul#WebcamViews h5 {
    margin-bottom: 5px;
}

#snowReportDetail ul#WebcamViews img {
    margin-bottom: 0;
}

#packages .title:after{
    content:"";
    clear:both;
    display:table
}
#packages .title h2{
    color:#fff;
    display:inline-block;
    font-family:'montserratbold', sans-serif;
    font-weight:700;
    margin:44px 0 0 0;
    line-height:1;
    position:relative;
    z-index:2;
    padding:15px;
    font-size:20px
}
@media all and (min-width: 760px){
    #packages .title h2{
        padding:20px;
        font-size:25px
    }
}
@media all and (min-width: 1080px){
    #packages .title h2{
        font-size:30px
    }
}
#packages .badge{
    border:0;
    display:block;
    height:186px;
    position:absolute;
    width:186px;
    text-align:center
}
#packages .badge img{
    width:100%;
    height:auto
}
#packages .badge.bottom-left{
    bottom:30px;
    left:20px
}
#packages .badge.bottom-right{
    bottom:30px;
    right:20px
}
#packages .row:nth-child(even) .badge{
    bottom:30px;
    left:20px
}
#packages .row:nth-child(odd) .badge{
    bottom:30px;
    right:20px
}
#packages h3{
    color:#ACADB0;
    font-size:24px;
    font-family:'montserratbold', sans-serif;
    font-weight:700;
    margin:0 0 2px 0;
    padding:0
}
#packages p{
    color:#1a2539;
    font-size:16px;
    font-weight:400;
    margin:0 0 24px 0;
    line-height:23px
}
#packages .row:nth-child(odd) .content p{
    color:#fff
}
#Xpackages p a {
    border:3px #d18b04 solid;
    color:#1a2539;
    display:inline-block;
    font-size:20px;
    font-family:'montserratbold', sans-serif;
    font-weight:700;
    padding:8px 42px;
    text-decoration:none
}

#packages p a {
    display: inline-block;
    background-color: #43528d;
    padding: 8px 24px;
    font-weight: 700;
    color: #43528d;
    font-size: 16px;
    font-family: 'montserratbold', sans-serif;
    text-decoration: none;
    color: #fff;
}

#packages p a i{
    padding: 0 0 0 10px;
    font-weight:700
}

#packages .row:nth-child(odd) .content p a{
    color:#fff
}
#features img{
    display:block;
    height:auto;
    margin:0 0 34px 0;
    width:100%
}
#features h2{
    color:#fff;
    font-size:26px;
    font-family:'montserratbold', sans-serif;
    font-weight:700;
    margin:0 0 12px 0;
    padding:0
}
#features p{
    color:#fff;
    font-size:14px;
    font-weight:400;
    line-height:22px;
    margin:0 32px 34px 32px
}
#xfeatures p a{
    border:3px #d18b04 solid;
    color:#fff;
    display:inline-block;
    font-size:20px;
    font-family:'montserratbold', sans-serif;
    font-weight:700;
    padding:8px 42px;
    text-decoration:none
}
#xfeatures p a i{
    font-size:22px;
    font-weight:700
}

#features p a {
    display: inline-block;
    background-color: #43528d;
    padding: 8px 24px;
    font-weight: 700;
    color: #43528d;
    font-size: 16px;
    font-family: 'montserratbold', sans-serif;
    text-decoration: none;
    color: #fff;
}

#features p a i{
    padding: 0 0 0 10px;
    font-weight:700
}

#features p a i:before{
    margin:0 0 0 2px;
    vertical-align:top
}
#features h2.title{
    background:#1c1c1c;
    margin:0;
    padding:32px 0
}
#instagram ul{
    font-size:0;
    list-style:none;
    margin:0;
    padding:0
}
#instagram ul li{
    display:inline-block;
    width:25%
}
#instagram ul li img{
    border:0;
    display:block;
    height:auto;
    width:100%
}
#footer p.top{
    margin:0;
    left:50%;
    position:absolute;
    top:-30px
}
#footer p.top a{
    background:#43528d;
    border-radius:50%;
    color:#fff;
    display:inline-block;
    font-size:24px;
    height:60px;
    line-height:60px;
    margin:0 0 0 -30px;
    width:60px
}
#footer h3{
    color:#fff;
    font-size:20px;
    font-weight:400;
    margin:0 0 32px 0
}
#footer form{
    border:0;
    font-size:0;
    margin:0;
    padding:0
}
#footer form input{
    -webkit-appearance:none;
    background:#fff;
    border:0;
    border-radius:0;
    border-top-left-radius:3px;
    border-bottom-left-radius:3px;
    color:#999;
    display:inline-block;
    font-family:'Open Sans', sans-serif;
    font-size:16px;
    outline:none;
    margin:0;
    padding:14px 24px;
    width:260px
}
#footer form span.submit input{
    background:#43528d;
    border-top-left-radius:0;
    border-bottom-left-radius:0;
    border-top-right-radius:3px;
    border-bottom-right-radius:3px;
    color:#fff;
    cursor:pointer;
    display:inline-block;
    font-weight:400;
    padding:14px 24px;
    text-decoration:none;
    width:auto
}
#footer p.social{
    margin:32px 0 64px 0
}
#footer p.social a i{
    color:#8a8787;
    border:1px #646464 solid;
    border-radius:50%;
    font-size:26px;
    height:60px;
    line-height:60px;
    margin:0 8px;
    width:60px
}
#footer p.social a:hover i{
    color:#fff
}
#footer .sponsors img{
    border:0;
    height:auto;
    margin:0 24px 16px 24px;
    max-height:100px;
    vertical-align:middle;
    max-width:200px
}
#footer ul.credit{
    font-size:0;
    list-style:none;
    margin:0;
    padding:0
}
#footer ul.credit li{
    color:#646464;
    display:inline-block;
    font-size:14px;
    padding:0 33px
}
#footer ul.credit li a{
    color:#8a8787;
    text-decoration:none
}
#footer ul.credit li a:hover{
    color:#fff
}
@media all and (max-width: 1380px){
    #header img,#header.stick img{
        background:#1c1c1c;
        border-radius:0;
        margin:0;
        padding:19px
    }
    #header.stick img{
        padding:12px 0 0 12px
    }
}
@media all and (max-width: 1180px){
    #header img,#header.stick img{
        padding:12px 0 0 12px
    }
    #header p#navigationMobile{
        display:block;
        margin:0;
        line-height:normal
    }
    #header p#navigationMobile a{
        color:#fff;
        font-size:28px;
        position:absolute;
        right:20px;
        text-decoration:none;
        top:10px
    }
    #header ul#navigation,#header.stick ul#navigation{
        display:none
    }
    body.navigation #header ul#navigation{
        bottom:0;
        display:block;
        position:fixed;
        overflow-y:scroll;
        right:0;
        top:0;
        width:260px;
        z-index:105
    }
    body.navigation #header ul#navigation li{
        border-bottom:1px #4c4c4c solid;
        display:block;
        padding:0;
        position:static
    }
    body.navigation #header ul#navigation li.important{
        border:0
    }
    body.navigation #header ul#navigation li a{
        color:#fff;
        line-height:normal;
        padding:16px
    }
    body.navigation #header ul#navigation li.important a{
        background:#ba4124;
        display:block
    }
    body.navigation #header ul#navigation li.important a span{
        background:none;
        border-radius:0;
        display:block;
        font-size:14px;
        font-weight:400;
        padding:0;
        text-transform:uppercase
    }
    body.navigation #header ul#navigation li:hover ul{
        display:block
    }
    body.navigation #header ul#navigation li ul{
        background:none;
        display:none;
        left:0;
        padding:0 0 20px 0;
        position:static;
        top:0
    }
    body.navigation #header ul#navigation li ul li{
        border-bottom:0
    }
    body.navigation #header ul#navigation li ul li a{
        color:#8a8787;
        padding:4px 16px
    }
    body.navigation #header ul#navigation li ul li a:hover{
        color:#fff
    }
    #gallery .title h1{
        font-size:32px;
        font-family:'montserratbold', sans-serif;
        font-weight:700;
        padding:0 20px;
        line-height:48px;
        margin:0 auto;
        max-width:inherit;
        color:#000;
        text-shadow:0 0 0 transparent;
        box-sizing:border-box
    }
    #HomePage #gallery .title h1,#LandingPage #gallery .title h1{
        color:#fff;
        text-shadow:0 0 6px rgba(0,0,0,0.6)
    }
    #gallery .title h2{
        padding:0 32px
    }
    #gallery .buttons{
        font-size:0
    }
    #gallery .buttons p,#gallery .buttons p.viewSnowReport{
        display:inline-block;
        margin:8px;
        vertical-align:top
    }
    #gallery .buttons p.viewSnowReport a{
        font-size:16px !important;
        line-height:25px;
        padding:16px 24px !important
    }
    #gallery .buttons p.viewSnowReport a strong{
        display:block;
        font-weight:400;
        text-transform:uppercase
    }
    #gallery.inner img{
        margin:0 0 32px 0;
        position:static;
        top:auto
    }
    #snowReportDetail h3{
        padding:32px 0 0 0
    }
    #snowReportDetail p{
        padding:0
    }
    #snowReportDetail ul{
        padding:0
    }
    #footer ul.credit li{
        display:block;
        padding:8px 32px
    }
}
@media all and (max-width: 680px){
    #gallery .title h1{
        font-size:22px;
        line-height:32px
    }
    #gallery .buttons p a.button{
        font-size:16px !important;
        padding:24px !important
    }
    #gallery .buttons p.viewSnowReport a{
        padding:16px 24px !important
    }
    #content table{
        display:block;
        overflow-x:auto;
        width:100%
    }
    #content table th:first-child,#content table td:first-child{
        white-space:nowrap
    }
    #snowReportDetail ul li,#snowReportDetail ul.lifts li{
        width:100%
    }
    #features p{
        margin:0 0 34px 0
    }
    #instagram ul li{
        display:inline-block;
        width:50%
    }
    #footer form{
        margin:0 32px
    }
    #footer form input{
        border-radius:0;
        border-top-left-radius:3px;
        border-top-right-radius:3px;
        padding:14px 0;
        text-align:center;
        width:100%
    }
    #footer form span.submit input{
        border-radius:0;
        border-bottom-right-radius:3px;
        border-bottom-left-radius:3px;
        display:block;
        width:100%
    }
    #footer p.social{
        margin:32px 0
    }
    #footer p.social a i{
        font-size:16px;
        height:40px;
        line-height:40px;
        margin:0 4px;
        width:40px
    }
    #footer .sponsors img{
        max-width:120px
    }
}
@media all and (max-width: 480px){
    #gallery .buttons p,#gallery .buttons p.viewSnowReport{
        display:block;
        margin:8px 32px 0 32px
    }
    #gallery .buttons p a.button{
        padding:24px 0 !important;
        width:100%
    }
}
#WebcamInterface{
    padding:32px 32px 0 32px
}
#WebcamImage{
    margin-bottom:30px
}
#WebcamImage img{
    margin-bottom:0
}

#WebcamSlider {
    height: 12px;
    margin-bottom: 20px;
}
#WebcamSlider .ui-slider-handle {
    height: 16px;
    width: 16px;
    margin-top: -3px;
    margin-left: -8px;
}
.show-print{
    display:none
}
@media print{
    .hide-print{
        display:none !important
    }
    .show-print{
        display:inline !important
    }
    h2{
        margin-bottom:10px !important
    }
    #AAsnowReportDetail .col{
        width:50%
    }
    #snowReportDetail h3{
        padding:10px 32px 0 32px
    }
    #snowReportDetail p{
        padding:0 32px;
        color:#000
    }
    #snowReportDetail ul.lifts p.comment{
        padding:0;
        font-size:13px
    }
    #snowReportDetail ul{
        font-size:0;
        list-style:none;
        margin:0;
        padding:0 32px;
        line-height:22px
    }
    #snowReportDetail ul li{
        display:inline-block;
        font-size:14px;
        padding:0 0 12px 0;
        vertical-align:top;
        width:33.33%;
        color:#000
    }
    #snowReportDetail ul.lifts li{
        width:25%
    }
    #snowReportDetail p strong,#snowReportDetail ul li strong{
        color:#000;
        font-weight:400;
        display:block
    }
    #snowReportDetail ul li sup{
        font-size:10px;
        text-transform:uppercase;
        padding:0 0 0 2px;
        vertical-align:baseline
    }
    #content p{
        font-size:14px;
        line-height:22px;
        margin-bottom:10px
    }
    #content .row .padding{
        padding:0
    }
    .open,.closed{
        color:#000
    }
}
body{
    background:#fff;
    margin:0
}
#header{
    background-color: #1c1c1c;
    box-shadow:0 1px 1px rgba(0,0,0,0.14);
    height:74px;
    left:0;
    position:absolute;
    right:0;
    top:0;
    width:100%;
    z-index:104
}
#header.stick{
    background:#1c1c1c;
    box-shadow:0 0 2px rgba(0,0,0,0.24);
    height:60px;
    position:fixed;
    -webkit-backface-visibility:hidden
}
#header .row{
    margin:0 auto;
    position:relative;
    width:100%
}
#gallery{
    background-color:#b7d5e5;
    background-position:50% 50%;
    background-repeat:no-repeat;
    background-size:cover;
    height:542px;
    position:relative
}
#gallery .landingTitle{
    bottom:40px;
    left:0;
    position:absolute
}
#gallery.hasVideo{
    background:none
}
#gallery .video{
    background-color:#b7d5e5;
    background-repeat:no-repeat;
    background-position:50% 50%;
    background-size:cover;
    bottom:0;
    display:block;
    height:100%;
    left:0;
    position:absolute;
    right:0;
    top:0;
    width:100%;
    z-index:-1
}
#HomePage #gallery,#LandingPage #gallery{
    min-height:700px !important;
    height:100vh
}
#HomePage #gallery.right,#HomePage #gallery.right .clip-image,#LandingPage #gallery.right,#LandingPage #gallery.right .clip-image{
    background-position:10% bottom
}
@media all and (min-width: 760px){
    #HomePage #gallery.right,#HomePage #gallery.right .clip-image,#LandingPage #gallery.right,#LandingPage #gallery.right .clip-image{
        background-position:25% bottom
    }
}
@media all and (min-width: 1080px){
    #HomePage #gallery.right,#HomePage #gallery.right .clip-image,#LandingPage #gallery.right,#LandingPage #gallery.right .clip-image{
        background-position:50% 50%
    }
}
#gallery.right{
    overflow:hidden
}
#gallery.right .badge{
    z-index:99
}
#gallery.right .landingTitle{
    top:150px;
    bottom:auto
}
#gallery.right .clip{
    right:-40px
}
#gallery.right .landingTitle{
    left:auto;
    right:0
}
#gallery #snowReport{
    background:-webkit-linear-gradient(rgba(255,255,255,0.7), rgba(255,255,255,0));
    background:linear-gradient(rgba(255,255,255,0.7), rgba(255,255,255,0));
    position:absolute;
    margin:0;
    padding:20px 0 60px 0;
    text-align:right;
    top:74px;
    left:0;
    right:0;
    z-index:102
}
#gallery .title{
    bottom:0;
    display:table;
    height:100%;
    left:0;
    position:absolute;
    right:0;
    top:0;
    width:100%;
    z-index:1
}
#gallery .position{
    display:table-cell;
    vertical-align:middle;
    padding:32px 0;
    text-align:center
}
#HomePage #gallery .position,#LandingPage #gallery .position{
    vertical-align:bottom
}
#HomePage #gallery .position span.position,#LandingPage #gallery .position span.position{
    vertical-align:middle
}
#gallery.inner{
    background:#b7d5e5;
    height:0;
    overflow:hidden;
    padding-top:38.33%
}
#gallery.inner .position{
    padding:0
}
#content{
    background:#fff
}
#content .blue{
    background:#1c1c1c
}
#content .row{
    margin:0 auto;
    max-width:960px;
    width:100%
}
#content .row .padding{
    padding:164px 32px
}
.clip .clip-image{
    background-blend-mode:multiply, multiply;
    -webkit-transform:rotate(7deg);
    -ms-transform:rotate(7deg);
    transform:rotate(7deg);
    -webkit-transform-origin:left bottom;
    -ms-transform-origin:left bottom;
    transform-origin:left bottom;
    background-position:50% 50%;
    background-repeat:no-repeat;
    background-size:cover;
    left:10px;
    height:100%;
    position:relative
}
.title-container{
    position:relative;
    z-index:1;
    float:left;
    width:auto;
    max-width:50%;
    display:inline-block
}
@media all and (min-width: 760px){
    .title-container{
        max-width:220px
    }
}
.title-container .title{
    float:left
}
.clip{
    overflow:hidden;
    position:absolute;
    top:0;
    left:-10px;
    right:0;
    bottom:0;
    -webkit-transform:rotate(-7deg);
    -ms-transform:rotate(-7deg);
    transform:rotate(-7deg);
    -webkit-transform-origin:left bottom;
    -ms-transform-origin:left bottom;
    transform-origin:left bottom
}
.right .badge{
    left:auto !important;
    right:20px !important
}
.right .title-container{
    float:right
}
.right .title-container .title{
    float:right
}
.right .clip{
    left:0;
    right:-10px;
    -webkit-transform-origin:right top;
    -ms-transform-origin:right top;
    transform-origin:right top
}
.right .clip .clip-image{
    -webkit-transform-origin:right top;
    -ms-transform-origin:right top;
    transform-origin:right top;
    left:0;
    right:10px;
    background-position:20% top
}
@media all and (min-width: 760px){
    .right .clip .clip-image{
        background-position:30% top
    }
}
@media all and (min-width: 1080px){
    .right .clip .clip-image{
        background-position:50% 50%
    }
}
@media all and (min-width: 760px){
    #content .location{
        position:relative
    }
}
#content .featured.image{
    background-repeat:no-repeat;
    background-position:50% 50%;
    background-size:cover;
    height:75vh
}
#content .featured .column{
    width:100%;
    height:75vh
}
#content .featured .column.image{
    background-repeat:no-repeat;
    background-position:50% 50%;
    background-size:cover
}
#content .featured .column.last{
    display:none
}
@media all and (min-width: 760px){
    #content .featured .column{
        float:left;
        width:50%
    }
    #content .featured .column:after{
        content:"";
        clear:both;
        display:table
    }
    #content .featured .column.last{
        display:block
    }
}
#content .featured{
    background-repeat:no-repeat;
    background-position:50% 50%;
    height:75vh
}
#content .frame{
    padding:0 0 0 48px
}
#content .frame .column{
    position:relative
}
@media all and (min-width: 760px){
    #content .frame{
        letter-spacing:-0.31em;
        padding:0;
        display:-webkit-box;
        display:-webkit-flex;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-orient:horizontal;
        -webkit-box-direction:normal;
        -webkit-flex-direction:row;
        -ms-flex-direction:row;
        flex-direction:row;
        -webkit-flex-wrap:wrap;
        -ms-flex-wrap:wrap;
        flex-wrap:wrap;
        -webkit-box-pack:start;
        -webkit-justify-content:flex-start;
        -ms-flex-pack:start;
        justify-content:flex-start;
        -webkit-box-align:start;
        -webkit-align-items:flex-start;
        -ms-flex-align:start;
        align-items:flex-start;
        -webkit-align-content:flex-start;
        -ms-flex-line-pack:start;
        align-content:flex-start
    }
    #content .frame .column{
        letter-spacing:normal;
        width:50%;
        -webkit-box-flex:1;
        -webkit-flex-grow:1;
        -ms-flex-positive:1;
        flex-grow:1
    }
    #content .frame .column.third,#content .frame .column.half{
        display:inline-block;
        vertical-align:top
    }
    #content .frame .column.third{
        width:33.33%
    }
    #content .frame .column.half{
        width:50%
    }
    #content .frame .column .margin{
        padding:0 42px 0 0
    }
}
@media all and (min-width: 1180px){
    #content.gallery .row .padding,body#LandingPage #content .row .padding{
        padding:94px 32px
    }
    #content .frame .column{
        width:33%
    }
}
#packages{
    border:3px #fff solid;
    border-width:3px 0
}
#packages .row{
    border:3px #fff solid;
    border-width:3px 0;
    position:relative
}
#packages .row:after{
    content:"";
    clear:both;
    display:table
}
#packages .row .image{
    background-color:#f2f2f2;
    background-position:50% 50%;
    background-repeat:no-repeat;
    background-size:cover;
    bottom:0;
    overflow:hidden;
    position:absolute;
    right:0;
    top:0;
    width:60%
}
#packages .row .image.right,#packages .row .image.right .clip-image{
    background-position:30% top
}
@media all and (min-width: 760px){
    #packages .row .image.right,#packages .row .image.right .clip-image{
        background-position:25% top
    }
}
@media all and (min-width: 1080px){
    #packages .row .image.right,#packages .row .image.right .clip-image{
        background-position:50% 50%
    }
}
#packages .row .content{
    height:100%;
    min-height:414px;
    padding:0 60% 0 0
}
#packages .row .content .alignment{
    display:table;
    height:100%;
    width:100%
}
#packages .row .content .alignment .position{
    display:table-cell;
    padding:60px;
    vertical-align:middle
}
#packages .row:nth-child(odd) .image{
    left:0;
    right:auto
}
#packages .row:nth-child(odd) .content{
    background:#1c1c1c;
    padding:0 0 0 60%
}
#content .feature{
    border-top:1px #eee solid;
    font-size:0;
    margin:0;
    padding:32px 0 0 0
}
#content .feature:last-of-type{
    border-bottom:1px #eee solid;
    margin:0 0 32px 0
}
#content .feature .image,#content .feature .content{
    display:inline-block;
    vertical-align:top;
    width:30%
}
#content .feature .content{
    font-size:16px;
    width:70%
}
#content .feature.instagram .image,#content .feature.instagram .content{
    width:50%
}
#content .feature .image .padding{
    padding:0 20px 0 0
}
#content .feature .content .padding{
    padding:0 0 0 20px
}
#snowReportDetail{
    /*background:url(../images/border.png) 50% 0 repeat-y;*/
    font-size:0
}
#snowReportDetail .col {
    display:inline-block;
    font-size:16px;
    vertical-align:top;
    width:50%
}


#snowReportDetail .section {
    border-top: 1px solid #eee;
    overflow: hidden;
}


#snowReportDetail #slider.flexslider{
    margin:0 0 6px 32px
}
#snowReportDetail #carousel.flexslider{
    margin:0 0 32px 32px
}
#features{
    background:#1c1c1c;
    font-size:0;
    padding:20px 0 0 0;
    text-align:center
}
#features .margin{
    padding:0 10px
}
#features .column{
    display:inline-block;
    font-size:16px;
    padding:0 0 60px 0;
    vertical-align:top;
    width:33.33%
}
#features .padding{
    padding:0 10px
}
#instagram{
    background:#f2f2f2
}
#instagram .title{
    background:#1c1c1c;
    padding:60px 0
}
#footer{
    background:#1c1c1c;
    background-size:cover;
    padding:80px 0;
    position:relative;
    text-align:center
}
.visible-mobile{
    display:none
}
.sr-link{
    text-align:center;
    background-color:#4c4c4c
}
.sr-link a{
    display:block;
    padding:15px;
    color:#fff;
    text-decoration:none;
    text-transform:uppercase
}
@media all and (min-width: 1180px){
    .animated{
        -webkit-animation-duration:1s;
        animation-duration:1s;
        -webkit-animation-fill-mode:both;
        animation-fill-mode:both
    }
    @-webkit-keyframes fadeInDown{
        0%{
            opacity:0;
            -webkit-transform:translateY(-152px)
        }
        100%{
            opacity:1;
            -webkit-transform:translateY(0)
        }
    }
    @keyframes fadeInDown{
        0%{
            opacity:0;
            -webkit-transform:translateY(-152px);
            transform:translateY(-152px)
        }
        100%{
            opacity:1;
            -webkit-transform:translateY(0);
            transform:translateY(0)
        }
    }
    .fadeInDown{
        -webkit-animation-name:fadeInDown;
        animation-name:fadeInDown
    }
}
@media all and (max-width: 1180px){
    body.navigation{
        background:#252525;
        margin:0 0 0 -200px;
        overflow:hidden;
        position:relative;
        right:260px
    }
    #header,#header.stick{
        height:60px;
        position:relative
    }
    #gallery{
        min-height:inherit !important;
        height:600px
    }
    #gallery.inner{
        background:#fff;
        height:auto;
        overflow:hidden;
        padding-top:0
    }
    #gallery.inner .title{
        bottom:auto;
        display:block;
        height:auto;
        left:auto;
        position:static;
        right:auto;
        top:auto;
        width:auto;
        z-index:auto
    }
    #gallery.inner .position{
        display:block;
        vertical-align:top;
        text-align:center
    }
    body#LandingPage #gallery #snowReport,body#HomePage #gallery #snowReport{
        display:none
    }
    body#HomePage #gallery h1{
        font-size:36px;
        box-sizing:border-box;
        width:90%;
        max-width:902px
    }
    #gallery .title ul{
        max-width:90%
    }
    #content .row .padding{
        padding:32px 32px 64px 32px
    }
    #snowReportDetail{
        background:none
    }
    #snowReportDetail .col{
        width:100%
    }
    #snowReportDetail #slider.flexslider{
        margin:0 0 6px 0
    }
    #snowReportDetail #carousel.flexslider{
        margin:0 0 32px 0
    }
    #features .column{
        padding:0 0 32px 0;
        width:50%
    }
    .visible-mobile{
        display:block
    }
    .visible-mobile.sr-link{
        display:none
    }
    body#LandingPage #gallery #snowReport,body#HomePage #gallery #snowReport{
        display:-webkit-box;
        display:-webkit-flex;
        display:-ms-flexbox;
        display:flex;
        -webkit-justify-content:space-around;
        -ms-flex-pack:distribute;
        justify-content:space-around;
        -webkit-box-align:center;
        -webkit-align-items:center;
        -ms-flex-align:center;
        align-items:center;
        top:auto;
        text-align:center
    }
    body#LandingPage #gallery #snowReport p.fullReport a,body#HomePage #gallery #snowReport p.fullReport a{
        margin:0
    }
    body#LandingPage #gallery #snowReport p.weather strong,body#HomePage #gallery #snowReport p.weather strong{
        display:none
    }
}
@media all and (max-width: 980px){
    #packages .row .image{
        width:50%
    }
    #packages .row .content{
        padding:0 50% 0 0
    }
    #packages .row:nth-child(odd) .content{
        padding:0 0 0 50%
    }
}
@media all and (max-width: 800px){
    #gallery .title ul,body#HomePage #gallery h1{
        width:90%
    }
    #gallery .title ul li,body#HomePage #gallery h1 li{
        width:50%
    }
    body#LandingPage #gallery #snowReport,body#HomePage #gallery #snowReport{
        display:none
    }
    .sr-link.visible-mobile{
        display:block
    }
}
@media all and (max-width: 680px){
    body#LandingPage #gallery,body#HomePage #gallery{
        display:none
    }
    #content .feature .content .padding{
        padding:0
    }
    #content .feature.instagram .image{
        width:30%
    }
    #content .feature.instagram .content{
        width:70%
    }
    #packages .row{
        border:0
    }
    #packages .row .image{
        padding:0 0 226px 0;
        position:relative;
        width:auto
    }
    #packages .row .content{
        min-height:auto;
        padding:0
    }
    #packages .row .content .alignment .position{
        padding:20px
    }
    #packages .row:nth-child(odd) .content{
        padding:0
    }
    #features .column{
        width:100%
    }
    .visible-mobile{
        display:block
    }
}
.flex-container a:active,.flexslider a:active,.flex-container a:focus,.flexslider a:focus{
    outline:none
}
.slides,.flex-control-nav,.flex-direction-nav{
    margin:0;
    padding:0;
    list-style:none
}
@font-face{
    font-family:'flexslider-icon';
    src:url("../icons/fonts/flexslider-icon.eot");
    src:url("../icons/fonts/flexslider-icon.eot?#iefix") format("embedded-opentype"),url("../icons/fonts/flexslider-icon.woff") format("woff"),url("../icons/fonts/flexslider-icon.ttf") format("truetype"),url("../icons/fonts/flexslider-icon.svg#flexslider-icon") format("svg");
    font-weight:normal;
    font-style:normal
}
.flexslider{
    margin:0;
    padding:0;
    overflow:hidden
}
.flexslider .slides>li{
    display:none;
    -webkit-backface-visibility:hidden
}
.flexslider .slides img{
    border:0;
    width:100%;
    display:block
}
.flex-pauseplay span{
    text-transform:capitalize
}
.slides:after{
    content:".";
    display:block;
    clear:both;
    visibility:hidden;
    line-height:0;
    height:0
}
html[xmlns] .slides{
    display:block
}
* html .slides{
    height:1%
}
.no-js .slides>li:first-child{
    display:block
}
.flexslider{
    margin:0;
    background:#fff;
    position:relative;
    zoom:1
}
.flex-viewport{
    max-height:2000px;
    -webkit-transition:all 1s ease;
    transition:all 1s ease
}
.loading .flex-viewport{
    max-height:300px
}
.flexslider .slides{
    zoom:1
}
#carousel li{
    margin-right:6px
}
.flex-direction-nav{
    *height:0
}
.flex-direction-nav a{
    background:#43528d;
    border-radius:50%;
    cursor:pointer !important;
    text-decoration:none;
    display:block;
    width:30px;
    line-height:30px;
    height:30px;
    margin:-15px 0 0;
    position:absolute;
    top:50%;
    z-index:1;
    overflow:hidden;
    opacity:0;
    text-align:center;
    cursor:pointer;
    color:#fff !important;
    -webkit-transition:all .3s ease;
    transition:all .3s ease
}
.flex-direction-nav .flex-prev{
    left:-50px
}
.flex-direction-nav .flex-next{
    right:-50px
}
.flexslider:hover .flex-prev{
    opacity:1;
    left:10px
}
.flexslider:hover .flex-next{
    opacity:1;
    right:10px
}
.flexslider:hover .flex-next:hover,.flexslider:hover .flex-prev:hover{
    opacity:1
}
.flex-direction-nav .flex-disabled{
    opacity:0 !important;
    filter:alpha(opacity=0);
    cursor:default
}
.flex-direction-nav a:before{
    font-family:"flexslider-icon";
    font-size:12px;
    line-height:1;
    display:inline-block;
    content:'\f001'
}
.flex-direction-nav a.flex-next:before{
    content:'\f002'
}
.flex-pauseplay a{
    display:block;
    width:20px;
    height:20px;
    position:absolute;
    bottom:5px;
    left:10px;
    opacity:0.8;
    z-index:10;
    overflow:hidden;
    cursor:pointer;
    color:#000
}
.flex-pauseplay a:before{
    font-family:"flexslider-icon";
    font-size:20px;
    display:inline-block;
    content:'\f004'
}
.flex-pauseplay a:hover{
    opacity:1
}
.flex-pauseplay a.flex-play:before{
    content:'\f003'
}
.flex-control-nav{
    width:100%;
    position:absolute;
    bottom:-40px;
    text-align:center
}
.flex-control-nav li{
    margin:0 6px;
    display:inline-block;
    zoom:1;
    *display:inline
}
.flex-control-paging li a{
    width:11px;
    height:11px;
    display:block;
    background:#666;
    background:rgba(0,0,0,0.5);
    cursor:pointer;
    text-indent:-9999px;
    -o-border-radius:20px;
    border-radius:20px;
    -o-box-shadow:inset 0 0 3px rgba(0,0,0,0.3);
    box-shadow:inset 0 0 3px rgba(0,0,0,0.3)
}
.flex-control-paging li a:hover{
    background:#333;
    background:rgba(0,0,0,0.7)
}
.flex-control-paging li a.flex-active{
    background:#000;
    background:rgba(0,0,0,0.9);
    cursor:default
}
.flex-control-thumbs{
    margin:5px 0 0;
    position:static;
    overflow:hidden
}
.flex-control-thumbs li{
    width:25%;
    float:left;
    margin:0
}
.flex-control-thumbs img{
    width:100%;
    display:block;
    opacity:.7;
    cursor:pointer
}
.flex-control-thumbs img:hover{
    opacity:1
}
.flex-control-thumbs .flex-active{
    opacity:1;
    cursor:default
}
@media screen and (max-width: 860px){
    .flex-direction-nav .flex-prev{
        opacity:1;
        left:10px
    }
    .flex-direction-nav .flex-next{
        opacity:1;
        right:10px
    }
}
.mfp-bg{
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:1042;
    overflow:hidden;
    position:fixed;
    background:#0b0b0b;
    opacity:0.8;
    filter:alpha(opacity=80)
}
.mfp-wrap{
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:1043;
    position:fixed;
    outline:none !important;
    -webkit-backface-visibility:hidden
}
.mfp-container{
    text-align:center;
    position:absolute;
    width:100%;
    height:100%;
    left:0;
    top:0;
    padding:0 8px;
    box-sizing:border-box
}
.mfp-container:before{
    content:'';
    display:inline-block;
    height:100%;
    vertical-align:middle
}
.mfp-align-top .mfp-container:before{
    display:none
}
.mfp-content{
    position:relative;
    display:inline-block;
    vertical-align:middle;
    margin:0 auto;
    text-align:left;
    z-index:1045
}
.mfp-inline-holder .mfp-content,.mfp-ajax-holder .mfp-content{
    width:100%;
    cursor:auto
}
.mfp-ajax-cur{
    cursor:progress
}
.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{
    cursor:-webkit-zoom-out;
    cursor:zoom-out
}
.mfp-zoom{
    cursor:pointer;
    cursor:-webkit-zoom-in;
    cursor:zoom-in
}
.mfp-auto-cursor .mfp-content{
    cursor:auto
}
.mfp-close,.mfp-arrow,.mfp-preloader,.mfp-counter{
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none
}
.mfp-loading.mfp-figure{
    display:none
}
.mfp-hide{
    display:none !important
}
.mfp-preloader{
    color:#CCC;
    position:absolute;
    top:50%;
    width:auto;
    text-align:center;
    margin-top:-0.8em;
    left:8px;
    right:8px;
    z-index:1044
}
.mfp-preloader a{
    color:#CCC
}
.mfp-preloader a:hover{
    color:#FFF
}
.mfp-s-ready .mfp-preloader{
    display:none
}
.mfp-s-error .mfp-content{
    display:none
}
button.mfp-close,button.mfp-arrow{
    overflow:visible;
    cursor:pointer;
    background:transparent;
    border:0;
    -webkit-appearance:none;
    display:block;
    outline:none;
    padding:0;
    z-index:1046;
    box-shadow:none
}
button::-moz-focus-inner{
    padding:0;
    border:0
}
.mfp-close{
    width:44px;
    height:44px;
    line-height:44px;
    position:absolute;
    right:0;
    top:0;
    text-decoration:none;
    text-align:center;
    opacity:0.65;
    filter:alpha(opacity=65);
    padding:0 0 18px 10px;
    color:#FFF;
    font-style:normal;
    font-size:28px;
    font-family:Arial, Baskerville, monospace
}
.mfp-close:hover,.mfp-close:focus{
    opacity:1;
    filter:alpha(opacity=100)
}
.mfp-close:active{
    top:1px
}
.mfp-close-btn-in .mfp-close{
    color:#333
}
.mfp-image-holder .mfp-close,.mfp-iframe-holder .mfp-close{
    color:#FFF;
    right:-6px;
    text-align:right;
    padding-right:6px;
    width:100%
}
.mfp-counter{
    position:absolute;
    top:0;
    right:0;
    color:#CCC;
    font-size:12px;
    line-height:18px;
    white-space:nowrap
}
.mfp-arrow{
    position:absolute;
    opacity:0.65;
    filter:alpha(opacity=65);
    margin:0;
    top:50%;
    margin-top:-55px;
    padding:0;
    width:90px;
    height:110px;
    -webkit-tap-highlight-color:transparent
}
.mfp-arrow:active{
    margin-top:-54px
}
.mfp-arrow:hover,.mfp-arrow:focus{
    opacity:1;
    filter:alpha(opacity=100)
}
.mfp-arrow:before,.mfp-arrow:after,.mfp-arrow .mfp-b,.mfp-arrow .mfp-a{
    content:'';
    display:block;
    width:0;
    height:0;
    position:absolute;
    left:0;
    top:0;
    margin-top:35px;
    margin-left:35px;
    border:medium inset transparent
}
.mfp-arrow:after,.mfp-arrow .mfp-a{
    border-top-width:13px;
    border-bottom-width:13px;
    top:8px
}
.mfp-arrow:before,.mfp-arrow .mfp-b{
    border-top-width:21px;
    border-bottom-width:21px;
    opacity:0.7
}
.mfp-arrow-left{
    left:0
}
.mfp-arrow-left:after,.mfp-arrow-left .mfp-a{
    border-right:17px solid #FFF;
    margin-left:31px
}
.mfp-arrow-left:before,.mfp-arrow-left .mfp-b{
    margin-left:25px;
    border-right:27px solid #3F3F3F
}
.mfp-arrow-right{
    right:0
}
.mfp-arrow-right:after,.mfp-arrow-right .mfp-a{
    border-left:17px solid #FFF;
    margin-left:39px
}
.mfp-arrow-right:before,.mfp-arrow-right .mfp-b{
    border-left:27px solid #3F3F3F
}
.mfp-iframe-holder{
    padding-top:40px;
    padding-bottom:40px
}
.mfp-iframe-holder .mfp-content{
    line-height:0;
    width:100%;
    max-width:900px
}
.mfp-iframe-holder .mfp-close{
    top:-40px
}
.mfp-iframe-scaler{
    width:100%;
    height:0;
    overflow:hidden;
    padding-top:56.25%
}
.mfp-iframe-scaler iframe{
    position:absolute;
    display:block;
    top:0;
    left:0;
    width:100%;
    height:100%;
    box-shadow:0 0 8px rgba(0,0,0,0.6);
    background:#000
}
.mfp-with-zoom .mfp-container,.mfp-with-zoom.mfp-bg{
    opacity:0;
    -webkit-backface-visibility:hidden;
    -webkit-transition:all 0.3s ease-out;
    transition:all 0.3s ease-out
}
.mfp-with-zoom.mfp-ready .mfp-container{
    opacity:1
}
.mfp-with-zoom.mfp-ready.mfp-bg{
    opacity:0.8
}
.mfp-with-zoom.mfp-removing .mfp-container,.mfp-with-zoom.mfp-removing.mfp-bg{
    opacity:0
}
img.mfp-img{
    width:auto;
    max-width:100%;
    height:auto;
    display:block;
    line-height:0;
    box-sizing:border-box;
    padding:40px 0 40px;
    margin:0 auto
}
.mfp-figure{
    line-height:0
}
.mfp-figure:after{
    content:'';
    position:absolute;
    left:0;
    top:40px;
    bottom:40px;
    display:block;
    right:0;
    width:auto;
    height:auto;
    z-index:-1;
    box-shadow:0 0 8px rgba(0,0,0,0.6);
    background:#444
}
.mfp-figure small{
    color:#BDBDBD;
    display:block;
    font-size:12px;
    line-height:14px
}
.mfp-figure figure{
    margin:0
}
.mfp-bottom-bar{
    margin-top:-36px;
    position:absolute;
    top:100%;
    left:0;
    width:100%;
    cursor:auto
}
.mfp-title{
    font-size:14px;
    text-align:left;
    line-height:18px;
    color:#F3F3F3;
    word-wrap:break-word;
    padding:12px 36px 0 0
}
.mfp-image-holder .mfp-content{
    max-width:100%
}
.mfp-gallery .mfp-image-holder .mfp-figure{
    cursor:pointer
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px){
    .mfp-img-mobile .mfp-image-holder{
        padding-left:0;
        padding-right:0
    }
    .mfp-img-mobile img.mfp-img{
        padding:0
    }
    .mfp-img-mobile .mfp-figure:after{
        top:0;
        bottom:0
    }
    .mfp-img-mobile .mfp-figure small{
        display:inline;
        margin-left:5px
    }
    .mfp-img-mobile .mfp-bottom-bar{
        background:rgba(0,0,0,0.6);
        bottom:0;
        margin:0;
        top:auto;
        padding:3px 5px;
        position:fixed;
        box-sizing:border-box
    }
    .mfp-img-mobile .mfp-bottom-bar:empty{
        padding:0
    }
    .mfp-img-mobile .mfp-counter{
        right:5px;
        top:3px
    }
    .mfp-img-mobile .mfp-close{
        top:0;
        right:0;
        width:35px;
        height:35px;
        line-height:35px;
        background:rgba(0,0,0,0.6);
        position:fixed;
        text-align:center;
        padding:0
    }
}
@media all and (max-width: 900px){
    .mfp-arrow{
        -webkit-transform:scale(0.75);
        -ms-transform:scale(0.75);
        transform:scale(0.75)
    }
    .mfp-arrow-left{
        -webkit-transform-origin:0;
        -ms-transform-origin:0;
        transform-origin:0
    }
    .mfp-arrow-right{
        -webkit-transform-origin:100%;
        -ms-transform-origin:100%;
        transform-origin:100%
    }
    .mfp-container{
        padding-left:6px;
        padding-right:6px
    }
}
.mfp-ie7 .mfp-img{
    padding:0
}
.mfp-ie7 .mfp-bottom-bar{
    width:600px;
    left:50%;
    margin-left:-300px;
    margin-top:5px;
    padding-bottom:5px
}
.mfp-ie7 .mfp-container{
    padding:0
}
.mfp-ie7 .mfp-content{
    padding-top:44px
}
.mfp-ie7 .mfp-close{
    top:0;
    right:0;
    padding-top:0
}


#content .calltoactions {
    margin-left: -15px;
    margin-right: -15px;
}

#content .calltoactions .item {
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 30px;
    width: 29%;
    min-width: 240px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
}

@media all and (max-width: 768px){
    #content .calltoactions {
        margin-left: 0;
        margin-right: 0;
    }
    #content .calltoactions .item {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
}

#content .calltoactions .item h4 {
    text-align: center;
}

#content .calltoactions .item .image {
    max-width: 100%;
    margin-bottom: 20px;
}
#content .calltoactions .item .image img {
    margin: 0;
    display: inline-block;
}
#content .calltoactions .item .inner {
    min-height: 410px;
}

#content .calltoactions .item .text {
    text-align: center;
}

#content .calltoactions .item .link {
    text-align: center;
}

#content .calltoactions .item .link a {
    display: inline-block;
    background-color: #43528d;
    padding: 8px 24px;
    font-weight: 700;
    color: #43528d;
    font-size: 16px;
    font-family: 'montserratbold', sans-serif;
    text-decoration: none;
    color: #fff;
}
