.listingImage {
  overflow: hidden; }

.listingImage.imageBg {
  min-height: 100%; }

.listingImage a {
  display: block; }

.listingImage img {
  max-width: 100%;
  width: 100%; }

.listingItem a {
  color: inherit; }

.listingHolder > li {
  margin-bottom: 30px; }

/*image zoom on rollover*/
.zoomhover img {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  image-rendering: -webkit-optimize-contrast; }

.listingItem:hover .zoomhover img {
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05); }

.imageBg a {
  background-size: cover;
  background-position: center center;
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease; }

.imageBg:hover a {
  -ms-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2); }

.listingImage a {
  display: block;
  width: 100%;
  height: 100%; }

/*image rollover with button*/
.hoverLink {
  position: relative; }

.hoverLink a {
  position: absolute;
  width: 100%;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  left: 0;
  top: 0;
  opacity: 0;
  z-index: 10;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease; }

.hoverLink a span {
  color: #FFF;
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.hoverLink:hover a {
  opacity: 1; }

/*Ajax Loader*/
.ajaxLoader {
  position: relative;
  width: 100%;
  height: 20px;
  background: rgba(255, 255, 255, 0.7);
  z-index: 2000;
  text-align: center; }

.ajaxLoader::before {
  content: "\f1ce";
  font-size: 30px;
  font-family: FontAwesome;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
  display: inline-block; }

.breadCrumbInsideCont a {
  color: inherit; }

.breadCrumbInsideCont a:hover {
  opacity: 0.7; }

.breadCrumbInsideCont a.active {
  opacity: 0.7;
  cursor: default; }

.nav.inlinedList li {
  display: inline-block;
  padding: 0 8px; }

.owl-carousel .owl-prev, .owl-carousel .owl-next {
  font-size: 35px;
  position: absolute;
  left: -30px;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.owl-carousel .owl-next {
  left: auto;
  right: -30px; }

.owl-carousel.owl-prev:hover, .owl-carousel .owl-next:hover {
  opacity: 0.7; }

.owl-nav > div.disabled {
  display: none; }

.owl-dot {
  width: 10px;
  height: 10px;
  border: 1px solid #3d3d3f;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  display: inline-block;
  margin-left: 5px; }

.owl-dots .owl-dot:first-child {
  margin-left: 0; }

.owl-dot.active, .owl-dot:hover {
  background: #3d3d3f; }

.owlslider .listingItemLI {
  padding: 0;
  width: 100%; }

.owlslider .row {
  margin: 0; }

.submitHolder, .resetHolder {
  display: inline-block; }

/*** Border between rows ***/
.fourColBorder .listingHolder > li .listingItem,
.threeColBorder .listingHolder > li .listingItem,
.twoColBorder .listingHolder > li .listingItem {
  padding-top: 30px; }

.fourColBorder .listingHolder > li .listingItem::after,
.threeColBorder .listingHolder > li .listingItem::after,
.twoColBorder .listingHolder > li .listingItem::after {
  content: "";
  width: 100%;
  height: 1px;
  left: 15px;
  position: absolute;
  top: 0;
  background: #eee; }

.fourColBorder .listingHolder > li:first-child .listingItem::after, .fourColBorder .listingHolder > li:nth-child(2) .listingItem::after, .fourColBorder .listingHolder > li:nth-child(3) .listingItem::after, .fourColBorder .listingHolder > li:nth-child(4) .listingItem::after,
.threeColBorder .listingHolder > li:first-child .listingItem::after, .threeColBorder .listingHolder > li:nth-child(2) .listingItem::after, .threeColBorder .listingHolder > li:nth-child(3) .listingItem::after,
.twoColBorder .listingHolder > li:first-child .listingItem::after, .twoColBorder .listingHolder > li:nth-child(2) .listingItem::after {
  display: none; }

.fourColBorder .listingHolder > li:first-child .listingItem, .fourColBorder .listingHolder > li:nth-child(2) .listingItem, .fourColBorder .listingHolder > li:nth-child(3) .listingItem, .fourColBorder .listingHolder > li:nth-child(4) .listingItem,
.threeColBorder .listingHolder > li:first-child .listingItem, .threeColBorder .listingHolder > li:nth-child(2) .listingItem, .threeColBorder .listingHolder > li:nth-child(3) .listingItem,
.twoColBorder .listingHolder > li:first-child .listingItem, .twoColBorder .listingHolder > li:nth-child(2) .listingItem {
  padding-top: 0; }

/*** FIRST ITEM FULL WIDTH ****/
.firstFullWidth .listingHolder > li:first-child {
  width: 100% !important; }

.googleMap > div:first-child {
  width: 100%;
  height: 500px !important;
  margin-bottom: 20px; }

.headerSearch, .headerBtns {
  margin-left: 10px; }

.btnPrimary a, .viewAllBottom a, .btnSecondary a {
  color: #FFF;
  border: 1px solid #3d3d3f;
  padding: 0 55px;
  height: 48px;
  line-height: 48px;
  display: inline-block;
  background: #3d3d3f; }

.btnPrimary a:hover {
  color: #3d3d3f;
  background-color: transparent; }

.btnSecondary a, .viewAllBottom a {
  color: #3d3d3f;
  background: transparent; }

.btnSecondary a:hover, .viewAllBottom a:hover {
  color: #FFF;
  background-color: #3d3d3f;
  border-color: #3d3d3f; }

.readMore a:hover {
  text-decoration: underline; }

/*# sourceMappingURL=toolkit.css.map */
