@media screen and (max-width: 979px) {
  #adminForm select {
    width: 24%;
  }
}
@media screen and (max-width: 450px) {
  #adminForm select {
    width: 100%;
    margin-bottom: 15px;
  }
}
.jux-realties .list-style.realty-item {
  margin-left: 15px;
  margin-right: 15px;
  background-color: #f9f9f9;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .jux-realties .list-style.realty-item {
    display: table;
  }
}
.jux-realties .list-style.realty-item .realty-image {
  padding-left: 0px;
  padding-right: 0px;
}
.jux-realties .list-style.realty-item .realty-image .thumb-holder {
  position: relative;
  overflow: hidden;
}
.jux-realties .list-style.realty-item .realty-image .thumb-holder .bannerleft {
  position: absolute;
  bottom: inherit;
  left: 0;
  z-index: 999 !important;
}
.jux-realties .list-style.realty-item .realty-image .thumb-holder .bannerright {
  position: absolute;
  bottom: inherit;
  right: 0;
  z-index: 9;
}
.jux-realties .list-style.realty-item .realty-image .thumb-holder .status {
  position: absolute;
  bottom: 10px;
  margin-left: 10px;
  color: #fff;
}
.jux-realties .list-style.realty-item .realty-image .thumb-holder .status .type {
  background-color: rgba(0, 0, 0, 0.6);
  float: left;
  padding: 6px 9px;
}
.jux-realties .list-style.realty-item .realty-image .thumb-holder .status .new {
  float: left;
  padding: 6px 9px;
  background-color: rgba(0, 0, 0, 0.6);
  margin-left: 10px;
  color: #FFFD00;
}
.jux-realties .list-style.realty-item .realty-image .thumb-holder .image img {
  width: 100%;
}
.jux-realties .list-style.realty-item .realty-wrap {
  position: relative;
}
@media screen and (max-width: 768px) {
  .jux-realties .list-style.realty-item .realty-wrap {
    padding-bottom: 90px;
  }
}
.jux-realties .list-style.realty-item .realty-wrap .realty-title {
  margin-top: 10px;
  margin-bottom: 10px;
}
.jux-realties .list-style.realty-item .realty-wrap .realty-title a {
  font-size: 22px;
  font-weight: bold;
  color: #373737;
  text-decoration: none;
}
@media screen and (max-width: 800px) {
  .jux-realties .list-style.realty-item .realty-wrap .realty-title a {
    font-size: 15px;
  }
}
.jux-realties .list-style.realty-item .realty-wrap .realty-address {
  color: #444;
  font-style: italic;
  margin-bottom: 10px;
}
.jux-realties .list-style.realty-item .realty-wrap .realty-address i {
  margin-right: 5px;
}
@media screen and (max-width: 768px) {
  .jux-realties .list-style.realty-item .realty-wrap .realty-address {
    margin-bottom: -3px;
  }
}
@media screen and (max-width: 768px) {
  .jux-realties .list-style.realty-item .realty-wrap .realty-desc {
    display: none;
  }
}
.jux-realties .list-style.realty-item .realty-wrap .realty-summary {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
}
.jux-realties .list-style.realty-item .realty-wrap .realty-summary .realty-detail {
  background: #f9f9f9;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  display: table;
  width: 100%;
}
.jux-realties .list-style.realty-item .realty-wrap .realty-summary .realty-detail > div {
  width: 31.33%;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 14px 8px;
}
.jux-realties .list-style.realty-item .realty-wrap .realty-summary .realty-detail > div.size {
  border-right: 1px solid #e5e5e5;
}
.jux-realties .list-style.realty-item .realty-wrap .realty-summary .realty-detail > div.size span {
  background: url("../images/icon/size-icon.png") no-repeat scroll 0 center transparent;
  padding: 10px 5px 10px 30px;
  background-size: 25px 20px;
}
.jux-realties .list-style.realty-item .realty-wrap .realty-summary .realty-detail > div.bedrooms {
  border-right: 1px solid #e5e5e5;
}

.jux-realties .list-style.realty-item .realty-wrap .realty-summary .realty-info > div {
  padding: 0 26px;
}
.jux-realties .list-style.realty-item .realty-wrap .realty-summary .realty-info .realty-price {
  white-space: nowrap;
  width: 50%;
  float: left;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  border-right: 1px solid #e5e5e5;
  padding: 12px 15px;
  background: #ececec;
}
@media screen and (max-width: 991px) {
  .jux-realties .list-style.realty-item .realty-wrap .realty-summary .realty-info .realty-price {
    font-size: 13px;
  }
}
@media screen and (max-width: 479px) {
  .jux-realties .list-style.realty-item .realty-wrap .realty-summary .realty-info .realty-price {
    font-size: 9px;
  }
}
.jux-realties .list-style.realty-item .realty-wrap .realty-summary .realty-info .realty-price .slashprice {
  font-size: 11px;
}
@media screen and (max-width: 479px) {
  .jux-realties .list-style.realty-item .realty-wrap .realty-summary .realty-info .realty-price .slashprice {
    font-size: 9px;
  }
}
.jux-realties .list-style.realty-item .realty-wrap .realty-summary .realty-info .realty-action {
  padding: 0;
  width: 50%;
  float: left;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (max-width: 991px) {
  .jux-realties .list-style.realty-item .realty-wrap .realty-summary .realty-info .realty-action {
    font-size: 13px;
  }
}
@media screen and (max-width: 479px) {
  .jux-realties .list-style.realty-item .realty-wrap .realty-summary .realty-info .realty-action {
    font-size: 9px;
  }
}
.jux-realties .list-style.realty-item .realty-wrap .realty-summary .realty-info .realty-action a {
  white-space: nowrap;
  display: block;
  color: #C1B547;
  text-decoration: none;
  background-color: #f0e797;
  padding: 12px 15px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.jux-realties .list-style.realty-item .realty-wrap .realty-summary .realty-info .realty-action a:hover {
  color: #fff;
  background-color: #2D71B5;
}
.jux-realties .grid-style.realty-item {
	margin-bottom: 50px;
	padding-bottom: 50px;
	position: relative;
}
.jux-realties .grid-style.realty-item .realty-image {
  padding-left: 0px;
  padding-right: 0px;
}
.jux-realties .grid-style.realty-item .realty-image .thumb-holder {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.jux-realties .grid-style.realty-item .realty-image .thumb-holder .bannerleft {
  position: absolute;
  bottom: inherit;
  left: 0;
  z-index: 999 !important;
}
.jux-realties .grid-style.realty-item .realty-image .thumb-holder .bannerright {
  position: absolute;
  bottom: inherit;
  right: 0;
  z-index: 9;
}
.jux-realties .grid-style.realty-item .realty-image .thumb-holder .status {
  position: absolute;
  bottom: 10px;
  margin-left: 10px;
  color: #fff;
}
.jux-realties .grid-style.realty-item .realty-image .thumb-holder .status .type {
  background-color: rgba(0, 0, 0, 0.6);
  float: left;
  padding: 6px 9px;
}
.jux-realties .grid-style.realty-item .realty-image .thumb-holder .status .new {
  float: left;
  padding: 6px 9px;
  background-color: rgba(0, 0, 0, 0.6);
  margin-left: 10px;
  color: #FFFD00;
}
.jux-realties .grid-style.realty-item .realty-image .thumb-holder .image {
  height: 100%;
  width: auto;
}
.jux-realties .grid-style.realty-item .realty-image .thumb-holder .image img {
  height: 100%;
  width: 100%;
}
.jux-realties .grid-style.realty-item .realty-wrap {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 40px;
}
.jux-realties .grid-style.realty-item .realty-wrap .realty-title {
  margin-top: 20px;
  margin-bottom: 10px;
}
.jux-realties .grid-style.realty-item .realty-wrap .realty-title a {
  font-size: 16px;
  font-weight: bold;
  color: #373737;
  text-decoration: none;
}
.jux-realties .grid-style.realty-item .realty-wrap .realty-address {
  color: #444;
  font-style: italic;
  margin-bottom: 10px;
  font-size: 11px;
}
.jux-realties .grid-style.realty-item .realty-wrap .realty-address i {
  margin-right: 5px;
}
.jux-realties .grid-style.realty-item .realty-wrap .realty-desc {
  margin-bottom: 40px;
}
.jux-realties .grid-style.realty-item .realty-wrap .realty-summary {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
}
.jux-realties .grid-style.realty-item .realty-wrap .realty-summary .realty-detail {
  background: #f9f9f9;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  display: table;
  width: 100%;
}
.jux-realties .grid-style.realty-item .realty-wrap .realty-summary .realty-detail > div {
  width: 31.33%;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 14px 8px;
}
.jux-realties .grid-style.realty-item .realty-wrap .realty-summary .realty-detail > div.size {
  border-right: 1px solid #e5e5e5;
}

.jux-realties .grid-style.realty-item .realty-wrap .realty-summary .realty-info > div {
  padding: 0 26px;
}
.jux-realties .grid-style.realty-item .realty-wrap .realty-summary .realty-info .realty-price {
	white-space: nowrap;
	width: 50%;
	float: left;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	border-right: 1px solid #e5e5e5;
	padding: 15px 10px;
	color: #333333;
	background-color: #ffc113;
}
@media screen and (min-width: 801px) and (max-width: 979px) {
  .jux-realties .grid-style.realty-item .realty-wrap .realty-summary .realty-info .realty-price {
    font-size: 12px;
  }
}
@media screen and (max-width: 800px) {
  .jux-realties .grid-style.realty-item .realty-wrap .realty-summary .realty-info .realty-price {
    font-size: 11px;
  }
}
@media screen and (max-width: 320px) {
  .jux-realties .grid-style.realty-item .realty-wrap .realty-summary .realty-info .realty-price {
    font-size: 10px;
  }
}
.jux-realties .grid-style.realty-item .realty-wrap .realty-summary .realty-info .realty-price .slashprice {
  font-size: 10px;
}
@media screen and (max-width: 800px) {
  .jux-realties .grid-style.realty-item .realty-wrap .realty-summary .realty-info .realty-price .slashprice {
    font-size: 10px;
  }
}
@media screen and (max-width: 320px) {
  .jux-realties .grid-style.realty-item .realty-wrap .realty-summary .realty-info .realty-price .slashprice {
    font-size: 9px;
  }
}
.jux-realties .grid-style.realty-item .realty-wrap .realty-summary .realty-info .realty-action {
  padding: 0;
  width: 50%;
  float: left;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (min-width: 801px) and (max-width: 979px) {
  .jux-realties .grid-style.realty-item .realty-wrap .realty-summary .realty-info .realty-action {
    font-size: 12px;
  }
}
@media screen and (max-width: 800px) {
  .jux-realties .grid-style.realty-item .realty-wrap .realty-summary .realty-info .realty-action {
    font-size: 11px;
  }
}
@media screen and (max-width: 320px) {
  .jux-realties .grid-style.realty-item .realty-wrap .realty-summary .realty-info .realty-action {
    font-size: 10px;
  }
}
.jux-realties .grid-style.realty-item .realty-wrap .realty-summary .realty-info .realty-action a {
	white-space: nowrap;
	display: block;
	color: #ffc113;
	text-decoration: none;
	background-color: #ffefc4;
	padding: 15px 15px;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
.jux-realties .grid-style.realty-item .realty-wrap .realty-summary .realty-info .realty-action a:hover {
  color: #fff;
  background-color: #2D71B5;
}
.view {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  text-align: center;
  cursor: default;
}
.view .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: -100%;
  left: 0;
  border: 0;
  background: rgba(0, 0, 0, 0.7);
}
.view:hover .mask {
  top: 0;
  transition: all 0.3s ease 0s;
}
.view:hover a.info {
  bottom: 50%;
  opacity: 1;
  transition: all 0.4s ease 0.3s;
}
.view a.info {
  font-size: 18px;
  color: #fff;
  position: absolute;
  left: 50%;
  bottom: -100%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  opacity: 0;
  text-decoration: none;
}
