@font-face {
    font-family: 'SF Pro Display Regular';
    src: URL('/font/sfpro.ttf') format('truetype');
}
body {
    font-family: 'SF Pro Display Regular';
    /* max-width: 996px;
    margin: 70px auto; */
}
div#scroll-container {
    background: #232323;
    position: relative;
    width: 100%;
    /* height: 600px; */
}
#btn-nav-previous {
    text-align: center;
    color: white;
    cursor: pointer;
    font-size: 24px;
    position: absolute;
    left: 0px;
    height: 100%;
    /* padding: 14px 20px; */
    /* background: #8f9a9d; */
}
#btn-nav-previous img, #btn-nav-next img {
    width: 30px;
    height: 25px;
    margin-top: 20px;
}
#btn-nav-next {
    text-align: center;
    color: white;
    cursor: pointer;
    font-size: 24px;
    position: absolute;
    right: 0px;
    height: 100%;
    /* padding: 14px 20px; */
    /* background: #8f9a9d; */
}
.scroll-inner-box
{ 
    /* width: 100%; */
    white-space: nowrap;
    /* margin: 0 33px; */
    overflow: hidden;
    /* padding: 0px 54px; */
    box-sizing: border-box;
    cursor: grab;
    /* height: 800px; */
}
.scroll-inner-box.active {
    background: rgba(255,255,255,0.3);
    cursor: grabbing;
    cursor: -webkit-grabbing;
    transform: scale(1);
}
.disable-select {
    user-select: none; /* supported by Chrome and Opera */
   -webkit-user-select: none; /* Safari */
   -khtml-user-select: none; /* Konqueror HTML */
   -moz-user-select: none; /* Firefox */
   -ms-user-select: none; /* Internet Explorer/Edge */
}
img{
    -khtml-user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}
.scroll
{  
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: block;
    text-align: center;
    height: 729px;
    width: 6856px;
}
.scroll-item
{
    height: 100%;
    /* padding: 0px 25px; */
    color: #fff;
    /* display: inline; */
    margin: 0 auto;
    float: left;
    width: 455px;
    /* height: 800px; */
    background: #232323;
    margin: 0 1px;
    /* line-height: 173px; */
    /* text-decoration: none; */
    /* text-align: center; */
    white-space: no-wrap;
    overflow: hidden;
    position: relative;
}
.scroll-item img {
    width: 100%;
}
.scroll-item .content {
    padding: 10px 8px 0;
    height: 90%;
    overflow-y: scroll;
    position: absolute;
    right: -17px;
    left: 0;
}
.scroll-item .content .preview + div {
    color: #94989b;
    line-height: 12px;
    /* position: relative; */
    width: 100%
}
/* .scroll-item .content .preview p .subject {
    position: absolute;
    top: 40%;
} */
.scroll-item .content .title {
    white-space: normal;
    margin-bottom: 10px;
    font-weight: bold;
}
.scroll-item .content img {
    /* width: 70%; */
    /* height: auto; */
}
.scroll-item .header {
    line-height: 28px;
    background: #3d3e43;
    color: #ccc;
    height: 30px;
    display: flex;
    justify-content: center;
    padding: 20px 0px 10px;
}
.scroll-item .header + div {
    width: 100%; 
    height: 1px; 
    background: #94989b;
}
.scroll-item .header img {
    width: 30px;
    height: 30px;
    /* margin: auto; */
    margin-right: 5px;
}
.scroll-item .preview, #most-read-posts-container .preview, #search-posts-container .preview {
    display: flex;
    /* line-height: 12px; */
    min-height: 20.19px;
    white-space: pre-line;
    padding: 10px 0;
    /* margin-bottom: 30px; */
    margin-top: 0px;
}
.scroll-item .preview + div, #most-read-posts-container .preview + div {
    width: 100%; 
    height: 1px; 
    background: #94989b;
}
.scroll-item .preview img {
    width: 120px; 
    /* float: left;  */
    /* height: auto; */
    margin-right: 12px;
}
.scroll-item .content a {
    color: #94989b;
    text-decoration: none;
    font-size: 15px;
}
.scroll-item div label {
    vertical-align: top;
    font-size: 20px;
}
.scroll-item:hover {
    text-decoration:underline;
}
.test {
    float: left;
}
#side-menu {
    position: absolute;
    right: -93px;
    top: 5px;
    width: 130px;
    text-align: -webkit-right;
    z-index: 1;
}
#side-menu a {
    text-decoration: none;
    color: #94989b;
    font-size: 11px;
}
#side-menu #show-img {
    background: #000;
    /* border-radius: 12px; */
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    position: absolute;
    width: 30px;
    height: 55px;
    top: 0px;
    border-color: #a8a8aa;
    /* border-width: 1px; */
    border-style: solid;
    border-left-width: 1px;
    border-top-width: 1px;
}
#side-menu #side-menu-content {
    background: #000;
    border-radius: 12px;
    padding: 5px 15px;
    line-height: 23px;
    margin-left: 7px;
    text-align: right;
    border-width: 1px;
    border-style: solid;
}
.dropdown {
    position: relative;
    display: inline-block;
}
  
.dropdown-content {
    display: none;
    /* position: absolute; */
    background-color: #f1f1f1;
    min-width: 160px;
    overflow: auto;
    height: 400px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

@media only screen and (max-width: 1192px) {
  #btn-nav-previous {
    display:none;
  }
  #btn-nav-next {
    display:none;
  }
  .scroll-inner-box { 
    width:100%;
    overflow-x:auto; 
  }
  .scroll {
    height: 1400px;
  }
  .scroll-item .preview {
    min-height: 78.19px;
  }
  .scroll-item .content a {
    font-size: 20px;
    line-height: 25px;
  }
}
.vertical-center {
    position: absolute;
    top: 50%;
    text-align: left;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
/* .container {
    display: inline-flex;
} */
  
.slide {
    float: left;
}
#loadMoreBtn {
    /* width: 300px; */
    /* height: 20px; */
    text-transform: uppercase;
    /* padding: 10px; */
    /* clear: both; */
    /* margin: 30px auto 0 auto; */
    display: block;
    background-color: #e8f1fb;
    text-align: center;
    font-size: 14px;
    text-decoration: none;
    color: #474747;
}
#loadMoreBookmarkBtn {
    /* width: 300px; */
    margin: auto;
    /* height: 20px; */
    text-transform: uppercase;
    /* padding: 10px; */
    /* clear: both; */
    /* margin: 30px auto 0 auto; */
    display: block;
    /* background-color: #e8f1fb; */
    margin-bottom: 10px;
    text-align: center;
    font-size: 13px;
    text-decoration: none;
    color: #fff;
    padding: 5px 0;
    margin-top: 10px;
}
#loadMoreSearchBtn {
    cursor: pointer;
    font-size: 13px;
    position: relative;
    text-align: center;
    padding: 5px 0;
    /* width: 300px; */
    margin: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #fff;
    display: none;
}
.dialog-container {
    position: absolute;
    top: 0;
    /* background: #fff; */
    width: 100%;
    height: 100%;
    display: none;
}
.dialog {
    min-width: 345px;
    /* width: 345px; */
    background: #fff;
    /* margin: auto; */
    /* padding: 10px 10px 30px; */
    border-width: 1px;
    border-style: solid;
    border-color: #fff;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    z-index: 1;
    text-align: left;
    max-height: 800px;
    overflow: auto;
}
.loader {
    border: 5px solid #f3f3f3;
    border-radius: 50%;
    border-top: 5px solid #3498db;
    width: 20px;
    height: 20px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}
  
#top-banner {
    width: calc(100% - 520px);
    text-align: center;
    padding-top: 5px;
}
#top-banner img {
    width: 720px;
    margin-left: 200px;
}
@media only screen and (max-width: 1525px) {
    #top-banner img {
        margin-left: 0;
    }
}
@media only screen and (max-width: 1370px) {
    #top-banner {
        text-align: left;
    }
}

@media only screen and (max-width: 1265px) {
    #top-banner img {
        width: 100%;
    }
}

/* Safari */
@-webkit-keyframes spin {
0% { -webkit-transform: rotate(0deg); }
100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}