/*!

 */

/* Global Styles */

html,
body {
    height: 100%;
	    font-family: 'Montserrat', sans-serif;
background-color: #e7e9eb;
	

  overflow-x: hidden; /* Hide horizontal scrollbar */
}


body {
    padding-top: 75px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}

.img-portfolio {
    margin-bottom: 30px;
}

.img-hover:hover {
    opacity: 0.8;
}

/* Home Page Carousel */

header.carousel {
   height: 65%;
}

header.carousel2 {
   height: 25%;
}


header.carousel3 {
   height: 45%;
}

header.carousel .item,
header.carousel .item.active,
header.carousel .carousel-inner {
    height: 100%;
}

header.carousel .fill{
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

header.carousel2 .fill, header.carousel3 .fill {
    width: 100%;
    height: 100%;
    background-position: bottom;
    background-size: cover;

	
}

/* 404 Page Styles */

.error-404 {
    font-size: 100px;
}

/* Pricing Page Styles */

.price {
    display: block;
    font-size: 50px;
    line-height: 50px;
}

.price sup {
    top: -20px;
    left: 2px;
    font-size: 20px;
}

.period {
    display: block;
    font-style: italic;
}

/* Footer Styles */

footer {
    margin: 50px 0;
}

/* Responsive Styles */

@media(max-width:991px) {
    .customer-img,
    .img-related {
        margin-bottom: 30px;
    }
}

@media(max-width:767px) {
    .img-portfolio {
        margin-bottom: 15px;
    }

    header.carousel .carousel {
        height: 70%;
    }
}

.footerholder2{
	border:1px solid #fff;
	width:100%;
	
	background:#fff;
}
.footerholder {

    border: 1px solid #e7e9eb;
    width: 100%;
    background: #e7e9eb;

}

.developerholder{
	border:1px solid #D1D2D3;
	width:100%;
	
	background:#D1D2D3 url(../img/developer_top.jpg) top;
}

.areaholder {
    width: 100%;
    background: #D1D2D3 url(../img/area_top.jpg) bottom no-repeat;
	 -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
    min-height: 200px;
}

.areaholder h1 {
    padding-top: 100px;
}


.footerholder hr, .footerholder2 hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #D0D2D3;
}


.ltblueholder{
	width:100%;
	background:#e6e9eb;
	 padding: 40px 0px;
}


.mdgrayholder{
	width:100%;
	background:#dde4e8 url(../img/floorplan_back.jpg) no-repeat bottom left;
}

.mdgrayholder .container{
	padding:0px 10px 100px 10px;
	
}

.dkblueholder{
	width:100%;
	background:#313d50;
}

.dkblueholder .container{
	padding:0px 10px 100px 10px;
	
}
.dkblueholder h1{
	color:#fff;
	
}

.dkblueholder ul li{
	color:#fff;
	text-transform:uppercase;
	padding-bottom:20px;
	    font-size: 13px;
    letter-spacing: .125em;
}
.dkblueholder ul {
    padding: 10px;
}

.mdgrayholder hr{
	   margin-top: 5px;
    margin-bottom: 15px;
    border: 0;
    border-top: 1px solid #fff;
}


.mdgrayholder h1 a {
	font-size:18px;
	
}


.mdgrayholder h1 a:hover, .mdgrayholder h4 a:hover, .detailsheaders a:hover {
	opacity:.5;
	
}


img.border {
		border-bottom:10px solid #E6E4E4;

}



.ltgrayholder{
    border: 1px solid #fff;
    width: 100%;
    background: #fff;
	padding: 50px 0px;
}

.ltgrayholder .container{
padding: 0px 10px;	
}


.ltgrayholder h3{
    font-family: 'Montserrat', sans-serif;
font-weight: 300;
font-size: 16px;
color: #6A757F;

}

.contactholder{
	width:100%;
	background: url(../img/contact_back.jpg) no-repeat top center ; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding-bottom:0px;
}



.contactformholder{
    background: #FFF;
    width: 65%;
    margin: 0px auto;
    padding: 50px 50px 0px 50px;
    border-bottom: 20px solid #7F8A96;

	
}

.contactformholder h3 {
    text-align: center;
    text-transform: uppercase;
    color: #999999;
    font-size: 14px;
    letter-spacing: .55em;
    margin-bottom: 80px;
	line-height: 1.5;
}

.contactformholder h2 {
    text-align: center;
    font-size: 14px;
    letter-spacing: .2em;
    color: #999999;
	font-weight: 400;
}
hr {
    margin-top: 10px;
    margin-bottom: 10px;
}

@media (max-width: 920px) {
.contactformholder{
    background: #FFF;
    width: 80%;
    margin: 0px auto;
    padding: 50px 50px 0px 50px;
    border-bottom: 20px solid #7F8A96;

	
}

}

@media (max-width: 445px) {
.contactformholder{
    background: #FFF;
    width: 80%;
    margin: 0px auto;
    padding: 20px 10px 0px 10px;
    border-bottom: 20px solid #7F8A96;

	
}

}

.register{
	color:#7F8A96;
	font-size:14px;
	margin-top:20px;
	
}

.call{
	color:#000;
	font-size:14px;
	line-height:19px;
    font-family: 'Montserrat', sans-serif;
		  max-width:120px;

}

.boldname{
    font-family: 'Montserrat', sans-serif;
		  font-weight:700;
		  font-size:12px;
		  text-transform:uppercase;

}

.italictitle{
	font-size:14px;
	font-style:italic;
	
	
}

.contactname{
	line-height:18px;
	
}

.contactname a{
	font-size:12px;
    font-family: 'Montserrat', sans-serif;

}

.contactphone{
    font-family: 'Montserrat', sans-serif;
				  font-weight:700;

}

.galleryholder{
	background:#fff ;
	padding:50px 0px;

	
}
.galleryholder img{
	margin-bottom:20px;
	
}

.galleryholder img:hover{
	opacity:.5;

}





.galleryholder p{
text-transform:uppercase;
	font-size:12px;
    font-family: 'Montserrat', sans-serif;
	  margin:0px 0px 20px 0px;

}

.building{
	color:#404041;
	text-transform:uppercase;
	font-size:12px;
    font-family: 'Montserrat', sans-serif;
	  margin:30px 0px;

	
}


.footerholder p, .footerholder2 p{
	color:#929497;
	font-size:10px;
    font-family: 'Montserrat', sans-serif;
	  margin:0px 0px 5px 18px; 

}

.footerholder .container, .footerholder2 .container{
	padding:0px 10px;
	
}

@media (max-width: 768px) {
.footerholder .containe, .footerholder2 .container{
	padding:0px 10px;
	
}

}

.developerholder .container{
	padding:0px 10px;
	
}


.levels{
	color:#929497;
	font-size:12px;
	font-weight:500;
	letter-spacing:.125em;
	padding-left:10px;
	
	
}

.details{
	color:#58595B;
	font-size:12px;
	  line-height:18px;
	  padding:0px 0px 10px 0px;
	  margin:0px;
}



.detailsheaders {
    color: #58595B;
    font-size: 12px;
	font-weight:600;
    line-height: 15px;
    padding: 0px 0px 10px 0px;
    margin: 0px;
}


a.pdfplan{
	color:#58595B;
	font-size:12px;
	  text-decoration:none;
	  background:url(../img/arrow.png) right no-repeat;
	  padding-right:15px;
	  font-weight: 400;
	  
	  
}
a:hover.pdfplan{
	color:#7e8995;
	opacity:.6;
	
}

    .google-maps {
        position: relative;
        padding-bottom: 75%; // This is the aspect ratio
        height: 0;
        overflow: hidden;
    }
    .google-maps iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }
	
	
	
	.area_blue{
		background:#939DA9;
		
	}
	
	.area_blue h1{
		color:#fff;
		font-size:30px;
		padding:30px 0px 50px 20px;
		font-weight:400;
		margin:0px;
		
	}
	
	.area_blue p{	
		color:404041;
		text-transform:uppercase;font-size:12px;
		padding: 0px 0px 20px 20px;
margin: 0;

	}
	
	
/* no-gutters Class Rules */
.row.no-gutters {
   margin-right: 0;
   margin-left: 0;
}
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
   padding-right: 0;
   padding-left: 0;
}


.name{font-weight:600;
			  text-transform:uppercase;
			  color:#58595B;
			  
			 font-size:12px;
			 letter-spacing:.025em;

}
.news{font-size:12px;
			  text-transform: uppercase;
			  padding: 20px 0px 0px 0px;
			  letter-spacing:.025em;

}

.news strong{
	font-weight:700			  font-size:14px;

}

.newspub{
	font-size:12px;
	font-weight:400;
	letter-spacing:.025em;
	position:relative;
	top:-1px;
	
}

a.story{letter-spacing:.025em;
	color:#58595B;
	text-decoration: none;
	font-size:11px;
	text-transform:uppercase;
	
}

a:hover.story{
	opacity:.5;
	
}


.bluepdf{
	    background: #313d50;
    padding: 20px 20px 5px 20px;
    color: #fff;
    text-align: left;
    font-size: 16px;
    width: 300px;
    float: right;
    margin-right: 200px;
    margin-bottom: 30px;
}

@media (max-width: 990px) {
.bluepdf{
	
    margin-right: 50px;
}
}

.bluepdf p a{
	color:#D0D2D3;
padding: 0px 0px 0px 5px;

line-height: 1.5;
					  letter-spacing:.035em;

	
}

.bluepdf p a:hover{
	opacity:.5;
	
}

.bluepdf p:before{
	  content: url(../img/arrow_pdf.png);
}
.bluepdf p{

display: flex;
}
.area {
    position: relative;
    height:80%;
    width:100%;
    background:red;
}
.areamap33 {
    position: relative;
    height:50%;
    width:300px;
    background:blue;
}

.areamap332 {
    position: relative;
    height:50%;
    width:300px;
    background:yellow;
}





.faded {
    position: absolute;
    width: 100%;
    height: 120%;
    font-size: 36px;
    text-align: center;
    color: yellow;
    background: url(../img/grayback.png);
    padding-top: 25px;
    top: 0;
    left: 0;
	z-index:999999999;
  }


.redholder{
	height:auto;
	background: #984920;
	text-align: center;color: #fff;
	padding:3px 0px 3px 0px;
}

.redholder h3 {
    display: block;
    font-size: 12px;
    margin: 5px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    letter-spacing: .125em;
}

.redholder p{
	    display: inline-block;
    color: #c3c3c3;
    vertical-align: middle;
    letter-spacing: .05em;
    padding: 0px;
    margin:  5px 8px 10px 0px;
    line-height: 16px;
    font-weight: 300;

}


.redholder2{
	height:auto;
	background: #da3832;
	text-align: center;color: #fff;
	padding:0px;
}

.redholder2 h3{
font-size: 18px;
margin: 10px 0px 0px 0px;
padding: 0px 10px 0px 0px;
}


.redholder2 p{
	    display: inline-block;
    color: #fff;
    vertical-align: middle;
    letter-spacing: .05em;
    padding: 0px;
    margin: 0px 8px 10px 0px;
    line-height: 16px;
    font-weight: 300;

}







.blueholder2{
	height:auto;
	background: #7F8A96;
	text-align: center;
font-family: Georgia, "Times New Roman", Times, serif;	color: #fff;
	padding:0px;
	font-size: 12px;
}

.blueholder2 h3{
font-size: 18px;
margin: 10px 0px 0px 0px;
padding: 0px 10px 0px 0px;
}


.blueholder2 p{
	    display: inline-block;
    color: #fff;
    vertical-align: middle;
    letter-spacing: .05em;
    padding: 15px 0px 5px 0px;
    margin: 0px 8px 10px 0px;
    line-height: 16px;
    font-weight: 300;

}


.blueholder2 .form-control {
    display: inline-block;
    width: 10%;
    height: 25px;
    padding: 3px 6px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}


.blueholder2 .form-group {
    margin-bottom: 15px;
    display: inline;
}


.blueholder2 .form{
    display: inline;
}


.blueholder2 .btn-default {
    color: #fff;
    background-color: #626366;
    border-color: #626366;font-weight: 700;
    font-size: 10px;
    text-transform: uppercase;

}

.btn {
    padding: 3px 6px;

    background-color: #313d50;
    border-color: #313d50;

    width: 100%;
}

@media (max-width: 600px) {


.redholder h3, .redholder2 h3{
	font-size: 16px;
	
}


.redholder p, .redholder2 p{

font-size: 12px;
}

}


.blog {
    display: block;
    padding: 4px;
    margin: 0px 15px 0px 0px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
	width:25%;
	float:left;
}

@media (max-width: 600px) {
.blog {
width:50%;
}

}


.btn-primary {
    color: #fff;
    background-color: #313d50;
    border-color: #313d50;
    font-size: 12px;
    padding: 2px 4px;
    font-family: Lato;
    text-align: right;
    clear: both;
    margin-left: 15px;
	width: auto;
}
.btn-primary:active:focus, .btn-primary:active:hover{
	background-color: #313d50;
    border-color: #313d50;
}
p.hometext  strong{
	    color: #404041;
    text-transform: uppercase;
    font-size: 14px;margin: 30px 0px;
    letter-spacing: .125em;
}

p.hometext{
	    border-bottom: 1px solid #dadfe2;
    margin-bottom: 20px;
    padding-bottom: 10px;
}


/* Carousel Header Styles */
.header-text {
    position: absolute;
    top: 4%;
    left: 1.8%;
    right: auto;
    width: 96.66666666666666%;

}
.header-text h3{
	    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: .8rem;
		    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    line-height: 30px;
}

.header-text h2 {
    font-size: 40px;
}

.header-text h2 span {
    background-color: #2980b9;
	padding: 10px;
}



.videobutton{
 position:fixed; width:230px; z-index:99999999; right:0;
padding: 5px 0px 0px 0px;
background:url(../img/trans.png) repeat;
margin-top:1px

}

.videobutton p {
	color:#75797b;font-size: 14px;
	text-align:center;

	
}

.videobutton:hover{
	opacity:.5;
}


.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}


#double ul{
  margin-bottom:20px;
  overflow:hidden;

}
#double li{
  line-height:1.5em;
  text-transform:uppercase;
  font-size: 13px;
letter-spacing: .105em;
list-style: none;


}
#double li strong{}


#double li::before {content: "•"; color: #7f8a96;
  display: inline-block; width: 1em;
  margin-left: -1em}

#double li  { width:100%;} 

@media (max-width: 600px) {

#double li  { width:100%; } 

}


.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: transparent;
    background: rgba(127, 138, 150, 0.6);
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    color: #FFF;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap;
	text-shadow: none;
	text-transform:uppercase;
}

.navbar-inverse {
    background-color: #313d50;
    border-color: #313d50;
}

.navbar-inverse .navbar-nav > li > a:hover {
    color: #fff;
	opacity:.5;
}


.navbar-inverse .navbar-nav > li > a:visited, .navbar-inverse .navbar-nav > li > a:active {
    color: #fff;
}



.navbar-inverse .navbar-nav > li:before { content: "| "; color:#fff; }
.navbar-inverse .navbar-nav > li:first-child:before {  content: "| "; color:#313d50; }

.nav > li > a {
    display: inline-block;
}

@media (max-width: 990px) {
	
.navbar-inverse .navbar-nav > li:before { content: "  "; color:#fff; }

.nav > li {
    text-align: center;

}

}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border: #313d50 2px solid;

}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
    color: #fff;
}

p {
    color: #231f20;
    font-size: 13px;
    margin: 0px 0px 20px 0px;

}

.h4, h4 {
    font-weight: 400;
    color: #006f9f;
}
.ltgrayholder ol  {


column-count: 2
}
.ltgrayholder ol li {
  counter-increment: list;
  list-style-type: none;
  position: relative;
  color:#008abe;
}

.ltgrayholder ol li:before {
  color: #929497;
  content: counter(list) ".";
  left: -32px;
  position: absolute;
  text-align: right;
  width: 26px;
}

#overlay {
    background: url(../img/overlay.png) repeat ;

    color: #fff;
    padding: 20px;
	position:absolute;
	height:300%;
	width:100%;
	top:0;
	left:0;
	margin-top: 50px;
}

#white_overlay{
	width:90%;
	height: auto;
	margin:0 auto;
	background:#fff;
	max-width:800px;
	
}

p.closepop {

    background: #fff;
    border: none;
    font-family: 'Montserrat', sans-serif;
    color: #a4a6a9;
    font-size: 30px !important;
	font-weight:300 !important;
	padding-left:20px;

}

.carousel-control.left, .carousel-control.right {
    background-image: none;}
	
	
	#fancybox-buttons {
		display:
}

footer h4 {
    color: #929497;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    margin: 0px 0px 5px 0px;

    display: inline-block;
}


footer h4 span {
    font-size: 10px;
    text-transform: none;
    color: #929497;
}



.fp_box01, .fp_box02{
	    background: #9399a5;
    padding: 5px 20px 1px 20px;
    margin-bottom: 5px;
}

.fp_box01 p a, .fp_box02 p a{
	color:#d8dde3;
	
}

.fp_box01 p a:hover, .fp_box02 p a:hover{
	opacity:.5;
	
}


.fp_box01 h4, .fp_box02 h4{
	color:#d8dde3;
	font-weight:400;
	
}


.bf_box01, .bf_box02{
	    background: #5b6272;
    padding: 5px 20px 1px 20px;
    margin-bottom: 5px;
	display:inline-block;
}



.bf_box01 p a, .bf_box02 p a{
	color:#acb0b5;
	
}

.bf_box01 p a:hover, .bf_box02 p a:hover{
	opacity:.5;
	
}


.bf_box01 h4, .bf_box02 h4{
	color:#acb0b5;
	font-weight:400;
	
}


input, select, textarea{
	
	display: block;
width: 100%;
height: 34px;
padding: 6px 12px;
font-size: 14px;
line-height: 1.42857143;
color:
#555;
background-color:
#fff;
background-image: none;
border: 1px solid
#ccc;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
box-shadow: inset 0 1px 1px
rgba(0, 0, 0, .075);
-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 300;
    color: 
    #666;
	font-size: 12px;
}

.answers, .answer{
	margin:0px;
	
}


.nomargin{
	margin:0px;
	padding:0px;
	
}
.button{
padding: 3px 6px;
background-color:
#313d50;
border-color:
    #313d50;
    width: 100%;
	
}
.navbar-fixed-top .navbar-collapse {
    max-height: 100% !important;
    height: 100% !important;
}
.textbutton {
	    margin-top: 40px;
		background:#5b6272;
}



@media screen and (min-width: 800px) {
.textbutton {
	display:none !important;
	
}

.homewords{
	max-width:250px;
	float: right;
	
}
}



.luxe{
  color: #fff;
  font-size: 70px;
  text-align: center;
  display: block;
  text-transform: uppercase;
  font-weight: 600;
  padding: 0;
  line-height: 65px;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.37);
  letter-spacing: .25rem;
}

.condos{
  color: #fff;
  font-size: 40px;
  text-align: center;
  display: block;
  text-transform: uppercase;
  font-weight: 600;
  padding: 0;
  line-height: 45px;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.37);
  letter-spacing: .25rem;

}


h6 a {
	background-color: #313d50;
padding: 3px 6px;
	color:#fff;
	
}

h6 a:hover {
	opacity:.5;

}

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    font-size: 11px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    text-align: center !important;
    margin: 10px auto 0 auto !important;
    width: max-content;
}


@media screen and (min-width: 800px) {
.homemap{
	max-width:600px;
	margin:0 auto;
	
	}}


@media screen and (max-width: 992px) {

	.luxe,.condos{display: none;}
}

 .iframe-maps iframe {
        position: relative;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
	 min-height: 800px;
    }

.i4ewOd-pzNkMb-haAclf {
  background-color: #fff !important;
	border: 2px solid red;
}


.img-logonav{
	max-width: 150px;
	
	
}

.dkblueholder h3{
	text-align: center;
	color: #fff;
	font-size: 16px;
	margin-bottom: 30px;
	letter-spacing: .125rem;
	
}






.modal-dialog {
  width: 85%;
}
.modal-body {
  padding: 0px 15px;
}

.modal-content {

  border-radius: 0px;
	
}

.modal-header {
  padding: 5px 15px 0px 5px;
  border-bottom: none;
}


.navbar-inverse .navbar-nav > li > a:visited, 
.navbar-inverse .navbar-nav > li > a:active,
.navbar-inverse .navbar-nav > li > a:link {
	color: #fff;
	

}


@media (max-width: 900px) {

.navbar-nav > li > a {
padding: 10px 7px;

}
	
}



input[name="fax"]{
display: none;
}

.address{
	text-align: center;
text-transform: uppercase;
font-size: 11px;
letter-spacing: .12rem;
font-weight: 500;
	color: #505860;

	
}

.address a{
		color: #505860;

}

.address a:hover{
opacity: .5;
	font-weight: 400;
}

.address span{
	color: #9FA5AA;
}

.immediate{
background-color: #a44e24;
  z-index: 99999;
  position: absolute;
  bottom: 0;
  margin: 0px auto !important;
  text-align: center !important;
  display: block;
  left: 0;
  right: 0;
  width: 300px;
  color: #fff;
  font-size: 20px;
  letter-spacing: .25rem;
  opacity: .9;
  padding: 10px 0px;
  line-height: 24px;
		border: 1px solid #ccc;
	font-size: 22px;
  letter-spacing: .35rem;

}

.seeres a{
background-color: #313d50;
z-index: 99999;
position: absolute;
bottom: 0;
margin: 0px auto !important;
text-align: center !important;
display: block;
left: 0;
right: 0;
width: 400px;
color: #ccc;
font-size:22px;
letter-spacing: .35rem;
opacity: .9;
padding: 5px 0px;
	border: 1px solid #ccc;
}
.seeres a:hover, .seemap a:hover, .playwalk a:hover, .seefeat a:hover{
	opacity: .7;
}

.seemap a{
background-color: #716053;
z-index: 99999;
position: absolute;
bottom: 0;
margin: 0px auto !important;
text-align: center !important;
display: block;
left: 0;
right: 0;
width: 400px;
color: #ccc;
font-size:22px;
letter-spacing: .35rem;
opacity: .9;
padding: 5px 0px;
	border: 1px solid #ccc;
}

.seefeat a{
background-color: #313d50;
z-index: 99999;
position: absolute;
bottom: 0;
margin: 0px auto !important;
text-align: center !important;
display: block;
left: 0;
right: 0;
width: 450px;
color: #ccc;
font-size:22px;
letter-spacing: .35rem;
opacity: .9;
padding: 5px 0px;
	border: 1px solid #ccc;
}

.playwalk a{
background-color: #a44e24;
z-index: 99999;
position: absolute;
bottom: 65%;
margin: 0px auto !important;
text-align: center !important;
display: block;
left: 0;
right: 0;
width: 550px;
color: #ccc;
font-size:22px;
letter-spacing: .35rem;
opacity: .9;
padding: 5px 0px;
	border: 1px solid #ccc;
}

.model{
	text-align: center; letter-spacing: .35rem; font-size: 18px; color: #58595b;
	line-height: 1.3;
}
@media (max-width: 650px) {

.hideonsmall{
	display: none;
}
	.immediate{

	font-size: 22px;
		width: 400px;

}
	
	
	.seeres a, .seemap a, .seefeat a  {
		font-size: 16px;
		width: 400px;
	}
	
	.playwalk a{
				font-size: 16px;
		line-height: 22px;


		width: 300px;
	}
}


.ewc-project-contact-form--theme-vanilla {

  font-size: 16px !important;
}

.ewc-project-contact-form--theme-vanilla .button, .ewc-project-contact-form--theme-vanilla button {

  border-radius: 0px !important;
}

.ewc-project-contact-form--theme-vanilla .button {

  width: auto !important;
}
a.hometour {
text-align: center;
margin: 20px auto;
background: #313d50;
width: 280px;
text-transform: uppercase;
letter-spacing: .25rem;
padding: 8px;
color: #fff !important;
display: block;
font-size: 13px;
	  transition: 0.3s;
}
a:hover.hometour {
	opacity: .5;

}
.floorplans h4{
	margin: 0px;
	padding: 0px;
}

.floorplans h5 strong{
	padding: 0px 0px 2px 0px;
display: block;
}

.floorplans h5 em{
  padding: 10px 0px 0px 0px;
  display: block;
  margin-top: 5px;
  font-style: normal;
  font-weight: bold;
}

.thumbimg{
  max-width: 175px;
  float: left;
  margin: 0px 20px 100px 0px;
}
.footerholder p.addressfooter, .footerholder2 p.addressfooter { 
  font-family: 'Montserrat', sans-serif;
  margin: 0px 0px 5px 18px;

  text-align: left;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: .12rem;
  font-weight: 500;
  color: #505860;
	border-bottom: 1px solid #fff;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.footerholder2 p.addressfooter {
		border-bottom: 1px solid #ccc;

}

.footerholder p.addressfooter a, .footerholder2 p.addressfooter a { 
	margin-right: 20px;
}

.footerholder p.addressfooter span, .footerholder2 p.addressfooter span{
	  font-size: 10px;
	opacity: .6;

}
@media (max-width: 650px) {
	.footerholder p.addressfooter, .footerholder2 p.addressfooter{
		text-align: center;
	}
.footerholder p.addressfooter span, .footerholder2 p.addressfooter span{
	display: block;

}
	
	.footerholder p.addressfooter a, .footerholder2 p.addressfooter a{
			display: block;

	}
}


.footerholder p.footermenu, .footerholder2 p.footermenu  { 
  font-family: 'Montserrat', sans-serif;
  margin: 0px 0px 5px 18px;

  text-align: left;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: .12rem;
  font-weight: 500;
  color: #bbbdbf;
	border-bottom: 1px solid #fff;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.footerholder p.footermenu a, .footerholder2 p.footermenu a{ 
	  color: #6988b4;

}

.footerholder p.footermenu a:hover, .footerholder2 p.footermenu a:hover{
	opacity: .5;

}



