body {
    background-image: url(../images/in_maintenance/facade-falaise.jpg);
    width: 100%;
    height: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%;
    overflow: hidden;
}

.grid-cover,
.color-cover {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}

.color-cover {
    background-color: rgba(116, 86, 43, 0.7);
}

.grid-cover {
    background-image: url(../images/icons/gridtile.png)
}

.logo-container {
    margin: auto;
    margin-bottom: 0px;
    border-bottom: 2px solid #fff;
    padding-bottom: 32px;
}

.logo-container img {
    width: 200px;
    border-radius: 8px;
}

#home-section-wrapper {
    margin: 0;
    padding: 0;
    width: 100%;
    overflow: hidden;
    position: relative;
}

#home-section-container {
    width: 100%;
    /*background-color: rgba(43, 52, 77, 0.7);*/
}

#home-wrapper {
    width: 100%;
    overflow: hidden;
    text-align: center;
    position: relative;
    padding: 100px 0 130px;
}

#home-wrapper .btn {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}


/* 5.2 Welcome Message
---------------------------------------------------------------------------*/

#welcome-msg {
    overflow: hidden;
    margin-bottom: 60px;
}

#welcome-msg>div {
    padding-top: 40px;
}

#welcome-msg h1 {
    color: #ffffff;
    font-size: 48px;
    font-weight: bold;
    text-shadow: 2px 2px 1px black;
}

#welcome-msg h3 {
    color: #ffffff;
    text-shadow: 1px 1px 1px black;
}

#welcome-msg ul {
    margin-top: 16px;
    color: white;
    font-size: 18px;
    margin-top: 8px;
    list-style: none;
}


/* 5.3.1 Wrapper
---------------------------------------------------------------------------*/

#countdown_dashboard {
    max-width: 1200px;
    overflow: hidden;
    margin: 0 auto 20px;
    text-align: center;
}


/* 5.3.2 Digit
---------------------------------------------------------------------------*/

.digit {
    height: 65px;
    color: #ffffff;
    font-size: 56px;
    font-weight: 400;
    line-height: 65px;
    text-align: center;
    position: relative;
    font-style: normal;
    display: inline-block;
    vertical-align: middle;
    text-shadow: 2px 2px 1px black;
}


/* 5.3.3 Title
---------------------------------------------------------------------------*/

.dash_title {
    color: #ffffff;
    display: block;
    font-size: 20px;
    margin-top: 15px;
    text-transform: uppercase;
    text-shadow: 2px 2px 1px black;
}


/* 5.3.4 Separator
---------------------------------------------------------------------------*/

.days_dash,
.hours_dash,
.minutes_dash {
    position: relative;
    margin-bottom: 30px;
}

.days_dash:after,
.hours_dash:after,
.minutes_dash:after {
    position: absolute;
    top: 0;
    width: 1px;
    right: -15px;
    height: 100%;
    content: '';
    background-color: #ffffff;
}

.btn-lang {
    color: white;
    background-color: transparent;
    border-radius: 0px;
    border: 2px solid white;
    position: absolute;
    right: 0;
}

/*----------------------------*/
#home-section-wrapper {
    position: absolute;
    top : 0;
    right : 0;
    bottom : 0;
    left : 0;
    overflow: auto !important;
}

#welcome-msg>div:first-child {
    border-right:2px solid white;
}

@media screen and (max-width: 992px) {
    .logo-container img {
      width: 150px;
    }
    #welcome-msg {
        margin-bottom: 40px;
    }
    #welcome-msg>div:first-child {
      border-right: none;
    }
    #welcome-msg>div:first-child h1 {
        font-size: 38px;
        line-height: 42px;
    }
    #home-wrapper {
        padding : 32px 0px 130px;
    }
    .logo-container {
        border-bottom : none !important;
        padding-bottom : 0px;
    }
    #welcome-msg>div {
      padding-top: 32px !important;
    }
}