@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700');
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-family: 'icomoon';
  src:  url('../fonts/icomoon.eot');
  src:  url('../fonts/icomoon.eot') format('embedded-opentype'),
    url('../fonts/icomoon.ttf') format('truetype'),
    url('../fonts/icomoon.woff') format('woff'),
    url('../fonts/icomoon.svg') 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 'Open Sans', Arial, sans-serif;
	background-color: #2a2a2b;
}

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

.main-container {
	max-width: 1160px;
	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: #111;
    padding: 5px 0 15px 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-wrap {
	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;
	    line-height: 32px;
	-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: 10px 0;*/
}

.header-wrap .header-tools {
	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-wrap {
	position: relative;
}

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

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

.header-tools .main-nav .item {
	position: relative;
	float: left;
    margin-left: 25px;
}

.main-nav .nav .link,
.main-nav .nav .link-cats {
    font: 500 16px/21px 'Open Sans', Arial, sans-serif;
    color: #838383;
    padding: 10px 0;
    /* background-color: rgba(0, 0, 0, 0); */
    vertical-align: middle;
    border-bottom: 3px solid #ff3464;
    display: inline-block;
    top: 0;
}

a.all-cats {
    background-color: #ff3464;
    color: #fff !important;
}
a.all-cats:hover {
    background-color: #464646 !important;
    color: #ffffff !important;
    border: 3px solid #464646 !important;
}

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

.main-nav .nav .link:hover {
	color: #fff;
}

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

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

.main-nav .nav .item:hover .menu-drop {
	display: block;
} 

.head-menu .back-drop {
	background: rgba(70, 70, 70, 0.98);
    padding: 20px 15px 20px 15px;
    position: relative;
}

.head-menu .back-drop .txt-drop {
	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: 10px 0 0 0;
}

.back-drop .txt-drop .column {
	width: 25%;
}

.item_list .link_list {
	padding: 5px 0 5px 10px;
	width: calc(100% - 15px);
	font: 400 16px/21px 'Open Sans', Arial, sans-serif;
	color: #949494;
	display: block;
	border-radius: 3px;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.srch-blockdrop {
	font-size: 0;
	line-height: 0;
}

.header-wrap .srch-blockdrop {
	text-align: left;
	display: inline-block;
	vertical-align: middle;
}

.search-bar .input-text {
    width: 215px;
    height: 32px;
    font: 12px/17px 'Open Sans', Arial, sans-serif;
    border: solid #ebebeb;
    border-width: 1px 0 1px 1px;
    background: #fff;
    padding: 5px 10px;
    color: #555;
    float: left;
}
.search-bar.clearfix {
    padding-top: 10px;
}
.search-bar .search-btn {
    width: 32px;
    height: 32px;
    border: none;
    background-color: #fff;
    cursor: pointer;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
}

.search-bar .search-btn i {
    font-size: 18px;
    color: #ff3464;
    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 {
	color: #ff3464;
}

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



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

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

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

.head-text .title-main,
.title-player .title-main {
    font: 21px/25px 'Open Sans', Arial, sans-serif;
    color: #ff3464;
}

.head-text .title-main {
	margin-bottom: 5px;
}

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

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

.title-player .title-main i {
	font-size: 15px;
	color: #ff3464;
}

.head-text .txt-hold .text {
    font: 500 14px/20px 'Open Sans', Arial, sans-serif;
    color: #b8b8b8;
    
}

.title-text .title-holder,
.title-holder {
    font: 500 21px/25px 'Open Sans', Arial, sans-serif;
    color: #fff;
    padding: 8px 10px;
    border: 1px solid #464646;
    margin: 0 0 10px 0;
}

.title-text .title-holder {
	margin: 6px 0px;
}
.title-holder.more-vids {
    color: #fff;
    margin: 30px 0px 10px 0px;
    padding: 0 0 15px 0;
    text-transform: uppercase;
    border: unset;
}
 .title-holder {
	letter-spacing: 0.4px;
}
.title-holder.desc{
	font: 500 16px/19px 'Open Sans', Arial, sans-serif;
    color: #8a8a8a;
}
.views-data-like {
    float: right;
    display: block;
    line-height: 0;
	margin-top: -4px;
}
.title-holder div,
.title-holder h1 {
	display: inline;
}
.content-holder.models .title-holder div{
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

 .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;
}

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

.head-text .txt-hold .link {
	font: 400 15px/20px 'Open Sans', Arial, sans-serif;
	color: #959595;
}

.head-text .txt-hold .porno {
	color: #fff;
}

.head-text .txt-hold .sveta {
	color: #ff3464;
}

.head-text .txt-hold .link:hover .sveta,
.head-text .txt-hold .link:hover {
	color: #fff;
	border-bottom: 1px solid #fff;
}

.sortby {
	padding: 15px 0 0;
	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;
	margin-bottom: 15px;
}

.sortby .title-block {
	font: 400 23px/25px 'Open Sans', 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;
	position: relative;
}

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

.sortby .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;
}

.sortby .sorting .item {
	margin: 0 0 0 10px;
}

.sorting .item .link {
    padding: 0px 5px;
    margin-left: 10px;
    background: #0f0f0f;
    font: 300 16px/21px 'Open Sans', Arial, sans-serif;
    color: #949494;
    background-color: rgba(0, 0, 0, 0);
    vertical-align: middle;
    border-top: 3px solid #ff3464;
}
.sorting .item .link.active,
.sorting .item .link:hover {
    border-top: 3px solid #ed145b;
    color: #000;
}

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



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

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

.content-video .left-column {
	display: inline-block;
	vertical-align: top;
	width: 275px;
	margin: 0 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: 30px 5px 0 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #ededed;
}

.content-video .left-column .video .last-video {
    font: 500 20px/23px 'Open Sans', Arial, sans-serif;
    color: #555;
    margin: 0 0 20px;
    text-transform: uppercase;
}

.content-video .left-column .video .last-video i {
	font-size: 14px;
	color: #ff3464;
	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 {
	background: #fff;
	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: 3px 15px;
	border-bottom: 1px solid #e7e8e9;
}

.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 18px/21px 'Open Sans', Arial, sans-serif;
    color: #4f4f4f;
    vertical-align: middle;
    margin: 0 20px 0 0;
}

.views-data .statistic .item i {
	color: #ff3464;
	font-size: 16px;
	margin: 0 0px 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: #ff3464;
	border: 1px solid #ff3464;
}

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

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

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

.like-dislayer .like,
.like-dislayer .dislayer {
	padding: 4px;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	border: 1px solid #ff3464;
    padding: 5px 20px;
}

a.rate-dislike.dislayer {
    padding: 5px 19px;
}

.like-dislayer .like:hover,
.like-dislayer .dislayer:hover {
}

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

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

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

.like-dislayer .progress {
	/*width: 45px;*/
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	padding: 0 10px;
}

.like-dislayer .progress .result-vote {
	font: 500 18px/21px 'Open Sans', Arial, sans-serif;
	color: #ff3464;
	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;
}
a.rate-dislike.dislayer {
    transform: scale(1, -1);
}
.main-content .player-holder .text-video {
	font: 400 14px/19px 'Open Sans', Arial, sans-serif;
    color: #858182;
    border-bottom: 1px solid #e7e8e9;
    padding: 10px 15px;
}

.player-info .tags {
	position: relative;
	min-height: 38px;
	padding: 0 15px 5px 0;
}

.player-info .tags {
	font: 500 16px/19px 'Open Sans', Arial, sans-serif;
    color: #8a8a8a;
}

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

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

.main-content .player-holder .tags .row .tag {
    font: 400 16px/18px 'Open Sans', Arial, sans-serif;
    color: #ed145b;
    margin: 0 25px 0 0;
    display: inline-block;
    vertical-align: middle;
}

.tags .row .link {
    font: 400 16px/18px 'Open Sans', Arial, sans-serif;
    color: #ff3464;
    display: inline-block;
}

span.link-span {
    font: 400 16px/25px 'Open Sans', Arial, sans-serif;
    color: #fafafa;
    display: inline-block;
}

.tags .row .link:hover {
	color: #e8e8e8;
}

.player-info .tags .row {
    padding: 0 0 8px 0;
}

span.tag {
    min-width: 105px;
    display: inline-block;
    margin-right: 20px;
    line-height: 25px;
}

.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;
}

.title-text.video-pages {
    clear: both;
    overflow: hidden;
}
.comments-leave {
	clear: both;
    overflow: hidden;
}

.comments .title,
.leave .title {
    font: 500 16px/25px 'Open Sans', Arial, sans-serif;
    color: #fff;
    padding: 9px;
    border: 1px solid #464646;
}

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

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

.comments .title .quantity {
	font: 500 18px/21px 'Open Sans', Arial, sans-serif;
	color: #ff3464;
	display: inline-block;
	vertical-align: bottom;
}

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

.comments .user-comments {
	padding: 7px 13px 0;
	font-size: 0;
	line-height: 0;
	border-bottom: 1px solid #464646;
}
.comments .user-comments:last-child{
	border-bottom: none;
}

.comments .user-comments .user {
    padding: 0;
    width: 72px;
    height: 72px;
    margin-right: 20px;
    border-radius: 2px;
    float: left;
}

.comments .user-comments .user img {
	width: 68px;
	border-radius: 2px;
	border: 2px solid #ff3464;
}

.comments .user-comments .user .number {
	font: 400 20px/17px 'Open Sans', Arial, sans-serif;
	color: #ff3464;
	text-align: center;
}

.comments .user-comments .comments-block {
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 92px);
	padding: 0 0 10px;
}

.comments .user-comments .comments-block .name {
    font: 400 22px/21px 'Open Sans', Arial, sans-serif;
    color: #ff3464;
    cursor: pointer;
	margin-bottom: 10px;
    display: block;
}

.comments .user-comments .comments-block .name:hover {
	color: #fff;
}

.user-comments .comments-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-comments .comments-block .data {
	font: 400 12px/17px 'Open Sans', Arial, sans-serif;
	color: #959595;
}

.user-comments .comments-block .like-dislayer-comments {
	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;
}

.comments-block .like-dislayer-comments .progress {
	margin: 0 5px;
	color: #2f2e2d;
}

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

.user-comments .comments-block .like-dislayer-comments i:hover {
	color: #ff3464;
}

.user-comments .comments-block .comments-text {
	font: 400 14px/19px 'Open Sans', Arial, sans-serif;
	color: #888888;
	/*border-radius: 3px;*/
	/*background-color: #212121;*/
	padding: 0px;
	margin: 0 0 15px;
}

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

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

.user-comments .comments-block .button .link:hover {
	color: #000;
	border: 1px solid #ff3464;
	background-color: #ff3464;
}

.block-comments {
    margin-top: 5px;
    display: block;
}

.block-comments .leave {
    margin-bottom: 20px;
}
.show-more-holder {
	display: block;
	margin: 25px 0px;
	text-align: left;
}

.show-more-holder .show-more-btn {
	padding: 10px;
    border: 1px solid #464646;
    font: 500 16px/21px 'Open Sans', Arial, sans-serif;
    color: #ff3464;
    display: inline-block;
}

.show-more-holder .show-more-btn:hover {
	color: #fff;
}

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

.form input {
    margin: 0 0 12px;
    display: block;
    padding: 7px;
    border: 0;
    font: 700 12px/17px 'Open Sans', Arial, sans-serif;
    color: #fff;
    width: 100%;
    height: 32px;
    background-color: #313031;
}

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

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

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

.form .row textarea {
	margin: 0;
}

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

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

.form .link {
    padding: 10px;
    border: 1px solid #464646;
    font: 500 16px/21px 'Open Sans', Arial, sans-serif;
    color: #ff3464;
    display: inline-block;
	background: transparent;
}

.form .link:hover {
    color: #fff;
    border: 1px solid #464646;
}

.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;
}

.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 {
    padding: 5px;
    display: inline-block;
    width: 33.33%;
    vertical-align: middle;
    /*margin-right: 13px;*/
}
.content-holder.models .categories-block{
	width: 20%;
}

.content-holder.models .categories-block .link .img-holder{
	padding-bottom: 146%;
}

.categories-block:nth-child(3n+3){
    /*margin-right: 0 !important;
	padding-right: 0 !important;*/
}

.categories-block .link {
	background: #464646;
    border: 1px solid #464646;
    border-radius: 2px;
    display: block;
} 
.categories-block:hover > .link {
	background: #ff3464;
    border: 1px solid #ff3464;
    cursor: pointer;
}

.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 'Open Sans', Arial, sans-serif;
    color: #ff3464;
	border: none;
    margin: 0;
}

.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 15px/29px 'Open Sans', Arial, sans-serif;
}

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

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

.page-error {
	font: 700 30px/35px 'Roboto', Arial, sans-serif;
	color: #ff3464;
	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: #ff3464;
	right: 0;
	left: 0;
	top: 50%;
    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: #ff3464;
}

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

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

/*********END VIDEOPAGE******/

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

.content-relvid .wrapper-video-block {
    display: inline-block;
    width: 49%;
    vertical-align: middle;
    padding: 0 5px 15px 0;
}

.content-relvid {
    display: block;
    width: 50%;
    float: left;
}

.player-info {
    display: block;
    width: 50%;
    float: right;
	padding-left: 15px;
}

.wrapper-video-block .link {
	padding: 1px 0 0 1px;
	border-radius: 2px;
	display: block;
}

.wrapper-video-block .link .img-wrapper {
	position: relative;
    padding-bottom: 68%;
	background: #ebebeb;
}

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

.wrapper-video-block .img-wrapper .label {
    padding: 0 5px;
    background: #ff3464;
    font: 700 10px/17px 'Open Sans', Arial, sans-serif;
    font-style: italic;
    color: #fff;
    position: absolute;
    text-transform: uppercase;
    bottom: 5px;
    right: 35px;
}

.wrapper-video-block .img-wrapper .longvid {
	padding: 0 5px;
    background-color: rgba(43, 43, 43, .5);
    border-radius: 2px;
    font: 10px/10px 'Open Sans', Arial, sans-serif;
    color: #fff;
    position: absolute;
    bottom: 5px;
    right: 5px;
}
.wrapper-video-block .title-main .longvid {
    font: 13px/17px 'Open Sans', Arial, sans-serif;
    color: #878787;
}

.wrapper-video-block .img-wrapper .views {
    padding: 0 5px;
    background-color: #111;
    font: 700 10px/17px 'Open Sans', Arial, sans-serif;
    color: #fff;
    position: absolute;
    font-style: italic;
    bottom: 5px;
    right: 5px;
}
i.icon-clock {
    color: #ebebeb;
	font-size: 11px;
}

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

.wrapper-video-block .title-main {
    padding: 2px 5px 2px 5px;
	padding-top: 0;
	background: #464646;
}

.wrapper-video-block .title-main .title {
	padding: 2px 0 0 0;
	height: 38px;
}
.wrapper-video-block .title-main .title-hold{
	height: 38px;
	overflow: hidden;
}

.wrapper-video-block .title-main .title {
    font: 16px/18px 'Open Sans', Arial, sans-serif;
    color: #b8b8b8;
    display: table-cell;
    vertical-align: middle;
}

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

.wrapper-video-block .title-main .infoblock {
	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: #878787;
    font: 13px/17px 'Open Sans', Arial, sans-serif;
	padding: 3px 0 0 0;
}

.wrapper-video-block .title-main .infoblock .pubdate i {
	color: #ebebeb;
	margin: 0 5px 0 0;
	font-size: 11px;
}

.wrapper-video-block .title-main .infoblock .percentage {
	color: #878787;
}
i.icon-thumb-up {
    color: #ebebeb;
}

.infoblock .percentage i {
	margin: 0 5px 0 5px;
	font-size: 11px;
}

.pagination-bottom {
    padding: 20px 0 5px;
    text-align: center;
	width: 100%;
    display: block;
}

.pagination-list {
    font-size: 0;
    line-height: 0;  
}
.pagination-list ul {
	border-radius: 3px;
}

.pagination-list .item {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    background: #252525;
	width: 6.6%;
}

.pagination-list .active .link, 
.pagination-list .link:hover {
	background: #ff3464;
    color: #fff;
	cursor: pointer;
}

.pagination-list .link {
	background: transparent;
    height: 58px;
    /*padding: 0 22px;*/
	width: 100%;
    color: #b8b8b8;
    display: inline-block;
    text-align: center;
    font: 300 22px/40px 'Open Sans', Arial, sans-serif;
    line-height: 54px;
	border: 1px solid transparent;
}

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

.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 5px;
}

.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;
}

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

.head-text.bottom .txt-hold .text {
	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 {
	background: #343333;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	padding-top: 20px;
    padding-bottom: 20px;
	margin-top: 25px;
}

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

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

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

.footer-holder .bottom-menu {
	font-size: 0;
	line-height: 0;
	margin-top: 15px;
	text-align: right;
	clear: both;
    overflow: hidden;
}

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

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

.footer-holder .bottom-menu .copy {
	color: #ff3464;
}

.footer-holder .bottom-menu .item .link {
	padding: 0 5px 0 0;
    font: 300 16px/17px 'Open Sans', Arial, sans-serif;
    color: #7f7f7f;
}

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

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

.head-text .title-main.video i {
	font-size: 15px;
	color: #ff3464;
}

.title-bottom {
    font: 400 23px/25px 'Open Sans', Arial, sans-serif;
    position: relative;
}

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

.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;
}

.logo-wrap a {
	font-family: 'Open Sans', Arial, sans-serif;
    color: #fff;
    font-size: 2.5rem;
    letter-spacing: -1px;
    line-height: 0;
    padding-top: 10px;
    display: block;
}

.head-text.top {
	max-width: 1140px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    padding: 0px 10px;
    border-left: 3px solid #636363;
	
}

span.longvid {
    /*margin-right: 5px;
    margin-left: 5px;*/
}

.sortby-wrap {
    /*margin-top: -16px;*/
}

section.top-text {
	background: #464646;
	padding: 10px;
}

section.bottom-text {
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
	margin-top: 15px;
	padding: 10px 0;
}

span.resolution {
    padding: 3px 5px;
    background: #ff3464;
    font: 700 10px/10px 'Open Sans', Arial, sans-serif;
    font-style: italic;
    color: #fff;
    position: absolute;
    text-transform: uppercase;
    top: 5px;
    right: 5px;
}

.bottom-rekl {
    display: block;
    margin: 0 auto;
	overflow: hidden;
	padding: 0 5px;
}

.bottom-rekl-holder{
	margin: 20px 0 20px 0;
	overflow: hidden;
}

.rekl-item{
    display: block;
    width: 32%;
    height: 190px;
    background: #ff3464;
	float: left;
	margin-right: 22px;
}

.rekl-item:nth-child(3){
	margin-right: 0px !important;
}

input.input-text::-webkit-input-placeholder {color:#999;}
input.input-text::-moz-placeholder          {color:#999;}/* Firefox 19+ */
input.input-text:-moz-placeholder           {color:#999;}/* Firefox 18- */
input.input-text:-ms-input-placeholder      {color:#999;}

.logo-footer {
    display: block;
    clear: both;
    margin-bottom: 25px;
}

.logo-footer a {
    font-family: 'Open Sans', Arial, sans-serif;
    color: #666;
    font-size: 48px;
    letter-spacing: -1px;
    padding-top: 10px;
    display: block;
    margin-right: 15px;
}

.footer-text {
	text-align: left;
	border-left: 3px solid #636363;
    padding-left: 10px;
	float: left;
}
.text.footer-title {
    font: 21px/25px 'Open Sans', Arial, sans-serif;
    color: #ff3464;
    margin-bottom: 5px;
}
.text.footer-txt {
    color: #b8b8b8;
    font: 14px/20px 'Open Sans', Arial, sans-serif;
}
.text.footer-slog {
    font: 13px/25px 'Open Sans', Arial, sans-serif;
    font-style: italic;
    color: #777;
    line-height: 15px;
    margin-top: 15px;
}
img.rta-logo {
    float: right;
    width: 108px;
	margin-bottom: 10px;
}
.tex-new-wrap{
	color: #ff3464;
}

.item.wrapper-video-block.video-left {
    width: 100%;
}

.reklama-right-1, .reklama-right-2 {
    display: block;
    width: 100%;
    height: 236px;
    background: #ededed;
	margin-bottom: 10px;
}

.reklama-bottom-wrap {
    background: #fff;
    border-radius: 2px;
    margin: 0 0 10px;
    display: block;
	padding: 10px;
}

.reklama-bottom-item1, .reklama-bottom-item2, .reklama-bottom-item3 {
    display: inline-block;
    width: 32.9%;
    height: 270px;
    border: 1px solid #979090;
    background: #ededed;
    margin-bottom: 0px;
    margin-right: 5px;
}

.reklama-bottom-item3:nth-child(3) {
    margin-right: 0px !important;
}

.video-header {
    /*border-bottom: unset;
    padding: 0 0 50px 0;*/
}

.soc-icon {
    margin-right: 10px;
}

.views-data .statistic .item{
	font-size: 14px;
	line-height: 14px;
}

.views-data .statistic .item i{
	font-size: 14px;
}

/*i.icon-clock, i.icon-calendar {
    margin-right: 0px !important;
}*/

.tags .row:last-child {
    margin-bottom: 0 !important;
}

i.icon-eye {
    margin: 0 5px 0 0 !important;
}

div#list_categories_categories_list_items {
    font-size: 0;
    line-height: 0;
    margin: -5px;
}

span.logo-second {
    color: #ff3464;
}

select.sort-select {
    background: transparent;
    font: 500 14px/25px 'Open Sans', Arial, sans-serif;
    color: #ff3464;
    border: 1px solid #fff;
}
a.link-cats.all-cats {
    border-top: 3px solid transparent;
}
img.icon-film {
    width: 20px;
    bottom: 2px;
    position: absolute;
    left: 0;
}
.sub-menu 
{ 
   display: none; 
} 
/*.main-item:focus ~ .sub-menu, 
.main-item:active ~ .sub-menu, 
.sub-menu:hover 
{ 
    display: block;
    position: absolute;
    background: #fff;
    padding: 5px 10px;
    width: 169.7px;
    z-index: 999;
    margin-top: 5px;	
}*/
ul.sub-menu li {
    /*padding-bottom: 5px;*/
	border-bottom: 1px solid #ff3464;
}
ul.sub-menu li a {
	margin-bottom: 3px;
    margin-top: 3px;
    display: block;
    color: #ff3464;
    text-align: left;
    padding: 3px 0 3px 10px;
}
ul.sub-menu li a:hover {
    color: #474747;
}
a.main-item {
    background: transparent;
    border: 1px solid #fff;
    padding: 4px 30px;
    color: #ff3464;
    min-width: 170px;
    display: inline-block;
    text-align: center;
}
.sortby-wrap{
	position: relative;
}
.sortby-wrap:hover .sub-menu{
	display: block;
	position: absolute;
	z-index: 99;
	display: block;
	position: absolute;
	background: #fff;
	padding: 0;
	width: 100%;
	margin-top: 0;

}
i.icon-shape-2.sort-i {
    font-size: 8px;
    margin-left: 3px;
}
li.btn-prev.item {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
	background: #ff3464;
}
li.btn-prev.item :hover{
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
li.btn-next.btn-next1.item {
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
	background: #ff3464;
}
li.btn-next.btn-next1.item :hover{
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
}
li.btn-next.btn-prev a {
    color: #fff;
}
li.btn-next.btn-next1 a {
    color: #fff;
}
li.btn-next.btn-prev a:hover {
    color: #252525;
}
li.btn-next.btn-next1 a:hover {
    color: #252525;
}
.left-column-mobile{
	display: none;
}
.content-inform{
	overflow: hidden;
	margin-bottom: 25px;
}
.copy-text{
	font: 10px/15px 'Open Sans', Arial, sans-serif;
    font-style: italic;
    color: #777;
    margin: 15px 0 0 0;
    text-align: right;
}
.copy-text .row{
	margin: 0 0 5px 0;
}
.copy-text .row:last-child{
	margin: 0;
}
@media screen and (max-width: 1130px) {
	.reklama-bottom{
		width: 49% !important;
	}

	.rek3, .reklama-bottom-item3{
		display: none !important;
	}
	
	.rekl-item {
		width: 49% !important;
	}
	
	.rekl-item.rek2 {
		margin-right: 0;
	}
	
	.rekl-item {
		margin-right: 15px;
	}
	#list_categories_categories_list {
		/*text-align: center;*/
	}
	
	.pagination-list .link {
		height: 45px;
		padding: 0 19px;
		font: 500 15px/40px 'Open Sans', Arial, sans-serif;
	}
}

@media screen and (max-width: 1050px) {
	
	.views-data-like {
		float: none;
		display: block !important;
		line-height: unset;
		margin-top: 0;
		clear: both;
		overflow: hidden;
	}

	.header-tools .main-nav .item {
		position: static;
	}

	.head-menu .menu-drop {
		width: 100%;
	}	

	.head-menu .back-drop:before {
		left: 260px;
	}
	
	.search-bar .input-text {
    width: 180px;
	}
	.title-holder div, .title-holder h1{
		text-align: center;
	}
}

@media screen and (min-width: 1024px){

	.header-wrap .favorites:hover {
		background-color: #ff3464;
		border: 1px solid #ff3464;
	}
	
	.header-tools .main-nav .item:hover .link,
	.main-nav .nav .link-cats:hover {
		padding: 10px 0;
		border-bottom: 3px solid #fff;
	}
	.header-tools .main-nav .item.active .link{
		border-bottom: 3px solid #fff;
		color: #fff;
	}
	.main-nav .nav .link:hover i {
		/*color: #fff;*/
	}
	
	a.link-cats.all-cats:hover {
		/*border-top: 3px solid #ff3464 !important;*/
	}
	
	.item_list .link_list:hover {
		background-color: #ff3464;
		color: #fff;
	}

	.main-nav .nav .link-cats:hover {
		background-color: #ff3464;
		color: #fff;
	}
}

@media screen and (max-width: 1024px) {

	.txt-hold {
		display: none;
	}
	
	.head-text .title-main {
		margin-bottom: 0;
	}
	
	.footer-text {
		display: none;
	}

	.logo-footer a {
		margin-right: 0 !important;
	}

	a.link-menu {
		border-bottom: 1px solid #ededed;
	}

	.head-text.top {
		padding-top: 0px !important;
	}
	
	.header {
		margin: 0;
	}
	
	.main-nav .menu-open-drop {
	  	cursor: pointer;
	  	display: inline-block;
	  	text-align: right;
		padding-top: 5px;
	}

	.main-nav .menu-open-drop .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: #ff3464;
	  	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: 50px;
		width: 100%;
		z-index: 2;
		background: #464646;
		padding: 0 0 10px;
	}

	.head-menu .menu-drop {
		position: static;
		padding: 0;
	}
	
	.nav.drop li.item  > a {
		border-bottom: 1px solid #8a8a8a;
	}

	.head-menu .menu-drop {
		width: 100%;
	}

	.header-tools .main-nav .item {
    margin: 0px 0px;
    clear: both;
    width: 100%;
	}

	.main-nav .item .link,
	.main-nav .item:hover .link {
		width: 100%;
		border-top: unset;
		border-top: 3px solid transparent;
		color: #fff;
	}

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

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

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

		.srch-blockdrop {
		position: static;
		z-index: 33;
		padding-top: 10px;
	}

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

	.search-nav .search-opn .btn-search + span {
	  	display: inline-block;
	  	vertical-align: middle;
	}
	
	.search-nav .btn-search {
		top: -2px;
		text-align: center;
		width: 32px;
		/*border-radius: 3px;
		border-width: 1px;
		border-style: solid;
		border-color: #ff3464;*/
		color: #ff3464;
	}

	.search-nav .btn-search span {
		line-height: 32px;
		font-size: 24px;
	}

	.header.open-search .btn-search {
		color: #ffffff;
		background-color: transparent;
	}

	.search-nav .btn-search span {
		/*display: block;*/
	}

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

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

	.header.open-search .drop-1 {
		display: block;
	    left: 0;
	    position: absolute;
	    top: 125%;
	    width: 100%;
	    z-index: 2;
	    background: #2a2a2b;
	    padding: 0 10px 10px;
	}
	
	.header-wrap .srch-blockdrop {
	}
	
	.search-nav .btn-search span {
		display: block;
	}
	
	.search-bar .input-text {
		width: 96.4%;
	}
	
}

@media screen and (max-width: 992px) {

	.content-relvid {
		display: none;
	}
	
	.player-info {
		width: 100%;
		padding-left: 0;
	}
	
	.player-info .tags .row {
		padding: 0 0 5px 0;
	}
	
	.player-info .tags {
		padding: 0 0 5px 0;
	}
	
	.comments .user-comments {
		margin-bottom: 5px;
	}
	
	.show-more-holder {
		margin: 15px 0px;
	}
	
	.title-holder.more-vids {
		margin: 25px 0px 10px 0px;
	}
	
	.footer {
		margin-top: 10px;
	}
	
	.content-video .main-content {
	    width: calc(100% - 260px);
	}

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

	.sorting .item .link {
		margin-left: 0px; 
	}

	.search-bar .input-text {
		/*width: 340px;*/
	}

	.header-tools .main-nav .item:hover .link {
		color: #949494;
		background-color: rgba(0, 0, 0, 0);
	}

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

	.main-nav .nav .item:hover .menu-drop {
		display: none;
	}

	.header.open-categories .header-tools .main-nav .item .link {
    padding: 10px;
    background-color: #464646;
    color: #ff3464;
    border-radius: 3px;
	}

	.header.open-categories .header-tools .main-nav .item .menu-drop {
		display: block;
	}

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

@media screen and (max-width: 910px) {

	.title-block > h2 {
		padding-bottom: 10px;
	}

	.search-bar .input-text {
		width: 96%;
	}
	
	.sortby-wrap {
		/*margin-top: 15px !important;*/
		text-align: center;
		display: block;
		float: right;
	}
	
	.sortby .title-block {
		float: left;
	}
	
	img.icon-film {
		width: 20px;
		bottom: 12px;
		position: absolute;
		left: 0;
	}
	
	img.icon-film.video {
		width: 20px;
		bottom: 2px;
		position: absolute;
		left: 0;
	}

	.wrapper-video-block .title-main .infoblock {
		font: 13px/17px 'Open Sans', Arial, sans-serif;
	} 

	.reklama-bottom
	.wrapper-video-block .title-main .longvid {
		font: 11px/17px 'Open Sans', Arial, sans-serif;
		color: #555;
	}

	.sortby .sorting .item {
		margin: 0;
	}
	span.tag{
		margin: 0;
	}

}

@media screen and (max-width: 826px) {

	.player-info .tags {
		font: 500 15px/19px 'Open Sans', Arial, sans-serif;
	}

	li.btn-next.btn-next1.item a {
		font: 500 14px/40px 'Open Sans', Arial, sans-serif;
	}

	li.btn-next.btn-prev.item a {
		font: 500 14px/40px 'Open Sans', Arial, sans-serif;
	}
	
	.pagination-list .btn-next .link {
		padding: 0 0px 0 0px;
	}
	
	.categories-block .title-holder {
		font: 500 16px/23px 'Open Sans', Arial, sans-serif;
		padding: 0 5px;
	}

	.title-holder .videos .text {
		font: 500 14px/29px 'Open Sans', Arial, sans-serif;
	}

	.title-holder .videos i {
		font-size: 14px;
	}

	.rekl-item, .reklama-bottom{
		width: 100% !important;
	}
	.rek2, .reklama-bottom-item2 {
		display: none !important;
	}

	.pagination-list .link {
		font: 500 15px/40px 'Open Sans', Arial, sans-serif;
	    height: 45px;
		padding: 0 15px;
	}

	.like-dislayer .progress .result-vote {
		font: 500 18px/21px 'Open Sans', Arial, sans-serif;
		color: #ff3464;
		display: block;
	}

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

	.search-bar .input-text {
		width: 100%;
	}
	
	.wrapper-video-block {
		width: 33.33%;
	}
		.video-block .link:hover .title {
		color: #959595;
	}
		.content-video .main-content {
	    width: 100%;
	}

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

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

	.main-content .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;
	}

	.title-player .title-holder i {
	    display: none;
	}
	.title-text .title-holder, .title-player .title-holder{
		font-size: 16px;
		line-height: 16px;
		padding: 10px;
	}
	
	.title-text.video-pages .title-holder {
		padding-left: 0;
	}

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

	.block-comments .success {
		padding: 8px 0 0 10px;
	}
	.bottom-advertising .item {
		width: 50%;
		padding: 0 5px 5px;
		text-align: center;
	}
	
	.head-text.top .txt-hold,
	.head-text.bottom {
		/*display: none;*/
	}
	.head-menu .back-drop {
		padding: 20px 15px;
	}

	.head-menu .back-drop::before {
		display: none;
	}
	.main-content .player-holder .tags .row .tag{
		font-size: 14px;
		line-height: 14px;
		margin: 0 10px 0 0;
	}
	.tags .row .link{
		font-size: 16px;
		line-height: 14px;
	}
	span.link-span {
		font-size: 14px;
	}

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

	.left-column-mobile{
		display: block;
	}
}

@media screen and (max-width: 640px) {

	.pagination-list .active .link, .pagination-list .link:hover {
		background: #464646;
		color: #fff;
		cursor: pointer;
	}

	li.btn-next.btn-next1.item  {
		width: 25%;
	}

	li.btn-next.btn-prev.item  {
		width: 25%;
	}
	
	div#list_recent_vids {
		position: relative;
	}
	
	.title-holder.video h1 {
		font: 500 17px/18px 'Open Sans', Arial, sans-serif;
	}
	
	.sortby-wrap {
    /* margin-top: 15px !important; */
		text-align: center;
		display: block;
		float: unset;
	}

	a.main-item {
		clear: both;
		overflow: hidden;
		display: block;
		padding: 5px 10px;
	}
	
/*	.main-item:focus ~ .sub-menu, .main-item:active ~ .sub-menu, .sub-menu:hover {
		display: block;
		position: absolute;
		background: #fff;
		padding: 0;
		width: 100%;
		margin-top: 0;
	}*/
	
/*	ul.sub-menu li a {
		margin-bottom: 3px;
		margin-top: 3px;
		display: block;
		color: #ff3464;
		text-align: center;
	}
	
	ul.sub-menu li{
		margin-bottom: 0;
	}*/
	
	.sortby{
		display: block;
	}
	.sortby .title-block{
		float: none;
		display: block;
	}
	.sortby-wrap{
		display: block;
	}
	a.main-item{
		width: 100%;
	}
	.ads-block {
		width: 30% !important;
	}

	.wrapper-video-block,
	.bottom-advertising .item,
	.categories-block,
	.content-holder.models .categories-block {
		width: 50%;
	} 
	
	.head-menu .menu-drop {
		padding: 0;
	}

	.head-menu .back-drop .txt-drop {
		border: none;
		padding: 0;
		display: block;
	}

	.back-drop .txt-drop .column {
		width: 100%;
		text-align: center;
	}

	.head-menu .back-drop {
	    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;
	}
	.pagination-list .active{
		width: auto;
	}
	.soc-icon{
		display: none;
	}

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

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

	.tags .icon {
		position: static;
	}
	.comments .user-comments .comments-block .name{
		font-size: 16px;
		line-height: 16px;
	}
}

@media screen and (max-width: 550px) {

	.sortby .sorting .item {
		margin: 0;
	}

	.sorting .item .link {
		padding: 5px;
	}
	
	img.rta-logo {
		float: none;
		width: 108px;
		display: block;
		margin: 0 auto;
		padding-top: 20px;
	}

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

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

	.comments .user-comments .comments-block {
		width: 100%;
		padding: 0;
	}

	.comments .user-comments .comments-block .name {
		text-align: left;
	}
	
	.footer {
		padding: 10px;
	}

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

@media screen and (max-width: 480px) {

	li.btn-next.btn-next1.item  {
		width: 28%;
	}

	li.btn-next.btn-prev.item  {
		width: 28%;
	}
	
	.pagination-list .link {
		padding: 0 10px;
	}

	li.btn-next.btn-next1.item a {
		font: 500 16px/33px 'Open Sans', Arial, sans-serif;
	}

	li.btn-next.btn-prev.item a {
		font: 500 16px/33px 'Open Sans', Arial, sans-serif;
	}

	.like-dislayer,
	.views-data-like .views-data {
		margin: 0 auto;
	}
	
	.ads-block {
		width: 100% !important;
		clear: both;
		overflow: hidden;
		margin-bottom: 10px;
	}

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

@media screen and (max-width: 440px) {

	li.btn-next.btn-next1.item  {
		width: 25%;
	}

	li.btn-next.btn-prev.item  {
		width: 25%;
	}
	
	.pagination-list .item {
		width: 10%;
	}

	.wrapper-video-block,
	.bottom-advertising .item,
	.main-advertising .item,
	.categories-block,
	.content-holder.models .categories-block {
		width: 100%;
	}
	
	.like-dislayer, .views-data-like .views-data {
		margin: 0 auto;
		text-align: center;
		margin: 5px 0 0 0;
		width: 100%;
	}

	.views-data-like .views-data .statistic {
		width: 100%;
	}

	.views-data-like {
		padding: 8px 0 !important;
	}

	.like-dislayer.rating-container {
		width: 100%;
		padding-top: 3px;
		margin-top: 10px;
	}

	.views-data-like {
		padding: 8px 0 4px 0 !important;
	}
}

@media screen and (max-width: 380px) {

	li.btn-next.btn-next1.item  {
		width: 25%;
	}

	li.btn-next.btn-prev.item  {
		width: 25%;
	}
	
	.pagination-list .item {
		width: 10%;
	}
	
	.sortby .title-block {
		font: 400 20px/25px 'Open Sans', Arial, sans-serif;
	} 
	.item.last-items {
		margin-right: 0 !important;
	}
	
	.views-data .statistic .item {
		margin: 0 11% 0 0;
	}

	.views-data .statistic .item :nth-last-child{
		margin-right: 0 !important;
	}
	
	.pagination-list .item {
		margin: 0 0;
	}

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

	.pagination-list .link {
		padding: 0 10px;
	}
}
/* top links */
.top-links {
	background: #171717;
	border-bottom: 1px solid #292929;
	padding: 3px 0 6px;
	font-size: 11px;
	white-space: nowrap;
    height: 30px;
    line-height: 25px;
}
    @media screen and (max-width: 1168px) {
    	.top-links {
    		display: none;
    	}
    }
.center-hold {
	max-width: 1235px;
	margin: 0 auto;
	padding: 0 5px;
	text-align: center;
}
.center-hold:after {
	content: "";
	display: block;
	clear: both;
}
.network {
	float: left;
	color: #909090;
	position: relative;
	z-index: 30;
}
.network strong {
	display: inline-block;
	font-weight: normal;
	margin-right: 16px;
}
.network ul {
	display: inline-block;
}
.network li {
	display: inline-block;
	vertical-align: top;
    padding: 0 5px 0 5px;
    background: none !important;
}
.network li:first-child {
	background: none;
	padding-left: 0;
}
.network a {
	color: #c3c3c3;
}
.network a:hover {
	color: #ffffff;
}
.network .more {
	display: none;
}
.member-links {
	float: right;
	overflow: hidden;
	color: #fb479c;
}
.member-links ul {
	padding: 7px 0;
	line-height: 14px;
}
.member-links li {
	display: inline-block;
	vertical-align: top;
	padding-left: 15px;
	margin-left: 16px;
	border-left: 1px solid #262626;
}
.member-links li:first-child {
	padding-left: 0;
	margin-left: 0;
	border-left: none;
}
.member-links a {
	color: #fb479c;
}
.member-links a.disabled {
	color: #808080;
}
.member-links a:hover,
.member-links a.disabled:hover {
	color: #fb479c;
}