@charset "UTF-8";
/* CSS Document */
body {
	background: #ffffff;
	color: #353535;
	font-family: "Open Sans", sans-serif;
	font-size: 18px;
}
body {
	overflow-x: hidden;
}
.container-fluid {
	padding-left: 0;
	padding-right: 0;
}
a {
	color: #0177CE;
}
a:hover, a:active {
	color: #003861;
}
.head {
	padding: 20px 0;
	min-height: 100px;
}
.callbar {
	background-color: #ee2e24;
	padding: 4px;
	width: 100%;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid #fff;
}
.callbar a {
	color: #FFF;
}
.navbar, .navbar-inverse {
	background-color: #0068b3;
	background-image: none;
	border-radius: 0;
	font-size: 24px;
	margin-bottom: 0;
}
.navbar .navbar-nav {
	display: inline-block;
	float: none;
	vertical-align: top;
}
.navbar .navbar-collapse {
	text-align: center;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
	background-image: none;
}
.navbar-nav > li > a, .navbar-inverse .navbar-nav > li > a {
	line-height: 24px;
	font-size: 24px;
	color: #fff;
	text-shadow: 0;
	font-weight: normal;
}
.navbar-inverse .navbar-nav > li > a {
	color: #fff;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:active, .navbar-inverse .navbar-nav > li > a:focus {
	background: #5ea0cf;
	background-color: #5ea0cf;
}
 .navbar-brand, .navbar-nav > li > a, {
 text-shadow: none;
}
.intro {
	margin-top: 80px;
}
p {
	line-height: 1.8em;
}
h1, h2 {
	text-transform: uppercase;
}
h1, .h1 {
	font-size: 30px;
}
h2, .h2 {
	font-size: 24px;
}
h3, .h3 {
	font-size: 20px;
	color: #6A6969;
}
.homephoto {
	background-color: #85a2b6;
	max-height: 400px;
	overflow: hidden;
}
.homefeatures {
	background: #d2e5f2;
	padding: 10px 0 20px 0;
	margin: 10px 0;
}
.historyphoto {
	background-color: #565758;
}
.footer {
	margin-top: 40px;
	text-align: center;
}
.footer .phone {
	font-size: 30px;
	font-weight: bold;
}
.copyright {
	color: #ABA8A8;
	padding: 10px 0 20px 0;
	border-top: 1px solid #CECBCB;
	margin-top: 20px;
}
.copyright a {
	color: #ABA8A8;
	font-size: 12px;
	margin-top: 30px;
}
.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
	margin-bottom: 0;
}
#links a {
	height: 210px;
	width: 30%;
	display: inline-block;
	float: left;
	margin: 6px;
	overflow: hidden;
}
.container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
.blueimp-gallery > .title {
	position: absolute;
	width: 100%;
	left: 15px;
	margin: 0 40px 0 0;
	font-size: 20px;
	line-height: 30px;
	color: #fff;
	text-shadow: 0 0 2px #000;
	opacity: 0.8;
	display: block;
	text-align: center;
	background: rgba(0, 0, 0, 0.8);
	padding: 20px 0;
	top: 0;
	min-height: 80px;
}
.blueimp-gallery > .close, .blueimp-gallery > .title, .blueimp-gallery > .prev, .blueimp-gallery > .next {
	display: block;
}

@media only screen and (min-width : 480px) {
.container {
	width: 100%;
}
.intro {
	margin-top: 20px;
}
.dark {
	margin-top: 20px;
}
.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
	padding-bottom: 10px;
}
#links a {
	height: auto;
}
.historyphoto img, .homephoto img {
	padding: 0;
}
}

@media (min-width: 768px) {
.container {
	width: 100%;
}
}

@media (max-width: 767px) {
.container {
	width: 100%;
}
.homephoto {
	background-color: #85a2b6;
	height: 260px;
	width: auto;
	overflow: hidden;
}
.historyphoto img, .homephoto img {
	height: 100%;
}
#links a {
	height: auto;
	width: 100%;
}
.homephoto {
	max-height: 400px;
}
}

@media (min-width: 992px) {
.container {
	width: 100%;
}
.homephoto {
	max-height: 400px;
}
}

@media (min-width: 1200px) {
.container {
	width: 1100px;
}
.homephoto {
	max-height: 500px;
}
.homephoto img {
	width: 100%;
}
}
