﻿/*
Theme Name: Alexan
Theme URI: 
Description:
Version: 1.1
Author: THIRDinteractive
Author URI: http://thirdinteractive.com/
Tags:

*/

/* =======Bootstrap Overrrides====== */

a:hover,
a:focus {
  color: #ffcc4a;
  text-decoration: underline;
}
.btn-link:hover,
.btn-link:focus {
  color: #ffcc4a;
  text-decoration: underline;
  background-color: transparent;
}
.nav .open > a .caret,
.nav .open > a:hover .caret,
.nav .open > a:focus .caret {
  border-top-color: #ffcc4a;
  border-bottom-color: #ffcc4a;
}
.nav a:hover .caret {
  border-top-color: #ffcc4a;
  border-bottom-color: #ffcc4a;
}

/* ================================ Resets / Base Styles ================================ */




body {
margin: 0px;
padding: 98px 0 0 0px !important;
font-family: 'Lato', sans-serif;
font-size: 15px;
line-height:25px;
font-weight: 500;
overflow-x:hidden;
background-color: #ffffff;
}

	/*========== DEFAULT BROWSER STYLE==========*/
	/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
	article,aside,audio,canvas,command,datalist,details,embed,figcaption,figure,footer,header,hgroup,keygen,meter,nav,output,progress,section,source,video,main{display:block}mark,rp,rt,ruby,summary,time{display:inline}
	a, abbr, acronym, address, applet, article, aside, audio,b, blockquote, big, body,center, canvas, caption, cite, code, command,datalist, dd, del, details, dfn, dl, div, dt, em, embed,fieldset, figcaption, figure, font, footer, form, header, hgroup, html,i, iframe, img, ins,kbd, keygen, legend, li, meter,nav,object, ol, output, pre, progress,q, s, samp, section, small,source, strike, strong, sub, sup,table, tbody, tfoot, thead, th, tr, tdvideo, tt,u, ul, var{
	    /*background: transparent;*/
	    border: 0 none;
	    margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
	    vertical-align: top;
	}
	/*ul,ol
	{
		list-style: none;
	}*/
	ol,ul { padding-left: 30px; }
	q
	{
		quotes: none;
	}
	b
	{
		font-weight: bold;

	}

	img{
		vertical-align:middle;
	}

	input:focus, textarea:focus, keygen:focus, select:focus {
		outline-offset:0px;
	}

	input,button{
		outline: none;
		border:0;
	}

	button::-moz-focus-inner{
		border:0;
	}
	/*hr {
    border-color: #E8E8E8;
    border: 1px dotted #E3E1E1;
    margin-top: 50px;
    margin-bottom: 50px;
}*/

h1,h2,h3,h4,h6,h5{ font-family: 'Lato', sans-serif; }

.bold {
	font-weight: 700;
}

.error { color:#B72A2C !important; }

	/*==========END DEFAULT BROWSER STYLE========== */



	/*==========       BASIC CLASSES     ==========*/

	/* ========================================= */
	/* =============SPACE CLASSES============== */
	/* ========================================= */
	.space0{
		margin-top: 0 !important;
	}
	.space5{
		margin-top: 5px;
	}
	.space10{
		margin-top: 10px;
	}
	.space15{
		margin-top: 15px;
	}
	.space20{
		margin-top: 20px !important;
	}
	.space25{
		margin-top: 25px;
	}
	.space30{
		margin-top: 30px;
	}
	.space40{
		margin-top: 40px;
	}
	.space50{
		margin-top: 50px;
	}
	.space60{
		margin-top: 60px;
	}
	.space70{
		margin-top: 70px;
	}
	.space80{
		margin-top: 80px;
	}
	.space100{
		margin-top: 100px;
	}


	/* ========================================= */
	/* =============PADDING CLASSES============== */
	/* ========================================= */
	.pad0,.right-list > li{
		padding: 0px !important;
	}
	.pad-left
	{
		padding-left: 0px;
	}
	.pad-right
	{
		padding-right: 0px;
	}

	/* ========================================= */
	/* =============MARGIN CLASSES============== */
	/* ========================================= */
	.mbtm0{
		margin-bottom: 0px !important;
	}
	.mtop0{
		margin-top:0px;
	}
	.mtop10{
		margin-top:10px;
	}
	.mbtm10{
		margin-bottom:10px;
	}
	.mbtm20{
		margin-bottom:20px;
	}
	.mbtm30{
		margin-bottom:30px;
	}
	.mbtm40{
		margin-bottom:40px;
	}
	.mbtm50{
		margin-bottom:50px;
	}
	.mleft10{
		margin-left:10px;
	}
	.mright10{
		margin-right:13px;
	}
	.nomargin
	{
		margin: 0px !important;
	}
	.mauto img{
		margin: 0px auto !important;
		width: 100%  !important;
	}
	.mautomargin{
		margin: 0px auto !important;
	}
	.square
	{border-radius: 0px;}
	.line-hg
	{
		line-height: 46px;
	}

	/* ========================================= */
	/* =============COLOR CLASSES============== */
	/* ========================================= */

	a
	{
color: #5b5b5b;

	}

	.whiteclr
	{
		color: #fff !important;
	}
	.blackclr{
		color: #413d39 !important;
	}

	.capital
	{
		text-transform: uppercase;
	}
	.accentclr
	{
		color:#ffcc4a !important;
	}
  .accentclr.whitehover:hover {
    color:#fff !important;
  }
	.grayclr
	{
		color: #aeaeae !important;
	}
	.underline
	{
		text-decoration: underline;
	}
	.drkgrayclr{
		color: #8c8883;
	}
  .login a:hover {
    color: #fff !important; ;
  }
  .prev-nav a {
    background-image: url(images/arrow-grey-left.png);
    padding: 5px 0 5px 30px;
    background-position: 0 5px;
    background-repeat: no-repeat;
  }
  .prev-nav a:hover {
    background-image: url(images/arrow-gold-left.png);
  }
  .next-nav a {
    background-image: url(images/arrow-grey-right.png);
    padding: 5px 30px 5px 0;
    background-position: right 5px;
    background-repeat: no-repeat;
  }
  .next-nav a:hover {
    background-image: url(images/arrow-gold-right.png);
  }
  .accentarrow {
    background-image: url(images/arrow-gold-right.png);
    padding: 5px 30px 5px 0;
    background-position: right;
    background-repeat: no-repeat;
  }
  .accentarrow:hover {
    background-image: url(images/arrow-white-right.png);
  }
  .blackarrow {
    background-image: url(images/arrow-black-right.png);
    padding: 5px 30px 5px 0;
    background-position: right;
    background-repeat: no-repeat;
  }
  .accentarrowleft {
    background-image: url(images/arrow-gold-left.png);
    padding: 5px 30px 5px 0;
    background-position: right;
    background-repeat: no-repeat;
  }
  .home #myCarousel2 .blackarrow {
    background-position: right;
  }
  .accentarrowleft:hover {
    background-image: url(images/arrow-white-left.png);
  }
  .blackarrow:hover {
    background-image: url(images/arrow-gold-right.png);
  }
  .bg-2 .blackarrow:hover {
    background-image: url(images/arrow-white-right.png);
  }
  .greyarrow {
    background-image: url(images/arrow-grey-right.png);
    padding: 5px 30px 5px 0;
    background-position: right;
    background-repeat: no-repeat;
  }
  .greyarrow:hover {
    background-image: url(images/arrow-gold-right.png);
  }
  .whitearrow {
    background-image: url(images/arrow-white-right.png);
    padding: 5px 30px 5px 0;
    background-position: right;
    background-repeat: no-repeat;
  }
  .whitearrow:hover {
    background-image: url(images/arrow-gold-right.png);
  }
  .whiteblackarrow {
    background-image: url(images/arrow-white-right.png);
    padding: 5px 30px 5px 0;
    background-position: right;
    background-repeat: no-repeat;
  }
  .whiteblackarrow:hover {
    background-image: url(images/arrow-black-right.png);
  }

	/* ========================================= */
	/* =============FONT SIZE CLASSES============== */
	/* ========================================= */

	.fsize35{
		font-size: 45px
	}
	.fsize13
	{
		font-size: 13px !important;

	}
	.fsize20
	{
		font-size: 20px !important;

	}
	.fsize18
	{
		font-size: 18px !important;
		font-weight: 400 !important;

	}
    .fsize60
    {
        font-size:60px;
    }




	/* ============================================ */
	/* ============================================ */
	/* ============================================ */


	a:focus{
	text-decoration: none;
	}

p {
padding: 0;
line-height: 22px;
}
	body a:hover{
		text-decoration: none;
		cursor: pointer;
		color: #ffcc4a !important;
	}

	a:focus,.btn:focus,.btn:active:focus,
	button:focus,input[type="file"]:focus,
	input[type="radio"]:focus,
	input[type="checkbox"]:focus{
		outline: none;
	}

/*start header*/
header .login .right-list {
  width: 222px;
  float: right;
}
.navbar-collapse {
	max-height: none;
}
h3.title { margin-top:0;
	color:#3d3d3d;
	font-size: 38px;
}
#menu.navbar {
	background-image: url(images/bg-nav.png);
	border-radius: 0px;
	background-size: cover;
	background-position: center center;
	border: none;
	margin-bottom: 0px;
	position:fixed; top:0; left:0; width:100%; z-index:100000;
}
.logged-in #menu.navbar { top:31px; }
#menu.navbar-default .navbar-nav > li > a {
	color: #fff;

	font-size: 16px;
	font-weight: 600;
	line-height: 90px;
	letter-spacing: .6px;
	padding-top:0; padding-bottom:0;
	height:90px;
	margin:0;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus,.navbar-default .navbar-nav > li >a:hover {
	background: none;
	color: #fff ;
}
#menu.navbar-default .navbar-nav > li > a:hover,#menu.navbar-default .navbar-nav > li.current-menu-item > a, .single-floorplan #menu.navbar-default .navbar-nav > li#menu-item-155 > a,
#menu.navbar-default .navbar-nav > li.current-page-ancestor > a {
	color: #ffcc4a;
}
#shiftnav-toggle { display:none;
	color: #ffcc4a;
	font-size: 24px;
	padding: 5px 10px;
	position: absolute;
	right: 20px;
	top: 20px;
}
#shiftnav-toggle:hover { color: #fff; }
.shiftnav .list-inline { margin: 10px 20px; text-align:center;}
.shiftnav .list-inline li { padding-left:0; }
.shiftnav p { font-size:20px; }
#right-1 {
	color: #fff;
	text-align: right;
	    margin-top: 13px;
}
#right-1 p {
	margin: 4px  10px 0px 10px;
	font-size: 15px;
}
.icon-img img {
	    margin: 4px 10px;
}

.right-list {
	position: relative;
    top: 15px;
    z-index: 10;
}
#carousel-custom .carousel-caption p {

    line-height: 28px;
    font-size: 15px;
}
#carousel-custom .carousel-caption h1 {
    font-weight: 500;
    font-family: 'Lato', sans-serif;
    font-size: 44px;
    margin-bottom: 20px;
	text-shadow: 0 0 2px rgba(0, 0, 0, 1), 0 0 5px rgba(0, 0, 0, 1), 0 0 15px rgba(0, 0, 0, 1);
}
#carousel-custom .carousel-indicators {
    margin: -100px auto 0;
    border-top: 1px solid #fff;
    text-align: center;
	padding:0  !important;
	position:relative; 
	top:auto; bottom:auto; left:auto;
}
#carousel-custom .carousel-indicators li ,#carousel-custom .carousel-indicators .active{
    text-indent: 0;
    width: 20%;
    color: #fff;
    height: 40px;
    text-align: left;
    border: none;
    text-transform: uppercase;
    position: relative;
    background-color: transparent;
	display:inline-block;
	list-style-type:none;
	float:left;
	padding:0;
	margin: 20px 0 0 0;
}
#carousel-custom .carousel-indicators .active {
	color: #ffcc4a;
}

#carousel-custom .carousel-indicators li:before {
	border: 2px solid #fff;
	width: 10px;
	content: '';
	top: 30px;
	position: absolute;
}
#carousel-custom .carousel-indicators .active:before {
border: 2px solid #ffcc4a;
width: 100%;
}
.carousel-control.left,.carousel-control.right, #input_4_1 > li > a:hover {
	background:none;
}
.nav-tabs > li, #input_4_1 > li {
    float:none;
           padding: 10px 35px;
    margin: 10px;
    display:inline-block;
    *display:inline; /* ie7 fix */
     zoom:1; /* hasLayout ie7 trigger */
    position: relative;
}


.bed-chooser { position:relative; }

#field_4_1 .gfield_label, #field_4_1 .gfield_description { text-transform:uppercase; font-weight:bold; margin:0; }
#gform_wrapper_4 .gform_footer { margin-bottom:20px; }
#gform_wrapper_4 .gform_footer .gform_button { margin-top:0; }

 #input_4_1 > li > a > p
 {
 	font-size: 11px;
 	color: #ffcc4a;
 	margin-bottom: 3px;
 }
  #input_4_1 > li >a
  {
     color: #fff;

    text-align: left;
}
 #input_4_1 > li:hover:after {
	display: none;
}
.nav-tabs, #input_4_1 {
    text-align:center;
}
#input_4_1 > li:not(:last-child):after {
	content: '';
	border: 1px solid #ffcc4a;
	height: 20px;
	position: absolute;
	top: 39%;
	left: 99%;
}

.bed-overlay > a {
	color: #fff !important;
	font-size:20px;
	text-transform: capitalize;

}
#gform_4 #field_4_1 { margin-bottom:0; }
#input_4_1 li { margin-bottom:0; }
#input_4_1 img { display:block; margin:0 25px 20px 25px; }
#input_4_1 label { font-style:normal; cursor:pointer; }
#overlay1, #overlay2, #overlay3, #overlay4 { display:none; }
.bed-overlay, label.bed-overlay-on div {
    background-color: #3d3d3d;
    padding: 10px;
    border-radius: 15px;
	font-size:20px; text-transform:none;
    color: #fff;
    width: 92%;
      -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
	font-style:normal;

	padding: 15px 0 !important;
	border-radius: 8px !important;
	display:block !important;
	position:absolute;
	top:0;
	left:0;
}
.bed-overlay p, label.bed-overlay-on div p { font-size:14px; font-weight:600; margin-top:10px; text-transform: capitalize !important; }
.bed-check {
    background: #FFCC4A;
    border-radius: 50%;
    display: block;
    height: 34px;
    left: -5px;
    position: absolute;
    top: -5px;
    width: 34px;
}

[type="checkbox"]:not(:checked) + label.input-overlay-on::before, [type="checkbox"]:checked + label.input-overlay-on::before { top:6px; left:6px; }

.unit-tag .unit-head{
	    background: #747474;
    padding: 10px;
    color: #fff;
     font-size: 12px;
    font-weight: 600;
    border-radius: 5px;

}
/*.img-hover{
	display: block;
	position: relative;
}
.img-hover:hover > .bed-overlay{
	display: block;
}
.img-hover:hover{
	display: none;
}*/
.img-hover{

	position: relative;
}
.unit-tag{
    margin-top: 16px;
    margin-bottom: -16px !important;
}
.unit-num{
	   background: #FFCC4B;
    color: #fff;

    padding: 10px;
    border-radius: 5px;
    margin-left: -8px;
    font-size: 12px;
}

#input_4_1 > li
 {
	text-transform: uppercase;
	font-size: 13px;
}
.btn-1 {
	color: #fff;
	font-size: 20px;
	padding: 13px 65px;
	border-radius: 0;
	background: -webkit-repeating-linear-gradient(#fcc949 0% , #fcc949 40%,#dbaf40);
	background: -moz-repeating-linear-gradient(#fcc949 0% , #fcc949 40%,#dbaf40);
	background: -ms-repeating-linear-gradient(#fcc949 0% , #fcc949 40%,#dbaf40);
	text-transform:uppercase;
}
.view {
	color:#9e9e9e ;

    font-size: 13px;
    font-weight: 700;
}
.view img {
margin-top: 3px;
vertical-align:top;
}
#input_4_1 > li.active > a, #input_4_1 > li.active > a:hover, #input_4_1 > li.active > a:focus {
	background: none;
/*	border: 1px solid #333;*/

}
.bg-2 {	margin-top:-60px;
	background: url(images/Layer-23.png) ;
	background-size: cover;
	padding:70px 0px 70px 0px;
}
.bg-2 h4 {
	letter-spacing: 1px;
	margin: 0px;
	padding: 20px 0px;
	font-size: 30px;
}
.bg-2 a:hover { color: #fff !important; }
.line-1 {
	border-top:1px solid #bb9430;


}
.line-2 {
	border-bottom:1px solid #bb9430;


}

#newsletter { margin-top:20px; }
#gform_wrapper_1 input.medium {	box-shadow: none;
	width:340px;
	border:0px; border-radius: 0;
	border-bottom: 1px solid #aeaeae;
	height: 40px;
	font-size:24px;
	padding-right:90px;
}
#gform_wrapper_1 li:before { content: ""; }
#gform_wrapper_1 label { display:none; }
#gform_wrapper_1 li .fa { color: #aeaeae; font-size:25px; }
#gform_wrapper_1 .gfct-uses-fa { padding-left:40px !important; }
#gform_wrapper_1 h4{ margin-bottom: 30px; }
.box {
	background-color: #373737;
	    padding: 40px;
}
.darkclr {
	background-color: #c7b48c !important;
}

#myCarousel ,#myCarousel1 {
	color: #fff;
}
.fp-feature { border:1px solid #B8B4B4; height:450px; }
.fp-feature div { background-position: center center; background-repeat: no-repeat; background-size: contain; height: 94%; margin: 3%; width: 94%; }
.fp-slide { height:450px; }
.fp-slide div { background-position: center center; background-repeat: no-repeat; background-size: cover; height: 100%; margin: 0; width: 100%; }
.all { position:absolute; bottom: 40px; }
.all a.accentclr:hover { color: #fff !important; }
.line-3 {
    width: 40px;
    border-bottom: 3px solid #ffcc4a;
    margin: 20px 0px;

}
.height {
     height: 150px;
}
.height-1 {
     height: 144px;
}

.caro-controls { position:absolute; top: 10%; bottom: 0; left: 50%; margin-left: -23px; background-image: none; opacity: 1; }
.caro-controls a { float: left; height: 23px; margin: 0; padding: 0; width: 23px; }

.num {
    /* background: #000; */
    color: #ffcc4a;
    padding: 10px;
    top: 39px;
    text-align: center;
    position: absolute;
    z-index: 99;
    left: 40%;
    font-size: 15px;
    letter-spacing: 8px;
}
.num-1 {
    /* background: #000; */
    color: #413d39;
    padding: 10px;
    top: 39px;
    text-align: center;
    position: absolute;
    z-index: 99;
    left: 40%;
    font-size: 15px;
    letter-spacing: 8px;
}
.num::first-letter, .num-1::first-letter {
    color: #fff;
}
.con-form ::-webkit-input-placeholder {
   color:#606060 !important;
   font-size: 15px !important;
}

.con-form ::-moz-placeholder { /* Firefox 18- */
    color:#606060 !important;
}

.con-form ::-moz-placeholder {  /* Firefox 19+ */
   color:#606060 !important;
}

.con-form ::-ms-input-placeholder {
  color:#606060 !important;
}


::-webkit-input-placeholder {
   color:#3d3d3d !important;
}

:-moz-placeholder { /* Firefox 18- */
    color:#3d3d3d !important;
}

::-moz-placeholder {  /* Firefox 19+ */
   color:#3d3d3d !important;
}

:-ms-input-placeholder {
  color:#3d3d3d !important;
}



/*================START FOOTER CSS================*/

.footer-download {
  background-image: url(images/footer-download.png);
  background-position: 0 10px;
  background-repeat: no-repeat;
  padding: 20px 0 20px 60px;
}
.footer-print {
  background-image: url(images/footer-print.png);
  background-position: 0 10px;
  background-repeat: no-repeat;
  padding: 20px 0 20px 60px;
}
footer{background: #373737; clear:both; }
footer h2 { font-size:24px; }
.foot-left{
	background-color: #606060;
    padding: 20px 20px 0px 20px;
}
.foot-left h2{
	color: #fff;
	margin-top: 30px;
}
.foot-right .foot-line {
    border-bottom: 5px solid #707070;
    margin-top: 30px;
    width: 10%;
}
.foot-address img{
	float: left;
	margin-right: 20px;
	margin-top: 4px;
}
.foot-address p{
	color: #fff;
	font-size: 18px;
	line-height: 1.4em;
}
.foot-address .line-hg {
  line-height: 46px !important;
}
.foot-address a { color: #fff; }
.foot-brochure h2{
	color: #fff;
	margin-top: 40px;
}
.foot-brochure img{
	float: left;
	margin-right: 20px;
	margin-top: 20px;
}
.foot-brochure a{
	color: #fff;
	font-size: 18px;
      line-height: 82px;
}
.foot-right{
	background-color: #373737;
	padding:20px 20px 35px 20px;
}
.foot-connect, .foot-blog { margin:0 40px; }
.foot-connect h2{
	color: #fff;
	text-align: center;
	margin-top: 27px;
}
.foot-connect p, .foot-blog p{
	color: #8c8883;

	font-weight: bold;
	font-size: 16px;

}
.foot-blog h4 a {color:#fff;}
.foot-connect h5{
	color: #fff;
	text-align: center;
	font-weight: bold;
	margin-top: 15px;
}
.toTop:hover h5 { color: #fcc949;}
.form-control{
	height: 40px !important;
	width: 50%;
}
.input-group-addon{
	padding: 5px 12px !important;
}
.foot-blog h2{
	color: #fff;
	margin-top: 27px;
	font-size:24px;
	letter-spacing: 1px;
}
.foot-blog .view-images {
  margin-top: 45px;
}
.foot-left .foot-line{
	border-bottom: 5px solid #707070;
	margin-top: 30px;
	    width: 95%;
}
 .foot-line-1{
	border-bottom: 3px solid #ebebeb;
	margin-top: 30px;

}
.foot-blog p{
	font-weight: bold;
}
.foot-blog h5{
	color: #ffcc4a;
	margin-top: 30px;
	float: left;
	margin-right: 20px;
}
.foot-blog a:hover{
	color: #fff !important;
}
.foot-blog .whiteclr a:hover{
	color: #ffcc4a !important;
}
.view-images img{
	margin-top: 26px;
}
.foot-blog h6{
	margin-top: 50px;
	color: #8c8883;
	font-size: 14px !important;
}
/*.btn-2.blue {
    background-color: dodgerblue;
}*/
.btn:hover, .gform_button:hover, .btn-2:hover, .btn-3:hover {     background: -webkit-repeating-linear-gradient(#dbaf40 0% , #dbaf40 40%,#fcc949);
	background: -moz-repeating-linear-gradient(#dbaf40 0% , #dbaf40 40%,#fcc949);
	background: -ms-repeating-linear-gradient(#dbaf40 0% , #dbaf40 40%,#fcc949);
    transition: background-color 250ms linear; color: #fff !important;}
.btn-2 {
    display: inline-block;
    padding: 0 20px 0 70px;
    background: -webkit-repeating-linear-gradient(#fcc949 0% , #fcc949 40%,#dbaf40);
	background: -moz-repeating-linear-gradient(#fcc949 0% , #fcc949 40%,#dbaf40);
	background: -ms-repeating-linear-gradient(#fcc949 0% , #fcc949 40%,#dbaf40);
    color: white;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
    height: 50px;
    line-height: 36px;
    overflow: hidden;
    margin-top: 20px;
	text-transform:uppercase;
    transition: background-color 250ms linear;
}
.btn-2 .num-3 {
    display: inline-block;
    background-color: #FFF;
    width: 50px;
    position: absolute;
    left: 0px;
    text-align: center;
    top: 0px;
    height: 50px;
    line-height: 48px;

}
.btn-2  img {

	vertical-align: middle;
}
.btn-2:hover,.btn-1:hover
 {
color:#fff !important;
}



[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
	position: absolute;
	left: -9999px;
}
[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {

}
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
    background: #fff;
    border: 1px solid #747474;
    border-radius: 0;
    content: "";
    height: 12px;
    left: 72px;
    position: absolute;
    top: 21px;
    width: 12px;
	z-index:9000;
}
.gfield_error input[type="checkbox"]:not(:checked) + label:before,
.gfield_error input[type="checkbox"]:checked + label:before,
.gfield_error input[type="checkbox"]:not(:checked) + label:before,
.gfield_error input[type="checkbox"]:checked + label:before {
  border-color: #D90000;
}

[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
	content: '✔';
	position: absolute;
	top: -3px; left: 0;
	font-size: 31px;
	font-weight:normal;
	color: #000;
	transition: all .2s;
	z-index:10000;
}
[type="checkbox"]:not(:checked) + label:after {
	opacity: 0;
	transform: scale(0);
}
[type="checkbox"]:checked + label:after {
	opacity: 1;
	transform: scale(1);
}
[type="checkbox"]:checked:focus + label:before,
[type="checkbox"]:not(:checked):focus + label:before {
}

#gform_fields_3 [type="checkbox"]:not(:checked),
#gform_fields_3 [type="checkbox"]:checked {
	position: absolute;
	left: -9999px;
}
#gform_fields_3 [type="checkbox"]:not(:checked) + label,
#gform_fields_3 [type="checkbox"]:checked + label {

}
#gform_fields_3 [type="checkbox"]:not(:checked) + label:before,
#gform_fields_3 [type="checkbox"]:checked + label:before {
    background: #fff;
    border: 1px solid #747474;
    border-radius: 0;
    content: "";
    height: 12px;
    left: 72px;
    position: absolute;
    top: 21px;
    width: 12px;
	z-index:9000;
}
#gform_fields_6 [type="checkbox"]:not(:checked),
#gform_fields_6 [type="checkbox"]:checked {
	position: absolute;
	left: -9999px;
}
#gform_fields_6 [type="checkbox"]:not(:checked) + label,
#gform_fields_6 [type="checkbox"]:checked + label {

}
#gform_fields_6 [type="checkbox"]:not(:checked) + label:before,
#gform_fields_6 [type="checkbox"]:checked + label:before {
    background: #fff;
    border: 1px solid #747474;
    border-radius: 0;
    content: "";
    height: 12px;
    left: 72px;
    position: absolute;
    top: 21px;
    width: 12px;
	z-index:9000;
}
.gfield_error input[type="radio"]:not(:checked) + label:before,
.gfield_error input[type="radio"]:checked + label:before,
.gfield_error input[type="radio"]:not(:checked) + label:before,
.gfield_error input[type="radio"]:checked + label:before {
  border-color: #D90000;
}

#gform_fields_3 [type="checkbox"]:not(:checked) + label:after,
#gform_fields_3 [type="checkbox"]:checked + label:after {
	content: '✔';
	position: absolute;
	top: -3px; left: 0;
	font-size: 31px;
	font-weight:normal;
	color: #000;
	transition: all .2s;
	z-index:10000;
}
#gform_fields_3 [type="checkbox"]:not(:checked) + label:after {
	opacity: 0;
	transform: scale(0);
}
#gform_fields_3 [type="checkbox"]:checked + label:after {
	opacity: 1;
	transform: scale(1);
}
#gform_fields_3 [type="checkbox"]:checked:focus + label:before,
#gform_fields_3 [type="checkbox"]:not(:checked):focus + label:before {
}

#gform_fields_6 [type="checkbox"]:not(:checked) + label:after,
#gform_fields_6 [type="checkbox"]:checked + label:after {
	content: '✔';
	position: absolute;
	top: -3px; left: 0;
	font-size: 31px;
	font-weight:normal;
	color: #000;
	transition: all .2s;
	z-index:10000;
}
#gform_fields_6 [type="checkbox"]:not(:checked) + label:after {
	opacity: 0;
	transform: scale(0);
}
#gform_fields_6 [type="checkbox"]:checked + label:after {
	opacity: 1;
	transform: scale(1);
}
#gform_fields_6 [type="checkbox"]:checked:focus + label:before,
#gform_fields_6 [type="checkbox"]:not(:checked):focus + label:before {
}

/*=============CSS FOR FLOOR PLAN PAGE==============*/

.page-template-page-floorplans .bg-yellow h2, .page-template-page-check .bg-yellow h2, .single-floorplan .bg-yellow h2, .page-template-page-floorplans-single .bg-yellow h2 { margin:0; padding:0; font-weight:bold; }

.page-template-page-floorplans #floorplans, .page-template-page-floorplans-single #floorplans { position:relative; overflow:hidden; clear:both; }
.page-template-page-floorplans .prev, .page-template-page-floorplans-single .prev-page-anchor { background: rgba(255, 204, 74, 0.7);
    cursor: pointer;
    display: table-cell;
    font-size: 12px;
    font-weight: bold;
    height: 100%;
    left: 0; top:0;
    line-height: 100%;
    position: absolute;
    text-transform: uppercase;
    width: 50px;
    z-index: 1000; }
.page-template-page-floorplans .prev span, .page-template-page-floorplans-single .prev-page-anchor span { position:fixed; top: 50vh; left:7px; text-transform:uppercase; font-size:10px; text-align:center; color: #C41200; }
.page-template-page-floorplans .next, .page-template-page-floorplans-single .next-page-anchor { background: rgba(255, 204, 74, 0.7);
    cursor: pointer;
    display: table-cell;
    font-size: 12px;
    font-weight: bold;
    height: 100%;
    right: 0; top:0;
    line-height: 100%;
    position: absolute;
    text-transform: uppercase;
    width: 50px;
    z-index: 1000; }
	
.page-template-page-floorplans .next, .page-template-page-floorplans .prev {
	top:62px;
}
.page-template-page-floorplans .next span, .page-template-page-floorplans-single .next-page-anchor span { position:fixed; top: 50vh; right:7px; text-transform:uppercase; font-size:10px; text-align:center; color: #C41200; }
.page-template-page-floorplans .prev:hover, .page-template-page-floorplans .next:hover, .page-template-page-floorplans-single .next-page-anchor:hover, .page-template-page-floorplans-single .prev-page-anchor:hover  { background: rgba(255, 204, 74, 1.0);}

.next span img, .next-page-anchor span img, .prev span img, .prev-page-anchor span img { display:block; margin-bottom:5px; }
.page-template-page-floorplans .disabled { display:none !important; }

.page-template-page-floorplans .owl-nav { display:none; }


.page-template-page-floorplans #drawer { display:none; padding-bottom:30px; background: #F0F0F0  }
.page-template-page-floorplans .drawer-toggle { text-transform:uppercase; cursor:pointer; font-size:15px; margin-top:6px; margin-left:100px; padding:10px 44px 40px 12px; background: url(images/arrow-gold-right.png) no-repeat 200px 8px; color: #FFCC4A;}
.page-template-page-floorplans .drawer-toggle:hover { color:#000; background-image: url(images/arrow-black-right.png)}
.page-template-page-floorplans .drawer-toggle.open { background: #fff url(images/arrow-gold-down.png) no-repeat 200px 8px; }
.page-template-page-floorplans .drawer-toggle.open:hover { color: #FFCC4A; background-image:url(images/arrow-gold-down.png); }

.bg-darkgrey{
	background-color: #373737;
}
.studio h3 { margin: 8px 0 0 0; font-size:20px; text-transform:uppercase; color: #fff; }
a .studio:hover h3 { color: #FFCC4A; }
a .studio:hover .accentclr { color: #fff !important; }

.page-template-page-floorplans-single .studio h3, .page-template-page-floorplans-single .back, .single-floorplan .studio h3, .single-floorplan .back, .page-template-page-check .back { display:inline-block; }
.page-template-page-floorplans-single .studio h3 { margin-left:-10px; }
.page-template-page-floorplans-single .back, .page-template-page-check .back, .single-floorplan .back { font-size:12px; }
.page-template-page-floorplans-single .back:hover, .single-floorplan .back:hover, .page-template-page-check .back:hover { color: #000 !important; background-image: url(images/arrow-black-right.png)}
.studio p { font-size:12px; }
.studio img{
	margin-left: 10px;
}
.bg-lightgrey{
	background-color: #878787;
}
.floor-plan li{
	list-style: none !important;
	display: inline-block;
	padding: 7px 7px 5px 7px;
	text-align: center;
	color: #fff;
	font-weight: bold;
}
.mrightleft{
	margin-right: -3px;
	margin-left: -3px;
}
.bg-li-1{
	background-color: #999999;
}
.bg-li-2{
	background-color: #595959;
}
.bg-li-3{
	background-color: #858585;
}
.btn { border-radius:0; text-transform:uppercase; }
.btn-2 {
    color: #fff;
    font-size: 18px;
    padding: 6px 40px;
    margin-top: 20px; font-weight:bold;
    background: -webkit-repeating-linear-gradient(#fcc949 0% , #fcc949 40%,#dbaf40);
    background: -moz-repeating-linear-gradient(#fcc949 0% , #fcc949 40%,#dbaf40);
    background: -ms-repeating-linear-gradient(#fcc949 0% , #fcc949 40%,#dbaf40);
}
/*.plan ul{
	text-align: center;
}*/
.space88{
	margin-top: 88px;
}
.detail-bar .floor-info li{
	list-style: none;
	display: inline-block;
/*	margin-right: 25px;*/
	font-weight: bold;
	color: #858585;
}
.padleft0{
	padding-left: 0 !important;
}
.remove{
	color: #ffcc4a;
	font-size: 18px !important;
	margin-top: 4px;
	margin-left: 4px;
}
.floor-info h1 { color: #363636; margin-top:0; font-weight: bold; }
.floor-detail h4 { font-size:28px; }
.floor-detail ul.detail-bar { padding-left:0; }
.floor-detail .detail-bar li{
	list-style: none !important;
	display: inline-block;
	padding: 7px 20px 5px 20px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	margin: 0 -3px 0 0;
}
.border{
	border-bottom: 1px solid #858585;
}
.floor-detail h2{
	color: #ffcc4a;
	font-weight: bold;
	margin-top: 30px;
	font-size:25px;
}
.floor-detail p{

}
.floor-detail p em { font-size:12px; }
.floor-detail ul { margin-bottom:1.3em; }
.floor-info .fineprint { clear:both; padding-top:15px; }
.page-template-page-floorplans .floor-detail .btn-2:hover { color: #fff !important; }
.btn-3 {
    color: #fff;
    font-size: 18px;
    padding: 15px 80px;
    margin-top: 20px;
    background: -webkit-repeating-linear-gradient(#fcc949 0% , #fcc949 40%,#dbaf40);
    background: -moz-repeating-linear-gradient(#fcc949 0% , #fcc949 40%,#dbaf40);
    background: -ms-repeating-linear-gradient(#fcc949 0% , #fcc949 40%,#dbaf40);
}
.category-news > .info { position:absolute; bottom: 50px; width:100%; text-align: center; }
.category-news > .info h3, .floor-detail h3 { font-size:16px; text-transform:uppercase; }
.category-news  .info li {
	padding: 7px 22px 5px 20px;
}
.category-news ul { padding-left:0; }
.print li { color: #858585;	margin: 20px 0px 0 15px;
	list-style: none;
	display: inline-block;
	font-weight: bold;
}
#print { cursor:pointer; }
span.st_sharethis_custom { color: #5b5b5b; }
span.st_sharethis_custom:hover { color: #fcc949}
.floor-img { position:relative; width: 80%; margin:0 auto; }
.floor-img img { max-height:360px; width:auto !important; }
.floor-img span { position:absolute; top: -10px; left:-10px; width:54px; height:54px; background: url(images/details-yellow.png) no-repeat; display:block; }
.page-template-page-floorplans-single .floor-info .btn { float:left; }
.page-template-page-floorplans-single .print { float:left; }

ul.summary { margin-bottom:25px;  }
.summary li { font-size:15px; color: #858585; text-align:left; padding:0; margin-bottom:0.5em; font-weight: bold; }
div.summary p { font-size:15px; color: #858585; font-weight: bold;}

.close {
     float: none;
    font-size: 15px;
    font-weight: bold;
    line-height: 26px;
    color: #000000;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 1;
    filter: alpha(opacity=20);
}
.modal-content {
  height: 100%;
  border-radius: 0;
}

.fp-header { background-color: #fff; padding: 20px; width: 100%; height:76px; }
.fp-header h2 { margin-top: -10px !important; }
.fp-header h6 { text-align: center; text-transform: uppercase; }
.page-template-page-floorplans-single .fp-header { height:106px; }
.page-template-page-floorplans-single .fp-header a { font-size:12px; }
.main {
	background-color: #f0f0f0;
}
.page-template-page-floorplans .item { background: #F0F0F0; }
.page-template-page-floorplans .item.bg-white { background: #fff; }
.sticky { height:60vh; overflow-y:auto; }
.cms-blog-layout1 { 
	padding: 50px 0px;
	height: 680px;
	position: relative;
	clear:both;
}
.cms-blog-overlay {
    background-color: rgba(255, 204, 74, 0.9);
    left:50%;
    position: absolute;
    top: 30%;
    opacity: 0;
	margin-left:-90px;
	width:180px; height:180px;
	border-radius:50%;
	text-align:center;
}
.cms-blog-overlay h4 {
    font-size: 13px;
    margin-top: 26px;
    color: #000;
    font-weight: 900;
}
.cms-blog-overlay a {
    font-size: 51px;
    font-weight: normal;
    color: #fff;
    display: inline-block;
    height: 94px;
    line-height: 79px;
    width: 94px;
    margin: 20px auto;
    text-align: center;
    -webkit-border-radius: 100%;
    -khtml-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
}
.cms-blog-layout1 .category-news:hover .cms-blog-overlay {
    opacity: 1;
}
.cms-blog-layout1 .category-news:hover  .info {
    z-index: 99;
}
.darkgrayclr {
	background-color: #f0f0f0;
}


/*slider text*/
.tital-cap{

    position: absolute;
    bottom: 6%;
    padding: 0px 20px;
    color: #fff;


    }

.tital-cap h2{
	font-size: 40px;
	}

#check { background: #fff; border-top: 20px solid #FFCC4A;  }
#gform_fields_3 li { clear:none !important; text-align:center; }
#gform_fields_3 li li { display:inline-block; width: 25%; margin: 0; }
#gform_fields_3 .gfield_label { font-size:18px; }
#gform_fields_3 .gfield_description { text-transform:uppercase; font-size:14px; }
#gform_fields_3 ul.gfield_radio { margin: 20px auto; width: 80%; }
#gform_fields_3 li li label { text-align:center; font-size:12px; text-transform:uppercase; font-style:normal; position:relative; }
#gform_fields_3 li li label img { display:block; margin: 0 auto; max-width:100%;}
#gform_fields_3 li li input[type="radio"] { display:none; }
#gform_fields_3 .ginput_container_date { margin-top:20px; }
#gform_fields_3 input.datepicker { width:30%; display:inline-block; margin-right:5px; }

#gform_fields_3 [type="checkbox"]:not(:checked) + label::before, #gform_fields_3 [type="checkbox"]:checked + label::before { top:11px; left:11px; }
#gform_fields_3 [type="checkbox"]:not(:checked) + label::after, #gform_fields_3 [type="checkbox"]:checked + label::after { top:2px; left:7px; }

#gform_fields_6 li { clear:none !important; text-align:center; }
#gform_fields_6 li li { display:inline-block; width: 25%; margin: 0; }
#gform_fields_6 .gfield_label { font-size:18px; }
#gform_fields_6 .gfield_description { text-transform:uppercase; font-size:14px; }
#gform_fields_6 ul.gfield_radio { margin: 20px auto; width: 80%; }
#gform_fields_6 li li label { text-align:center; font-size:12px; text-transform:uppercase; font-style:normal; position:relative; }
#gform_fields_6 li li label img { display:block; margin: 0 auto; max-width:100%;}
#gform_fields_6 li li input[type="radio"] { display:none; }
#gform_fields_6 .ginput_container_date { margin-top:20px; }
#gform_fields_6 input.datepicker { width:30%; display:inline-block; margin-right:5px; }

#gform_fields_6 [type="checkbox"]:not(:checked) + label::before, #gform_fields_6 [type="checkbox"]:checked + label::before { top:11px; left:11px; }
#gform_fields_6 [type="checkbox"]:not(:checked) + label::after, #gform_fields_6 [type="checkbox"]:checked + label::after { top:2px; left:7px; }

#floorplan-nav { font-size:12px; list-style-type:none; margin-bottom:20px; }
#floorplan-nav li { padding-right:10px; margin-right:10px; display: inline-block;}
#floorplan-nav a { text-transform:uppercase; color: #8c8883; }

.single-floorplan .floor-detail { margin-bottom:30px; }

.single-floorplan .print { width:300px; }
.single-floorplan .print ul { padding-left:7px; }
.single-floorplan h3 { clear:both; }

#gform_5 .gform_body { width: 20%; float:left; }
#gform_5 .gform_footer {    clear: none;
    float: left;
    margin-top: 31px;
    text-align: left;
    width: 40%;}
#gform_submit_button_5 {font-size: 16px; font-weight:normal;
    height: 30px;
    line-height: 24px;
    margin: 0;
    padding: 0 10px;  }
#input_5_1 { width:80%; float:left; }
/*
.single-floorplan table thead th { text-align:center; font-size:12px; text-transform:uppercase; }
.single-floorplan table td { vertical-align:middle; padding:5px; }
.single-floorplan table td .btn-2 { font-size: 16px; font-weight:normal; height: 30px; line-height: 26px; margin: 0; padding: 0 10px; }
*/

#sitemapper, #sitemapper-mobile { padding-top:1.0em; }
#sitemapper img, #sitemapper-mobile img { display:block; }
#sitemapper h5, #sitemapper-mobile h5 { text-transform:uppercase; margin-top:1.0em;}

#sitemap { background: #fff; text-align:center; padding:20px; position:absolute; top:0; left:-10000px; height:auto; width:98%; min-height: 1100px;}
#cboxLoadedContent #sitemap { display:block; top:auto; left:auto; }
#sitemap .item { max-width:1100px; height:850px;  }
#sitemap .item img { margin: 0 auto 20px; }
#sitemap img { max-width:100%; height:auto;  width:90%;}
#sitemap .fineprint { margin-top:30px; }
#sitemap .owl-nav { display:none; }
.owl-dots { display: block; }
.owl-dot { display:inline-block; margin: 5px;}
.owl-dots span { cursor:pointer;
    background: #373737;
    border-radius: 50%;
    display: block;
    height: 30px;
	line-height:30px;
    width: 30px;
	color: #fff;
}
.owl-dots .active span { background: #ffcc4a; }
.page-template-page-check .studio h3 { height:66px; margin:0; line-height:66px; }
.page-template-page-check table { width:100%; margin-bottom:40px; }
.page-template-page-check table thead th { background: #606060; color: #fff; text-transform:uppercase; font-size:12px; padding: 0 10px; }
.page-template-page-check table tbody td { padding: 10px; vertical-align:middle; }
.page-template-page-check table tbody td .btn-2 { font-size: 16px; font-weight:normal; height: 30px; line-height: 26px; margin: 0; padding: 0 10px; }

.page-template-page-check div.check-error { margin-bottom:50px; background: #F0F0F0; padding: 20px 0 }
.page-template-page-check div.check-error h4 { line-height:60px; }
.page-template-page-check div.check-error h4 i { font-size:60px; color: #ffcc4a; margin-right:20px; }

.fineprint  {font-size: 12px; text-transform:uppercase; color: #999999; line-height:16px; clear:both;}

.st_sharethis_custom { cursor:pointer; }

.more { display:block; clear:both; }
.postheight, .matchheight { overflow:hidden; }
img.matchheight { width: auto; min-width:100%; min-height:100%; }

/*==================================
		Map
 ===================================*/

#gmw-submit-1, #gmw-address-field-wrapper-1 { display:none; }
#gmaps-form-wrapper-1 { padding-right:0; width:271px; float:left; position:relative; top:auto; left:auto; }
#gmaps-form-wrapper-1 h1 { background: #ffcc4a; text-align:center; margin:0; padding: 15px; height:100px; font-size:30px; }
#gmaps-form-wrapper-1 form { padding-left: 0; padding-right:0; padding-top:0; max-height:100%; }

#filtered { position:relative; float:left; width:271px; height:600px; display:none; }
#filtered i.fa-close { position:absolute; top:5px; right:5px; cursor:pointer; }
.page-template-page-location ul.locations {margin: 20px auto 0 !important; list-style: none; width: 100%; display: block; height:560px; overflow-y:auto;}
.page-template-page-location ul.locations:after {clear: both; display: block; height: 0; visibility: hidden;content: '';}
.page-template-page-location ul.locations li {width: 195px; display: block; margin: 0 0 30px 0; padding-left:40px;}
.page-template-page-location ul.locations h5 { font-size:18px; margin-bottom:4px; line-height:1.2em; }
.page-template-page-location ul.locations p { font-size:12px; line-height:1.5em; }

#gmw-map-1 { width: calc(100% - 271px); float:left; }

#location-type-tax-wrapper span { display:none; }
#location-type-tax-wrapper label { display: block; position:relative; font-size:18px; text-align:center; border-bottom: 1px solid #E0DAD7; border-top:1px solid #fff; height:65px; line-height:65px; cursor:pointer; background: #EEE7DF; margin:0; font-weight:normal; }
#location-type-tax-wrapper label.reset { height: 34px; line-height:34px; text-transform:uppercase; font-size:12px; width:50%; float:left; text-align:left; padding-left:5%; text-decoration:underline;}
#location-type-tax-wrapper label.viewall { height: 34px; line-height:34px; text-transform:uppercase; font-size:12px; width:50%; float:right; text-align:right; padding-right:5%; text-decoration:underline; }
#location-type-tax-wrapper label input {  position:absolute; top:0; left:-10000px}
.top-buttons-wrapper { display:none; }

#gmaps-form-wrapper-1 .gmw-distance-select {visibility:hidden; position:absolute; }
.gmw-unit-distance-wrapper h6 { text-align:center; text-transform:uppercase; margin-bottom:0; padding-bottom:0; color: #a0a0a0; }
#distance-slider { margin: 0 auto 11px; display:block; width: 248px; height:41px; background: url(images/loc-filter.png) no-repeat top center; }
#distance-slider input {  }

.distance { display:inline-block; margin:0 18px; }

.search-filters-wrapper { margin-bottom:-1px; }
.search-filters-wrapper label { display:block; font-size:13px; margin:0; font-weight:normal; }
.search-filters-wrapper input[type="radio"]:not(:checked),
.search-filters-wrapper input[type="radio"]:checked {
	position: absolute;
	left: -9999px;
}
.search-filters-wrapper input[type="radio"]:not(:checked) + label,
.search-filters-wrapper input[type="radio"]:checked + label {
	position: relative;
	cursor: pointer; display:inline-block;
}
.search-filters-wrapper input[type="radio"]:not(:checked) + label:after,
.search-filters-wrapper input[type="radio"]:checked + label:after {
	content: '';
	position: absolute;
	left:5px; top: 25px;
	width: 12px; height: 12px;
	background: #373737;
	border-radius: 50%;
}
.search-filters-wrapper input[type="radio"]:checked + label:after { background: #FFCC4A;}

#location-type-tax-wrapper label span { border-right:10px solid #EEE8E0; display:block;  }
#location-type-tax-wrapper label.active span { border-color: #fff; color: #fff; }
#location-type-tax-wrapper label#map-activities span { border-color: #6BA938; }
#location-type-tax-wrapper label#map-banking span { border-color: #7D6F4A; }
#location-type-tax-wrapper label#map-fitness span { border-color: #CD7729; }
#location-type-tax-wrapper label#map-hospital span { border-color: #99291F; }
#location-type-tax-wrapper label#map-restaurants span { border-color: #77247E; }
#location-type-tax-wrapper label#map-retail span { border-color: #006880; }

#location-type-tax-wrapper label#map-activities.active span { background-color: #6BA938; }
#location-type-tax-wrapper label#map-banking.active span { background-color: #7D6F4A; }
#location-type-tax-wrapper label#map-fitness.active span { background-color: #CD7729; }
#location-type-tax-wrapper label#map-hospital.active span { background-color: #99291F; }
#location-type-tax-wrapper label#map-restaurants.active span { background-color: #77247E; }
#location-type-tax-wrapper label#map-retail.active span { background-color: #006880; }

li.loc-reset { display:none !important; }
li.loc-activities { background: url(/wp-content/plugins/gmw-premium-settings/posts/assets/map-icons/green-dot.png) no-repeat; }
li.loc-banking { background: url(/wp-content/plugins/gmw-premium-settings/posts/assets/map-icons/yellow-dot.png) no-repeat; }
li.loc-fitness { background: url(/wp-content/plugins/gmw-premium-settings/posts/assets/map-icons/orange-dot.png) no-repeat; }
li.care { background: url(/wp-content/plugins/gmw-premium-settings/posts/assets/map-icons/red-dot.png) no-repeat; }
li.loc-restaurants { background: url(/wp-content/plugins/gmw-premium-settings/posts/assets/map-icons/purple-dot.png) no-repeat; }
li.loc-retail { background: url(/wp-content/plugins/gmw-premium-settings/posts/assets/map-icons/blue-dot.png) no-repeat; }

#walkscore { width: 215px; display:block; position:absolute; bottom:30px; left:50%; margin-left:80px; background: #373737; text-transform:uppercase; font-size:16px; text-align:center; padding-top:5px }
#walkscore a, #walkscore a:hover { color: #FFCD4F; }
#walkscore a strong { display:inline-block; background: #fff; height: 60px; width:75px; text-align:center; font-size:45px; line-height:60px; float:left; margin-top:-5px; color: #373737; }
#walkscore a em { font-size:12px; color: #fff; font-style:normal; text-decoration:underline; }

#directions { position:absolute; top: 20px; left: 291px; }
#directions input { float:left; }
#directions input.text { width:250px; padding: 5px; height:30px; }
#directions input.submit { background: #373737; color: #FFCD4F; text-transform:uppercase; font-size:12px; padding: 0 15px; height:30px;}

/*==================================
		Features & Amenities page
 ===================================*/

.amenities { position:relative; padding: 0 30px; }
.amenities .next { position:absolute; top:0; right:0; z-index:10000; background: rgba(255, 255, 255, 0.7) url(images/arrow-grey-right.png) no-repeat center center; height:670px; width:30px; display:none; }
.amenities .prev { position:absolute; top:0; left:0; z-index:10000; background: rgba(255, 255, 255, 0.7) url(images/arrow-grey-left.png) no-repeat center center; height:670px; width:30px;display:none;   }
.amenities .next:hover, .amenities .prev:hover { background-color: rgba(255, 255, 255, 1.0); }
.amenity { width:540px; height:670px; }

.page-template-page-amenities .owl-nav { display:none !important; }
.page-template-page-amenities .owl-dots {
    position: absolute;
    bottom: 0; left: 50%;
    width: 30px; height: 670px;
    margin: 0 0 0 -15px;
    padding-top: 600px !important;
	background: #fff;
    z-index: 1000;
}

.page-template-page-amenities .owl-dots .owl-dot { display: block; width: 10px; height: 10px; -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%; margin: 5px 10px; outline: 0; }
.page-template-page-amenities .owl-dots .owl-dot span { background: #666; width: 10px; height: 10px; -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%;}
.page-template-page-amenities .owl-dots .owl-dot.active span { background: #ffcc4a; }

.scroll-overlay { position:relative; overflow-y:auto; height: 580px; width:100%; margin: 0 auto; }
.scroverlay, .scroverlay2 { bottom: 0; display: block; height: 60px; position: absolute; width: 525px; z-index:1000;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}
.scroverlay2 { right:30px; }
.scroll-overlay p:last-of-type { margin-bottom:100px; }

.viewer {  position: absolute; z-index: 100011; top: 50px; width:97%; text-align:center;}
.viewbtn{
	background: #ffffff !important;
	color: #a5a5a5;
	border-radius: 9px;
	width:190px; height:45px; line-height:45px; display:block; margin: 0 auto;
}
.viewbtn img { margin-top:-3px; }
.viewbtn:hover{
	color: #a5a5a5;

}


/*==================================
		Misc
 ===================================*/

.image{
    position: relative;
    overflow: hidden;
    height: 100%;
    width: 100%;
}
.image .overlay{
    position: absolute;
    top: 0;
    left: 0;
  /* display: none;*/
    width: 100%;
    height: 100%;

    z-index: 99;
    background: rgba(0,0,0,0.8);
}
.overlay-left{
background: rgba(0,0,0,0.5) !important;
}
.image .overlay p{ margin-left: 50px; margin-right: 50px; }
/*.image:hover .overlay{
display: block;
    background: rgba(92,90,88,0.8);
    -webkit-transition:all 0.5s linear;
}*/
.image:hover img{
    -webkit-transition:all 0.5s linear;
}

.image img{
    -webkit-transition:all 0.5s linear;
}
.divider{
	border-bottom: 5px solid #707070 !important;
}
.over-text h3{
	margin-top: 0px;
	margin-bottom: 0px;
}
.over-text p{
	color: #ffffff;
	font-size: 16px;
	text-align: center;
	margin-top: 25px;
	font-weight: 700;
}
/*=================END FOOTER CSS=================*/

/*=================css for new pagas==============*/
.title-1 {
padding: 20px 0px;
}
.title-1 .space0 {
  margin-bottom: 0;
}
.contact-box {
	background-color: #373737;
	padding:20px;
}
.botm-line {
	border-bottom: 2px solid #ffcc4a;
	color: #fff;
	padding-bottom: 10px;
	font-size: 25px;
}
.con-list >li {
   margin:0; padding:0; width: 24%;

}
address {
	font-size: 20px;
}
.gray-bg {
	background-color: #e3e2e1;

}
.drkgrayclr {
	color: #606060;
}

#gform_wrapper_2 ul { padding: 0 20px; }
#gform_wrapper_2 li { position:relative; }
#gform_wrapper_2 label { display:none; }
#gform_wrapper_2 ul input {
	width: 100%;
	height: 44px !important;
	border: none; border-radius: 0; font-size:14px !important;
}
#gform_wrapper_2 textarea {
    width: 100%;
    height: 286px !important;
    border: none;border-radius: 0;
}
.name_first, .name_last { margin-bottom:15px; display:block; position:relative; }
.sass { color: green; position: absolute; right: 25px; top: 9px; }

#gform_wrapper_2 select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
 	height:44px;
    border: none;
    color: #696969;
    width: 100%;
    background-color: #fff !important;
    box-shadow: none;
    border-radius: 0px;
    background: transparent url("images/dropdown-arrow.png") no-repeat 95% 50%;
}



/*css for special page*/
.gray-panel{
	background: #606060;
	color: #fff;
	padding: 7px 18px 36px 19px;
}
.gray-panel .btn1{
  background: #ffcc4a;
  display: inline-block;
  padding: 5px 12px;
  text-transform: uppercase;
  color: #fff !important;
  font-weight: 600;
  margin-top: 9px;
  font-size: 12px;
  background: -webkit-repeating-linear-gradient(#fcc949 0% , #fcc949 40%,#dbaf40);
  background: -moz-repeating-linear-gradient(#fcc949 0% , #fcc949 40%,#dbaf40);
  background: -ms-repeating-linear-gradient(#fcc949 0% , #fcc949 40%,#dbaf40);
}
.gray-panel .btn1 a{
	color: #fff;
}
.gray-panel .btn1:hover {
  color: #fff !important;
  background: -webkit-repeating-linear-gradient(#dbaf40 0% , #dbaf40 40%,#fcc949);
  background: -moz-repeating-linear-gradient(#dbaf40 0% , #dbaf40 40%,#fcc949);
  background: -ms-repeating-linear-gradient(#dbaf40 0% , #dbaf40 40%,#fcc949);
  transition: background-color 250ms linear;
}
.gray-panel .view{
	background: transparent !important;
	font-size: 12px;
}
.page-template-page-specials, .page-template-page-events { background: #F0F0F0; }
.page-template-page-specials .section-contain, .page-template-page-events .section-contain {
  min-height: 475px;
}



/*==================================
		Blog
 ===================================*/

.blog .post { padding: 7px 18px 36px 19px; }
.accent-panel { background: #ffcc4a; }
.accent-panel .view { color: #fff !important; }
.accent-panel a:hover { color: #000 !important; }
.postmetadata { font-size: 13px; font-weight: 700; text-transform:uppercase; }
.postmetadata span { display:inline-block; border-bottom: 3px solid #ffcc4a; padding-bottom:5px;  }

.entry ul { margin-bottom:1.0em; }
.entry img.img-responsive { margin-bottom:1.0em; display:block; }

.widget_recent_entries { text-transform:uppercase; margin:0; }
.widget_recent_entries h4 { background: #606060; color: #fff; padding: 80px 10px 10px 20px; margin:0; }
.widget_recent_entries ul { list-style-type:none; padding:0;  }
.widget_recent_entries li { padding: 10px 20px; display:block; background: #f0f0f0; color: #fff; border-bottom: 1px solid #e0dad7; border-top: 1px solid #fff;}
.widget_recent_entries li .post-date { font-size: 13px; font-weight: 700; display:block; color: #ffcc4a; }

#text-2 { background: #606060; color: #fff; padding: 10px 10px 10px 20px; margin:0; }
#text-2 a { color: #fff; }

ol.commentlist { list-style-type:none; padding:0; }
ol.commentlist li { margin-bottom:5px; background: #f0f0f0; padding: 20px 20px 10px; }
ol.commentlist li div p { line-height:1.4em; }
ol.commentlist li cite { display:block; font-style:normal; font-size: 13px; line-height: 1.4em; margin-bottom: 1em;}
ol.commentlist li cite strong { }

form#commentform input.text, form#commentform textarea { background: #f0f0f0; border:0; width:100%; display:block; padding: 1%; }
form#commentform textarea { }
form#commentform p.col-md-6 label { display:block; }

h3#comments, #respond h3 { font-size:13px; text-transform:uppercase; color:  #ffcc4a; font-weight:bold; margin-top:30px; }

.blognav-article { width: 40%; margin: 20px auto 20px; padding-top:20px; }
.blognav-article .prev-nav { width: 33%; float:left; }
.blognav-article .curr-page { width: 33%; float:left; font-size:1.2em; text-align:center; }
.blognav-article .prev-nav { width: 33%; float:left; text-align:right; }


/*==================================
		Reviews
 ===================================*/
.reviewheight-row a { color: #fff; }
.star { font-size: 30px; color: #ffcc4a; margin: 20px 0 10px; }
#ratingData { margin-bottom:20px; }
#ratingData .star { font-size:50px; }
#ratingData .star h4 { font-size:18px; color: #333; }

.review cite { height: 60px; line-height: 60px; display: block; }
cite img { height:40px; width:40px; border-radius: 50%; margin: 10px 10px 10px 0; display:inline-block !important; }

.review { background: #B8B4B4; padding: 20px 15px;}
#home-review .box { background: #B8B4B4;}
#home-review #ratingData .star, .review .star { font-size: 20px; color: #000; }
#home-review #ratingData .star h6 { margin-top:0; }
#home-review blockquote, .review blockquote { font-size:35px; line-height:1.4em; font-weight:300; color: #fff; }

/*==================================
		Residents
 ===================================*/

.feature-box { background: #f0f0f0; padding: 10px 20px 20px; margin-right:10px; }

/*==================================
		Contact
 ===================================*/

.responsive-calendar .day:not(.not-current) {
	background-color: #ebebeb;
}
.responsive-calendar {
	background-color: #fff;

}

.controls i {
	color:#fff;
	    line-height: 25px;
}
.controls {
	background-color: #373737;
	color: #fff;
	padding:10px;
	position:relative;
}
.controls h4 { text-align:center; }
.controls .pull-left { position:absolute; top:19px; }
.controls .pull-right { position:absolute; top:19px; right:10px; }
.day.header {
	background-color: #fff !important;
}
.responsive-calendar .day {
    display: inline-block;
    position: relative;
    font-size: 14px;
    width: 14%;
    border: 0 !important;
    text-align: center;
    height: 30px;
}
.responsive-calendar .day-headers .day { width: 13%; text-align:center; text-transform:uppercase; font-size:10px; }
.responsive-calendar .days { margin-left:6px; padding-bottom:6px; }
.small-slider  .carousel-indicators li {
	background-color: #fff;
	margin:0px;
	border:none;
}
.small-slider  .carousel-indicators .active {
	background-color:#f1be49;
	width: 10px;
	height: 10px;
}

.slid-info {
	color: #606060;
	font-style: italic;
	line-height: 30px;
	font-size: 22px;
}
#team { text-align:center; }
.mini-bio { margin-bottom:30px; padding-bottom:20px; position:relative; float:none; display:inline-block; }
.mini-bio a.biobox.underline { position:absolute; bottom:0; text-align:center; display:block; width:94%; }

.lightboxed section#team { display:none; }

#team-images { text-align:center; }
#team-images div { display: inline-block; float:none; width:24%;  }

.tinyteam { border-radius: 50%; display: inline-block; height: 23px; margin: 2px 2px 2px 4px; overflow: hidden; width: 24px; }
.tinyteam img { height: auto; margin-left: -10%; max-width: 125%;}

.mini-bio h6 { font-size:14px; text-transform:uppercase; margin: 20px 0 5px;  }
.mini-bio .next span { display:inline-block; }
.mini-bio .next h2 { display:inline-block; margin:0 0 0 20px; padding:0;  }
.mini-bio .next h2 a {
    background-image: url(images/arrow-grey-right.png);
    padding: 5px 30px 5px 0;
    background-position: right;
    background-repeat: no-repeat;
  }
.mini-bio .next h2 a:hover {
    background-image: url(images/arrow-gold-right.png);
  }



.img-responsive.right-side { width:auto; }
#home-banner .carousel-inner > .item{ height:70vh; overflow:hidden; background-position: top center; background-size:cover }
#home-banner .videobox { color: #ffcc4a; display: block; margin: auto; padding-bottom: 5vh; text-align: center; position:relative; }
#home-banner .videobox .fa-play { color: #ffcc4a; opacity:0.9; font-size: 80px; position:absolute; top:30%; left:50%; margin-left:-40px; }
#home-banner .videobox:hover .fa-play { color: #fff; }
#home-banner .carousel-caption { bottom:15vh; padding:0; left:5%; right:5%;  }
#home-banner .carousel-caption img { width:auto; max-width:96%; height:auto;}	

.fluid-width-video-wrapper {
    height: 450px;
}

.printonly { display:none; }

#slider-thumbs div { list-style-type:none; padding:0; }

#sync2 .item { height:100px; display:block; position:relative; width:100%; background-repeat:no-repeat; background-size:100px cover; background-position:center center; border-right:1px solid #fff; }
#sync2 .owl-item:first-child { margin-left:-1px; }

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}

.gform_wrapper ul {
  padding-left: 0;
  list-style: none; }

.gform_wrapper li { margin-bottom: 15px; }

.gform_wrapper form {
  margin-bottom: 0; }

.gform_wrapper .gfield_required {
  padding-left: 1px;
  color: #b94a48; }

.ginput_container input, .ginput_container select, .ginput_container textarea {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 20px;
  color: #555;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-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; }

.ginput_container input:-moz-placeholder, .ginput_container select:-moz-placeholder, .ginput_container textarea:-moz-placeholder {
  color: #999; }

.ginput_container input::-moz-placeholder, .ginput_container select::-moz-placeholder, .ginput_container textarea::-moz-placeholder {
  color: #999; }

.ginput_container input:-ms-input-placeholder, .ginput_container select:-ms-input-placeholder, .ginput_container textarea:-ms-input-placeholder {
  color: #999; }

.ginput_container input::-webkit-input-placeholder, .ginput_container select::-webkit-input-placeholder, .ginput_container textarea::-webkit-input-placeholder {
  color: #999; }

.ginput_container input:focus, .ginput_container select:focus, .ginput_container textarea:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6); }

.ginput_container input[disabled], .ginput_container select[disabled], .ginput_container textarea[disabled], .ginput_container input[readonly], .ginput_container select[readonly], .ginput_container textarea[readonly], fieldset[disabled] .ginput_container input, fieldset[disabled] .ginput_container select, fieldset[disabled] .ginput_container textarea {
  cursor: not-allowed;
  background-color: #eee; }

textarea.ginput_container input, textarea.ginput_container select, textarea.ginput_container textarea {
  height: auto; }

.ginput_container textarea {
  height: auto; }

.gform_button {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd; }

.gform_button:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

.gform_button:hover, .gform_button:focus {
  color: #333;
  text-decoration: none; }

.gform_button:active, .gform_button.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }

.gform_button.disabled, .gform_button[disabled], fieldset[disabled] .gform_button {
  cursor: not-allowed;
  pointer-events: none;
  opacity: .65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none; }

.gform_button:hover, .gform_button:focus, .gform_button:active, .gform_button.active, .open .dropdown-toggle.gform_button {
  color: #fff;
  background-color: #3276b1;
  border-color: #285e8e; }

.gform_button:active, .gform_button.active, .open .dropdown-toggle.gform_button {
  background-image: none; }

.gform_button.disabled, .gform_button[disabled], fieldset[disabled] .gform_button, .gform_button.disabled:hover, .gform_button[disabled]:hover, fieldset[disabled] .gform_button:hover, .gform_button.disabled:focus, .gform_button[disabled]:focus, fieldset[disabled] .gform_button:focus, .gform_button.disabled:active, .gform_button[disabled]:active, fieldset[disabled] .gform_button:active, .gform_button.disabled.active, .gform_button[disabled].active, fieldset[disabled] .gform_button.active {
  background-color: #428bca;
  border-color: #357ebd; }

.gform_wrapper .gfield_error .gfield_label {
  color: #b94a48; }

.gform_wrapper .gfield_error input, .gform_wrapper .gfield_error select, .gform_wrapper .gfield_error textarea {
  border-color: #eed3d7;
  background-color: #f2dede;
  color: #b94a48; }

.gform_wrapper .gfield_error input:focus, .gform_wrapper .gfield_error select:focus, .gform_wrapper .gfield_error textarea:focus {
  border-color: #b94a48;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(185, 74, 72, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(185, 74, 72, 0.6); }

.validation_error {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48; }

.validation_error h4 {
  margin-top: 0;
  color: inherit; }

.validation_error .alert-link {
  font-weight: bold; }

.validation_error>p, .validation_error>ul {
  margin-bottom: 0; }

.validation_error>p+p {
  margin-top: 5px; }

.validation_error hr {
  border-top-color: #e6c1c7; }

.validation_error .alert-link {
  color: #953b39; }

#gforms_confirmation_message {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px; }

#gforms_confirmation_message h4 {
  margin-top: 0;
  color: inherit; }

#gforms_confirmation_message .alert-link {
  font-weight: bold; }

#gforms_confirmation_message>p, #gforms_confirmation_message>ul {
  margin-bottom: 0; }

#gforms_confirmation_message>p+p {
  margin-top: 5px; }

.gallery-row {
  padding: 15px 0; }

.aligncenter {
  display: block;
  margin: 0 auto; }

.alignleft {
  float: left; }

.alignright {
  float: right; }

figure.alignnone {
  margin-left: 0;
  margin-right: 0; }

.ui-widget {
  background: white;
  border-radius: 0;
  border: 1px solid #ccc;
  box-shadow: 0;
}
.ui-datepicker-inline { border:0; }
.ui-datepicker-calendar { width:100%; height:240px; }
.ui-widget td { vertical-align:middle; text-align: center; padding: 3px 0; background: #f0f0f0; }
.ui-widget td.ui-datepicker-other-month { background:#fff; }
.ui-widget td a { padding: 3px 8px; }
.ui-state-active.ui-state-hover { color: #000 !important; }
.ui-datepicker-calendar .ui-datepicker-current-day { background: #ffcc4a; }
.ui-datepicker-next {
  float: right;
}

.ui-datepicker-next .ui-icon, .ui-datepicker-prev .ui-icon { color: #373737; }
.ui-datepicker-prev .ui-icon:before { font-family: FontAwesome; content: "\f053"; color: #fff; }
.ui-datepicker-next .ui-icon:after { font-family: FontAwesome; content: "\f054"; color: #fff; }

.gform_wrapper label {
  font-weight: normal;
  font-style: italic;
}

.gform_wrapper .gfield_label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
  font-style: normal;
}

.gform_validation_container {
    display: none !important;
    position: absolute !important;
    left: -9000px;
}

.gform_footer { clear:both; text-align:center; margin-bottom:50px; }
.gform_button {
	display: inline-block;
	background: -webkit-repeating-linear-gradient(#fcc949 0% , #fcc949 40%,#dbaf40);
	background: -moz-repeating-linear-gradient(#fcc949 0% , #fcc949 40%,#dbaf40);
	background: -ms-repeating-linear-gradient(#fcc949 0% , #fcc949 40%,#dbaf40);
	color: white;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none;
	position: relative;
	height: 50px;
	line-height: 36px;
	overflow: hidden;
	margin-top: 20px;
	transition: background-color 250ms linear;
	border:0;
	font-size: 16px;
	padding: 6px 40px;
}

.gform_confirmation_wrapper { text-align:center; margin: 50px; }

.ui-datepicker-header {     background-color: #373737;
    color: #fff;
    padding: 10px;
    position: relative; }
.ui-datepicker-calendar thead th { font-size:11px; text-transform:uppercase; font-weight:normal; text-align:center; }
.ui-datepicker-prev { color: #fcc949; position:absolute; top:10px; left:10px; }
.ui-datepicker-next { color: #fcc949; position:absolute; top:10px; right:10px; }
.ui-datepicker-title { text-align:center; color: #ffcc4a !important; font-size: 18px; }
.ui-datepicker-title select { background:transparent; color: #fff; border:0; }

.page-template-page-gallery .carousel-inner > .item, .page-template-page-gallery-sub .carousel-inner > .item, .page-template-page-gallery-video .carousel-inner > .item { background: #000; }
.page-template-page-gallery .carousel-inner > .item img, .page-template-page-gallery-sub .carousel-inner > .item img, .page-template-page-gallery-video .carousel-inner > .item img { display:block; margin: 0 auto; text-align:center; max-width:80%; }
.page-template-page-gallery .col-md-10, .page-template-page-gallery-sub .col-md-10, .page-template-page-gallery-video .col-md-10 { background: #000; text-align:center; }

.page-template-page-gallery #images { position:relative; border-top:1px solid #fff; }

#sync2 { height:100px; overflow:hidden; }
#sync1 img { max-width:100%; max-height:auto; height:auto; min-height:auto; text-align:center; margin: 0 auto; display:block; max-height:800px; }

.owl-next.disabled, .owl-prev.disabled { display:none !important; }

#location-type-tax-wrapper label input {  position:absolute; top:0; left:-10000px}
#location-type-tax-wrapper label span { display:block; }

#location-type-tax-wrapper label#map-reset { display:none; }

li#field_3_1, li#field_3_2,li#field_6_1, li#field_6_2 { background: url(images/bg-divider.gif) no-repeat top right; }

.bedcolor-1 { background-color: #B85856; }
.bedcolor-2 { background-color: #526C74; }
.bedcolor-2d { background-color: #F67D4B; }
.bedcolor-0 { background-color: #6E6A82; }

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:1000000; overflow:hidden; -webkit-transform: translate3d(0,0,0);}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/*
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#fff; opacity: 0.9; filter: alpha(opacity = 90);}
#colorbox{outline:0;}
    #cboxContent{margin-top:32px; overflow:visible; background:#000;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{background:#fff; padding:1px;}
        #cboxLoadingGraphic{background:url(images/loading.gif) no-repeat center center;}
        #cboxLoadingOverlay{background:#000;}
        #cboxTitle{position:absolute; top:-22px; left:0; color:#000;}
        #cboxCurrent{position:absolute; top:-22px; right:205px; text-indent:-9999px;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; text-indent:-9999px; width:20px; height:20px; position:absolute; top:-20px; background:url(images/controls-x.png) no-repeat 0 0;}

        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

        #cboxPrevious{background-position:0px 0px; right:44px;}
        #cboxPrevious:hover{background-position:0px -25px;}
        #cboxNext{background-position:-25px 0px; right:22px;}
        #cboxNext:hover{background-position:-25px -25px;}
        #cboxClose{right:0;background-position:68px 1px; right:0;background-color: #fff;background-image:url(images/controls-x.jpg);background-repeat: no-repeat; width:100px;text-indent: 0;color: #8c8883;font-size: 12px; text-transform: uppercase;color: #8c8883;font-weight: bold;}
        #cboxClose:hover{background-position:68px 1px;color: #000;}
        .cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious{right:66px;}
        .cboxSlideshow_on #cboxSlideshow{background-position:-75px -25px; right:44px;}
        .cboxSlideshow_on #cboxSlideshow:hover{background-position:-100px -25px;}
        .cboxSlideshow_off #cboxSlideshow{background-position:-100px 0px; right:44px;}
        .cboxSlideshow_off #cboxSlideshow:hover{background-position:-75px -25px;}

.single-team header, .single-team footer { display:none; }
.single-team .container  { width:880px; }


.page-template-page-videobox header, .page-template-page-videobox  footer { display:none; }


.icon-img.home {
    background-image: url(images/home.png);
    background-repeat: no-repeat;
    background-position: 0 6px;
    padding-left: 20px;
    padding-top: 5px;
  }
  .icon-img.home:hover {
    background-image: url(images/home-white.png);
  }
@media (min-width:1500px) {
    .navbar-centered .navbar-nav {
        float: none;
        text-align: center;
    }
}
@media (min-width:1280px) {
    .navbar-nav {
        float: none !important;
        text-align: center;
    }
    .navbar-centered .navbar-nav > li {
        float: none;
    }
    .navbar-centered .nav > li {
        display: inline;
    }
    .navbar-centered .nav > li > a {
        display: inline-block;
        margin-top: 20px;
            padding: 10px;
    }




}

@media(min-width:768px) and (max-width: 1280px){
	body { padding-top:91px !important; }
  .icon-img.home {
    background-position: 0 4px;
  }
	.icon-img,#right-1 p
	{
		font-size: 13px;
		margin: 0px;
	}
	.icon-img img {
    margin: 4px 3px;
  }
	.icon-img img
	{
		width: 15px;
	}

	.right-list img
	{
		width: 30px;
	}

.line-hg { line-height: 67px; }

.foot-address p {
    color: #fff;
    font-size: 15px;
    line-height: 30px;
}
.foot-brochure a {font-size: 15px;}
.foot-brochure img {
    float: left;
    margin-right: 10px;
     margin-top: 0px !important;
}
#menu.navbar-default .navbar-nav > li > a { padding: 0 13px; }
.bg-yellow {
	height: auto;
}
.form-control-1 {
	width: 300px;
}
.con-list >li {

}
.num,.num-1
	{
		left: 38%;
	}
	#myCarousel .carousel-control.right, #myCarousel1 .carousel-control.right
	{right: 41%;}
	#myCarousel .carousel-control.left, #myCarousel1 .carousel-control.left
	{
		left:41.55%;
	}
.navbar-nav {
    display: table;
    margin: 0 auto;
    text-align: center;
	float:none; 
}
#navbar,.navbar-default .navbar-brand,.menu-1 {
	padding: 0px;
}
.navbar-header, .navbar-brand { float:none; }
.navbar-brand img {}
.foot-left {
    background-color: #606060;
    padding: 44px 20px 59px 20px;
}

#carousel-custom .carousel-caption h1 { font-size: 36px;}
#carousel-custom .carousel-indicators { width:80%; }

.carousel-caption p {
}
#carousel-custom .carousel-caption p {
    line-height: 17px;
    font-size: 13px;
}
.nav-tabs > li, #input_4_1 > li {
	    padding: 10px 25px;
}
.foot-right {
	    padding: 29px 20px 41px 20px;
}
.viewbtn {
	    left: 37%;
}
.overlay {
	display: none;
}
}

@media(max-width: 1199px){
.page-template-page-floorplans .row1 .col-sm-12 { text-align:center; }
.page-template-page-floorplans .drawer-toggle { margin-left:0; }
	.gray-panel{
		padding: 1px 17px 9px 19px;
	}
	.gray-panel h1{
		font-size: 30px;
	}
	.gray-panel p{
		line-height: 17px;
	    font-size: 12px;
	}
	.gray-panel .btn1{
		margin-top: 7px;
	}
}

@media(min-width:1500px) and (max-width:1680px){


#menu.navbar-default .navbar-nav > li > a {
	padding: 9px;
}
	}
	
	
@media(min-width:1250px) and (max-width:1400px){

#carousel-custom .carousel-caption h1 {
	font-size: 41px;
}

	.num,.num-1
	{
		left: 36%;
	}
	#myCarousel .carousel-control.right, #myCarousel1 .carousel-control.right
	{right: 41%;}
	#myCarousel .carousel-control.left, #myCarousel1 .carousel-control.left
	{
		left:40.55%;
	}

}

@media(max-width:1250px){
	
	.navbar-header { margin-top:24px }
	#menu.navbar-default .navbar-nav > li > a { font-size: 13px; }
	#right-1 { width:25%; }
	.menu-1 { width: 58.3333%; }
	
	.num, .num-1 { left:33%; }
	#gform_wrapper_1 input.medium { padding-right:30px; }
	
	.foot-right .col-md-6 { width: 100%; }
	
	[type="checkbox"]:not(:checked) + label::before, [type="checkbox"]:checked + label::before { left:61px; }
	
	.amenity { width:100%; height:525px; }
	.amenities .next, .amenities .prev, .page-template-page-amenities .owl-dots { height:525px; }
	.page-template-page-amenities .owl-dots { padding-top:460px !important; }
	.scroll-overlay { height:430px; }
	
	.contact-box .fsize18 { font-size:14px !important; }
	.contact-box h4, .contact-box .fsize20, .contact-box address { font-size:16px !important; }
	
	.post h1 { font-size:24px; }
}

@media(max-width:1023px){
	#shiftnav-toggle { display:block; }
	#menu { padding:10px; }
	.foot-address img {	margin-top: 8px; width: 30px; }
	
	#right-1 { text-align: left; }
	.menu-1 { clear:both; }
	.carousel-indicators { width:96%; }
	
	.navbar-header {margin-top:0; }
	
	.amenity { width:100%; height:410px; }
	.amenities .next, .amenities .prev, .page-template-page-amenities .owl-dots { height:410px; }
	.page-template-page-amenities .owl-dots { padding-top:340px !important; }
	.scroll-overlay { height:320px; }
	.scroverlay, .scroverlay2 { width:320px; }
	.viewer { width:95%; }
	.viewbtn { font-size:10px; height:35px; line-height:35px; width:110px; }
	
	#intro h1 { font-size:50px !important; }
	#intro p { font-size: 24px !important; }
}

@media(max-width:990px){
	#myCarousel2 .carousel-inner { height:auto !important; }
	
	body { padding-top:68px !important; }
}

@media(min-width:200px) and (max-width: 767px){
	#intro h1 { font-size:40px !important; }
	#intro p { font-size: 22px !important; }
	body { padding-top:55px !important; }
	.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus
	{
		background:none;
	}
.navbar-header { margin:0; }
.navbar-brand { padding:0; margin:0 auto; float:none; }
[type="checkbox"]:not(:checked) + label::before, [type="checkbox"]:checked + label::before { left: 62px; }	
.foot-left {
    background-color: #606060;
    padding: 20px 20px 20px 20px;

}
.foot-brochure a {
    line-height: 46px;
}
#menu.navbar-default .navbar-nav > li > a {
	line-height: 20px; height:auto;
}

.space60 { margin-top:10px; }
.foot-connect, .foot-blog { margin:0; }
.foot-blog h2, .foot-left h2 { text-align:center; }
.foot-brochure img { float: left; margin-right: 20px; margin-top: 0px !important; }
.view-images img { margin: 0 auto; }
.foot-blog h6 { text-align:center; }

h3.title { font-size:28px; }
#home-banner .carousel-inner > .item { height:65vh; }
#home-banner .carousel-caption { bottom:5vh; left:2%; right:2%; }
#home-banner .videobox { padding-bottom:15vh; }
#carousel-custom .carousel-caption h1 { font-size:25px; }
#carousel-custom .carousel-caption p {
    line-height: 23px;
    font-size: 13px;
    display: none;
}
#carousel-custom .carousel-indicators { display: none; }

#input_4_1 > li { padding-left:25px; padding-right:25px; }
#input_4_1 > li:not(:last-child):after { display: none; }

.bg-2 h4 { font-size: 25px; }
.bg-yellow { height: auto; }
.bg-2 { margin-top:0; padding: 0 0px 16px 100px; background-size: auto 80%; background-repeat:no-repeat; background-position: -140px 0; background-color: #FFCC4B; }
.height { height: 4px; }
.height-1 { height: 0px; }

.form-control-1 {
    width: 325px;
}
.box {
    background-color: #373737;
    padding:  72px 39px;
}
.nav-tabs > li, #input_4_1 > li {
	margin: 10px 0px;
}
#myCarousel .carousel-control.right, #myCarousel1 .carousel-control.right
	{    right: 39.2%;}
	#myCarousel .carousel-control.left, #myCarousel1 .carousel-control.left
	{
		left:40.3%;
	}
.fsize35 { font-size:35px; }
	.num,.num-1
	{top:10px;
		left:31%;
	}
#walkscore {
    width: 20%;
  }


.overlay,	.viewbtn,.tital-cap h2 {
	display: none;
}
.fp-header { height:auto; }
.page-template-page-floorplans .drawer-toggle { margin-left:0; }
.floor-info { text-align:center; }
.floor-info .btn { float:none !important; }
.floor-info .print { float:none; clear:both; }
.floor-info .print ul { padding-left:0; }
.page-template-page-floorplans-single .floor-img { margin: 0 auto; }
.table-responsive { width:100%; border:0; }
#gform_5 .gform_body { width:50% !important; }
.amenities .owl-controls { display:none; }
.scroverlay, .scroverlay2 { width:80%; }
.sroll-img { display:none; }
.con-list > li { width:100%; }
.postheight, .postheight-first { height:auto !important; }
.blognav-article { width:80%; }
.single-post .container .pad0 { padding-left:15px !important; padding-right:15px !important; }
.biobox .img-responsive { margin: 0 auto; }
.single-team .container { width:100%; }

#gmw-map-wrapper-1 { height:auto !important; min-height:2000px; }
#gmw-map-1 { height:300px !important;float:none; }
#gmaps-form-wrapper-1 { float:none; width:100%; }
#gmaps-form-wrapper-1 { height:auto; }
#gmw-map-wrapper-1 h1 { height:60px; line-height:60px; padding:0; background: #ffcc4a; font-size:30px; color: #333; margin:0; text-align:center; }
.search-filters-wrapper { display:none; }
.taxonomies-wrapper { clear:both; }
#location-type-tax-wrapper label { height:40px; line-height:40px; }
#walkscore, #directions { display:none; }
#filtered { width:auto !important; height:auto !important; float:none !important; }
ul.locations { height:auto !important; }
.page-template-page-location ul.locations li { width:auto; }

.page-template-page-gallery h1, .page-template-page-gallery-sub h1, .page-template-page-gallery-video h1 { height:60px; line-height:60px; padding:0; }

.page-template-page-gallery #images .owl-prev, .page-template-page-gallery-sub #images .owl-prev, .page-template-page-gallery-video #images .owl-prev, .page-template-page-gallery #images .owl-next, .page-template-page-gallery-sub #images .owl-next, .page-template-page-gallery-video #images .owl-next { height:300px !important; display:block !important;}
.page-template-page-gallery #images .owl-prev.disabled, .page-template-page-gallery-sub #images .owl-prev.disabled, .page-template-page-gallery-video #images .owl-prev.disabled, .page-template-page-gallery #images .owl-next.disabled, .page-template-page-gallery-sub #images .owl-next.disabled, .page-template-page-gallery-video #images .owl-next.disabled { height:300px !important; display:none !important;}

#sync1 img { max-width:90%; text-align:center; margin: 0 auto; height:auto; min-height:300px; width:auto;  }
#sync2 { height:60px; }
#sync2 .item { height:60px; }

li#menu-item-685 a { background: url('images/home.png') no-repeat 6px center }

.page-template-page-residents .space50 { margin-top:0; }
.feature-box { margin-bottom:30px; }

.next-page-anchor, .prev-page-anchor { display:none !important; }

.floor-detail h2 { text-align:left; padding-left:17px;}
	#sitemap .item { height:auto; }
}


@media(max-width:640px){
	#team-images div { padding: 0 !important; float:left; width:50%; }
	.page-template-page-floorplans .prev, .page-template-page-floorplans .next { display:none !important; }
	.cms-blog-layout1 { height:auto; }
	.cms-blog-overlay { top:10%; }
	.cms-blog-layout1.bg-white { background: #fff; }
	.single-floorplan .container .space50 { margin-top:0; }

	.page-template-page-amenities .owl-dots { display:none !important; }
	.amenities { padding:0; max-width:540px; margin-left:auto; margin-right:auto;  }
	.amenities .prev, .amenities .next, .amenities .prev:hover, .amenities .next:hover{ background-color: transparent; }
	
	.sticky { height: auto !important; }
}

@media(max-width:500px){
	
	#myCarousel .carousel-inner, #myCarousel .col-xs-12 { height:auto !important; }
	#myCarousel .fp-feature, #myCarousel .fp-feature div { min-height:300px !important; }
	#myCarousel .caro-controls, #myCarousel2 .caro-controls { top: 30px;}
	#myCarousel2 .all { position:relative; bottom:auto; margin-top:20px; }
	.box { padding-top:30px; padding-bottom:60px; }
	.num, .num-1 { display:none; }
	.all { margin-top:20px; display:block; }
	#home-review .box { padding-bottom:20px; }
	#home-review blockquote, .review blockquote { font-size:25px; }
	.home .bio-pic { overflow:hidden; }
	.home .bio-pic img.img-responsive { width:auto; height:100%; margin-left:-40%; max-width:500%; }
	
	.floor-img { width: 70%; margin-bottom:20px !important; }
	.category-news > .info { position:relative; bottom:auto; }
	.page-template-page-floorplans-single .floor-detail .detail-bar li, .single-floorplan .floor-detail .detail-bar li  { padding-left:10px; padding-right:10px; }
	
	#specials h3 { margin-bottom:20px; }
	#specials h4 { padding: 0; }
	#specials .space30 { margin-bottom:30px; }
	
	
	#location-type-tax-wrapper label input { position:relative; left:auto; float:left; margin-left:-10000px;}
	
	#gmaps-form-wrapper-1 form { clear:both; }
	#location-type-tax-wrapper label.viewall { display:none; }
	#location-type-tax-wrapper label.reset { width:100%; padding:0; text-align:center; line-height:34px; height:34px; }
}

/* Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 767px)
  and (orientation: landscape) {
#home-banner .carousel-inner > .item{ height:70vh;}
#home-banner .carousel-caption img {max-height: 60vh}	

}


@media(min-width:200px) and (max-width:380px){
	.view {
	font-size: 10px;
}
.fsize35 {
	font-size: 20px;
	    margin-top: 10px;
}
.box {
    background-color: #373737;
    padding: 10px 20px;
}
.line-3 {
	margin: 10px 0px;
}
/*.view img {
	display: none;
	}*/
.form-control-1 {
    width: 100%;
}
.nav-tabs > li, #input_4_1 > li { margin: 10px 0; }
.foot-address p {

    font-size: 22px;
}
#carousel-custom .carousel-caption h1 {
    font-size: 15px;
}
#input_4_1 > li + li { margin-left: 0 !important; }
.box {
    background-color: #373737;


    padding: 19px 20px;
}
.left-side.darkclr p {
	font-size: 11px;
}
.carousel-control{
	display: none;
}
.sroll-img {
	display: none;
}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
	    bottom: 91px;
}
}
