body {
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 300;
    background-color: #DEDEDE;
}
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
} 
.clearfix:after {
    clear: both;
}
h1, h2, h3, h4 {
    color: #4E4E4E;
    font-weight: 200;
}
h1 {
    font-size: 24px;
    color: #1592E3;
}
h3 {
    font-size: 17px;
    font-weight: 500;
}
.float.left {
    float: left;
}
.float.right {
    float: right;
}
.wrapper {
    max-width: 1650px;   
}

.top-bar {
    width: 100%;
}
.top-bar .top {
    width: 100%;
    height: 30px;
    background-color: #1D1D1D;
}
.top-bar .top ul {
    list-style: none;
    float: right;
    margin: 0;
    padding: 0;
    padding-top: 5px;
    padding-right: 20px;
}
.top-bar .top li {
    font-size: 12px;
    display: inline;
    color: #fff;
    margin-left: 20px;
    line-height: 10px;
}
.top-bar .top ul a:hover {
    color: #1592E3;   
}
.top-bar .nav {
    width: 100%;
    height: 70px;
    border-bottom: 1px solid #E2E2E2;
    background-color:  #fff;
}
.top-bar .nav img {
    width: 175px;
    height: auto;
    margin-left: 23px;
    margin-top: 12px;
}

.main-section {
    width: 100%;
    background-color: #fff !important;
}
.main-section .sidebar {
    width: 25%;
    background-color: #DEDEDE;
}
.main-section .sidebar ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.main-section .sidebar li {
    width: 100%;
    padding: 25px;
    border-bottom: 1px solid #ACACAC;
    color: #656565;
}
.main-section .sidebar li:hover {
    background-color: #a2a2a2;
    color: #4E4E4E;
}
.main-section .sidebar .list-header {
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
}
.main-section .content {
    width: 75%;
    min-height: 1000px;
    padding: 40px;
    padding-left: 80px;
    background-color: #fff;
}

.footer {
    width: 100%;
    height: 70px;
    background-color: #1D1D1D;   
}
.footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 25px;
    margin-left: 20px;
}
.footer li {
    display: inline;
    color: #fff;
    padding-right: 15px;
}
.footer li:after {
    padding-left: 15px;
    content: "  |  ";   
}
.footer .translate img {
    width: 40px;
    height: auto;
    margin-top: 15px;
    margin-left: 20px;
}
.footer .doe img {
    padding-top: 8px;
    margin-right: 20px;
}