* {
	font-family: Lato;
}

a {
	color: #555555;
}

html, body {
	background-color: #f4f4f4;
	margin: 0px;
	padding: 0px;
}

div.center {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

.searchbox::-ms-clear {
	display: none;
	color: #ffffff;
}

p a:link{
	color: #7C7C7C;
}

p a:visited{
	color: #7C7C7C;
}

.searchbox::-webkit-input-placeholder { color: #ffffff; }
.searchbox:-moz-placeholder { color: #ffffff; }
.searchbox::-moz-placeholder { color: #ffffff; }
.searchbox:-ms-input-placeholder { color: #ffffff; }

.searchbar_outer {
	position: absolute;
	right: 0px;
	top: 35px;
	color: #ffffff;
	font-size: 14pt;
	letter-spacing: -0.1px;
	background-color: #bc8646;
	border: 1px solid #cccccc;
	width: 280px;
	height: 30px;
	font-size: 10pt;
	line-height: 30px;
}

.searchbar_inner{
	float: left; width: 28px; height: 28px;background-color: #a7763d; text-align: center;
}

div.search_suggest {
	color: black;
	display: none;
	z-index: 30;
	position: absolute;
	top: 30px;
	left: -2px;
	width: 282px;
	background-color: #ffffff;
	box-shadow: 3px 3px 15px -5px #000000;;
	border: 1px solid #999999;
	border-top: 0px;
	line-height: 110%;
}

.header_search input{
	float:left;
	width:100%;
	height:28px;
	padding-left:10px;
	border:none;
	outline:none;
	background-color:#bc8646;
}

div.main_inner {
	box-sizing: border-box;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

div.relative {
	position: relative;
	top: 0px;
	left: 0px;
}

div.nav_container {
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 25;
	background-color: #6C6C6C;
	border-top: 3px solid #bd7c31;
	padding: 0px;
}

div.nav {
	position: relative;
	top: 0px;
	left: 0px;
	border-left: 1px solid #888888;
	height: 38px;
	float: left;
}

div.nav:last-of-type {
	border-right: 1px solid #888888;
}

div.nav a {
	padding-left: 20px;
	padding-right: 20px;
	color: #ffffff;
	text-decoration: none;
	font-family: Montserrat, sans-serif;
	font-size: 12pt;
	font-weight: 200;
	text-align: center;
	float: left;
	line-height: 38px;
	display: block;
}

div.nav div.subnav {
	display: none;
	position: absolute;
	top: 37px;
	left: 0px;
	background-color: #606060;
	color: #ffffff;
	white-space: nowrap;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	min-width: 100%;
	box-sizing: border-box;
}

div.nav:hover {
	background-color: #606060;
}

div.nav:hover div.subnav {
	display: block;
}

div.nav a.subnav {
	padding: 8px;
	padding-left: 18px;
	padding-right: 18px;
	color: #ffffff;
	text-decoration: none;
	display: block;
	float: none;
	text-align: left;
	line-height: 14pt;
}

div.nav a.subnav:hover {
	background-color: #555555;
}

a.navlast {
	border-right: 0px;
}

i.nav {
	padding-left: 3px;
}

a.carousel_sublink {
	color: #ffffff;
	text-decoration: none;
	display: block;
	line-height: 35px;
	padding: 4px;
	margin-bottom: 4px;
	transition: background-color 0.3s ease;
}

a.carousel_sublink:hover {
	background-color: rgba(150,150,150,0.2);
}

a.carousel_sublink img {
	float: left;
	margin-right: 10px;
}

div.centerpadding {
	box-sizing: border-box;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
}

h1 {
	font-family: Montserrat;
	font-weight: 200;
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
	font-size: 20pt;
}

h2 {
	font-family: Montserrat;
	font-weight: 200;
	margin: 0px;
	padding: 0px;
	font-size: 14pt;
}

a.things_to_do {
	text-decoration: none;
	color: inherit;
	float: left;
	width: 310px;
	padding: 10px;
	transition: background-color 0.2s ease;
}

a.things_to_do:hover {
	background-color: #e4e4e4;
}

a.perfect_place {
	text-decoration: none;
	color: inherit;
	float: left;
	width: 240px !important;
	height: 420px;
	padding: 10px;
	position: relative;
	top: 0px;
	left: 0px;
	transition: background-color 0.2s ease;
	box-sizing: border-box;
	padding-bottom: 10px;
}

a.perfect_place:hover {
	background-color: #999999;
}

div.find_out_more {
	display: none;
	position: absolute;
	bottom: 0px;
	left: 10px;
	color: #ffffff;
	border: 1px solid white;
	border-radius: 5px;
	padding: 10px;
	padding-top: 5px;
	padding-bottom: 5px;

}

div.featured_provider p {
	color: #ffffff;
}

p {
	line-height: 130%;
	font-size: 12pt;
	color: #333333;
}

div.small {
	font-family: 'Lato';
	line-height: 125%;
	font-size: 13pt;

}

div.vsmall {
	font-family: 'Lato', 'Open Sans', 'Arial', sans-serif;
	font-size: 12pt;
	line-height: 14pt;
}

a.accom_homepage_right {
	color: #ffffff;
	display: block;
	background-color: #cccccc;
	margin-bottom: 4px;
	padding: 10px;
	color: #000000;
	text-decoration: none;
	transition: background-color 0.3s ease;
}

a.accom_homepage_right:hover {
	background-color: #dddddd;
}

a.accom_accomodation_left {
	color: #ffffff;
	display: block;
	background-color: #fff;
	margin-bottom: 4px;
	padding: 10px;
	color: #000000;
	text-decoration: none;
	transition: background-color 0.3s ease;
}

a.accom_accomodation_left:hover {
	background-color: #dddddd;
}

div.property {
	text-decoration: none;
	box-sizing: border-box;
	width: 730px;
	background-color: #ffffff;
	border-radius: 10px;
	padding: 15px;
	position: relative;
	top: 0px;
	left: 0px;
	margin-bottom: 10px;
}

div.place_eat {
	text-decoration: none;
	box-sizing: border-box;
	background-color: #ffffff;
	border-radius: 10px;
	padding: 15px;
	position: relative;
	top: 0px;
	left: 0px;
	margin-bottom: 10px;
	width: 730px;
}

.left {
	float: left;
}

.margin-right {
	margin-right: 25px;
}

.right {
	float: right;
	margin-left: 10px;
}

.maincol {
	width: 760px;
	background-color: #ffffff;
	padding: 20px;
	margin-bottom: 20px;
	border-radius: 10px;
}

.maincol h1 {
	padding: 0px;
	border-bottom: 1px solid #bbbbbb;
	color: #475c5f;
	margin-top: 40px;
}

div.property_tab_container {
	margin-top: 15px;
	height: 50px;
}

a.property_tab, a.property_tab_selected {
	line-height: 50px;
	width: 130px;
	height: 50px;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
	color: #000000;
	display: block;
	float: left;
	text-align: center;
}

a.property_tab_selected {
	background-color: #ffffff;
	font-weight: bold;
}

h2.subtitle {
	font-family: PT Serif;
	color: #5e787c;
	font-size: 18pt;
	line-height: 20pt;
}

h1.main_page_title {
	padding: 15px;
	padding-left: 0px;
}

div.attractions {
	//overflow: auto;
	width: 1000px;
	padding-top: 15px;
}

.main_image { 
	width: 740px; 
	position: relative; 
	top: -10px; 
	left: -10px; 
	border-radius: 6px;
}

.col {
	width: 330px;
}

.sidecol {
	width: 230px;
}

.breadcrumb {
	padding: 10px 0;
	font-size: 0.75em;
}

.sub-nav {
	list-style: none;
	padding: 0;
	border-top: 1px solid #dddddd;
}

.sub-nav li {
	border-bottom: 1px solid #dddddd;
}

.sub-nav li a {
	text-decoration: none;
	padding: 7px;
	//font-family: PT Serif;
	font-size: 11pt;
	display: block;
	color: #323232;
}

.sub-nav li a:hover {
	background: #e8f5fc;
}

.accommodation_filter{
	position: relative;
}

.accommodation_filter h3{
	font-weight: lighter;
}

.accommodation_filter input[type=text]{
	width: 200px;
	height: 30px;
	border-radius: 7px;
	border: 1px solid #9C9C9C;
	margin-top: 10px;
	margin-bottom: 15px;
	outline: none;
	padding-left: 25px;
	font-size: 15pt;
}

#currency_from{
	position: absolute;
	top: 56px;
	left: 10px;
	font-size: 13pt;
	color: #9C9C9C;
}

#currency_to{
	position: absolute;
	top: 134px;
	left: 10px;
	font-size: 13pt;
	color: #9C9C9C;
}

.accommodation_filter input[type=range]{
	width: 220px;
	height: 35px;
}

.facilities_checkboxes label{
	width: 200px;
	display: inline-block;
	margin-bottom: 20px;
}

.facilities_checkboxes input[type=checkbox]{
	display: none;
}

.roundedOne {
	width: 28px;
	height: 28px;

	/*margin: 20px auto;*/
	float: right;

	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;

	border: 1px solid #9C9C9C;
	position: relative;
}

.roundedOne label {
	cursor: pointer;
	position: absolute;
	width: 20px;
	height: 20px;

	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	left: 4px;
	top: 4px;
}

.roundedOne label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	content: '';
	position: absolute;
	width: 16px;
	height: 16px;
	background: #C18238;

	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	top: 2px;
	left: 2px;
}

.roundedOne label:hover::after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	opacity: 0.3;
}

.roundedOne input[type=checkbox]:checked + label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}

section.range-slider input {
  -webkit-appearance: none; /* Hides the slider so that custom slider can be made */
  width: 100%; /* Specific width is required for Firefox. */
  background: transparent;
}

section.range-slider input::-webkit-slider-thumb {
  -webkit-appearance: none;
}

section.range-slider input:focus {
  outline: none; /* Removes the blue border. You should probably do some kind of focus styling for accessibility reasons though. */
}

section.range-slider input::-ms-track {
  width: 100%;
  cursor: pointer;
  background: transparent; /* Hides the slider so custom styles can be added */
  border-color: transparent;
  color: transparent;
}

section.range-slider {
    position: relative;
    width: 200px;
    height: 35px;
    text-align: center;
    margin-top: -15px;
    margin-bottom: 35px;
}

section.range-slider input {
    pointer-events: none;
    position: absolute;
    overflow: hidden;
    left: 0;
    top: 15px;
    width: 200px;
    outline: none;
    height: 18px;
    margin: 0;
    padding: 0;
}

section.range-slider input::-webkit-slider-thumb {
    pointer-events: all;
    position: relative;
    z-index: 1;
    -webkit-appearance: none;
	border: 5px solid #fff;
	height: 30px;
	width: 30px;
	border-radius: 30px;
	background: #399CDA;
	cursor: pointer;
	margin-top: -14px;
	box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;

}

section.range-slider input::-moz-range-thumb {
    pointer-events: all;
    position: relative;
    z-index: 1;
    -moz-appearance: none;
    border: 5px solid #fff;
	height: 20px;
	width: 20px;
	border-radius: 20px;
	background: #399CDA;
	cursor: pointer;
	margin-top: -14px;
	box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}

section.range-slider input::-ms-thumb {
    pointer-events: all;
    position: relative;
    z-index: 1;
    border: 5px solid #fff;
	height: 20px;
	width: 20px;
	border-radius: 20px;
	background: #399CDA;
	cursor: pointer;
	margin-top: -14px;
	box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}

section.range-slider input::-moz-range-track {
    position: relative;
    z-index: -1;
    background-color: rgba(0, 0, 0, 1);
    border: 0;
}

section.range-slider input:last-of-type::-moz-range-track {
    -moz-appearance: none;
    background: none transparent;
    border: 0;
}

section.range-slider input::-moz-focus-outer {
  border: 0;
}

section.range-slider input::-webkit-slider-runnable-track {
  width: 100%;
  height: 3px;
  cursor: pointer;
  background: #2e3536;
  border-radius: 1.3px;
  border: 0.2px solid #010101;
}

section.range-slider input::-ms-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  border-width: 16px 0;
  color: transparent;
}

section.range-slider input::-ms-fill-lower {
  background: #2a6495;
  border: 0.2px solid #010101;
  border-radius: 2.6px;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}

section.range-slider input:focus::-ms-fill-lower {
  background: #3071a9;
}

section.range-slider input::-ms-fill-upper {
  background: #3071a9;
  border: 0.2px solid #010101;
  border-radius: 2.6px;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}

section.range-slider input:focus::-ms-fill-upper {
  background: #2e3536;
}

input.default {
	border: 1px solid #cccccc;
	padding: 5px;
}

select.default {
	border: 1px solid #cccccc;
	padding: 5px;
}

td.question_block {
	text-align: right;
	padding-right: 10px;
	padding-left: 10px;
}

td.question_rhs {
	padding-top: 4px;
	padding-bottom: 4px;
}

#slider-range span{
	border-radius: 50px;
	border:5px solid #fff;
	background: initial;
	background-color: #C18238;
	-webkit-box-shadow: -5px 5px 44px -5px rgba(0,0,0,0.75);
	-moz-box-shadow: -5px 5px 44px -5px rgba(0,0,0,0.75);
	box-shadow: -5px 5px 44px -5px rgba(0,0,0,0.75);
	outline: none;
	cursor: pointer;
	position: absolute;
	top: -8px;
}

.accommodation .slick-next{
	top: -15px;
}

.accommodation .slick-prev{
	top: -15px;
}

.nav_dropdown{
	width: 200px;
	background-color: #CD8B3D;
	position: absolute;
	top: 30px;
	left: 510px;
	border-radius: 5px;
	display: none;
	padding: 5px;
}

.nav_dropdown a{
	text-align: center;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
}

.nav_dropdown a:link{
	text-decoration: none;
	color: #fff;
}

.nav_dropdown a:visited{
	text-decoration: none;
	color: #fff;
}

#event_nav:hover .nav_dropdown{
	display: block !important;
}

.whats_on_label{
	display: inline-block;
	font-size: 16pt;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
}

.whats_on_label input{
	border: none;
	outline: none;
	border-bottom: 1px solid #BD7F35;
	width: 99%;
	font-size: 13pt;
	margin-top: 5px;
}

#whats_on_textarea{
	border: none;
	outline: none;
	border-bottom: 1px solid #BD7F35;
	width: 470px;
	font-size: 13pt;
	width: 954px;
	max-width: 954px;
	min-width: 954px;
	height: 180px;
	margin-top: 5px;
}

.nav_dropdown:hover{
	display: block;
}

table.calendar {
	background-color: #f5f5f5;
}

.calendar-contenttop {
	text-align: left;
	background-color: #dddddd;
	font-size: 9pt;
	height: 20px;
	padding-left: 4px;
	padding-top: 2px;
	font-weight: bold;
}

.calendar-popup {

}

.calendar-content {
	font-size: 9pt;
	font-weight: bold;
}

.question_block {
	padding-right: 10px;
	text-align: right;
}

.calendar-link {
	color: #333333;
	text-decoration: none;
}

.featured_provider{
	margin-top: 20px;
	margin-bottom: 20px;
	width: 230px;
	background-color: #555555;
	border-radius: 10px;
	padding: 15px;
	color: #fff;
}

.featured_provider_link:link{
	text-decoration: none;
}

.featured_provider_image { 
	max-height: 130px;
	width: 100%;
	object-fit: cover;

}

.fixed_ad{
	position: fixed;
}

.fc-time{
   display : none;
}

.spotlight img{
	height: 115px;
}

div.breadcrumbs_outer {
	background-color: #e7e7e7;
	border-bottom: 1px solid #dddddd;
}

div.breadcrumbs {
	box-sizing: border-box;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
}

div.breadcrumbs a {
	text-decoration: none;
	color: #666666;
}

div.breadcrumbs a:last-of-type {
	color: #000000;
}

.footer_inner a{
	color: #fff;
	text-decoration: none;
}
.footer_inner a:hover{
	text-decoration: underline;
}


/*JQUERY DATEPICKER STYLE*/
.ui-widget-header{
	background: #BD7F35 !important;
}