/* Override */
#loader_link{
    display:none;
}

.text-center{
    text-align: center;
}
.mb-1{
    margin-bottom:10px;
}
.mb-2{
    margin-bottom:20px;
}
.mb-3{
    margin-bottom:30px;
}
.mb-4{
    margin-bottom:40px;
}
.mb-5{
    margin-bottom:50px;
}
.mt-1{
    margin-top:10px;
}
.mt-2{
    margin-top:20px;
}
.mt-3{
    margin-top:30px;
}
.mt-4{
    margin-top:40px;
}
.mt-5{
    margin-top:50px;
}
.my-1{
    margin-top:10px;
    margin-bottom:10px;
}
.my-2{
    margin-top:20px;
    margin-bottom:20px;
}
.my-3{
    margin-top:30px;
    margin-bottom:30px;
}
.my-4{
    margin-top:40px;
    margin-bottom:40px;
}
.my-5{
    margin-top:50px;
    margin-bottom:50px;
}
.mx-1{
    margin-left:10px;
    margin-right:10px;
}
.mx-2{
    margin-left:20px;
    margin-right:20px;
}
.mx-3{
    margin-left:30px;
    margin-right:30px;
}
.mx-4{
    margin-left:40px;
    margin-right:40px;
}
.mx-5{
    margin-left:50px;
    margin-right:50px;
}
.m-auto{
    margin:auto;
}
.mx-auto{
    margin-left:auto;
    margin-right:auto;
}


.p-1{
    padding:10px;
}
.p-2{
    padding:20px;
}
.p-3{
    padding:30px;
}
.p-4{
    padding:40px;
}
.p-5{
    padding:50px;
}


.h-100{
    height:100% !important;
}
.w-50{
    width: 50% !important;
}
.w-100{
    width:100% !important;
}

.w-300px{
    width: 300px !important;
}
.w-400px{
    width: 400px !important;
}
.w-500px{
    width: 500px !important;
}

.col-1-5{
    width: 20%;
    float: left;
    position: relative;
    display: block;
    box-sizing: border-box;
}
.col-1-2{
    width: 50%;
    float: left;
    position: relative;
    display: block;
    box-sizing: border-box;
}

.d-flex{
    display: flex;
}
.justify-content-center{
    justify-content: center;
}

.index-grid-image{
    width:100px;
}
.type-text{
    font-size:12px;
}

.footer{
    padding: 30px 0;
}

.custom-ads img{
    max-width: 100%;
}

.logo{
    max-width: 250px;
}
.van-popup .logo {
    max-width: 150px;
}
/* header menu*/
.navList{
    flex-wrap: wrap;
}
.navList li{
    max-height: 40px;
}
.navList li a{
    padding-left: 0;
}

/* friend */
#friend{
    width: 1200px;
    margin: 100px auto;
}

#friend h2{
    margin-bottom: 30px;
    color:white;
}
#friend .link-wrapper{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}
#friend li{
    margin-bottom: 15px;
}
#friend a{
    color:#a0a4ae;
    padding: 5px 10px;
    border-radius: 5px;
    background-color: #242831;
    margin-right: 5px;
}
#friend a:hover{
    background: linear-gradient(rgb(247, 131, 97) 0%, rgb(245, 75, 100) 100%);
    color:white;
}

#friend2 {
    width: 1200px;
    margin: 100px;
    margin-top: 60px;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
}

#friend2 h2{
    margin-bottom: 30px;
    color:white;
}
#friend2 .link-wrapper{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}
#friend2 li{
    margin-bottom: 15px;
}
#friend2 a{
    color:#a0a4ae;
    padding: 5px 10px;
    border-radius: 5px;
    background-color: #242831;
    margin-right: 5px;
}
#friend2 a:hover{
    background: linear-gradient(rgb(247, 131, 97) 0%, rgb(245, 75, 100) 100%);
    color:white;
}

/* art */
.article{
    width: 100%;
    margin-bottom: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #171b24;
    text-align: center;
}
.featured-image{
    max-width: 100%;
    /* max-height: 600px; */
    width: 1200px;
    object-fit: cover;
}
.artContent h1{
    color: white;
}
.artContent h2{
    color: white;
    margin-top: 50px;
    margin-bottom: 30px;
}

.desktop-art-wrapper .left h2 {
    font-size: 1rem;
    margin-top: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.artContent p{
    color: #adadad;
    font-size: 1.2rem;
    line-height: 1.5em;
    letter-spacing: 1px;
    font-weight: 400;
}

.artContent img{
    margin: auto;
    max-width: 100%;
}
.art-list img{
    height: 120px;
}
.specialListStyle>.left >img{
    height: 262px;
}
.aseImgVanImage.van-image{
    width:100%;
}

.btn-default, #tags a,#art-pagination{
    color: #a0a4ae;
    padding: 5px 10px;
    border-radius: 5px;
    background-color: #242831;
    margin-right: 5px;
}
.videoSignBox>ul>a>p{
    padding: inherit;
    color: inherit;
    border-radius: inherit;
    background-color: inherit;
    font-size: inherit;
    cursor: inherit;
}

.btn-default:hover, #tags a:hover, #art-pagination:hover{
    background: linear-gradient(rgb(247, 131, 97) 0%, rgb(245, 75, 100) 100%);
    color: white;
}
/* Edit */
.page-tags-box>*>*{
    padding: 0 10px;
}

@media screen and (max-width: 920px){
    .index-grid-image{
        width:70px;
    }
}
/* Swiper */
			
				  
.swiper {
    width: 100%;
    height: 100%;
}

.rounded{
    border-radius: 5px;
    overflow: hidden;
}

.swiper-slide{
    margin-top: 10px;
    margin-bottom: 20px;
    -webkit-transform: translate3d(0, 0, 0);
}

.swiper-slide img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}

/* Ads */
.square_300{
    display: block;
    width: 300px;
    height: 300px;
}
.ads_300_100{
    width: 300px;
    height: 100px;
}
.ads_300_250{
    width: 300px;
    height: 250px;
}
.ads_728_90{
    width: 728px;
    height: 90px;
}

.of-cover{
    object-fit: cover !important;
    background-size: cover !important;
    width: 100%;
    height: 100%;
}

.of-contain{
    object-fit: contain !important;
    background-size: contain !important;
    width: 100%;
    height: 100%;
}
.overflow-hidden{
    overflow:hidden !important;
}

/* reponsive */
@media all and (min-width:768px) and (max-width: 9999px) {

    .mobile-only{
        display: none;
    }
    .desktop-only{
        display: block;
    }
  }
  
@media all and (min-width:0px) and (max-width: 768px) {

    .mobile-only{
        display: block;
    }
    .desktop-only{
        display: none;
    }
}
