.places-view-intro{
  box-shadow: 0 10px 20px -12.5px #000;
  background: linear-gradient(to right,#fff, rgb(84,117,153), #fff);
  position: relative;
  display: table;
  width: 100%;
  float: left;
  margin-top: 10px;
  margin-bottom: 10px;
  box-sizing: border-box;
  clear: both;
  padding: 20px 0px;
}
.place-holder{
  width: calc(100% - 80px);
  margin-left: 40px;
  overflow: hidden;
  box-sizing: border-box;
  clear: both;
}
.lazy-contact-wrapper .places-view-intro{
  width: 100%;
  float: left;
  position: relative;
}
.places .random-head{
  padding-bottom: 0px;
}
.place{
  width:calc(33.33% - 26.66px);
  float: left;
  margin-left: 40px;
  overflow: hidden;
  display: block;
  position:relative;
  text-align: center;
  cursor: pointer;
  margin-top:40px;
}

.place:nth-child(3n +1){
  margin-left: 0px;
}

.places-details{
  position: relative;
  float: left;
}

.places-details i::before{
    color:rgba(242,173,0,1);
}

.place-attr i{
  padding-right: 10px;
}

.place-details-a:hover{
  opacity:0.6;
}


.front-place-side{
  float: left;
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 375px;
  background:rgba(79,113,165,0.2);
}

.img-table-abs{
  position: relative;
  width: 100%;
  height: 100%;
  float: left;
  pointer-events: none;
}
.img-table-wrap{
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
  float: left;
}/*
.img-table-cell{
  display: table-cell;
  width: 100%;
}*/

.img-table-wrap img{
  min-height: 375px;
  width: 100%;
  display: block;
}

.place-data-wrapper{
  position: relative;
  padding:5px 0px;
  padding-right: 20px;
  line-height: 120%;
  box-sizing: border-box;
  float: left;
  clear: both;
  width:100%;
}

.place-data{
  float: left;
  color:#fff;
  padding-left:20px;
}

.place-data-wrapper .place-data:last-child{
  float: right;
  padding-right: 10px;
}

.place-attr{
  display: table;
  float: left;
  font-weight: 100;
  position: relative;
  overflow: hidden;
}

.place-attr > span{
  display: table-cell;
  vertical-align: middle;
}

.place-attr > span:first-child{
  font-size: 18px;
}

.place-attr > span:last-child{
  padding-left: 5px;
  font-size: 18px !important;
}



.places-wrapper,.places{
  float: left;
  width:100%;
  clear:both;
  position: relative;
}

.places-wrapper{
  padding-top: 40px;
  padding-bottom: 80px;
  z-index: 0;
  box-sizing: border-box;
  background-image: -webkit-linear-gradient(45deg, #EEE 25%, transparent 25%, transparent 50%, #EEE 50%, #EEE 75%, transparent 75%, transparent);

}

.places-table{
  float:left;
  display:table;
  width:100%;
  clear:both;
  position: relative;
  height:320px;
}

.place-name-relative{
  position:absolute;
  bottom:0;
  left: 0;
  right: 0;
  z-index:2;
  width: 100%;
  transition: all 0.3s;
}
.place > a:not(.read-more-a),.place > a:not(.read-more-a):visited{
  position: relative;
  float: left;
  font-weight: 100;
  display: table-cell;
  vertical-align: middle;
  width:100%;
  text-align: left;
  z-index: 30;
  font-size:20px;
  line-height: 120%;
  text-decoration: none;
}
.read-more-a{
  color:#E8B767;
  font-weight: 400;
  transition: all 0.2s;
  text-decoration: none;
}
.read-more-a:hover{
  color:#fff;
}
.count-units{
  position: absolute;
  top:0px;
  right:0px;
  background:rgba(28, 63, 107, 1);
  padding: 10px 15px;
  border-bottom-left-radius: 3px;
  box-sizing: border-box;
  z-index: 1;
}
.places .head-table > div > h2{
  color:#333;
}
.place-info-wrap{
    position: relative;
    display: table;
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    line-height: 120%;
    color: #fff;
    box-sizing: border-box;
    overflow: hidden;

}
.unit-div-show{
  width: 100px;
  box-sizing: border-box;
  color:#fff;
  font-weight: 100;
  text-shadow: 1px 1px #000;
}
.unit-div-show > span{
  float: right;
  padding-right: 10px;
  padding-bottom: 10px;
}

.places-details{
  transition: all 0.3s;
}
.place:hover .name-desc{
  max-height: 500px;
  padding:10px;
}
.name-span a:hover{
  color:#E8B767;
}
.place:hover .place-info-wrap{
/*  background:rgba(79,113,165,0.6);
  border-bottom: 1px solid #777;*/
}

.place-info-wrap > span{
  display: table-cell;
  vertical-align: middle;
  position: relative;
  white-space: nowrap;
}
.name-p-wrap{
  width: 100%;
  float: left;
  position: relative;
  z-index: 31;
}
.name-desc{
  clear: both;
  width: 100%;
  background: rgba(28, 63, 107,0.8);
  color:#fff;
  z-index: 2;
  font-weight: 100;
  box-sizing: border-box;
  max-height: 0px;
  float: left;
  text-align: left;
  transition: all 0.3s;
}
.background-cover{
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 0;
  top:0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
/*  background:rgba(198,166,58,0.3);*/
}

.front-place-side:hover .background-cover{
background:rgba(198,166,58,0);

}

.name-span{
  float: left;
  line-height: 120%;
  text-decoration: none;
  text-indent: 10px;
  background:rgba(4, 139, 168, 0.8);
  display: table;
  font-size: 24px;
  width: 100%;
  padding:10px 0px;
  text-align: center;
  box-sizing: border-box;
}
.name-span > *{
  display: table-cell;
  vertical-align: middle;
}

.unit-units i::before{
  color:#cda53d;
}

.name-span a,.name-span a:visited{
  text-decoration: none;
  color: #fff;
  font-weight: 400;
  width: 100%;
  line-height: 120%;
  transition: all 0.2s;
}

.count-units > * {
  display: table-cell;
  vertical-align: middle;
  padding-right: 5px;
  box-sizing: border-box;
}

.count-units > *:last-child {
  padding-right: 0px;
}

.count-units > *{
    color:#fff;
    font-weight: 800;
    line-height: 120%;
    font-size: 16px;
}
.count-units > i{
  padding-right: 5px;
  color:#E8B767;
  text-shadow: none;
  font-weight: 100;
  line-height: 100%;
}
.name-span a:hover{
  color:#E8B767;
}
.place-name-div{
  position: absolute;
  bottom:0;
  left: 0;
  right: 0;
  width: 100%;
  box-sizing: border-box;
  color:#fff;
}
.place-details-click{
  display: none;
  position: absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  width:100%;
  height:100%;
  z-index: 90;
}


.place-details-click > *{
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}


.place-details-click span{
  width: 100%;
  font-size: 14px;
  text-shadow: 1px 1px #000;
  color:#fff;
  font-weight: 400;
}
