body {
	font-size: 1.5em;
	line-height: 1.8em;
	font-family: 'Open Sans', sans-serif;
	color: #5F6062;
	
}

h1, h2, h3, h4, h5, h6 {	
	font-family: 'Droid Serif', serif;
}

h1, h2 span.contact-name {
	font-size: 26px;
	color: #173940;
}

h2 {
	font-size: 22px;
	color: #333;
}

h3 {
	font-size: 18px;
	color: #21626F;
}

h4 {
	font-size: 16px;
	color: #666;
}

img {
	max-width: 100%;
	height: auto;
}

.header {
	background-color: #FFF;
	border-top: 15px solid #C48B51;
	
}

.logo {
	margin: 10px 0;
	display: inline-block;
	width: auto;
}

.top-right {
	text-align: right;
	margin-top: 35px;
}

.call-us {
	font-size: 1.6em;
	margin-bottom: 10px;
}

.navbar {
	margin-bottom: 0;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	text-transform: uppercase;
	font-weight: bold;
}

.navbar-nav .nav-child a {
	text-transform: none;

}

/* No Padding on Homepage Column */

.no-padding {
   padding: 0 !important;
   margin: 0 !important;
}

/* Content Area */

.container-content {
	padding-bottom: 30px;
	padding-top: 30px;
	margin: 20px 0;
	background-color: #FFF;
}

.container-content .page-header {
	margin-top: 0;
	padding: 0;
}

/* Button Row */

.button-row .btn {
	padding: 20px 0;
}


/* Right Column */

.right-column .moduletable {
	margin-bottom: 20px;
	border: 1px solid #A3BB82;
	padding: 10px;
}

.right-column h3 {
	color: #FFF;
	padding: 10px 0 10px 0;
	text-align: center;	
	margin: 0 0 10px 0;
	background-color: #C48B51;		
}

.right-column .moduletable ul.menu li {
	border-bottom: 1px dotted #EEE;
	font-weight: bold;
}

.right-column .moduletable ul.menu li a:link, .right-column .moduletable ul.menu li a:visited {
	color: #02918E;
}

.right-column .moduletable ul.menu li:first-child {
	padding-top: 0;
}

.right-column .moduletable ul.menu li:last-child {
	border-bottom: none;
}

.right-column .moduletable .custom {
	padding: 10px;
}

/* Video Container */

.video-container {
    position: relative;
	padding: 0;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed,
.video-container video  {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

video {
	max-width: 100%;
	height: auto;
}

.home-video-text h1 {
	font-size: 3em;	
}

.home-video-text p {
	font-size: 1.4em;
	line-height: 2em;
	color: #333;
}

/* Wide Banner */

.wide-banner {
	background-image: url('/images/banners/love-banner.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 30px 0;
}

/* Recent Homes */

.recent-homes {
	padding: 20px 0;
}

/* Footer */

footer h3 {
	font-size: 1.2em;
	color: #EEE;
}

footer a:link, footer a:visited {
	color: #FFF;
}

footer a:hover, footer a:active {
	color: #EEE;
}

footer ul, footer ul li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

footer ul li a {
	padding: 3px 0!important;
}

footer ul li a:link, footer ul li a:visited {
	background: none!important;

}
	
footer ul li a:hover, footer ul li a:active, footer ul li.current {
	background: none!important;

}


/* Carousel */

.carousel {
	margin-top: 20px;	

}

/*
.carousel .slide-01 {
	background-image: url(/images/banners/home-banner-new.jpg);
}

.carousel .slide-02 {
	background-image: url(/images/banners/custom-kitchen.jpg);
}

.carousel .slide-03 {
	background-image: url(/images/banners/custom-bathroom.jpg);
}

.carousel .slide-04 {
	background-image: url(/images/banners/custom-dining-room.jpg);
}

.carousel .slide-05 {
	background-image: url(/images/banners/custom-living-room.jpg);
}

.carousel .slide-06 {
	background-image: url(/images/banners/keeter-barn-landing.jpg);
}
*/

.carousel-caption h3 {
	font-size: 1.6em;
	color: #FFF;
	background-color: rgba(0, 0, 0, 0.5);
	display: inline-block;
	padding: 15px; 
}

/* Carousel Fading slide */
.carousel-inner > .item > img {
  margin: 0 auto;
}

.carousel-fade .carousel-inner { background: #FFF; }
.carousel-fade .carousel-control { z-index: 2; }  
.carousel-fade .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  }

  .carousel-fade .next.left,
  .carousel-fade .prev.right,
  .carousel-fade .item.active { opacity: 1; }

  .carousel-fade .active.left,
  .carousel-fade .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
    }


/* Safari Fix */
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}

/* Sigplus */

.sigplus-gallery .captionplus {
	font-weight: bold;
	font-size: 1.5em;
}

/* FB Icon */

.fa-facebook-square {
	color: #4267B2;
}


/* Copyright */

.copyright {
	text-align: center;
	color: #EEE;
	font-size: .9em;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #173940;
	border-bottom: 15px solid #C48B51;
}

/* Random Testimonials */

.random-testimonial {
	background-color: #FFF8F1;
	padding: 10px;
	margin-top: 20px;
	border: 1px solid #CCC;
}

/* pagination */

.pagination, .pagination-centered {
	clear: both;
	display: block;
	text-align: center;
}
.pagination ul, .pagination-centered ul {
	margin: 0 auto;
	padding: 0;
}

.pagination ul li, .pagination-centered ul li {
	display: inline-block;
	padding: 5px 10px;
	border: 1px solid #CCC;
	margin: 5px 10px;
	background-color: #EEE;
}

/* Map Container */

.map-container iframe {
    pointer-events: none;
}
  
/* Home Plans */

.custom_homeplans img {
	width: 100%;
	height: auto;
}

/* Top Button */

.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 30px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(2, 145, 142, 0.8) url(../images/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #CCC;
  opacity: 1;
}

/* Contacts */

.contact .thumbnail {
	border: 0;
}

.contactIcon {
	width: 100%;
	height: auto;
}

#jform_spacer-lbl {
	width: 100%;
	display: block!important;
	clear: both!important;
}

#contact-form input,#contact-form textarea {
	max-width: 230px;
}

.contact-form legend {
	font-size: .9em;
	width: 310px;
}

.contact .thumbnail img {
	height: 300px;
	width: auto;	
}

.contact-form .btn {
	margin-top: 10px;
}

.contact-form .control-label label {
	text-align: left;
	width: 80px;
	float: left;
}

#jform_contact_name, #jform_contact_emailmsg, #jform_contact_email, #jform_contact_message {
	width: 300px;
	clear: both;
}

#jform_captcha {
	clear: both;
	width: 100%;
}

.contact-category ul.category {
	margin: 0;
	padding: 0;
}

.contact-category ul.category li {
	list-style-type: none;
}

.contact p {
	display: block;
	clear: left;
}


.filter-search-lbl {
	display: none;
}

#filter-search {
	margin-bottom: 20px;
}

/* Social */
.social {

}

/* Search */

.search {

	
}

.search .input-medium {
	border: 0;
	border-radius: 5px;
	border: 1px solid #999;
	height: 30px;
	box-shadow: 0;
}

.search label {
	display: none;
}

.search .btn {
	height: 32px;
}

/* Dropdown Fade-in */

.open > .dropdown-menu {
  animation-name: slidenavAnimation;
  animation-duration:.5s;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;

  -webkit-animation-name: slidenavAnimation;
  -webkit-animation-duration:.5s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;

  -moz-animation-name: slidenavAnimation;
  -moz-animation-duration:.5s;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: ease;
  -moz-animation-fill-mode: forwards;
}
@keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@media (max-width: 767px) {
		
	.carousel-caption  {
		display: none;
	}	
}

@media (max-width: 991px) {
.search {
	float: none;
	margin: 0px 0 10px 0;
	text-align: center;
}

.carousel .slides {
	
}

.top-right {
	text-align: center;
	margin-top: 0px;
}


.top-left {
	text-align: center;	

}

.button-row .btn {
	margin-bottom: 20px;
}

}

@media (min-width: 501px) and (max-width: 767px) {

}