html {
	padding: 0;
	margin: 0;
}
body {
	padding: 0;
	margin: 0;
	background-color: #2c3e50;
	color: #999999;
}
a {
	color: #2c3e50;
}

.wrap {
	background-color: #ecf0f1;
	padding: 10px;
	border-left: 3px solid #bcc0c0;
	border-right: 3px solid #bcc0c0;
	color: #000;
}
.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;
	}
}

.header-sector {
	background-color: #7b8a8b;
	color: #fff;
}
.header {
	margin-left: auto;
	margin-right: auto;
}
.navbar {
	margin-right: -1rem;
	margin-left: -1rem;
	display: flex;
}
.navbar-item-brand {
	font-weight: bolder;
}
.navbar-form {
	padding: 6px;
}
.navbar-item {
	font-size: 1.15rem;
}
.navbar-item-brand, .navbar-link {

}
.navbar-item a {
	text-decoration: none;
	color: inherit;
	padding: 20px;
	display: block;
	text-align: center;
}
.navbar-link:hover {

	color: #2c3e50;
}
.active_filter {

	color: #2c3e50 !important;
}
.active_text {
	color: #2c3e50 !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: 50px;
	padding-left: 10px;
	border: 2px solid #566061;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	outline: none;
	background: #6e7c7d;
	color: #fff;
	text-align:center;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #3d4545;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #3d4545;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #3d4545;
}
.search-button {
	position: absolute; 
	top: 0;
	right: 0px;
	width: 50px;
	height: 50px;
	border: none;
	background: #566061;
	-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: #3d4545;
}
@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;
	}
	.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: 5px;
}
.content {

}
.content-header {

}
.header-block {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
    background-color: #bcc0c0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 2px solid #000;
}
.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: 7px 14px;
	text-decoration: none;
	background-color: #bcc0c0;
	border: 2px solid #000;
	color: inherit;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.pagination span {
	display: inline-block;
	padding: 8px 16px;
}
.pagination a.active_page {
	background-color: #8d9090;
}
.pagination a:hover:not(.active_page) {
	background-color: #8d9090;
}

.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: #bcc0c0;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border: 2px solid #000;
	margin-bottom: 0.5rem;
}
.video-box:hover {
	background-color: #8d9090;
}
.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.8;
}
.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: #bcc0c0;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	border: 2px solid #000;
	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;
	background-color: #bcc0c0;
	border: 2px solid #000000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	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 {

}