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: #fbfbfd;
}

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

.main-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: #fff;
	padding: 0 0 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;
	border-bottom: 1px solid #ebebeb;
}

.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: 300 17px/21px 'Open Sans', Arial, sans-serif;
    color: #949494;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0);
    vertical-align: middle;
    border-top: 3px solid #00bff3;
    display: inline-block;
    top: 0;
}

.main-nav .nav .link-cats {
	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;
}




.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(255, 255, 255, 0.9);
    padding: 20px 15px 20px 30px;
    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: 230px;
    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 {
    border-top: 3px solid #ededed;
    padding-top: 9px;
}
.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: #161616;
    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-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: #00bff3;
}

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

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

.head-text .title-main,
.title-player .title-main {
    font: 18px/22px 'Open Sans', Arial, sans-serif;
    color: #555;
}

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

.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: #00bff3;
}

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

.title-text .title-holder,
.title-player .title-holder {
    font: 700 24px/25px 'Open Sans', Arial, sans-serif;
    color: #ed145b;
    padding: 10px 15px;
    border-bottom: 1px solid #e7e8e9;
}

.title-text .title-holder {
	margin: 6px 0px;
}
.title-holder.more-vids {
    color: #555;
    margin: 30px 0px 10px 0px;
    padding: 0 0 15px 0;
    text-transform: uppercase;
    border-bottom: unset;
}
.title-player .title-holder {
	font-weight: 700;
	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;
}

.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: #00bff3;
}

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

.sortby {
	padding: 10px 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: 25px;
}

.sortby .title-block {
	font: 300 22px/25px 'Open Sans', Arial, sans-serif;
	color: #555;
	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;
}

.sortby .title-block i {
	color: #00bff3;
	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 #00bff3;
}
.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 20px;
}

.content-video .main-content {
	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: 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: #00bff3;
	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 #e7e8e9;
	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: #00bff3;
	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: #00bff3;
	border: 1px solid #00bff3;
}

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

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

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

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

.like-dislayer .dislayer i {
	color: #00bff3;
}

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

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

.like-dislayer .progress .result-vote {
	font: 500 18px/21px 'Open Sans', Arial, sans-serif;
	color: #4f4f4f;
	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;
}

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

.main-content .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 10px 0 0;
    display: inline-block;
    vertical-align: middle;
}

.tags .row .link {
    font: 400 16px/18px 'Open Sans', Arial, sans-serif;
    color: #fff;
    padding: 5px;
    display: inline-block;
    vertical-align: middle;
    background: #12b1df;
    margin: 2px 10px 2px 0;
}

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

.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 #e7e8e9;
	background: #fff;
	border-radius: 2px;
}

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

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

.comments .title i,
.leave .title i {
	color: #00bff3;
	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: #00bff3;
}

.comments .user-comments {
	padding: 10px 13px 0;
	margin-bottom: 15px;
	font-size: 0;
	line-height: 0;
}

.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 #00bff3;
}

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

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

.comments .user-comments .comments-block .name {
    font: 400 18px/21px 'Open Sans', Arial, sans-serif;
    color: #080808;
    cursor: pointer;
}

.comments .user-comments .comments-block .name:hover {
	border-bottom: 1px solid #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: #00bff3;
}

.user-comments .comments-block .comments-text {
	font: 400 14px/19px 'Open Sans', Arial, sans-serif;
	color: #959595;
	/*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: #00bff3;
	border: 1px solid #323130;
	background-color: #000;
	border-radius: 2px;
	padding: 5px;
}

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

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

.show-more-holder .show-more-btn {
    padding: 10px;
    border: 1px solid #e7e8e9;
    font: 500 16px/21px 'Roboto', Arial, sans-serif;
    color: #00bff3;
    display: inline-block;
	border-radius: 3px;
}

.show-more-holder .show-more-btn:hover {
	color: #fff;
	background-color: #00bff3;
	border: 1px solid #00bff3;
}

.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: #2f2e2d;
    width: 296px;
    height: 32px;
    border-radius: 3px;
    background-color: #f6f7f7;
}

.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: #2f2e2d;
    margin: 0 0 13px 0;
    height: 110px;
    border-radius: 3px;
    background-color: #f6f7f7;
    overflow: hidden;
}    

.form .row label {
	font: 700 16px/23px 'Roboto', Arial, sans-serif;
    color: #fff;
    padding: 5px 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 {
    padding: 10px;
    border: 1px solid #e7e8e9;
    font: 500 16px/21px 'Roboto', Arial, sans-serif;
    color: #00bff3;
    display: inline-block;
	background: #fff;
	border-radius: 3px;
}

.form .link:hover {
    color: #fff;
    background-color: #00bff3;
    border: 1px solid #00bff3;
}

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

.field-error{
	font-size: 12px;
    color: rgb(0, 0, 0);
    margin: 0px 0px 10px;
}

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

.models .categories-block{
	width: 20%;
}

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

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

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

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

.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: #fff;
}

.categories-block .title-holder .title{
	white-space: nowrap;
    overflow: hidden;
    width: 75%;
    text-overflow: ellipsis;
}

.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: #fff;
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 5px;
}

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

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

.page-error {
	font: 700 30px/35px 'Roboto', Arial, sans-serif;
	color: #00bff3;
	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: #00bff3;
	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: #00bff3;
}

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

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

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

.wrapper-video-block {
    padding: 0 5px;
    display: inline-block;
    width: 25%;
    vertical-align: middle;
    padding-bottom: 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: 3px 5px;
    background: #ed145b;
    font: 10px/10px 'Open Sans', Arial, sans-serif;
    font-style: italic;
    color: #fff;
    position: absolute;
    text-transform: uppercase;
    top: 5px;
    left: 5px;
}

.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: #555;
}

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

.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: 5px;
    border-top: 3px solid #00bff3;
    margin-top: 3px;
	padding-top: 0;
	background: #fbfbfd;
}

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

.wrapper-video-block .title-main .title {
    font: 13px/18px 'Open Sans', Arial, sans-serif;
    color: #000;
    border-bottom: 1px solid #ededed;
}

.wrapper-video-block .link:hover .title {
	color: #888;
}
.wrapper-video-block .link:hover .title-main{
	border-top: 3px solid #ed145b;
}

.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: #555;
    font: 13px/17px 'Open Sans', Arial, sans-serif;
	padding: 3px 0 0 0;
}

.wrapper-video-block .title-main .infoblock .pubdate i {
	color: #00bff3;
	margin: 0 5px 0 0;
}

.wrapper-video-block .title-main .infoblock .percentage {
	color: #555;
}
i.icon-thumb-up {
    color: #00bff3;
}

.infoblock .percentage i {
	margin: 0 5px 0 5px;
}

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

.pagination-list {
    font-size: 0;
    line-height: 0;  
}

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

.pagination-list .active .link, 
.pagination-list .link:hover {
	background: #00bff3;
    color: #fff;
}

.pagination-list .link {
    background: #fff;
    height: 54px;
    padding: 0 26px;
    color: #777;
    border-radius: 3px;
    border: 1px solid #ededed;
    display: inline-block;
    text-align: center;
    font: 600 18px/40px 'Open Sans', Arial, sans-serif;
    line-height: 54px;
}

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

 .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: #e7e7e7;
	margin: 20px 0 0 0;
	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 16px/17px 'Open Sans', Arial, sans-serif;
	color: #595a5c;
}

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

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

.footer-holder .bottom-menu {
	font-size: 0;
	line-height: 0;
	margin-top: 15px;
}

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

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

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

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

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

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

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

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

.title-bottom i {
	color: #00bff3;
}

.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: #666;
    font-size: 17px;
    letter-spacing: -1px;
    line-height: 0;
    padding-top: 10px;
    display: block;
}

.head-text.top {
    max-width: 1178px;
    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: 10px;
	
}

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

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

section.top-text {
    border-bottom: 1px solid #ededed;
	background: #fff;
}

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

span.resolution {
    padding: 3px 5px;
    background: #00bff3;
    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;
    margin-top: 20px;
	height: 190px;
	margin-bottom: 20px;
}

.rekl-item{
    display: block;
    width: 32%;
    height: 190px;
    background: #ccc;
	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: 28px;
    letter-spacing: -1px;
    padding-top: 10px;
    display: block;
}

.footer-text {
    line-height: 25px;
}

.tex-new-wrap{
	color: #ed145b;
}

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

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

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

.reklama-bottom-wrap .reklama-bottom-item {
    display: inline-block;
    width: 33.333%;
    height: 270px;
    border: 1px solid #979090;
    background: #ededed;
}

.bottom-adv .reklama-bottom-wrap{
	border-top: 1px solid #e7e8e9;
	border-bottom: 1px solid #e7e8e9;
    background: #fff;
    display: block;
    font-size: 0;
	padding: 10px;
	margin: 15px 0 0 0;
}
.bottom-adv .reklama-bottom-wrap .reklama-bottom-item{
	display: inline-block;
    width: 25%;
    height: 270px;
    border: 1px solid #979090;
    background: #ededed;
}
.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_content_sources_sponsors_list_items,
div#list_categories_categories_list_items {
    font-size: 0;
    line-height: 0;
    margin: -5px;
}
.popup-holder{
	margin: 15px 0 0 0;
}
.popup-holder .form .row label{
	font: 500 16px/23px 'Roboto', Arial, sans-serif;
    color: #555;
}
.popup-holder .form .row textarea, 
.popup-holder .form .row input{
	background: #fff;
	border: 1px solid #ededed;
	font: 500 12px/17px 'Open Sans', Arial, sans-serif;
}
.popup-holder .form textarea{
	width: 50%;
}

.popup-holder .form .link:hover{
	background: #e7e7e7;
}
.page-error-holder{
	text-align: center;
	margin: 45px 0 15px 0;
}
.page-error-holder .main-page-error{
	font-size: 35px;
	display: inline-block;
	color: #00bff3;
}
.scrolltop {
	padding: 0 10px;
	position: fixed;
	bottom: 50px;
	right: 25px;
	display: none;
	font-size: 15px;
	background: #00bff3;
	border-radius: 3px;
	border: 1px solid #fff;
}

.scrolltop i {
	font-size: 33px;
	line-height: 32px;
	color: #fff;
}

@media screen and (max-width: 1130px) {
	.reklama-bottom-wrap .reklama-bottom-item{
		width: 50%;
	}
	.reklama-bottom-wrap .reklama-bottom-item:last-child{
		display: none;
	}

	.bottom-adv .reklama-bottom-wrap .reklama-bottom-item:last-child{
		display: inline-block;
	}

	.rek3, .reklama-bottom-item3{
		display: none !important;
	}
	
	.rekl-item {
		width: 47% !important;
	}
	#list_categories_categories_list {
		/*text-align: center;*/
	}
}

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

	.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: 200px;
	}
	.popup-holder .form textarea{
		width: 100%;
	}
}

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

	.header-wrap .favorites:hover {
		background-color: #00bff3;
		border: 1px solid #00bff3;
	}
	
	.header-tools .main-nav .item.active .link,
	.header-tools .main-nav .item:hover .link,
	.main-nav .nav .link-cats:hover {
		border-top: 3px solid #ed145b;
	}
	
	.main-nav .nav .link:hover i {
		color: #ed145b;
	}
	
	a.link-cats.all-cats:hover {
		border-top: 3px solid #ed145b !important;
	}
	
	.item_list .link_list:hover {
		background-color: #ed145b;
		color: #fff;
	}

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

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

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

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

	.head-text.top {
		padding-top: 10px !important;
	}
	
	.header {
		margin: 0;
		    padding-bottom: 10px;
	}
	
	.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: #00bff3;
	  	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: #ed145b;
	}

	.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: #ed145b;
	}

	.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: #fdfdfd;
		padding: 0 0 10px;
	}

	.head-menu .menu-drop {
		position: static;
		padding: 0;
	}

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

	.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: #00bff3;
		color: #00bff3;
	}

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

	.header.open-search .btn-search {
		color: #323130;
		background-color: #00bff3;
		border: 1px solid #00bff3;
	}

	.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: #ededed;
	    padding: 0 10px 10px;
	}
	
	.header-wrap .srch-blockdrop {
	}
	
	.search-nav .btn-search span {
		display: block;
	}
	
	.search-bar .input-text {
		width: 95%;
	}
	section.bottom-text,
	.top-text .txt-hold{
		display: none;
	}
	.head-text .title-main{
		margin: 0;
	}
	
}

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

	.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: #fdfdfd;
    color: #555;
    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);
	}
	.bottom-adv .reklama-bottom-wrap .reklama-bottom-item{
		width: 50%;
	}
}

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

	.title-block > h2 {
		padding-bottom: 10px;
	}
	
	.sortby-wrap {
		margin-top: 15px !important;
	}
	.wrapper-video-block .title-main .longvid,
	.wrapper-video-block .title-main .infoblock {
		font: 11px/17px 'Open Sans', Arial, sans-serif;
	}

	.models .categories-block{
		width: 25%;
	}

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

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

}

@media screen and (max-width: 826px) {
	.models .categories-block .title-holder,
	.categories-block .title-holder {
		font: 500 15px/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-wrap .reklama-bottom-item{
		width: 100%;
	}
	.bottom-adv .reklama-bottom-wrap .reklama-bottom-item:last-child,
	.reklama-bottom-wrap .reklama-bottom-item:nth-child(2){
		display: none;
	}
	.rek2, .reklama-bottom-item2 {
		display: none !important;
	}

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

	.like-dislayer .progress .result-vote {
		font: 400 14px/21px 'Open Sans', Arial, sans-serif;
		color: #4f4f4f;
		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;
	}

	.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-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: 14px;
		line-height: 14px;
	}

	.item_list .link_list {
        padding: 5px 0px;
        white-space: nowrap;
	    overflow: hidden;
	    -o-text-overflow: ellipsis;
	       text-overflow: ellipsis;
	}
	.bottom-adv .reklama-bottom-wrap .reklama-bottom-item{
		display: none;
	}
	.bottom-adv .reklama-bottom-wrap .reklama-bottom-item:nth-child(1){
		display: block;
		width: 100%;
	}
}

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

	.ads-block {
		width: 30% !important;
	}
	.models .categories-block,
	.wrapper-video-block,
	.bottom-advertising .item,
	.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;
	}
	
	.models .categories-block,
	.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; 
	}

	.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;
	}
	.page-error-holder .main-page-error{
		font-size: 17px;
	}
}

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

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

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

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

	.comments .user-comments .comments-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;
	}
	
	.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;
	}
	.scrolltop{
		display: none;
	}
}

@media screen and (max-width: 440px) {
	
	.models .categories-block,
	.wrapper-video-block,
	.bottom-advertising .item,
	.main-advertising .item,
	.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%;
		border-top: 1px solid #e8e8e8;
		padding-top: 3px;
		margin-top: 10px;
	}

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

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

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

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

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