@import url(http://fonts.googleapis.com/css?family=Lato:400,100,900&subset=latin,latin-ext);

body, html {
	background-color: #1f1f1f;
	font-family: "Lato";
	color: #e2e2e2;
	margin: 0;
	padding: 0;
	border: 0;
}
h1, h2, h3 {
	color: #ffcc33;
	font-family: "Lato";
	font-weight: 100;
	margin-bottom: 0;
}
h2 {
	margin-top: 0;
	line-height: 100%;
}
h5 {
	display: inline;
	color: #ffcc33;
	font-family: "Lato";
	position: relative;
	bottom: 3px;
}
h5:after {
	position: absolute;
	content: '';
	height: 1px;
	width: 100%;
	bottom: -2px;
	left: 0;
	background-color: rgba(255,204,51,.9);
}
a {
	color: #ffcc33;
}
a span{
	font-weight: 100;
	color: #e2e2e2;
}
a:hover {
	color: #004d4d;
}
a:hover span{
	color: #004d4d;
}
p span{
	color: rgba(255,204,51,.8);
}

ul.list {
	list-style: none;
	padding: 0;
	margin: 0 0 1.25rem 0;
}
ul.list li {
	padding-left: 2em;
	position: relative;
}
ul.list li:before {
	position: absolute;;
	content: "•";
	color: rgba(255,204,51,.8);
	left: .5em;
}
hr {
	border-color: rgba(255,204,51,.4);
	margin: 0 0 30px 0;
}

.header {
  margin-top: 10px;
}

.main-title {
  margin-bottom: 50px;
}

.panel {
	margin: 0 0 40px 0;
}

.panel_content {
	margin: 0;
}

.flexslider {
	margin-bottom: 40px;
}
.flex-control-paging li a {
	background-color: rgba(255,204,51,0.4);
	width: 10px;
	height: 10px;
}
.flex-control-paging li a.flex-active {
	background-color: rgba(255,204,51,0.9);
	width: 12px;
	height: 12px;
}

.row {
	max-width: 1050px;
}
#wrapper {
	display: table;
	width: 100%;
	position: absolute;
	height: 100%;
}
#outer {
	display: table-cell;
	vertical-align: middle;
}
#content {
	margin: 0 auto;
	max-width: 1000px;
}
