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

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?p4fh8');
	src: url('../fonts/icomoon.eot?p4fh8#iefix') format('embedded-opentype'), url('../fonts/icomoon.ttf?p4fh8') format('truetype'), url('../fonts/icomoon.woff?p4fh8') format('woff'), url('../fonts/icomoon.svg?p4fh8#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
} 

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

.icon-burder:before {
	content: "\e90a";
  }
  .icon-close-1:before {
	content: "\e902";
  }
  .icon-close-2:before {
	content: "\e906";
  }
  .icon-hd:before {
	content: "\e900";
  }
  .icon-sort:before {
	content: "\e901";
  }
  .icon-arrow-left:before {
	content: "\e903";
  }
  .icon-arrow-right:before {
	content: "\e904";
  }
  .icon-star-1:before {
	content: "\e905";
  }
  .icon-play:before {
	content: "\e907";
  }
  .icon-arrow:before {
	content: "\e908";
  }
  .icon-search:before {
	content: "\e909";
  }
  
body {
	font: 400 14px/18px 'Roboto', sans-serif;
	background: #000;
}

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

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

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

.container {
	max-width: 1650px;
	width: 100%;
	padding: 0 30px;
	margin: 0 auto;
}

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

.header-holder {
    background: #1a1a1a;
    border-bottom: 5px solid #222;
	padding: 5px 0 3px 0;
	text-align: center;
	position: relative;
}

.header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: nowrap;
}

@media screen and (max-width: 550px) {
	.header {
		flex-wrap: wrap;
	}
}

.logo {
	width: 240px;
}

@media screen and (max-width: 550px) {
	.logo {
		width: 200px;
		height: 45px;
	}

	.logo svg {
		width: 200px;
		height: 45px;
	}
}

.navigation {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: nowrap;
}

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

.navigation li {
	display: inline-block;
	padding: 0 10px;
	border-right: 1px solid #4A4C5D;
}

.navigation li:last-child {
	border: 0 none;
}

.navigation li a {
	display: inline-block;
	line-height: 44px;
	text-transform: uppercase;
	font-size: 13px;
	color: #fff;
	text-shadow: 1px 1px 1px #000;
	font-weight: bold;
	transition: color .3s;
}

.navigation li.selected a {
	color: #e4003a;
}

.navigation li a:hover {
	color: #e4003a;
}

.search {
	position: relative;
	display: block;
    width: 22%;
    padding-right: 40px;
	background-color: #313131;
}

@media screen and (max-width: 1100px) {
	.search {
		width: 40%;
		margin: 0 50px 0 0;
	}
}

@media screen and (max-width: 550px) {
	.search {
		order: 5;
		width: 100%;
		margin: 10px 0 0;
	}
}

.search .search-btn {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 5px;
	cursor: pointer;
    padding: 0;
    border: none;
    background: none;
}

.search .search-btn i {
	font-size: 28px;
	color: #fff;
	transition: all .3s;
	display: inline-block;
}

.search .search-btn:hover i {
	/* transform: rotate(-90deg); */
	color: #e4003a;
} 

.search input {
	display: block;
    background-color: transparent;
    border: 0 none;
    height: 40px;
    padding: 0 15px;
    width: 100%;
    font-size: 16px;
    line-height: 32px;
	color: #fff;
    border: 1px solid transparent;
}

.search input:focus {
    border: 1px solid #e4003a;
}

.burger-holder {
	display: none;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-size: 35px;
	color: #fff;
	right: 10px;
}

@media screen and (max-width: 550px) {
	.burger-holder {
		top: 11px;
		transform: translateY(0);
	}
}

.burger-holder i {
	color: #fff;
	transition: color .3s;
}

.burger-holder:hover i {
	color: #e4003a;
}

.open-menu .burger-holder i {
	color: #e4003a;
}

@media screen and (max-width: 1100px) {
	.burger-holder {
		display: inline-block;
	}
}

.headline {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: nowrap;
	padding: 10px 0;
	color: #2C2C31;
	position: relative;
	height: auto;
	overflow: hidden;

}

.headline i {
	display: inline-block;
	font-size: 14px;
	color: #fff;
	margin: 0 10px 2px 0;
}

.headline .sort-holder {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
}

.headline .sort-holder .sort {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: nowrap;
	height: 28px;
	border-radius: 5px;
	right: 10px;
	top: 6px;
	padding: 0px 5px;
	text-align: center;
	box-sizing: border-box;
	cursor: pointer;
	padding: 0 20px;
	line-height: 28px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 16px;
	background-color: #1c1e2b;
}

.headline .sort-holder .sort:hover {
	background-color: #e4003a;
}

h1, h2, h3 {
	float: left;
	color: #fff;
	padding: 0 2px 0 0px; 
	font-size: 24px;
	line-height: 25px;
	text-transform: uppercase;
}

.margin-fix {
	font-size: 0;
	line-height: 0;
	margin: 0 -3px -3px 0;
	padding: 0 0 20px;
}

.item {
	display: inline-block;
	vertical-align: top;
	text-align: left;
	padding: 0 3px 3px 0;
	width: 20%;
	position: relative;
}

@media screen and (max-width: 1200px) {
	.item {
		display: inline-block;
		vertical-align: top;
		text-align: left;
		padding: 0 3px 3px 0;
		width: 25%;
	}
}

@media screen and (max-width: 900px) {
	.item {
		width: 33.33%;
	}
}

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

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

.item .link-related {
    display: inline-block;
	background-color: #e4003a;
	color: #fff;
    font-size: 12px;
    padding: 0 10px;
	line-height: 16px;
	position: absolute;
	right: 3px;
	bottom: 3px;
	opacity: 0;
	cursor: pointer;
	transition: color .3s, background .3s, opacity .3s;
}

.item:hover .link-related {
	opacity: 1;
}

@media screen and (max-width: 1024px) {
	.item .link-related {
		opacity: 1;
		position: sticky;
		width: 100%;
		text-align: center;
	}
}

.item .link-related:hover {
	background-color: #fff;
	color: #e4003a;
}

.item .link {
	overflow: hidden;
	display: block;
	overflow: hidden;
	background-color: #1a1a1a;
	cursor: pointer;
}

.item .img {
	position: relative;
	padding-bottom: 56%;
	display: block;
}

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

.item .img .no-thumb {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	color: #e4003a;
	font-size: 12px;
	line-height: 14px;
}

.item .img .title {
	position: absolute;
    z-index: 1;
	bottom: 0;
	left: 0;
    color: #000;
    text-transform: uppercase;
    font-size: 14px;
    background-position: 5px center;
    background-repeat: no-repeat;
    background-size: 14px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hodden;
    left: 0;
    background-color: #474747;
	text-shadow: 0px 0px 3px #000;
	display: block;
	padding: 3px 5px;
	transition: color .3s, background .3s;
}

.item .link:hover .title {
	color: #e4003a;
}

.item .img .info-video {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: nowrap;
    line-height: 16px;
    font-size: 11px;
    color: #fff;
    border-radius: 5px 0 0 5px;
    z-index: 1;
	top: 5px;
	right: 0;
	overflow: hidden;
	transition: color .3s, background .3s;
}

.item .img .info-video span {
	padding: 1px 4px;
}

.item .img .info-video .duration {
	background-color: rgba(54, 57, 69, 0.9);
}

.item .img .info-video .is-hd {
	background: #e4003a;
	font-style: italic;
	text-transform: uppercase;
}

.item .info-holder {
	background: #1a1a1a;
	color: #fff;
	padding: 0 5px;
}

.item .info-holder .title {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
    padding: 3px 0;
    line-height: 18px;
    color: #fff;
    text-transform: capitalize;
	font-size: 14px;
	transition: color .3s;
}

.item .info-holder .title:hover {
	color: #e4003a;
}

.item .info-holder .wrap {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 0 10px 3px 0;
}

.item .info-holder .wrap i {
	color: #dbdbdb;
	font-size: 12px;
	display: inline-block;
	padding: 0 5px 0 0;
	line-height: 14px;
	vertical-align: middle;
}

.item .info-holder .wrap .link {
	font-size: 12px;
	vertical-align: middle;
	line-height: 14px;
	display: inline-block;
    padding: 0 5px 0 0px;
	color: #dbdbdb;
	transition: color .3s;
	cursor: pointer;
}

.item .info-holder .wrap .link span {
	color: #dbdbdb;
}

.item .info-holder .wrap .link:hover {
	color: #e4003a;
}

.item .info-holder .wrap .added {
	display: inline-block;
	vertical-align: middle;
    padding: 0 5px 0 0;
    font-size: 12px;
	line-height: 14px;
	color: #fff;
}

.item .info-holder .wrap .cs-title {
	display: inline-block;
	vertical-align: middle;
}

.item .info-holder .wrap .cs-title i {
	color: #e4003a;
	font-size: 12px;
	display: inline-block;
	padding: 0 5px 0 0;
	line-height: 14px;
	vertical-align: middle;
}

.item .info-holder .wrap .cs-title span {
	font-size: 12px;
	vertical-align: middle;
	line-height: 14px;
	display: inline-block;
	padding: 0 5px 0 0px;
	color: #e4003a;
}

.pagination {
    display: block;   
    height: auto;
    overflow: hidden;
    text-align: center;
    padding: 0 0 10px;
}

.page_link {
    display: inline-block;
    vertical-align: middle;
    width: 45px;
    height: 45px;
    line-height: 45px;
    background-color: #1c1e2b;
    border-radius: 5px;
    font-size: 14px;
    color: #fff;
    text-align: center;
	font-size: 18px;
	transition: color .3s, background .3s;
}

.page_link.more_link {
	max-width: 280px;
	width: 100%;
} 

.page_link:hover {
    background-color: #e4003a;
}

.pagination-holder {
	display: flex;
	align-items: center;
	justify-content: center;
}

.pagination-holder {
	display: flex;
	align-items: center;
	justify-content: center;
}

.pagination-holder li {
	padding: 0 3px;
}

.pagination-holder li a,
.pagination-holder li span {
	display: inline-block;
    vertical-align: middle;
    width: 45px;
    height: 45px;
    line-height: 45px;
    background-color: #1c1e2b;
    border-radius: 5px;
    font-size: 14px;
    color: #fff;
    text-align: center;
	font-size: 18px;
	transition: background .3s;
}

.pagination-holder li a:hover {
	background: #e4003a;
}

.pagination-holder li span {
	background: #e4003a;
}

.title-holder {
	padding: 15px 0;
	font-size: small;
}

.title-holder a {
    display: inline-block; 
    vertical-align: middle;
	font-size: 16px; 
	line-height: 18px;
	color: #fff;
	width: auto;
    line-height: 1.5; 
    padding: 0 5px;
	margin: 3px;
	transition: border-color .3s, color .3s;
	border-bottom: 2px solid transparent; 
}

.title-holder a:hover {
	border-color: #e4003a;
	color: #e4003a;
}

.title-holder a.size-2 {    
	font-size: 120%; 
}

.title-holder a.size-3 {
	font-size: 140%;
	font-weight: bold;
}

.title-holder a.size-4 {
	font-size: 160%;
}

.title-holder a.size-5 {
	font-size: 180%;
}
 
.title-holder a.size-1 {
	font-size: 200%;
	font-weight: bold;
}

.list_tube {
	padding: 0 0 25px;
}

.list_tube .items {
    text-align: center;
}

.list_tube .item {
    display: inline-block;
	vertical-align: middle;
	width: auto;
}

.list_tube .link {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    line-height: 1.5;
    padding: 0 5px; 
	margin: 3px;
	color: #fff;
	transition: color .3s; 
	background: transparent;
}
 
.list_tube .link:hover {
	color: #e4003a; 
}

.list_tube .items .link {
    font-size: 17px;
    font-weight: normal;
}

.list_tube .link span {
    display: block;
    text-decoration: underline;
    font-size: 24px;
}

.footer {
	background: #1a1a1a;
	border-top: 4px solid #222;
	display: block;
}

.footer-holder {
    padding: 20px 0;
}

.logo-footer {
	width: 240px;
	margin: 0 auto;
}

.text-footer {
	color: #fff;
	text-align: center;
	max-width: 700px;
	margin: 0 auto;
	padding: 15px 0;
}

.footer .nav {
	display: flex;
	align-items: center;
	justify-content: center;
}

.footer .nav li {
	padding: 0 5px;
}

.footer .nav .link {
	color: #fff;
	transition: color .3s;
}

.footer .nav .link:hover {
	color: #e4003a;
	cursor: pointer;
}

.menu_mobile {
    display: block;
    position: fixed;
    top: 0;
    display: block;
    right: 0;
    bottom: 0;
    left: 100%;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    transition: opacity 0.3s;
    z-index: 9999;
}

body.open-menu .menu_mobile {
    left: 0;
    background-color: rgba(0,0,0,0.75);
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    transition: opacity 0.3s;
    opacity: 1;
}

.menu-close i {
	color: #fff;
	font-size: 35px;
}

body.open-menu .menu-close {
    display: block;
    width: 100%;
    height: 100%;
    text-align: right;
    padding: 10px 390px 0 0;
    box-sizing: border-box;
    cursor: pointer;
}

@media screen and (max-width: 480px) {
	body.open-menu .menu-close {
		padding: 10px 310px 0 0;
	}
}

.first-column {
    display: table;
    position: absolute;
    right: -600px; 
    top: 0;
    bottom: 0;
    width: 380px;
    height: 100%;
    background-color: #313131;
    box-sizing: border-box;
    border-left: 2px solid #000;
    color: #fff;
    -webkit-transition: right 0.3s; 
    -moz-transition: right 0.3s;
    -o-transition: right 0.3s;
    -ms-transition: right 0.3s;
    transition: right 0.3s;
}

@media screen and (max-width: 480px) {
	.first-column {
		width: 300px;
	}
}

body.open-menu .menu_mobile .first-column {
    right: 0;
    -webkit-transition: right 0.3s;
    -moz-transition: right 0.3s;
    -o-transition: right 0.3s;
    -ms-transition: right 0.3s;
    transition: right 0.3s;
}

.main_menu {
    display: table-cell;
    vertical-align: top;
    height: 100%;
    margin: 0 0 0 10px;
	background-color: #1a1a1a;
	min-width: 180px;
}

@media screen and (max-width: 1100px) {
	.main_menu {
		min-width: 149px;
	}
}

.main_menu .navigation { 
	display: block;
}

.main_menu .navigation li {
	display: block;
	border: 0;
}

.main_menu .navigation li a { 
	font-size: 24px;
	padding: 5px 0;
	line-height: 40px;
	width: 100%;
	text-align: center; 
	transition: color .3s, background .3s; 
}

.two-colums .main_menu .navigation li a { 
	font-size: 20px;
	line-height: 30px;
}

@media screen and (max-width: 992px) {
	.main_menu .navigation li a { 
		font-size: 20px;
		line-height: 30px;
	}

	.two-colums .main_menu .navigation li a { 
		font-size: 18px;
		line-height: 26px;
	}
} 

@media screen and (max-width: 767px) {
	.main_menu .navigation li a { 
		font-size: 18px;
		line-height: 26px;
	}
}

.main_menu .navigation li a:hover { 
	background: #000;
}

.list-categories-title {
	-webkit-column-count: 7;
	column-count: 7;
	padding: 0 0 20px;
} 


@media screen and (max-width: 1400px) {
	.list-categories-title {
		-webkit-column-count: 5;
		column-count: 5;
	} 
} 
  
@media screen and (max-width: 1100px) { 
	.list-categories-title {
		-webkit-column-count: 3; 
		column-count: 3;
	}  
}
  
@media screen and (max-width: 640px) { 
	.list-categories-title {
		-webkit-column-count: 2; 
		column-count: 2;
	}  
}

.list-categories-title .letter {
    display: block;
    line-height: 2; 
    padding: 0 10px;
    min-width: 14px; 
    font-size: 20px;
    color: #e4003a;
    font-weight: bold;
    border-bottom: 2px solid #474747;
    border-radius: 5px 5px 0 0;
}

.list-categories-title .categories a { 
    display: block;
    line-height: 2;
    padding: 0 10px;
    min-width: 14px;
    font-size: 16px;
    font-weight: normal;
    color: #e1e1d9;
    border-bottom: 2px solid transparent;
    margin: 0 5px 0 0;
    font-weight: bold;
    margin: 2px 5px 2px 0;
    font-weight: normal;
    text-transform: capitalize;
    font-weight: bold;
}  

.list-categories-title .categories a:hover { 
	color: #e4003a;
	text-decoration: underline;
}

.first_part_sort form {
    display: table-cell;
    vertical-align: top;
    padding: 10px 0 10px 10px;
}

.filter_title {
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    color: #fff;
    height: auto;
    overflow: hidden;
    clear: both;
    padding: 10px 0;
}

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

.filter {
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center; 
    flex-wrap: wrap;
    justify-content: center;
}

.filter span {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    position: relative;
    background-color: transparent;
    overflow: hidden;
    height: auto;
    width: 30%;
    line-height: 40px;
    margin: 5px;
    border-left: 0 none;
    cursor: pointer;
    box-sizing: border-box;
    float: left;
    color: #fff;
    border-radius: 25px;
    background-color: #1a1a11;
    text-transform: uppercase;
    font-size: 20px;
}

@media screen and (max-width: 992px) { 
	.filter span {
		font-size: 13px;
	}
}

.filter span, 
.filter label, 
.filter input {
    cursor: pointer;
}

.filter span {
	width: calc(50% - 10px);
}

.hidden_input {
    display: none;
}

.filter input {
    font-size: 14px;
    line-height: 16px;
    font-family: Arial, Helvetica, sans-serif;
}

.filter label {
    display: block;
}

.filter span.checked, 
.filter span:hover {
    color: #fff;
    background-color: #e4003a; 
}

.filter.full_width span {
    min-width: 95%;
    display: block;
    width: 90%;
    border-radius: 25px;
}

.two-colums .show_my_videos {
    display: block; 
    width: 100%;
    line-height: 40px; 
    font-size: 20px;
    background-color: #e4003a;
    border  : 0 none;
    color: #fff;
    cursor: pointer;
	text-transform: uppercase;
	margin: 10px 0 0;
	text-align: center;
} 

.two-colums .show_my_videos:hover {
    background-color: #fff;
    color: #e4003a; 
} 

.logo-footer svg,
.logo svg {
	width: 100%;
}