@import url('//fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700&display=swap');
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, button, input, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}

fieldset, img {
	border: 0;
}

img, object, embed {
	vertical-align: bottom;
}

address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: normal;
}

ol, ul {
	list-style: none;
}

caption, th {
	text-align: left;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}

q:before, q:after {
	content: '';
}

a * {
	cursor: pointer;
}

input,
textarea {
	outline: none;
}
.message input::-webkit-input-placeholder,
.message textarea::-webkit-input-placeholder
{
	color: #000!important;
}
.message input:-moz-placeholder,
.message textarea:-moz-placeholder
{
	color: #000!important;
}
.message input::-moz-placeholder,
.message textarea::-moz-placeholder
{
	color: #000!important;
}
.message input:-ms-input-placeholder,
.message textarea:-ms-input-placeholder
{
	color: #000!important;
}

@font-face {
	font-family: "Ico Moon";
	src: url("../fonts/icomoon.eot");
	src: url("../fonts/icomoon.eot#iefix") format("embedded-opentype"), url("../fonts/icomoon.woff") format("woff"), url("../fonts/icomoon.ttf") format("truetype"), url("../fonts/icomoon.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
	@font-face {
		font-family: "Ico Moon";
		src: url("../fonts/icomoon.svg") format("svg");
	}
}

html {
	height: 100%;
	min-width: 320px;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	font: 14px/1.3 "Rubik", sans-serif;
	height: 100%;
	min-width: 320px;
	position: relative;
	color: #a5a1a1;
	background: #212121;
}

a {
	color: #2600ff;
	text-decoration: none;
}

input {
	outline: none;
	-webkit-appearance: none;
	border-radius: 0;
}

* {
	outline: none;
}

* {
	box-sizing: border-box;
}

*:before, *:after {
	box-sizing: border-box;
}

* ::-moz-selection {
	background: #2600ff;
	color: #fff;
}

* ::selection {
	background: #2600ff;
	color: #fff;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
	color: #9fa3a7;
}

input:-moz-placeholder, textarea:-moz-placeholder {
	color: #9fa3a7;
	opacity: 1;
}

input::-moz-placeholder, textarea::-moz-placeholder {
	color: #9fa3a7;
	opacity: 1;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
	color: #9fa3a7;
}

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: #9fa3a7 !important;
}

.wrapper {
	display: table;
	width: 100%;
	height: 100%;
	table-layout: fixed;
	overflow: hidden;
}

.container {
	max-width: 1118px;
	padding: 0 10px;
	margin: 0 auto;
}

@media screen and (max-width: 1024px) {
	.container {
		padding: 0 5px;
	}
}

/**style colors & bg**/
.header {
	background-color: #000;
	/* border-bottom-color: #212428; */
}

@media screen and (max-width: 767px) {
	.header .holder.open .hamburger:before, .header .holder.open .hamburger:after {
		background-color: #d73bd8;
	}
	.header .holder.open .hamburger span {
		background-color: #d73bd8;
	}
}

@media screen and (max-width: 767px) {
	.navigation {
		background-color: #000;
		border-color: #000;
	}
}

.navigation .item.active a {
	color: #d63cd8;
}

.navigation .item.active a:after {
	background-color: #d63cd8;
}

.navigation a {
	color: #ffffff;
}

@media screen and (min-width: 1025px) {
	.navigation a:hover {
		color: #d63cd8;
	}
	.navigation a:hover:after {
		background-color: #d63cd8;
	}
}

.navigation a:after {
	background-color: #d7d7d7;
}

.limited span {
	background-color: #f37af5;
	color: #fff;
}

.form_search .wrap {
	border-color: #212428;
	background: #222;
}

@media screen and (min-width: 1025px) {
	.search_button:hover {
		color: #d73bd8;
	}
}

.headline {
	background-color: #000;
	/* border: 1px solid #212428; */
}

.headline .title {
	color: #ffffff;
}

.headline .title span {
	color: #fd003a;
}

.headline i {
	color: #d73bd8;
}

.sorting .item.active a {
	color: #fd003a;
	border-color: #fd003a;
}

.sorting a {
	border-color: #ccc;
	color: #ccc;
}

@media screen and (min-width: 1025px) {
	.sorting a:hover {
		color: #d73bd8;
		border-color: #d73bd8;
	}
}

.sorting a.active {
	color: #d73bd8;
	border-color: #d73bd8;
}

.thumb .th {
	background-color: #000;
	color: #9b9b9b;
	/* border: 1px solid #3d3d3d; */
}

@media screen and (min-width: 1025px) {
	.thumb .th:hover .desc,
	.thumb .th:hover .name {
		color: #d73bd8;
	}
}

.thumb .desc,
.thumb .name {
	color: #eee;
	/* background-color: #222; */
	/* border-color: #3d3d3d; */
}

.pagination {
	background-color: #313131;
}

.pagination .item.noactive{
	display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.pagination .item.active,
.pagination .item.active > * {
	background-color: #854186;
	color: #fff;
	border-color: #454c4b;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.pagination a {
	color: #9f9f9f;
}

@media screen and (min-width: 1025px) {
	.pagination a:hover {
		background-color: #854186;
		color: #fff;
		border-color: #854186;
	}
}

.hamburger:before, .hamburger:after {
	background-color: #ccc;
}

.panel_wrapped {
	background-color: #000;
	/* border: 1px solid #212428; */
	color: #ffffff;
}

.categories_list a {
	color: #d0d0d0;
}

@media screen and (min-width: 1025px) {
	.categories_list a:hover {
		color: #d63cd8;
	}
}

.quality {
	color: #fff;
	background-color: #d73bd8;
}

.comments_field .heading {
	background-color: #000;
}

.comments_field .notify {
	background-color: #353535;
	color: #fff;
}

.message .textarea {
	background-color: #404040;
}

.btn_submit {
	background-color: #d53cd8;
	color: #fff;
}

@media screen and (min-width: 1025px) {
	.btn_submit:hover {
		background-color: rgb(0, 0, 0);
	}
}

.player_tools {
	background-color: #000;
}

.player_tools .button,
.player_tools .view {
	background-color: rgba(0,0,0,.35);
	/* border: 1px solid #2d2d2d; */
	color: #909090;
	font-weight: 700;
}

.player_tools .button i,
.player_tools .view i {
	color: #a2a2a2;
}

@media screen and (min-width: 1025px) {
	.player_tools .button:hover {
		background-color: #fd003a;
		color: #fff;
		border-color: #fff;
	}
	.player_tools .button:hover i {
		color: #fff;
	}
}

.player_tools .link {
	color: #fff;
	background: #353434;
	/* border: 1px solid #2d2d2d; */
}

@media screen and (min-width: 1025px) {
	.player_tools .link:hover {
		/* border: 1px solid #fd003a; */
		color: #ffffff;
		background: #d53cd8;
	}
}

.player_tools .tag {
	color: #979797;
}

@media screen and (min-width: 1025px) {
	.player_tools .tag:hover {
		color: #fd003a;
	}
}

.social {
	background-color: rgba(0,0,0,.35);
	border: 1px solid #2d2d2d;
}

.action_rate {
	background-color: rgba(0,0,0,.35);
	border: 1px solid #212428;
	color: #ffffff;
}

.footer_holder {
	background-color: #000;
	border-top: solid 1px #212428;
	color: #ffffff;
}

.footer_holder .title,
.footer_holder a {
	color: #d0d0d0;
}

.footer_holder .column.second {
	border-left-color: #636363;
}

/**end style colors & bg**/
[class^="icon-"], [class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'Ico Moon' !important;
	font-size: 12px;
	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-download:before {
	content: "\e908";
}

.icon-eye:before {
	content: "\e907";
}

.icon-play:before {
	content: "\e900";
}

.icon-dislike-hand:before {
	content: "\e905";
}

.icon-like-hand:before {
	content: "\e906";
}

.icon-like:before {
	content: "\e901";
}

.icon-arrow-left:before {
	content: "\e902";
}

.icon-arrow-right:before {
	content: "\e903";
}

.icon-search:before {
	content: "\e904";
}

.header {
	/* border-bottom-width: 1px; */
	/* border-bottom-style: solid; */
	margin-bottom: 18px;
}

.header .holder {
	padding: 10px 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
}

@media screen and (max-width: 767px) {
	.header .holder.open .hamburger span {
		transform: translate3d(-5px, 0, 0);
	}
	.header .holder.open .navigation {
		opacity: 1;
		visibility: visible;
		transform: translate3d(0, 0, 0);
	}
}

.logo {
	-ms-flex-positive: 0;
	    flex-grow: 0;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	margin-right: 30px;
}

@media screen and (max-width: 1024px) {
	.logo {
		margin-right: 10px;
	}
}

@media screen and (max-width: 767px) {
	.logo {
		margin: 0;
	}
}

.logo a {
	color: #eee;
	font-size: 30px;
	line-height: 1;
	text-transform: uppercase;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	font-weight: 700;
}

@media screen and (max-width: 860px) {
	.logo a {
		font-size: 24px;
	}
}

@media screen and (max-width: 374px) {
	.logo a {
		font-size: 20px;
	}
}

.logo a span {
	background-color: #d73bd8;
	color: #fff;
	margin-left: 5px;
	padding: 5px 8px;
	border-radius: 3px;
	/* font-weight: 700; */
}

.navigation {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	-ms-flex-positive: 1;
	    flex-grow: 1;
	-ms-flex-negative: 1;
	    flex-shrink: 1;
	-ms-flex-pack: justify;
	    justify-content: space-between;
}

@media screen and (max-width: 767px) {
	.navigation {
		position: absolute;
		top: 100%;
		right: -10px;
		left: -10px;
		transform: translate3d(100%, 0, 0);
		opacity: 0;
		visibility: hidden;
		transition: transform .3s, visibility .3s, opacity .3s;
		-ms-flex-direction: column;
		    flex-direction: column;
		-ms-flex-align: stretch;
		    align-items: stretch;
		padding: 10px 0;
		border-style: solid;
		border-width: 1px;
		border-top: none;
	}
}

.navigation .item {
	font-size: 16px;
	padding: 0 10px;
	font-weight: 700;
}

@media screen and (max-width: 1024px) {
	.navigation .item {
		font-size: 16px;
	}
}

@media screen and (max-width: 860px) {
	.navigation .item {
		font-size: 14px;
	}
}

@media screen and (max-width: 767px) {
	.navigation .item {
		text-align: right;
	}
}

.navigation a {
	position: relative;
	display: block;
	transition: color .3s;
}

@media screen and (max-width: 767px) {
	.navigation a {
		padding: 10px;
		text-align: center;
	}
}

.navigation a:after {
	content: "";
	height: 1px;
	position: absolute;
	bottom: -7px;
	left: 0;
	right: 0;
	transition: background .3s;
}

@media screen and (max-width: 860px) {
	.navigation a:after {
		height: 2px;
	}
}

@media screen and (max-width: 767px) {
	.navigation a:after {
		display: none;
	}
}

.limited {
	-ms-flex-positive: 0;
	    flex-grow: 0;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	margin-left: 25px;
}

@media screen and (max-width: 1024px) {
	.limited {
		margin-left: 15px;
	}
}

@media screen and (max-width: 767px) {
	.limited {
		display: none;
	}
}

.limited span {
	width: 25px;
	height: 25px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	-ms-flex-pack: center;
	    justify-content: center;
	overflow: hidden;
	font-size: 10px;
	border-radius: 25px;
}

.form_search {
	margin-left: 25px;
	max-width: 280px;
	width: 100%;
	-ms-flex-negative: 1;
	flex-shrink: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	min-width: 1px;
}

@media screen and (max-width: 1024px) {
	.form_search {
		margin-left: 15px;
		max-width: 200px;
	}
}

@media screen and (max-width: 767px) {
	.form_search {
		max-width: 100%;
	}
}

.message .field-label{
	margin: 5px 0;
	display: block;
	font-weight: 700;
}

.message .row{
	margin-bottom: 5px;
}

.message .row:last-child{
	margin-bottom: 0;
}

.message .wrap{
	max-width: 250px;
}

.message .wrap,
.form_search .wrap {
	border-style: solid;
	border-width: 1px;
	display: -ms-flexbox;
	display: flex;
	border-radius: 3px;
}

.message .textfield,
.form_search .input {
	padding: 7px 0 7px 20px;
	border: none;
	background: none;
	-ms-flex-negative: 1;
	flex-shrink: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	min-width: 1px;
	width: 100%;
	height: 33px;
	font-family: 'Rubik', sans-serif;
	font-size: 14px;
	line-height: 1.3;
	color: #ffffff;
}

.message .textfield{
	border: 0;
	background-color: #404040;
	color: #fff;
}

.search_button {
	border: none;
	background: none;
	padding: 0;
	margin: 0;
	width: 44px;
	height: 33px;
	cursor: pointer;
	transition: color .3s;
	color: #eee;
}

.search_button i {
	font-size: 17px;
}

.hamburger {
	-ms-flex-positive: 0;
	    flex-grow: 0;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	display: none;
	width: 24px;
	height: 20px;
	position: relative;
	font-size: 0;
	padding: 0;
	margin: 0 0 0 15px;
	background: none;
	border: none;
}

@media screen and (max-width: 767px) {
	.hamburger {
		display: block;
	}
}

.hamburger:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 4px;
	border-radius: 4px;
	transition: background .3s;
}

.hamburger span {
	height: 4px;
	background-color: #ccc;
	display: block;
	border-radius: 4px;
	overflow: hidden;
	transition: transform .3s, background .3s;
}

.hamburger:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 4px;
	border-radius: 4px;
}

.container_row {
	margin-top: 20px;
}

.container_row:first-child {
	margin-top: 0;
}

.headline {
	display: -ms-flexbox;
	display: flex;
	padding: 4px 7px;
	border-radius: 3px;
	overflow: hidden;
	margin-bottom: 18px;
}

@media screen and (max-width: 860px) {
	.headline {
		padding: 3px;
		display: block;
	}
}
.headline .title-holder{
	-ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    min-width: 1px;
    font-size: 23px;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (max-width: 860px) {
	.headline .title-holder {
		display: block;
		float: left;
	}
}

.headline .title {
/*	-ms-flex-positive: 1;
	    flex-grow: 1;
	-ms-flex-negative: 1;
	    flex-shrink: 1;
	min-width: 1px;*/
	font-size: 23px;
/*	display: -ms-flexbox;
	display: flex;*/
	/*float: left;*/
	overflow: hidden;
	text-align: left;
}

@media screen and (max-width: 479px) {
	.headline .title {
		font-size: 18px;
	}
}

/*@media screen and (max-width: 413px) {
	.headline .title {
		font-size: 16px;
	}
}*/

.headline i {
	font-size: 30px;
	margin-right: 10px;
	float: left;
}

@media screen and (max-width: 479px) {
	.headline i {
		font-size: 28px;
	}
}

.headline strong {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
}

.headline span {
	padding-left: 5px;
}

.sorting {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	-ms-flex-positive: 0;
	    flex-grow: 0;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	margin-left: 15px;
}

@media screen and (max-width: 860px) {
	.sorting {
		display: block;
		float: right;
		text-align: right;
		margin-left: 0;
	}
}

.sorting .item {
	margin-left: 25px;
	text-align: center;
}

@media screen and (max-width: 860px) {
	.sorting .item {
		display: inline-block;
		vertical-align: middle;
	}
}

.sorting .item:first-child {
	margin-top: 0;
}

@media screen and (max-width: 767px) {
	.sorting .item {
		margin: 3px;
		font-size: 11px;
	}
	.sorting .item:first-child {
		margin-top: 3px;
	}
}

.sorting a {
	display: inline-block;
	vertical-align: top;
	padding: 4px 10px;
	border-style: solid;
	border-width: 1px;
	border-radius: 3px;
}

@media screen and (max-width: 767px) {
	.sorting a {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		    align-items: center;
		height: 100%;
	}
}

.panel_wrapped {
	border-radius: 3px;
	font-size: 14px;
	padding: 3px;
}

@media screen and (max-width: 479px) {
	.panel_wrapped {
		padding: 10px;
	}
}

.panel_wrapped.intro {
	margin-bottom: 18px;
}

@media screen and (max-width: 479px) {
	.panel_wrapped {
		font-size: 13px;
	}
}

.panel_wrapped.intro .title{
	display: block;
	margin: 0 0 10px 0;
	font-size: 17px;
	font-weight: 700;
}

.categories_list {
	font-size: 0;
	text-align: center;
	margin: -5px;
}

@media screen and (max-width: 639px) {
	.categories_list {
		margin: -4px -5px;
	}
}

.categories_list .col {
	width: 12.5%;
	display: inline-block;
	vertical-align: top;
	text-align: left;
	padding: 13px;
}

@media screen and (max-width: 1000px) {
	.categories_list .col {
		width: 25%;
	}
}

@media screen and (max-width: 639px) {
	.categories_list .col {
		width: 50%;
		padding: 4px 5px;
	}
}

.categories_list .item {
	font-size: 14px;
	font-weight: 300;
	margin-top: 15px;
}

@media screen and (max-width: 639px) {
	.categories_list .item {
		font-size: 13px;
		margin-top: 8px;
	}
}

.categories_list .item:first-child {
	margin-top: 0;
}

.categories_list a {
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: inline-block;
}

@media screen and (min-width: 1025px) {
	.categories_list a:hover {
		text-decoration: underline;
	}
}

.twocolumns {
	display: -ms-flexbox;
	display: flex;
}

@media screen and (max-width: 860px) {
	.twocolumns {
		-ms-flex-direction: column;
		    flex-direction: column;
	}
}

.watch {
	-ms-flex-positive: 1;
	    flex-grow: 1;
	-ms-flex-negative: 1;
	    flex-shrink: 1;
	min-width: 1px;
}

.player {
	border-radius: 2px;
	overflow: hidden;
	padding-bottom: 59.05%;
	position: relative;
}

.player img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}

.aside {
	-ms-flex-positive: 0;
	    flex-grow: 0;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	min-width: 1px;
	margin-left: 7px;
	width: 300px;
}

@media screen and (max-width: 860px) {
	.aside {
		width: 100%;
		margin: 25px 0 0;
	}
}

.aside .spot {
	background-color: #fd003a;
	border-radius: 10px;
	overflow: hidden;
	width: 100%;
	height: 100%;
	min-height: 250px;
}

.player_tools {
	margin-top: 10px;
	border-radius: 3px;
	padding: 10px;
	position: relative;
}

@media screen and (max-width: 479px) {
	.player_tools {
		font-size: 13px;
	}
}

.player_tools .row {
	margin-top: 16px;
}

.player_tools .row:first-child {
	margin-top: 0;
}

.player_tools .panel {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin: -5px -10px;
}

.player_tools .item {
	margin: 8px 11px;
}

@media screen and (max-width: 920px) {
	.player_tools .item {
		margin: 5px 2px;
	}
}

@media screen and (max-width: 860px) {
	.player_tools .item:first-child {
		display: none;
	}
	.player_tools .item {
		margin: 7px 10px;
	}
	.action_rate{
		width: 100%
	}
	.player_tools .panel{
		justify-content: space-around;
	}
}

.player_tools .button,
.player_tools .view {
	/* border-style: solid; */
	/* border-width: 1px; */
	/* padding: 8px 20px; */
	/* border-radius: 10px; */
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}

.player_tools .view .title{
	margin: 0 5px 0 0;
}

@media screen and (max-width: 720px) {
	.player_tools .view .title{
		display: none;
	}
}

.player_tools .button i,
.player_tools .view i {
	font-size: 14px;
	margin-right: 8px;
}

.player_tools .button i.icon-eye,
.player_tools .view i.icon-eye {
	font-size: 16px;
}

.player_tools .block {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	    align-items: flex-start;
}

@media screen and (max-width: 479px) {
	.player_tools .block {
		margin: 0;
	}
}

.player_tools .value {
	font-size: 15px;
	font-weight: 700;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-positive: 0;
	flex-grow: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	padding: 3px 0;
	margin: 0 10px 0 0;
}

@media screen and (max-width: 479px) {
	.player_tools .value {
		margin: 0 5px 3px 0;
		padding: 0;
		font-size: 14px;
		line-height: 25px;
	}
}

.player_tools .wrap_tags {
	-ms-flex-positive: 1;
	    flex-grow: 1;
	-ms-flex-negative: 1;
	    flex-shrink: 1;
	min-width: 1px;
	padding: 3px 0;
}

@media screen and (max-width: 479px) {
	.player_tools .wrap_tags {
		padding: 0;
	}
}

.player_tools .wrap_tags span {
	display: inline-block;
	vertical-align: middle;
}

.player_tools .tag {
	font-size: 14px;
}

@media screen and (max-width: 479px) {
	.player_tools .tag {
		font-size: 13px;
	}
}

.player_tools .wrap {
	-ms-flex-negative: 1;
	    flex-shrink: 1;
	-ms-flex-positive: 1;
	    flex-grow: 1;
	min-width: 1px;
	margin: -2px;
}

.player_tools .link {
	border-radius: 3px;
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;
	padding: 5px 10px;
	font-size: 14px;
	margin: 2px 5px;
}

@media screen and (max-width: 479px) {
	.player_tools .link {
		font-size: 12px;
	}
}

.player_tools .desc {
	line-height: 1.4;
}

.action_rate {
	position: absolute;
	top: 6px;
	right: 6px;
	display: -ms-flexbox;
	display: flex;
	border-radius: 10px;
	border-style: solid;
	border-width: 1px;
}

@media screen and (max-width: 860px) {
	.action_rate {
		position: static;
		display: -ms-inline-flexbox;
		display: inline-flex;
		margin-top: 10px;
	}
}

.rate_button {
	background: none;
	border: none;
	padding: 0;
	font-size: 0;
	text-decoration: none;
	cursor: pointer;
	padding: 0 20px;
	transition: transform .3s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

@media screen and (min-width: 1025px) {
	.rate_button:hover {
		transform: rotate(-15deg);
	}
}

.rate_button.like {
	color: #d63cd8;
}

.rate_button.dislike {
	color: #a0a0a0;
}

.rate_button i {
	font-size: 32px;
}

.progress_bar {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 4px 0;
	width: 100%;
}

.percent {
	text-align: center;
	font-size: 18px;
	color: #ffffff;
	margin-bottom: 5px;
}

.progress_line {
	height: 2px;
	border-radius: 2px;
	overflow: hidden;
	background-color: #7a7a7a;
	position: relative;
}

.progress_line span {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #6cc43c;
}

.vote {
	font-size: 12px;
	margin-top: 5px;
	color: #909090;
	text-align: center;
}

.social {
	padding: 5px;
	display: inline-block;
	vertical-align: top;
	border-radius: 5px;
}

.comments_field .heading {
	border-radius: 3px;
	padding: 5px 10px;
	margin-bottom: 20px;
}

.comments_field .heading .title {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	letter-spacing: 2px;
}

@media screen and (max-width: 479px) {
	.comments_field .heading .title {
		font-size: 12px;
	}
}

.comments_field .heading .notify {
	letter-spacing: 0;
	font-size: 10px;
	padding: 2px 5px;
	border-radius: 100%;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	-ms-flex-positive: 0;
	    flex-grow: 0;
	min-width: 30px;
	line-height: 24px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	-ms-flex-pack: center;
	    justify-content: center;
	margin-left: 10px;
}

.body_comment {
	position: relative;
}

.body_comment:after {
	/* content: ""; */
	position: absolute;
	bottom: 0;
	left: 90px;
	right: 0;
	height: 1px;
	background-color: #fd003a;
}

.body_comment .row {
	padding-bottom: 30px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	    align-items: flex-start;
}

.body_comment .avatar {
	width: 65px;
	height: 65px;
	border-radius: 65px;
	overflow: hidden;
	position: relative;
	background-color: #00bff3;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	-ms-flex-positive: 0;
	    flex-grow: 0;
	margin-right: 25px;
}

@media screen and (max-width: 479px) {
	.body_comment .avatar {
		margin-right: 10px;
		width: 45px;
		height: 45px;
		border-radius: 45px;
	}
}

.body_comment .avatar img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}

.body_comment .head {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 10px;
}

@media screen and (max-width: 479px) {
	.body_comment .head {
		-ms-flex-direction: column;
		    flex-direction: column;
		-ms-flex-align: start;
		    align-items: flex-start;
	}
}

.body_comment .name {
	font-weight: normal;
	text-transform: uppercase;
	font-size: 14px;
	color: #e2e2e2;
	min-width: 1px;
	white-space: nowrap;
	overflow: hidden;
	max-width: 100%;
	text-overflow: ellipsis;
}

@media screen and (max-width: 479px) {
	.body_comment .name {
		font-size: 12px;
	}
}

.body_comment .second {
	margin-left: auto;
	padding-left: 10px;
}

@media screen and (max-width: 479px) {
	.body_comment .second {
		padding: 0;
		margin: 10px 0 0;
	}
}

.body_comment .second .wrap {
	padding: 0 10px;
	border-radius: 10px;
	overflow: hidden;
	background-color: #c361c5;
	color: #fff;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	font-size: 12px;
}

.body_comment .second .item {
	margin-left: 10px;
}

.body_comment .second .item:first-child {
	margin-left: 0;
}

.body_comment .posted {
	-ms-flex-negative: 1;
	    flex-shrink: 1;
	-ms-flex-positive: 1;
	    flex-grow: 1;
	min-width: 1px;
	color: #9fa3a7;
	font-size: 14px;
	line-height: 1.6;
}

@media screen and (max-width: 479px) {
	.body_comment .posted {
		font-size: 12px;
	}
}

.form_comment {
	margin-top: 10px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	    align-items: flex-start;
}

.form_comment .avatar {
	width: 65px;
	height: 65px;
	border-radius: 65px;
	overflow: hidden;
	position: relative;
	background-color: #00bff3;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	margin-right: 29px;
}

@media screen and (max-width: 479px) {
	.form_comment .avatar {
		margin-right: 10px;
		width: 45px;
		height: 45px;
		border-radius: 45px;
	}
}

.form_comment .avatar img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}

.form_comment .wrapped {
	-ms-flex-negative: 1;
	    flex-shrink: 1;
	-ms-flex-positive: 1;
	    flex-grow: 1;
	min-width: 1px;
}

.message .label {
	display: inline-block;
	vertical-align: top;
	font-family: 'Rubik', sans-serif;
	margin-bottom: 25px;
}

@media screen and (max-width: 479px) {
	.message .label {
		margin-bottom: 10px;
		font-size: 12px;
	}
}

.message .textarea {
	border: none;
	resize: none;
	padding: 20px;
	margin: 0;
	border-radius: 5px;
	height: 80px;
	transition: height  .3s;
	display: block;
	width: 100%;
	font-size: 14px;
	font-family: 'Rubik', sans-serif;
	color: #fff;
}

@media screen and (max-width: 479px) {
	.message .textarea {
		padding: 10px 20px;
	}
}

.message .textarea:focus {
	height: 120px;
}

.message .bottom {
	margin-top: 25px;
}

.message .bottom label{
	display: block;
	margin-bottom: 5px;
}

.message .bottom .image{
	width: 165px;
}

@media screen and (max-width: 479px) {
	.message .bottom {
		margin-top: 10px;
	}
}

.btn_submit {
	font-family: 'Rubik', sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	border: none;
	padding: 11px;
	border-radius: 3px;
	cursor: pointer;
	min-width: 120px;
	transition: background .3s;
}

@media screen and (max-width: 479px) {
	.btn_submit {
		min-width: 100px;
	}
}

.spots {
	font-size: 0;
	text-align: center;
	margin: -15px;
}

.spots .col {
	display: inline-block;
	vertical-align: top;
	padding: 15px;
}

.spots .item {
	display: inline-block;
	vertical-align: top;
}

.spots .item img {
	max-width: 100%;
	display: inline-block;
	height: auto;
}

.thumbs {
	text-align: center;
	font-size: 0;
	margin: -12px -5px;
}

@media screen and (max-width: 767px) {
	.thumbs {
		margin: -8px -5px;
	}
}

.thumb {
	display: inline-block;
	vertical-align: top;
	width: 33.333%;
	font-size: 14px;
	padding: 3px 5px;
}

@media screen and (max-width: 800px) {
	.thumb {
		width: 50%;
	}
}

@media screen and (max-width: 767px) {
	.thumb {
		padding: 8px 5px;
	}
}

@media screen and (max-width: 413px) {
	.thumb {
		width: 100%;
	}
}

.thumb .th {
	display: block;
	padding: 5px;
	border-radius: 3px;
	/* transition: box-shadow .3s; */
	/* box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1); */
}

@media screen and (min-width: 1025px) {
	.thumb .th:hover {
		box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
	}
	.thumb .th:hover .desc {
		text-decoration: underline;
	}
}

@media screen and (max-width: 1000px) {
	.thumb .th {
		padding: 5px;
	}
}

.thumb .desc {
	font-size: 15px;
	/* border-radius: 10px; */
	/* border-style: solid; */
	/* border-width: 1px; */
	padding: 0 0 5px 0;
	margin-bottom: 4px;
	text-align: left;
	/* border-bottom: 1px solid #3d3d3d; */
}

.thumb .desc > * {
	height: 40px;
	overflow: hidden;
}

.thumb .name {
	font-size: 20px;
	/* border-radius: 10px; */
	/* border-style: solid; */
	/* border-width: 1px; */
	padding: 0 10px;
	margin-bottom: 4px;
	transition: color .3s;
}

@media screen and (max-width: 479px) {
	.thumb .name {
		font-size: 16px;
	}
}

.thumb .title {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 100%;
}

.thumb .tools {
	margin: -4px -8px;
	font-size: 0;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.thumb .item_view {
	font-size: 14px;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-align: center;
	align-items: center;
	vertical-align: middle;
	padding: 5px 8px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	/* align-items: center; */
}

@media screen and (max-width: 1000px) {
	.thumb .item_view {
		font-size: 12px;
	}
}

.thumb .flex {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
}

.thumb i {
	font-size: 14px;
	margin-right: 5px;
}

.thumb i.icon-eye {
	font-size: 16px;
}

.quality {
	width: 25px;
	height: 18px;
	font-size: 11px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-style: italic;
	text-transform: uppercase;
}

.wrap_image {
	margin-bottom: 10px;
	/* border-radius: 10px; */
	/* overflow: hidden; */
}

.wrap_image img {
	display: block;
	width: 100%;
	height: auto;
	padding: 0;
}

.pagination {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	    justify-content: center;
	margin-top: 25px;
	border-radius: 5px;
	overflow: hidden;
	display: flex;
	width: 100%;
}

.pagination .item {
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-negative: 1;
	flex-shrink: 1;
	min-width: 1px;
	height: 35px;
	font-size: 16px;
}

@media screen and (max-width: 860px) {
	.pagination .item {
		display: none;
		font-size: 14px;
	}
}

@media screen and (max-width: 860px) {
	.pagination .item.active {
		display: -ms-flexbox;
		display: flex;
	}
}

.pagination .item.active > * {
	background-color: #fd003a;
	color: #fff;
}

@media screen and (max-width: 860px) {
	.pagination .item.pager {
		display: -ms-flexbox;
		display: flex;
	}
}

.pagination .item.pager:first-child a {
	border-radius: 5px 0 0 5px;
}

.pagination .item.pager:last-child a {
	border-radius: 0 5px 5px 0;
}

.pagination a {
	text-decoration: none;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	-ms-flex-pack: center;
	    justify-content: center;
	border-width: 1px;
	border-style: solid;
	border-color: transparent;
	height: 100%;
	width: 100%;
	padding: 0 10px;
	text-decoration: none;
}

.pagination i {
	font-size: 22px;
	color: #9f9f9f;
}

@media screen and (max-width: 414px) {
	.pagination i {
		font-size: 25px;
	}
}

.footer {
	display: table-row;
	height: 1px;
}

.footer_holder {
	margin-top: 30px;
	padding: 20px 0;
}

@media screen and (max-width: 768px) {
	.footer_holder {
		margin-top: 25px;
	}
}

@media screen and (max-width: 640px) {
	.footer_holder {
		padding: 25px 0;
	}
}

.footer_holder .columns {
	margin: 0 -12px;
	display: -ms-flexbox;
	display: flex;
}

@media screen and (max-width: 768px) {
	.footer_holder .columns {
		font-size: 12px;
	}
}

@media screen and (max-width: 640px) {
	.footer_holder .columns {
		-ms-flex-direction: column;
		    flex-direction: column;
		margin: 0;
		text-align: center;
	}
}

.footer_holder .column {
	-ms-flex-positive: 0;
	    flex-grow: 0;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	min-width: 290px;
	padding: 0 12px;
}

@media screen and (max-width: 768px) {
	.footer_holder .column {
		min-width: 220px;
	}
}

@media screen and (max-width: 640px) {
	.footer_holder .column {
		padding: 0;
		margin-top: 20px;
	}
	.footer_holder .column:first-child {
		margin-top: 0;
	}
}

.footer_holder .column.second {
	color: #545454;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-negative: 1;
	flex-shrink: 1;
	min-width: 1px;
	border-left-style: solid;
	border-left-width: 1px;
}

@media screen and (max-width: 640px) {
	.footer_holder .column.second {
		border: none;
	}
}

.footer_holder .title {
	margin-bottom: 7px;
	font-size: 21px;
	display: block;
}

@media screen and (max-width: 768px) {
	.footer_holder .title {
		margin-bottom: 15px;
		font-size: 16px;
	}
}

.footer_holder .list {
	font-size: 0;
	padding: 4px 0;
	margin: -1px -16px;
	text-align: left;
}

@media screen and (max-width: 640px) {
	.footer_holder .list {
		text-align: center;
	}
}

.footer_holder .item {
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	margin: 1px 16px;
}

@media screen and (max-width: 768px) {
	.footer_holder .item {
		font-size: 12px;
	}
}

@media screen and (min-width: 1025px) {
	.footer_holder .item a:hover {
		text-decoration: underline;
	}
}

.logo_footer {
	margin-bottom: 30px;
}

@media screen and (max-width: 640px) {
	.logo_footer {
		text-align: center;
	}
}

.logo_footer a {
	color: #999;
	font-size: 30px;
	line-height: 1;
	text-transform: uppercase;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-align: center;
	align-items: center;
	color: #eee;
	font-size: 30px;
	line-height: 1;
	text-transform: uppercase;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	font-weight: 700;
}

@media screen and (max-width: 860px) {
	.logo_footer a {
		font-size: 24px;
		/* text-align: center; */
		display: inline-block;
	}
}

@media screen and (max-width: 374px) {
	.logo_footer a {
		font-size: 20px;
	}
}

.logo_footer a span {
	background-color: #d73bd8;
	color: #fff;
	margin-left: 5px;
	padding: 5px 8px;
	border-radius: 3px;
}
.empty-content{
	font-size: 14px;
}
.thumbs .hold{
	margin: -12px 0 0 -5px;
}
.message .wrap{
	background-color: #888;
	border: none;
	border-width: 0;
	border-radius: 5px;
	overflow: hidden;
}
.message .textfield{
	border-radius: 5px;
}
.page-error{
	font-size: 21px;
	text-align: center;
	color: #fd003a;
	margin-bottom: 15px;
}
.submit-row{
	margin: 15px 0 0 0;
	overflow: hidden;
}
.submit-row .btn_submit{
	float: left;
}
.kt-player .fp-controls .fp-timeline .fp-progress{
	background-color: #fd003a!important;
}
/*.hidden{
	display: none;
}*/