@font-face {
  font-family: 'FontAwesome';
  src: url('./fonts/fontawesome-webfont.eot?v=4.5.0');
  src: url('./fonts/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'), url('./fonts/fontawesome-webfont.woff2?v=4.5.0') format('woff2'), url('./fonts/fontawesome-webfont.woff?v=4.5.0') format('woff'), url('./fonts/fontawesome-webfont.ttf?v=4.5.0') format('truetype'), url('./fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

.tvfdfc-popup {
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:100000;
	background:rgba(0, 0, 0, 0.7);
}

.tvfdfc-popup__hidden {
	display:none;
}

.tvfdfc-popup--inner {
	width:100%;
	height:100%;
	display:table;
	border:0;
	padding:0;
	margin:0;
	border-spacing:0;
	border-collapse:collapse;
}

.tvfdfc-popup--inner-2 {
	display:table-row;
}

.tvfdfc-popup--inner-3 {
	display:table-cell;
	vertical-align:middle;
	text-align:center;
}
.tvfdfc-popup--inner-4 {
	position:relative;
	text-align:left;
	display:inline-block;
	min-width:270px;
	max-width:600px;
	// height: 300px;
	background-color:#ffffff;
	padding:25px 35px;
	border-radius:10px;
	margin-left:20px;
	margin-right:20px;
	-ms-transition:all 200ms;
	-moz-transition:all 200ms;
	-webkit-transition:all 200ms;
	transition:all 200ms;
}

.tvfdfc-popup--content {
	min-height:40vh;
	max-height:80vh;
	overflow-x:hidden;
	overflow-y:auto;
}

.tvfdfc-popup--close {
	position:absolute;
	top:5px;
	right:5px;
	width:30px;
	height:30px;
	text-align:center;
	line-height:30px;
	-ms-transition:opacity 200ms;
	-moz-transition:opacity 200ms;
	-webkit-transition:opacity 200ms;
	transition:opacity 200ms;
	cursor:pointer;
}

.tvfdfc-popup--close:hover {
	opacity:0.8;
}

.tvfdfc-popup--close:after {
	display:inline;
	content:"\f00d";
	color:#333333;
	font-family:FontAwesome;
	font-size:25px;
}

.tvfdfc {
	font-family:Lato, Helvetica, Arial, Geneva, sans-serif;
	font-weight:300;
	line-height:1.2;
	color:#333333;
}

.tvfdfc-table {
	border-spacing:3px;
	border:0;
	font-size:80%;
	line-height:1.2;
	margin:0;
	width:100%;
	table-layout:fixed;
	border-collapse:separate;
}

.tvfdfc-table--prev,
.tvfdfc-table--ym,
.tvfdfc-table--next,
.tvfdfc-table--day-heading {
	border:0;
	text-align:center;
	vertical-align:middle;
}

.tvfdfc-table--prev,
.tvfdfc-table--next {
	cursor:pointer;
	-ms-transition:opacity 200ms;
	-moz-transition:opacity 200ms;
	-webkit-transition:opacity 200ms;
	transition:opacity 200ms;
}

.tvfdfc-table--prev:hover,
.tvfdfc-table--next:hover {
	opacity:0.7;
}

.tvfdfc-table--prev {
	text-align:left;
}

.tvfdfc-table--next {
	text-align:right;
}

.tvfdfc-table--prev:before {
	font-family:FontAwesome;
	font-weight:normal;
	content:"\f137";
	font-size:26px;
	display: block;
	float: left;
}

.tvfdfc-table--next:before {
	font-family:FontAwesome;
	font-weight:normal;
	content:"\f138";
	font-size:26px;
	float: right;
}

.tvfdfc-table--ym {
	font-size:140%;
}

.tvfdfc-table--head-tr,
.tvfdfc-table--body-tr {
	border:0;
}

table .tvfdfc-table--day {
	border:1px solid #cccccc;
	padding:0;
	vertical-align:top;
	width:auto;
}

.tvfdfc-table--day__lowest {
	border:1px solid #000000 !important;
}

.tvfdfc-table--day__lowest > .tvfdfc-table--day-inner:after {
	position:absolute;
	display:block;
	content:"Lowest Price";
	top:0;
	right:0;
	font-size:9px;
	padding:3px 6px;
	background:#000000;
	color:#ffffff;
	text-transform:uppercase;
}

.tvfdfc-table--day-inner {
	position:relative;
	height:110px;
	text-align: left;
}

.tvfdfc-table--day__empty {
	border-width:0;
}

.tvfdfc-table--day-price--from,
.tvfdfc-table--day-price,
.tvfdfc-table--day-text {
	text-align:center;
}

.tvfdfc-table--day-price--from {
	font-size:10px;	
}

.tvfdfc-table--day-price {
	font-size:20px;
}

.tvfdfc-table--day-price-small {
	font-size:16px;
}

.tvfdfc-table--day-text {
	color:#000000;
}

.tvfdfc-table--day-number {
	padding:3px 3px 6px 3px;
	line-height:1;
}

.tvfdfc-table--ctas {
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	height:21px;
	background:#cccccc;
	color:#ffffff;
	font-size:11px;
	font-weight:bold;
}

.tvfdfc-table--enquire,
.tvfdfc-table--price {
	display:block;
	height:21px;
	line-height:21px;
	padding:0 8px;
	cursor:pointer;
	white-space: nowrap;
	-ms-transition:opacity 200ms;
	-moz-transition:opacity 200ms;
	-webkit-transition:opacity 200ms;
	transition:opacity 200ms;
}

.tvfdfc-table--enquire__inactive {
	cursor: default;
}

.tvfdfc-table--enquire:hover,
.tvfdfc-table--price:hover {
	opacity:0.7;
}

.tvfdfc-table--enquire__inactive:hover {
	opacity:1;
}
.tvfdfc-table--enquire {
	overflow:hidden;
	text-transform:uppercase;
}

.tvfdfc-table--price {
	float:right;
	border-left:1px solid #ffffff;
}

.tvfdfc-table--price:after {
	display:inline;
	content:"\f154";
	font-family:FontAwesome;
}

.tvfdfc--header {
	position:relative;
	display:inline-block;
	border:1px solid #cccccc;
	border-bottom:0;
	padding:8px 16px;
	margin-right:6px;
	background:#ffffff;
	-ms-transition:all 200ms;
	-moz-transition:all 200ms;
	-webkit-transition:all 200ms;
	transition:all 200ms;
	cursor:pointer;
	color: #aaaaaa;
        background:#f2f2f2;
        font-size:18px;
        font-weight: 600;
}

.tvfdfc--header:hover {
        color:#cccccc;
}

.tvfdfc--header__active {
        background:#ff0000;
        color:#ffffff;
        top:1px;
}
.tvfdfc--calendar {
	border:1px solid #cccccc;
	padding:15px;
}

[data-breakpoint="2"] .tvfdfc-table--day-headings {
	display:none;
}

[data-breakpoint="2"] .tvfdfc-table,
[data-breakpoint="2"] .tvfdfc-table--head,
[data-breakpoint="2"] .tvfdfc-table--head-tr,
[data-breakpoint="2"] .tvfdfc-table--body,
[data-breakpoint="2"] .tvfdfc-table--body-tr,
[data-breakpoint="2"] .tvfdfc-table--day {
	display:block;
}

[data-breakpoint="2"] .tvfdfc-table--day.isPrevNov {
	display: none;
}

[data-breakpoint="2"] .tvfdfc-table--day-inner {
	text-align: center;
}

[data-breakpoint="2"] .tvfdfc-table--head-tr {
	text-align:center;
	margin-bottom:10px;
}

[data-breakpoint="2"] .tvfdfc-table--prev,
[data-breakpoint="2"] .tvfdfc-table--ym,
[data-breakpoint="2"] .tvfdfc-table--next {
	display:inline-block;
}

[data-breakpoint="2"] .tvfdfc-table--ym {
	width:150px;
}

[data-breakpoint="2"] .tvfdfc-table--day {
	margin-bottom:15px;
}

[data-breakpoint="2"] .tvfdfc-table--day__empty {
	display:none;
}

[data-breakpoint="2"] .tvfdfc-table--day-number {
	font-size:0;
	padding:6px;
}

[data-breakpoint="2"] .tvfdfc-table--day-number:before {
	content:attr(data-date);
	display:inline;
	font-size:13px;
}

.tvfdfc--enqure-link {
	text-align: center;
	display: block;
	margin: 0 auto;
	margin-top: 20px;
	width: 100px;
	color: #000;
	border: 1px solid #000;
	padding: 8px;
}

.tvfdfc-popup--content {
	text-align: center;
}

.tvfdfc--price {
	margin-top: 20px;
	margin-bottom: 20px;
}

.tvfdfc--prices-header {
	margin-top: 20px;
	margin-bottom: 10px;
}



.tvfdfc--prev-month {
	margin-left: 10px;
	font-size: 12px;
	float: left;
	margin-top: 9px;
}

.tvfdfc--next-month {
	margin-right: 10px;
	font-size: 12px;
	float: right;
	margin-top: 9px;
}

.tvfdfc--special-offer table
.tvfdfc--special-offer td {
	border: 0 !important;
}

@media screen and (max-width: 480px) {

	.tvfdfc--prev-month {
		display: none;
	}

	.tvfdfc--next-month {
		display: none;
	}

}

.tvfdfc--price-extra {
	color: red;
	text-decoration: line-through; 
}

.tvfdfc--price-extra-text {
	color: red;
}

.tvfdfc-table--special-offer {
	position: absolute;
	top: 0;
	right: 0;
}

.tvfdfc--special-offer-header img {
	max-width: 125px;
}

.tvfdfc--special-offer {
	max-width: 200px;
	margin: 10px auto;
}




.tvfdfc--special-offer-text {
	font-weight: bold;
	font-size: 15px;
}

.isPrevNov {
	border-color: #ccc !important;

}

.isPrevNov .tvfdfc-table--ctas {
	background-color: #ccc !important;

}

.tvfdfc {
	position: relative;
}

.tvfdfc--special-offer-header {
	position: absolute;
	top: 0;
	right: 0;

}

[data-breakpoint="2"] .tvfdfc--special-offer-header {
	position: relative;
	max-width: 300px;
}
