.content-model-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: calc(100vh - 75px);
    width: calc(100vw - 100px);
    margin: 0px 0px 0px 0px;
    overflow-y: hidden;
    animation: fadein 0s !important;
}

.content-model-section-wrapper {
    display: flex;
    flex-direction: column;
    opacity: 1;
    transition: opacity .2s ease-in;
    max-height: 620px;
    max-width: 1000px;
    min-height: 370px;
    min-width: 500px;
    height: calc(100vh - 45px - 220px + 120px);
}

@media (max-width: 840px) {
    .content-model-section {
        align-items: flex-start;
    }

    .content-model-section-wrapper {
        margin-left: 50px;
        margin-right: 50px;
    }
}

@media (max-height: 645px) {
    .content-model-section {
        justify-content: flex-start;
    }
}

.content-model-slider {
    position: relative;
    transition: top .45s ease-in-out .1s;
    opacity: 1;
}

.content-model-slide-wrapper {
    opacity: 0;
    transition: opacity .3s ease-in;
}

.content-model-slide-wrapper-current {
    opacity: 1;
}

.content-model-slider-scroll-animate-disable {
    transition: top 0ms;
}

.content-model-slider-fade-animate-disable {
    transition: top 0s, opacity 0s;
}

.content-model-slider-fadeout {
    opacity: 0;
}

.content-model-info {
    width: 100%;
    height: 120px;
    display: flex;
    z-index: 99;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

@media(max-height: 645px) {
    .content-model-info {
        max-height: 100px;
    }
}

.content-model-name {
    height: 58px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 26pt;
    line-height: 22pt;
    margin-top: -18px;
    z-index: 99;
}

.content-model-details {
    height: 20px;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.content-model-details-data {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    font-size: 14pt;
    line-height: 13pt;
}

.content-model-details-data div {
    font-size: 9pt;
    line-height: 11pt;
}

.content-model-download {
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    cursor: pointer;
}

.content-model-download-btn {
    transition: .2s ease-in;
    display: flex;
    width: 90px;
    height: 64px;
    z-index: 9;
    margin-top: 40px;
}

@media(max-height: 645px) {
    .content-model-download-btn {
        height: 85px;
    }
}

.content-model-download:hover section {
    margin-top: 50px;
}

.content-model-download-btn-content {
    width: 100%;
    display: flex;
    align-items: center;
    margin-left: 0px;
    margin-right: 15px;
    position: relative;
}

.content-model-download-cover {
    width:600px;
    background-color: white;
    display: flex;
    justify-content: flex-end;
    position: absolute;
    left: calc(50% - 600px + 30px);
    z-index: 9;
    border-radius: 64px;
    height: 64px;
    width: 64px;
}

.content-model-download-btn-image {
    background: url('../../images/graphic/Buttons.png') no-repeat -180px -110px;
    width: 90px;
    height: 60px;
    margin-left: -2px;
    margin-top: 0px;
    margin-right: 10px;
    position: absolute;
    left: calc(50% - 45px);
    z-index: 10;
}

.content-model-download-btn-outline {
    width: 100%;
    height: 64px;
    border-radius: 64px;
    transition: .5s all;
    overflow: hidden;
    z-index: 8;
    display: flex;
    position: relative;
}

@media(max-height: 500px) {
    .content-model-download-btn-outline {
        display: none;
    }
}

.content-model-download-btn-outline:hover {
    margin-left: 345px;
}

.content-model-download-btn-text {
    display: flex;
    color: #F06E00;
    margin-top: 6px;
}

.download-btn-text-download {
    margin-right: 10px;
    font-size: 20pt;
    margin-top: -8px;
    /*cursor: pointer;*/
}

.download-btn-text-donate {
    margin-left: 10px;
    cursor: pointer;
    font-size: 10pt;
    line-height: 30px;
}

.shadow-overlay {
    background-color: rgba(0,0,0,0.3);
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    overflow: hidden;
    animation: fadein-with-z .5s ease 0s normal forwards 1;
}

.shadow-overlay-hide {
    animation: fadeout-with-z .5s ease 0s normal forwards 1;
}

.content-model-scroll-icon {
    position: fixed;
    bottom: 100px;
    right: 30px;
    width: 45px;
    height: 90px;
    z-index: 996;
    transition: opacity .25s ease-in; 
}

.content-model-wheel-icon {
    background: url('../../images/graphic/Buttons.png') no-repeat -45px -90px;
}

.content-model-touch-icon {
    background: url('../../images/graphic/Buttons.png') no-repeat 0px -90px;
}

.content-model-scroll-icon-inactive {
    opacity: 0;
}

.content-model-section-top-overlay {
    width: 100%;
    height: calc((100vh - 45px - 50px - 620px) / 2 - 150px);
    min-height: 25px;
    position: absolute;
    top: 45px;
    background-color: white;
    z-index: 100;
    box-shadow: 5px 14px 25px 25px white
}

.content-model-section-bottom-overlay {
    width: 100%;
    height: calc((100vh - 45px - 50px - 620px) / 2 - 150px);
    min-height: 25px;
    position: absolute;
    bottom: 50px;
    background-color: white;
    z-index: 100;
    box-shadow: 5px -14px 25px 25px white
}

@media(max-height: 900px) {
    .content-model-section-top-overlay {
        min-height: 0px;
        box-shadow: none;
    }

    .content-model-section-bottom-overlay {
        min-height: 0px;
        box-shadow: none;
    }
}

.content-model-separator {
    margin-bottom: 80px;
}