@font-face {
	font-family: 'Circe-Bold';
	src: url('../fonts/Circe-Bold.eot');
	src: url('../fonts/Circe-Bold.eot') format('embedded-opentype'),
	url('../fonts/Circe-Bold.woff2') format('woff2'),
	url('../fonts/Circe-Bold.woff') format('woff'),
	url('../fonts/Circe-Bold.ttf') format('truetype'),
	url('../fonts/Circe-Bold.svg#Circe-Bold') format('svg');
}

@font-face {
	font-family: 'Open-Sans-Regular';
	src: url('../fonts/Open-Sans-Regular.eot');
	src: url('../fonts/Open-Sans-Regular.eot') format('embedded-opentype'),
	url('../fonts/Open-Sans-Regular.woff2') format('woff2'),
	url('../fonts/Open-Sans-Regular.woff') format('woff'),
	url('../fonts/Open-Sans-Regular.ttf') format('truetype'),
	url('../fonts/Open-Sans-Regular.svg#Open-Sans-Regular') format('svg');
}

@font-face {
	font-family: 'Open-Sans-Semibold';
	src: url('../fonts/Open-Sans-Semibold.eot');
	src: url('../fonts/Open-Sans-Semibold.eot') format('embedded-opentype'),
	url('../fonts/Open-Sans-Semibold.woff2') format('woff2'),
	url('../fonts/Open-Sans-Semibold.woff') format('woff'),
	url('../fonts/Open-Sans-Semibold.ttf') format('truetype'),
	url('../fonts/Open-Sans-Semibold.svg#Open-Sans-Semibold') format('svg');
}

@font-face {
	font-family: 'Open-Sans-Bold';
	src: url('../fonts/Open-Sans-Bold.eot');
	src: url('../fonts/Open-Sans-Bold.eot') format('embedded-opentype'),
	url('../fonts/Open-Sans-Bold.woff2') format('woff2'),
	url('../fonts/Open-Sans-Bold.woff') format('woff'),
	url('../fonts/Open-Sans-Bold.ttf') format('truetype'),
	url('../fonts/Open-Sans-Bold.svg#Open-Sans-Bold') format('svg');
}

@font-face {
	font-family: 'Open-Sans-Italic';
	src: url('../fonts/Open-Sans-Italic.eot');
	src: url('../fonts/Open-Sans-Italic.eot') format('embedded-opentype'),
	url('../fonts/Open-Sans-Italic.woff2') format('woff2'),
	url('../fonts/Open-Sans-Italic.woff') format('woff'),
	url('../fonts/Open-Sans-Italic.ttf') format('truetype'),
	url('../fonts/Open-Sans-Italic.svg#Open-Sans-Italic') format('svg');
}



body {
	min-width: 320px;
}

.block_desk {
	display: block;
}

.block_mob {
	display: none;
}

.container {
	width: 96%;
	max-width: 940px;
	margin: 0 auto;
}

.clear {
	height: 0px;
	clear: both;
}

.logo {
	font-family: 'Circe-Bold';
	color: #636363;
	font-size: 32px;
	line-height: 52px;
	text-transform: uppercase;
	text-decoration: none;
	float: left;
}

.logo span {
	color: #e24f3c;
}

header {
	padding: 20px 0px 25px 0px;
}

header .tagline {
	font-family: 'Open-Sans-Bold';
	color: #636363;
	font-size: 15px;
	line-height: 18px;
	text-align: center;
	width: 320px;
	position: absolute;
	top: 43px;
	left: 50%;
	margin: 3px 0px 0px -160px;
}

header .sign {
	font-family: 'Open-Sans-Bold';
	color: #ffffff;
	font-size: 20px;
	line-height: 52px;
	text-align: center;
	width: 52px;
	background: #e14e3c;
	border-radius: 100%;
	float: right;
}

header ul {
	font-size: 0px;
	background: #f5f3f4;
	padding: 4px 2px 4px 2px;
	margin: 20px 0px 0px 0px;
}

header ul li {
	width: calc(20% - 4px);
	padding: 0px 2px 0px 2px;
	vertical-align: top;
	display: inline-block;
}

header ul li span {
	position: relative;
	padding-top: 56%;
	overflow: hidden;
	display: block;
}

header ul li span img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

.content {
	margin: 0px 0px 0px 0px;
}

.content h1 {
	font-family: 'Open-Sans-Bold';
	color: #e14e3c;
	font-size: 20px;
	line-height: 23px;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
}

.content .left {
	width: 220px;
	margin: 0px 20px 0px 0px;
	float: left;
}

.left .categories {
	background: #f5f3f4;
	padding: 12px 20px 12px 20px;
	margin: 0px 0px 20px 0px;
}

.categories .title {
	font-family: 'Open-Sans-Bold';
	color: #e14e3c;
	font-size: 14px;
	line-height: 25px;
	margin: 0px 0px 5px 0px;
}

.categories li {
	position: relative;
}

.categories li a {
	font-family: 'Open-Sans-Semibold';
	color: #636363;
	font-size: 13px;
	line-height: 25px;
	text-decoration: none;
}

.categories li a:hover {
	color: #e14e3c;
}

.categories li .active {
	color: #e14e3c;
}

.categories li .active:before {
	content: "\f111";
	font-family: FontAwesome;
	color: #e14e3c;
	font-size: 7px;
	padding: 0px 5px 0px 0px;
	position: relative;
	top: -2px;
}

.categories ul li ul {
	font-size: 0px;
	width: 440px;
	position: absolute;
	top: -1px;
	left: 180px;
	background: #ffffff;
	border: 1px solid #e14e3c;
	padding: 0px 20px 0px 20px;
	display: none;
}

.categories ul li:hover ul {
	display: block;
}

.categories ul li ul li {
	width: calc(33.33% - 5px);
	padding: 0px 5px 0px 0px;
	vertical-align: top;
	display: inline-block;
}

.categories ul .ins:hover {
	margin: -1px 0px -1px -12px;
	padding: 0px 0px 0px 11px;
	background: #ffffff;
	border: 1px solid #e14e3c;
	border-right: 1px solid #ffffff;
	position: relative;
	z-index: 2;
}

.categories ul .ins span {
	width: 1px;
	height: 25px;
	background: #ffffff;
	display: block;
	position: absolute;
	right: 9px;
	top: 0px;
	z-index: 10;
	display: none;
}

.categories ul .ins:hover span {
	display: block;
}

.left .block {
	padding: 12px 20px 0px 20px;
}

.left .block .title {
	color: #e14e3c;
	text-align: center;
}

.left .block .ad li {
	width: calc(100% - 20px);
	margin: 0px 10px 25px 10px;
}

.content .right {
	width: calc(100% - 240px);
	float: left;
}

.videos {
	font-size: 0px;
}

.videos li {
	width: calc(50% - 10px);
	margin: 0px 20px 19px 0px;
	vertical-align: top;
	display: inline-block;
}

.videos li:nth-of-type(2n+2) {
	margin: 0px 0px 20px 0px;
}

.videos li span {
	position: relative;
	padding-top: 56%;
	overflow: hidden;
	display: block;
}

.videos li span img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

.videos li .info {
	margin: 11px 0px 0px 0px;
}

.videos li .info .name {
	width: 100%;
	margin: 0px 0px 5px 0px;
}

.videos li .info .name a {
	font-family: 'Open-Sans-Bold';
	color: #e14e3c;
	font-size: 14px;
	line-height: 18px;
	text-decoration: none;
}

.videos li .info .name a:hover {
	color: #636363;
}

.videos li span:hover ~ .info .name a {
	color: #636363;
}

.views {
	font-family: 'Open-Sans-Semibold';
	color: #636363;
	font-size: 12px;
	line-height: 20px;
	margin: 0px 20px 0px 0px;
	display: inline-block;
}

.views:before {
	content: "\f06e";
	font-family: FontAwesome;
	color: #e14e3c;
	font-size: 20px;
	padding: 0px 5px 0px 0px;
	position: relative;
	top: 2px;
}

.date {
	font-family: 'Open-Sans-Semibold';
	color: #636363;
	font-size: 12px;
	line-height: 20px;
	display: inline-block;
}

.date:before {
	content: "\f073";
	font-family: FontAwesome;
	color: #e14e3c;
	font-size: 15px;
	padding: 0px 5px 0px 0px;
	position: relative;
	top: 1px;
}

.videos2 {
	font-size: 0px;
}

.videos2 li {
	width: calc(100% - 30px);
	margin: 0px 15px 25px 15px;
	vertical-align: top;
	display: inline-block;
}

.videos2 li span {
	position: relative;
	padding-top: 56%;
	overflow: hidden;
	display: block;
}

.videos2 li span img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

.videos2 li .name {
	text-align: left;
	margin: 6px 0px 0px 0px;
}

.videos2 li .name a {
	font-family: 'Open-Sans-Bold';
	color: #636363;
	font-size: 11px;
	line-height: 15px;
	text-decoration: none;
}

.videos2 li .name a:hover {
	color: #e14e3c;
}

.videos2 li span:hover ~ .name a {
	color: #e14e3c;
	color: #e14e3c;
}

.block {
	margin: 0px 0px 20px 0px;
}

.block .title {
	font-family: 'Open-Sans-Bold';
	color: #636363;
	font-size: 14px;
	line-height: 25px;
	margin: 0px 0px 16px 0px;
}

.ad img {
	width: 100%;
}

.ad li .img {
	width: 100px;
	margin: 0px auto 6px auto;
}

.ad li span {
	position: relative;
	padding-top: 100%;
	overflow: hidden;
	display: block;
}

.ad li span img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

.ad .name a {
	font-family: 'Open-Sans-Semibold';
	color: #636363;
	font-size: 11px;
	line-height: 15px;
	text-decoration: none;
}

.ad li .img:hover ~ .name a {
	color: #e14e3c;
}

.ad .name a:hover {
	color: #e14e3c;
}

.ad li {
	width: calc(25% - 15px);
	margin: 0px 20px 0px 0px;
	text-align: center;
	vertical-align: top;
	display: inline-block;
}

.ad li:nth-of-type(4n+4) {
	margin: 0px 0px 0px 0px;
}

.all {
	font-family: 'Open-Sans-Semibold';
	color: #ffffff;
	font-size: 14px;
	line-height: 35px;
	text-decoration: none;
	text-align: center;
	width: 150px;
	background: #e14e3c;
	border-radius: 20px;
	margin: 5px auto 20px auto;
	display: block;
}

.all:hover {
	background: #636363;
}

.text_block {
	background: #fffdfe;
	padding: 20px 0px 20px 0px;
	margin: 0px 0px 0px 0px;
}

.text_block .container {
	width: 96%;
	/* max-width: 620px; */
	margin-bottom: 20px;
	color: black;
	font-size: 16px;
}

.text_block h3 {
	font-family: 'Open-Sans-Bold';
	color: #e14e3c;
	font-size: 16px;
	line-height: 19px;
	font-weight: normal;
	text-align: center;
	width: 100%;
	margin: 0px 0px 7px 0px;
	display: inline-block;
}

.text_block p {
	font-family: 'Open-Sans-Semibold';
	color: #636363;
	font-size: 12px;
	line-height: 16px;
	margin: 0px 0px 18px 0px;
}

.menu2 {
	font-size: 0px;
	width: 100%;
	margin: 0px 0px 10px 0px;
	float: left;
}

.menu2 li {
	margin: 0px 15px 5px 0px;
	vertical-align: top;
	display: inline-block;
}

.menu2 li a {
	font-family: 'Open-Sans-Semibold';
	color: #636363;
	font-size: 13px;
	line-height: 17px;
	text-decoration: none;
}

.menu2 li a:hover {
	color: #e14e3c
}

.sort {
	width: 100%;
	margin: 0px 0px 10px 0px;
	float: left;
}

.sort p {
	font-family: 'Open-Sans-Semibold';
	color: #636363;
	font-size: 12px;
	line-height: 12px;
	margin: 0px 5px 0px 0px;
	float: left;
}

.sort .sort_list {
	position: relative;
	float: left;
}

.sort .sort_list .sort_active {
	font-family: 'Open-Sans-Bold';
	color: #636363;
	font-size: 12px;
	line-height: 12px;
	padding: 0px 0px 5px 0px;
	cursor: pointer;
}

.sort .sort_list .sort_active:after {
	content: "\f078";
	font-family: FontAwesome;
	color: #636363;
	font-size: 10px;
	padding: 0px 0px 0px 5px;
	position: relative;
	top: 0px;
}

.sort .sort_list ul {
	width: 100%;
	background: #ffffff;
	padding: 0px 5px 3px 5px;
	margin: 0px 0px 0px -5px;
	border: 1px solid #e14e3c;
	position: absolute;
	z-index: 2;
	display: none;
}

.sort .sort_list:hover ul {
	display: block;
}

.sort .sort_list ul li {
	margin: 0px 0px 1px 0px;
}

.sort .sort_list ul li a {
	font-family: 'Open-Sans-Semibold';
	color: #636363;
	font-size: 12px;
	line-height: 14px;
	text-decoration: none;
}

.sort .sort_list ul li a:hover {
	color: #e14e3c;
}

.sort_butts {
	font-size: 0px;
	width: 100%;
	margin: 0px 0px 10px 0px;
	float: left;
}

.sort_butts a {
	font-family: 'Open-Sans-Semibold';
	color: #636363;
	font-size: 13px;
	line-height: 32px;
	text-decoration: none;
	border: 1px solid #636363;
	padding: 0px 15px 0px 15px;
	margin: 0px 15px 0px 0px;
	vertical-align: top;
	display: inline-block;
}

.sort_butts a:hover {
	color: #e14e3c;
}

.sort_butts .active {
	border: 1px solid #e14e3c;
	color: #e14e3c;
}

.breadcrumbs {
	font-family: 'Open-Sans-Bold';
	color: #636363;
	font-size: 14px;
	line-height: 18px;
	width: 100%;
	margin: 0px 0px 20px 0px;
	float: left;
}

.breadcrumbs a {
	font-family: 'Open-Sans-Bold';
	color: #636363;
	font-size: 14px;
	line-height: 18px;
	text-decoration: none;
}

.breadcrumbs a:hover {
	color: #e14e3c;
}

.breadcrumbs span {
	color: #e14e3c;
}

.menu1 {
	font-size: 0px;
	width: 100%;
	margin: 5px 0px 15px 0px;
	float: left;
}

/*
.menu1 li {
	width: 14.28%;
	margin: 0px 0px 10px 0px;
	vertical-align: top;
	display: inline-block;
}*/

.menu1 li {
	width: calc(20% - 4px);
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 16px 4px;
	vertical-align: top;
	display: inline-block;
}

.menu1 li a {
	font-family: 'Open-Sans-Semibold';
	color: #636363;
	font-size: 13px;
	line-height: 17px;
	text-decoration: none;
	border: 1px solid #636363;
	padding: 4px 5px 4px 5px;
}

.menu1 li a:hover {
	color: #e14e3c;
}

.menu1 li .active {
	color: #e14e3c;
}

.text_block2 {
	background: #f5f3f4;
	padding: 17px 20px 2px 20px;
	margin: 0px 0px 20px 0px;
}

.content h4 {
	margin: 0px 0px 15px 0px;
}

.text_block2 h4 {
	margin: 0px 0px 10px 0px;
}

.text_block2 p {
	font-family: 'Open-Sans-Semibold';
	color: #636363;
	font-size: 12px;
	line-height: 16px;
	margin: 0px 0px 18px 0px;
}

.video {
	font-size: 0px;
	background: #f5f3f4;
	padding: 20px 20px 30px 20px;
	margin: 0px 0px 30px 0px;
}

.video .player {
	margin: 0px 0px 18px 0px;
}

.player video {
	width: 100%!important;
	height: auto!important;
	vertical-align: bottom!important;
}

.plyr__control--overlaid {
	background: #e14e3c!important;
}

.plyr--full-ui input[type=range] {
	color: #e14e3c!important;
}

.plyr__control--overlaid:focus{
	background: #e14e3c!important;
}

.plyr__control--overlaid:hover{
	background: #e14e3c!important;
}

.plyr__control[aria-expanded=true]{
	background: #e14e3c!important;
}

.plyr__control--overlaid:hover{
	background: #e14e3c!important;
}

.plyr__control[role=menuitemradio][aria-checked=true]::before{
	background: #e14e3c!important;
}

.plyr__sr-only:hover {
	background: #e14e3c!important;
}

.plyr__control:hover {
	background: #e14e3c!important;
}

.video-js .vjs-big-play-button {
	font-size: 50px!important;
	line-height: 76px!important;
	height: 80px!important;
	width: 80px!important;
    top: 50%!important;
	left: 50%!important;
	margin: -42px 0px 0px -42px;
	border: 2px solid #fff!important;
	background-color: #e14e3c!important;
	border-radius: 100%!important;
}

.video-js .vjs-big-play-button:hover {
	opacity: 0.85;
}

.video_info {
	width: calc(100% - 190px);
	margin: 0px 0px 14px 0px;
	float: left;
}

.video_info .tags {
	margin: 0px 0px 5px 0px;
}

.video_info .actors {
	margin: 0px 0px 5px 0px;
}

.video_info p {
	font-family: 'Open-Sans-Bold';
	color: #636363;
	font-size: 14px;
	line-height: 26px;
	margin: 0px 10px 0px 0px;
	display: inline-block;
}

.video_info a {
	font-family: 'Open-Sans-Regular';
	color: #636363;
	font-size: 14px;
	line-height: 26px;
	text-decoration: none;
	background: #ffffff;
	border-radius: 10px;
	padding: 0px 15px 0px 15px;
	margin: 0px 10px 5px 0px;
	display: inline-block;
}

.video_info a:hover {
	color: #e14e3c;
}

.share {
	margin: 1px 0px 15px 0px;
	float: left;
}

.video-rating {
	width: 170px;
	margin: 0px 0px 0px 20px;
	float: left;
}

.video-rating .rating {
	margin: 0px 0px 0px 0px;
	float: left;
}

.video-rating .rating a {
	font-family: 'Open-Sans-Semibold';
	color: #636363;
	font-size: 14px;
	line-height: 26px;
	text-decoration: none;
	margin: 0px 20px 0px 0px;
	display: inline-block;
}

.video-rating .rating a:hover span {
	text-decoration: underline;
}

.video-rating .rating .yes:before {
	content: "\f164";
	font-family: FontAwesome;
	color: #000000;
	font-size: 26px;
	padding: 0px 6px 0px 0px;
	position: relative;
	top: 1px;
}


.video-rating .rating .no:before {
	content: "\f165";
	font-family: FontAwesome;
	color: #000000;
	font-size: 26px;
	padding: 0px 6px 0px 0px;
	position: relative;
	top: 6px;
}

.video-rating .rating .yes.active:before {
	color: #e14e3c;
}

.video-rating .rating .no.active:before {
	color: #e14e3c;
}

.video_info2 {
	width: calc(100% - 190px);
	margin: 0px 0px 18px 0px;
	float: left;
}

.video_info2 .link {
	width: 100%;
	margin: 0px 0px 8px 0px;
	float: left;
	overflow: hidden;
}

.video_info2 .link span {
	font-family: 'Open-Sans-Bold';
	color: #636363;
	font-size: 14px;
	line-height: 26px;
	display: block;
}

.video_info2 .link a {
	font-family: 'Open-Sans-Regular';
	color: #e14e3c;
	font-size: 14px;
	line-height: 16px;
	text-decoration: none;
}

.video_info2 .link a:hover {
	text-decoration: underline;
}

.comments {
	width: 100%;
	margin: 0px 0px 0px 0px;
	float: left;
}

.comments p {
	font-family: 'Open-Sans-Bold';
	color: #636363;
	font-size: 14px;
	line-height: 26px;
	margin: 0px 0px 4px 0px;
}

.comment {
	width: 100%;
	margin: 0px 0px 10px 0px;
	float: left;
}

.comment .avatar {
	width: 50px;
	margin: 0px 10px 0px 0px;
	float: left;
}

.comment .avatar .avatar_img {
	width: 100%;
}

.comment .avatar .avatar_img img {
	width: 100%;
	vertical-align: bottom;
}

.comment .avatar p {
	font-family: 'Open-Sans-Semibold';
	color: #e14e3c;
	font-size: 12px;
	line-height: 12px;
	text-align: center;
	margin: 4px 0px 0px 0px;
}

.comment .comment_text {
	width: 320px;
	background: #ffffff;
	padding: 15px 20px 17px 20px;
	float: left;
}

.comment .comment_text i {
	font-family: 'Open-Sans-Semibold';
	color: #636363;
	font-size: 12px;
	line-height: 15px;
	font-style: normal;
	margin: 0px 0px 0px 0px;
	display: block;
	opacity: 0.5;
}

.comment .comment_text p {
	font-family: 'Open-Sans-Semibold';
	color: #636363;
	font-size: 12px;
	line-height: 15px;
	text-align: left;
	margin: 2px 0px 10px 0px;
}

.comment .comment_text a {
	font-family: 'Open-Sans-Italic';
	color: #e14e3c;
	font-size: 12px;
	line-height: 12px;
}

.comment .comment_text a:hover {
	text-decoration: none;
}

.comment_add {
	width: 100%;
	margin: 5px 0px 0px 0px;
	float: left;
}

.comment_add textarea {
	font-family: 'Open-Sans-Regular';
	color: #636363;
	font-size: 14px;
	line-height: 18px;
	width: 340px;
	height: 75px;
	border: 0 none;
	resize: none;
	padding: 10px 10px 10px 10px;
	margin: 0px 0px 10px 0px;
}

.comment_add button {
	font-family: 'Open-Sans-Semibold';
	color: #ffffff;
	font-size: 14px;
	line-height: 35px;
	text-decoration: none;
	text-align: center;
	width: 150px;
	background: #e14e3c;
	border-radius: 20px;
	border: 0 none;
	margin: 0px 0px 0px 0px;
	display: block;
}

.comment_add button:hover {
	background: #636363;
}

h4 {
	font-family: 'Open-Sans-Bold';
	color: #e14e3c;
	font-size: 14px;
	line-height: 17px;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
	display: inline-block;
}

footer {
	font-family: 'Open-Sans-Regular';
	color: #636363;
	font-size: 12px;
	line-height: 16px;
	text-align: center;
	width: 96%;
	max-width: 720px;
	margin: 0 auto;
	padding: 20px 0px 16px 0px;
}

footer a {
	color: #636363;
	text-decoration: none;
}

footer a:hover {
	text-decoration: underline;
}

@media (max-width: 940px) {
.tagline {
	display: none;
}

}

@media (max-width: 940px) {
	.menu1 li {
		width: calc(33.33% - 4px);
		padding: 0px 0px 0px 0px;
		margin: 0px 0px 16px 4px;
	}
}

@media (max-width: 860px) {
.tagline {
	display: none;
}

.ad li {
	width: calc(50% - 10px);
	margin: 0px 20px 18px 0px;
}

.ad li:nth-of-type(2n+2) {
	margin: 0px 0px 18px 0px;
}

.block {
	padding: 12px 20px 0px 20px;
}

}

@media (max-width: 800px) {
.video_info {
	width: calc(100% - 0px);
}

.video_info2 {
	width: calc(100% - 0px);
}

.video-rating {
	width: 100%;
	margin: 0px 0px 14px 0px;
}

.share {
	margin: 0px 0px 0px 0px;
	float: left;
}

.video-rating .rating {
	margin: -3px 0px 0px 0px;
    float: right;
}

.video-rating .rating a {
	margin: 0px 0px 0px 20px;
}


}

@media (max-width: 750px) {
.comment .comment_text {
	width: calc(100% - 100px);
}

.comment_add textarea {
	width: calc(100% - 20px);
}

}

@media (max-width: 700px) {
header ul {
	display: none;
}

.block_desk {
	display: none;
}

.block_mob {
	display: block;
}

.content .left {
	width: 0px;
	margin: 0px 0px 0px 0px;
}

.content .left .block {
	display: none;
}

.left .categories {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.content .right {
	width: calc(100% - 0px);
}

.menu1 li {
	width: calc(25% - 5px);
}


.menu2 li {
	width: calc(25% - 5px);
	padding: 0px 5px 0px 0px;
	margin: 0px 0px 10px 0px;
}

.ad li:nth-of-type(3) {
	display: none;
}

.ad li:nth-of-type(4) {
	display: none;
}

.video .player {
	margin: 0px 0px 15px 0px;
}

header {
	padding: 20px 0px 90px 0px;
}

header .tagline {
	font-size: 12px;
	line-height: 15px;
	text-align: left;
	width: calc(100% - 60px);
	top: 90px;
	left: 0%;
	padding: 10px 0px 10px 60px;
	margin: 0px 0px 0px 0px;
	background: #f5f3f4;
	display: block;
}

}

@media (max-width: 545px) {
.menu1 li {
	width: calc(50% - 4px);
}

.menu2 li {
	width: calc(33.33% - 5px);
}
}

@media (max-width: 450px) {
header {
    padding: 10px 0px 80px 0px;
}

header .tagline {
    top: 95px;
}

.container {
    width: calc(100% - 24px);
}

.content h1 {
	font-size: 20px;
	line-height: 23px;
	margin: 0px 0px 11px 0px;
}

.block {
	margin: 0px -12px 10px -12px;
    /* padding: 12px 20px 0px 20px;*/
}

.block .title {
	text-align: center;
}

.content h4 {
	width: 100%;
	text-align: center;
}

.videos li {
	width: calc(100% - 0px);
	margin: 0px 0px 11px 0px;
}

.videos li:nth-of-type(2n+2) {
	margin: 0px 0px 11px 0px;
}

.breadcrumbs {
	margin: 0px 0px 12px 0px;
}

.menu1 {
	margin: 0px 0px 5px 0px;
}

.menu1 li {
	width: calc(100% - 0px);
	margin: 0px 0px 5px 0px;
	padding: 0px 5px 0px 0px;
}

.menu1 .show-more-subcategories {
	display: none !important;
}

.menu1 li a {
	border: 0 none;
	padding: 0px 0px 0px 0px;
}

.menu1 li:before {
	content: "\f111";
	font-family: FontAwesome;
	color: #636363;
	font-size: 7px;
	padding: 0px 5px 0px 0px;
	position: relative;
	top: -2px;
}

.menu1 ul li:nth-child(n+5) {
	display: none;
}

.menu2 li {
	width: calc(100% - 0px);
	margin: 0px 0px 5px 0px;
}

.menu2 li:before {
	content: "\f111";
	font-family: FontAwesome;
	color: #636363;
	font-size: 7px;
	padding: 0px 5px 0px 0px;
	position: relative;
	top: -2px;
}

.menu2 ul li:nth-child(n+3) {
	display: none;
}

.show-hide-btn {
	font-family: 'Open-Sans-Bold';
	color: #636363;
	font-size: 14px;
	line-height: 28px;
	text-align: center;
	width: calc(100% - 2px);
	border: 1px solid #636363;
	background: #f5f3f4;
	padding: 0px 0px 0px 0px;
	cursor: pointer;
	display: block;
	clear: both;
	margin: 3px 0px 10px 0px;
}

.show-hide-btn:after {
	content: "\f078";
	font-family: FontAwesome;
	color: #636363;
	font-size: 10px;
	padding: 0px 0px 0px 5px;
	position: relative;
	top: -1px;
}

.show-hide-btn.toggled:after {
	content: "\f077";
}
.show-hide-btn span.t2 {
	display: none;
}

.show-hide-btn.toggled span.t2 {
	display: inline;
}
	
.show-hide-btn.toggled span.t1 {
	display: none;
}

.video {
	padding: 12px 12px 20px 12px;
	margin: 0px -12px 20px -12px;
}

.text_block2 {
    padding: 17px 12px 2px 12px;
	margin: 0px -12px 10px -12px;
}

.text_block {
	padding: 20px 12px 2px 12px;
}

.text_block .container {
	width: calc(100% - 0px);
}

.text_block2 h4 {
	text-decoration: none;
}

.comment_add textarea {
	width: 250px;
}

footer {
	width: calc(100% - 24px);
	padding: 20px 12px 16px 12px;
}

.video-js .vjs-big-play-button {
	font-size: 30px!important;
	line-height: 46px!important;
	height: 50px!important;
	width: 50px!important;
	margin: -26px 0px 0px -26px;
}

.sort_butts a {
	font-size: 12.5px;
	line-height: 32px;
	padding: 0px 5px 0px 5px;
	margin: 0px 5px 0px 0px;
}

}

#menu-icon {
	display: none;
}

@media screen and (max-width: 700px) {
	#nav-wrap {
		width: 220px;
		position: absolute;
		top: 0px;
		left: 0px;
	}
	#menu-icon {
		font-size: 25px;
		line-height: 37px;
		width: 16px;
		height: 14px;
		background: url("../images/menu-icon.png") no-repeat left center;
		padding: 0px 8px 0px 0px;
		border-right: 1px solid #e4e4e4;
		cursor: pointer;
		display: block;
		clear: both;
		margin: 0px 0px 0px 0px;
		position: absolute;
		top: 108px;
		left: 23px;
	}
	#nav {
		clear: both;
		position: absolute;
		width: calc(100% - 40px);
		z-index: 10000;
		background: #f5f3f4;
		padding: 12px 20px 12px 20px;
		margin-top: 0px;
		display: none;
		-webkit-box-shadow: 1px 1px 3px 0px rgba(50, 50, 50, 0.4);
		-moz-box-shadow: 1px 1px 3px 0px rgba(50, 50, 50, 0.4);
		box-shadow: 1px 1px 3px 0px rgba(50, 50, 50, 0.4);
	}
	#nav li {
		font-family: 'Open-Sans-Semibold';
		color: #636363;
		font-size: 13px;
		line-height: 25px;
		width: 100%;
		clear: both;
		float: none;
	}
	#nav a, 
	#nav ul a {
		font: inherit;
		background: none;
		display: inline;
		padding: 0;
		border: none;
	}
	#nav a:hover, 
	#nav ul a:hover {
		background: none;
	}
	#nav ul {
		width: auto;
		position: static;
		display: block;
		border: none;
		background: inherit;
	}
	#nav .ins ul {
		padding: 0px 0px 0px 10px;
		display: none;
	}
	#nav .ins ul li {
		padding: 0px 0px 0px 0px;
	}
	#nav .ins:hover {
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		background: transparent;
		border: 0px solid #e14e3c;
		border-right: 0px solid #ffffff;
	}
	#nav .ins:hover ul {
		display: block;
	}
	#nav .ins span {
		display: none;
	}
}
views
@media screen and (max-width: 700px) {
	#nav-wrap2 {
		width: 100%;
		position: relative;
	}
	#menu-icon2 {
		font-family: 'Open-Sans-Bold';
		color: #ffffff;
		font-size: 14px;
		line-height: 30px;
		text-align: center;
		width: 100%;
		background: #e14e3c;
		padding: 0px 0px 0px 0px;
		cursor: pointer;
		display: block;
		clear: both;
		margin: 0px 0px 15px 0px;
	}
	#menu-icon2 span:after {
		content: "\f078";
		font-family: FontAwesome;
		color: #ffffff;
		font-size: 10px;
		padding: 0px 0px 0px 5px;
		position: relative;
		top: -1px;
	}
	#nav2 {
		clear: both;
		position: relative;
		width: calc(100% - 0px);
		z-index: 10000;
		display: none;
	}
}

@media screen and (min-width: 701px) {
	#nav {
		display: block!important;
	}
	#nav2 {
		display: block!important;
	}
}

@media screen and (max-width: 450px) {
	#menu-icon {
		top: 113px;
	}
}




/* OWN SITE STYLES */

.hidden-video {
	display: none !important;
}

.js-filter-active {
	color: #e14e3c !important;
}

.js-feedback-disabled {
	pointer-events: none !important;
}

.red-border {
	border: 1px solid red !important;
}

.js-hide {
	display: none !important;
}

.duration {
	font-family: 'Open-Sans-Semibold';
	color: #636363;
	font-size: 12px;
	line-height: 20px;
	margin: 0px 0px 0px 20px;
	display: inline-block;
}

.duration:before {
	content: "\f017";
	font-family: FontAwesome;
	color: #e14e3c;
	font-size: 20px;
	padding: 0px 5px 0px 0px;
	position: relative;
	top: 2px;
}

.js-show-more-category {
	font-family: 'Open-Sans-Semibold';
	color: #ffffff !important;
	font-size: 14px;
	line-height: 30px;
	text-decoration: none;
	text-align: center;
	width: 150px;
	background: #e14e3c !important;
	border-radius: 20px;
	margin: 5px auto 10px auto;
	display: block !important;
}

.js-show-more-category:hover {
	background: #636363;
}

.flex-container {
    padding: 0;
    margin: 0;
    list-style: none;

    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-flex-flow: row wrap;
    justify-content: space-around;
}

.flex-item {
    padding: 5px;
    width: 200px;
    height: auto;
    margin-top: 10px;
    text-align: center;
}



.footer-column-name {
    font-family: 'Open-Sans-Bold';
    color: #e14e3c;
    font-size: 14px;
    line-height: 25px;
    margin: 0px 0px 5px 0px;
}

.footer-link {
    font-family: 'Open-Sans-Semibold';
    color: white;
    font-size: 13px;
    line-height: 25px;
    text-decoration: none;
}

.footer-column {
    text-align: left;
    max-width: 100%;
}

.footer-column-row {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.footer-block {
	background-color: black;
}

.footer-text-block ul {
	display: block;
	list-style-type: disc;
	margin-block-start: 1em;
	margin-block-end: 1em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	padding-inline-start: 40px;
}

.header-menu {
	background-color: #f5f3f4;
	height: 23px;
}

.header-menu-item {
	float: right;
}

.dropbtn {
	padding: 5px;
	float: right;
	border: 1px solid black;
	font-size: 10px;
	cursor: pointer;
}

.dropbtn:hover, .dropbtn:focus {
	border: 1px solid #e14e3c;
	color: #e14e3c;
}

.dropdown {
	position: relative;
	display: inline-block;
}

.dropdown-content {
	display: none;
	position: absolute;
	background-color: #f5f3f4;
	min-width: 160px;
	overflow: auto;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 10000000;
}

.dropdown-content a {
	font-size: 13px;
	line-height: 15px;
	padding: 3px 4px;
	color: black;
	text-decoration: none;
	display: block;
}

.dropdown a:hover {
	color: #e14e3c;
}

.show {display: block;}
.hidden-subcategory {
	display: none !important;
}

.menu1 .hidden-show-more-button {
	display: none !important;
}

.show-more-subcategories {
	font-family: 'Open-Sans-Semibold';
	font-size: 13px;
	line-height: 17px;
	text-decoration: none;
	text-align: center;
	width: 150px;
	border: 1px solid #e14e3c;
	color: #e14e3c;
	padding: 4px 5px 4px 5px;
	/* margin: 5px auto 10px auto; */
	display: block !important;
}

.video-counter {
	font-family: 'Open-Sans-Semibold';
	color: #636363;
	font-size: 13px;
	line-height: 32px;
	text-decoration: none;
	padding: 0px 15px 0px 15px;
	margin: 0px 15px 0px 0px;
	vertical-align: top;
	display: inline-block;
}
.hidden-subcategory {
	display: none !important;
}

.menu1 .hidden-show-more-button {
	display: none !important;
}

.show-more-subcategories {
	font-family: 'Open-Sans-Semibold';
	font-size: 13px;
	line-height: 17px;
	text-decoration: none;
	text-align: center;
	width: 150px;
	border: 1px solid #e14e3c;
	color: #e14e3c;
	padding: 4px 5px 4px 5px;
	/* margin: 5px auto 10px auto; */
	display: block !important;
}

.footer-text-block-h2 {
	font-family: 'Open-Sans-Bold';
	font-size: 16px;
	font-weight: normal;
}
