html, body {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
}
body {
	background:#001331;
	color:#fff;
	min-height:100vh;
	padding-bottom:10px;
}
a {
	color:#fff;
}
a:hover {
	text-decoration:none;
}

* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

#is_m {
	display:none;
}
@media only screen and (max-width: 639px) {
	#is_m {
		display:block;
	}
}

h1 {
	font-size:20px;
	text-shadow:1px 1px 1px rgba(0, 0, 0, .25);
	margin-top:0;
}
h2 {
	font-size:17px;
	text-shadow:1px 1px 1px rgba(0, 0, 0, .25);
}

.chosen {
	text-decoration:none;
	font-weight:bold;
	background:#00235c;
}

input[type=text], textarea {
	outline: none;
	border:none;
	padding:5px 10px;
	font-size:17px;
	border-radius:2px;
	background:#001c49;
	color:#fff;
}
input[type="submit"] {
	padding:10px 15px;
	background:#001c49;
	font-size:17px;
	font-weight:bold;
	border:none;
	color:#fff;
}
input[type="text"]:focus, textarea:focus {
	background:#00235c;
}

.width {
	max-width:1280px;
	margin:0 auto;
}
.width_text {
	max-width:640px;
	margin:0 auto;
	padding:0 10px;
}

#bg {
	z-index:100;
	display:none;
	position:fixed;
	top:0;
	height:100vh;
	left:0;
	right:0;
	background:#000;
	opacity:0.5;
}

#menu {
	z-index:999;
	transform:translateX(100%);
	position:fixed;
	top:0;
	height:100vh;
	right:0;
	background:#fff;
	transition:.5s;
	
	list-style-type:none;
	margin:0;
	padding:0;
}
.menu_open #menu {
	box-shadow:1px 1px 3px 3px rgba(0,0,0,.3);
	transform:none;
}
#menu li {
	padding:10px 20px;
}

#page {
	transition:.5s;
}
.menu_open #page {
	transform:translateX(-220px);
}
.menu_open {
	overflow:hidden;
}
#menu_close, #menu_button {
	position:absolute;
	top:23px;
	left:-40px;
}
#menu_close {
	display:none;
}
.menu_open #menu_close {
	display:block;
}
#menu_close img, #menu_button img {
	height:30px;
}
.menu_open #menu_button {
	display:none;
}

.menu_item {
	user-select: none;
}
.menu_item:hover {
	background:#ba1500;
	color:#fff;
}
.links {
	font-size:14px;
	font-weight:bold;
	text-align:center;
	margin-top:20px 0;
}
.legal {
	font-size:11px;
	text-align:center;
	margin:20px 0;
}
.legal a, .links a {
	margin:0 5px;
	text-decoration:none;
}
.legal a:hover, .links a:hover {
	text-decoration:underline;
}

header {
	text-align:left;
	padding:20px 0;
}
#header {
	display: flex;
}
#logo {
	width:33.33%;
	text-align:left;
	font-size:20px;

}
#logo img {
	height:40px;
}
.search {
	width:33.33%;
	text-align:right;
}
.search_form {
	position:relative;
}
.search_form input[name="q"] {
	width:204px;
	box-shadow: 0 1px 6px rgba(0,0,0,.75);
	margin:0 0 0 auto;
}
.search_form input[name="q"]:focus {
	width:70%;
	transition:0.5s;
}
.search_icon {
	width:20px;
	height:20px;
	position:absolute;
	top:5px;
	right:5px;
}
#order {
	text-align:center;
	margin:0 auto;
	width:33.34%;
	font-size:17px;
}
#order a {
	display:inline-block;
	width:50%;
	padding:5px 10px;
	background:#001c49;
	border:1px solid #001331;
	box-shadow: 0 1px 6px rgba(0,0,0,.75);
}


#order a:hover {
	background:#00235c;
}
@media only screen and (max-width: 639px) {
	#header {
		flex-wrap:wrap;
	}
	#logo {
		width:100%;
		order:1;
		margin-bottom:20px;
		text-align:center;
	}
	.search {
		width:80%;
		order:2;
		margin-bottom:20px;
	}
	.search_form input[name="q"], .search_form input[name="q"]:focus {
		width:100%;
		margin:0 auto;
	}
	#order {
		width:100%;
		order:3;
	}
}

.tags {
	text-align:center;
	margin:1px auto 25px auto;
}
.tags a {
	display:inline-block;
	padding:5px 7px;
	margin:1px;
	background:#001c49;
	text-decoration:none;
	box-shadow: 0 1px 6px rgba(0,0,0,.75);
}
.tags a:hover {
	background:#00235c;
	text-decoration:underline;
}

.menu_best {
	margin-top:10px;
	margin-bottom:35px;
}
.menu_best a {
	margin:6px 3px 0 3px;
	padding:6px 10px;
	font-size:17px;
}
@media only screen and (max-width: 639px) {
	.menu_best {
		margin-top:0;
		margin-bottom:25px;
	}
	.menu_best a {
		margin:6px 3px 0 3px;
		padding:5px 7px;
		font-size:15px;
	}
}

.item_cont {
	float:left;
	width:25%;
	
	margin-bottom:20px;
	
}
.item {
	border:1px solid #001331;
	background:#001c49;
	box-shadow: 0 1px 6px rgba(0,0,0,.75);
}
.item > a {
	text-decoration:none;
}
.item_width {
	
}
.item_height {
	height:0;
	padding-bottom:56.25%;
	position:relative;
	#margin-bottom:1px;
	#box-shadow: 0 1px 6px rgba(0,0,0,.75);
}
.item_thumb {
	position:absolute;
	top:0;
	bottom:0;
	right:0;
	left:0;
	overflow:hidden;
	background: url('/images/fluid_spinner.svg') no-repeat center;
	background-size:150px 150px;
	background-color: #000;
}
.item_img, .item_preview {
	width:100%;
	position: absolute;
    left:0;
    top: 50%;
    transform: translateY(-50%);
	display:block;
}
.item_preview {
	display:none;
	background: url('/images/fluid_spinner.svg') no-repeat center;
	background-size:150px 150px;
}
.item_cont.previewing .item_preview {
	display:block;
}
.item_dur {
	position:absolute;
	left:2px;
	bottom:2px;
	padding:1px 5px 2px 5px;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
	font-size:15px;
	transition:opacity 0.5s;
	color:#fff;
	text-shadow:1px 1px 2px rgba(0, 0, 0, 1);
	background:#000;
	border-radius:3px;
	font-weight:bold;
}
.item > a:hover .item_dur {
	opacity:0;
}
.item_title {
	margin:7px;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
	font-size:14px;
	line-height:17px;
	#height:17px;
	text-align:center;
}
.item:hover, .item.previewing {
	background:#00235c;
}
.item:hover .item_title {
	text-decoration:underline;
}
.item_tags {
	font-size:12px;
	text-align:center;
	height:28px;
	overflow:hidden;
	margin-bottom:5px;
}
.item_tags a {
	display:inline-block;
	padding:5px 7px 0 7px;
	margin:1px 1px 10px 1px;
	height:25px;
	background:#001c49;
	text-decoration:none;
	box-shadow: 0 1px 6px rgba(0,0,0,.75);
}
.item_tags a:hover {
	background:#00235c;
	text-decoration:underline;
}
@media only screen and (max-width: 639px) {
	.item_cont {
		float:none;
		width:100%;
	}
	.item_title {
		font-size:15px;
	}
}

.player_cont {
	display:flex;
	justify-content: center;
	align-items:flex-start;
}
.player_shadow {
	box-shadow: 0 1px 6px rgba(0,0,0,.75);
}
.player_left {
	flex-grow:1;
	max-width:960px;
}
.player_right {
    width: 320px;
	padding:0 10px;
	line-height:0; /* to remove white space after iframe */
}
.player_right iframe {
	margin:5px 0;
}
.player_bottom {
	display:none;
	text-align:center;
	margin-top:20px;
}
.player_height {
	height:0;
	padding-bottom:56.25%;
	position:relative;
}
#player {
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
}
.fluid_video_wrapper {
	position:absolute!important;
	top:0!important;
	bottom:0!important;
	left:0!important;
	right:0!important;
	width:auto!important;
	height:auto!important;
}
.player_details {
	background:#001c49;
	padding:10px 20px;
}
.player_details h1 {
	font-size:22px;
	line-height:29px;
	margin:6px 0;
}
#desc {
	font-size:16px;
	line-height:25px;
	max-height:72px;
	overflow:hidden;
	margin:7px 0;
}
#desc.open {
	max-height:2000px;
	transition: max-height 1s ease-in-out;
}
.desc_show {
	text-align:center;
	padding:10px 0;
}
.player_left .tags a {
	margin:5px 3px 0 3px;
}
/*.tag {
	display:inline-block;
	color:#ba1500;
	margin-right:5px;
	margin-bottom:5px;
	white-space:nowrap;
	text-decoration:none;
}*/
.player_left .tags a::before {
	content:"#";
	opacity:.3;
}
@media only screen and (max-width: 639px) {
	.player_height_43 {
		padding-bottom:75%;
	}
	.player_details {
		padding:8px 15px;
	}
	.player_details h1 {
		font-size:18px;
		line-height:25px;
		text-align:center;
	}
}
@media only screen and (max-width: 1023px) {
	.player_right {
		display:none;
	}
	.player_bottom {
		display:block;
	}
}
@media only screen and (max-width: 1280px) {
	.info {
		padding-right:3px;
		padding-left:3px;
	}
}

.error {
	color: #D8000C;
    background-color: #FFD2D2;
	padding:5px 7px;
}
.success {
	color: #4F8A10;
    background-color: #DFF2BF;
	padding:5px 7px;
}

#pages {
	text-align:center;
	margin:30px 0 50px 0;
}
#pages span {
	display:inline-block;
	text-align:right;
}
#pages span:last-child {
	text-align:left;
}
#pages a {
	padding:10px 15px;
	background:#001c49;
	font-size:18px;
	font-weight:bold;
	border:1px solid #001331;
	box-shadow: 0 1px 6px rgba(0,0,0,.75);
	text-decoration:none;
}
#pages a.chosen, #pages a.chosen:hover {
	background:#001331;
	box-shadow:none;
}
#pages a:hover {
	background:#00235c;
}

footer {
	margin-top:40px;
}

#player_logo_image {
	opacity:.5;
	height:40px;
}
#player_logo_image:hover {
	opacity:1;
}

.sp_results_m, .sp_top_m {
	text-align:center;
}
.sp_results_m iframe, .sp_top_m iframe {
	margin-bottom:20px;
}
.iframe_video {

	height: 0px;

	padding-bottom: 56.2%;

	position: relative;

}

.iframe_video iframe {

	width: 100%;

	height: 100%;

	position: absolute;

}