

.rand-props{
  clear: both;
  width: 100%;
  float: left;
  position: relative;
  background: #fff;
  z-index: 0;
}
.full-width-background > .swiper-button-next{
  right:100px;
  z-index: 6;
}
.full-width-background > .swiper-button-prev{
  left:100px;
  z-index: 6;
}

.full-width-background > .swiper-button-next,.full-width-background > .swiper-button-prev{
    width: 54px;
    height: 88px;
    background-size: cover;
}
div[class^="rand-gallery"]{
  float: left;
  position: relative;
  width: 100%;
  clear: both;
}
.rand-prop-wrapper{
  width: 1336px;
  margin:0 auto;
  box-sizing: border-box;
  clear: both;
  overflow: hidden;
  position: relative;
}

.rand-swiper-container > .swiper-wrapper{
  padding:40px 0px;
  pointer-events: none;
  box-sizing: border-box;
}

.rand-img-wrap{
  overflow: hidden;
  height: 300px;
  z-index: 1;
}
.place-button-table{
  display: table;
  margin: 0 auto;
}
.prop-name{
  font-weight: 400;
  font-size:20px;
  line-height: 120%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  transition:color 0.2s;
}
.prop-name > *{
  display: table-cell;
  vertical-align: middle;
  box-sizing: border-box;
}
.relative-wrapper{
  float: left;
  position: relative;
  width: 100%;
  clear: both;
}
.head-table{
  clear: both;
  width: 100%;
  float: left;
  display: table;
  position: relative;
}

.head-table > div >*{
  clear: both;
  margin: 0 auto;
  color:#fff;
  display: table;
  white-space: nowrap;
}

.full-width-background{
  width: 100%;
  z-index: 0;
  position: relative;
  clear: both;
  float: left;
  padding:80px 0px;
  padding-top: 40px;
  box-sizing: border-box;
  background: url("/images/featuredplaces/plaza.jpg") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  box-shadow: inset 0px 0px 43px 1px rgba(0,0,0,0.75);
}
.prop-name a,.prop-name a:visited{
  text-decoration: none;
  color:#fff;
  font-weight: 300;
  white-space: nowrap;
  pointer-events: all;
  padding:5px 20px;
  font-size: 22px;
  line-height: 120%;
  text-shadow: 1px 1px #000;
  float: left;
  z-index: 999;
  position: relative;
  box-sizing: border-box;
  transition: all 0.2s;
}
.rand-prop{
	box-shadow: 0 3px 20px -7px rgba(0,0,0,1);
}
.prop-name a:hover,.prop-name a:active{
  color: #E8B767;
  font-weight: 700;
}
.prop-loc{
  width: 100%;
  float: left;
  background:#1C3F6B;
}
.prop-bot{
  line-height: 120%;
  box-sizing: border-box;
  position:relative;
  width: 100%;
  font-weight: 700;
  color:rgba(28, 63, 107,1);
}
.rand-button-next,.rand-button-prev{
  position: absolute;
  top:50%;
  margin-top:-15px;
  cursor: pointer;
  height: 40px;
  z-index: 6;
  padding: 5px;
  box-sizing: border-box;
  display: block;
  background: transparent;
  pointer-events:all;
  background: rgba(255,255,255,0);
  transition:all 0.2s;
}
.rand-button-next img,.rand-button-prev img{
  height: 100%;
  float: left;
  position: relative;
  display: block;
}

.rand-button-next:hover,.rand-button-prev:hover{
  background: rgba(28, 63, 107, 0.8);
}
.rand-button-next{
  right:15px;
}
.rand-button-prev{
  left: 15px;
}
.prop-units,.prop-capacity,.prop-loc{
  display: table-cell;
  vertical-align: middle;
  white-space: nowrap;
  padding:5px 7.5px;

  box-sizing: border-box;
}
.prop-img{
  width: 100%;
  float: left;
  display: block;
  position: relative;
  pointer-events: all;
  min-height: 300px;
  transition: all ease-in-out 0.3s;
}
.prop-img:hover{
  transform:scale(1.1);
}
.prop-img-button{
  text-decoration: none;
  width: 100%;
  float: left;
  display: block;
  clear: both;
}
.prop-capacity,.prop-units{
padding-right: 10px;
line-height: 120%;
}
.prop-capacity > *:first-child,.prop-units > *:first-child{
  padding-right: 5px;
  color: rgba(4, 139, 168, 1);
}
.prop-capacity > *:last-child,.prop-units > *:last-child{
  color:#fff;
}
.prop-loc > *{
  display: table-cell;
  vertical-align: middle;
}
.prop-units > *,.prop-capacity > *{
  display: table-cell;
  vertical-align: middle;
}
.rand-img-wrap .swiper-wrapper a{
    position: relative;
    float: left;
    width: 100%;
    display: block;
    height: 300px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.prop-loc a,.prop-loc a:visited{
    color:#fff;
    font-weight: 500;
    text-decoration: none;
    padding-left: 5px;
    box-sizing: border-box;
    pointer-events: all;
    font-size: 18px;
    line-height: 120%;
    width: 100%;
    transition: color 0.2s;
}
.prop-loc a:hover,.prop-loc a:active{
  color:#E8B767;
}
.main-rand-swiper-button-prev,.main-rand-swiper-button-next{
  position: absolute;
  top:50%;
  height: 60px;
  cursor: pointer;
  transition: all 0.2s;
}
.main-rand-swiper-button-prev:hover,.main-rand-swiper-button-next:hover{
  opacity: 0.6;
}
.main-rand-swiper-button-prev > img,.main-rand-swiper-button-next > img{
  height: 100%;
  float: left;
}
.main-rand-swiper-button-next{
  right:100px;
}
.main-rand-swiper-button-prev{
  left: 100px
}
  .random-head{
    position: relative;
    display: table;
    width: 100%;
    float: left;
    padding:10px 0px;
    box-sizing: border-box;
    clear: both;
  }
