body {
	font-size: 14px;
	font-family: open-sans, sans-serif;
	background-color: #1f1f1f;
	color: #fff;
	background-image: url("../img/bg.png");
	background-repeat: no-repeat;
	background-position: top middle;
	background-attachment: fixed;
}
h1, h2, h3, h4, h5, h6 {
	line-height: 1.7em;
}
a {
    color: #008294;
    text-decoration: underline;
}
a:hover {
    color: #008294;
}
p, ul {
	margin: 0 0 20px;
    line-height: 1.7em;
}
hr {
    border-top: 1px dotted #333;
}
.container {
	max-width: 1000px
}
.header {
	background-color: #161616;
	padding-bottom: 20px;
	border-bottom: 5px solid #343434;
}
.banner {
	width: 100%;
	margin-bottom: 30px;
	padding: 10px 0px;
	background-color: #cc0000;
	color: #fff;
    letter-spacing: 5px;
    font-size: 13px;
}
.jumbotron {
	background-color: #000;
	border: 5px solid #008294;
}
.jumbotron h2 {
	font-size: 33px;
}
.navigation {
	position: relative;
	height: 90px;
}
.navigation ul.nav {
	position: absolute;
	bottom: 0px;
	right: 0px;
}
.navigation .nav>li>a {
    text-decoration: none;
}
.navigation .nav>li>a:hover {
    background-color: #008294;
    color: #fff;
}
.nav-pills>li.active>a {
    background-color: #008294 !important;
    color: #fff;
}
.logo {
	margin-top: 30px;
}
.footer {
	font-size: 11px;
	padding-bottom: 30px;
}
.dropdown-menu {
	background-color: #000;
	border: 1px solid #008294;
	}
.dropdown-menu>li>a {
	color: #008294;
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 10px;
}
.dropdown-menu>li>a:hover {
	color: #fff;
	background-color: #008294;
}
.btn-primary {
    color: #fff;
    background-color: #008294;
    border-color: #008294;
    text-decoration: none;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
    background-color: #007281;
    border-color: #007281;
}
.list-group-item.active {
	background-color: #008294;
	text-decoration: none;
}
.list-group-item.active:hover {
	background-color: #008294;
}
.panel-primary>.panel-heading {
    color: #fff;
    background-color: #008294;
    border-color: #008294;
}
.feature {
    min-height: 360px !important;
    position: relative;
}
.feature .btn {
    position: absolute;
    bottom: 15px;
    right: 15px;
}
blockquote {
    border-left: 5px solid #008294;
}
.blue {
	color: #008294;
}
.bgBlue {
	background-color: #008294;
}
.green {
	color: #55a503;
}
.red {
	color: #cc0000;
}
.bgRed {
	background-color: #cc0000;
	color: #fff;
}
.panel-body, .list-group-item {
	color: #333;
}
.table>tbody>tr>td {
	vertical-align: middle;
}
.google-maps {
    position: relative;
    padding-bottom: 75%;
    height: 0;
    overflow: hidden;
}

.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}
#cycler{position:relative;}
#cycler img{position:absolute;z-index:1}
#cycler img.active{z-index:3}