/*///////////////////////////////////////////////////////////////////////////
Global
///////////////////////////////////////////////////////////////////////////*/

body{
	display:none;
	background:#e0dfdf;
	margin:0;
	padding:0;
}

#modal-overlay {
	display:none;
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
	background:#fff;
	opacity:0.8;
	filter:alpha(opacity=0.8);
	z-index:2000;
}
.modal {
	display:none;
	position:absolute;
	z-index:101;
}


/*///////////////////////////////////////////////////////////////////////////
Frame styles
///////////////////////////////////////////////////////////////////////////*/

div {
	position:absolute;
}

html.video #novideo{
	display:none;
}
html.video #hasvideo{
	display:block;
}
html.no-video #novideo{
	display:block;
}
html.no-video #hasvideo{
	display:none;
}


#content{
	left:0px;
	top: 0px;
	z-index: 1000;
}


img { border: 0; }

#footer { 
	width: 100%;
	text-align: center;
	font-family: 'GlyphaLTStdRegular';
	font-size: 14px;
	color:#454446; 
	z-index: 0;
	position: relative!important;
	padding-bottom:10px;
	padding-top:10px;
	min-width:1021px;
	margin-top:30px\9;
}

#header { height: 58px; width: 100%; position: absolute; z-index: 400; min-width:1021px; }

#header a.fllink { margin-left: 20px; }

#header div#filmitems { margin-top: 10px; right: 20px; position: absolute; height: 36px; width: 600px; text-align: right; }

a.filmlink {
	float: right;
	display: block;
	width: 170px;
	padding: 10px;
	line-height: 24px;
	text-align: center;
	margin: 0 0 0 10px;
	font-family: 'GlyphaLTStdRegular';
	color:#454446;
	text-decoration: none;
	background: rgba(255,208,14,0.5);
}

a.filmlink:hover {
	color: #fff;
	background-color: #000;
}


#main-content-container {
	width: 100%;	
}

#detail-container{
	width:340px;
	/*min-height:300px;*/
	/*padding-bottom:25px;*/
	background-color:#EDEBEE;
	top:36px;
}

.detail-content{
	/*margin: 10px 30px;*/
	margin: 30px 0;

	/*display:none;*/
}

.content-item{
	display:none;
	overflow:hidden;
}

.text-content{
	overflow:auto;
	/*max-height:250px;*/
	margin-bottom:20px;
	position:relative;
}

/*.detail-body{
	width:320px;
}*/

#detail-container div{
	position:relative;
}

#btn-return{
	display:none;
	text-align:center;
	top: 53px;
}

#detail-container{
	margin: 20px 0;
	-moz-box-shadow: 10px 10px 15px rgba(100,100,100,0.5);
	-webkit-box-shadow: 10px 10px 15px rgba(100,100,100,0.5);
	box-shadow: 10px 10px 15px rgba(100,100,100,0.5);
}

#detail-container hr {
	margin: 15px 20px 0;
	color: #7E7D80;
	background-color: #7E7D80;
	height: 3px;
	border: none;
}

/* set the background gradient */
#bg-gradient{
	top:0;
	left:0;
	background: #e0dfdf; /* Old browsers */
	background: -moz-linear-gradient(top,  #e0dfdf 0%, #aeacad 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e0dfdf), color-stop(100%,#aeacad)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e0dfdf 0%,#aeacad 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e0dfdf 0%,#aeacad 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e0dfdf 0%,#aeacad 100%); /* IE10+ */
	background: linear-gradient(top,  #e0dfdf 0%,#aeacad 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0dfdf', endColorstr='#aeacad',GradientType=0 ); /* IE6-9 */
}

#loader{
	text-align:center;
	z-index:10;
	background: #edf1ee; /* Old browsers */
	background: -moz-linear-gradient(top, #edf1ee 0%, #f4f4f4 49%, #f1f4f2 73%, #d3d3d1 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#edf1ee), color-stop(49%,#f4f4f4), color-stop(73%,#f1f4f2), color-stop(100%,#d3d3d1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #edf1ee 0%,#f4f4f4 49%,#f1f4f2 73%,#d3d3d1 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #edf1ee 0%,#f4f4f4 49%,#f1f4f2 73%,#d3d3d1 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #edf1ee 0%,#f4f4f4 49%,#f1f4f2 73%,#d3d3d1 100%); /* IE10+ */
	background: linear-gradient(to bottom, #edf1ee 0%,#f4f4f4 49%,#f1f4f2 73%,#d3d3d1 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#edf1ee', endColorstr='#d3d3d1',GradientType=0 ); /* IE6-9 */
}

.buffer-loader{
	top:0;
	width:100%;
	height:100%;
	background-color:rgba(255, 255, 255, 0);
	z-index:300;
	text-align:center;
}

.buffer-loader p{
	background-color: white;
	display: inline;
	padding: 20px;
}

.loader-container div{
	top:50%; 
	width:100%;
	margin-top:-20px;
}

.loader-container p{
	margin-top:0;
}

#title-copy{
	width:500px;
	top:50%; 
	margin-top:-285px;
	margin-left:50px;
}

#title-copy h1, #title-copy h2, #title-copy p{
	position:relative;
}
#title-copy h2{
	margin-top:-45px;
	margin-bottom:40px;
}

.inline-img{
	background:none;
}

.inline-img:hover{
	background:none;
	cursor: pointer
}

/*///////////////////////////////////////////////////////////////////////////
Video
///////////////////////////////////////////////////////////////////////////*/

/* fix for video to work on tablets */
video{
	-webkit-transform-style:preserve-3d;
}

/* hide all the nodes */
.item-container{
	display:none;
}

.item-container:hover {	cursor: pointer }

/*///////////////////////////////////////////////////////////////////////////
Buttons
///////////////////////////////////////////////////////////////////////////*/

#btn-home{
	top:20px;
	left:20px;
	position:absolute;
	z-index: 200;
}

#btn-home:hover { 
	cursor: pointer;
}

#btn-home .label-2 {
	height: 17px;
	padding-left: 20px;
	margin-left: 0;
	background: url(../img/home-arrow.png) left 0 no-repeat;
}

#btn-home:hover .label-2 {
	padding-left: 22px;
	margin-left: -2px;
	background: url(../img/home-arrow.png) left -17px no-repeat;
}

#btn-begin{
	background-color:#EAD270;
	padding:15px 20px 15px 20px;
	top: 20px;
	position: relative!important;
	display: inline;
	padding: 15px 20px;
}

#btn-begin:hover, #btn-replay:hover { cursor: pointer }

#btn-replay {
	background: #2E2E2E url(../img/replay-arrow.jpg) 128px 13px no-repeat;
	color: #FFF;
	height: 19px;
	padding:15px 40px 15px 20px;
	right: 50px;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	font-family: 'GlyphaLTStdBold';
	font-size: 24px;
	line-height: 16px;	
}

#btn-replay:hover {
	background: #2E2E2E url(../img/replay-arrow.jpg) 130px 13px no-repeat;	
}

.btn-more{
	width:auto;
	background-color:#ead270;
	padding:10px 15px 10px 15px;
	display:inline;
}

#btn-return{
	-moz-border-radius: 50px;
	border-radius: 50px;
	background-color:#3C3B3D;
	padding:10px;
	/*margin:50px 50px 50px 50px;*/
}

#btn-close{
	-moz-border-radius: 50px;
	border-radius: 50px;
	background-color:#3C3B3D;
	padding:3px 7px;
	margin:-15px -15px;
}

#btn-close img{
	margin-top:3px;
}

#modal-content-container{
	border-width: 20px; 
	border-style:solid;
	border-color:rgba(0,0,0,0.75);
	overflow:auto;
	overflow-x:hidden;
}

.load-item{
	display:none;
}

.load-item img, .load-item video{
	display:block;
}

.load-item .copy{
	position:relative;
	padding: 0 40px 10px 40px;
}


#modal-content{
	top:50%; 
	left:50%; 
	z-index:3000;
}

#modals{
	width:100%;
	height:100%;
	left:0px;
	top:0px;
	overflow:hidden;
}

#video-overlay{
	display:none;
	background-color:#fff;
	pointer-events: none;
}

#timeline-overlay{
	height:40px;
	background-color:#fff;
	position:relative;
}

/*///////////////////////////////////////////////////////////////////////////
Gallery
///////////////////////////////////////////////////////////////////////////*/
.gallery {
	position: relative;
	display:block;
	/*height: 240px;*/
	/*width: 300px;*/
	overflow: hidden;
	margin: 0 20px;
}




#modal-content .prev, #modal-content .next {
	position:absolute !important;
	top: 50px;	
	
	font-family: 'GlyphaLTStdLightItalic';
	font-size: 12px;
	color: #FFF;
	background: rgba(60, 59, 51, 0.75);
	text-align: center;
	
	height: 98px;
	width: 98px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	cursor: pointer;
	
	border-style:solid;
	border-width:1px;
	border-color:#fff;
}

#modal-btn-container{
	overflow:hidden;
	pointer-events:none;
}

#modal-content .prev span, #modal-content .next span {	position: absolute; top: 25px }
#modal-content .prev span { right: 15px; }
#modal-content .next span { left: 15px; }
#modal-content .prev span img, #modal-content .next span img { top: 5px; position:relative }

#modal-content .prev { pointer-events:visible;  }
#modal-content .next { pointer-events:visible; }



.gallery img {
	display: inline;
	margin: 4px 9px 0 0;
}

.gallery video {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.gallery p{
	margin: 15px 0!important;	
}

.detail-img{
	display:block;
	float:left;
}

/*///////////////////////////////////////////////////////////////////////////
Text styles
///////////////////////////////////////////////////////////////////////////*/


#detail-container h1{
	font-size: 40px;
	line-height:36px;
	margin: 0px 20px;
}

.item-container h1{
	display:inline;
	font-size: 40px;
	line-height:36px;
}

.title-container h3{
	display:inline;
	font-size: 18px;
	line-height:22px;
	font-family: 'GlyphaLTStdRegular';
	font-weight: bold;
	letter-spacing: 4px;
	text-transform: uppercase;
}


.title-container{
	width:500px;
}

#vidtitle2{
	text-align:right;
}
#vidtitle3{
	text-align:center;
}

#vidtitle4{
	text-align:center;
}


#detail-container p{
	margin: 15px 20px;	
}

h1{
	font-family: 'GlyphaLTStdBlackRegular';
	font-size: 72px;
	color:#454446;
	line-height:60px;
}

h2{
	font-family: 'GlyphaLTStdBold';
	font-size: 21px;
	color:#454446;
}

p{
	font-family: 'GlyphaLTStdRegular';
	font-size: 16px;
	color:#454446;
}

p a, #footer a, h2 a {
	color:#454446;
	text-decoration: none;
	background: rgba(255,208,14,0.5);
}

p a:hover #footer a:hover, h2 a:hover {
	color: #FFF;
	background: #2E2E2E;
}

.label-1{
	font-family: 'GlyphaLTStdBold';
	font-size: 14px;
	color:#454446;
}

.label-2{
	font-family: 'GlyphaLTStdBold';
	font-size: 14px;
	color:#b4b7b7;
}

.label-3{
	font-family: 'GlyphaLTStdBlackRegular';
	font-size: 21px;
	color:#454446;
}

.label-3a{
	font-family: 'GlyphaLTStdItalic';
}

.btn-more{
	font-family: 'GlyphaLTStdBlackRegular';
	font-size: 16px;
	margin: 0px 20px;
}

.btn-more a {
	color:#454446;
	text-decoration: none;
}

#btn-return{
	font-family: 'GlyphaLTStdLightItalic';
	font-size: 14px;
	color:#fff;
}


#line-container{
	display:none;
	z-index:200;
	pointer-events: none;
}

#web-container{
	pointer-events: none;
}

#btn-return:hover {
	cursor: pointer;	
}


/*///////////////////////////////////////////////////////////////////////////
End Screen
///////////////////////////////////////////////////////////////////////////*/
#end-screen{
	text-align:center;
	z-index:10;
	background: #edf1ee; /* Old browsers */
	background: -moz-linear-gradient(top, #edf1ee 0%, #f4f4f4 49%, #f1f4f2 73%, #d3d3d1 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#edf1ee), color-stop(49%,#f4f4f4), color-stop(73%,#f1f4f2), color-stop(100%,#d3d3d1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #edf1ee 0%,#f4f4f4 49%,#f1f4f2 73%,#d3d3d1 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #edf1ee 0%,#f4f4f4 49%,#f1f4f2 73%,#d3d3d1 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #edf1ee 0%,#f4f4f4 49%,#f1f4f2 73%,#d3d3d1 100%); /* IE10+ */
	background: linear-gradient(to bottom, #edf1ee 0%,#f4f4f4 49%,#f1f4f2 73%,#d3d3d1 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#edf1ee', endColorstr='#d3d3d1',GradientType=0 ); /* IE6-9 */
}

#end-screen > div{
	top:50%; 
	left:50%; 
	width:100%;
	margin-top:-240px;
	margin-left:-440px;
}

#end-screen h1 {
	margin-top: 100px;
	margin-left:-30px;
}

#end-left { width: 400px }

#end-right {
	left: 420px;
	top: 0;
	width: 460px;
}

#end-left p {
	font-family: 'GlyphaLTStdRegular';
	font-size: 14px;
	line-height: 20px;
	color: #130A0C;
	text-align: right;
	font-weight: bold;
}

#end-share { 
	font-family: 'GlyphaLTStdBold';
	font-size: 24px;
	line-height: 16px;
	color: #FFF;
	background: #2E2E2E;
	padding: 15px 20px;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}

#end-share div, #end-share span {
	position: relative;
	float: left;
}

#end-share .social-btn {
	padding: 0 3px;
	width:19px;
	height:19px;
}

.social-btn img { position: absolute; }

#end-share span {
	padding: 1px 12px 0 0;	
}

/*///////////////////////////////////////////////////////////////////////////
Fonts
///////////////////////////////////////////////////////////////////////////*/

@font-face {
    font-family: 'GlyphaLTStdRegular';
    src: url('../fonts/glyphaltstd-webfont.eot');
    src: url('../fonts/glyphaltstd-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/glyphaltstd-webfont.woff') format('woff'),
         url('../fonts/glyphaltstd-webfont.ttf') format('truetype'),
         url('../fonts/glyphaltstd-webfont.svg#GlyphaLTStdRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GlyphaLTStdBlackRegular';
    src: url('../fonts/glyphaltstd-black-webfont.eot');
    src: url('../fonts/glyphaltstd-black-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/glyphaltstd-black-webfont.woff') format('woff'),
         url('../fonts/glyphaltstd-black-webfont.ttf') format('truetype'),
         url('../fonts/glyphaltstd-black-webfont.svg#GlyphaLTStdBlackRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GlyphaLTStdBlackItalic';
    src: url('../fonts/glyphaltstd-blackoblique-webfont.eot');
    src: url('../fonts/glyphaltstd-blackoblique-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/glyphaltstd-blackoblique-webfont.woff') format('woff'),
         url('../fonts/glyphaltstd-blackoblique-webfont.ttf') format('truetype'),
         url('../fonts/glyphaltstd-blackoblique-webfont.svg#GlyphaLTStdBlackItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GlyphaLTStdBold';
    src: url('../fonts/glyphaltstd-bold-webfont.eot');
    src: url('../fonts/glyphaltstd-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/glyphaltstd-bold-webfont.woff') format('woff'),
         url('../fonts/glyphaltstd-bold-webfont.ttf') format('truetype'),
         url('../fonts/glyphaltstd-bold-webfont.svg#GlyphaLTStdBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GlyphaLTStdBoldItalic';
    src: url('../fonts/glyphaltstd-boldoblique-webfont.eot');
    src: url('../fonts/glyphaltstd-boldoblique-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/glyphaltstd-boldoblique-webfont.woff') format('woff'),
         url('../fonts/glyphaltstd-boldoblique-webfont.ttf') format('truetype'),
         url('../fonts/glyphaltstd-boldoblique-webfont.svg#GlyphaLTStdBoldItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GlyphaLTStdLightRegular';
    src: url('../fonts/glyphaltstd-light-webfont.eot');
    src: url('../fonts/glyphaltstd-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/glyphaltstd-light-webfont.woff') format('woff'),
         url('../fonts/glyphaltstd-light-webfont.ttf') format('truetype'),
         url('../fonts/glyphaltstd-light-webfont.svg#GlyphaLTStdLightRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GlyphaLTStdLightItalic';
    src: url('../fonts/glyphaltstd-lightoblique-webfont.eot');
    src: url('../fonts/glyphaltstd-lightoblique-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/glyphaltstd-lightoblique-webfont.woff') format('woff'),
         url('../fonts/glyphaltstd-lightoblique-webfont.ttf') format('truetype'),
         url('../fonts/glyphaltstd-lightoblique-webfont.svg#GlyphaLTStdLightItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GlyphaLTStdItalic';
    src: url('../fonts/glyphaltstd-oblique-webfont.eot');
    src: url('../fonts/glyphaltstd-oblique-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/glyphaltstd-oblique-webfont.woff') format('woff'),
         url('../fonts/glyphaltstd-oblique-webfont.ttf') format('truetype'),
         url('../fonts/glyphaltstd-oblique-webfont.svg#GlyphaLTStdItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GlyphaLTStdThinRegular';
    src: url('../fonts/glyphaltstd-thin-webfont.eot');
    src: url('../fonts/glyphaltstd-thin-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/glyphaltstd-thin-webfont.woff') format('woff'),
         url('../fonts/glyphaltstd-thin-webfont.ttf') format('truetype'),
         url('../fonts/glyphaltstd-thin-webfont.svg#GlyphaLTStdThinRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GlyphaLTStdThinItalic';
    src: url('../fonts/glyphaltstd-thinoblique-webfont.eot');
    src: url('../fonts/glyphaltstd-thinoblique-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/glyphaltstd-thinoblique-webfont.woff') format('woff'),
         url('../fonts/glyphaltstd-thinoblique-webfont.ttf') format('truetype'),
         url('../fonts/glyphaltstd-thinoblique-webfont.svg#GlyphaLTStdThinItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*///////////////////////////////////////////////////////////////////////////
OTHER
///////////////////////////////////////////////////////////////////////////*/

#pbs_distribution_header{
	z-index: 1002;
}

#header{
	z-index: 1001;
}