/* NAVIGATION ANIMATION */
	
	.nav-up {
	top: -66px;
	}
	
	@media (orientation: portrait) {
		.fixedheader {
		display: block;
		}
		.fixedheader-smlscrn {
		display: none;
		}
	}
	@media (orientation: landscape) {
		.fixedheader {
		display: none;
		}
		.fixedheader-smlscrn {
		display: block;
		}
	}

/* HEADER UNDERLAY FIX */

	#headerfill {
	display: none;
	}	
		
/* ANIMATION TRIGGERS */

	#anim-trig-cta1, #anim-trig-cta2, 
	#anim-trig-cta2b, #anim-trig-cta2c,
	#anim-trig-cta3, #anim-trig-cta4,
	#anim-trig-cta5, #anim-trig-cta6,
	#anim-trig-1, #anim-trig-2, 
	#anim-trig-2b, #anim-trig-3, 
	#anim-trig-4, #anim-trig-5, 
	#anim-trig-6, #anim-trig-7, 
	#anim-trig-8, #anim-trig-8b,
	#anim-trig-9, #anim-trig-10, 
	#anim-trig-11, #anim-trig-12, 
	#anim-trig-13, #anim-trig-14, 
	#anim-trig-15, #anim-trig-16, 
	#anim-trig-17, #anim-trig-18, 
	#anim-trig-tr {
	position: absolute;
	width: 1px;
	height: 1px;
	z-index: 0;
	}
	
	#anim-trig-cta1 {top: 15vh}
	#anim-trig-cta2 {bottom: auto; top: 35%;}
	#anim-trig-cta2b {top: 50vh;}
	#anim-trig-cta2c {top: 80vh;}
	#anim-trig-cta3 {top: 0vh;}
	#anim-trig-cta4 {top: 15vh;}
	#anim-trig-cta5 {top: 50vh;}
	#anim-trig-cta6 {top: 50vh;}
	#anim-trig-tr {bottom: 10vh;}
	#anim-trig-1 {top: 7.3vw;}
	#anim-trig-2 {top: 14.6vw;}
	#anim-trig-3 {top: 21.9vw;}
	#anim-trig-4 {top: 29.2vw;}
	#anim-trig-5 {top: 36.5vw;}
	#anim-trig-6 {top: 43.8vw;}


/* FULLSCREEN BANNER */
	
	#herocontainer {
	
	position: relative;
	margin-top: -10px;
	height: calc(100vh - 65px);
	overflow: hidden;
	left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    background-color: #000;
    z-index: 10;
	}
	
	#pagetitle {
	
	position: absolute;
	display: block;
	top: -80px;
	left: 50%;
	transform: translateX(-50%);
	width: calc(100vw - 80px);
	height: 65px;
	margin-top: 15px;
	overflow: visible;
	z-index: 10;
	opacity: 0;
	}
	
	#pagetitle-underlay {
	
	position: absolute;
    display: block;
    width: 409px;
    height: 22px;
    z-index: 9;
    top: -85px;
    left: 50%;
    margin-top: 43px;
    transform: translate(-50%,-5px);
    background-color: #ec5000;
    opacity: 0;
	}
	
	#pagetitle_left {
	
	display: none;
	}
	
	#pagetitle_center {
	
	position: absolute;
	display: block;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 550px;
	height: 22px;
	overflow: visible;
	text-align: center;
	margin-top: 22px;
	}

	span.pagetitletext {
	font-family: "gibson-semibold", sans serif; 
  	font-style: normal;
  	text-align: center;
  	font-size: 10px;
  	letter-spacing: 4px;
  	line-height: 24px;
  	color: #fff;
	}
	
	span.pagepromotext {
	font-family: "gibson-semibold", sans serif;
  	font-style: normal;
  	text-align: center;
  	font-size: 10.5px;
  	letter-spacing: 2px;
  	line-height: 24px;
  	color: #fff;
	}
	
	span.pagepromotext a {
	color: #fff;
	}
	
	span.kckstr-logo {
	background-image: url(../img/kickstarter-wht.svg);
    background-size: auto 12px;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: inline-block;
    width: 121px;
    height: 13px;
    vertical-align: -7%;
    margin-left: -2px;
	}
	
	@media (max-width: 350px) {
		span.kckstr-logo {
			margin-left: 0;
		}
	} 
	
	#pagetitle_right {
	
	display: none;
	}
	
	#pagetitle:after {
	content: '';
	position: absolute;
	bottom: -1px;
	width: 100%;
	height: 1px;
	left: 50%;
	transform: translateX(-50%);
	border-bottom: 1px dashed #fff;
	z-index: 12;
	}
	
	#pagetitletone {
	
	position: absolute;
	top: 0;
	left:0;
	display: block;
	margin: 0 auto;
	width: 100%;
	height: 80px;
	background-color: #00a6b7;
	opacity: 0;
	}

	.img1 {
	
	background-image: url('../img/tthc-cover-1d-2000.jpg');
	background-size: cover;
	background-position: center 25%;
	background-repeat: no-repeat;
	background-color: #000; 
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	line-height:0;
	display: block;
	padding: 0;
	opacity: 0;
	animation: fadein 1s .5s forwards linear;
	}
	
	#covertitle {
	position: absolute;
	left: 0;
	bottom: 0;
	padding-bottom: 1vh;
	text-align: left;
	z-index: 10;
	}
	
	#covertitle span.display {
	font-size: 35vw;
    letter-spacing: -2px;
    color: #fff;
    line-height: .77;
	}
	
	#covercredits {
	position: absolute;
	right: 0;
	bottom: 0;
	padding-right: 20px;
	text-align: right;
	margin-bottom: 2.5vh;
	z-index: 10;
	}
	
	#covercredits span.display {
	font-size: 2.9vh;
    letter-spacing: .5px;
    color: #fff;
    line-height: .85;
	}
	
	#covervideo {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: calc(100vh - 65px);
	line-height:0;
	display: block;
	padding: 0;
	opacity: 0;
	z-index: 8;
	background-color: blue;
	}
	
	.video-container {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	}
	
	#teaserVid {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	height: auto;
	width: 100%;
	}
	
	@media (max-aspect-ratio: 10/9) {
		#teaserVid {	
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		height: 100%;
		width: auto;
		}
	}
	
	#midimg, #endimg {
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: calc(100vh - 65px);
	line-height:0;
	display: block;
	padding: 0;
	opacity: 0;
	}
	
	#midimg {
	background-image: url('../img/tthc-cover-end-1920.jpg');
	background-position: 75% center;
	z-index: 5;
	}
	
	#endimg {
	background-image: url('../img/tthc-cover-still003B.jpg');
	background-position: center top;
	z-index: 6;
	}
	
	#covertitle  {
	position: absolute;
	display: table;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	letter-spacing: -.2px;
	opacity: 0;
	z-index: 10; 
	}
	
	#coverbyline  {
	position: absolute;
    display: table;
    left: 50%;
    top: 0;
    width: 90vw;
    height: 100%;
    transform: translateX(-50%);
    opacity: 0;
    z-index: 10; 
	}
	
	.cvrttl5 {
	margin-top: -9.4vw;
	}
	
	.cvrttl6 {
	margin-top: 9.4vw;
	}
	
	#finaltitle  {
	position: absolute;
	left: 3vw;
	bottom: -100%;
	margin-bottom: 40px;
	opacity: 0;
	z-index: 10; 
	}
	
	#covertitle span.display {
	font-size: 34vw;
    color: #fff;
    display: table-cell;
	}
	
	#coverbyline span.byline {
	font-size: 12vw;
    line-height: 0.8;
    letter-spacing: .2px;
    color: #fff;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    padding-top: 2vw;
	}
	
	#finaltitle span.display {
	font-size: 17vh;
    color: #fff;
    letter-spacing: .1vw;
    color: #fff;
    text-align: left;
    display: inline-block;
	}
	
	.fnlttl1 {
		transform: translateY(-43.5vh);
	}
	.fnlttl2 {
		transform: translateY(-29.9vh);
	}
	.fnlttl3 {
		transform: translateY(-16.5vh);
	}
	.fnlttl4 {
		transform: translateY(-3vh);
	}
	
	#downarrw-cont {
	display: none;
	}
	
	#downarrw {
	background-image: url('../img/downarrow_tthc-1.svg');
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 15px;
	height: 15px;
	transform: translate(-50%, -50%);
	}


	.inview {
		display: block;
		}

	.hide {
		display: none;
		}
	
	@media (orientation: landscape) {
		#covertitle span.display {
			font-size: 23vh;
		}
	}
	
	@media (orientation: landscape) and (max-height: 600px){
		#pagetitle, #pagetitle-underlay {
			display: none;
		}
	}
	
	@media (max-height: 600px) {
		#covertitle span.display {
			font-size: 21vh;
		}
	}
	
	@media (orientation: portrait) {
		#covercredits {
			display: none;
		}
	}
	
	@media (max-width: 350px) {
		span.pagepromotext {
			letter-spacing: .7px;
		}
	}
		
	.inview {
		display: block;
		}
	
/* CALL-TO-ACTION PANE */

	/* STYLES */
	
	span.ctatop,
	span.ctatop-p {
	font-family: "coluna-rounded", Coluna Rounded, sans-serif;
	color: #003906;
	}
	
	span.ctatop {
	font-size: 5.1vw;
	letter-spacing: 0px;
	}
	
	span.ctatop-p {
	font-size: 16vw;
	letter-spacing: 0px;
	}
	
	span.ctatopperf,
	span.ctatopbook,
	span.ctatoptour,
	span.ctatopperf-p,
	span.ctatopbook-p,
	span.ctatoptour-p {
	font-family: "coluna-rounded", Coluna Rounded, sans-serif;
	}
	
	span.ctatopperf,
	span.ctatopbook,
	span.ctatoptour {
	font-size: 5.1vw;
	letter-spacing: 0px;
	}
	
	span.ctatopperf-p,
	span.ctatopbook-p,
	span.ctatoptour-p {
	font-size: 9.5vw;
    letter-spacing: 0px;
    line-height: 5vw;
    display: block;
	}
	
	span.ctatopperf, span.ctatopperf-p {color: #562db9;}
	span.ctatopbook, span.ctatopbook-p {color: #562db9;}
	span.ctatoptour, span.ctatoptour-p {color: #562db9;}
	
	span.ctamidperf,
	span.ctamidbook,
	span.ctamidtour {
	font-family: "coluna-rounded", Coluna Rounded, sans-serif;
	font-size: 12vw;
	letter-spacing: 0px;
	padding-top: .5vw;
	line-height: 10vw;
	display: block;
	}
	
	span.ctamidperf {color: #562db9;}
	span.ctamidbook {color: #562db9;}
	span.ctamidtour {color: #562db9;}
	
	span.ctamidbutton {
	font-family: "gibson-regular", Gibson Regular, sans-serif;
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #003906;
	display: inline-block;
	}
	
	span.ctamidbutton-p {
	font-family: "trianon_caption_extralight_reg", serif;
	font-size: 17.5px;
	line-height: 15px;
	font-weight: bold;
	letter-spacing: 0;
	color: #003906;
	display: inline-block;
	padding-top: 3px;
	}
	
	/* END STYLES */

	#ctapane {
	position: absolute;
	height: 175vh;
	overflow: hidden;
    width: 100vw;
    border: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 2;
	}
	
	.cta-top-content,
	.cta-top-content-p {
	position: relative;
	text-align: left;
	opacity: 0;
	}
	
	.cta-top-content {
	display: none;
	}
	
	.cta-top-content-p {
	position: absolute;
	display: block;
	padding: 0vw 3vw 0 3vw;
	line-height: 10vw;
	}
	
	.cta1 {
	margin-top: 30px;
	opacity: 1;
	}
	
	.cta2 {
	margin-top: calc(50vh + 30px);
	} 
	
	.cta3 {
	margin-top: calc(100vh + 30px);
	} 
	
	#cta-l-container,
	#cta-r-container {
	position: absolute;
	top: 19.6666%;
	transform: translateY(-50%);
	width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	}
	
	#cta-l-container{
	left: 3vw;
	text-align: left;
	padding-right: 3vw;
	}
	
	#cta-r-container{
	right: 0;
	text-align: left;
	padding-right: 5px;
	}
	
	.cta-l1, .cta-r1 {
	margin-top: 0;
	}
	
	.cta-r2, .cta-r3 {
	top: 19.6666% !important;
	}
		
	.cta-l2, .cta-r2 {
	margin-top: 50vh;
	}
	
	.cta-l3, .cta-r3 {
	margin-top: 100vh;
	}
	
	.cta-l4, .cta-r4 {
	margin-top: 120vh;
	}
	
	
	.cta-l-1, .cta-l-2, .cta-l-3, .cta-l-4 {
	padding-top: 0;
	padding: 2.7vw 10vw 0 2vw;
	border-left: 1px dashed #000;
	opacity: 0;
	} 
	
	.cta-r-1, .cta-r-2, .cta-r-3, .cta-r-4 {
	position: relative;
	display: flex;
  	justify-content: center;
  	flex-direction: column;
  	height: 14.3vh;
	text-align: left;
	margin-left: 10vw;
	padding: 0 16vw 0 2vw;
	opacity: 0;
	border-left: 1px dashed #000;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    opacity: 0;
	} 
	
	.button-arrow1, .button-arrow2, .button-arrow3, .button-arrow4  {
	background-image: url(../img/rightarrow_003906.svg);
    background-size: 40px auto;
    background-position: left 51%;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    right: 0%;
    width: 5%;
    height: 100%;
    border-width: 0 0 0 1px;
    border-style: dashed;
    border-color: #003906;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; 
	}
	
	.cta-r-1:hover .button-arrow1 {
	border-width: 0 0 0 3px;
    border-style: solid;
    border-color: #cd3300;
    -webkit-transition: 200ms;
    -moz-transition: 200ms;
    transition: 200ms;
	}
	
	.cta-r-2:hover .button-arrow2 {
	border-width: 0 0 0 3px;
    border-style: solid;
    border-color: #cd3300;
    -webkit-transition: 200ms;
    -moz-transition: 200ms;
    transition: 200ms;
	}
	
	.cta-r-3:hover .button-arrow3 {
	border-width: 0 0 0 3px;
    border-style: solid;
    border-color: #cd3300;
    -webkit-transition: 200ms;
    -moz-transition: 200ms;
    transition: 200ms;
	}
	
	.cta-r-4:hover .button-arrow4 {
	border-width: 0 0 0 3px;
    border-style: solid;
    border-color: #cd3300;
    -webkit-transition: 200ms;
    -moz-transition: 200ms;
    transition: 200ms;
	}
	
	#mic-container {
	position: absolute;
	top: 100vh;
	left: 0;
	width: 100vw;
	height: 50vh;
	background-color: #fff;
	border: none;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	z-index: 1;
	}
	
	#mic-container:after,
	.bookpane:after {
	content:"";
	/*background-image: url(../img/dash-003906.svg);
    background-size: 21px 8px;
    background-position: center;
    background-repeat: space; */
    position: absolute;
	left: 3vw;
	bottom: 10px;
	width: 94vw;
	height: 15px;
	background-color: #003906;
	border-radius: 3px;
	}
	
	#mic {
	position: relative;
	top: 68%;
	left: auto;
	transform: translateY(-50%);
	margin: 0 auto;
	width: 20px;
	height: 20px;
	border-radius: 20px;
	background-color: #003906;
	z-index: 0;
	opacity: 0;
	}
	
	#mic:before {
	content: "";
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	width: 1px;
	height: calc(34vh - 10px);
	background-color: #562db9;
	}
	
	#mic:after {
	content: "";
	background-image: url('../img/mic-handle.svg');
	background-size: 16px 52px;
	position: absolute;
	top: -52px;
	left: 50%;
	transform: translateX(-50%);
	width: 16px;
	height: 52px;
	}
	
	.mic-color {
	animation: micbounce .5s 0s ease-out forwards;
	background-color: #cd3300 !important;
	-webkit-transition: 400ms;
	-moz-transition: 400ms;
	transition: 400ms;
	}
	
	#downarrow {
	display: none;
	}
	
	#downarrow:before {
	content: "Learn More";
	position: absolute;
	top: -11px;
	left: 50%;
	transform: translateX(-50%);
	width: 500%;
	font-family: "gibson-semibold", serif;
    font-size: 15px;
  	text-align: center;
  	letter-spacing: .2px;
  	line-height: 1px;
  	color: #003906;
	}
	
	/* PREVENT CLICK */
	#downarrow-overlay {
	display: none;
	}
	
	.downarrow-ec5000{
	background-image: url('../img/downarrow_ec5000.svg') !important;
	}
	
	.bookpane,
	.tourpane,
	.hostpane {
	position: relative;
	width: 100vw;
	height: 50vh;
	}
	
	.bookpane {
	margin-top: 0;
	background-color: #fff;
	padding-top: 50vh;
	}
	
	.tourpane {
	margin-top: 0vh;
	background-color: #fff;
	}
	
	.hostpane {
	margin-top: -30vh;
	background-color: none;
	}
	
	#bookicon {
	background-image: url(../img/book-whtbkgrnd.jpg);
    background-size: auto 85%;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    top: 68%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: .8vw;
    width: 20vw;
    height: 30vw;
	}
	
	.bookbounce {
	animation: micbounce .5s 0s ease-out forwards;
	}
	
	#touricon {
	background-image: url(../img/case-nohandle.svg);
    background-size: 15vw auto;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 68%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: 0;
    width: 20vw
    height: 30vw;
    }
    
    #handle {
    position: absolute;
    top: -1vw;
    left: 50%;
    width: 6vw;
    height: 4.2vw;
    border-width: 1.5vw 1.5vw 0 1.5vw;
    border-style: solid;
    border-color: #000;
    border-radius: 5px 5px 0 0;
    transform: translateX(-48%);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    }
    
	.handle-anim {
    top: 1vw !important;
    height: 1vw !important;
    border-radius: 1vw !important;
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    transition: 400ms;
    -webkit-transition-delay: .2s;
	-moz-transition-delay: .2s;
    transition-delay: .2s;
	}
	
	.tourbounce {
	animation: micbounce .5s 0s ease-out forwards;
	}
	
	#hosticon {
	background-image: url(../img/pin.svg);
    background-size: auto 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 68%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: 0;
    width: 60px;
    height: 50px;
    }
    
    .hostbounce {
	animation: micbounce .5s 0s ease-out forwards;
	}
	
	.downarrow-anim {
	animation: dwnarrw .5s 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
	}
	
		@-moz-keyframes micbounce {
		0%   {top: 68%;}
		50%   {top: calc(68% - 10px);}
		100%   {top: 68%;}
		}

		@-webkit-keyframes micbounce {
		0%   {top: 68%;}
		50%   {top: calc(68% - 10px);}
		100%   {top: 68%;}
		}

		keyframes micbounce {
		0%   {top: 68%;}
		50%   {top: calc(68% - 10px);}
		100%   {top: 68%;}
		}
		
		@-moz-keyframes dwnarrw {
		0%   {bottom: -20px; opacity: 0;}
		100%   {bottom: 10px; opacity: 1}
		}

		@-webkit-keyframes dwnarrw {
		0%   {bottom: -20px; opacity: 0;}
		100%   {bottom: 10px; opacity: 1}
		}

		keyframes dwnarrw {
		0%   {bottom: -20px; opacity: 0;}
		100%   {bottom: 10px; opacity: 1}
		}
	
	@media (max-height: 400px) {
		#bookicon {
			margin-top: 7vw;
		}
		#touricon {
			margin-top: 6.5vw;
		}
	}
	
/* RESPONSIVE */

@media (max-width: 350px) {
	.button-arrow1, .button-arrow2, .button-arrow3, .button-arrow4 {
		background-position: right 51%;
		width: 6%;
	}
}

/* POSITION FIXED CLASS */

	.fixed {
	position: relative;
	top: auto;
	margin-top: auto;
	}
	
	.cta-fixed {
	position: absolute;
	}
	
/* TRAILER VIDEO */
	
	#trailercont {
	position: relative;
	margin: 0 auto 0;
	width: 100vw;
	z-index: 12;
	}
	
	#trailerconttop {
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: 12vw;
	}
	
	#trailercaptioncont {
	display: none;
	}
	
	#trailercaptioncont-mobile {
	position: relative;
	margin: 0 auto;
	width: 100%;
	background-color: #000;
	z-index: 12;
	}
	
	#trailercaption {
	display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    height: 100%;
    position: relative;
    margin: 0 auto;
    width: 70%;
	}
	
	span.trailercapt {
	font-family: "coluna-rounded", Coluna Rounded, sans-serif;
	font-style: normal;
	text-align: center;
	font-size: 10vw;
	letter-spacing: 1px;
	line-height: .82;
	color: #fff;
	}
	
	span.kstr {
	color: #05ce78;
	}
	
	#kstrlogo {
	background-image: url(../img/kickstarter-icon-05ce78.svg);
    background-size: 100% auto;
    background-position: center;
    position: absolute;
    bottom: -60px;
    left: 50%;
    transform: translateX(-50%);
    width: 70px;
    height: 70px;
    z-index: 0;
    opacity: 1;
	}
	
	#trailer {
	position: relative;
	top: 0;
	width: 100%;
	height: auto;
	margin: 0 auto;
	z-index: 10;
	}
	
	#trlrdownarrow {
	background-image: url(../img/downarrow_tthc-1.svg);
    background-size: 50% auto;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
	bottom: 30px;
	left: 50%;
	transform: translateX(-50%);
	width: 40px;
	height: 40px;
	border: 1px solid #fff;
	border-radius: 40px;
	background-color: #000;
	}
	
	#target-maincont {
	position: absolute;
	top: 22px;
	left: 20px;
	width: 10px;
	height: 1px;
	}
	
	#trailer-trgt {
	position: absolute;
	top: 22px;
	left: 20px;
	width: 10px;
	height: 1px;
	}
	
	.videocontent {
	background-color: #000;
	}
	
	.trlrvideo {
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: 40vw;
    background-color: #000;
    padding-bottom: 12vw;
    margin-bottom: 23vw;
	}
	
	.trailertext {
	text-align: left;
    line-height: 1;
    padding: 14vw 2vw 10vw;
    box-sizing: border-box;
    line-height: .85;
	}
	
	span.trlrtext {
	font-family: "coluna-rounded", Coluna Rounded, sans-serif;
	font-size: 36px;
	letter-spacing: .2px;
	-webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    text-transform: uppercase;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    padding: 0 6%;
	}
	
	.bullhorn {
    background-size: auto 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 50%;
    bottom: 5%;
    transform: translateX(-50%);
    height: 50px;
    width: 60px;
	}
	
	.bh-black {
	background-image: url(../img/bullhorn-blk.svg);
	}
	
	.bh-red {
	background-image: url(../img/bullhorn-red.svg);
	z-index:1;
	}
	
	.bullhorn-anim {
	animation: amp 1s 0s ease 5 forwards;
	}
	
		@-moz-keyframes amp {
		0%   {opacity: 0;}
		16.666%   {opacity: 1;}
		33.333%   {opacity: 0;}
		50%   {opacity: 1;}
		66.666%   {opacity: 0;}
		83.333%   {opacity: 1;}
		100%   {opacity: 0;}
		}

		@-webkit-keyframes amp {
		0%   {opacity: 0;}
		16.666%   {opacity: 1;}
		33.333%   {opacity: 0;}
		50%   {opacity: 1;}
		66.666%   {opacity: 0;}
		83.333%   {opacity: 1;}
		100%   {opacity: 0;}
		}

		keyframes amp {
		0%   {opacity: 0;}
		16.666%   {opacity: 1;}
		33.333%   {opacity: 0;}
		50%   {opacity: 1;}
		66.666%   {opacity: 0;}
		83.333%   {opacity: 1;}
		100%   {opacity: 0;}
		}
	
	#iframescrolldiv {
	position: absolute;
	top: 0;
	left: 0;
	width: 85%;
	height: 65%;
	background-color: rgba(0,0,0,0);
	z-index: 10;
	}
	
	.trailerfixed {
	position: relative !important;
	top: 0;
	}
	
	@media (orientation: portrait) {
		#trailer {
		display: table;
		background-color: #000;
		}
		.videocontent {
		display: table-cell;
		vertical-align: middle;
		}
		.trlrvideo {
		height: 40vh;
		}
	}
	@media (min-width: 350px) {
		#iframescrolldiv {
		width: 85%;
		height: 68%;
		}
	}
	@media (orientation: landscape) {
		.trailertext {
		margin: 5vw auto 3.5vw !important;
		}
		.trlrvideo {
		width: 80%;
		height: 45vw;
		margin: 0 auto;
		}
		#iframescrolldiv {
		width: 85%;
		height: 75%;
		}	
	}
	
/* MAIN PAGE */

	#mainconttop {
	position: relative;
	margin: 0 auto 0;
	width: 100%;
	height: 12vw;
	overflow: visible;
	z-index: 21;
	}
	
	/* INTRO */
	
	.notchleft {
 	position: absolute;
 	top: 0;
 	left: 0;
 	width: 12vw;
 	height: 12vw;
 	overflow:hidden;
 	}
 
 	.notchcenter {
 	position: absolute;
 	top: 0;
 	left: 50%;
 	transform: translateX(-50%);
 	width: 76.3vw;
 	height: 12vw;
 	text-align: center;
 	overflow: visible;
 	}
 
 	.notchright {
 	position: absolute;
 	top: 0;
 	right: 0;
 	width: 12vw;
 	height: 12vw;
 	overflow:hidden;
 	}
 
	.notchcolor-l-1 {
  	background-image: linear-gradient(to bottom right, rgba(255,0,0,0) 50%, #000 50%);
 	}
 	
 	.notchcolor-c-1 {
 	background-color: #000;
 	}
 
 	.notchcolor-r-1 {
  	background-image: linear-gradient(to bottom left, rgba(255,0,0,0) 50%, #000 50%);
 	}
 	
 	.notchcolor-l-2 {
  	background-image: linear-gradient(to bottom right, #000 50%, #d8e9fb 50%);
 	}
 	
 	.notchcolor-c-2 {
 	background-color: #d8e9fb;
 	}
 
 	.notchcolor-r-2 {
  	background-image: linear-gradient(to bottom left, #000 50%, #d8e9fb 50%);
 	}
 	
 	.notchcolor-l-3 {
  	background-image: linear-gradient(to bottom right, #d8e9fb 50%, #fff 50%);
 	}
 
 	.notchcolor-r-3 {
  	background-image: linear-gradient(to bottom left, #d8e9fb 50%, #fff 50%);
 	}
 	
 	#maincontainer {
	position: relative;
	margin-top: 0;
	width: 100%;
	height: auto;
	left: 0;
	background-color: #fff;
	padding-bottom: 9vw;
	overflow: hidden;
	z-index: 20;
	}
	
	.intro-top-content {
	position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: table;
    height: 12vw;
    width: 62vw;
    margin-top: 30px;
    text-align: center;
    z-index: 5;
    padding: 0vw 3vw 0 3vw;
    background-color: #cd3300;
    border-radius: 4px;
    overflow: hidden;
    vertical-align: middle;
	}
	
	span.introtop {
	color: #d8e9fb;
	display: table-cell;
    padding-top: 1.9vw;
	}
	
	/* CHAMFERED BOX SECTION */
	
	#introcont-1 {
	position: relative;
    margin: 0 auto 0;
	padding-bottom: 7vw;
    padding-top: calc(41px + 2.5vw);
    padding-left: 7.5%;
    padding-right: 7.5%;
    background-color: #d8e9fb;
	}
	
	
	.chamfered-box-cont1,
	.chamfered-box-cont2,
	.chamfered-box-cont3,
	.chamfered-box-cont4,
	.chamfered-box-cont5,
	.intro-end-cont {
	position: relative;
	display: table;
	height: 7vw;
	margin: 0 auto;	
	opacity: 0;	
	}
	
	.chamfered-box-cont2,
	.chamfered-box-cont3,
	.chamfered-box-cont4,
	.chamfered-box-cont5 {
	margin-top: 2.5vw;
	}
	
	.intro-end-cont {
	margin-top: 4vw;
	}
	
	.chamfered-box-cont2 {
	transform: translateX(0%);
	}
	
	.chamfered-box-cont3 {
	transform: translateX(0%);
	}
	
	.chamfered-box-cont4 {
	transform: translateX(0%);
	}
	
	.chamfered-box-cont5 {
	transform: translateX(0%);
	}
	
	.chamfered-box-end {
	background-image: url('../img/chamfered-edge-562db9.svg');
	background-size: 100% 100%;
	background-position: left;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	width: 16px;
	height: 16px;
	background-color: #d8e9fb;
	z-index: 4;
	}
	
	.chamfered-box-main {
	position: relative;
	border: 2px solid #562db9;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	}
	
	.chamfered-box-main:after {
	content: "";
	position: absolute;
	left: 6px;
	top: 6px;
	width: 100%;
	height: 100%;
	border-right: 2px solid #003906;
	border-bottom: 2px solid #003906;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 0;
	}
	
	.intro-end-main {
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	}
	
	.intro-end-main:before  {
	content:"";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: 2px;
	background-color: #562db9; 
	}
	
	.intro-end-main:before  {
	top: -4vw;
	height: 4vw;
	}
	
	.chamfered-box-cont2:before,
	.chamfered-box-cont3:before,
	.chamfered-box-cont4:before,
	.chamfered-box-cont5:before {
	content: "";
    position: absolute;
    bottom: 3vw;
    width: 2vw;
    height: 6vw;
	}
	
	.chamfered-box-cont2:before {
	left: -2vw;
	border-radius: 0 0 0 20px;
	border-left: 2px solid #562db9;
	border-bottom: 2px solid #562db9;
	}
	
	.chamfered-box-cont3:before {
	right: -2vw;
	border-radius: 0 0 20px 0;
	border-right: 2px solid #562db9;
	border-bottom: 2px solid #562db9;
	}
	
	.chamfered-box-cont4:before {
	left: -2vw;
	border-radius: 0 0 0 20px;
	border-left: 2px solid #562db9;
	border-bottom: 2px solid #562db9;
	}
	
	.chamfered-box-cont5:before {
	right: -2vw;
	border-radius: 0 0 20px 0;
	border-right: 2px solid #562db9;
	border-bottom: 2px solid #562db9;
	}
	
	.chamfered-box-content, .intro-end-content {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
    z-index: 5;
    box-sizing: border-box;
	}
	
	.chamfered-box-content {
	padding: 1.3vw 2vw 0 2vw;
	}
	
	.intro-end-content {
	padding: 1.5vw 2vw 0 2vw;
	}
	
	.intro-end-content:after {
	content: "";
    background-image: url('../img/downarrow_ec5000.svg');
    background-size: auto 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 7.5vw;
    left: 50%;
    transform: translateX(-50%);
    width: 4vw;
    height: 6vw;
	}
	
	#intro-end-rule {
	position: absolute;
	width: 4vw;
	height: 100%;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	border-top: 2px solid #562db9; 
	border-bottom: 2px solid #562db9;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
	}
	
	span.chamferedbox, span.chamferedbox-hilite {
	font-family: "coluna-rounded", Coluna Rounded, sans-serif;
    font-style: normal;
    text-transform: uppercase;
    font-size: 3vw;
    letter-spacing: -.1px;
	}
	
	span.chamferedbox {
	color: #003906;
	}
	
	span.chamferedbox-hilite {
	color: #cd3300;
	}
	
	.intro-end-anim {
	animation-name: fadein;
	animation-duration: .5s;
	animation-timing-function: linear; 
	animation-fill-mode: forwards;
	-webkit-animation-delay: .0s; /* Chrome, Safari, Opera */
	animation-delay: 0s;
	}
	
	.chamfered-box-anim-1 {
	animation-name: fadein, introslide-1c;
	animation-duration: .5s, 3s;
	animation-fill-mode: forwards;
	animation-timing-function: linear,ease; 
	-webkit-animation-delay: .5s, 0s; /* Chrome, Safari, Opera */
	animation-delay: .5s, .0s;
	}
	
	.chamfered-box-anim-2 {
	animation-name: fadein, introslide-2c;
	animation-duration: .5s, 3s;
	animation-fill-mode: forwards;
	animation-timing-function: linear,ease; 
	-webkit-animation-delay: .5s, 0s; /* Chrome, Safari, Opera */
	animation-delay: .5s, .0s;
	}
	
	.chamfered-box-anim-3 {
	animation-name: fadein, introslide-3c;
	animation-duration: .5s, 3s;
	animation-fill-mode: forwards;
	animation-timing-function: linear,ease; 
	-webkit-animation-delay: .5s, 0s; /* Chrome, Safari, Opera */
	animation-delay: .5s, .0s;
	}
	
	.chamfered-box-anim-4 {
	animation-name: fadein, introslide-4c;
	animation-duration: .5s, 3s;
	animation-fill-mode: forwards;
	animation-timing-function: linear,ease; 
	-webkit-animation-delay: .5s, 0s; /* Chrome, Safari, Opera */
	animation-delay: .5s, .0s;
	}
	
		@-moz-keyframes introslide-1c {
		0%   {transform: translateX(0%);}
		100% {transform: translateX(12%);}
		}

		@-webkit-keyframes introslide-1c {
		0%   {transform: translateX(0%);}
		100% {transform: translateX(12%);}
		}

		keyframes introslide-1c {
		0%   {transform: translateX(0%);}
		100% {transform: translateX(12%);}
		}
		
		@-moz-keyframes introslide-2c {
		0%   {transform: translateX(0%);}
		100% {transform: translateX(-3%);}
		}

		@-webkit-keyframes introslide-2c {
		0%   {transform: translateX(0%);}
		100% {transform: translateX(-3%);}
		}

		keyframes introslide-2c {
		0%   {transform: translateX(0%);}
		100% {transform: translateX(-3%);}
		}

		@-moz-keyframes introslide-3c {
		0%   {transform: translateX(0%);}
		100% {transform: translateX(31%);}
		}

		@-webkit-keyframes introslide-3c {
		0%   {transform: translateX(0%);}
		100% {transform: translateX(31%);}
		}

		keyframes introslide-3c {
		0%   {transform: translateX(0%);}
		100% {transform: translateX(31%);}
		}
		
		@-moz-keyframes introslide-4c {
		0%   {transform: translateX(0%);}
		100% {transform: translateX(-3%);}
		}

		@-webkit-keyframes introslide-4c {
		0%   {transform: translateX(0%);}
		100% {transform: translateX(-3%);}
		}

		keyframes introslide-4c {
		0%   {transform: translateX(0%);}
		100% {transform: translateX(-3%);}
		}
		
		@-moz-keyframes box-up {
		0%   {transform: translateY(150%);}
		100% {transform: translateY(0%);}
		}

		@-webkit-keyframes box-up {
		0%   {transform: translateY(150%);}
		100% {transform: translateY(0%);}
		}

		keyframes box-up {
		0%   {transform: translateY(150%);}
		100% {transform: translateY(0%);}
		}
		
	@media (orientation: portrait) {
		#introcont-1 {
			padding-bottom: 9vh;
			padding-top: 60px;
		}
		.chamfered-box-cont1,
		.chamfered-box-cont2,
		.chamfered-box-cont3,
		.chamfered-box-cont4,
		.chamfered-box-cont5,
		.intro-end-cont {
			height: 5.3vh;
		}
		.chamfered-box-cont2,
		.chamfered-box-cont3,
		.chamfered-box-cont4,
		.chamfered-box-cont5 {
			margin-top: 3vh;
		}
		.chamfered-box-cont1,
		.chamfered-box-cont2,
		.chamfered-box-cont3,
		.chamfered-box-cont4,
		.chamfered-box-cont5,
		.intro-end-cont {
			transform: translateY(150%);
		}
		.chamfered-box-main,
		.intro-end-main {
			padding: 10px 0 10px 0;
		}
		.intro-end-main {
			width: 85%;
			margin: 0 auto;
		}
		.intro-end-cont {
			margin-top: 4vh;
		}
		.intro-end-main:before  {
			top: -4vh;
			height: 4vh;
		}
		.chamfered-box-cont2:before,
		.chamfered-box-cont3:before,
		.chamfered-box-cont4:before,
		.chamfered-box-cont5:before {
			content: "";
			position: absolute;
			top: -3vh;
			width: 1px;
			height: 3vh;
			border-radius: 0;
    		border-bottom: none;
			border-left: 2px solid #562db9;
			border-right: none;
		}
		.chamfered-box-cont2:before {
		left: 25%;
		}
	
		.chamfered-box-cont3:before {
		right: 25%;
		}
	
		.chamfered-box-cont4:before {
		left: 38%;
		}
	
		.chamfered-box-cont5:before {
		right: 38%;
		}
		.chamfered-box-content {
			padding: 1.6vh 2vh 0 2vh;
		}
		.intro-end-content {
			padding: 2vh 2vh .5vh 2vh;
		}
		.intro-end-content:after {
			top: 13vh;
			width: 10vw;
			height: 10vw;
		}
		#intro-end-rule {
			width: 4vh;
		}
		.chamfered-box-content, .intro-end-content {
			line-height: .9;
			display: inline-block;
		}
		span.chamferedbox, span.chamferedbox-hilite {
			font-size: 4vh;
		}
		.chamfered-box-anim-1,
		.chamfered-box-anim-2,
		.chamfered-box-anim-3,
		.chamfered-box-anim-4,
		.intro-end-anim {
			animation-name: fadein, box-up;
			animation-duration: .7s, .7s;
			animation-fill-mode: forwards;
			animation-timing-function: linear, ease-out; 
			-webkit-animation-delay: .5s, .2s; /* Chrome, Safari, Opera */
			animation-delay: .5s, .2s;
		}
			#anim-trig-1 {top: 16vh;}
			#anim-trig-2 {top: 32vh;}
			#anim-trig-3 {top: 48vh;}
			#anim-trig-4 {top: 64vh;}
			#anim-trig-5 {top: 80vh;}
			#anim-trig-6 {top: 96vh;}
	}
	
	@media (orientation: portrait) and (max-height:500px) {
		span.chamferedbox,
		span.chamferedbox-hilite {
			font-size: 4.5vh;
		}
		.intro-end-content:after {
			top: 14vh;
		}
	}
	
	/* PANE-1 */
	
	#anim-trig-7 {
	position: relative;
	top: 10vh;
	width: 1px;
	height: 1px;
	visibility: hidden;
	}
	
	#pane-1 {
	background-image: url('../img/IMG_2563_RET-700.jpg');
	background-size: 100% auto;
	background-position: bottom;
	background-repeat: no-repeat;
	background-color: #000;
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	}
	
	.introtextblock {
		position: relative;
    	margin: 10% auto 47%;
    	padding: 0 6% 0%;
    	color: #fff;
    	opacity: 0;
	}
	
	.introtext-anim {
		animation: fadein .5s 0s forwards linear;
	}
	
	.introtextblock:after {
		content:"";
		position: absolute;
		left: 6%;
		top: calc(110% + 2vw);
		width: 88%;
		height: 1px;
		border-bottom: 1px dashed #fff;
	}
	
	@media (orientation: portrait) {
		#pane-1 {
			background-size: 160% auto;
			background-position: bottom;
			background-repeat: no-repeat;
			background-color: #000;
			height: auto;
		}
		.introtextblock {
			margin: 20% auto 80%;;
		}
		.introtextblock:after {
			top: calc(105% + 2vh);
		}
	}
	
	@media (orientation: landscape) and (max-width: 500px) {
		span.introtext, span.introtextital {
			font-size: 13.5px;
		}
		.introtextblock {
			padding: 0 5% 0%;
		}
		.introtextblock:after {
			top: 106%;
			left: 5%;
			width: 90%;
		}
	}		
	
	.pane-1-anim {
		animation-name: fadein, slide-up;
		animation-duration: .5s, 1s;
		animation-fill-mode: forwards;
		animation-timing-function: linear, ease-out; 
		-webkit-animation-delay: .5s, 0s; /* Chrome, Safari, Opera */
		animation-delay: .5s, .0s;
	}
	
		@-moz-keyframes slide-up{
		0%   {transform: translateY(100%);}
		100% {transform: translateY(0%);}
		}

		@-webkit-keyframes slide-up{
		0%   {transform: translateY(100%);}
		100% {transform: translateY(0%);}
		}

		keyframes slide-up{
		0%   {transform: translateY(100%);}
		100% {transform: translateY(0%);}
		}
	
	/* DIVIDER LINKS */
	
	#pane-divider {
	position: relative;
	width: calc(100 - 30px);
	height: 40vw;
	margin: 0 auto;
	}
	
	#divider-link-cont {
	position: absolute;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	height: 40px;
	width: 100%;
	top: 50%;
	transform: translateY(-50%)	
	}
	
	.div-link,
	.div-link-lower {
	order: 1;
	text-align: center;
	width: 12vw;
	min-width: 130px;	
	}
	
	.div-link {
	padding-top: 8px;
	}
	
	.div-link-lower {
	padding-top: 8px;	
	}
	
	.tklink {
	order: 1;
	color: #cd3300;
	}
	
	.tklink {
	order: 1;
	color: #cd3300;
	}
	
	.newslink {
	order: 4;
	color: #562db9;
	}
	
	.newslink a {
	color: #562db9 !important;
	}
	
	.div-link-spacer-l {
	order: 2;
	position: relative;
	width: 10vw;
	min-width: 20px;
	border-left: 2px solid #272727;
	}

	.div-link-spacer-r {
	order: 3;
	position: relative;
	width: 10vw;
	min-width: 20px;
	border-right: 2px solid #272727;
	}
	
	.div-link-spacer-l:before,
	.div-link-spacer-r:before {
	content:"";
	position: absolute;
	top: 50%;
	left: 50%;
	transform:translate(-50%,-50%);
	width: 100%;
	height: 2px;
	background-color: #272727;
	}
	
	.div-link-spacer-l:after,
	.div-link-spacer-r:after {
	content:"";
	position:absolute;
	top: 50%;
	width: 12px;
	height: 12px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	}
	
	.div-link-spacer-l:after {
	left:2px;
	transform: translateY(-50%) rotate(45deg);
	border-bottom: 2px solid #cd3300;
	border-left: 2px solid #cd3300;
	opacity: 0;
	}
	
	.div-link-spacer-r:after {
	right:2px;
	transform: translateY(-50%) rotate(45deg);
	border-top: 2px solid #562db9;
	border-right: 2px solid #562db9;
	opacity: 0;
	}
	
	/* MENU HOVER EFFECT */
	
	.tklink:hover ~ .div-link-spacer-l {
	border-left: 2px solid rgba(255,255,255,0);
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	transition: 300ms;
	}
	
	.tklink:hover ~ .div-link-spacer-r {
	border-right: 2px solid #cd3300;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	transition: 300ms;
	}
	
	.tklink:hover ~ .div-link-spacer-l:before {
	background-color: #cd3300;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	transition: 300ms;
	}
	
	.tklink:hover ~ .div-link-spacer-r:before {
	background-color: #cd3300;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	transition: 300ms;
	}
	
	.tklink:hover ~ .div-link-spacer-l:after {
	opacity: 1;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	transition: 300ms;
	} 
	
	.newslink:hover ~ .div-link-spacer-l {
	border-left: 2px solid #562db9;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	transition: 300ms;
	}
	
	.newslink:hover ~ .div-link-spacer-r {
	border-right: 2px solid rgba(255,255,255,0);
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	transition: 300ms;
	}
	
	.newslink:hover ~ .div-link-spacer-l:before {
	background-color: #562db9;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	transition: 300ms;
	}
	
	.newslink:hover ~ .div-link-spacer-r:before {
	background-color: #562db9;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	transition: 300ms;
	}
	
	.newslink:hover ~ .div-link-spacer-r:after {
	opacity: 1;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	transition: 300ms;
	}
	
	/* DIVIDER PORTRAIT MEDIA QUERIES */
	
	@media(orientation:portrait) {
	
		#pane-divider {
			height: 100vw;
		}

		#divider-link-cont {
			flex-flow: column nowrap;
			justify-content: center;
			align-items: center;
			height: 12vh;
			width: 80px;
			left: 50%;
			transform: translate(-50%, -50%);
			margin-top: 2px;
		}

		#divider-link-cont .div-link {
			text-align: center;
			width: 80px;
			padding-top: 5vh;
			padding-bottom: 5vh;
		}

		#divider-link-cont span.linktext {
			text-align: center;
		}

		#divider-link-cont .div-link-spacer-l {
			height: 10vw;
			min-height: 40px;
			border-top: 2px solid #272727;
			border-left: none;
		}

		#divider-link-cont .div-link-spacer-r {
			height: 10vw;
			min-height: 40px;
			border-bottom: 2px solid #272727;
			border-right: none;
		}

		#divider-link-cont .div-link-spacer-l:before, #divider-link-cont .div-link-spacer-r:before {
			top: 50%;
			left: 50%;
			transform: translate(-50%,-50%);
			width: 2px;
			height: 100%;
		}

		#divider-link-cont .div-link-spacer-l:after, #divider-link-cont .div-link-spacer-r:after {
			top: auto;
			left: 50%;
			width: 12px;
			height: 12px;
		}

		#divider-link-cont .div-link-spacer-l:after {
			top: -2px;
			transform: translateX(-50%) rotate(45deg);
			border-top: 2px solid #cd3300;
			border-bottom: none;
			opacity: 0;
		}

		#divider-link-cont .div-link-spacer-r:after {
			right: 0;
			bottom: 0;
			transform: translateX(-50%) rotate(45deg);
			border-bottom: 2px solid #562db9;
			border-top: none;
			opacity: 0;
		}
		
		#divider-link-cont .tklink:hover ~ .div-link-spacer-l {
			border-top: 2px solid rgba(255,255,255,0);
			border-left: none;
		}
		#divider-link-cont .tklink:hover ~ .div-link-spacer-r {
			border-bottom: 2px solid #cd3300;
			border-right: none;
		}
		#divider-link-cont .newslink:hover ~ .div-link-spacer-l {
			border-top: 2px solid #562db9;
			border-left: none;
		}
		#divider-link-cont .newslink:hover ~ .div-link-spacer-r {
			border-bottom: 2px solid rgba(255,255,255,0);
			border-right: none;
		}
		#divider-link-cont .tklink:hover ~ .div-link-spacer-l:after {
			opacity: 1;
			-webkit-transition: 300ms;
			-moz-transition: 300ms;
			transition: 300ms;
		}
		#divider-link-cont .newslink:hover ~ .div-link-spacer-r:after {
			opacity: 1;
			-webkit-transition: 300ms;
			-moz-transition: 300ms;
			transition: 300ms;
		} 
	}
	
	@media (max-width: 600px) {
		.div-link-spacer-l, .div-link-spacer-r {
			width: 6vw;
			min-width: 15px;
		}
	} 
	
	/* PANE-GENERAL */
	
	#pane-2, #pane-2b, #pane-3, #pane-4, #pane-5,
	#pane-6, #pane-7, #pane-8, #pane-9, #pane-10   {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto;
	}
	
	.pane-display {
	position: relative;
	height: 92vw;
	padding: 0 0 0 1.2vw;
	background-color: rgba(255,255,255,0);
    z-index: 1;
	}
	
	.display-cont {
	display: table;
	height: 100%;
	}
	
	.display {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	}
	
	.display-longdash {
	 display:inline-block;
    -webkit-transform:scale(4,1); /* Safari and Chrome */
    -moz-transform:scale(4,1); /* Firefox */
    -ms-transform:scale(4,1); /* IE 9 */
    -o-transform:scale(4,1); /* Opera */
    transform:scale(4,1); /* W3C */
    padding: 0 6% 0;
	}
	
	.pane-overlay, .pane-overlay-med, .pane-overlay-lrg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
	}
	
	.pane-overlay {
	display: block;
	}
	
	.pane-overlay-med {
	display: none;
	}
	
	.pane-overlay-lrg {
	display: none;
	}
	
	.pane-tint {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -2;
	}
	
	.pane-img, .pane-img-med, .pane-img-lrg {
	background-size: cover;
	background-position: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -3;
	}
	
	.pane-img {
	display: block;
	}
	
	.pane-img-med {
	display: none;
	}
	
	.pane-img-lrg {
	display: none;
	}
	
	.pane-display:after {
	content: "";
	position: absolute;
	display: block;
	width: 88%;
	height: 1px;
	bottom: 5vw;
	left: 50%;
	transform:translateX(-50%);
	border-bottom: 1px dashed #fff;
	}
	
	.pane-text, .pane-last {
	position: relative;
	width: 88%;
	padding: 10vw 0;
	margin: 5vw auto 5vw;
	}
	
	.pane-text.trailertext {
	position: relative;
    width: 100%;
    height: 100vh;
    padding: 10vw 0;
    margin: 0 auto 5vw;
	}
	
	@media (orientation: landscape) {
		.pane-text, .pane-last {
			padding: 5vw 0;
		}
	}
	
	.pane-text:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	top: 0;
	left: 50%;
	transform:translate(-50%);
	}
	
	.pane-text:before {
	border-bottom: 1px dashed #000;
	}
	
	.pane-text:before {
	top: 0;
	}
	
	.pane-text.trailertext:before {
		display: none;
	}
	
	.credits {
	position: relative;
	width: 88%;
	padding: 0 0 3vw;
	margin: 0 auto;
	border-bottom: 2px solid #272727;
	}
	
	#credits-link-cont {
	position: relative;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	height: 40px;
	width: 100%;
	padding: 4vw 0;
	margin: 9vw 0 0;
	}

	/* PANE 2 */
	
	.paneimg-2 {
	background-image: url('../img/china-cemetary-700.jpg');
	background-color: rgba(255,154,0, 0.7);
	background-blend-mode: multiply;
	}
	
	.dsply-2 {
	padding:0 6vw 0 6vw;
	top: 0;
	text-align: left;
	font-size: 24vw;
	line-height: .8;
	letter-spacing: -.2vw;
	color: #fff;	
	}
	
	.dsply-cont-2 {
	padding-top: 6.8vw;
	}
	
	@-moz-document url-prefix() {
		.dsply-cont-2 {
			padding-top: 3vw;
		}
	}
	
	.tint-2 {
	background: rgba(255,154,0, 0.7);
	}
	
	.ovrly-2 {
	background-image: url('../img/china-cemetary-700.jpg');
	background-size: cover;
	background-position: center;
	opacity: 1;
	}
	
	.ovrly-2:hover {
	opacity: 0;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;	
	}
	
	#anim-trig-8 {top: 50%;}
	
	@media (orientation: landscape) {
		#anim-trig-8 {top: 10%;}
	}
	
	
	
	.pntext-2 {
	padding-bottom: 5vw;
	top: 0;
	text-align: left;
	color: #000;	
	}

	
	/* PANE-2b */
	
	.dsply-2b {
	padding: 0 6vw 0 6vw;
	top: 0
	text-align: left;
	font-size: 24vw;
	line-height: .8;
	letter-spacing: -.2vw;
	color: #fff;	
	}
	
	.dsply-cont-2b {
	padding-top: 6.8vw;
	}
	
	@-moz-document url-prefix() {
		.dsply-cont-2b {
			padding-top: 3vw;
		}
	}
	
	.paneimg-2b {
	background-image: url('../img/ebert-700.jpg');
	background-color: rgba(117, 109, 236, 0.6);
	background-blend-mode: multiply;
	}
	
	.tint-2b {
	background: rgba(117, 109, 236, 0.6);
	}
	
	.ovrly-2b {
	background-image: url('../img/ebert-700.jpg');
	background-size: cover;
	background-position: center;
	opacity: 1;
	}

	#anim-trig-8b {top: 50%;}
	
	@media (orientation: landscape) {
		#anim-trig-8b {top: 10%;}
	}
	
	.pntext-2b {
	padding-bottom: 5vw;
	top: 0;
	text-align: left;
	color: #000;	
	}
	
	/* PANE-3 */
	
	.dsply-3 {
	padding: 0 6vw 0 6vw;
	top: 0
	text-align: left;
	font-size: 24vw;
	line-height: .8;
	letter-spacing: -.2vw;
	color: #fff;	
	}
	
	.dsply-cont-3 {
	padding-top: 6.8vw;
	}
	
	@-moz-document url-prefix() {
		.dsply-cont-3 {
			padding-top: 3vw;
		}
	}
	
	.paneimg-3 {
	background-image: url('../img/intro-hand-raised-700.jpg');
	background-color: rgba(110,198,224, 0.4);
	background-blend-mode: multiply;
	}
	
	.tint-3 {
	background: rgba(110,198,224, 0.3);
	}
	
	.ovrly-3 {
	background-image: url('../img/intro-hand-raised-700.jpg');
	background-size: cover;
	background-position: center;
	opacity: 1;
	}

	#anim-trig-9 {top: 50%;}
	
	@media (orientation: landscape) {
		#anim-trig-9 {top: 10%;}
	}
	
	.pntext-3 {
	padding-bottom: 5vw;
	top: 0;
	text-align: left;
	color: #000;	
	}
	
	/* PANE-4 */
	
	.dsply-4 {
	padding: 0 6vw 0 6vw;
	top: 0;
	text-align: left;
	font-size: 9.5vw;
	line-height: .85;
	letter-spacing: .05vw;
	color: #fff;
	height: 110vw;
	}
	
	.dsply-cont-4 {
	padding-top: 4vw;
	}
	
	@-moz-document url-prefix() {
		.dsply-cont-4 {
			padding-top: 2vw;
		}
	}
	
	.paneimg-4 {
	background-image: url('../img/bubbles-700.jpg');
	background-color: rgba(107,146,67, 0.5);
	background-blend-mode: multiply;
	}
	
	.tint-4 {
	background: rgba(107,146,67, 0.5);
	}
	
	.ovrly-4 {
	background-image: url('../img/bubbles-700.jpg');
	background-size: cover;
	background-position: center;
	opacity: 1;
	}

	#anim-trig-10 {top: 50%;}
	
	@media (orientation: landscape) {
		#anim-trig-10 {top: 10%;}
	}
	
	.pntext-4 {
	padding-bottom: 5vw;
	top: 0;
	text-align: left;
	color: #000;	
	}
	
	/* PANE-5 */
	
	.dsply-5 {
	padding: 0 6vw 0 6vw;
    top: 0;
    text-align: left;
    font-size: 20vw;
    line-height: .8;
    letter-spacing: 0;
    color: #fff;
	}
	
	.dsply-cont-5 {
	padding-top: 7.5vw;
	}
	
	@-moz-document url-prefix() {
		.dsply-cont-5 {
			padding-top: 3vw;
		}
	}
	
	.paneimg-5 {
	background-image: url('../img/5.01.07-PM_BW-700.jpg');
	background-color: rgba(117, 109, 236, 0.3);
	background-blend-mode: multiply;
	}
	
	.tint-5 {
	background: rgba(117, 109, 236, 0.3);
	}
	
	.ovrly-5 {
	background-image: url('../img/5.01.07-PM_BW-700.jpg');
	background-size: cover;
	background-position: center;
	opacity: 1;
	}
	
	#anim-trig-11 {top: 50%;}
	
	@media (orientation: landscape) {
		#anim-trig-11 {top: 10%;}
	}
	
	.pntext-5 {
	padding-bottom: 5vw;
	top: 0;
	text-align: left;
	color: #000;	
	}
	
	/* PANE-6 */
	
	.dsply-6 {
	padding: 0 6vw 0 6vw;
    top: 0;
    text-align: left;
    font-size: 14vw;
    line-height: .8;
    letter-spacing: 0;
    color: #fff;
	}
	
	.dsply-cont-6 {
	padding-top: 5.5vw;
	}
	
	@-moz-document url-prefix() {
		.dsply-cont-6 {
			padding-top: 2.5vw;
		}
	}
	
	.paneimg-6 {
	background-image: url('../img/tillerson-putin-700.jpg');
	background-color: rgba(255, 50, 3, 0.6);
	background-blend-mode: multiply;
	}
	
	.tint-6 {
    background: rgba(255, 50, 3, 0.6);
	}
	
	.ovrly-6 {
	background-image: url('../img/tillerson-putin-700.jpg');
	background-size: cover;
	background-position: center;
	opacity: 1;
	}
	
	#anim-trig-12 {top: 50%;}
	
	@media (orientation: landscape) {
		#anim-trig-12 {top: 10%;}
	}
	
	.pntext-6 {
	padding-bottom: 5vw;
	top: 0;
	text-align: left;
	color: #000;	
	}
	
	/* PANE-7 */
	
	.dsply-7 {
	padding: 0 9vw 0 6vw;
    top: 0;
    text-align: left;
    font-size: 20vw;
    line-height: .8;
    letter-spacing: 0;
    color: #fff;
    height: 110vw;
	}
	
	.dsply-cont-7 {
	padding-top: 9.5vw;
	}
	
	@-moz-document url-prefix() {
		.dsply-cont-7 {
			padding-top: 4vw;
		}
	}
	
	.paneimg-7 {
	background-image: url('../img/border-wall-1000.jpg');
	background-color: rgba(110,198,224, 0.4);
	background-blend-mode: multiply;
	}
	
	.tint-7 {
    background: rgba(110,198,224, 0.4);
	}
	
	.ovrly-7 {
	background-image: url('../img/border-wall-1000.jpg');
	background-size: cover;
	background-position: center;
	opacity: 1;
	}
	
	#anim-trig-13 {top: 50%;}
	
	@media (orientation: landscape) {
		#anim-trig-13 {top: 10%;}
	}
	
	.pntext-7 {
	padding-bottom: 5vw;
	top: 0;
	text-align: left;
	color: #000;	
	}
	
	/* PANE-8 */
	
	.dsply-8 {
	padding: 0 6vw 0 6vw;
    top: 0;
    text-align: left;
    font-size: 24vw;
    line-height: .8;
    letter-spacing: 0;
    color: #fff;
	}
	
	.dsply-cont-8 {
	padding-top: 6.8vw;
	}
	
	@-moz-document url-prefix() {
		.dsply-cont-8 {
			padding-top: 3vw;
		}
	}
	
	.paneimg-8 {
	background-image: url('../img/image8-700.jpg');
	}
	
	.tint-8 {
    background: rgba(255,0,0, 0.5);
	}
	
	.ovrly-8 {
	background-image: url('../img/image8-700.jpg');
	background-size: cover;
	background-position: center;
	opacity: 1;
	}
	
	#anim-trig-14 {top: 50%;}
	
	@media (orientation: landscape) {
		#anim-trig-14 {top: 10%;}
	}
	
	.pntext-8 {
	padding-bottom: 5vw;
	top: 0;
	text-align: left;
	color: #000;	
	}
	
	/* PANE-9 */
	
	.dsply-9 {
	padding: 0 6vw 0 6vw;
    top: 0;
    text-align: left;
    font-size: 10vw;
    line-height: .8;
    letter-spacing: 0;
    color: #fff;
	}
	
	.dsply-cont-9 {
	padding-top: 6vw;
	}
	
	@-moz-document url-prefix() {
		.dsply-cont-9 {
			padding-top: 3vw;
		}
	}
	
	.paneimg-9 {
	background-image: url('../img/TTHC-still001-750.jpg');
	background-color: rgba(255,154,0, 0.7);
	background-blend-mode: multiply;
	}
	
	.tint-9 {
    background: rgba(255,154,0, 0.7);
	}
	
	.ovrly-9 {
	background-image: url('../img/TTHC-still001-750.jpg.jpg');
	background-size: cover;
	background-position: center;
	opacity: 1;
	}
	
	#anim-trig-15 {top: 50%;}
	
	@media (orientation: landscape) {
		#anim-trig-15 {top: 10%;}
	}
	
	.pntext-9 {
	padding-bottom: 5vw;
	top: 0;
	text-align: left;
	color: #000;
	font-size: 9vw;	
	}

	/* PANE ANIM & MEDIA QUERIES */
	
	.ovrly-anim {
	opacity: 0;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
	-webkit-transition-delay: .5s;
	-moz-transition-delay: .5s;
	transition-delay: .5s;
	}
	
	@media (orientation:landscape) {
		.pane-text, .panelast {
			padding-bottom: 1vw;
		}
	}
	
	/* REWARD CREDITS */
	
	.credits-dsply {
	display: inline-block !important;
	line-height: 1;
	padding-bottom: 1vw;
	}
	
	.thnks {
	position: relative;
	width: 88%;
	padding: 0;
	margin: 5vw auto 0;
	}
	
	.thnkstxt {
    padding: 0;
    top: 0;
    text-align: left;
    color: #000;
    font-size: 5vw;
	}
	
	.credits.thnkscredits > span.credittext {
	font-size: 6.5vw;
	}
	
	.rewardcredits {
	position: relative;
	left: 6vw;
    width: 88%;
    padding: 0 0 6vw;
    margin: .5vw 0 0;
    border-bottom: 2px solid #272727;
    text-align: left;
	} 
	
	.rewardcredits-intro {
	position: relative;
	}
	
	.rewardcredits-intro .feattext {
	text-align: left;
	line-height: 16px;
	}
	
	.rewardcredits-sml {
	position: relative;
    padding: 0;
    margin: 1.3vw 0 0;
    text-align: left;
	}
	
	.rewardcredits-sml .credittext {
	font-size: 4vw;
	}

	/* HOSTING MAP LINK */
	
	#hostmap {
    position: relative;
    width: 100%;
    height: 50vh;
    z-index: 20;
	}
	
	#premapcont, #hostmapcont {
    background-size: auto 100%;
    background-position: center;
    background-repeat: no-repeat; 
	height: 100%;
	width: 100%;
	border: none;
	}
	
	#premapcont {
	background-image: url('../img/us-map-grey-2000.png');
	position: absolute;
	left: 0;
	top: 0;
	background-color: #f9f9f9;
	opacity: 1;
	z-index: 10;
	}
	
	#hostmapcont {
	background-image: url('../img/us-map-grey-blue-2000.png');; 
    position: relative;
	background-color: #add2de;
	}
	
	#hostmap-head {
    position: absolute;
    display: block;
    left: 6vw;
    top: 2.5vw;
    width: 88vw;
    font-size: 12vh;
    line-height: .8;
    padding-top: .2vh;
    padding-bottom: 4vh;
    border-bottom: 1px dashed #272727;
	}
	
	#hostmap-subhead {
    position: absolute;
    display: block;
    right: 6vw;
    top: 2.5vw;
    line-height: 1;
    padding-top: 40vh;
	}
	
	#premapcont:hover {
	cursor: url(../img/cursor-pin.svg), auto;
	}
	
	.hostmap-anim {
	opacity: 0 !important;
	-webkit-transition: 1000ms;
	-moz-transition: 1000ms;
	transition: 1000ms;
	}
	
	#anim-trig-18 {top: 50%;}
	
	.stripe-lwrqte {
	background-image: url('../img/stripededge_add2de_seg.svg');
	z-index: 20;
	}
	
	@media (orientation: portrait) {
		#premapcont, #hostmapcont {
			background-size: 100% auto;
		}
		#hostmap-head {
			top: auto;
			bottom: 4vw;
			font-size: 8vh;
			padding-bottom: 8.5vh;
		}
		#hostmap-subhead {
			top: auto;
			bottom: 2.5vw;
			padding-top: auto;
			padding-bottom: 2vh;
		}
	}
	
	/* SOCIAL MEDIA LINKS */

		.soclinkwrapperfeat {
		position: relative;
		width: 100px;
		height: 20px;
		display: inline-block;
		margin: 15px 0px 0px 20px;
		font-size: 0;
		clear: both;
		float: left;
		}
		
		.soclinkwrappernews {
		position: absolute;
		left: 30px;
		top: 10px;
		width: 100px;
		height: 20px;
		display: block;
		font-size: 0;
		}
	
		
		.fb, .twtr, .mail, .inst {
		background-size: 20px 20px;
		background-position: center;
		background-repeat: no-repeat;
		position: relative;
		line-height: 0;
		padding: 0;
		width: 20px;
		height: 20px;
		display: inline-block;
		}
		
		.fb {
		background-image: url('../img/facebook_circle_grey.svg');
		margin-left: 0px;
		}
		
		.twtr {
		background-image: url('../img/twitter_circle_grey.svg');
		margin-left: 3px;
		}
		
		/* .inst {
		background-image: url('../img/instagram_circle_grey.svg');
		margin-left: 3px;
		} */ 
		
		.inst {
		background-image: url('../img/instagram_circle_inactive.svg');
		margin-left: 3px;
		}
		
		.mail {
		background-image: url('../img/envelope_grey.svg');
		margin-left: 3px;
		}
		
		.fb:hover {
		background-image: url('../img/facebook_hover_grey.svg');
		webkit-transition: 300ms;
		-moz-transition: 300ms;
		-o-transition: 300ms;
		transition: 300ms;
		}
		
		.twtr:hover {
		background-image: url('../img/twitter_hover_grey.svg');
		webkit-transition: 300ms;
		-moz-transition: 300ms;
		-o-transition: 300ms;
		transition: 300ms;
		}
		
		/* .inst:hover {
		background-image: url('../img/instagram_hover_grey.svg');
		webkit-transition: 300ms;
		-moz-transition: 300ms;
		-o-transition: 300ms;
		transition: 300ms;
		} */
		
		.mail:hover {
		background-image: url('../img/envelope_hover_grey.svg');
		webkit-transition: 300ms;
		-moz-transition: 300ms;
		-o-transition: 300ms;
		transition: 300ms;
		}
		
		@media only screen and (max-width: 400px) {
			.soclinkwrapperfeat {
				margin: 47px 0px 0px 20px;	
			}
		}
		
/* END IMAGE */


		
/* ANIMATIONS */

		@-moz-keyframes fade-pop-1 {
		0%  {opacity: 0; letter-spacing: 500px; text-indent: 500px;}
		30% {opacity: .1; letter-spacing: -2px; text-indent: -2px;}
		59.9% {opacity: .4; letter-spacing: -2px; text-indent: -2px;}
		60% {opacity: 1; letter-spacing: -2px; text-indent: -2px;}
		80% {opacity: 1; letter-spacing: -2px; text-indent: -2px;}
		100% {opacity: 0; letter-spacing: -2px; text-indent: -2px;}
		}

		@-webkit-keyframes fade-pop-1 {
		0%  {opacity: 0; letter-spacing: 500px; text-indent: 500px;}
		30% {opacity: .1; letter-spacing: -2px; text-indent: -2px;}
		59.9% {opacity: .4; letter-spacing: -2px; text-indent: -2px;}
		60% {opacity: 1; letter-spacing: -2px; text-indent: -2px;}
		80% {opacity: 1; letter-spacing: -2px; text-indent: -2px;}
		100% {opacity: 0; letter-spacing: -2px; text-indent: -2px;}
		}

		keyframes fade-pop-1 {
		0%  {opacity: 0; letter-spacing: 500px; text-indent: 500px;}
		30% {opacity: .1; letter-spacing: -2px; text-indent: -2px;}
		59.9% {opacity: .4; letter-spacing: -2px; text-indent: -2px;}
		60% {opacity: 1; letter-spacing: -2px; text-indent: -2px;}
		80% {opacity: 1; letter-spacing: -2px; text-indent: -2px;}
		100% {opacity: 0; letter-spacing: -2px; text-indent: -2px;}
		}
		
		
		@-moz-keyframes fade-pop-2 {
		0%  {opacity: 0; letter-spacing: 500px; text-indent: 500px;}
		30% {opacity: .1; letter-spacing: -2px; text-indent: -2px;}
		59.9% {opacity: .4; letter-spacing: -2px; text-indent: -2px;}
		60% {opacity: 1; letter-spacing: -2px; text-indent: -2px;}
		80% {opacity: 1; letter-spacing: -2px; text-indent: -2px;}
		100% {opacity: 1; letter-spacing: -2px; text-indent: -2px;}
		}

		@-webkit-keyframes fade-pop-2 {
		0%  {opacity: 0; letter-spacing: 500px; text-indent: 500px;}
		30% {opacity: .1; letter-spacing: -2px; text-indent: -2px;}
		59.9% {opacity: .4; letter-spacing: -2px; text-indent: -2px;}
		60% {opacity: 1; letter-spacing: -2px; text-indent: -2px;}
		80% {opacity: 1; letter-spacing: -2px; text-indent: -2px;}
		100% {opacity: 1; letter-spacing: -2px; text-indent: -2px;}
		}

		keyframes fade-pop-2 {
		0%  {opacity: 0; letter-spacing: 500px; text-indent: 500px;}
		30% {opacity: .1; letter-spacing: -2px; text-indent: -2px;}
		59.9% {opacity: .4; letter-spacing: -2px; text-indent: -2px;}
		60% {opacity: 1; letter-spacing: -2px; text-indent: -2px;}
		80% {opacity: 1; letter-spacing: -2px; text-indent: -2px;}
		100% {opacity: 1; letter-spacing: -2px; text-indent: -2px;}
		}
		
		@-moz-keyframes fade-popin {
		0%  {opacity: 0;}
		30% {opacity: .1;}
		59.9% {opacity: .4;}
		60% {opacity: 1;}
		100% {opacity: 1;}
		}

		@-webkit-keyframes fade-popin {
		0%  {opacity: 0;}
		30% {opacity: .1;}
		59.9% {opacity: .4;}
		60% {opacity: 1;}
		100% {opacity: 1;}
		}

		keyframes fade-popin {
		0%  {opacity: 0;}
		30% {opacity: .1;}
		59.9% {opacity: .4;}
		60% {opacity: 1;}
		100% {opacity: 1;}
		}
		
		@-moz-keyframes flashinout {
		0%  {opacity: 0;}
		1% {opacity: 1;}
		99% {opacity: 1;}
		100% {opacity: 0;}
		}

		@-webkit-keyframes flashinout {
		0%  {opacity: 0;}
		1% {opacity: 1;}
		99% {opacity: 1;}
		100% {opacity: 0;}
		}
		
		keyframes flashinout {
		0%  {opacity: 0;}
		1% {opacity: 1;}
		99% {opacity: 1;}
		100% {opacity: 0;}
		}
		
		
		@-moz-keyframes fade-slow {
		0%  {opacity: 0;}
		30% {opacity: 1;}
		60% {opacity: 1;}
		100% {opacity: 0;}
		}

		@-webkit-keyframes fade-slow {
		0%  {opacity: 0;}
		30% {opacity: 1;}
		60% {opacity: 1;}
		100% {opacity: 0;}
		}
		
		keyframes fade-slow {
		0%  {opacity: 0;}
		30% {opacity: 1;}
		60% {opacity: 1;}
		100% {opacity: 0;}
		}
		
		
		@-moz-keyframes titleup {
		0%   {top: 50%;}
		100% {top: -100%;}
		}

		@-webkit-keyframes titleup {
		0%   {top: 50%;}
		100% {top: -100%;}
		}

		keyframes titleup {
		0%   {top: 50%;}
		100% {top: -100%;}
		}
		
		@-moz-keyframes bylineup {
		0%   {top: 0;}
		100% {top: -100%;}
		}

		@-webkit-keyframes bylineup {
		0%   {top: 0;}
		100% {top: -100%;}
		}

		keyframes bylineup {
		0%   {top: 0;}
		100% {top: -100%;}
		}
		
		@-moz-keyframes fnlttlup {
		0%   {bottom: -100%;}
		100% {bottom: 0;}
		}

		@-webkit-keyframes fnlttlup {
		0%   {bottom: -100%;}
		100% {bottom: 0;}
		}

		keyframes fnlttlup {
		0%   {bottom: -100%;}
		100% {bottom: 0;}
		}
		
		@-moz-keyframes imgdown {
		0%   {background-position: center top;}
		100% {background-position: center 75px;}
		}

		@-webkit-keyframes imgdown {
		0%   {background-position: center top;}
		100% {background-position: center 75px;}
		}

		keyframes imgdown {
		0%   {background-position: center top;}
		100% {background-position: center 75px;}
		}
		
		@-moz-keyframes fadein {
		0%   {opacity: 0;}
		100% {opacity: 1;}
		}

		@-webkit-keyframes fadein {
		0%   {opacity: 0;}
		100% {opacity: 1;}
		}

		keyframes fadein {
		0%   {opacity: 0;}
		100% {opacity: 1;}
		}
		
		@-moz-keyframes pgttldropdown {
		0%   {top: -80px;}
		100% {top: 4px;}
		}

		@-webkit-keyframes pgttldropdown {
		0%   {top: -80px;}
		100% {top: 4px;}
		}

		keyframes pgttldropdown {
		0%   {top: -80px;}
		100% {top: 4px;}
		}
		