/*
You can add your own CSS here.

Click the help icon above to learn more.
*/
#logo img {
	width: 100%;
	max-height: 220px;
	display: inline-block;
	margin: 0 auto;
}
#header {
	padding: 0;
}
#header-links {
	width: 100%;
	background: #000;
	-webkit-box-shadow: 0px 0px 0px 0px #DDD, inset 0 0 0 1px #000000;
	-moz-box-shadow: 0px 0px 0px 0px #DDD, inset 0 0 0 1px #000000;
	-ms-box-shadow: 0px 0px 0px 0px #DDD, inset 0 0 0 1px #000000;
	-o-box-shadow: 0px 0px 0px 0px #DDD, inset 0 0 0 0px #000000;
	box-shadow: 0px 0px 0px 0px #DDD, inset 0 0 0 0px #DCDCDC;
}
#nav-above,
#nav-below {
	border-top: 0px solid #000000;
	border-bottom: 0px solid #000000;
	padding: 3px 0px;
	margin: 0px 0px 10px 0px;
}
#slider .rslides-content,
.thinkupslider-sc .rslides-content {
	text-align: center;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	padding: 0 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
#slider .rslides-content-inner,
.thinkupslider-sc .rslides-content-inner {
	display: table;
	width: 100%;
	height: 100%;
	margin: 0 auto;
}
#slider .featured,
.thinkupslider-sc .featured {
	display: table-cell;
	vertical-align: middle;
}
#slider .featured-title,
.thinkupslider-sc .featured-title {
	margin-bottom: 10px;
}
#slider .featured-title span,
.thinkupslider-sc .featured-title span {
	display: inline-block;
	color: #FFF;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 30px;
	line-height: 1.2;
	padding: 10px;
	background: #000;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#slider .featured-link:hover span,
.thinkupslider-sc .featured-link:hover span {
	background: #000;
	background: rgba(0, 0, 0, 0.8);
}
#slider .featured-excerpt span,
.thinkupslider-sc .featured-excerpt span {
	display: inline-block;
	color: #FFF;
	font-size: 20px;
	padding: 7px 10px;
	background: #000;
	background: rgba(0, 0, 0, 0.8);
}
