body, html {
    margin: 0;

}

img {
    max-width: 100%;
    height: auto;
}

section {
    min-height: 90vh;
}


.panel-default {
    border-color: #ddd;
    border-radius: 0;
    box-shadow: 6px 6px 6px 0px #cccccc;
}

#header-left-logo {
    text-transform: uppercase;
    text-decoration: none;
    color: #1c1c1c;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 20px;
    z-index: 100;
}

header a{
    color: #000;
}

/*header a:hover{*/

    /*text-decoration: none;*/
    /*color: #000;*/
/*}*/

header a:focus{
    outline: none;
    text-decoration: none;
    color: #000;
}

.table tr:hover
{
    background-color: rgba(204,204,204,0.4);
}

.table td, .table th {
    border: none !important;
}

.logo-title {
    position: relative;
    line-height: 15px;
    letter-spacing: 6px;
    vertical-align: middle;
    width: 100%;
    display: table-cell;

}

/*#header-left-logo:hover {*/
    /*text-decoration: none;*/
    /*color: gray;*/
/*}*/
header {
    z-index: 101;
    position: fixed;
    width: 100%;
    height: 82px;
    background-color: #ffffff;
}
.parallax-window {
    position: relative;
    width: 100%;
    height: 100vh;
    z-index: 0;
    overflow: hidden;

    padding-top: 80px !important;
    color: #ffffff;
    font-family: 'Source Sans Pro', sans-serif;
}

.title-paralax {
    font-size: 100px;
 }
h3.title-paralax {
    padding-left: 15px !important;
}
h2.title-paralax {
    padding-left: 100px;
}


#box-top {
    position: relative;
    padding: 25px 15px;
}

#floating-nav {
    position: fixed;
    right: -10px;
    top: 50%;
    line-height: 2em;
    margin-top: -7em;
    z-index: 100;
    text-align: right;
    transition-property: right;
    transition-delay: 0s;
    transition-duration: 0.3s;
    transition-timing-function: linear;
}

#floating-nav a {
    display: block;
    width: 130px;
    overflow: hidden;
    padding-right: 10px;

}

#floating-nav:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    left: 100%;
    bottom: 0;
    background: rgba(255,255,255,0.7);
    z-index: -1;
    transition-property: all;
    transition-delay: 0s;
    transition-duration: 0.1s;
    transition-timing-function: linear;
    opacity: 0;
}
.menuopen #floating-nav:before {
    left: 0;
    opacity: 1;
}


.home-title-container {
    z-index: 100;
    position: relative;

}

video{
    background: #000;
}

#floating-nav a:after {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 14px;
    height: 14px;
    border-width: 2px;
    border-color: black;
    border-style: solid;
    background-color: black;
    box-shadow: 0 0 10px rgba(255,255,255,0.5);
}

#floating-nav.inverted a:after {
    border-color: white;
    background-color: white;
}

#floating-nav a.active:after {
    background-color: rgba(255,255,255,0.5) !important;
}

#floating-nav a:focus{
    outline: none;
}

#floating-nav a span {
    opacity: 0;
    margin-right: 5px;
    /*display: inline-block;*/
    transition: all 0.5s linear 0s;
    vertical-align: middle;
    color: black;
    margin-top:-6px;
    font-size: 14px;
    text-shadow: 0 0 1px rgba(255,255,255,1);
    text-transform: uppercase;
    font-weight: 700;
}

.menuopen #floating-nav a span {
    opacity: 1;
}
.menuopen #floating-nav
{
    right: 0;
}

.mob-nav:hover, .mob-nav:focus
{
    text-decoration: none;
    color: #000;
    outline: none;
}

.touch #floating-nav a {
    pointer-events: none;
}
.touch .menuopen #floating-nav a {
    pointer-events: all;
}

#stb {

    font-size: 16px;
}

.solidbg {
    padding-top: 5vw;
    padding-bottom: 5vw;
    background: #fff;
}

.row + .row {
    margin-top: 15px;
}
.galerie .col-sm-3{
    padding: 0 10px;
}

.galerie .row {
    margin:0 -10px;
}
.galerie .row + .row {

    margin-top: 20px;
}
@media (max-width:767px){
    .col-xs-12 + .col-xs-12 {
        margin-top: 15px;
    }

    #galerie .col-xs-12{
        padding: 0 10px;
    }

    #galerie .row {
        margin:0 -10px;
    }

    #galerie .row + .row {

        margin-top: 20px;
    }
}
@media (min-width:768px){
    header {
        z-index: 101;
        position: relative;
        width: 100%;
        height: 10vh;
        background-color: #ffffff;
    }
    #home .parallax-window {
        height: 90vh;
    }
    .title-paralax {
        padding-left: 180px;

    }
    #box-top {
        position: relative;
        padding: 25px 80px;
    }

    #floating-nav {
        position: fixed;
        right: 0;
        top: 50%;
        line-height: 2em;
        margin-top: -7em;
        z-index: 999;
        text-align: right;
        padding-right: 10px;
    }
    .title-paralax {
        font-size: 100px;
    }

}


/*.no-touch #floating-nav::before {*/
    /*content: none;*/
/*}*/

.no-touch #floating-nav a:hover span {
    opacity: 1;
}

#floating-nav a:hover, #floating-nav a:focus
{
    text-decoration: none;
    outline: none;
}

.solidbg {
    min-height:0;
}
.solidbg img,.solidbg .embed-responsive {
    box-shadow: 6px 6px 6px 0px #cccccc;
}

#scrollToTop {
    position: fixed;
    right: 15px;
    bottom: 15px;
    background: #c1c1c1;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    opacity: 0;
    transition-property: opacity;
    transition-duration: 0.1s;
}

.scrolled #scrollToTop {
    opacity: 1;
}

#scrollToTop a:hover, #scrollToTop a:focus
{
    color: #fff;
    text-decoration: none;
    outline: none;
}
#scrollToTop a
{
    color: black;
}

.menuopen #home .parallax-window, .menuopen section + section, .menuopen > .solidbg, .menuopen .parallax-mirror
{
    filter: blur(4px);
}

