/* home content */

.mgr-home-row {

    position: relative;
    margin-bottom: 20px;
}

.mgr-home-items {

    white-space: nowrap;
    position: relative;
}

.mgr-home-items-container {

    position: relative;
}

.mgr-home-item-title {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
}

.mgr-home-item {

    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;

    padding: 0 10px 0 0;

    display: inline-block;
    position: relative;
    cursor: pointer;
}

.mgr-home-banner {
    width: calc(100% - 40px);
    margin: 0 20px;
    cursor: pointer;
    border-radius: 10px;
    box-shadow: 0px 0px 5px 0px var(--shadow-color);
}

.mgr-home-artwork {

    display: block;
    position: relative;
    cursor: pointer;

}

.mgr-home-new:hover {

}

.mgr-home-new {
    margin: 50px 0 65px 0;
    text-align: center;
    cursor: pointer;
}

@font-face {
    font-family: 'nf-icon';
    src: url('/fonts/nf-icon-v1-93.eot');
    src: url('/fonts/nf-icon-v1-93.eot?#iefix') format('embedded-opentype'), url('/fonts/nf-icon-v1-93.woff') format('woff'), url('/fonts/nf-icon-v1-93.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.mgr-home-nav {

    height: 100%;
    position: absolute;
    z-index: 10;
    cursor: pointer;
    font-weight: bold;
    font-size: 2.5vw;
    font-family: 'nf-icon';
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 2vw;
    color: #fff;
    text-shadow: 0px 0px 15px #000;
    margin: 0 15px;
}

.mgr-home-nav:hover {

}

.mgr-home-nav-left:before {

    content: '\e868';
}

.mgr-home-nav-left {

    left: 0;
}

.mgr-home-nav-right {

    right: 0;
}

.mgr-home-nav-right:before {

        content: "\e867";
}

.mgr-home {

	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	overflow-x: hidden;
	overflow-y: scroll;
}

.mgr-home .mgr-container-wrapper {

	display: inline-block;
}


.mgr-subtitle-home {

    color: var(--title-font-color);
    position: relative;
    margin: 0 0 10px 20px;
}


.mgr-title-home {

    font-weight: bold;
    font-size: 18px;
    color: var(--title-font-color);
    position: relative;
    margin-left: 20px;
}

