#page {
    background-color:rgb(185, 185, 185) !important;
}

.home-page {
    box-shadow: 0 0 50px #333;
    overflow: hidden;
}

.home-banner-container {
    width:100%;
    height:500px;
    position: relative;
}

.home-banner {
    width:100%;
    height:100%;
}

.home-banner img {
    width: 100%;
}

.home-sidebar {
    width:80px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    height:100%;
    background-color:#0e1f0c;
    opacity:0.7;
    overflow:hidden;
}

.home-sidebar img {
    margin:60px 15px;
    display:block;
}

.home-square,.video-item {
    box-sizing: border-box;
    width:33.333%;
    min-width:200px;
    height: 380px;
    float:left;
    background-color:#EAEAEA;
    padding-bottom:20px;
}

@media only screen and (max-width: 600px) {
    .home-square, .video-item {
        width: 100%;
    }

    .home-page {
        box-shadow: 0 0 20px #333;
    }
}

.home-square {
    display: flex;
    flex-direction: column;
}

.home-square:nth-child(odd) {
    background-color:#E1E1E1 !important;
}

.home-square:not(:nth-of-type(4n)) {
    border-right: 1px solid #bfbfbf;
}

.home-square a:hover {
    text-decoration:none;
}

.home-square h3,.home-full-width h3 {
    margin:0;
    padding:8px 9px;
    color:#fff;
    background-color:#333;
    font-weight:normal;
    font-size: 18px;
    background-image: linear-gradient(180deg, #000, #555);}

.home-square-contents {
    height: 100%;
    overflow-y: auto;
    width: 100%;
}

.list-item {
    padding:20px;
    font-size:13px;
    color:#555;
    overflow:auto;
    background-color:transparent;
}

a:nth-of-type(even) > .list-item {
    background-color:#e4e4e4;
}

.list-item:hover {
    background-color:#296cff !important;
    color:#ccc;
}

.list-item img {
    float:left;
    margin-right:10px;
    max-width:48px;
}

.list-item .icon {
    width:48px;
    height:48px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position:center;
    margin-right:10px;
    vertical-align:middle;
    display:inline-block;
    float:left;
}

.list-item .fullwidth {
    width:100%;
    height:150px;
    float:none;
    margin:0 auto;
}

.list-item .small {
    max-width:32px;
    position:relative;
    top:-2px;
}

.list-item h4 {
    font-weight:normal;
    margin:0;
    font-size:17px;
    color:#000;
    text-shadow:1px 1px #CFCFCF;
}

.list-item:hover > h4 {
    color:#fff;
    text-shadow:1px 1px #888;
}

.home-square .more {
    text-align:center;
    font-size:14px;
}

.separator {
    height:50px;
}

.home-feed-icon {
    width:18px;
    height:18px;
    background:url('../img/rss.svg');
    background-size:contain;
    float:right;
    margin-right: 8px;
    margin-top: 3px;
}

.info-text {
    display:none;
}

.info-content {
    position:relative;
    max-height:70vh;
    overflow-y:auto;
}

.info-popup {
    display:block !important;
    position:absolute;
    border:1px solid #808080;
    background-color: #404040;
    color: #eee;
    width:400px;
    padding:10px;
    min-height:40px;
    z-index:9999;
    font-size:15px;
    max-height:70vh;
    border-radius: 5px;
    box-shadow: 2px 2px 10px #333;
    opacity: 0.97;
}

.info-popup:after, .info-popup:before {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.info-popup:after {
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #404040;
    border-width: 15px;
    margin-top: -15px;
}
.info-popup:before {
    border-color: rgba(71, 71, 71, 0);
    border-right-color: #808080;
    border-width: 16px;
    margin-top: -16px;
}

.sale-banner {
    height:105px;
    background-color:#EAEAEA;
    padding-bottom:20px;
    overflow:hidden;
}

.sale-banner h3 {
    margin:0;
    padding:8px 9px;
    color:#fff;
    background-color:#333;
    font-weight:normal;
    font-size:17px;
    text-shadow:1px 1px #000;
}

.sale-banner .list-item {
    width:29.38%;
    float:left;
}

.home-full-width {
    width:100%;
    float:left;
}

.home-full-width .more {
    text-align:center;
    font-size:14px;
    background-color:#eaeaea;
    padding: 0 0 10px 0;
}

.video-item {
    height: 240px;
    overflow: hidden;
    padding-top: 10px;
    text-align: center;
}

.video-item .video-thumb {
    width:240px;
    height:180px;
    background-size:contain;
    background-repeat:no-repeat;
    background-position:center;
    margin:5px auto;
    position:relative;
    border-radius:20px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, .5);
}

.video-item h4 {
    margin:14px 5px 0 5px;
    font-weight:normal;
    font-size:16px;
    white-space:pre;
    text-overflow:ellipsis;
    overflow: hidden;
}

.video-item:hover {
    background-color:#296cff;
    color:#fff;
}

.video-thumb .play-icon {
    background-image:url('../img/Play_Banner.svg');
    width:100%;
    height:100%;
    background-size:35px;
    background-repeat:no-repeat;
    background-position:center;
}
