/* -- body ----------------------------------------------- */
body {
   background: #2e2e2e url("../img/common/background-body.jpg") repeat;
}
.mobile-view {
    display: none;
}
#mobile-list-wrap {
    display: none;
}
/* -- nav ------------------------------------------------ */
nav {
    width: 100%;
    background: #a0a0a0 url("../img/common/background-nav.jpg") repeat;
    box-shadow: 0px 4px 8px 0 rgba(0,0,0,1);
    position: fixed;
    z-index: 1000;
}
#navbar {
    height: 42px;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0px 50px;
    font-size: 18px;
}
.menu-item {
    display: inline-block;
    line-height: 42px;
    padding-left: 17px;
    padding-right: 17px;
    border-radius: 3px;
    color: #333333;
}
.menu-item:hover {
    background: rgba(32,32,32,0.4);
    color: #eeeeee;
}
/* -- header --------------------------------------------- */
header {
    height: 100px;
}
/* --- section - picture --------------------------------- */
section {
    max-width: 1400px;
    margin: 0px 50px 10px 50px;
    box-shadow: 0px 4px 8px 0 rgba(0,0,0,1);
}
#picture-container {
    position: relative;        /* used by #logo */
}
#picture {
    position: relative;        /* used by #img-message */
    min-height: 150px;
    overflow: hidden;
    height: 27.1vw;
    background-color: #2e2e2e;
    background-size: 100% auto;
    z-index: 1;
}
#img-message {
    position: absolute;        /* relative to #picture */
    text-align: right;
    color: #eeeeee;
    text-shadow: 0px 0px 3px #000000;
    bottom: 40px;
    right: 30px;
    font-weight: bold;
    font-size: 21px;
}
#logo {
    position: absolute;        /* relative to #picture-container */
    background-color: rgba(80, 80, 80, 0.3);
    border-radius: 5px;
    padding: 5px;
    left: 30px;
    bottom: 25px;
    z-index: 5;
}
#cdt-logo {
    height: 100px;
}
/* --- section - content --------------------------------- */
#content {
    padding: 40px;
}
/* -- footer --------------------------------------------- */
footer {
    padding : 0px 52px 0 52px;
}
#ft1, #ft2 {
    max-width: 1396px;
    margin: 0 auto;
}
.ft1-info {
    display: inline-block;
    vertical-align: top;
}
.ft1-first {
    float: left;
    width: 30%;
    padding-right: 2%;
}
.ft1-middle {
    float: left;
    width: 31%;
    padding-left: 2%;
    padding-right: 2%;
}
.ft1-last {
    float: right;
    width: 30%;
    padding-left: 2%;
}
.ft1-clear {
    clear: both;
}
#under {
    padding-left: 52px;
    padding-right: 52px;
}
/* ----------------------------------------------- */
/* ----------------------------------------------- */
@media screen and (max-width: 750px) {
    .ft1-first, .ft1-middle {
        /*display: none;*/
        width: 100%;
        padding: 0;
        margin-bottom: 30px;
    }
    .ft1-last {
        float: left;
        width: 100%;
        padding: 0;
    }
}
@media screen and (max-width: 1150px) {
    #navbar {
        padding-left: 15px;
        padding-right: 30px;
    }
    header {
        height: 80px;
    }
    section {
        margin: 0px 15px 10px 15px;
        box-shadow: none;
    }
    #img-message {
        bottom: 20px;
    }
    #logo {
        left: 25px;
        bottom:20px
    }
    #cdt-logo {
        height: 85px;
    }
    #content {
        padding: 30px;
    }
    footer {
        padding : 0px 32px 0 32px;
    }
    #under {
        padding-left: 32px;
        padding-right: 32px;
    }
}
@media screen and (min-width: 1500px) {
    section {
        margin: 0px auto 10px auto;
    }
    #picture {
        height: auto;
        padding-top: 19%;
    }
}