html {
	padding: 0;
	margin: 0;
}
body {
	padding: 0;
	margin: 0;
	background-color: #3C2F2F;
	background-image: url('/static/images/bg.png');
	color: #FFF4E6;
}
a {
	color: #FFF4E6;
}

.header-wrap {
	background-color: #854442;
	padding: 10px;
	border-left: 3px solid #4f2827;
	border-right: 3px solid #4f2827;
	color: #F3F3F3;

	box-shadow: 0px 5px 0px rgb(79 40 39 / 50%);
	position: relative;
	z-index: 999;

	/* Created with https://www.css-gradient.com */
	background: #5D302E;
	background: -webkit-linear-gradient(bottom, #5D302E, #915654);
	background: -moz-linear-gradient(bottom, #5D302E, #915654);
	background: linear-gradient(to top, #5D302E, #915654);
}

.wrap {
	background-color: #2a2020;
	padding: 10px;
	border-left: 3px solid #1e1717;
	border-right: 3px solid #1e1717;
	color: #907b7a;
}
.main-container {
	margin-left: auto;
	margin-right: auto;

	max-width: 52rem;
}

.header-container {
	margin-left: auto;
	margin-right: auto;

	max-width: 52rem;
}

@media only screen and (min-width: 48em) {
	.main-container {
		width: 45rem;
	}
	.header-container {
		width: 45rem;
	}
	.search-form {
		margin-top: 0.7rem !important;
	}
}
@media only screen and (min-width: 64em) {
	.main-container {
		width: 61rem;
	}
	.header-container {
		width: 61rem;
	}
	.search-form {
		margin-top: 0 !important;
	}
}
@media only screen and (min-width: 75em) {
	.main-container {
		width: 72rem;
	}
	.header-container {
		width: 72rem;
	}
	.search-form {
		margin-top: 0 !important;
	}
}

.header-sector {

}
.header {

}
.navbar {
	display: flex;

	/* Created with https://www.css-gradient.com */
	background: #4F2928;
	background: -webkit-linear-gradient(bottom, #4F2928, #854442);
	background: -moz-linear-gradient(bottom, #4F2928, #854442);
	background: linear-gradient(to top, #4F2928, #854442);

	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.navbar-item-brand {
	font-weight: normal;
	color: #b49a99;
}
.navbar-form {
	padding: 6px;
}
.navbar-item {
	font-size: 1.65rem;
}
.navbar-item-brand, .navbar-link {
	background-color: #4f2827;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;

	/* Created with https://www.css-gradient.com */
	background: #4F2928;
	background: -webkit-linear-gradient(bottom, #4F2928, #854442);
	background: -moz-linear-gradient(bottom, #4F2928, #854442);
	background: linear-gradient(to top, #4F2928, #854442);
}
.navbar-item a {
	text-decoration: none;
	color: inherit;
	padding: 20px;
	display: block;
	text-align: center;
}
.navbar-link:hover {
	background-color: #050505;
	color: #b49a99;
}
.active_filter {
	background-color: #050505;
	color: #b49a99 !important;
}
.active_text {
	color: #b49a99 !important;
}
.navbar-item-toggle span {
	display: block;
	padding: 20px;
	color: #9E9C9C;
}
.navbar-items {
	display: flex;
}
.navbar-items--right {
	margin-left:auto;
}
.navbar-item-toggle {
	display: none;
}
.search-form {
	position: relative;
	width: 300px;
	margin: 0 auto;
}
.search-input {
	width: 100%;
	height: 58px;
	padding-left: 10px;
	border: 2px solid #4f2827;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	outline: none;
	background: #6a3634;
	color: #9E9C9C;
	text-align:center;
}
.search-button {
	position: absolute; 
	top: 0;
	right: 0px;
	width: 50px;
	height: 58px;
	border: none;
	background: #4f2827;
	-webkit-border-top-right-radius: 2px;
	-webkit-border-bottom-right-radius: 2px;
	-moz-border-radius-topright: 2px;
	-moz-border-radius-bottomright: 2px;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
	cursor: pointer;
	color: #6a3634;
}
/*.search-button:before {
	content: "\f002";
	font-family: FontAwesome;
	font-size: 16px;
	color: #6a3634;
}*/
@media only screen and (max-width: 768px) {
	.navbar-items, .navbar {
		flex-direction: column;
	}
	.navbar-items {
		display:none;
	}
	.navbar-items--right {
		margin-left:0;
	}
	.navbar-toggle-show {
		display: flex;
	}
	.navbar-item-toggle {
		align-self: flex-end;
		display: initial;
		position: absolute;
		cursor: pointer;
	}
	.search-form {
		width: 100%;
		margin-top: 0 !important;
	}
	.title-block {
		text-align: center;
	}
	.pagination-box {
		text-align: center !important;
	}
}

@media only screen and (max-width: 64em) {
	.title-block {
		text-align: center;
	}
	.pagination-box {
		text-align: center !important;
	}
}

.content-sector {
	margin-top: 15px;
}
.content {

}
.content-header {

}
.header-block {
	padding: 10px;
    background-color: #3C2F2F;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.page-title {

}
.title-block {
	padding: 8px 0 8px 0;
	margin: 0;
	font-weight: normal;
	font-size: 1.15rem;
}
.pagination-box {
	text-align: right;
	margin-top: 3px;
}
.pagination {
	display: inline-block;
}
.pagination a {
	display: inline-block;
	padding: 8px 16px;
	text-decoration: none;
	background-color: #3C2F2F;
	color: inherit;
}
.pagination span {
	display: inline-block;
	padding: 8px 16px;
}
.pagination a.active_page {
	background-color: #1e1717;
}
.pagination a:hover:not(.active_page) {
	background-color: #1e1717;
}

.content-body {
	margin-top: 15px;
	padding-left: 0.35rem;
	padding-right: 0.35rem;
}
.gridfix {
	padding-left: 0.15rem;
	padding-right: 0.15rem;
}
.video-panel {
	
}
.video-box {
	background-color: #3C2F2F;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border: 2px solid #1e1717;
	margin-bottom: 0.5rem;
}
.video-box:hover {
	background-color: #1e1717;
}
.video-thumbnail-box {

}
.video-thumbnail-box a {
	display: block;
}
.video-thumbnail {
	width: 100%;
	-webkit-border-top-left-radius: 2px;
	-webkit-border-top-right-radius: 2px;
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-topright: 2px;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	vertical-align: middle;
}
.video-title-box {
	white-space: nowrap;
    overflow: hidden;
    padding: 5px;
    text-overflow: ellipsis;
    text-align: center;
    color: #9E9C9C;
}
.video-title {
	text-decoration: none;
	opacity: 0.5;
}
.content-footer > .pagination-box {
	text-align: center;
}
.content-footer {
	margin-top: 6px;
}

.footer-sector {
	margin-top: 5px;
}
.footer {

}
.toplist-box {
	margin-top: 15px;
	padding-left: 0.35rem;
	padding-right: 0.35rem;
}
.top-list-panel {
	
}
.toplist-item {
	background-color: #212121;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border: 2px solid #151515;
	margin-bottom: 0.5rem;

	white-space: nowrap;
	overflow: hidden;
	padding: 5px;
	text-overflow: ellipsis;
	text-align: center;
	color: #9E9C9C;
}
.toplist-item a:hover {
	text-decoration: none;
}
.tags-box {

}
.tags {
	text-align: center;
}
.tags a {
	padding-left: 3px;
	padding-right: 3px;
	text-decoration: none;
}
.footer-text-box {
	margin-top: 15px;
	text-align: center;
	padding: 15px;
}

.main-video-body {

}
.main-video-container {

}
.main-video-box {
	overflow: hidden;
	/* 16:9 aspect ratio */
	padding-top: 56.25%;
	position: relative;
}
.main-video-frame_box {

}
#main-video {

}
.main-video-frame {
	border: 0;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.main-video-play {
	background: url('/static/images/play.png') center center no-repeat;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 2;
	transition: opacity .3s ease-out;
}
.main-video-poster {
	width: 100%;
}
.main-video-frame_box {
	position: relative;
}
.main-video-tags {
	margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px;
}
.main-video-tags  a {
	margin-right: 5px;
}
.main-video-tags  a:hover {
	text-decoration: none;
}
.related-videos-header {

}
.related-title {

}
.related-videos-body {

}
.related-videos {

}