body {font-family: 'Open Sans', sans-serif; font-weight:400; color:#404042;}
a, a:hover {text-decoration:none;}

/* override GLYPHICON wiht fontawsome */
.glyphicon {
    display: inline-block;
		font-family: 'Font Awesome 5 Free';
    font-style: normal;
		font-weight: 600;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.glyphicon-chevron-left:before {
	font-family: 'Font Awesome 5 Free';
	font-weight: 600;
  content: "\f053";
}
.glyphicon-chevron-right:before {
	font-family: 'Font Awesome 5 Free';
	font-weight: 600;
  content: "\f054";
}

.bold {font-weight: bold;}
.uppercase {text-transform: uppercase;}

.fake-href {color: #337ab7;}

.isc-box .btn-default {color: #000;}

.isc-box {position:relative; color:#fff; padding: 20px 0;}
.isc-box a {color:#E6E6E6;}
.isc-box a:hover {color:#9D9D9D;}
.isc-box .row-one {font-size:1.75em;}
.isc-box .row-two {font-size:1.25em; font-weight:bold;}
.isc-box .isc-img {position:absolute; bottom:0px; width:200px;}
.isc-box .isc-img-left {left: 2em; }
.isc-box .isc-img-right {right: 2em; }


/* navbar start */
.navbar-default {
    background: rgb(0, 152, 68); 
    background: rgba(0, 152, 68, 0.8);
    color: #fff;
    margin:0px;
    border-color: transparent;
    border-radius: 0px;
    border-bottom: 1px solid #fdb813;
}
.navbar-default .navbar-toggle {background-color: #ddd;}


.navbar-left-brand-lg img {
	width:100%; 
	max-width:300px; 
	padding:20px 0px;
}

.navbar .navbar-nav {
    display: inline-block;
    float: none;
}
.navbar-nav > li > .dropdown-menu {margin-top:5px;}
.navbar-center-contain {
    height:100%;
    min-height:100%;
}

.navbar-center li.active a {background-color: transparent !important; border-top: 2px solid #fac14d;padding-top:13px !important;}

ul.navbar-center > li > a {
	color: #fff !important;
}

ul.navbar-center li a {
	font-family: 'Ubuntu', sans-serif;
	font-size:16px;
	/* font-size: 1.1vw; */
	font-weight:bold;
	text-transform: uppercase;
}


.navbar-center li.dropdown.open ul.dropdown-menu > li > a,
.navbar-center li.open ul.dropdown-menu > li > a {
	color:gray !important;
	text-transform: none;
	font-family: sans-serif;
	font-size: 12px;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {background-color: transparent !important; color: #fdb813 !important; }

/* Two Level Nav Bar */
.navbar-two-level {background-color: transparent !important; border-bottom: 0px;}
.navbar-two-level .navbar-level-one {
	  background: rgb(0, 152, 68); 
    background: rgba(0, 152, 68, 0.8);
		border-bottom: 1px solid #fdb813;
}
li.RegParent-Y a {font-weight:bold !important;}
li.RegParent-N a {font-weight:normal !important;}
li.RegParent-N a:before{ content:"- ";}

ul.dropdown-menu-states li.dropdown-submenu a {bold: normal; font-size:12px;}

/*Submenus*/
.dropdown-submenu{position:relative;}
.dropdown-submenu>.dropdown-menu{position:absolute; top:0; left:100%; margin-top:-6px; margin-left:-1px;-webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;}
.dropdown-submenu:hover>.dropdown-menu{display:block;}
.dropdown-submenu>a:after{display:block;content:" ";float:right;width:0;height:0;border-color:transparent;border-style:solid;border-width:5px 0 5px 5px;border-left-color:#cccccc;margin-top:5px;margin-right:-10px;}
.dropdown-submenu:hover>a:after{border-left-color:#ffffff;}
.dropdown-submenu.pull-left{float:none;}.dropdown-submenu.pull-left>.dropdown-menu{left:-100%;margin-left:10px;-webkit-border-radius:6px 0 6px 6px;-moz-border-radius:6px 0 6px 6px;border-radius:6px 0 6px 6px;}


#navbar-submenu {
	background: rgb(211, 211, 211); 
  background: rgba(211, 211, 211, 0.8);
  width:100%;
  border-bottom: 1px solid gray !important;
}
#navbar-submenu .city-dropdown {position:absolute;}
#navbar-submenu .promo {color: #3a3a3c; padding:7px 0px; margin-left: auto; margin-right: auto; text-align:center;}
#navbar-submenu .promo .spacer-sm {height:27px}
#navbar-submenu .promo h2 {font-size:19px; margin:0px; margin-bottom:2px; font-weight:bold;}
#navbar-submenu .subtext {font-weight:bold}
#navbar-submenu .promo-restrict {font-size:10px;}

.btn-top-city-dropdown {background-color:#fdb813; text-transform: uppercase; border-radius: 0px; color:#4a463e}


.navbar-level-two .navbar-phone-btn {position:absolute;right:0px;}
.navbar-level-two .navbar-phone-btn .btn {
	font-size: 14px;font-weight: 600;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}

.carousel-fullscreen,.carousel-community {overflow:hidden;}
.carousel-fullscreen .carousel-inner .item,
.carousel-community .carousel-inner .item {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.carousel-homedesign-phone {
	height: 30vh;
	
}
.carousel-homedesign-phone .carousel-inner {
	height:100%;
}
.carousel-homedesign-phone .carousel-inner .item  {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	height:100%;
	
}

.carousel-homedesign-phone .text-over-carousel h1 {
	font-size: 5vh !important;
	margin-bottom:auto !important;
}

.carousel-community-phone {
	height: 30vh;
	
}
.carousel-community-phone .carousel-inner {
	height:100%;
}
.carousel-community-phone .carousel-inner .item  {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	height:100%;
	
}
.carousel-community-phone .carousel-inner h1.text-over-carousel {
	font-size: 5vh !important;
	margin-bottom:auto !important;
}

div.carousel-homepage div.carousel-inner div.find-your-home-box {
	position: absolute;
	bottom:4.2vh;
  left:0px;
  font-size: 5em;
  display: block;
 
  color: #fff;
  z-index:3;
  width:100%;
  text-align:center;
}

div.carousel-homepage {
	height: 90vh;
}
div.carousel-homepage div.carousel-inner {
	height: 100%;
}
div.carousel-homepage div.carousel-inner div.item {
	background-size: auto 100%;
	background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.btn-search-1 {
  -webkit-border-radius: 0 !important;
 	-moz-border-radius: 0 !important;
  border-radius: 0 !important;
	/*margin-top:25px;*/
	height: 44px; width: 44px; 
	line-height: 26px; color:#414042; 
	background-color:#e6e7e8;
	background: rgb(230, 231, 232); 
  background: rgba(230, 231, 232, 0.8);
}

.btn-mymaronda-new {
	display:none;
	position:absolute;
	right:0px;
	top:0px;
}
.btn-mymaronda-new a {
	color:#fff;
	background: rgba(0, 0, 0, 0.2);
	padding:5px 15px;
}
.btn-mymaronda-new a {
	background: rgba(0, 0, 0, 0.4);
}

.btn-mymaronda-1 {

	position:absolute; 
	right:-15px; top:-1px; 
	line-height:25px;
	padding-left:20px;
	margin-bottom:10px; 
	height:30px; width:100%; max-width:200px; 
	text-align:center;
	background-image: url("/images/header/mym-edge.png");
}
.btn-mymaronda-1 a { white-space: nowrap; color:white; font-size:12px; font-weight:bold;}
.btn-mymaronda-1 a:hover { color:#c5c6c6;}
/* navbar end */

.StartPastMenu {margin-top:114px;}

/* paralax specific S */
.content-block-one {
  padding: 30px;
  margin-bottom: 0px;
  color: inherit;
  background-color: #eee;
}
.content-block-gray {
  background-color: #58595b;
}

.content-block-one h1,
.content-block-one .h1 {
  color: inherit;
}
.content-block-one p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.content-block-one > hr {
  border-top-color: #d5d5d5;
}
.container .content-block-one {
  border-radius: 6px;
}
.content-block-one .container {
  max-width: 100%;
}

/*
.content-space-one, .parallax-box-screen-height {
  padding: 0px;
  margin-bottom: 0px;
  color: inherit;
	background: transparent no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	min-height:700px;
  width:100% !important;
  position: static !important;
}
*/
.parallax-box {
  padding: 0px;
  margin-bottom: 0px;
  color: inherit;
	background: transparent no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  
  position: static !important;
}
.parallax-box-container {position:relative; height:100%;width:100%;}
.content-space-ios-fix {background-attachment:scroll !important;}

/* background-attachment:scroll !important */ /* Fix for ipad */
.content-space-img-one {background-image: url('/images/homepage/transition-01.jpg');}
.content-space-img-two {background-image: url('/images/homepage/transition-02.jpg');}
.content-space-img-three {background-image: url('/images/homepage/transition-03.jpg');}
.content-space-img-four  {background-image: url('/images/homepage/transition-04.jpg');}
.content-space-img-five  {background-image: url('/images/homepage/transition-05.jpg');}

.page-break {
    width: 50%;
    height: 3px;
    background-color: #fff;
    margin: 0 auto;
}
.paralax-spacer-box {
  position: absolute;
  top: 50%;
  left:0;
  right:0;
	height: auto;
  width:75%;
  max-width:750px;
	margin: auto;
 	-webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);

}

.paralax-spacer-box .inner {
  background: rgb(255, 255, 255); 
  background: rgba(255, 255, 255, 0.8);
  padding:30px 20px 50px 20px;
  border-top-right-radius: .7em;
  border-top-left-radius: .7em;
}
.testimonial-sig {display:block; margin-top: 25px; font-weight:bold;}
.testimonial-sig>span {font-weight:normal; font-style: italic;}

.paralax-spacer-box .inner-bottom {background-color:#bdbec0;height:8px;}
.paralax-spacer-box .inner-button {position:relative; text-align:right; top:-14px; right:25px;}

.mrd-btn-next-section a {padding:15px;}
.mrd-btn-next-section a div {rgb(128,128,128); background: rgba(128,128,128, 0.8); width:15%;  max-width:75px; margin-left: auto; margin-right: auto;}
.mrd-btn-next-section a:hover div {background-color:#5b5b5b;}
.mrd-btn-next-section a img {width:100%; max-width:50px;}

.mrd-btn-next-bottom-absolute {
	position:absolute;
	z-index:1;
	bottom:0px; 
	width:100%; 
	margin-left: auto; 
	margin-right: auto;
}

.mrd-lnk-schedule {color:#f7a700 !important;}
.mrd-lnk-schedule:hover {color:#CE8B00 !important;}

@-webkit-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
	40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
	60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

@-moz-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
	40% {
    transform: translateY(-30px);
  }
	60% {
    transform: translateY(-15px);
  }
}

@keyframes bounce {
	0%, 20%, 50%, 80%, 100% {
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
	40% {
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }
	60% {
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}


.bounce {
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}


.mrd-btn-next-parallax {position:absolute; height:100%; width:100%;}
.mrd-btn-next-parallax>div {position:absolute;bottom:0px;width:100%;}

.mrd-btn-blue {background-color:#006aa6; padding:8px 15px; color:white; font-size:14px; font-weight:bold;}
.mrd-btn-blue:hover {background-color:#023d6d; text-decoration:none; color:#d4dce3;}

.mrd-btn-green {background-color:#00a261; color:#fff;}

.btn-vert-center {position:absolute; display:inline-block;}

/* Mouse over background color transition */
a, .btn-mymaronda-1 a, .mrd-btn-blue, .mrd-btn-next-section a div, .btn-search-1 {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out; /* IE10 is actually unprefixed */
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-out;
}
/* paralax specific  E */

/*General Styles*/
/* columns of same height styles S */

.row-full-height {
  height: 100%;
}
.col-full-height {
  height: 100%;
  vertical-align: middle;
}
.row-same-height {
  display: table;
  width: 100%;
  /* fix overflow */
  table-layout: fixed;
}
.col-xs-height {
  display: table-cell;
  float: none !important;
}

.col-top {
  vertical-align: top;
}
.col-middle {
  vertical-align: middle;
}
.col-bottom {
  vertical-align: bottom;
}
/* columns of same height styles S */
.row-no-padding {
  [class*="col-"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.hp-portfolio-grid {width:100%; max-width:1200px; margin-left: auto; margin-right: auto; left:-10px !important;}
.hp-portfolio-grid > div > div {padding:0px;}

.hp-portfolio-grid > div > div > a > img {  -webkit-filter: blur(2px); filter: blur(2px); }
.hp-portfolio-grid > div > div > a:hover > img {  -webkit-filter: blur(0px); filter: blur(0px); }

.hp-portfolio-grid > div > div > a:hover div.hp-portfolio-btn {visibility: hidden;opacity: 0;}
.hp-portfolio-grid > div > div > a div.hp-portfolio-btn {visibility: visible; opacity: 1;}

.hp-portfolio-grid > div > div > a:hover div.hp-portfolio-btn,
.hp-portfolio-grid > div > div > a div.hp-portfolio-btn,
.hp-portfolio-grid > div > div > a:hover > img,
.hp-portfolio-grid > div > div > a > img,
.content-block-footer .info-social #social-badge-box a:hover.sm-badge img,
.content-block-footer .info-social #social-badge-box a.sm-badge img {
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out; /* IE10 is actually unprefixed */
	-o-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-out;
}

span[data-pin-log="button_pinit_bookmarklet"] {
	top: -6px;
}

.hp-portfolio-btn {
	position:absolute;
	left:0; right:0;
	top:0; bottom:0;
	margin:auto;
	max-width:100%;
	max-height:100%;
	overflow:auto;
	z-index:9;
}
.hp-portfolio-btn > div {
	width:100%;
	position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align:center;
}

.hp-portfolio-btn > div > div {
	width:70%;
	/* font-size: 14px; */
	font-size: 2.2vh;
	font-weight:bold;
	padding: 7px;
	color:#fff;
	text-transform:uppercase;
	margin-left: auto; 
	margin-right: auto; 
	border-radius: .7em;
  border: 2px solid #fff;
 	background: rgb(0, 0, 0); 
  background: rgba(0, 0, 0, 0.4);
}

.hoverZoom-cell {overflow:hidden;}
.hoverZoom-cell a:hover img {    -webkit-transform:scale(1.25); /* Safari and Chrome */
    -moz-transform:scale(1.15); /* Firefox */
    -ms-transform:scale(1.15); /* IE 9 */
    -o-transform:scale(1.15); /* Opera */
     transform:scale(1.15);
}

div.content-block-one h2 {font-family: 'Open Sans', sans-serif; font-weight:600; text-transform:uppercase; margin-bottom:30px;}
div.content-block-one h1 { font-family: 'Cinzel', serif; height: 1px; border-top: 1px solid black; text-align: left; position: relative; margin-bottom:50px; }
div.content-block-one h1 span { position: relative; top: -.6em; background: #eeeeee; display: inline-block; padding-right:20px; }

/*Sepcific Backgrounds */
#block-portfolio {background-color: #58595b}
#block-portfolio .hp-block-portfolio .txt-center-line span {color:#fff; background-color:#58595b}
#block-portfolio .hp-block-portfolio h2 {color:#fff;}


#block-news {background-color:#4c4c4c}
#block-news .txt-center-line span {color:#fff; background-color:#4c4c4c}

.content-block-fixed-block {width:100%; max-width:1215px; margin-left: auto; margin-right: auto ;}

.content-block-footer {background-color:#e6e7e9;}
.content-block-footer h5{font-size:15px; font-weight:bold;}
.content-block-footer h3{font-size:13px; font-weight:bold; margin:0; margin-bottom:4px;}
.content-block-footer h5>span { background-color: #e6e7e9 !important; }

.content-block-footer a:hover {text-decoration:none; color:#009943}
.col-footer-links  a  {display:block; color:#565658; font-size:13px; font-weight:bold;}
.col-footer-cities a  {display:block; color:#58585a; font-size:12px;}
.col-footer-cities div.city-links a.RegParent-Y:not(:first-child) {margin-top:8px;}
.col-footer-cities a.RegParent-N::before {content: ' - ';}
.content-block-footer .green-bar {background-color:#009943; height:7px;}
.content-block-footer .footer-table {padding:20px;}

.content-block-footer .info-social {background-color: #404042; color:#fff; padding:10px 5px;}
.content-block-footer .info-social .title {font-weight:bold; font-size:16px;}
.content-block-footer .info-social #social-badge-box .title {padding-right:10px;}
.content-block-footer .info-social #social-badge-box a.sm-badge {margin-left:4px;}
.content-block-footer .info-social #social-badge-box a.sm-badge img {margin-left:4px;}
.content-block-footer .info-social #social-badge-box a:hover.sm-badge img {margin-left:4px;opacity: 0.4;filter: alpha(opacity=40);}
.content-block-footer .info-social .social-share-widgets {margin-top:3px;}
.content-block-footer .info-social .social-share-widgets>div {display:inline-block;}
.content-block-footer .info-social .social-share-widgets>div.fb-like {bottom:5px;}
/*
.footer-logo {font-size:12px;margin-top:10%;padding-left:20%; text-align:center;}
.footer-logo .row {margin-top:10px;}
*/
.footer-logo {margin-top:10%;}
.footer-logo .media-heading {font-size:12px}
.footer-logo .media-heading span {font-size:10px}

div.button-over-img {position:relative;}
div.button-over-img>div {position:absolute; right:0; bottom:0; }

.img-board-one-black {border:1px solid #5f5f61;}

.img-boundbox {    
		display: inline-block;
    width: 100%;
    margin: 5px;
    /*border: 3px solid #c99;*/
    background-position: center center;
    background-size: cover;
    overflow:hidden;
 }
 /* 580px 43% 32% 25%*/
.img-boundbox-1 {height: 245px;}
.img-boundbox-2 {height: 185px;}
.img-boundbox-3 {height: 150px;}
/* 580px 43% 32% 25%*/
/*
@media (max-width: 768px) {
	.img-boundbox-1 {height: 200px;}
	.img-boundbox-2 {height: 85px;}
	.img-boundbox-3 {height: 60px;}
}
*/
.txt-center-line {position: relative; text-align: left;}
.txt-center-line span {background: #fff; padding-right:10px; position: relative;z-index: 1;}
.txt-center-line:before {background: #d0d1d3;content: "";display: block;height: 1px;position: absolute;top: 50%;width: 100%;}
.txt-center-line:before {left: 0;}

.txt-center-line-middle {position: relative; text-align: center;}
.txt-center-line-middle span {background: #fff; padding:0px 10px; position: relative; z-index: 1;}

.txt-center-line-fancy {font-family: 'Cinzel', serif; font-weight: normal !important;}
.font-fancy {font-family: 'Cinzel', serif; font-weight: normal !important;}
/* Paraxl Block Specific */
.hp-block-energy-eff div.button-over-img>div {margin:30px; font-size:20px;}

.hp-news-grid div.img-boundbox .caption { 
	color:#fff; /*width:100%; */
	position: absolute; 
	text-align:left;
	padding-left:10px;
	bottom:15px;
	overflow:hidden;
}

.hp-news-grid div.img-boundbox .caption-darken { 
	padding-top: 60px;
	background: linear-gradient( to bottom, rgba(0, 0, 0, 0), rgb(8, 8, 8) );
	bottom: 0px;
	padding-bottom: 5px;
}

.hp-news-grid div.img-boundbox .caption-darken:hover { 
	padding-top: 75%;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out; /* IE10 is actually unprefixed */
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-out;
}

.hp-news-grid div.img-boundbox .caption div.title {
	text-transform:uppercase;
	/*font-size:18px;*/
	/*font-size: 2.5vh;*/
	font-size:100%;
	/*font-weight:400;*/
	text-shadow: -3px 0px 11px rgba(0, 0, 0, 1);
	font-weight: bold  !important;
	letter-spacing: 1.5px;

}
.hp-news-grid div.img-boundbox .caption div.subtitle {
	/*font-size:20px;*/
	/*font-size: 2.1vh;*/
	font-size:100%;
	/*font-weight:600;*/
	text-shadow: -3px 0px 11px rgba(0, 0, 0, 1);
	font-weight: normal !important;

}

.hp-news-grid div.img-boundbox:hover .caption div.title {

}

.hp-news-grid a.NewsItem .DarkenOverBG {
	background: rgba(0, 0, 0, 0.4);
	position:relative; 
	width:100%; 
	height:100%;
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out; /* IE10 is actually unprefixed */
	-o-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-out;
	z-index: 1;
}


.hp-news-grid a.NewsItem:hover .DarkenOverBG {
	background: rgba(0, 0, 0, 0);
}


/* Testing Area */
.DivOverImg {position:absolute;}

.divider-left-text {
    margin:20px auto;
    overflow:hidden;
    text-align:left;   
    line-height:1.2em;
}

.divider-left-text:after{
    content:"";
    vertical-align:top;
    display:inline-block;
    width:100%;
    height:0.65em;
    border-bottom:1px solid black;
    margin:0 2% 0 -55%;
}
.divider-left-text:after{
    margin:0 -55% 0 1%;
}

.divider-left-text.divider-fancy {
	font-family: 'Cinzel', serif;
	font-weight: normal !important;
}

/*Bootstrap overrides */
body.modal-open {overflow-y: scroll;padding-right: 0 !important;} /* Model Fix */
.table {margin-bottom:0px;}
/*.navbar .container-fluid {margin-left:0;margin-right:0;}
nav .container-fluid {padding:0px !important; margin:0px !important;}
.navbar .container-fluid, .container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, 
.container-fluid > .navbar-collapse { margin-left:0px !important; margin-right:0px !important;}

.isc-box {margin-left:0px !important; margin-right:0px !important;}*/

.FullPage-Img-Banner { 
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height:500px;
	width:100%;
	position: relative; 
}
.FullPage-Img-Banner .Txt-Over-Bottom {
	position:absolute;
	bottom:10px;
  left:10px;
  font-size: 5em;
  display: block;
  font-family: 'Cinzel', serif;
  color: #fff;
}

/* Bread Crumbs */
.breadcrumb {background-color: #3a3a3c; border-radius: 0px; margin-bottom:0; font-size: 1.6vh;}
.breadcrumb li a {color:#f0f0f0;}
.breadcrumb li.active 		{color: #fff;}
.breadcrumb > li + li::before {content: "> ";}

.breadcrumb-regional {background-color: #868383; }

.container-full-width {width:100%}
.container-fluid-nomargin {padding-left: 0px; padding-right: 0px; overflow:hidden;}

.content-pad {width:100%; padding:0 2em; padding: 2em 2em .5em 2em;}
.content-pad-more {/*margin: 30px 0px;*/ }

.container-content {background-color:#fff;}
.container-content .container-bottom-box {background-color:#F3F3F5; color:#28282A}

.content-pad-gray {background-color: #f3f3f5}
.content-pad-gray .container-bottom-box {background-color: #3A3A3C; color:#fff;}

.content-pad-white {background-color: #fff}

.container-bottom-box-gray {  background-color: #58585a !important; color: #fff !important;}
.container-bottom-box-gray-med {  background-color: #4c4c4c !important; color: #fff !important;}
.container-bottom-box-gray-dark {  background-color: #3a3a3c !important; color: #fff !important;}
.container-bottom-box-green {  background-color: #00a261 !important; color: #fff !important;}

.container-bottom-box .sec-callaction .sec-callaction-btn {
	color:#fff;
}
.container-bottom-box .sec-callaction .sec-callaction-btn:hover {
	color:#fff;
}

.container-bottom-box.container-bottom-box-green .sec-callaction .btn-warning.sec-callaction-btn {
	transition: all 0.3s ease-out;
	background-color:#fff;
	color:#000;
}
.container-bottom-box.container-bottom-box-green .sec-callaction .btn-warning.sec-callaction-btn:hover {
	background-color:#adadad;
	color:#565656;
}

/* Move In ready sold status */
span.mir-status {text-transform:uppercase;}
span.sold, span.leaseback, span.pending, span.movedate, span.now {color:#589e83;}


pre.debug {font-size:9px;}


/* Last Minute */
.form-double-fill-label {padding-left:0px;}
.form-double-fill-l { padding-left:0px; }
.form-double-fill-r { padding-right:0px;}

#ModalContact .modal-footer {border-top:0px;}
#ModalContact h4 {font-size:14px;}

/*Promo Ads*/

#MDLadpromo .modal-close {
	position:absolute;
	z-index:1;
	right: 0;
	/* padding: 20px; */
	margin-top: -3vh;
	margin-right: -3vh;
}

#MDLadpromo .modal-close button.close { 
	font-size: 4vh; 
	opacity: 1;
	color:#fff;
}

#MDLadpromo .close-btn-fa .fa-circle {	
	color:black;
}

#MDLadpromo .close-btn-fa .fa-times-circle {	
	color:white;
}

#MDLadpromo .modal-body .ad-img {
	width:100%;
}

#animatedModal {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-color: rgba(255,255,255,.75);
}
.MDLpromo-ad .modal-content-promoads {
height:100%;
 position: relative;

	
}

.MDLpromo-ad .modal-content-promoads .ad-content{
position: relative;
  top: 50%;
  transform: translateY(-50%);
}

/*vendor login*/
#portal-button.bluebtn {background-color:#224366;border:1px solid #02A9D6;}
#portal-button.graybtn {background-color:#365866;border:1px solid #0A303E;}

#portal-button {width:200px;border-radius:4px;padding:10px; margin:10px 5px}
#portal-button > div {padding-right:10px;padding-left:10px}
#portal-button > div a {text-decoration:none;}
#portal-button > div a span {font-size:12px;font-family:Arial;font-weight:bold;color:#fff;white-space:nowrap;display:block; text-align:center}

#carouselMAIN {
	background-image: url('/images/homepage/homepage-loading.gif');
	background-repeat: no-repeat;
	background-position: center center;
}

#carouselMAIN .item {
	height:100vh;
}

#carouselMAIN .item .text-over-carousel {
	position: absolute;
	bottom:10px;
  left:10px;
  display: block;
  color: #fff;
  z-index:4;
}
#carouselMAIN .item .text-over-carousel h1 {
	font-size: 5em;
	font-family: 'Cinzel', serif;
	margin-bottom: 0px;
}
#carouselMAIN .item .text-over-carousel div {
	font-size: 1.2em;
	font-family: 'Cinzel', serif;
	font-family: 'Open Sans', sans-serif; 
	font-weight: 600;
	z-index:1;
}

#carouselMAIN .item .text-over-carousel a, #carouselMAIN .item .text-over-carousel strong, #carouselMAIN .item .text-over-carousel b {
	color: #fdb814 !important;
}

#carouselMAIN .item .text-over-carousel.hps-dark {
	color: #040301 !important;
}
#carouselMAIN .item .text-over-carousel.hps-gray {
	color: #9c9c9c !important;
}

.scrolltop {
	display:none;
	width:100%;
	margin:0 auto;
	position:fixed;
	bottom:20px;
	right:10px;
	z-index:10;
}
.scroll {
	position:absolute;
	right:.1vh; /*20px*/
	bottom:4vh;
	background:#b2b2b2;
	background:rgba(178,178,178,0.7);
	padding:2vh;
	text-align: center;
	margin: 0 0 0 0;
	cursor:pointer;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s; 		
}
.scroll:hover {
	background:rgba(178,178,178,1.0);
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s; 		
}
.scroll:hover .fa {
	padding-top:-10px;
}
.scroll .fa {
	font-size:30px;
	margin-top:-5px;
	margin-left:1px;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s; 	
}

/* Homepage Scroll Down */

@-webkit-keyframes bounce-arrow-ud {
	
    0%  { -webkit-transform: translateY(0); }
    10% { -webkit-transform: translateY(3px); }
    20% { -webkit-transform: translateY(0); }
    30% { -webkit-transform: translateY(3px); }
    40% { -webkit-transform: translateY(-3px); }
    50% { -webkit-transform: translateY(3px); }
    60% { -webkit-transform: translateY(0); }
    70% { -webkit-transform: translateY(3px); }
    80% { -webkit-transform: translateY(-3px); }
    90% { -webkit-transform: translateY(3px); }
    100% { -webkit-transform: translateY(0); }
}
 
@-moz-keyframes bounce-arrow-ud {
    0%  { -moz-transform: translateY(0); }
    10% { -moz-transform: translateY(3px); }
    20% { -moz-transform: translateY(0); }
    30% { -moz-transform: translateY(3px); }
    40% { -moz-transform: translateY(-3px); }
    50% { -moz-transform: translateY(3px); }
    60% { -moz-transform: translateY(0); }
    70% { -moz-transform: translateY(3px); }
    80% { -moz-transform: translateY(-3px); }
    90% { -moz-transform: translateY(3px); }
    100% { -moz-transform: translateY(0); }
}
@-o-keyframes bounce-arrow-ud {
    0%  { -o-transform: translateY(0); }
    10% { -o-transform: translateY(3px); }
    20% { -o-transform: translateY(0); }
    30% { -o-transform: translateY(3px); }
    40% { -o-transform: translateY(-3px); }
    50% { -o-transform: translateY(3px); }
    60% { -o-transform: translateY(0); }
    70% { -o-transform: translateY(3px); }
    80% { -o-transform: translateY(-3px); }
    90% { -o-transform: translateY(3px); }
    100% { -o-transform: translateY(0); }
}
@keyframes bounce-arrow-ud {
	
    0%  { transform: translateY(0); }
    10% { transform: translateY(3px); }
    20% { transform: translateY(0); }
    30% { transform: translateY(3px); }
    40% { transform: translateY(-3px); }
    50% { transform: translateY(3px); }
    60% { transform: translateY(0); }
    70% { transform: translateY(3px); }
    80% { transform: translateY(-3px); }
    90% { transform: translateY(3px); }
    100% { transform: translateY(0); }
}


#carouselMAIN .item .text-over-carousel {bottom: 5vh;}

.FullScreenScrollDownBar {
	display:block;
	position:absolute;
	width:100%;
	background-color:#111;
	text-align: center;
	bottom: 0;
	padding:1vh;
	color:white;
}

.FullScreenScrollDownBar i {
	font-size: 2.6vh;
}

.FullScreenScrollDownBar a {
	color: #fff;
	width:100%;
	display:block;
}

.FullScreenScrollDownBar .BouncingDownArrow {
	
	position: relative;

 	animation: bounce-arrow-ud 2.8s 0.4s infinite;
 	animation-delay: 2s;
 	
 	-webkit-animation: bounce-arrow-ud 2.8s 0.4s infinite;
 	-webkit-animation-delay: 2s;
 	
 	-moz-animation: bounce-arrow-ud 2.8s 0.4s infinite;
 	-moz-animation-delay: 2s;
 		
 	-o-animation: bounce-arrow-ud 2.8s 0.4s infinite;
 	-o-animation-delay: 2s;
}

/* Google Translation */

body {top: 0px !important; position: static !important; }
.goog-te-banner-frame {display:none !important}

/*New Dropdown Menu S */
.navbar-nav > li.full-width > .dropdown-menu {
	margin-top:0px;
}

.dropdown-submenu-mega { 
	color:black;	
}

.full-width.dropdown {
    position: static;
}
.full-width.dropdown > .dropdown-menu {
    left: 0;
    right: 0;
    position: absolute;
}
.full-width.dropdown > .dropdown-menu > li > a {
   white-space: normal; 
}


.fill-width.dropdown {
    position: static;
}
.fill-width.dropdown > .dropdown-menu {
    left: auto;
    position: absolute;
}
.fill-width.dropdown > .dropdown-menu > li > a {
   white-space: normal; 
}

.dropdown-menu-states .dropdown-submenu .container-fluid {
	padding: 0 5vh 2vh 4vh;
}
.dropdown-menu-states .tab-pane {
	font-size: 12px;
	color: black;
	white-space: normal;
}


.dropdown-menu-states-container .nav-pills li > a {
	color: #2ea765 !important;
	font-size: 2.2vh !important;
}

.dropdown-menu-states-container .nav-pills li > a {
	border-bottom: 1px solid #fac14d;
}

.dropdown-menu-states-container .nav-pills li.active > a {
	border: 1px solid #fac14d;
	border-bottom: 1px solid #fff;
}

a.dropdown-menu-parentcity-container {
	font-size: 2vh !important;
	color: #424142 !important;
}

.dropdown-menu-subcity-container a {
	color:gray;
	font-weight:normal !important;
	text-transform: none !important;
	font-size: 2vh !important;
}

.full-width.dropdown > .dropdown-menu-mobile {
	position:unset !important;
}

.dropdown-menu-mobile ul.dropdown-menu {
	margin-left: 2vh;
}

a.dropdown-menu-mobile-link {
	color:red !important;
}
/*New Dropdown Menu S */

/* For Standard Features */
#MDLstandardfeatures {
	font-family: 'Open Sans',sans-serif;
}

#MDLstandardfeatures .modal-title {
	font-family: 'Cinzel', serif;
	font-weight: normal;
	font-size: 6vh;
}

#MDLstandardfeatures .modal-sub-title {
	margin-top: -1vh;
  font-size: 2.5vh;
}

.stdfet-block .stdfet-catname {
	font-weight:bold;
	border-bottom: 1px solid black;
}
.stdfet-block .stdfet-catname ul li {
	font-size: 1.7vh;
	font-weight: normal;
}

.stdfet-table {
	width: 100%;
}

.stdfet-table tr td {
	vertical-align: top;
	width:50%;
	text-align:left;
}

/* FBC Button */
.fbc-apply-now {
	top: 55%;
  -webkit-transform: translateY(-55%);
  -ms-transform: translateY(-55%);
  transform: translateY(-55%);
	position:fixed; 
	z-index:99999999;
	right:0px;
	display:block;
	width: auto;
	max-width:125px;
}
