.header-top {
	-moz-box-shadow: 0px 0px 80px 2px #FFF;
	-webkit-box-shadow: 0px 0px 80px 2px #FFF;
	-o-box-shadow: 0px 0px 80px 2px #FFF;
	box-shadow: 0px 0px 80px 2px #FFF;
}

#slider_container {
	width: 100%;
	z-index: 4;
	position: relative;
	background: #111;
}

#index_slider, #details_container, #actions_container {
	max-width: 849px;
	margin-left: auto;
	margin-right: auto;
}

#index_slider {
	width: 100%;
	background: #111;
	border: 0px;
	margin-top: -6px;
	margin-bottom: 0px;
}

#index_slider li a {
	font-size: 0px;
}

#index_slider .flex-control-nav {
	bottom: 10px;
	margin-right: 10px;
	text-align: right;
}

#index_slider .flex-control-paging li a {
  background: #8c6b23;
}

#index_slider .flex-control-paging li a:hover {
  background: #bc8f2f;
}

#index_slider .flex-control-paging li a.flex-active {
  background: #E8B13A;
}

#bug-workaround {
	height: 1px;
	width: 100%;
	z-index: 5;
	position: relative;
	margin-top: -1px;
	background: #111;
}

#title_container {
	width: 100%;
	margin-top: 0px;
	z-index: 2;
	position: relative;
	min-height: 40px;
	padding: 30px;
	background: #444;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: 'Raleway', sans-serif;
	font-size: 22px;
	color: #DDD;
	text-align: center;
	text-shadow: 0px 0px 6px 2px #000;
	vertical-align: middle;
	box-shadow: inset 0px 0px 30px 15px #111, 0px 0px 50px 5px #111;
	-moz-box-shadow: inset 0px 0px 30px 15px #111, 0px 0px 50px 5px #111;
	-webkit-box-shadow: inset 0px 0px 30px 15px #111, 0px 0px 50px 5px #111;
}

#large_logo_container {
	width: 180px;
	height: 100px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
}

#details_container {
	color: #CCC;
	text-align : justify;
}

#details_container img {
	float: left;
	margin-top: -4px;
	margin-right: 8px;
	margin-bottom: 8px;
	max-width: 48px;
}

#details_container ul {
	margin-top: 10px;
}

#details_container li {
	font-style: italic;
	margin-left: 40px;
	line-height: 25px;
}

.detail-row {
	padding: 20px;
	padding-left: 50px;
}

.detail-title {
	font-family: 'Alegreya SC';
	font-weight: bold;
	line-height: 30px;
	color: #EEE;
	font-size: 18px;
}

.detail-text {
	font-family: 'Alegreya Sans';
	font-size: 17px;
}

#actions_container {
	text-align: center;
	padding: 20px;
	padding-bottom: 60px;
}

#actions_container a {
	font-family: 'Alegreya Sans';
	text-shadow: 1px 1px 1px 0px #000;
}