﻿.wrapper-main{display:flex;flex-direction:column;}
.wrapper-main{width:100%;background-size:100%;max-width:100%;max-height:100%;justify-content:center;padding:25px}
@media (max-width:1200px){.wrapper-main{background-image:none;}
}
.wrapper-main h1{font-size:20px;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:flex;justify-content:center;align-items:center;}
@media (max-width:1200px){.wrapper-main h1{font-size:18px;font-weight:600;display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
}
.main-tags-box{width:100%;max-width:1270px;margin:0 auto;background-color:#fff;margin-top:65px;padding:15px;margin-bottom:15px;}
.tag-cloud{width:100%;}
.tag-cloud .tags{display:flex;flex-wrap:wrap;justify-content:space-between;align-content:space-between;padding:0;margin:0;width:100%;}
.tag-cloud .tag-content{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.tag-cloud .tag-item{display:flex;align-items:center;}
.tag-cloud .tag-img{width:50px;height:50px;border-radius:50%;margin-right:2px;}
.tag-cloud .tags li{margin-bottom:1%;padding:8px;border:1px solid #d1d1d1;background-color:#fff;border-radius:2px;box-sizing:border-box;flex:0 0 calc(25% - 10px);word-wrap:break-word;overflow:hidden;}
.tag-cloud .tags li:hover{border-color:#3faaff;}
.tag-cloud .tags li .name{background-color:#eee;display:inline-block;padding:0 10px 0;font-size:12px;color:#666;}
.tag-cloud .tags li .name:hover{background-color:#444;color:#fff;}
.tag-cloud .tags li:hover .name{background-color:#333;color:#fff;}
.tag-cloud .tags li small{margin-left:3px;color:#bbb;}
.tag-cloud .tags li p{margin:10px 0 0;font-size:12px;height:17px;overflow:hidden;display:block;line-height:1.5;width:100%;text-overflow:ellipsis;white-space:nowrap;}
.tag-cloud .tags li .title{color:#999;}
.navigation li.active>a{color:#4c4b4a!important}
.active::after{content:none!important;display:none!important}
@media (max-width:768px){.tag-cloud .tags li{min-width:50%;margin:-2px;margin-top:5px;}
}
@media (max-width:300px){.tag-cloud .tags li{min-width:100%;}
}
