.logo img {
 width:100%;
 height:auto
}
.error404 {
 font-size:30px;
 text-align:center;
 margin:20px auto;
 color:#ffffff78
}
blockquote,
body,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
 margin:0;
 padding:0
}
fieldset,
img {
 border:0
}
* {
 outline:0;
 text-decoration:none
}
embed,
img,
object {
 vertical-align:bottom
}
*,
:after,
:before {
 -webkit-box-sizing:border-box;
 box-sizing:border-box
}
address,
caption,
cite,
code,
dfn,
em,
th,
var {
 font-style:normal;
 font-weight:400
}
ol,
ul {
 list-style:none
}
caption,
th {
 text-align:left
}
h1,
h2,
h3,
h4,
h5,
h6 {
 font-size:100%;
 font-weight:400
}
p.text {
 font-size:1.8rem;
 font-weight:500;
 color:#fff;
 margin:0 0 2.5rem;
 width:100%;
 display:block
}
q:after,
q:before {
 content:""
}
a * {
 cursor:pointer
}
html {
 height:100%;
 background:#000;
 font-size:62.5%
}
body {
 font:400 14px/1.2 Georgia,sans-serif;
 min-height:100%;
 min-width:240px;
 position:relative;
 color:#eaeaea;
 -webkit-text-size-adjust:none;
 -ms-text-size-adjust:none
}
a {
 color:#fff;
 text-decoration:none;
 cursor:pointer
}
a:hover {
 opacity:1
}
input,
select,
textarea {
 font-size:13px;
 line-height:1.2;
 font-family:Arial,Helvetica,sans-serif
}
.container {
 display:block;
 margin:0 auto;
 overflow:hidden;
 position:relative;
 max-width:1620px;
 margin:0 auto
}
.hidden {
 display:none
}
.page-error {
 padding:10px;
 background:0 0;
 color:#e62117;
 border:1px solid #e62117;
 font-size:30px;
 line-height:34px;
 text-align:center;
 margin:40px;
 border-radius:3px;
 -webkit-border-radius:3px
}
.header {
 z-index:20;
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-box-align:center;
 -ms-flex-align:center;
 align-items:center
}
.logo {
 -webkit-box-ordinal-group:2;
 -ms-flex-order:1;
 order:1;
 -webkit-box-flex:0
}
.logo a {
 display:block;
 overflow:hidden;
 width:300px;
 height:55px;
 line-height:40px
}
.search {
 -webkit-box-ordinal-group:3;
 -ms-flex-order:2;
 order:2;
 -webkit-box-flex:1;
 -ms-flex:1 1;
 flex:1 1;
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-box-pack:center;
 -ms-flex-pack:center;
 justify-content:center;
 padding:5px 5px 0 0;
 position:relative
}
.search form {
 -webkit-box-flex:0;
 -ms-flex:0 1 810px;
 flex:0 1 910px;
 position:relative;
 padding:0;
 border-radius:20px;
 -webkit-box-shadow:0 3px 7px rgba(0,0,0,.08);
 box-shadow:0 3px 7px rgba(0,0,0,.08)
}
.search .search-text input {
 width:100%;
 border:0;
 background:0 0;
 border-radius:20px;
 background-color:#000;
 color:#c6c1c0;
 font-size:13px;
 padding:12px 60px 12px 20px;
 border:2px solid #e4c427
}
.search-text input::-webkit-input-placeholder {
 color:#fff
}
.search-text input:-ms-input-placeholder {
 color:#fff
}
.search-text input::-ms-input-placeholder {
 color:#fff
}
.search-text input::placeholder {
 color:#fff
}
.search-text input:focus::-webkit-input-placeholder {
 color:transparent
}
.search-text input:focus:-ms-input-placeholder {
 color:transparent
}
.search-text input:focus::-ms-input-placeholder {
 color:transparent
}
.search-text input:focus::placeholder {
 color:transparent
}
.search .search-text input:focus {
 outline:0
}
.search-button {
 background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='49.87' height='49.88'%3E%3Cpath d='M49.14 45.61 38.58 35.05a2.77 2.77 0 0 0-3.91 0 17.49 17.49 0 1 1 4.92-16.35 17.7 17.7 0 0 1-.18 8.3 2.5 2.5 0 1 0 4.84 1.29 22.54 22.54 0 1 0-7.72 11.82l9.07 9.06a2.5 2.5 0 0 0 3.54 0 2.5 2.5 0 0 0 0-3.56z' style='fill:%23fff'/%3E%3Cpath d='M30 30a2.46 2.46 0 0 0-3-.27 8.52 8.52 0 0 1-8.66.17 2.41 2.41 0 0 0-2.87.33l-.15.14a2.41 2.41 0 0 0 .42 3.81 13.55 13.55 0 0 0 14-.28 2.41 2.41 0 0 0 .41-3.74z' style='fill:%2300c569'/%3E%3C/svg%3E") center/25px no-repeat;
 position:absolute;
 right:7px;
 top:0;
 cursor:pointer;
 font-size:16px;
 height:42px;
 width:42px;
 border:none;
 text-indent:-9999px
}
.clear_search {
 display:block;
 float:left;
 width:24px;
 height:24px;
 position:absolute;
 background-color:#000;
 border:2px solid #b38200;
 border-radius:0 50% 50%;
 top:9px;
 right:52px;
 -moz-transform:rotate(-45deg);
 -ms-transform:rotate(-45deg);
 -webkit-transform:rotate(-45deg);
 -o-transform:rotate(-45deg);
 transform:rotate(-45deg);
 cursor:pointer
}
.clear_search:after,
.clear_search:before {
 content:'';
 display:block;
 position:absolute;
 width:0;
 height:14px;
 border:1px solid #b38200;
 top:9px;
 left:9px;
 -moz-transform:rotate(0);
 -ms-transform:rotate(0);
 -webkit-transform:rotate(0);
 -o-transform:rotate(0);
 transform:rotate(0);
 margin-top:-6px
}
.clear_search:after {
 -moz-transform:rotate(-90deg);
 -ms-transform:rotate(-490deg);
 -webkit-transform:rotate(-90deg);
 -o-transform:rotate(-90deg);
 transform:rotate(-90deg)
}
#worddiv {
 display:none;
 z-index:9999;
 position:absolute;
 top:47px;
 left:20px;
 right:20px;
 box-shadow:0 -2px 0 #000
}
.elem {
 display:block;
 color:#fff;
 line-height:2.5;
 font-size:16px;
 text-align:left;
 padding:0 10px;
 border-left:2px solid #bd8e12;
 border-right:2px solid #bd8e12;
 background-color:#000
}
.elem+.elem {
 box-shadow:inset 0 1px 0 rgba(255,255,255,.1)
}
.elem:last-child {
 border-bottom:2px solid #bd8e12;
 border-radius:0 0 10px 10px
}
.elem strong {
 color:#eecc28
}
.elem:hover {
 text-decoration:underline;
 cursor:pointer;
 background-color:#1c1c1c
}
.category_elem {
 display:block;
 color:#eecc28;
 line-height:2.5;
 font-size:16px;
 text-align:left;
 padding:0 10px;
 border:2px solid #eecc28;
 border-top:0;
 background-color:#000
}
.category_elem {
 text-align:center;
 border-radius:0 0 10px 10px
}
.category_elem a {
 display:inline-block;
 vertical-align:middle;
 margin:0 3px;
 line-height:24px;
 text-transform:lowercase;
 background-color:rgba(255,255,255,.1);
 border-radius:5px;
 padding:0 10px;
 color:#eecc28
}
.category_elem a:hover {
 text-decoration:underline
}
.navigation .category_elem {
 display:none
}
.root-menu .category_elem {
 border:0;
 background-color:transparent;
 line-height:2
}
.root-menu .category_elem a {
 line-height:20px;
 padding:0 5px;
 background-color:transparent
}
.header nav {
 -webkit-box-ordinal-group:2;
 -ms-flex-order:1;
 order:1;
 -webkit-box-flex:0
}
.navigation {
 position:relative
}
.navigation {
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-box-align:center;
 -ms-flex-align:center;
 align-items:center;
 max-width:1260px;
 padding:10px 10px 0;
 width:100%;
 margin:0 auto
}
.navigation .primary {
 font-size:14px;
 font-weight:500;
 text-transform:uppercase;
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-box-flex:1;
 -ms-flex:1 1;
 flex:1 1;
 -webkit-box-pack:justify;
 -ms-flex-pack:justify;
 justify-content:space-between;
 -webkit-box-align:center;
 -ms-flex-align:center;
 align-items:center;
 text-align:center
}
.navigation .primary a,
.navigation .primary span {
 display:block;
 padding:10px;
 text-transform:uppercase;
 position:relative;
 color:#cbc5c4;
 -webkit-transition:color .3s;
 transition:color .3s;
 white-space:nowrap;
 -webkit-box-flex:1;
 -ms-flex:1 1;
 flex:1 1;
 margin:0 5px;
 font-family:Verdana,Ariral
}
.navigation .primary a:before,
.navigation .primary span:before {
 position:absolute;
 content:"";
 left:0;
 bottom:0;
 background-color:#eecc28;
 height:3px;
 width:0;
 -webkit-transition:width .3s;
 transition:width .3s
}
.navigation .primary a:hover::before,
.navigation .primary span:before {
 width:100%
}
.no-touch .navigation .primary .highlight.drop a:hover::before {
 width:auto
}
.navigation .primary a:hover {
 color:#eecc28;
 text-decoration:none
}
.navigation .primary span {
 color:#eecc28;
 pointer-events:none;
 opacity:1
}
.footer {
 width:100%;
 display:block;
 height:auto;
 overflow:hidden;
 margin-top:30px;
 text-align:center;
 font-size:14px;
 padding:10px 0;
 line-height:1.5
}
.footer .txt {
 font-size:16px;
 line-height:1.5;
 color:#b3b3b3
}
.logo.footer-logo {
 display:block;
 margin-bottom:10px;
 position:relative;
 overflow:hidden;
 height:55px;
 background-size:300px;
 background-position:left 47% top;
 background-repeat:no-repeat;
 text-indent:-9999px
}
.footer a {
 color:rgba(255,255,255,.7);
 font-weight:700
}
.footer a:hover {
 color:#eecc28
}
.box {
 margin:0 0 3rem;
 width:100%
}
.headline {
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-box-align:center;
 -ms-flex-align:center;
 align-items:center;
 padding:8px 12px;
 position:relative;
 background-color:#000;
 margin:0 -10px 10px;
 box-sizing:border-box
}
.related-videos .headline,
.video_page .headline {
 background-color:transparent
}
.small_headline {
 display:block;
 text-align:left;
 width:100%;
 font-size:12px;
 opacity:.8
}
.footer-margin .small_headline {
 font-size:15px
}
.footer-margin .small_headline {
 font-size:15px;
 padding-left:15px;
 box-sizing:border-box
}
h1,
h2 {
 color:#ccc;
 font-size:2.4rem;
 font-weight:500;
 -webkit-box-flex:1;
 -ms-flex:1 1;
 flex:1 1;
 -webkit-box-ordinal-group:1;
 -ms-flex-order:0;
 order:0
}
h1 a,
h2 a {
 text-decoration:underline
}
.media_info {
 display:block;
 width:100%;
 height:auto;
 overflow:hidden;
 margin:-15px 0 10px
}
.media_info a,
.media_info span,
.v-added {
 display:inline-block;
 background-color:rgba(255,255,255,.2);
 line-height:24px;
 height:24px;
 padding:2px 6px;
 border-radius:3px;
 color:#eecc28;
 margin:0 2px 4px 0
}
.v-added {
 background-color:transparent;
 color:#fff;
 opacity:.8;
 line-height:30px;
 height:26px;
 margin:0 0 0 10px
}
.media_info a:hover {
 text-decoration:underline
}
.show_menu,
.show_menu_right {
 display:none;
 position:absolute;
 top:0;
 left:0;
 bottom:0;
 width:44px;
 color:#fff;
 font-size:12px;
 font-weight:500;
 letter-spacing:.3px;
 background-color:#1a1a1a;
 border-right:1px solid rgba(0,0,0,.4);
 background-position:3px -8px;
 background-size:345px;
 background-repeat:no-repeat;
 cursor:pointer;
 z-index:999
}
.show_menu_right {
 left:auto;
 right:0;
 top:55px;
 height:40px;
 border:0;
 background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='50'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23fff%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M41.92 0H8.08A8.08 8.08 0 0 0 0 8.08v33.84A8.08 8.08 0 0 0 8.08 50h33.84A8.08 8.08 0 0 0 50 41.92V8.08A8.08 8.08 0 0 0 41.92 0zM45 41.92A3.08 3.08 0 0 1 41.92 45H8.08A3.08 3.08 0 0 1 5 41.92V8.08A3.08 3.08 0 0 1 8.08 5h33.84A3.08 3.08 0 0 1 45 8.08z'/%3E%3Cpath class='cls-1' d='M37.5 12h-25a2.5 2.5 0 0 0 0 5h25a2.5 2.5 0 0 0 0-5zm0 11h-25a2.5 2.5 0 0 0 0 5h25a2.5 2.5 0 0 0 0-5z'/%3E%3Crect x='10' y='34' width='26' height='5' rx='2.5' ry='2.5' style='fill:%2300c569'/%3E%3C/svg%3E") center/35px no-repeat
}
.show_menu.open {
 left:240px;
 right:0;
 opacity:1;
 background-color:rgba(0,0,0,.7);
 z-index:9999;
 width:auto;
 background-image:none
}
.show_menu.open:after,
.show_menu.open:before,
.show_menu_right.open:after,
.show_menu_right.open:before {
 content:'';
 height:30px;
 width:30px;
 display:block;
 position:absolute;
 left:28px;
 top:7px
}
.show_menu.open:after,
.show_menu_right.open:after {
 background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='45.82' height='45.82'%3E%3Cpath d='M45.09 45.09a2.52 2.52 0 0 1-3.54 0L28.91 32.45l-1.77-1.77a2.5 2.5 0 0 1 0-3.54 2.5 2.5 0 0 1 3.54 0l1.77 1.77 12.64 12.64a2.52 2.52 0 0 1 0 3.54z' style='fill:%2300c569'/%3E%3Cpath d='M45.09.73a2.52 2.52 0 0 0-3.54 0L22.91 19.37 4.27.73a2.51 2.51 0 0 0-3.54 0 2.52 2.52 0 0 0 0 3.54l18.64 18.64L.73 41.55a2.5 2.5 0 0 0 3.54 3.54L45.09 4.27a2.51 2.51 0 0 0 0-3.54z' style='fill:%23fff'/%3E%3C/svg%3E") center/30px no-repeat
}
.show_menu_right.open:after,
.show_menu_right.open:before {
 right:18px;
 left:auto
}
.show_menu_right.open {
 left:0;
 right:240px;
 height:100%;
 top:0;
 opacity:1;
 background-image:none;
 background-color:rgba(0,0,0,.7);
 z-index:9999;
 width:auto
}
.show_menu.open~.sort,
.show_menu_right.open~.sort {
 left:0
}
.show_menu_right.open~.sort {
 left:auto;
 right:0;
 border:0
}
.sort {
 display:block;
 position:absolute;
 top:0;
 left:-485px;
 bottom:0;
 width:240px;
 color:#fff;
 font-size:16px;
 font-weight:500;
 letter-spacing:.3px;
 -webkit-transition:background-color .3s,border-radius .3s;
 transition:background-color .3s,border-radius .3s;
 border-left:1px solid rgba(0,0,0,.3);
 background-color:#202020;
 z-index:9999
}
.sort-block {
 display:block;
 width:100%;
 height:100%;
 float:right;
 padding:10px 5px 0;
 text-align:center;
 background-color:rgba(0,0,0,.2)
}
.sort-block+.sort-block {
 background-color:#202020
}
.show_menu_right.open~.sort .sort-block {
 float:left
}
.filter,
.filter-title,
.show_my_videos,
.sort-element,
.sort-element label {
 display:inline-block;
 vertical-align:middle;
 line-height:1.5;
 font-size:20px
}
.sort_cat_title {
 display:block;
 text-transform:uppercase;
 color:#f5b715;
 background-color:rgba(0,0,0,.4);
 margin:-15px -5px 10px;
 line-height:40px;
 font-size:18px
}
.filter-title {
 text-transform:uppercase;
 color:#cbc5c4;
 text-align:center;
 line-height:1;
 font-size:80%;
 display:block;
 text-align:center
}
.sort-element~.filter-title {
 margin-top:10px
}
.hidden-input {
 display:none
}
.filter {
 display:block;
 text-align:center;
 margin:5px 0;
 height:auto
}
.sort-element {
 width:calc(100%/2 - 4px);
 margin:5px 0
}
.sort-element.cls {
 display:none
}
.full_width.sort-element {
 width:calc(100%/1 - 4px)
}
.sort-element label {
 display:block;
 padding:0 10px;
 cursor:pointer;
 border-radius:4px;
 margin:0 1px;
 background-color:#1a1a1a;
 border:1px solid #000
}
.sort-element input:checked~label {
 background-color:#f5b715;
 color:#000
}
.sort-element label:hover {
 background-color:rgba(0,0,0,.4)
}
.sort-block .primary a,
.sort-block .primary span {
 display:block;
 font-size:22px;
 line-height:1.92;
 color:#cbc5c4;
 border-bottom:1px solid rgba(0,0,0,.4);
 text-transform:uppercase
}
.sort-block .primary a:hover,
.sort-block .primary span {
 color:#eecc28;
 border-bottom-color:#eecc28;
 text-decoration:none
}
.empty-content {
 margin:0 0 3rem;
 font-size:14px;
 line-height:1.2;
 padding:10px 0 0 10px
}
.empty-content h2 {
 font-size:1.8rem;
 margin:0 0 10px
}
.empty-content a {
 text-decoration:underline
}
.empty-content p {
 margin:0 0 10px;
 line-height:20px
}
.spot embed,
.spot iframe,
.spot img,
.spot object {
 vertical-align:bottom;
 width:100%;
 height:100%
}
.footer-margin {
 padding:0 0 2rem
}
.bottom-adv {
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-box-pack:justify;
 -ms-flex-pack:justify;
 justify-content:space-between;
 -webkit-box-align:center;
 -ms-flex-align:center;
 align-items:center;
 margin:0;
 width:100%
}
.bottom-adv .spot {
 display:inline-block;
 vertical-align:top;
 width:300px;
 height:250px;
 overflow:hidden;
 margin:1px
}
.bottom-adv .spot a {
 width:300px;
 height:250px;
 background:#c8c8c8;
 overflow:hidden;
 display:block
}
.list-categories,
.list-models {
 width:100%
}
.margin-fix {
 margin:-10px 0 0 -10px;
 font-size:0;
 line-height:0
}
.margin-fix::after .margin-fix::before {
 content:"";
 display:table;
 width:100%;
 overflow:hidden;
 clear:both
}
.list-categories .item,
.list-models .item,
.list-videos .item {
 display:inline-block;
 text-align:left;
 background:0 0;
 vertical-align:top;
 cursor:pointer;
 margin:10px 0 0 10px;
 width:calc(100%/5 - 10px);
 position:relative;
 padding:1px;
 overflow:hidden;
 min-height:70px
}
.list-videos .item.ta {
 text-align:center;
 font-size:17px;
 position:relative;
 overflow:hidden;
 line-height:1.5
}
.list-videos .item.ta:hover span {
 opacity:1
}
.list-videos .item.ta span {
 display:block;
 position:absolute;
 top:25%;
 left:10px;
 right:10px;
 border-radius:5px
}
.list-videos .item.ta img {
 width:100%;
 height:auto;
 filter:blur(8px)
}
.list-videos .item.ta a {
 color:#00181b;
 display:inline-block;
 padding:5px 15px 10px;
 background-color:#fcd703;
 border-radius:30px 0
}
.list-videos .item.ta b {
 color:#001213
}
.list-videos .item.ta:hover {
 background-color:transparent
}
.list-videos .item.ta a:hover {
 text-decoration:underline
}
.thumb_grid_counter.open~.content .list-videos .item {
 width:calc(100%/5 - 10px)!important
}
.thumb_grid_counter.open~.content .list-videos .item .categories-title,
.thumb_grid_counter.open~.content .list-videos .item .title {
 font-size:14px;
 height:22px
}
.thumb_grid_counter.open~.content .list-videos .item .title {
 height:40px
}
.thumb_grid_counter.open~.content .list-videos .item .item_cs {
 font-size:14px
}
.list-categories .item,
.list-models .item {
 display:inline-block;
 margin:10px 0 0 10px;
 padding:0;
 width:calc(25% - 10px)
}
.item .img {
 position:relative;
 background-color:#212121;
 overflow:hidden;
 height:auto!important;
 padding-bottom:64.52%
}
.list-videos .img {
 min-height:70px;
 width:100%;
 display:block
}
.list-videos .duration {
 position:absolute;
 display:inline-block;
 top:2px;
 right:2px;
 z-index:3;
 opacity:.8;
 background-color:#273139;
 font-size:13px;
 letter-spacing:.33px;
 color:#fff;
 text-transform:uppercase;
 padding:0 6px;
 line-height:20px
}
.list-videos .duration.is-hd:before {
 content:'HD';
 display:block;
 float:left;
 color:#eecc28;
 font-weight:700;
 font-size:10px;
 padding:0 3px;
 margin:0 5px 0 0
}
.item .img img {
 display:block;
 position:absolute;
 top:0;
 left:0;
 width:100%;
 height:100%
}
.list-categories .img .no-thumb,
.list-models .img .no-thumb {
 position:absolute;
 top:0;
 left:0;
 right:0;
 bottom:0;
 height:100%;
 width:100%;
 z-index:2;
 font-size:0
}
.categories-title,
.item .title {
 font-size:14px;
 font-weight:500;
 display:block;
 color:#fff;
 padding:4px 0 0;
 line-height:1;
 margin:0 5px 5px;
 line-height:1.2;
 -webkit-transition:color .3s;
 transition:color .3s;
 overflow:hidden;
 opacity:.7;
 overflow:hidden;
 height:40px
}
.categories-title {
 font-size:15px;
 text-transform:uppercase;
 text-align:center;
 height:20px;
 font-family:Verdana,Ariral
}
.item:hover .categories-title {
 color:#eecc28;
 opacity:1
}
.item .title a {
 display:inline-block;
 vertical-align:middle;
 border-bottom:1px dashed
}
.item .title a:hover,
.item:hover .title a {
 text-decoration:none;
 border-bottom:1px solid
}
.item_cs {
 display:inline-block;
 vertical-align:middle;
 font-size:12px;
 line-height:1.2;
 margin:0 3px 2px 5px;
 padding-left:14px
}
.item_cs {
 background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='44'%3E%3Cpath d='M41.78 9H30v-.78A8.22 8.22 0 0 0 21.78 0H8.22A8.22 8.22 0 0 0 0 8.22v27.56A8.22 8.22 0 0 0 8.22 44h33.56A8.22 8.22 0 0 0 50 35.78V17.22A8.22 8.22 0 0 0 41.78 9zM45 35.78A3.22 3.22 0 0 1 41.78 39H8.22A3.22 3.22 0 0 1 5 35.78V8.22A3.22 3.22 0 0 1 8.22 5h13.56A3.22 3.22 0 0 1 25 8.22V9h-8.5a2.5 2.5 0 0 0 0 5h25.28A3.22 3.22 0 0 1 45 17.22z' style='fill:%23fff'/%3E%3Crect x='14' y='19' width='26' height='5' rx='2.5' ry='2.5' style='fill:%2300c569'/%3E%3C/svg%3E") center/12px no-repeat;
 background-position:left 0 top 3px;
 padding-left:15px;
 color:#eecc28
}
.item_cs:hover {
 text-decoration:underline;
 color:#eecc28;
 opacity:1
}
.item_categories {
 display:block;
 height:17px;
 overflow:hidden;
 margin-bottom:2px
}
.text-categories {
 -webkit-column-width:140px;
 -moz-column-width:140px;
 column-width:140px;
 -webkit-column-count:8;
 -moz-column-count:8;
 column-count:8;
 -webkit-column-gap:35px;
 -moz-column-gap:5px;
 column-gap:5px;
 text-align:left
}
.text-categories span {
 display:block;
 font-size:20px;
 color:#eecc28;
 font-weight:700;
 height:40px;
 text-align:center;
 line-height:36px;
 background-color:rgba(255,255,255,.24);
 margin:0 5px 0 0;
 text-align:left;
 text-indent:15px
}
.text-categories a:hover {
 color:#eecc28;
 border-bottom:2px solid #eecc28
}
.text-categories a+span {
 margin-top:30px
}
.text-categories a {
 display:block;
 font-size:16px;
 color:#b7b8b8;
 border-bottom:2px solid transparent;
 margin:2px 5px 2px 0;
 font-weight:400;
 text-transform:capitalize;
 background:#212121;
 line-height:36px;
 padding:0 15px
}
.text-categories a.top_rated_category:before {
 content:'\2605';
 color:#eecc28;
 font-size:90%;
 display:inline-block;
 vertical-align:top;
 margin:0 5px 0 -5px
}
.pagination {
 text-align:center
}
.pagination-holder {
 display:inline-block;
 vertical-align:bottom
}
.pagination ul {
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -ms-flex-wrap:wrap;
 flex-wrap:wrap;
 -webkit-box-align:center;
 -ms-flex-align:center;
 align-items:center;
 -webkit-box-pack:center;
 -ms-flex-pack:center;
 justify-content:center
}
.pagination li {
 min-width:50px;
 margin:3px
}
.pagination a,
.pagination span {
 display:block;
 font-size:16px;
 font-weight:500;
 padding:0 15px;
 background-color:#303030;
 color:#cbc5c4;
 -webkit-transition:background-color .3s,color .3s;
 transition:background-color .3s,color .3s;
 line-height:50px;
 font-weight:700;
 border-radius:5px
}
.no-touch .pagination a:hover {
 color:#fff;
 background-color:#3f3f3f
}
.pagination .page-current a,
.pagination .page-current span {
 color:#000;
 background-color:#f7d42a;
 pointer-events:none
}
.content {
 max-width:1920px;
 padding:0 10px;
 width:100%;
 margin:0 auto;
 overflow:hidden;
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -ms-flex-wrap:wrap;
 flex-wrap:wrap;
 padding:0 10px;
 box-sizing:border-box
}
.header .content {
 overflow:visible
}
.main-content {
 width:100%;
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -ms-flex-wrap:wrap;
 flex-wrap:wrap;
 -webkit-box-align:start;
 -ms-flex-align:start;
 align-items:flex-start;
 padding:0 0 1rem
}
.main-container {
 width:100%
}
.block-timelines {
 text-align:center;
 display:table;
 width:100%;
 overflow:hidden;
 max-height:76px
}
.block-timelines a {
 display:table-cell;
 vertical-align:middle;
 border:1px solid #16191c;
 position:relative;
 overflow:hidden
}
.block-timelines a img {
 width:105%;
 height:auto;
 margin-top:-2px
}
.block-timelines a span {
 display:block;
 position:absolute;
 right:0;
 bottom:0;
 font-size:12px;
 background:#16191c;
 padding:0 5px;
 line-height:1.5
}
.info-holder {
 width:100%;
 background-color:rgba(0,0,0,.54);
 margin-bottom:20px
}
.info-holder:after {
 content:"";
 display:block;
 clear:both
}
.cs_cloud {
 display:block;
 height:auto;
 overflow:hidden;
 margin:20px 0
}
.cs_cloud_link {
 display:inline-block;
 vertical-align:middle;
 background-color:rgba(255,255,255,.25);
 line-height:32px;
 padding:0 10px;
 margin:0 2px 5px 0;
 font-size:16px;
 color:rgba(255,255,255,.76);
 font-family:Verdana,Arial;
 border-radius:5px
}
.cs_cloud_link.big_link:before {
 display:none
}
.cs_cloud_link.with_bg:before {
 display:block;
 width:32px;
 height:32px;
 float:left;
 content:'';
 margin:0 10px 0 -10px;
 opacity:.7;
 border-right:1px solid #000;
 background:url("data:image/svg+xml,%3Csvg width='48' height='48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23fff' fill-opacity='.01' d='M0 0h48v48H0z'/%3E%3Cpath d='m14 24 1.25 1.25M44 14 24 34l-1.25-1.25M4 24l10 10 20-20' stroke='%23000' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/25px no-repeat
}
.cs_cloud_link.with_bg.model_link:before {
 background-position:left -348px top -216px
}
.cs_cloud_link.all {
 background-color:#f7d42a;
 color:#000
}
.cs_cloud_link:hover {
 background-color:#f7d42a;
 color:#000;
 text-decoration:underline
}
.cs_cloud_link.big_link {
 width:calc(100%/4 - 5px);
 min-width:230px;
 text-align:center;
 font-size:140%;
 vertical-align:top
}
.cs_cloud_link span {
 display:block;
 font-weight:700;
 border-bottom:1px solid #000;
 box-shadow:0 1px 0 rgba(255,255,255,.25);
 color:#f7d42a
}
.cs_cloud_link:hover span {
 color:#000
}
.cs_cloud_link.big_link:before {
 display:none
}
.cs_cloud_link.big_link:hover {
 text-decoration:none
}
@media all and (max-width:1024px) {
 .cs_cloud_link.big_link {
  font-size:120%
 }
}
@media all and (max-width:960px) {
 .cs_cloud_link.big_link {
  width:calc(100%/2 - 5px)
 }
}
@media all and (max-width:560px) {
 .cs_cloud_link.big_link {
  width:100%
 }
}
.headline {
 height:auto;
 overflow:hidden
}
.video_page {
 max-width:1600px;
 padding:0 10px;
 width:100%;
 margin:0 auto;
 overflow:hidden;
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -ms-flex-wrap:wrap;
 flex-wrap:wrap
}
.block-video {
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-box-align:start;
 -ms-flex-align:start;
 align-items:flex-start;
 width:100%
}
.block-video .video-holder {
 margin-right:1.7rem;
 flex-shrink:1;
 flex-grow:1;
 min-width:1px;
 position:relative
}
.block-video .player {
 background-color:#16191c
}
.player {
 position:relative;
 padding:56.25% 0 0;
 background:#000
}
.player .player-holder,
.player .player-holder video {
 position:absolute;
 top:0;
 left:0;
 bottom:0;
 right:0
}
.player .player-holder video {
 object-fit:cover
}
.block-video .sponsor {
 margin:0 auto 2rem;
 max-width:730px
}
.sponsor a {
 display:block
}
.table {
 -webkit-box-ordinal-group:3;
 -ms-flex-order:2;
 order:2;
 width:320px;
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-box-pack:center;
 -ms-flex-pack:center;
 justify-content:center;
 -ms-flex-wrap:wrap;
 flex-wrap:wrap;
 padding:0;
 flex-shrink:0;
 flex-grow:0
}
.table .opt {
 margin:0 0 10px;
 width:300px;
 display:inline-block
}
.table .opt a,
.table .opt img {
 display:block;
 width:100%;
 height:100%
}
.table .opt:last-child {
 margin:0
}
.videos_tags {
 display:block;
 padding:30px 0 0;
 font-size:14px;
 text-transform:uppercase;
 color:#bbb
}
.videos_tags a {
 display:inline-block;
 color:#fff;
 font-size:16px;
 font-weight:500;
 letter-spacing:.3px;
 border-radius:15px;
 padding:8px 10px;
 background-color:#212121;
 -webkit-transition:background-color .3s,color .3s;
 transition:background-color .3s,color .3s;
 margin:2px 0 2px 3px;
 margin-left:3px;
 opacity:.8
}
.videos_tags a:hover {
 color:#eecc28;
 background-color:transparent;
 text-decoration:underline
}
.list-sort {
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-box-align:center;
 -ms-flex-align:center;
 align-items:center;
 -ms-flex-wrap:wrap;
 flex-wrap:wrap;
 margin:0 0 2rem
}
.list-sort li {
 margin-right:2.6rem;
 font-size:2.4rem;
 padding:2px 0
}
.list-sort li:last-child {
 margin:0
}
.related-videos {
 width:100%
}
.related-videos {
 width:100%
}
.related-videos .list-sort a,
.related-videos .list-sort span {
 display:block;
 padding:0 6px .9rem;
 position:relative
}
.related-videos .list-sort a:before,
.related-videos .list-sort span:before {
 content:"";
 position:absolute;
 bottom:0;
 left:0;
 height:3px;
 background-color:#eecc28;
 width:0%;
 -webkit-transition:width .3s;
 transition:width .3s;
 z-index:2
}
.related-videos .list-sort span:before {
 width:100%
}
.related-videos .list-sort a:hover,
.related-videos .list-sort span {
 color:#eecc28
}
.related-videos .list-sort a:hover::before {
 width:100%
}
#totop {
 display:block;
 position:fixed;
 bottom:52px;
 right:0;
 width:60px;
 height:60px;
 background-color:#000;
 text-align:center;
 cursor:pointer;
 border:2px solid #f7d42a;
 border-radius:10px 0 0 10px;
 border-right:0;
 z-index:9;
 opacity:.6
}
#totop:before {
 display:inline-block;
 content:'';
 width:18px;
 height:18px;
 border-top:3px solid #f7d42a;
 border-right:3px solid #f7d42a;
 -moz-transform:rotate(-45deg);
 -ms-transform:rotate(-45deg);
 -webkit-transform:rotate(-45deg);
 -o-transform:rotate(-45deg);
 transform:rotate(-45deg);
 margin:22px 0 0
}
#totop:hover {
 opacity:1
}
.thumb_grid_counter {
 display:none;
 position:fixed;
 bottom:110px;
 right:0;
 height:60px;
 width:60px;
 border-radius:10px 0 0 10px;
 text-align:center;
 background-color:#000;
 z-index:8;
 cursor:pointer;
 border:2px solid #eecc28;
 background-position:right 15px bottom 12px;
 background-repeat:no-repeat;
 border-right:0;
 opacity:.6
}
.thumb_grid_counter:hover {
 opacity:1
}
@media all and (max-width:1380px) {
 .show_menu {
  display:none
 }
 .content,
 .header .content {
  padding:0 5px
 }
 .logo a {
  width:200px
 }
 .navigation .primary a,
 .navigation .primary span {
  padding:10px 5px;
  font-size:13px
 }
}
@media screen and (max-width:1280px) {
 .place {
  padding:4vw 0
 }
 .bottom-adv {
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center
 }
}
@media screen and (max-width:1255px) {
 .bottom-adv .spot:nth-child(4) {
  display:none
 }
}
@media screen and (max-width:1152px) {
 html {
  font-size:58.5%
 }
 .list-videos .item {
  width:calc(100%/5 - 10px)
 }
 .thumb_grid_counter.open~.content .list-videos .item {
  width:calc(100%/4 - 10px)!important
 }
}
@media screen and (max-width:1040px) {
 .header,
 .header .content {
  display:block
 }
 .show_menu_right {
  display:block;
  left:auto;
  right:0;
  top:2px;
  height:50px;
  width:50px;
  border:0
 }
 .navigation {
  display:none
 }
 #wordinput {
  font-size:16px;
  padding:10px 60px 10px 20px
 }
 .search {
  display:none
 }
 .show_search {
  background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='49.87' height='49.88'%3E%3Cpath d='M49.14 45.61 38.58 35.05a2.77 2.77 0 0 0-3.91 0 17.49 17.49 0 1 1 4.92-16.35 17.7 17.7 0 0 1-.18 8.3 2.5 2.5 0 1 0 4.84 1.29 22.54 22.54 0 1 0-7.72 11.82l9.07 9.06a2.5 2.5 0 0 0 3.54 0 2.5 2.5 0 0 0 0-3.56z' style='fill:%23fff'/%3E%3Cpath d='M30 30a2.46 2.46 0 0 0-3-.27 8.52 8.52 0 0 1-8.66.17 2.41 2.41 0 0 0-2.87.33l-.15.14a2.41 2.41 0 0 0 .42 3.81 13.55 13.55 0 0 0 14-.28 2.41 2.41 0 0 0 .41-3.74z' style='fill:%2300c569'/%3E%3C/svg%3E") center/35px no-repeat;
  display:block;
  position:absolute;
  width:50px;
  height:50px;
  top:2px;
  right:55px;
  cursor:pointer
 }
 .show_search.open {
  background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='45.82' height='45.82'%3E%3Cpath d='M45.09 45.09a2.52 2.52 0 0 1-3.54 0L28.91 32.45l-1.77-1.77a2.5 2.5 0 0 1 0-3.54 2.5 2.5 0 0 1 3.54 0l1.77 1.77 12.64 12.64a2.52 2.52 0 0 1 0 3.54z' style='fill:%2300c569'/%3E%3Cpath d='M45.09.73a2.52 2.52 0 0 0-3.54 0L22.91 19.37 4.27.73a2.51 2.51 0 0 0-3.54 0 2.52 2.52 0 0 0 0 3.54l18.64 18.64L.73 41.55a2.5 2.5 0 0 0 3.54 3.54L45.09 4.27a2.51 2.51 0 0 0 0-3.54z' style='fill:%23fff'/%3E%3C/svg%3E") center/30px no-repeat
 }
 .show_search.open~.search {
  display:block;
  position:relative;
  width:100%;
  padding:0
 }
 #worddiv {
  top:42px
 }
}
@media screen and (max-width:1024px) {
 html {
  font-size:52.5%
 }
 .list-videos {
  text-align:center
 }
}
@media screen and (max-width:980px) {
 .bottom-adv .spot:nth-child(3) {
  display:none
 }
}
@media screen and (max-width:980px) {
 .margin-fix {
  margin:0
 }
 .headline {
  margin-bottom:0
 }
 .list-videos .item {
  width:calc(100%/4 - 2px)!important;
  margin:1px
 }
 .thumb_grid_counter.open~.content .list-videos .item {
  width:calc(100%/3 - 2px)!important
 }
 .text-categories {
  -webkit-column-width:100%;
  -moz-column-width:100%;
  column-width:100%;
  -webkit-column-count:1;
  -moz-column-count:1;
  column-count:1;
  -webkit-column-gap:5px;
  -moz-column-gap:5px;
  column-gap:5px
 }
 .text-categories a {
  display:inline-block;
  vertical-align:top
 }
 .block-video {
  display:table
 }
 .table {
  display:table-footer-group
 }
 .video-holder {
  display:table-header-group
 }
 .media_info {
  margin-top:0
 }
 .table .opt,
 .table .small_headline {
  display:none
 }
}
@media screen and (max-width:785px) {
 .pagination a,
 .pagination span {
  font-size:13px;
  padding:8px 12px
 }
 .pagination li {
  min-width:43px
 }
 .tags-cloud .all {
  font-size:13px;
  padding:10px 20px
 }
 .block-timelines {
  display:none
 }
 .show_screen_shot_button {
  display:none
 }
}
@media screen and (max-width:650px) {
 .bottom-adv .spot:nth-child(2) {
  display:none
 }
 html {
  font-size:47.5%
 }
}
@media screen and (max-width:640px) {
 .list-videos .item {
  width:calc(100%/3 - 2px)!important
 }
 .margin-fix {
  margin:-5px 0 0 -5px
 }
 .empty-content {
  padding:0 0 0 5px
 }
 .box {
  padding:0 0 0 5px
 }
 .header,
 .header .content {
  display:block
 }
 .headline {
  margin:0;
  padding: 8px 3px;
 }
 .thumb_grid_counter.open~.content .list-videos .item {
  width:calc(100%/2 - 2px)!important
 }
}
@media screen and (max-width:480px) {
 .list-videos .item {
  width:calc(100%/2 - 2px)!important
 }
 .thumb_grid_counter.open~.content .list-videos .item .title {
  height:auto
 }
 .thumb_grid_counter.open~.content .list-videos .item {
  width:calc(100%/1 - 2px)!important;
  margin-bottom: 10px;
 }
 .sort {
  width:200px
 }
 .show_menu_right.open {
  right:200px
 }
 .sort-block .primary a,
 .sort-block .primary span {
  font-size:17px
 }
 .filter,
 .filter-title,
 .show_my_videos,
 .sort-element,
 .sort-element label {
  font-size:16px
 }
 .sort .sort-block {
  float:none;
  width:100%;
  height:auto
 }
}
@media all and (max-width:319px) {
 .list-videos .item {
  width:calc(100%/1 - 2px)!important
 }
 .thumb_grid_counter {
  display:none
 }
}
.footer-margin {
 text-align:center
}
.footer-margin iframe {
 display:inline-block;
 vertical-align:middle;
 width:100%;
 height:300px;
 border:0;
 overflow:hidden
}
#i-header,
#i-under-player {
 display:none
}
#i-ntv {
 display:block;
 border:0;
 width:300px;
 margin:0 auto;
 height:580px;
 overflow:hidden
}
@media all and (max-width:1279px) {
 #i-ntv,
 .table {
  display:none
 }
}
@media all and (max-width:1024px) {
 .footer-margin iframe {
  display:inline-block;
  vertical-align:middle;
  width:300px;
  height:300px;
  border:0;
  overflow:hidden;
  margin:0 auto
 }
 #i-header {
  display:block;
  width:300px;
  height:140px;
  margin:10px auto
 }
 .table {
  divplay:table-footer-group
 }
 #i-under-player {
  display:block;
  width:100%;
  height:260px;
  margin:10px auto
 }
}
@media all and (max-width:640px) {
 #i-under-player {
  display:block;
  width:300px;
  height:400px;
  margin:10px auto
 }
}
.thumb_filter {
 display:block;
 float:right
}
.thumb_filter_group {
 display:inline-block;
 vertical-align:middle;
 margin:0 0 0 15px
}
.thumb_filter_group:first-child {
 margin-left:0
}
.thumb_filter_element {
 display:inline-block;
 border:2px solid #fad62b;
 color:#d5d5d5;
 padding:5px 10px;
 border-radius:20px;
 font-size:16px;
 line-height:20px;
 cursor:pointer;
 min-width:100px;
 text-align:center
}
.thumb_filter_element.active,
.thumb_filter_element:hover,
.thumb_filter_element.active:hover {
 background-color:#f7d42a;
 color:#000;
 opacity:1
}
.thumb_filter_element.active:hover {
 cursor:default
}
.thumb_filter_element:hover {
 opacity:.8
}
@media all and (max-width:560px) {
 .headline {
  display:block
 }
 h1,
 h2 {
  display:block;
  width:100%
 }
 .thumb_filter {
  display:block;
  width:100%;
  text-align:left;
  padding:10px 0 0 0;
 }
 .thumb_filter_group {
  margin-bottom:3px
 }
}
@media all and (max-width:420px) {
 .thumb_filter_group {
  width:100%;
  margin:0 0 5px
 }
 .thumb_filter_element {
  width:calc(100%/2 - 5px)
 }
 .thumb_filter_group:last-child .thumb_filter_element {
  width:calc(100%/3 - 3px)
 }
}
.spot-block,
.spot-block .spot {
 display:block;
 margin:auto;
 border:1px solid grey
}
.spot-block span {
 padding:6px 0;
 display:block;
 width:100%;
 margin:auto;
 font-size:12px;
 text-align:center
}
.spot-block.mhdr .spot {
 width:300px;
 height:100px;
 overflow:hidden
}
.spot-block.mbtm .spot {
 width:300px;
 height:250px;
 overflow:hidden
}
.adv-block {
 padding:45px 0
}
.spot-list {
 text-align:center;
 height:250px;
 overflow:hidden
}
.spot-list>li {
 display:inline-block;
 margin-right:5px;
 width:300px;
 overflow:hidden
}
.spot-block.mhdr,
.spot-block.mbtm {
 margin-bottom:15px;
 display:none
}
@media only screen and (max-width:675px) {
 .spot-block.mhdr,
 .spot-block.mbtm {
  display:list-item
 }
}
.spot-block,
.spot-block.mhdr,
.spot-block.mbtm {
 display:none
}
