@CHARSET "ISO-8859-1";

@import url(http://fonts.googleapis.com/css?family=Voltaire);


body {
	padding-top: 40px;
	font-family: 'Voltaire', sans-serif;
}

.jumbotron {
	position: relative;
	padding: 40px 0;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 3px rgba(0, 0, 0, .4), 0 0 30px rgba(0, 0, 0, .075);
	-webkit-box-shadow: inset 0 3px 7px rgba(0, 0, 0, .2), inset 0 -3px 7px
		rgba(0, 0, 0, .2);
	-moz-box-shadow: inset 0 3px 7px rgba(0, 0, 0, .2), inset 0 -3px 7px
		rgba(0, 0, 0, .2);
	box-shadow: inset 0 3px 7px rgba(0, 0, 0, .2), inset 0 -3px 7px
		rgba(0, 0, 0, .2);
		
		
		background: #a7cfdf; /* Old browsers */
background: -moz-linear-gradient(left,  #a7cfdf 0%, #23538a 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#a7cfdf), color-stop(100%,#23538a)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  #a7cfdf 0%,#23538a 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  #a7cfdf 0%,#23538a 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  #a7cfdf 0%,#23538a 100%); /* IE10+ */
background: linear-gradient(to right,  #a7cfdf 0%,#23538a 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7cfdf', endColorstr='#23538a',GradientType=1 ); /* IE6-9 */
		
		margin-bottom: 20px;
		
}

.jumbotron h1 {
	margin-bottom: 0;
	font-size: 60px;
	line-height: 1;
	letter-spacing: -1px;
	color: inherit;
}

.jumbotron h2 {
	font-size: 40px;
}

.jumbotron-caption {
	background: #000;
	color: #fff;
	z-index: 8;
	margin-top: 40px;
	padding: 20px;
	opacity: 0.8;
	overflow: hidden;
	display: none;
	-moz-opacity: 0.8;
	filter: alpha(opacity = 8);
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box; /* Firefox, other Gecko */
	box-sizing: border-box; /* Opera/IE 8+ */
}

footer {
	background: #131313;
	color: #ffffff;
	padding-top: 20px;
}

footer .residence ul li {
	margin-left: -20px;
	list-style: none;
}

.copyright {
	text-align: center;
	margin-bottom: 60px;
}

.equal .content {
	*zoom: 1;
}
.equal .content:before,
.equal .content:after {
	display: table;
	content: "";
	line-height: 0;
}

.equal .content:after {
	clear: both;
}
