@charset "utf-8";
/* ~~ Element/tag selectors ~~ */

* {
	-webkit-box-sizing:border-box;
     box-sizing:border-box;
}

html {
    overflow-x: hidden;
    overflow-y: scroll;
}
body {
	width: 100%;
	min-width: 300px;
	position: relative;
	background-color: #fff;
	color: #333;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	font-weight: 300;
	font-style: normal;
	line-height: 1.5em;
}

p {
	padding: 0 6px 8px 6px;
	margin-top: 10px; 
	line-height: 1.5em;
}
	
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Segoe UI", Arial, sans-serif;
    font-weight: 400;
    margin: 10px 0;
	padding-right:  0; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
	text-align: center;
	
}
h1 {
    font-size: 2.0em;
    margin-top: 20px;
    margin-bottom: 20px;
    max-width: none;
    line-height: 34px;
}
h2 {
	font-size: 1.5em;
	font-weight: bold;
	margin-top: 12px;
	margin-bottom: 6px;
}
h3 {
	font-size: 1.2em;
	margin-top: 12px;
	margin-bottom: 6px;
}
h4 {
	font-size: 1.2em;
	margin-top: 12px;
	margin-bottom: 6px;
}
h5 {
	font-size: 1.0em;
	margin: 0px 0px 4px 0px;
	font-weight: bold;
	text-align: left;
}
h6 {
	font-size: 0.9em;
	margin: 0px 0px 4px 0px;
	font-weight: bold;
	text-align: left;
}

hr {
    border: 0;
    border-top: 1px solid #333;
    margin: 20px 0;
}

img {
	height: auto;
	max-width: 100%;
	vertical-align:middle;
}

a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}

/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */


a {
	text-decoration: none;
}

a:link {
	color:#414958;
	text-decoration: underline;   /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	color: #4E5869;
	text-decoration: underline; 
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
}

.noscript {
	width: 80%;
	margin: 10px auto;
	padding: 10px;
	font-size: 1.5em;
	font-weight: bold;
	color: #FF0000;
	text-align: center;
}

.page-content { /* .page-content appears below hero-image and above .footer. */
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
.dummy-height {
    display: block;
    width: 100%;
    background-color: #e1e1e1;
    min-height: 500px;
    max-width: none;
}

#content {
	/* min-height:460px; */   /* To ensure that #sidebar is displayed in full even when the page content (#content) is very little */
	/* background-color:#f1f1f1; */
	position: relative;
	z-index:1;
}

/* ~~ This grouped selector gives the lists in the #content area space ~~ */
.page-content ul, 
.page-content ol { 
	padding: 0 15px 15px 40px; /* this padding mirrors the right padding in the headings and paragraph rule above. Padding was placed on the bottom for space between other elements on the lists and on the left to create the indention. These may be adjusted as you wish. */
}

/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br> or empty div as the final element following the last floated div  */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.style-hidden,
.style-hide {
	display: none;
}
.style-nomargin-top {
	margin-top: 0px !important;	
}
.style-nomargin-bottom {
	margin-bottom: 0px !important;	
}
.style-nomargins {
	margin: 0;
}
.style-nopadding {
	padding: 0;
}
.style-text-left {
	text-align:left;
}
.style-text-centre,
.style-text-center {
	text-align:center;
}
.style-text-right {
	text-align:right;
}
.style-centre,
.style-center {
	margin-left: auto;
	margin-right: auto;
}
.style-line {
	display: block;
	border-bottom: 1px solid #333;
}
.style-border {
	border: 1px solid #333;	
}
.style-topborder {
	border-top: 1px solid #333;
}
.style-noborder {
	border:	none !important;
}
.style-overlay-small {
	position: absolute;
	bottom: 0px;
	opacity: 1.0;
}
.style-overlay-left {
	left: 10px;
}
.style-overlay-right {
	right: 10px;
}
img.style-overlay-small: hover {
	opacity: 0;
}

.style-audio-outer {
	position: relative;
	width: 100%;
}
.style-audio-inner {
	width: auto;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	border-radius: 20px;
}
.style-audio-text {
	text-align: center;
	margin-bottom: 0px;
}
.style-audio-control {
	margin-top: 0px;
	width: 100%;
	max-width: 600px;
}
audio:hover,
audio:active {
	border: none;
}
.resp-container {
    padding: 0.01em 5px;
}
.resp-button {
    border: none;
    display: inline-block;
    padding: 8px 16px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    background-color: inherit;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
}

.resp-button {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.resp-button:disabled {
    cursor: not-allowed;
    opacity: 0.3;
}

.resp-container:after,
.resp-container:before,
.resp-row:after,
.resp-row:before,
.resp-row-padding:before,
.resp-clear:after,
.resp-clear:before {
    content: "";
    display: table;
    clear: both;
}

.resp-col,
.resp-half,
.resp-half-right,
.resp-half-left,
.resp-third,
.resp-third-right,
.resp-twothird,
.resp-threequarter,
.resp-quarter {
    float: left;
    width: 100%;
	overflow:hidden;
}
.resp-half-right,
.resp-third-right,
	float:right;	
}
.resp-center {
    text-align: center!important;
}
.resp-col {
    float: left;
    width: 100%;
}
.resp-image {
    max-width: 100%;
    height: auto;
}
.bbresp-1-1-3 {
    float: left;
    width: 100%;
}
.bbresp-1-2-3 {
    float: left;
    width: 100%;
}
.bbresp-1-2-4 {
    float: left;
    width: 100%;
}
.bbresp-1-3-3 {
    float: left;
    width: 100%;
}
.bbresp-2-3-3 {
    float: left;
    width: 49.99%;
}
.bbresp-2-2-2 {
    float: left;
    width: 49.99%;
}
.bbresp-3-3-3 {
	float: left;
	width: 33.33%;	
}
.bbresp-2-4-4 {
	float: left;
	width: 49.9%;	
}
.resp-rest {
	foat: left;
    overflow: hidden;
}
.relative {
	position: relative;
}
.fixed {
	position: fixed;
}
.enlarge {
	position: relative;
/*	top: -35px; */
}
.overlay-small {
	max-width:100%;
	position: absolute;
	bottom: 0px;
	opacity: 1.0;
}
.overlay-left {
	left: 0px;
}
.overlay-right {
	right: 0px;
	left: auto;
}
img.overlay-small:hover {
	opacity: 0.4;
}
.image-stretch {
	width: 100%;
	height: auto;
	max-width: none;	
}
.left-margin {
	margin-left: 8px;	
}
.right-margin {
	margin-right: 8px;	
}
.big-margin {
	margin-top: 0px;
}
.image-box-left {
	float: left;
	margin: 10px 10px 8px 5px;
}
.image-box-right {
	float: right;
	margin: 10px 5px 8px 10px;
}
.image-box-right img,
.image-box-left img {
	width: 100%;
	max-width: 100%;
	height: auto;
}
.push-down {
	margin-top: 0px;
}
.push-right {
	margin-left: 0px;
}
.listing-row {
	width: 100%;
	overflow: hidden;
	position: relative;
	clear: both;
	padding: 5px 0;
	border-bottom: 1px solid #333;
}
.listing-row a {
	font-size: 0.85em;
}

/* Style the a tag that wraps several elements */
/* Used on the "Listings pages, e.g. Accommodation, Attractions, Eat & Drink, etc */
a.style-link-wrapper,
a.style-link-wrapper:link,
a.style-link-wrapper:visited,
a.style-link-wrapper:hover,
a.style-link-wrapper:active {
	background-color: #cccc99;
	overflow: hidden;
	display: block;
	height: 100%;
	padding: 5px;
	border: 1px solid transparent;
	text-decoration: none;
}
a.style-link-wrapper:hover {
 	/* background-color: #e1e1e1; */
	opacity: 0.6;
	border-color:#333;
}
.style-email-result,
.style-email-success,
.style-email-error {
	display: block;
	font-weight: bold;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
	padding: 20px;
	border-width: 2px;
	border-radius: 5px;
}
.style-email-error {
	color: #FF0000;
}
.style-subheading {
    min-width: 60px;
    margin-left: auto;
    margin-right: auto;
}


@media (max-width:600px) {  /* Small screens */
	#content {
		margin-left: 0;
	}
	.style-rightcol {
		display: none;
	}
	.resp-hide-small {
		display: none;	
	}
	.push-down {
		margin-top: 60px;
	}
	.push-right {
		margin-left: 100px;
	}
	.resp-pic-right,
	.resp-pic-left {
		float: right;
		display: block;
		width: 100%;
		margin-bottom: 15px;
	}
	.resp-pic-left {
		float: left;
	}
	.image-box-left,
	.image-box-right {
		float: left;
		margin: 5px 0px;
	}
}

@media (max-width:450px) {  /* Small screens */
	#content {
		margin-left: 0;
	}
	.style-rightcol {
		display: none;
	}
	.resp-hide-small {
		display: none;	
	}
}

@media (min-width:601px) {
    .resp-quarter {
        width: 24.99999%;
    }
    .resp-third,
	.resp-third-right {
        width: 33.33333%;
    }
    .resp-half,
	.resp-half-right,
	.resp-half-left  {
        width: 49.99999%;
    }
    .resp-twothird {
        width: 66.66666%;
    }
    .resp-threequarter {
        width: 74.99999%;
    }
	.bbresp-1-1-3 {
		float: left;
		width: 33.33%;
	}
	.bbresp-1-2-3 {
		float: left;
		width: 33.33%;
	}
	.bbresp-1-2-4 {
		float: left;
		width: 24.99%;
	}
	.bbresp-1-3-3 {
		float: left;
		width: 33.33%;
	}
	.bbresp-2-3-3 {
		float: left;
		width: 33.33%;
	}
	.bbresp-3-3-3 {
		float: left;
		width: 33.33%;
	}
	.bbresp-2-4-4 {
		float: left;
		width: 24.99%;	
	}
	.image-box-left {
		float: left;
		margin: 10px 10px 10px 5px;
	}
	.image-box-right {
		float: right;
		margin: 10px 5px 10px 10px;
	}
}

@media (max-width: 992px) and (min-width: 601px) {  /* Medium Screens */
	#content {
		margin-left: 0px;
	}
	.bbresp-1-1-3 {
		float: left;
		width: 100.0%;
	}
	.bbresp-1-2-3 {
		float: left;
		width: 49.99%;
	}
	.bbresp-1-2-4 {
		float: left;
		width: 49.99%;
	}
	.resp-hide-medium {
		display: none;	
	}
    .resp-third,
	.resp-third-right {
		width: 40.0%;
	}
}
@media (min-width:993px) { /* Large Screens */
	#content {
		/* margin-left: 200px;*/
	}
	.resp-hide-large {
		display: none;
	}
}

.resp-round-small {
    border-radius: 2px;
}

.resp-round,
.resp-round-medium {
    border-radius: 4px;
}

.resp-round-large {
    border-radius: 8px;
}

.resp-round-xlarge {
    border-radius: 16px;
}

.resp-round-xxlarge {
    border-radius: 32px;
}

.resp-row-padding,
.resp-row-padding>.resp-half,
.resp-row-padding>.resp-half-right,
.resp-row-padding>.resp-third,
.resp-row-padding>.resp-third-right,
.resp-row-padding>.resp-twothird,
.resp-row-padding>.resp-threequarter,
.resp-row-padding>.resp-quarter,
.resp-row-padding>.resp-col {
    padding: 0 8px;
}

.resp-padding-small {
    padding: 4px 8px!important;
}

.resp-button,
a.resp-button,
a.resp-button:visited {
	color: #fff;
	background-color: #333333;
	border: 1px solid #333;
    display: block;
    padding: 8px 16px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
}
.resp-button:hover {
    color: #000!important;
    background-color: #9e9e9e!important;
	text-decoration:none;
}

.resp-grey,
.resp-hover-grey:hover,
.resp-gray,
.resp-hover-gray:hover {
    color: #000!important;
    background-color: #9e9e9e!important;
}

.button-link,
a.button-link,
a.button-link:visited {
	color:#fff ; 
	background-color:#333;
	/* background-color:#333; */
	margin: 2px;
	border-radius: 8px;
	border: 1px solid #333;
	/* border: 1px solid #333; */
    display: block;
    padding: 8px 16px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
}

a.button-link:hover,
a.button-link:active,
a.button-link:focus {
	color: #333 !important;
	/* color: #fff !important; */
	text-decoration: none !important;	
	background-color: #bdc99c !important; 
	/* background-color:#555 !important; */
	border: 1px solid #333 !important;
	/* border: 1px solid #333 !important; */
}

.button-show-more,
a.button-show-more,
a.button-show-more:visited {
	color:#333 ; 
	background-color:#bdc99c;
	margin: 2px;
	border-radius: 8px;
	border: 1px solid #333;
	display: inline-block !important; 
	min-width:30%;	
    padding: 4px 8px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
}

a.button-show-more:hover,
a.button-show-more:active,
a.button-show-more:focus {
	color: #333 !important;
	text-decoration: none !important;	
	background-color: #555 !important; 
	border: 1px solid #333 !important;
}

.button-show-less,
a.button-show-less,
a.button-show-less:visited {
	color:#333 ; 
	background-color:#bdc99c;
	margin: 2px;
	border-radius: 8px;
	border: 1px solid #333;
	display: inline-block !important; 
	min-width:30%;	
    padding: 4px 8px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
}

a.button-show-less:hover,
a.button-show-less:active,
a.button-show-less:focus {
	color: #333 !important;
	text-decoration: none !important;	
	background-color: #555 !important; 
	border: 1px solid #333 !important;
}

.single-button,
a.single-button,
a.single-button:visited {
	color:#333 ; 
	background-color:#bdc99c;
	margin: 2px;
	border-radius: 8px;
	border: 1px solid #333;
	display: inline-block !important; 
	min-width:30%;	
    padding: 4px 8px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
}

a.single-button:hover,
a.single-button:active,
a.single-button:focus {
	color: #333 !important;
	text-decoration: none !important;	
	background-color: #555 !important; 
	border: 1px solid #333 !important;
}

.style-margin-2 {
	margin: 2px;	
}
.div-centered {
	margin-left: auto;	
	margin-right: auto;	
}
.div-quarter {
	width: 24.9%;	
}
.div-third {
	width: 33.3%;	
}
.div-half {
	width: 49.9%;	
}
.div-twothird {
	width: 66.6%;	
}
.div-threequarter {
	width: 74.9%;	
}
.div-full {
	width: 100%;
	position: relative;	
}
.style-nofloat {
	/* cler: both !important; */
	float: none !important;	
}
.bg-red {
	background-color: red;
}
.bg-white {
	background-color: white;
}
.bg-blue {
	background-color: blue;
}
.bg-yellow {
	background-color: yellow;
}
.bg-green {
	background-color: green;
}
.bg-pink {
	background-color: pink;
}

/*Style the box-of-links (Grid) used on some pages (eg. index.htm)*/
#box-of-links {
	width: 98%;
	margin: 0 auto;
}

/* Add padding BETWEEN each column */
.column {
  background-color: #fff;
  padding: 4px;
  float: left;
  overflow: hidden;
  display: block;
  height: 100%;
}

/* Create three equal columns that float next to each other */
.column {
  width: 33.33%;
}

/* Style the a tag that wraps several elements */
.link-wrapper {
	/*background-color: #eaeaea;*/
	padding: 0px;
	overflow: hidden;
	display: block;
	height: 100%;
	border: 1px solid #555;
}
.link-wrapper:link {
		text-decoration: none;
}
.link-wrapper:hover {
 	background-color: #eaeaea;
	border: 1px solid #333;
}
.link-wrapper:hover img{
	opacity: 0.7;
}
.level-out-2, 
.level-out-3 { /* this class can be placed on a <br> or empty div as the final element following the last floated div  */
		clear:both;
		height:0;
		font-size: 1px;
		line-height: 0px;
	}
.level-out-2 {
	display: none;
}
.level-out-3 {
	display: block;
}

/* Responsive layout - arrange the columns in rows of two, rather than three */
@media screen and (max-width: 750px) {
  .column {
    width: 49.99%;
  }
	.level-out-2 {
		display: block;
	}
	.level-out-3 {
		display: none;
	}
	
}
	
/* Responsive layout - makes the columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    width: 100%;
  }
.level-out-2 {
	display: none;
}
.level-out-3 {
	display: none;
}
	
}

