/* */

body, html { overflow-x: hidden; }

body {
    font-size: 1em;
    line-height: 1.4;
    font-family: 'Raleway', sans-serif;
    font-style: normal; 
    -webkit-font-smoothing: antialiased;
}
.remarque { display: none; }

h1, h2, h3, h4, h5, h6, span, p { font-family: 'Raleway', sans-serif; }

#bg-video {
    position: fixed;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    min-width: 100%;
    min-height: 100%;
    transform: translateX(-50%) translateY(-50%);
    z-index: -50;
    background-position: center;
    background-size: cover;
    background-repeat: repeat;
    filter: opacity(50%);
}

@media (max-width: 762px) {

    header,
    .header,
    .site-header,
    #header {
        transition: all 0.4s ease;
    }

    .header-text,
    .logo-text,
    .site-title,
    .site-title a,
    h1.logo,
    .header-title,
    .brand-text {
        transition: opacity 0.4s ease, visibility 0.4s ease, height 0.4s ease;
    }

    .header-scrolled .header-text,
    .header-scrolled .logo-text,
    .header-scrolled .site-title,
    .header-scrolled .site-title a,
    .header-scrolled h1.logo,
    .header-scrolled .header-title,
    .header-scrolled .brand-text {
        opacity: 0;
        visibility: hidden;
        height: 0;
        margin: 0;
        padding: 0;
        overflow: hidden;
        pointer-events: none;
    }
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 00;
}

#status {
    width: 400px;
    height: 400px;
    position: absolute;
    left: 50%;
    top: 30%;
    background-image: url(../images/loader.gif);
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px;
}


#main-wrapper {
     overflow: hidden;
}

.site-title { 
    color: #c6c5c5 !important; 
    text-shadow: 0px 2px 3px rgba(1, 1, 1, 1);
	font-size: 50px;
}

.site-title a, .site-title a:hover { 
	color: #fff;
	text-decoration: none;
}

img.slide {
    width: 100%; 
    z-index: -9999999; 
    position: absolute;
}

.active {
    display: block;
}

.inactive {
    left: 703px;
    display: none;
}

.image-section {
    position: fixed;
}

.image-container {
    position: relative;
}

.image-container img {
    position: absolute;
}

.content {
    position: static;
    overflow: hidden; 
    margin-top: 36%;
}

.content section {
    font-family: 'Raleway', sans-serif;
    position: relative; 
    overflow: hidden;
    top: 0; 
    background-color: rgba(255,255,255,0.75);
    padding: 30px;
	line-height: 1.8;
}


.content-wrapper {
    overflow: hidden;
}

.content h2 {
    color: #000;
    font-family: 'Raleway', sans-serif;
}

.content p {
    font-family: 'Raleway', sans-serif;
    color: #000;
    font-size: 16px;
}

.menu {
    position: fixed; 
    width: 400px;
    z-index: 1; 
    top: 25px;
}

.honeypot {
            position: absolute;
            left: -9999px;
            opacity: 0;
            height: 0;
            overflow: hidden;
}

#menu-list {
    background-color: rgba(0, 0, 0,0.5);
    font-size: 20px; 
    padding: 0;
}

#menu-list > li {
    display: block;
}


#menu-list > li > a {
    font-family: 'Raleway', sans-serif; 
    padding: 10px 0 10px 30px; 
    text-decoration: none; 
    display: block;
    color: white; 
}

#menu-list > .active > a,
#menu-list > li > a:hover { 
    background-color: rgba(255,255,255,0.25);
}


#responsive {
    font-size: 16px;
    padding: 0;
    background-color: rgba(0,0,0,0.5);
}

#responsive li {
    display: block;
}

#responsive li a {
    font-family: 'Raleway', sans-serif; 
    color: #fff; 
    text-decoration: none; 
    padding: 10px 0;
    display: block;
}

#responsive > .active > a,
#responsive li a:hover {
    background-color: rgba(0,0,0,0.5);
}

#map-canvas {
	height: 256px;
	margin-bottom: 10px;
}

.content {
    padding-bottom: 6%;
}

.footer {
    overflow: hidden; 
    position: fixed; 
    bottom: 10px;
}

.footer-text {
    font-family: 'Raleway', sans-serif; 
    color: #fff; 
    text-shadow: 0px 2px 3px rgba(0, 0, 0, 1);
    margin-left: 30px;
    font-size: 14px;
}

.footer-text a, .footer-text a:hover { 
	color: #fff;
	text-decoration: none;
}

@media (max-width: 991px) {
    .footer {
        overflow:hidden; 
        position:static;
        text-align: center;
        
    }
    .footer-text {
        margin-left: 0;
    }
}