body{
    margin: 0;
}
.container {
    width: 960px;
    margin: 0 auto;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
    color: #999;
    overflow: hidden;
    -webkit-font-smoothing: antialiased;
}

#brandbar {
    overflow: hidden;
}

#brandbar .container {
    overflow: hidden;
    margin: 10px auto;
}

#brandbar a {
    color: #999;
    text-decoration: none;
}

.brand {

    float: left;
    width: 717px;
    margin-right: 15px;
    line-height: 28px;
}

.service-list {
    float: right;

    width: 228px;
}

.service-list ul {
    margin: 0;
    padding: 0;
}

.service-list li {
    margin: 0 10px;
    float: left;
    list-style: none;
    line-height: 28px;
}

.service-list li:first-child {
    margin-left: 0;
}

.service-list li.lang {
    margin-left: 10px;
    border-left: 1px solid #999;
    padding-left: 20px;
    margin-right: 0;
}

#main-nav {
    overflow: hidden;
    border-top: 1px solid #999;
    padding: 0;
    margin: 0 0 25px 0;

}

.main-logo {
    overflow: hidden;
    float: left;
}

.main-logo img {
    float: left;
    margin-top: 32px;
}

.main-logo h1 {
    color: #222;
    font-family: 'EniTabReg';
    font-size: 16px;
    height: 46px;
    padding: 15px 0 0 15px;
    width: 100px;
    float: left;
    margin: 25px 0 0 15px;
    border-left: 1px solid #999;
}

.main-menu-nav {
    float: right;
}

.main-menu-nav ul {
    padding: 0;
    margin: 30px 0 0 0;
    overflow: hidden;

}

.main-menu-nav li {
    font-size: 16px;
    font-weight: 600;
    float: left;
    list-style: none;
    margin-left: 30px;
    line-height: 46px;
}

.main-menu-nav li:first-child {
    margin-left: 0;
}

.main-menu-nav li a {
    color: #666766;
    text-decoration: none;
}

footer .container {
    padding: 0 20px;
}

footer header {
    background: #1a1a1a;
    padding: 20px 0;
}

footer header .logo-footer {
    float: left;
}



footer header h3 a {
    font-weight: 700;
    color: white;
    text-decoration: none;
}

footer section {
    background: #222;
}

footer p {
    font-size: 16px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.6)
}

footer h3 {
    color: rgb(254, 211, 0);
    font-size: 14px;
    text-transform: uppercase;
    padding-bottom: 15px;
    margin: 0px 40px 16px 0px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    font-weight: 500;
}

footer h3.no-border {
    border: none;
    margin-bottom: 0;
}

footer header h3 {
    color: white;
    float: left;
    margin: 20px 0 0 20px;
    font-size: 16px;
    font-weight: 500;
    text-transform: none;
    border-bottom: none;
    padding: 0;

}

footer ul {
    margin: 0px 0px 40px;
    padding: 0;
    list-style: none;
}

footer li {
    margin-bottom: 2px;
}

footer li a {
    color: white;
    font-size: 14px;
    line-height: 28px;
    text-decoration: none;

}

.three-fourth {
    width: 616px;
    float: left;
    margin-right: 15px;
    padding: 20px 20px 0 0;
}

.one-fourth {
    width: 289px;
    float: left;
    padding: 20px 0 20px 20px;
}

.col-half {
    width: calc(50% - 10px);
    float: left;
    padding-right: 10px;
}

.overflow-h {
    overflow: hidden;
}

footer  #otherSite select {
    border: 1px solid rgba(255, 255, 255, 0.4);
    font-family: inherit;
    font-size: 14px;
    font-weight: 400;
    color: white;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #000;
    border-radius: 0;
    line-height: 1;
    text-indent: .01px;
    text-overflow: "";
    width: 100%;
    padding: 10px;

}

footer #otherSite .fa-caret-down {
    position: absolute;
    z-index: 10;
    color: white;
    top: 10px;
    right: 10px;
}

.fa-caret-down:before {
    content: "\f0d7";
}

footer #otherSite {
    position: relative;
}
