body {
	background: #fff;
	height: 100%;
	color: #666666;
	line-height: 1.3;
	font-size: 95%;
	font-family: helvetica;
}

img {
	border: none;
	max-width: 100%;
}

a {
	text-decoration: none;
}

a:link, a:visited {
	color: #666;
}

a:hover, a:active {
	color: #000;
}

.italics {
	font-style: italic;
}

.cap2 {
	float:	right;
	color:	#737272;
	font-size:12px;
	margin-top: 10px;
}


#image-caption {
	font-family: "Courier New", Courier, monospace;
	color: #000000;
	font-size: 12px;
	line-height: 1.1;
	margin-top: 1px;
	text-align: left;
	margin-left: 10%;
	width: 80%;
}

#image-caption2 {
	font-family: "Courier New", Courier, monospace;
	color: #000000;
	font-size: 10px;
	line-height: 1.3;
	margin-top: 8px;
	text-align: left;
	margin-left: 10%;
	width: 80%;

}

#body-caption {
	font-family: "Helvetica", Helvetica, Arial, sans-serif; 
	color: #666;
	font-size: 12px;
	margin-top: 8px;
	text-align: left;
	margin-left: 5%;
	width: 90%;
}

#image-caption > a:hover {
	color: #ff0000;
}

.container {
	width: 100%;
	height: 100%;
	/*height: 1350px;*/
}

.splash-img-wide-1 {
	text-align: center;
	position: absolute;
	left: 15%;
	top: 15px;
	/*-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	transform: translate(-50%, 0);*/
	width: 70%;
	border:none;
}

#link-out {
	text-align: right;
	position: relative;
	top: -25px;
	right: 10px;
}

#link-out > a {
	font-family: "Courier New", Courier, monospace;
	color: #000;
	font-size: 12px;
	line-height: 1.1;
}

#link-out > a:hover {
	text-decoration: underline;
}

.splash-img2 {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 60%;
	border:none;
}

.video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

#pofw-logo {
	opacity: 0;
}

.sidebar {
	width: 200px;
	padding:20px;
	background: #fff;
}

.sidebar-black {
	width: 200px;
	padding:20px;
	background: #000;
}

.logo {
	margin-left: 10px;
	width: 140px;
}

.menu {
	font-size: 1.25em;
	font-weight: 700;
	margin-top: 27px;
	margin-left: 10px;
}

.menu-black {
	font-size: 1.25em;
	font-weight: 700;
	margin-top: 27px;
	margin-left: 10px;
}

.content {
	position: absolute;
	top: 30px;
	left: 240px;
	max-width: 1000px;
	width: 65%;
}

.content_wide {
	position: absolute;
	top: 30px;
	left: 240px;
	max-width: 2400px;
	width: 75%;
}

.content_video {
	position: absolute;
	top: 80px;
	left: 240px;
	max-width: 1920px;
	width: 65%;
}

.video-responsive{
	overflow:hidden;
	padding-bottom:56.25%;
	position:relative;
	height:0;
}
.video-responsive iframe{
	left:0;
	top:0;
	height:100%;
	width:100%;
	position:absolute;
}

#next_arrow {
	position: absolute;
	top: 40%;
	right: 8%;
}

.content-black {
	position: absolute;
	top: 30px;
	left: 270px;
	/*max-width: 2000px;*/
	width: 82%;
}

.r-menu {
	display: none;
}

.r-menu-black {
	display: none;
}

.caption2 {
	text-align: left;
	color: #ddd;
	margin-top: 5px;
}

#nav {
	display: none;
}

#nav-black {
	display: none;
}

.shows {
	color: #777;
	margin-top: 10px;
	max-width: 580px;
}

.licensing {
	color: #777;
	margin-top: 10px;
	max-width: 840px;
  }

.table-head {
	height: 50px;
	vertical-align: middle;
	text-align: center;
	font-weight:600;
	font-size: 18px;
}

.table-label {
	height: 80px;
	vertical-align: middle;
	font-weight:600;
	font-size: 12px;
	padding-left: 10px;
}

.news {
	color: #000;
	margin-top: 138px;
}

.pagetitle {
	font-weight: bold;
	font-size: 1.2em;
}

.red-strike {
	color: red;
	text-decoration: line-through;
}

.black-text {
	color: black;
}

.tbl-thumb {
	width: 120px;
}

.tbl-cell {
	float: left;
	width: 50%;
}

.tbl-space-l {
	width: 15%;
}

.tbl-space-r {
	width: 10%;
}

.mob {
	display: none;
}

.desk {
	display: block;
}





@media only screen and (max-width: 1100px) {
	#next_arrow {
		position: absolute;
		top: 30%;
		right: 3%;
	}
}


@media only screen and (max-width: 870px) {
	#next_arrow {
		position: absolute;
		top: 55%;
		right: 5%;
	}
}




@media only screen and (max-width: 740px) {

	.content_video {
	    top: 200px;
	    left: 0px;
	    width: 100%;
	}

	#next_arrow {
		position: absolute;
		top: 78%;
		right: 5%;
	}

	.mob {
		display: block;
	}

	.desk {
		display: none;
	}


	.tbl-cell {
		float: none;
		width: 100%;
		padding-bottom: 20px;
	}

	#image-caption {
		font-size: 12px;
	}

	.logo {
		margin-left: -12px;
		width: 70px;
	}

	.menu {
		display: none;
	}

	.menu-black {
		display: none;
	}

	.content, .content-black, .content_wide {
		position: absolute;
		top: 180px;
		left: 0px;
		width: 100%;
		margin: 0;
	}

	.caption2 {
		margin-left: 20px;
	}

	.r-menu {
		display: block;
		position: absolute;
		background: #fff;
		top: 90px;
		left: 20px;
		width: 80%;
	}

	.r-menu-black {
		display: block;
		position: absolute;
		background: #000;
		top: 90px;
		left: 20px;
		width: 80%;
	}

	#nav {
		clear: both;
		position: absolute;
		top: 30px;
		width: 50%;
		z-index: 10000;
		background: #fff;
		font-size: 150%;
		box-shadow: 3px 3px 5px #ccc;
	}

	#nav-black {
		clear: both;
		position: absolute;
		top: 30px;
		width: 50%;
		z-index: 10000;
		background: #000;
		font-size: 150%;
		box-shadow: 3px 3px 5px #666;
	}

	#nav li {
		border-bottom: 1px solid #999999;
		padding: 4%;
	}

	#nav-black li {
		border-bottom: 1px solid #999999;
		padding: 4%;
	}

	.splash-img-wide-1 {
		left: 0%;
		width: 100%;
	}

	#link-out {
		text-align: right;
		position: relative;
		top: 5px;
		right: 20px;
	}

	#link-out > a {
		color: white;
	}

}