﻿/*!
 * Start Bootstrap - Stylish Portfolio Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/* Global Styles */
html,
body {
    font-family: "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
    background: url('/Presentation/WirtzBev/includes/images/Yacht/yacht-bg.png') no-repeat center center fixed;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#yacht-container {
    max-width: 1100px;
    margin: auto;
    background-color: white;
}
#yacht-container-error {
    max-width: 1100px;
    margin: auto;
    background-color: white;
    height :768px;
    max-height :768px;

}
.site-shadow {
    border: solid 1px #555;
    background-color: #eed;
    box-shadow: 0 0 10px rgba(0,0,0,0.6);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.6);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.6);
    -o-box-shadow: 0 0 10px rgba(0,0,0,0.6);
}


/* Toggle Styles */
#menu-toggle {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    background: transparent url("/Presentation/WirtzBev/includes/images/Yacht/menu-handle.png") no-repeat scroll center;
    height: 55px;
    width: 45px;
    margin-left: 1px;
    margin-top: 1px;
    background-color: white;
    display: none;
}
#menu-close {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    background: transparent url("/Presentation/WirtzBev/includes/images/Yacht/menu-handle.png") no-repeat scroll center;
    height: 55px;
    width: 45px;
    margin-left: 1px;
    margin-top: 1px;
    background-color: white;
    display: none;
}
#menu-handle {
    background: transparent url("/Presentation/WirtzBev/includes/images/Yacht/menu-handle.png") no-repeat scroll right center;
    float: left;
    height: 28px;
    padding: 18px 0 18px 4px;
    width: 25px;
}
.toggle {
    margin: 5px 5px 0 0;
}


/* Side Navigation Styles */
#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    left: 0;
    width: 250px;
    height: 100%;
    margin-left: -250px;
    overflow-y: auto;
    background: #222;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.sidebar-nav {
    top: 0;
    list-style: none;
    width: auto;
    right: 0;
    margin-right: 30px;
}
    .sidebar-nav li {
        text-indent: 20px;
        line-height: 40px;
    }
        .sidebar-nav li a {
            display: block;
            text-decoration: none;
            color: #999;
        }
            .sidebar-nav li a:hover {
                text-decoration: none;
                color: #fff;
                background: rgba(255,255,255,0.2);
            }
            .sidebar-nav li a:active,
            .sidebar-nav li a:focus {
                text-decoration: none;
            }
    .sidebar-nav > .sidebar-brand {
        height: 55px;
        font-size: 18px;
        line-height: 55px;
    }
        .sidebar-nav > .sidebar-brand a {
            color: #999;
        }
            .sidebar-nav > .sidebar-brand a:hover {
                color: #fff;
                background: none;
            }
#sidebar-wrapper.active {
    left: 250px;
    width: 250px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}


/* Button Styles */
.btn-dark {
    border-radius: 0;
    color: #fff;
    background-color: rgba(0,0,0,0.4);
}
    .btn-dark:hover,
    .btn-dark:focus,
    .btn-dark:active {
        color: #fff;
        background-color: rgba(0,0,0,0.7);
    }
.btn-light {
    border-radius: 0;
    color: #333;
    background-color: rgb(255,255,255);
}
    .btn-light:hover,
    .btn-light:focus,
    .btn-light:active {
        color: #333;
        background-color: rgba(255,255,255,0.8);
    }


/* Chain Header */
.header-chain {
    display: table;
    position: relative;
    width: 100%;
    background: url('/Presentation/WirtzBev/includes/images/Yacht/yacht-chain-bg.jpg') no-repeat scroll center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    padding-left: 50px;
    padding-right: 50px;
}
#div-chain-text {
    position: relative;
}
    #div-chain-text h2 {
        color: black;
        font-family: 'Conv_TrajanPro-Regular',Sans-Serif;
        font-style: normal;
        font-weight: normal;
        line-height: 1;
        font-size: 35px;
        font-weight: bold;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

/* Navigation */
.header-navigation {
    display: table;
    position: relative;
    width: 100%;
    background: url('/Presentation/WirtzBev/includes/images/Yacht/yacht-red-bg.png') no-repeat scroll center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    max-height: 43px;
    height: 43px;
    padding-left: 70px;
    padding-right: 70px;
}
#div-navigation {
    font-family: 'Conv_eurostile',Sans-Serif;
    font-size: 17px;
    color: #fff;
    height: 45px;
    border-width: 0px;
    padding: 0px;
    text-transform: uppercase;
}
    #div-navigation ul {
        margin: 0 auto;
        width: auto;
        height: 45px;
        padding-left: 0px;
        padding-right: 0px;
    }
        #div-navigation ul li {
            list-style-type: none;
            display: inline-block;
            margin: 0px;
            padding-left: 35px;
            padding-right: 35px;
            border-right: 1px solid #DDD;
            height: 45px;
        }
            #div-navigation ul li:first-child {
                padding-left: 0px;
            }
            #div-navigation ul li:last-child {
                border-right: none;
                padding-right: 0px;
            }
            #div-navigation ul li a {
                text-decoration: none;
                color: #fff;
                text-align: center;
                display: block;
                padding: 12px;
            }

.header-end-cap {
    display: table;
    position: relative;
    width: 100%;
    background: url('/Presentation/WirtzBev/includes/images/Yacht/yacht-blk-bg.png') no-repeat scroll center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    max-height: 10px;
    height: 10px;
}
                
/* Hero */
.hero {
    display: table;
    position: relative;
    width: 100%;
    height: 100%;
    background: url('/Presentation/WirtzBev/includes/images/Yacht/yacht-boat.png') no-repeat scroll center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    padding: 150px 0;
    height: 500px;
}
#div-hero {
    margin: 0;
    padding: 0;
    background-color: white;
    max-width: 277px;
    width: 277px auto;
    position: absolute;
    top: 0px;
    left: 69px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    /* This works in IE 8 & 9 too */
    /* ... but also 5, 6, 7 */
    filter: alpha(opacity=90);
    /* Modern Browsers */
    opacity: 0.9;
}
    #div-hero h2 {
        color: black;
        font-family: 'Conv_TrajanPro-Regular',Sans-Serif;
        font-style: normal;
        font-weight: normal;
        line-height: 1;
        font-size: 25px;
        font-weight: bold;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    #div-hero p {
        font-size: 17px;
        font-weight: 300;
        line-height: 1.4;
        margin-bottom: 20px;
        font-family: 'Conv_eurostile',Sans-Serif;
    }
hr.shadow {
    height: 12px;
    border: 0;
    box-shadow: inset 0 12px 12px -12px rgba(0, 0, 0, 0.5);
    margin: 0;
    padding: 0;
}
#div-resp-boat {
    display: none;
}

/* Invitation */
.invitation {
    padding: 10px 0;
}
#div-invitation h2 {
    color: black;
    font-family: 'Conv_TrajanPro-Regular',Sans-Serif;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    font-size: 25px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#div-invitation h5 {
    color: black;
    font-family: 'Conv_TrajanPro-Regular',Sans-Serif;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    font-size: 23px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#div-invitation h6 {
    color: black;
    font-family: 'Conv_TrajanPro-Regular',Sans-Serif;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    font-size: 15px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#div-invitation hr.small {
    color: black;
    border-color: black;
    max-width: 100px;
}
#div-invitation p {
    font-size: 17px;
    font-weight: 300;
    line-height: 1.4;
    margin-bottom: 20px;
    font-family: 'Conv_eurostile',Sans-Serif;
}

/* When Where */
.when-where {
    padding: 10px 0;
}
#div-when-where h2 {
    color: black;
    font-family: 'Conv_TrajanPro-Regular',Sans-Serif;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    font-size: 25px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#div-when-where h5 {
    color: black;
    font-family: 'Conv_TrajanPro-Regular',Sans-Serif;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    font-size: 23px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#div-when-where h6 {
    color: black;
    font-family: 'Conv_TrajanPro-Regular',Sans-Serif;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    font-size: 15px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#div-when-where p {
    font-size: 17px;
    font-weight: 300;
    line-height: 1.4;
    font-family: 'Conv_eurostile',Sans-Serif;
}

/* Find Us */
.find-us {
    padding: 10px 0;
}
#div-find-us #map-resp p {
        line-height: 1.4;
        font-family: 'Conv_TrajanPro-Regular',Sans-Serif;
        font-weight :bold;
        color: white;
        text-align: center;
        font-size: 25px;
        padding :10px;
    }
#div-find-us h2 {
    color: black;
    font-family: 'Conv_TrajanPro-Regular',Sans-Serif;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    font-size: 25px;
    /*font-weight: bold;*/
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#div-find-us h5 {
    color: black;
    font-family: 'Conv_TrajanPro-Regular',Sans-Serif;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    font-size: 23px;
    /*font-weight: bold;*/
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#div-find-us h6 {
    color: black;
    font-family: 'Conv_TrajanPro-Regular',Sans-Serif;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    font-size: 15px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#div-find-us p {
    font-size: 17px;
    font-weight: 300;
    line-height: 1.4;
    font-family: 'Conv_eurostile',Sans-Serif;
}
#map-resp
{
    width :100%;
    background-color : black;
    display: none;   
}

/* Information */
.information {
    padding: 10px 0;
}
#div-information h2 {
    color: black;
    font-family: 'Conv_TrajanPro-Regular',Sans-Serif;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    font-size: 25px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#div-information h5 {
    color: black;
    font-family: 'Conv_TrajanPro-Regular',Sans-Serif;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    font-size: 23px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#div-information h6 {
    color: black;
    font-family: 'Conv_TrajanPro-Regular',Sans-Serif;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    font-size: 15px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#div-information p {
    font-size: 17px;
    font-weight: 300;
    line-height: 1.4;
    font-family: 'Conv_eurostile',Sans-Serif;
}
.information ul {
    font-size: 17px;
    font-weight: 300;
    line-height: 1.4;
    margin-bottom: 20px;
    font-family: 'Conv_eurostile',Sans-Serif;
    list-style-position: inside;
    padding-left: 0;
    text-indent: -1em;
    padding-left: 1em;
}



/* Weather */
.weather {
    padding: 10px 0;
}
#div-weather h2 {
    color: black;
    font-family: 'Conv_TrajanPro-Regular',Sans-Serif;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    font-size: 25px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#div-weather h5 {
    color: black;
    font-family: 'Conv_TrajanPro-Regular',Sans-Serif;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    font-size: 23px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#div-weather h6 {
    color: black;
    font-family: 'Conv_TrajanPro-Regular',Sans-Serif;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    font-size: 15px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#div-weather p {
    font-size: 17px;
    font-weight: 300;
    line-height: 1.4;
    font-family: 'Conv_eurostile',Sans-Serif;
}

/* Host */
.host {
    display: table;
    position: relative;
    width: 100%;
    background: url('/Presentation/WirtzBev/includes/images/Yacht/yacht-red-bg.png') no-repeat scroll center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    max-height: 10px;
    height: 10px;
    margin-top :10px;
}
#div-host p {
    color: white;
    font-size: 17px;
    font-weight: 300;
    line-height: 1.4;
    font-family: 'Conv_eurostile',Sans-Serif;
    padding :10px;
    margin-bottom :0px;
}


/* Error */
.error {
    display: table;
    position: relative;
    width: 100%;
    height: 100%;
    padding: 150px 0;
    height: 500px;
}
#divError {
   
}
    #divError h2 {
        color: black;
        font-family:Arial;
        font-style: normal;
        font-weight: normal;
        line-height: 1;
        font-size: 25px;
        font-weight: bold;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    #divError p {
        font-size: 17px;
        font-weight: 300;
        line-height: 1.4;
        margin-bottom: 20px;
        font-family:Arial;
    }


/* Footer */
footer {
    padding: 20px 0;
}

/* More Global Styles */
.container {
    max-width: 1100px !important;
}
.text-vertical-center {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
    .text-vertical-center h1 {
        margin: 0;
        padding: 0;
        font-size: 4.5em;
        font-weight: 700;
    }
hr.small {
    max-width: 100px;
}
hr.big {
    color: black;
    border-color: black;
}
.map {
    height: 500px;
}
h9 {
    color: black;
    font-family: 'Conv_TrajanPro-Regular',Sans-Serif;
    font-style: normal;
    font-weight: normal;
    font-size: 23px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
}
.portfolio {
    padding: 50px 0;
}
.portfolio-item {
    margin-bottom: 30px;
}
.img-portfolio {
    margin: 0 auto;
}
    .img-portfolio:hover {
        opacity: 0.8;
    }
.strike {
    display: block;
    overflow: hidden;
}
    .strike > span {
        position: relative;
        display: inline-block;
        color: black;
    }
        .strike > span:before {
            content: "";
            position: absolute;
            top: 40%;
            width: 9999px;
            height: 1px;
            background: black;
        }
    .strike .sub-right > span:before {
        display: none;
    }
    .strike > span:after {
        content: "";
        position: absolute;
        top: 40%;
        width: 9999px;
        height: 1px;
        background: black;
    }
    .strike > span:before {
        right: 100%;
        margin-right: 15px;
    }
    .strike > span:after {
        left: 100%;
        margin-left: 15px;
    }


/* Media Queries */

@media screen and (max-width: 1100px) {
    #div-navigation ul li {
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media screen and (max-width: 1000px) {
    #div-chain-text h2 {
        font-size: 25px;
    }
    #div-navigation ul li {
        padding-left: 15px;
        padding-right: 15px;
    }
    #div-when-where .col-md-5 {
        text-align: center;
    }
     #div-find-us #map-non-resp{
         display: none;
    }
    #div-find-us #map-resp {
        display: block;
    }
    #div-information .col-md-6 {
        text-align: center;
    }
    #div-weather .col-md-6 {
        text-align: center;
    }
}

@media screen and (max-width: 950px) {
    #div-navigation ul li {
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media screen and (max-width: 945px) {
     #div-hero {
        top: 0px;
        left: 0px;  
    } 
}

@media screen and (max-width: 865px) {
    .header-navigation {
        display :none;
    }
     #menu-toggle {
        display: block;
    }
    #menu-close {
        display: block;
    }
}

@media screen and (max-width: 800px) {
   #menu-toggle {
        display: block;
    }
    #menu-close {
        display: block;
    }
}

@media screen and (max-width: 755px) {
      #div-chain-text{
        height : 35px;
    }
    #div-chain-text h2 {
        font-size: 18px;
    }
 
   
}

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

     #div-chain-text{
        height : 35px;
    }
    #div-chain-text h2{
        visibility: hidden;
        
    }

    .hero {
        background :none;
        display: table;
        position: relative;
        width: 100%;
        height: 440px;
        padding: 0px;
    }
      #div-hero {
       margin:auto;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0px;
        left: 0px;
        right: 0px;
    }

    #div-resp-boat {
        display: block;
    }
}

/*@media screen and (max-width:768px) {
    .map {
        height: 75%;
    }
}*/