.lifestyle-main-wrapper {background: #efefef; text-align: center; width: 100%; padding: 10px 0 10px 0;}

.lifestyle-box-wrapper {
  vertical-align: top;
  display: inline-block;
width: 24%;
  min-width: 274px;
  background: #ffffff;
  margin: 3px; padding: 10px;
}

@media only screen and (max-width: 1170px) {
  .lifestyle-box-wrapper {
    min-width: 320px;
  }
}


@media only screen and (max-width: 360px) {
  .lifestyle-box-wrapper {
    min-width: 280px;
  }
}

.lifestyle-box {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: auto;
  height: auto;
  box-shadow: #777 2px 4px 10px;
}

@media only screen and (max-width: 360px) {
  .lifestyle-box {
  width: 260px;
  height: auto;
}
}

.lifestyle-box img {
  width: auto; display: block;
min-width: 256px;
}

@media only screen and (max-width: 1170px) {
  .lifestyle-box img {
  width: 300px;
}
}

@media only screen and (max-width: 360px) {
  .lifestyle-box img {
  width: 260px;
}
}

.lifestyle-text {
  position: absolute;
  display: block;
  text-align: center;
  color: #ffffff;
border-radius: 60px;
  width: 280px;
  top: 40%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
padding-bottom: 2px;
}


.lifestyle-text a {color: #ffffff; display: block;}

.lifestyle-caption {
display: block;
  text-align: center;
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 32px;
  width: auto;
height: 32px;
  background: rgba(0, 0, 0, 0.5);
border-radius: 40px 40px 0px 0px;
  padding: 0px 20px 0px 20px;
margin-left: 20px; margin-right: 20px;
}

.lifestyle-description {
display: block;
  text-align: center;
  font-size: 12px;
  font-family: arial;
  line-height: 1.3;
  padding: 1px 20px 1px 20px;
  width: auto;
height: 32px;
  background: rgba(0, 0, 0, 0.8);
border-radius: 0px 0px 40px 40px;
margin-left: 20px; margin-right: 20px;
}

.lifestyle-touch_screen {
  visibility: visible;
  opacity: 0;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
}


#lifestyle-properties input { 
	display: none;
}

#lifestyle-properties .tab-link {
	font-size: 16px;
        color: #939393;
	text-align: center;
	cursor: pointer;
	display: block;
	float: left;
	width: 50%;
	padding: 10px 4px;
	background: #f7f7f7;
}

#lifestyle-properties div.tab {
    padding: 10px;
    background: #efefef;
}

.area-block-caption {
    display: block;
    text-align: center;
    font-size: 18px;
    width: auto;
    height: auto;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 40px;
    padding: 5px 18px;
    margin-left: 20px;
    margin-right: 20px;
}
