/* abel-regular - latin */
@font-face {
  font-family: 'Abel';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/abel/abel-v12-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Abel Regular'), local('Abel-Regular'),
       url('fonts/abel/abel-v12-latin-regular.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/abel/abel-v12-latin-regular.woff') format('woff2'), /* Super Modern Browsers */
       url('fonts/abel/abel-v12-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/abel/abel-v12-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/abel/abel-v12-latin-regular.svg') format('svg'); /* Legacy iOS */
}
body,html,div,p,a,ul,li,input,button,form,textarea,span,img,h1,h2,h3 { margin: 0; padding: 0; }

body { display: -webkit-box; display: -ms-flexbox; display: flex;
    min-width: 320px;
    min-height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; background-color: rgb(255,153,51); color: rgb(74,74,74); font-family: 'Abel', sans-serif; }
input, button { font-family: 'Abel', sans-serif; }

html {
    overflow-x: hidden;
}

body {
    overflow: hidden;
}
li { list-style-type: none;  }


img { background-color: rgb(174,174,174); display: block; }

a { color: rgb(240, 240, 240); text-decoration: none; }

h1, h2 { display: block; font-weight: normal; text-transform: uppercase; color: rgb(240, 240, 240); }
h1 { color: rgb(240, 240, 240); font-size: 20px; line-height: 22px; }
h2 { background-color: rgb(0,0,0); color: rgb(54,54,54); padding: 10px; font-size: 22px; margin: 20px 1px 0 1px; }
h2.friends{line-height:40px;}
h2.friends a {text-decoration:underline;color:#40af64;}
 
 
.subheader {
	color: rgb(240, 240, 240);
	font-size: 16px;
}
.head-wrapper { font-size: 0; text-align: center; overflow: hidden; }
.head { background-color: rgb(0,0,0); margin: 2px 2px 0 0px; text-align: center; overflow: hidden;}
.head.no-tags-header {margin: 2px 1px 0 1px;}
.head-top { overflow: hidden; padding: 0 5px; }
.logo { display: inline-block; vertical-align: top; margin: 0 5px; padding: 5px;}
.logo a { width: 250px; height: 40px; }
.logo a img { background: none; height: 50px; }

a:hover {
	color: rgb(255,153,51);
}
@media screen and (max-width:440px) {
    .logo { width: auto;}
    .logo a { width: auto; height: auto; }
    .logo a img { width: 240px;height: auto; }
}

.autocomplete-suggestions {
	background: rgb(0,0,0);
	border: 1px solid rgb(255,153,51);

}

.autocomplete-suggestion {
	padding: 5px;
	color: rgb(240,240,240);
}

.autocomplete-suggestion strong {
	color: rgb(255,153,51);
}

.autocomplete-suggestion.autocomplete-selected {
	background: rgb(255,153,51);
	cursor: pointer;
	text-decoration: underline;
}

.autocomplete-suggestion.autocomplete-selected strong {
	color: rgb(0,0,0);
}

.pagination {
	text-align: center;
	padding-top: 10px;
}

.pagination a, .pagination span {
    background: rgb(0,0,0);
    padding: 10px;
    margin: 5px;
    line-height: 50px;
    color: rgb(240,240,240)
}

.pagination a:hover {
    color: rgb(255,153,51);
}
 

.pagination a.page-active {
	background: rgb(255,153,51);
	border: 1px solid rgb(0,0,0);
	color: rgb(0,0,0);
}

.pagination a.page-active:hover {
	color: rgb(0,0,0);
}

.head-open-menu { background-color: rgb(84,84,84); color: rgb(0,0,0); height: 30px; line-height: 30px; width: 30px; font-size: 18px; display: inline-block; vertical-align: top; margin: 17px 5px 0 5px; cursor: pointer; }
.head-open-menu.active, .head-open-menu:hover { background-color: rgb(255,153,51); color: rgb(255,255,255); }

.head-bottom { display: none; padding: 0 0 10px 0; }
.head-menu { overflow: hidden; }
.head-menu li { display: inline-block; vertical-align: top; margin: 10px 5px 0 5px; text-transform: uppercase; position: relative; }
.head-menu li a { display: block; font-size: 16px; line-height: 20px; }
.head-menu li a:hover, .head-menu li.active a { color: rgb(255,153,51); }

.search { margin: 10px auto 0 auto; width: 96%; max-width: 400px; }
.search form { position: relative; }
.search input, .search button { display: block; font-size: 14px; outline: none; }
.search input { background-color: transparent; border: 1px solid rgb(255,153,51); color: rgb(240,240,240); width: 96%; padding: 0 2%; height: 28px; line-height: 28px; }
.search input:focus { background-color: rgb(255,255,255); color: rgb(54,54,54)}
.search button { background-color: transparent; color: rgb(104,104,104); position: absolute; top: 0; right: 5px; height: 30px; line-height: 30px; width: 30px; cursor: pointer; font-size: 16px; border: 0 none; }
.search button:hover { color: rgb(255,153,51); }

.wrapper {  margin: 0 auto; width: 99%; text-align: left; }

.top-bl { background-color: rgb(0,0,0); overflow: hidden; padding: 5px 10px; font-size: 0; }
.sort { overflow: hidden; }
.sort li { display: block; display: inline-block; vertical-align: top; margin: 5px 5px 0 5px; font-size: 16px; line-height: 20px; }
.sort li span { display: none; }
.sort li a:hover, .sort li.active a, .sort li i { color: rgb(255,153,51); }
.title-rel a {
    cursor: pointer;
    margin: 0 10px 0 0;
    color: rgb(255,153,51);
    text-decoration: underline;
}
.title-rel a.active { color: rgb(34,34,34); text-decoration: none;}

.sort li a:hover, .sort li.active a { text-decoration: underline;  }

.clear-line { clear: both; }

.thumb-bl { float: left; width: 50%; }
.thumb { background-color: rgb(0,0,0); position: relative; margin: 2px 1px 0 1px; }
@media (max-width: 1000px) { .thumb { background-color: rgb(0,0,0); position: relative; margin: 3px 1px 0 1px; }}
.thumb img { width: 100%; height: auto; margin: 0; }
.thmbwrapper {
	position: relative;
	padding-bottom: 75%;
}
.thmbwrapper img {
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.thumb p { line-height: 30px; height: 30px; font-size: 14px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; padding: 0 10px; }
.thumb-dur, .thumb-total, .thumb-added { position: absolute; background-color: rgba(254,254,254,0.8); color: rgb(54,54,54); height: 20px; line-height: 20px; padding: 0 5px; font-size: 10px; }
.thumb-total { left: 2px; bottom: 32px; }
.thumb-added { right: 2px; top: 2px; }
.thumb-dur { right: 2px; bottom: 32px; }

.thumb-ctr p {text-transform: uppercase; font-size: 18px; }

.pages-bl { overflow: hidden; margin-top: 18px; text-align: center; font-size: 0; }
.pages-bl li { display: inline-block; vertical-align: top; margin: 2px 1px 0 1px; }
.pages-bl li a, .pages-bl li span { background-color: rgb(0,0,0); min-width: 30px; display: block; height: 40px; line-height: 40px; padding: 0 5px; font-size: 14px; }
.pages-bl li a:hover, .pages-bl li.active a { background-color: rgb(255,153,51); color: rgb(255,255,255); }

.pages-bl li.active span { color: rgb(255,153,51); }

.go-to-all li a { padding: 0 20px; text-transform: uppercase; font-size: 16px; }

.bns-bl { text-align: center; overflow: hidden; font-size: 0; }
.bn { display: inline-block; vertical-align: top; margin: 2px 1px 0 1px; width: 300px; height: 250px; padding: 10px; }
.bn.bn-new {
    height: 270px;
    padding: 0;
    width: calc(20% - 2px);
    position: relative;
    margin: 0 1px;
    overflow: hidden;
	width: 300px;
}

.bns-bl.bns-bl-tags {
    float: left;
    width: 100%;
}
.bn-title {
    font-size: 16px;
    line-height: 16px;
    color: rgb(240, 240, 240);
    background-color: rgb(174,174,174);
    padding: 7px;
    margin: 0 1px;
}

.bn.bn-new.bn-mobile {
    margin: 0 0 -3px;
}

.bns-bl.bns-bl-desktop.bns-bl-new {
    margin: 0;
}

.tag {
	text-transform: uppercase;
	background: rgb(0,0,0);
    padding: 10px;
    margin: 5px;
    line-height: 50px;
    white-space: nowrap;
    font-size: 16px;
    border: 1px solid rgb(255,153,51);
}

.tags {
	padding:10px;
	text-align: center;
}

.bn-new iframe {
    transform: scale(1.07333);
    margin: 9.16667px 0px 0px 2px;
}

#list_videos_videos_list_search_result .bns-bl {
    width: 100%;
}

@media (max-width: 1629px) {
    .bn-5 {
        display: none;
    }
}



@media (max-width: 1307px) {
    .bn-4 {
        display: none;
    }
}

@media (max-width: 991px) {
    .bn.bn-new .exo-native-widget{
        width: 320px !important;
    }
}

@media (max-width: 629px) {

    .bn-3 {
        display: none;
    }

    .bn.bn-new {
        width: calc(50% - 2px);
    }

}

@media (max-width: 500px) {

    .bn-2 {
        display: none;
    }

    .bn.bn-new {
        width: calc(100% - 2px);
    }

    .bn-title {
        margin: 0;
    }

    .bns-bl-new .bn-title {
        margin: 0 1px;
    }

    .bns-bl.bns-bl-desktop.bns-bl-new {
        margin: 0;
    }

    .bn.bn-new.bn-mobile {
        margin: 0 auto -3px;
    }

    .bn-title {
        padding: 4px;
    }
}

.wrapper.pintour .pages-bl.go-to-all.go-to-bottom {
    margin: 18px 0;
}

.top-list { overflow: hidden; }
.top-list ul { width: 50%; float: left; }
.top-list li { margin: 2px 1px 0 1px; }
.top-list .tags-holder { float: left; width: 24%; }
.top-list li a, .top-list .tags-holder a { background-color: rgb(234,234,234); color: rgb(84,84,84); height: 35px; line-height: 35px; padding: 0 10px; font-size: 14px; display: block; overflow: hidden; }
.top-list li a i, .top-list .tags-holder a i  { color: rgb(255,153,51); }
.top-list li.title,  .top-list .tags-holder .letter { background-color: #fff; color: #000; } 
.video-block { background-color: rgb(0,0,0); overflow: hidden; margin: 2px 1px 0 1px; font-size: 0; line-height: 0; }
.player { background-color: rgb(0,0,0); position: relative; width: 100%; }
iframe.player {position: absolute; left:0; top:0; width:100%; height:100%;}
/* .player iframe, .player object, .player embed { width: 100%; height: 100%; } */

.on-player-wrap { background-color: rgba(0,0,0,0.6); position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 5000; }
.on-player-block { position: absolute; top: 50%; left: 50%; width: 300px; height: 250px; z-index: 5500; margin: -125px 0 0 -150px; }
.on-pl-spts { overflow: hidden; }
.on-player-spot { background-color: rgb(40,40,40); width: 300px; height: 250px; }
.on-player-spot-2 { display: none; }
.on-player-close { position: absolute; z-index: 5600; background-color: rgb(0,0,0); color: rgb(34,34,34); border-radius: 3px; top: 0; right: 0; width: 30px; text-align: center; height: 30px; line-height: 32px; text-transform: uppercase; font-size: 18px; cursor: pointer; }
.on-player-close:hover { background-color: rgb(255,153,51); color: rgb(255,255,255); }

.right-player-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
     background-color: rgb(0,0,0); margin: 2px 1px 0 1px; font-size: 0; text-align: center; padding: 8px 9px 10px 9px; overflow: hidden; }
.player-bn { background-color: rgb(174,174,174); display: inline-block; vertical-align: top; margin: 2px 1px 0 1px; width: 300px; height: 250px; line-height: 18px;}
.player-bn-2, .player-bn-3 { display: none; }

.video-link { margin-top: 10px; font-size: 18px; line-height: 18px; }
.video-link a { text-decoration: underline; color: rgb(255,153,51); margin-right: 5px; font-weight: 400;}
.desc-and-tags:first-of-type .video-link a { margin-right: 0px;}
.video-link a:hover {  }
b.video-link {font-weight: 400;}
@media (max-width: 1000px) {
    .video-link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        /* line-height: 18px; */
        position: relative;
        z-index: 10;
    }

    .video-link a:first-child {
        margin-left: 0px;
    }

    .video-meta {margin-top: 5px;}
}


.video-info { overflow: hidden; padding: 0 0 10px 10px; }
.video-info h1 { margin: 0 5px 0 0; position: relative;z-index: 10;}
.video-info ul { overflow: hidden; }
.video-info li {  float: left; font-size: 14px; line-height: 18px; }
ul.video-meta li { margin: 10px 10px 0 0; }
ul.video-meta li span { color: rgb(34,34,34); }
.open-desc ul.video-tags { margin-top: 5px; }
ul.video-tags li { margin: 5px 10px 0 0; }
ul.video-tags li i { color: rgb(255,153,51); }
ul.video-tags li a:hover { text-decoration: none; }

.text-wr { display: table-cell; vertical-align: top; }
.text-wr h1 { margin: 10px 10px 0 10px; }
.text-bl { padding: 10px 10px 0 10px; text-align: justify; }
.text-bl p { padding-top: 10px; }
.text-bl p span { color: rgb(34,34,34); }

.footer-wrapper { background-color: rgb(0,0,0); margin-top: 20px; }
.footer { margin: 0 auto; overflow: hidden; text-align: center; padding: 10px 0 20px 0; width: 98%; font-size: 16px; }
.footer p { margin-top: 10px; color: rgb(240,240,240); }
.footer span { color: rgb(255,255,255); }
.footer a { text-decoration: underline;}
.footer a:hover { }

@media all and (min-width:300px) {
.sort li span { display: inline; }
}

@media all and (min-width:320px) {
    .categories-list li { float: left; width: 50%; }
    /* .player { height: 300px; } */
}

@media all and (min-width:400px) {
    .top-list li a { font-size: 16px; }
    .on-player-close { top: -13px; right: -13px; }
}

@media all and (min-width:500px) {
    .logo a { font-size: 26px; }
    /* .player { height: 350px; } */
    .top-list li a { font-size: 18px; }
}

@media all and (max-width:500px) {
.thumb-video { width: 100%; }
}

@media all and (min-width:630px) {
    .logo a { font-size: 28px; }
	.thumb-bl { width: 33.3333%; }
    .categories-list li { width: 33.3333%; }
    .top-list ul { width: 33.3%; }
    .top-list li a { font-size: 14px; }
    /* .player { height: 400px; } */
    .on-player-block { margin-top: -125px; }
    
}

@media all and (min-width:700px) {
    /* .player { height: 450px; } */
	.bn-2, .player-bn-2 { display: inline-block; }
    .top-list li a { font-size: 15px; }
    .on-player-block { width: 604px; margin-left: -302px; }
    .on-player-spot { float: left; margin: 0 1px; }
    .on-player-spot-2 { display: block; }
}

@media all and (min-width:968px) {
	/* .player { height: 500px; } */
    .top-list li a { font-size: 16px; }
}

@media all and (min-width:968px) {
	/* .player { height: 510px; } */
    .categories-list li { width: 25%; }
    .top-list li a { font-size: 17px; }
}

@media all and (min-width:968px) {
    .wrapper { width: 966px; }
    .footer { width: 966px; }
    .thumb-bl { width: 322px; }
    .thumb a img { width: 320px; height: 240px; object-fit: cover;}
 


}

/* @media all and (max-width:967px) {
    .wrapper { width: 100%; }
    .footer { width: 100%; }
    .thumb-bl { width: 33.333%; }
    .thumb a img { width: 100%; height: auto; }
}

@media (max-width: 630px){
    .thumb-bl {
        width: 50%;
    }
}

@media (max-width: 500px){
    .thumb-bl {
        width: 100%;
    }
} */


@media all and (min-width:992px) {
	.bn-3 { display: inline-block; }
}
@media all and (min-width:968px) {
    h2 { padding: 15px 10px; font-size: 28px; }
    .head-wrapper { float: left; width: 322px; }
    .head-open-menu { display: none; }
    .head-bottom { display: block !important; }
    .head-menu { height: 30px; }
    .search { width: auto; margin: 10px 10px 0 10px; }
    .search input { width: 300px; padding: 0 30px 0 10px; -webkit-box-sizing: border-box; box-sizing: border-box; }
    .top-bl { display: table; width: 300px; height: 122px; }
    .top-bl h1 { max-width: 300px; }
    .top-bl-ins { display: table-cell; vertical-align: middle; }

    .thumb-ctr .thumb-name { font-size: 18px; }
    .top-list li a { font-size: 18px; height: 40px; line-height: 40px; }
    .video-block { float: right; width: 642px; }
	/* .player { height: 340px; } */
	/* .video-info h1 { height: 22px; overflow: hidden; } */
	.right-player-col { float: left; width: 320px; padding: 0 0 55px 0; }
	.player-bn { display: block; margin: 12px 10px 0 10px; }
	.player-bn-2, .player-bn-3 { display: none; }

    
}
@media all and (max-width:800px) {
    .search input {
        width: 99%;
        padding: 0 8% 0 2%;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
    }
}
@media all and (max-width:450px) {
    .search input {
        width: 99%;
        padding: 0 10% 0 2%;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;

    }
}
@media (min-width: 800px){
    .top-bl.top-top {
        height: 58px;
    }
}
.one-line {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 300px;
}




@media all and (min-width:1308px) {
    .wrapper, .footer { width: 1288px; }
    .bn-4 { display: inline-block; }
    .top-list ul { width: 16.666%; }
    .top-list li a { font-size: 14px; }
    .video-block { width: 964px; }
	/* .player { height: 542px; } */
	.video-info { padding: 12px 18px 8px;}
	/* .video-info h1 { height: 30px; font-size: 28px; line-height: 30px; } */
	.video-info h1 { font-size: 28px; line-height: 30px; }
	.right-player-col { padding: 0 0 26px 0; }
	.player-bn-2 { display: block; }
    .on-player-block { width: 620px; margin-left: -310px; }
    .on-player-spot { margin: 0 5px; }
    .on-player-close { height: 50px; line-height: 50px; font-size: 30px; width: 50px; top: -26px; right: -26px; }
}

@media all and (max-width:1308px) {
    ul.video-meta li { margin: 5px 10px 0 0; }
    .video-info { padding: 12px 0 10px 10px; }
}

@media all and (min-width:1630px) {
    .wrapper, .footer { width: 1610px; }
    .bn-5 { 
        /*display: inline-block; */
    }
    .top-list li a { font-size: 16px; }
    .video-block { width: 1286px; }
	/* .player { height: 727px; } */
	.player-bn-3 { display: block; }
	/* .video-info { padding: 19px 20px 0px 20px; } */
	.video-info { padding: 12px 20px 20px; }
	/* .video-info h1 { height: 38px; font-size: 32px; line-height: 34px; } */
	.video-info h1 { font-size: 32px; line-height: 34px; margin: 0 0 8px;}
	.video-info li { font-size: 18px; line-height: 22px; }
	.right-player-col { padding: 0 0 10px 0; }
	ul.video-meta { margin-top: 5px; }

	ul.video-tags li { margin: 11px 10px 0 0; }   
}

@media (max-width: 799px) {
    .video-info {
        padding: 0px 0 10px 10px;
    }

    .head {
        margin: 2px 0px 0 0px;
    }
}

.thumb .no-thumb {
    width: 320px;
    height: auto;
    background-color: #000;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.filter {
    font-size: 14px;
}

.player-wrap {
    position: relative;
}
.fp-poster img {
    position: absolute;
    left: 0!important;
    top: 0px!important;
    width: 100%!important;
    height: 100%!important;
    margin: 0px!important;
}
.kt-player {
    position: absolute !important;
}

.empty-content {
    background-color: #fff;
    padding: 0 10px;
    margin: 0 1px;
}

.content {
    background-color: #fff;
    padding: 10px;
}

.content h2 {
    margin: 0;
}

.content li {
    list-style-type: decimal;
    margin-left: 15px;
}

.content a {
    color: rgb(255,153,51);
}

.content a:hover {
    text-decoration: underline;
}

.head-wrapper.static-page {
    width: 100%;
}

.head-wrapper.static-page .top-bl {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.head-wrapper.static-page .top-bl-ins {
    padding: 0;
}

.head-wrapper.static-page .search {
    display: none;
}

.go-to-all {
    margin-bottom: 18px;
}

.go-to-all.go-to-bottom {
    margin-bottom: 0;
}

.bn-mobile,
.bn-title.bn-title-mobile {
    display: none;
}

@media (max-width: 500px) {
    .bns-bl-desktop .bn:not(.bn:first-child) {
        display: none;
    }

    .bn-mobile,
    .bn-title.bn-title-mobile  {
        display: block;
        width: 100%;
        text-align: center;
    }

    .bn-title.bn-title-mobile {
        float: left;
        margin: 0 1px;
        max-width: -webkit-fill-available;
    }

    .bn-title.bn-title-mobile.second {
        margin: 0 1px -3px;
        padding: 6px 0 4px;
    }

    .bn-mobile > a > img {
        margin: 0 auto;
    }

    #list_videos_videos {
        overflow: hidden;
    }
}

.alphabet {
    padding: 38px 10px 6px;
    background-color: #fff;
    font-size: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    /* border-top: 2px solid rgb(214,214,214); */
    background-color: white;
    box-sizing: border-box;
}

.alphabet a {
    margin: 5px;
}

.alphabet a:hover {
    color: rgb(255,153,51);
}

@media (max-width: 600px) {
    .alphabet {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
}

.top-list-tags {
    display: block;
    overflow: hidden;
    width: 100%;
    border-top: 2px solid rgb(214,214,214);
}

.top-list-tags .tags-holder {
    width: 100%;
    float: none;
    overflow: hidden;
    background-color: rgb(234,234,234);
    font-size: 0;
    /* padding: 0 10px 0 0; */
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.tags-holder .letter {
    padding: 0 10px;
    font-size: 16px;
}

.top-list-tags .tags-holder a {
    overflow: hidden;
    display: inline-block;
    padding: 0 0 0 10px;
}

.top-bl-tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center; 
        -ms-flex-align: center;
            align-items: center;
    width: auto;
    padding: 1px 0px 3px;
    box-sizing: border-box;
}

.top-bl-tags h1 {
    margin: 0 14px;
}

@media (max-width: 800px) {
    .top-bl-tags {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }

    .alphabet {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        padding: 10px;
    }
} 

/* @media (max-width: 500px) {
    .top-list-tags .tags-holder a {
        width: 28%;
    }
}

@media (max-width: 400px) {
    .top-list-tags .tags-holder a {
        width: 40%;
    }
} */
.wrapper-player {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
}

.head.one {
    display: none;
}


@media screen and (max-width:799px) {
    .head.one { display: block;}
    .wrapper-player .right-player-col .head { display: none;}
    .wrapper-player { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column}
    .right-player-col { display: block; margin: 0px 1px 0 1px; }
    .title-rel { margin: 2px 1px 0 1px; }
    .video-info .title-holder h1 {
        padding: 11px 0 0;
    }
}

.adblock-message {
    background: #40af64;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 11111111;
    width: 500px;
    line-height: 300px;
    font-size: 26px;
    color: #fff;
    text-align: center;
}

.kt-player .ablock {
    max-width: 100%;
}


.player .mask {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    display: block;
    z-index: 999;
    cursor: pointer;
}

.player .mask.hidden {
    display: none;
}


@media screen and (max-width:900px) {
    .video-info.hidden .title-holder {
        /* max-height: 44px; */
        margin: 0 0 12px;
        overflow: hidden;
        position: relative;
    }

    .video-info.hidden.show .title-holder {
        max-height: 999px;
        margin: 0;
    }

    .video-info .show-title {
        top: -8px;
        display: none;
        border-top: 1px solid rgb(255,153,51);
        position: relative;
        text-align: center;
        margin: 0 10px 16px 0;
    }

    .video-info.hidden.show .show-title {
        top: 0;
    }

    .video-info .show-title span {
        border-bottom: 1px solid rgb(255,153,51);
        border-right: 1px solid rgb(255,153,51);
        background: #fff;
        display: inline-block;
        height: 25px;
        width: 25px;
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
        position: absolute;
        margin: 0 auto;
        left: 0;
        right: 0;
        top: -13px;
    }

    .video-info .show-title span:last-of-type {
        height: 10px;
        width: 10px;
        top: -5px;
    }

    .video-info.hidden .show-title {
        display: block;
    }

    .video-info.show .show-title span {
        border-left: 1px solid rgb(255,153,51);
        border-top: 1px solid rgb(255,153,51);
        border-bottom: 1px solid transparent;
        border-right: 1px solid transparent;
        top: -11px;
    }

    .video-info.show .show-title span:last-of-type {
        top: -4px;
    }

     .video-info.show .show-title:after {
        content: '';
        display: inline-block;
        background: #fff;
        left: 0;
        right: 0;
        width: 100%;
        height: 10px;
        position: absolute;
        top: 0;
    }
}

.name-video {
    font-size: 12px;
}


.back-album {
    position: absolute;
    z-index: 150;
    right: 41%;
    display: inline-block;
    text-align: center;
    top: 50%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}

@media screen and (max-width:1630px) {
    .back-album {
        right: 38%;
    }

    .video-link-gallery {
        margin: 8px 0 0 0;
        /* line-height: 20px; */
    }
}

@media screen and (max-width:1308px) {
    .back-album {
        right: 32%;
    }
}

@media screen and (max-width:800px) {
    .back-album {
        right: 38%;
    }
}

@media screen and (max-width:915px) {
    .back-album {
        right: 36%;
    }
}

@media screen and (max-width:810px) {
    .back-album {
        right: 34%;
    }
}

@media screen and (max-width:700px) {
    .back-album {
        right: 32%;
    }
}

@media screen and (max-width:600px) {
    .back-album {
        right: 29%;
    }
}

@media screen and (max-width:515px) {
    .back-album {
        right: 25%;
    }
}

@media screen and (max-width:450px) {
    .back-album {
        right: 20%;
    }
}

@media screen and (max-width:450px) {
    .back-album {
        right: 20%;
    }
}



.back-album a {
    display: inline-block;
}

.one-line {
    white-space: nowrap; 
    overflow: hidden; 
    text-overflow: ellipsis; 
    max-width: 300px;
}

.vodeo-gallery {
    text-decoration: underline;
    color: rgb(255,153,51);
    font-size: 18px;
}


.block-des {
    overflow: hidden;
}

.wrapper.open-desc .desc-and-tags {
    max-height: 9999px;
    color: #000;
}

.open-desc-and-tags div{
    font-size: 18px;
    line-height: 21px;
    text-decoration: underline;
    color: rgb(255,153,51);
    cursor: pointer;
}

.open-desc-and-tags span {
    font-size: 18px;
    line-height: 17px;
    color: rgb(255,153,51);
    cursor: pointer;
    padding: 1px 3.75px 0 3.8px;
    border: 1px solid rgb(255,153,51);
    margin: 0 3px 0 0;
}



.desc-and-tags {
    max-height: 9999px;
    color: #000;
}


.desc-and-tags ul li .fa {
    color: rgb(255,153,51);
}

.open-desc-and-tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
}

.open-desc-and-tags span {
    display: block;
}

.open-desc-and-tags .minus {
    display: none;
}

.wrapper.open-desc .minus {
    display: block;
}

.wrapper.open-desc .plus {
    display: none;
}

.open-desc-and-tags span.minus {
    padding: 1px 6.33px 0 6.5px;
}

.video-link-gallery.hidden {
    display: none;
}

.video-info .block-des .video-tags li {
    font-size: 18px;
}

.desc-and-tags .video-meta {
    margin: 3px 0 7px;
}

.wrapper.open-desc .open-desc-and-tags {
    padding: 5px 0 0;
}

.desc-and-tags .desc {
    font-size: 18px;
    line-height: 19px;
}

    .desc-and-tags .desc {
        margin: 7px 0 0;
    }

.desc-and-tags .desc,
.desc-and-tags .video-tags,
.desc-and-tags .video-meta {
    display: block;
}



.video-info .block-des {
    margin: 10px 0 0;
}

.open-desc .video-info .block-des {
    margin: 0px 0 0;
}


.open-desc .video-block .desc-and-tags .desc {
    padding: 6px 0 0;
}

.vodeo-gallery {
    text-decoration: underline;
    color: rgb(255,153,51);
    font-size: 18px;
}

.video-link-gallery {
    font-size: 18px;
    min-height: 18px;
    line-height: 18px;
    margin: 12px 0 0;
    display: none;
}

.video-link-gallery svg {
    margin: -5px 6px -5px 0;
    fill: rgb(255,153,51);
}

.open-desc .video-link-gallery {
    display: block;
}

.player-wrap .back-album a {
}

.back-album.hidden {
    display: none;
}

.main-wrapper {
	padding-bottom: 10px;
}

@media (min-width: 968px){
    .top-bl.top-top.top-bl-tags {
        height: 60px;
    }

    .alphabet.js-letter-tag {
        padding: 36px 10px 8px;
        height: 80px;
        
    }
}


@media (max-width: 967px){
	.main-wrapper {
		display: block !important;
	}
	.desc-and-tags {
		text-align: center;	
	} 
    
    .top-bl-tags  .top-bl-ins {
        padding: 17px 0 0 0;
        text-align: center;
    }
    .top-bl-models.top-bl-tags .top-bl-ins {
        text-align: center;
        padding: 7px 0 0 0;
    }

    
}

.js-letter-models {
    cursor: pointer;
}

.js-letter-models a.activ {
    color: rgb(255,153,51);
}

.top-bl-models {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.top-bl-models .sort li {
    position: relative;
    cursor: pointer;
}

.top-bl-models .sort li .js-letter-models {
    position: absolute;
    top: 100%;
    z-index: 12;
    padding: 10px!important;
    width: 381px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    border: 2px solid #d6d6d6;
    border-top:none;
    display: none;
    text-align: left;
}

.top-bl-models .sort li.open .js-letter-models {
    display: block;
    height: auto;
}

.top-bl-models .sort li.open a {
    border: 2px solid #d6d6d6;
}

.top-bl-models .sort li a {
    border: 2px solid transparent;
    padding: 0 4px;
}

.top-bl-models .sort li .js-letter-models:before {
    position: absolute;
    content: '';
    width: 371px;
    height: 2px;
    background: #d6d6d6;
    right: 0;
    top: 0;
    width: 100%;
}

.top-bl-models .sort li:nth-child(3) .js-letter-models:before {
    width: 176px;
}

.top-bl-models .sort li:last-of-type .js-letter-models:before {
    width: 171px;
}

.head-wrapper.head-wrapper-models,
.head-wrapper.head-wrapper-models .top-bl-models,
.head-wrapper.head-wrapper-models .top-bl-models .sort {
    overflow: initial;
}

.js-letter-models a {
    border: none!important;
    margin: 4px 7px;
    display: inline-block;
    color: #000!important;
    text-decoration: none!important;
    padding: 0!important;

}

.js-letter-models a:hover {
    color: rgb(255,153,51)!important;
    text-decoration: underline!important;
}

.js-letter-models a.activ {
    color: rgb(255,153,51)!important;
    text-decoration: underline!important;
}

@media (max-width: 800px){

    .top-bl-models .sort li .js-letter-models {
        width: 350px;
        left: -150px;
        margin: 0 auto;
    }

    .top-bl-models .sort li .js-letter-models:after {
        position: absolute;
        content: '';
        width: 172px;
        height: 2px;
        background: #d6d6d6;
        left: 0;
        top: 0;
    }
    
    .top-bl-models .sort li:nth-child(3) .js-letter-models:after {
        width: 150px;
    }
    
    .top-bl-models .sort li:last-of-type .js-letter-models:after {
        width: 141px;
    }

    .top-bl-models .sort li:last-of-type .js-letter-models:before {
        width: 179px;
    }

    .top-bl-models .sort li:last-of-type .js-letter-models {
        width: 350px;
        left: -141px;
        margin: 0 auto;
    }

    .top-bl-models .sort li .js-letter-models:before {
        width: 168px;
        width: 100%;
    }

    .top-bl-models .sort li .js-letter-models {
        width: 350px;
        left: -172px;
        margin: 0 auto;
    }

    .top-bl-models .sort li:nth-child(3) .js-letter-models {
        width: 350px;
        left: -150px;
        margin: 0 auto;
    }

}

@media (max-width: 600px){
    .top-bl-models .sort li:last-of-type .js-letter-models {
        width: 350px;
        left: -235px;
        margin: 0 auto;
    }

    .top-bl-models .sort li:last-of-type .js-letter-models:before {
        width: 85px;
    }

    .top-bl-models .sort li:last-of-type .js-letter-models:after {
        width: 235px;
    }
}

@media (max-width: 470px){

    .top-bl-models .sort li .js-letter-models {
        width: 314px;
        left: -110px;
        margin: 0 auto;
        box-sizing: border-box;
    }

    .top-bl-models .sort li .js-letter-models:after {
        position: absolute;
        content: '';
        width: 110px;
        height: 2px;
        left: 0;
        top: 0;
    }

    .top-bl-models .sort li .js-letter-models:before {
        width: 170px;
        width: 100%;
    }

    .top-bl-models .sort li:nth-child(3) .js-letter-models {
        width: 314px;
        left: -156px;
        margin: 0 auto;
        box-sizing: border-box;
    }

    .top-bl-models .sort li:nth-child(3) .js-letter-models:before {
        width: 110px;
    }

    .top-bl-models .sort li:nth-child(3) .js-letter-models:after {
        width: 156px;
    }

    .top-bl-models .sort li:last-of-type .js-letter-models {
        width: 314px;
        left: -214px;
        margin: 0 auto;
        box-sizing: border-box;
    }

    .top-bl-models .sort li:last-of-type .js-letter-models:before {
        width: 46px;
    }

    .top-bl-models .sort li:last-of-type .js-letter-models:after {
        width: 214px;
    }
}

@media (min-width: 800px) {
    .top-bl.top-top.top-bl-tags.top-bl-models {
        height: 69px;
        max-width: 320px;
    }
}

@media (min-width: 1000px) {
    .top-bl.top-top.top-bl-tags.top-bl-models {
        height: 68px;
    }
}

.desc-and-tags .video-link {
    display: none;
}

.open-desc .desc-and-tags .video-link {
    display: block;
    margin-top: 13px;
}

.video-link b a {
    font-weight: 600;
}

.video-info .title-holder h1 {
    /* font-weight: 600; */
}

.list-tags-search.top-list-tags .tags-holder a {
    font-size: 20px;
    text-decoration: underline;
}

@media (max-width: 550px) {
    .list-tags-search.top-list-tags .tags-holder a {
        font-size: 15px;
        text-decoration: underline;
    }
}

.related {
	padding-bottom:10px;
}

.vr-wrap {
    background: #333;
    color: #fff;
    text-align: center;
    font-size: 21px;
    padding: 10px 0;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
}

.vr-wrap a {
    color: #fff;
    font-size: 21px;
    position: relative;
}

.vr-wrap a:after {
    content: '';
    position: absolute;
    height: 1px;
    bottom: 0;
    width: 100%;
    background: #fff;
    left: 0;
    right: 0;
}

.vr-wrap .vr-close {
    position: absolute;
    top: 6px;
    right: 11px;
    font-size: 33px;
    line-height: 21px;
    cursor: pointer;
}

.vr-wrap .vr-img {
    font-size: 0;
    line-height: 0;
    padding: 0 10px 0 0;
}

.vr-wrap .vr-img svg {
    width: 92px;
    height: 54px;
    fill: #fff;
}

@media (max-width: 540px) {
    .vr-wrap {
        flex-direction: column;
    }

    .vr-wrap .vr-img svg {
        width: 63px;
        height: 35px;
    }
}

.top-list-tags.list-search .tags-holder a:first-of-type {
    padding: 0;
}

h2.title-rel {
    margin: 2px 1px 0 1px;
}
@media (max-width: 540px) {

    h2.title-rel {
        font-size: 18px;
    }

    .title-rel a {
        margin: 0 5px 0 0;
        font-size: 18px;
    }

}


.before-player .clothe {
    font-size: 21px;
    right: 0;
    top: 0;
    position: absolute;
    line-height: 8px;
    padding: 5px 5px 8px 5px;
    cursor: pointer;
    border-left: 2px solid rgb(214,214,214);
    border-bottom: 2px solid rgb(214,214,214);
}

.before-player {
    padding: 10px 0;
    display: block;
    position: relative;
    display: none;
    border-bottom: 2px solid rgb(214,214,214);
}

.before-player.show {
    display: block;
}


.before-player .text {
    font-size: 20px;
    line-height: 22px;
    font-weight: 600;
    width: 100%;
    text-align: center;
}

.player-related-videos-container {
    margin: -2px -1px;
    background: #000;
    padding: 0 10px;
    display: flex;
    flex-wrap: wrap;
    top: 45%;
    transform: translateY(-51%);
    position: absolute;
}


.player-related-videos-container .title-relared {
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    padding: 8px 0 2px;
    text-transform: uppercase;
    width: 100%;
    color: #ccc;
}

.kt-player .fp-ui-inline + div {
    background: #000!important;
}

.player-related-videos-container .thumb-video:nth-last-child(-n+4) {
    display: none;
}

.player-related-videos-container .thumb-bl {
    float: none;
}

.player-related-videos {
    position: relative;
    height: 100%;
}

@media (min-width: 800px) {
    .player-related-videos-container .thumb a img {
        width: 100%;
        height: auto;
    }

    .player-related-videos-container .thumb-bl {
        width: 25%;
    }
} 

@media (max-width: 799px) {
    .player-related-videos-container .thumb-video:nth-last-child(-n+10) {
        display: none;
    }

    .player-related-videos-container {
        top: 42%;
    }
} 

@media (max-width: 629px){
    .player-related-videos-container .thumb-bl {
        width: 33.3333%;
    }
}

@media (max-width: 440px){
    .player-related-videos-container .thumb-bl {
        width: 50%;
    }

    .player-related-videos-container .thumb-video:nth-last-child(-n+12) {
        display: none;
    }

    .player-related-videos-container {
        position: relative;
        top: 0;
        transform: translateY(0px);
    }

    .player-related-videos-container .title-relared {
        font-size: 14px;
        line-height: 14px;
        padding: 6px 0 0px;
        color: #ccc;
    }
} 

@media (min-width: 1308px) {
    .before-player .text {
        font-size: 28px;
        line-height: 30px;
    } 
}
@media (min-width: 1630px) {
    .before-player .text {
        font-size: 32px;
        line-height: 34px;
    } 
}


 

.before-player .text a {
    text-decoration: underline;
    color: rgb(255,153,51);
}

.right-player-col .bn-title {
    display: none;
    margin: 0;
}

@media (max-width: 799px) {
    .player + .before-player {
        display: none;
    }

    .player-bn-2,
    .player-bn-3 {
        display: inline-block;
    }

    .right-player-col {
        padding: 0;
        background: rgb(214,214,214);
    }

    .player-bn {
        width: calc(33.333% - 2px);
    }

    .right-player-col .bn-title {
        display: block;
        width: 100%;
    }

    .player-bn {
        margin: 0px 1px 0 1px;
    }
}

@media (max-width: 500px) {
    .player-bn-2 {
        display: none;
    }
}

@media (max-width: 629px){
    .player-bn {
        width: calc(50% - 2px);
    }

    .player-bn-3 {
        display: none;
    }
}

@media (max-width: 500px){
    .player-bn {
        width: calc(100% - 2px);
    }
}

.before-player.text,
.baner-before {
    display: none;
}

.baner-before {
    text-align: center;
    line-height: 0;
    font-size: 0;
    padding: 0 0 15px;
}

.baner-before .bn-title {
    margin: 0;
    text-align: center;
    background-color: #fff;
    color: rgb(74,74,74);
    padding: 1px 0 0;
    margin: 0 0 2px;
    font-size: 14px;
}

.desk-ntv {
	padding-bottom:10px;
}

@media (max-width: 967px){
	.desk-ntv {
		display:none;
	}
    .before-player.text,
    .baner-before {
        display: block;
        border-top: 2px solid rgb(214,214,214);
        background-color: rgb(0,0,0);
    }

    .baner-before {
        padding: 0 0 8px;
    }

    .video-info {
        padding: 0px 0 15px 10px;
    }

    .before-player.text {
        border-bottom: none;
    }
}

.easy-autocomplete-container {
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 154;
    text-align: left;
    overflow: hidden;
}

.easy-autocomplete-container ul {
    background: none repeat scroll 0 0 #fff;
    border: 0;
    display: none;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    position: relative;
    top: 0;
    font-size: 14px;
    border: 1px solid rgb(214,214,214);
    border-radius: 10px;
    overflow: hidden;
}

.eac-category {
    background-color: rgb(204,204,204);
}

.easy-autocomplete-container ul .eac-category {
    padding: 10px 15px;
    color: #fff;
}

.easy-autocomplete a {
    display: block;
    color: #000;
}

.easy-autocomplete-container a {
    display: block;
    padding: 10px 15px;
    color: rgb(34,34,34);	
    -webkit-transition: background-color .3s, color .3s;
    -o-transition: background-color .3s, color .3s;
    transition: background-color .3s, color .3s;
}

.easy-autocomplete-container a b {
    color: rgb(255,153,51);
}

.head, .head-wrapper, .right-player-col {
    overflow: initial;
}

.easy-autocomplete {
    width: 100%!important;
}
.lead {
	line-height: 2em;
	color: rgb(240, 240, 240);
    padding: 20px;
    font-weight: bold;
    clear:both;
    background: rgb(0,0,0);
    text-align: justify;
}
.lead ul li {
	list-style-type: square;
	margin-left: 20px;
}
#hlink {
	display: none;
	margin: 2px 1px 0 1px;
	text-transform: uppercase;
    font-size: 30px;
    background: #fff;
    text-align: center;
    line-height: 60px;
 	   
}
#hlink a {
	width:100%;
	text-align: center;
	display: block;
}

@media screen and (max-width:440px) {
	#hlink {
		display: block;
	}
}

.item-preview-container{display:none;overflow:hidden;position:absolute;top:0;left:0;width:100%;height:100%;}.item-preview{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;}.item-preview-container video{pointer-events:none;object-fit:cover;}