@font-face {
font-family: "Adobe Garamond Pro";
src: url('../fonts/969879151-9659608735.eot');
src: url('../fonts/969879151-9659608735.eot?#iefix') format('embedded-opentype'),
url('../fonts/969879151-9659608735.svg#Adobe Garamond Pro') format('svg'),
url('../fonts/969879151-9659608735.woff') format('woff'),
url('../fonts/969879151-9659608735.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
body{font-size: 16px;}
a, a:hover, a:focus{color:#8f9f93;}
.container{max-width:1030px;}
.header{padding:15px 0 10px;}
.logo{float:left;display:block;}
.tagline{font-family: "Adobe Garamond Pro";float:right;font-weight: bold;color:#819486;font-size: 16px;margin-top:45px;}
.navbar-inverse{background-color:#525252;border-bottom:1px solid #383838;margin-bottom:0;}
.navbar{min-height:40px;}
.navbar-inverse .navbar-nav > li > a{color:#fff;font-size: 15px;padding:10px 30px;}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus{background-color:#686868;}

.carousel-lg{border-bottom:6px solid #819486;}
.carousel-lg > .carousel-inner > .item > img{width:100%;}
.carousel-control{width:auto;top:50%;bottom:auto;background:none!important;opacity:1;filter:alpha(opacity=100);margin-top:-12px;left:20px;}
.carousel-control.right{left:auto;right:20px;}
.carousel-indicators{width:auto;margin:0;left:auto;right:105px;}
.carousel-indicators li{width:20px!important;height:20px!important;border-radius:0;-webkit-border-radius:0;margin:0;}

.sidebar{background-color:#819486;margin-top:-30px;padding:120px 10px 20px;position:relative;min-height:200px;color:#fff;font-size: 16px;margin-bottom:30px;}
.map{position:absolute;right:-10px;top:10px;}
h3{font-size: 26px;font-family: "Adobe Garamond Pro";font-weight: bold;margin-top:0;color:#819486;}
h4{font-size: 23px;font-family: "Adobe Garamond Pro";margin-top:0;color:#819486;}
h4.black{font-size: 16px;color:#373737;font-weight: bold;font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;}
.sidebar a{color:#fff;}
.sidebar h3{margin-left:10px;color:#fff;}
.nav-pills > li > a{background:none!important;border-bottom:2px solid #91a997;border-radius:0;-webkit-border-radius:0;padding:7px 10px;}
.imgb{border:3px solid #d0d0ce;}
hr{border-top:2px solid #8f9f93;}

label{font-weight: normal;}
.btn-primary{background-color:#819486;border-color:#798b7e;}
.btn-primary:hover, .btn-primary:focus{background-color:#728377;border-color:#6b7b70;}

.footer{background-color:#a8c1ae;padding:80px 0;color:#fff;font-size: 14px;}
.footer .nav-pills > li > a{border:0;color:#fff;padding:0 15px;}
.footer .nav-pills > li > a:hover, .footer .nav-pills > li > a:focus{font-weight: bold;}
.copy{text-align: right;}


@media (max-width: 980px) {
	.tagline{float:left;margin-top:10px;}
	.sidebar{padding-top:0;}
	.map{position:relative;margin:10px 0 20px 10px;display:block;}
	.copy{text-align: left;margin-top:20px;}
}
@media (max-width: 640px) {
	.logo{float:none;}
	.logo > img{max-width:100%;}
	#menu{margin:10px 0;border:0;}
	.footer .nav-pills > li{float:none;display:inline-block;}
	.footer .nav-pills > li > a{display:inline-block;padding:5px 15px;}
	.footer, .copy{text-align: center;}	
}
ul li {
    list-style-position: outside;
}