* {
  box-sizing: border-box;
  font-family: sans-serif;
}
html {
	padding: 0;
	margin: 0;
}
body {
	padding: 0;
	margin: 0;
	background-color: #002B36;
	background-image: url('/static/images/bg2.png');
	color: #b2b2b1;
}
a {
	color: #002630;
}

.header-wrap {
	padding: 10px;
	color: #ffffff;
}

.wrap {
	background-color: #324a51;
	padding: 10px;
	margin-bottom: 10px;
}
.header-container {
	margin-left: auto;
	margin-right: auto;
	max-width: 52rem;
}
.main-container {
	margin-left: auto;
	margin-right: auto;
	max-width: 52rem;
	border-left: 10px solid #193b44;
	border-right: 10px solid #193b44;
}

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

.header-sector {
	margin-left: -10px;
  margin-right: -10px;

  background-color: #193b44;
  padding: 10px;
}
.header {

}

.spt-navbar {
	display: flex;
	flex-wrap: wrap;
	background-color: #002630;
	color: #b2b2b1;
	font-size: 18px;
}
.spt-navbar-brand {
	background-color: #001e26;
	font-size: 28px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
	order: 1;
}
.spt-navbar-brand-link {
	color:inherit;
	text-decoration: none;
}
.spt-navbar-search {
	order: 2;
	flex-grow: 1;
}
.spt-navbar-items {
	display: flex;
	height: 100%;
}
.spt-navbar-form {
	display: flex;
	flex: 0 0 100%;
}
.spt-navbar-form-input {
	background-color: #193b44;
	color: #b2b2b1;
	text-align: center;
	border-radius: 0;
	outline: none;
	border-left: 2px solid #001e26;
	border-top: 2px solid #001e26;
	border-bottom: 2px solid #001e26;
	border-right: none;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding-top: 20px;
	padding-bottom: 20px;
	flex-grow: 1;
}
.spt-navbar-form-input:focus {
	background-color: #193b44;
}
.spt-navbar-form-button {
	border-radius: 0;
	border: none;
	background-color: #001e26;
	cursor: pointer;
	color: #b2b2b1;
	padding-left: 21px;
	padding-right: 21px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-right: 5px;
}

@media (max-width: 438px) {
	.spt-navbar-brand {
		text-align: center;
		flex-grow: 1;
	}
	.spt-navbar-form-input {
		background-color: #002630;
	}
}

.navbar {
	background-color: #854442;
	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;
}
.nb-i-b-block {
	color: inherit;
	padding: 20px;
	display: block;
	text-align: center;
}
.navbar-link:hover {
	background-color: #6a3634;
	color: #b49a99;
}
.active_filter {
	background-color: #6a3634;
	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: 100%;
	margin: 0 auto;
}

::placeholder { 
  color: #5a6e73;
  opacity: 0.7;
  font-weight: bolder;
}

:-ms-input-placeholder { 
  color: #5a6e73;
  opacity: 0.7;
  font-weight: bolder;
}

::-ms-input-placeholder { 
  color: #5a6e73;
  opacity: 0.7;
  font-weight: bolder;
}

.search-input {
	width: 100%;
	height: 65px;
	padding-left: 10px;
	border: 2px solid #002B36;
	outline: none;
	background: #634a00;
	color: #002B36;
	text-align:center;
	font-size: 1.15rem;
}
.search-input:focus {
	background-color: #725c19;
}
.search-button {
	position: absolute; 
	top: 0;
	right: 0px;
	width: 65px;
	height: 65px;
	border: none;
	background: #594200;
	cursor: pointer;
	color: #002B36;
	border-top: 2px solid #002B36;
  border-right: 2px solid #002B36;
  border-bottom: 2px solid #002B36;
}

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

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

}
.content-header {

}
.header-block {
	padding: 5px;
	padding-bottom: 15px;
  border-bottom: 4px solid #002630;
  text-align: center;
}
.page-title {

}
.title-block {
	padding: 8px 0 8px 0;
	margin: 0;
	font-weight: normal;
	font-size: 1.20rem;
}
.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: #19343b;
	color: #325159;
}
.pagination span {
	display: inline-block;
	padding: 8px 16px;
}
.pagination a.active_page {
	background-color: #00222b;
}
.pagination a:hover:not(.active_page) {
	background-color: #00222b;
}

.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: #00222b;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border: 2px solid #00222b;
	margin-bottom: 0.5rem;
}
.video-box:hover {
	background-color: #1e1717;
}
.video-thumbnail-box {

}
.video-thumbnail {
	width: 100%;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-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;
}
.content-footer > .pagination-box {
	text-align: center;
}
.content-footer {
	margin-top: 6px;
}

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

}
.footer-language-links {
	text-align: center;
  padding-bottom: 10px;
}
.footer-language-links a {
	text-decoration: none;
}
.toplist-box {
	margin-top: 15px;
	padding-left: 0.35rem;
	padding-right: 0.35rem;
}
.top-list-panel {

}
.toplist-item {
	background-color: #3C2F2F;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border: 2px solid #1e1717;
	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;
	background-color: #19343b;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	text-align: center;
	padding: 15px;
	color: #4c676e;
}
.footer-text-box a {
	color: #325159;
}

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

}