body {
    padding: 0;
    margin: 0;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    background: #2d2926;
    color: #ffffff;
    font-size: 13px;
	min-width: 320px;
}
a {
    text-decoration: none;
}
.wrapper {
    max-width: 1380px;
    margin: auto;
}
.top-line {
    overflow: hidden;
    clear: both;
    background: #262321;
    height: 35px;
}
.top-line a {
    line-height: 35px;
    display: inline-block;
    margin-right: 16px;
    color: #d6cdc4;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: 700;
}
.top-line a:hover, .top-line_right div:hover {
    color: #e6eef8;
}
.top-line_left {
    float: left;
    margin-left: 16px;
}
.top-line_right {
    float: right;
}
.top-line_right div {
	line-height: 35px;
    cursor: pointer;
    margin-right: 16px;
    color: #d6cdc4;
}
.drop-lang {
	display: none;
	position: absolute;
	top: 32px;
	right: 0;
	background: #262321;
	z-index: 99999;	
}
.drop-lang a {
	display: block;
	padding-left: 16px;
	text-align: center;
}


.header {
    clear: both;
    overflow: hidden;
    text-align: center;
    padding-top: 12px;
    background: #342f2c;
}
.header-line {
    overflow: hidden;
    clear: both;
    height: 35px;
    padding-left: 16px;
    padding-right: 16px;
}
.finder {
    clear: both;
    overflow: hidden;
    padding-top: 16px;
    padding-bottom: 16px;
}
.finder_item {
    border: solid 1px #ffffff;
	width: 320px;
	padding: 12px 16px;
	color: #262321;
    outline: none;
    line-height: 15px;
}
.finder_item::placeholder {
    color: #8e8680;
    font-family: Roboto, Arial, Helvetica, sans-serif;

}
.finder_button {
    border: solid 1px #a4a543;
    background: #a4a543;
    color: #ffffff;
    padding: 12px 16px;
	font-family: "Font Awesome\ 5 Free", Roboto, Arial, Helvetica, sans-serif;
    font-weight: 700;
    line-height: 15px;
    margin-left: -4px;
    cursor: poRoboto;
}
.header-line a {
    line-height: 35px;
    display: inline-block;
    padding-left: 12px;
    padding-right: 12px;
    color: #d6cdc4;
}
.header-line a:hover {
    color: #e6eef8;
}
.header-line a.active {
    background: #2d2926;
    border-top: solid 1px #262321;
    border-left: solid 1px #262321;
    border-right: solid 1px #262321;
}
.header-line_left {
    float: left;
}
.header-line_right {
    float: right;
}








.content {
    clear: both;
    overflow: hidden;
}
.content-header {
    text-align: center;
    line-height: 55px;
    border-bottom: solid 1px #342f2c;
    font-size: 16px;
	text-transform: uppercase;
	font-weight: 700;
    margin-bottom: 18px;
}
.content-header span {
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    color: #8e8680;
}







.thumb {
    float: left;
    margin: 4px;
    padding: 1px;
    position: relative;
    width: calc(25% - 8px);
    background: #262321;
    box-sizing: border-box;
}
.thumb:hover {
    background: #1c1a18;
}
.thumb img {
    width: 100%;
    display: block;
	z-index: 999;
}
.image-wrapper {
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
}
.thumb a span.category {
    display: block;
    padding-left: 8px;
    padding-right: 8px;
    text-align: center;
    line-height: 45px;
    height: 45px;
    font-size: 13px;
    color: #ffffff;
	font-weight: 700;
    text-transform: uppercase;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.thumb a span.description {
    display: block;
    padding-left: 8px;
    padding-right: 8px;
    text-align: center;
    line-height: 35px;
    height: 35px;
    font-size: 12px;
    color: #ffffff;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.thumb a div.counter {
    display: block;
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    text-align: center;
    font-size: 12px;
    color: #8e8680;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.thumb a div.counter span {
    margin-right: 8px;
    color: #d6cdc4;
}
.thumb a div.counter span::before {
    font-family: "Font Awesome\ 5 Free";
    content: "\f017";
    color: #8e8680;
    margin-right: 6px;
}






.pagination {
    clear: both;
    overflow: hidden;
    padding-top: 16px;
    padding-bottom: 16px;
    text-align: center;

}
.pagination a, .pagination span {
    margin: 2px;
    display: inline-block;
    background: #1c1a18;
    color: #d6cdc4;
    line-height: 35px;
    padding-left: 16px;
    padding-right: 16px;
}
.pagination a:hover, .pagination a.active {
    background: #a4a543;
    color: #ffffff;
}





.categories-list {
    clear: both;
    overflow: hidden;
}
.categories-list a, .categories-list span  {
    margin: 4px;
    display: block;
    float: left;
    background: #1c1a18;
    line-height: 30px;
    color: #c0bebe;
    padding-left: 12px;
    padding-right: 12px;
    text-transform: capitalize;
}
.categories-list a:hover {
    color: #ffffff;
}
.categories-list span {
    color: #a4a543;
    font-weight: 700;
}
.categories-list a i {
    margin-left: 16px;
    font-style: normal;
    font-size: 11px;
    color: #8e8680;
}
.categories-list a::before {
    font-family: "Font Awesome\ 5 Free";
    content: "\f292";
    color: #8e8680;
    margin-right: 4px;
    font-weight: 700;
}
.friends-list {
    clear: both;
    overflow: hidden;
}
.friends-list a {
    margin: 4px;
    display: block;
    float: left;
    background: #1c1a18;
    line-height: 30px;
    color: #c0bebe;
    padding-left: 12px;
    padding-right: 12px;
    text-transform: capitalize;
}
.friends-list a::before {
    font-family: "Font Awesome\ 5 Free";
    content: "\f0c1";
    color: #8e8680;
    margin-right: 4px;
    font-weight: 700;
}
.friends-list a:hover {
    color: #ffffff;
}





.player {
    clear: both;
    overflow: hidden;
    background: #1c1a18;
    width: 100%;
    max-width: 860px;
    margin: auto;
    margin-top: 18px;
}
.player-wrapper {
    position: relative;
    height: 0;
    width: 100%;
    padding-bottom: 56.25%;
}
.player-wrapper iframe {
    position: absolute;
    width: 100%;
    height: 100%;
}
.player-description {
    text-align: center;
    padding: 16px;
    font-size: 16px;
}
.player-tags {
    text-align: center;
    padding: 16px;
    padding-top: 0;
}
.player-tags a {
    display: inline-block;
    color: #a4a543;
    margin-left: 6px;
    margin-right: 6px;
    margin-bottom: 6px;
    text-transform: capitalize;
}
.player-tags a::before {
    font-family: "Font Awesome\ 5 Free";
    content: "\f292";
    color: #8e8680;
    margin-right: 4px;
    font-weight: 700;
}








.bblock {
    text-align: center;
    clear: both;
    overflow: hidden;
    margin-top: 18px;
    padding-top: 18px;
    padding-bottom: 18px;
    background: #342f2c;
}
.pblock {
    height: 250px;
    text-align: center;
    clear: both;
    overflow: hidden;
    border-top: solid 18px #342f2c;
    border-bottom: solid 18px #342f2c;
    background: #342f2c;
}
.pblock .even {
    margin-left: 8px;
}
.footer {
    margin-top: 18px;
    margin-bottom: 18px;
    text-align: center;
    color: #8e8680;
}







@media screen and (max-width: 860px) {
    .thumb {
        width: calc(50% - 8px);
    }
    .finder_item {
        width: 220px;
    }
}