.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.bg-cover {
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -ms-behavior: url(/library/polyfills/boxsizing.htc);
}
.inline-block {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}
.base-text {
  font-size: 14px;
  line-height: 1.5;
  color: #ffffff;
  font-weight: normal;
  text-decoration: none;
}
.font-awesome {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
}
.ionicons {
  font-family: Ionicons;
  font-weight: normal;
  font-style: normal;
}
html,
body,
.cf {
  height: 100%;
  overflow: hidden;
  background: #222;
}
.pop-map {
  text-transform: uppercase;
  font-size: 60%;
  color: #999 !important;
}
#pop-map {
  padding: 80px;
}
#pop-map #route-panel {
  letter-spacing: 0;
  overflow-y: auto;
}
#pop-map #route-panel .adp-placemark {
  color: white;
  text-align: center;
  background: #111;
  border: none;
}
#pop-map #map-panel img {
  max-width: none;
}
#pop-map #map-panel label {
  width: auto;
  display: inline;
}
#pop-map .mfp-close {
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 48px;
}
header {
  /*
	nav {				
		a {
			display: block;
			color: rgba(255,255,255,.75);
			text-decoration: none;	
			z-index: 1000;
			i {
				font-size: 120px;
				line-height: 0;
			}							
		}
		.nav-exit,.nav-prev,.nav-next {
			position: fixed;			
		}
		.nav-exit {
			top: 1.25%;
			right: 1.5%;
		}
		.nav-prev {
			top: 45%;
			left: 1.5%;
		}
		.nav-next {
			top: 45%;
			right: 1.5%;
		}
	}
	*/
}
header #logo {
  position: fixed;
  top: 0;
  right: 560px;
  z-index: 10;
}
#slideshow {
  height: 100%;
  float: left;
  width: 66.666666%;
  position: relative;
}
#slideshow .slides,
#slideshow li,
#slideshow img {
  height: 100%;
  width: 100%;
}
#slideshow .slides > li {
  display: none;
}
#slideshow .slides > li:first-child {
  display: block;
}
#slideshow .caption {
  position: absolute;
  bottom: 60px;
  right: 100px;
  color: white;
  text-shadow: 0 0 10px black;
  text-align: right;
  z-index: 20;
  font-size: 25.2px;
  font-family: 'Gotham SSm A', 'Gotham SSm B', Arial, sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
}
#slideshow #loading {
  height: 100%;
  width: 101%;
  position: absolute;
  z-index: 50;
  background: #222;
  line-height: 1;
  text-align: center;
  display: table;
}
#slideshow #loading i {
  font-size: 50px;
  color: white;
}
#slideshow #loading span {
  display: table-cell;
  vertical-align: middle;
}
#info-panel {
  float: right;
  width: 33.33333%;
  height: 100%;
  position: relative;
}
#info-panel i {
  font-size: 70px;
  color: #555;
  position: absolute;
  bottom: 30px;
  right: 630px;
  line-height: 0;
}
#info-panel #scroller {
  margin: 750px auto 0;
  padding: 50px;
  width: 80%;
  overflow-y: hidden;
  position: relative;
}
#info-panel #scroller strong {
  color: rgba(255, 255, 255, 0.8);
}
#info-panel #scroller td {
  border-color: rgba(255, 255, 255, 0.1);
  font-size: 28px;
}
#info-panel #scroller table + h2 {
  margin-top: 100px;
}
