.tab-content2{margin-left:27%!important;}
.tab-content3{margin-left:20%!important;}
.tabbased-search-area {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  text-align: center;
  margin-top: -9%;
  /* background: #0063A3b5; */
  padding-bottom: 20px;
  padding-top: 20px;
  z-index: 9999;
}
.stellarnav {
  width: 100%;
  z-index: 9999999999999999;
}
.tabbased-search-area a:focus {
  outline: none;
}
.tabbased-search-area .tabbable-menu .tab-menu {
  text-align: center;
  margin-bottom: 30px;
}
.tabbased-search-area .tabbable-menu .tab-menu li {
  display: inline-block;
  padding: 20px;
}
.tabbased-search-area .tabbable-menu .tab-menu li a {
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  color: #ffffff;
  position: relative;
  text-decoration: none;
  transition: all ease-in-out 0.5s;
  display: block;
}
.tabbased-search-area .tabbable-menu .tab-menu li a:before {
  position: absolute;
  width: 0;
  height: 2px;
  background: #0063A3;
  content: '';
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -30px;
  text-align: center;
  transition: all ease-in-out .5s;
  opacity: 0;
  visibility: hidden;
}
.tabbased-search-area .tabbable-menu .tab-menu li a img {
  margin-left: 20px;
  margin-top: -10px;
}
.tabbased-search-area .tabbable-menu .tab-menu li a:hover {
  color: #fff;
}
.tabbased-search-area .tabbable-menu .tab-menu li:hover a:before {
  opacity: 1;
  visibility: visible;
  width: 100%;
}
.tabbased-search-area .tabbable-menu .tab-menu li.active a {
  color: #fff;
}
.tabbased-search-area .tabbable-menu .tab-menu li.active a:before {
  width: 100%;
  opacity: 1;
  visibility: visible;
}
.tabbased-search-area .tab-content .custom-select-open div {
  text-align: left !important;
}
.tabbased-search-area .tab-content .hotels-form input, .tabbased-search-area .tab-content .flights-form input {
  -moz-user-select: none;
  background: #ffffffb0 none repeat scroll 0 0;
  border: medium none;
  color: #ffffff;
  height: 53px;
  font-family:  'Open Sans', sans-serif;
  /* border: 2px solid #0063A3; */
  padding: 16px 20px;
  position: relative;
  text-align: left;
  width: 100%;
}
.tabbased-search-area .tab-content .hotels-form input:focus, .tabbased-search-area .tab-content .flights-form input:focus {
  outline: none;
}
.tabbased-search-area .tab-content .hotels-form input::-webkit-input-placeholder, .tabbased-search-area .tab-content .flights-form input::-webkit-input-placeholder {
  color: #555555;
}
.tabbased-search-area .tab-content .hotels-form input::-moz-input-placeholder, .tabbased-search-area .tab-content .flights-form input::-moz-input-placeholder {
  color: #555555;
}
.tabbased-search-area .tab-content .hotels-form input::-ms-input-placeholder, .tabbased-search-area .tab-content .flights-form input::-ms-input-placeholder {
  color: #555555;
}
.tabbased-search-area .tab-content .hotels-form .hotel-input-2, .tabbased-search-area .tab-content .flights-form .hotel-input-2 {
  width: 20%;
  float: left;
  border-right: 1px solid #ccc;
}
.tabbased-search-area .tab-content .hotels-form .hotel-input-4, .tabbased-search-area .tab-content .flights-form .hotel-input-4 {
  width: 18%;
  float: left;
  border-right: 1px solid #ccc;
}

.tabbased-search-area .tab-content .hotels-form .hotel-input-4 .custom-select, .tabbased-search-area .tab-content .flights-form .hotel-input-4 .custom-select {
  width: 100%;
  height: 53px;
  font-family:  'Open Sans', sans-serif;
  border: none;
  background: #ffffffb0 url("../images/arrow.png");
  background-repeat: no-repeat;
  background-position: center right 25px;
}
.tabbased-search-area .tab-content .hotels-form .hotel-input-4 .custom-select a, .tabbased-search-area .tab-content .flights-form .hotel-input-4 .custom-select a {
  color: #555555;
  text-align: left;
  padding: 16px 20px;
}
.tabbased-search-area .tab-content .hotels-form .hotel-input-4-23, .tabbased-search-area .tab-content .flights-form .hotel-input-4-23 {
  width: 23%;
  float: left;
  border-right: 1px solid #ccc;
}
.tabbased-search-area .tab-content .hotels-form .hotel-input-4-23 .custom-select, .tabbased-search-area .tab-content .flights-form .hotel-input-4-23 .custom-select {
  width: 100%;
  height: 53px;
  border: none;
  background: #fff url("../images/arrow.png");
  background-repeat: no-repeat;
  background-position: center right 25px;
}
.tabbased-search-area .tab-content .hotels-form .hotel-input-4-23 .custom-select a, .tabbased-search-area .tab-content .flights-form .hotel-input-4-23 .custom-select a {
  color: #555555;
  text-align: left;
  padding: 16px 20px;
  width: 265px;
}
.tabbased-search-area .tab-content .hotels-form .hotel-input-1, .tabbased-search-area .tab-content .flights-form .hotel-input-1 {
  width: 12%;
  float: left;
  border-right: 1px solid #ccc;
}
.tabbased-search-area .tab-content .hotels-form .hotel-input-1:last-child, .tabbased-search-area .tab-content .flights-form .hotel-input-1:last-child {
  border-right: none;
}
.tabbased-search-area .tab-content .hotels-form .searc-btn-7, .tabbased-search-area .tab-content .flights-form .searc-btn-7 {
  width: 6%;
  float: left;
}
.tabbased-search-area .tab-content .hotels-form .searc-btn-7 button, .tabbased-search-area .tab-content .flights-form .searc-btn-7 button {
  background: #0063A3 none repeat scroll 0 0;
  border: medium none;
  /* border-radius: 0 5px 5px 0; */
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  height: 53px;
  padding: 0 24px;
  transition: all ease-in-out 0.3s;
}
.tabbased-search-area .tab-content .hotels-form .searc-btn-7 button:hover, .tabbased-search-area .tab-content .flights-form .searc-btn-7 button:hover {
  background: #040735;
}
.tabbased-search-area .tab-content .flights-form input {
  -moz-user-select: none;
  background: #ffffff none repeat scroll 0 0;
  border: medium none;
  color: #555555;
  height: 53px;
  padding: 16px 20px;
  position: relative;
  text-align: left;
  width: 100%;
}
.tabbased-search-area .tab-content .flights-form input:focus {
  outline: none;
}
.tabbased-search-area .tab-content .flights-form input::-webkit-input-placeholder {
  color: #555555;
}
.tabbased-search-area .tab-content .flights-form input::-moz-input-placeholder {
  color: #555555;
}
.tabbased-search-area .tab-content .flights-form input::-ms-input-placeholder {
  color: #555555;
}
.tabbased-search-area .tab-content .flights-form .tour-input-20 {
  width: 18%;
  float: left;
  border-right: 1px solid #ccc;
}
.tabbased-search-area .tab-content .flights-form .tour-input-15 {
  width: 13%;
  float: left;
  border-right: 1px solid #ccc;
}
.tabbased-search-area .tab-content .flights-form .tour-input-7-5 {
  width: 7%;
  float: left;
  border-right: 1px solid #ccc;
}
.tabbased-search-area .tab-content .flights-form .tour-input-7-5:last-child {
  border-right: none;
}
.tabbased-search-area .tab-content .flights-form .tour-input-7-5 .custom-select {
  background: #fff url("../images/arrow.png");
  background-repeat: no-repeat;
  background-position: center right 8px;
}
.tabbased-search-area .tab-content .flights-form .custom-select {
  width: 100%;
  height: 53px;
  border: none;
}
.tabbased-search-area .tab-content .flights-form .custom-select a {
  color: #555555;
  text-align: left;
  padding: 16px 20px;
}



.single-hotels {
  position: relative;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  margin-bottom: 30px;
}

.single-hotels .hotel-image {
  position: relative;
  overflow: hidden;
}

.single-hotels .hotel-image:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: -30px;
  top: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 1;
  opacity: 0;
  transition: all ease-in-out 0.5s;
}

.single-hotels .hotel-image img {
  width: 100%;
}

.single-hotels .hotel-description {
  text-align: center;
  padding: 25px 0;
}

.single-hotels .hotel-description h4 {
  color: #44393d;
  font-size: 20px;
  font-weight: 600;
}

.single-hotels .hotel-description p span {
  color: #44393d;
  font-weight: 600;
}

.single-hotels .hotel-description .hotel-rating i {
  color: #fff;
  font-size: 22px;
}

.single-hotels .hotel-description .hotet-book-btn {
  bottom: 0;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
  transform: translateY(-40%);
  opacity: 0;
  transition: all ease-in-out 0.5s;
  z-index: 3;
}

.single-hotels:hover .hotel-image:before {
  opacity: 1;
  left: 0;
}

.single-hotels:hover .hotet-book-btn {
  opacity: 1;
}


.single-hotels {
  border-radius: 12px;
  overflow: hidden; 
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}


.single-hotels .hotel-image img {
  display: block;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}


.single-hotels .hotel-description {
  background: #282828;
  color: #282828;
  padding: 25px 20px;
  text-align: left; 
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}


.single-hotels .hotel-description h4 {
  letter-spacing: 1px;
  color: #65c0bc;
  font-family: 'Montserrat';
  font-size: 30px;
  text-align: center;
  font-weight: 400;
  margin-bottom: 10px;
}


.single-hotels .hotel-description p,
.single-hotels .hotel-description span {
  text-align: center;
  font-family: 'Montserrat';
  font-weight: 400;
  font-size: 20px;
  color: #fff;
  line-height: 1.6;
}


.tabbased-search-area {
  color: #fff !important;
}

.tabbased-search-area .tab-content .hotels-form input,
.tabbased-search-area .tab-content .flights-form input {
  -moz-user-select: none;
  background: rgba(68, 57, 61,0.5);
  border: medium none;
  color: #fff;
  height: 53px;
  font-family: QanelasSoft, 'Open Sans', sans-serif;
  border: 2px solid #44393d;
  padding: 16px 20px;
  position: relative;
  text-align: left;
  width: 100%;
}

.tabbased-search-area .tab-content .hotels-form input:focus,
.tabbased-search-area .tab-content .flights-form input:focus {
  outline: none;
}

.tabbased-search-area .tab-content .hotels-form input::-webkit-input-placeholder,
.tabbased-search-area .tab-content .flights-form input::-webkit-input-placeholder {
  color: #fff;
}

.tabbased-search-area .tab-content .hotels-form input::-moz-input-placeholder,
.tabbased-search-area .tab-content .flights-form input::-moz-input-placeholder {
  color: #fff;
}

.tabbased-search-area .tab-content .hotels-form input::-ms-input-placeholder,
.tabbased-search-area .tab-content .flights-form input::-ms-input-placeholder {
  color: #fff;
}

.tabbased-search-area .tab-content .hotels-form .hotel-input-2,
.tabbased-search-area .tab-content .flights-form .hotel-input-2 {
  width: 20%;
  float: left;
  border-right: 1px solid #fff;
}

.tabbased-search-area .tab-content .hotels-form .hotel-input-4,
.tabbased-search-area .tab-content .flights-form .hotel-input-4 {
  width: 18%;
  float: left;
  border-right: 1px solid #fff;
}

.tabbased-search-area .tab-content .hotels-form .hotel-input-4 .custom-select,
.tabbased-search-area .tab-content .flights-form .hotel-input-4 .custom-select {
  width: 100%;
  height: 53px;
  font-family: QanelasSoft, 'Open Sans', sans-serif;
  border: none;
  background: #f2f2f2;
  background-repeat: no-repeat;
  background-position: center right 25px;
}

.tabbased-search-area .tab-content .hotels-form .hotel-input-4 .custom-select a,
.tabbased-search-area .tab-content .flights-form .hotel-input-4 .custom-select a {
  color: #44393d;
  text-align: left;
  padding: 16px 20px;
}

.tabbased-search-area .tab-content .hotels-form .hotel-input-4-23,
.tabbased-search-area .tab-content .flights-form .hotel-input-4-23 {
  width: 23%;
  float: left;
  border-right: 1px solid #fff;
}

.tabbased-search-area .tab-content .hotels-form .hotel-input-4-23 .custom-select,
.tabbased-search-area .tab-content .flights-form .hotel-input-4-23 .custom-select {
  width: 100%;
  height: 53px;
  border: none;
  background: #f2f2f2;
  background-repeat: no-repeat;
  background-position: center right 25px;
}

.tabbased-search-area .tab-content .hotels-form .hotel-input-4-23 .custom-select a,
.tabbased-search-area .tab-content .flights-form .hotel-input-4-23 .custom-select a {
  color: #fff;
  text-align: left;
  padding: 16px 20px;
  width: 265px;
}

.tabbased-search-area .tab-content .hotels-form .hotel-input-1,
.tabbased-search-area .tab-content .flights-form .hotel-input-1 {
  width: 12%;
  float: left;
  border-right: 1px solid #fff;
}

.tabbased-search-area .tab-content .hotels-form .hotel-input-1:last-child,
.tabbased-search-area .tab-content .flights-form .hotel-input-1:last-child {
  border-right: none;
}

.tabbased-search-area .tab-content .hotels-form .searc-btn-7,
.tabbased-search-area .tab-content .flights-form .searc-btn-7 {
  width: 6%;
  float: left;
}

.tabbased-search-area .tab-content .hotels-form .searc-btn-7 button,
.tabbased-search-area .tab-content .flights-form .searc-btn-7 button {
  background: rgba(68, 57, 61,0.5) none repeat scroll 0 0;
  border: medium none;
  /* border-radius: 0 5px 5px 0; */
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  height: 53px;
  padding: 0 24px;
  transition: all ease-in-out 0.3s;
}

.tabbased-search-area .tab-content .hotels-form .searc-btn-7 button:hover,
.tabbased-search-area .tab-content .flights-form .searc-btn-7 button:hover {
  background: rgba(68, 57, 61,0.7);
}


.tabbased-search-area .tab-content .hotels-form .hotel-input-4,
.tabbased-search-area .tab-content .flights-form .hotel-input-4 {
  width: 18%;
  float: left;
  border-right: 1px solid #fff;
}

.tabbased-search-area .tab-content .hotels-form .hotel-input-4 .custom-select,
.tabbased-search-area .tab-content .flights-form .hotel-input-4 .custom-select {
  width: 100%;
  height: 53px;
  font-family: QanelasSoft, 'Open Sans', sans-serif;
  border: none;
  background: rgba(40, 40, 40, 0.541);
  background-repeat: no-repeat;
  background-position: center right 25px;
}

.tabbased-search-area .tab-content .hotels-form .hotel-input-4 .custom-select a,
.tabbased-search-area .tab-content .flights-form .hotel-input-4 .custom-select a {
  color: #555555;
  text-align: left;
  padding: 16px 20px;
}

.tabbased-search-area .tab-content .hotels-form .hotel-input-4-23,
.tabbased-search-area .tab-content .flights-form .hotel-input-4-23 {
  width: 23%;
  float: left;
  border-right: 1px solid #fff;
}

.tabbased-search-area .tab-content .hotels-form .hotel-input-4-23 .custom-select,
.tabbased-search-area .tab-content .flights-form .hotel-input-4-23 .custom-select {
  width: 100%;
  height: 53px;
  border: none;
  background: rgba(40, 40, 40, 0.541);
  background-repeat: no-repeat;
  background-position: center right 25px;
}

.tabbased-search-area .tab-content .hotels-form .hotel-input-4-23 .custom-select a,
.tabbased-search-area .tab-content .flights-form .hotel-input-4-23 .custom-select a {
  color: #fff;
  text-align: left;
  padding: 16px 20px;
  width: 265px;
}

.tabbased-search-area .tab-content .hotels-form .hotel-input-1,
.tabbased-search-area .tab-content .flights-form .hotel-input-1 {
  width: 12%;
  float: left;
  border-right: 1px solid #fff;
}

.tabbased-search-area .tab-content .hotels-form .hotel-input-1:last-child,
.tabbased-search-area .tab-content .flights-form .hotel-input-1:last-child {
  border-right: none;
}

.tabbased-search-area .tab-content .hotels-form .searc-btn-7,
.tabbased-search-area .tab-content .flights-form .searc-btn-7 {
  width: 6%;
  float: left;
}

.tabbased-search-area .tab-content .hotels-form .searc-btn-7 button,
.tabbased-search-area .tab-content .flights-form .searc-btn-7 button {
  background: rgb(40, 40, 40) none repeat scroll 0 0;
  border: medium none;
  /* border-radius: 0 5px 5px 0; */
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  height: 53px;
  padding: 0 24px;
  transition: all ease-in-out 0.3s;
}

.tabbased-search-area .tab-content .hotels-form .searc-btn-7 button:hover,
.tabbased-search-area .tab-content .flights-form .searc-btn-7 button:hover {
  background: #65c0bc;
}









#colorlib-hero .flexslider .slider-text>.slider-text-inner .btn:hover {
  background: white !important;
  color: rgb(255, 255, 255);
  align-content: center;
}

#colorlib-hero .flexslider .flex-control-nav {
  bottom: 7em;
  z-index: 1000;
  display: none;
  width: 0 auto;
}

#colorlib-hero {
  min-height: 0px;
  background: #fff;
  width: 100%;
  float: left;
}

#colorlib-hero .flexslider .slides li .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: .6 !important;
}

.colorlib-social-icons:hover a li {
  color: white !important;
}



#colorlib-hero .flexslider .slider-text>.slider-text-inner .btn:hover {
  background: white !important;
  color: rgb(255, 255, 255);
}



.dsidx-listing-container {
  float: none;
  width: 100%;
}

.dsidx-listing-container:nth-last-child(2) .dsidx-listing {
  margin-bottom: 0 !important;
}

.dsidx-listing-container {
  display: block;
  padding: 0;
  margin: 0;
  list-style: none;
}

.dsidx-listing-container {
  display: block;
  padding: 0;
  margin: 0;
  list-style: none;
}

#dsidx-listings .dsidx-listing {
  margin: 0;
  overflow: hidden;
  position: relative;
}

#dsidx-listings .dsidx-listing {
  border-bottom: solid 1px #ededed;
  border-radius: 0;
  background: #fff;
}

#dsidx-listings .dsidx-listing:hover {
  cursor: pointer;
  background: #fff;
}

#dsidx-listings .dsidx-listing .dsidx-data {
  margin: 9px 8px 9px 282px;
  line-height: 18px;
}

#dsidx-listings .dsidx-listing .dsidx-media {
  float: left;
  padding: 6px;
  margin: 15px 8px;
  background: #ededed;
  text-align: center;
}

#dsidx-listings .dsidx-listing .dsidx-media .dsidx-photo {
  margin: 0;
  border: solid 1px #fff;
  background: #eaeaea;
  text-align: center;
  font-size: 0;
  line-height: 0;
  position: relative;
}

#dsidx-listings .dsidx-listing .dsidx-media .dsidx-photo a {
  font-size: 0;
}

#dsidx-listings .dsidx-listing .dsidx-media .dsidx-photo a img {
  font-size: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  padding: 0 !important;
}

#dsidx-listings .dsidx-listing .dsidx-media .dsidx-photo .dsidx-photo-count {
  position: absolute;
  left: 1px;
  bottom: 1px;
  opacity: .7;
  background: #999 url(//cdn2.diverse-cdn.com/api/images/dsidxpress/icons/photo-count.png/f1b58b) 3px 3px no-repeat;
  color: White;
  font-size: 12px;
  padding: 1px 3px 1px 27px;
  border-radius: 0 2px 0 0;
}

#dsidx-listings .dsidx-listing .dsidx-primary-data {
  padding: 9px 0 13px 0;
  border-bottom: solid 1px #e5e5e5;
}

#dsidx-listings .dsidx-listing .dsidx-primary-data .dsidx-address {
  float: left;
}

#dsidx-listings .dsidx-listing .dsidx-primary-data .dsidx-address a {
  font-size: 16px;
  font-weight: bold;
  color: #333;
}

#dsidx-listings .dsidx-listing .dsidx-primary-data .dsidx-address a span {
  display: block;
  font-size: 13px;
  font-weight: normal;
  color: #999;
}

#dsidx-listings .dsidx-listing .dsidx-primary-data .dsidx-price,
#dsidx-listings .dsidx-listing .dsidx-primary-data .dsidx-price-sold {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 7px 8px;
  background: #666;
  margin-left: 5px;
  float: right;
  position: relative !important;
  top: 0 !important;
  left: 0 !important;
  clear: none !important;
}

#dsidx-listings .dsidx-listing .dsidx-primary-data .dsidx-price-sold {
  background: none repeat scroll 0 0 #666;
  color: #FCC;
}

.dsidx-results-grid #dsidx-listings .dsidx-listing .dsidx-data .dsidx-primary-data .dsidx-price-sold {
  border-bottom: 1px solid #333;
  font-size: 14px;
  height: 16px;
  left: -4px;
  margin: 0;
  padding: 5px 10px;
  position: absolute;
  top: 0;
  float: none;
}

#dsidx-listings .dsidx-listing .dsidx-secondary-data {
  padding: 13px 0 0 0;
  font-size: 14px;
  font-weight: normal;
  color: #999;
}

#dsidx-listings .dsidx-secondary-data .dsidx-secondary-data-attribution {
  color: #333;
}

#dsidx-listings .dsidx-listing .dsidx-media img.dsidx-idx-icon {
  position: absolute;
  top: 1px;
  right: 1px;
}

#dsidx-listings .dsidx-listing .dsidx-secondary-data img.dsidx-idx-icon {
  position: absolute;
  bottom: 3px;
  right: 3px;
}

#dsidx-listings .dsidx-listing:hover .dsidx-secondary-data img.dsidx-idx-icon {
  bottom: 2px;
  right: 2px;
}

#dsidx-listings .dsidx-listing .dsidx-secondary-data img.dsidx-idx-icon.dsidx-idx-icon-left {
  position: static;
}

#dsidx-listings .dsidx-listing .dsidx-secondary-data div.dsidx-secondary-data-line {
  margin-bottom: 5px;
}

#dsidx-listings .dsidx-listing .dsidx-secondary-data span {
  font-size: 16px;
  font-weight: bold;
  color: #333;
}

#dsidx-listings .dsidx-listing .dsidx-listing-tag {
  float: right;
  padding: 3px 6px;
  margin: 0 0 4px 5px;
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
  color: #fff;
  background: #666;
  clear: right;
}

#dsidx-listings .dsidx-listing .dsidx-listing-tag.dsidx-tag-price-drop {
  background: #690;
}

#dsidx-listings .dsidx-listing .dsidx-listing-tag.dsidx-tag-open-house {
  background: #069;
}

#dsidx-listings .dsidx-listing .dsidx-listing-tag.dsidx-tag-reo,
#dsidx-listings .dsidx-listing .dsidx-listing-tag.dsidx-tag-pre-foreclosure {
  background: #d81;
}

#dsidx-listings .dsidx-listing .dsidx-listing-tag.dsidx-tag-pre-foreclosure {
  text-align: right;
}

#dsidx .dsidx-empty-result-notice {
  margin: 15px 0;
  font-weight: bold;
}

@media(max-width:500px) {
  #dsidx-listings .dsidx-listing {
    margin-bottom: 25px;
    border-bottom: 0;
  }

  #dsidx-listings .dsidx-listing,
  #dsidx-listings .dsidx-listing .dsidx-media,
  #dsidx-listings .dsidx-listing .dsidx-media .dsidx-photo,
  .dsidx-media,
  #dsidx-listings .dsidx-listing .dsidx-media .dsidx-photo a img {
    width: 100%;
    max-width: 400px;
    box-sizing: border-box;
  }

  #dsidx-listings .dsidx-listing .dsidx-data {
    clear: both;
    margin: 9px !important;
  }

  #dsidx-listings .dsidx-listing .dsidx-media {
    margin: 0 !important;
  }

  #dsidx-listings .dsidx-listing:hover {
    border-width: 1px;
  }

  #dsidx ul.dsidx-tabs,
  body.dsidx ul.dsidx-tabs {
    margin-left: 0;
    padding-left: 0;
    clear: both;
  }

  #dsidx ul.dsidx-tabs li.dsidx-tab,
  body.dsidx ul.dsidx-tabs li.dsidx-tab {
    margin-right: 3px;
  }

  #dsidx .dsidx-sorting-control {
    float: none;
    margin: 10px 0;
  }

  #dsidx .dsidx-sorting-control select {
    height: 36px;
  }

  ol#dsidx-listings {
    padding: 10px 0;
  }

  .dsidx-results-grid #dsidx-listings li .dsidx-listing-container {
    float: none;
    width: 100%;
  }

  .dsidx-results-grid #dsidx-listings .dsidx-listing {
    margin: 0;
  }

  #dsidx-listings .dsidx-listing .dsidx-primary-data {
    margin-bottom: 9px;
  }

  #dsidx-listings .dsidx-listing .dsidx-secondary-data {
    padding: 0;
  }

  .dsidx-results-grid #dsidx-listings .dsidx-listing .dsidx-data {
    padding: 0 !important;
    margin: 0 9px 9px 9px !important;
  }

  .dsidx-results-grid #dsidx-listings .dsidx-listing,
  .dsidx-results-grid #dsidx-listings .dsidx-listing:hover {
    margin-bottom: 15px;
    border-width: 0;
    border: solid 1px #ededed;
  }

  #dsidx-listings .dsidx-listing .dsidx-media {
    padding: 5px !important;
  }

  .dsidx-results-grid #dsidx-listings .dsidx-listing .dsidx-media .dsidx-photo {
    box-shadow: none;
    left: 0;
    overflow: visible;
  }

  .dsidx-results-grid #dsidx-listings .dsidx-listing .dsidx-media .dsidx-photo a img {
    max-height: none;
    width: 100%;
  }

  .dsidx-results-grid #dsidx-listings .dsidx-listing .dsidx-primary-data .dsidx-address {
    float: left;
  }

  .dsidx-results-grid #dsidx-listings .dsidx-listing .dsidx-secondary-data .dsidx-secondary-data-mls-number,
  .dsidx-results-grid #dsidx-listings .dsidx-listing .dsidx-secondary-data .dsidx-secondary-data-lot-size,
  .dsidx-results-grid #dsidx-listings .dsidx-listing .dsidx-listing-tag {
    display: block;
  }

  .dsidx-results-grid #dsidx-listings .dsidx-listing .dsidx-primary-data .dsidx-address a {
    font-size: 16px;
  }

  .dsidx-results-grid #dsidx-listings .dsidx-listing .dsidx-secondary-data .dsidx-secondary-data-line,
  .dsidx-results-grid #dsidx-listings .dsidx-listing .dsidx-secondary-data-mls-number {
    padding: 0;
    font-size: 14px;
  }

  .dsidx-results-grid #dsidx-listings .dsidx-listing .dsidx-secondary-data span {
    font-size: 16px;
  }

  .dsidx-results-grid #dsidx-listings .dsidx-listing .dsidx-primary-data .dsidx-address a span {
    display: block;
  }

  .dsidx-results-grid #dsidx-listings .dsidx-listing .dsidx-data .dsidx-primary-data .dsidx-price,
  .dsidx-results-grid #dsidx-listings .dsidx-listing .dsidx-data .dsidx-primary-data .dsidx-price-sold {
    float: right;
    height: initial;
    font-size: 18px;
    font-weight: bold;
    padding: 7px 8px !important;
    border-bottom: initial;
    margin: initial;
  }

  .dsidx-results-grid #dsidx-listings .dsidx-listing .dsidx-primary-data {
    padding: 9px 0 13px 0;
    border-bottom: solid 1px #e5e5e5;
  }

  .dsidx-results-grid #dsidx-listings .dsidx-listing .dsidx-media .dsidx-photo .dsidx-photo-count {
    padding: 11px 6px 5px 2px !important;
    left: -1px;
    bottom: -1px;
    line-height: 0;
  }
}

div.dsidx-results-widget {
  overflow: hidden;
}

div.dsidx-results-widget,
div.dsidx-results-widget p {
  line-height: 19px !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 11px !important;
  font-family: QanelasSoft !important;
  text-align: left !important;
}

div.dsidx-results-widget .dsidx-panel {
  position: relative;
  overflow: hidden;
  display: none;
}

div.dsidx-results-widget .dsidx-panel .dsidx-photo {
  float: left;
  margin-right: 5px;
}

div.dsidx-results-widget .featured-listing {
  overflow: hidden;
  white-space: normal;
  margin: 15px 0;
}

div.dsidx-results-widget .featured-listing .dsidx-logo {
  bottom: 0;
  position: absolute;
  right: 90;
}

div.dsidx-results-widget .featured-listing .price {
  font-weight: bold;
  display: block;
}

div.dsidx-results-widget .featured-listing .sold-price {
  color: #C42424;
}

div.dsidx-results-widget .dsidx-slideshow,
div.dsidx-results-widget .dsidx-map {
  display: none;
}

div.dsidx-results-widget .dsidx-list ul,
div.dsidx-results-widget .dsidx-list li {
  margin: 0 !important;
  padding: 0 !important;
}

div.dsidx-results-widget .dsidx-list li {
  position: relative;
  list-style-type: none !important;
  background-image: none !important;
  margin-left: 0 !important;
  padding: 0 !important;
  background: none !important;
}

div.dsidx-results-widget.dsidx-taller .dsidx-map {
  height: 320px;
}

div.dsidx-results-widget .dsidx-map .dsidx-results-widget-map-details {
  margin: 0;
  padding: 0;
  height: 200px;
}

div.dsidx-results-widget .dsidx-map .dsidx-results-widget-map-details .featured-listing {
  padding-top: 10px;
}

div.dsidx-results-widget .dsidx-map .dsidx-container {
  height: 250px;
  border: 1px solid #999;
}

div.dsidx-results-widget .dsidx-slideshow,
div.dsidx-results-widget .dsidx-slideshow ul,
div.dsidx-results-widget .dsidx-slideshow li {
  height: 170px;
  overflow: hidden;
}

div.dsidx-results-widget .dsidx-slideshow {
  padding: 25px 0;
}

div.dsidx-results-widget .dsidx-slideshow p span {
  display: inline-block;
}

div.dsidx-results-widget .dsidx-slideshow-control {
  background-color: #e3e3e3;
  color: #000;
  height: 20px;
  position: absolute;
  width: 100%;
  text-align: center;
  font-weight: bold;
  display: block;
  border: 1px solid #ededed;
  outline: none;
}

div.dsidx-results-widget .dsidx-slideshow-control:hover {
  background-color: #eee;
}

div.dsidx-results-widget .dsidx-slideshow-control.dsidx-move-up {
  top: 0;
  color: #999;
}

div.dsidx-results-widget .dsidx-slideshow-control.dsidx-move-down {
  bottom: 0;
}

div.dsidx-results-widget .dsidx-slideshow ul,
div.dsidx-results-widget .dsidx-slideshow ul li {
  list-style-type: none !important;
  margin: 0 !important;
  padding: 0 !important;
  position: relative;
}

div.dsidx-results-widget .dsidx-slideshow ul li {
  padding: 10px 0 !important;
  background: none;
  background-image: none;
}

div.dsidx-results-widget .dsidx-slideshow ul li .dsidx-idx-icon {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 120px;
  height: 40px;
}

div.dsidx-results-widget .dsidx-slideshow adsidx-details {
  display: inline;
  padding: 0;
}

div.dsidx-results-widget .dsidx-slideshow a.dsidx-photo {
  border-style: none;
}

div.dsidx-results-widget .dsidx-slideshow a.dsidx-photo:hover {
  background-color: inherit;
}

div.dsidx-results-widget .dsidx-slideshow .dsidx-photo img {
  border: 1px solid #999;
  height: 75px;
  padding: 0 !important;
}

div.dsidx-results-widget .dsidx-expanded ul {
  margin: 5px 0;
}

div.dsidx-results-widget .dsidx-expanded li {
  list-style: none;
  display: inline-block;
}

div.dsidx-results-widget .dsidx-controls {
  text-align: right;
}

div.dsidx-results-widget .dsidx-controls a {
  outline: none;
}

div.dsidx-results-widget .dsidx-listing-idx-icon {
  height: 20px;
  position: absolute;
  right: 0;
  bottom: 50%;
  margin-bottom: -8px;
}

ul.dsidx-list.dsidx-panel li:first-child {
  border-top: 0;
}

ul.dsidx-list.dsidx-panel li a {
  padding: 5px 0;
  text-decoration: none;
  display: block;
  opacity: .8;
}

ul.dsidx-list.dsidx-panel li.dsisx-has-mls-icon a {
  padding-right: 60px !important;
}

div.dsidx-results-widget .featured-listing {
  padding-top: 20px;
  margin: 0 0 10px 0 !important;
  position: relative;
}

div.dsidx-results-widget .featured-listing .dsidx-logo,
.dsidx-results-widget-map-details .featured-listing .dsidx-logo {
  position: absolute;
  right: 0;
  bottom: 2px;
  height: 20px;
}

div.dsidx-results-widget .dsidx-slideshow .featured-listing .dsidx-logo {
  bottom: 22px;
}

div.dsidx-results-widget .featured-listing:first-child {
  border-top: none;
}

div.dsidx-results-widget ul,
div.dsidx-results-widget ul li,
div.dsidx-results-widget h4,
div.dsidx-results-widget p {
  margin: 0 !important;
  display: block;
  clear: none;
  line-height: 16px !important;
  position: relative;
  margin: 0;
  margin-left: 110px !important;
  padding: 0;
  font-size: 11px !important;
  background: none;
  background-image: none;
}

div.dsidx-results-widget ul.dsidx-list,
div.dsidx-results-widget ul.dsidx-list li {
  margin-left: 0 !important;
}

div.dsidx-results-widget h4 a {
  font-size: 14px !important;
  text-transform: uppercase;
}

div.dsidx-results-widget .featured-listing ul li {
  margin-left: 0 !important;
}

div.dsidx-results-widget .dsidx-map .dsidx-details {
  height: 100px;
}

div.dsidx-results-widget .dsidx-panel .dsidx-photo {
  width: 100px;
  position: absolute;
  left: 0;
  top: 25px;
  padding: 0;
}

div.dsidx-results-widget .dsidx-results-widget-map-details .dsidx-photo {
  top: 10px;
}

div.dsidx-results-widget .dsidx-panel .dsidx-photo img {
  border: solid #ededed 1px;
  max-width: 100px !important;
}

div.dsidx-slideshow .featured-listing {
  border-top: 0 !important;
}

div.dsidx-slideshow .featured-listing .dsidx-photo {
  position: relative;
  top: 3px;
  clear: both;
}

div.dsidx-results-widget h4 {
  font-weight: bold !important;
  margin-bottom: 3px !important;
  padding-bottom: 3px !important;
  background: none !important;
  width: auto !important;
  height: auto !important;
}

div.dsidx-results-widget a {
  text-decoration: none !important;
}

ul.dsidx-list.dsidx-panel li a:hover {
  opacity: 1;
}

div.dsidx-results-widget .dsidx-controls {
  padding: 10px 0;
  text-align: center !important;
  margin-top: 8px;
}

img.jb-thm-thumb-image {
  max-width: none !important;
}

.dsidx-details #dsidx-header {
  position: relative;
  clear: both;
}

.dsidx-details #dsidx-header table {
  width: 100%;
}

.dsidx-details #dsidx-header table td {
  padding: 4px;
  display: block;
  width: 100%;
  box-sizing: border-box;
}

.dsidx-details #dsidx-primary-data {
  width: 100%;
  margin: 0;
}

#dsidx-primary-data td,
#dsidx-secondary-data td,
#dsidx-secondary-data th,
.dsidx-supplemental-data td,
.dsidx-details #dsidx-primary-data th,
.dsidx-supplemental-data th {
  border: 0;
  border-top: 0 !important;
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
}

.dsidx-details #dsidx-primary-data th {
  white-space: nowrap;
  padding-right: 10px;
}

.dsidx-details #dsidx-primary-data #dsidx-price {
  font-weight: bold;
  font-size: larger;
}

.dsidx-details #dsidx-media {
  height: 500px !important;
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
  opacity: .99;
}

.dsidx-details #dsidx-media-td {
  vertical-align: middle;
}

#dsidx-photos img {
  max-width: 600px;
  max-height: 400px;
  border: 1px solid #999;
}

#dsidx-tiny-photos {
  text-align: center;
}

#dsidx-tiny-photos img {
  border: 1px solid #999;
  margin-top: 5px;
  max-width: 40px;
  max-height: 40px;
  vertical-align: middle;
}

.dsidx-details #dsidx-description {
  background-image: none;
  clear: both;
  margin: 5px 0 15px;
  position: relative;
}

.dsidx-details #dsidx-quit-yelling {
  position: absolute;
  bottom: -20px;
  right: 0;
  display: block;
  font-size: smaller;
}

.dsidx-details #dsidx-tiny-photos {
  margin-bottom: 25px;
}

.dsidx-details #dsidx-property-types {
  margin-bottom: 5px;
}

.dsidx-details #dsidx-secondary-data {
  border-top: 1px solid #f3f3f3;
  border-bottom: 1px solid #f3f3f3;
}

.dsidx-details #dsidx-secondary-data th,
.dsidx-details #dsidx-secondary-data td {
  width: 25%;
}

.dsidx-details #dsidx-schools th,
.dsidx-details #dsidx-price-history th {
  width: 200px;
}

.dsidx-details #dsidx-features th {
  white-space: nowrap;
}

.dsidx-details #dsidx-map {
  height: 300px;
  border: 1px solid #f3f3f3;
}

.dsidx-details .dsidx-idx-icon {
  display: block;
  height: 40px;
  left: -60px;
  margin: 0 auto;
  position: relative;
  vertical-align: bottom;
  width: 120px;
}

.gm-style img {
  max-width: none !important;
}

.dsidx-details #dsidx-listing-source,
.dsidx-details #dsidx-disclaimer {
  margin-top: 20px;
  text-align: left;
}

#dsidx-listing-source.large-text {
  font-size: 1.2em;
  font-weight: bold;
}

#dsidx.dsidx-details .dsidx-contact-form table {
  margin: 10px 0;
}

#dsidx.dsidx-details .dsidx-contact-form {
  margin-bottom: 20px;
}

.dsidx-details .dsidx-contact-form table td {
  text-align: left;
}

.dsidx-details .dsidx-contact-form table td.column-one {
  width: 50%;
}

.dsidx-details .dsidx-contact-form table td.column-two {
  width: 50%;
}

#dsidx.dsidx-details .dsidx-contact-form table textarea {
  box-sizing: border-box;
  width: 100%;
  height: 120px;
  padding: 2px;
}

#dsidx.dsidx-details .dsidx-contact-form table input.dsidx-text {
  box-sizing: border-box;
  width: 100%;
  padding: 2px;
}

.dsidx-details .dsidx-contact-form .dsidx-contact-form-schedule-yesno {
  width: auto;
}

.dsidx-details .dsidx-contact-form .dsidx-contact-form-schedule-date-day {
  width: 45px;
}

.dsidx-details .dsidx-contact-form-schedule-date-month {
  width: 85px;
}

#dsidx-contact-form select {
  font-family: QanelasSoft;
  font-size: 11px;
  margin: 0;
}

#dsidx-contact-form-human-question {
  padding: 3px;
  background-color: #FFF196;
  border: solid 1px #FFAF38;
  margin: 0 4px 0 0;
}

#dsidx input#dsidx-contact-form-human {
  width: 25px;
  padding: 2px;
}

#dsidx-actions .dsidx-actions-button {
  margin-right: 8px;
}

#dsidx-actions .dsidx-actions-button img {
  margin: 0 3px 0 0;
  vertical-align: -3px;
  width: 16px;
}

#dsidx-actions {
  margin: 4px 0;
}

#dsidx-actions a,
#dsidx-actions a:link {
  text-decoration: none;
}

#dsidx-actions a:hover {
  text-decoration: underline;
}

.dsidx-feed-rep {
  margin-bottom: 5px !important;
}

body.dsidx .details-tab-schoolinfo-districts-disclaimer {
  font-size: 12px;
  text-align: center;
  font-style: normal;
  color: #444;
  margin: 8px 0 0 0;
}

#details-tab-schoolinfo h3 {
  margin: 10px 0;
}

.dsidx-schoolinfo-container {
  padding: 10px 0 0 0;
}

#details-tab-schoolinfo-districts-container {
  background-color: #FFF;
}

#details-tab-schoolinfo-districts {
  border: 1px solid #ededed;
}

#details-tab-schoolinfo-schools-container {
  background-color: #FFF;
}

#details-tab-schoolinfo-schools {
  border: 1px solid #ededed;
}

.dsidx-schools-block {
  border: 1px solid #ededed;
  width: 100%;
  background-color: #FFF;
}

.dsidx-schoolinfo-container .school-container,
.dsidx-schoolinfo-container .district-container {
  font-size: 11px;
  display: block;
  position: relative;
  width: 50%;
  float: left;
}

.dsidx-schoolinfo-container .school,
.dsidx-schoolinfo-container .district {
  padding: 15px 0 15px 20px;
}

.dsidx-schoolinfo-container .school .school-name,
.dsidx-schoolinfo-container .district .district-name {
  font-size: 14px;
  font-weight: bold;
}

.dsidx-schoolinfo-container .school .school-indent,
.dsidx-schoolinfo-container .district .district-indent {
  line-height: 22px;
}

.dsidx-district-secondary-display,
.dsidx-school-secondary-display {
  background-color: #f2f2f2;
}

.dsidx-schoolinfo-container .school .school-rating {
  float: left;
  width: 22px;
  height: 22px;
  margin: 0 5px 0 0 !important;
  background-color: transparent;
  background-image: url(//cdn4.diverse-cdn.com/api/images/dsidxpress/great-schools-rating.png/5b1cb9);
  background-position: 0 0;
  background-repeat: no-repeat;
}

.dsidx-schoolinfo-container .school .great-schools-rating-na {
  background-position: 0 0;
}

.dsidx-schoolinfo-container .school .great-schools-rating-1 {
  background-position: 0 -30px;
}

.dsidx-schoolinfo-container .school .great-schools-rating-2 {
  background-position: 0 -60px;
}

.dsidx-schoolinfo-container .school .great-schools-rating-3 {
  background-position: 0 -90px;
}

.dsidx-schoolinfo-container .school .great-schools-rating-4 {
  background-position: 0 -120px;
}

.dsidx-schoolinfo-container .school .great-schools-rating-5 {
  background-position: 0 -150px;
}

.dsidx-schoolinfo-container .school .great-schools-rating-6 {
  background-position: 0 -180px;
}

.dsidx-schoolinfo-container .school .great-schools-rating-7 {
  background-position: 0 -210px;
}

.dsidx-schoolinfo-container .school .great-schools-rating-8 {
  background-position: 0 -240px;
}

.dsidx-schoolinfo-container .school .great-schools-rating-9 {
  background-position: 0 -270px;
}

.dsidx-schoolinfo-container .school .great-schools-rating-10 {
  background-position: 0 -300px;
}

.dsidx-schoolinfo-container .school .great-schools-rating-preschool {
  background-position: 0 -330px;
}

.dsidx-schoolinfo-container .school .great-schools-rating-private {
  background-position: 0 -360px;
}

.dsidx-schoolinfo-container .school .great-schools-community-rating {
  width: 69px;
  height: 13px;
  display: inline-block;
  background-color: transparent;
  background-image: url(//cdn2.diverse-cdn.com/api/images/dsidxpress/great-schools-community.png/804538);
  background-position: 0 0;
  background-repeat: no-repeat;
}

.dsidx-schoolinfo-container .school .great-schools-community-rating-0 {
  background-position: 0 0;
}

.dsidx-schoolinfo-container .school .great-schools-community-rating-1 {
  background-position: 0 -20px;
}

.dsidx-schoolinfo-container .school .great-schools-community-rating-2 {
  background-position: 0 -40px;
}

.dsidx-schoolinfo-container .school .great-schools-community-rating-3 {
  background-position: 0 -60px;
}

.dsidx-schoolinfo-container .school .great-schools-community-rating-4 {
  background-position: 0 -80px;
}

.dsidx-schoolinfo-container .school .great-schools-community-rating-5 {
  background-position: 0 -100px;
}

.dsidx-alert-color {
  border-radius: 5px;
  -moz-border-radius: 5px;
  float: left;
  display: inline;
  width: 100%;
  height: 30px;
}

.dsidx-alert-message {
  color: #333;
  float: left;
  padding: 5px 0 5px 5px !important;
  line-height: 20px;
}

.dsidx-alert-message span {
  color: #405979;
}

.dsidx-alert-label {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-bottomleft: 3px;
  color: #FFF !important;
  float: left;
  padding: 5px 10px !important;
  height: 20px;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
}

.dsidx-alert-text {
  font-family: QanelasSoft;
  font-weight: bold !important;
  font-size: 13pt;
  line-height: 20px;
  padding-left: 5px;
  color: #FFF;
}

.dsidx-alert-triangle {
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 16px solid transparent;
  position: relative;
  float: left;
}

#dsidx-open-house {
  border: 1px solid #FC3;
  background-color: #FFC;
}

#dsidx-open-house-label {
  background-color: #FC3;
}

#dsidx-open-house-triangle {
  border-left: 10px solid #FC3;
}

#dsidx-shortsale {
  border: 1px solid #F93;
  background-color: #FFC;
}

#dsidx-shortsale-notice {
  background-color: #F93;
}

#dsidx-foreclosure-triangle {
  border-left: 10px solid #F93;
}

#dsidx-walkscore {
  border: 1px solid #069;
  background-color: #eaffff;
}

#dsidx-walkscore-notice {
  background-color: #069;
}

#dsidx-walkscore-triangle {
  border-left: 10px solid #069;
}

#dsidx-zestimate {
  border: 1px solid #069;
  background-color: #eaffff;
}

#dsidx-zestimate-notice {
  background-color: #069;
}

#dsidx-zestimate-triangle {
  border-left: 10px solid #069;
}

.dsidx-table-right-border {
  border-right: 1px solid #ededed;
}

#dsidx .dsidx-call-to-action {
  padding: 10px;
  text-align: center;
  background: transparent url(//cdn4.diverse-cdn.com/api/images/dsidxpress/listing-grid-bg.png/72a077) left top repeat;
}

.dsidx-details .dsidx-table-header {
  border: 1px solid #ededed;
  background: transparent url(//cdn4.diverse-cdn.com/api/images/dsidxpress/listing-grid-bg.png/72a077) left top repeat;
}

.dsidx-details .dsidx-headerbar {
  border-top: 1px solid #ededed;
  border-right: 1px solid #ededed;
  border-left: 1px solid #ededed;
  background: transparent url(//cdn4.diverse-cdn.com/api/images/dsidxpress/listing-grid-bg.png/72a077) left top repeat;
  line-height: 27px;
}

.dsidx-details .dsidx-headerbar-green {
  border-top: 1px solid #0d6e0d;
  border-right: 1px solid #0d6e0d;
  border-left: 1px solid #0d6e0d;
  background: transparent url(//cdn1.diverse-cdn.com/api/images/dsidxpress/listing-grid-bg-green.png/5aeceb) left top repeat;
  line-height: 27px;
}

.dsidx-header-title {
  color: #666 !important;
  font-family: QanelasSoft;
  font-size: 13px;
  font-weight: bold;
  padding-left: 5px;
}

table .dsidx-header-title {
  padding-left: 0;
}

.dsidx-details #dsidx-price-history {
  border-collapse: collapse;
  border: 1px solid #ededed;
}

.dsidx-details #dsidx-price-history td {
  color: #333;
}

.dsidx-supplemental-data {
  background-color: #FFF;
}

.one-col {
  float: left;
  width: 48%;
  margin: 0 2px 0 0;
}

.one-col.right-col {
  float: right;
  margin: 0;
}

.two-cols {
  width: 100%;
}

.dsidx-one-col-results .dsidx-result {
  background-color: #FFF;
  max-height: 81px;
  overflow: hidden;
  white-space: nowrap;
}

.dsidx-two-col-results .dsidx-result {
  float: left;
  background-color: #FFF;
  width: 49%;
  max-height: 81px;
  overflow: hidden;
  white-space: nowrap;
  border: 1px solid #ccc;
}

#dsidx-similar-listings {
  padding-right: 10px;
}

body.dsidx #dsidx-similar-listings .dsidx-small-listing-alt,
body.dsidx #dsidx-sold-listings .dsidx-small-listing-alt {
  background-color: transparent;
}

body.dsidx #dsidx-similar-listings .dsidx-secondary-row,
body.dsidx #dsidx-sold-listings .dsidx-secondary-row {
  background: #F2F2F2;
}

body.dsidx #dsidx-similar-listings .dsidx-small-listing .dsidx-address,
body.dsidx #dsidx-sold-listings .dsidx-small-listing .dsidx-address {
  border: 0;
}

.dsidx-one-col-results {
  border: 1px solid #ccc;
}

.dsidx-two-col-results {
  float: left;
  width: 100%;
}

.dsidx-two-col-header {
  width: 98%;
}

.dsidx-result-line-small {
  line-height: 12px;
}

#dsidx-virtual-tour-container {
  text-align: center;
  margin: 5px 10px 10px;
}

@media only screen and(max-width :960px) {
  .dsidx-details #dsidx-media {
    height: 450px !important;
  }
}

@media only screen and(max-width :800px) {
  .dsidx-details #dsidx-media {
    height: 400px !important;
  }
}

@media only screen and(max-width :679px) {
  .dsidx-details #dsidx-media {
    height: 375px !important;
  }
}

@media only screen and(max-width :400px) {
  .dsidx-details #dsidx-media {
    height: 300px !important;
  }
}

.dsidx-widget-single-listing {
  width: 260px;
  padding: 0;
  font-family: QanelasSoft, Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 14px;
  color: #fff;
  background: #2c2c2c;
  border: 1px solid #ccc;
  margin: 0 auto;
}

.dsidx-widget-single-listing h3.widget-title {
  padding: 9px;
  margin: 0 !important;
  text-transform: none !important;
  color: #fff !important;
}

.dsidx-widget-single-listing h3.widget-title a {
  color: #fff;
}

.dsidx-widget-single-listing .dsidx-widget-single-listing-photos {
  position: relative;
  overflow: hidden;
}

.dsidx-widget-single-listing .dsidx-widget-single-listing-slideshow {
  height: 190px;
  white-space: nowrap;
  background: #444;
  margin-left: 0;
  font-size: 0 !important;
  -moz-transition: margin-left .3s;
  -webkit-transition: margin-left .3s;
  -o-transition: margin-left .3s;
  -ms-transition: margin-left .3s;
  transition: margin-left .3s;
}

.dsidx-widget-single-listing .dsidx-widget-single-listing-slideshow .dsidx-widget-single-listing-photo {
  display: inline-block;
  width: 260px;
  height: 190px;
  line-height: 190px;
  text-align: center;
}

.dsidx-widget-single-listing .dsidx-widget-single-listing-slideshow .dsidx-widget-single-listing-photo img {
  margin: 0;
  max-height: 100%;
  max-width: 100%;
  vertical-align: middle;
}

.dsidx-widget-single-listing .dsidx-widget-single-listing-slideshow .dsidx-widget-single-listing-photo span.img-placeholder {
  padding: 1px;
  zoom: 1;
}

.dsidx-widget-single-listing .dsidx-widget-single-listing-photos .dsidx-widget-single-listing-slideshow-control {
  position: absolute;
  top: 50%;
  left: 0;
  width: 25px;
  height: 23px;
  margin-top: -12px;
  background: #000 url(//cdn1.diverse-cdn.com/api/images/dsidxpress/slideshow-leftright.png/4f3959) no-repeat left top;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.dsidx-widget-single-listing .dsidx-widget-single-listing-photos .dsidx-widget-single-listing-slideshow-next {
  left: auto;
  right: 0;
  background-position: -25px top;
}

.dsidx-widget-single-listing .dsidx-widget-single-listing-meta {
  position: relative;
  font-size: 16px;
  font-weight: bold;
  background: -moz-linear-gradient(top, rgba(106, 106, 106, 0.02) 0, rgba(255, 255, 255, 0.02) 49%, rgba(0, 0, 0, 0.02) 51%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(106, 106, 106, 0.02)), color-stop(49%, rgba(255, 255, 255, 0.02)), color-stop(51%, rgba(0, 0, 0, 0.02)));
  background: -webkit-linear-gradient(top, rgba(106, 106, 106, 0.02) 0, rgba(255, 255, 255, 0.02) 49%, rgba(0, 0, 0, 0.02) 51%);
  background: -o-linear-gradient(top, rgba(106, 106, 106, 0.02) 0, rgba(255, 255, 255, 0.02) 49%, rgba(0, 0, 0, 0.02) 51%);
  background: -ms-linear-gradient(top, rgba(106, 106, 106, 0.02) 0, rgba(255, 255, 255, 0.02) 49%, rgba(0, 0, 0, 0.02) 51%);
  background: linear-gradient(top, rgba(106, 106, 106, 0.02) 0, rgba(255, 255, 255, 0.02) 49%, rgba(0, 0, 0, 0.02) 51%);
}

.dsidx-widget-single-listing .dsidx-widget-single-listing-meta div {
  padding: 5px 8px;
  min-height: 1px;
}

.dsidx-widget-single-listing .dsidx-widget-single-listing-meta span.dsidx-widget-single-listing-detail {
  float: left;
  margin-right: 12px;
}

.dsidx-widget-single-listing .dsidx-widget-single-listing-meta span.dsidx-widget-single-listing-detail-description {
  color: #858585;
  font-size: 12px;
  font-weight: normal;
  vertical-align: 10%;
}

.dsidx-widget-single-listing .dsidx-widget-single-listing-meta .dsidx-widget-single-listing-price {
  color: #8baf41;
}

.dsidx-widget-single-listing .dsidx-widget-single-listing-meta .dsidx-widget-single-listing-photo-count {
  position: absolute;
  top: 50%;
  right: 0;
  padding: 3px 5px 3px 27px;
  margin-top: -9px;
  font-size: 12px;
  font-weight: normal;
  line-height: 1;
  color: #bebebe;
  background: #5c5c5c url(//cdn2.diverse-cdn.com/api/images/dsidxpress/icons/photo-count.png/f1b58b) no-repeat 4px 3px;
  border-radius: 3px 0 0 3px;
}

.dsidx-widget-single-listing .dsidx-widget-single-listing-meta div:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.dsidx-widget-affordability table,
.dsidx-widget-areastats table,
.dsidx-widget-mapsearch table,
.dsidx-widget-openhouse table,
.dsidx-widget-recentstatus table,
.dsidx-widget-slideshow table {
  border: none;
  border-collapse: initial;
  border-spacing: initial;
  margin: 0 !important;
}

.dsidx-widget-affordability td,
.dsidx-widget-areastats td,
.dsidx-widget-mapsearch td,
.dsidx-widget-openhouse td,
.dsidx-widget-recentstatus td,
.dsidx-widget-slideshow td {
  border: none;
  padding: 0;
}

.dsidx-widget-affordability table,
.dsidx-widget-affordability thead,
.dsidx-widget-affordability tbody,
.dsidx-widget-affordability tfoot,
.dsidx-widget-affordability tr,
.dsidx-widget-affordability th,
.dsidx-widget-affordability td {
  display: block;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  border: none;
  border-collapse: inherit;
  border-spacing: 0;
  border-color: inherit;
  vertical-align: inherit;
  text-align: left;
  font-weight: inherit;
  -webkit-border-horizontal-spacing: 0;
  -webkit-border-vertical-spacing: 0;
}

.dsidx-widget-affordability th,
.dsidx-widget-affordability td {
  display: inline;
}

.dsidx-widget-areastats .historicalchart_div {
  box-sizing: border-box;
  max-width: 100%;
  overflow-x: scroll;
  overflow-y: hidden;
  width: 100%;
}

.dsidx-widget-openhouse .openhouse_div_internal {
  max-width: 100%;
}

.dsidx-widget-openhouse .slideshow_master_table {
  background-size: cover !important;
}

.dsidx-widget-openhouse .slideshow_address_cell {
  width: auto;
}

.dsidx-widget-openhouse .slideshow_data_table {
  width: 100%;
}

.dsidx-widget-openhouse .slideshow_data_table td.widget_slideshow_label {
  padding-left: 2px;
}

.dsidx-widget-openhouse .slideshow_data_table td:nth-of-type(1),
.dsidx-widget-openhouse .slideshow_data_table td:nth-of-type(2),
.dsidx-widget-openhouse .slideshow_data_table td:nth-of-type(3),
.dsidx-widget-openhouse .slideshow_data_table td:nth-of-type(4) {
  width: 8%;
}

.dsidx-widget-openhouse .slideshow_data_table td:nth-of-type(5) {
  width: 20%;
}

.dsidx-widget-openhouse .slideshow_data_table td:nth-of-type(6) {
  width: 14%;
}

.dsidx-widget-openhouse .slideshow_data_table td:nth-of-type(7) {
  text-align: right;
  width: 34%;
}

.dsidx-widget-recentstatus .recentstatus_table_item_bg>tbody>tr>td:nth-of-type(1),
.dsidx-widget-recentstatus .recentstatus_table_item_bg_alt>tbody>tr>td:nth-of-type(1) {
  width: 0;
}

.dsidx-widget-recentstatus .recentstatus_table_item_bg>tbody>tr:nth-of-type(1)>td:nth-of-type(2),
.dsidx-widget-recentstatus .recentstatus_table_item_bg_alt>tbody>tr:nth-of-type(1)>td:nth-of-type(2) {
  width: 5%;
}

.dsidx-widget-recentstatus .recentstatus_table_item_bg>tbody>tr:nth-of-type(1)>td:nth-of-type(3),
.dsidx-widget-recentstatus .recentstatus_table_item_bg_alt>tbody>tr:nth-of-type(1)>td:nth-of-type(3) {
  width: 10%;
}

.dsidx-widget-recentstatus .recentstatus_table_item_bg>tbody>tr:nth-of-type(1)>td:nth-of-type(4),
.dsidx-widget-recentstatus .recentstatus_table_item_bg_alt>tbody>tr:nth-of-type(1)>td:nth-of-type(4) {
  width: 5%;
}

.dsidx-widget-recentstatus .recentstatus_table_item_bg>tbody>tr>td:nth-of-type(5),
.dsidx-widget-recentstatus .recentstatus_table_item_bg_alt>tbody>tr>td:nth-of-type(5) {
  width: 10%;
}

.dsidx-widget-recentstatus .recentstatus_table_item_bg>tbody>tr>td:nth-of-type(6),
.dsidx-widget-recentstatus .recentstatus_table_item_bg_alt>tbody>tr>td:nth-of-type(6) {
  width: 20%;
}

.dsidx-widget-recentstatus .recentstatus_table_item_bg>tbody>tr>td:nth-of-type(7),
.dsidx-widget-recentstatus .recentstatus_table_item_bg_alt>tbody>tr>td:nth-of-type(7) {
  width: 20%;
}

.dsidx-widget-recentstatus .recentstatus_table_item_bg>tbody>tr>td:nth-of-type(8),
.dsidx-widget-recentstatus .recentstatus_table_item_bg_alt>tbody>tr>td:nth-of-type(8) {
  width: 0;
}

.dsidx-widget-recentstatus .recentstatus_table_item_bg>tbody>tr>td:nth-of-type(9),
.dsidx-widget-recentstatus .recentstatus_table_item_bg_alt>tbody>tr>td:nth-of-type(9) {
  width: 30%;
}

.dsixd-widget-slideshow .gallery_main_table {
  table-layout: fixed;
  width: 100%;
}

.dsidx-widget-slideshow .gallery_master_table {
  background-size: cover !important;
  background-position: center center;
  width: 100%;
}

.dsidx-widget-slideshow .gallery_image_toggle_cell_table {
  width: 100%;
}

.dsidx-widget-slideshow .gallery_image_arrow_cell {
  padding: 0 5px;
}

.dsidx-widget-slideshow .gallery_address_span {
  overflow: hidden;
  white-space: nowrap;
}

.dsidx-widget-slideshow .gallery_listing_data_row td.gallery_slideshow_value {
  text-align: right;
  width: 18%;
}

.dsidx-widget-slideshow .gallery_listing_data_row td.gallery_slideshow_label {
  padding-left: 2px;
  width: 9%;
}

.dsidx-widget-slideshow .gallery_listing_data_row td.gallery_slideshow_label:last-child {
  width: 18%;
}

.dsidx-widget-slideshow .gallery_listing_data_row_alt table td.gallery_slideshow_price {
  text-align: center;
}

.dsidx-widget-slideshow *[align="right"] {
  text-align: right;
}

.dsidx-resp-search-box:after {
  display: block;
  content: "";
  clear: both;
}

.dsidx-resp-search-form fieldset {
  border: 0;
  display: inline-block;
  padding: 0;
  margin: 0;
}

.dsidx-resp-area {
  float: left !important;
  padding: 0 5px;
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important;
  clear: none;
}

.dsidx-resp-search-form .dsidx-resp-area:first-child {
  padding-left: 0;
}

.dsidx-resp-search-form .dsidx-resp-area:last-child {
  padding-right: 0;
}

.dsidx-resp-location-area {
  width: 30%;
}

.dsidx-resp-type-area {
  width: 25%;
}

.dsidx-resp-area-half.dsidx-quick-resp-price-area {
  width: 14% !important;
}

.dsidx-resp-area-submit {
  text-align: center;
  padding-right: 0;
  width: 17%;
}

.dsidx-resp-area-submit input[type="submit"] {
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
  margin: 0;
}

.dsidx-resp-area-half.dsidx-quick-resp-min-beds-area,
.dsidx-resp-area-half.dsidx-quick-resp-min-baths-area {
  display: none;
}

.dsidx-resp-area input[type="text"],
.dsidx-resp-area select {
  width: 100% !important;
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important;
  overflow: hidden !important;
  word-wrap: normal;
  margin-top: 0;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
}

.dsidx-resp-area label {
  display: block !important;
  text-align: left;
}

.sidebar .dsidx-resp-area-half.dsidx-quick-resp-min-beds-area,
.sidebar .dsidx-resp-area-half.dsidx-quick-resp-min-baths-area,
.dsidx-resp-vertical .dsidx-resp-area-half.dsidx-quick-resp-min-beds-area,
.dsidx-resp-vertical .dsidx-resp-area-half.dsidx-quick-resp-min-baths-area {
  display: block;
}

.sidebar .dsidx-resp-area,
.dsidx-resp-vertical .dsidx-resp-area {
  float: none !important;
  width: auto !important;
  padding: 0;
}

.sidebar .dsidx-resp-area.dsidx-resp-area-half,
.dsidx-resp-vertical .dsidx-resp-area.dsidx-resp-area-half {
  float: left !important;
  width: 50% !important;
}

.sidebar .dsidx-resp-area.dsidx-resp-area-half.dsidx-resp-area-right,
.dsidx-resp-vertical .dsidx-resp-area.dsidx-resp-area-half.dsidx-resp-area-right {
  padding-left: 5px !important;
}

.sidebar .dsidx-resp-area.dsidx-resp-area-half.dsidx-resp-area-left,
.dsidx-resp-vertical .dsidx-resp-area.dsidx-resp-area-half.dsidx-resp-area-left {
  padding-right: 5px !important;
}

.sidebar .dsidx-resp-area-submit label,
.dsidx-resp-vertical .dsidx-resp-area-submit label {
  display: none !important;
}

.sidebar .dsidx-resp-area-submit input[type="submit"],
.dsidx-resp-vertical .dsidx-resp-area-submit input[type="submit"] {
  width: initial;
}

@media(max-width:679px) {
  .dsidx-resp-area {
    float: none !important;
    width: auto !important;
    padding: 0;
  }

  .dsidx-resp-area-half.dsidx-quick-resp-min-beds-area,
  .dsidx-resp-area-half.dsidx-quick-resp-min-baths-area {
    display: block;
  }

  .dsidx-resp-area.dsidx-resp-area-half {
    float: left !important;
    width: 50% !important;
  }

  .dsidx-resp-area.dsidx-resp-area-half.dsidx-resp-area-right {
    padding-left: 5px !important;
  }

  .dsidx-resp-area.dsidx-resp-area-half.dsidx-resp-area-left {
    padding-right: 5px !important;
  }

  .dsidx-resp-area-submit label {
    display: none !important;
  }

  .dsidx-resp-area-submit input[type="submit"] {
    width: initial;
  }
}

.top-search .dsidx-resp-area input,
.top-search .dsidx-resp-area select {
  height: 32px;
  padding: 0 10px;
  border: none;
  border-radius: 0;
}

.top-search .dsidx-resp-area input[type="text"],
.top-search .dsidx-resp-area select {
  background: #fff;
}

.header-widget-area .dsidx-resp-area input,
.header-widget-area .dsidx-resp-area select {
  display: inline-block;
  height: 50px;
  padding-top: 0;
  padding-bottom: 0;
}

.dsidx-share-dialog {
  z-index: 1100;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.dsidx-share-dialog .ui-dialog-titlebar {
  background: Transparent none;
  border: 0;
}

#dsidx-share {
  display: none;
  font-size: 12px;
}

#dsidx-share a img {
  border: 0;
  vertical-align: middle;
}

#dsidx-share-choose {
  margin-top: 8px;
}

#dsidx-share a,
#dsidx-share a:link,
#dsidx-share a:visited,
#dsidx-share a:active {
  text-decoration: none;
}

#dsidx-share a:hover {
  text-decoration: underline;
}

#dsidx-share table {
  border-style: solid;
  border-width: 1px 0 0 0;
  border-color: Black;
  margin-top: 6px;
}

#dsidx-share td {
  text-align: left;
  width: 50%;
  padding: 4px;
  white-space: nowrap;
}

#dsidx-share .dsidx-share-title {
  font-weight: bold;
  text-shadow: -1px 0 0 #aaa;
}

#dsidx .dsidx-share-dialog.ui-dialog .ui-dialog-titlebar {
  background: none;
  padding: 5px;
  border: none;
}

.dsidx-share-dialog.ui-dialog .ui-dialog-content {
  padding: 0 1em .5em 1em;
}

#dsidx-share-email {
  display: none;
}

#dsidx-share-email .dsidx-text,
#dsidx-share-email textarea {
  width: 222px;
  padding: 2px;
}

#dsidx-share-email table td {
  width: auto;
}

.dsidx-share-email-submit {
  text-align: right;
}

#dsidx-share-email .dsidx-submit {
  font-weight: bold;
}

#dsidx-share-email-human-question {
  padding: 3px;
  background-color: #FFF196;
  border: solid 1px #FFAF38;
  margin: 0 4px 0 0;
}

#dsidx-share-email-human-proof {
  width: 25px;
}

#dsidx-share-email td.dsidx-share-email-human {
  text-align: right;
}

#dsidx-share-email td.dsidx-share-email-message-row {
  display: none;
}

#not-found-dsidx {
  margin-top: 10px;
  margin-bottom: 10px;
}

#not-found-dsidx .not-found-area {
  margin: 22px 11px 0 0;
  float: left;
}

#not-found-dsidx .heading h2 {
  font: 17px/21px QanelasSoft, Arial, Verdana, Helvetica, sans-serif;
  color: #757575;
  margin: 0;
}

#not-found-dsidx #not-found-scroll-to {
  text-decoration: none;
}

#not-found-dsidx #not-found-img {
  float: left;
}

#not-found-dsidx #not-found-page-title {
  width: 450px;
  font-size: 12px;
  margin-left: 75px;
  padding-top: 15px;
  line-height: 22px;
}

#not-found-dsidx #not-found-page-title #not-found-sub-title {
  font-weight: bold;
  position: relative;
}

#not-found-dsidx #not-found-page-message {
  padding-top: 15px;
  display: block;
  position: relative;
  line-height: 22px;
}

#not-found-dsidx #not-found-search-form {
  background: none;
  width: 580px;
}

#not-found-dsidx #not-found-search-form .row,
#not-found-dsidx #dsidx-contact-form .row {
  overflow: hidden;
}

#not-found-dsidx #not-found-search-form .text,
#not-found-dsidx #dsidx-contact-form .text {
  float: left;
  margin: 0;
  outline: none;
  width: 233px;
  padding: 9px 10px 8px;
  font-size: 12px;
  line-height: 15px;
  border: 1px solid #d9d9d9;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #fff;
}

#not-found-dsidx #not-found-search-form select,
#not-found-dsidx #dsidx-contact-form select {
  float: left;
  width: 150px;
  margin: 0;
  padding: 0;
  padding: 8px 10px 7px;
  font-size: 12px;
  line-height: 15px;
  border: 1px solid #d9d9d9;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #fff;
}

#not-found-dsidx #not-found-search-form .submit,
#not-found-dsidx #dsidx-contact-form .submit {
  float: left;
  width: 168px;
  height: 34px;
  background: #405a79;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 0;
  margin: 22px 0 0 0;
  padding: 0;
  outline: none;
  cursor: pointer;
  color: #fff;
  text-shadow: 0 1px 0 #000;
  font: 12px/14px QanelasSoft, Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}

#not-found-dsidx #dsidx-contact-form #contact-form-textarea {
  width: 230px;
  height: 150px;
}

#not-found-dsidx #dsidx-contact-form {
  width: 560px;
  overflow: hidden;
}

#not-found-dsidx #dsidx-contact-form #dsidx-contact-form-submit-holder {
  float: left;
}

#not-found-dsidx #dsidx-contact-form .dsidx-contact-form-message {
  font: 14px QanelasSoft, Helvetica, sans-serif;
  color: #666;
  padding: 22px 5px 5px 20px;
  line-height: 34px;
  float: left;
  font-weight: bold;
}


.dsidx-small-listing .dsidx-address {
  font-size: 12px;
  font-weight: bold;
  margin: 0 0 5px 0;
  color: #000000;
  padding: 0 0 4px 0;

  border-bottom: solid 1px #cccccc;
}
.dsidx-small-listing .dsidx-address span {
  font-size: 10px;
  color: #b3b3b3;
  font-weight: normal;
}


.dsidx-address a {
  font-size: 18px !important;
  font-weight: 400 !important;
}

.dsidx-address a:hover {
  text-decoration: none !important;
}

.dsidx-address a span {
  color: rgba(0, 0, 0, 0.5) !important;
}

.dsidx-listing-container{display:block;padding:0;margin:0;list-style:none;}
#dsidx-listings .dsidx-listing{margin:0;overflow:hidden;position:relative;}#dsidx-listings .dsidx-listing{border-bottom:solid 1px #ededed;border-radius:0;background:#fff;}#dsidx-listings .dsidx-listing:hover{cursor:pointer;background:#fff;}#dsidx-listings .dsidx-listing .dsidx-data{margin:9px 8px 9px 282px;line-height:18px;}#dsidx-listings .dsidx-listing
 .dsidx-media{float:left;padding:6px;margin:15px 8px;background:#ededed;text-align:center;}#dsidx-listings .dsidx-listing 
 .dsidx-media .dsidx-photo{margin:0;border:solid 1px #fff;background:#eaeaea;text-align:center;font-size:0;line-height:0;position:relative;}#dsidx-listings .dsidx-listing 
 .dsidx-media .dsidx-photo a{font-size:0;}#dsidx-listings .dsidx-listing .dsidx-media .dsidx-photo a img{font-size:0;padding:0;margin:0;border-radius:0;padding:0!important;}#dsidx-listings .dsidx-listing .dsidx-media .dsidx-photo .dsidx-photo-count{position:absolute;left:1px;bottom:1px;opacity:.7;background:#999 url(//cdn2.diverse-cdn.com/api/images/dsidxpress/icons/photo-count.png/f1b58b) 3px 3px no-repeat;color:White;font-size:12px;padding:1px 3px 1px 27px;border-radius:0 2px 0 0;}#dsidx-listings .dsidx-listing .dsidx-primary-data{padding:9px 0 13px 0;border-bottom:solid 1px #e5e5e5;}#dsidx-listings .dsidx-listing .dsidx-primary-data .dsidx-address{float:left;}#dsidx-listings .dsidx-listing .dsidx-primary-data .dsidx-address a{font-size:16px;font-weight:bold;color:#333;}#dsidx-listings .dsidx-listing .dsidx-primary-data .dsidx-address a span{display:block;font-size:13px;font-weight:normal;color:#999;}#dsidx-listings .dsidx-listing .dsidx-primary-data .dsidx-price,#dsidx-listings .dsidx-listing .dsidx-primary-data .dsidx-price-sold{color:#fff;font-size:18px;font-weight:bold;padding:7px 8px;background:#666;margin-left:5px;float:right;position:relative!important;top:0!important;left:0!important;clear:none!important;}#dsidx-listings .dsidx-listing .dsidx-primary-data .dsidx-price-sold{background:none repeat scroll 0 0 #666;color:#FCC;}.dsidx-results-grid #dsidx-listings .dsidx-listing .dsidx-data .dsidx-primary-data .dsidx-price-sold{border-bottom:1px solid #333;font-size:14px;height:16px;left:-4px;margin:0;padding:5px 10px;position:absolute;top:0;float:none;}#dsidx-listings .dsidx-listing .dsidx-secondary-data{padding:13px 0 0 0;font-size:14px;font-weight:normal;color:#999;}#dsidx-listings .dsidx-secondary-data .dsidx-secondary-data-attribution{color:#333;}#dsidx-listings .dsidx-listing .dsidx-media img.dsidx-idx-icon{position:absolute;top:1px;right:1px;}#dsidx-listings .dsidx-listing .dsidx-secondary-data img.dsidx-idx-icon{position:absolute;bottom:3px;right:3px;}#dsidx-listings .dsidx-listing:hover .dsidx-secondary-data img.dsidx-idx-icon{bottom:2px;right:2px;}#dsidx-listings .dsidx-listing .dsidx-secondary-data img.dsidx-idx-icon.dsidx-idx-icon-left{position:static;}#dsidx-listings .dsidx-listing .dsidx-secondary-data div.dsidx-secondary-data-line{margin-bottom:5px;}#dsidx-listings .dsidx-listing .dsidx-secondary-data span{font-size:16px;font-weight:bold;color:#333;}#dsidx-listings .dsidx-listing .dsidx-listing-tag{float:right;padding:3px 6px;margin:0 0 4px 5px;font-size:13px;font-weight:bold;line-height:1em;color:#fff;background:#666;clear:right;}#dsidx-listings .dsidx-listing .dsidx-listing-tag.dsidx-tag-price-drop{background:#690;}#dsidx-listings .dsidx-listing .dsidx-listing-tag.dsidx-tag-open-house{background:#069;}#dsidx-listings .dsidx-listing .dsidx-listing-tag.dsidx-tag-reo,#dsidx-listings .dsidx-listing .dsidx-listing-tag.dsidx-tag-pre-foreclosure{background:#d81;}#dsidx-listings .dsidx-listing .dsidx-listing-tag.dsidx-tag-pre-foreclosure{text-align:right;}#dsidx .dsidx-empty-result-notice{margin:15px 0;font-weight:bold;}@media(max-width:500px){#dsidx-listings .dsidx-listing{margin-bottom:25px;border-bottom:0;}#dsidx-listings .dsidx-listing,#dsidx-listings .dsidx-listing .dsidx-media,#dsidx-listings .dsidx-listing .dsidx-media .dsidx-photo,.dsidx-media,#dsidx-listings .dsidx-listing .dsidx-media .dsidx-photo a img{width:100%;max-width:400px;box-sizing:border-box;}#dsidx-listings .dsidx-listing .dsidx-data{clear:both;margin:9px!important;}#dsidx-listings .dsidx-listing .dsidx-media{margin:0!important;}#dsidx-listings .dsidx-listing:hover{border-width:1px;}#dsidx ul.dsidx-tabs,body.dsidx ul.dsidx-tabs{margin-left:0;padding-left:0;clear:both;}#dsidx ul.dsidx-tabs li.dsidx-tab,body.dsidx ul.dsidx-tabs li.dsidx-tab{margin-right:3px;}#dsidx .dsidx-sorting-control{float:none;margin:10px 0;}#dsidx
 .dsidx-sorting-control select{height:36px;}ol#dsidx-listings{padding:10px 0;}.dsidx-results-grid #dsidx-listings li
 .dsidx-listing-container{float:none;width:100%;}
 .dsidx-results-grid #dsidx-listings .dsidx-listing{margin:0;}#dsidx-listings .dsidx-listing .dsidx-primary-data{margin-bottom:9px;}#dsidx-listings .dsidx-listing
  .dsidx-secondary-data{padding:0;}.dsidx-results-grid #dsidx-listings .dsidx-listing .dsidx-data{padding:0!important;margin:0 9px 9px 9px!important;}}
