/*header{ overflow: auto !important; }*//*header .container, #navbar, .navbar, .navbar-brand{ overflow: visible !important; }*/
.navbar {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 999;
}

.hvr-sweep-to-top {
    -webkit-transform: none;
    transform: none;
}


.wrapper { /*min-height: 500px;*/
    position: relative;
    float: left;
    overflow: hidden;
    display: table;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

#scene, .layer {
    display: block;
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
    z-index: 1;
}

section {
    position: relative;
}

.section-topbg { /*position: absolute;	width: 100vw;	height: 10px;	background-color: linear-gradient(rgba(0, 0, 0, 0.4),rgba(0,0,0,0.4));	z-index: 1;*/
}

header .top-bg {
    display: block;
    height: 153px;
    width: 100%;
    background: url(../images/top-bg.png) top repeat-x;
    position: absolute;
    z-index: 2;
}

#scene {
    min-height: 715px;
    position: relative;
    overflow: hidden;
}

@media all and (max-width: 1199px) {
    #scene {
        min-height: 715px;
    }
}

@media all and (max-width: 991px) {
    #scene {
        min-height: 715px;
    }
}

@media all and (max-width: 768px) {
    #scene {
        min-height: 715px;
    }

    .navbar {
        position: unset;
    }

    /*.navbar-brand .img-responsive.visible-xs {*/
    /*width: 170px;*/
    /*}*/
}

@media all and (max-width: 575px) {
    #scene {
        min-height: 715px;
    }
}

#slide-arrows {
    display: block;
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
}

#slide-arrows .arrow-right, #slide-arrows .arrow-left {
    height: 81px;
    width: 54px;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -40px;
    cursor: pointer;
    opacity: 0.5;
}

#slide-arrows .arrow-left {
    background: url(../images/fle-left.png) center center no-repeat;
    left: 15px;
}

#slide-arrows .arrow-right {
    background: url(../images/fle-right.png) center center no-repeat;
    right: 15px;
}

#slide-arrows .arrow-right:hover, #slide-arrows .arrow-left:hover {
    opacity: 0.9;
}

.layer {
    position: absolute;
    bottom: 0;
    left: 0;
}

.layer:before {
    display: none;
}

.layer div {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: background 0.5s ease-in-out;
    -moz-transition: background 0.5s ease-in-out;
    -webkit-transition: background 0.5s ease-in-out;
    text-align: center;
}

.background {
    background-position: 50% 100%;
    background-repeat: no-repeat;
    bottom: 0;
    background-size: cover;
    position: absolute;
    width: 120%;
    height: 120%;
    left: -10%;
    top: -10%;
}

.foreground {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    width: 120%;
    height: 120%;
    left: -10%;
    top: -10%; /*left: -10%;	top: -10%;*/
}

#captions .caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 15px;
    background: rgba(0, 0, 0, .6);
    color: white;
    padding: 10px;
    text-align: center;
    z-index: 999;
    overflow: hidden;
}

#captions .caption p {
    margin: 0;
    font-size: 24px
}

#slider-secondary-front {
    display: none;
}