/* STYLES
********************************************************/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
html {
	height: 100%;
}
body {
  min-height:   100%;
	font-size:    10px;
  font-weight:  200;
  padding:      0 0 0 0!important;
  font-family:  "plauregular","Helvetica Neue",Helvetica,Arial,sans-serif;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 10px;
  margin: 0;
  line-height: 1;
  font-family: "plaubold","Helvetica Neue",Helvetica,Arial,sans-serif;
}
ul {
  list-style-type: none;
}
a,
a:hover,
a:active {
  text-decoration: none;
}
a.link:hover {
	opacity: 0.75;
}
.gform_confirmation_wrapper {
  color: #000000;
  font-size: 16px;
  margin-bottom: 20px;
}
.loadingWheel {
  
}
.agent-profile .wrapper-top p img.decoded {
  height: auto;
  width: auto;
}

.section.bottom .RMA-widget {
  height: 100%;
  width: 100%;
}

.section.bottom .RMA-widget a,
.section.top .RMA-widget a {
  border-radius: 0 !important;
}

.section.bottom .RMA-widget iframe {
  width: 100%;
  height: 386px !important;
}

.section.top .RMA-widget {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.section.top .RMA-widget iframe {
  width: 100%;
  height: 100% !important;
}

/* Forms Default reset styles to be used on global CSS, for colors view code below
***************************************************************************************************/

form.form {
	margin: 0;
}
form.form .wrap {
	position: relative;
  overflow: hidden;
  width:  100%;
  margin: 0;
  height: 70px;
}
form.form .wrap.half {
  width: 49%;
}
form.form .wrap.small {
  width: 34%;
}
form.form .wrap.medium {
  width: 65%;
}
.property-alerts form.form .wrap.bedBathCars.state {
  padding-left: 10px;
  width: 35%;
  height: 50px;
}
form.form .wrap i {
	position: absolute;
  top: 50%;
  margin-top: -15px;
  right: 20px;
  font-size: 26px;
  z-index: 1;
  color: #000000;
  opacity: 0.50;
}
form.form .wrap input,
form.form .wrap textarea,
form.form .wrap select {
	position: relative;
  z-index: 0;
  width: 100%;
  margin: 0;
  border: 0;
  outline: 0;
  height: 70px;
  padding-left: 20px;
  padding-right: 50px;
  background-color: #EBEBEB;
  color: #000000;
  font-size: 18px;
  border-radius: 0;
  font-family: inherit;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  vertical-align: middle;
  box-shadow: 0 0 0 rgba(0,0,0,0);
  -moz-box-shadow: 0 0 0 rgba(0,0,0,0);
  -webkit-box-shadow: 0 0 0 rgba(0,0,0,0);
  -o-box-shadow: 0 0 0 rgba(0,0,0,0);
  -ms-box-shadow: 0 0 0 rgba(0,0,0,0);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
  -webkit-box-sizing: order-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
form.form .wrap textarea {
	padding-top: 30px;
	padding-bottom: 30px;
	height: 600px;
}
form.form .wrap textarea:focus,
form.form .wrap select:focus,
form.form .wrap input[type="text"]:focus,
form.form .wrap input[type="password"]:focus,
form.form .wrap input[type="datetime"]:focus,
form.form .wrap input[type="datetime-local"]:focus,
form.form .wrap input[type="date"]:focus,
form.form .wrap input[type="month"]:focus,
form.form .wrap input[type="time"]:focus,
form.form .wrap input[type="week"]:focus,
form.form .wrap input[type="number"]:focus,
form.form .wrap input[type="email"]:focus,
form.form .wrap input[type="url"]:focus,
form.form .wrap input[type="search"]:focus,
form.form .wrap input[type="tel"]:focus,
form.form .wrap input[type="color"]:focus,
form.form .wrap .uneditable-input:focus {
	border: 0;
	outline: 0;
	box-shadow: 0 0 0 #000000;
  -moz-box-shadow: 0 0 0 #000000;
  -webkit-box-shadow: 0 0 0 #000000;
  -o-box-shadow: 0 0 0 #000000;
  -ms-box-shadow: 0 0 0 #000000;
	color: #000000;
}
form.form .wrap select:focus,
form.form .wrap option:focus,
form.form .wrap select::-moz-focus-inner,
form.form .wrap option::-moz-focus-inner,
form.form .wrap button:focus,
form.form .wrap button::-moz-focus-inner {
	outline: 0;
	border: none;
}
form.form .wrap input::-webkit-input-placeholder,
form.form .wrap textarea::-webkit-input-placeholder {
	color: #000000;
}
form.form .wrap input:-moz-placeholder,
form.form .wrap textarea:-moz-placeholder {
	color: #000000;
}
form.form .wrap input::-moz-placeholder,
form.form .wrap textarea::-moz-placeholder {
	color: #000000;
}
form.form .wrap input:-ms-input-placeholder,
form.form .wrap textarea:-ms-input-placeholder {
	color: #000000;
}
form.form .wrap::-moz-focus-inner,
form.form .wrap:active,
form.form .wrap:focus {
	outline: none;
	border: 0;
	-moz-outline-style: none;
}
form.form button {
	position: relative;
  box-shadow: 0 0 0 rgba(0,0,0,0);
  -moz-box-shadow: 0 0 0 rgba(0,0,0,0);
  -webkit-box-shadow: 0 0 0 rgba(0,0,0,0);
  -o-box-shadow: 0 0 0 rgba(0,0,0,0);
  -ms-box-shadow: 0 0 0 rgba(0,0,0,0);
  outline: none;
  border: none;
  width: 100%;
  height: auto;
  font-size: 16px;
  color: #ffffff;
  font-family: inherit;
}

/* Gravity Forms
***************************************************************************************************/

.gform_wrapper {
  max-width: 55%;
}
.gform_wrapper input[type="text"],
.gform_wrapper input[type="url"],
.gform_wrapper input[type="email"],
.gform_wrapper input[type="tel"],
.gform_wrapper input[type="number"],
.gform_wrapper input[type="password"] {
  font-size: 15px;
}
.gform_wrapper.gf_browser_gecko select {
  padding-top: 3px;
}
.gform_wrapper select {
  font-size: 15px;
}

/* Start styles
***************************************************************************************************************/

.btnBrand {
	cursor: pointer;
  display: inline-block;
  font-size: 16px;
  color: #FFFFFF;
  padding: 6px 10px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
}
.btnBrand:hover {
	color: #FFFFFF;
}
.placeholder-results-grid,
.placeholder-results-list,
.placeholder-agent-small,
.placeholder-agent-big {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
}
.placeholder-results-grid,
.placeholder-results-list {
  opacity: 0.6;
}
.bottomTip {
  position: fixed;
  bottom: -80px;
  opacity: 0;
  left: 50%;
  margin-left: -101px;
  margin-bottom: 0;
  color: #ffffff;
  font-size: 16px;
  line-height: 1;
  padding: 30px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  z-index: 97;
}
.bottomTip:after {
	content: '';
  position: absolute;
  left: 50%;
  bottom: -10px;
  height: 0;
  width: 0;
  margin-left: -10px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}
.navBar {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  right: 0;
  height: 80px;
  /*overflow: hidden;*/
  background-color: #FFFFFF;
  padding: 0 0 0 30px;
}
.navBar a.logo {
	display: inline-block;
  float: left;
  height: 60px;
  margin: 10px 0 0 0;
  width: auto;
}
.navBar a.logo img {
	display: inline-block;
  float: left;
  width:  auto;
  height: 74%;
}
.navBar a.logo div {
  font-family: "plaumedium","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14.5px;
  padding-right: 16px;
  padding-top: 45px;
  text-align: right;
  text-transform: capitalize;
}
.navBar a.logo span {
	display: inline-block;
  float: left;  
  font-size: 1.6em;
  padding: 0 0 0 15px;
  margin: 14px 0 0 15px;
  font-weight: 200;
}
.navBar ul {
	display: inline-block;
  float: right;
  margin: 0;
}
.navBar ul li {
	display: inline-block;
  float: left; 
  cursor: pointer;
  position: relative;
}
.navBar ul li a {
	display: inline-block;
  cursor: pointer;
  float: left;  
  font-size: 1.4em;
  line-height: 1;
  padding: 27px 0px 34px 0px;
  margin: 0 15px;
  border-top-style: solid;
  border-top-width: 5px;
  text-transform: uppercase;
}
.navBar ul li a.last {
	margin-right: 30px;
}
.navBar ul li a.btnSearch {
	padding: 0;
  width: 80px;
  height: 80px;
  margin: 0;
  position: relative;
  border: none;
  cursor: pointer;
}
.navBar ul li a.btnSearch i {
	font-size: 26px;
  color: rgba( 0, 0, 0, 0.30 );
  position: absolute;
  top: 50%;
  margin-top: -16px;
  width: 100%;
  text-align: center;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out; 
}
.navBar ul li:hover > a.btnSearch i {
	color: #FFFFFF;
}
.navBar ul li:hover > ul.dropDown {
	display: block;
}
.navBar ul li ul.dropDown {
	position: absolute;
  top: 80px;
  left: 50%;
  margin-left: -100px;
  width: 200px;
  height: auto;
  background-color: #ffffff;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  border: 1px solid rgba( 0, 0, 0, 0.25 );
  padding: 10px 0;
  display: none;
}
.navBar ul li ul.dropDown:before,
.navBar ul li ul.dropDown:after {
	content: '';
  position: absolute;
  z-index: 2;
  left: 50%;
  width: 0;  
  height: 0;
  margin-left: -8px;
  top: -8px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #ffffff;
}
.navBar ul li ul.dropDown:after {
	z-index: 1;
  top: -9px;
  margin-left: -9px;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 9px solid rgba( 0, 0, 0, 0.25 );
}
.navBar ul li ul.dropDown li {
	position: relative;
  display: inline-block;
  float: left;
  width: 100%;
  padding: 0 10px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
.navBar ul li ul.dropDown li:hover {
	background-color: #fafafa;
}
.navBar ul li ul.dropDown li a {
	border: none;
  display: inline-block;
  float: left;
  margin: 0;
  width: 100%;
  text-align: center;
  padding: 10px 0;
  line-height: 1.2;
  text-transform: inherit;
  color: #888888;
}
.navBar ul li ul.dropDown li ul.dropDownDown {
	position: absolute;
  top: -10px;
  left: -202px;
  margin-left: 0;
  width: 200px;
  height: auto;
  background-color: #ffffff;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  border: 1px solid rgba( 0, 0, 0, 0.25 );
  padding: 10px 0;
  display: none;
}
.navBar ul li ul.dropDown li ul.dropDownDown:before,
.navBar ul li ul.dropDown li ul.dropDownDown:after {
	content: '';
  position: absolute;
  z-index: 2;      
  width: 0;  
  height: 0;
  top: 20px;
  right: -8px;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #ffffff;
}
.navBar ul li ul.dropDown li ul.dropDownDown:after {
	z-index: 1;
  top: 19px; 
  right: -9px;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 9px solid rgba( 0, 0, 0, 0.25 );
}
.navBar ul li ul.dropDown li:hover ul.dropDownDown {
	display: block;
}
.navBar ul li ul.dropDown li:hover ul.dropDownDown li a {
	color: #888888;
}
.navBar.black-edition a.logo span {
	color: #FFFFFF;
	border-left: 1px solid #FFFFFF;
}
.navBar.black-edition ul li a {
	color: #FFFFFF;
	border-top-color: #000000;
}
.navBar.black-edition-transparent,
.footNavBar.black-edition-transparent {
	background-color: rgba( 0, 0, 0, 0.35 );
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out; 
}
.navBar.black-edition-transparent:hover,
.footNavBar.black-edition-transparent:hover {
	background-color: #000000;
}
.navBar.black-edition-transparent ul li a,
.footNavBar.black-edition-transparent ul li a {
	border-top-color: transparent;
}
.navBar.silver-edition a.logo span {
	color: #000000;
	border-left: 1px solid #000000;
	text-shadow: 0 1px 0 #FFFFFF;
}
.navBar.silver-edition ul li a {
	color: #000000;
	border-top-color: transparent;
	text-shadow: 0 1px 0 #FFFFFF;
}
.navBar.platinum-edition {
	background-color: #a6a8ab;
}
.navBar.platinum-edition a.logo span {
	color: #000000;
	border-left: 1px solid #000000;
}
.navBar.platinum-edition ul li a {
	color: #000000;
	border-top-color: transparent;
}
.silver-edition {

}
.white-edition {
	background-color: #FFFFFF;
}
.black-edition {
	background-color: #000000;
}
.navBar.white-edition {
  box-shadow: 0 0 5px rgba(0,0,0,0.70);
  -moz-box-shadow: 0 0 5px rgba(0,0,0,0.70);
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.70);
  -o-box-shadow: 0 0 5px rgba(0,0,0,0.70);
  -ms-box-shadow: 0 0 5px rgba(0,0,0,0.70);
}
.navBar.white-edition a.logo span {
	color: #000000;
	border-left: 1px solid #000000;
}
.navBar.white-edition ul li a {
	color: #000000;
	border-top-color: #FFFFFF;
}
.footNavBar {
	position: fixed;
	z-index: 98;
	bottom: 0;
	left: 0;
	right: 0;
	height: 80px;
	/* overflow: hidden;*/
	padding: 0;
  background: rgba(236,28,35,1);
  background: -moz-linear-gradient(left, rgba(236,28,35,1) 0%, rgba(190,30,46,1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(236,28,35,1)), color-stop(100%, rgba(190,30,46,1)));
  background: -webkit-linear-gradient(left, rgba(236,28,35,1) 0%, rgba(190,30,46,1) 100%);
  background: -o-linear-gradient(left, rgba(236,28,35,1) 0%, rgba(190,30,46,1) 100%);
  background: -ms-linear-gradient(left, rgba(236,28,35,1) 0%, rgba(190,30,46,1) 100%);
  background: linear-gradient(to right, rgba(236,28,35,1) 0%, rgba(190,30,46,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec1c23', endColorstr='#be1e2e', GradientType=1 );
}
.footNavBar ul.social-media {
	margin: 0;
  display: inline-block;
  float: right;
  position: relative;
  z-index: 1;
}
.footNavBar ul.social-media li {
	display: inline-block;
  float: left;
  cursor: pointer;
  position: relative;
}
.footNavBar ul.social-media li a {
	display: inline-block;
  float: left;
  font-size: 2.6em;
  padding: 22px 16px;
  opacity: 1;
  transition: all 0.15s ease-in-out;
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
	-ms-transition: all 0.15s ease-in-out; 
}
.footNavBar ul.social-media li a img {
    width: 40px;
}
.footNavBar ul.social-media li.emailFriend a {
  padding-top: 28px;
}
.footNavBar ul.social-media li.agencyInfoBtn a {
  padding-top: 28px;
}
.footNavBar ul.social-media li.share-favorite a {
  padding-top: 28px;
}
.footNavBar ul.social-media li a.last {
	padding-right: 30px;
}
.footNavBar-homepage ul.links {
	margin: 0 0 0 30px;
  display: inline-block;
  float: left;
}
.footNavBar-homepage ul.links li {
	display: inline-block;
  float: left;
}
.footNavBar-homepage ul.links li a {
	display: inline-block;
  float: left;
  font-size: 1.6em;
  padding: 30px 60px 30px 0;
  opacity: 1;
  transition: all 0.15s ease-in-out;
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
	-ms-transition: all 0.15s ease-in-out; 
}
.footNavBar-homepage ul.links li a p {
	overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 200px;
  margin-right: 10px;
  display: inline-block;
  float: left;
}
.footNavBar-homepage ul.links li a.translate {
	cursor: pointer;
}
.footNavBar-results p {
	position: absolute;
  z-index: 0;
  width: 100%;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  top: 28px;
  color: rgba( 255, 255, 255, 0.65);
}
.footNavBar-results ul.views {
	margin: 0;
  display: inline-block;
  float: left;
}
.footNavBar-results ul.views li {
	display: inline-block;
  float: left;
  position: relative;
  z-index: 1;
  cursor: pointer;
}
.footNavBar-results ul.views li a {
	display: inline-block;
  float: left;
  font-size: 2.6em;
  padding: 27px 30px;
  opacity: 1;
  cursor: pointer;
  transition: all 0.15s ease-in-out;
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
	-ms-transition: all 0.15s ease-in-out; 
}
.footNavBar-results ul.views li form.form .wrap {
	height: 80px;
}
.footNavBar-results ul.views li form.form .wrap i {
	color: #ffffff;
}
.footNavBar-results ul.views li form.form .wrap select {
	font-size: 16px;
  height: 80px;
  padding-left: 30px;
  background: transparent;
  color: #ffffff;
}
.footNavBar-results ul.views li form.form .wrap select option {
  color: #000000;
}
.footNavBar-results ul.views li.active:after {
	content: '';
  position: absolute;
  left: 50%;
  margin-left: -5px;
  top: -5px;
  width: 0; 
  height: 0; 
  border-left: 5px solid transparent;
  border-right: 5px solid transparent; 
}
@-moz-document url-prefix() .footNavBar-results ul.views li form.form .wrap {
	width: 250px;
}
@-moz-document url-prefix() .footNavBar-results ul.views li form.form .wrap select {
	width: 350px;
	padding-top: 28px;
}
.footNavBar-property-page ul.actions {
	margin: 0;
  width: 100%;
  height: 100%;
}
.footNavBar-property-page ul.actions li {
	display: inline-block;
  float: left;
  position: relative;
  width: 9.09%;
  height: 100%;
  text-align: center;
  color: #ffffff;
  cursor: pointer;
  transition: all 0.05s ease-in-out;
	-webkit-transition: all 0.05s ease-in-out;
	-moz-transition: all 0.05s ease-in-out;
	-o-transition: all 0.05s ease-in-out;
	-ms-transition: all 0.05s ease-in-out; 
}
.footNavBar-property-page ul.actions li:hover {
	color: rgba(0,0,0,0.40);
}
.footNavBar-property-page ul.actions li i {
	font-size: 32px;
  line-height: 1.8;
}
.footNavBar-property-page ul.actions li p {
	margin: 0;
  font-size: 12px;
  line-height: 1;
}
.footNavBar-property-page ul.actions li.active {
	color: rgba(0,0,0,0.40);
}
.footNavBar-property-page ul.actions li.active.active-star {
	color: #ffffff !important;
  transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out; 
}
.footNavBar-property-page ul.actions li.active.active-star i {
	color: rgb(230,230,0);
  transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out; 
}
.footNavBar.black-edition ul.links li a {
	color: #ffffff;
}
.footNavBar.black-edition ul.social-media li a,
.footNavBar.black-edition ul.views li a {
	color: #ffffff;
}
.footNavBar.black-edition ul.views li.active:after {
	border-bottom: 5px solid #000000
}
.footNavBar.black-edition ul.actions li {
	color: #FFFFFF;
}
.footNavBar.black-edition ul.actions li.active:after {
	border-bottom:  5px solid #000000;
}
.footNavBar.white-edition ul.links li a {
	color: #FFFFFF;
}
.footNavBar.white-edition ul.links li a:hover {
	color: rgba(0,0,0,0.50);
}
.footNavBar.white-edition ul.links li a span {
	color: rgba( 0, 0, 0, 0.50 );
}
.footNavBar.white-edition ul.social-media li a,
.footNavBar.white-edition ul.views li a {
	color: #FFFFFF;
}
.footNavBar.white-edition ul.social-media li a:hover,
.footNavBar.white-edition ul.views li a:hover {
	color: rgba( 0, 0, 0, 0.50 );
}
.footNavBar.white-edition ul.views li.active a {
	color: rgba( 0, 0, 0, 0.50 );
} 
.footNavBar.white-edition ul.actions li {
	color: #FFFFFF;
}
.footNavBar.white-edition ul.actions li:hover {
	color: rgba( 0, 0, 0, 0.40 );
}
.footNavBar.white-edition ul.actions li.active {
	color: rgba( 0, 0, 0, 0.40 );
}
.smallFooter {
	position: fixed;
	bottom: -30px;
	left: 0;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	padding: 5px 0;
	color: rgba( 255, 255, 255, 0.75 ); 
	text-align: center;
	font-size: 12px;
	line-height: 1;
	margin: 0;
	z-index: 99;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out; 
}
.smallFooter a {
	color: rgba( 255, 255, 255, 0.75 );
}
.smallFooter.on {
	bottom: 0px;
	visibility: visible;
	opacity: 1;
}
.smallFooter.black-edition {
  background-color: #000000;
}
.share-box {
	position: fixed;
	z-index: 101;
	bottom: -100%;
	right: 0px;
	width: 145px;
	padding: 0 0 0 8px;
	border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
	background-color: #ffffff;
	opacity: 0;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out; 
}
.share-box:after {
	content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -20px;
  width: 0;
  height: 0;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 10px solid #FFFFFF;
}
.share-box a,
.share-box a:hover {
	display: inline-block;
  float: right !important;
  color: #ffffff !important;
  font-size: 26px;
  text-align: center;
  padding: 22px 0px !important;
  width: 76px;
  padding-bottom: 16px !important;
  margin-left: 8px;
}
.share-box a p,
.share-box a:hover p {
	font-size: 12px;
  line-height: 1;
  margin-bottom: 0;
  margin-top: 12px;
}
.share-box a.facebook {
	background-color: #3b5998;
}
.share-box a.twitter {
	background-color: #00aced;
}
.share-box a.pinterest {
	background-color: #cb2027;
}
.share-box a.google {
	background-color: #dd4b39;
}
.share-box span {
	display: inline-block;
  float: left;
  margin: 2px 0 0 0;
}
.share-box a.disable {
	cursor: default;
  background-color: #dddddd;
  color: #bbbbbb !important;
}
.share-box-facebook {
	right: 533px;
}
.share-box-twitter {
	right: 462px;
}
.share-box-pinterest {
	right: 392px;
}
.share-box-google {
	right: 317px;
}
.share-box-translate {
	position: fixed;
	z-index: 101;
	bottom: -100%;
	left: 10px;
	width: auto;
	padding: 20px;
	border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
	background-color: #ffffff;
	opacity: 0;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out; 
}
.share-box-translate:after {
	content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -20px;
  width: 0;
  height: 0;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 10px solid #FFFFFF;
}
.share-box.open,
.share-box-translate.open {
	bottom: 100px;
	opacity: 1;
}
.bubble {
	width: 342px;
	height: 193px;
	overflow: hidden;
	background-color: #ffffff;
}
.bubble img {
	display: inline-block;
  float: left;
  background-position: center center;
  background-repeat: no-repeat;
  width: 182px;
  height: 100%;
  background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
}
.bubble p {
	display: inline-block;
  float: left;
  text-align: center;
  width: 160px;
  font-size: 12px;
  font-weight: 200;
  line-height: 1.2;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  padding: 40px 10px 10px 10px;
  margin: 0;
}
.bubble p span {
	display: inline-block;
  float: left;
  width: 100%;
  margin-top: 5px;
}
.bubble p span.address {
	margin-top: 0;
}

/* Advanced search 
***************************************************************************************************************/

.advanced-search {
	transition: all 0.35s ease-in-out;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	position: fixed;
	top: 0px;
	right: -400px;
	bottom: 0px;
	width: 340px;
	padding: 0;
	margin: 0;
	background-color: #ffffff;
	z-index: 101;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	box-shadow: 0 0 5px rgba(0,0,0,0.99);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.99);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.99);
	-o-box-shadow: 0 0 5px rgba(0,0,0,0.99);
	-ms-box-shadow: 0 0 5px rgba(0,0,0,0.99);
}
.advanced-search ul.nav-tabs {
	border-bottom: 1px solid rgba( 0, 0, 0, 0.10 );
  margin: 0;
}
.advanced-search ul.nav-tabs li,
.advanced-search ul.nav-tabs li.active {
	width: 50%;
}
.advanced-search ul.nav-tabs li a,
.advanced-search ul.nav-tabs li.active a,
.advanced-search ul.nav-tabs li a:hover,
.advanced-search ul.nav-tabs li.active a:hover {
	width: 100%;
  padding: 32px 0;
  text-transform: uppercase;
  margin: 0;
  font-size: 16px;
  line-height: 1;
  background-color: transparent;
  color: #999999;
  text-align: center;
  border: none;
  border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	-ms-border-radius: 0;
  position: relative;
}
.advanced-search ul.nav-tabs li.active a,
.advanced-search ul.nav-tabs li.active a:hover {
	color: #ffffff;
}
.advanced-search ul.nav-tabs li.active a:after,
.advanced-search ul.nav-tabs li.active a:hover:after {
	content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0; 
  height: 0; 
  margin-left: -8px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;      	
  border-bottom: 8px solid #ffffff;
  z-index: 1;
}
.advanced-search ul.nav-tabs.historyFavorite li {
	box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  border-right: 1px solid rgba(0,0,0,0.10);
}
.advanced-search ul.nav-tabs.historyFavorite li a,
.advanced-search ul.nav-tabs.historyFavorite li.active a {
	background-color: transparent;
  color: #999999;
  padding: 22px 0;
  text-transform: inherit;
}
.advanced-search ul.nav-tabs.historyFavorite li.active a:after,
.advanced-search ul.nav-tabs.historyFavorite li.active a:hover:after {
	margin-left: -8px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #ffffff;
}
.advanced-search ul.nav-tabs.historyFavorite li.active a:before,
.advanced-search ul.nav-tabs.historyFavorite li.active a:hover:before {
	content: '';
  position: absolute;
  bottom: 0px;
  left: 50%;
  width: 0; 
  height: 0; 
  margin-left: -9px;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;      	
  border-bottom: 9px solid rgba(0,0,0,0.20);
  z-index: 0;
}
.advanced-search .message {
  position: relative;
  padding: 60px 30px;
  height: auto;
  text-align: center;
  font-size: 16px;
  line-height: 1.4;
  color: #999999;
  font-weight: 200;
}
.advanced-search .message span {
  font-size: 42px;
  margin-bottom: 20px;
  color: #ebebeb;
}
.advanced-search .message h2 {
  font-size: 24px;
  font-weight: 100;
  margin: 20px 0;
}
.advanced-search form.form .wrap {
  height: 60px;
  border-bottom: 1px solid rgba( 0, 0, 0, 0.10 );
}
.advanced-search form.form .wrap i {
  color: #999999;
  opacity: 0.25;
  margin-top: -13px;
}
.advanced-search form.form .wrap input,
.advanced-search form.form .wrap textarea,
.advanced-search form.form .wrap select {
  height: 60px;
  padding-left: 20px;
  padding-right: 50px;
  background-color: #ffffff;
  color: #999999;
  font-size: 16px;
}
.advanced-search form.form .wrap select {
  width: 120%;
}
.advanced-search form.form .wrap select.border-right {
  border-right: 1px solid rgba( 0, 0, 0, 0.10 );
}
.advanced-search form.form .wrap textarea:focus,
.advanced-search form.form .wrap input[type="text"]:focus,
.advanced-search form.form .wrap input[type="password"]:focus,
.advanced-search form.form .wrap input[type="datetime"]:focus,
.advanced-search form.form .wrap input[type="datetime-local"]:focus,
.advanced-search form.form .wrap input[type="date"]:focus,
.advanced-search form.form .wrap input[type="month"]:focus,
.advanced-search form.form .wrap input[type="time"]:focus,
.advanced-search form.form .wrap input[type="week"]:focus,
.advanced-search form.form .wrap input[type="number"]:focus,
.advanced-search form.form .wrap input[type="email"]:focus,
.advanced-search form.form .wrap input[type="url"]:focus,
.advanced-search form.form .wrap input[type="search"]:focus,
.advanced-search form.form .wrap input[type="tel"]:focus,
.advanced-search form.form .wrap input[type="color"]:focus,
.advanced-search form.form .wrap .uneditable-input:focus {
  opacity: 1;
}
.advanced-search form.form .wrap input::-webkit-input-placeholder,
.advanced-search form.form .wrap textarea::-webkit-input-placeholder {
  color: #999999;
}
.advanced-search form.form .wrap input:-moz-placeholder,
.advanced-search form.form .wrap textarea:-moz-placeholder {
  color: #999999;
}
.advanced-search form.form .wrap input::-moz-placeholder,
.advanced-search form.form .wrap textarea::-moz-placeholder {
  color: #999999;
}
.advanced-search form.form .wrap input:-ms-input-placeholder,
.advanced-search form.form .wrap textarea:-ms-input-placeholder {
  color: #999999;
}
.advanced-search form.form .wrap.price {
  width: 50%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  display: inline-block;
  float: left;
  border-right: 1px solid rgba( 0, 0, 0, 0.10 );
}
.advanced-search form.form .wrap.price.last {
  border-right: none;
}
.advanced-search form.form .wrap.bedBathCars {
  width: 33.33%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  display: inline-block;
  float: left;
  border-right: 1px solid rgba( 0, 0, 0, 0.10 );
}
.advanced-search form.form .wrap.bedBathCars.last {
  border-right: none;
}
.advanced-search form.form label.checkbox {
  display: inline-block;
  float: left;
  height: 60px;
  font-size: 16px;
  color: #999999;
  border-bottom: 1px solid rgba( 0, 0, 0, 0.10 );
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  padding: 18px 0 0 40px;
  margin: 0;
}
.advanced-search form.form button {
  text-align: left;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  padding: 19px 20px;
  font-size: 16px;
  text-transform: uppercase;
}
.advanced-search form.form button:focus {
  opacity: 1;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  text-shadow: 0 0 5px rgba( 0, 0, 0, 0.35 );
}
.advanced-search form.form button span {
  float: right;
  font-size: 26px;
  margin-top: -4px;
}
.advanced-search form.form .wrap-multiselect .btn-group {
  width: 100%;
}
.advanced-search form.form .wrap-multiselect .btn-group button,
.advanced-search form.form .wrap-multiselect .btn-group button:focus,
.advanced-search form.form .wrap-multiselect .btn-group button:hover,
.advanced-search form.form .wrap-multiselect .btn-group button:active {
  width: 100% !important;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  background: #FFFFFF !important;
  color: #888888;
  border-bottom: 1px solid rgba( 0, 0, 0, 0.10 ) !important;
  text-shadow: none;
  box-shadow:  0 0 0 rgba(0,0,0,0);
  -moz-box-shadow:  0 0 0 rgba(0,0,0,0);
  -webkit-box-shadow:  0 0 0 rgba(0,0,0,0);
  -o-box-shadow:  0 0 0 rgba(0,0,0,0);
  -ms-box-shadow:  0 0 0 rgba(0,0,0,0);
  padding-top: 0;
  padding-bottom: 0;
  height: 60px;
  line-height: 58px;
  position: relative;
  text-transform: capitalize;
}
.advanced-search form.form .wrap-multiselect .btn-group button b,
.advanced-search form.form .wrap-multiselect .btn-group button:focus b,
.advanced-search form.form .wrap-multiselect .btn-group button:hover b,
.advanced-search form.form .wrap-multiselect .btn-group button:active b {
  float: right;
  position: absolute;
  top: 16px;
  right: 20px;
  font-size: 26px;
  opacity: 0.35;
}
.advanced-search form.form .wrap-multiselect .btn-group .dropdown-menu {
  width: 100%;
  border: 0 solid transparent;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-shadow:  0 0 0 rgba(0,0,0,0);
  -moz-box-shadow:  0 0 0 rgba(0,0,0,0);
  -webkit-box-shadow:  0 0 0 rgba(0,0,0,0);
  -o-box-shadow:  0 0 0 rgba(0,0,0,0);
  -ms-box-shadow:  0 0 0 rgba(0,0,0,0);
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  margin: 0;
  height: 300px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 0;
}
.advanced-search form.form .wrap-multiselect .btn-group .dropdown-menu .input-append,
.advanced-search form.form .wrap-multiselect .btn-group .dropdown-menu .input-prepend {
  margin: 22px 0 10px 20px;
}
.advanced-search form.form .wrap-multiselect .btn-group .dropdown-menu .input-append input,
.advanced-search form.form .wrap-multiselect .btn-group .dropdown-menu .input-prepend input {
  width: 255px;
}
.advanced-search form.form .wrap-multiselect .btn-group .dropdown-menu li a {
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  padding: 0;
}
.advanced-search form.form .wrap-multiselect .btn-group .dropdown-menu li a label.checkbox {
  height: 38px;
  padding: 8px 0 0 40px;
  background-color: #fafafa;
}
.advanced-search form.form .wrap.select {
  background-image: url(http://cdn.hubcloud.com.au/wp-content/themes/pros_au_member_v13/img/icon-angle-down.jpg);
  background-color: #ffffff;
  background-size: 35px 9px;
  -webkit-background-size: 35px 9px;
  -moz-background-size: 35px 9px;
  -o-background-size: 35px 9px;
  -ms-background-size: 35px 9px;
  background-position: right center;
  background-repeat: no-repeat;
}
.advanced-search form.form .wrap.select select {
  background-color: transparent;
}
.advanced-search h1 {
  font-size: 16px;
  font-weight: 200;
  color: #999999;
  padding: 22px 0 22px 20px;
}
.advanced-search .latest-prop a {
  display: inline-block;
  float: left;
  width: 100%;
  height: 60px;
  position: relative;
  border-bottom: 1px solid rgba(0,0,0,0.10);
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
}
.advanced-search .latest-prop a h2 {
  display: inline-block;
  float: left;
  font-size: 1.6em;
  font-weight: 200;
  color: #999999;
  margin: 10px 0 0 20px;
  line-height: 1.2;
  width: 230px;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.advanced-search .latest-prop a h2 span {
  font-size: 12px;
}
.advanced-search .latest-prop a .property {
  display: inline-block;
  float: right;
  width: 60px;
  height: 60px;
  background-position: center center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
}
.advanced-search .latest-prop a:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba( 0, 0, 0, 0.05 );
  opacity: 0;
  transition: all 0.16s ease-in-out;
  -webkit-transition: all 0.16s ease-in-out;
  -moz-transition: all 0.16s ease-in-out;
  -o-transition: all 0.16s ease-in-out;
  -ms-transition: all 0.16s ease-in-out;
  z-index: 1;
}
.advanced-search .latest-prop a:hover:after {
  opacity: 1;
}
.advanced-search ul.autosuggest-small {
  margin: 0;
  position: absolute;
  display: inline-block;
  float: left;
  top: 140px;
  z-index: 2;
  left: 20px;
  right: 20px;
  padding: 10px 0;
  background-color: #000000;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
}
.advanced-search ul.autosuggest-small:after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  left: 56px;
  top: -8px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #000000;
}
.advanced-search ul.autosuggest-small li a {
  cursor: pointer;
  color: #ffffff;
  font-size: 12px;
  line-height: 1;
  padding: 5px 15px;
  box-sizing: border-box;
  background-color: transparent;
  display: inline-block;
  width: 100%;
  float: left;
}
.advanced-search.open {
  right: 0;
}
@-moz-document url-prefix() .advanced-search form.form .wrap select {
  padding-right: 0;
  padding-top: 18px;
}

/* EMAIL A FRIEND FORM AND SAVE SEARCH
**************************************************/

.emailFriendForm form.form,
.saveSearchForm form.form {
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  box-shadow: 0 0 5px rgba(0,0,0,0.99);
  -moz-box-shadow: 0 0 5px rgba(0,0,0,0.99);
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.99);
  -o-box-shadow: 0 0 5px rgba(0,0,0,0.99);
  -ms-box-shadow: 0 0 5px rgba(0,0,0,0.99);
  position: fixed;
  z-index: 101;
  bottom: -450px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  right: 10px;
  width: 300px;
  height: auto;
}
.emailFriendForm form.form:after,
.saveSearchForm form.form:after {
  content: '';
  position: absolute;
  bottom: -10px;
  right: 23px;
  width: 0;  
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}
.emailFriendForm form.form .wrap,
.saveSearchForm form.form .wrap {
  height: auto;
  border-top: 1px solid #f5f5f5;
}
.emailFriendForm form.form .wrap:first,
.saveSearchForm form.form .wrap:first {
  border: none;
}
.emailFriendForm form.form .wrap i,
.saveSearchForm form.form .wrap i {
  color: #999999;
  opacity: 0.25;
  font-size: 20px;
  margin-top: -10px;
}
.emailFriendForm form.form .wrap input,
.saveSearchForm form.form .wrap input,
.emailFriendForm form.form .wrap textarea,
.saveSearchForm form.form .wrap textarea,
.emailFriendForm form.form .wrap select,
.saveSearchForm form.form .wrap select {
  height: auto;
  padding-bottom: 20px;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 50px;
  background-color: #ffffff;
  color: #999999;
  font-size: 16px;
}
.emailFriendForm form.form .wrap textarea,
.saveSearchForm form.form .wrap textarea {
  padding-top: 20px;
  padding-bottom: 0px;
  height: 120px;
}
.emailFriendForm form.form .wrap i.icon-pencil,
.saveSearchForm form.form .wrap i.icon-pencil {
  top: 20px;
  margin-top: 0;
}
.emailFriendForm form.form .wrap textarea:focus,
.saveSearchForm form.form .wrap textarea:focus,
.emailFriendForm form.form .wrap select:focus,
.saveSearchForm form.form .wrap select:focus,
.emailFriendForm form.form .wrap input[type="text"]:focus,
.saveSearchForm form.form .wrap input[type="text"]:focus,
.emailFriendForm form.form .wrap input[type="password"]:focus,
.saveSearchForm form.form .wrap input[type="password"]:focus,
.emailFriendForm form.form .wrap input[type="datetime"]:focus,
.saveSearchForm form.form .wrap input[type="datetime"]:focus,
.emailFriendForm form.form .wrap input[type="datetime-local"]:focus,
.saveSearchForm form.form .wrap input[type="datetime-local"]:focus,
.emailFriendForm form.form .wrap input[type="date"]:focus,
.saveSearchForm form.form .wrap input[type="date"]:focus,
.emailFriendForm form.form .wrap input[type="month"]:focus,
.saveSearchForm form.form .wrap input[type="month"]:focus,
.emailFriendForm form.form .wrap input[type="time"]:focus,
.saveSearchForm form.form .wrap input[type="time"]:focus,
.emailFriendForm form.form .wrap input[type="week"]:focus,
.saveSearchForm form.form .wrap input[type="week"]:focus,
.emailFriendForm form.form .wrap input[type="number"]:focus,
.saveSearchForm form.form .wrap input[type="number"]:focus,
.emailFriendForm form.form .wrap input[type="email"]:focus,
.saveSearchForm form.form .wrap input[type="email"]:focus,
.emailFriendForm form.form .wrap input[type="url"]:focus,
.saveSearchForm form.form .wrap input[type="url"]:focus,
.emailFriendForm form.form .wrap input[type="search"]:focus,
.saveSearchForm form.form .wrap input[type="search"]:focus,
.emailFriendForm form.form .wrap input[type="tel"]:focus,
.saveSearchForm form.form .wrap input[type="tel"]:focus,
.emailFriendForm form.form .wrap input[type="color"]:focus,
.saveSearchForm form.form .wrap input[type="color"]:focus,
.emailFriendForm form.form .wrap .uneditable-input:focus,
.saveSearchForm form.form .wrap .uneditable-input:focus {
  color: #999999;
}
.emailFriendForm form.form .wrap input::-webkit-input-placeholder,
.saveSearchForm form.form .wrap input::-webkit-input-placeholder,
.emailFriendForm form.form .wrap textarea::-webkit-input-placeholder,
.saveSearchForm form.form .wrap textarea::-webkit-input-placeholder {
  color: #999999;
  opacity: 1
}
.emailFriendForm form.form .wrap input:-moz-placeholder,
.saveSearchForm form.form .wrap input:-moz-placeholder,
.emailFriendForm form.form .wrap textarea:-moz-placeholder,
.saveSearchForm form.form .wrap textarea:-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.emailFriendForm form.form .wrap input::-moz-placeholder,
.saveSearchForm form.form .wrap input::-moz-placeholder,
.emailFriendForm form.form .wrap textarea::-moz-placeholder,
.saveSearchForm form.form .wrap textarea::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.emailFriendForm form.form .wrap input:-ms-input-placeholder,
.saveSearchForm form.form .wrap input:-ms-input-placeholder,
.emailFriendForm form.form .wrap textarea:-ms-input-placeholder,
.saveSearchForm form.form .wrap textarea:-ms-input-placeholder {
  color: #999999;
  opacity: 1;
}
.emailFriendForm form.form button,
.saveSearchForm form.form button {
  text-align: left;
  padding: 20px;
  font-size: 16px;
}
.emailFriendForm form.form button:hover,
.saveSearchForm form.form button:hover {
  color: rgba(255,255,255,0.75);
}
.emailFriendForm form.form button:active,
.saveSearchForm form.form button:active {
  color: #ffffff;
}
.emailFriendForm form.form button i,
.saveSearchForm form.form button i {
  float: right;
}
.emailFriendForm form.form.open,
.saveSearchForm form.form.open {
  bottom: 95px;
  opacity: 1;
  visibility: visible;
}
.saveSearchForm form.form {
  left: 60px;
  right: inherit;
}
.saveSearchForm form.form:after {
  right: 50%;
  margin-right: 0px;
}

/* MODAL AGENCY INFOS
*****************************************************/

.agencyInfo {
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  box-shadow: 0 0 5px rgba(0,0,0,0.99);
  -moz-box-shadow: 0 0 5px rgba(0,0,0,0.99);
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.99);
  -o-box-shadow: 0 0 5px rgba(0,0,0,0.99);
  -ms-box-shadow: 0 0 5px rgba(0,0,0,0.99);
  position: fixed;
  z-index: 101;
  bottom: -450px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  right: 10px;
  width: 300px;
  height: auto;
  background-color: #ffffff;  
  padding: 20px 0 0 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.agencyInfo:after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: 20px;
  width: 0;  
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}
.agencyInfo p {
  font-size: 14px;
  color: #777777;
  font-weight: 200;
  padding: 0 20px;
  margin: 0 0 4px 0;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.agencyInfo p a {
  color: #777777;
}
.agencyInfo p.agency {
  color: #000000;
  border-bottom: 1px solid rgba( 0, 0, 0, 0.15 );
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.agencyInfo a.btnFlat {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 100%;
  color: #ffffff;
  font-size: 16px;
  padding: 20px;
  display: inline-block;
  float: left;
  text-transform: uppercase;
  margin-top: 24px;
}
.agencyInfo a.btnFlat i {
  float: right;
}
.agencyInfo.open {
  bottom: 95px;
  opacity: 1;
  visibility: visible;
}

/* MODAL CONTACT AGENT
*****************************************************/

.modal {
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
}
.modal button.close {
  margin-top: 8px;
}
.modal .modal-header {
  padding: 10px 15px;
  border: none;
  background-color: #f1f1f1;
}
.modal .modal-header img {
  width: 140px;
}
.modal .modal-body {
  border: none;
  font-size: 16px;
  color: #888888;
  padding-bottom: 0;
  padding: 30px 0 0 0;
}
.modal .modal-body h1 {
  font-size: 16px;
  padding-left: 20px;
  font-weight: 200;
  color: #000000;
  margin-bottom: 6px;
}
.modal .modal-body h1 span {
  color: #888888;
  font-size: 16px;
}
.modal .modal-body p {
  padding-left: 20px;
  margin-bottom: 6px;
}
.modal .modal-body p span {
  color: #000000;
}
.modal .modal-body form.form {
  margin-top: 30px;
}
.modal .modal-body form.form .wrap {
  height: auto;
}
.modal .modal-body form.form .wrap i {
  color: #000000;
  opacity: 0.10;
  right: 20px;
}
.modal .modal-body form.form .wrap input,
.modal .modal-body form.form .wrap textarea,
.modal .modal-body form.form .wrap select {
  height: 60px;
  padding-left: 20px;
  padding-right: 60px;
  background-color: #FFFFFF;
  color: #000000;
  font-size: 16px;
  border-top: 1px solid rgba( 0, 0, 0, 0.10 );
}
.modal .modal-body form.form .wrap textarea {
  padding-top: 20px;
  padding-bottom: 20px;
  height: 120px;
}
.modal .modal-body form.form .wrap i.icon-pencil {
  top: 34px;
}
.modal .modal-body form.form .wrap textarea:focus,
.modal .modal-body form.form .wrap select:focus,
.modal .modal-body form.form .wrap input[type="text"]:focus,
.modal .modal-body form.form .wrap input[type="password"]:focus,
.modal .modal-body form.form .wrap input[type="datetime"]:focus,
.modal .modal-body form.form .wrap input[type="datetime-local"]:focus,
.modal .modal-body form.form .wrap input[type="date"]:focus,
.modal .modal-body form.form .wrap input[type="month"]:focus,
.modal .modal-body form.form .wrap input[type="time"]:focus,
.modal .modal-body form.form .wrap input[type="week"]:focus,
.modal .modal-body form.form .wrap input[type="number"]:focus,
.modal .modal-body form.form .wrap input[type="email"]:focus,
.modal .modal-body form.form .wrap input[type="url"]:focus,
.modal .modal-body form.form .wrap input[type="search"]:focus,
.modal .modal-body form.form .wrap input[type="tel"]:focus,
.modal .modal-body form.form .wrap input[type="color"]:focus,
.modal .modal-body form.form .wrap .uneditable-input:focus {
  color: #000000;
}
.modal .modal-body form.form .wrap input::-webkit-input-placeholder,
.modal .modal-body form.form .wrap textarea::-webkit-input-placeholder {
  color: #888888;
}
.modal .modal-body form.form .wrap input:-moz-placeholder,
.modal .modal-body form.form .wrap textarea:-moz-placeholder {
  color: #888888;
}
.modal .modal-body form.form .wrap input::-moz-placeholder,
.modal .modal-body form.form .wrap textarea::-moz-placeholder {
  color: #888888;
}
.modal .modal-body form.form .wrap input:-ms-input-placeholder,
.modal .modal-body form.form .wrap textarea:-ms-input-placeholder {
  color: #888888;
}
.modal .modal-body form.form button {
  border-radius: 0 0 2px 2px;
  -webkit-border-radius: 0 0 2px 2px;
  -moz-border-radius: 0 0 2px 2px;
  -o-border-radius: 0 0 2px 2px;
  -ms-border-radius: 0 0 2px 2px;
  padding: 20px 0;
  border: none;
  color: #ffffff;
  font-size: 18px;
  text-align: center;
  margin:0;
}
.bgOverlay {
  position: fixed;
  z-index: 100;
  background-color: rgba( 0, 0, 0, 0.60 );
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  .transition(0.35s);
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out; 
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
}
.bgOverlay.open {
  opacity: 1;
  visibility: visible;
}

/* MODAL VIDEO
*****************************************************/

#videoModal {
  width: 650px;
}

#videoModal .modal-body {
  padding: 30px 0;
}
/* Homepage 
***************************************************************************************************************/

.homepage {
  position: absolute;
  width:    100%;
  height:   100%;
}
.homepage .hero,
.homepage .section {
  display: inline-block;
  float: left;
  position: relative;
  width: 67%;
  height: 100%;
  margin: 0;
}
.homepage .hero .hero-img {
  position: absolute;
  top: 80px;
  bottom: 80px;
  right: 0;
  z-index: 0;
  left: 0;
  overflow: hidden;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.homepage .hero .hero-container {
  position: absolute;
  bottom: 140px;
  left: 60px;
  right: 60px;
  height: auto;
  z-index: 1;
  max-width: 720px;
}
.homepage .hero .hero-container ul.autosuggest {
  margin: 0;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 190px;
  background-color: rgba( 0, 0, 0, 0.75 );
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  z-index: 1;
  opacity: 0;
  padding: 0px 20px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  transition: all 0.24s ease-in-out;
  -webkit-transition: all 0.24s ease-in-out;
  -moz-transition: all 0.24s ease-in-out;
  -o-transition: all 0.24s ease-in-out;
  -ms-transition: all 0.24s ease-in-out;
  max-height: 243px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.homepage .hero .hero-container ul.autosuggest li {
  display: inline-block;
  float: left;
  width: 100%;
  padding: 20px 0;
  border-top: 1px solid rgba( 255, 255, 255, 0.15 );
}
.homepage .hero .hero-container ul.autosuggest li a,
.homepage .hero .hero-container ul.autosuggest li span {
  color: #FFFFFF;
  font-size: 14px;
  display: inline-block;
}
.homepage .hero .hero-container ul.autosuggest li a.suggestion {
  float: left;
}
.homepage .hero .hero-container ul.autosuggest li a.suggestion-action,
.homepage .hero .hero-container ul.autosuggest li span {
  float: right;
}
.homepage .hero .hero-container ul.autosuggest li span {
  margin: 0 10px;
}
.homepage .hero .hero-container ul.autosuggest li a.suggestion-action {
  color: #ffffff;
}
.homepage .hero .hero-container ul.autosuggest li a.suggestion,
.homepage .hero .hero-container ul.autosuggest li a.suggestion-action {
  transition: all 0.06s ease-in-out;
  -webkit-transition: all 0.06s ease-in-out;
  -moz-transition: all 0.06s ease-in-out;
  -o-transition: all 0.06s ease-in-out;
  -ms-transition: all 0.06s ease-in-out;
}
.homepage .hero .hero-container ul.autosuggest li a.disable,
.homepage .hero .hero-container ul.autosuggest li a.disable:hover {
  color: rgba( 255,255,255,0.30);
  cursor: default;
}
.homepage .hero .hero-container ul.autosuggest li:first-child {
  border: none;
}
.homepage .hero .hero-container span.arrowDown {
  position: absolute;
  z-index: 1;
  bottom: 176px;
  left: 35px;
  width: 0; 
  height: 0; 
  opacity: 0;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;         
  border-top: 14px solid rgba( 0, 0, 0, 0.75 );
}
.homepage .hero .hero-container h1 {
  font-size: 3.8em;
  font-weight: 200;
  color: #ffffff;
  line-height: 1.4;
  text-transform: uppercase;
  text-shadow: 0 2px 3px rgba( 0, 0, 0, 0.50 ); 
  opacity: 1;
}
.homepage .hero .hero-container p {
  font-size: 1.8em;
  line-height: 1.4;
  color: #ffffff;
  text-shadow: 0 2px 3px rgba( 0, 0, 0, 0.50 );
  margin: 0;
  opacity: 1;
}
.homepage .hero .hero-container form.form {
  margin: 60px 0;
}
.homepage .hero .hero-container form.form .wrap {
  height: 60px;  
  overflow: hidden; 
}
.homepage .hero .hero-container form.form .wrap button {
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
  width: 60px;
  height: 60px;
}
.homepage .hero .hero-container form.form .wrap button span {
  font-size: 26px;
  color: rgba( 0, 0, 0, 0.50 );
}
.homepage .hero .hero-container form.form .wrap span.icon-search {
  position: absolute;
  z-index: 1;
  top: 8px;
  left: -12px;
  font-size: 42px;
  color: rgba( 0, 0, 0, 0.10 );
}
.homepage .hero .hero-container form.form .wrap input {
  height: 60px;
  padding-left: 34px;
  padding-right: 80px;
  background-color: #ffffff;
  color: #000000;
  font-size: 18px;
}
.homepage .hero .hero-container form.form .wrap textarea:focus,
.homepage .hero .hero-container form.form .wrap select:focus,
.homepage .hero .hero-container form.form .wrap input[type="text"]:focus,
.homepage .hero .hero-container form.form .wrap input[type="password"]:focus,
.homepage .hero .hero-container form.form .wrap input[type="datetime"]:focus,
.homepage .hero .hero-container form.form .wrap input[type="datetime-local"]:focus,
.homepage .hero .hero-container form.form .wrap input[type="date"]:focus,
.homepage .hero .hero-container form.form .wrap input[type="month"]:focus,
.homepage .hero .hero-container form.form .wrap input[type="time"]:focus,
.homepage .hero .hero-container form.form .wrap input[type="week"]:focus,
.homepage .hero .hero-container form.form .wrap input[type="number"]:focus,
.homepage .hero .hero-container form.form .wrap input[type="email"]:focus,
.homepage .hero .hero-container form.form .wrap input[type="url"]:focus,
.homepage .hero .hero-container form.form .wrap input[type="search"]:focus,
.homepage .hero .hero-container form.form .wrap input[type="tel"]:focus,
.homepage .hero .hero-container form.form .wrap input[type="color"]:focus,
.homepage .hero .hero-container form.form .wrap .uneditable-input:focus {
  color: #000000;
}
.homepage .hero .hero-container form.form .wrap input::-webkit-input-placeholder,
.homepage .hero .hero-container form.form .wrap textarea::-webkit-input-placeholder {
  color: #999999;
}
.homepage .hero .hero-container form.form .wrap input:-moz-placeholder,
.homepage .hero .hero-container form.form .wrap textarea:-moz-placeholder {
  color: #999999;
}
.homepage .hero .hero-container form.form .wrap input::-moz-placeholder,
.homepage .hero .hero-container form.form .wrap textarea::-moz-placeholder {
  color: #999999;
}
.homepage .hero .hero-container form.form .wrap input:-ms-input-placeholder,
.homepage .hero .hero-container form.form .wrap textarea:-ms-input-placeholder {
  color: #999999;
}
.homepage .section {
  width:  33%;
  height: 50%;
}
.homepage .section .section-img {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  overflow: hidden;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.homepage .section .section-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 12px 20px;
  background-color: rgba( 0, 0, 0, 0.55 );
  height: auto;
}
.homepage .section .section-footer span {
  display: inline-block;
  float: left;
  font-size: 16px;
  color: #ffffff;
  font-weight: 200;
  margin-top: 10px;
}
.homepage .section .section-footer i {
  display: inline-block;
  float: right;
  font-size: 36px;
  color: #ffffff;
}
.homepage .section .swiper-container {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
}
.homepage .section .swiper-container .inner-relative {
  position: relative;
  width:  100%;
  height: 100%;
}
.homepage .section .swiper-container .inner-relative .section-footer {
  position: absolute;
  left: 0;
  right: 0;
  height: 60px;
  padding: 0;
  background-color: rgba( 0, 0, 0, 0.55 );
  z-index: 0;
}
.homepage .section .swiper-container .inner-relative .section-footer span a {
  font-size: 16px;
  color: #ffffff;
  font-weight: 200;
  position: absolute;
  bottom: 24px;
  left: 20px;
  right: 80px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.homepage .section .swiper-container h2 {
  position: absolute;
  z-index: 1;
  right: 20px;
  font-size: 1.8em;
  text-transform: uppercase;
  color: #ffffff;
  background-color: rgba( 0, 0, 0, 0.55 );        
  font-weight: 200;
  padding: 5px 10px;
}
.homepage .section .swiper-container .prevButton,
.homepage .section .swiper-container .nextButton {
  position: absolute;
  z-index: 1;
  right: 20px;
  font-size: 3.6em;
  color: #ffffff;
  cursor: pointer;
}
.homepage .section .swiper-container .prevButton {
  right: 42px;
}

/* HOMEPAGE STYLES FOR THE CUSTOMIZABLE SECTIONS
**************************************************************************************/

.section.top .section-footer {
  bottom: 0;
}
.section.top .section-img {
  top: 80px;
}
.section.top .swiper-container .inner-relative .section-footer {
  bottom: 0;
}
.section.top .swiper-container h2 {
  bottom: 80px;
}
.section.top .swiper-container .prevButton,
.section.top .swiper-container .nextButton {
  bottom: 14px;
}
.section.bottom .section-footer {
  bottom: 80px;
}
.section.bottom .section-img {
  top: 0;
  bottom: 80px;
}
.section.bottom .swiper-container .inner-relative .section-footer {
  bottom: 80px;
}
.section.bottom .swiper-container h2 {
  bottom: 160px;
}
.section.bottom .swiper-container .prevButton,
.section.bottom .swiper-container .nextButton {
  bottom: 94px;
}

/* NEW HOMEPAGE FEATURES - DATE CREATED 27 OCTOBER 2014
**************************************************************************************/

.homepage-content {
  display: inline-block;
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  margin-top: -80px;
  background-color: #FFFFFF;
  font-size: 14px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
.homepage-content .testimonials {
  position: relative;
  display: inline-block;
  float: left;
  width: 100%;
  height: auto;
  padding: 80px 0;
  text-align: center;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}
.homepage-content .testimonials h1 {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  padding: 0 30px;
  width: 760px;
  font-size: 34px;
  line-height: 1.2;
  color: #FFFFFF;
  font-weight: 200;
}
.homepage-content .testimonials h1 i {
  font-size: 20px;
  color: rgba( 255, 255, 255, 0.6 );
}
.homepage-content .testimonials h1:before,
.homepage-content .testimonials h1:after {
  position: absolute;
  content: "";
  width: 30px;
  height: 27px;
  background-position: center center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
}
.homepage-content .testimonials h1:before {
  top: 0;
  left: 0;
  background-image: url(assets/img/blockquotes-10.png);
}
.homepage-content .testimonials h1:after {
  bottom: 0;
  right: 0;
  background-image: url(assets/img/blockquotes-20.png);
}
.homepage-content .section {
  position: relative;
  display:  inline-block;
  float:    left;
  width:    100%;
  height:   auto;
  padding:  0 0 160px 0;
}
.homepage-content .section .col {
  display: inline-block;
  float: left;
  position: relative;
  height: auto;
  width: 33.33%;
  padding: 0 15px;
  margin-top: 80px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}
.homepage-content .section .col h1 {
  display: inline-block;
  float:; left;
  width: 100%;
  font-size: 20px;
  line-height: 1;
  font-weight: 200;
  padding-bottom: 30px;
  margin: 0;
}
.homepage-content .section .col h1 span {
  color: #FFFFFF;
}
.homepage-content .section .col .card {
  display: inline-block;
  position: relative;
  float: left;
  width: 100%;
  border: 1px solid rgba( 0, 0, 0, 0.20 );
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}
.homepage-content .section .col .card .content {
  display: inline-block;
  float: left;
  position: relative;
  height: auto;
  width: 50%;
  padding: 15px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}
.homepage-content .section .col .card .content h2,
.homepage-content .section .col .card .content p {
  display: inline-block;
  float: left;
  font-size: 18px;
  width: 100%;
  margin: 0;
  color: #000000;
  font-weight: 200;
  line-height: 1.2;
}
.homepage-content .section .col .card .content p {
  font-size: 14px;
  color: #888888;
  font-weight: normal;
  line-height: 1.4;
}
.homepage-content .section .col .card .content p a {
  font-weight: normal;
  cursor: pointer;
}
.homepage-content .section .col .card .content h2 {
  margin-bottom: 15px;
}
.homepage-content .section .col .card .placeholder {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 50%;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
/* iPads (landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
  .homepage-content .section .col {
    width: 50%;
    margin-top: 40px;
  }
  .homepage-content .section .col h1 {
    padding-bottom: 15px;
  }
}
/* iPads (portrait) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
  .homepage-content .section .col {
    width: 100%;
    margin-top: 30px;
  }
  .homepage-content .section .col h1 {
    padding-bottom: 15px;
  }
}
/* Desktops and laptops ----------- */
@media only screen and (min-width : 1224px) {
  .homepage-content .section .col {
    width: 50%;
    margin-top: 40px;
  }
  .homepage-content .section .col h1 {
    padding-bottom: 15px;
  }
}
/* Large screens ----------- */
@media only screen and (min-width : 1824px) {
  .homepage-content .section .col {
    width: 33.33%;
    margin-top: 80px;
  }
  .homepage-content .section .col h1 {
    padding-bottom: 30px;
  }
}
.section.rss {
  background-color: #000000;
  position: relative;
}
.section.rss .section-img {
  opacity: 0.35;
}
.section.rss ul {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 0 0 0;
  padding: 10px 20px;
  z-index: 2;
}
.section.rss ul h2 {
  color: #FFFFFF;
  font-size: 24px;
  font-weight: 100;
  padding-bottom: 0px;
  margin-top: 20px;
  margin-bottom: 10px;
}
.section.rss ul li {
  font-size: 16px;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding: 10px 0;
  color: #FFFFFF;
  border-top: 1px solid rgba( 255, 255, 255, 0.20 );
}
.section.rss ul li a {
  color: #ffffff;
}
.section.bottom.rss ul {
  bottom: 130px;
}
.section.top.rss ul {
  bottom: 50px;
}

/* Homepage Platinum  
***************************************************************************************************************/

.homepage-platinum .hero {
  width: 100%;
  background-color: #000000;
}
.homepage-platinum .hero .hero-img {
  opacity: 1;
}

/* Results Grid  
***************************************************************************************************************/

.results-grid {
  padding-bottom: 200px;
}
.results-grid ul {
  margin: 0;
  position: fixed;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 0 1px 0 0;
  top: 80px;
  bottom: 80px;
  left: 0px;
  right: 0;
}
.results-grid ul li {
  position: relative;
  float: left;
  width: 25%;
  height: 50%;
}
.results-grid ul li .inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 1px;
  left: 1px;
  overflow: hidden;
}
.results-grid ul li .inner .swiper-container {
  width: 100%;
  height: 100%;
}
.results-grid ul li .inner .swiper-container .property {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
}
.results-grid ul li .inner .swiper-container .prevButton,
.results-grid ul li .inner .swiper-container .nextButton {
  position: absolute;
  top: 50%;
  margin-top: -60px;
  z-index: 1;
  font-size: 26px;
  background-color: rgba( 0, 0, 0, 0.35 );
  padding: 10px 20px 10px 17px;
  border-radius: 200px;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  -o-border-radius: 200px;
  -ms-border-radius: 200px;
  cursor: pointer;
  color: #ffffff;
  opacity: 0;
}
.results-grid ul li .inner .swiper-container .prevButton:hover,
.results-grid ul li .inner .swiper-container .nextButton:hover {
  background-color: rgba( 0, 0, 0, 0.70 );
}
.results-grid ul li .inner .swiper-container .prevButton {
  left: -60px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out; 
}
.results-grid ul li .inner .swiper-container .nextButton {
  right: -60px;
  padding: 10px 17px 10px 20px;
  transition: all 0.16s ease-in-out;
  -webkit-transition: all 0.16s ease-in-out;
  -moz-transition: all 0.16s ease-in-out;
  -o-transition: all 0.16s ease-in-out;
  -ms-transition: all 0.16s ease-in-out; 
}
.results-grid ul li .inner .property-info {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba( 0, 0, 0, 0.50 );
  height: 80px;
}
.results-grid ul li .inner .property-info h1 {
  display: inline-block;
  float: left;
  width: 82%;
  margin: 6px 0 0 20px;
  color: #ffffff;
  font-size: 1.4em;
  line-height: 1.6;
  font-weight: 200;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.results-grid ul li .inner .property-info p.little-banner {
  color: #ffffff;
  position: absolute;
  top: -40px;
  right: 20px;
  padding: 0px 8px;
  font-size: 14px;
  text-transform: uppercase;
}
.results-grid ul li .inner .property-info a.star {
  position: absolute;
  top: 10px;
  right: 20px;
  color: rgba( 255, 255, 255, 0.75 );
  font-size: 16px;
  cursor: pointer;
}
.results-grid ul li .inner .property-info a.star:hover {
  color: rgb( 255, 255, 0 );
}
.results-grid ul li .inner .property-info a.star:active {
  color: rgb( 255, 255, 0 );
}
.results-grid ul li .inner .property-info .bedBathCars {
  position: absolute;
  left: 20px;
  bottom: 6px;
  color: #ffffff;
  font-size: 14px;
  vertical-align: baseline;
  height: 22px;
}
.results-grid ul li .inner .property-info .bedBathCars img {
  margin-right: 1px;
  margin-top: -4px;
  width: 16px;
}
.results-grid ul li .inner .property-info .bedBathCars img span {
  margin-right: 3px;
}
.results-grid ul li:hover > .inner .swiper-container .prevButton {
  left: 20px;
  opacity: 1;
}
.results-grid ul li:hover > .inner .swiper-container .nextButton {
  right: 20px;
  opacity: 1;
}
.results-grid ul li.message {
  width: 100%;
}
.results-grid ul li.message .message-inner {
  position: absolute;
  top: 50%;
  margin-top: -60px;
  width: 100%;
  left: 0;
  height: auto;
}
.results-grid ul li.message h1 {
  text-align: center;
  font-size: 30px;
  font-weight: 100;
  text-transform: uppercase;
  margin: 0 0 20px 0;
}
.results-grid ul li.message h1 small {
  font-size: 20px;
  color: rgba( 0, 0, 0, 0.35 );
  text-transform: none;
}
.results-grid ul li.message p {
  text-align: center;
  margin: 0 ;
}
.results-grid ul li.message .btnBrand {
  font-size: 20px;
}

/* Results Map 
***************************************************************************************************************/

.results-map {
  position: fixed;
  left: 0;
  right: 480px;
  top: 80px;
  bottom: 80px;
  background: #ffffff;
  /*overflow: hidden;*/
}
.results-map .listings {
  position: fixed;
  right: 0px;
  width: 480px;
  top: 80px;
  bottom: 80px;
  padding: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  background: #ffffff;
  box-shadow: 0 0 5px rgba(0,0,0,0.5);
  -moz-box-shadow: 0 0 5px rgba(0,0,0,0.5);
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.5);
  -o-box-shadow: 0 0 5px rgba(0,0,0,0.5);
  -ms-box-shadow: 0 0 5px rgba(0,0,0,0.5);
}
.results-map .listings form.form .wrap {
  height: 80px;
}
.results-map .listings form.form .wrap select {
  height: 80px;
  background-color: #ffffff;
  color: #888888;
  font-size: 14px;
}
.results-map .listings ul {
  margin: 0;
}
.results-map .listings ul li {
  display: block;
  width: 100%;
  height: 100px;
  border-top: 1px solid rgba( 0, 0, 0, 0.10 );
  background-color: #ffffff;
  transition: all 0.12s ease-in-out;
  -webkit-transition: all 0.12s ease-in-out;
  -moz-transition: all 0.12s ease-in-out;
  -o-transition: all 0.12s ease-in-out;
  -ms-transition: all 0.12s ease-in-out;
  position: relative;
}
.results-map .listings ul li:hover {
  background-color: #fafafa;
}
.results-map .listings ul li a.star {
  position: absolute;
  bottom: 10px;
  z-index: 1;
  right: 115px;
  color: #888888;
  margin: 0;
  font-size: 16px;
  cursor: pointer;
}
.results-map .listings ul li a.star:hover {
  color: rgb( 230, 230, 0);
}
.results-map .listings ul li a.star.active {
  color: rgb( 230, 230, 0);
}
.results-map .listings ul li .details {
  position: relative;
  display: inline-block;
  float: left;
  width: 75%;
  padding: 15px 0 0 20px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  height: auto;
}
.results-map .listings ul li .details p.banner {
  position: absolute;
  top: 15px;
  right: 0;
  color: #ffffff;
  line-height: 1;
  font-size: 10px;
  margin: 0;
  padding: 2px 6px;
}
.results-map .listings ul li .details h1 {
  font-size: 14px;
  color: #888888;
  font-weight: 200;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  margin-bottom: 14px;
}
.results-map .listings ul li .details h1.price {
  color: #000000;
  width: 100%;
  font-weight: normal;
}
.results-map .listings ul li .details .bedBathCars img {
  width: 18px;
  opacity: 0.35;
}
.results-map .listings ul li .details .bedBathCars img.bed {
  margin-top: -9px;
}
.results-map .listings ul li .details .bedBathCars img.bath {
  margin-top: -12px;
}
.results-map .listings ul li .details .bedBathCars img.car {
  margin-top: -10px;
}
.results-map .listings ul li .details .bedBathCars span {
  color: #888888;
  font-size: 14px;
  margin-right: 5px;
}
.results-map .listings ul li .property {
  display: inline-block;
  float: right;
  width: 100px;
  height: 100px;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

/* Content Page
***************************************************************************************************************/

.content-page {
  padding: 80px 0;
  font-weight: 200;
}
.content-page #location,
.content-page #about,
.content-page #sold,
.content-page #staff,
.content-page #contact {
  height: 80px;
  background: transparent;
  margin-top: -80px;
}
.content-page p {
  font-size: 16px;
  line-height: 1.8;
  color: #000000;
  margin-bottom: 20px;
}
.content-page .header {
  position: relative;
  width: 100%;
  display: block;
  padding: 60px 0;
  z-index: 2;
}
.content-page .header h1 {
  font-size: 5em;
  line-height: 1.2;
  color: #ffffff;
  font-weight: 100;
}
.content-page .header.inverse {
  background-color: #ffffff;
}
.content-page .container.wrapper {
  margin-top: 0px;
  padding-bottom: 90px;
}
.content-page h1.heading {
  font-size: 24px;
  font-weight: 200;
  margin: 60px 0 30px 0;
}
.content-page p img.content-img {
  width: 420px;
  height: 300px;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  float: left;
  margin: 0 20px 0 0px;
}
.content-page ul.basic,
.content-page ol.basic {
  margin: 0;
}
.content-page ul.basic li,
.content-page ol.basic li {
  font-size: 16px;
  margin-bottom: 10px;
}
.content-page ul.basic li a,
.content-page ol.basic li a {
  color: #000000;
  text-decoration: underline;
}
.content-page ol.basic {
  margin-left: 22px;
}
.content-page form.form.content-contact {
  width: 100%;
  display: inline-block;
  float: left;
  margin: 0;
}
.content-page form.form.content-contact .wrap {
  height: auto;  
  overflow: hidden;    
  margin-bottom: 20px;
}
.content-page form.form.content-contact .wrap input,
.content-page form.form.content-contact .wrap select,
.content-page form.form.content-contact .wrap textarea {
  height: auto;
  padding-top: 19px;
  padding-bottom: 19px;
  padding-left: 19px;
  padding-right: 80px;
  background-color: #ffffff;
  color: #888888;
  font-size: 16px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border: 1px solid rgba( 0, 0, 0, 0.10 );
}
.content-page form.form.content-contact .wrap i {
  opacity: 0.15;
}
.content-page form.form.content-contact .wrap select {
  padding-top: 14px;
  padding-bottom: 14px;
  padding-right: 20px;
  width: 100%;
}
.content-page form.form.content-contact .wrap textarea {
  height: 300px;
}
.content-page form.form.content-contact .wrap textarea.short {
  height: 220px;
}
.content-page form.form.content-contact .wrap textarea:focus,
.content-page form.form.content-contact .wrap select:focus,
.content-page form.form.content-contact .wrap input[type="text"]:focus,
.content-page form.form.content-contact .wrap input[type="password"]:focus,
.content-page form.form.content-contact .wrap input[type="datetime"]:focus,
.content-page form.form.content-contact .wrap input[type="datetime-local"]:focus,
.content-page form.form.content-contact .wrap input[type="date"]:focus,
.content-page form.form.content-contact .wrap input[type="month"]:focus,
.content-page form.form.content-contact .wrap input[type="time"]:focus,
.content-page form.form.content-contact .wrap input[type="week"]:focus,
.content-page form.form.content-contact .wrap input[type="number"]:focus,
.content-page form.form.content-contact .wrap input[type="email"]:focus,
.content-page form.form.content-contact .wrap input[type="url"]:focus,
.content-page form.form.content-contact .wrap input[type="search"]:focus,
.content-page form.form.content-contact .wrap input[type="tel"]:focus,
.content-page form.form.content-contact .wrap input[type="color"]:focus,
.content-page form.form.content-contact .wrap .uneditable-input:focus {
  color: #888888;
}
.content-page form.form.content-contact .wrap input::-webkit-input-placeholder,
.content-page form.form.content-contact .wrap textarea::-webkit-input-placeholder {
  color: #888888;
  opacity: 1;
}
.content-page form.form.content-contact .wrap input:-moz-placeholder,
.content-page form.form.content-contact .wrap textarea:-moz-placeholder {
  color: #888888;
  opacity: 1;
}
.content-page form.form.content-contact .wrap input::-moz-placeholder,
.content-page form.form.content-contact .wrap textarea::-moz-placeholder {
  color: #888888;
  opacity: 1;
}
.content-page form.form.content-contact .wrap input:-ms-input-placeholder,
.content-page form.form.content-contact .wrap textarea:-ms-input-placeholder {
  color: #888888;
  opacity: 1;
}
.content-page form.form.content-contact .wrap.textarea i {
  top: 30px;
  margin-top: 0;
}
.content-page form.form.content-contact button {
  display: inline-block;
  float: right;
  padding: 10px 14px;
  margin-top: 10px;
  color: #ffffff;
  width: auto;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
}
.content-page .header.contact h1 {
  display: inline-block;
  float: left;
}
.content-page .header.contact a {
  display: inline-block;
  float: right;
  font-size: 20px;
  color: #ffffff;
  padding: 20px 30px;
  cursor: pointer;
  background-color: rgba( 0, 0, 0, 0.15 );
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
}
.content-page .map {
  position: relative;
  padding-bottom: 78px;
  bottom: 80px;
  float: left;
  width: 100%;
  height: 900px;
  margin-top: 80px;
}
.content-page.article p img.alignleft {
  float:left;
  margin-bottom: 10px;
  margin-right: 10px;
}
.content-page.article p img.alignright {
  float:right;
  margin-bottom: 10px;
  margin-left: 10px;
}
img.aligncenter {
  margin: 0 auto;
  display: block;
}
.content-page.article .wrapper h1 {
  font-size: 24px;
  font-weight: 200;
  margin-bottom:20px;
}
.content-page.article h1.heading {
  margin-bottom:30px;
}
.content-page.article h2 {
  font-size: 20px;
  font-weight: bold;
  color: #000000;
  margin-bottom:20px;
}
.content-page.article h3,
.content-page.article h4,
.content-page.article h5,
.content-page.article h6 {
  font-size: 16px;
  font-weight: bold;
  color: #000000;
  margin-bottom:20px;
}
.content-page.article ul,
.content-page.article ol {
  margin: 0px 0px 20px 40px;
  list-style-type: disc;
}
.content-page.article ul li,
.content-page.article ol li {
  font-size: 16px;
  margin-bottom: 10px;
}
.content-page.article ul li a,
.content-page.article ol li a {
  text-decoration: none;
}
.content-page.article ol {
  margin-left: 55px;
  list-style-type: decimal-leading-zero;
}
.content-page.article table {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 5px;
}
.content-page.article table td {
  padding: 5px;
}
.content-page.article table td.red {
  color: #ffffff;
}
.content-page.article table td.blue {
  background-color: #069dda;
  color: #FFFFFF;
}
.contact-office .header.contact a {
  margin-left: 5px;
  padding: 15px;
  margin-top: 6px;
  font-size: 18px;
}
.content-page.testimonials ul.comments {
  margin-top: 60px;
}
.content-page.testimonials ul.comments li .left {
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 18%;
  height: 0;
  position: relative;
  left: 10px;
  top: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  padding-bottom: 157px;
}
.content-page.testimonials ul.comments li .right {
  float: right;
  width: 80%;
}
.content-page.testimonials ul.comments li .right b {
  font-style: italic;
}
.content-page.testimonials ul.comments li .right span.date {
  color: #888888;
}
.content-page.testimonials .pagination {
  margin: 30px 0 0 0;
}
.content-page.testimonials .pagination ul {
  float: right;
  margin: 0;
  box-shadow: 0 0 0 rgba(0,0,0,0);
  -moz-box-shadow: 0 0 0 rgba(0,0,0,0);
  -webkit-box-shadow: 0 0 0 rgba(0,0,0,0);
  -o-box-shadow: 0 0 0 rgba(0,0,0,0);
  -ms-box-shadow: 0 0 0 rgba(0,0,0,0);
}
.content-page.testimonials .pagination ul li a {
  font-size: 16px;
  text-decoration:none;
}
.content-page.testimonials .pagination ul li.dot {
  padding: 3px 0;
}
.content-page.testimonials .pagination ul li.dot a {
  border-width:0 1px 0 0;
  text-decoration:none;
}
.content-page.testimonials .pagination ul li.dot a:hover {
  background:white;
  border-width:0 1px 0 0;
  text-decoration:none;
}
.content-page.testimonials .pagination ul li:first-child a {
  border-radius: 2px 0 0 2px;
  -webkit-border-radius: 2px 0 0 2px;
  -moz-border-radius: 2px 0 0 2px;
  -o-border-radius: 2px 0 0 2px;
  -ms-border-radius: 2px 0 0 2px;
}
.content-page.testimonials .pagination ul li:last-child a {
  border-radius: 0 2px 2px 0;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  -o-border-radius: 0 2px 2px 0;
  -ms-border-radius: 0 2px 2px 0;
}
.office-profile ul.office-navBar {
  position: fixed;
  margin: 0;
  z-index: 9;
  width: 100%;
  height: 80px;
  visibility: none;
  opacity: 0;
  bottom: -100px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
.office-profile ul.office-navBar li {
  display: inline-block;
  float: left;
  position: relative;
  width: 14.2857%;
  height: 80px;
  color: #ffffff;
  font-size: 12px;
  text-align: center;
  margin: 0;
  cursor: pointer;
}
.office-profile ul.office-navBar li i {
  font-size: 26px;
  line-height: 1.6;

}
.office-profile ul.office-navBar li .inner {
  position: absolute;
  width: 100%;
  height: 60px;
  top: 50%;
  margin-top: -35px;
}
.office-profile ul.office-navBar li.disable {
  color: rgba(255,255,255,0.4);
}
.office-profile ul.office-navBar.on {
  bottom: 0;
  visibility: visible;
  opacity: 1;
}
.office-profile .heroUnit {
  margin-top: 30px;
  height: 640px;
  position: relative;
}
.office-profile .heroUnit .office-pic {
  position: absolute;
  top: 0;
  right: 80px;
  bottom: 0;
  left: 0;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.office-profile .heroUnit ul {
  display: inline-block;
  float: right;
  width: 80px;
  height: 100%;
}
.office-profile .heroUnit ul li {
  display: inline-block;
  float: left;
  position: relative;
  width: 100%;
  height: 20%;
  color: #ffffff;
  font-size: 12px;
  text-align: center;
  margin: 0;
  cursor: pointer;
}
.office-profile .heroUnit ul li i {
  font-size: 26px;
  line-height: 1.6;
}
.office-profile .heroUnit ul li .inner {
  position: absolute;
  width: 100%;
  height: 60px;
  top: 50%;
  margin-top: -35px;
}
.office-profile .office-properties {
  margin: 60px auto;
}
.office-profile .office-properties ul.grid-view {
  margin: 0;
  position: relative;
  padding: 1px 1px 0 0;
  display: block;
}
.office-profile .office-properties ul.grid-view li {
  position: relative;
  float: left;
  width: 25%;
  padding-bottom: 25%;
  height: 0;
}
.office-profile .office-properties ul.grid-view li .inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 1px;
  left: 1px;
  overflow: hidden;
}
.office-profile .office-properties ul.grid-view li .inner .property {
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
.office-profile .office-properties ul.grid-view li .inner .property-info {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba( 0, 0, 0, 0.50 );
  height: 80px;
}
.office-profile .office-properties ul.grid-view li .inner .property-info h1 {
  display: inline-block;
  float: left;
  width: 82%;
  margin: 6px 0 0 20px;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 200;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.office-profile .office-properties ul.grid-view li .inner .property-info .bedBathCars {
  position: absolute;
  left: 20px;
  bottom: 6px;
  color: #ffffff;
  font-size: 14px;
  vertical-align: baseline;
  height: 22px;
}
.office-profile .office-properties ul.grid-view li .inner .property-info .bedBathCars img {
  margin-right: 1px;
  margin-top: -4px;
  width: 16px;
}
.office-profile .office-properties ul.grid-view li .inner .property-info .bedBathCars span {
  margin-right: 3px;
}
.office-profile .office-properties .pagination {
  margin: 30px 0 0 0;
}
.office-profile .office-properties .pagination ul {
  float: right;
  margin: 0;
  box-shadow: 0 0 0 rgba(0,0,0,0);
  -moz-box-shadow: 0 0 0 rgba(0,0,0,0);
  -webkit-box-shadow: 0 0 0 rgba(0,0,0,0);
  -o-box-shadow: 0 0 0 rgba(0,0,0,0);
  -ms-box-shadow: 0 0 0 rgba(0,0,0,0);
}
.office-profile .office-properties .pagination ul li a {
  font-size: 16px;
}
.office-profile .office-properties .pagination ul li:first-child a {
  border-radius: 2px 0 0 2px;
  -webkit-border-radius: 2px 0 0 2px;
  -moz-border-radius: 2px 0 0 2px;
  -o-border-radius: 2px 0 0 2px;
  -ms-border-radius: 2px 0 0 2px;
}
.office-profile .office-properties .pagination ul li:last-child a {
  border-radius: 0 2px 2px 0;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  -o-border-radius: 0 2px 2px 0;
  -ms-border-radius: 0 2px 2px 0;
}
.office-profile .staff .span4{
  background-color: #ebebeb;
  position: relative;
  overflow: hidden;
  height: 210px;
  margin-top: 60px;
}
.office-profile .staff h1 {
  font-size: 16px;
  color: #000000;
  line-height: 1.4;
  font-weight: 200;
  padding: 20px 20px 0 20px;
  margin-bottom: 5px;
}
.office-profile .staff ul {
  margin: 0;
  padding-bottom: 20px;
}
.office-profile .staff ul li {
  font-size: 14px;
  color: #888888;
  padding: 0 20px;
  margin-bottom: 5px;
}
.office-profile .staff ul li a {
  color: #888888;
}
.office-profile .staff ul li span {
  color: #000000;
}
.office-profile .staff h1.agent-name {
  display: inline-block;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  width: 65%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
.office-profile .staff ul.agent-details {
  display: inline-block;
  float: left;
  width: 65%;
}
.office-profile .staff ul.agent-details li {
  padding: 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
.office-profile .staff .agent-pic {
  display: inline-block;
  float: left;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  width: 35%;
  height: 100%;
  -ms-behavior: url(/wp-content/themes/pros_au_member_v13/css/backgroundsize.min.htc);
}
.office-profile .staff a.emailButton {
  position: absolute;
  color: #FFFFFF;
  font-size: 14px;
  cursor: pointer;
  padding: 8px 10px;
  right:  -77px;
  bottom: 0;
  transition: all 0.14s ease-in-out;
  -webkit-transition: all 0.14s ease-in-out;
  -moz-transition: all 0.14s ease-in-out;
  -o-transition: all 0.14s ease-in-out;
  -ms-transition: all 0.14s ease-in-out;
}
.office-profile .staff a.emailButton i {
  font-size: 20px;
  margin-right: 11px;
}
.office-profile .staff a.emailButton:hover {
  right: 0;
}

/* Agent Profilet
***************************************************************************************************************/

.agent-profile .wrapper-top {
  padding-top: 60px;
}
.agent-profile .wrapper-top p img {
  width: 260px;
  height: 430px;
  margin-top: 6px;
  background-position: center top;
}
.agent-profile .wrapper-top p span {
  display: block;
  font-size: 20px;
}
.agent-profile .wrapper-top p span.inside-button {
  display: inline-block;
  float: left;
  font-size: 14px;
  margin-right: 10px;
  padding: 2px 10px;
  margin-top: 10px;
}
.agent-profile .wrapper-top p span.inside-button a,
.agent-profile .wrapper-top p span.inside-button a:hover {
  color: #FFFFFF;
}

/* Agent Profile PREMIUM
***************************************************************************************************************/

.agent-profile-premium .header.small {
  padding: 20px 0;
}
.agent-profile-premium .heroUnit {
  margin-top: 30px;
  height: 560px;
  position: relative;
}
.agent-profile-premium .heroUnit .office-pic {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  background-position: left top;
  background-repeat: no-repeat;
  z-index: 0;
}
.agent-profile-premium .heroUnit .info {
  width: 340px;
  height: 100%;
  background-color: rgba( 0, 0, 0, 0.30 );
  float: right;
  display: inline-block;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  padding: 100px 10px 0 10px;
}
.agent-profile-premium .heroUnit .info p,
.agent-profile-premium .heroUnit .info a {
  font-size: 16px;
  line-height: 1.6;
  margin: 0 0 20px 0;
  font-weight: 200;
  color: #FFFFFF;
  text-align: center;
}
.agent-profile-premium .heroUnit .info a {
  cursor: pointer;
}
.agent-profile-premium .heroUnit .info p.name {
  font-size: 32px;
  font-weight: 100;
  line-height: 1.2
}
.our-team .container.wrapper {
  padding: 30px 0 60px 0;
}
.our-team .container.wrapper .span4 {
  margin-top: 30px;
}
.our-team .header h1 {
  display: inline-block;
  float: left;
}
.our-team form.form.content-contact {
  width: 100%;
  display: inline-block;
  float: right;
  margin: 0;
}
.our-team form.form.content-contact .wrap {
  height: auto;  
  overflow: hidden;    
  margin-bottom: 0px;
}
.our-team form.form.content-contact .wrap input,
.our-team form.form.content-contact .wrap select,
.our-team form.form.content-contact .wrap textarea {
  height: auto;
  padding-top: 19px;
  padding-bottom: 19px;
  padding-left: 19px;
  padding-right: 80px;
  background-color: rgba(0,0,0,0.10);
  color: #ffffff;
  font-size: 20px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border: none;
}
.our-team form.form.content-contact .wrap i {
  opacity: 1;
  color: #ffffff;
}
.our-team form.form.content-contact .wrap select {
  padding-top: 14px;
  padding-bottom: 14px;
  padding-right: 20px;
  width: 100%;
}
.our-team form.form.content-contact .wrap textarea {
  height: 300px;
}
.our-team form.form.content-contact .wrap textarea:focus,
.our-team form.form.content-contact .wrap select:focus,
.our-team form.form.content-contact .wrap input[type="text"]:focus,
.our-team form.form.content-contact .wrap input[type="password"]:focus,
.our-team form.form.content-contact .wrap input[type="datetime"]:focus,
.our-team form.form.content-contact .wrap input[type="datetime-local"]:focus,
.our-team form.form.content-contact .wrap input[type="date"]:focus,
.our-team form.form.content-contact .wrap input[type="month"]:focus,
.our-team form.form.content-contact .wrap input[type="time"]:focus,
.our-team form.form.content-contact .wrap input[type="week"]:focus,
.our-team form.form.content-contact .wrap input[type="number"]:focus,
.our-team form.form.content-contact .wrap input[type="email"]:focus,
.our-team form.form.content-contact .wrap input[type="url"]:focus,
.our-team form.form.content-contact .wrap input[type="search"]:focus,
.our-team form.form.content-contact .wrap input[type="tel"]:focus,
.our-team form.form.content-contact .wrap input[type="color"]:focus,
.our-team form.form.content-contact .wrap .uneditable-input:focus {
  color: #ffffff;
}
.our-team form.form.content-contact .wrap input::-webkit-input-placeholder,
.our-team form.form.content-contact .wrap textarea::-webkit-input-placeholder {
  color: #ffffff;
  opacity: 1;
}
.our-team form.form.content-contact .wrap input:-moz-placeholder,
.our-team form.form.content-contact .wrap textarea:-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}
.our-team form.form.content-contact .wrap input::-moz-placeholder,
.our-team form.form.content-contact .wrap textarea::-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}
.our-team form.form.content-contact .wrap input:-ms-input-placeholder,
.our-team form.form.content-contact .wrap textarea:-ms-input-placeholder {
  color: #ffffff;
  opacity: 1;
}
.pathways h2 {
  display: inline-block;
  float: left;
  width: 65%;
  font-size: 16px;
  font-weight: 200;
  color: #000000;
  margin: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  padding: 10px;
  line-height: 1.2;
}
.pathways h2 span {
  color: #888888;
  font-size: 14px;
}
.pathways .staff a.emailButton {
  right: -89px;
}

/* OPEN TIMES / INSPECTIONS / AUCTIONS
***************************************************************************************************************/

.content-page.open-times .header {
  position: relative;
  padding: 0;
  background-color: #ebebeb !important;
  background: #ebebeb !important;
}
.content-page.open-times .header .container {
  position: relative;
  padding: 60px 0 20px 0;
}
.content-page.open-times .header h1 {
  display: inline-block;
  float: left;
}
.content-page.open-times .header ul.calendars {
  margin: 0;
  position: absolute;
  right: 0;
  bottom: -24px;
  width: auto;
}
.content-page.open-times .header ul.calendars:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 24px;
  background-color: #ffffff;
  bottom: 0;
  left: 0;
  z-index: 2;
  border-top: 1px solid #ebebeb;
}
.content-page.open-times .header ul.calendars li {
  border: 1px solid #ebebeb;
  margin-left: 20px;
  z-index: 1;
}
.content-page.open-times .header ul.calendars li:first-child {
  margin-left: 0;
}
.content-page.open-times .header ul.calendars li,
.content-page.open-times .header ul.calendars a {
  position: relative;
  display: inline-block;
  float: left;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px;
  background-color: #ffffff;
  width: 100px;
  height: 100px;
  cursor: pointer;
  overflow: hidden;
}
.content-page.open-times .header ul.calendars li p,
.content-page.open-times .header ul.calendars a p {
  margin: 0;
  text-align: center;
  line-height: 1;
  font-size: 16px;
}
.content-page.open-times .header ul.calendars li p.day,
.content-page.open-times .header ul.calendars a p.day {
  background-color: #999999;
  color: #ffffff;
  padding: 5px 0;
  border-radius: 20px 20px 0 0;
  -webkit-border-radius: 20px 20px 0 0;
  -moz-border-radius: 20px 20px 0 0;
  -o-border-radius: 20px 20px 0 0;
  -ms-border-radius: 20px 20px 0 0;
}
.content-page.open-times .header ul.calendars li p.date,
.content-page.open-times .header ul.calendars a p.date {
  font-size: 40px;
  margin: 5px 0;
  color: #000000;
}
.content-page.open-times .header ul.calendars li p.month,
.content-page.open-times .header ul.calendars a p.month {
  color: #999999;
}
.content-page.open-times .header ul.calendars li.active {
  z-index: 3;
}
.content-page.open-times .header ul.calendars li.active p.day {
  color: #ffffff;
}
.content-page.open-times .container.wrapper {
  padding: 60px 0;
}
.content-page.open-times .list:first-child {
  border-top: 1px solid rgba( 0, 0, 0, 0.10 );
}
.content-page.open-times .list {
  height: 150px;
  border-bottom: 1px solid rgba( 0, 0, 0, 0.10 );
  border-right: 1px solid rgba( 0, 0, 0, 0.10 );
  width: 100%;
  position: relative;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
}
.content-page.open-times .list:hover {
  background-color: rgba(0,0,0,0.02);
}
.content-page.open-times .list p {
  font-size: 16px;
  margin: 0;
}
.content-page.open-times .list .property-pic {
  margin: 0;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
}
.content-page.open-times .list .property-info {
  line-height: 1.6;
  margin: 20px 0 0 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.open-times .list .property-info a {
  color: #000000;
  font-size: 16px;
  margin: 0;
  line-height: 1;
}
.content-page.open-times .list .bedBathCars {
  margin: 10px 0 0 0;
}
.content-page.open-times .list .bedBathCars img {
  width: 20px;
  margin-top: -10px;
}
.content-page.open-times .list .bedBathCars img.two {
  margin-top: -14px;
}
.content-page.open-times .list .bedBathCars span {
  font-size: 16px;
  margin-right: 6px;
}
.content-page.open-times .list a.time {
  color: #000;
  border-left: 1px solid rgba( 0, 0, 0, 0.10 );
  padding: 20px 10px 0 10px;
  margin: 0;
  width: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  text-align: center;
  right: 0;
  font-size: 16px;
  line-height: 1.4;
  min-width: 160px;
}
.content-page.open-times .list a.time i {
  font-size: 32px;
  line-height: 1.4;
}
.content-page.open-times .list a.view-more {
  position: absolute;
  right: 0;
  bottom: 15px;
  z-index: 2;
  font-size: 16px;
  width: 170px;
  text-align: center;
  cursor: pointer;
}
.content-page.open-times .collapse table {
  margin: 0;
  font-size: 16px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  border-right: 1px solid rgba( 0, 0, 0, 0.10 );
  border-bottom: 1px solid rgba( 0, 0, 0, 0.10 );
  border-left: 1px solid rgba( 0, 0, 0, 0.10 );
}
.content-page.open-times .collapse table td,
.content-page.open-times .collapse table th {
  padding: 12px 8px;
}
.content-page.open-times .collapse table th {
  font-weight: 200;
}
.content-page.open-times .collapse table a {
  color: #000000;
}

/* BLOG INDEX
***************************************************************************************************************/

.blog-index .container.wrapper {
  padding: 60px 0 120px 0;
}
.blog-index ul.blog-list {
  margin: 0;
}
.blog-index ul.blog-list img.wp-post-image {
  float: left;
  padding-right: 10px;
}
.blog-index ul.blog-list li {
  display: inline-block;
  float: left;
  width: 100%;
  height: auto;
  position: relative;
  background-color: #fafafa;
  padding: 30px 110px 30px 30px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  border: 1px solid rgba(0,0,0,0.10);
  margin: 0 0 30px 0;
  opacity: 1;
  transition: all 0.12s ease-in-out;
  -webkit-transition: all 0.12s ease-in-out;
  -moz-transition: all 0.12s ease-in-out;
  -o-transition: all 0.12s ease-in-out;
  -ms-transition: all 0.12s ease-in-out;
}
.blog-index ul.blog-list li:hover {
  opacity: 0.7;
}
.blog-index ul.blog-list li h1 {
  font-size: 26px;
  font-weight: 100;
  line-height: 1.2;
  margin: 0 0 0px 0;
}
.blog-index ul.blog-list li p {
  margin: 10px 0;
}
.blog-index ul.blog-list li p.sneakPeek {
  margin: 0;
}
.blog-index ul.blog-list li span {
  margin-left: 15px;
}
.blog-index ul.blog-list li span:first-child {
  margin: 0;
}
.blog-index ul.blog-list li .goBtn {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: @color10;
  width: 80px;
}
.blog-index ul.blog-list li .goBtn i {
  font-size: 36px;
  color: #ffffff;
  width: 100%;
  left: 0px;
  text-align: center;
  position: absolute;
  top: 50%;
  margin-top: -18px;
}
.blog-index .pagination ul {
  float: right;
  margin: 0;
  box-shadow: 0 0 0 rgba(0,0,0,0);
  -moz-box-shadow: 0 0 0 rgba(0,0,0,0);
  -webkit-box-shadow: 0 0 0 rgba(0,0,0,0);
  -o-box-shadow: 0 0 0 rgba(0,0,0,0);
  -ms-box-shadow: 0 0 0 rgba(0,0,0,0);
}
.blog-index .pagination ul li a {
  font-size: 16px;
}
.blog-index .pagination ul li:first-child a {
  border-radius: 2px 0 0 2px;
  -webkit-border-radius: 2px 0 0 2px;
  -moz-border-radius: 2px 0 0 2px;
  -o-border-radius: 2px 0 0 2px;
  -ms-border-radius: 2px 0 0 2px;
}
.blog-index .pagination ul li:last-child a {
  border-radius: 0 2px 2px 0;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  -o-border-radius: 0 2px 2px 0;
  -ms-border-radius: 0 2px 2px 0;
}
.blog .container.wrapper p.desc {
  margin-top: 30px;
}
.blog .container.wrapper h1 {
  line-height: 1.2;
}
.blog .container.wrapper h2 {
  font-size: 16px;
  margin: 0;
  font-weight: 200;
  line-height: 1;
}
.blog .container.wrapper h2 span {
  margin-left: 15px;
}
.blog .container.wrapper h2 span:first-child {
  margin: 0;
}
.blog .container.wrapper h2.tags {
  font-size: 10px;
  margin: 20px 0 0 0;
}
.blog .container.wrapper h2.tags span {
  color: #ffffff;
  padding: 5px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  margin-left: 8px;
  margin-bottom: 5px;
  display: inline-block;
}
.blog .container.wrapper h2.tags span:first-child {
  /* margin-left: 0; */
}
.blog form.form.content-contact .wrap textarea {
  height: 140px;
}
.blog ul.comments {
  margin: 0;
}
.blog ul.comments li {
  display: inline-block;
  margin-top: 30px;
  float: left;
  width: 100%;
  height: auto;
  position: relative;
  background-color: #fafafa;
  border: 1px solid rgba( 0, 0, 0, 0.10 );
}
.blog ul.comments li p {
  margin-bottom: 0;
}
.blog ul.comments li .left,
.blog ul.comments li .right {
  position: relative;
  display: inline-block;
  float: left;
  padding: 30px;
  width: 25%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
.blog ul.comments li .right {
  width: 75%;
  padding-left: 80px;
  padding-right: 80px;
}
.blog ul.comments li .right i {
  position: absolute;
  top: 30px;
  left: 10px;
  font-size: 56px;
  color: #ebebeb;
}
.blog ul.comments li .right i.icon-quote-right {
  right:20px;
  left: inherit;
}
.blog ul.comments li .left p {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.blog ul.comments li p.date {
  margin: 0 0 7px 0;
  line-height: 1;
  color: #999999;
}
.blog ul.comments li:first-child {
  margin-top: 0px;
}

/* Property Page
***************************************************************************************************************/

.property-page #about,
.property-page #location,
.property-page #agent {
  height: 80px;
  background: transparent;
  margin-top: -80px;
}
.property-page .wrap {
  display: block;
}
.property-page .gallery {
  position: absolute;
  z-index: 1;
  top: 80px;
  right: 0;
  bottom: 80px;
  left: 0;
}
.property-page .gallery .swiper-container {
  width: 100%;
  height: 100%;
}
.property-page .gallery .swiper-container .property {
  width: 100%;
  height: 100%;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.property-page .gallery .swiper-container .prevButton,
.property-page .gallery .swiper-container .nextButton,
.property-page .gallery .swiper-container .playButton {
  position: absolute;
  bottom: 105px;
  right: 60px;
  color: #FFFFFF;
  font-size: 100px;
  cursor: pointer;
  opacity: 1;
  text-shadow: 0 0 5px rgba(0,0,0,0.30);
}
.property-page .gallery .swiper-container .prevButton:hover,
.property-page .gallery .swiper-container .nextButton:hover,
.property-page .gallery .swiper-container .playButton:hover {
  opacity: 0.75;
}
.property-page .gallery .swiper-container .prevButton {
  right: 120px;
}
.property-page .gallery .swiper-container .playButton {
  font-size: 60px;
  bottom: 122px;
  right: 185px;
}
.property-page .gallery .details {
  position: absolute;
  z-index: 1;
  bottom: 120px;
  left: 60px;
  width: auto;
  color: #ffffff;
  padding: 60px;
  background-color: rgba( 0, 0, 0, 0.35 );
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
}
.property-page .gallery .details h1 {
  font-size: 4.6em;
  font-weight: 100;
  text-transform: uppercase;
  margin-bottom: 10px;
  letter-spacing: 1px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 940px;
}
.property-page .gallery .details h2 {
  line-height: 1.6;
  margin-bottom: 20px;
  letter-spacing: 1px;
}
.property-page .gallery .details h2,
.property-page .gallery .details span {
  font-size: 2.2em;
  font-weight: 100;
}
.property-page .gallery .details span {
  margin: 0 10px 0 5px;
}
.property-page .gallery .details img {
  margin-top: -16px;
}
.property-page .gallery .details img.two {
  margin-top: -26px;
}
.property-page .gallery .details img.three {
  margin-top: -15px;
}
.property-page .gallery .details img.four {
  margin-top: -20px;
}
.property-page .gallery-full-screen {
  top: 0;
  bottom: 0;
}
.property-page .gallery-full-screen .details {
  bottom: 200px;
}
.property-page .gallery-full-screen .swiper-container .prevButton,
.property-page .gallery-full-screen .swiper-container .nextButton {
  bottom: 180px;
}
.property-page .content {
  position: absolute;
  margin-bottom: 1080px;
  z-index: 2;
  top: 100%;
  width: 100%;
  margin-top: -80px;
  background: #ffffff;
  height: auto;
}
.property-page .content .header {
  position: relative;
  width: 100%;
  display: block;
  padding: 60px 0;
}
.property-page .content .header h1 {
  font-size: 5em;
  line-height: 1.2;
  color: #ffffff;
  font-weight: 100;
}
.property-page .content .header.inverse {
  background-color: #ffffff
  background: none !important;
}
.property-page .content .overview .container.wrapper {
  margin-top: 60px;
  padding-bottom: 0px;
}
.property-page .content .overview .bedBathCars {
  display: inline-block;
  float: left;
}
.property-page .content .overview .bedBathCars img {
  width: 20px;
  margin-top: -10px;
}
.property-page .content .overview .bedBathCars img.two {
  margin-top: -15px;
}
.property-page .content .overview .bedBathCars span {
  margin: 0 10px 0 5px;
  font-size: 2em;
  color: #000000;
  font-weight: 200;
}
.property-page .content .overview h1 {
  font-size: 2em;
  color: #000000;
  font-weight: 200;
}
.property-page .content .overview h1.price {
  display: inline-block;
  float: right;
  text-transform: uppercase;
}
.property-page .content .overview h1.title {
  width: 100%;
  display: inline-block;
  float: left;
  padding: 30px 0;
}
.property-page .content .overview h1.title span {
  float: right;
  color: #888888;
}
.property-page .content .overview p.desc {
  font-size: 1.6em;
  color: #000000;
  margin: 0 0 30px 0;
  line-height: 1.6;
}
.property-page .content .overview a.printButton {
  color: #ffffff;
  font-size: 16px;
  padding: 8px 12px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  margin-right: 8px;
}
.property-page .content .overview a.ihomesButton {
  background-color: rgb(20,160,0);
}
.property-page .content .overview h1.heading {
  padding: 60px 0 30px 0;
}
.property-page .content .overview ul.features {
  margin: 0;
}
.property-page .content .overview ul.features li {
  font-size: 1.6em;
  margin-bottom: 5px;
  color: #000000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%; 
}
.property-page .content .overview ul.features li i {
  color: rgb( 0, 150, 0 );
}
.property-page .content .overview ul.features.links li a {
  color: #000000;
}
.property-page .content .overview ul.features.links li i {
  color: inherit;
}
.property-page .content .overview .times .span4 {
  background-color: #ebebeb;
  margin-bottom: 30px;
}
.property-page .content .overview .times h2 {
  width: 80px;
  height: 80px;
  color: #ffffff;
  font-size: 32px;
  text-align: center;
  font-weight: 600;
  display: inline-block;
  float: left;
}
.property-page .content .overview .times h2 span {
  font-size: 16px;
}
.property-page .content .overview .times p {
  display: inline-block;
  float: left;
  font-size: 16px;
  margin: 14px 0 0 14px;
  line-height: 1.6;
  color: #888888;
}
.property-page .content .container.office-agent {
  padding-bottom: 90px;
}
.property-page .content .agent .span4 {
  background-color: #ebebeb;
  position: relative;
  overflow: hidden;
  height: 210px;
  margin-bottom: 30px;
}
.property-page .content .agent h1 {
  font-size: 16px;
  color: #000000;
  line-height: 1.4;
  font-weight: 200;
  padding: 20px 20px 0 20px;
  margin-bottom: 5px;
}
.property-page .content .agent ul {
  margin: 0;
  padding-bottom: 20px;
}
.property-page .content .agent ul li {
  font-size: 14px;
  color: #888888;
  padding: 0 20px;
  margin-bottom: 5px;
}
.property-page .content .agent ul li a {
  color: #888888;
}
.property-page .content .agent ul li span {
  color: #000000;
}
.property-page .content .agent h1.agent-name {
  display: inline-block;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  width: 65%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
.property-page .content .agent ul.agent-details {
  display: inline-block;
  float: left;
  width: 65%;
}
.property-page .content .agent ul.agent-details li {
  padding: 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
.property-page .content .agent .agent-pic {
  display: inline-block;
  float: left;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  width: 35%;
  height: 100%;
}
.property-page .content .agent a.emailButton {
  position: absolute;
  color: #FFFFFF;
  font-size: 14px;
  cursor: pointer;
  padding: 8px 10px;
  right:  -77px;
  bottom: 0;
  transition: all 0.14s ease-in-out;
  -webkit-transition: all 0.14s ease-in-out;
  -moz-transition: all 0.14s ease-in-out;
  -o-transition: all 0.14s ease-in-out;
  -ms-transition: all 0.14s ease-in-out;
}
.property-page .content .agent a.emailButton i {
  font-size: 20px;
  margin-right: 11px;
}
.property-page .content .agent a.emailButton:hover {
  right: 0;
}
.property-page .content .map {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 55%;
  margin-top: 0;
  padding-bottom: 78px;
}
.property-page .content-offset {
  margin-top: 0;
}

/* Property Page 02
***************************************************************************************************************/

.property-page-02 .gallery {
  right: 33%;
}
.property-page-02 .space {
  position: absolute;
  right: 0;
  width: 33%;
  height: 50%;
  z-index: 1;
  cursor: pointer;
}
.property-page-02 .space a {
  display: inline-block;
  float: left;
  width: 100%;
  height: 100%;
}
.property-page-02 .space a .space-img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
}
.property-page-02 .space-top {
  top: 0;
  background-color: #000000;
}
.property-page-02 .space-top .space-img {
  opacity: 0.7;
  filter: alpha(opacity=50);
}
.property-page-02 .space-bottom {
  top: 50%;
}
.property-page-02 .space-details {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0px;
  right: 0;
  color: #ffffff;
  padding: 30px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  box-sizing: border-box;
}
.property-page-02 .space-details h1 {
  font-size: 3.2em;
  font-weight: 100;
  text-transform: ;
  margin-bottom: 10px;
  letter-spacing: 1px;
  max-width: 940px;
}
.property-page-02 .space-details h2 {
  line-height: 1.6;
  margin-bottom: 20px;
  letter-spacing: 1px;
}
.property-page-02 .space-details h2,
.property-page-02 .space-details span {
  font-size: 2.0em;
  font-weight: 100;
}
.property-page-02 .space-details span {
  margin: 0 10px 0 5px;
}
.property-page-02 .space-details img {
  margin-top: -16px;
}
.property-page-02 .space-details img.two {
  margin-top: -26px;
}
.property-page-02 .space-details img.three {
  margin-top: -15px;
}
.property-page-02 .space-details img.four {
  margin-top: -20px;
}

/* Property Page 03
***************************************************************************************************************/

.property-page-03 .content {
  top:  80px;
  margin-top: 0px;
}
.property-page-03 .container-slideshow {
  position: relative;
  margin-top: 60px;
  border: 1px solid rgba( 0, 0, 0, 0.10 );
}
.property-page-03 .slideshow {
  position: relative;
  display: inline-block;
  float: left;
  width: 66.66%;
  height: 0;
  padding-bottom: 49.99%;
  background: #000;
}
.property-page-03 .swiper-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.property-page-03 .swiper-container .property {
  position: relative;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
}
.property-page-03 .swiper-container a.prevButton,
.property-page-03 .swiper-container a.nextButton {
  position: absolute;
  top: 50%;
  font-size: 46px;
  color: #FFFFFF;
  text-shadow: 0 0 5px rgba( 0, 0, 0, 0.5 );
  cursor: pointer;
  z-index: 1;
  line-height:  1;
  margin-top: -20px;
}
.property-page-03 .swiper-container a.prevButton {
  left: 30px;
}
.property-page-03 .swiper-container a.nextButton {
  right: 30px;
}
.property-page-03 ul.actions {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 33.33%;
}
.property-page-03 ul.actions li {
  position: relative;
  display: inline-block;
  float: left;
  width: 50%;
  height: 33.33%;
  border-bottom: 1px solid rgba( 0, 0, 0, 0.10 );
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
.property-page-03 ul.actions li:nth-child(odd) {
  border-right: 1px solid rgba( 0, 0, 0, 0.10 );
}
.property-page-03 ul.actions li.last {
  border-bottom: none;
}
.property-page-03 ul.actions a {
  cursor: pointer;
  display: inline-block;
  float: left;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 18px;
  font-weight: 200;
  line-height: 3;
  color: rgba(0,0,0,0.30);
  transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
}
.property-page-03 ul.actions a i {
  display: inline-block;
  float: left;
  width: 100%;
  margin-top: 60px;
  font-size: 36px;
}
.property-page-03 ul.actions a:hover {
  color:  #FFFFFF;
}
.property-page-03 ul.actions a:focus {
  text-decoration:none;
}
.property-page-03 ul.actions li.star a.active i {
  color: rgb(230,200,0);
}
/* LAPTOP */
@media (min-width: 979px) and (max-width: 1200px) {
  .property-page-03 ul.actions a i {
    margin-top: 40px;
  }
}
/* TABLET */
@media (min-width: 768px) and (max-width: 979px) {
  .property-page-03 ul.actions a i {
    margin-top: 20px;
  }
}

/* Property Alerts
***************************************************************************************************************/

.property-alerts {
  text-align: center;
}
.property-alerts form.form {
  width: 460px;
  display: block;
  float: none;
  margin: 30px auto 0 auto;
  padding: 20px;
  background-color: #F1F1F1;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border: 1px solid #DDDDDD;
}
.property-alerts form.form .wrap {
  height: auto;  
  overflow: hidden;    
  margin-bottom: 10px;
}
.property-alerts form.form .wrap input,
.property-alerts form.form .wrap select,
.property-alerts form.form .wrap textarea {
  height: auto;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 19px;
  padding-right: 80px;
  background-color: #ffffff;
  color: #888888;
  font-size: 16px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border: 1px solid #DDDDDD;
}
.property-alerts form.form .wrap i {
  opacity: 0.15;
}
.property-alerts form.form .wrap select {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 20px;
  width: 100%;
}
.property-alerts form.form .wrap textarea {
  height: 300px;
}
.property-alerts form.form .wrap textarea:focus,
.property-alerts form.form .wrap select:focus,
.property-alerts form.form .wrap input[type="text"]:focus,
.property-alerts form.form .wrap input[type="password"]:focus,
.property-alerts form.form .wrap input[type="datetime"]:focus,
.property-alerts form.form .wrap input[type="datetime-local"]:focus,
.property-alerts form.form .wrap input[type="date"]:focus,
.property-alerts form.form .wrap input[type="month"]:focus,
.property-alerts form.form .wrap input[type="time"]:focus,
.property-alerts form.form .wrap input[type="week"]:focus,
.property-alerts form.form .wrap input[type="number"]:focus,
.property-alerts form.form .wrap input[type="email"]:focus,
.property-alerts form.form .wrap input[type="url"]:focus,
.property-alerts form.form .wrap input[type="search"]:focus,
.property-alerts form.form .wrap input[type="tel"]:focus,
.property-alerts form.form .wrap input[type="color"]:focus,
.property-alerts form.form .wrap .uneditable-input:focus {
  color: #888888;
}
.property-alerts form.form .wrap input::-webkit-input-placeholder,
.property-alerts form.form .wrap textarea::-webkit-input-placeholder {
  color: #888888;
  opacity: 1;
}
.property-alerts form.form .wrap input:-moz-placeholder,
.property-alerts form.form .wrap textarea:-moz-placeholder {
  color: #888888;
  opacity: 1;
}
.property-alerts form.form .wrap input::-moz-placeholder,
.property-alerts form.form .wrap textarea::-moz-placeholder {
  color: #888888;
  opacity: 1;
}
.property-alerts form.form .wrap input:-ms-input-placeholder,
.property-alerts form.form .wrap textarea:-ms-input-placeholder {
  color: #888888;
  opacity: 1;
}
.property-alerts form.form .wrap.price,
.property-alerts form.form .wrap.bedBathCars {
  width: 50%;
  display: inline-block;
  float: left;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  padding-right: 5px;
}
.property-alerts form.form .wrap.price.last,
.property-alerts form.form .wrap.bedBathCars.last {
  padding-right: 0;
  padding-left:   5px;
}
.property-alerts form.form .wrap.bedBathCars {
  width: 33.33%;
}
.property-alerts form.form p {
  display: inline-block;
  float: left;
  margin: 24px 0 0 0;
  font-size: 16px;
}
.property-alerts form.form p.error {
  font-size: 14px;
  margin-top: 28px;
}
.property-alerts form.form button {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  padding: 10px 20px;
  margin-top: 20px;
  float: right;
  display: inline-block;
  width: 120px;
}

/* Property Reports
***************************************************************************************************************/

.reports form.form .wrap input,
.reports form.form .wrap select,
.reports form.form .wrap textarea {
  border: 1px solid #DDDDDD;
}
.reports form.form .wrap textarea:focus,
.reports form.form .wrap select:focus,
.reports form.form .wrap input[type="text"]:focus,
.reports form.form .wrap input[type="password"]:focus,
.reports form.form .wrap input[type="datetime"]:focus,
.reports form.form .wrap input[type="datetime-local"]:focus,
.reports form.form .wrap input[type="date"]:focus,
.reports form.form .wrap input[type="month"]:focus,
.reports form.form .wrap input[type="time"]:focus,
.reports form.form .wrap input[type="week"]:focus,
.reports form.form .wrap input[type="number"]:focus,
.reports form.form .wrap input[type="email"]:focus,
.reports form.form .wrap input[type="url"]:focus,
.reports form.form .wrap input[type="search"]:focus,
.reports form.form .wrap input[type="tel"]:focus,
.reports form.form .wrap input[type="color"]:focus,
.reports form.form .wrap .uneditable-input:focus {
  border: 1px solid #DDDDDD;
}
.reports form.form .wrap.last {
  margin-bottom: 0;
}
.reports form.form p.error,
.reports form.form button {
  width: 100%;
  margin-top: 30px;
}
.reports-address form.form .wrap {
  width: 78%;
  display: inline-block;
  float: left;
  margin-bottom: 0;
}
.reports-address form.form button {
  width: 20%;
  margin-top: 0;
  padding: 14px 0 15px 0;
}
.reports-results .header {
  padding: 60px 0;
}
.reports-results .header .container {
  padding: 0;
}
.reports-results .header h1 {
  margin: 0;
  color: #FFFFFF;
}

/* Appraisal Form
***************************************************************************************************************/

.appraisal form.form {
  width: 560px;
}
.appraisal form.form .textarea textarea {
  height: 250px;
}
.appraisal form.form .textarea i {
  top: 20px;
  margin-top: 0;
}
.appraisal form.form button {
  width: auto;
}

/* Maintenance Form
***************************************************************************************************************/

.maintenance form.form {
  padding-top: 0;
}
.maintenance form.form h6 {
  font-size: 12px;
  text-transform: uppercase;
  text-align: left;
  margin-bottom: 10px;
  margin-top: 30px;
  font-weight: normal;
  color: #000000;
}
.maintenance form.form .wrap input {
  padding: 8px 30px 8px 8px;
}
.maintenance form.form .wrap i {
  font-size: 20px;
  right: 8px;
  margin-top: -10px;
}
.maintenance form.form .wrap select {
  padding: 3px 8px;
}
.maintenance form.form .wrap textarea {
  padding: 8px 30px 8px 8px;
  height: 120px;
}
.maintenance form.form select i {
  right: 14px;
}
.maintenance form.form p.little-message {
  font-size: 12px;
  margin-top: 10px;
  margin-bottom: 10px;
}

/* Finance Calculator
***************************************************************************************************************/

.finance {
  text-align: center;
}
.finance .calculator {
  display: block;
  float: none;
  margin: 30px auto 0 auto;
  width: 720px;
  background-color: #DDDDDD;
  height: auto;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
}
.finance .col {
  position: relative;
  display: inline-block;
  float: left;
  width: 50%;
  height: 100%;
  border-radius: 4px 0 0 4px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  -o-border-radius: 4px 0 0 4px;
  -ms-border-radius: 4px 0 0 4px;
}
.finance .col.left {
  background-color: #F1F1F1;
  z-index: 1;
  width: 50%;
}
.finance .col.left:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 40px;
  right: -40px;
  background-image: url(../img/arrow-right.png);
  background-repeat: no-repeat;
  background-size: 40px 100%;
  -webkit-background-size: 40px 100%;
  -moz-background-size: 40px 100%;
  -o-background-size: 40px 100%;
  -ms-background-size: 40px 100%;
}
.finance form.form {
  width: 100%;
  display: inline-block;
  float: left;
  margin: 0;
  padding: 20px 30px 30px 30px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
.finance form.form p,
.finance form.form label {
  text-align: left;
  font-size: 14px;
}
.finance form.form p input,
.finance form.form label input {
  margin-top: -4px;
} 
.finance form.form p {
  margin: 10px 0 0 0;
}
.finance form.form label {
  margin-bottom: 0;
  margin-top: 5px;
}
.finance form.form .wrap {
  height: auto;  
  overflow: hidden;    
  margin-bottom: 10px;
}
.finance form.form .wrap input,
.finance form.form .wrap select,
.finance form.form .wrap textarea {
  height: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 80px;
  background-color: #ffffff;
  color: #888888;
  font-size: 14px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border: 1px solid #DDDDDD;
}
.finance form.form .wrap i {
  opacity: 0.15;
  font-size: 18px;
  right: 10px;
  top:  22px;
}
.finance form.form .wrap select {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-right: 10px;
  width: 100%;
}
.finance form.form .wrap textarea {
  height: 300px;
}
.finance form.form .wrap textarea:focus,
.finance form.form .wrap select:focus,
.finance form.form .wrap input[type="text"]:focus,
.finance form.form .wrap input[type="password"]:focus,
.finance form.form .wrap input[type="datetime"]:focus,
.finance form.form .wrap input[type="datetime-local"]:focus,
.finance form.form .wrap input[type="date"]:focus,
.finance form.form .wrap input[type="month"]:focus,
.finance form.form .wrap input[type="time"]:focus,
.finance form.form .wrap input[type="week"]:focus,
.finance form.form .wrap input[type="number"]:focus,
.finance form.form .wrap input[type="email"]:focus,
.finance form.form .wrap input[type="url"]:focus,
.finance form.form .wrap input[type="search"]:focus,
.finance form.form .wrap input[type="tel"]:focus,
.finance form.form .wrap input[type="color"]:focus,
.finance form.form .wrap .uneditable-input:focus {
  color: #888888;
}
.finance form.form .wrap input::-webkit-input-placeholder,
.finance form.form .wrap textarea::-webkit-input-placeholder {
  color: #888888;
  opacity: 1;
}
.finance form.form .wrap input:-moz-placeholder,
.finance form.form .wrap textarea:-moz-placeholder {
  color: #888888;
  opacity: 1;
}
.finance form.form .wrap input::-moz-placeholder,
.finance form.form .wrap textarea::-moz-placeholder {
  color: #888888;
  opacity: 1;
}
.finance form.form .wrap input:-ms-input-placeholder,
.finance form.form .wrap textarea:-ms-input-placeholder {
  color: #888888;
  opacity: 1;
}
.finance form.form button {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  padding: 5px 10px;
  margin-top: 20px;
  float: left;
  display: inline-block;
  width: 120px;
  font-size: 14px;
}
.finance .col.right {
  width: 50%;
}
.finance .col.right form.form {
  padding-left: 90px;
  padding-right: 30px;
}
.finance .col.right form.form .wrap input {
  background-color: #F1F1F1;
}
.finance p.notes {
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.4;
}
.finance p.notes strong {
  margin-bottom: 10px;
}
.finance .container.wrapper {
  padding-bottom: 0px;
}
.finance .container.bottom {
  padding-bottom: 160px;
}

/* Page Empty
***************************************************************************************************************/

.page-empty {
  position: absolute;
  top: 80px;
  right: 0;
  bottom: 80px;
  left: 0;
  background-color: #ffffff;
  text-align: center;
}
.page-empty .container {
  margin-top: 120px;
}
.page-empty i.icon-big {
  font-size: 100px;
  color: rgba( 0, 0, 0, 0.10 );
}
.page-empty h1 {
  font-weight: 100;
  font-size: 60px;
  line-height: 1;
  color: #888888;
  margin: 30px 0 20px 0;
}
.page-empty p {
  font-size: 18px;
  color: #888888;
  line-height: 1.4;
}
.page-empty .btnBrand {
  padding: 15px 20px;
  font-size: 18px;
  margin-top: 20px;
}

/* Responsive Design
***************************************************************************************************************/

/* DESKTOP */
@media (min-width: 1200px) {

}
/* LAPTOP */
@media (min-width: 979px) and (max-width: 1200px) {
  .navBar ul li a {
    margin: 0 6px; 
    font-size: 12px;
  }
  .homepage .hero .hero-container ul.autosuggest {
    max-height: 162px;
  }
  .homepage .hero .hero-container ul.autosuggest li {
    padding: 10px 0;
  }
  /* FOOTNAVBAR
  **********************************/
  .footNavBar ul.social-media li a {
    padding: 22px 5px;
  }
  .footNavBar-results ul.views li a {
    padding: 27px 15px;
  }
  .footNavBar-results ul.views li form.form select {
    font-size: 16px;
    height: 80px;
    padding-left: 10px;
    background: transparent;
    color: #ffffff;
  }
  @-moz-document url-prefix() .footNavBar-results ul.views li form.form .wrap {
    width: 180px;
  }
  @-moz-document url-prefix() .footNavBar-results ul.views li form.form .wrap select {
    width: 300px;
  }
  /* RESULTS MAP
  **********************************/
  .results-map {
    right: 380px;
  }
  .results-map .listings {
    right: -100px;
  }
  .results-map .listings .property {
    display: none;
    visibility: hidden;
  }
  /* PROPERTY PAGE
  **********************************/
  .property-page .gallery .swiper-container .prevButton,
  .property-page .gallery .swiper-container .nextButton {
    bottom: 42px; 
    right: 30px; 
  }
  .property-page .gallery .swiper-container .prevButton {
    right: 80px;
  }
  .property-page .gallery .swiper-container .playButton {
    right:  130px;
    bottom: 60px;
  }
  .property-page .gallery .details {
    left: 30px;
    bottom: 60px;
    padding: 32px;
  }
  .property-page .gallery .details h1 {
    font-size: 30px;
    letter-spacing: normal;
    max-width: 720px;
  }
  .property-page .gallery .details h2 {
    margin-bottom: 10px;
  }
  .property-page .gallery .details h2,
  .property-page .gallery .details span {
    font-size: 18px;
    letter-spacing: normal;
  }
  .property-page .gallery .details .bedBathCars img {
    width: 20px;
    margin-top: -12px;
  }
  .property-page .gallery .details .bedBathCars img.two {
    margin-top: -18px;
  }
  .property-page .gallery .details .bedBathCars img.three {
    margin-top: -14px;
  }
  .property-page .content .header h1 {
    font-size: 32px;
  }
  .property-page-02 .space-details {
    padding: 30px;
  }
  .property-page-02 .space-details h1 {
    font-size: 22px;
  }
  .property-page-02 .space-details h2 {
    font-size: 16px;
  }
  .property-page-02 .space-details .bedBathCars img {
    width: 20px;
    margin-top: -12px;
  }
  /* SAVE SEARCH FORM
  *************************************************/
  .saveSearchForm form.form {
    left: 10px;
    right: inherit;
  }
  .saveSearchForm form.form:after {
    margin-right: 20px;
  }
  /* SHARE BOX 
  *************************************************/
  .share-box-facebook {
    right: 400px;
  }
  .share-box-twitter {
    right: 350px;
  }
  .share-box-pinterest {
    right: 300px;
  }
  .share-box-google {
    right: 250px;
  }
  /* AGENCY INFO MODAl 
  **************************************************/
  .agencyInfo:after {
    margin-left: 54px;
  }
  .section.rss ul {
    padding: 10px 20px;
  }
  .section.rss ul h2 {
    padding-bottom: 0;
  }
  .section.rss ul li {
    padding: 10px 0;
  }
  .content-page.testimonials ul.comments li .left {
    padding-bottom: 127px;
  }
}
/* TABLET */
@media (min-width: 768px) and (max-width: 979px) {
  .navBar {
    padding: 0 0 0 10px;
  }
  .navBar a.logo {
    height: 36px;
    margin: 20px 0 0 0;
  }
  .navBar a.logo h1 {
    font-size: 1.2em;
    padding: 0 0 0 10px;
    margin: 6px 0 0 10px;
  }
  .navBar ul {
    display: inline-block;
    float: right;
    margin: 0;
  }
  .navBar ul li {
    display: inline-block;
    float: left;
  }
  .navBar ul li a {
    font-size: 1em;
    margin: 0 6px;
    padding: 27px 0px 38px 0px;
  }
  .navBar ul li a.last {
    margin-right: 20px;
  }
  .navBar a.logo span {
    margin: 0 0 0 15px;
    padding: 0 0 0 15px;
}
  /* FOOTNAVBAR
  **********************************/
  .footNavBar ul.social-media li a {
    padding: 22px 5px;
  }
  .footNavBar-results ul.views li a {
    padding: 27px 10px;
  }
  .footNavBar-results ul.views li form.form select {
    font-size: 16px;
    height: 80px;
    padding-left: 5px;
    background: transparent;
    color: #ffffff;
  }
  @-moz-document url-prefix() .footNavBar-results ul.views li form.form .wrap {
    width: 180px;
  }
  @-moz-document url-prefix() .footNavBar-results ul.views li form.form .wrap select {
    width: 300px;
  }
  .footNavBar-property-page ul.actions li p {
    font-size: 10px;
  }
  .footNavBar-property-page ul.actions li i {
    font-size: 26px;
    line-height: 2.2;
  }
  /* HOMEPAGE
  **********************************/
  .homepage .hero {
    width: 100%;
    height: 60%;
  }
  .homepage .hero .hero-img {
    bottom: 0px;
  }
  .homepage .hero .hero-container {
    bottom: 30px;
    left: 20px;
    right: 20px;
  }
  .homepage .hero .hero-container ul.autosuggest {
    bottom: 160px;
    max-height: 162px;
  }
  .homepage .hero .hero-container ul.autosuggest li {
    padding: 10px 0;
  }
  .homepage .hero .hero-container span.arrowDown {
    bottom: 146px;
  }
  .homepage .hero .hero-container form.form {
    margin: 30px 0;
  }
  .homepage .section {
    width: 50%;
    height: 40%;
  }
  .homepage .section.bottom .section-img,
  .homepage .section.top .section-img {
    top: 0px;
    bottom: 80px;
  }
  .homepage .section.bottom .section-footer,
  .homepage .section.top .section-footer {
    bottom: 80px;
  }
  .homepage .section.bottom .section-footer h1,
  .homepage .section.top .section-footer h1 {
    font-size: 12px;
  }
  .homepage .section.bottom .swiper-container .inner-relative .section-footer,
  .homepage .section.top .swiper-container .inner-relative .section-footer {
    bottom: 80px;
  }
  .homepage .section.bottom .swiper-container .inner-relative .section-footer h1 a,
  .homepage .section.top .swiper-container .inner-relative .section-footer h1 a {
    font-size: 12px;
  }
  .homepage .section.bottom .swiper-container h2,
  .homepage .section.top .swiper-container h2 {
    bottom: 160px;
  }
  .homepage .section.bottom .swiper-container .prevButton,
  .homepage .section.top .swiper-container .prevButton,
  .homepage .section.bottom .swiper-container .nextButton,
  .homepage .section.top .swiper-container .nextButton {
    bottom: 94px;
  }
  /* RESULT PAGE GRID VIEW
  **********************************/
  .results-grid ul li {
    width: 33.33%;
    height: 33.33%;
  }
  .results-grid ul li .inner .property-info {
    height: 60px;
  }
  .results-grid ul li .inner .property-info h1 {
    font-size: 12px;
    margin-top: 4px;
    line-height: 1.5;
    margin-left: 10px;
  }
  .results-grid ul li .inner .property-info a.star {
    right: 10px;
    top: 4px
  }
  .results-grid ul li .inner .property-info p.little-banner {
    top: -30px;
    right: 10px;
    font-size: 12px;
  }
  .results-grid ul li .inner .property-info .bedBathCars {
    bottom: 0px;
    font-size: 12px;
    left: 10px;
  }
  .results-grid ul li .inner .property-info .bedBathCars img {
    width: 10px;
  }
  .prevButton, .nextButton {
    visibility: hidden;
  }
  /* RESULT PAGE MAP VIEW
  **********************************/
  .results-map {
    right: 380px;
  }
  .results-map .listings {
    right: -100px;
  }
  .results-map .listings .property {
    display: none;
    visibility: hidden;
  }
  /* PROPERTY PAGE
  **********************************/
  .property-page .gallery .swiper-container .prevButton,
  .property-page .gallery .swiper-container .nextButton {
    bottom: 42px;  
    visibility: visible;
    right: 20px;
  }
  .property-page .gallery .swiper-container .prevButton {
    right: 70px
  }
  .property-page .gallery .swiper-container .playButton {
    right:  130px;
    bottom: 60px;
  }
  .property-page .gallery .details {
    left: 20px;
    bottom: 60px;
    padding: 32px;
  }
  .property-page .gallery .details h1 {
    font-size: 30px;
    letter-spacing: normal;
    max-width: 500px;
  }
  .property-page .gallery .details h2 {
    margin-bottom: 10px;
  }
  .property-page .gallery .details h2,
  .property-page .gallery .details span {
    font-size: 18px;
    letter-spacing: normal;
  }
  .property-page .gallery .details .bedBathCars img {
    width: 20px;
    margin-top: -12px;
  }
  .property-page .gallery .details .bedBathCars img.two {
    margin-top: -18px;
  }
  .property-page .gallery .details .bedBathCars img.three {
    margin-top: -14px;
  }
  .property-page .content .header h1 {
    font-size: 32px;
  }
  .office-profile .office-title h1 {
    font-size: 32px;
  }
  .property-page-02 .gallery {
    right: 0;
    bottom: 33%;
  }
  .property-page-02 .space {
    top: 67%;
    height: 33%;
    width: 50%;
  }
  .property-page-02 .space-top {
    left: 0;
    right: inherit;
  }
  .property-page-02 .space-bottom {
    right: 0;
    left: inherit;
  }
  .property-page-02 .space-details {
    padding: 30px;
    padding-bottom: 110px;
  }
  .property-page-02 .space-details h1 {
    font-size: 20px;
    font-weight: 200 !important;
  }
  .property-page-02 .space-details h2 {
    font-size: 16px;
    font-weight: 200 !important;
  }
  .property-page-02 .space-details .bedBathCars img {
    width: 20px;
    margin-top: -12px;
  }
  /* OPEN TIMES
  ************************************************/
  .open-times .header .container {
    padding-top: 90px;
  }
  .open-times .header h1 {
    visibility: hidden;
    opacity: 0;
    display: none;
  }
  /* SAVE SEARCH FORM
  *************************************************/
  .saveSearchForm form.form {
    left: 10px;
    right: inherit;
  }
  .saveSearchForm form.form:after {
    margin-right: 50px;
  }
  /* SHARE BOX 
  *************************************************/
  .share-box-facebook {
    right: 400px;
  }
  .share-box-twitter {
    right: 350px;
  }
  .share-box-pinterest {
    right: 300px;
  }
  .share-box-google {
    right: 250px;
  }
  /* AGENCY INFO MODAl 
  **************************************************/
  .agencyInfo:after {
    margin-left: 60px;
  }
  .section.rss ul li {
    padding: 10px 0;
  }
  .section.bottom.rss ul,
  .section.top.rss ul {
    bottom: 130px;
  }
}
/* MOBILE */
@media (max-width: 767px) {

}

/* Slideshow Template Styles
***************************************************************************************************************/

.slideshow .gallery {
  height: 100% !important;
}
.slideshow .content {
  margin-bottom:0!important;
  margin-top:0!important;
}
.slideshow .content.office-agent {
  position: unset;
  background-color: #EBEBEB
}
.slideshow .space-bottom {
  background-color: #EBEBEB;
}
.slideshow .agent.row {
  height:100%;
  width:100%;
}
.slideshow .content .agent .span4 {
  width:100%;
  margin-bottom: 0;
}
.slideshow .agent a {
  width:auto!important;
}
.slideshow .content .agent h1 {
  font-size: 25px;
}
.slideshow .content .agent h1.agent-name {
  font-size: 25px;
}
.slideshow .content .agent .agent-pic {
  width: 150px !important;
  height: 200px;
  background-size: 100% auto;
}
.slideshow .content .agent-details li a {
  float: none;
}
.slideshow .content .agent ul.agent-deails li {
  font-size: 20px;
}
.slideshow .content .agent ul.agent-contact li {
  display: inline;
  font-size: 20px;
}
.slideshow .content .agent .agent-contact li a {
  float: none;
}

/* Slideshow Responsive Styles
***************************************************************************************************************/

@media (max-width: 768px) and (min-width: 768px) {
  .slideshow .content .agent h1.agent-name {
    font-size: 20px !important;
    width: 65%;
  }
  .slideshow .content .agent ul.agent-details {
    width: 65%;
  }
  .slideshow .content .agent ul li {
    font-size: 14px !important;
  }
  .slideshow .content .agent h1 {
    font-size: 20px !important;
  }
  .slideshow .content .agent ul.agent-contact li {
    display: inherit !important;
    font-size: 14px !important;
  }
  .slideshow .content .agent .agent-pic {
    width: 125px !important;
    height: 175px;
  }
}
@media (max-width: 1366px) and (min-width: 1366px) {
  .slideshow .content .agent h1.agent-name {
    font-size: 20px !important;
    width: 65%;
  }
  .slideshow .content .agent ul.agent-details {
    width: 65%;
  }
  .slideshow .content .agent ul li {
    font-size: 14px !important;
  }
  .slideshow .content .agent h1 {
    font-size: 20px !important;
  }
  .slideshow .content .agent ul.agent-contact li {
    font-size: 14px !important;
  }
}
@media (max-width: 1080px) and (min-width: 1080px) {
  .slideshow .gallery {
    right: 0;
    bottom: 33%;
  }
  .slideshow .space-top {
    left: 0;
    right: inherit;
  }
  .slideshow .space {
    top: 67%;
    height: 33%;
    width: 50%;
  }
  .slideshow .space-bottom {
    right: 0;
    left: inherit;
  }
  .slideshow .content .agent .span4 {
    overflow: visible;
  }
  .slideshow .content .agent ul.agent-contact li {
    display: list-item !important;
  }
  .slideshow li {
    line-height: 32px !important;
  }
}
