div#go-up {
    opacity: 0;
}

.model-grid-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: left;
}

.imgbox {
    overflow: hidden;
    height: 19.22vw;
    width: 14.64vw;
    padding: 0.73vw 0.73vw 0.6vw;
}

.imgbox img {
    width: 100%;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.item {
    overflow: hidden;
    position: relative;
    left: 1.55vw;
/*     border-right: 1px solid #000000;
    border-left: 1px solid #000000;
    border-top: 1px solid #000000;  */
    margin: -1px 0 0 -1px;
}

.name p {
    font-family: 'Apoc Revelations';
    text-transform: uppercase;
    font-size: 18px;
    line-height: 18px;
    margin: 0 2px;
}

.name {
    display: flex;
    height: 20px;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}

#abc {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
}

#abc a {
    font-size: 14px;
    line-height: 20px;
    font-family: 'Roobert Light';
    margin-right: 0;
    text-transform: uppercase;
    letter-spacing: 3px;
}

#abc .all-select {
    letter-spacing: 1px;
    margin-right: 0;
}

#abc li {
    margin-right: 7px;
}

#modelSectionBar {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    justify-content: center;
}

#modelSectionBar a {
    font-size: 14px;
    line-height: 20px;
    font-family: 'Roobert Light';
    margin: 0 17px;
    text-transform: uppercase;

}

.action-bar {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
}

.action-container {
    width: 32.3vw;
    position: relative;
}

#abc li.selected {
    text-decoration: none;
    position: relative;
}

#abc li.selected:after {
    content: '';

    width: 92%;
    position: absolute;
    left: 0;
    bottom: 1px;

    border-width: 0 0 1px;
    border-style: solid;
}

.bottom-hr {
    border-top: 1px solid black;
    width: 100%;
}

.justAtHome {
    display: none;
}

#modelSectionBar li.active a {
    text-decoration: none;
    position: relative;
}

#modelSectionBar li.active a:after {
    content: '';

    width: 100%;
    position: absolute;
    left: 0;
    bottom: -1px;

    border-width: 0 0 1px;
    border-style: solid;
}

.justAtHome.footer-lang {
    display: flex;
    width: 43%;
}

.removeFav {
    position: absolute;
    bottom: 0;
    right: 0;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    width: 14px;
    height: 14px;
    padding: 2px;
}

.model-name {
    width: 100%;
    display: inline-flex;
    justify-content: center;
}

.hint-model {
    cursor: pointer;
}

#suggestions {
    right: -1px;
}

@media screen and (min-width: 1024px) {
    .imgbox img:hover {
/*         position: absolute;
        left: 0;
        top: 0;
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out; */
    }
}

@media screen and (min-width: 2200px) {


    .name p {
        font-size: 26px;
        line-height: 26px;
    }

    .img-hr6 {
        display: none;
    }

    .img-hr7 {
        /* border-top: 1px solid #000; */
        width: 100%;
    }

    .bottom-hr-large {
        border-top: 1px solid #000;
        width: 100%;
    }

    .imgbox {
        height: 16.22vw;
        width: 12.35vw;
        padding: 0.73vw 0.73vw 0.5vw;
    }

}

@media screen and (max-width: 1600px) {
    .imgbox {
        height: 23.5vw;
        width: 17.87vw;
        padding: 0.73vw;
    }

    .img-hr6 {
        display: none;
    }

    .img-hr5 {
        /* border-top: 1px solid #000; */
        width: 100%;
    }

    #abc a {
        font-size: 14px;
        line-height: 18px;
        margin-right: 0;
        letter-spacing: 2px;
    }

    #abc .all-select {
        letter-spacing: 1px;
        margin-right: 2px;
    }

    #modelSectionBar a {
        font-size: 14px;
        line-height: 14px;
        margin: 0 8px;
    }

    .action-bar {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 1224px) {
    .model-name {
        display: block;
    }

    .img-hr6, .img-hr5 {
        display: none;
    }

    .action-bar {
        display: none;
    }

    #container {
        margin-top: 0;
        width: 100%;
    }

    .name {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        height: auto;
        margin-top: 10px;
        align-items: center;
    }

    .name p {
        margin-bottom: 0;
        text-align: center;
        width: 60%;
    }

    .bottom-hr {
        display: none;
    }

    .go-up img {
        margin: 80px auto;
    }

    .item {
        position: relative;
        left: 0;
        margin: 0 -1px 0 0;
        width: calc(25% - 16px);
        border-left: none;
        border-top: none;
        /* border-bottom: 1px solid #000; */
        padding: 8px 8px 0 8px;
    }

    .imgbox {
        height: 29.95vw;
        width: 22.92vw;
        padding: 0;
        overflow: hidden;
    }

    .name p {
        font-size: 21px;
        line-height: 23px;
        width: 100%;
    }
}

@media screen and (min-width: 601px) and (max-width: 900px) {
    .item {
        width: calc(33.33% - 16px);
    }
    .imgbox {
        height: 40.95vw;
        width: 30.92vw;
    }
}

@media screen and (max-width: 600px) {
    .item {
        width: calc(50% - 16px);
    }

    .imgbox {
        height: 59.76vw;
        width: 45.7vw;
    }

    .name p {
        font-size: 21px;
        line-height: 23px;
        margin-left: 0;
    }
}