html {
    height: 100%;
}

body {
    margin: 0;
    height: 100%;
}

.header {
    border-bottom: 1px solid #e7e7e7;
    height: 100px;
    font-family: Roboto, sans-serif;
    margin-bottom: 20px;
    background-color: #ffffff;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1);

}

.header-wrapper {
    height: 100%;
    max-width: 1120px;
    margin: auto;
}

.main-logo {
    display: inline-block;
    text-decoration: none;
    font-size: 35px;
    color: #5b5b5b;
    line-height: 30px;
    margin: 35px 0;
    font-weight: 600;
}

.nav {
    display: inline-block;
    height: 20px;
    margin: 40px 0;
}

.nav > * {
    display: inline-block;
    margin-right: 15px;
    color: #5b5b5b;
    line-height: 20px;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
}

/*.nav > div > i {
    margin-left: 5px;
}*/

.nav > a:last-child {
    margin-right: 0;
}

.content-wrapper {
    display: block;
    font-family: Roboto, sans-serif;
    max-width: 1120px;
    margin: auto;
    padding: 0 10px;
}

.content-wrapper .header-line {
    padding: 0;
    margin-top: 10px;
}

.content-wrapper .header-line:first-of-type {
    margin-bottom: 25px;
}

.article-wrapper {
    display: flex;
    flex-direction: row;
    font-family: Roboto, sans-serif;
    max-width: 1120px;
    margin: auto;
    flex-wrap: wrap;

}

.ad_box {
    max-width: 1120px;
    min-height: 100px;
    margin: auto;
    display: flex;
    justify-content: center;
    align-content: center;
}

.ad_box > div {
    width: 100%;
    min-height: 100px;
}

a {
    text-decoration: none;
    color: #000000;
}

.header-line {
    max-width: 1120px;
    padding: 0 15px;
    margin: auto;
    font-family: Roboto, sans-serif;
}

.header-line > p {
    font-size: 20px;
    display: inline;
}

.left {
    float: left;
}

.right {
    float: right;
}

.footer {
    width: 100%;
    height: 60px;
}

.footer-wrapper {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}

.footer .nav {
    margin: 20px;
    font-size: 10px;
}

.footer hr {
    width: 100%;
    margin: 2px;
}

.footer .nav a {
    font-size: 10px;
}

.nav-button {
    display: none;
    height: 30px;
    width: 30px;
    margin: 35px;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 25px;
    color: #5b5b5b;
    cursor: pointer;
}

a {
    text-decoration: none;
}

.loading > img {
    width: 100px;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
}

.dropdown {
    position: relative;
    text-align: center;
}

.dropdown:hover .dropdown-content {
    visibility: visible;
    opacity: 1;
}

.dropdown-content {
    z-index: 5;
    position: absolute;
    top: 20px;
    width: 140px;
    overflow-wrap: break-word;
    padding: 40px 15px 15px 15px;
    right: -30px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color: #fff;
    border-color: #aaa;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1);
    visibility: hidden;
    opacity: 0;
    transition: visibility .2s, opacity .2s;
}

.dropdown-content a {
    color: #5b5b5b;
}

.mobile {
    display: none;
}

.header-bidder {
    overflow: scroll;
}

.bidded-add {
    width: 970px;
    background-color: aquamarine;
    margin: auto;
}