/*
Theme Name: bivius.lu
*/

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(0, 0, 0);
    z-index: 9999999;
    height: 100%;
}
#status {
    width: 100px;
    height: 32px;
    position: absolute;
    text-align: center;
    left: 50%;
    top: 50%;
    color: rgb(255, 255, 255);
    margin: -16px 0 0 -50px;
    z-index: 9999999;
}
* {
    margin: 0;
    padding: 0;
    border: 0;
}
body,
html {
    width: 100%;
    height: 100%;
    color: #1f1f1f;
    background: #ffffff;
    font-family: "museo-sans", sans-serif;
}
a {
    font-weight: 500;
    color: rgba(50, 50, 50,0.7);
}
a:hover {
    text-decoration: none;
    color: rgb(180, 120, 45);
}



h1,
h2,
h3,
h4 {
    font-family: "adriane", serif;
    font-weight: 400;
    font-style: italic;
    color: rgb(180, 120, 45);
}
h4 {
color:rgb(50, 50, 50);
    line-height: 1.5em;
}
    h1 {
    font-size: 4em;
}
h5 { font-weight: 100; }
h2 {
    font-size: 2em;
    margin: 15px 0 45px;
}
footer h2 {
    font-size: 1.25em;
    margin: 30px 0 15px;
    letter-spacing: 2px;
    font-family: "museo-sans", sans-serif;
    font-style: normal;
    text-transform: uppercase;
    font-weight: 300;
}
p {
    font-weight: 100;
    font-size: 1.1em;
    color: rgb(50, 50, 50);
}
.lang { position: absolute; bottom: 40px; width:auto; left:0; right:0; text-align: center; display: block; z-index: 9999;}
.lang,
.lang a { color:#fff; }
nav img {
    width: 60px;
    margin-top: 20px;
    display: inline-block;
}
nav i {
    color: #fff;
    margin: 30px 30px 0 0;
}

header {
    width: 100%;
    height: 50vh;
    position: fixed;
    text-align: center;
    z-index: 99999;
}
section .logo {
    width: 100%;
    padding: 0;
    text-align: center;
    position: fixed;
    z-index: 999;
}
section .logo img {
    width: 200px;
    margin: 250px auto auto -50px;
    display: inline-block;
}
section .logo.welcome img {
    margin: 250px 30px;
}
.desktop { display:inline-block; }
.mobile { display:none;}
@media screen and (max-width:1024px) {
    nav i {
    color: #fff;
        font-size: 0.75em;
    margin: 30px 10px 0 0;
}
    section .logo {
        height: 200px;
        padding: 0;
        margin: 150px auto;
        text-align: center;
    }
    section .logo img {
        width: 100px;
        display: inline-block;
        margin: 0 50px;
    }
.mobile { display:block; color:#fff;}
    .mobile .menu-overlay { max-width: 100vh; display:none; position: fixed; top:90px; left:15px; right:15px; bottom:0; background:rgba(50,50,50,0.85); z-index: 999999;}
    
    
.desktop { display:inline-block; display:none; }
}
ul.menu {
    list-style: none;
}
ul.menu li {
    display: inline-block;
}
ul.menu li a {
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
}
ul.menu li a:hover {
    color: rgb(180, 120, 45);
}
ul.menu li:after {
    content: "·";
    opacity:0.5;
    margin: 0 5px;
    color: #fff;
}
ul.menu li:last-child:after {
    content: "";
    margin: 0 0;
}
.mobile { padding-top:40px;}
.mobile .menu-overlay ul.menu li {display:block; font-size: 1.5em; margin-bottom:20px; }
    .mobile .menu-overlay ul.menu li:after {content:""; margin:15px 0;}
.container {
    max-width: 1440px;
}
.container-fluid {
    width: 100%;
    padding: 0;
    margin: 0;
}
.home {
    top: 0;
    right: 15px;
    left: 15px;
    height: 90px;
    padding-top: 37.5px;
    position: fixed;
    text-align: center;
    z-index: 9999;
}
.sticky {
    display: none;
    width: calc(100% - 30px);
    top: 0;
    right: 15px;
    left: 15px;
    height: 90px;
    background-color: rgb(30, 30, 30);
    position: fixed;
    text-align: center;
    z-index: 9999;
}
@media screen and (max-width:768px) {
    nav.home { display:none;}
    .sticky.mobile {
    display: block;
    }
    section .logo img {
    width: 200px;
    margin: 100px auto auto -75px;
    display: inline-block;
}
    
}
.sticky.restaurant {
    background-color: rgb(30, 30, 30);
}
.sticky ul.menu {
    padding-top: 37.5px;
}
section {
    max-width:100%;
    z-index: 99;
    position: relative;
    background: #ffffff;
}
.row {
    margin: 0;
}
section#banner {
    width: calc(100% - 30px);
    height: calc(100% - 15px);
    z-index: 9;
    margin: 15px 15px 90px 15px;
    background-attachment: scroll;
    position: relative;
}
section#banner.gold {
    filter: sepia(100%);
    /* Standard CSS */
    filter: url(/images/grayscale.svg#desaturate);
    /* Firefox 4-34 */
    filter: rgb(180, 120, 45);
    /* Internet Explorer IE6-9 */
    -webkit-filter: sepia(1);
    /* Old WebKit Browsers */
}
section#banner.gray {
    filter: grayscale(100%);
    /* Standard CSS */
    filter: url(/images/grayscale.svg#desaturate);
    /* Firefox 4-34 */
    filter: gray;
    /* Internet Explorer IE6-9 */
    -webkit-filter: grayscale(1);
    /* Old WebKit Browsers */
}
section#banner.gray.about {
    margin-bottom: 90px;
    height:60%;
    min-height: 450px;
    background-position: center center;
    background-attachment: scroll;
}
section#banner.gray.about img {
width:150px;
    margin-top:150px;
}

section#about:first-child {
 padding-top:150px;   
}
section#about {
/*    min-height: 100%;*/
    padding-top: 0;
    padding-bottom: 45px;
}
section#about a,
section#suite a {
    text-decoration: underline;
}
section#about p,
section#suite p {
    text-align: justify;
}

section#about div.msg {
    padding:180px 60px 15px;
}
section#about div.msg.hotel {
    padding:80px 60px 15px;
}
@media screen and (max-width:768px) {
    section#about div.msg {
    padding:0px 15px 15px;
}
    section#banner.gray.about img {
width:150px;
    margin-top:20px;
}
        section .logo img {
    width: 200px;
    margin: 100px auto auto -50px;
    display: inline-block;
}
}
section#about div.msg h2 {
    line-height: 1.5em;
}
section#services img {
    width: 45%;
    max-width: 150px;
}
section#services .row {
    padding: 0px;
}
section#services .row div {
    padding: 30px;
}
section#services img,
section#services h2 { display:inline; }
section#services p {
    text-align: center;
}
section#suite {
    padding:60px 0 90px;
    background:#fff;
}
section#carte {
    margin: 45px 15px 15px;
    width: calc(100% - 30px);
    min-height: 300px;
    padding: 45px 0 75px;
    background: transparent;
    text-align: center;
        filter: grayscale(100%);
    /* Standard CSS */
    filter: url(/images/grayscale.svg#desaturate);
    /* Firefox 4-34 */
    filter: gray;
    /* Internet Explorer IE6-9 */
    -webkit-filter: grayscale(1);
    /* Old WebKit Browsers */
}

section#carte img {
    width:200px;
    margin: 30px auto 0;
    display: block;
}
section#carte h2 { margin-top:0px; color:#fff;}
section#carte a { font-size: 1.5em; letter-spacing: 2px; margin:0 auto; color:#fff; text-align: center;}
section#carte .dark {z-index: 0;}

section#carte:hover a {
    opacity: 0.5;
}


section#access {
    margin: 60px 15px;
    width: calc(100% - 30px);
    padding: 45px 0 30px;
}
.dark {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99;
    background: rgba(30, 30, 30, 0.5);
}

    
footer p {
    font-size: 1em;
    z-index: 99999;
    color: #fff;
}
footer a {
    color: #fff;
}
footer .row div {
    padding: 0 15px;
}
input {
    margin-top: 15px;
    background: transparent;
    border-bottom: 1px solid #fff;
    color: #fff;
}
input::placeholder {
    color: #ad6d2a;
}
input,
textarea,
input[type="submit"] {
    width: 100%;
    padding: 10px;
    font-size: 0.9em;
}
label {
    width: 48%;
}
input[type="email"] {
    width: 48%;
    margin-right: 2%;
}
input[type="submit"] {
    width: auto;
    padding: 10px 15px;
    background: #ad6d2a;
    border: 0;
    font-size: 1em;
}
input[type="submit"]:hover {
    background: #444;
}

.wpcf7-form label { width:75%; }
@media screen and (max-width: 768px) {
.wpcf7-form label { width:100%; }
    
}
.wpcf7-form textarea { height:75px; }
.wpcf7-form textarea,
.wpcf7-form input { width:100%; border:1px solid #404040; color:#404040; }
.wpcf7-form input[type="submit"] { width:200px; }
.wpcf7-form input[type="submit"]:hover { color:#fff; }
section#about .wpcf7-form p { text-align: center; }
.map {
    position: relative;
    width: 100%;
    height: 400px;
    background: #ffcc00;
    display: block;
}
footer.container-fluid {
    width: calc(100% - 30px);
    margin: 15px 15px 0;
    padding: 15px 0 30px;
    background: #1f1f1f;
    z-index: 999;
    position: relative;
}
#slider {
    position: relative;
    overflow: hidden;
    margin: 60px auto 0 auto;
}
#slider ul {
    position: relative;
    margin: 0;
    padding: 0;
    height: 500px;
    list-style: none;
}
#slider ul li {
    position: relative;
/*  float: left;*/
  margin: 0 auto;
  padding: 0;
    width: 100%;
    height: 500px;
    display:none;
    
}
#slider ul li.active { display:block; }
#slider ul li:first-child {
    display: block;
}
div.control_prev,
div.control_next {
    position: absolute;
    top: 40%;
    z-index: 999;
    display: block;
    padding: 4% 3%;
    width: auto;
    height: auto;
    color: rgb(255, 255, 255);
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
    cursor: pointer;
}
div.control_prev:hover,
div.control_next:hover {
    opacity: 1;
    background: #fff;
    color: rgb(180, 120, 45);
    -webkit-transition: all 0.2s ease;
}
div.control_prev {
    border-radius: 0 2px 2px 0;
}
div.control_next {
    right: 0;
    border-radius: 2px 0 0 2px;
}
.slider_option {
    position: relative;
    margin: 10px auto;
    width: 160px;
    font-size: 18px;
}
@media screen and (max-width:767px) {
section .logo.welcome {
    margin-left:-20px
    }
    section#banner.gray.about img,
section .logo.welcome img {
    width:100px;
    margin: 75px 15px;
    display:inline-block;
}
    section#services .row {
    padding: 15px;
}
section#services .row div {
    padding: 15px;
}
    div#slider {
    position: relative;
overflow: hidden;
margin-top:0px; }
    footer p { font-size:0.85em; }
    li h4 { font-size:1.25em; }
    #slider ul { margin:0;}
    .msg ul { margin-left:5px;}
}

button.btn { font-size: 1.5em !important; }
button.btn.btn-default { border:1px solid rgb(180, 120, 45); border-radius: 0; background: #fff; padding: 30px 40px; color:rgb(180, 120, 45); }
button.btn.btn-default:hover { border:1px solid rgb(50, 50, 50); color:rgb(50, 50, 50); }