@charset "UTF-8";
/* CSS Document */
/* ------------------------------------------------
    1) Reset
   ------------------------------------------------- */
html, body, div, span, button, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; 
  border:none;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; 
}
/* --------------------------------------------------
   2) Utils
   ------------------------------------------------- */
/*._center {
  text-align: center; 
  }
._clear {
  clear: both; 
  }
._fl {
  float: left; 
  }
._fr {
  float: right; 
  }
._group:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; 
  }*/
 /* body {
   font-size: 18px;
}*/
/*@-ms-viewport{
  width: device-width;
}*/
  /* ------------------------------------------------
   3) Main
   ------------------------------------------------- */
html {
	background-color: rgb(52, 50, 52);
	}
body {
	font-family: 'Spectral', serif;
	font-size: 18px;
	font-weight: 300;
	margin: 0;
	padding: 0;
	color: rgb(220,210,200);	
	/* display:inline-block; */
	/*-webkit-text-size-adjust:none;*/
}
h1,h2,h3,h4,h5,h6,p,a {
   line-height: 1.4;
}
h1 { 
	font-size: 1.4em; 
}
h2 { 
	font-size: 1.3em; 
}
a {
	font-size: 1.3em;
}
p {
	font-size: 1em;
}
img {
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
}
/* --------------------------------------------------
   4) Page 2
   ------------------------------------------------- */
#wrapper {
	width: 96%;
	height: auto;
	padding: 0;
	margin: 0 auto 3% 0;
	position: relative;
	z-index: 2;
	-webkit-box-shadow: 12px 14px 40px 5px rgba(0,0,0,0.4);
	/*-moz-box-shadow: 12px 124x 40px 5px rgba(0,0,0,0.4);*/
	box-shadow: 12px 14px 40px 5px rgba(0,0,0,0.4);
	overflow: hidden;
	/*display:table;*/	
}

.signature {
	width: 3.6%;
	margin: 0 0.8% -2% 1%;
	float:right;
}
.signature img {
	width:88%;
	height: auto;
}
.signature a {
	opacity: 0.4;
}
.signature a:link {
	opacity: 0.4;
}
.signature a:hover {
	opacity: 0.7;
}
.signature a:visited {
	opacity: 0.4;
}
.signature a:active {
	opacity: 0.4;
}
.back {
	position: absolute;
	width: 3.5%;
	top: 2.7%;
	left: 1.6%;
	z-index: 50;
}
.back-rot {
	position: absolute;
	width: 7%;
	top: 3%;
	left: 1.5%;
	z-index: 10;
}
.back a {
	opacity: 0.65;
}
.back a:link {
	opacity: 0.65;
}
.back a:hover {
	opacity: 0.6;
}
.back a:visited {
	opacity: 0.65;
}
.back a:active {
	opacity: 0.65;
}
#info {
	padding: 3% 0 0 0;
	margin: 0 0 -2% 0;
	width: 7.5%;
	height: 100%;
	float: left;
}
#info-link {
	font-family: 'Spectral SC', serif;
	text-align: center;
	position: absolute;	
	left: 5.2%;
	top: 87%;
	width: 100%;
	float: left;
	/*color: rgba(255,255,255,1);*/
	z-index: 9;
}
h2{
	font-weight: 400;
	font-size: 2.2vw;
	padding:0;
	margin:0;	
}
#info-link h2 {
	color: rgba(255,255,255,0.65);
	font-size: 1.95vw;
	/* text-align: center; */
	float: left;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
 	-webkit-transform-origin: bottom left;
	-moz-transform-origin: bottom left;
	-ms-transform-origin: bottom left;
	-o-transform-origin: bottom left;
	transform-origin: bottom left;	
}
#info a {	
	text-decoration: none;
	list-style-type: none;
}
#info a:link {
	opacity: 0.65;
}
#info a:hover {
	opacity: 1;
}
#info a:active {
	opacity: 0.7;
}
#info a:visited {
	opacity: 0.7;
}
.image-gallery{
	width: auto;
	height:100%;
	overflow: hidden;
}
.slice {
	padding: 0px;
	margin: 0 0 -2% 0;
	width: 11.111%;
	height:100%;
	float: left;
	opacity: 1;
	overflow:hidden;
	}
.hidden-slice {
	display:none;
}
.no-image {
	opacity: 0;
}
.slice a {
	text-decoration: none;
	list-style-type: none;
}
.slice a:link {
	opacity: 0.40;
}
.slice.transp-adj a:link {
	opacity: 0.60;
}
.slice a:hover {
	opacity: 1;
	overflow:hidden;
	
}
.slice.transp-adj a:hover {
	opacity: 1;
}
.slice a:visited {
	opacity: 0.35;
}
.slice a:active {
	opacity: 0.35;
}

 /* ------------------------------------------------
   4) Page 3 background info
   ------------------------------------------------- */
/* #wrapper.video-page-wrap {
	padding-bottom: 3%;
} */
#wrapper.video-page-wrap {
	width: 97.6%;
	height: auto;
	padding-bottom: 3%;
	overflow: hidden;
}
.p3-info {
	font-family: 'Spectral', serif;
	font-weight: 300;
	line-height: 1.5;
	width: 100%;	
	margin: 0 0 -4% 0;
	float: left;	
}
.p3-info img {
	width: 100%;
	opacity: 0.2;	
}
.p3-backgr-info {
	position: absolute;
	font-size: 1.2vw;
	z-index: 5;
	width: 45%;
	padding: 2.5%;
	margin: 3.5% 0 0 39%;
	color: rgb(253, 249, 241);
	text-shadow: 2px 3px 16px rgba(0,0,5,0.9);
	user-select: none;	
}
.video-page {
	position: absolute;
	z-index: 5;
	width: 79%;
	/* height: auto; */
	padding: 4% 4% 10% 4%;
	margin: -0.5% 0 0 7.6%;
	font-size: 1.12vw;
	color: rgb(253, 249, 241);
	text-shadow: 2px 3px 16px rgba(0,0,5,0.9);
	user-select: none;
	background-color: rgba(240,240,240,0.2);	
}
.video-page h2 {
	font-size: 1.5vw;
	margin-bottom: 1%;
}
.p3-backgr-info h2{
	font-size: 1.8vw;
	margin-bottom: 2%;
}
.p3-backgr-info p{
	margin-bottom: 2%;
}
.p3-backgr-info a{
	font-size: 1em;
	color: rgb(0,220,190);
	text-decoration: none;
	border: none;
}
.p3-backgr-info a:hover {	
	text-decoration: underline;
}
.p3-backgr-info-2 {
	position: absolute;
	z-index: 5;
	width: 47%;
	padding: 2.5%;
	margin: 5% 0 0 35%;
	color: rgba(255,255,255,0.8);
	text-shadow: 2px 3px 12px rgba(0,0,0,0.4);	
}
img.trans {
	opacity: 0;
}
#nav-tab {
	position: absolute;
	z-index: 30;
	top: 0;
	right: 11%;
	font-family: 'Spectral', serif;
	font-weight: 200;
	font-size: 1.8vw;
	width:104%;
	height: auto;
	color: rgba(255,255,255,0.9);
	text-shadow: 1px 1px 4px rgba(0,0,5,0.5);
	padding: 0 0 0 0;
	text-align: right;
	margin: 0 -1% 0 0;
	transition:margin 1s ease;	
}
#nav-tab.up{
	top: 0;
	margin: -3.5% -1% 0 0;
	transition: margin 1s ease;
}
#slide-nav ul{
	color: rgba(255,255,255,0.9);
	margin-right: 5%;		
}
#slide-nav li{
	list-style-type: none;
	display: inline-block;
}
#slide-nav a{
	color: rgba(255,255,255,0.9);
	text-decoration: none;
	 font-size: 1.41vw;
}
#slide-nav a:hover{
	color: rgba(255,255,255,0.7);
}
#slide-nav a:active, #slide-nav a:visited{
	color: rgba(255,255,255,0.7);
}
#show-nav {
	color: rgba(255,255,255,0.7);
	float: right;
	margin: 0 -0.4% 0 0;
	padding: 0px;
	font-size: 3vw;
	/* font-size: 1.2em; */
	-webkit-transform: rotate( 90deg );
	-ms-transform: rotate( 90deg );
	transform: rotate( 90deg );
	cursor: pointer;
}
#show-nav.p2 {
	margin: 0 -0.4% 0 0;
	font-size: 1.6em;
	color: rgba(255,255,255,0.6);
}
.embedder {
	/* position: relative; */
	width: 99%;
	max-width: 1300px;
	margin: 1% 0 4% 0;
	/* padding-bottom: 8%; */
}

/* --- screen adjust ----*/
@media only screen and (max-width: 1200px) {
	.video-page {	
	font-size: 1.3vw;
	}
	#wrapper.video-page-wrap {
	padding-bottom: 5%;
	}	
}
@media only screen and (max-width: 1025px) {
	#wrapper {
			 width: 97%;
	}
	#info-link h2 {
		margin-top: 1%;
		font-size: 2vw;
		-webkit-text-size-adjust: none;
	}
	.p3-backgr-info{
		font-size: 1.45vw;
		/*font-weight: 300;*/
		color: rgba(235,230,222,0.9);
		-webkit-text-size-adjust: none;
	}
	#nav-tab {
		font-size: 2.2vw;
	}
	#wrapper.video-page-wrap {
	padding-bottom: 7%;
	}
	.video-page {	
	font-size: 1.4vw;
	}		
}
@media only screen and (max-width: 900px) {
	/*.info-link h2{
	font-size: 22px;
	}*/
	.p3-backgr-info {
	width: 53%;
	padding: 2%;
	margin: 3% 0 0 33%;
	}
	.video-page {	
	font-size: 1.5vw;
	}	
}
 @media only screen and (max-width: 812px) {
	#wrapper.video-page-wrap {
	padding-bottom: 8%;
	}
	 .video-page {	
	font-size: 1.6vw;
	}
 }
 @media only screen and (max-width: 769px) {
	.p3-backgr-info {
		width: 75%;
		padding: 2%;
		margin: 2% 0 0 11%;
		font-size: 1.7vw;
	}
	#wrapper.video-page-wrap {
	padding-bottom: 10%;
	}
	.video-page {	
	font-size: 1.7vw;
	}
	.video-page h2 {
	font-size: 1.9vw;	
	}
	/* .info-link {
	left: 5.2%;
	bottom: 4%;
	} */
}
 @media only screen and (max-width: 600px) {
	#wrapper.video-page-wrap {	
	padding-bottom: 13%;	
	}	 
	.video-page {	
	font-size: 2vw;
	}
	.video-page h2 {
	font-size: 2.3vw;	
	}	
 }
 @media only screen and (max-width: 481px) {	 
	.slice {
		margin: 0 0 -4% 0;
		width: 11.111%;
		}
	.p3-backgr-info {
		font-size: 1.9vw;
		width: 80%;
		padding: 2%;
		margin: 2.4% 0 0 11%;
		-webkit-text-size-adjust:none;
		}
	#wrapper.video-page-wrap {
	padding-bottom: 30%;
	}
	.video-page {	
	font-size: 2.5vw;
	}
	.video-page h2 {
	font-size: 3vw;	
	}	
}
 @media only screen and (max-height: 400px) {
	 .p3-backgr-info {
		 overflow-y:scroll;
	 }
	 #info-link h2 {
		margin-top: -1.3%;
		}
 } 

/* --------------------------------------------------
   5) End
   ------------------------------------------------- */