html {
	padding: 0;
	margin: 0;
}
body {
	padding: 0;
	margin: 0;
	background-color: #1a143b;
	color: #839496;
}
a {
	color: #f8104d;
}

.wrap {
	background-color: #281f55;
	padding: 10px;
	color: #fff;
	margin-bottom: 10px;
	border: 0.6rem solid #201844;
}
.main-container {
	margin-left: auto;
	margin-right: auto;
}

@media only screen and (min-width: 48em) {
	.header {
		width: 45rem;
	}
	.main-container {
		width: 45rem;
	}
	.search-form {
		margin-top: 0.7rem !important;
	}
}
@media only screen and (min-width: 64em) {
	.header {
		width: 61rem;
	}
	
	.main-container {
		width: 61rem;
	}
	.search-form {
		margin-top: 0 !important;
	}
}
@media only screen and (min-width: 75em) {
	.header {
		width: 72rem;
	}
	
	.main-container {
		width: 72rem;
	}
	.search-form {
		margin-top: 0 !important;
	}
}
/*
@media only screen and (min-width: 85em) {
	.header {
		width: 82rem;
	}
	.main-container {
		width: 82rem;
	}
	.search-form {
		margin-top: 0 !important;
	}
}
@media only screen and (min-width: 95em) {
	.header {
		width: 92rem;
	}
	.main-container {
		width: 92rem;
	}
	.search-form {
		margin-top: 0 !important;
	}
}
@media only screen and (min-width: 105em) {
	.header {
		width: 102rem;
	}
	.main-container {
		width: 102rem;
	}
	.search-form {
		margin-top: 0 !important;
	}
}
@media only screen and (min-width: 115em) {
	.header {
		width: 112rem;
	}
	.main-container {
		width: 112rem;
	}
	.search-form {
		margin-top: 0 !important;
	}
}
*/

.header-sector {
	background-color: #281f55;
    padding: 10px;
}
.header {
	color: rgba(255, 255, 255, 0.6);
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}
.navbar {
	margin-right: -1.3rem;
	margin-left: -1.3rem;
	display: flex;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	background-color: #f8104d;
	border: 4px solid #c60c3d;
}
.navbar-item-brand {
	font-weight: bolder;
	background-color: #c60c3d;
	-webkit-border-top-left-radius: 50px;
	-webkit-border-bottom-left-radius: 50px;
	-moz-border-radius-topleft: 50px;
	-moz-border-radius-bottomleft: 50px;
	border-top-left-radius: 50px;
	border-bottom-left-radius: 50px;
	margin-left: -2px;
    margin-top: -2px;
    margin-bottom: -2px;
    padding-top: 2px;
}
.navbar-form {
	padding: 6px;
}
.navbar-item {
	font-size: 1.15rem;
}
.navbar-item-brand, .navbar-link {

}
.navbar-item a {
	text-decoration: none;
	color: inherit;
	padding: 15px;
	display: block;
	text-align: center;
}
.navbar-link:hover {
	color: #fff;
}
.active_filter {
	color: #fff !important;
}
.active_text {
	color: #e5e5e5 !important;
}
.navbar-item-toggle span {
	display: block;
	padding: 15px;
	color: #9E9C9C;
	-webkit-border-top-right-radius: 25px;
	-webkit-border-bottom-right-radius: 25px;
	-moz-border-radius-topright: 25px;
	-moz-border-radius-bottomright: 25px;
	border-top-right-radius: 25px;
	border-bottom-right-radius: 25px;
}
.navbar-items {
	display: flex;
}
.navbar-items--right {
	margin-left:auto;
}
.navbar-item-toggle {
	display: none;
	-webkit-border-top-right-radius: 25px;
	-webkit-border-bottom-right-radius: 25px;
	-moz-border-radius-topright: 25px;
	-moz-border-radius-bottomright: 25px;
	border-top-right-radius: 25px;
	border-bottom-right-radius: 25px;
}
.search-form {
	position: relative;
	width: 300px;
	margin: 0 auto;
}
.search-input {
	width: 100%;
	height: 40px;
	padding-left: 10px;
	border: 2px solid #c60c3d;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	outline: none;
	background: #f8275e;
	color: #fff;
	text-align:center;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(255, 255, 255, 0.5);
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: rgba(255, 255, 255, 0.5);
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: rgba(255, 255, 255, 0.5);
}
.search-button {
	position: absolute; 
	top: 0;
	right: 0px;
	width: 50px;
	height: 40px;
	border: none;
	background: #c60c3d;
	-webkit-border-top-right-radius: 25px;
	-webkit-border-bottom-right-radius: 25px;
	-moz-border-radius-topright: 25px;
	-moz-border-radius-bottomright: 25px;
	border-top-right-radius: 25px;
	border-bottom-right-radius: 25px;
	cursor: pointer;
}
.search-button:before {
	content:"GO";
	/*content: "\f002";*/
	/*font-family: FontAwesome;*/
	font-size: 16px;
	color: rgba(255, 255, 255, 0.5);
}
@media only screen and (max-width: 768px) {
	.navbar {
		margin-right: auto;
		margin-left: auto;
	}
	.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;
	}
	.navbar-item-brand {
		-webkit-border-top-right-radius: 45px;
		-webkit-border-bottom-right-radius: 45px;
		-moz-border-radius-topright: 45px;
		-moz-border-radius-bottomright: 45px;
		border-top-right-radius: 45px;
		border-bottom-right-radius: 45px;
	}
	.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 {
	
}
.content {

}
.content-header {

}
.header-block {
	padding-bottom: 10px;
    border-bottom: 4px solid #201844;
	color: rgba(255, 255, 255, 0.5);
}
.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: 5px 10px;
	text-decoration: none;
	color: inherit;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.pagination span {
	display: inline-block;
	padding: 8px 16px;
}
.pagination a.active_page {
	background-color: #201844;
}
.pagination a:hover:not(.active_page) {
	background-color: #201844;
}

.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: #201844;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	margin-bottom: 0.5rem;
}
.video-box:hover {
	background-color: #362f56;
}
.video-thumbnail-box {

}
.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;
}
.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: #201844;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	margin-bottom: 0.5rem;

	white-space: nowrap;
	overflow: hidden;
	padding: 5px;
	text-overflow: ellipsis;
	text-align: center;
	color: #000;
}
.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-bottom: 10px;
	padding-top: 15px;
	padding-left: 10px;
	padding-right: 10px;
	border-top: 4px solid #201844;
}

.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 {

}