

body,html {
	overflow-x:hidden;
	width:100%;
 
}
header {
  text-align: center;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

a {		color:#204d01;
		text-decoration:none;
		}
		
a:hover {color:#121212;
		}
a img
{
  border:none;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
	background:url(../img/bg_slider.jpg) bottom repeat-x;
}

h1, h2, h3, h4 {
	
	text-shadow:0px 1px 0px #FFF;
	font-style:normal;
	margin:0;
	padding-top:0;
	font-family: 'Source Sans Pro', sans-serif;
	line-height:28px;
	font-weight:bold;
}
h1 {
	font-size:36px;
	margin-bottom:20px;
	color:#204d01;
	text-align:center;
	
}


h2 {
	font-size:19px;
	margin-bottom:10px;
	text-transform:uppercase;
	color:#585858;
	text-align:center;
}

		
.uppercase {
		text-transform:uppercase;
}
strong {
	color:#121212;}
	
p {	font-family: 'Source Sans Pro', sans-serif;
	color:#121212;
	font-size:17px;
	line-height:26px;
	margin:0 0px 26px 0;}


.logo-container {
  width: 300px;
  height: 181px;
  margin: auto;
  text-align: center;
  margin-bottom: 12px;
}

/*====HEADER =======*/
#header {
	display:block;
	height:134px;
	width:100%;
	background: #67483a; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIzNSUiIHN0b3AtY29sb3I9IiM2NzQ4M2EiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjM2YyNjFhIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
	background: -moz-linear-gradient(top,  #67483a 35%, #3f261a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(35%,#67483a), color-stop(100%,#3f261a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #67483a 35%,#3f261a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #67483a 35%,#3f261a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #67483a 35%,#3f261a 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #67483a 35%,#3f261a 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#67483a', endColorstr='#3f261a',GradientType=0 ); /* IE6-8 */
	position:relative;
	z-index:90000;}
	
.logo {
	display:block;
	width:300px;
	
	height:75px;
	background:url(../img/logo.png) no-repeat;
	background-size: cover;
	position:absolute;
	margin: auto!important;
	top:30px;
	 text-indent: -9999px;
	 -webkit-transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;  
	-o-transition: 		all .2s ease-in;  
	transition: 		all .2s ease-in;
	
	}
.logo:hover {
	position:absolute;
	opacity:.9;
	
	-webkit-transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;  
	-o-transition: 		all .2s ease-in;  
	transition: 		all .2s ease-in;
	}	

nav {
	display: block;
	width: 1100px;
	height: 54px;
	font-family: 'Khand', sans-serif;
	font-size: 22px;
	line-height: 19px;
	color:#204d01!important;
	position: relative;
	top: 20px;
	z-index:1000;
	
	
	}
nav a {
	font-family: 'Khand', sans-serif;
		color:#204d01!important;

	font-size:22px;
	line-height:19px;
	color:#fff;
	-webkit-transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;  
	-o-transition: 		all .2s ease-in;  
	transition: 		all .2s ease-in;
	padding:20px 20px 7px 20px;
	text-shadow:0px 1px 0px #FFF;
	text-transform:uppercase;
	position: relative;border:1px solid rgba(0,0,0,.00);
	}
	
	nav a:hover {
		background:none;
		color:#fff!important;
		text-shadow:0px 1px 0px #204d01;
		-webkit-transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;  
	-o-transition: 		all .2s ease-in;  
	transition: 		all .2s ease-in;
	

	
	}
	
	.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 5px;
    margin-right:5%;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.caption {
	width:203px;
	height:76px;
	position:absolute;
	left:50%;
	margin-left:-101px;
		-webkit-transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;  
	-o-transition: 		all .2s ease-in;  
	transition: 		all .2s ease-in;
	top:86px;
	max-height:999999px}
.address {
  text-align: center;
  display: block;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  text-shadow: 0px 1px 0px #FFF;
  max-height:999999px
}
.address .address-info {
  position: relative;
  text-align: left;
  display: block;
  margin: 24px auto;
  font-family: 'EB Garamond', serif;
  color: #688585;
  font-size: 27px;
  line-height: 29px;
  width: auto;
  display: inline-block;
  margin-bottom: 0;
}
.address i {
  display: block;
  position: absolute;
  left: 0;
  top: 10px;
  font-size: 40px;
}
.address a {
  color: #688585;
}

.carousel, .carousel img {
  width: 100%;
}
.carousel {
  margin: 0;
  z-index: 60;
  top:-2px;
}



.req-appt {
  background-color: #684f40;
  width: 92%;
  display: block;
  margin: 0 auto;
  padding: 10px 0;
  border: solid 1px #867266;
  outline: solid 5px #684f40;
  text-align: center;
}
.req-appt:hover {
  border: solid 1px #867266;
  outline: solid 5px #684f40;
  opacity: .9;
}

.read-more {font-family: 'Khand', sans-serif;
		color:#204d01!important; font-weight:bold; font-size:18px;
		text-transform:uppercase;}

.content {
 display: block;
    width: 100%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    background: url(../img/content_bg.jpg) repeat repeat;
    padding: 30px 15px;
    top: -15px;
    position: relative;
    z-index: 50;
	max-height:999999px
}

.subnav {font-family: 'Khand', sans-serif;
		color:#684f40!important; font-weight:bold; font-size:30px;
		text-transform:uppercase;margin-top:15px; margin-bottom:0;}
		.subnav a {color:#684f40!important;
		}



footer {
  
  text-align: center;
  background:url(../img/footer_bg.jpg) repeat repeat;
}


.navbar-default {
  background: transparent !important;
 border:none;
  position: absolute;
  top: 147px;
  left: 0;
  width: 100%;
  z-index: 100;
}
.navbar-toggle {
  border: none;
  background-color: #40271c;
}
.navbar-default .navbar-toggle {
    background-color: #40271c!important;
}
.navbar-toggle:hover {
  background: #40271c !important;
}
.navbar-toggle .icon-bar {
  width: 22px;
  transition: all 0.2s;
  background-color: #FFF !important;
}
.navbar-toggle .top-bar {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
}
.navbar-toggle .middle-bar {
  opacity: 0;
}
.navbar-toggle .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
}
.navbar-toggle.collapsed .top-bar {
  transform: rotate(0);
}
.navbar-toggle.collapsed .middle-bar {
  opacity: 1;
}
.navbar-toggle.collapsed .bottom-bar {
  transform: rotate(0);
}
.navbar-collapse {
  background-color: #68493D;
  opacity: .96;
  width: 100% !important;
  clear: both;
}
.navbar-toggle.collapsed .icon-bar {
  margin-left: 0px;
}
.navbar-toggle .icon-bar {
  margin-left: 6px;
}
.navbar-collapse a {
  color: #FFF !important;
}
.collapse {
  width: 100% !important;
}
.navbar-nav, .nav {
  width: 100%;
}

/*== top section ==*/
.topsection {
	display:block;
	width:100%;
	height:68px;
	text-align:center;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e8ead9+0,c5ddbe+100 */
background: #e8ead9; /* Old browsers */
background: -moz-linear-gradient(left,  #e8ead9 0%, #c5ddbe 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #e8ead9 0%,#c5ddbe 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #e8ead9 0%,#c5ddbe 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8ead9', endColorstr='#c5ddbe',GradientType=1 ); /* IE6-9 */
padding-top:20px;
}

.addresssec {
   display: block;
    width: 100%;
    height: 70px;
    text-align: center;
    background: #bba688;
    border-bottom: 3px solid #40271c;
    padding-top: 18px;
}

#testi {
	display:block;
	width:100%;
	min-height:155px;
	border-top:3px solid #aa9d92;
	border-bottom:3px solid #654c3e;
	background:#d9c4a7;
	padding:28px 36px;
	text-align:center;
	color:#000;
	font-family: 'Source Sans Pro', sans-serif;
	font-size:18px;
	line-height:24px;
	font-weight:400;
	position: relative;
    top: -18px;
	max-height:999999px}
	
	#mapsec {
		display:block;
		width:100%;
		height:245px;
		text-align:center;
		padding:20px 0 0 0;
		background:url(../img/mapsec.png) bottom center no-repeat;
		
		margin-top:-20px;}
		
	.fullsite, .fullsite a {
		display:block;
		width:100%;
		height:58px;
		background:#684f40;
		font-family: 'Source Sans Pro', sans-serif;
	font-size:32px;
	line-height:32px;
	font-weight:bold;
	text-align:center;
	color:#fff;
	padding-top:12px;}	
	
	.fullsite:hover, .fullsite a:hover {
		display:block;
		width:100%;
		height:58px;
		background:#204d01;
		font-family: 'Source Sans Pro', sans-serif;
	font-size:32px;
	line-height:32px;
	font-weight:bold;
	text-align:center;
	padding-top:12px;
	color:#fff;
	text-decoration:none;}	
