@charset "UTF-8";
/* Author: The Update Company Version: 1.0 */
html{
    width: 100%;
    height: 100%;
    font-size: 62.5%;
    background: repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-color: #333333;
    background-image:url('../img/wood_black.jpg');
}
body{
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    word-break: normal;
    hyphens: none;
    font-family: 'Roboto', sans-serif;
    font-size: 1.6rem;
    overflow-x:hidden;
    line-height: 1.15 !important;
}
h1, h2, h3, h4, h5, h6{
    margin: 0 0 16px;
    font-family: 'Oswald', sans-serif;
    color:#00aeef;
    text-transform: none;
}
h1 {
    font-size: 2.4rem;
    text-transform: uppercase;
    color: #888;
}
h2{
    font-size: 4rem;
}
h3{
    font-size: 1.6rem;
}
h4{
    font-size: 1.8rem;
}
h5{
    font-size: 1.2rem;
}
h6{
    font-size: 1.0rem;
}
p, span, pre, ol, ul, li, label, table, thead, tfoot, tr, td, a{
    font-size: 1.6rem;
    color:#616161;
}
em{
    font-style: italic;
}
strong{
    font-weight: 700;
}
a{
    color: #00aeef;
}
a:hover{
    color:#666;
}
a:active{
    color:#666;
}
a:focus{
    color:#666;
}

#header{
    display: inline-block;
    position: relative;
    width: 100%;
    height:auto !important;
    background: #ffffff;
}
#top_bar{
    position: relative;
    padding: 8px;
}
#top_bar_brand{
    position: relative;
    float: left;
    width: 100%;
}
#top_bar_brand a{
    display: inline-block;
    position: relative;
}
#top_bar_contact{
    position: relative;
    float: left;
    width: 100%;
}
#top_bar_contact p{
    display: block;
    margin: 12px 0 0 8px;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-size: 1.8rem;
    color:#616161;
    text-transform: none;
}
#top_bar_contact p span.bullet{
    display: inline;
    position: relative;
    line-height: 1rem;
    font-size: 1.8rem;
    color: #616161;
    margin: 0 8px;
}
#top_bar_contact p a{
    display: block;
    margin: 8px 0;
    font-weight: 700;
    font-size: 1.8rem;
    color:#00aeef;
}
#header_inner{
    display: inline-block;
    position: relative;
    width: 100%;
    height:auto;
    min-height: 480px;
    background: #ffffff;
}
#header_image_mobile{
    display: inline-block;
    position: relative;
    width: 100%;
    height:auto;
    background: #ffffff;
}
#header_image{
    display: none;
}
#header_image_overlay{
    display: inline-block;
    position: absolute;
    width: 100%;
    top:50%;
    left:0;
    right:0;
    bottom:0;
    background-image: linear-gradient(-180deg, rgba(255,255,255,0.00) 0%, #212121 100%);
}
#header_inner h1{
    position: absolute;
    width: auto;
    left: 24px;
    right: 24px;
    bottom: 56px;
    font-family: 'Roboto', sans-serif;
    font-size: 1.8rem;
    font-weight: 400;
    color: #ffffff;
    text-transform: none;
}
#header_inner h1 span{
    display: inline-block;
    width: 100%;
    margin-bottom: 8px;
    font-family: 'Oswald', sans-serif;
    font-size: 2.4rem;
    font-weight: 700;
    color: #ffffff;
    text-transform: none;
}
#promo{
    display: inline-block;
    position: relative;
    width: 100%;
    height:auto;
    min-height: 640px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-image:url('../img/waves.jpg');
}
#promo_content{
    display: inline-block;
    position: relative;
    float: left;
    width: 100%;
    height:100%;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-color: #eeeeee;
    background-image:url('../img/wood_grey.jpg');
}
#promo_content_wrap{
    display: inline-block;
    position: relative;
    padding: 48px 24px;
}
.promo_content_text h3{
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-size: 3rem;
    /*color:#616161;*/
    text-transform: none;
}
.promo_content_text h3 span{
    font-size: 1.8rem;
    text-transform: uppercase;
}
.promo_content_text p{
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 1.3;
}
.promo_content_text a{
    font-size:inherit;
}
.promo_content_text li {
    line-height: 1.4;
}

#promo_content_details{
    width: 100%;
}
#promo_content_details h4{
    font-size: 1.8rem;
    text-transform: none;
}
#promo_content_details ul{
    padding: 0 0 0 16px;
}
#promo_content_details ul li{
    margin: 0 0 8px 0;
    font-style: italic;
}
#promo_content_exchange_rate{
    width: 100%;
}
#promo_content_exchange_rate img{
    float: left;
    width: 80px;
}
#promo_content_exchange_rate summary{
    float: left;
    margin-top: 24px;
    width: 66%;
    font-size: 1.4rem;
    font-weight: 700;
    color: #616161;
}
#promo_content_gallery{
    display: inline-block;
    position: relative;
    margin:16px 0;
    width: 100%;
    height:180px;
}
#promo_content_gallery h5{
    text-align: right;
    margin-right:32px;
}
#carousel_images_wrap{
    height:180px;
}
#carousel_images{
    height:180px;
}
#carousel_images img{
    margin: 0 4px 0 0;
    width: auto;
    height:180px;
}
.carousel-images-controls{
    display: inline-block;
    position: relative;
    width: 100%;
}
.slick-list{
    height:180px !important;
}
.slick-arrow{
    position: relative;
    float: right;
    width: 48px;
    height: 24px;
    cursor: pointer;
}
.slick-arrow img{
    width: 16px;
    height: 16px;
    opacity: 0.5;
    transition: opacity 0.15s linear;
}
.slick-arrow img:hover{
    opacity: 1;
}
.slick-arrow img:active{
    opacity: 0.75;
}
#promo_content_fine_print{
    display: inline-block;
    position: relative;
    padding: 48px 24px 64px;
}
#promo_content_fine_print h5{
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 1.6rem;
    color:#616161;
    text-transform: none;
}
#call_to_action{
    display: inline-block;
    position: relative;
    width: 100%;
    height:100%;
    color: #fff;
}
#call_to_action_fish{
    display: inline-block;
    position: absolute;
    top:0;
    left:50%;
    -o-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    width: 200px;
    height:auto;
}
#call_to_action_inner{
    position: relative;
    padding: 64px 24px;
}
#call_to_action_inner h3{
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-size: 2.4rem;
    color:#ffffff;
    text-transform: uppercase;
}
#call_to_action_inner h4{
    margin: 24px auto 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 1.6rem;
    color:#ffffff;
    text-transform: none;
    text-align: center;
}
#call_to_action_inner h4 a{
    font-size: 1.6rem;
    color:#ffffff;
}
#call_to_action_inner p{
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 1.8rem;
    color:#ffffff;
    text-transform: none;
}
#call_to_action form{
    display: inline-block;
    position: relative;
    margin: 8px auto;
    width: 100%;
    height:auto;
}
#call_to_action span.required {
    display: block;
    margin: 0 auto 8px;
    padding: 0;
    width: 100%;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 1.2rem;
    color:#ffffff;
    text-align: right;
}
#call_to_action span.notice {
    display: inline-block;
    float: right;
    margin: 0 auto 8px;
    padding: 0;
    width: auto;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 1.4rem;
    color: #FF5105;
    text-align: right;
    text-shadow: 0px 1px 2px rgba(0,0,0,0.8);
}
#call_to_action label{
    display: block;
    margin: 32px auto 0;
    padding: 0;
    width: 100%;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-size: 1.4rem;
    color:#ffffff;
    text-transform: uppercase;
}
#call_to_action input{
    display: block;
    margin: 0 auto 8px;
    padding: 0 0 0 8px;
    width: 100%;
    height:40px;
    font-size: 1.6rem;
    border: 0;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.14), 0 2px 4px 0 rgba(0,0,0,0.20), 0 2px 4px 0 rgba(0,0,0,0.12);
}
#call_to_action input:disabled{
    color:#9E9E9E;
}

#call_to_action .gform_wrapper ul.gform_fields li.gfield {
    padding-right: 0;
}

#call_to_action .gfield_required {
    color: #fff;
}

#call_to_action .gform_confirmation_message {
    margin-top: 40px;
    margin-bottom: 40px;
}

.styled_select {
    display: block;
    margin: 4px auto 24px;
    padding: 0 0 0 8px;
    width: calc(100% - 8px);
    height:40px;
    font-size: 1.6rem;
    background:#ffffff;
    border: 0;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.14), 0 2px 4px 0 rgba(0,0,0,0.20), 0 2px 4px 0 rgba(0,0,0,0.12);
    overflow: hidden;
}
#call_to_action select{
    display: block;
    margin: 0 0 0 -5px;
    padding: 0;
    width: 100%;
    border-radius: 0;
    height:40px;
    background: transparent;
    border: none;
}
#call_to_action select:disabled{
    color:#9E9E9E;
}
#call_to_action .button{
    display: block;
    margin: 0 auto 8px;
    padding: 0 16px;
    width: 100%;
    height:40px;
    background: #FF5105 url('../img/wood_orange.jpg');
    border: 0;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-size: 1.8rem;
    color:#ffffff;
    text-transform: uppercase;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.14), 0 2px 4px 0 rgba(0,0,0,0.20), 0 2px 4px 0 rgba(0,0,0,0.12);
}
#call_to_action button:disabled{
    background: #4CAF50 url(' ');
}
#resorts{
    display: inline-block;
    position: relative;
    width: 100%;
    height:auto;
    background: #212121;
    color: #fff;
}
#resorts_inner{
    display: inline-block;
    padding:48px 24px;
}
#resorts_inner h2{
    margin-left:8px;
    width:100%;
}
.resort{
    display: inline-block;
    position: relative;
    float: left;
    width: 100%;
    height:auto;
}
.resort_inner{
    display: inline-block;
    padding:8px;
}
.resort_inner h3{
    margin: 16px 0 8px;
    font-size: 3rem;
    font-weight: 700;
}
.resort_inner p{
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 2.4rem;
    color: #ffffff;
}
.resort img {
    display: inline-block;
    position: relative;
    width: 100%;
    height:auto;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border:2px solid #ffffff;
}
footer{
    display: inline-block;
    position: relative;
    margin:0;
    padding:16px 0;
    width: 100%;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-url: #00aeef url('../img/wood_blue.jpg');
    background-image:url('../img/wood_blue.jpg');
    text-align: center;
    color:#ffffff;
}
footer h6{
    margin-top: 16px;
    font-family: 'Oswald', sans-serif;
    font-size: 1.8rem;
    font-weight: 400;
    color: #ffffff;
}
footer a{
    font-family: 'Oswald', sans-serif;
    font-size: 1.8rem;
    font-weight: 400;
    color: #ffffff;
}

.video-responsive {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.video-responsive iframe, .video-responsive object, .video-responsive embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#header_image{
    display: inline-block;
    position: relative;
    width: 100%;
    height:auto;
    background: #ffffff;
}

@media screen and (min-width: 540px){
    #header_inner{
        min-height: inherit;
    }
    #header_inner h1{
        position: absolute;
        width: auto;
        left: 24px;
        right: 24px;
        bottom: 24px;
        font-family: 'Roboto', sans-serif;
        font-size: 1.8rem;
        font-weight: 400;
        color: #ffffff;
        text-transform: none;
    }
    /*#header_image_mobile{*/
        /*display: none;*/
    /*}*/
    /*#header_image{*/
        /*display: inline-block;*/
        /*position: relative;*/
        /*width: 100%;*/
        /*height:auto;*/
        /*background: #ffffff;*/
    /*}*/
}
@media screen and (min-width: 768px){
    #top_bar_brand{
        float: left;
        width: 50%;
    }
    #top_bar_contact{
        float: left;
        width: 50%;
        text-align: right;
    }
    #top_bar_contact p{
        display: inline-block;
        margin: 12px 16px 0 0;
        font-family: 'Oswald', sans-serif;
        font-weight: 400;
        font-size: 2.4rem;
        color:#616161;
        text-transform: none;
    }
    #top_bar_contact p span.bullet{
        display: inline;
        position: relative;
        line-height: 1rem;
        font-size: 2.4rem;
        color: #616161;
        margin: 0 8px;
    }
    #top_bar_contact p a{
        display: inline-block;
        margin: 8px 0 16px 16px;
        font-weight: 700;
        font-size: 2.4rem;
        color:#00aeef;
    }
    #header_inner h1{
        position: absolute;
        width: 50%;
        left: 80px;
        bottom: 80px;
        font-family: 'Roboto', sans-serif;
        font-size: 2.4rem;
        font-weight: 400;
        color: #ffffff;
        text-transform: none;
    }
    #header_inner h1 span{
        display: inline-block;
        width: 100%;
        font-family: 'Oswald', sans-serif;
        font-size: 4.8rem;
        font-weight: 700;
        color: #ffffff;
        text-transform: none;
    }
    #promo_content_wrap{
        padding: 48px 80px;
    }
    #resorts_inner h2{
        margin-left:8px;
        width:72%;
    }
    .resort{
        width: 33.33%;
    }
} /* END 768px */
@media screen and (min-width: 992px){
    #promo_content{
        width: 60%;
    }
    #promo_content_details{
        float: left;
        width: 50%;
    }
    #promo_content_exchange_rate{
        float: left;
        width: 50%;
    }
    #promo_content_fine_print{
        padding: 48px 80px;
    }
    #call_to_action{
        width: 40%;
        min-height: 640px;
    }
    #call_to_action_inner{
        position: relative;
        padding: 64px 80px;
    }
    #call_to_action_fish{
        display: inline-block;
        position: absolute;
        width: 160px;
        top:40px;
        left:0;
        -o-transform: translateX(-50%) rotate(-28deg);
        -moz-transform: translateX(-50%) rotate(-28deg);
        -webkit-transform: translateX(-50%) rotate(-28deg);
        -ms-transform: translateX(-50%) rotate(-28deg);
        transform: translateX(-50%) rotate(-28deg);
    }
} /* END 992px */
@media screen and (min-width: 1135px){
    #top_bar_contact p a{
        margin: 0 0 0 16px;
    }
}
@media screen and (min-width: 1200px){
    #call_to_action_inner{
        position: relative;
        padding: 64px 96px;
    }
    #call_to_action_fish{
        display: inline-block;
        position: absolute;
        top:40px;
        left:0;
        -o-transform: translateX(-50%) rotate(-28deg);
        -moz-transform: translateX(-50%) rotate(-28deg);
        -webkit-transform: translateX(-50%) rotate(-28deg);
        -ms-transform: translateX(-50%) rotate(-28deg);
        transform: translateX(-50%) rotate(-28deg);
        width: 200px;
    }
    #resorts_inner h2{
        width:66%;
    }
} /* END 1200px */

@media screen and (min-width: 1280px) {
    body {
        margin: 0 auto;
        width: 1280px;
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.33);
    }
}

@media screen and (min-width: 1600px){
    /*#promo_content_wrap{
        width: 66%;
    }*/
    #promo_content_fine_print{
        width: 66%;
    }
    #call_to_action_inner{
        padding: 64px 128px;
    }
    #resorts_inner h2{
        width:50%;
    }
} /* END 1600px */
@media screen and (min-width: 2000px){} /* END 1600px */