﻿/*

    Wesmac Custom Boats

*/

html {
    height: 100%;
    min-height: 100%;
    min-height: 100vh;
}

body {
    height: 100%;
    min-height: 100%;
    min-height: 100vh;
    margin: 0 0;
    padding: 0 0;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 22px;
    line-height: 36px;
    color: #FFFFFF;
    background-color: #000000;
}

#frmMaster {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 100%;
    min-height: 100vh;
}

/* 

    Boostrap Customizations

*/

.container, 
.container-lg, 
.container-md, 
.container-sm, 
.container-xl {
    max-width: 1370px;
}

.img-fluid {
    width: 100%;
    height: auto;
}

textarea {
    resize: none;
}

/* Header */

header {
    position: fixed;
    z-index: 99990;
    top: 0;
    width: 100%;
    background-color: #FFFFFF;
    background-color: rgba(255, 255, 255, 1.0);
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.33);
    -moz-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.33);
    box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.33);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

header .contact-bar {
    font-size: 16px;
    line-height: 150%;
    color: #666666;
    border-bottom: 1px solid #DDDDDD;
}

header .contact-bar .row .col,
header .contact-bar .row .col-auto {
    padding-top: 10px;
    padding-bottom: 10px;
    border-right: 1px solid #DDDDDD;
}

header .contact-bar .br-0 {
    border-right: 0px none !important;
}

header .contact-bar .bl-0 {
    border-left: 0px none !important;
}

header .contact-bar a,
header .contact-bar a:visited {
    color: #666666;
}

header .contact-bar a:hover {
    color: #FF0000;
    text-decoration: none;
}

body.no-scroll header .contact-bar a,
body.no-scroll header .contact-bar a:visited {
    color: #000000;
}

body.no-scroll header .contact-bar a:hover {
    color: #FF0000;
    text-decoration: none;
}

header .whatsnew-bar {
    padding: 20px 0;
    border-bottom: 1px solid #DDDDDD;
}


/* Header Logo */

header .logo-wrapper {
    background-image: url('/Images/Layout/logo-color.png');
    background-position: center left;
    background-repeat: no-repeat;
    background-size: contain;
}

/* Footer */

footer {
    padding: 40px 0 0 0;
    color: #DDDDDD;
    font-size: 18px;
    line-height: 150%;
    background-color: #101010;
    background: -moz-linear-gradient(top, #101010 66%, #202020 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #101010 66%,#202020 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #101010 66%,#202020 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

footer > .container-lg {
    padding-bottom: 20px;
}

footer h3 {
    margin-bottom: 4px;
    font-size: 120%;
    font-weight: bold;
    color: #FFFFFF;
    text-transform: uppercase;
}

footer hr {
    margin-top: 0;
    margin-bottom: 0.75rem;
    border-color: #FFFFFF;
}

footer a,
footer a:visited {
    color: #DDDDDD;
}

footer a:hover {
    color: #FFFF00;
    text-decoration: none;
}

footer i {
    position: relative;
    top: 2px;
    color: #FFFFFF;
}

footer .fa-ul {
    margin-left: 2.0rem;
}

footer .fa-ul li {
    margin-bottom: 1rem;
}

footer .fa-ul li:last-child {
    margin-bottom: 0;
}

footer .fa-ul i {
    margin-right: 0.25rem;
}

footer .sitemap {
    padding-left: 0;
    list-style-type: none;
}

footer .sitemap li ul {
    padding-left: 1.0rem;
    list-style-type: none;
}

footer .sitemap .title {
    color: #FFFFFF;
    font-weight: bold;
}

footer .copyright {
    padding: 30px 30px;
    font-size: 18px;
    line-height: 150%;
    background-color: #000000;
    border-top: 1px solid transparent;
    border-image-source: linear-gradient(to right, rgba(255,255,255,0.0) 0%, rgba(255,255,255,0.33) 50%, rgba(255,255,255,0.0) 100%);
    border-image-slice: 5;
}

/* Nav */

nav {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 16px;
    line-height: 150%;
    color: #FFFFFF;
    background-color: #333333;
}

nav .container-xl {
    padding-left: 0;
    padding-right: 0;
}

@media (max-width : 1199px) {

    nav {
        color: #000000;
        background-color: #FFFFFF;
    }

}

/* Schedule a Tour Button */

.btn-schedule,
.btn-schedule:visited {
    color: #FFFFFF;
    background-color: #e71d26;
    border-color: #bd151b;
}

.btn-schedule:hover {
    color: #FFFFFF;
    text-decoration: none;
    background-color: #bd151b;
}

/* Back To Top Button */

.back-to-top {
    z-index: 99999;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.33);
    -moz-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.33);
    box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.33);
}

/* Big Photo */

.big-photo {
    position: relative;
    width: 100%;
    height: auto;
}

.big-photo picture,
.big-photo img {
    width: 100%;
    height: auto;
}

/* Full Screen Vimeo Video */

.vimeo-fs-wrapper {
    position: relative;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: -1;
    pointer-events: none;
    background-color: #404040;
}

.vimeo-fs-wrapper iframe {
    position: absolute;
    width: 100vw;
    height: 56.25vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
    min-height: 100vh;
    min-width: 177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.vimeo-fs-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
    font-size: 32px;
    color: #FFFFFF;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.vimeo-fs-overlay span.vimeo-fs-overlay-text {
    font-size: 300%;
    font-weight: bold;
    line-height: 125%;
    text-transform: uppercase;
    text-shadow: 0px 2px 2px #000000;
}

.vimeo-fs-overlay a, .vimeo-fs-overlay a:visited {
    color: #FFFFFF;
}

.vimeo-fs-overlay a:hover {
    color: #F0F0F0;
}

@media (max-width : 1399px) {

    .vimeo-fs-overlay span.vimeo-fs-overlay-text {
        font-size: 250%;
        line-height: 125%;
    }
}

@media (max-width : 991px) {

    .vimeo-fs-overlay span.vimeo-fs-overlay-text {
        font-size: 200%;
        line-height: 125%;
    }
}

@media (max-width : 767px) {

    .vimeo-fs-overlay span.vimeo-fs-overlay-text {
        font-size: 125%;
        font-weight: bold;
        line-height: 125%;
        text-transform: uppercase;
        text-shadow: 0px 2px 2px #000000;
    }

}

/* Swiper */

.swiper-container {
    overflow: hidden;
    width: 100%;
    height: 100%;
    border-bottom: 1px solid #999999;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.33);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.33);
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.33);
}

.swiper-slide {
    text-align: center;
}

    .swiper-slide .img-fluid {
        width: 100%;
        height: auto;
    }

    .swiper-slide .slide-title {
        position: absolute;
        bottom: 60px;
        left: 0;
        right: 0;
        display: flex;
        justify-content: center;
        flex-direction: column;
        font-size: 200%;
        font-weight: bold;
        color: #FFFFFF;
        line-height: 150%;
        text-align: center;
    }

        .swiper-slide .slide-title .slide-title-text {
            align-self: center;
            padding: 1rem 2rem;
            background-color: rgba(0, 0, 0, 0.66);
            -webkit-border-radius: 8px;
            -moz-border-radius: 8px;
            border-radius: 8px;
        }

.swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    background-color: #000000;
    opacity: 0.5;
}

.swiper-pagination-bullet-active {
    background-color: #FFFFFF;
    opacity: 0.9;
}

/* Content Areas */

.content {
    padding: 40px 15px;
    color: #000000;
    background-color: #FFFFFF;
}

.content h1,
.content h2,
.content h3,
.content h4,
.content h5 {
    margin-bottom: 1rem;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 125%;
    color: #606060;
}

.content h1 {
    font-size: 400%;
    margin-bottom: 1.5rem;
}

.content h1.smaller {
    font-size: 300%;
    margin-bottom: 1.5rem;
}

.content h2 {
    font-size: 300%;
    margin-bottom: 1.5rem;
}

.content h3 {
    font-size: 200%;
    margin-bottom: 1.5rem;
}

.content h4,
.content h5 {
    font-size: 100%;
}

.content p {
    margin-bottom: 1.5rem;
}

.content ul {
    margin-bottom: 1.5rem;
}

.content a,
.content a:visited,
.content a:hover {
    text-decoration: none;
}

.content span.red {
    color: #e71d26;
}

.content h1 span.red,
.content h2 span.red,
.content h3 span.red {
    font-weight: bold;
}

.content span.caption {
    display: block;
    margin: 0 0 1.5rem 0;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

    .content .card-home {
        background-color: #E8E8E8 !important;
        border: 1px solid #9C9C9C !important;
    }

@media (max-width: 1399px) {

    .content {
        padding: 40px 0;
    }

    .content h1 {
        font-size: 300%;
    }

    .content h1.smaller {
        font-size: 200%;
    }

    .content h2 {
        font-size: 200%;
    }

    .content h3 {
        font-size: 150%;
    }

    .content h4,
    .content h5 {
        font-size: 100%;
    }

}

@media (max-width: 991px) {

    .content {
        padding: 40px 0;
    }

    .content h1 {
        font-size: 200%;
    }

    .content h1.smaller {
        font-size: 200%;
    }

    .content h2 {
        font-size: 150%;
    }

    .content h3 {
        font-size: 125%;
    }

    .content h4,
    .content h5 {
        font-size: 100%;
    }

}

@media (max-width: 767px) {

    .content h1 {
        font-size: 150%;
    }

    .content h1.smaller {
        font-size: 150%;
    }

    .content h2 {
        font-size: 125%;
    }

    .content h3 {
        font-size: 100%;
    }

    .content h4,
    .content h5 {
        font-size: 100%;
    }

}

/* Color Sections */

.content.lt-grey {
    background-color: #F2F2F2;
}

.content.dk-grey {
    color: #FFFFFF;
    background-color: #202020;
}

.content.dk-grey h1,
.content.dk-grey h2,
.content.dk-grey h3,
.content.dk-grey h4,
.content.dk-grey h5 {
    color: #FFFFFF;
}

/* Boat BG on Home Page */
.content.boat-bg {
    position: relative;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
}

.content.boat-bg .container-fluid,
.content.boat-bg .row,
.content.boat-bg .col {
    margin: 0;
    padding: 0;
}

.content.boat-bg img {
    width: 100%;
    height: auto;
}

/* Borders */

.bs-1 {
    border: 1px solid #999999;
}

/* Hover Animations */

.hover-anim {
    position: relative;
    overflow: hidden;
}

.hover-anim a {
}

.hover-anim a img:not(.no-filter),
.hover-anim a:visited img:not(.no-filter) {
    filter: brightness(33%) grayscale(100%);
    transition: all 0.25s ease-in-out;
}

.hover-anim a:hover img:not(.no-filter) {
    filter: brightness(75%) grayscale(0%);
}

.hover-anim.zoomout a img:not(.no-filter),
.hover-anim.zoomout a:visited img:not(.no-filter) {
    transform: scale(1.10);
    transition: all 0.25s ease-in-out;
}

.hover-anim.zoomout a:hover img:not(.no-filter) {
    transform: scale(1.0);
}

.hover-anim a .hover-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.hover-anim a img.no-filter {
    width: auto;
    max-width: 100%;
}

.hover-anim a .hover-overlay h2 {
    margin-bottom: 1.5rem;
    font-size: 250%;
    color: #FFFFFF;
    line-height: 125%;
    text-align: center;
    text-shadow: 0px 2px 2px #000000;
}

@media (max-width : 1399px) {

    .hover-anim a .hover-overlay h2 {
        font-size: 150%;
        line-height: 150%;
    }

}

@media (max-width : 767px) {

    .hover-anim a .hover-overlay h2 {
        font-size: 125%;
        line-height: 125%;
    }

}

/* Text Overlay */

.overlay {
    position: relative;
    overflow: hidden;
}

.overlay .overlay-text {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 50px;
    left: 0;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
}

.overlay .overlay-text h3 {
    padding-top: 5px;
    padding-bottom: 5px;
    margin: 0 0;
    font-size: 150%;
    color: #FFFFFF;
    line-height: 150%;
    text-align: center;
    border-top: 4px solid #FFFFFF;
    border-bottom: 4px solid #FFFFFF;
}

@media (max-width : 1399px) {

    .overlay .overlay-text {
        bottom: 25px;
    }

    .overlay .overlay-text h3 {
        font-size: 125%;
        line-height: 125%;
    }

}

@media (max-width : 991px) {

    .overlay .overlay-text {
        bottom: 15px;
    }

    .overlay .overlay-text h3 {
        font-size: 110%;
        line-height: 125%;
    }

}

@media (max-width : 767px) {

    .overlay .overlay-text {
        bottom: 0 !important;
    }

    .overlay .overlay-text h3 {
        font-size: 100%;
        line-height: 125%;
    }

}

/* Photo Group Full Width */

.photo-group-100 {

}

.photo-group-100 .container-fluid {
    margin: 0 0;
    padding: 0 0;
}


.photo-group-100 .row,
.photo-group-100 .col-12 {
    margin: 0 0;
    padding: 0 0;
}

/* Details & Pricing Pages */

table.pricing-table {
    font-size: 16px;
    line-height: 24px;
}

table.pricing-table thead tr th {
    text-align: center;
    white-space: nowrap;
}

table.pricing-table thead tr.dark-row {
    font-size: 24px !important;
    line-height: 36px !important;
}

table.pricing-table tfoot tr.dark-row {
    font-size: 20px !important;
    line-height: 30px !important;
}

table.pricing-table tbody tr td {
    text-align: center;
    white-space: nowrap;
}

table.pricing-table tr.dark-row td,
table.pricing-table tr.dark-row th {
    color: #FFFFFF;
    background-color: #404040;
}

table.pricing-table tr.grey-row td {
    color: #000000;
    font-weight: bold;
    background-color: #BBBBBB;
}

table.pricing-table small {
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
}

table.pricing-table-alt tbody tr td {
    text-align: center;
    white-space: normal;
}

table.pricing-table-alt tbody tr td:first-child {
    text-align: left;
}

table.pricing-table-alt thead tr th {
    text-align: center;
}

table.pricing-table-alt thead tr th:first-child {
    text-align: left;
}

table.pricing-table-alt tfoot tr td {
    font-weight: bold;
}

table.pricing-table-alt tfoot tr td {
    text-align: center;
}

table.pricing-table-alt tfoot tr td:first-child {
    padding-right: 1.25rem;
    text-align: right;
}

@media only screen and (max-width: 991px) {

    table.pricing-table thead tr.dark-row,
    table.pricing-table tfoot tr.dark-row {
        font-size: 18px !important;
        line-height: 28px !important;
    }

}

/* Contact Us Page */

.contact-info li {
    margin-bottom: 1rem;
}

/* Google Map */

.map .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.embed-google-map {
    padding-bottom: 33%;
    color: #000000;
    border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
}

@media only screen and (max-width: 1199px) {

    .embed-google-map {
        padding-bottom: 42%;
    }
}

@media only screen and (max-width: 991px) {

    .embed-google-map {
        padding-bottom: 56%;
    }
}

@media only screen and (max-width: 767px) {

    .embed-google-map {
        padding-bottom: 75%;
    }
}

/* Multi-Column Lists */

.two-col-list {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}

.three-col-list {
    columns: 3;
    -webkit-columns: 3;
    -moz-columns: 3;
}

.four-col-list {
    columns: 4;
    -webkit-columns: 4;
    -moz-columns: 4;
}

@media (max-width : 767px) {

    .two-col-list,
    .three-col-list,
    .four-col-list {
        columns: initial;
        -webkit-columns: initial;
        -moz-columns: initial;
    }

}

@media (min-width : 768px) And (max-width : 991px) {

    .two-col-list {
        columns: initial;
        -webkit-columns: initial;
        -moz-columns: initial;
    }

    .three-col-list,
    .four-col-list {
        columns: 2;
        -webkit-columns: 2;
        -moz-columns: 2;
    }

}

/* ********************************************************************************************* */
/* Fixes for IE 11 */
/* ********************************************************************************************* */

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {

    .two-col-list,
    .three-col-list,
    .four-col-list {
        margin-left: 0;
    }

    .two-col-list .fa-li,
    .three-col-list .fa-li,
    .four-col-list .fa-li {
        position: relative;
        display: inline-block;
        left: 0;
    }

}

@media (max-width : 767px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {

    .two-col-list,
    .three-col-list,
    .four-col-list {
        columns: 1;
        -webkit-columns: 1;
        -moz-columns: 1;
    }

}

/* ********************************************************************************************* */
/* Fixes for Edge */
/* ********************************************************************************************* */

@supports (-ms-ime-align: auto) {

    .two-col-list,
    .three-col-list,
    .four-col-list {
        margin-left: 0;
    }

    .two-col-list .fa-li,
    .three-col-list .fa-li,
    .four-col-list .fa-li {
        position: relative;
        display: inline-block;
        left: 0;
    }

}


.btn-header {
    color: #000 !important;
    border: 1px solid #000 !important;
}

    .btn-header:hover {
        color: #fff !important;
        background-color: #e71d26 !important;
        border: 1px solid #e71d26 !important;
    }