﻿

.flyer {
	margin-top:20px;
}

#thebody .flyer h3 {
	font-size: 18px;
	margin:15px 0;
	color:#25aae1;
}
.flyer p {
	font-size: 14px;
	font-style: normal;
	text-decoration: none;
	color: #0a3040;
}
.flyer .hotel {
}
.flyer .hotel-heading {
	margin-top: 0;
}
.flyer .hotel-heading,
.flyer .extra-heading {
	font-size: 18px;
	font-weight: bold;
}
.flyer .hotel-heading:hover,
.flyer .extra-heading:hover {
		cursor: pointer;
}
.flyer .hotel-heading.selected:hover,
.flyer .extra-heading.selected:hover {
	cursor: inherit;
}

.flyer .hotel-heading .hotel-name {

}
.flyer .hotel-heading img.target,
.flyer .extra-heading img.target {
	margin-right:10px;
}

#thebody .flyer .hotel-description {
	margin-top:10px;
	font-size:14px;
	line-height: 150%;
}

.flyer ul.hotel-datepricelines {
	width:100%;
	margin:20px 0 10px;
	list-style:none;
}

.flyer ul.hotel-datepricelines li{
	color: #0a3040;
	font-size: 14px;
	font-style: normal;
	padding:10px;
}
.flyer ul.hotel-datepricelines li.room-name{
	background-color: #25aae1;
	color:#ffffff;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	vertical-align:top;
}
.flyer ul.hotel-datepricelines li.origin-name {
	color:#25aae1;
	font-style: italic;
	font-weight: bold;

}

.flyer ul.hotel-datepricelines li.room-data {
	border-bottom: 1px solid #ebedf2;
}
.flyer ul.hotel-datepricelines li.room-data.odd {
	background-color: #f9fafb;
}
.flyer ul.hotel-datepricelines li.room-data .base-room .room-type-price,
.flyer ul.hotel-datepricelines li.room-data .extra-nights .extra-night-price {
	white-space: nowrap;
	float:right;
}

.flyer ul.hotel-datepricelines .base-room {
	display: flex;
	width: 100%;
	vertical-align: top;
}

.flyer ul.hotel-datepricelines li .room-type {
	width: 100%;
}

.flyer ul.hotel-datepricelines li .room-type .pp {
	font-size: 10px;
	margin-top:-5px;
}
.flyer ul.hotel-datepricelines li.room-data .extra-nights {
	font-style: italic;
}

.flyer ul.hotel-datepricelines li.cheapest-room .room-type,
.flyer ul.hotel-datepricelines li.cheapest-room .room-type-price {
	font-size: 16px;
	font-weight:bold;
	color:#25aae1;
}

.flyer ul.hotel-datepricelines li.date-band {
	background-color: #ebedf2;
	font-weight: bold;
}

.flyer .hotel-note {
	font-size: 12px;
	margin-bottom: 10px;
	line-height: 120%;
}
.flyer .hotel-note span {
	font-weight: bold;
}

.flyer .hotel-bonus,
.flyer .hotel-includes {
	font-size: 14px;
	margin-bottom: 10px;
	line-height: 150%;
}

.flyer .hotel-bonus span,
.flyer .hotel-includes span {
	font-weight: bold;
	color: #25aae1;
	text-transform: uppercase;
}

.flyer .hotel-bonus {
	padding: 10px;
	background-color: #ebedf2;
}

.flyer-blackout {
	margin:10px 0 5px;
	font-size: 12px;
}
.flyer .hotel-note span,
.flyer .hotel-bonus span,
.flyer-blackout span{
	font-weight: bold;
	text-transform: uppercase;
}

.flyer .hotel-bonus span {
	color:#25aae1;
}

.flyer .hotel-enquire {
	margin: 20px 0;
}
.flyer .hotel-enquire h3 {
	float:left;
	font-weight: normal;
	margin-top:12px;
}
.flyer .hotel-enquire .btn {
	float:right;
}
h4.termsCond {
	cursor: pointer;
	text-decoration: underline;
}

.dealsDetailsTerms {
	margin:0 0 20px;
}

.dealsDetailsTerms .normal p{
	font-size: 13px;
}

.dealsDetailsTerms .normal p strong {
	font-size: 14px;
}
