/*  -----------------------------------------------------------  */
/* Because standard web fonts suck */
/*  -----------------------------------------------------------  */
@import url(http://fonts.googleapis.com/css?family=Gentium+Book+Basic);



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




/*  -----------------------------------------------------------  */
/*  SETTING THE STANDARDS  */
/*  -----------------------------------------------------------  */
body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: none;
	background-color: #000;
	font: normal 15px/18px 'Gentium Book Basic', 'Didot', Times, serif;
	text-rendering: optimizeLegibility;
  overflow: hidden;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

p, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

a {
	color: #000;
	text-decoration: none;
	border: none;
	outline: 0 none;
}

img {
	border: none;
	outline: 0 none;
}




/*  -----------------------------------------------------------  */
/*  SUPER WRAPPER  */
/*  -----------------------------------------------------------  */
#super-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}



/*  -----------------------------------------------------------  */
/*  PRE-LOADER  */
/*  -----------------------------------------------------------  */
#loader {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  overflow: hidden;
  z-index: 666;
}

.loader-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 51px;
  height: 51px;
  margin: -26px 0 0 -26px;
  background-color: #fff;
  overflow: hidden;
  z-index: 4;
  
  -webkit-border-radius: 26px;
  -moz-border-radius: 26px;
  -o-border-radius: 26px;
  border-radius: 26px;
}

.loader-icon .loader-img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px !important;
  height: 16px !important;
  margin: -8px 0 0 -8px;
  overflow: hidden;
}

#loader .loader-icon .loader-img {
  width: 32px !important;
  height: 32px !important;
  margin: -16px 0 0 -16px;
}




/*  -----------------------------------------------------------  */
/*  CONTROLS TAB  */
/*  -----------------------------------------------------------  */
#controls-tab {
  position: absolute;
  bottom: -50px;
  left: 0;
  width: 520px;
  height: 50px;
  background-color: #fff;
  z-index: 7;
  
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topright: 10px;
  -o-border-radius-topright: 10px;
  border-top-right-radius: 10px;
}

#controls-tab.mobile {
	bottom: -100px;
	width: 100%;
	height: 100px;
	overflow: hidden;
	
	-webkit-border-top-right-radius: 0px;
  -moz-border-radius-topright: 0px;
  -o-border-radius-topright: 0px;
  border-top-right-radius: 0px;
}

#controls-tab ul {
  float: left;
  display: block;
}

#controls-tab ul li {
  float: left;
  width: 60px;
  height: 50px;
  line-height: 50px;
  background-color: #fff;
  border-right: 1px solid #ccc;
  cursor: pointer;
  display: block;
}

#controls-tab ul li:last-child {
  border-right: none;
  
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topright: 10px;
  -o-border-radius-topright: 10px;
  border-top-right-radius: 10px;
}

#controls-tab.mobile ul li {
	position: absolute;
	left: 0;
	top: 0;
	width: 120px;
	height: 100%;
	font-size: 28px;
	line-height: 100px;
	float: none;
}

#controls-tab #drawer-closed {
  background: url('http://c345286.r86.cf1.rackcdn.com/nav-sprite.gif') no-repeat 0px -50px;
}

#controls-tab.mobile #drawer-closed {
	background: url('http://c345286.r86.cf1.rackcdn.com/nav-sprite-mobile.gif') no-repeat 0px -100px;
}

#controls-tab #chapter-title {
  position: relative;
  width: 315px;
  padding-left: 22px;
}

#controls-tab.mobile #chapter-title {
	position: absolute;
	left: 121px;
	right: 241px;
	width: auto;
}

#controls-tab #chapter-title #counter {
  position: absolute;
  right: 15px;
  top: 0;
  height: 50px;
  color: #999;
}

#controls-tab.mobile #chapter-title #counter {
	right: 30px;
	height: 100px;
}

#controls-tab .nav-arrow span {
  width: 100%;
  height: 100%;
  background: url('http://c345286.r86.cf1.rackcdn.com/nav-sprite.gif') no-repeat 0px -150px;
  overflow: hidden;
  cursor: pointer;
  display: block;
  opacity: 1;
  
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

#controls-tab #prev-arrow span {
  background-position: 0px -100px;
}

#controls-tab.mobile #prev-arrow {
	left: auto;
	right: 120px;
}

#controls-tab.mobile #prev-arrow span {
	background: url('http://c345286.r86.cf1.rackcdn.com/nav-sprite-mobile.gif') no-repeat 0px -200px;
}

#controls-tab.mobile #next-arrow {
	left: auto;
	right: 0;
}

#controls-tab.mobile #next-arrow span {
	background: url('http://c345286.r86.cf1.rackcdn.com/nav-sprite-mobile.gif') no-repeat 0px -300px;
}

#controls-tab .disabled span {
  cursor: default;
  opacity: 0.27;
}

#continue-tip {
  position: absolute;
  top: -46px;
  left: 490px;
  width: 164px;
  height: 28px;
  margin-left: -82px;
  text-align: center;
  line-height: 28px;
  text-transform: uppercase;
  background-color: #fff;
  cursor: default;
  display: none;
  
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  -o-border-radius: 13px;
  border-radius: 13px;
  
  -webkit-transition: top 0.3s ease-in-out;
  -moz-transition: top 0.3s ease-in-out;
  -o-transition: top 0.3s ease-in-out;
  transition: top 0.3s ease-in-out;
}

#continue-tip:after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 50%;
  margin-left: -4px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #fff;
}

#continue-tip.show-continue {
  top: -36px;
}




/*  -----------------------------------------------------------  */
/*  FAKE BORDERS  */
/*  -----------------------------------------------------------  */
.fake-border {
  position: absolute;
  left: 0;
  width: 100%;
  height: 10px;
  background-color: #fff;
  z-index: 6;
}

.top-border {
  top: 0;
}

.bottom-border {
  bottom: 0;
}

.mobile-device .top-border {
	display: none;
}



/*  -----------------------------------------------------------  */
/*  NAV BAR  */
/*  -----------------------------------------------------------  */
#top-drawer {
  position: absolute;
  top: -50px;
  left: 10px;
  right: 10px;
  height: 50px;
  background-color: #000;
  z-index: 5;
}

.mobile-device #top-drawer {
	display: none;
}

#home-btn {
	float: left;
}

#home-btn a {
	height: 50px;
  padding: 0 20px 0 100px;
	color: #fff;
	font-size: 16px;
	line-height: 50px;
  border-right: 1px solid #333;
  background: url('http://c345286.r86.cf1.rackcdn.com/nav-sprite.gif') no-repeat 0px -250px;
  cursor: pointer;
  display: block;
}

#wkkf-tab {
  position: absolute;
  top: 0;
  right: 0;
  width: 85px;
  height: 50px;
  overflow: hidden;
  background: url('http://c345286.r86.cf1.rackcdn.com/nav-sprite.gif') no-repeat 0px -300px;
  cursor: pointer;
}




/*  -----------------------------------------------------------  */
/*  NAV BAR  */
/*  -----------------------------------------------------------  */
#bottom-drawer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0px;
  overflow: hidden;
  z-index: 5;
}

#bottom-drawer.mobile {
	top: 100%;
	height: auto;
	background-color: #fff;
}

#themes-wrap {
  position: relative;
  height: 50px;
  width: 100%;
  display: block;
}

#bottom-drawer.mobile #themes-wrap {
	position: absolute;
	top: 0;
	left: 0;
	height: 100px;
	background-color: #000;
}

#themes-wrap ul {
  float: left;
  display: block;
}

#bottom-drawer.mobile #themes-wrap #left-tabs {
  float: left;
}

#bottom-drawer.mobile #themes-wrap #left-tabs li {
	background-color: #fff;
}

#bottom-drawer.mobile #themes-wrap #right-tabs {
	float: right;
	margin-right: 120px;
}

#themes-wrap ul li {
  position: relative;
  float: left;
  height: 50px;
  color: #fff;
  background-color: #000;
  border-right: 1px solid #333;
  cursor: pointer;
  display: block;
}

#bottom-drawer.mobile #themes-wrap #right-tabs li {
	border-right: none;
	border-left: 1px solid #333;
}

#themes-wrap ul li:last-child {
  border-right: none;
  
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topright: 10px;
  -o-border-radius-topright: 10px;
  border-top-right-radius: 10px;
}

#bottom-drawer.mobile #themes-wrap ul li:last-child {
	-webkit-border-top-right-radius: 0px;
  -moz-border-radius-topright: 0px;
  -o-border-radius-topright: 0px;
  border-top-right-radius: 0px;
}

#themes-wrap ul #drawer-opened {
  width: 60px;
  border-right: 1px solid #ccc;
  background: #fff url('http://c345286.r86.cf1.rackcdn.com/nav-sprite.gif') no-repeat;
  
  -webkit-box-shadow: inset 0px -1px 0px #ccc;
  -moz-box-shadow: inset 0px -1px 0px #ccc;
  -o-box-shadow: inset 0px -1px 0px #ccc;
  box-shadow: inset 0px -1px 0px #ccc;
}

#bottom-drawer.mobile #themes-wrap ul #drawer-opened {
  width: 120px;
  background: #fff url('http://c345286.r86.cf1.rackcdn.com/nav-sprite-mobile.gif') no-repeat;
}

#themes-wrap ul .active-theme {
  background-color: #fff;
  color: #000;
}

#themes-wrap ul li span {
  height: 50px;
  padding: 0 20px 0 45px;
  line-height: 50px;
  background: url('http://c345286.r86.cf1.rackcdn.com/tabs-sprite.png') no-repeat;
  display: block;
}

#bottom-drawer.mobile #themes-wrap ul li {
	width: 120px;
	height: 100px;
	padding: 0;
}

#bottom-drawer.mobile #themes-wrap ul li span {
	width: 120px;
	height: 100px;
	padding: 0;
	background: url('http://c345286.r86.cf1.rackcdn.com/tabs-sprite-mobile.png') no-repeat;
}

#themes-wrap ul #theme-housing span {
  background-position: 0px -250px;
}
#themes-wrap ul #theme-housing.active-theme span {
  background-position: 0px 0px;
}
#bottom-drawer.mobile #themes-wrap ul #theme-housing span {
  background-position: 0px -600px;
}
#bottom-drawer.mobile #themes-wrap ul #theme-housing.active-theme span {
  background-position: 0px -100px;
}


#themes-wrap ul #theme-community span {
  background-position: 0px -300px;
}
#themes-wrap ul #theme-community.active-theme span {
  background-position: 0px -50px;
}
#bottom-drawer.mobile #themes-wrap ul #theme-community span {
  background-position: 0px -700px;
}
#bottom-drawer.mobile #themes-wrap ul #theme-community.active-theme span {
  background-position: 0px -200px;
}

#themes-wrap ul #theme-culture span {
  background-position: 0px -350px;
}
#themes-wrap ul #theme-culture.active-theme span {
  background-position: 0px -100px;
}
#bottom-drawer.mobile #themes-wrap ul #theme-culture span {
  background-position: 0px -800px;
}
#bottom-drawer.mobile #themes-wrap ul #theme-culture.active-theme span {
  background-position: 0px -300px;
}

#themes-wrap ul #theme-revitalization span {
  background-position: 0px -400px;
}
#themes-wrap ul #theme-revitalization.active-theme span {
  background-position: 0px -150px;
}
#bottom-drawer.mobile #themes-wrap ul #theme-revitalization span {
  background-position: 0px -900px;
}
#bottom-drawer.mobile #themes-wrap ul #theme-revitalization.active-theme span {
  background-position: 0px -400px;
}

#themes-wrap ul #theme-history span {
  background-position: 0px -450px;
}
#themes-wrap ul #theme-history.active-theme span {
  background-position: 0px -200px;
}
#bottom-drawer.mobile #themes-wrap ul #theme-history span {
  background-position: 0px -500px;
}
#bottom-drawer.mobile #themes-wrap ul #theme-history.active-theme span {
  background-position: 0px 0px;
}

#themes-wrap ul li:hover span, #themes-wrap ul .active-theme span {
  opacity: 1;
}

#bottom-drawer.mobile #wkkf-tab {
	width: 120px;
	height: 100px;
	background: #f8981d url('http://c345286.r86.cf1.rackcdn.com/nav-sprite-mobile.gif') no-repeat 0px -400px;
}

#nav-stories-wrap {
  position: relative;
  width: 100%;
  height: 185px;
  background-color: #fff;
  display: block;
}

#bottom-drawer.mobile #nav-stories-wrap {
	position: absolute;
	top: 100px;
	left: 0;
	width: 100%;
	height: auto;
}

#stories-slider {
  position: absolute;
  top: 0;
  left: 5px;
  right: 5px;
  height: 100%;
}

#bottom-drawer.mobile #stories-slider {
  left: 0;
  right: 0;
}

.story-block {
  position: relative;
  float: left;
  width: 20%;
  height: 165px;
  margin: 10px 0;
  cursor: pointer;
}

#bottom-drawer.mobile .story-block {
  width: 100%;
  height: 80px;
	border-bottom: 1px solid #ccc;
  margin: 0;
	display: block;
}

.story-block .story-block-img {
  position: absolute;
  top: 0;
  right: 5px;
  bottom: 0;
  left: 5px;
  overflow: hidden;
  display: block;
  
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  
  -webkit-box-shadow: inset 0px 0px 0px 0px #000;
  -moz-box-shadow: inset 0px 0px 0px 0px #000;
  -o-box-shadow: inset 0px 0px 0px 0px #000;
  box-shadow: inset 0px 0px 0px 0px #000;
  
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.empty-block {
  cursor: default;
}

.empty-block .story-block-img {
  background-color: #eee;
}

.story-block .story-block-img .story-block-screen {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: rgba(0,0,0,0.4);
  overflow: hidden;
  z-index: 1;
  opacity: 0;
  display: table;
  
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

.story-block-screen h1 {
  padding: 0 20px;
  font-size: 24px;
  line-height: 24px;
  color: #fff;
  text-transform: uppercase;
  vertical-align: middle;
  display: table-cell;
  
  -webkit-font-smoothing: antialiased;
  text-shadow: 0px 0px 5px rgba(0,0,0,0.66);
}

#bottom-drawer.mobile .story-block span {
	margin: 0 30px;
	color: #000;
  height: 80px;
	line-height: 80px;
	font-size: 28px;
}

.active-story {
  cursor: default;
}

#bottom-drawer.mobile .active-story {
	background-color: #000;
}

#bottom-drawer.mobile .active-story span {
	color: #fff;
}

.active-story .story-block-img {
  -webkit-box-shadow: inset 0px 0px 0px 10px #000;
  -moz-box-shadow: inset 0px 0px 0px 10px #000;
  -o-box-shadow: inset 0px 0px 0px 10px #000;
  box-shadow: inset 0px 0px 0px 10px #000;
}

.loading-story .story-block-img {
  opacity: 0.8;
}

.loading-story .story-block-img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000 url('images/icons/story-loader.gif') no-repeat center center;
  z-index: 10;
  opacity: 0.9;
}

#bottom-drawer.mobile .loading-story:after {
	content: '';
	position: absolute;
	top: 0;
	right: 30px;
	width: 32px;
	height: 80px;
	background: #000 url('images/icons/story-loader.gif') no-repeat right center;
}

.story-block .story-block-img:hover .story-block-screen, .active-story .story-block-img .story-block-screen {
  opacity: 1;
}




/*  -----------------------------------------------------------  */
/*  VOLUME BTN  */
/*  -----------------------------------------------------------  */
#volume-btn {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 51px;
  height: 40px;
  background: url('http://c345286.r86.cf1.rackcdn.com/controls-sprite.png') no-repeat 0px -56px;
  overflow: hidden;
  cursor: pointer;
  z-index: 4;
  display: none;
}

#volume-btn.mute {
  background-position: -51px -56px;
}




/*  -----------------------------------------------------------  */
/*  SPLASH / UNLOCK */
/*  -----------------------------------------------------------  */
#splash {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 10px solid #fff;
  background-color: #000;
  overflow: hidden;
  z-index: 3;
  opacity: 1;
  display: none;
  
  -webkit-transition: opacity 666ms ease-out;
  -moz-transition: opacity 666ms ease-out;
  -o-transition: opacity 666ms ease-out;
  transition: opacity 666ms ease-out;
}

#splash.splash-opacity {
  opacity: 0;
}

#circle-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 526px;
  height: 526px;
  margin: -263px 0 0 -263px;
  background: rgba(14,10,8,0.85);
  overflow: hidden;
  z-index: 1;
  display: none;
  
  -webkit-border-radius: 263px;
  -moz-border-radius: 263px;
  -o-border-radius: 263px;
  border-radius: 263px;
}

.circle-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('http://c345290.r90.cf1.rackcdn.com/circle-scratch.png') no-repeat 50% 50%;
  overflow: hidden;

	-webkit-font-smoothing: antialiased;
}

.circle-inner h1 {
  width: 320px;
  height: 135px;
  margin: 50px auto 20px;
  background: url('http://c345290.r90.cf1.rackcdn.com/circle-title.png') no-repeat center center;
  text-indent: -9999em;
  overflow: hidden;
}

.sub-title {
  position: relative;
  width: 320px;
  height: 20px;
  margin: 0 auto 15px;
  text-align: center;
  overflow: hidden;
  display: block;
}

.sub-text {
  position: relative;
  text-transform: uppercase;
  padding: 0 7px;
  font-size: 15px;
  line-height: 20px;
  color: #fff;
  display: inline-block;
}

.sub-text:before, .sub-text:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -180px;
  width: 180px;
  height: 1px;
  margin-top: -1px;
  background-color: #fff;
}

.sub-text:after {
  right: -180px;
  left: auto;
}

.circle-inner p {
  width: 320px;
  margin: 0 auto 25px;
  font-size: 15px;
  line-height: 20px;
  color: #fff;
  text-align: justify;
}

#slider-wrap {
  position: relative;
  width: 145px;
  height: 41px;
  margin: 0 auto;
  padding: 0 21px 0 20px;
  background: url('http://c345290.r90.cf1.rackcdn.com/enddot.png') no-repeat right center;
  display: block;
}

#slider {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 41px;
  overflow: hidden;
}

#dragger {
  position: relative;
  width: 41px;
  height: 41px;
  left: 0;
  margin-left: 0;
  background: url('http://c345290.r90.cf1.rackcdn.com/dragger.png') no-repeat;
  cursor: pointer;
}

#dragger:before, #dragger:after {
    content: "";
    position: absolute;
    top: 50%;
    left: -180px;
    width: 180px;
    height: 0;
    border-bottom: 1px dashed #fff;
    opacity: 0.8;
}

#dragger:after {
    right: -180px;
    left: auto;
}

#dragger-tip {
  position: absolute;
  top: 51px;
  left: 0;
  width: 120px;
  height: 26px;
  margin-left: -39px;
  text-align: center;
  line-height: 26px;
  background-color: #fff;
  cursor: default;
  
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  -o-border-radius: 13px;
  border-radius: 13px;
}

#dragger-tip:after {
  content: "";
  position: absolute;
  top: -4px;
  left: 50%;
  margin-left: -4px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid #fff;
}

.transition {
  -webkit-transition: left 0.2s ease-out;
  -moz-transition: left 0.2s ease-out;
  -o-transition: left 0.2s ease-out;
  transition: left 0.2s ease-out;
}

.opacity {
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}

/* SPLASH SEQUENCE */
#sequence {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#sequence li {
  display: none;
}

#sequence li:first-child {
  display: block;
}




/*  -----------------------------------------------------------  */
/*  INTRO INTERSTITIAL  */
/*  -----------------------------------------------------------  */
#intro-interstitial {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}




/*  -----------------------------------------------------------  */
/*  PROMPT MESSAGES  */
/*  -----------------------------------------------------------  */
#dim-message, #loading-shim {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  background-color: rgba(51,51,51,0.66);
  overflow: hidden;
  opacity: 0;
  z-index: 2;
  display: none;
}

.prompt {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 51px;
  margin: -26px 0 0;
  text-align: center;
  z-index: 2;
}

.prompt span {
  position: relative;
  padding: 0 94px 0 28px;
  height: 51px;
  line-height: 51px;
  background-color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  display: inline-block;
  
  -webkit-border-radius: 26px;
  -moz-border-radius: 26px;
  -o-border-radius: 26px;
  border-radius: 26px;
}

.prompt span:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 51px;
  height: 51px;
  background: url('http://c345286.r86.cf1.rackcdn.com/controls-sprite.png') no-repeat 0px -204px;
  z-index: 1;
}

#dim-message .prompt {
  margin-top: -113px;
}

/* KEYBOARD NAVIGATION MESSAGE */
.keyboard-text {
  pointer-events: none;
}

.keyboard-text span {
  padding: 0 38px 0 70px;
}

.keyboard-text span:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  width: 70px;
  height: 51px;
  background: url('http://c345286.r86.cf1.rackcdn.com/keyboard.gif') no-repeat center center;
  z-index: 1;
}




/*  -----------------------------------------------------------  */
/*  CHAPTER SLIDES  */
/*  -----------------------------------------------------------  */
#chapter-wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 10px solid #fff;
	overflow: hidden;
	z-index: 1;
}

#chapter-wrap > ul {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 1;
  background: black
}

#chapter-wrap > ul > li {
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #000;
}

#chapter-wrap > ul.default > li {
  left: 0;
}

#chapter-wrap .old-view {
  background-color: red;
}




/*  -----------------------------------------------------------  */
/*  HTML5 VIDEO PLAYER CONTROLS */
/*  -----------------------------------------------------------  */
.video-play-pause {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 51px;
  height: 51px;
  margin: -26px 0 0 -26px;
  background: url('http://c345286.r86.cf1.rackcdn.com/controls-sprite.png') no-repeat 0px -153px;
  cursor: pointer;
  opacity: 1;
  z-index: 3;
  
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.paused {
  background-position: -51px -153px;
}

.replay {
  background-position: 0px -255px;
}

.buffering {
  background: #f00;
}

.hide-play-pause {
  opacity: 0;
  cursor: default;
}

.close-x {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 51px;
  height: 51px;
  background: url('http://c345286.r86.cf1.rackcdn.com/controls-sprite.png') no-repeat;
  cursor: pointer;
  opacity: 0;
  z-index: 2;
  
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}




/*  -----------------------------------------------------------  */
/*  FULL SCREEN MEDIA  */
/*  -----------------------------------------------------------  */
.fs {
  width: 100%;
  height: 100%;
}

.fs-media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
	overflow: hidden;
}

.bg-media, .fs-media img {
  width: 100%;
  height: 100%;
}




/*  -----------------------------------------------------------  */
/*  MODAL CALL-OUTS */
/*  -----------------------------------------------------------  */
.call-outs-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}

.call-out-range {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 254px;
  height: 204px;
  margin: -102px 0 0 -127px;
  z-index: 1;
}

.call-out-one-two {
  left: 30%;
}
.call-out-two-two {
  left: 70%;
}

.call-out-one-third {
  left: 15%;
}
.call-out-two-third {
  left: 50%;
}
.call-out-three-third {
  left: 85%;
}

.call-out-one-fourth {
  left: 15%;
}
.call-out-two-fourth {
  left: 37.5%;
}
.call-out-three-fourth {
  left: 62.5%;
}
.call-out-four-fourth {
  left: 85%;
}

.call-out-range .call-out-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 51px;
  height: 51px;
  margin: -26px 0 0 -26px;
  background: url('http://c345286.r86.cf1.rackcdn.com/controls-sprite.png') no-repeat -51px 0px;
  overflow: hidden;
  cursor: pointer;
  opacity: 1;
  display: block;
  
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

.call-out-range .call-out-dim {
	opacity: 0.5;
}

.call-out-tip {
  position: absolute;
  bottom: 43px;
  left: 0;
  width: 100%;
  height: 26px;
  line-height: 26px;
  text-align: center;
  opacity: 0;
  display: block;
  
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.call-out-tip span {
  padding: 0 20px;
  background-color: #fff;
/*	white-space: nowrap;*/
  display: inline-block;
  
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  -o-border-radius: 13px;
  border-radius: 13px;
}

.call-out-tip span:after {
  content: "";
  position: absolute;
  top: -4px;
  left: 50%;
  margin-left: -4px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid #fff;
}

.call-out-range:hover .call-out-icon, .call-out-icon:hover + .call-out-tip {
  opacity: 1;
}

.call-out-icon:hover + .call-out-tip {
  bottom: 33px;
}

.modal-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #000;
  z-index: 2;
  display: none;
}

.modal-wrap .close-x {
  opacity: 1;
}

/* MAP TOOLTIP */
#map-call-out-tip {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 26px;
	margin-left: -76px;
  line-height: 26px;
  text-align: center;
  display: block;
}

#map-call-out-tip span {
  padding: 0 20px;
  background-color: #fff;
  display: inline-block;
  
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  -o-border-radius: 13px;
  border-radius: 13px;
}

#map-call-out-tip span:after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 50%;
  margin-left: -4px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #fff;
}




/*  -----------------------------------------------------------  */
/*  MODAL VIDEO */
/*  -----------------------------------------------------------  */
#mv-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 880px;
  height: 496px;
  margin: -258px 0 0 -450px;
  border: 10px solid #fff;
  background-color: #000;
  
  -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
  -o-box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
  box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
}




/*  -----------------------------------------------------------  */
/*  FULL SCREEN GALLERY */
/*  -----------------------------------------------------------  */
#fs-gallery li {
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.fs-arrow {
  position: absolute;
  top: 50%;
  margin: -26px 0 0;
  width: 51px;
  height: 51px;
  background: url('http://c345286.r86.cf1.rackcdn.com/controls-sprite.png') no-repeat -51px -102px;
  overflow: hidden;
  cursor: pointer;
  z-index: 2;
}

#fs-prev {
  left: 20px;
  background-position: 0px -102px;
}

#fs-next {
  right: 20px;
}




/*  -----------------------------------------------------------  */
/*  CAROUSEL */
/*  -----------------------------------------------------------  */
.carousel-gallery {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 394px;
  margin-top: -197px;
  z-index: 1;
  overflow: hidden;
}

.carousel-gallery .media-holder {
  position: absolute;
  top: 50%;
  left: 200%;
  width: 450px;
  height: 254px;
  margin: -127px 0 0;
  border: 10px solid #fff;
  background-color: #000;
  cursor: pointer;
  
  -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
  -o-box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
  box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
}

.carousel-gallery .media-holder img {
  width: 100%;
  height: 100%;
}




/*  -----------------------------------------------------------  */
/*  SPLIT SLIDESHOW */
/*  -----------------------------------------------------------  */
.split-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  overflow: hidden;
}

#split-right {
  left: 50%;
}

.split-wrap li {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
}

/* CAROL */
#carol-bebelle .split-wrap #left-1 {
  background: url('http://c344646.r46.cf1.rackcdn.com/split-left-1.jpg') no-repeat center center;
}
#carol-bebelle .split-wrap #right-1 {
  background: url('http://c344646.r46.cf1.rackcdn.com/split-texture.jpg') no-repeat center center;
}
#carol-bebelle .split-wrap #left-2 {
  background: url('http://c344646.r46.cf1.rackcdn.com/split-texture.jpg') no-repeat center center;
}
#carol-bebelle .split-wrap #right-2 {
  background: url('http://c344646.r46.cf1.rackcdn.com/split-right-2.jpg') no-repeat center center;
}
#carol-bebelle .split-wrap #left-3 {
  background: url('http://c344646.r46.cf1.rackcdn.com/split-left-3.jpg') no-repeat center center;
}
#carol-bebelle .split-wrap #right-3 {
  background: url('http://c344646.r46.cf1.rackcdn.com/split-texture.jpg') no-repeat center center;
}

/* PHYLLIS */
#phyllis-cassidy .split-wrap #left-1 {
  background: url('http://c345302.r2.cf1.rackcdn.com/split-left-1.jpg') no-repeat center center;
}
#phyllis-cassidy .split-wrap #right-1 {
  background: url('http://c345302.r2.cf1.rackcdn.com/split-texture.jpg') no-repeat center center;
}
#phyllis-cassidy .split-wrap #left-2 {
  background: url('http://c345302.r2.cf1.rackcdn.com/split-texture.jpg') no-repeat center center;
}
#phyllis-cassidy .split-wrap #right-2 {
  background: url('http://c345302.r2.cf1.rackcdn.com/split-right-2.jpg') no-repeat center center;
}
#phyllis-cassidy .split-wrap #left-3 {
  background: url('http://c345302.r2.cf1.rackcdn.com/split-left-3.jpg') no-repeat center center;
}
#phyllis-cassidy .split-wrap #right-3 {
  background: url('http://c345302.r2.cf1.rackcdn.com/split-texture.jpg') no-repeat center center;
}

/* RYAN */
#ryan-dalton .split-wrap #left-1 {
  background: url('http://c345306.r6.cf1.rackcdn.com/split-texture.jpg') no-repeat center center;
}
#ryan-dalton .split-wrap #right-1 {
  background: url('http://c345306.r6.cf1.rackcdn.com/split-right-1.jpg') no-repeat center center;
}
#ryan-dalton .split-wrap #left-2 {
  background: url('http://c345306.r6.cf1.rackcdn.com/split-left-2.jpg') no-repeat center center;
}
#ryan-dalton .split-wrap #right-2 {
  background: url('http://c345306.r6.cf1.rackcdn.com/split-texture.jpg') no-repeat center center;
}
#ryan-dalton .split-wrap #left-3 {
  background: url('http://c345306.r6.cf1.rackcdn.com/split-texture.jpg') no-repeat center center;
}
#ryan-dalton .split-wrap #right-3 {
  background: url('http://c345306.r6.cf1.rackcdn.com/split-right-3.jpg') no-repeat center center;
}
#ryan-dalton .split-wrap #left-4 {
  background: url('http://c345306.r6.cf1.rackcdn.com/split-left-4.jpg') no-repeat center center;
}
#ryan-dalton .split-wrap #right-4 {
  background: url('http://c345306.r6.cf1.rackcdn.com/split-texture.jpg') no-repeat center center;
}
#ryan-dalton .split-wrap #left-5 {
  background: url('http://c345306.r6.cf1.rackcdn.com/split-texture.jpg') no-repeat center center;
}
#ryan-dalton .split-wrap #right-5 {
  background: url('http://c345306.r6.cf1.rackcdn.com/split-right-5.jpg') no-repeat center center;
}

/* HISTORY */
#history .split-wrap #left-1 {
  background: url('http://c345285.r85.cf1.rackcdn.com/split-left-1.jpg') no-repeat center center;
}
#history .split-wrap #right-1 {
  background: url('http://c345285.r85.cf1.rackcdn.com/split-particles.jpg') no-repeat center center;
}
#history .split-wrap #left-2 {
  background: url('http://c345285.r85.cf1.rackcdn.com/split-particles.jpg') no-repeat center center;
}
#history .split-wrap #right-2 {
  background: url('http://c345285.r85.cf1.rackcdn.com/split-right-2.jpg') no-repeat center center;
}
#history .split-wrap #left-3 {
  background: url('http://c345285.r85.cf1.rackcdn.com/split-left-3.jpg') no-repeat center center;
}
#history .split-wrap #right-3 {
  background: url('http://c345285.r85.cf1.rackcdn.com/split-particles.jpg') no-repeat center center;
}
#history .split-wrap #left-4 {
  background: url('http://c345285.r85.cf1.rackcdn.com/split-particles.jpg') no-repeat center center;
}
#history .split-wrap #right-4 {
  background: url('http://c345285.r85.cf1.rackcdn.com/split-right-4.jpg') no-repeat center center;
}

/* ERNEST */
#ernest-sullivan .split-wrap #left-1 {
  background: url('http://c345281.r81.cf1.rackcdn.com/split-left-1.jpg') no-repeat center center;
}
#ernest-sullivan .split-wrap #right-1 {
  background: url('http://c345281.r81.cf1.rackcdn.com/split-texture.jpg') no-repeat center center;
}
#ernest-sullivan .split-wrap #left-2 {
  background: url('http://c345281.r81.cf1.rackcdn.com/split-texture.jpg') no-repeat center center;
}
#ernest-sullivan .split-wrap #right-2 {
  background: url('http://c345281.r81.cf1.rackcdn.com/split-right-2.jpg') no-repeat center center;
}
#ernest-sullivan .split-wrap #left-3 {
  background: url('http://c345281.r81.cf1.rackcdn.com/split-left-3.jpg') no-repeat center center;
}
#ernest-sullivan .split-wrap #right-3 {
  background: url('http://c345281.r81.cf1.rackcdn.com/split-texture.jpg') no-repeat center center;
}
#ernest-sullivan .split-wrap #left-4 {
  background: url('http://c345281.r81.cf1.rackcdn.com/split-texture.jpg') no-repeat center center;
}
#ernest-sullivan .split-wrap #right-4 {
  background: url('http://c345281.r81.cf1.rackcdn.com/split-right-4.jpg') no-repeat center center;
}
#ernest-sullivan .split-wrap #left-5 {
  background: url('http://c345281.r81.cf1.rackcdn.com/split-left-5.jpg') no-repeat center center;
}
#ernest-sullivan .split-wrap #right-5 {
  background: url('http://c345281.r81.cf1.rackcdn.com/split-texture.jpg') no-repeat center center;
}


/*  -----------------------------------------------------------  */
/*  SPLIT ARTICLE */
/*  -----------------------------------------------------------  */
.split-article {
  position: absolute;
  top: 0;
  left: 50%;
  width: 50%;
  height: 100%;
  overflow: auto;
}

.article-image {
  left: 0;
  overflow: hidden;
  
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
}

#history .article-image {
  background: url('http://c345285.r85.cf1.rackcdn.com/article-1.jpg') no-repeat center center;
}

#charles-cutno .article-image {
  background: url('http://c344647.r47.cf1.rackcdn.com/charles-profile.jpg') no-repeat center center;
}

#charles-cutno #article-modal-2 .article-image {
  background: url('http://c344647.r47.cf1.rackcdn.com/article-1.jpg') no-repeat center center;
}

#una-anderson .article-image {
  background: url('http://c345310.r10.cf1.rackcdn.com/una-profile.jpg') no-repeat center center;
}

#una-anderson #article-modal-2 .article-image {
  background: url('http://c345310.r10.cf1.rackcdn.com/article-1.jpg') no-repeat center center;
}

#courtney-cousan .article-image {
  background: url('http://c345274.r74.cf1.rackcdn.com/courtney-profile.jpg') no-repeat center center;
}

#dorian-hastings .article-image {
  background: url('http://c345280.r80.cf1.rackcdn.com/dorian-profile.jpg') no-repeat center center;
}

#dorian-hastings #article-modal-2 .article-image {
  background: url('http://c345280.r80.cf1.rackcdn.com/article-1.jpg') no-repeat center center;
}

#cornelius-maneaux .article-image {
  background: url('http://c344649.r49.cf1.rackcdn.com/cornelius-profile.jpg') no-repeat center center;
}

#commander-bardy .article-image {
  background: url('http://c344648.r48.cf1.rackcdn.com/article-1.jpg') no-repeat center center;
}

#commander-bardy #article-modal-2 .article-image {
  background: url('http://c344648.r48.cf1.rackcdn.com/article-2.jpg') no-repeat center center;
}

#kesha-mckey .article-image {
  background: url('http://c345296.r96.cf1.rackcdn.com/kesha-profile.jpg') no-repeat center center;
}

#carol-bebelle .article-image {
  background: url('http://c344646.r46.cf1.rackcdn.com/carol-profile.jpg') no-repeat center center;
}

#tamara-jackson .article-image {
  background: url('http://c345308.r8.cf1.rackcdn.com/tamara-profile.jpg') no-repeat center center;
}

#tamara-jackson #article-modal-2 .article-image {
  background: url('http://c345308.r8.cf1.rackcdn.com/article-1.jpg') no-repeat center center;
}

#kenneth-jackson .article-image {
  background: url('http://c345292.r92.cf1.rackcdn.com/kenneth-profile.jpg') no-repeat center center;
}

#kenneth-jackson #article-modal-2 .article-image {
  background: url('http://c345292.r92.cf1.rackcdn.com/article-1.jpg') no-repeat center center;
}

#phyllis-cassidy .article-image {
  background: url('http://c345302.r2.cf1.rackcdn.com/phyllis-profile.jpg') no-repeat center center;
}

#ernest-sullivan .article-image {
  background: url('http://c345281.r81.cf1.rackcdn.com/article-1.jpg') no-repeat center center;
}

#brack-may .article-image {
  background: url('http://c344644.r44.cf1.rackcdn.com/brack-profile.jpg') no-repeat center center;
}

#ryan-dalton .article-image {
  background: url('http://c345306.r6.cf1.rackcdn.com/ryan-profile.jpg') no-repeat center center;
}

.split-article article {
  position: relative;
  margin: 60px;
  color: #fff;
  display: block;
  
  -webkit-font-smoothing: antialiased;
}

.mobile-device .split-article article {
	margin: 60px 60px 130px;
}

.split-article article h1 {
  margin: 0 0 50px;
  font: normal 66px/56px 'BlanchCondensedInline', helvetica, sans-serif;
  text-align: center;
  text-transform: lowercase;
}

.split-article article p {
  margin: 0 0 30px;
  font-size: 20px;
  line-height: 28px;
}

.split-article article p:last-child {
  margin: 0;
}

.split-article article p img {
  width: 100%;
  line-height: 0px;
}

.split-article article p a {
  color: #f8981d;
}

.split-article article .bio-name {
	margin: 0 0 10px;
}

.split-article article .bio-title {
	text-align: center;
	margin: 0 0 50px;
}




/*  -----------------------------------------------------------  */
/*  COLLAGE */
/*  -----------------------------------------------------------  */
.collage-bounds {
  position: absolute;
  top: -10px;
  left: -10px;
  bottom: -10px;
  right: -10px;
  overflow: hidden;
}

.collage-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 200%;
  height: 200%;
  overflow: hidden;
}

.collage-row {
  position: relative;
  float: left;
  width: 100%;
  height: 16.66%;
  display: block;
  overflow: hidden;
}

.collage-block {
  position: relative;
  float: left;
  width: 16.66%;
  height: 100%;
  background-color: #000;
  overflow: hidden;
  cursor: pointer;
  opacity: 0.66;
  display: block;
  
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  
  -webkit-transition: opacity 666ms ease-in-out;
  -moz-transition: opacity 666ms ease-in-out;
  -o-transition: opacity 666ms ease-in-out;
  transition: opacity 666ms ease-in-out;
}

.collage-block:first-child .close-x {
  left: 30px;
}

.collage-row:first-child .collage-block .close-x {
  top: 30px;
}

.collage-block:first-child .video-play-pause, .collage-block:first-child .loader-icon {
  margin-left: -21px;
}

.collage-block:last-child .video-play-pause, .collage-block:last-child .loader-icon {
  margin-left: -31px;
}

.x-block {
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 0;
  display: none;
  
  -webkit-transition: opacity 666ms ease-in-out;
  -moz-transition: opacity 666ms ease-in-out;
  -o-transition: opacity 666ms ease-in-out;
  transition: opacity 666ms ease-in-out;
}

.vid-block .x-block {
  width: 51px;
  height: 51px;
}

.expanded-block .x-block {
  display: block;
  opacity: 1;
}

.collage-block:hover{
  opacity: 1;
}

.dim-block {
  cursor: pointer;
  opacity: 0.66;
}

.expanded-block {
  cursor: default;
  opacity: 1;
}

/* HISTORY */
#history-collage-1 {
  background: url('http://c345285.r85.cf1.rackcdn.com/collage-1.jpg') no-repeat center center;
}
#history-collage-2 {
  background: url('http://c345285.r85.cf1.rackcdn.com/collage-2.jpg') no-repeat center center;
}
#history-collage-3 {
  background: url('http://c345285.r85.cf1.rackcdn.com/collage-3.jpg') no-repeat center center;
}
#history-collage-4 {
  background: url('http://c345285.r85.cf1.rackcdn.com/collage-4.jpg') no-repeat center center;
}
#history-collage-5 {
  background: url('http://c345285.r85.cf1.rackcdn.com/collage-5.jpg') no-repeat center center;
}
#history-collage-6 {
  background: url('http://c345285.r85.cf1.rackcdn.com/collage-6.jpg') no-repeat center center;
}
#history-collage-7 {
  background: url('http://c345285.r85.cf1.rackcdn.com/collage-7.jpg') no-repeat center center;
}
#history-collage-8 {
  background: url('http://c345285.r85.cf1.rackcdn.com/collage-8.jpg') no-repeat center center;
}
#history-collage-9 {
  background: url('http://c345285.r85.cf1.rackcdn.com/collage-9.jpg') no-repeat center center;
}

/* CORNELIUS */
#cornelius-2-collage-1 {
  background: url('http://c344650.r50.cf1.rackcdn.com/collage-9.jpg') no-repeat center center;
}
#cornelius-2-collage-2 {
  background: url('http://c344650.r50.cf1.rackcdn.com/collage-6.jpg') no-repeat center center;
}
#cornelius-2-collage-3 {
  background: url('http://c344650.r50.cf1.rackcdn.com/collage-2.jpg') no-repeat center center;
}
#cornelius-2-collage-4 {
  background: url('http://c344650.r50.cf1.rackcdn.com/collage-4.jpg') no-repeat center center;
}
#cornelius-2-collage-5 {
  background: url('http://c344650.r50.cf1.rackcdn.com/collage-1.jpg') no-repeat center center;
}
#cornelius-2-collage-6 {
  background: url('http://c344650.r50.cf1.rackcdn.com/collage-5.jpg') no-repeat center center;
}
#cornelius-2-collage-7 {
  background: url('http://c344650.r50.cf1.rackcdn.com/collage-3.jpg') no-repeat center center;
}
#cornelius-2-collage-8 {
  background: url('http://c344650.r50.cf1.rackcdn.com/collage-8.jpg') no-repeat center center;
}
#cornelius-2-collage-9 {
  background: url('http://c344650.r50.cf1.rackcdn.com/collage-7.jpg') no-repeat center center;
}

/* COMMANDER */
/* collage-1 and 2 video */
#commander-collage-3 {
  background: url('http://c344648.r48.cf1.rackcdn.com/collage-1.jpg') no-repeat center center;
}
#commander-collage-4 {
  background: url('http://c344648.r48.cf1.rackcdn.com/collage-2.jpg') no-repeat center center;
}
#commander-collage-5 {
  background: url('http://c344648.r48.cf1.rackcdn.com/collage-3.jpg') no-repeat center center;
}
#commander-collage-6 {
  background: url('http://c344648.r48.cf1.rackcdn.com/collage-4.jpg') no-repeat center center;
}
#commander-collage-7 {
  background: url('http://c344648.r48.cf1.rackcdn.com/collage-5.jpg') no-repeat center center;
}
#commander-collage-8 {
  background: url('http://c344648.r48.cf1.rackcdn.com/collage-7.jpg') no-repeat center center;
}
#commander-collage-9 {
  background: url('http://c344648.r48.cf1.rackcdn.com/collage-6.jpg') no-repeat center center;
}

/* KESHA */
#kesha-collage-1 {
  background: url('http://c345296.r96.cf1.rackcdn.com/collage-1.jpg') no-repeat center center;
}
#kesha-collage-2 {
  background: url('http://c345296.r96.cf1.rackcdn.com/collage-2.jpg') no-repeat center center;
}
#kesha-collage-3 {
  background: url('http://c345296.r96.cf1.rackcdn.com/collage-3.jpg') no-repeat center center;
}
/* collage-4 and 5 video */
#kesha-collage-6 {
  background: url('http://c345296.r96.cf1.rackcdn.com/collage-4.jpg') no-repeat center center;
}
#kesha-collage-7 {
  background: url('http://c345296.r96.cf1.rackcdn.com/collage-5.jpg') no-repeat center center;
}
#kesha-collage-8 {
  background: url('http://c345296.r96.cf1.rackcdn.com/collage-6.jpg') no-repeat center center;
}
/* collage-9 video */

/* ST. FRANCIS */
#st-francis-collage-1 {
  background: url('http://c344643.r43.cf1.rackcdn.com/collage-1.jpg') no-repeat center center;
}
#st-francis-collage-2 {
  background: url('http://c344643.r43.cf1.rackcdn.com/collage-2.jpg') no-repeat center center;
}
#st-francis-collage-3 {
  background: url('http://c344643.r43.cf1.rackcdn.com/collage-3.jpg') no-repeat center center;
}
/* collage-4 and 5 video */
#st-francis-collage-6 {
  background: url('http://c344643.r43.cf1.rackcdn.com/collage-4.jpg') no-repeat center center;
}
#st-francis-collage-7 {
  background: url('http://c344643.r43.cf1.rackcdn.com/collage-5.jpg') no-repeat center center;
}
#st-francis-collage-8 {
  background: url('http://c344643.r43.cf1.rackcdn.com/collage-9.jpg') no-repeat center center;
}
#st-francis-collage-9 {
  background: url('http://c344643.r43.cf1.rackcdn.com/collage-6.jpg') no-repeat center center;
}

/* TAMARA */
#tamara-collage-1 {
  background: url('http://c345308.r8.cf1.rackcdn.com/collage-5.jpg') no-repeat center center;
}
#tamara-collage-2 {
  background: url('http://c345308.r8.cf1.rackcdn.com/collage-1.jpg') no-repeat center center;
}
#tamara-collage-3 {
  background: url('http://c345308.r8.cf1.rackcdn.com/collage-3.jpg') no-repeat center center;
}
#tamara-collage-4 {
  background: url('http://c345308.r8.cf1.rackcdn.com/collage-4.jpg') no-repeat center center;
}
#tamara-collage-5 {
  background: url('http://c345308.r8.cf1.rackcdn.com/collage-9.jpg') no-repeat center center;
}
#tamara-collage-6 {
  background: url('http://c345308.r8.cf1.rackcdn.com/collage-7.jpg') no-repeat center center;
}
#tamara-collage-7 {
  background: url('http://c345308.r8.cf1.rackcdn.com/collage-8.jpg') no-repeat center center;
}
#tamara-collage-8 {
  background: url('http://c345308.r8.cf1.rackcdn.com/collage-6.jpg') no-repeat center center;
}
#tamara-collage-9 {
  background: url('http://c345308.r8.cf1.rackcdn.com/collage-2.jpg') no-repeat center center;
}

/* KENNETH */
#kenneth-collage-1 {
  background: url('http://c345292.r92.cf1.rackcdn.com/collage-1.jpg') no-repeat center center;
}
#kenneth-collage-2 {
  background: url('http://c345292.r92.cf1.rackcdn.com/collage-2.jpg') no-repeat center center;
}
/* collage-3 video */
/* collage-4 and 5 video */
#kenneth-collage-6 {
  background: url('http://c345292.r92.cf1.rackcdn.com/collage-3.jpg') no-repeat center center;
}
#kenneth-collage-7 {
  background: url('http://c345292.r92.cf1.rackcdn.com/collage-4.jpg') no-repeat center center;
}
#kenneth-collage-8 {
  background: url('http://c345292.r92.cf1.rackcdn.com/collage-5.jpg') no-repeat center center;
}
#kenneth-collage-9 {
  background: url('http://c345292.r92.cf1.rackcdn.com/collage-6.jpg') no-repeat center center;
}

/* BRACK */
#brack-collage-1 {
  background: url('http://c344644.r44.cf1.rackcdn.com/collage-2.jpg') no-repeat center center;
}
#brack-collage-2 {
  background: url('http://c344644.r44.cf1.rackcdn.com/collage-1.jpg') no-repeat center center;
}
#brack-collage-3 {
  background: url('http://c344644.r44.cf1.rackcdn.com/collage-6.jpg') no-repeat center center;
}
#brack-collage-4 {
  background: url('http://c344644.r44.cf1.rackcdn.com/collage-8.jpg') no-repeat center center;
}
#brack-collage-5 {
  background: url('http://c344644.r44.cf1.rackcdn.com/collage-4.jpg') no-repeat center center;
}
#brack-collage-6 {
  background: url('http://c344644.r44.cf1.rackcdn.com/collage-3.jpg') no-repeat center center;
}
/* collage-7 and 8 video */
#brack-collage-9 {
  background: url('http://c344644.r44.cf1.rackcdn.com/collage-7.jpg') no-repeat center center;
}

/* RYAN */
#ryan-collage-1 {
  background: url('http://c345306.r6.cf1.rackcdn.com/collage-1.jpg') no-repeat center center;
}
#ryan-collage-2 {
  background: url('http://c345306.r6.cf1.rackcdn.com/collage-2.jpg') no-repeat center center;
}
#ryan-collage-3 {
  background: url('http://c345306.r6.cf1.rackcdn.com/collage-3.jpg') no-repeat center center;
}
/* collage-4 and 5 video */
#ryan-collage-6 {
  background: url('http://c345306.r6.cf1.rackcdn.com/collage-6.jpg') no-repeat center center;
}
#ryan-collage-7 {
  background: url('http://c345306.r6.cf1.rackcdn.com/collage-7.jpg') no-repeat center center;
}
#ryan-collage-8 {
  background: url('http://c345306.r6.cf1.rackcdn.com/collage-8.jpg') no-repeat center center;
}
#ryan-collage-9 {
  background: url('http://c345306.r6.cf1.rackcdn.com/collage-9.jpg') no-repeat center center;
}



/*  -----------------------------------------------------------  */
/*  KINETIC TEXT */
/*  -----------------------------------------------------------  */
.kinetic-holder {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  pointer-events: none;
  display: table;
}

.kinetic-holder-adj {
  position: absolute;
  top: 0;
  right: 60px;
  height: 100%;
  pointer-events: none;
  display: table;  
}

.kinetic-text {
  position: relative;
  padding-left: 60px;
  font: normal 28px/38px 'Gentium Book Basic', 'Didot', Times, serif;
  color: #fff;
  cursor: default;
  z-index: 1;
  vertical-align: middle;
  display: table-cell;
  opacity: 0;
  
  text-shadow: 0px 0px 5px rgba(0,0,0,0.66);
  -webkit-font-smoothing: antialiased;
  
  -webkit-transition: opacity 0.15s ease-in-out;
  -moz-transition: opacity 0.15s ease-in-out;
  -o-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
}

.kinetic-holder-right {
  right: 0;
  left: auto;
}

.kinetic-holder-right .kinetic-text {
  padding: 0 60px 0 0;
}

.kinetic-text p {
  font: normal 28px/38px 'Gentium Book Basic', 'Didot', Times, serif;
}

.current-kinetic {
  opacity: 1;
}

.kinetic-text .job-title {
  font: normal 20px/18px 'Gentium Book Basic', 'Didot', Times, serif;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0px 0px 5px rgba(0,0,0,0.2);
}

.kinetic-title h1 {
  height: 85px;
  margin-bottom: 10px;
  font: normal 85px/85px 'BlanchCondensedInline', helvetica, sans-serif;
  text-transform: lowercase;
  text-align: center;
}



/*  -----------------------------------------------------------  */
/*  STATIC QUOTES */
/*  -----------------------------------------------------------  */
.middle-quote-holder {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  display: table;
}

.middle-quote {
  font: normal 28px/38px 'Gentium Book Basic', 'Didot', Times, serif;
  color: #fff;
  cursor: default;
  z-index: 1;
  vertical-align: middle;
  display: table-cell;
}

.middle-quote p {
  margin: 0 60px;
  text-shadow: 0px 0px 5px rgba(0,0,0,0.66);
  
  -webkit-font-smoothing: antialiased;
}

.middle-quote p:last-child {
  margin-bottom: 0;
}

.fs-single .middle-quote p {
  max-width: 50%;
}

.middle-quote p span {
  font-family: 'Gentium Book Basic', 'Didot', Times, serif;
  margin-left: -13px;
}

.middle-quote .split-quote-name {
  margin-top: 20px;
  font-size: 22px;
}

.sticky-quote {
  position: absolute;
  left: 60px;
  width: 60%;
  color: #fff;
  pointer-events: none;
}

.sticky-quote p {
  font: normal 66px/56px 'BlanchCondensedInline', helvetica, sans-serif;
  text-transform: lowercase;
  text-shadow: 0px 0px 5px rgba(0,0,0,0.66);
  
  -webkit-font-smoothing: antialiased;
}

.sticky-quote p span {
  font-family: 'Didot', Times, serif;
  margin-left: -29px;
}

.sticky-quote .quoted-by {
  margin-top: 20px;
  font: normal 28px/38px 'Gentium Book Basic', 'Didot', Times, serif;
  text-transform: none;
}

.sq-top {
  top: 60px;
}

.sq-right {
  left: auto;
  right: 60px;
  text-align: right;
}

.sq-bottom {
  bottom: 90px;
}




/*  -----------------------------------------------------------  */
/*  MEDIA CARD CAPTIONS */
/*  -----------------------------------------------------------  */
.media-caption {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  font-size: 16px;
  line-height: 19px;
  background-color: rgba(0,0,0,0.5);
  color: #fff;
  z-index: 1;
  opacity: 0;
  
  -webkit-font-smoothing: antialiased;
  
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}

.media-caption span {
  padding: 15px 30px;
  display: block;
}

.media-holder .media-caption {
  top: auto;
  bottom: 0;
}

.collage-row:first-child .collage-block .media-caption {
  top: 10px;
}

.collage-block .media-caption {
  margin-right: 10px;
}

.collage-block:first-child .media-caption {
  margin-left: 10px;
  margin-right: 0;
}

.collage-block .show-caption, .active-media .media-caption {
  opacity: 1;
}

.fs-slideshow .media-caption {
  top: 0;
  left: auto;
  right: 0;
  margin: 0 0 0 50%;
  opacity: 1;
}




/*  -----------------------------------------------------------  */
/*  INTERSTITIAL */
/*  -----------------------------------------------------------  */
.interstitial {
  position: relative;
  float: left;
  width: 20%;
  height: 100%;
  overflow: hidden;

  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
    
  -webkit-transition: width 0.3s ease-in-out;
  -moz-transition: width 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}

#history-link {
  background: url('http://c345287.r87.cf1.rackcdn.com/history.jpg') no-repeat center center;
}
#housing-link {
  background: url('http://c345287.r87.cf1.rackcdn.com/housing.jpg') no-repeat center center;
}
#community-link {
  background: url('http://c345287.r87.cf1.rackcdn.com/community.jpg') no-repeat center center;
}
#culture-link {
  background: url('http://c345287.r87.cf1.rackcdn.com/culture.jpg') no-repeat center center;
}
#revitalization-link {
  background: url('http://c345287.r87.cf1.rackcdn.com/revitalization.jpg') no-repeat center center;
}

.int-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0);
  display: table;
  z-index: 1;
}

.interstitial .int-inner .text-overlay {
  vertical-align: middle;
  display: table-cell;
}

/* CHOPPED VIEW */
.chopped-view {
  cursor: pointer;
  
  -webkit-transition: background-color 0.3s ease-in-out;
  -moz-transition: background-color 0.3s ease-in-out;;
  -o-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

.chopped-view p {
  position: relative;
  margin: 20px 20px 0;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  color: #fff;
  opacity: 0;
  
  text-shadow: 0px 0px 5px rgba(0,0,0,0.66);
  
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.chopped-view p:first-child {
  margin-top: 0;
  font-size: 22px;
  line-height: 22px;
  text-transform: uppercase;
  
  -webkit-font-smoothing: antialiased;
}

.chopped-view .theme-title, .chopped-view .divider-line {
  opacity: 1;
}

.chopped-view .divider-line span {
  width: 54px;
  height: 1px;
  line-height: 1px;
  background-color: #fff;
  display: inline-block;
}

.chopped-view .int-cnt-btn span {
  width: 51px;
  height: 51px;
  background: url('http://c345286.r86.cf1.rackcdn.com/controls-sprite.png') no-repeat -51px -102px;
  overflow: hidden;
  display: inline-block;
}

.interstitial:hover .chopped-view p, .ipad .interstitial .chopped-view p {
  opacity: 1;
}

.int-collapsed .chopped-view .text-overlay {
  display: none;
}

/* EXPANDED VIEW */
.int-expanded {
  width: 60%;
}

.int-expanded:hover .expanded-view, .int-expanded .expanded-view {
  background-color: rgba(0,0,0,0.66);
}

.expanded-view {
  display: block;
  width: 0%;
  overflow: hidden;
  color: #fff;
}

.int-expanded .expanded-view {
  width: 100%;
}

.expanded-view .close-x {
  left: 60px;
}

.int-expanded .chopped-view {
  opacity: 0;
}

.int-expanded .chopped-view .text-overlay {
  display: none;
}

.expanded-view .text-overlay, .expanded-view .close-x {
  opacity: 0;
  
  -webkit-transition: opacity 0.3s ease-out 0.3s;
  -moz-transition: opacity 0.3s ease-out 0.3s;
  -o-transition: opacity 0.3s ease-out 0.3s;
  transition: opacity 0.3s ease-out 0.3s;
}

.int-expanded .expanded-view .text-overlay, .int-expanded .expanded-view .close-x {
  opacity: 1;
  
  -webkit-transition: opacity 0.3s ease-out 0.3s;
  -moz-transition: opacity 0.3s ease-out 0.3s;
  -o-transition: opacity 0.3s ease-out 0.3s;
  transition: opacity 0.3s ease-out 0.3s;
}

.expanded-view p {
  position: relative;
  margin: 0 60px 20px;
  max-width: 666px;
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  
  text-shadow: 0px 0px 5px rgba(0,0,0,0.66);
  
  -webkit-font-smoothing: antialiased;
}

.mobile-device .expanded-view p {
	font-size: 18px;
	line-height: 24px;
}

.expanded-view .theme-title {
  margin-top: 81px;
  padding-bottom: 20px;
  font-family: 'BlanchCondensedInline', helvetica, sans-serif;
  font-size: 66px;
  line-height: 66px;
  text-transform: lowercase;
}

.mobile-device .expanded-view .theme-title {
	font-size: 50px;
  line-height: 50px;
}

.expanded-view .theme-title:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 54px;
  height: 1px;
  background-color: #fff;
}

.expanded-view .story-cnt {
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
}

.expanded-view p:last-child {
  margin-bottom: 0;
  text-shadow: none;
}

/* COLLAPSED VIEW */
.int-collapsed {
  width: 10%;
  cursor: pointer;
}

.interstitial:hover .chopped-view, .int-collapsed:hover .chopped-view {
  background-color: rgba(0,0,0,0.66);
}

.ipad .interstitial .chopped-view {
  background-color: rgba(0,0,0,0);
}




/*  -----------------------------------------------------------  */
/*  FULL SCREEN MESSAGES and INTRO VIDEO MESSAGE */
/*  -----------------------------------------------------------  */
.fs-message {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 10px solid #fff;
  background-color: #000;
  overflow: hidden;
  z-index: 777;
  display: none;
}

.center-quote-holder {
  width: 100%;
}

.center-quote-holder .middle-quote {
  text-align: center;
}

.center-quote-holder p {
  max-width: 750px;
  margin: 0 auto 30px;
  text-align: center;
  font-size: 24px;
  line-height: 30px;
}

.mobile-device .center-quote-holder p {
	margin: 0 auto 20px;
	font-size: 15px;
	line-height: 18px;
}

.center-quote-holder p:last-child {
  margin-bottom: 0;
}

.center-quote-holder p a {
  color: #f8981d;
}

.intro-outro-holder {
  background-color: rgba(0,0,0,0.6);
}

#intro-text-holder {
  background-color: rgba(0,0,0,0.75);
  opacity: 0;
}

.pill-btn {
  margin-bottom: 0;
}

.pill-btn span {
  position: relative;
  padding: 0 94px 0 28px;
  height: 51px;
  font-size: 15px;
  line-height: 51px;
  background-color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  display: inline-block;
  
  -webkit-border-radius: 26px;
  -moz-border-radius: 26px;
  -o-border-radius: 26px;
  border-radius: 26px;
}

.pill-btn span:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 51px;
  height: 51px;
  background: url('http://c345286.r86.cf1.rackcdn.com/controls-sprite.png') no-repeat -51px -204px;
}

.pill-btn .int-replay-btn span:after {
  background-position: 0px -255px;
}

.pill-btn .int-load-btn span:after {
  background: url('http://c345286.r86.cf1.rackcdn.com/loader.gif') no-repeat center center;
}

.center-quote-holder .pill-btn a, .center-quote-holder .pill-btn, .pill-btn, .pill-btn a {
  color: #000;
  text-shadow: none;
}

.center-quote-holder .pill-btn span {
  margin: 0 auto;
  cursor: pointer;
  display: inline-block;
}

.intro-outro-holder .middle-quote .theme-title {
  font-family: 'BlanchCondensedInline', helvetica, sans-serif;
  font-size: 66px;
  line-height: 66px;
  text-transform: lowercase;
}

#wkkf-popup .close-x {
  opacity: 1;
}

#wkkf-popup-text {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
}

#wkkf-popup-text article {
	position: relative;
	max-width: 750px;
	margin: 60px auto 0;
	padding-top: 200px;
	background: url('http://c345286.r86.cf1.rackcdn.com/nav-sprite.gif') no-repeat center -350px;
}

#wkkf-popup-text article p {
  margin: 0 30px 30px;
  font-size: 20px;
  line-height: 28px;
	color: #fff;
}

#wkkf-popup-text article p a {
  color: #f8981d;
}




/*  -----------------------------------------------------------  */
/* ANIMATING BAR CHART FOR COMMANDER BARDY */
/*  -----------------------------------------------------------  */
#chart-wrap {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
	background-color: rgba(0,0,0,0.6);
	pointer-events: none;
	display: none;
}

#chart-wrap #chart-holder {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 666px;
	height: 330px;
	margin: -165px 0 0 -333px;
}

#chart-wrap #chart-holder .chart-title {
	color: #fff;
	font: 66px/66px 'BlanchCondensedInline', helvetica, sans-serif;
	text-transform: lowercase;
	margin: -11px 0 60px;
}

#chart-wrap #chart-holder .chart-label {
	color: #fff;
	font-size: 24px;
  line-height: 30px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

#chart-wrap #chart-holder .chart-bar {
	position: relative;
	width: 100%;
	height: 30px;
	border-bottom: 2px solid #fff;
	overflow: hidden;
	margin-bottom: 60px;
	display: block;
}

#chart-wrap #chart-holder .chart-bar:last-child {
	margin-bottom: 0;
}

#chart-wrap #chart-holder .chart-bar .chart-bar-fill {
	position: absolute;
	top: 0;
	left: 0;
	width: 2px;
	height: 100%;
	background-color: #fff;
}

#chart-wrap #chart-holder .chart-bar .percent {
	position: absolute;
	top: 0;
	left: 399px;
	height: 30px;
	color: #fff;
	font-size: 24px;
  line-height: 30px;
	margin-left: 10px;
	opacity: 0;
}

#chart-wrap #chart-holder .chart-bar .central-city-percent {
	left: 532px;
}




/*  -----------------------------------------------------------  */
/* IPAD / MOBILE VOLUME */
/*  -----------------------------------------------------------  */
.ipad #volume-btn, .mobile-device #volume-btn {
	display: none;
	visibility: hidden;
}



/*  -----------------------------------------------------------  */
/*  BROWSER MESSAGE */
/*  -----------------------------------------------------------  */
#browser-message {
  z-index: 999;
}

#browser-message p {
  display: none;
}

.no-js #browser-message, .no-js #javascript-message {
  display: block;
}

.no-video #browser-message, .no-video #modern-message, .no-audio #browser-message, .no-audio #modern-message {
  display: block;
}


