body, .header nav, .list, .search, .sort ul, .nav ul, .pt-list a, .footer li a:hover
{ background-color: rgb(18,12,14); }

.media-content
{ background-color: rgb(8,2,4); }

.footer
{ background-color: rgb(28,22,24); }

.menu-btn, .search-btn, .search, .list a, .sort, .thumb figure, .thumb footer span, .nav, aside iframe, .cats-list a, .pt-list, .media-rating a, .media-info a, .footer li a
{ background-color: rgb(48,42,44); }

.thumb a, .input, .textarea
{ border-color: rgb(48,42,44); }

body, input::placeholder, textarea::placeholder, .sort a, .search button, .nav a, .pt-list a, .footer li a
{ color: rgb(188,182,184); }

.highlight, .list a:before, a.logotype span
{ color: rgb(238,172,104); }

#scroll-top, .sort li.active a, .sort a.active, .nav li.active a, .nav a.active, .media-info a:hover
{ background-color: rgb(188,122,54); color: rgb(255,255,255); }

.header nav li.active a, .header nav a.active
{ border-color: rgb(188,122,54); }

a, h1, h2, a.logotype, .menu-btn, .search-btn, input, textarea, .search form:before, .media-rating a:hover, .show-info
{ color: rgb(248,242,244); }

.thumb h3, .on-thumb, .cover, .cover-2
{ background-color: rgba(8,2,4,0.7); color: rgb(255,255,255); }

.media-rating li.like-btn a 
{ background-color: rgb(50,130,100); color: rgb(255,255,255); }

@media all and (min-width:1020px) {
    
    .sort a:hover, .nav a:hover
    { background-color: rgb(38,32,34); }
    
    a:hover, .search button:hover
    { color: rgb(238,172,104); }
    
    .thumb a:hover
    { border-color: rgb(188,122,54); }
    
    .list a:hover, .thumb a:hover h3, .cats-list a:hover
    { background-color: rgb(188,122,54); color: rgb(255,255,255); }
    
    a.logotype, .search button:hover, .sort a:hover, .nav a:hover, .pt-list a:hover
    { color: rgb(248,242,244); }
    
    .media-rating li.like-btn a:hover
    { background-color: rgb(70,150,120); color: rgb(255,255,255); }


}


@font-face{font-family:'Maven Pro'; font-weight: normal; font-style: normal; src:url(../fonts/font/MavenPro-Regular.ttf) format("truetype"); font-display: swap; }
@font-face{font-family:'Maven Pro'; font-weight: bold; font-style: normal; src:url(../fonts/font/MavenPro-Bold.ttf) format("truetype"); font-display: swap; }


@font-face{font-family:'Line Awesome Free';font-weight:900;font-display:swap;src:url(../fonts/iconfont/la-solid-900.woff2) format("woff2")}


.ratio-16x9 { padding-top: 56.25%; }
/* Wide 16:9 Ratio, Where 56.25% - value calculating by formula (height x 100 / width) */

.ratio-4x3 { padding-top: 75%; }
/* Rectangular 4:3 Ratio, Where 75% - value calculating by formula (height x 100 / width) */

.ratio-1x1 { padding-top: 100%; }
/* Square 1:1 Ratio */

.ratio-2x3 { padding-top: 150%; }
/* Vertical 2:3 Ratio, Where 150% - value calculating by formula (height x 100 / width) */

.ratio-custom { padding-top: 60%; }
/* Custom Ratio, Where 60% - is a sample value. You should change it on your value calculating by formula (height x 100 / width) */



body,html,div,p,a,ul,li,input,button,form,header,main,article,section,footer,aside,figure,textarea,span,img,h1,h2,h3 { margin: 0; padding: 0; }
header, article, aside, section { display: block; }

body, input, button, textarea { font-family: 'Maven Pro', Arial, sans-serif; }

:after, :before { height: inherit; line-height: inherit; font-family: 'Line Awesome Free'; text-rendering: optimizeLegibility !important; }

li { list-style-type: none; }

img { display: block; }

a { text-decoration: none; -moz-transition: 0.3s ease; -webkit-transition: 0.3s ease; -o-transition: 0.3s ease; transition: 0.3s ease; }

h1 { font-weight: bold; font-size: 26px; line-height: 32px; margin: 20px 10px 0 10px; }
h2 { margin: 40px 10px 0 10px; font-size: 26px; line-height: 32px; }


.header { min-height: 40px; position: relative; z-index: 99999; }

.logotype { margin: 10px 10px 0 10px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; font-weight: bold; text-transform: uppercase; display: block; float: left; height: 30px; line-height: 30px; font-size: 18px; }

.menu-btn { border: 0 none; float: left; border-radius: 4px; width: 30px; height: 30px; line-height: 30px; font-size: 24px; cursor: pointer; margin: 10px 0 0 10px; display: block; }
.menu-btn:before { content: '\f0c9'; -moz-transition: 0.5s ease; -webkit-transition: 0.5s ease; -o-transition: 0.5s ease; transition: 0.5s ease; font-weight: 900; display: block; height: inherit; line-height: inherit; }
.menu-btn.active:before { transform: rotate(90deg); }

.header nav { display: none; box-shadow: 5px 5px 15px -7px rgba(0,0,0,0.6); border-radius: 4px; text-align: left; width: 180px; position: absolute; top: 50px; left: 10px; overflow: hidden; padding: 5px 20px 20px 30px; }
.header nav ul { overflow: hidden; }
.header nav li { overflow: hidden; margin-top: 15px; }
.header nav a { float: left; border-bottom: 3px solid transparent; cursor: pointer; font-size: 16px; height: 30px; line-height: 30px; text-transform: uppercase; overflow: hidden; display: block; font-weight: bold; }

.search-btn { border: 0 none; border-radius: 4px; margin: 10px 10px 0 0; float: right; width: 30px; height: 30px; line-height: 30px; font-size: 20px; cursor: pointer; display: block; }
.search-btn:before { transform: rotate(-90deg); content: '\f002'; font-weight: 900; display: block; height: inherit; line-height: inherit; }
.search-btn.active:before { content: '\f00d'; font-size: 22px; }

.search { display: none; overflow: hidden; box-shadow: 0 5px 15px -7px rgba(0,0,0,0.6); border-radius: 4px; position: absolute; top: 50px; right: 10px; left: 10px; overflow: hidden; z-index: 99999; }
.search form { position: relative; overflow: hidden; }
.search form:before { transform: rotate(-90deg); content: "\f002"; font-weight: 900; position: absolute; height: 30px; line-height: 30px; font-size: 20px; top: 5px; left: 12px; }
.search-input { overflow: hidden; height: 40px; line-height: 40px; padding: 0 45px 0 40px; }
.search input { background: none; border: 0 none; width: 100%; outline: 0 none; font-size: 18px; height: inherit; line-height: normal; text-align: left; }
.search button { -moz-transition: color 0.3s ease; -webkit-transition: color 0.3s ease; -o-transition: color 0.3s ease; transition: color 0.3s ease; background: none; overflow: hidden; position: absolute; top: 5px; right: 5px; border: 0 none; cursor: pointer; outline: 0 none; width: 30px; font-size: 26px; height: 30px; line-height: 30px; }
.search button:before { content: "\f138"; font-weight: 900; }



.wrapper { position: relative; overflow: hidden; clear: both; min-height: 700px; }

.content { overflow: hidden; min-width: 320px; max-width: 1856px; margin: 0 auto; }
.cover, .cover-2 { display: none; position: fixed; z-index: 89999; top: 0; left: 0; width: 100%; height: 100%; }


.list { margin: 15px 5px 0 10px; overflow: hidden; }
.list li { float: left; margin: 5px 5px 0 0; }
.list a { border-radius: 4px; padding: 0 10px; display: block; overflow: hidden; height: 30px; line-height: 30px; font-size: 15px; }
.list a:before { transform: rotate(-90deg); -moz-transition: 0.1s ease; -webkit-transition: 0.1s ease; -o-transition: 0.1s ease; transition: 0.1s ease; font-weight: 900; width: 14px; float: left; display: block; margin-right: 2px; height: inherit; line-height: inherit; font-size: 14px; }

.searches { height: 35px; }
.searches a:before { content: '\f002'; }

.sort { border-radius: 4px; padding: 0 0 10px 10px; overflow: hidden; margin: 20px 10px 0 10px; }
.sort ul { overflow: hidden; float: left; padding: 0 0 3px 3px; border-radius: 6px; margin: 10px 10px 0 0; }
.sort li { float: left; margin: 3px 3px 0 0; }
.sort a { font-weight: bold; border-radius: 4px; display: block; height: 30px; line-height: 30px; padding: 0 10px; font-size: 15px; }


/* Thumbnails Styles START */

.thumbs-list { overflow: hidden; padding: 0 5px; }

.thumb { overflow: hidden; display: block; width: 100%; position: relative; }
.thumb a { border-width: 2px; border-style: solid; border-radius: 4px; display: block; position: relative; overflow: hidden; margin: 20px 5px 0 5px; }
.thumb figure { border-radius: 2px; position: relative; overflow: hidden; }
.thumb figure:before { content: ''; height: 32px; width: 32px; position: absolute; top: 50%; left: 50%; margin: -20px 0 0 -20px; border-right: 4px dotted transparent; border-left: 4px dotted transparent; border-top-width: 4px; border-top-style: dotted; border-bottom-width: 4px; border-bottom-style: dotted; border-bottom-color: inherit; border-radius: 50%; animation: spinner 1s linear infinite; }

.thumb img { -moz-transition: 0.4s ease; -webkit-transition: 0.4s ease; -o-transition: 0.4s ease; transition: 0.4s ease; border-radius: 2px; position: absolute; top: 0; left: 0; width: 100%; height: auto; z-index: 2; }

.thumb h3 { -moz-transition: 0.3s ease; -webkit-transition: 0.3s ease; -o-transition: 0.3s ease; transition: 0.3s ease; z-index: 3; position: absolute; bottom: 5px; left: 5px; max-width: 88%; border-radius: 4px; padding: 0 10px; line-height: 30px; height: 30px; overflow: hidden; font-size: 15px; font-weight: bold; white-space: nowrap; text-overflow: ellipsis; }
.thumb h3:before { content: '\f04b'; margin-right: 1px; margin-left: -4px; float: left; width: 16px; font-size: 16px; -moz-transition: 0.4s ease; -webkit-transition: 0.4s ease; -o-transition: 0.4s ease; transition: 0.4s ease; }

.thumb footer { overflow: hidden; height: 24px; margin: 5px 0 0 10px; }
.thumb footer span { font-weight: bold; display: block; float: left; height: 24px; line-height: 24px; border-radius: 4px; padding: 0 8px; font-size: 12px; margin-right: 5px; }
.thumb footer span:before { float: left; display: block; margin-right: 1px; width: 16px; }
.thumb footer span.likes:before { content: '\f164'; margin-right: 1px; font-size: 16px; }
.thumb footer span.views:before { content: '\f06e'; margin-right: 3px; font-size: 16px; }
.thumb footer span.dur { padding: 0 0 0 3px !important; background: none !important; }
.thumb footer span.dur:before { content: '\f017'; margin-right: 2px; font-size: 16px; }
.thumb footer span.total:before { content: '\f04b'; margin-right: 1px; }

.thumb-cat h3 { font-size: 18px; height: 36px; line-height: 36px; }
.thumb-cat h3:before { content: '\f2f6'; font-size: 20px; margin-right: 3px; margin-left: -2px; }

.on-thumb { z-index: 3; position: absolute; top: 5px; right: 5px; font-weight: bold; border-radius: 4px; padding: 0 5px; line-height: 24px; height: 24px; overflow: hidden; font-size: 15px; }
.thumb-cat .on-thumb { bottom: 46px; left: 12px; top: auto; right: auto; font-weight: normal; font-size: 12px; }
.thumb-cat .on-thumb:before { content: '\f04b'; margin-right: 1px; float: left; font-size: 14px; display: block; width: 14px; font-weight: 900; }
.thumb-cat .on-thumb:after { content: ' vids'; font-family: inherit !important; }

@keyframes spinner { from {transform: rotate(0deg);} to { transform: rotate(360deg); }}

/* Thumbnails Styles END */


.nav { clear: both; text-align: center; overflow: hidden; margin: 40px 10px 0 10px; padding: 10px; border-radius: 4px; font-size: 0; }
.nav ul { display: inline-block; vertical-align: top; overflow: hidden; padding: 0 0 3px 3px; border-radius: 6px; }
.nav li { float: left; margin: 3px 3px 0 0; }
.nav a, .nav span { font-weight: bold; border-radius: 4px; display: block; min-width: 24px; height: 34px; line-height: 34px; padding: 0 5px; font-size: 15px; }

.tags a { height: 40px !important; line-height: 40px !important; padding: 0 15px !important; }
.tags a:before { content: '\f02b'; margin-left: -4px; }

aside { font-size: 0; padding-top: 30px; overflow: hidden; text-align: center; clear: both; }
aside iframe { width: 300px; height: 250px; border: 0 none !important; overflow: hidden; margin: 10px 5px 0 5px; display: inline-block; vertical-align: top; }
aside iframe:nth-child(2), aside iframe:nth-child(3), aside iframe:nth-child(4), aside iframe:nth-child(5) { display: none; }  

.cats-list { overflow: hidden; padding: 0 5px; }  
.cats-list a { font-weight: bold; margin: 20px 5px 0 5px; display: block; white-space: nowrap; text-overflow: ellipsis; border-radius: 4px; padding: 0 13px; font-size: 18px; height: 44px; line-height: 44px; overflow: hidden; }
.cats-list span { margin: 3px 5px 0 15px; display: block; font-size: 13px;  height: 20px; line-height: 20px; overflow: hidden; }
.cats-list span:before { content: '\f04b'; margin-right: 1px; display: block; width: 14px; float: left; font-size: 14px; font-weight: 900; }

.text-block p { margin: 20px 10px 0 10px; font-size: 16px; line-height: 24px; text-align: justify; }

.pt-list { overflow: hidden; padding: 10px 15px 20px 15px; margin: 20px 10px 0 10px; border-radius: 4px; }
.pt-list li { width: 100%; }
.pt-list a { font-weight: bold; margin: 10px 5px 0 5px; border-radius: 4px; display: block; height: 50px; line-height: 50px; padding: 0 10px; font-size: 16px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;  }
.pt-list a:before { content: '\f058'; margin-right: 5px; float: left; display: block; width: 20px; font-size: 20px; font-weight: 900; }

.media-content { overflow: hidden; margin-top: 20px; padding-bottom: 20px; }

.media-tab { margin: 0 auto; max-width: 1265px; }
.media-tab header { display: table-row; }

.media-col { padding-top: 20px; }

.media .thumb a:hover { cursor: zoom-in; }

.media { background-color: rgb(0,0,0); position: relative; overflow: hidden; }
.media::before { color: rgb(250,250,250); content: ''; height: 42px; width: 42px; position: absolute; top: 50%; left: 50%; margin: -25px 0 0 -25px; border-right: 4px solid transparent; border-left: 4px solid transparent; border-top-width: 4px; border-top-style: solid; border-bottom-width: 4px; border-bottom-style: solid; border-bottom-color: inherit; border-radius: 50%; animation: spinner 1s linear infinite; }
.player { position: relative; overflow: hidden; padding-top: 56.25%; }
.player iframe, .player video, .player source, .fluid_video_wrapper { border: 0 none !important; position: absolute !important; top: 0 !important; left: 0 !important; width: 100% !important; height: 100% !important; z-index: 10 !important; }


.media-meta { overflow: hidden; }
.media-meta ul { overflow: hidden; }
.media-meta li { overflow: hidden; font-size: 14px; }

.media-rating { float: right; margin: 10px 5px 0 0; }
.media-rating li { float: left; }
.media-rating a { border-radius: 4px; font-size: 13px; cursor: pointer; position: relative; text-align: center; min-width: 70px; height: 36px; line-height: 36px; display: block; padding: 0 8px; margin-right: 5px; font-weight: bold; }
.media-rating a:before { display: inline-block; vertical-align: top; height: inherit; line-height: inherit; width: 24px; font-size: 24px; margin-right: 3px; font-weight: 900; }
.media-rating li.like-btn a:before { content: '\f164'; }
.media-rating li.dislike-btn a:before { content: '\f165'; }

.meta-items { overflow: visible !important; margin: 10px 15px 0 5px; }
.meta-items li { float: left; margin: 5px 5px 0 5px; height: 31px; line-height: 31px; }
.meta-items li:before { display: inline-block; vertical-align: top; height: inherit; line-height: inherit; width: 18px; font-size: 18px; margin-right: 3px; font-weight: 900; }
.meta-items li:last-child { margin-right: 0 !important; }
.meta-items li.views:before { content: '\f06e'; }
.meta-items li.dur:before { content: '\f017'; }
.meta-items li.date:before { content: '\f274'; }


.show-info { cursor: pointer; float: left; margin: 5px 10px 0 10px; height: 31px; line-height: 31px; }
.show-info:after { content: '\f107'; font-size: 12px; display: inline-block; vertical-align: top; height: inherit; line-height: inherit; margin-left: 5px; font-weight: 900; -moz-transition: transform 0.4s ease; -webkit-transition: transform 0.4s ease; -o-transition: transform 0.4s ease; transition: transform 0.4s ease; }
.show-info.active:after { transform: rotate(180deg); }

.media-info { overflow: hidden; display: none; clear: both; }

.media-info ul { overflow: hidden; padding: 10px 0 0 10px; font-size: 0; }
.media-info li { float: left; margin: 10px 10px 0 0; }
.media-info li.val { height: 36px; line-height: 36px; font-size: 0; padding-bottom: 2px; }
.media-info li.val:before { display: inline-block; vertical-align: top; height: inherit; line-height: inherit; width: 30px; font-size: 30px; margin-right: 3px; font-weight: 900; }

.media-info li.categories:before { content: '\f02c'; }
.media-info li.tags:before { content: '\f292'; font-weight: 900; margin-right: 0; }
.media-info li.stars:before { content: '\f005'; font-weight: 900; }
.media-info li.channel:before { content: '\f26c'; }

.media-info a { border-radius: 4px; position: relative; display: block; height: 36px; line-height: 36px; padding: 0 14px; font-size: 14px; }
.media-content aside { padding-top: 10px; }

.footer { font-size: 16px; line-height: 24px; margin-top: 40px; overflow: hidden; text-align: center; position: relative; padding: 20px 0 30px 0; }
.footer .content { max-width: 1280px !important; }
.footer p { margin: 10px 10px 0 10px; }  

.footer ul { padding: 10px 8px 0 8px; font-size: 0; }
.footer li { display: inline-block; vertical-align: top; margin: 4px 2px 0 2px; }
.footer li a { border-radius: 4px; display: block; font-size: 14px; height: 28px; line-height: 28px; padding: 0 10px; }


.contact-form { overflow: hidden; padding: 20px 10px 0 10px; }

.textarea { border-style: solid; border-width: 1px; padding: 17px; border-radius: 4px; margin-top: 20px; max-width: 700px; overflow: hidden; }
.textarea textarea { background: none; max-width: 100% !important; width: 100% !important; min-height: 150px !important; height: 150px; max-height: 740px !important; border: 0 none; outline: 0 none; line-height: 20px; font-size: 16px; }

.input { display: inline-block; vertical-align: top; width: 150px; border-style: solid; border-width: 1px; border-radius: 4px; overflow: hidden; padding: 0 15px; margin: 0 10px 0 0; height: 40px; line-height: 40px; }
.input input { background: none; border: 0 none; width: 100%; outline: 0 none; font-size: 16px; height: inherit; line-height: normal; }

button.submit { border: 0 none; background: none; position: relative; text-align: center; -moz-transition: 0.4s ease; -webkit-transition: 0.4s ease; -o-transition: 0.4s ease; transition: 0.4s ease; text-transform: uppercase; cursor: pointer; width: 180px; margin-top: 15px; font-size: 16px; font-weight: bold; padding: 0 20px; outline: 0 none; height: 50px; line-height: normal; }
button.submit:before { -moz-transition: 0.3s ease; -webkit-transition: 0.3s ease; -o-transition: 0.3s ease; transition: 0.3s ease; border-left-width: 3px; border-left-style: solid; border-top-width: 3px; border-top-style: solid; content: ''; position: absolute; top: 0; left: 0; width: 60%; height: 70%; }
button.submit:after { -moz-transition: 0.3s ease; -webkit-transition: 0.3s ease; -o-transition: 0.3s ease; transition: 0.3s ease; border-right-width: 3px; border-right-style: solid; border-bottom-width: 3px; border-bottom-style: solid; content: ''; position: absolute; bottom: 0; right: 0; width: 60%; height: 70%; }

#scroll-top { border-radius: 4px; border: 0 none; -moz-transition: 0.3s ease; -webkit-transition: 0.3s ease; -o-transition: 0.3s ease; transition: 0.3s ease;  overflow: hidden; opacity: 0.9; position: fixed; z-index: 20000; right: 10px; bottom: 60px; cursor: pointer; display: none; width: 40px; height: 40px; line-height: 40px; font-size: 26px; text-align: center; }
#scroll-top:before { content: '\f106'; display: block; height: inherit; line-height: inherit; font-weight: 900; }
#scroll-top:hover { opacity: 1; }
#scroll-top.circle-radius { border-radius: 50%; }



@media all and (min-width:460px) {
    .logotype { font-size: 24px; }
    .cats-list li, .pt-list li { float: left; width: 50%; }
}

@media all and (min-width:640px) {
    .header { min-height: 50px; }
    .menu-btn { width: 40px; height: 40px; line-height: 40px; font-size: 26px; margin-right: 10px; }
    .logotype { font-size: 22px; height: 40px; line-height: 40px; margin-right: 20px; }
    .search-btn { display: none; }
    .search { display: block !important; margin: 10px 10px 0 0; border: 0 none; box-shadow: none; position: static; }
    .cover-2 { display: none !important; }
    .header nav { top: 60px; }

    .sort a { height: 40px; line-height: 40px; padding: 0 20px; font-size: 16px; }
    
    .thumbs-list { padding-top: 10px; }
    .thumb { float: left; width: 50%; }
    .thumb a { margin: 10px 5px 0 5px; }
    
    .nav a, .nav span { min-width: 28px; height: 38px; line-height: 38px; }

    aside iframe:nth-child(2) { display: inline-block; }
    .media-rating { float: right; margin: 10px 10px 0 0; }
    .media-rating a { margin: 10px 0 0 10px; height: 44px; line-height: 44px; }
    .meta-items { float: left; margin: 15px 0 0 10px; }
    .meta-items li { margin: 5px 20px 0 0; height: 44px; line-height: 44px; }
    .show-info { clear: both; float: none; margin-top: 20px; }
    .media-info ul { float: left; padding-right: 30px; text-align: left; }
    .media-info ul:last-child { padding-right: 0 !important; }
    .footer-links a { font-size: 16px; }
}

@media all and (min-width:720px) {
    .cats-list li, .pt-list li { width: 33.3333%; }
}


@media all and (min-width:928px) {
    .thumb { width: 33.3333%; }
}

@media all and (min-width:1020px) {
    .header { min-height: 60px; }
    .logotype { margin-top: 20px; font-size: 26px; }
    .menu-btn { margin-top: 20px; }
    .search { margin-top: 20px; border-radius: 6px; }
    .list a:hover:before { color: inherit; }
    .sort ul { margin-right: 20px; }
    .content { padding: 0 10px; }
    .thumbs-list { padding: 0; }
    .thumb a { margin: 20px 10px 0 10px; }
    .thumb a:hover img { transform: scale(1.03); }
    .thumb a:hover h3:before { transform: rotate(360deg); }
    .thumb footer { margin: 5px 5px 0 15px; }
    .thumb-cat h3 { height: 40px; line-height: 40px; font-size: 20px; }
    .thumb-cat .on-thumb { left: 17px; bottom: 50px; }
    
    
    aside iframe { margin: 10px 10px 0 10px; }
    aside iframe:nth-child(3) { display: inline-block; }
    
    .nav a, .nav span { min-width: 34px; height: 49px; line-height: 49px; font-size: 16px; padding: 0 10px; }

    .cats-list { padding: 0; }  
    .cats-list li { width: 25%; }
    .cats-list a { margin: 20px 10px 0 10px; }
    .cats-list span { margin-left: 20px; }
    
    .pt-list { padding: 0 10px 20px 10px; }
    .pt-list li { width: 25%; }
    .pt-list a { margin: 20px 10px 0 10px; }
    
    .media-col { padding-top: 40px; }
    .media-meta li.like-btn a:hover, .media-meta li.dislike-btn a:hover { opacity: 1; }
    
    .media-tab { display: table; overflow: hidden; width: 100%; }
    .media-col { display: table-cell; vertical-align: top; padding: 20px 20px 0 10px; }
    .media-tab aside { display: table-cell; vertical-align: top; width: 310px !important; min-width: 310px !important; max-width: 310px !important; padding-top: 0 !important; }
    .media-tab aside iframe { margin: 20px 10px 0 0 !important; }
    .media-rating { margin-right: 0; }
    .meta-items { margin-left: 0; }
    .show-info { display: none !important; }
    .media-info { display: block !important; }
    .media-info ul { padding-left: 0; }
    .media-info li.val { font-size: 14px; }
    .media-info li.val:before { font-size: 22px; width: 22px; }
    
    .footer li a:hover { opacity: 1; }
    #scroll-top { width: 50px; height: 50px; line-height: 50px; right: 34px; }
}

@media all and (min-width:1280px) {
    a.logotype { margin-right: 60px; }
    .menu-btn { display: none; }
    .header nav { position: static !important; display: block !important; box-shadow: none; background: none; float: left; padding: 0; margin: 23px 20px 0 0; width: auto; border-radius: 0; }
    .header nav li { float: left; margin: 0 40px 0 0; }
    .header nav a { height: 37px; line-height: 37px; font-size: 18px; }
    .player { max-width: 925px; padding: 0; height: 520px; margin: 0 auto; }
}

@media all and (min-width:1360px) {
    h1, h2 { font-size: 30px; line-height: 36px; }
    .header { min-height: 70px; }
    .logotype { height: 50px; line-height: 50px; }
    .header nav { margin-top: 28px; }
    .search form:before { top: 10px; left: 15px; }
    .search-input { height: 50px; line-height: 50px; padding: 0 50px 0 45px; }
    .search button { top: 10px; right: 10px; font-size: 28px; }
    .searches { height: 37px; }
    .list a { height: 32px; line-height: 32px; }
    .list a:before { font-size: 16px; width: 16px; }
    aside iframe:nth-child(4) { display: inline-block; }
    .cats-list li { width: 16.6666%; }
    .pt-list li { width: 16.6666%; }
}

@media all and (min-width:1412px) {
    .logotype { font-size: 28px; }
    .thumb { width: 25%; }
}

@media all and (min-width:1620px) {
    aside iframe:nth-child(5) { display: inline-block; }
}


@media all and (max-width:1020px) {* { -webkit-tap-highlight-color: transparent; -webkit-focus-ring-color: transparent; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;}}