/*@import url("//fonts.googleapis.com/css?family=Lato:400,300,900,700,700italic");*/
@import url("//fonts.googleapis.com/css?family=Lato:300,400,400italic,700,700italic,900");
@import url("//maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css");
/*Mixins*/
/*Content Styles*/
.general-content {
  font-size: 14px;
  line-height: 25px;
  font-family: 'Lato', sans-serif;
}
.general-content h1 {
  font-size: 28px;
  line-height: 32px;
  margin: 10px 0;
  color: #80be4b;
  font-weight: 400;
}
.general-content h2 {
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
  color: #6d6e75;
  margin: 10px 0;
}
.general-content h3 {
  font-size: 20px;
  color: #6d6e75;
  line-height: 32px;
  font-weight: 400;
  margin: 20px 0 18px 0;
}
.general-content h4 {
  font-size: 17px;
  line-height: 23px;
  font-weight: 600;
  color: #6d6e75;
  margin: 10px 0;
}
.general-content h5 {
  font-size: 16px;
  line-height: 22px;
  margin: 10px 0;
  color: #6d6e75;
}
.general-content h6 {
  font-size: 15px;
  line-height: 21px;
  margin: 8px 0;
  color: #6d6e75;
}
.general-content p {
  font-size: 14px;
  color: #6d6e75;
  font-weight: 400;
  margin: 0 0 15px 0;
  line-height: 20px;
}
.general-content p strong {
  font-weight: 700;
}
.general-content i,
.general-content em {
  font-style: italic;
}
.general-content a {
  color: #80be4b;
}
.general-content ul {
  list-style-position: outside;
  padding: 0 0 0 11px;
  list-style-type: none;
}
.general-content ul li {
  color: #6d6e75;
}
.general-content ul > li:before {
  content: "\f0da";
  font-family: 'FontAwesome';
  float: left;
  font-size: 11px;
  margin-left: -11px;
  color: #80be4b;
}
.general-content blockquote {
  padding: 0;
  margin: 25px 0 30px;
  font-size: 22px;
  border: 0;
}
.general-content blockquote p {
  font-size: 22px;
  line-height: 32px;
  font-weight: 400;
  color: #6d6e75;
}
.general-content td {
  vertical-align: top;
}
/*Content Styles*/
/* GLOBAL STYLES
-------------------------------------------------- */
html {
  min-width: 1271px;
}
#special-container {
  min-width: 1271px;
}
/* Padding below the footer and lighter body text */
body {
  color: #5a5a5a;
  font-family: 'Lato', sans-serif !important;
  -ms-overflow-style: scrollbar;
  min-width: 1271px;
}
.container {
  width: 1271px !important;
}
/*General Styles*/
.back-btn {
  display: block;
  font-size: 14px;
  color: #80be4b;
}
.back-btn:focus,
.back-btn:hover {
  color: #80be4b;
}
.no-slider {
  margin-bottom: 20px;
}
.popup-container {
  position: relative;
}
.back-btn .fa {
  height: 41px;
  padding: 8px 17px;
  border-radius: 0 !important;
  border: 0 !important;
  background-color: #f8f8f8 !important;
  margin-left: 22px;
  line-height: 23px;
  color: #89c655;
}
#similar-listings {
  overflow: hidden;
}
.breadcrumb {
  background-color: transparent;
  padding: 0;
  margin-bottom: 17px;
}
.breadcrumb li a {
  color: #9a9ba4;
}
.breadcrumb li.active {
  color: #89c655;
}
.breadcrumb > li + li:before {
  content: "\003e" !important;
  color: #9a9ba4 !important;
}
hr.back-btn-line {
  margin-top: 0;
  margin-bottom: 14px;
}
.link-colour-1 {
  color: #0d406b !important;
}
.read-more-link {
  color: #80be4b;
  /* font-size: 14px; */
  font-weight: 600;
  font-style: italic;
}
.remove-circle {
  background-image: url("/assets/images/remove-circle.png");
  width: 21px;
  height: 21px;
  background-repeat: no-repeat;
  position: relative;
  float: right;
  margin-left: 6px;
  /* background-size: 100% auto; */
}
.black-close-icon {
  background-image: url("/assets/images/black-remove-circle.png");
  width: 17px;
  height: 17px;
  background-repeat: no-repeat;
  display: block;
}
.magnifying-glass {
  background-image: url("/assets/images/magnifying-glass-white.png");
  background-repeat: no-repeat;
  width: 22px;
  height: 22px;
  background-size: 22px;
  clear: both;
  display: block;
  margin: 0 auto;
}
.map-popup-container {
  padding-bottom: 6px;
}
.refresh-map {
  background-image: url("/assets/images/ico-refresh.png");
  background-repeat: no-repeat;
  width: 34px;
  height: 34px;
  background-size: 34px;
  clear: both;
  display: block;
  margin: 0 auto;
}
.map-btn-icon {
  background-image: url("/assets/images/map-btn-icon.png");
  width: 15px;
  height: 22px;
  background-size: 15px 22px;
  clear: both;
  display: block;
  margin: 0 auto;
  background-repeat: no-repeat;
}
/*General Site Tooltips*/
.site-tooltip ~ .tooltip.top {
  margin-top: 3px;
}
.site-tooltip ~ .tooltip .tooltip-inner {
  width: 90px;
  background-color: #104d80;
  border-radius: 0;
  /* height: 29px; */
  padding: 6px 8px;
  font-size: 12px;
  font-weight: 400;
}
.site-tooltip ~ .tooltip.top .tooltip-arrow {
  border-top-color: #104d80;
}
.site-tooltip ~ .tooltip.right .tooltip-arrow {
  border-right-color: #104d80;
}
.site-tooltip ~ .tooltip.bottom .tooltip-arrow {
  border-bottom-color: #104d80;
}
.site-tooltip ~ .tooltip.left .tooltip-arrow {
  border-left-color: #104d80;
}
.modal-backdrop.fade.in {
  z-index: 1000000;
}
/*--*/
/*Header*/
hr#header-line {
  border-top: 7px solid #89c655;
  padding: 0;
  height: 0;
  display: block;
  margin: 0;
}
div#header-my-tommys-btn {
  background-color: #89c655;
  width: 244px;
  height: 48px;
  margin-left: 6px;
  padding-top: 13px;
}
#header {
  height: 120px;
}
#header .header-block-left {
  padding-right: 5px;
  float: left;
  width: auto;
  max-width: 50%;
  height: 120px;
  /* padding-bottom: 20px; */
}
#header .header-block-right {
  padding-left: 5px;
  float: right;
  width: auto;
  max-width: 56%;
  height: 120px;
}
ul#social-search-container {
  margin-top: 12px;
  height: 44px;
}
ul#social-search-container .social-link {
  padding: 10px 0;
  display: block;
}
ul#social-search-container.list-inline > li {
  display: block;
  padding: 0 5px;
  float: left;
}
div#header-office-links {
  margin-top: 12px;
  margin-left: 20px;
  background-color: white;
}
div#header-office-links button {
  width: 164px;
  border-radius: 0;
  border: 1px solid #f5f5f5;
  outline: none;
  height: 40px;
  box-shadow: none;
  padding: 0;
  text-align: left;
  background-color: transparent;
}
div#header-office-links button {
  width: 164px;
  border-radius: 0;
  border: 1px solid #f5f5f5;
  outline: none;
  height: 40px;
  box-shadow: none;
  padding: 0;
  text-align: left;
  background-color: transparent;
}
div#header-office-links button .btn-txt {
  padding: 9px 12px;
  max-width: 120px;
  float: left;
  max-height: 40px;
  font-size: 14px;
  color: #9a9ba4;
  overflow: hidden;
  display: block;
}
div#header-office-links button .fa {
  margin: 0;
  color: #89c655;
  padding: 11px 0;
  height: 100%;
  width: 30px;
  text-align: center;
  background-color: #f5f5f5;
  box-shadow: none;
  outline: none;
  border: 0;
}
div#header-office-links .dropdown-menu {
  border-radius: 0;
  margin: 0;
  max-height: 281px;
  padding: 0;
  border-left: 1px solid #f5f5f5;
  width: 100%;
  border-right: 1px solid #f5f5f5;
  border-bottom: 1px solid #f5f5f5;
  border-top: 0;
}
div#header-office-links .dropdown-menu li a:hover,
div#header-office-links .dropdown-menu li a:hover:focus {
  background-color: #89c655;
  color: white;
}
div#header-office-links .dropdown-menu li a {
  padding: 4px 12px;
  color: #9a9ba4;
  white-space: normal;
  word-wrap: break-word;
}
div#header-office-links .dropdown-menu li a:focus {
  border: none;
  outline: none;
  background-color: transparent;
}
#site-logo-office-section {
  margin-top: 46px;
  float: left;
  width: 100%;
  height: 74px;
}
#site-logo-office-section #site-logo {
  padding-bottom: 17px;
}
#site-logo-office-section #site-logo .office-text {
  margin-top: 18px;
  font-family: Lato;
  font-weight: bold;
  color: #0f4c7f;
  font-size: 20px;
}
#site-logo-office-section #site-logo .logo-container {
  width: 180px;
  overflow: hidden;
  margin-right: 20px;
}
#site-logo-office-section #site-logo a {
  display: block;
  float: left;
}
div#header-my-tommys-btn {
  background-color: #89c655;
  width: 244px;
  height: 50px;
  margin-left: 6px;
  padding: 13px 0 0 13px;
  position: relative;
}
div#header-my-tommys-btn .input-group {
  width: 100%;
}
div#header-my-tommys-btn span {
  vertical-align: middle;
  display: table-cell;
  color: white;
}
div#header-my-tommys-btn span button {
  background-color: transparent;
  border: none;
  color: white;
  padding-right: 5px;
}
div#header-my-tommys-btn span button:active {
  outline: 0;
  box-shadow: none;
}
div#header-my-tommys-btn span button:focus {
  outline: none;
}
.my-tommys-dropdown {
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  z-index: 1;
  z-index: 23;
}
.my-tommys-dropdown .my-tommys-logo {
  margin-bottom: 10px;
}
.my-tommys-dropdown .cmsform_container {
  padding: 0 !important;
  background-color: transparent;
}
.my-tommys-dropdown .module-placeholder {
  background-color: #f5f5f5;
  height: auto;
  z-index: 1;
  padding: 20px 15px 35px;
}
.my-tommys-dropdown .cmsform_container form > .submit-form {
  width: 100px !important;
  background-color: #89c655;
  color: white;
  font-weight: 300;
  font-size: 15px;
  text-align: left;
  padding: 10px 10px;
  height: 40px;
  margin-bottom: 20px;
  border: 0;
}
.my-tommys-dropdown .cmsform_container form div {
  width: 100% !important;
  clear: both !important;
  height: 40px !important;
  margin-bottom: 7px;
}
.my-tommys-dropdown .cmsform_container form div.success_error {
  height: auto !important;
  margin-top: 0;
  margin-bottom: 20px;
}
.my-tommys-dropdown .cmsform_container form div.clearfix {
  display: none;
}
.my-tommys-dropdown .cmsform_container form div input {
  font-size: 12px;
  color: #6d6e75;
  font-weight: 400;
  height: 100% !important;
}
.my-tommys-dropdown .cmsform_container form div input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  opacity: 1;
  color: #6d6e75;
  font-size: 12px;
  font-weight: 400;
}
.my-tommys-dropdown .cmsform_container form div input::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 1;
  color: #6d6e75;
  font-size: 12px;
  font-weight: 400;
}
.my-tommys-dropdown .cmsform_container form div input:-ms-input-placeholder {
  /* IE 10+ */
  opacity: 1;
  color: #6d6e75;
  font-size: 12px;
  font-weight: 400;
}
.my-tommys-dropdown .cmsform_container form div input:-moz-placeholder {
  /* Firefox 18- */
  opacity: 1;
  color: #6d6e75;
  font-size: 12px;
  font-weight: 400;
}
.my-tommys-dropdown p {
  font-size: 12px;
  color: #6d6e75;
  line-height: 16px;
  font-weight: 400;
  margin: 0 0 20px 0;
}
.my-tommys-dropdown .module-placeholder > a {
  font-size: 12px;
  float: left;
  clear: both;
  color: #6d6e75;
  width: 100%;
  line-height: 16px;
  padding-bottom: 4px;
  font-weight: 400;
}
.my-tommys-dropdown .module-placeholder > a .fa {
  float: right;
  color: #7f8086;
}
.my-tommys-dropdown .close-btn {
  position: absolute;
  bottom: 0;
  right: 0;
  width: auto !important;
  padding: 10px !important;
}
form#header-search-form div.input-group {
  width: 206px;
}
form#header-search-form div.input-group input.form-control {
  border-radius: 0;
  border: 1px solid #f5f5f5;
  outline: none;
  height: 38px;
  box-shadow: none;
}
form#header-search-form div.input-group span.input-group-btn button {
  border: 1px solid #f5f5f5;
  background-color: #f5f5f5;
  box-shadow: none;
  outline: none;
  width: 31px;
  border-radius: 0;
  height: 38px;
}
#social-search-container .fa {
  color: #89c655;
}
#social-search-container .fa:hover {
  color: #9a9ba4;
}
/*The Site Slideshow*/
.header-container {
  height: 120px;
  position: fixed;
  width: 100%;
  top: 0;
  background-color: white;
  z-index: 999999;
}
.has-site-carousel .cover-container {
  z-index: 1;
  position: relative;
  overflow: hidden;
  height: 500px;
  margin-top: 120px;
  /* margin-bottom: 60px; */
}
.no-site-carousel .cover-container {
  margin-top: 120px;
}
/*Testing for minimum height for search bar*/
.has-site-carousel .navbar-container {
  z-index: 200000;
  position: fixed;
  top: 120px;
  /* margin-top: 787px; */
  width: 1271px;
  /* margin-bottom: 60px; */
  margin: 0 auto;
  right: 0;
  left: 0;
}
/*.no-site-carousel.map-absolute-open .navbar-container {
    top: 137px;
}*/
.has-site-carousel.map-absolute-open .navbar-container {
  z-index: 24;
  position: absolute;
  overflow: hidden;
  height: 780px;
  top: 120px;
  width: 1271px;
  margin: 0 auto;
}
.has-site-carousel.map-absolute-open .cover-container {
  height: 808px;
}
.has-site-carousel.below-point .cover-container {
  height: 150px !important;
  position: fixed;
  margin-top: 120px;
  width: 100%;
  z-index: 2222;
}
.has-site-carousel.below-point #content-container {
  padding-top: 330px;
}
.has-site-carousel #content-container {
  /*    padding-top: 60px;*/
  padding-top: 20px;
}
.has-site-carousel.navbar-map-open .cover-container {
  /*height: 847px;*/
}
div#content-container,
#footer {
  z-index: 22;
  position: relative;
  background-color: white;
}
#footer {
  z-index: 21;
  /*padding-bottom: 40px;*/
}
.general-content-container {
  margin-bottom: 30px;
}
.has-site-carousel .navbar_carousel_wrapper {
  top: 120px;
  left: 0;
  position: fixed !important;
  right: 0;
  width: 100%;
  z-index: 1;
}
#home-carousel .carousel-inner {
  height: 100%;
}
#home-carousel .carousel-inner > .item {
  -webkit-transition: 0.6s ease-in-out top;
  -o-transition: 0.6s ease-in-out top;
  transition: 0.6s ease-in-out top;
}
#home-carousel a.carousel-control {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  bottom: 0;
  height: 30px;
  padding: 30px;
  position: absolute;
  top: 225px;
  width: 30px;
}
#home-carousel a.carousel-control span.glyphicon {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  bottom: 0;
}
#home-carousel .carousel-inner > .item {
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  -o-transition: -o-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
}
#home-carousel .carousel-inner > .item.next,
#home-carousel .carousel-inner > .item.active.right {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  top: 0;
}
#home-carousel .carousel-inner > .item.prev,
#home-carousel .carousel-inner > .item.active.left {
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  top: 0;
}
#home-carousel .carousel-inner > .item.next.left,
#home-carousel .carousel-inner > .item.prev.right,
#home-carousel .carousel-inner > .item.active {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  top: 0;
}
#home-carousel .carousel-inner .background-image {
  width: 100%;
  height: 500px;
}
/*Primary Navbar*/
/*Primary Navigation Dropdown*/
#primary-navigation li {
  position: relative;
}
#primary-navigation li:hover .fa {
  padding-left: 1em;
}
#primary-navigation li:hover > ul,
#primary-navigation li:hover > .side-container > ul {
  display: block;
}
#primary-navigation li:hover > a,
#primary-navigation li:hover.active > a {
  background-color: #89c655;
  color: white;
}
#primary-navigation > li {
  margin: 0px;
}
#primary-navigation > li.last-item > a {
  margin-right: 0;
  padding-right: 0;
}
#primary-navigation > li.last-item ul.dropdown-menu {
  right: 0;
  left: auto;
}
#primary-navigation > li.last-item ul.dropdown-menu ul.dropdown-menu {
  position: absolute;
  left: 0;
  top: 0;
  box-shadow: none;
}
#primary-navigation > li:hover > a {
  color: #89c655;
  background-color: transparent;
  border-radius: 0;
}
#primary-navigation > li:hover > a .caret {
  opacity: 1;
}
#primary-navigation > li.dropdown:hover > a {
  border-bottom: 2px solid #89c655;
}
#primary-navigation > li:focus {
  outline: none;
}
#primary-navigation > li > a:focus {
  background-color: transparent;
  border-radius: 0;
  text-decoration: none;
}
#primary-navigation > li > a {
  color: #9a9ba4;
  padding-left: 9px;
  font-size: 15px;
  padding-right: 12px;
  font-weight: 400;
}
#primary-navigation > li.active > a {
  color: #89c655;
  background-color: transparent;
}
#primary-navigation > li > a > .caret {
  position: absolute;
  top: 3px;
  right: -1px;
  bottom: 0;
  margin: auto;
  display: none;
  opacity: .5;
}
#primary-navigation > li ul li.last-item > a {
  border-bottom: 0;
}
#primary-navigation > li ul li a {
  padding: 7px 10px 11px 10px;
  font-size: 14px;
  border: 0;
  background-color: #e6e6e6;
  color: #54555c;
  font-weight: 400;
  border-bottom: 1px solid white;
}
#primary-navigation ul {
  overflow: visible;
  border: 0;
  height: auto;
  margin-top: 0;
  padding: 0;
  border-radius: 0;
  max-height: none;
}
#primary-navigation ul ul {
  position: absolute;
  left: 0;
  top: 0;
  box-shadow: none;
}
#primary-navigation ul .side-container {
  float: right;
  position: absolute;
  width: 0;
  height: 0px;
  background: red;
  right: 0;
  top: 0;
}
/*Secondary Navbar*/
.navbar_carousel_wrapper {
  position: relative;
}
.no-site-carousel .navbar-wrapper {
  margin-bottom: 20px;
  position: relative !important;
  top: initial !important;
  right: initial !important;
  left: initial !important;
  z-index: 25;
}
.navbar-wrapper {
  right: 0;
  left: 0;
  /*width: 1256px;*/
  z-index: 18;
  margin: 0 auto;
}
.has-site-carousel .navbar-wrapper {
  position: relative;
  right: 0;
  z-index: 100000;
  width: 100%;
}
.navbar-wrapper-absolute {
  position: absolute !important;
  top: 50px !important;
}
.navbar-search-outer {
  background: rgba(238, 238, 238, 0.85);
  background: #eeeeee;
  border-radius: 3px;
  padding: 0 0 0 15px;
}
.navbar-search-outer.search-open #search-icon-link {
  display: none;
}
#search-icon-link {
  width: 87px;
  height: 57px;
  cursor: pointer;
  margin: 0;
  padding: 15px 0;
  background-color: #89c655;
  text-align: center;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.navbar-wrapper .navbar {
  min-height: 0;
  margin-bottom: 0;
  margin-top: 52px;
  padding-right: 15px;
  padding-left: 15px;
}
#modal-map-popup button.close {
  position: absolute;
  top: 6px;
  right: 4px;
  z-index: 1;
  font-size: 30px;
  background-color: #f5f5f5;
  opacity: .9;
  width: auto;
  text-align: center;
  height: auto;
  padding: 3px 14px 7px;
}
#modal-map-popup .modal-dialog {
  height: 90% !important;
}
#modal-map-popup .modal-content {
  height: 100% !important;
}
#modal-map-popup #map-popup-content {
  height: 100% !important;
  position: absolute;
  top: 0;
  bottom: 0;
}
/*#secondary-navigation #text-only {
    color: #0f4c7f;
}*/
#secondary-navigation #text-only span {
  font-size: 24px;
  padding: 11px 15px 11px 0;
  display: block;
  color: #0f4c7f;
  font-weight: 600;
}
#secondary-navigation li a,
#secondary-navigation li span {
  color: #616268;
  font-weight: 400;
  border-radius: 0;
  background-color: transparent;
  font-size: 22px;
  display: block;
  cursor: pointer;
  padding: 13px 27px;
}
#secondary-navigation li.active span,
#secondary-navigation li.active a {
  background-color: #89c655;
  color: white !important;
  cursor: default;
}
#secondary-navigation li a:hover,
#secondary-navigation li span:hover {
  color: #89c655;
}
/*footer*/
#footer .top-section {
  background-color: #8DC640;
}
#footer .top-section h3 {
  color: white;
  margin: 0 0 16px 0;
  padding: 0;
  font-size: 28px;
}
#footer .top-section .first-line {
  color: white;
  font-weight: 600;
  font-size: 16px;
  margin: 0;
}
#footer .top-section .second-line {
  color: white;
  font-weight: 600;
  font-size: 12px;
  margin: 0;
}
.bottom-section {
  padding: 15px 0;
}
.bottom-section hr {
  margin: 3px 0 7px;
  border-color: #e3e3e3;
}
#partners .partner-logos {
  margin-right: 23px;
}
.green-bkg {
  color: #8DC640;
}
.padding-section-1 {
  padding: 32px 32px 0px 32px;
}
.padding-section-2 {
  padding: 3px 32px 27px 32px;
}
.footer-content.general-content h1 {
  color: white;
  margin: 0 0 15px 0;
}
.footer-content.general-content p {
  font-size: 14px;
  color: #353d40;
  margin: 0 0 15px 0;
}
.footer-content.general-content td {
  vertical-align: top;
}
.footer-content.general-content p strong,
.footer-content.general-content p b {
  font-weight: 700;
}
hr.content-line-1 {
  margin: 10px 0;
}
.footer-menu {
  margin-top: 5px;
}
.footer-menu li {
  list-style: none;
  float: left;
  /* line-height: 12px; */
  padding-right: 10px;
}
.footer-menu li a {
  float: left;
  color: white;
  line-height: 12px;
  font-size: 12px;
  border-right: 1px solid white;
  padding-right: 10px;
}
.footer-menu li:last-child a {
  border-right: 0;
  margin: 0;
  padding: 0;
}
#propertysuite_details {
  float: right;
  font-size: 12px;
  margin: 5px 4px 25px;
}
.copyright {
  color: #5a5a5a;
  font-size: 12px;
}
#propertysuite_details {
  color: #5a5a5a;
}
#propertysuite_details a {
  color: black;
}
#nz_realtors span {
  float: right;
  color: #659E17;
  font-weight: 700;
  font-size: 12px;
  margin-bottom: 10px;
}
#nz_realtors > a {
  float: right;
  clear: both;
}
#nz_realtors > a img {
  height: 33px;
}
#partners span {
  float: left;
  color: #659E17;
  font-weight: 700;
  font-size: 12px;
  margin-bottom: 10px;
}
#copyright_details {
  color: #49555A;
  float: left;
  font-size: 12px;
  margin: 5px 4px 25px;
}
/*CUSTOMIZE GENERAL SITE CAROUSEL*/
/*--------------------------------------------------*/
/*Carousel base class*/
.site-carousel {
  height: 500px;
  /*Horizontal and Vertical full screen video, this also requires javascript and styling*/
}
.site-carousel .home-video-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  background: transparent;
  z-index: 3;
  width: 50px;
  height: 50px;
}
.site-carousel .home-video-wrapper i.fa {
  color: white;
  background-color: rgba(137, 198, 85, 0.5);
  padding: 0 0;
  width: 50px;
  line-height: 50px;
  margin: 0;
  position: absolute;
  text-align: center;
  cursor: pointer;
  right: 0;
  height: 50px;
  top: 0;
}
.site-carousel .home-video-wrapper i.fa:hover {
  background-color: #89c655 !important;
}
.site-carousel.carousel-caption {
  z-index: 10;
}
.site-carousel .item {
  height: 500px;
  background-color: #777;
  background-size: cover;
}
.site-carousel .carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 500px;
}
.site-carousel .home-video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 500px;
  overflow: hidden;
}
.site-carousel .home-video .screen {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  margin: auto;
  opacity: 1;
  transition: opacity .5s;
  min-height: 500px;
  min-width: 100%;
}
.carousel-caption {
  text-shadow: 0 2px 20px #000000 !important;
}
/*General Custom Slider Start (Used by Listings Featured Slider)*/
.slides-container {
  width: 1241px;
  height: 440px;
  overflow: hidden;
}
.slideshow ul {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  position: relative;
}
.slideshow ul li {
  float: left;
  width: 1241px;
}
.slideshow ul li img {
  /*    width:1241px;
        height:440px;*/
}
/*General Custom Slider End (Used by Listings Featured Slider)*/
#recent-sale-map {
  width: 100%;
  height: 500px;
}
/*Listings Page Featured Carousel/Slideshow*/
.listings-page-slideshow {
  position: relative;
}
.listings-page-slideshow .slides-container {
  margin-left: 62px;
  width: 1117px;
  height: 440px;
  overflow: hidden;
  background-color: #f1f1f1;
}
.listings-page-slideshow .property-carousel-main .video-play-button {
  position: absolute;
  top: 164px;
  left: 237px;
}
.listings-page-slideshow .property-carousel-main .carousel-control {
  top: 181px;
  background-size: auto 44px;
  /*height: 80px;*/
  display: none;
}
.listings-page-slideshow .property-carousel-pager {
  width: 166px;
  height: 440px;
}
.listings-page-slideshow .property-carousel-pager .video-play-button {
  position: absolute;
  top: 31px;
  left: 53px;
  width: 60px;
  height: 60px;
  background-size: 60px;
}
.listings-page-slideshow .property-carousel-pager .item div {
  height: 125px;
  background: #8a8b92;
}
.listings-page-slideshow .property-carousel-pager .item img {
  width: 166px;
  /*                height: 125px;*/
  max-height: 125px;
}
.listings-page-slideshow .property-carousel-pager .carousel-inner {
  margin-top: 32px;
  height: 376px;
  margin-bottom: 32px;
}
.listings-page-slideshow .property-carousel-pager .carousel-control {
  height: 33px;
}
.listings-page-slideshow .property-carousel-pager .carousel-control.left {
  top: 0;
}
.amenities-link-container {
  position: relative;
  border-bottom: 1px solid #6d6e75;
  border-top: 1px solid #6d6e75;
  float: left;
  width: 100%;
  padding: 10px 0;
}
.amenities-link-container .link {
  font-size: 20px !important;
  font-style: italic;
  color: #6d6e75;
  line-height: 21px;
}
.amenities-link-container .link i {
  color: #89c655;
  font-size: 12px;
  margin-left: 10px;
  float: right;
  margin-top: 6px;
}
.listings-page-slideshow .slide-property-details {
  position: relative;
  margin: 50px 23px 45px 37px;
  width: 305px !important;
  height: 345px;
}
.listings-page-slideshow .slide-property-details h3 {
  font-size: 30px;
  margin: 0 0 23px 0;
  color: #80be4b;
}
.listings-page-slideshow .slide-property-details p {
  font-size: 19px;
  font-weight: 500;
  line-height: 29px;
  color: #6d6e75;
}
.listings-page-slideshow .amenities {
  padding-right: 0;
}
.listings-page-slideshow .amenities .amenity {
  padding-right: 16px;
}
.listings-page-slideshow .amenities .amenity span {
  font-size: 14px;
  padding-left: 4px;
}
.listings-page-slideshow .slideshow ul li {
  float: left;
  background-color: #f1f1f1;
  width: 1241px;
}
.listings-page-slideshow .property-carousel-main {
  float: left;
}
.listings-page-slideshow .property-carousel-main,
.listings-page-slideshow .property-carousel-main .item img {
  width: 586px;
  /*            height: 440px;*/
  max-height: 440px;
}
.listings-page-slideshow .property-carousel-main .item {
  width: 586px !important;
  height: 440px !important;
}
.listings-page-slideshow .slide-buttons {
  height: 100%;
  top: 0;
  bottom: 0;
  width: 62px;
  background-position: center;
  background-color: #89c655;
  position: absolute;
  background-repeat: no-repeat;
}
.listings-page-slideshow .slide-left {
  left: 0;
  background-image: url("/assets/images/btn-left.png");
}
.listings-page-slideshow .slide-right {
  right: 0;
  background-image: url("/assets/images/btn-right.png");
}
/*Listings Page Content Styling*/
.general-content.listings-page-content {
  margin: 30px 50px;
}
/*Listings Module Grid*/
.col-custom-3 {
  width: 24.85%;
  padding-bottom: 32px;
  padding-right: 7px;
}
/*Property Grid Map Item*/
.property-grid-item {
  height: 436px;
  overflow: hidden;
  padding: 0 7px 0 15px;
  margin: 0 0 32px 0;
  float: left;
  width: 24.84%;
  /*Listings Map Grid item*/
}
.property-grid-item.listing-map-popup {
  width: 612px;
  padding: 5px 0 0 0 !important;
  margin: 0 !important;
  position: relative;
  height: 196px;
}
.property-grid-item.listing-map-popup .info {
  margin: 0 0 0 25px;
  float: left;
  width: 293px;
  height: 191px;
  position: relative;
}
.property-grid-item.listing-map-popup .image_link_container {
  float: left;
}
.property-grid-item .hr.hr-open-auction {
  margin: 7px 0 5px 0;
}
.property-grid-item .hr.hr-2 {
  margin: 7px 0 4px 0;
}
.property-grid-item hr.hr-3 {
  margin: 9px 0 3px 0;
}
.property-grid-item .hr.hr-bottom {
  margin: 5px 0 0 0;
}
.property-grid-item .image_link_container {
  position: relative;
}
.property-grid-item .banner {
  position: absolute;
  top: 0;
  left: 0;
  height: 94px;
  width: 94px;
}
.property-grid-item .banner.banner-openhome .banner-triangle {
  border-top-color: #104d80;
}
.property-grid-item .banner.banner-sold .banner-triangle {
  border-top-color: #f70590;
}
.property-grid-item .banner.banner-auction .banner-triangle {
  border-top-color: #f1f1f1;
}
.property-grid-item .banner.banner-auction .banner-text {
  color: #80be4b;
}
.property-grid-item .banner.banner-tender .banner-triangle {
  border-top-color: #89c655;
}
.property-grid-item .banner .banner-triangle {
  width: 0;
  height: 0;
  border-top: 94px solid transparent;
  border-right: 94px solid transparent;
  position: absolute;
  top: 0;
  left: 0;
}
.property-grid-item .banner .banner-text {
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  color: white;
  position: absolute;
  left: -4px;
  font-size: 14px;
  font-weight: 600;
  top: 25px;
  right: 19px;
  text-align: center;
}
.property-grid-item .info {
  position: relative;
  padding-top: 6px;
  height: 215px;
  overflow: hidden;
}
.property-grid-item .info .property-bottom {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.property-grid-item .info .addthis-wrapper {
  bottom: -5px;
  left: 0px;
}
.property-grid-item .address {
  font-size: 15px;
  overflow: hidden;
  height: 21px;
  color: #6d6e75;
}
.property-grid-item .suburb {
  font-size: 15px;
  font-weight: 600;
  color: #6d6e75;
  height: 21px;
  overflow: hidden;
}
.property-grid-item .price {
  font-size: 15px;
  font-weight: 400;
  height: 21px;
  color: #6d6e75;
  overflow: hidden;
}
.property-grid-item .open-text {
  font-size: 15px;
  font-weight: 400;
  height: 21px;
  color: #6d6e75;
  overflow: hidden;
}
.property-grid-item .title {
  font-size: 16px;
  font-weight: 600;
  color: #80be4b;
  height: 22px;
  overflow: hidden;
}
.property-grid-item .open-title {
  color: #104d80;
  font-weight: 600;
  font-size: 16px;
}
.property-grid-item hr {
  margin: 9px 0;
}
.property-grid-item .share {
  margin-right: 5px;
  display: inline-block;
  cursor: pointer;
}
.property-grid-item .share .fa {
  color: #89c655;
}
.property-grid-item .link {
  color: #6d6e75;
  font-style: italic;
  font-size: 14px;
}
.property-grid-item .link.watchlist-action .fa {
  font-size: 13px;
  padding-left: 4px;
  float: right;
  font-weight: 100;
  line-height: 22px;
}
.property-grid-item .link .fa {
  color: #89c655;
  padding-left: 6px;
}
.property-grid-item .amenities {
  padding-right: 0;
}
.property-grid-item .amenities .amenity {
  padding-right: 16px;
}
.property-grid-item .amenities .amenity span {
  font-size: 14px;
  padding-left: 4px;
}
/*General Tommys Tabs*/
.tommys-tabs {
  margin-bottom: 23px;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
.tommys-tabs .browse-listings-link {
  border-top: 0 !important;
  border-right: 0 !important;
}
.tommys-tabs.slide-links {
  border-left: 0;
  height: 42px;
}
.tommys-tabs.slide-links > li {
  margin-bottom: 0;
}
.tommys-tabs.slide-links > li h1 {
  margin: 0;
}
.tommys-tabs.slide-links > li > a,
.tommys-tabs.slide-links > li > span {
  border-top: 0 !important;
  font-size: 20px;
  color: #6d6e75;
  padding: 0 8px 0 0;
  width: auto !important;
  margin: 9px 8px 10px 0;
  border-left: 0px !important;
  line-height: 18px;
  height: 22px;
  border-right: 1px solid #80be4b !important;
  /* margin-right: 8px; */
  /* padding-right: 8px; */
}
.tommys-tabs.slide-links > li > a:focus,
.tommys-tabs.slide-links > li > span:focus,
.tommys-tabs.slide-links > li > a:hover,
.tommys-tabs.slide-links > li > span:hover {
  background-color: transparent;
  border: 0;
  outline: 0;
}
.tommys-tabs.slide-links > li > a.active,
.tommys-tabs.slide-links > li > span.active {
  color: #80be4b !important;
}
.tommys-tabs.slide-links > li .recently-sold-link {
  border-right: 0 !important;
  margin-right: 0;
  padding-right: 0;
}
.tommys-tabs.slide-links > li.active a,
.tommys-tabs.slide-links > li.active span {
  color: #80be4b !important;
}
.tommys-tabs.slide-links .browse-listings-link {
  font-weight: 400 !important;
  font-size: 15px !important;
  border-right: 0 !important;
  color: #80be4b !important;
  margin-right: 0 !important;
  padding-right: 0 !important;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-bottom: 0;
}
.tommys-tabs.slide-links .browse-listings-link .fa {
  color: #80be4b;
  padding-left: 18px;
  padding-top: 2px;
  font-size: 13px;
}
.tommys-tabs.slide-links .pagination-block {
  padding-left: 10px;
}
.tommys-tabs.slide-links .border-right {
  border-right: 1px solid grey;
  height: 20px;
  position: absolute;
  right: 0;
  top: 3px;
  bottom: 0;
  margin: auto;
}
.tommys-tabs#sub-menu-tabs span,
.tommys-tabs#sub-menu-tabs a {
  width: auto;
}
.tommys-tabs#sub-menu-tabs i.fa {
  margin-left: 15px;
}
.tommys-tabs > li.active > a {
  color: #6d6e75;
}
.tommys-tabs > li.active > a,
.tommys-tabs > li.active > span {
  border-bottom: 1px solid white;
}
.tommys-tabs > li.active > a .fa.fa-caret-right,
.tommys-tabs > li.active > span .fa.fa-caret-right {
  display: none;
}
.tommys-tabs > li.active > a .fa.fa-caret-down,
.tommys-tabs > li.active > span .fa.fa-caret-down {
  display: block;
}
.tommys-tabs > li.active > a > span,
.tommys-tabs > li.active > a .fa,
.tommys-tabs > li.active > span .fa {
  color: #89c655;
}
.tommys-tabs > li.active > a .fa.fa-caret-right,
.tommys-tabs > li.active > span .fa.fa-caret-right {
  display: none;
}
.tommys-tabs > li.active > a .fa.fa-caret-down,
.tommys-tabs > li.active > span .fa.fa-caret-down {
  display: block;
}
.tommys-tabs > li.active > a > span,
.tommys-tabs > li.active > a .fa,
.tommys-tabs > li.active > span .fa {
  color: #89c655;
}
.tommys-tabs > li > a,
.tommys-tabs > li > span {
  border-radius: 0 !important;
  padding: 10px 15px;
  margin: 0;
  width: 200px;
  font-size: 14px;
  color: #6d6e75 !important;
  border-left: 0 !important;
  border-right: 1px solid #ddd !important;
  border-top: 1px solid #ddd !important;
  display: block;
}
.tommys-tabs > li > span {
  cursor: default;
  color: #80be4b !important;
}
.tommys-tabs > li > a .fa.fa-caret-down,
.tommys-tabs > li > span .fa.fa-caret-down {
  display: none;
}
.tommys-tabs > li > a > .fa,
.tommys-tabs > li > span > .fa {
  float: right;
  line-height: 1.47;
  color: #6d6e75;
}
.tommys-tabs > li > a,
.tommys-tabs > li > span {
  border-radius: 0 !important;
  padding: 10px 15px;
  margin: 0;
  width: 200px;
  font-size: 14px;
  color: #6d6e75 !important;
  border-left: 0 !important;
  border-right: 1px solid #ddd !important;
  border-top: 1px solid #ddd !important;
  display: block;
}
.tommys-tabs > li > span {
  cursor: default;
  color: #80be4b !important;
}
.tommys-tabs > li > a .fa.fa-caret-down,
.tommys-tabs > li > span .fa.fa-caret-down {
  display: none;
}
.tommys-tabs > li > a > .fa,
.tommys-tabs > li > span > .fa {
  float: right;
  line-height: 1.47;
  color: #6d6e75;
}
#my-tommys-tabs > li > a {
  width: 173px;
}
/*Listings Count*/
.listings-count-total {
  float: left;
  margin: 10px 10px;
  font-weight: 600;
  font-size: 14px;
  color: #80be4b;
}
.print-flyer-link {
  float: left;
  margin: 10px 0px 10px 10px;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  color: #0f4c7f;
}
.print-flyer-link:hover {
  color: #80be4b;
}
.print-flyer-link:hover .ico.ico-printer-alt {
  background-image: url("/assets/images/ico-printer-green-alt.png");
}
.print-flyer-link .ico {
  margin-right: 10px;
}
.print-flyer-link .border-right {
  width: 1px;
  height: 13px;
  background-color: #80be4b;
  float: right;
  margin: 4px 5px 0 15px;
}
/*General Pagination*/
.general-pagination {
  margin: 0;
}
.general-pagination > li > a,
.general-pagination > li > span {
  height: 41px;
  padding: 8px 17px;
  border-radius: 0 !important;
  border: 0 !important;
  background-color: #f8f8f8 !important;
  margin-left: 5px;
  line-height: 1.7;
}
.general-pagination > li > .left-right {
  line-height: inherit;
  font-weight: bold;
  font-size: 16px;
}
.pagination.general-pagination > li > a:hover,
.pagination.general-pagination > li > span:hover {
  color: inherit;
}
.pagination.general-pagination > li > a {
  height: 41px;
  padding: 8px 17px;
  border-radius: 0 !important;
  border: 0 !important;
  background-color: #f8f8f8 !important;
  margin-left: 5px;
  color: #89c655;
}
.pagination.general-pagination > li > span {
  color: #6d6e75;
}
.general-pagination > li > a {
  color: #89c655;
}
/* --- Bottom Pagination Section --- */
.bottom-pagination-section {
  margin-bottom: 19px;
  border-bottom: 1px solid #ddd;
  clear: both;
  width: 100%;
}
/*Select dropdowns custom styles*/
.hide {
  display: none !important;
}
.dropdown-menu li span.glyphicon {
  margin-right: 10px;
  float: left;
  top: 3px;
}
.dropdown-menu {
  height: auto;
  max-height: 100px;
  overflow-x: hidden;
}
.dropdown-menu li {
  cursor: pointer;
}
/*Module Property Search */
.navbar-search-outer .property-search-form {
  /*display: none;*/
  /*margin-top: 27px;*/
  margin-top: 5px;
  margin-right: 24px;
}
/*.navbar-search-outer.search-open .property-search-form {
    display: block;
}*/
.search-col {
  float: left;
  position: relative;
  margin-right: 5px;
  margin-bottom: 5px;
  height: 40px;
}
.search-col .dropdown {
  height: 100%;
  width: 100%;
}
.search-col .dropdown-menu {
  width: 100%;
  border-radius: 0;
  margin: 0;
}
.search-col .btn {
  width: 100%;
  text-align: left;
  background-color: white;
  font-weight: 100;
  color: #6d6e75;
  border: 0;
  font-size: 16px;
  border-radius: 0;
  height: 100%;
}
.search-col .btn.disabled:focus,
.search-col .btn.disabled:hover {
  background-color: white;
}
.search-col .btn:active:hover {
  background-color: white;
  color: #6d6e75;
  box-shadow: none;
}
.search-col .btn:before {
  content: '';
  position: absolute;
  width: 30px;
  height: 100%;
  background-color: #f5f5f5;
  right: 0;
  top: 0;
  z-index: 1;
  bottom: 0;
}
.search-col .dropdown.open .btn {
  /* width: 164px; */
  border-radius: 0;
  /*border: 1px solid #f5f5f5;*/
  outline: none;
  height: 40px;
  box-shadow: none;
  color: #6d6e75;
  /* padding: 0; */
  text-align: left;
  background-color: white;
}
.search-col .dropdown .dropdown-menu {
  border-radius: 0;
  margin: 0;
  max-height: 257px;
  padding: 0;
  border-left: 0;
  width: 100%;
  border-right: 0;
  border-bottom: 0;
  border-top: 1px solid #f5f5f5;
}
.search-col .dropdown .dropdown-menu > li:hover {
  background-color: #89c655;
  color: white;
}
.search-col .dropdown .dropdown-menu > li {
  cursor: pointer;
  display: block;
  padding: 5px 13px;
  clear: both;
  font-size: 16px;
  font-weight: 100;
  line-height: 1.42857143;
  color: #6d6e75;
  white-space: nowrap;
}
.search-col .dropdown .dropdown-menu > li > a:hover {
  background-color: transparent;
}
.search-col.search-col-large {
  /* width: 458px; */
  width: 38.3%;
  margin-right: 0;
}
.search-col.search-col-medium {
  /* width: 360px; */
  width: 30.41%;
}
.search-col.search-col-small {
  /* width: 177px; */
  width: 15%;
}
.search-btns .btn {
  clear: both;
  float: right;
  width: 90px;
  height: 40px;
  color: white;
  padding: 8px 0;
  background-color: #89c655;
  border-radius: 0;
  margin-bottom: 5px;
  position: relative;
}
.map-refresh {
  background-image: url("/assets/images/ico-refresh.png");
  background-repeat: no-repeat;
  background-position: 0px -4px;
  width: 91px;
  height: 89px;
  /* background-size: 34px; */
  clear: both;
  display: block;
  padding: 0;
  margin: 0;
}
.search-btns .btn.refresh-button {
  clear: both;
  float: right;
  overflow: hidden;
  width: 90px;
  height: 85px;
  border: 0;
  color: white;
  padding: 0;
  background-color: transparent;
  border-radius: 0;
  margin: 0;
}
.navbar-search-outer .property-search-form .fa,
.navbar-search-outer .property-search-form .caret {
  /*Color Only in here*/
  color: #89c655;
}
.navbar-search-outer .property-search-form .fa {
  margin-left: 4px;
}
.search-col .btn .caret {
  z-index: 10;
  position: absolute;
  right: 11px;
  top: 18px;
}
.search-col .btn:focus,
.search-col input:focus {
  outline: none;
  border: 0;
}
.search-col input {
  width: 100%;
  padding: 6px 12px;
  border: 0;
  height: 100%;
  font-size: 16px;
  font-weight: 100;
}
.search-link-bar {
  padding: 0;
  margin: 0 0 4px 0;
  list-style: none;
  display: block;
  width: 100%;
  clear: both;
  float: left;
}
.search-link-bar ul {
  padding: 0;
}
.search-link-bar li.collapse {
  display: none;
}
.search-link-bar li.collapse.in {
  display: block;
}
.search-link-bar li {
  display: block;
  float: left;
}
.search-link-bar .map-popup-container li {
  padding: 10px 0 0;
}
.search-link-bar li a {
  padding: 10px;
  float: left;
  color: #616268;
  font-weight: 600;
}
.search-link-bar li a,
.search-link-bar .map-popup-container span {
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
}
.search-link-bar .map-popup-container li span {
  padding: 0 10px 0 5px;
}
.search-link-bar li a:focus {
  outline: none;
  text-decoration: none;
}
.search-link-bar li a:hover {
  color: #89c655;
  text-decoration: none;
}
.search-link-bar li a.link-colour-1:hover {
  color: #616268 !important;
  text-decoration: none;
}
.search-link-bar li:last-child a {
  padding-right: 0;
}
.search-link-bar li a .glyphicon {
  padding-left: 2px;
}
.search-link-bar li input {
  padding: 6px 12px;
  height: 40px;
  border: 0;
  font-size: 16px;
  width: 291px;
  font-weight: 100;
  margin-left: 5px;
}
.search-link-bar li input.error {
  border: 1px solid red;
}
.search-link-bar li input:focus {
  outline: none;
}
.search-link-bar #map-expand .fa.fa-expand {
  padding-left: 3px;
}
/*Property Details Slider*/
.property-multi-slideshow {
  margin-bottom: 10px;
}
/*-- Template Code Start from Hemantha --*/
.carousel-inner.vertical {
  height: 100%;
}
.carousel-inner.vertical > .item {
  -webkit-transition: 0.6s ease-in-out top;
  -o-transition: 0.6s ease-in-out top;
  transition: 0.6s ease-in-out top;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner.vertical > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
  }
  .carousel-inner.vertical > .item.next,
  .carousel-inner.vertical > .item.active.right {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    top: 0;
  }
  .carousel-inner.vertical > .item.prev,
  .carousel-inner.vertical > .item.active.left {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    top: 0;
  }
  .carousel-inner.vertical > .item.next.left,
  .carousel-inner.vertical > .item.prev.right,
  .carousel-inner.vertical > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    top: 0;
  }
}
.carousel-inner.vertical > .active {
  top: 0;
}
.carousel-inner.vertical > .next,
.carousel-inner.vertical > .prev {
  top: 0;
  height: 100%;
  width: auto;
}
.carousel-inner.vertical > .next {
  left: 0;
  top: 100%;
  right: 0;
}
.carousel-inner.vertical > .prev {
  left: 0;
  top: -100%;
  right: 0;
}
.carousel-inner.vertical > .next.left,
.carousel-inner.vertical > .prev.right {
  top: 0;
}
.carousel-inner.vertical > .active.left {
  left: 0;
  top: -100%;
  right: 0;
}
.carousel-inner.vertical > .active.right {
  left: 0;
  top: 100%;
  right: 0;
}
.carousel-inner.vertical-pager {
  height: 100%;
}
.carousel-inner.vertical-pager > .item {
  -webkit-transition: 0.6s ease-in-out top;
  -o-transition: 0.6s ease-in-out top;
  transition: 0.6s ease-in-out top;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner.vertical-pager > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
  }
  .carousel-inner.vertical-pager > .item.next,
  .carousel-inner.vertical-pager > .item.active.right {
    -webkit-transform: translate3d(0, 33.33%, 0);
    transform: translate3d(0, 33.33%, 0);
    top: 0;
  }
  .carousel-inner.vertical-pager > .item.prev,
  .carousel-inner.vertical-pager > .item.active.left {
    -webkit-transform: translate3d(0, -33.33%, 0);
    transform: translate3d(0, -33.33%, 0);
    top: 0;
  }
  .carousel-inner.vertical-pager > .item.next.left,
  .carousel-inner.vertical-pager > .item.prev.right,
  .carousel-inner.vertical-pager > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    top: 0;
  }
}
.carousel-inner.vertical-pager > .active {
  top: 0;
}
.carousel-inner.vertical-pager > .next,
.carousel-inner.vertical-pager > .prev {
  top: 0;
  height: 100%;
  width: auto;
}
.carousel-inner.vertical-pager > .next {
  left: 0;
  top: 33.33%;
  right: 0;
}
.carousel-inner.vertical-pager > .prev {
  left: 0;
  top: -33.33%;
  right: 0;
}
.carousel-inner.vertical-pager > .next.left,
.carousel-inner.vertical-pager > .prev.right {
  top: 0;
}
.carousel-inner.vertical-pager > .active.left {
  left: 0;
  top: -33.33%;
  right: 0;
}
.carousel-inner.vertical-pager > .active.right {
  left: 0;
  top: 33.33%;
  right: 0;
}
/*-- Template Code End from Hemantha --*/
.coursel-details-outer {
  border-right: 3px solid white;
}
.property-carousel-main {
  position: relative;
  overflow: hidden;
  /*    &, .item img {
            width: 928px;
            height: auto;
        }*/
}
.property-carousel-main .video-play-button {
  position: absolute;
  top: 292px;
  left: 408px;
  cursor: pointer;
}
.property-carousel-main .item img {
  position: absolute;
  bottom: 0;
  top: 0;
  margin: auto;
}
.video-play-button {
  background-image: url("/assets/images/btn-play.png");
  width: 113px;
  background-repeat: no-repeat;
  height: 113px;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 60px;
}
.property-carousel-pager {
  width: 310px;
  height: 696px;
  overflow: hidden;
}
.property-carousel-pager .carousel-inner {
  height: 699px;
}
.property-carousel-pager .carousel-inner .item {
  cursor: pointer;
}
.property-carousel-pager .carousel-inner .item > div {
  position: relative;
}
.property-carousel-pager .item img {
  /*        height: 230px;
                width: 100%;*/
  max-height: 230px;
  width: 100%;
  position: absolute;
  bottom: 0;
  top: 0;
  margin: auto;
}
.property-carousel-pager .carousel-control {
  background-color: #104d80;
  height: 98px;
  opacity: 1;
  overflow: hidden;
  left: 0;
  background-image: none;
  /* width: 261px !important; */
}
.property-carousel-pager .carousel-control span.glyphicon {
  padding: 39px 0;
}
.property-carousel-pager .carousel-control.left,
.property-carousel-pager .carousel-control.right {
  top: initial;
  width: 100%;
}
.quick-details {
  width: 100%;
  height: 44px;
  padding: 5px 25px;
  background-color: #89c655;
  overflow: hidden;
}
.quick-details p,
.quick-details span {
  color: white;
}
.quick-details .col-custom-1,
.quick-details .col-custom-2 {
  height: 68px;
  overflow: hidden;
}
.quick-details .col-custom-1 {
  width: 310px;
  margin-right: 20px;
  /* padding-right: 20px; */
}
.quick-details .col-custom-2 {
  width: 306px;
}
.quick-details .address {
  font-size: 23px;
  display: block;
  float: left;
  width: 100%;
  padding-right: 20px;
  position: relative;
}
.quick-details .price {
  font-size: 23px;
}
.quick-details .reference {
  font-size: 23px;
  text-align: right;
  margin: 0;
  float: right;
}
.quick-details .vertical-line {
  position: absolute;
  border-right: 1px solid white;
  display: block;
  height: 74%;
  right: 0;
  width: 1px;
  top: 0;
  margin-top: 7px;
}
.quick-details .amenities {
  padding-right: 35px;
  padding-bottom: 10px;
  padding-top: 5px;
  float: right;
}
.quick-details .amenities .amenity {
  padding-left: 16px;
}
.quick-details .amenities .amenity img {
  height: 16px;
  width: auto;
}
.quick-details .amenities .amenity span {
  font-size: 16px;
  padding-left: 4px;
  float: right;
}
.icon-bar {
  margin-bottom: 10px;
  float: left;
}
.icon-bar .ico {
  width: 18px;
  height: 19px;
  background-position: center;
  display: block;
  background-repeat: no-repeat;
}
.icon-bar a {
  margin-right: 39px;
  float: left;
  display: block;
  cursor: pointer;
}
.icon-bar a:hover .ico.ico-printer {
  background-image: url("/assets/images/ico-printer-blue.png");
}
.icon-bar a:hover .ico.ico-share {
  background-image: url("/assets/images/ico-share-blue.png");
}
.icon-bar a:hover .ico.ico-envelope-doc {
  background-image: url("/assets/images/ico-envelope-doc-blue.png");
}
.icon-bar a:hover .ico.ico-envelope {
  background-image: url("/assets/images/ico-envelope-blue.png");
}
.icon-bar a:hover .ico.ico-tag,
.icon-bar .added .ico.ico-tag {
  background-image: url("/assets/images/ico-tag-blue.png");
}
.ico.ico-envelope {
  background-image: url("/assets/images/ico-envelope-grey.png");
}
.ico.ico-printer {
  background-image: url("/assets/images/ico-printer-grey.png");
}
.ico.ico-printer-green {
  background-image: url("/assets/images/ico-printer-green.png");
}
.ico.ico-printer-alt {
  background-image: url("/assets/images/ico-printer-blue-alt.png");
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  float: left;
}
.ico.ico-tag {
  background-image: url("/assets/images/ico-tag-grey.png");
}
.ico.ico-envelope-doc {
  background-image: url("/assets/images/ico-envelope-doc-grey.png");
}
.ico.ico-share {
  background-image: url("/assets/images/ico-share-grey.png");
}
.gap-2 {
  margin-bottom: 20px;
}
.property-title {
  font-size: 28px;
  color: #80be4b;
  margin: 0 0 5px 0;
}
.property-price {
  font-size: 24px;
  margin: 0 0 5px 0;
  color: #80be4b;
}
.auction-location {
  font-size: 16px;
  color: #6d6e75;
  line-height: 20px;
  border-bottom: 1px solid #efefef;
  font-weight: bold;
  padding-bottom: 10px;
  margin: 0 0 -5px 0;
}
.left-property-details {
  width: 820px;
}
.left-property-details .label1,
.left-property-details .label2 {
  font-size: 16px;
}
.left-property-details .label1 {
  color: #80be4b;
  font-weight: 400;
  padding-right: 11px;
}
.left-property-details .label2 {
  color: #104d80;
  font-weight: 600;
}
.left-property-details .label-col {
  width: 186px;
}
.left-property-details .value-col {
  width: 550px;
  line-height: 23px;
  padding-right: 0;
}
.left-property-details .value {
  font-size: 14px;
  color: #6d6e75;
}
.left-property-details .gap {
  padding: 0;
  display: block;
  /* float: left; */
  clear: both;
  height: 29px;
}
.left-property-details .property-description {
  margin-bottom: 14px;
  color: #6d6e75;
}
.left-property-details .viewing {
  font-size: 14px;
  font-weight: 100 !important;
  font-style: italic;
}
.line-col {
  min-width: 186px !important;
  width: auto !important;
  padding-right: 0;
}
.row-container {
  padding: 6px 0 7px 0;
  border-bottom: 1px solid #efefef;
}
.right-property-details {
  width: 442px;
  float: right;
  padding-right: 15px;
}
.ico.ico-pdf {
  background-image: url("/assets/images/ico-pdf.png");
  background-repeat: no-repeat;
  width: 29px;
  height: 39px;
  float: left;
}
.document-link {
  line-height: 39px;
  font-size: 14px;
  color: #6d6e75;
  font-weight: 600;
  margin-bottom: 10px;
  display: block;
}
.document-link .ico {
  margin-right: 10px;
}
.document-link .ico .fa {
  margin-left: 10px;
  color: #80be4b;
}
.property-documents {
  float: left;
  width: 100%;
  position: relative;
}
.property-documents .document-link {
  float: left;
  clear: both;
}
.property-documents .document-link:hover {
  opacity: .8;
  color: #6d6e75;
}
div#document-form-collapse .form-placeholder {
  position: relative;
  top: 0;
  margin: 0;
  width: 243px;
  padding-bottom: 10px;
  background: #f3f2f2;
  float: left;
  z-index: 1;
  /* height: 199px; */
}
div#document-form-collapse .form-placeholder:after {
  right: 100%;
  top: 10%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
div#document-form-collapse .form-placeholder:after {
  border-color: rgba(136, 183, 213, 0);
  border-right-color: #f3f2f2;
  border-width: 10px;
  margin-top: -10px;
}
div#document-form-collapse .form-placeholder > button.close {
  display: block;
  margin: 0;
  text-align: left;
  color: #80be4b;
  width: 100%;
  font-size: 15px;
  position: relative;
  opacity: 1;
  padding: 0 10px;
}
div#document-form-collapse .form-placeholder > button.close:hover {
  color: #9a9ba4;
}
div#document-form-collapse .form-placeholder > button.close:focus {
  outline: none;
}
div#document-form-collapse .form-placeholder > button.close i {
  position: relative;
  display: block;
  width: 100%;
}
div#document-form-collapse .form-placeholder > button.close i:after {
  content: "\f05c";
  position: absolute;
  right: 0;
  width: auto;
  font-family: FontAwesome;
  height: auto;
  font-style: normal;
  font-weight: 100;
}
.property-documents .collapse-outer {
  position: absolute;
  padding-left: 145px;
  bottom: 0;
  top: 18px;
}
.property-documents .cmsform_container h1:before {
  content: "\f0d7";
  float: right;
  font-family: FontAwesome;
  font-weight: 100;
}
.label3 {
  font-size: 20px;
  color: #80be4b;
  font-weight: 500;
}
.tommys-tabs li.extra-buttons span,
.tommys-tabs li.extra-buttons a {
  padding: 0;
  float: right;
  border: 0;
  margin: 0;
}
.tommys-tabs li.extra-buttons a {
  line-height: 40px;
}
.tommys-tabs li.extra-buttons a.back-btn {
  display: block !important;
  font-size: 14px !important;
  color: #80be4b !important;
  border: 0 !important;
}
.tommys-tabs li.extra-buttons a.back-btn:hover {
  background-color: transparent;
  text-decoration: underline;
}
.search-icon-btn {
  width: 70px !important;
  height: 41px;
  cursor: pointer !important;
  margin: 0 !important;
  float: right !important;
  padding: 10px 0 !important;
  background-color: #89c655;
  text-align: center;
}
.search-icon-btn img {
  height: 18px;
}
#property-details-page .breadcrumb {
  float: left;
  margin: 8px 0 0;
}
#property-details-page hr.back-btn-line {
  margin-top: 0;
  margin-bottom: 0px;
}
#property-details-page .card-grid-item.agent-grid:nth-child(2n+1) {
  margin-left: 15px !important;
}
#property-details-page .property-carousel-pager .carousel-inner .item > div {
  /*        height: 233px;
                width: 310px;*/
  height: 230px;
  width: 310px;
  background: #8a8b92;
  margin-bottom: 3px;
}
#property-details-page .quick-details .amenities {
  float: left;
}
#property-details-page .quick-details .image-counter {
  float: right;
  padding-right: 35px;
  padding-top: 3px;
  font-size: 25px;
  line-height: 25px;
  color: white;
}
#property-details-page .quick-details .image-counter .counter-button {
  width: 15px;
  background-size: 100% auto;
  height: 29px;
  background-repeat: no-repeat;
}
#property-details-page .quick-details .image-counter .counter-button.counter-left {
  background-image: url(/assets/images/btn-left.png);
  float: left;
  margin-right: 15px;
}
#property-details-page .quick-details .image-counter .counter-button.counter-right {
  background-image: url(/assets/images/btn-right.png);
  float: right;
  margin-left: 15px;
}
.office-agents-page {
  min-height: 500px;
}
.office-agents-page .card-grid-item.office-grid {
  margin: 0 0 20px 16px;
}
.office-agents-page .card-grid-item.agent-grid {
  margin: 0 0 20px 43px !important;
}
.office-agents-page .card-grid-item.agent-grid:nth-child(6n+1) {
  margin-left: 0 !important;
}
.office-agents-page .agent-office-wrapper .card-grid-item.office-grid:nth-child(5n+1) {
  margin-left: 0;
}
.card-grid-item {
  margin-bottom: 20px;
  float: left;
  width: 235px;
  margin: 0 0 20px 15px;
  padding: 0 0 0 0;
  /*Card Grid Form*/
}
.card-grid-item.agent-grid {
  width: 171px;
}
.card-grid-item.agent-grid .image-box {
  width: 100%;
  height: 228px;
  background-color: transparent;
}
.card-grid-item.agent-grid .image-box img {
  width: 100%;
  height: auto;
}
.card-grid-item .image-box {
  display: block;
  margin: 0 auto;
  text-align: center;
  background-color: #eeeeee;
  width: 235px;
  overflow: hidden;
}
.card-grid-item .image-box img {
  /*            width: auto;*/
  margin: 0 auto;
  /*            height: auto;*/
}
.card-grid-item .contact-wrapper {
  height: 42px;
}
.card-grid-item.office-grid .contact-wrapper {
  height: 21px;
}
.card-grid-item .gap {
  height: 18px;
}
.card-grid-item .number {
  font-size: 15px;
  color: #8a8b91;
  height: 21px;
  overflow: hidden;
}
.card-grid-item .agent-name {
  font-size: 19px;
  height: 28px;
  color: #80be4b;
  font-weight: 400;
  overflow: hidden;
}
.card-grid-item .agent-title {
  font-size: 16px;
  color: #8a8b91;
  height: 22px;
  font-weight: 400;
  overflow: hidden;
}
.card-grid-item.office-grid .agent-title {
  font-style: italic;
}
.card-grid-item p,
.card-grid-item a {
  margin: 0;
  color: #8a8b91;
}
.card-grid-item .link {
  display: block;
  color: #80be4b;
  font-weight: 600;
  font-size: 15px;
}
.card-grid-item .link .fa {
  float: right;
  padding-top: 3px;
}
.card-grid-item .popup-container {
  padding-top: 10px;
}
.card-grid-item hr {
  margin: 10px 0;
}
.card-grid-item hr.hr-2 {
  margin-bottom: 0;
}
.card-grid-item hr.hr-bottom {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 182px;
  margin: 0;
}
.card-grid-item .number strong {
  padding-right: 3px;
}
.card-grid-item .cmsform_container h1 {
  display: block;
  font-weight: 600;
  font-size: 15px;
  padding: 0 0 14px 0;
  margin: 0;
  cursor: pointer;
}
.card-grid-item .cmsform_container h1:before {
  content: "\f0d7";
  float: right;
  font-family: FontAwesome;
  font-weight: 100;
}
.card-grid-item .form-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
/* CMS Form General Styles and Modal for Forms */
.fade.in {
  display: block;
}
.modal.modal-form .modal-dialog .close {
  display: block;
  z-index: 1000;
  position: absolute;
  right: 0;
  top: 0;
  opacity: 1;
  color: #80BE4C;
  padding: 5px 10px;
}
.modal.modal-form .modal-dialog .close:hover {
  opacity: .6;
}
.modal.modal-form .modal-dialog .cmsform_container {
  float: none;
}
.modal.modal-form .modal-dialog .cmsform_container .success_error {
  float: none;
}
.modal.modal-form .modal-dialog .cmsform_container form div.security-image input {
  width: 68%;
}
.modal.modal-form .modal-dialog .cmsform_container form div.security-image p {
  width: 30% !important;
}
.cmsform_container {
  background: #f3f2f2;
  float: left;
  width: 100%;
  clear: both;
  display: block;
  padding: 10px;
}
.cmsform_container.office-dropdown form div.send-form-to {
  display: block !important;
}
.cmsform_container.office-dropdown form div.send-form-to select {
  font-weight: 600;
  font-size: 13px;
  color: #6d6e75;
}
.cmsform_container.form-friendly-free-market-appraisal {
  width: 720px;
  padding: 20px;
  background: none;
}
.cmsform_container.form-friendly-free-market-appraisal div.textarea {
  min-height: 333px !important;
  top: 0;
}
.cmsform_container.form-friendly-free-market-appraisal div.textarea  textarea {
  min-height: 326px !important;
}
.cmsform_container.form-friendly-free-market-appraisal div.instruction {
  height: auto;
}
.cmsform_container.form-friendly-free-market-appraisal div.instruction p {
  margin: 0 !important;
}
.cmsform_container.form-friendly-free-market-appraisal.customised-market-appraisal .send-form-to {
  display: block !important;
}
.cmsform_container.form-friendly-free-market-appraisal.customised-market-appraisal div.textarea {
  min-height: 333px;
}
.cmsform_container.form-friendly-free-market-appraisal.customised-market-appraisal div.textarea  textarea {
  min-height: 326px;
}
.cmsform_container.form-friendly-free-market-appraisal > h1 {
  display: none;
}
.cmsform_container.form-friendly-free-market-appraisal > form {
  position: relative;
}
.cmsform_container.form-friendly-free-market-appraisal > form > input {
  float: left;
  width: 48.7%;
  clear: none;
  margin: 30px 0 0 15px;
}
.cmsform_container.form-friendly-free-market-appraisal > form div {
  width: 49%;
  clear: left !important;
  height: 46px;
}
.cmsform_container.form-friendly-free-market-appraisal > form div.textarea {
  margin-bottom: 4px;
  height: auto;
  clear: none;
  position: absolute;
  right: 0;
  min-height: 306px;
}
.cmsform_container.form-friendly-free-market-appraisal > form div.textarea textarea {
  min-height: 231px;
  max-height: 296px;
}
.cmsform_container.form-friendly-free-market-appraisal > form div.security-image input {
  height: 46px;
}
.cmsform_container.form-friendly-free-market-appraisal > form div.text label,
.cmsform_container.form-friendly-free-market-appraisal > form div.email label {
  top: 16px;
}
.cmsform_container.form-friendly-free-market-appraisal > form div input,
.cmsform_container.form-friendly-free-market-appraisal > form div textarea,
.cmsform_container.form-friendly-free-market-appraisal > form div select {
  border: 1px solid #EAEAEA;
}
.cmsform_container.form-friendly-free-market-appraisal > form div.textarea textarea {
  border: 1px solid #EAEAEA;
}
.cmsform_container.form-friendly-free-market-appraisal > form > input,
.cmsform_container.form-friendly-free-market-appraisal > form > .submit-form {
  background-color: #89c655;
  height: 46px;
  padding: 0;
}
.cmsform_container.form-friendly-free-market-appraisal > form > .submit-form {
  padding: 13px 0;
}
.cmsform_container form div {
  position: relative;
  margin-bottom: 10px;
  min-height: 20px;
  float: left;
  width: 100%;
  clear: both;
}
.cmsform_container form div.instruction {
  display: block;
  clear: both;
  float: none;
}
.cmsform_container form div.send-form-to {
  display: none !important;
}
.cmsform_container form div.security-image {
  display: block;
  clear: both;
  height: 95px;
}
.cmsform_container form div.security-image p {
  margin: 0;
  padding: 0;
  width: 40%;
  float: left;
  height: 26px;
}
.cmsform_container form div.security-image p img {
  float: left;
  width: 100%;
  height: 100%;
}
.cmsform_container form div.security-image input {
  float: right;
  width: 57%;
  text-align: center;
  height: 26px;
  padding: 3px;
  text-transform: uppercase;
  text-indent: 8px;
  letter-spacing: 14px;
}
.cmsform_container form div.security-image input::-webkit-input-placeholder {
  text-transform: none;
  text-indent: initial;
  letter-spacing: initial;
  text-align: left;
  padding: 3px 10px;
}
.cmsform_container form div.security-image input:-moz-placeholder {
  text-transform: none;
  text-indent: initial;
  letter-spacing: initial;
  text-align: left;
  padding: 3px 10px;
}
.cmsform_container form div.security-image input::-moz-placeholder {
  text-transform: none;
  text-indent: initial;
  letter-spacing: initial;
  text-align: left;
  padding: 3px 10px;
}
.cmsform_container form div.security-image input:-ms-input-placeholder {
  text-transform: none;
  text-indent: initial;
  letter-spacing: initial;
  text-align: left;
  padding: 3px 10px;
}
.cmsform_container form div.security-image label {
  position: relative;
  float: none;
  clear: both;
  left: initial;
  right: initial;
  display: block;
  bottom: initial;
  width: 100px;
  top: initial;
  padding: 0 0 5px 0;
  margin: 0;
}
.cmsform_container form div.security-image label:first-child {
  display: block !important;
}
.cmsform_container form div.security-image label.error {
  display: none !important;
}
.cmsform_container form div.security-image .frmSecureSpanNewLine {
  display: none;
}
.cmsform_container form div.security-image .frmSecureSpanText {
  bottom: 0;
  font-size: 12px;
  display: block;
  cursor: pointer;
  float: left;
  height: 20px;
  top: 52px;
  left: 0;
  position: absolute;
}
.cmsform_container form div.security-image .frmSecureSpanText:hover {
  color: #80be4b;
}
.cmsform_container form div.text label,
.cmsform_container form div.email label {
  bottom: 0;
  height: 100%;
  vertical-align: middle;
  line-height: 1;
  top: 6px;
}
.cmsform_container form div label {
  position: absolute;
  top: 3px;
  cursor: text;
  padding: 0;
  left: 10px;
  font-size: 13px;
  margin: 0;
  font-weight: 600;
  color: #6d6e75;
}
.cmsform_container form div label.error {
  display: none !important;
}
.cmsform_container form div input::-webkit-input-placeholder {
  opacity: 1;
  color: #6d6e75;
  font-size: 14px;
  font-weight: 600;
}
.cmsform_container form div input:-moz-placeholder {
  opacity: 1;
  color: #6d6e75;
  font-size: 14px;
  font-weight: 600;
}
.cmsform_container form div input::-moz-placeholder {
  opacity: 1;
  color: #6d6e75;
  font-size: 14px;
  font-weight: 600;
}
.cmsform_container form div input:-ms-input-placeholder {
  opacity: 1;
  color: #6d6e75;
  font-size: 14px;
  font-weight: 600;
}
.cmsform_container form div input,
.cmsform_container form div textarea,
.cmsform_container form div select {
  width: 100%;
  border: 1px solid transparent;
  height: 100%;
  padding: 3px 10px;
  margin: 0;
  max-width: 100%;
}
.cmsform_container form div input.error,
.cmsform_container form div textarea.error,
.cmsform_container form div select.error {
  border: 1px solid #F00 !important;
}
.cmsform_container form div.textarea textarea {
  min-height: 20px;
  height: 162px;
}
.cmsform_container form div.textarea {
  margin-bottom: 4px;
  height: auto;
}
.cmsform_container form > input {
  width: 100%;
}
.cmsform_container form > input,
.cmsform_container form > .submit-form {
  border: 0;
  background-color: #104d80;
  height: 36px;
  color: white;
  font-weight: 600;
  font-size: 13px;
}
.cmsform_container form > .submit-form {
  width: 200px !important;
  text-align: center;
  padding: 8px 0;
  float: left;
  clear: both;
}
.cmsform_container form > .submit-form:hover {
  text-decoration: none;
}
.cmsform_container .success_error {
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  margin: 10px 0 0 0;
  padding: 10px;
  height: auto !important;
  width: 100% !important;
  display: none;
  clear: both !important;
  float: left;
}
.cmsform_container .success_error.success {
  color: #80be4b;
  display: block !important;
  border: 1px solid #80be4b;
}
.cmsform_container .success_error.error {
  color: red;
  border: 1px solid red;
  display: block !important;
}
.cmsform_container h1 {
  color: #80be4b;
  display: block;
  font-weight: 600;
  font-size: 15px;
  padding: 0 0 14px 0;
  margin: 0;
}
.my-property-form .cmsform_container {
  padding: 25px;
}
.my-property-form .cmsform_container form div {
  width: 49.5%;
  height: 32px;
  clear: none;
}
.my-property-form .cmsform_container form div input,
.my-property-form .cmsform_container form div textarea,
.my-property-form .cmsform_container form div select {
  height: 32px;
}
.my-property-form .cmsform_container form div:nth-child(even) {
  padding-left: 6px;
}
.my-property-form .cmsform_container form div.security-image input {
  width: 51%;
}
.my-property-form .cmsform_container form div.security-image p {
  height: 32px;
}
/*Agent / Offices List Page*/
.agents-offices-content .phone-text {
  font-size: 16px;
  color: #89c655;
}
/*Search by Offices Section mainly within Agent / Offices List Page so far*/
#agent-office.dropdown-menu > li > a {
  cursor: pointer;
  display: block;
  padding: 5px 13px;
  clear: both;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4;
  color: #6d6e75;
  white-space: nowrap;
}
#agent-office.dropdown-menu > li > a:focus {
  outline: none;
  background-color: transparent;
}
#agent-office.dropdown-menu > li > a:hover {
  color: white;
}
#agent-office.dropdown-menu > li {
  padding: 0;
}
.search-section {
  background-color: #eeeeee;
  display: block;
  float: left;
  /* width: 610px; */
  padding: 5px 0px 5px 15px;
  margin: 0 0 15px 0;
  border: 1px solid #e4e3e3;
}
.search-section .dropdown-menu {
  max-height: 253px !important;
}
.search-section .dropdown-menu li {
  font-size: 13px !important;
  font-weight: 400 !important;
}
.search-section .search-col,
.search-section .search-btns .btn {
  margin-bottom: 0;
}
.search-section .search-btns .btn {
  text-align: left;
  font-size: 13px;
  font-weight: 400;
  padding: 9px 0 0 8px;
}
.search-section .search-btns .btn i {
  position: absolute;
  right: 10px;
  top: 12px;
  height: 13px;
  width: 13px;
  background-size: 13px;
}
.search-section .search-col {
  margin-bottom: 0;
  width: 345px;
}
.search-section .search-col .btn {
  font-size: 13px !important;
  font-weight: 400 !important;
}
.search-section .search-by-text {
  font-size: 16px;
  color: #104d80;
  font-weight: 600;
  padding: 8px 18px 0 0;
}
/*Property Carousel*/
.property-carousel-main .carousel-control {
  background-repeat: no-repeat;
  background-position: center;
  width: 54px;
  opacity: 1;
  height: 109px;
  top: 294px;
}
.property-carousel-main .carousel-control .item {
  transition: none !important;
}
.property-carousel-main .carousel-control .glyphicon {
  display: none;
}
.property-carousel-main .carousel-control.left {
  background-image: url("/assets/images/btn-left-transparent-white.png");
}
.property-carousel-main .carousel-control.right {
  background-image: url("/assets/images/btn-right-transparent-white.png");
}
.property-carousel-pager .carousel-control {
  background-repeat: no-repeat;
  background-position: center;
  /*height: 10%;*/
  opacity: 1;
}
.property-carousel-pager .carousel-control .glyphicon {
  display: none;
}
.property-carousel-pager .carousel-control.left {
  background-image: url("/assets/images/ico-up-arrow.png");
}
.property-carousel-pager .carousel-control.right {
  background-image: url("/assets/images/ico-down-arrow.png");
}
/*Property Grid Map Item*/
.listing-map-popup .addthis-wrapper {
  left: 317px;
  bottom: 38px;
}
/*Property Details Page*/
.school_map_block {
  margin-top: 10px;
}
.school_map_block p {
  border-bottom: 1px solid #e2e2e2;
  padding: 4px 0;
  margin: 0;
  font-weight: 100;
  font-size: 13px;
}
.school_map_block p strong {
  font-weight: 500;
}
.school_map_block a {
  color: #5a5a5a;
}
.school_map_block a:hover {
  color: #0f4c7f;
  text-decoration: none;
}
.school_map_block h4 {
  color: #80be4b;
  font-weight: 400;
  font-size: 20px;
}
.main-property-details {
  margin-bottom: 38px;
}
.main-property-details .tab-content {
  position: relative;
}
.main-property-details .tab-content .tab-pane #map-expand {
  position: absolute;
  top: 10px;
  right: 10px;
  line-height: 14px;
  background-color: white;
  padding: 10px;
}
.main-property-details .tab-content .tab-pane #map-expand .fa {
  font-size: 16px;
  color: #80be4b;
}
.main-property-details .tommys-tabs {
  margin-bottom: 5px;
}
.main-property-details .property-maps {
  width: 100%;
  height: 397px;
  background-color: #f5f3f3;
}
.addthis_container {
  display: none;
  position: absolute;
  background-color: #f3f2f2;
  text-align: left;
  right: 37px;
  left: -6px;
  height: auto;
  bottom: 27px;
  padding: 3px 2px 0 2px;
  /* border: 1px solid #DEDEDE; */
  max-width: 78px;
}
.addthis_container:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.addthis_container:before {
  border-color: rgba(136, 183, 213, 0);
  border-top-color: #f3f2f2;
  border-width: 8px;
  margin-left: -8px;
  z-index: 1;
}
.addthis_container:after {
  content: "\f1e0";
  padding: 7px 0 0 19px;
  position: absolute;
  width: 56px;
  height: 26px;
  background-color: white;
  display: block;
  font-family: FontAwesome;
  text-align: center;
  color: #89c655;
  left: 0px;
  margin: auto;
}
.addthis-wrapper {
  position: absolute;
  bottom: 19px;
  left: 15px;
  right: initial;
  width: auto;
  max-width: 144px;
  background: #fff;
}
.property-video {
  width: 100%;
  height: 100%;
  /*display: block;*/
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.property-carousel-pager .video-play-button {
  position: absolute;
  top: 80px;
  width: 70px;
  background-size: 70px;
  left: 120px;
  height: 70px;
}
/*Agent Details Page*/
#agent-details-page .membership-details h3 {
  margin-top: 0;
}
#agent-details-page .breadcrumb {
  float: left;
  margin: 8px 0 0;
}
#agent-details-page hr.back-btn-line {
  margin-bottom: 0 !important;
}
#agent-details-page .agent-card-container {
  margin-top: 168px;
}
#agent-details-page .agent-card-container .card-grid-item.agent-grid {
  width: 400px;
  float: left;
  margin-bottom: 0;
  margin-left: 20px;
  position: relative;
}
#agent-details-page .agent-card-container .card-grid-item.agent-grid .image-box {
  float: left;
  width: 207px;
  margin-right: 10px;
  height: 278px;
}
#agent-details-page .agent-card-container .card-grid-item.agent-grid .gap {
  border-top: 1px solid #eee;
  height: 18px;
  margin-left: 219px;
}
#agent-details-page .agent-card-container .card-grid-item.agent-grid .popup-container {
  padding-top: 10px;
  border-bottom: 1px solid #eee;
  width: 180px;
  float: left;
  padding-bottom: 10px;
}
#agent-details-page .agent-card-container .card-grid-item.agent-grid .social-links {
  height: 40px;
  text-align: left;
  padding-top: 10px;
  float: left;
  width: 183px;
}
#agent-details-page .agent-card-container .card-grid-item.agent-grid .social-links span {
  margin-right: 21px;
}
#agent-details-page .agent-card-container .card-grid-item.agent-grid .social-links span i {
  font-size: 22px;
  color: #89c655;
}
#agent-details-page .agent-card-container .card-grid-item.agent-grid .social-links span:last-child {
  margin-right: 0;
}
.main-agent-details {
  margin-bottom: 50px;
}
.main-agent-details h1 {
  font-size: 28px;
  font-weight: 600;
  color: #80be4b;
  margin-bottom: 18px;
  margin-top: 30px;
}
.image-and-slider {
  width: 100%;
  height: 446px;
}
.link-bar {
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  padding: 15px 0 0;
  list-style: none;
  float: left;
  width: 100%;
  margin: 0px;
}
.link-bar li {
  float: left;
  border-right: 1px solid #89c655;
  padding-right: 14px;
  margin-bottom: 15px;
  margin-right: 14px;
  height: 15px;
  line-height: 15px;
}
.link-bar li:last-child {
  border-right: 0;
  margin-right: 0;
  padding-right: 0;
}
.link-bar span a {
  font-weight: 400;
  margin-left: 3px;
  max-width: 106px;
  /* line-height: 25px; */
  /* margin-top: -4px; */
}
.link-bar a,
.link-bar span,
.link-bar i {
  color: #89c655;
}
.link-bar a,
.link-bar span {
  font-size: 17px;
}
.link-bar a {
  font-weight: 600;
}
.link-bar span {
  color: #89c655;
  font-weight: 600;
  font-size: 17px;
}
.link-bar .social-links a {
  margin-right: 17px;
  font-size: 20px;
  font-weight: 100;
  line-height: 16px;
}
.link-bar .social-links a:last-child {
  margin-right: 0;
  padding-right: 0;
}
.left-agent-details {
  width: 749px;
  padding-right: 0;
}
.right-agent-details {
  float: right;
  width: 516px;
}
.right-agent-details .agent-references {
  padding: 44px;
  background-color: #f5f5f5;
  margin-top: 25px;
}
.agent-references p {
  font-size: 14px;
  margin: 0 0 10px 0;
  /*margin: 0 0 10px 0;*/
  color: #6d6e75;
  line-height: 20px;
}
.agent-reference {
  padding-bottom: 10px;
}
.agent-references h4 {
  font-size: 24px;
  margin: 7px 0 16px 0;
  color: #6d6e75;
}
.agent-references p.reference-written-by {
  margin-bottom: 15px;
}
.right-agent-slideshow {
  width: 734px;
  height: 100%;
  background-color: #89c655;
}
.right-agent-slideshow .item {
  height: 446px;
}
.right-agent-slideshow .item .video-play-button {
  position: absolute;
  top: 0;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 0;
}
.right-agent-slideshow .item img {
  height: 446px;
  width: 734px;
}
.right-agent-slideshow .content {
  width: 524px;
  margin: 0 auto;
  height: 446px;
  padding: 50px 0 0 0;
  color: white;
  font-size: 34px;
  font-weight: 500;
  line-height: 48px;
}
.right-agent-slideshow .content h4 {
  color: white;
  font-size: 32px;
  margin: 10px 0 13px 0;
  font-weight: 500;
}
.right-agent-slideshow .content p {
  color: white;
  font-size: 34px;
  font-weight: 500;
  line-height: 48px;
  /* text-align: center; */
}
.right-agent-slideshow .content p a {
  color: #0f4c7f;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}
.right-agent-slideshow .content > blockquote {
  color: white;
  font-size: 34px;
  font-weight: 500;
  border: 0;
  font-style: italic;
  padding: 0;
  line-height: 48px;
  margin: 0;
  text-align: right;
}
.right-agent-slideshow .content > a {
  font-size: 19px;
  color: white;
  font-weight: 100;
  font-style: italic;
}
.right-agent-slideshow .carousel-control {
  background-repeat: no-repeat;
  background-position: center;
  width: 80px;
  opacity: 1;
  height: 80px;
  top: 184px;
}
.right-agent-slideshow .carousel-control .glyphicon {
  display: none;
}
.right-agent-slideshow .carousel-control.left {
  background-image: url("/assets/images/btn-left.png");
}
.right-agent-slideshow .carousel-control.right {
  background-image: url("/assets/images/btn-right.png");
}
/*CMS Slideshow*/
.module-cms-slideshow {
  margin-bottom: 39px;
}
.module-cms-slideshow .item {
  height: 211px;
  width: 1264px;
}
.module-cms-slideshow .slide-block {
  float: left;
  background-color: currentColor;
  margin-right: 1.74%;
  height: 211px;
  width: 294px;
}
/*Select Office Map*/
/*#modal-select-office {
    z-index: 10000000;
}*/
.modal.fade.in {
  z-index: 10000000;
}
#modal-select-office #main-office-map {
  width: 1191px !important;
  background-color: lightgrey;
  height: 527px !important;
  margin: 0 0 0 24px;
}
#modal-select-office .modal-dialog {
  width: 1242px !important;
}
#modal-select-office .modal-content {
  background-color: #eeeeee;
  padding-bottom: 24px;
}
#modal-select-office .modal-content p {
  font-size: 35px;
  color: #81bc4f;
  margin-left: 24px;
  padding-top: 5px;
  font-weight: 400;
}
#modal-select-office .modal-content p span {
  color: #616268;
  cursor: pointer;
}
#modal-select-office .modal-content p span:hover {
  text-decoration: underline;
}
/*My Tommys*/
#my-tommys-page {
  margin-bottom: 66px;
}
p.no-alerts-msg {
  padding: 20px;
  background-color: #f5f5f5;
}
#my-tommys-page .navbar-search-outer {
  padding-bottom: 51px !important;
  margin-bottom: 24px;
}
/*My Tommys Saved Search / Property Alerts*/
.saved-item {
  float: left;
  width: 294px;
  margin-right: 21px;
  position: relative;
  height: 138px;
}
.saved-item .saved-item-inner {
  position: absolute;
  background: white;
  z-index: 100;
  width: 100%;
  left: 0;
  right: 0;
}
.saved-item .title {
  color: #80be4b;
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
}
.saved-item .suburb {
  font-size: 20px;
  line-height: 20px;
  color: #6d6e75;
  display: block;
  margin: 0 0 5px 0;
  position: relative;
  clear: both;
  float: left;
  width: 100%;
}
.saved-item .details {
  font-size: 14px;
  line-height: 20px;
  margin: 0;
  padding-top: 8px;
  color: #6d6e75;
}
.saved-item .edit-delete-links {
  padding: 9px 0px;
  color: #80be4b;
  margin-left: 10px;
  font-size: 16px;
}
.saved-item .edit-delete-links a {
  color: #80be4b;
  font-size: 16px;
  font-weight: 600;
  margin: 0 12px;
}
.saved-item .btn {
  background-color: #89c655;
  color: white;
  width: 126px;
  border-radius: 0;
  height: 40px;
  font-size: 16px;
  line-height: 23px;
}
.saved-item hr {
  clear: both;
  float: left;
  width: 100%;
  margin: 10px 0;
}
#saved-searches-list .saved-item:nth-child(4n) {
  margin-right: 0;
}
.saved-item a.arrow {
  text-decoration: none;
}
.saved-item .arrow .fa.fa-chevron-down,
.saved-item .arrow.collapsed .fa.fa-chevron-right {
  display: block;
}
.saved-item .arrow .fa.fa-chevron-right,
.saved-item .arrow.collapsed .fa.fa-chevron-down {
  display: none;
}
.saved-item .arrow .fa {
  color: #80be4b;
  font-size: 10px;
  position: absolute;
  line-height: 10px;
  top: 0;
  padding: 10px 0 10px 10px;
  right: 0;
}
/*third nav*/
.third-nav-list .third-nav-header {
  font-size: 20px;
  color: #6d6e75;
  line-height: 32px;
  font-weight: 400;
  margin-bottom: 15px;
}
.third-nav-list .third-nav-links {
  font-weight: 600;
  font-size: 14px;
  color: #80be4b;
}
.third-nav-list .third-nav-links.active {
  color: #0f4b83;
}
/*Blog Pages*/
#blogs-page .each-blog-snippet {
  height: 165px;
  overflow: hidden;
  margin-bottom: 35px;
}
#blogs-page .each-blog-snippet .blog-image {
  margin-right: 5px;
  padding-right: 0;
  width: 214px;
}
#blogs-page hr.blog-hr-top {
  margin: 5px 0 16px 0;
}
#blogs-page .share {
  clear: both;
  display: block;
  float: right;
  width: 100%;
  text-align: right;
  margin-bottom: 5px;
}
#blogs-page .share .fa {
  font-size: 17px !important;
  font-style: normal;
  margin-left: 8px;
}
#blogs-page .share .fa.fa-share-alt {
  cursor: pointer;
}
#blogs-page .ico.ico-printer-green {
  width: 18px;
  height: 21px;
  background-repeat: no-repeat;
  vertical-align: middle;
  display: inline-block;
}
#blogs-page #add-this {
  float: right;
  width: 170px;
  text-align: right;
}
#blogs-page .general-content .blog-date {
  color: #80be4b;
}
#blogs-page .general-content table {
  width: 100%;
}
#blogs-page .general-content .blog-links {
  font-weight: 600;
  font-size: 14px;
  color: #80be4b;
}
#blogs-page .general-content .blog-header {
  font-size: 20px;
  color: #6d6e75;
  line-height: 32px;
  font-weight: 400;
  margin: 0px 0;
}
#blogs-page .general-content .blog-header2 {
  font-size: 20px;
  color: #6d6e75;
  line-height: 32px;
  font-weight: 400;
  margin-bottom: 15px;
}
#blogs-page .general-content .blog-header-h1 {
  font-size: 28px;
  color: #6d6e75;
  font-weight: 400;
  line-height: 32px;
  margin: 10px 0;
}
/*Site Wide Search (Keyword Search)*/
.each-article {
  background-color: #f8f8f8;
  margin-bottom: 20px;
  width: 755px;
  float: left;
  position: relative;
  height: 189px;
}
.each-article .article-inner {
  margin: 17px;
}
.each-article .article-text {
  height: 100px;
  overflow: hidden;
}
.each-article .read-more-link {
  font-size: 16px;
  font-weight: 400;
  clear: both;
  position: absolute;
  bottom: 15px;
  left: 17px;
}
.each-article .title-link {
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
  color: #6d6e75 !important;
  margin: 10px 0;
}
.each-article .title-link:hover {
  color: #80be4b !important;
  text-decoration: none;
}
#sub-menu-tabs > li.active > a {
  cursor: pointer;
  color: #80be4b !important;
}
.dropdown-menu > li.active > a {
  background: #80be4b !important;
  color: #ffffff !important;
}
.modal {
  text-align: center;
  padding: 0!important;
}
.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}
.modal.in {
  z-index: 10000000 !important;
  opacity: 1 !important;
}
.modal .modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  transform: translate(0, 0) !important;
  -ms-transform: translate(0, 0) !important;
  /* IE 9 */
  -webkit-transform: translate(0, 0) !important;
  /* Safari and Chrome */
}
.modal-backdrop {
  z-index: 9999999;
}
.property-carousel-main .carousel-inner > .item {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 928px;
  height: 696px;
  display: block;
  position: absolute;
  z-index: 0;
  transition: none;
  transform: translate3d(0, 0, 0) !important;
  background: #000000;
}
.property-carousel-main .carousel-inner > .item:first-of-type {
  position: relative;
}
.property-carousel-main .carousel-inner > .active {
  z-index: 3;
}
.property-carousel-main .carousel-inner > .next.left,
.property-carousel-main .carousel-inner > .prev.right {
  transition: opacity 0s ease-in-out;
  left: 0;
  z-index: 2;
}
.property-carousel-main .carousel-inner > .active.left,
.property-carousel-main .carousel-inner > .active.right {
  z-index: 1;
}
.property-carousel-main .carousel-control {
  z-index: 4;
}
/*fundraising countdown*/
#countdown-wrap {
  width: 100%;
  height: 160px;
  padding: 0 20px;
}
#goal {
  font-size: 3.5em;
  text-align: right;
  width: 100%;
}
@media only screen and (max-width: 640px) {
  #goal {
    text-align: center;
  }
}
#glass {
  width: 100%;
  height: 1.5em;
  background: #c7c7c7;
  border-radius: 1em;
  float: left;
  overflow: hidden;
}
#progress {
  float: left;
  height: 20px;
  background: #eb1788;
  z-index: 333;
}
.goal-stat {
  width: 33.33%;
  height: 4em;
  padding: 0.6em;
  float: left;
  margin: 0;
}
.goal-number,
.goal-label {
  display: block;
}
.goal-number {
  font-weight: bold;
}
.fundraise-heading {
  padding: 20px;
  font-size: 18px;
}
/*Custom styles*/
a.disabled {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}
.agent-site .profile-header {
  width: 100%;
  min-height: 661px;
  display: table;
}
.agent-site .profile-header .inner {
  display: table-cell;
}
.agent-site .profile-header .inner.image-container {
  width: 39%;
}
.agent-site .profile-header .inner.image-container img {
  width: 100%;
}
.agent-site .profile-header .inner.tab-container {
  width: 61%;
  background: #80be4b;
  overflow: hidden;
}
.agent-site .profile-header .inner.tab-container .nav-tabs {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  border: 0;
}
.agent-site .profile-header .inner.tab-container .nav-tabs > li {
  margin: 0 !important;
  width: 25%;
}
.agent-site .profile-header .inner.tab-container .nav-tabs > li > a,
.agent-site .profile-header .inner.tab-container .nav-tabs > li > span {
  color: white;
  width: 100%;
  border-radius: 0;
  border-top: 0;
  margin-right: 0;
  border-left: 0;
  background-color: transparent;
  border-bottom: 1px solid white;
  height: 41px;
  display: block;
}
.agent-site .profile-header .inner.tab-container .nav-tabs > li > span {
  border-right: 0 solid transparent;
}
.agent-site .profile-header .inner.tab-container .nav-tabs > li > a {
  border-right: 1px solid white;
}
.agent-site .profile-header .inner.tab-container .nav-tabs > li > a:after {
  content: '\f0da';
  font-family: fontawesome;
  float: right;
}
.agent-site .profile-header .inner.tab-container .nav-tabs > li.active > a {
  border-bottom: 1px solid transparent;
  margin-right: 0px;
  border-top: 0 solid transparent;
  border-left: 0;
  background-color: transparent;
  color: white;
}
.agent-site .profile-header .inner.tab-container .nav-tabs > li.active > a:after {
  content: '\f0d7';
}
.agent-site .profile-header .inner.tab-container #tab-agent-video .inside-tab {
  background: black;
  height: 100%;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
}
.agent-site .profile-header .inner.tab-container #tab-agent-video .inside-tab img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: auto;
}
.agent-site .profile-header .inner.tab-container #tab-agent-video .inside-tab .video-play-button {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.agent-site .profile-header .inner.tab-container #tab-agent-video .inside-tab .tabs-background {
  height: 41px;
  top: 0;
  left: 0;
  right: 0;
  background-color: #000;
  position: absolute;
  z-index: 1;
}
.agent-site .profile-header .inner.tab-container #tab-agent-video .inside-tab iframe {
  height: 100%;
  float: none;
  width: 100%;
  clear: both;
  display: block;
  position: absolute;
}
.agent-site .profile-header .inner.tab-container #tab-free-market-appraisal .inside-tab {
  margin: 65px 40px 0 40px;
}
.agent-site .profile-header .inner.tab-container #tab-free-market-appraisal .inside-tab .general-content {
  width: 510px;
  margin-bottom: 25px;
}
.agent-site .profile-header .inner.tab-container #tab-free-market-appraisal .inside-tab .general-content * {
  color: white;
}
.agent-site .profile-header .inner.tab-container #tab-free-market-appraisal .inside-tab .general-content h3 {
  font-size: 31px;
  font-style: italic;
}
.agent-site .profile-header .inner.tab-container #tab-free-market-appraisal .inside-tab .general-content p {
  font-size: 18px;
}
.agent-site .profile-header .inner.tab-container #tab-free-market-appraisal .inside-tab .cmsform_container {
  padding: 0;
  width: 100%;
}
.agent-site .profile-header .inner.tab-container #tab-free-market-appraisal .inside-tab .cmsform_container > form div {
  float: left;
  height: 35px;
  clear: none;
}
.agent-site .profile-header .inner.tab-container #tab-free-market-appraisal .inside-tab .cmsform_container > form div.text label,
.agent-site .profile-header .inner.tab-container #tab-free-market-appraisal .inside-tab .cmsform_container > form div.email label {
  top: 11px;
}
.agent-site .profile-header .inner.tab-container #tab-free-market-appraisal .inside-tab .cmsform_container > form div.security-image {
  float: right;
}
.agent-site .profile-header .inner.tab-container #tab-free-market-appraisal .inside-tab .cmsform_container > form div.security-image label,
.agent-site .profile-header .inner.tab-container #tab-free-market-appraisal .inside-tab .cmsform_container > form div.security-image .frmSecureSpanText,
.agent-site .profile-header .inner.tab-container #tab-free-market-appraisal .inside-tab .cmsform_container > form div.security-image .frmSecureSpanText:hover {
  color: white;
}
.agent-site .profile-header .inner.tab-container #tab-free-market-appraisal .inside-tab .cmsform_container > form div.textarea {
  min-height: 215px;
  height: 215px;
  max-height: 215px;
}
.agent-site .profile-header .inner.tab-container #tab-free-market-appraisal .inside-tab .cmsform_container > form div.textarea textarea {
  min-height: 215px;
  height: 215px;
  max-height: 215px;
  resize: none;
}
.agent-site .profile-header .inner.tab-container #tab-free-market-appraisal .inside-tab .cmsform_container > form > input {
  float: left;
  margin: 0;
  background-color: #104d80;
}
.agent-site .profile-header .inner.tab-container #tab-free-market-appraisal .inside-tab .cmsform_container .success_error {
  margin-top: 50px;
}
.agent-site .profile-header .inner.tab-container .inside-tab.tab-pad {
  margin-top: 42px;
}
.agent-site .profile-header .inner.intro-outer {
  position: relative;
}
.agent-site .profile-header .inner.intro-outer .intro-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.agent-site .profile-header .inner.intro-outer .intro-inner.general-content * {
  color: white;
}
.agent-site .profile-header .inner.intro-outer .intro-inner.general-content h4 {
  font-size: 32px;
  font-weight: 400;
  font-style: italic;
  margin-bottom: 25px;
}
.agent-site .profile-header .inner.intro-outer .intro-inner.general-content p {
  font-size: 18px;
  font-style: normal;
  line-height: 1.4;
}
.agent-site .profile-header .inner.intro-outer .intro-inner.general-content p a {
  font-size: inherit;
  font-style: inherit;
  line-height: inherit;
}
.agent-site .profile-header .inner.intro-outer .intro-inner.general-content a {
  font-size: 19px;
  font-weight: bold;
  font-style: italic;
}
.agent-site .contact-details {
  float: left;
  width: 100%;
  padding: 15px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  margin-bottom: 10px;
}
.agent-site .contact-details .each-item {
  float: left;
  color: #89c655;
  padding-right: 10px;
  height: 16px;
  margin-right: 10px;
  font-size: 17px;
  line-height: 1;
  border-right: 1px solid #89c655;
  display: block;
}
.agent-site .contact-details .each-item a {
  cursor: pointer;
  color: inherit;
}
.agent-site .contact-details .social-links .each-item {
  font-size: 22px;
  border: 0;
  padding-right: 7px;
  margin-right: 7px;
  line-height: 1px !important;
  margin-top: -3px;
}
.agent-site .contact-details .social-links .each-item a:hover {
  text-decoration: none;
}
.agent-site .contact-details .social-links .each-item:last-child {
  margin-right: 0;
  padding-right: 0;
  border: 0;
}
.agent-site .footer-social-links .social-link {
  background: #5e5f6d;
  background: -webkit-linear-gradient(#5e5f6d, #4a4c5a);
  background: -o-linear-gradient(#5e5f6d, #4a4c5a);
  background: -moz-linear-gradient(#5e5f6d, #4a4c5a);
  background: linear-gradient(#5e5f6d, #4a4c5a);
  padding: 0;
  height: 35px;
  margin-right: 10px;
  width: 35px;
  text-align: center;
  color: white;
  border-radius: 3px;
  line-height: 35px;
  border: 1px solid #404250;
  text-decoration: none;
}
.agent-site .footer-social-links .social-link:hover {
  opacity: .9;
}
.agent-site #footer .general-content.footer-box {
  margin-bottom: 20px;
}
.agent-site #footer .general-content.footer-box h3 {
  color: #0f4c7f;
  margin: 0;
  font-size: 19px;
  line-height: 23px;
}
.agent-site #footer .general-content.footer-box h6 {
  margin: 0 0 17px 0;
  font-size: 13px;
  line-height: 17px;
}
.agent-site #footer .general-content.footer-box h4 {
  margin: 0 0 17px 0;
  font-size: 15px;
  line-height: 19px;
  font-weight: 400;
}
.agent-site #footer .general-content.footer-box p {
  font-size: 13px;
  line-height: 17px;
}
.agent-site #footer .general-content.footer-box a:hover > img {
  opacity: .9;
}
.agent-site ul#social-search-container {
  margin-bottom: 0;
}
.agent-site ul#social-search-container .fa {
  font-size: 22px;
}
.agent-site ul#social-search-container.list-inline > li {
  padding: 0 10px;
}
.agent-site #site-logo-office-section {
  margin-top: 39px;
}
.agent-site #site-logo-office-section #site-logo .office-text {
  margin-top: 25px;
  line-height: 1;
}
.agent-site .general-content-container {
  margin-top: 30px;
}
.home-christmas-button {
  background-color: #89c655;
  font-weight: 500;
  font-size: 24px;
  line-height: 1;
  color: white;
  padding: 12px 10px 13px;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  width: 400px;
  z-index: 1;
  top: 270px;
  margin: 0 auto;
  text-align: center;
}
.home-christmas-button:hover,
.home-christmas-button:focus,
.home-christmas-button:active {
  color: white;
  text-decoration: none;
}
