body{
	-webkit-text-size-adjust: 100%;
}

body, html {
	font-family: 'Open Sans', sans-serif;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	color: #666;
	font-weight: 400;
	width: 100% !important;
	height: 100% !important;
}



.carousel-item {
  height: 65vh;
  min-height: 100%;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.item img {
  height: 65vh;
  min-height: 75;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  margin: 0 auto;
}

.log
	{
	top:0px;
	margin-top: -30px;
	padding-bottom: 5px;
	border: 1px solid red;
	}
	
#page-top
{
	border: 0px solid blue;
}	
	
#myCarousel
{
	margin-top: 135px;
	border: 0px solid red;
}	

.carousel{position:relative}

.carousel.pointer-event{-ms-touch-action:pan-y;touch-action:pan-y}

.carousel-inner{position:relative;width:100%;overflow:hidden}

.carousel-inner::after{display:block;clear:both;content:""}

.carousel-item{position:relative;display:none;float:left;width:100%;margin-right:-100%;-webkit-backface-visibility:hidden;backface-visibility:hidden;transition:-webkit-transform .6s ease-in-out;transition:transform .6s ease-in-out;transition:transform .6s ease-in-out,-webkit-transform .6s ease-in-out}@media screen and (prefers-reduced-motion:reduce){.carousel-item{transition:none}}.carousel-item-next,.carousel-item-prev,.carousel-item.active{display:block}.active.carousel-item-right,.carousel-item-next:not(.carousel-item-left){-webkit-transform:translateX(100%);transform:translateX(100%)}.active.carousel-item-left,.carousel-item-prev:not(.carousel-item-right){-webkit-transform:translateX(-100%);transform:translateX(-100%)}.carousel-fade .carousel-item{opacity:0;transition-property:opacity;-webkit-transform:none;transform:none}.carousel-fade .carousel-item-next.carousel-item-left,.carousel-fade .carousel-item-prev.carousel-item-right,.carousel-fade .carousel-item.active{z-index:1;opacity:1}.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right{z-index:0;opacity:0;transition:0s .6s opacity}@media screen and (prefers-reduced-motion:reduce){.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right{transition:none}}.carousel-control-next,.carousel-control-prev{position:absolute;top:0;bottom:0;z-index:1;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:15%;color:#fff;text-align:center;opacity:.5;transition:opacity .15s ease}@media screen and (prefers-reduced-motion:reduce){.carousel-control-next,.carousel-control-prev{transition:none}}.carousel-control-next:focus,.carousel-control-next:hover,.carousel-control-prev:focus,.carousel-control-prev:hover{color:#fff;text-decoration:none;outline:0;opacity:.9}.carousel-control-prev{left:0}.carousel-control-next{right:0}.carousel-control-next-icon,.carousel-control-prev-icon{display:inline-block;width:20px;height:20px;background:transparent no-repeat center center;background-size:100% 100%}.carousel-control-prev-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e")}.carousel-control-next-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e")}

.carousel-indicators{position:absolute;right:0;bottom:0;left:0;z-index:15;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;padding-left:0;margin-right:15%;margin-left:15%;list-style:square}

.carousel-indicators li{box-sizing:content-box;-ms-flex:0 1 auto;flex:0 1 auto;width:30px;height:3px;margin-right:3px;margin-left:3px;text-indent:-999px;cursor:pointer;background-color:#fff;background-clip:border-box;border-top:10px solid transparent;border-bottom:10px solid transparent;opacity:.5;transition:opacity .6s ease}@media screen and (prefers-reduced-motion:reduce){.carousel-indicators li{transition:none}}.carousel-indicators .active{opacity:1}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center}

.carousel-item {
    transition-duration: 1.5s, 1.5s;
}

h2 {
	margin: 0 0 20px 0;
	font-weight: 600;
	font-size: 36px;
	color: #333;
}

#affiliations h2 {
	margin: 30px 0 20px 0;
	font-weight: 600;
	font-size: 36px;
	color: #333;
}

h3, h4 {
	font-size: 20px;
	font-weight: 400;
	color: #333;
}

.galleryunderline
{
	font-size: 20px;
	font-weight: 400;
	color: #333;
	border-bottom: 1px solid #bf9641;
	padding-bottom: 10px;
}

h5 {
	text-transform: uppercase;
	font-weight: 700;
	line-height: 20px;
}
p {
	font-size: 15px;
}
p.intro {
	margin: 12px 0 0;
	line-height: 24px;
}
a {
	color: #fff;
	font-weight: 400;
}

a:hover, a:focus {
	text-decoration: none;
	color: #222;
}

ul, ol {
	list-style: none;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
ul, ol {
	padding: 0;
	webkit-padding: 0;
	moz-padding: 0;
}
hr {
	height: 3px;
	width: 70px;
	text-align: center;
	position: relative;
	background: #bf9641;
	margin: 0 auto;
	margin-bottom: 20px;
	border: 0;
}

#fullhr {
	height: 1.5px;
	width: 82%;
	max-width: 100%;
	text-align: left;
	position: relative;
	background: #990000;
	margin: 0 auto;
	margin-bottom: 20px;
	border: 0px solid red;
	display: none;
	float: left;
}

form hr {
	height: 1.5px;
	text-align: center;
	width: 850px;
	max-width: 82%;
	position: relative;
	background: #004852;
	margin: 0 auto;
	margin-bottom: 20px;
	border: 1 px solid red;
	display: inline-block;
}

.formleft
			{
				width: 100%;
				float: left;
				margin: 0px 0px 0px 0px;
				padding: 0px 0px 0px 0px;
				display: block;
				border: 0px solid red;
			}
			
.formright
			{
				width: 100%;
				float: left;
				margin: 0px 0px;
				padding: 0px 0px;
				display: block;
				border: 0px solid blue;
			}
			
/* Get Touch Section */
#get-touch {
	padding: 40px 0 30px;
	color: rgba(255,255,255,.9);
	background: #c49c49;
}

#get-touch-grey {
	padding: 40px 0 30px;
	color: rgba(255,255,255,.99);
	background-color: #000;
	border-top: 3px solid #c49c49;
}

#get-touch-grey h3 {
	font-size: 24px;
	font-weight: 400;
	color: #c49c49;
	margin: 0 0 10px 0;
}

#get-touch h3 {
	font-size: 24px;
	font-weight: 400;
	color: #fff;
	margin: 0 0 10px 0;
}
#get-touch .btn-custom {
	margin: 0;
	background: transparent;
	border: 2px solid #fff;
}
#get-touch .btn-custom:hover {
	color: #1f386e;
	background: #fff;
	border: 2px solid #fff;
}

#get-touch-greya .btn-custom {
	margin: 0;
	background: #bf9641;
	border: 2px solid #fff;
}
#get-touch-greya .btn-custom:hover {
	color: #bf9641;
	background: #fff;
	border: 2px solid #bf9641;
}


#get-touch-greya {
	padding: 0px 0 0px;
	background: #fff url(../images/testimonials-bg4.jpg) center center no-repeat fixed;
	background-size: cover;
	border-top: 3px solid #c49c49;
}

#get-touch-greya .overlay {
	padding: 0px 0px 40px 0px;
	background: rgba(51, 51, 51, 0.9);
}

#get-touch-greya h3 {
	font-size: 21px;
	font-weight: 800;
	color: #fff;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 10px;
	float: left;
}	

#get-touch-greya p {
	font-size: 14px;
	font-weight: 800;
	color: #f7be4d;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	float: left;
}		
	
#get-touch-greyb {
	padding: 0px 0 0px;
	color: rgba(255,255,255,.9);
	background: rgba(51,51,51,.1);
	background: #000;
	border-top: 3px solid #c49c49;
}

#get-touch-greyb {
	background: #444 url(../images/testimonials-bg4.jpg) center center no-repeat fixed;
	background-size: cover;
}
#get-touch-greyb .overlay {
	padding: 0px 0px 20px 0px;
	background: rgba(86, 86, 86, 0.85);
}

#get-touch-greyb h3 {
	font-size: 24px;
	font-weight: 800;
	color: #c49c49;
	margin: 0 0 10px 0;
}	

.maptext
{
	font-size: 16px;
	font-weight: 800;
	color: #c49c49;
	margin: 0 0 10px 0;
}

.iframe-containermap {
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
  border: 0px solid red;
}
 
.iframe-containermap iframe {
   border: 0px solid red;
   height: 100%;
   left: 0;
   position: absolute;
   top: 0;
   width: 100%;
}
 
/* 4x3 Aspect Ratio */
.iframe-container-4x3 {
  padding-top: 75%;
}

/* Navigation */
#menu {
	padding: 30px;
	transition: all 0.1s;

}
#menu.navbar-default {
	background-color: rgba(51, 51, 51, 0.9);
	border-color: rgba(51, 51, 51, 0.9);
	border: 0px solid orange;
	max-width: 100%;
	margin: 0px 0px 0px 0px;
}
#menu a.navbar-brand {
	font-weight: 600;
	color: #fff;
}

.dropdown-menu {
	background-color: rgba(51, 51, 51, 0.9);
	border-color: rgba(51, 51, 51, 0.9);
	border: 0px solid orange;
	margin: 0px 0px 0px 0px;
}

.menu-large {
  position: static !important;

}

.megamenu {
  padding: 0px 0px;
  width: 100%;
}

.megamenu .dropdown-menu {
  background: none;
  border: none;
  width: 100%;

}
.megamenu .row{
	overflow-y: scroll;
	height: auto;
	border-top: 2px solid #bf9641;
	overflow-x: hidden;
}
.megamenu > div > li > ul {
  padding: 0;
  margin: 0;
}

.megamenu > div > li > ul > li {
  list-style: none;
}

.megamenu > div > li > ul > li > a {
  display: block;
  padding: 7px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #fff;
  font-size: 15px;
	font-weight: 600;
	letter-spacing: 1px;
	 background: none;
	 background-color: none;
}

.megamenu > div > li > ul > li > a:hover,
.megamenu > div > li > ul > li > a:focus {
  text-decoration: none;
  color: #bf9641;
  background-color: none;
  background: none;
}

.megamenu.disabled > a,
.megamenu.disabled > a:hover,
.megamenu.disabled > a:focus {
  color: #999999;
}

.megamenu.disabled > a:hover,
.megamenu.disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
  cursor: not-allowed;
}

#fml
{
	background: rgba(51, 51, 51, 0.9) !important;
	height: auto;
}

@media (max-width: 768px) {
  .megamenu {
    margin-left: 0;
    margin-right: 0;
  }
  .megamenu > li {
    margin-bottom: 30px;
  }
  .megamenu > li:last-child {
    margin-bottom: 0;
  }
  .megamenu.dropdown-header {
    padding: 3px 15px !important;
  }
  .navbar-nav .open .dropdown-menu .dropdown-header {
    color: #fff;
  }
  
  .menu-large {
	position: relative !important;
}
.navbar-collapse {
        margin-top: 15px;
		border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
}



/*
#menu a.navbar-brand h1{
	font-weight: 600;
	color: #fff;
	border: 2px solid red;
	margin-top: -250px;
	padding: 0px 0px 0px 90px;
	margin: 0px 0px;
	float: right;
	display: block;
}
*/

#menu.navbar-default .navbar-nav > li > a, #menu.navbar-default .navbar-nav > li > ul > li a {
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 1px;
	padding: 8px 2px;
	border-radius: 0;
	margin: 9px 10px 0 10px;
	
}
#menu.navbar-default .navbar-nav > li > a:hover, #menu.navbar-default .navbar-nav > li > ul > li a:hover{
	color: #bf9641;
	background-color: transparent !important;
	background: none !important;
}
.on {
	background-color: rgba(51, 51, 51, 0.9) !important;
	padding: 0 !important;
	padding: 25px 0 !important;
	opacity: 1;
	color: #bf9641;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #bf9641 !important;
	background-color: transparent;
	background: none !important;
}
.navbar-toggle {
	border-radius: 0;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #fff;
	border-color: #fff;
}
.navbar-default .navbar-toggle:hover>.icon-bar {
	background-color: #bf9641;
}

.navbar-header
{
	border: 0px solid red;
	height: 75px;

}

.logo
{
	border: 0px solid blue;
	height: 75px;
	margin: -15px -125px 0px 0px;
	padding: 0px 0px;
}

.navbar-nav
{
	border: 0px solid green;
	width: auto;
	height: auto;
}

#menu ul li a:link
{
	background: none;
	background-color: none;
	color: none;
}





.section-title {
	margin-bottom: 70px;
}
.section-title p {
	font-size: 18px;
	color: #666;
}
.btn-custom {
	text-transform: uppercase;
	color: #fff;
	background-color: #bf9641;
	padding: 14px 20px;
	letter-spacing: 1px;
	margin: 0;
	font-size: 17px;
	font-weight: 600;
	border-radius: 6px;
	margin-top: 20px;
	transition: all 0.3s;
}
.btn-custom:hover, .btn-custom:focus, .btn-custom.focus, .btn-custom:active, .btn-custom.active {
	color: #bf9641;
	background-color: #fff;
}
.btn:active, .btn.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
a:focus, .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
	outline: none;
	outline-offset: none;
}

	
.btn-customa {
	text-transform: uppercase;
	color: #fff;
	background-color: #bf9641;
	padding: 14px 20px;
	letter-spacing: 1px;
	margin: 0;
	font-size: 17px;
	font-weight: 600;
	border-radius: 6px;
	margin-top: 0px;
	transition: all 0.3s;
	border: 1px solid #fff;
}
.btn-customa:hover, .btn-customa:focus, .btn-customa.focus, .btn-customa:active, .btn-customa.active {
	color: #bf9641;
	background-color: #fff;
}
.btn-customa:active, .btn-customa.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.btn-customa:focus, .btn-customa:active:focus, .btn-customa.active:focus, .btn-customa.focus, .btn-customa:active.focus, .btn-customa.active.focus {
	outline: none;
	outline-offset: none;
}


/* Header Section */
.intro {
	display: table;
	width: 100%;
	padding: 0;
	background: url(../img/intro-bg.jpg) top center no-repeat;
	background-color: #e5e5e5;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}
.intro .overlay {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,70ad47+100&0.6+0,0.4+100 */
	background: -moz-linear-gradient(top, rgba(0,0,0,0.6) 0%, rgba(112,173,71,0.4) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.6) 0%, rgba(112,173,71,0.4) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0.6) 0%, rgba(112,173,71,0.4) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99000000', endColorstr='#6670ad47', GradientType=0 ); /* IE6-9 */
}
.intro .fa {
	font-size: 94px;
	margin-bottom: 40px;
	color: #fff;
}
.intro h1 {
	color: #fff;
	font-size: 64px;
	font-weight: 700;
	letter-spacing: -1px;
	margin-top: 0;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.intro p {
	color: #fff;
	font-size: 22px;
	margin-top: 20px;
	line-height: 28px;
	margin-bottom: 40px;
}
.intro .btn-custom {
	border-top: 1px solid rgba(255,255,255,0.4);
	border-bottom: 1px solid rgba(255,255,255,0.4);
}
header .intro-text {
	padding-top: 320px;
	padding-bottom: 200px;
	text-align: center;
}

/* About Section */
#builder {
	padding: 50px 0 50px 0;
	background: #f6f6f6;
}

/* About Section */
#about {
	padding: 120px 0 80px 0;
	background: #f6f6f6;
}
#about h3 {
	font-size: 22px;
	font-weight: 600;
	margin: 20px 0 0 0;
}
#about .about-text span {
	color: #bf9641;
	font-weight: 700;
	letter-spacing: -1px;
}

#about hr {
	left: 0px;
	margin-bottom: 40px;
	width: 200px;
	margin: 0 0 0 0;
}

#about .btn {
	margin-top: 40px;
}
#about .about-media img {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
}
#about .about-text, #about .about-desc {
	margin-bottom: 40px;
}
#about p {
	line-height: 24px;
	margin-top: 20px;
}

.about-text li
{
	margin-left:15px;
	padding: 10px 0px 0px 0px;
}

.about-text h4
{
	color: #bf9641;
	padding: 10px 0px 0px 0px;
	font-weight: 600;
}

.about-text li a
{
	color: #bf9641;
	padding: 10px 0px 0px 0px;
	font-weight: 600;
}

.about-text li a:hover
{
	color: #000;
}

.col-md-6 img
{
	text-align: center;
}

/* Blog Section */

/* About Section */
#blog {
	padding: 150px 0 40px 0;
	background: #f6f6f6;
}
#blog h2 {
	font-size: 28px;
	font-weight: 600;
	margin: 10px 0 0 0;
	padding-bottom: 0px;
}
#blog .blog-text span {
	color: #bf9641;
	font-weight: 700;
	letter-spacing: -1px;
}

#blog hr {
	left: 0px;
	margin-bottom: 10px;
	width: 325px;
	margin: 0 0 0 0;
}

#blog .btn {
	margin-top: 40px;
}
#blog .blog-media img {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
}
#blog .blog-text, #blog .blog-desc {
	margin-bottom: 0px;
}
#blog p {
	line-height: 24px;
	margin-top: 20px;
}

#blog .carousel
{
	margin-top: 20px;
}


.blog
{
	display: block;
	list-style-type: disc;
	margin-top: 1em;
	margin-bottom: 1 em;
	margin-left: 0;
	margin-right: 0;
	padding-left: 10px;
}
.blog li
{
	padding: 10px 0px 10px 0px;
	font: 25px;
}

.blog li a
{
	padding: 10px 0px 10px 0px;
	font-size: 15px;
}

#grey hr
{
	display: inline-block;
	margin-top: 0.25em;
	margin-bottom: 0.25em;
	margin-left: auto;
	margin-right: auto;
	border-style: inset;
	border-width: 0px;
	padding: 0px 0px;
}

.grey
{
	display: block;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	margin-left: auto;
	margin-right: auto;
	border-width: 1px;
}

.col-sm-4
{
	border: 0px solid red;

}

.col-sm-8
{
	border: 0px solid blue;

}

/* floorplans Section */

#floorplans
{
	padding: 50px 0;
}

#floorplans .container .row
{
	height: auto;
	border: 0px solid orange;
}

/* floorplans Section make all same height*/
#floorplans .row
{
	padding: 0px 0px 15px 0px;
	display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  flex-wrap: wrap;
}

#floorplans .row .col-md-4 > [class*='col-'] {
  display: flex;
}


#floorplans .col-md-4
{
	border: 0px solid blue;
	background: #333;
	max-height: 100%;
	padding: 10px 10px 20px 20px;
}


#floorplans .col-md-8
{
	border: 0px solid red;
	padding: 0px 0px 0px 20px;
}

#floorplans h3
{
	font-size: 24px;
	font-weight: 800;
	color: #bf9641;
	padding-bottom: 20px;
}

#floorplans h4
{
	font-size: 20px;
	font-weight: 600;
	color: #bf9641;
	padding-bottom: 10px;
}

.fptxt
{
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
}

.fptxtb
{
	font-size: 16px;
	font-weight: 600;
	color: #333;
	text-transform: uppercase;
}

.fptxt li
{
	padding: 0px 0px 10px 0px;
}

#floorplans .col-md-6 img
{
	border: 0px solid red;
	margin: 10px 10px 10px 0px;
	padding: 0px 10px 0px 10px;
	display: flex;
}

.col-md-3, .col-md-5
{
	border: 0px solid #333;
}

.col-md-3
{
	border: 0px solid red;
	padding: 0px 0px -20px 20px;
}

#open-house
{
	border: 0px solid red;
	padding: 0px 0px -20px 20px;
	background: #fff;
	border: 0px solid red;
	padding: 0px 0px -20px 20px;
}

.img-responsivea
{
	display: flex;
	width: 100%;
	padding-bottom: 15px;
}

.greyhr {
	height: 1.5px;
	text-align: center;
	width: 850px;
	max-width: 82%;
	position: relative;
	background: #666;
	margin: 0 auto;
	margin-bottom: 20px;
	border: 1 px solid red;
	display: inline-block;
}

/* Services Section */
#services {
	padding: 50px 0;
	background: #333;
}
#services .service-media {
	margin: 10px;
}
#services .service-media img {
	position: relative;
	width: 200px;
	height: 200px;
	border-radius: 50%;
	border: 10px solid rgba(255,255,255,0.1);
}
#services .service-media img:hover {
	position: relative;
	width: 200px;
	height: 200px;
	border-radius: 50%;
	background: #fff;
	border: 10px solid rgba(191,150,65,0.9);
	opacity: .9;
}

.service-media .btn
{
	border-radius: 50%;
	width: 225px;
	height: 225px;
}

.service-media a {
  background-color: #4CAF50; /* Green */
  border: none;
  color: white;
  padding: 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}



#services .service-desc {
	margin: 10px 10px 40px;
	text-align: center;
}
#services h2 {
	color: #fff;
}
#services h3 {
	color: #fff;
	font-size: 24px;
	font-weight: 400;
	padding: 5px 0;
}
#services p {
	color: rgba(255,255,255,0.9);
}
#services hr {
	background: rgba(255,255,255,0.6);
}

.service-desc li
{
	text-align: center;
	margin-left: 25px;
}

.service-desc ul, .service-desc li
{
	color: #fff;
	padding: 7px 0px 0px 0px;
}

/* Sitemap */
.site li a, .siteh a, .site ul li ul a
{
	font-weight: 600;
	font-size: 16px;
	margin: 0 auto;
	color: #666;
	padding: 10px 0px 0px 0px;
}

.sitea
{
	font-weight: 600;
	font-size: 16px;
	margin: 0px 0px 0px 15px;
	color: #666;
	padding: 0px 0px 0px 0px;
}

.site li a:hover
{
	color: #bf9641;
}

.about-text h4 a
{
	color: #bf9641;
	padding: 10px 0px 0px 0px;
	font-weight: 600;
}

.about-text h4 a:hover
{
	color: #666;
}

/* Portfolio Section */
#portfolio {
	padding: 100px 0;
	background: #f6f6f6;
}

.col-md-6 img
{
	text-align: center;
	font-weight: 600;
	font-size: 18px;
	margin: 0 auto;
	color: #004852;
	padding: 10px 0px 0px 0px;
	width: 338px;
	display: block;
	border: 0px solid red;
}

.centereda a h2
{
	text-align: center;
	font-weight: 600;
	font-size: 18px;
	margin: 0 auto;
	color: #004852;
	padding: 10px 0px 0px 0px;
}

.centereda a:hover h2
{
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	margin: 0 auto;
	color: #000;
	
}

/* hr access */

.hrlist
{
	padding: 10px 0px 0px 10px;
	font-weight: 600;
	font-size: 16px;
}

.categories {
	text-align: center;
}
ul.cat li {
	display: inline-block;
}
ol.type li {
	display: inline-block;
	margin: 0 10px 40px 10px;
}
ol.type li a {
	color: #555;
	font-size: 16px;
	font-weight: 400;
	padding: 8px 16px;
	background: #e6e6e6;
	border: 0;
	border-radius: 4px;
	letter-spacing: 1px;
	text-transform: uppercase;
	transition: all 0.3s;
}
ol.type li a.active {
	background: #004852;
	color: #fff;
}
ol.type li a:hover {
	background: #004852;
	color: #fff;
}
.isotope-item {
	z-index: 2
}
.isotope-hidden.isotope-item {
	z-index: 1
}
.isotope, .isotope .isotope-item {
	/* change duration value to whatever you like */
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
.isotope-item {
	margin-right: -1px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.isotope {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	transition-property: height, width;
}
.isotope .isotope-item {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	transition-property: transform, opacity;
}
.portfolio-item {
	margin: 15px 0;
}
.portfolio-item .hover-bg {
	overflow: hidden;
	position: relative;
	margin: 0 auto;
}
.hover-bg .hover-text {
	position: absolute;
	text-align: center;
	margin: 0 auto;
	color: #fff;
	background: rgba(0, 0, 0, 0.6);
	padding: 30% 0 0 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: all 0.5s;
}
.hover-bg .hover-text>h4 {
	opacity: 0;
	color: #fff;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	transition: all 0.3s;
	font-size: 18px;
	letter-spacing: 1px;
	font-weight: 300;
	text-transform: uppercase;
}
.hover-bg:hover .hover-text>h4 {
	opacity: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.hover-bg:hover .hover-text {
	opacity: 1;
}
/* Testimonials Section */
#testimonials {
	background: #444 url(../img/testimonials-bg2.jpg) center center no-repeat fixed;
	background-size: cover;
}
#testimonials .overlay {
	padding: 120px 0;
	background: rgba(86, 86, 86, 0.85);
}
#testimonials h2 {
	color: #fff;
}
#testimonials hr {
	background: rgba(255,255,255,0.6);
}
#testimonial p {
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	line-height: 32px;
}
/* Testimonials 2 Section */
#testimonialsa {
	background: #444 url(../img/testimonials-bg1.jpg) center center no-repeat fixed;
	background-size: cover;
}
#testimonialsa .overlay {
	padding: 120px 0;
	background: rgba(86, 86, 86, 0.85);
}
#testimonialsa h2 {
	color: #fff;
}
#testimonialsa hr {
	background: rgba(255,255,255,0.6);
}
#testimoniala p {
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	line-height: 32px;
}

.owl-theme .owl-controls .owl-page span {
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=1);
	opacity: 1;
	border-radius: 50%;
	background: rgba(255,255,255,0.4);
	transition: all 0.5s;
	border: 1px solid rgba(255,255,255,0.3);
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
	filter: Alpha(Opacity=100);
	opacity: 1;
	background: #fff;
	border: 1px solid #fff;
}
.owl-theme .owl-controls .owl-page.active span {
	background: #fff;
	border: 1px solid #fff;
}
/* Contact Section */
#contact {
	padding: 100px 0;
	background: #fff;
}
#contact .section-title p {
	color: #fff;
}
#contact form {
	padding: 0;
	margin-top: 40px;
}
#contact h3 {
	text-transform: uppercase;
	font-size: 17px;
	font-weight: 600;
}
#contact .text-danger {
	color: #cc0033;
	text-align: left;
}
label {
	font-size: 12px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	float: left;
}

#contact .form-control {
	display: block;
	width: 100%;
	padding: 20px 20px;
	font-size: 16px;
	line-height: 1.42857143;
	color: #444;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ddd;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}
#contact .form-control:focus {
	outline: 0;
	-webkit-box-shadow: 0 0 15px #ddd;
	box-shadow: 0 0 15px #ddd;
}
.form-control::-webkit-input-placeholder {
color: #777;
}
.form-control:-moz-placeholder {
color: #777;
}
.form-control::-moz-placeholder {
color: #777;
}
.form-control:-ms-input-placeholder {
color: #777;
}
#contact .contact-info {
	margin-bottom: 30px;
}
#contact .contact-info hr {
	background: #ddd;
}
#contact .contact-item {
	margin: 10px 0 10px 0;
}
#contactb .contact-item {
	margin: 10px 0 10px 0;
}
sup
{
	color: #ff0000;
	font-weight: bold;
}

#estForm .form-control {
	display: block;
	width: 100%;
	padding: 20px 20px;
	font-size: 16px;
	line-height: 1.42857143;
	color: #444;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ddd;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}

#estForm {
	display: block;
	width: 100%;
	padding: 20px 20px;
	font-size: 16px;
	line-height: 1.42857143;
	color: #444;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}

#estForm .row {
	display: block;
	width: 100%;
	padding: 10px 0px;
	color: #444;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}
 
/* this works for the checkboxes */
.form
	{
		display:flex;
		flex-direction:column;
	}

.checkbox-container
	{
		display:flex;
	}		
	
.radio-container
	{
		display:flex;
	}	

.checkbox-container
	{
		padding: 0px 0px 0px 0px;
		margin: auto 0;
		margin-top: 5px;
	}	
	
.checkbox-container label
	{
		padding: 2px 0px 0px 10px;
		font-size: 16px;
		margin: auto 0;
		margin-top: 0px;
		border: 0px solid red;
	}		

#estForm label 
	{
		font-size: 16px;
		font-weight: 400;
		font-family: 'Open Sans', sans-serif;
		width: 100%;
	}

.form-group label
	{
		font-family: 'Open Sans', sans-serif;
		border: 0px solid red;
		display: block;
		width: 100%;
	}
	
	

/* Footer Section B affiliations*/
#footerb {
	background: #fff;
	padding: 5px 0 0px;
}

#footerb .social {
	margin: 10px 0 10px 0;
}
#footerb .social ul li {
	display: inline-block;
	margin: 0 20px;
}


#footer {
	background: #333;
	padding: 30px 0 20px;
}
#footer h3 {
	color: #1e7a46;
	font-weight: 400;
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 20px;
}
#footer .social {
	margin: 10px 0 50px 0;
}
#footer .social ul li {
	display: inline-block;
	margin: 0 20px;
}
#footer .social i.fa {
	font-size: 22px;
	width: 40px;
	height: 40px;
	padding: 10px;
	background: #444;
	color: #fff;
	border-radius: 50%;
	transition: all 0.3s;
}
#footer .social i.fa:hover {
	background: #004852;
	color: #fff;
}
#footer p {
	color: #999;
	font-size: 15px;
}
#footer a {
	color: #fff;
}
#footer a:hover {
	color: #fff;
}

/* Contact Section BLUE*/
#contactb {
	padding: 100px 0 60px 0;
	background: #bf9641;
	color: rgba(255,255,255,.65);
}

#contact {
	padding: 100px 0 60px 0;
	background: #bf9641;
	color: rgba(255,255,255,.65);
}

#contactb .section-title, #contact .section-title {
	margin-bottom: 40px;
}
#contactb h2, #contact h2 {
	color: #fff;
	margin-top: 10px;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
#contactb h4, #contact h4 {
	color: #fff;
	margin-top: 22px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

#contactb p, #contact p {
	color: #fff;
}

#contactb form, #contact form {
	padding-top: 20px;
}
#contactb h3, #contact h3 {
	font-size: 17px;
	font-weight: 600;
}
#contactb .text-danger, #contact .text-danger {
	color: #cc0033;
	text-align: left;
}
#contactb .btn-custom, #contact .btn-custom {
	margin: 30px 0;
	background: transparent;
	border: 2px solid #fff;
}
#contactb .btn-custom:hover, #contact .btn-custom:hover {
	color: #1f386e;
	background: #fff;
}
label {
	font-size: 12px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	float: left;
}
#contactb .form-control, #contact .form-control {
	display: block;
	width: 100%;
	padding: 6px 12px;
	font-size: 16px;
	line-height: 1.42857143;
	color: #444;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ddd;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}
#contactb .form-control:focus, #contact .form-control:focus {
	border-color: #999;
	outline: 0;
	-webkit-box-shadow: transparent;
	box-shadow: transparent;
}
.form-control::-webkit-input-placeholder {
color: #777;
}
.form-control:-moz-placeholder {
color: #777;
}
.form-control::-moz-placeholder {
color: #777;
}
.form-control:-ms-input-placeholder {
color: #777;
}
#contactb .contact-item, #contact .contact-item {
	margin: 20px 0;
}

#contactb .contact-item a, #contact .contact-item a {
	color: #fff;
}

#contactb .contact-item a:hover, #contact .contact-item a:hover {
	color: #333;
}

#contactb .contact-item span, #contact .contact-item span {
	color: rgba(255,255,255,1);
	display: block;
}

#contactb .social, #contact .social {
	border-top: 1px solid rgba(255,255,255,0.4);
	padding-top: 50px;
	margin-top: 50px;
	text-align: center;
}

#contactb .social {
	border-top: 0px solid rgba(255,255,255,0.4);
	padding-top: 15px;
	margin-top: 20px;
	text-align: center;
}


#contactb .social ul li, #contact .social ul li {
	display: inline-block;
	margin: 0 20px;
}
#contactb .social i.fa, #contact .social i.fa {
	font-size: 24px;
	padding: 10px;
	color: rgba(255,255,255);
	transition: all 0.3s;
}
#contactb .social i.fa:hover, #contact .social i.fa:hover {
	color: #333;
}			

#contactb {
	padding: 10px 0 20px 0;
	background: #bf9641;
	color: rgba(255,255,255,.65);
}

@media (min-width: 568px) and (max-width: 990px) {
	#get-touch
	{
		border: 0px solid red;
		padding: 10px 0px 10px 0px;
	}
	#get-touch-greya
	{
		border-top: 3px solid #c49c49;
		padding: 0px 0px 0px 0px;
	}
	#get-touch h3, #get-touch-greya h3 {
	font-size: 24px;
	font-weight: 400;
	padding: 0px 0px 0px 10px;
	}
	#get-touch .container, #get-touch-greya .container{
	display: inline-block;
	width: 100%;
	padding-left: 10px;
	margin: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	}
	#get-touch .half, #get-touch-greya .half {
	display: block;
	width: 66%;
	border: 0px solid red;
	text-align: center;
	}
	#get-touch .halfa, #get-touch-greya .halfa{
	display: block;
	width: 30%;
	border: 0px solid red;
	text-align: center;
	}
	#get-touch-greya p{
	border: 0px solid red;
	text-align: center;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 10px 10px;
	}

#get-touch-greya .halfa {
	display: block;
	width: 30%;
	border: 1px solid red;
	text-align: center;
	}

	
	#about .container
{
	padding: 0px 10px 20px 0px;
	margin: -85px 0px 0px 40px;
}
}
@media (max-width: 1200px) {
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        margin-top: 15px;
		border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-collapse.collapse.in {
        display: block!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
		
    }
	
	
}

@media (max-width: 1000px) {
#floorplans .row
{
	padding: 0px 0px 15px 0px;
	display: block;
	margin: 15px 0;
}

#floorplans .row .col-md-4 > [class*='col-'] {
  width: 100%;
  margin: 10px 0px 25px 0px;
}
#floorplans .col-md-8
{
	border: 0px solid red;
	padding: 0px 0px 0px 0px;
}



}

@media (max-width: 676px) {
	#about .container
{
	padding: 0px 10px 0px 0px;
	margin: -85px 10px 0px 20px;
	border: 0px solid green;
}
#get-touch-greya p{
	border: 0px solid red;
	text-align: center;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 10px 0px;
	}
}

@media (max-width: 768px) {
  .megamenu {
    margin-left: 0;
    margin-right: 0;
  }
  .megamenu > li {
    margin-bottom: 30px;
  }
  .megamenu > li:last-child {
    margin-bottom: 0;
  }
  .megamenu.dropdown-header {
    padding: 3px 15px !important;
  }
  .navbar-nav .open .dropdown-menu .dropdown-header {
    color: #fff;
  }
  
  .menu-large {
	position: relative !important;
}
.navbar-collapse {
        margin-top: 15px;
		border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
}

@media (min-width: 568px) and (max-width: 990px) {
	#get-touch
	{
		border: 0px solid red;
		padding: 10px 0px 10px 0px;
	}
	#get-touch-greya
	{
		border-top: 3px solid #c49c49;
		padding: 0px 0px 0px 0px;
	}
	#get-touch h3, #get-touch-greya h3 {
	font-size: 24px;
	font-weight: 400;
	padding: 0px 0px 0px 10px;
	text-align: center;
	display: block;
	width: 100%;
	}
	#get-touch .container, #get-touch-greya .container{
	display: block;
	width: 100%;
	padding-left: 10px;
	margin: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-align: center;
	}
	#get-touch .half, #get-touch-greya .half {
	display: inline;
	width: 100%;
	border: 0px solid blue;
	text-align: center;
	}
	#get-touch .halfa, #get-touch-greya .halfa{
	display: inline;
	width: 100%;
	border: 0px solid red;
	text-align: center;
	}
	#get-touch-greya p{
	border: 0px solid red;
	text-align: center;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 10px 10px;
	display: block;
	width: 100%;
	}

#get-touch-greya .halfa {
	display: inline;
	width: 100%;
	border: 0px solid red;
	text-align: center;
	}