@viewport {
    zoom: 1.0;
    width: extend-to-zoom;
}

body {
	background: #14181c;
	color: #ffffff;
}

header {
	width: 900px;
	margin: 0 auto;
	text-align: center;
	padding-top: 12px;
	padding-bottom: 10px;
}
.filter-button {
	float: right;
	width: 50px;
	height: 50px;
	margin-right: 50px;
	margin-top: 10px;
	cursor: pointer;
	background: url('../../../img/filter.png');
}
.filter-menu {
	position: fixed;
	display: none;
	visibility: hidden;
	width: 300px;
	height: 550px;
	border: 2px solid #cccc00;
	border-radius: 1rem;
	background: #14181c;
}
.filter-window {
	width: 300px;
	height: 440px;
	overflow-y: scroll;
}
.filter-menu h3 {
	background: #cccc00;
	color: #000000;
	cursor: pointer;
	margin-bottom: 0px;
}
.filter-menu h3 div{
	display: inline-block;
	width: 24px;
	height: 12px;
	background: url('../../../img/btn-filtercat.png');
}
.filter-menu button {
	border: 4px solid #545454;
	background: #14181c;
	color: #545454;
	border-radius: 1rem;
	font-size: 16pt;
	font-weight: bold;
	margin-top: 5px;
	width: 200px;
}
.filter-section h4 {
	margin: 0px;
	font-size: 8pt;
}
.filter-section {
	border: 1px solid #ffffff;
	margin: 5px;
	display: none;
	visibility: hidden;
}
.filter-item {
	text-align: left;
	height: 48px;
	line-height: 48px;
}
.filter-item img {
	cursor: pointer;
}
.filter-item span {
	font-weight: bold;
	margin-left: 10px;
	font-size: 14pt;
}
.filter-item span img {
	vertical-align: middle;
	cursor: auto;
}
.filter-item div {
	width: 144px;
	height: 48px;
	float: right;
}
.hidden-scenes {
	display: none;
	visibility: hidden;
}
#filter-message {
	cursor: pointer;
}
.sortinginfo {
	width: 800px;
	margin: 0px auto 5px auto;
	text-align: right;
	font-size: 8pt;
}
.sortinginfo select {
	border: 1px solid #cccc00;
	background: #14181c;
	color: #cccc00;
	border-radius: 1rem;

}
.bigselect {
	border: 2px solid #cccc00;
	background: #14181c;
	color: #cccc00;
	border-radius: 1rem;
	text-align: center;
}
.catlist {
	display:inline-block;
	width: 110px;
	height: 40px;
	line-height: 40px;
	vertical-align: middle;
	margin-bottom: 10px;
	border: 2px solid #cccc00;
	border-radius: 1rem;
}
.catlist img{
	vertical-align: middle;
}
.plain {
	color: #ffffff;
	text-decoration: none;
}
.searchopt {
	display:inline-block;
	line-height: 30px;
	margin: 5px;
	border: 2px solid #cccc00;
	border-radius: 1rem;
}
.searchopt label {
	vertical-align: middle;
	width: auto;
	margin: 5px;
	cursor: pointer;
}
.searchopt input {
	margin: 5px;
}
.searchbutt {
	border: 2px solid #cccc00;
	border-radius: 1rem;
	color: #cccc00;
	background: #14181c;
	font-weight: bold;
	font-size: 16pt;
	padding: 10px;
}
h1 {
	color: #ffffff;
	margin-left: 100px;
}
h2 {
	color: #ffffff;
}
h3 {
	color: #ffffff;
}
section.newsitem {
	width: 600px;
	margin: 0 auto;
	text-align: left;
}
section.newsitem h3 {
	color: #cccc00;
	text-align:left;
	margin: 0px;
}
section.newsitem h3 a {
	text-decoration: none;
}
section.newsitem span {
	color: #acacac;
	font-size: 10pt;
}
nav {
	background-color: #cccc00;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
}
nav ul {
	margin: 0px;
	padding: 0px;
}
nav ul li {
	list-style: none;
	display: inline-block;
	padding-left: 10px;
	padding-right: 10px;
}
nav ul li a {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
nav ul li a:hover {
	text-decoration: underline;
}
nav.subnav {
	background: #ffffff;
	border-top: 0px;
	border-bottom: 2px solid #000000;
}
nav.subnav ul li a {
	color: #000000;
}
.maincontent {
	width: 1000px;
	margin: 0 auto;
	text-align: center;
}
.main-left {
	text-align: left;
}
label {
	display: inline-block;
	width: 150px;
	text-align: right;
	vertical-align: top;
}
input,select,textarea {
	color: #000000;
}
.formnote {
	font-size: 8pt;
	margin-left: 154px;
	font-style: italic;
	display: inline-block;
	width: 359px;
	text-align: left;
}
.errormsg {
	color: #ff0000;
}
.feedbackmsg {
	color: #006600;
	font-weight: bold;
}

.mediasearch {
	width: 600px;
	margin: 0px auto 20px auto;
	border: 1px solid #cccc00;
	color: #ffffff;
	min-height: 170px;
	text-align: left;
	font-size: 10pt;
}
.mediasearch-dupe {
	border: 1px solid #ff0000;
}
.mediasearch-dupe strong {
	color: #ff0000;
}
.mediasearch span {
	font-size: 12pt;
	font-weight: bold;
}
.mediaposter {
	float:left;
	margin: 10px;
}
.mediasearch a{
	text-decoration: none;
	color: #ffffff;
}
.button {
	color: #000000;
	background-color: #cccc00;
	border: 0px;
	font-size:14pt;
	font-weight: bold;
	border-radius: 30px;
	padding: 10px;
}
p.form {
	text-align: left;
	width: 600px;
	margin: 0 auto;
}
p.form .formbutton {
	margin-left: 150px;
}
footer {
	margin-bottom: 150px;
}
section.mediadetails {
	width: 600px;
	margin: 0 auto;
	text-align:left;
	font-size: 10pt;
	min-height: 180px;
}
section.mediadetails span {
	font-size: 12pt;
	font-weight: bold;
}
.mediadetailsposter {
	float:left;
	margin: 10px;
}
hr {
	width: 600px;
	border: 1px dotted #cccc00;
	margin: 0 auto;
}
section.mediascenes {
	width: 600px;
	margin: 0 auto;
	text-align:left;
	font-size: 10pt;
}
section.mediascene label {
	width: 50px;
	margin-left: 0px;
}
section.mediasceneright {
	float: right;
}
section.mediasceneright label {
	width: 100px;
	margin-left: 0px;
	text-align:left;
}
section.mediasceneleft {
	min-height: 200px;
}
section.mediasceneleft label {
	width: 50px;
	margin-left: 0px;
}
section.mediasceneleft select {
	width: 100px;
}
section.screencaps {
	width: 600px;
	margin: 0 auto;
	text-align:left;
	font-size: 10pt;
}
section .caps {
	margin-bottom: 10px;
}
section.cap {
	display: inline-block;
	height: 110px;
	font-size: 8pt;
}
section.cap img {
	height: 100px;
}
section.cap a {
	color: #cccc00;
}
section.error {
	color: #FF0000;
	font-weight: bold;
}
p.alphalinks {
	font-size: 16pt;
}
p.alphalinks a {
	font-weight: bold;
	color: #cccc00;
	text-decoration:none;
}
p.alphalinks a:hover {
	color: #ff0000;
	text-decoration:underline;
}
.medialisting {
	width: 800px;
	margin: 0px auto 20px auto;
	border: 1px solid #cccc00;
	color: #ffffff;
	min-height: 170px;
	text-align: left;
	font-size: 10pt;
	clear:left;
}
.medialisting span {
	font-size: 12pt;
	font-weight: bold;
}

.medialisting a{
	text-decoration: none;
	color: #ffffff;
}
.listingcaps {
	float:right;
	margin:10px;
}
.listingscenes {

}
.listingscenes div {
	display:inline-block;
	height: 35px;
	width: 100px;
	line-height: 35px;
}
.listingscenes div img {
	vertical-align: middle;

}
.viewscene {
	margin-bottom: 20px;
}
.viewscene div {
	display:inline-block;
	height: 35px;
	width: 150px;
	line-height: 35px;
	font-size: 10pt;
}
.viewscene div img {
	vertical-align: middle;

}
.descpop {
	position: fixed;
	opacity: 0;
	visibility: hidden;
	border: 4px solid #ffffff;
	border-radius: 0.5rem;
	background: #cccc00;
	color: #000000;
	padding: 5px;
	font-size: 8pt;
	width: 300px;
}
.descpop-show {
	opacity: 1;
	visibility: visible;
}
p.small {
	font-size:8pt;
}
a {
	color:#cccc00;
}
a:hover {
	color:#ff0000;
}
.logos {
	float:right;
}
.g-recaptcha {
	text-align: left;
	width: 450px;
	margin: 0 auto;
	padding-left: 150px;

}
.miniflag {
	height: 12px;
	margin-right: 2px;
}
.sm {
	font-size: 8pt;
}
.chart-landscape {
	width: 800px;
	margin: 0 auto;
}
.chart-small {
	width: 400px;
	margin: 0 auto;
}
.chart-container {
	width: 850px;
	margin: 0 auto;
}
.chart-inline {
	width: 400px;
	display: inline-block;	
}
.chart-portrait {
	width: 400px;
	height: 500px;
	display: inline-block;
}
.chart-large {
	width: 800px;
	height: 600px;
	display: inline-block;
}
span.big {
	font-size: 20pt;
	font-weight: bold;
}
.yirvid {
	width: 533px;
}
/*////////////////////////////////////////////////////////////////////////////*/

.modal {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	opacity: 0;
	visibility: hidden;
	transform: scale(1.1);
	transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
}
.modal-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: white;
	padding: 1rem 1.5rem;
	width: 300px;
	border-radius: 0.5rem;
}
.modal-content h1 {
	color: #cc0000;
}
.close-button {
	float: right;
	width: 1.5rem;
	line-height: 1.5rem;
	text-align: center;
	cursor: pointer;
	border-radius: 0.25rem;
	background-color: lightgray;
}
.close-button:hover {
	background-color: darkgray;
}
.show-modal {
	opacity: 1;
	visibility: visible;
	transform: scale(1.0);
	transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
}

/*////////////////////////////////////////////////////////////////////////////*/
