body {
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    color: #333;
    background: #999;
    height: 100%;
}
@media (min-width: 768px) {
    body {
        font-size: 13px;
    }
}
@media (min-width: 992px) {
    body {
        font-size: 14px;
    }
}
@media (min-width: 1200px) {
    body {
        font-size: 15px;
    }
}

/**
 * GLOBAL
 */
a:hover {
    text-decoration: none;
}
a, a:hover, a:visited, a:active {
    color: #eb690b;
}
a.readMore {
    text-transform: uppercase;
}
.vegas-background {
    z-index: 0;
}
#wrapper {
    height: 100%;
}

#nav {
    background: #fff;
    position: fixed;
    top: 0;
    width: 250px;
    overflow-y: auto;
    overflow-x: hidden;
}
#nav .inside {
    position: relative;
    padding-top: 16em;
    text-align: center;
    overflow-x: hidden;
}
#nav .scroll-bar.vertical {
    position: absolute;
    right: 0;
    top: 0;
}
#nav .overview {
    width: 240px;
}
#nav a {
    color: #4d4d4d
}
#nav .active a {
    font-weight: bold;
}
#logo {
    padding-top: 4em;
    position: absolute;
    background: #fff;
    top: 0em;
    width: 100%;
}
#logo a {
    display: inline-block;
    margin: 0 auto;
}
.contentBlock .inner {

    margin-bottom: 0.5em;
    background: #fff;
    padding-top: 2em;
    padding-bottom: 4em;
}
.contentBlock .intro {
    font-size: 1.3em;
    font-weight: lighter;
}
.contentBlock h2, .contentBlock h1 {
    font-size: 2em;
    text-transform: uppercase;
    font-weight: 700;
}

.contentBlock h1 {
    font-size: 3.143em;
}
h1 strong, h2 strong, h3 strong {
    color: #eb690b;
}
.contentBlock h3 {
}

.contentBlock p, .contentBlock h3, .contentBlock h4 {
    margin-bottom: 0;
}
.contentBlock.gallery > .inner, .contentBlock.video > .inner {
    padding-bottom: 0;
    padding-top: 0;
    background: none;
}
.contentBlock.video > .inner {
    background: #fff;
}
.contentBlock.gallery > .inner > div, .contentBlock.video > .inner > div{
    padding: 0;
}
.contentBlock.gallery.double > .inner > .col-sm-6:first-child {
    padding-right:0.25em;
}
.contentBlock.gallery.double > .inner > .col-sm-6:last-child {
    padding-left:0.25em;
}

#content > div:first-of-type, #pimcore_editable_contentBlocks > .pimcore_block_entry:first-child {
    margin-top: 35em;
}
#content > div:last-child {
    margin-bottom: 3em;
}
.bgOrange .inner {
    color: #fff;
    background: #eb690b
}

.bgOrange a {
    color: #fff;
}
.promo strong {
    color: #fff;
}
.promo .inner {
    text-transform: uppercase;
    font-size: 1.1286em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin-bottom: 0.5em;
}

.responsive-video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 60px; overflow: hidden;
}


.responsive-video iframe,
.responsive-video object,
.responsive-video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.portfolio.heading {
    margin-bottom: 0.4em;
}
.portfolio.heading h2 {

    margin: 0;
    padding: 0.5em;
    text-transform: uppercase;
    background: #eb690b;
    color: #fff;
}
.portfolio .content h3 {
    color: #eb690b;
    height: 4em;
    font-size: 1.2em;
    text-transform: uppercase;
}
.portfolio .content {
    background: #fff;
    padding: 0.8em;
    margin-bottom: 0.4em;
}
.portfolio .content .view {
    color: #333;
    text-transform: uppercase;
    font-weight: bold;
}
.streamItem {
    margin-bottom: 1em;
}
#nav a:hover {
    background: transparent;
}
/** RESPONSIVE MENU **/
#hamburger {
    display: none;
    position: fixed;
    height: 64px;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    padding: 0.5em;
    font-size: 1.2em;
    text-transform: uppercase;
}
#hamburger:hover {
    cursor: pointer;
}
#hamburger > img {
    margin-right: 0.5em;
}
@media (max-width: 768px) {
    body {
        overflow-x: hidden;
    }
    #content > div:first-of-type, #pimcore_editable_contentBlocks > .pimcore_block_entry:first-child {
        margin-top: 1.4em;
    }
    #hamburger {
        display: block;
        transition: left .25s ease-in-out;
        -moz-transition: left .25s ease-in-out;
        -webkit-transition: left .25s ease-in-out;
    }
    #hamburger.open {
        left: 250px;
    }
    #hamburger.closed {
        left: 0;
    }
    #content {
        padding-top: 60px;
        position: relative;
        left: 0;
        transition: left .25s ease-in-out;
        -moz-transition: left .25s ease-in-out;
        -webkit-transition: left .25s ease-in-out;
    }
    #content.open {
        left: 250px;
    }
    #content.closed {
        left: 0;
    }
    #nav {
        left: -250px;
        transition: left .25s ease-in-out;
        -moz-transition: left .25s ease-in-out;
        -webkit-transition: left .25s ease-in-out;
        box-shadow: inset -42px 0px 15px -42px rgba(0, 0, 0, 0.5);
        -webkit-box-shadow: inset -42px 0px 15px -42px rgba(0, 0, 0, 0.5);
        -moz-box-shadow: inset -42px 0px 15px -42px rgba(0, 0, 0, 0.5);
        -o-box-shadow: inset -42px 0px 15px -42px rgba(0, 0, 0, 0.5);
    }
    #nav.open {
        left: 0;
    }
    #nav.closed {
        left: -250px;
    }
    #nav .inside {
        padding-top: 0.4em;
    }
}

#pc-cookie-notice {
    z-index: 100000;
}