/*@charset "utf-8";*/
@font-face {
     font-family: Delius-Regular;
     src: url('../fonts/Delius-Regular.ttf'); 
}
body {
	/*font-family: 'Delius-Regular';*/
	font-size: 0.9em;
	letter-spacing:1px;
	/*background-image: url("../img/entrybg3.png");*/
	color:#000;
    /*background-color: #DEE4EE;*/
    overflow-x:hidden;
}
@media screen and (max-width:740px) {
    body {
		font-size: 1.1em;
		line-height: 1.5em
    }
h1 {
	text-align:center;
}
.spam {
text-align: center;
}
}
.clear {
    clear:both;
}
.spacer {
    display: block;
    height: 10px;
    max-height: 10px;
    min-height: 10px;
}
h1 {
    font-size:1.8em;
    font-family:Arial,sans-serif;

}
h2 { 
/*font-size:1.4em;*/
font-family:Arial,sans-serif;
/*font-size: 18px;*/
/*line-height: 8px;*/
font-size:16px;
margin:0px;
}
h3 {
    font-size:1.1em;
    line-height:24px;
    font-family:Arial,sans-serif;
}
#top-line {
    background-color: #191919;
    border-bottom: 2px solid #D1D1D1;
    display: block;
    height: 5px;
    max-height: 5px;
    min-height: 5px;
    width: 100%;
}
.container-fluid {
    margin:0 auto;
    padding:0 20px 10px;
	background:0;
	border:0;
	max-width:1000px;
}
@media screen and (max-width:767px) {
    .container-fluid {
        padding-left:0;
        padding-right:0;
        border:0;
    }
}
#header {
    display: block;
    padding-bottom: 0;
    position: relative;
}
.header-telephone {
    float:right;
    clear:both;
    min-width:100px;
}
#header .logo {
    float: left;
    margin: 8px 15px;
	background-position: center;
}
#header .logo img {
     width:100%;
}
#header .dynamic-logo {
    color: #111111;
    display: block;
    font-size: 36px;
    padding: 30px 0 0;
}
#header .dynamic-logo a {
    color:#111;
}
#header .navbar {
    margin-bottom:5px;
}
.navbar-inner {
    background:#fff;
	/*background: linear-gradient(#b1bed8, #ffffff, #ffffff, #b1bed8);*/
    box-shadow:none;
    /*border-radius:5px;*/
    /*border:1px solid #ccc;*/
    border:0px; /*replaces above style*/

    filter:none;
}
.navbar .nav > li > a {
	text-shadow:none;
}
#breadcrumbs {
    display:block;
}
/** property Results **/
.result {
	border-bottom:1px solid #764099;
    padding-bottom:10px;
    margin-bottom:10px;
}
.property-image img {
    width:100%;
}
.property-name h1{
    font-size:1.3em;
    line-height:1.2em;
}
.property-ref {
/*    font-size:1.3em;*/
    line-height:1.2em;
     padding-top: 10px;
}
.sellprice {
    font-size: 1.2em;
    color: purple;
}
@media screen and (max-width:767px) {
    .enquiry-buttons {
        width:100%;
    }
    .enquiry-button {
        margin:1%;
        width: 48%;
        float:left;
    }
    .enquiry-buttons a {
        width:99%;
        padding:4px 0;
        margin:0;
    }
}
@media screen and (max-width:480px) {
    .enquiry-button {
	width:100%;}
    .details-title h1 {
  margin: 0;
  text-align: center;}
  .h1 {
  font-size: 1.8em;
  font-family: Arial,sans-serif;
  text-align: center;}
  .reevoo {
  text-align:center;}
}
@media (max-width:767px){
	.enquiry-button {
		margin: 1%;
		width: 48%!important;
	}
	.enquiry-buttons a {
		width: 101%!important;
	}
	.finance-button {
		margin: 2%;
		width: 97%!important;
	}
}
.enquiry-buttons {
    float:right;
    width:100%;
}
.enquiry-button {
	margin:1%;
	width: 29%!important;
	float:right;
}
.enquiry-buttons a {
    float:right;
    width: 120px!important;
}
.details-title h1 {
    margin:0;
}
.property-image {
    position:relative;
    margin:10px 0 0 0;
}
.image-thumbnail {
    position:relative;
    margin:10px 0 0 0;
	border:2px solid #fff;
}
.image-thumbnail img {
    width:100%;
}
.property-info ul {
    margin:0;
}
.property-info li {
    margin:4% 0 0 0;
    list-style:none;
    padding:3.5%;
    background:#efefef;
    font-size:15px;
}
@media screen and (max-width:767px) {
    .property-info li {
        width:46%;
        float:left;
        margin:1%;
        padding:1%;
    }
}
@media screen and (max-width:480px) {
    .property-info li {
        width:94%;
        float:left;
        margin:1%;
        padding:2%;
    }
}
/** property Details TABS **/
#tabs h4 {
    font-size:1.2em;
}
div.tab {
    background:#EFEFEF;
    padding:10px 5%;
    width:90%;
    overflow:hidden;
}
/** forms **/
/* 1 custom checkbox */
.container {
    display: block;
    position: relative;
    padding-left: 35px;
	padding-top:6px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
/* 2 Hide the browser's default checkbox */
.container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
/* 3 Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #fff;
	border: solid 1px #ccc;
	border-radius:5px;
}
/* 4 On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
    background-color: #fff;
}
/* 5 When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
    background-color: purple;
}
/* 6 Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
/* 7 Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
    display: block;
}
/* 8 Style the checkmark/indicator */
.container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
/* end custom checkbox */
input,
textarea,
.uneditable-input {
  width: 90%;
}
.hint {
    font-size:0.8em;
    font-style:italic;
    margin-top:-14px;
	margin-bottom:8px;
	line-height:1.2em;
}
.hint2 {
    font-size:0.8em;
    font-style:italic;
	margin-bottom:8px;
	line-height:1.2em;
}
label {
    font-weight:bold;
}
.back-buttons .back-button {
    float:left;
    width:50%;
}
/*** responsive hide icon bar and show menu ***/
.navbar .btn-navbar {
    color:#000;
	outline:0;
}
.navbar .btn-navbar:after {
    content:url(../img/menubars3.png);
	outline:0;
}
.navbar .btn-navbar .icon-bar {
display: none;
}
/***  end responsive hide icon bar and show menu ***/
.result-reserve a {
	background: #F07E2C;
}
/* end zp1.css section */
.new {
	position:absolute;
	top:0px;
	left: 0px;
	height: 58px;
	width: 110px;
	background-image: url(../img/ovl_newr.png)
}
.offr {
	position:absolute;
	top:0px;
	left: 0px;
	height: 58px;
	width: 110px;
	background-image: url(../img/ovl_offr.png)
}
.robotic {
	display: none;
}
.imgadd {
	position:relative;
	top:50%;
	left:50%;
	transform:translate(-50%, 0%);
}
.reevoo {
	border-bottom:solid 1px grey;
	padding-bottom:5px;
	font-size:1.2em;
}
.mailform {
	padding:10px 0px 0px 10px;
}
.back-btn {
	background: #764099;
	color:#fff;
	max-width: 100px;
	margin-top:0px;
}
.btn:hover {
  background-color: #87932f;
  color: #fff;
}
.table {
	display: table;   /* Allow the centering to work */
	margin: 0 auto;
width: auto;
}
.icod {
    width:24px !important;
}
a {
	color:#000;
	text-decoration: none !important;
}
a:hover {
color: #7E21A8;
/*font-weight: bold;*/
}
/*h2 {
	font-size:16px;
	margin:0px;
}*/
a#menu-pay {
	cursor: default;
}
#main {
	/*background:#dee4ee;*/
	/*padding:10px;*/
	box-sizing:border-box;
	/*border:solid 1px #ccc;*/
	/*border-radius:10px;*/
}
#header .logo img {
	max-width:630px;
}
@media (max-width:1030px) {
    #header .logo img {
        max-width:580px;
    }
}
.header-title {
	float:right;
	color:#764099;
	text-transform: uppercase;
	font-size:23px;
	margin-top:72px;
	margin-right:10px;
	/*text-align: left;
	line-height: 20px;*/
    width:320px;
	text-align:center;
}
#header .navbar {
	background: #373735; /* Old browsers */
	background: -moz-linear-gradient(top,  #373735 0%, #1d1d1b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#373735), color-stop(100%,#1d1d1b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #373735 0%,#1d1d1b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #373735 0%,#1d1d1b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #373735 0%,#1d1d1b 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #373735 0%,#1d1d1b 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#373735', endColorstr='#1d1d1b',GradientType=0 ); /* IE6-9 */
	margin-bottom:0;
}
.navbar .nav > li > a {
	color:#000;
	text-transform: uppercase;
	padding:14px 21px 14px 24px;
	font-size:12px;
	background:url(nav.png) center left no-repeat;
	
}
.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus, .navbar .nav > li > a:hover, .navbar .nav > li > a:focus {
	background:url(nav-hover.png) center left no-repeat;
	color:#879327;
	box-shadow:none;
}
/** Drop Downs **/
.navbar .nav > li li {
    display:none;
    width: 100%;
    height:40px;
    margin:0;
    padding:0;
    border:0;
    /*background:#dee4ee;*/
}
.navbar .nav > li:hover li {
    display: block;
}
.navbar .nav .navigation ul > li > ul {
    position: absolute;
}
.navbar .nav .navigation ul > li > ul > li {
    position:relative;
}
.navbar .nav li ul li a {
    display:block;
    width: auto;
    height:18px;
    padding:11px 10px 15px;
    text-shadow:none;
    border-radius:0;
    color:#000;
    text-decoration: none;
	background: #fff;
}
.navbar .nav li ul li:hover a {
    background: #764099;
	color:#fff;
}
.navbar .nav > li:hover > ul {
    position: absolute;
    z-index: 1000;
    margin-left:0;
    box-shadow:10px 10px 23px 5px rgba(0,0,0,0.3);
}
@media screen and (max-width:640px){
    #main{
    display:flex;
    flex-flow: column;
 }
	#a{order:2;}
	#b{order:1;}
}
.leftcol {
	display: block;
	margin: 0 auto;
	text-align: center;
	margin-top:10px;
	position:sticky;
	top: 0;
}
.listend {
color:#764099;
padding:10px;
border:solid 1px #764099;
font-weight:bold;
text-align:center;
}
@media(max-width:980px){
.navbar .nav > li:hover > ul {
    position: relative;
}
}
.mail-panel {
	background:#fff;
	padding:5px 0px 5px 10px;
	border:1px solid #ccc;
	/*border-radius: 10px;*/
	margin-bottom:12px;
	/*box-shadow: 0 0 4px rgba(0,0,0,0.25);*/
}
.news-listing-home {
	min-height: 580px;
	margin-top: 10px;
}
.search-form {
	padding:5px;
	border:1px solid #ccc;
	border-radius: 10px;
	margin-bottom:5px;
	/*margin-top: -20px;*/
}
.search-formindex {
	padding:5px;
	border:1px solid #ccc;
	border-radius: 10px;
	/*margin-bottom:5px;*/
	margin-top: -20px;
}

.search-form form {
	margin:0;
}
.search-form h4, .search-box h4 {
	color:#000;
	margin-top:5px;
}
.search-form select {
	width:100%;
	background:#373735;
	border:0;
	color:#fff;
}
.search-form #submit {
	border:0;
	background:0;
}
.search-form #form-pricemin {
	display:none;
}
.carousel-control {
font-size:30px;
border-radius:5px;
border:0;
top:initial;
height:30px;
bottom:120px;
}
.carousel {
margin-bottom: 0px !important;
}
.srchbtn {
	padding:0px 0px 10px 0px;
	border:0;
	background:0;
}
.search-box {
	background:#898989;
    padding:10px;
    box-sizing:border-box;
    border-bottom:4px solid #87932F;
    float:left;
    margin-bottom:10px;
}
.slider-wrapper {
	background:#764099;
	padding:18px;
	border-radius: 5px;
}
.slider-wrapper h4 {
	font-size:24px;
	margin-top:0;
	line-height:28px;
	color:#fff;
}
div.slider.left {
    height:auto;
}
div.slider.left div div {
    height:auto;
    width:258px;
    padding:0;
    margin-right:20px;
}
div.slider.left img {
    height:165px;
    margin-bottom:10px;
}

.breadcrumbs li {
  list-style: none;
  /*margin: 0;*/
  /*padding: 0;*/
  display: block;
  float: left;
  font-family: Helvetica Neue,sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 30px;
  color: #000;
  margin-top: -20px;

}
.breadcrumbs li a {
  padding: 0 30px 0 0px;
  color: #764099;;
  text-decoration: none;
  height: 20px;
  position: relative;
  perspective: 700px;
}
.breadcrumbs li a:after {
  content: '';
  width: 6px;
  height: 6px;
  border-color: #333;
  border-style: solid;
  border-width: 1px 1px 0 0;
  
  -webkit-backface-visibility: hidden;
  outline: 1px solid transparent;
  
  position: absolute;
  right: 20px;
  top:3px;
  -webkit-transition: all .15s ease;
     -moz-transition: all .15s ease;
      -ms-transition: all .15s ease;
          transition: all .15s ease;
  -webkit-transform: rotateZ(45deg) skew(10deg, 10deg);
     -moz-transform: rotateZ(45deg) skew(10deg, 10deg);
      -ms-transform: rotateZ(45deg) skew(10deg, 10deg);
          transform: rotateZ(45deg) skew(10deg, 10deg);
}
.breadcrumbs li a:hover:after {
  right: 15px;
  -webkit-transform: rotateZ(45deg) skew(-10deg, -10deg);
     -moz-transform: rotateZ(45deg) skew(-10deg, -10deg);
      -ms-transform: rotateZ(45deg) skew(-10deg, -10deg);
          transform: rotateZ(45deg) skew(-10deg, -10deg);
}
/*end breadcumbs*/
/* Showroom */
.pagination {
	margin:0;
	color:#000;
}
.pagination a {
	color:#000;
}
/*pagination dup bootstrap*/
.pagination ul > li > a,
.pagination ul > li > span {
  float: left;
  padding: 4px 12px;
  line-height: 20px;
  text-decoration: none;
  /*background-color: #dee4ee;*/
  border: 0;
  border-left-width: 0;
}
.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span {
  background-color: #764099;
  color: #fff;
}
/*end bootstrap pagination*/
.property-name a {
	color:#fff;
	font-size:18px;
}
.disclosure {
	font-size: 0.8em;
	padding:4px;
	margin: 2px;
    border-style: solid;
    border-width: 1px 0px 1px 0px;
	border-color: #fff;
}
/*.property-price {
	font-size: 24px;
	width: 100%;
	background: #764099;
	text-align: center;
	padding: 15px 0 15px 0;
	margin-bottom: 10px;
	font-weight:bolder;
	color: #fff;
	border-radius: 5px;
}*/
.property-price {
font-size: 20px;
background: #e8e8e8;
text-align: center;
padding: 10px 0 10px 0;
margin-bottom: 10px;
font-weight: bolder;
color: #4e4d4f;
/*border-radius: 5px;*/
/*box-shadow: 0 0 4px rgba(0,0,0,0.25);*/
border: 1px solid #ccc;
}

.property-price .sold {
color:#ec0000;
}
.finance-button {
	margin: 2%;
	width: 29%!important;
}
.finance-button a {
	background-color: #F07E2C;
}
.btn-primary {
	background:#764099;
}
.btn-primary:hover, .btn-primary:focus {
	background:#87932f;
}
.btn-page {
	background:#dddbdb;
	margin-right:15px;
}
.btn-page:hover, .btn-primary:focus {
	background:#868684;
}
.btn-page-dead {
	padding: 5px 12px;
	margin-right:15px;
border-left: solid 1px grey;
border-right: solid 1px grey;
border-radius:5px;
margin-top:2px;
	}
.property-info {
	padding-top:10px;
	position:sticky;
	top: 0;
}
.property-info li {
	background:#D2D2D2;
	color:#000;
	margin-top:0;
	margin-bottom:10px;
	padding:8px;
}
.promo{
	box-sizing: border-box;
	background: #764099;
	padding: 10px;
	text-align: center;
	color: #fff;
	width: 100%;
	font-size: 18px;
	min-height:60px;
	display:flex;
	align-items:center;
	justify-content:center;
}
div .tab {
	background:#898989;
}
fieldset > div {
    background:#373735;
    padding:3%;
    width:94%;
    margin-bottom:15px;
    color:#fff;
    float:left;
}
fieldset > div > div {
    float: left;
    width: 50%;
}
fieldset label {
    width:70%;
    float:left;
}
fieldset .hint {
    color:#ccc;
    margin-top:5px;
}
legend {
    margin-bottom:0;
    border:0;
    background:#764099;
    color:#fff;
    padding-left:2%;
    width:98%;
    font-weight:bold;
    font-size:18px;
    border-bottom:4px solid #ccc;
}
#fieldset-contactFieldset .hint, #fieldset-detailsFieldset .hint, #fieldset-vehicleFieldset .hint {
	display:none;
}
.service-box {
	padding:10px;
	background:#898989;
	border-bottom:4px solid #87932F;
	margin-bottom:10px;
	box-sizing:border-box;
}
.info-column-follow .box {
	background:#898989;
    padding:10px;
    box-sizing:border-box;
    border-bottom:2px solid #764099;
	border-radius: 5px;
    margin-bottom:10px;
    font-size:12px;
}
.info-column-follow .box a:hover {
	color:#fff;
}
.footer {
	/*background:#ccc;*/
	padding:40px 0;
	font-size: 0.7em;
	font-family: arial;
	text-align: center;
	letter-spacing: 2px;
	/*border: 1px solid #989ea6;*/
	/*border-radius: 10px;*/
}

/*.footer {
padding: 10px;
font-size: 0.7em;
font-family: arial;
border-top: 1px solid #989ea6;
text-align: center;
line-height: 14px;
}*/
.social-footer {
	background:#ccc;
	border: solid 1px #fff;
	border-radius: 5px;
	padding:10px;
	text-align:center;
}
@media (max-width:1036px) {
	.navbar .nav > li > a {
	   padding:14px 2px 14px 23px;
	}
	.header-title {
	   font-size:14px;
	}
}
@media (max-width:1005px) {
	.navbar .nav > li > a {
       padding:14px 1px 14px 21px;
    }
}
@media (max-width:979px) {
	.navbar .btn-navbar {
	   width:100%;
	   background:0;
	   border:0;
	   color:#000;
	   margin-top:2px;
	   box-shadow:none;
	   text-align: center;
	}
	.navbar .btn-navbar:hover, .navbar .btn-navbar:focus {
	   background:0;
	   color:#000;
	}
	#header .logo {
	   float:none;
	   text-align: center;
	}
	.header-title {
	   float:none;
	   text-align: center;
	   margin:10px 0;
	   display:none;
	}
}
form .button {
	background:#889330;
	border:0;
	padding:0px;
	color:#fff;
	border-radius:4px;
}
input[type="radio"], input[type="checkbox"] {
	/*margin:11px 0 0;*/
	margin-right: 5px;
vertical-align: baseline;
}
@media (max-width:480px) {
    fieldset label, fieldset > div > div {
       width:100% !important;
    }
    .enquiry-button {
        margin-top:5px;
    }
}
#myCarousel {
	margin-bottom:10px;
}
.marquee {
  width: 100%;
  margin-bottom:11px;
  overflow: hidden;
  box-sizing:border-box;
  background:#989ea6;
  background: linear-gradient(#b1bed8, #ffffff, #ffffff, #b1bed8);
  line-height: 30px;
}
.property-detail-main {
	background:#fff;
	/*padding:10px;*/
	padding: 10px 10px 10px 0px;
	box-sizing:border-box;
	/*border: 1px solid #ccc;*/
	/*border-radius: 5px;*/
	line-height: 1.2em;
	/*box-shadow: 0 0 4px rgba(0,0,0,0.25);*/
}
.property-detail-main .image-wrap {
	min-height:205px;
	text-align:center;
	line-height:205px;
}
.property-detail-main .image-wrap img {
	vertical-align: middle;
	
}
.property-detail {
	float:left;
	min-height: 132px;
	margin-top: 8px;
}
.property-detail .image-wrap {
	min-height:205px;
	text-align:center;
	line-height:205px;
}
.property-detail .image-wrap img {
	vertical-align: middle;
	
}
.about-listing-home {
	float:left;
	/*background:#dee4ee;*/
	padding:12px;
	border-radius: 5px;
}
.about-listing-home .image-wrap {
	min-height:205px;
	text-align:center;
	line-height:205px;
}
.about-listing-home .image-wrap img {
	vertical-align: middle;
}
.news-listing-home {
	float:left;
	background:#f9f9fa;
	padding:12px;
	border: 1px solid #ccc;
	border-radius: 5px;
}
.news-listing-home .image-wrap {
	min-height:205px;
	text-align:center;
	line-height:205px;
}
.news-listing-home .image-wrap img {
	vertical-align: middle;
}
.vertbanner {
	margin:0 auto;
	width:100%;
	text-align:center;
	padding-bottom:10px;
}
@media(max-width:767px){

	.vertbanner img {
		margin:0 auto;
		width:100%;
		background:#eee;
		text-align:center;
		padding-bottom:10px;
	}


}
@media(max-width:767px){

	.mobile-search{
		display: none;
	}
}
#button-element button {
	width: 97%;
	height: 40px;
	margin-top: -66px;
	background-color: #f7610b;
	border-color: #f7610b;
	color: #fff;
}
#token-label {
	display: none;
}
.button-toggle.toggled {
right:252px;
}
.button-toggle{
	display:none;
	position: fixed;
	right:-50px;
	top:252px;
	transform: rotate(-90deg);
	background:#259718;
	padding:17px;
	-webkit-border-radius:5px 5px 0 0;
	-moz-border-radius:5px 5px 0 0;
	border-radius:5px 5px 0 0;
	transition:0.2s;
	min-width: 115px;
	text-align: center;
	cursor:pointer;
}
.social img {
	float: right;
	width: 24px;
	margin-left: 4px;
}
.social1 img {
	float: left;
	width: 24px;
	margin-left: 4px;
}
/*new carousel fade option*/
.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}

@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}
/*STICKYTOP*/
#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 33%;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #d15f39;
  color: white;
  cursor: pointer;
  padding: 5px;
  border-radius: 4px;
  width:50px;
}
.lrswap {
  right: 40px;
}
@media screen and (max-width:800px) {
    .lrswap {
	left: 40px;
    }
}
/*GOOGLE SEARCH BOX
.gsc-search-box {
	width: 220px !important;
	margin-left: -7px !important;
}
.gsc-control-cse {
	border-color: #DEE4EE !important;
	background-color: #DEE4EE !important;
}
.gsc-search-button-v2 {
	padding: 6px 6px 0px 6px !important;
	background-color: #764099 !important;
	border-color: #764099 !important;
	font-size: 10px !important;
}
.gsib_a {
	padding: 1px !important;
}*/
/* use this style only if all <h1></h1> tags removed on listings ie Data components*/
.property-name {
font-size: 1.3em;
line-height: 1.2em;
font-weight: bold;
font-family: Arial,sans-serif;
margin: 5px 0;
}

  @media (max-width: 979px)
.nav-collapse, .nav-collapse.collapse {
  height: 0;
  overflow: hidden;
  border-bottom: solid 1px;
}
.form {
	margin-bottom:8px;
}
.property-information {
	margin-top:8px;
}
.nbr {
position: absolute;
left: 0px;
height: 20px;
background-color: gray;
color: #fff;
padding: 0 5px;
float: left;
block-size: fit-content;
  }
.detref {
font-weight: bold;
font-size: 12px;
margin-bottom: -4px;
padding-top: 4px;
}
.spam {
margin-top: -15px;
color: #9f9d9d;
font-size: 14px;
}
.reevoo2 {
  border-bottom: solid 1px grey;
  padding-top: 10px;
  font-size: 1.0em;
}
.sublogo {
text-align: center;
font-size: 2.8em;
padding-top: 10px;
color: #764099;
font-weight: bolder;
line-height:1.2em;
font-family: Arial,sans-serif;
}
.news-listing-panel {
	float:left;
	/*background:#f9f9fa;*/
	padding:12px;
	text-align:center;
	/*border: 1px solid #ccc;
	border-radius: 5px;*/
}
.news-listing-panel .image-wrap {
	/*min-height:205px;*/
	text-align:center;
	/*line-height:205px;*/
	padding-bottom:10px;
}
.subtle {
	text-align: center;
font-size: 20px;
line-height: 1.3em;
}
.walink {
	color:white !important;
	text-decoration:none !important;
}
/*.wabox {
	text-align:center;
	background:#764099;
	margin-bottom:10px;
	border:solid 1px #ccc;
	border-radius:5px;
}*/

.wabox2 {
	background-color: #fff;
	border: solid 1px #ccc;
}

.wabox3 {
text-align: center;
color: #006b3a;
font-size: 30px;
padding: 8px;
border: solid 1px #ccc;
line-height: 38px;
font-weight: 900;
}

.logodetail {
	text-align: center;
	position: relative;
	bottom: 10px;
}
.tnew {
	color: red;
	border-block: solid 1px red;
	margin-right: 10px;
}
.nonrep {
	font-size: 0.6rem;
	text-align: center;
}