html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
:focus{
	outline: none;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder
{
	color: #65686d;
}
input:-moz-placeholder,
textarea:-moz-placeholder
{
	opacity: 1;
	color: #65686d;
}
input::-moz-placeholder,
textarea::-moz-placeholder
{
	opacity: 1;
	color: #65686d;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder
{
	color: #65686d;
}
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder
{
	color: transparent;
}
input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder
{
	color: transparent;
}
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder
{
	color: transparent;
}
input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder
{
	color: transparent;
}
input.placeholder,
textarea.placeholder
{
	color: #65686d !important;
}

html,
body {
	height: 100%;
}

body {
	line-height: 1;
	min-width: 320px;
	overflow-x: hidden;
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	height: 100%;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a{
	text-decoration: none;
}
*{
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

@font-face {
  font-display: swap;
  font-family: 'icomoon';
  src:  url('https://bs.tynauri.net/fonts/icomoon.eot?p4fh8');
  src:  url('https://bs.tynauri.net/fonts/icomoon.eot?p4fh8#iefix') format('embedded-opentype'),
    url('https://bs.tynauri.net/fonts/icomoon.ttf?p4fh8') format('truetype'),
    url('https://bs.tynauri.net/fonts/icomoon.woff?p4fh8') format('woff'),
    url('https://bs.tynauri.net/fonts/icomoon.svg?p4fh8#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-video-cam:before {
  content: "\e90c";
}
.icon-google-plus .path1:before {
  content: "\e907";
  color: rgb(224, 47, 47);
}
.icon-google-plus .path2:before {
  content: "\e908";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-google-plus .path3:before {
  content: "\e909";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-twitter:before {
  content: "\e90a";
  color: #4aa0ec;
}
.icon-facebook:before {
  content: "\e90b";
  color: #3a589b;
}
.icon-thumb-up-2:before {
  content: "\e905";
}
.icon-search:before {
  content: "\e901";
}
.icon-film:before {
  content: "\e902";
}
.icon-thumb-up:before {
  content: "\e900";
}
.icon-shape-2:before {
  content: "\e904";
}
.icon-thumb-down:before {
  content: "\e906";
}
.icon-arrows:before {
  content: "\e903";
}
.icon-folder-open:before {
  content: "\e930";
}
.icon-clock:before {
  content: "\e94e";
}
.icon-calendar:before {
  content: "\e953";
}
.icon-bubbles2:before {
  content: "\e96d";
}
.icon-bubble2:before {
  content: "\e96e";
}
.icon-user:before {
  content: "\e971";
}
.icon-eye:before {
  content: "\e9ce";
}
.icon-star-full:before {
  content: "\e9d9";
}
.icon-heart:before {
  content: "\e9da";
}

body {
	font: 400 14px/18px 'Roboto', Arial, sans-serif;
	background: url('https://bs.tynauri.net/files/body-bg.png');
	background-color: #21201f;
}

.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

.container {
	max-width: 1178px;
	width: 100%;
	padding: 0 10px;
	margin: 0 auto;
	position: relative;
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 auto;
	    -ms-flex: 1 0 auto;
	        flex: 1 0 auto;
}

.header {
	background-color: #0f0f0f;
	padding: 10px 0;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
}

.header-holder {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.header-holder .tools-holder {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.logo-holder {
	position: relative;
}

.logo-holder .slogan-holder {
	font: 9px/11px Arial, sans-serif;
	font-weight: bold;
    color: #949494;
    position: absolute;
    right: 0;
	left: 10;
    bottom: -5px;
    text-transform: uppercase;
    letter-spacing: 0.1px;
    cursor: pointer;
}

.tools-holder .main-nav {
	margin: 0 0 0 20px;
}

.tools-holder .main-nav .item {
	position: relative;
}

.main-nav .nav .link,
.main-nav .nav .link-categories {
	font: 500 16px/21px 'Roboto', Arial, sans-serif;
	color: #949494;
	padding: 10px;
	background-color: rgba(0, 0, 0, 0);
	vertical-align: middle;
	border: 1px solid #323130;
	border-radius: 3px;
	display: inline-block;
}

.main-nav .nav .link-categories {
	display: block;
	width: 100%;
	text-align: center;
	margin: 5px 0 0;
}

.main-nav .nav .link i {
	font-size: 7px;
	vertical-align: middle;
	display: inline-block;
	margin: 0 0 1px;
}

.tools-holder .main-nav .item:hover .link,
.main-nav .nav .link-categories:hover {
	padding: 10px;
	background-color: #ff9900;
	color: #000;
	border-radius: 3px;
	border: 1px solid #ff9900;
}

.main-nav .nav .link-categories:hover {
	border: 1px solid #fff;
	background-color: #fff;
}

.tools-holder .main-nav .item:hover i {
	-webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.top-menu .tools-dropable {
    position: absolute;
	padding-top: 10px;
    left: 0;  
    z-index: 1;
    display: none;
	width: 820px;
}

.main-nav .nav .item:hover .tools-dropable {
	display: block;
} 

.top-menu .bg-dropable {
	background: rgba(0, 0, 0, .9);
    border: 1px solid #262625;
    padding: 20px 15px 20px 30px;
    position: relative;
}

.top-menu .bg-dropable .text-dropable {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	border-top: 1px solid #1f1e1d;
	padding: 10px 0 0 0;
}

.bg-dropable .text-dropable .column {
	width: 25%;
}

.item_drop .link_drop {
	padding: 5px 0 5px 10px;
	width: calc(100% - 15px);
	font: 400 16px/21px 'Roboto', Arial, sans-serif;
	color: #949494;
	display: inline-block;
	border-radius: 3px;
}

.item_drop .link_drop:hover {
	background-color: #ff9900;
	color: #000;
}

.search-favorites {
	font-size: 0;
	line-height: 0;
}

.header-holder .search-block {
	text-align: left;
	display: inline-block;
	vertical-align: middle;
}

.search-bar .input-text {
    width: 500px;
    height: 32px;
    font: 500 12px/17px 'Roboto', Arial, sans-serif;
    border: solid #1f1e1d;
    border-width: 1px 0 1px 1px;
    background: #1f1e1d;
    padding: 5px 10px;
    border-radius: 3px 0 0 3px;
    color: #fff;
    float: left;
}

.search-bar .search-btn {
    width: 32px;
    height: 32px;
    border-radius: 0 3px 3px  0;
    border: none;
    background-color: #1f1e1d;
    cursor: pointer; 
}

.search-bar .search-btn i {
    font-size: 18px;
    color: #ff9900;
    display: inline-block;
    transition: -webkit-transform .3s;
    -webkit-transition: -webkit-transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
}

.search-bar .search-btn:hover i {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.header-holder .favorites {
	display: inline-block;
    vertical-align: middle;
    border-radius: 3px;
    border: 1px solid #323130;
    text-align: center;
    color: #fff;
    width: 32px;
    cursor: pointer;
}

.header-holder .favorites:hover {
	background-color: #ff9900;
	border: 1px solid #ff9900;
}

.header-holder .favorites i {
	font-size: 15px;
    line-height: 32px;
    color: #ff9900;
}

.header-holder .favorites:hover i {
	color: #323130;
}

.title-text.video-pages {
	padding: 0 0 5px;
}

.title-text .title-holder,
.title-player .title-holder {
	font: 700 21px/25px 'Roboto', Arial, sans-serif;
	color: #fff;
	margin: 14px 0;
}

.title-text .title-holder {
	margin: 6px 0;
}

.title-player .title-holder {
	font-weight: 400;
	letter-spacing: 0.4px;
}

.title-player .title-holder div,
.title-player .title-holder h1 {
	display: inline;
}

.title-player .title-holder i {
	font-size: 15px;
	color: #ff9900;
}

.title-text .text-holder .text {
	font: 400 15px/20px 'Roboto', Arial, sans-serif;
	color: #959595;
	padding: 0 0 5px;
}

.scroll-pane {
	height: 41px;
    overflow: auto;
}

.title-text .text-holder .link {
	font: 400 15px/20px 'Roboto', Arial, sans-serif;
	color: #959595;
}

.title-text .text-holder .porno {
	color: #fff;
}

.title-text .text-holder .sveta {
	color: #ff9900;
}

.title-text .text-holder .link:hover .sveta,
.title-text .text-holder .link:hover {
	color: #fff;
	border-bottom: 1px solid #fff;
}

.title-block-sorting {
	padding: 7px 0 9px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.title-block-sorting .title-block {
	font: 500 19px/25px 'Roboto', Arial, sans-serif;
	color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	text-transform: uppercase;
}

.title-block-sorting .title-block i {
	color: #ff9900;
	margin: 0 10px 0 0;
	font-size: 15px;
}

.title-block-sorting .sorting {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.title-block-sorting .sorting .item {
	margin: 0 0 0 10px;
}

.sorting .item .link {
	font: 500 14px/19px 'Roboto', Arial, sans-serif;
	color: #949494;
	padding: 5px 10px;
	background: #0f0f0f;
	border: 1px solid #323130;
	border-radius: 3px;
}
.sorting .item .link.active,
.sorting .item .link:hover {
	background-color: #ff9900;
	border: 1px solid #ff9900;
	color: #000;
}

.content-holder {
	font-size: 0;
	line-height: 0;
	margin: -5px;
}

.video-block {
	width: 25px;
	padding: 5px;
	display: inline-block;
	width: 25%;
	vertical-align: middle;
}

.video-block .link {
	background: #0f0f0f;
	padding: 1px 0 0 1px;
	border: 1px solid #514e4c;
	border-radius: 2px;
	display: block;
}

.video-block .link .img-holder {
	position: relative;
    padding-bottom: 68%;
}

.video-block .link .img-holder img {
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    border: 0;
    display: block;
    width: 100%;
    height: 100%;}

.video-block .img-holder .label {
	padding: 3px 5px;
    background: #ff9900;
    font: 700 10px/10px 'Roboto', Arial, sans-serif;
    font-style: italic;
    color: #fff;
    position: absolute;
    text-transform: uppercase;
    top: 5px;
    right: 5px;
    border-radius: 2px;
}

.video-block .img-holder .duration {
	padding: 0 5px;
    background-color: rgba(43, 43, 43, .5);
    border-radius: 2px;
    font: 700 12px/17px 'Roboto', Arial, sans-serif;
    color: #fff;
    position: absolute;
    bottom: 5px;
    right: 5px;
}

.video-block .img-holder .views {
	padding: 0 5px;
    background-color: rgba(43, 43, 43, .5);
    border-radius: 2px;
    font: 700 12px/17px 'Roboto', Arial, sans-serif;
    color: #fff;
    position: absolute;
    bottom: 5px;
    left: 5px;
}

.video-block .img-holder .views i {
    vertical-align: middle;
    font-size: 12px;
    line-height: 17px;
    margin: 0 4px 0 0;
}

.video-block .title-holder {
    padding: 5px;
}

.video-block .title-holder .title {
	height: 38px;
	overflow: hidden;
}

.video-block .title-holder .title {
	font: 500 15px/18px 'Roboto', Arial, sans-serif;
    color: #959595;
    border-bottom: 1px solid #323130;
}

.video-block .link:hover .title {
	color: #fff;
}

.video-block .title-holder .statistic {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	color: #9b9b9b;
	font: 500 12px/16px 'Roboto', Arial, sans-serif;
	padding: 3px 0 0 0;
}

.video-block .title-holder .statistic .data i {
	color: #ff9900;
	margin: 0 5px 0 0;
}

.video-block .title-holder .statistic .percent {
	color: #ff9900;
}

.statistic .percent i {
	margin: 0 0 0 5px;
}

.pagination-bottom {
    padding: 16px 0 6px;
    text-align: center;
}

.paginator {
    font-size: 0;
    line-height: 0;  
}

.pagination-list .item {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
}

.paginator .active .link, 
.paginator .link:hover {
    background: #ff9900;
    color: #000;
}

.paginator .button {
    background: #000;
    height: 40px;
    padding: 0 15px;
    color: #949494;
    border-radius: 3px;
    border: 1px solid #323130;
    display: inline-block;
    text-align: center;
    font: 500 18px/40px 'Roboto', Arial, sans-serif;
}

.pagination-list .btn-jump .link {
	background: rgba(0, 0, 0, 0);
	border: none;
	padding: 0;
    line-height: 30px;
}

.pagination-list .btn-jump .link:hover {
	color: #949494;
	cursor: default;
}

.pagination-list .btn-prev .link {
	padding: 0 15px 0 10px;
}

.pagination-list .btn-next .link {
	padding: 0 10px 0 15px;
}

.pagination-list .btn-prev i {
	-webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    font-size: 10px;
    vertical-align: middle;
    display: inline-block;
    margin: 0 5px 3px 0;
}

.pagination-list .btn-next i {
	-webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    font-size: 10px;
    vertical-align: middle;
    display: inline-block;
    margin: 0 0 3px 5px;
}

 .title-text.bottom .title-holder {
	color: #fff;
	margin: 10px 0;
	font: 700 18px/23px 'Roboto', Arial, sans-serif;
}

.title-text.bottom .text-holder .text {
	/*font: 400 12px/17px 'Roboto', Arial, sans-serif;
	color: #959595;*/
	height: auto;
}

.logo-bottom {
	padding: 35px 0;
    display: block;
    position: absolute;
    text-align: center;
    right: 0;
    left: 0;
    bottom: -120px;
    border-top: 1px solid #323130;
}

.logo-bottom .logo {
	position: relative;
	display: inline-block;
}

.footer {
	margin: 120px 0 0 0;
	background: #0f0f0f;
	padding: 25px 15px;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
}

.footer-holder {
	text-align: center;
	font: 400 12px/17px 'Roboto', Arial, sans-serif;
	color: #595a5c;
}

.footer-holder .footer-text .link {
	font: 400 12px/17px 'Roboto', Arial, sans-serif;
	color: #ff9900;
}

.footer-holder .footer-text .link:hover {
	border-bottom: 1px solid #ff9900;
}

.footer-holder .bottom-menu {
	font-size: 0;
	line-height: 0;
}

.footer-holder .bottom-menu .item {
	display: inline-block;
	vertical-align: middle;
	font: 400 12px/17px 'Roboto', Arial, sans-serif;
	color: #969696;
	margin: 5px 0 0 5px;
	border-right: 1px solid #969696;
}

.footer-holder .bottom-menu .item:last-of-type {
	border-right: none;
}

.footer-holder .bottom-menu .item:first-of-type {
	margin: 5px 5px 0 0;
	border-right: none;
}

.footer-holder .bottom-menu .copyright {
	color: #ff9900;
}

.footer-holder .bottom-menu .item .link {
	padding: 0 5px 0 0;
	font: 400 12px/17px 'Roboto', Arial, sans-serif;
	color: #969696;
}

.footer-holder .bottom-menu .item .link:hover {
	color: #ff9900;
}

.footer-holder .meter {
	padding: 5px 0 0;
}

.scrollup {
	padding: 0 8px;
	position: fixed;
	bottom: 50px;
	right: 10px;
	display: none;
	font-size: 15px;
	background: #1f1e1d;
	border-radius: 3px;
	border: 1px solid #514e4c;
}

.scrollup i {
	font-size: 15px;
	line-height: 32px;
	color: #ff9900;
}

.title-text .title-holder.video i {
	font-size: 15px;
	color: #ff9900;
}

.content-video {
	font-size: 0;
	line-height: 0;
	margin: 0 0 20px;
}

.content-video .main-сontent {
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 310px);
	margin: 0 10px 0 0;
}

.content-video .left-column {
	display: inline-block;
	vertical-align: top;
	width: 300px;
	margin: 55px 0 0 0;
}

.left-column .title-block-sorting {
	padding: 0;
}

.content-video .left-column .advertising {
	margin: 0 0 10px;
	display: block;
}

.content-video .left-column .advertising img {
	width: 100%;
}

.content-video .left-column .video {
	padding: 0 5px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

.content-video .left-column .video .last-video {
	font: 500 18px/23px 'Roboto', Arial, sans-serif;
	color: #fff;
	margin: 0 0 10px;
}

.content-video .left-column .video .last-video i {
	font-size: 14px;
	color: #ff9900;
	margin: 0 5px 0 0; 
}

.content-video .left-column .video-block {
	width: 100%;
	padding: 0 0 10px;
}

.title-text.video {
	border: none;
	padding: 0;
}

.content-video .player-holder {
	border: 1px solid #514e4c;
	background: #0f0f0f;
	border-radius: 2px;
	margin: 0 0 10px;
}

.player {
	position: relative;
	z-index: 0;
}

.content-video .screen {
	position: absolute !important;
}

.content-video .views-data-like {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 15px;
	border-bottom: 1px solid #323130;
}

.views-data-like .views-data {
	font-size: 0;
	line-height: 0;
}

.views-data-like .views-data .statistic {
	font-size: 0;
	line-height: 0;
	display: inline-block;
	vertical-align: middle;
}

.views-data .statistic .item {
	display: inline-block;
	font: 500 16px/21px 'Roboto', Arial, sans-serif;
	color: #fff;
	vertical-align: middle;
	margin: 0 20px 0 0;
}

.views-data .statistic .item i {
	color: #ff9900;
	font-size: 12px;
	margin: 0 7px 0 0;
}

.views-data .favorites {
	padding: 8px;
	background: #000000;
	border-radius: 3px;
	border: 1px solid #323130;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
}

.views-data .favorites:hover {
	background: #ff9900;
	border: 1px solid #ff9900;
}

.views-data .favorites i {
	font-size: 14px;
	color: #ff9900;
}

.views-data .favorites:hover i {
	color: #323130;
}

.like-dislayer {
	font-size: 0;
	line-height: 0;
}

.like-dislayer .like,
.like-dislayer .dislayer {
	padding: 4px;
	background: #000000;
	border-radius: 3px;
	border: 1px solid #323130;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
}

.like-dislayer .like:hover,
.like-dislayer .dislayer:hover {
	background: #ff9900;
	border: 1px solid #ff9900;
}

.like-dislayer .like i,
.like-dislayer .dislayer i {
	font-size: 21px;
	color: #ff9900;
}

.like-dislayer .dislayer i {
	color: #959595;
}

.like-dislayer .like:hover i,
.like-dislayer .dislayer:hover i {
	color: #323130;
}

.like-dislayer .progress {
	width: 75px;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
}

.like-dislayer .progress .result-vote {
	font: 500 16px/21px 'Roboto', Arial, sans-serif;
	color: #ff9900;
	display: block;
}

.like-dislayer .progress p {
	font: 500 12px/17px 'Roboto', Arial, sans-serif;
	color: #fff;
	display: block;
}

.like-dislayer .progress p span {
	color: #959595;
}

.main-сontent .player-holder .text-video {
	font: 400 14px/19px 'Roboto', Arial, sans-serif;
	color: #959595;
	border-bottom: 1px solid #323130;
	padding: 15px;
}

.main-сontent .player-holder .tags {
	position: relative;
	min-height: 38px;
	padding: 15px;
}

.main-сontent .player-holder .tags .row {
	font-size: 0;
	line-height: 0;
	margin: 0 0 15px;
}

.main-сontent .player-holder .tags .row:last-of-type {
	margin: 0;
}

.main-сontent .player-holder .tags .row .tag {
	font: 400 13px/18px 'Roboto', Arial, sans-serif;
	color: #fff;
	margin: 0 5px 0 0;
	display: inline-block;
	vertical-align: middle;
}

.tags .row .link {
	font: 400 14px/18px 'Roboto', Arial, sans-serif;
	color: #949494;
	padding: 5px;
	display: inline-block;
	vertical-align: middle;
	background: #000;
	border: 1px solid #323130;
	border-radius: 3px;
	margin: 2px 10px 2px 0;
}

.tags .row .link:hover {
	color: #000;
	background: #ff9900;
	border: 1px solid #ff9900;
}

.tags .row .link:last-of-type {
	margin: 0;
}

.tags .icon {
	text-align: right;
}

.tags .icon i {
	margin: 0 0 0 5px;
	font-size: 17px;
	background: #fff;
	overflow: hidden;
	cursor: pointer;
}

.tags .icon .path1,
.tags .icon .path2,
.tags .icon .path3 {
	margin: 0;
}

.main-advertising {
	padding: 10px 6px;
	border: 1px solid #514e4c;
	background: #0f0f0f;
	border-radius: 2px;
	font-size: 0;
	line-height: 0;
	margin: 0 0 10px;
	display: block;
}

.main-advertising .item {
	width: 33.33%;
	padding: 0 4px;
	display: inline-block;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	vertical-align: middle;
}

.main-advertising .item img {
	width: 100%;
	max-width: 300px;
}

.comments-leave {
	border: 1px solid #514e4c;
	background: #0f0f0f;
	border-radius: 2px;
}

.comments .title,
.leave .title {
	font: 500 20px/25px 'Roboto', Arial, sans-serif;
	color: #fff;
	padding: 13px;
	border-bottom: 1px solid #323130;
}

.comments .title p,
.leave .title p {
	display: inline-block;
	vertical-align: middle;
}

.comments .title i,
.leave .title i {
	color: #ff9900;
	font-size: 14px;
	margin: 0 5px 0 0;
	display: inline-block;
}

.comments .title .quantity {
	font: 500 14px/21px 'Roboto', Arial, sans-serif;
	color: #959595;
	display: inline-block;
	vertical-align: bottom;
}

.comments .title .quantity .number {
	color: #ff9900;
}

.comments .user-сomments {
	padding: 10px 13px 0;
	font-size: 0;
	line-height: 0;
}

.comments .user-сomments .user {
	display: inline-block;
	vertical-align: top;
	padding: 0 20px 0 7px;
	width: 92px;
}

.comments .user-сomments .user img {
	padding: 0 0 5px;
}

.comments .user-сomments .user .number {
	font: 400 12px/17px 'Roboto', Arial, sans-serif;
	color: #ff9900;
	text-align: center;
}

.comments .user-сomments .сomments-block {
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 92px);
	border-bottom: 1px solid #323130;
	padding: 0 0 10px;
}

.comments .user-сomments .сomments-block .name {
	font: 700 16px/21px 'Roboto', Arial, sans-serif;
	color: #fff;
	cursor: pointer;
}

.comments .user-сomments .сomments-block .name:hover {
	border-bottom: 1px solid #fff;
}

.user-сomments .сomments-block .data-like {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin: 0 0 10px;
}

.user-сomments .сomments-block .data {
	font: 400 12px/17px 'Roboto', Arial, sans-serif;
	color: #959595;
}

.user-сomments .сomments-block .like-dislayer-сomments {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	font: 400 12px/17px 'Roboto', Arial, sans-serif;
	color: #fff;
}

.сomments-block .like-dislayer-сomments .progress {
	margin: 0 5px;
}

.user-сomments .сomments-block .like-dislayer-сomments i {
	font-size: 14px;
	color: #959595;
	cursor: pointer;
}

.user-сomments .сomments-block .like-dislayer-сomments i:hover {
	color: #ff9900;
}

.user-сomments .сomments-block .comments-text {
	font: 400 14px/19px 'Roboto', Arial, sans-serif;
	color: #959595;
	border-radius: 3px;
	background-color: #212121;
	padding: 10px;
	margin: 0 0 15px;
}

.user-сomments .сomments-block .button {
	display: block;
	text-align: right;
}

.user-сomments .сomments-block .button .link {
	font: 500 12px/17px 'Roboto', Arial, sans-serif;
	color: #ff9900;
	border: 1px solid #323130;
	background-color: #000;
	border-radius: 2px;
	padding: 5px;
}

.user-сomments .сomments-block .button .link:hover {
	color: #000;
	border: 1px solid #ff9900;
	background-color: #ff9900;
}

.show-more-holder {
	display: block;
	text-align: center;
	margin: 10px 0;
}

.show-more-holder .show-more-btn {
	padding: 10px;
	border-radius: 5px;
	border: 1px solid #323130;
	background-color: #000000;
	font: 500 16px/21px 'Roboto', Arial, sans-serif;
	color: #949494;
	display: inline-block;
}

.show-more-holder .show-more-btn:hover {
	color: #000000;
	background-color: #ff9900;
	border: 1px solid #ff9900;
}

.content-video .form {
	padding: 20px 37px;
}

.form input {
    margin: 0 0 12px;
    display: block;
    padding: 7px;
    border: 0;
    font: 700 12px/17px 'Roboto', Arial, sans-serif;
    color: #fff;
    width: 296px;
	height: 32px;
	border-radius: 3px;
	background-color: #1f1e1d;
}

.form .bottom .link {
	height: auto;
	cursor: pointer;
}

.form textarea {
    width: 100%;
    border: none;
    resize: none;
    padding: 7px;
    font: 700 12px/17px 'Roboto', Arial, sans-serif;
    color: #fff;
    margin: 0 0 13px 0;
	height: 110px;
	border-radius: 3px;
	background-color: #1f1e1d;
	overflow: hidden;
}    

.form .row label {
	font: 700 16px/23px 'Roboto', Arial, sans-serif;
    color: #fff;
    padding: 10px 0;
    display: block;
}

.form .row textarea,
.form .row input {
	background: #000;
}

.form .row textarea {
	margin: 0;
}

.form .row input {
	width: 320px;
}

.smilies img {
	margin: 0 2px 13px 0;
	cursor: pointer;
}

.form .link {
	border-radius: 2px;
	border: 1px solid #323130;
	background-color: #000000;
	font: 500 16px/20px 'Roboto', Arial, sans-serif;
    color: #ff9900;
    padding: 10px;
    display: inline-block;
}

.form .link:hover {
	color: #000000;
	background-color: #ff9900;
	border: 1px solid #ff9900;
}

.block-comments .success {
	font: 500 16px/20px 'Roboto', Arial, sans-serif;
	color: #fff;
	padding: 10px 0 0 0;
}

.bottom-advertising {
	font-size: 0;
	line-height: 0;
	margin: 0 -5px 15px; 
	display: block;
}

.bottom-advertising .item {
	width: 25%;
	padding: 0 5px;
	display: inline-block;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	vertical-align: middle;
}

.bottom-advertising .item img {
	width: 100%;
	max-width: 300px;
}

.title-bottom {
	font: 500 20px/25px 'Roboto', Arial, sans-serif;
}

.title-bottom i {
	color: #ff9900;
}

.vodeo-bottom {
	font-size: 0;
	line-height: 0;
	margin: 0 -5px 10px;
}

.bottom .show-more-holder {
	border-bottom: 1px solid #323130;
	padding: 0 0 10px;
}

.categories-block {
    width: 25px;
    padding: 5px;
    display: inline-block;
    width: 33.33%;
    vertical-align: middle;
}

.categories-block .link {
    background: #0f0f0f;
    padding: 1px 0 0 1px;
    border: 1px solid #514e4c;
    border-radius: 2px;
    display: block;
}

.categories-block .link .img-holder {
    position: relative;
    padding-bottom: 68%;
}

.categories-block .link .img-holder img {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    display: block;
    width: 100%;
    height: 100%;
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    -webkit-border-image: initial;
         -o-border-image: initial;
            border-image: initial;
}

.categories-block .title-holder {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
    padding: 0 10px;
    font: 500 18px/23px 'Roboto', Arial, sans-serif;
    color: #9b9b9b;
}

.categories-block:hover .title-holder {
	color: #fff;
}

.categories-block .title-holder .videos {
	font-size: 0;
	line-height: 0;
}

.title-holder .videos .text {
	display: inline-block;
	vertical-align: middle;
	font: 500 14px/29px 'Roboto', Arial, sans-serif;
}

.title-holder .videos i {
	font-size: 16px;
	color: #ff9900;
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 5px;
}

.empty-content {
	font: 500 14px/20px 'Roboto', Arial, sans-serif;
	color: #fff;
}

.empty-content .item {
	margin: 5px;
}

.page-error {
	font: 700 30px/35px 'Roboto', Arial, sans-serif;
	color: #ff9900;
	padding: 10px 0;
	position: absolute;
	top: 50%;
	top: 50%;
	margin-top: -7%;
	text-align: center;
	width: 100%;
}

.page-error .home {
	font: 500 20px/25px 'Roboto', Arial, sans-serif;
	color: #fff;
}

.page-error .home:hover {
	border-bottom: 2px solid #fff;
}

.no-thumb {
	font: 500 18px/18px 'Roboto', Arial, sans-serif;
	color: #ff9900;
	right: 0;
	left: 0;
	top: 50%;
    margin-top: -50px;
    display: block;
    text-align: center;
    position: absolute;
}

.content_static {
	font: 400 12px/17px 'Roboto', Arial, sans-serif;
	color: #fff;
}

.content_static .title {
    margin: 2em 0 1em 0;
    font-size: 14px;
}

.content_static .title:first-of-type {
	margin: 0 0 1em;
}

.content_static ul {
	padding-left: 20px;
}

.content_static .list-first {
	padding: 0;
}

.content_static .item {
    list-style: none;
    margin-bottom: 1em;
    text-align: justify;
}

.content_static .fat {
	font-weight: 700;
}

.content_static a {
	font: 400 12px/17px 'Roboto', Arial, sans-serif;
	color: #ff9900;
}

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

.success {
	font: 400 15px/20px 'Roboto', Arial, sans-serif;
	color: #ff9900;
}

.blockUI,
.blockOverlay {
	opacity: 0 !important;
}

@media screen and (max-width: 1050px) {
	.tools-holder .main-nav .item {
		position: static;
	}

	.top-menu .tools-dropable {
		width: 100%;
	}	

	.top-menu .bg-dropable:before {
		left: 260px;
	}
}

@media screen and (max-width: 992px) {
	.search-bar .input-text {
		width: 340px;
	}

	.content-video .main-сontent {
	    width: calc(100% - 260px);
	}

	.content-video .left-column {
	    width: 250px;
	}

	.tools-holder .main-nav .item:hover .link {
		color: #949494;
		background-color: rgba(0, 0, 0, 0);
		border: 1px solid #323130;
	}

	.tools-holder .main-nav .item:hover i {
	    -webkit-transform: none;
	    -ms-transform: none;
	    transform: none;
	}

	.main-nav .nav .item:hover .tools-dropable {
		display: none;
	}

	.header.open-categories .tools-holder .main-nav .item .link {
		padding: 10px;
		background-color: #ff9900;
		color: #000;
		border-radius: 3px;
		border: 1px solid #ff9900;
	}

	.header.open-categories .tools-holder .main-nav .item .tools-dropable {
		display: block;
	}

	.header.open-categories .tools-holder .main-nav .item i {
		-webkit-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		transform: rotate(180deg);
	}
}

@media screen and (max-width: 910px) {
	.title-block-sorting {
		display: block;
	}

	.title-block-sorting .sorting .item {
		margin: 0;
	}

	.title-block-sorting .title-block {
		margin: 0 0 10px;
	}
}

@media screen and (max-width: 826px) {
	.header {
		margin: 0;
	}
	
	.main-nav .menu-open {
	  	cursor: pointer;
	  	display: inline-block;
	  	text-align: right;
	}

	.main-nav .menu-open .button-open-menu + span {
	  	display: inline-block;
	  	vertical-align: middle;
	  	padding: 0 0 0 5px;
	}

	.main-nav .button-open-menu {
	  	display: inline-block;
	  	vertical-align: middle;
	  	position: relative;
	  	width: 32px;
	  	height: 18px;
	}

	.main-nav .button-open-menu span, 
	.main-nav .button-open-menu span:after,
	.main-nav .button-open-menu span:before {
	  	height: 2px;
	  	background-color: #ff9900;
	  	position: absolute;
	  	left: 5px;
	  	right: 5px;
	  	top: 50%;
	  	margin-top: -1px;
	  	-webkit-transition: all 0.2s;
	  	-o-transition: all 0.2s;
	  	transition: all 0.2s;
	  	-webkit-backface-visibility: hidden;
	  	backface-visibility: hidden;
	}

	.main-nav .button-open-menu span:after, 
	.main-nav .button-open-menu span:before {
	  	content: "";
	  	left: 0;
	  	right: 0;
	  	top: -6px;
	}

	.main-nav .button-open-menu span:after {
	  	top: 8px;
	}

	.header.open-menu .button-open-menu span {
	  	background-color: transparent;
	}

	.header.open-menu .button-open-menu span:before {
	  	-webkit-transform: rotate(45deg) translate(5px, 5px);
	  	-ms-transform: rotate(45deg) translate(5px, 5px);
	  	transform: rotate(45deg) translate(5px, 5px);
	  	background-color: #fff;
	}

	.header.open-menu .button-open-menu span:after {
	  	-webkit-transform: rotate(-45deg) translate(5px, -5px);
	  	-ms-transform: rotate(-45deg) translate(5px, -5px);
	  	transform: rotate(-45deg) translate(5px, -5px);
	  	background-color: #fff;
	}

	.main-nav .drop {
		display: none;
	}

	.header.open-menu .drop {
		display: block;
		left: 0;
		position: absolute;
		text-align: center;
		top: 44px;
		width: 100%;
		z-index: 2;
		background: #0f0f0f;
		padding: 0 0 10px;
	}

	.top-menu .tools-dropable {
		position: static;
		padding: 0;
	}

	.top-menu .tools-dropable {
		width: 100%;
	}

	.tools-holder .main-nav .item {
		margin: 0 10px;
	}

	.main-nav .item .link,
	.main-nav .item:hover .link {
		width: 100%;
	}
	
	.search-favorites {
		position: static;
		z-index: 33;
	}

	.search-nav .search-open {
	  	cursor: pointer;
	  	display: inline-block;
	  	text-align: right;
	  	vertical-align: middle;
	  	margin: 0;
	}

	.search-nav .search-open .button-open-search + span {
	  	display: inline-block;
	  	vertical-align: middle;
	}
	
	.search-nav .button-open-search {
		top: -2px;
		text-align: center;
		width: 32px;
		border-radius: 3px;
		border-width: 1px;
		border-style: solid;
		border-color: rgb(50, 49, 48);
		color: #ff9900;
	}

	.search-nav .button-open-search span {
		line-height: 32px;
		font-size: 15px;
	}

	.header.open-search .button-open-search {
		color: #323130;
		background-color: #ff9900;
		border: 1px solid #ff9900;
	}

	.search-nav .button-open-search span {
		display: block;
	}

	.search-nav.open .button-open-search span {
	  	background-color: transparent;
	}

	.search-nav .drop-1 {
		display: none;
	}

	.header.open-search .drop-1 {
		display: block;
	    left: 0;
	    position: absolute;
	    top: 44px;
	    width: 100%;
	    z-index: 2;
	    background: #0f0f0f;
	    padding: 0 10px 10px;
	}

	.logo-holder {
		position: absolute;
		display: inline-block;
		right: 0;
		left: 0;
		top: 0;
		text-align: center;
	}

	.logo-holder .logo {
		position: relative;
	}

	.tools-holder .main-nav {
	    margin: 0;
	}

	.header.open-search .search-bar .search-btn {
		position: absolute;
		right: 10px;
	}

	.search-bar .input-text {
		width: 100%;
	}
	
	.video-block {
		width: 33.33%;
	}

	.bottom-advertising .item {
		width: 50%;
		padding: 0 5px 5px;
		text-align: center;
	}
	
	.title-text.top .text-holder,
	.title-text.bottom {
		display: none;
	}

	.video-block .link:hover .title {
		color: #959595;
	}

	.content-video .main-сontent {
	    width: 100%;
	}

	.content-video .left-column {
	    display: none;
	}

	.content-video .views-data-like,
	.main-сontent .player-holder .text-video,
	.main-сontent .player-holder .tags,
	.comments .title, .leave .title,
	.content-video .form {
		padding: 8px;
	}

	.comments .user-сomments {
		padding: 8px 8px 0;
	}

	.main-сontent .player-holder .tags .row {
		margin: 0 0 8px;
	}

	.tags .icon {
		bottom: 21px;
	}

	.views-data .statistic .item {
		margin: 0 8px 0 0;
		font: 400 14px/19px 'Roboto', Arial, sans-serif;
	}

	.top-menu .bg-dropable {
		padding: 20px 15px;
	}

	.top-menu .bg-dropable::before {
		display: none;
	}

	.item_drop .link_drop {
        padding: 5px 0px;
        white-space: nowrap;
	    overflow: hidden;
	    -o-text-overflow: ellipsis;
	       text-overflow: ellipsis;
	}

	.title-player .title-holder {
	    margin: 5px 0;
	}

	.title-player .title-holder i {
	    display: none;
	}

	.title-player .title-holder div {
	    font-size: 18px;
	    line-height: 18px;
	}

	.title-player .title-holder div, .title-player .title-holder h1 {
	    display: inline-block;
	}

	.block-comments .success {
		padding: 8px 0 0 10px;
	}
}

@media screen and (max-width: 640px) {
	.top-menu .tools-dropable {
		padding: 0;
	}

	.top-menu .bg-dropable .text-dropable {
		border: none;
		padding: 0;
		display: block;
	}

	.bg-dropable .text-dropable .column {
		width: 100%;
		text-align: center;
	}

	.top-menu .bg-dropable {
	    padding: 20px 5px;
	}

	.video-block,
	.bottom-advertising .item,
	.categories-block {
		width: 50%;
	}

	.main-advertising .item {
		width: 100%;
		margin: 0 0 5px;
		text-align: center;
	}

	.pagination-list .item {
		display: none;
	}

	.pagination-list .btn-prev,
	.pagination-list .active,
	.pagination-list .btn-next {
		display: inline-block; 
	}

	.tags .row .link {
		margin: 0 10px 5px 0;
		padding: 3px;
	}

	.tags .row .link:hover {
		padding: 3px;
	}

	.tags .icon {
		position: static;
	}
}

@media screen and (max-width: 550px) {
	.title-block-sorting .sorting .item {
		margin: 0;
	}

	.sorting .item .link {
		padding: 5px;
	}

	.content-video .form input {
		width: 100%;
	}

	.comments .user-сomments .user {
	    padding: 0;
	    width: 100%;
	    text-align: center;
	}

	.comments .user-сomments .сomments-block {
		width: 100%;
	}

	.comments .user-сomments .сomments-block .name {
		text-align: center;
	}

	.footer {
		padding: 10px;
	}

	.footer-holder .bottom-menu .item {
		display: block;
		text-align: center;
		border-right: none;
	}
}

@media screen and (max-width: 480px) {
	.like-dislayer,
	.views-data-like .views-data {
		margin: 0 auto;
	}

	.pagination-list .link {
		font: 500 14px/35px 'Roboto', Arial, sans-serif;
		height: 35px;
	}
}

@media screen and (max-width: 440px) {
	.video-block,
	.bottom-advertising .item,
	.main-advertising .item,
	.categories-block {
		width: 100%;
	}
}

@media screen and (max-width: 380px) {
	.pagination-list .item {
		margin: 0 2px;
	}

	.pagination-list .btn-prev .link {
	    padding: 0 10px 0 5px;
	}

	.pagination-list .link {
		padding: 0 10px;
	}
}

@import url('http://fonts.googleapis.com/css?family=Roboto:400,500,700');

.player {
    display: block;
    width: 640px;
    overflow: hidden;
    background: #000;
    position: relative;
}

.no-script {
	font-size: 20px;
	line-height: 25px;
	position: absolute;
	right: 0;
	left: 0;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	color: #fff;
}