body {
    padding: 0;
    margin: 0;
    background-color: #2a272e;
    color: #e3dce7;
    font-size: 12px;
}
input,
textarea,
button,
select,
a {
  -webkit-tap-highlight-color: transparent;
}
a {
    color: #3f7fa0;
    text-decoration: none;
}
.network {
    background: #1e1b20;
    height: 28px;
    overflow: hidden;
    clear: both;
    font-size: 11px;
}
.network__item {
    float: left;
    line-height: 28px;
    margin-left: 12px;
}
.network a {
    color: #94345c;
    display: inline-block;
    margin-left: 12px;
    font-weight: 700;
    line-height: 28px;
}
.network_menu {
    float: right;
    cursor: pointer;
}
.network_menu::before {
    font-family: "Font Awesome\ 5 Free";
    font-size: 20px;
    line-height: 28px;
    margin-right: 12px;
    content: "\f1ab";
    font-weight: 700;
}
.network_menu:hover::before {
    color: #3f7fa0;
}
.network_sort {
    display: none;
    background: #1e1b20;
    position: absolute;
    top: 28px;
    right: 0px;
    width: 100px;
    z-index: 999;
}
.network_sort a {
    color: #3f7fa0;
    margin: 0;
    text-align: center;
    display: block;
    border-top: solid 1px #242127;
}
.network_sort a:hover {
    color: #e3dce7;
}












.header {
    height: 58px;
    background: #242127;
}
.logo {
    float: left;
    margin-left: 12px;
    margin-top: 16px;
}
.logo a {
    font-size: 15px;
    font-weight: 900;
    color: #e3dce7;
    text-transform: uppercase;
    line-height: 26px;
}
.logo a:hover {
    opacity: .9;
}
.logo a span {
    display: inline-block;
    background: #3f7fa0;
    background: linear-gradient(to right, #3f7fa0, #94345c);
    color: #e3dce7;
    margin-left: 6px;
    margin-right: 6px;
    padding-left: 6px;
    padding-right: 6px;
    border-radius: 3px;
}
.header__finder {
    float: left;
    margin-left: 46px;
    margin-top: 10px;
}
.content_search {
    width: 1180px;
    color: #e3dce7;
    background: #2a272e;
    border: solid 1px #2a272e;
    border-radius: 3px;
    outline: none;
    font-size: 13px;
    font-weight: 700;
    line-height: 32px;
    padding-left: 12px;
    padding-right: 12px;
}
.content_search::placeholder {
    font-family: Font Awesome\ 5 Free, Roboto, Arial, Helvetica, sans-serif;
    color: #c1bbc5;
}
.header__nav {
    margin-top: 22px;
    float: right;
}
.header__nav a {
    color: #e3dce7;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    margin-right: 18px;
    margin-left: 18px;
}
.header__nav a:hover, .header__nav a.active {
    color: #3f7fa0;
}
.popular::before {
    font-family: "Font Awesome\ 5 Free";
    content: "\f005";
    margin-right: 6px;
    color: #3f7fa0;
}
.newest::before {
    font-family: "Font Awesome\ 5 Free";
    content: "\f0fe";
    margin-right: 6px;
    color: #3f7fa0;
}
.categories::before {
    font-family: "Font Awesome\ 5 Free";
    content: "\f009";
    margin-right: 6px;
    color: #3f7fa0;
}
.models::before {
    font-family: "Font Awesome\ 5 Free";
    content: "\f500";
    margin-right: 6px;
    color: #3f7fa0;
}
.hide-menu {
    display: none;
    float: right;
    margin-top: 18px;
    margin-right: 12px;
    cursor: pointer;
}
.hide-menu::before {
    font-family: "Font Awesome\ 5 Free";
    content: "\f0c9";
    margin-right: 6px;
    font-weight: 700;
    font-size: 18px;
}


















.content {
    max-width: 1680px;
    margin: auto;
    overflow: hidden;
}
.content__finder {
    display: none;
    width: 100%;
    padding: 0;
    margin-top: 12px;
}
.content__finder form {
    box-sizing: border-box;
}
.content_body_search {
    margin-left: 4px;
    width: calc(100% - 4px);
    box-sizing: border-box;
    color: #e3dce7;
    background: #1e1b20;
    border: solid 1px #2a272e;
    border-radius: 3px;
    outline: none;
    font-size: 13px;
    font-weight: 700;
    line-height: 32px;
    padding-left: 12px;
    padding-right: 12px;
}
.content_body_search::placeholder {
    font-family: Font Awesome\ 5 Free, Roboto, Arial, Helvetica, sans-serif;
    color: #c1bbc5;
}
.search-line {
    margin-top: 18px;
    height: 33px;
    overflow: hidden;
    clear: both;
}
.search-line a {
    display: inline-block;
    background: #1e1b20;
    color: #e3dce7;
    font-size: 10px;
    text-transform: uppercase;
    margin-left: 4px;
    line-height: 32px;
    padding-left: 16px;
    padding-right: 16px;
    border-radius: 2px;

}
.search-line a::before {
    font-family: "Font Awesome\ 5 Free";
    content: "\f002";
    margin-right: 6px;
    color: #3f7fa0;
    font-weight: 700;
}
.search-line a:hover::before {
    color: #94345c;
}
.block-header {
    padding: 4px;
    padding-top: 24px;
    padding-bottom: 24px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    clear: both;
    overflow: hidden;
}
.thumb {
    float: left;
    position: relative;
    width: calc(20% - 8px);
    border: solid 4px #2a272e;
    overflow: hidden;
    border-radius: 6px;
}
.thumb:hover {
    opacity: .9;
}
.thumb a {
    color: #e3dce7;
}
.thumb img {
    width: 100%;
    display: block;
}
.thumb-info {
    background: #242127;
    padding-left: 8px;
    padding-right: 8px;
}
.thumb-alt {
    text-align: center;
    line-height: 34px;
    height: 34px;
    overflow: hidden;
    border-bottom: solid 1px #2a272e;
    font-weight: 700;
}
.thumb-cat {
    text-align: center;
    line-height: 34px;
    height: 34px;
    overflow: hidden;
    border-bottom: solid 1px #2a272e;
    font-weight: 700;
    text-transform: uppercase;
}
.thumb-stats {
    text-align: center;
    line-height: 34px;
    font-size: 11px;
    height: 34px;
    overflow: hidden;
}
.thumb-stats span {
    display: inline-block;
    margin-left: 6px;
    margin-right: 6px;
}
.duration::before {
    font-family: "Font Awesome\ 5 Free";
    content: "\f017";
    margin-right: 6px;
    color: #3f7fa0;
}
.like::before {
    font-family: "Font Awesome\ 5 Free";
    content: "\f004";
    margin-right: 6px;
    color: #94345c;
}
.date::before {
    font-family: "Font Awesome\ 5 Free";
    content: "\f274";
    margin-right: 6px;
    color: #3f7fa0;
}
.count::before {
    font-family: "Font Awesome\ 5 Free";
    content: "\f04b";
    margin-right: 6px;
    color: #3f7fa0;
    font-weight: 700;
}















.navigation {
    clear: both;
    text-align: center;
    padding-top: 24px;
    padding-bottom: 24px;
    overflow: hidden;
}
.navigation a, .navigation span {
    display: inline-block;
    line-height: 36px;
    font-weight: 700;
    background: #1e1b20;
    color: #e3dce7;
    padding-left: 18px;
    padding-right: 18px;
    border-radius: 3px;
}
.navigation a.prev::before {
    font-family: "Font Awesome\ 5 Free";
    content: "\f104";  
}
.navigation a.next::before {
    font-family: "Font Awesome\ 5 Free";
    content: "\f105";  
}
.navigation a:hover, .navigation a.active {
    background: #3f7fa0;
}









a.category {
    float: left;
    padding-top: 8px;
    padding-bottom: 8px;
    position: relative;
    width: calc(20% - 8px);
    background: #242127;
    border: solid 4px #2a272e;
    color: #e3dce7;
    overflow: hidden;
    border-radius: 6px;
    text-align: center;
    line-height: 32px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
}
a.category span {
    display: block;
    border-top: solid 1px #2a272e;
    font-size: 10px;
    font-weight: 400;
}
a.category span::before {
    font-family: "Font Awesome\ 5 Free";
    content: "\f04b";
    color: #94345c;
    font-size: 10px;
    margin-right: 8px;
    font-weight: 700;
}
a.friends {
    float: left;
    padding-top: 8px;
    padding-bottom: 8px;
    position: relative;
    width: calc(20% - 8px);
    background: #242127;
    border: solid 4px #2a272e;
    color: #e3dce7;
    overflow: hidden;
    border-radius: 6px;
    text-align: center;
    line-height: 32px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
}
a.friends::before {
    font-family: "Font Awesome\ 5 Free";
    content: "\f0c1";
    color: #3f7fa0;
    font-size: 10px;
    margin-right: 8px;
    font-weight: 700;
}



.search-bar {
    overflow: hidden;
    clear: both;
}
.search-bar a {
    display: inline-block;
    background: #1e1b20;
    color: #e3dce7;
    font-size: 10px;
    text-transform: uppercase;
    margin-left: 4px;
    margin-bottom: 6px;
    line-height: 32px;
    padding-left: 16px;
    padding-right: 16px;
    border-radius: 2px;

}
.search-bar a::before {
    font-family: "Font Awesome\ 5 Free";
    content: "\f002";
    margin-right: 6px;
    color: #3f7fa0;
    font-weight: 700;
}
.search-bar a:hover::before {
    color: #94345c;
}





p {
    margin: 0;
    padding: 4px;
    font-size: 13px;
    line-height: 18px;
    font-weight: 400;
}







h1 {
    margin-left: 4px;
}
.player {
    margin: 4px;
    margin-right: 0px;
    background: #242127;
    overflow: hidden;
    border-radius: 3px;
}
.player-box {
    position: relative;
	padding-bottom: 56.25%;
    height: 0;
}
.player-wrapper {
    float: left;
    width: calc(100% - 308px);
}
.player-box iframe, .player-box video {
    position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.player-counter {
    margin-top: 8px;
    position: relative;
    overflow: hidden;
}
.player-counter div {
    font-size: 10px;
    margin-top: 16px;
    width: 25%;
    display: block;
    float: left;
    text-transform: uppercase;
}
.player-counter div span {
    display: block;
    margin-top: 4px;
    font-size: 14px;
    font-weight: 700;
}
div.like-button {
    font-size: 22px;
    font-weight: 700;
    line-height: 32px;
    cursor: pointer;
}
div.like-button::before {
    font-family: "Font Awesome\ 5 Free";
    content: "\f004";
    margin-right: 6px;
    margin-left: 18px;
    color: #94345c;
    font-weight: 400;    
}
div.like-button:hover::before {
    font-weight: 700;    
}
.side-wrapper {
    float: right;
}
.side-wrapper div {
    margin: 4px;
}
.player-info {
    border-top: solid 1px #2a272e;
    padding-top: 18px;
    margin: 18px;
}
a.source {
    display: inline-block;
    line-height: 32px;
    color: #e3dce7;
    background: #1e1b20;
    padding-left: 12px;
    padding-right: 12px;
    font-weight: 700;
    border-radius: 3px;
    margin-right: 4px;
    margin-bottom: 6px;
}
a.source span {
    display: inline-block;
    line-height: 18px;
    font-size: 10px;
    font-weight: 700;
    background: #2a272e;
    margin-left: 8px;
    padding-right: 6px;
    padding-left: 6px;
    border-radius: 3px;
}
a.source::before {
    font-family: "Font Awesome\ 5 Free";
    content: "\f058";
    margin-right: 6px;
    color: #3f7fa0;  
}
a.model {
    display: inline-block;
    line-height: 32px;
    color: #e3dce7;
    background: #94345c;
    padding-left: 12px;
    padding-right: 12px;
    font-weight: 700;
    border-radius: 3px;
    margin-right: 4px;
    margin-bottom: 6px;
}
a.model::before {
    font-family: "Font Awesome\ 5 Free";
    content: "\f007";
    margin-right: 6px;
}
a.tag {
    display: inline-block;
    line-height: 32px;
    color: #e3dce7;
    background: #2a272e;
    padding-left: 12px;
    padding-right: 12px;
    font-weight: 700;
    border-radius: 3px;
    margin-right: 4px;
    margin-bottom: 6px;
}
a.tag::before {
    font-family: "Font Awesome\ 5 Free";
    content: "\f02b";
    margin-right: 6px;
    color: #3f7fa0;
}










.bblock {
    margin-top: 24px;
    padding: 24px;
    background: #242127;
    text-align: center;
    clear: both;
}
.bblock div {
    display: inline-block;
    margin: 4px;
}






.footer {
    padding: 24px;
    background: #1e1b20;
    text-align: center;
}
.footer p {
    display: block;
    padding: 12px;
    font-size: 11px;
}
.footer a {
    padding: 8px;
}
.footer a:hover {
    color: #94345c;
}













@media screen and (max-width:1880px) {
    .content_search {
        width: 960px;
    }
}
@media screen and (max-width:1680px) {
    .content_search {
        width: 760px;
    }
    .content {
        max-width: 96%;
    }
}
@media screen and (max-width:1480px) {
    .content_search {
        width: 480px;
    }
    div.bb5 {
        display: none;
    }
}
@media screen and (max-width:1240px) {
    .thumb, a.category, a.friends {
        width: calc(25% - 8px);
    }
    div.bb4, div.bb3 {
        display: none;
    }
    .header__nav {
        display: none;
        position: absolute;
        right: 0px;
        top: 86px;
        background: #242127;
        width: 140px;
        margin: 0;
        z-index: 99;
    }
    .header__nav a {
        display: block;
        text-align: center;
        line-height: 32px;
        font-size: 11px;
        padding: 0px;
        margin: 0;
        border-top: solid 1px #2a272e;
    }
    .hide-menu {
        display: inline-block;
    }
    
}
@media screen and (max-width:880px) {
    .thumb, a.category, a.friends {
        width: calc(50% - 8px);
    }
    .side-wrapper {
        display: none;
    }
    .player-wrapper {
        width: 100%;
    }
    .content_search {
        width: 380px;
    }
    div.bb3, div.bb2 {
        display: none;
    }
}

@media screen and (max-width:680px) {
    .content_search {
        display: none;
    }
    .content__finder {
        display: block;
    }
}
