/* ======================================================================
  Room details
======================================================================== */
.v2-room-item-details {
	padding: 15px;
	margin: 20px 0 5px;
    position: relative;
    border-width: 6px 1px 1px 1px;
    border-style: solid dotted dotted dotted;
    box-shadow: 0 6px 6px 0 rgba(0,0,0,.2);
    overflow: visible !important;
}

@media (max-width: 660px) {
	.v2-room-item-details {
		margin-top: 15px;
	}
}

.v2-room-item-details:before {
	display: block;
	position: absolute;
	bottom: 100%;
	left: 40px;
	content: '';
    width: 0;
    height: 0;
    border-style: solid;
	border-width: 0 15px 20px 15px;
	border-color: transparent transparent #ddd transparent;
}

@media (max-width: 660px) {
	.v2-room-item-details:before {
		left: 5px;
	}
}

/* ==================================
  Room gallery
==================================== */
.v2-room-gallery {
	padding-bottom: 20px;
	width: 100% !important;
	overflow: hidden;
	border-width: 0 0 1px 0;
	border-style: solid;
	-ms-transition: background .3s linear;
	-o-transition: background .3s linear;
	-moz-transition: background .3s linear;
	-webkit-transition: background .3s linear;
	transition: background .3s linear;
	background-color: #ddd;
}

.v2-room-gallery:empty {
	padding: 0;
	border-bottom: 0;	
}

.v2-room-gallery .closeButton {
	left: 10px;
	right: initial;
}

.v2-room-gallery .closeButton,
.v2-room-gallery span {
	background-color: #000;
	border-radius: 50%;
	box-shadow: 0 0 6px 0 rgba(0,0,0,.6);
}


/* ==================================
  Description full
==================================== */
.v2-room-description-full {
	padding: 20px 0;
}

.v2-room-description-full li {
	margin-bottom: 8px;
}

.v2-room-description-full p {
	margin: 0 0 20px;
}

.v2-room-description-full img {
	float: left;
	margin: 0 20px 15px 0;
}

.v2-room-description-full p:empty {
	display: none;
}

.v2-room-description-full + .v2-room-minical {
	border-top: 1px solid #ddd;
}

/* ==================================
  Room dynamic discounts
==================================== */
.v2-dynamic-discount-applied {
	padding: 20px 50px;
	position: relative;
}

.v2-dynamic-discount-applied:before,
.v2-dynamic-discount-applied:after {
	position: absolute;
	display: block;
}

.v2-dynamic-discount-applied:before {
	font-family: 'fontello';
	content: '\e818';
	font-size: 60px;
	color: #569f1b;
	top: -23px;
    left: 10px;
}

.v2-dynamic-discounts-available {
	margin-top: 30px;
}

.v2-dynamic-discounts-available ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.v2-dynamic-discounts-available li {
	padding: 10px 10px 10px 20px;
    border-width: 1px 1px 1px 8px;
    border-style: dashed dashed dashed solid;
    margin: 0 0 10px;
}  