/*
Theme Name: Elina Booking Engine - PropertyGroup
Author: Matteo Di Mauro - Vestibule Marketing
Version: 1.0
*/

#footerElinaPBE {
	clear: both;
	padding: 10px 0;
	margin: 10px 0;
}

div#bodyElinaPBE {
	overflow: hidden;
}

#contentElinaPBE {
	width: 100% !important;
}

h2.acc-name-top {
	display: block;
	margin: 0.7em 0;
	font-size: 27px;
}

h2.acc-name-top span.area {
	color: #858585;
}

div.actionsTools {
	display: block;
}

h2.acc-name {
	display: none;
}

div.descriptionPBE div.descriptionPar p {
	margin-top: 0;
}

div.pictureContainerElinaPBE {
width: 48%;
margin-right: 2%;
display: inline-block;
vertical-align: top;
}

div.descriptionPBE {
	display: inline-block;
	width: 50%;
	margin: 0;
}

.property-group div.descriptionPBE {
	display: block;
	width: 100%;
	margin: 0;
}

.property-group .pictureContainerElinaPBE {
    width: 100%;
    margin: 0;
    margin-bottom: 25px;
    display: block;
    height: 500px;
    overflow: hidden;
}

.hasSlideshow .slides li.slide {
    height: 75vh;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat no-repeat;
}

a.availabilityCal:before {
	content: "\f107";
	font-family: FontAwesome;
	margin-right: 5px;
}
a.availabilityCal.open:before {
	content: "\f106";
}

div.actionsTools a {
	display: block;
	padding: 10px;
}

div.shareLinks div {
	border-top: 1px solid #e5e5e5;
	display: block;
	padding: 10px;
	color: #767676;
}

div.actionsTools a {
	border-top: 1px solid #e5e5e5;
}

div.helperBar {
	display: none;
}

div.showMorePic {
	bottom: 0;
}

div.list_entry {
	margin: 0;
}

@media screen and (max-width: 768px), screen and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {

	div.pictureContainerElinaPBE {
  width: 100%;}
  
  div.descriptionPBE {
  width: 100%;}
  
div.promoRow {
  float: none;
  width: 98%;
  padding:0 1%;
  margin-right: 0%;
    margin-left: 1%;
	margin-bottom:20px;

}

div.pictureContainerElinaPBE.promos{
	margin-top:10px;
	padding:1%;}
  
  
  }