/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #153850;
}

body {
	font-size: 62.5%;
	line-height: 1;
	text-align:center;
	font-family: "museo-sans-n3", "museo-sans", helvetica, arial, sans-serif;
	font-weight: 300;
	font-style: normal;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #39c;
    text-shadow: none;
}

::selection {
    background: #39c;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   Culled from Eric Meyer's Reset
   ========================================================================== */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6, .offer, ul.subnav li {
	font-family:"museo-n5", "museo", arial, sans-serif; 
	font-weight:500; 
	font-style:normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
	outline: none;
}
select:focus,
input:focus,
a:focus {
  outline: 0 none !important;
}




/* ==========================================================================
   Author's custom styles
   ========================================================================== */
html, body {
	height:100%	
}

/* telephone numbers */
a[href*="tel:"] {
	white-space:nowrap;
	cursor:default;
	color:inherit !important;
}




.wf-loading #wrapper {
	visibility: hidden;
}
.wf-active #wrapper {
	visibility: visible;
}




body {
	background:#fff;
	position:relative;
}



/* slideshow */
#slideshow {
	width:100%;
	height:auto;
	display:block;
	position:absolute;
	top:0;
	overflow:hidden;
	left:0;
	z-index:0;
}
#slideshow img {
	width: 100%;
	height: auto; 
	clear:both;
	position:relative;
}
.placeholder {
    /* Making it invisible lets the parent container adjust its size */
	visibility : hidden;
}
/* end slideshow */




/* section images... */
#services #slideshow {}


section a {text-decoration:none; color:#f6a400}
section a:hover {text-decoration:underline; color:#369}
section h1 a:hover {color:#fff;}


/* header */
header {
	display:block;
	clear:both;
	/*position:fixed;*/
	position:absolute;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	box-shadow:0px 0px 5px rgba(0,0,0,.5);
	background:#fff;
	width:90%;
	max-width:1092px;
	margin:0 auto;
	z-index:100;
	padding:14px 0;
	min-height:25px;
	top:0;
	left:50%;
	margin-left:-45%;
}
#logo {
	display:block;
	float:left;
	width:250px;
	margin-left:20px;
	position:relative;
}
#logo img {
	height:auto;
	width:100%;
	display:block;
}
/* end header */






/* wrapper */
#wrapper {
	display:block;
	position:relative;
	width:100%;
	font-size:100%;
	clear:both;
	z-index:10;
	background: url(../images/backgrounds/footer.jpg) bottom center no-repeat;
	background-size:contain;
	margin:0 auto;	
	padding-top:80px;
	padding-bottom:120px;
}
section {
	display:block;
	position:relative;
	width:90%;
	max-width:980px;
	clear:both;
	padding-bottom:20px;
	margin:0 auto;	
	min-height:1000px;
	margin-top:20%;
	background: url(../images/backgrounds/white-tint.png);
	background:rgba(255,255,255,.85);
	border-radius:5px;
	box-shadow:0px 0px 10px rgba(0,0,0,.25);
}
#home section { 
	margin-top:0;
	background:none;
	border-radius:0;
	box-shadow:none;
	min-height:1500px;
}
.front section { 
	background:none;
	border-radius:0;
	box-shadow:none;
}
footer {
	display:block;
	position:relative;
	width:100%;
	clear:both;
	background:#3c4951;
	margin:0 auto;
	padding:30px 0;
}
/* end wrapper */





/* responsive menu */
header .nv {display:none}
.fade {
	opacity: 0;
	-webkit-transition: opacity 0.15s linear;
	-moz-transition: opacity 0.15s linear;
	  -o-transition: opacity 0.15s linear;
		transition: opacity 0.15s linear;
}
.fade.in {
	opacity: 1;
}
.collapse {
	  position: relative;
	  height: 0;
	  overflow: hidden;
	  -webkit-transition: height 0.35s ease;
		-moz-transition: height 0.35s ease;
		  -o-transition: height 0.35s ease;
			transition: height 0.35s ease;
}
.collapse.in {
	height: auto;
}
.nav-collapse.collapse {
	height: auto;
	overflow: visible;
}
header nav {
	display:block; 
	margin-right:20px;
	float:right;
	text-align:right;
}
header nav ul {
	margin-top:16px;
}
header nav ul .clearfix { display:none}
header nav ul li {
	display:inline-block;
	margin-left:12px;
	font-size:100%;
}
header nav ul li a {
	font-size:1.6em;
	color:#343741;
	padding:3px 0;
	text-transform:uppercase;
	text-decoration: none;
}
header nav ul li a:hover {
	color: #39c;
}
header nav ul li a.selected {
	color: #f6a400;
	cursor:default;
}



/* type */
h2 {color:#369; font-size:3.6em; line-height:105%; margin-bottom:.6em;}
h3 {color:#152f40; font-size:2.8em; line-height:110%; margin-bottom:.7em;}
h4 {color:#369; font-size:2.4em; margin-bottom:.8em; }
h5 {color:#369; font-size:2em; margin-bottom:.9em; }
h6 {color:#000; font-size:1.6em; margin-bottom:.25em; line-height:120%; }


p {font-size:1.5em; line-height:135%; margin:0 auto 1.25em;color:#153850;}
#site .content p,
#site .content li,
#site .content td {font-size:1.2em !important}
p.lead {font-size:2em; max-width:820px;}
p em,
li em {
	font-family: "museo-sans-i3", "museo-sans", helvetica, arial, sans-serif;
	font-weight: 300;
	font-style: italic;
}
p strong,
li strong {
	font-family: "museo-sans-n5", "museo-sans", helvetica, arial, sans-serif;
	font-weight: 500;
	font-style: normal;
}
p strong em, 
p em strong,
li strong em,
li em strong {
	font-family: "museo-sans-i5", "museo-sans", helvetica, arial, sans-serif;
	font-weight: 500;
	font-style: italic;
}
.orange {
	color:#f6a400 !important;
}



/* home page intro box */
.intro {
	border-radius:5px;
	background:rgba(0,0,0,.5);
	text-align:left;
	margin:50px 0 50px 3%;
	padding: 30px 3%;
	max-width:56.25%;
	box-shadow:0px 5px 10px rgba(0,0,0,.25);
}
.intro h1 {
	color:#fff;
	font-size:3.5em;
	margin-bottom:.5em
}
.intro p {
	color:#fff;
	font-size:2.3em;
	margin:0;	
}
/* end intro */





/* carousel */
#carousel {
	width:100%;
	display:block;
	height:260px !important;
	clear:both;
	margin:30px auto 50px;
	position:relative;
	z-index:1;
	padding:0;
}
#features {
	display:block;
	height:260px !important;
	overflow:hidden;
	clear:both;
	position:relative;
	z-index:1;
	padding:0;
	margin: 0 auto;
}
.row {
	display:block;
	clear:both;
	position:relative;
	margin: 0 auto 30px;
}
#chamonix .row {margin-bottom:15px; text-align:center; }
.front .row {text-align:center; }
.slide {
	max-width:290px;
	width:29%;
	height:auto;
	margin: 5px 1% 15px;
	border:5px solid #fff;
	box-shadow: 0px 5px 10px #000;
	box-shadow: 0px 5px 10px rgba(0,0,0,.5);
	background:#fff;
	border-radius: 5px;
	display:inline-block;
	position:relative;
	vertical-align:top;
	text-align:center;
	overflow:hidden;
}
.slide.half {
	width:45%;
	padding-bottom:5px;
}
.slide50 {
	max-width:450px;
	width:45%;
}

.slide.full {
	max-width:97%;
	width:97%;
	display:block;
	clear:both;
	margin: 5px auto 15px;
}
#features .slide {
	width:210px;
	height:230px;
	float:left;
	display:block;
	margin: 5px 10px 15px;
}
.slide img {
	width:100%;
	height:auto;
	clear:both;
	margin: 0 auto 12px;	
}
.slide h4 {margin:0;}
.slide h5 {color:#369; margin:0 auto 7px; }
.slide p {color:#666; margin:0 auto; width:95%;}
.row .slide p {margin-top:10px;}
.slide span {margin:10px auto; display:inline-block; padding-right:10px; font-size:1.5em; color:#f90; background: url(../images/icons/arrow-orange-sml.png) right center no-repeat;}
.slide a {
	width:100%;
	display:block;
	text-decoration:none !important;
}
.slide a:hover * {
	color:#000 !important
}
.row .slide a:hover span {background: url(../images/icons/arrow-black-sml.png) right center no-repeat;}
.slide.full .col a {
	margin:0 12px 0 0;
	width:auto;
	white-space:nowrap; 
	display:inline-block; 
	padding-right:10px; 
	font-size:1em; 
	color:#f90; 
	background: url(../images/icons/arrow-orange-sml.png) right center no-repeat;
}
.slide.full .col a:last-of-type {margin:0;}
.slide.full .col a:hover {
	color:#000;
	background: url(../images/icons/arrow-black-sml.png) right center no-repeat;
}
.slide.full a.main {
	width: 49%;
	float:left;
	display:block;
	line-height:1;
	/*top:0;
	left:0;*/
	position:relative;
	/*height:100%;*/
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
}
.slide.full .col {
	width: 49%;
	float:right;
	display:block;
	padding-top:15px;
	padding-bottom:10px;
	text-align:left;
}
.slide.full a.main img {
	margin:0;
	width:100%;
	height:auto;
}
.slide.full p {
	margin-left:0;
	padding:0;
}


#next,
#prev {
	display:block;
	width:40px;
	height:80px;
	position:absolute;
	z-index:10;
	bottom:95px;
	-moz-transition: opacity 0.25s linear;
	-webkit-transition: opacity 0.25s linear; 
	-o-transition: opacity 0.25s linear;
	transition: opacity 0.25s linear;
	background-image: url(../images/icons/next-prev.png);
	background-repeat:no-repeat;
	text-indent:-9999em;
}
#next {
	right:-20px;
	background-position: -240px 0;
}
#prev {
	left:-20px;
	background-position: 0 0;	
}
#next:hover {
	background-position: -200px 0;
}
#prev:hover {
	background-position: -40px 0;	
}
#prev:hover,
#next:hover {
	opacity:1	;
	cursor:pointer
}





/* webcams */
.slide.cams h4 {font-size:2em;}

.slide.cams a div {
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	width:100%;
	display:block; 
	clear:both;
	margin:0 0 10px 0;
}
.slide.cams a div img {
	width:100%;
	height:auto;
}




.break {
	break-before:avoid !important;
	break-after:always !important;
	display:inline-block;
	width:100%;
}


a.offer {
	position:absolute;
	top:0;
	right:0;
	background: transparent url(../images/backgrounds/corner-tint.png) center no-repeat;
	display:block;
	z-index:10;
	color:#fff !important;
	text-align:right;
	line-height:1;
	font-size:1.4em;
	text-transform:uppercase;
	padding:7px 4px 0 0;
	width: 110px;
	height:110px;
}
a.offer:hover {
	background: transparent url(../images/backgrounds/corner-over.png) center no-repeat;
	color:#fff !important;
}




/* scaling images */
p#areas img {
	margin:5px 2%;
	max-width:160px;
	width:20%;
	height:auto;
}
img.tripadvisor {
	max-width:200px;
	width:60%;
	margin:0 auto;	
}



/* weatherfeeds */
.content iframe.wf-weatherfeed {
	max-width:500px;
	width:100%;
	overflow:hidden;
	margin-bottom:30px;
	border:1px solid #ccc;
	border-radius:10px;
	padding:5px 0;
	box-shadow:0px 3px 5px rgba(0,0,0,.25);
	clear:both;
	height:270px;
}
/* end */




/* footer */
footer nav {max-width:980px; width:90%; margin:0 auto;display:block; clear:both; position:relative;}
footer nav p {color:#fff; margin: 30px auto 0; padding:0; font-size:1.1em; line-height:130%;}
footer nav ul { margin-top:30px}
footer nav li {color:#fff; display:inline-block; margin: 0 0 0 4px; padding-left:7px;text-transform:uppercase; font-size:1.1em; white-space:nowrap; line-height:130%; border-left:1px solid #fff;}
footer nav li.copyright {margin:0; padding:0; border:none;}
footer a {color:#fff; text-decoration:none;}
footer a:hover {color:#f6a400; text-decoration:none;}
footer .left { 
	text-align:left; 
	float:left; 
	width: 48%; 
	display:inline-block;
	position:relative; 
	vertical-align:middle; 
	height:38px; 
	font-size:2em; 
	color:#fff; 
	text-transform: uppercase;
}
footer .left a img { margin:-10px 5px 0; opacity:.8;}
footer .left a:hover img {opacity:1;}
footer .right { 
	text-align:right;
	float:right;
	width: 48%; 
	display:inline-block; 
	position:relative; 
	vertical-align:middle;
	height:31px;
	padding-top:7px;
	font-size:2em; 
	color:#fff; 
	text-transform: uppercase;
}
footer .right span.label {
	display:inline;
	padding-top:8px;
	margin-right:5px;
}
footer #google_translate_element {
	position:relative; 
	display:inline; 
	text-transform:none;
	float:right
}
iframe.goog-te-menu-frame {}
/* end footer */





ul.subnav {
	width:25%;
	float:left;
	margin:4% 1% 30px 4%;
	text-align:left;
	border-top: 1px solid #ccc;
	position:relative;
}
#chalets ul.subnav {
	border:none
}
ul.subnav li {
	border-bottom: 1px solid #ccc;
	clear:both;
}
ul.subnav li.secondary {
	border-bottom: none;
}
ul.subnav li a {
	display:block;
	color:#369;
	padding:8px 30px 8px 8px;
	font-size:1.8em;
	text-decoration:none;
	background-image: url(../images/icons/subnav-blu.png);
	background-position: top right;
	background-repeat:no-repeat;
}
ul.subnav li.secondary a {
	display:block;
	color:#fff;
	margin:10px 0 2px 0;
	border-radius:5px;
	background-color:#369;
	background-image: none/* url(../images/icons/subnav-wht.png)*/;
	text-transform:uppercase;
}
ul.subnav li a:hover {
	color:#153850;
	text-decoration:none;
	background-image: url(../images/icons/subnav-blk.png);
}
ul.subnav li.secondary a:hover {
	background-color:#153850;
	color:#fff;
	text-decoration:none;
	background-image:none/* url(../images/icons/subnav-blk.png)*/;
}
ul.subnav li a.selected {
	color:#f6a400;
	text-decoration:none;
	cursor:default;
	background-image: url(../images/icons/subnav-org.png);
}
ul.subnav li.secondary a.selected {
	color:#fff;
	background-color:#f6a400;
	background-image: none;
}





.content {
	width:62%;
	float:left;
	margin:4% 4% 0 4%;
	text-align:left;
	position:relative;
}
.content__fullwidth {
	margin:0;
	padding:4% 4% 0 4%;
	width:100%;
	-webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box;
}
.content.multicol {
	width:92%;
	float:none;
	
	/**/
	-webkit-column-count: 2; 
	-moz-column-count: 2; 
	column-count: 2;
	
	-webkit-column-gap: 40px;
	-moz-column-gap: 40px;
	column-gap: 40px;

}
div.multicol h2 {
	-webkit-column-span:all;
	column-span:all;
}
.content a {
	text-decoration:none;
	color:#39c;
}
.content a:hover {
	text-decoration:none;
	color:#f6a400;
}
.content a.more {
	padding-right:26px;
	background-image: url(../images/icons/subnav-l-blu.png);
	background-position: right center;
	background-repeat:no-repeat;
}
.content a.more:hover {
	background-image: url(../images/icons/subnav-org.png);
}
.content img.scale {
	width:100%;
	height:auto;
	clear:both;
	position:relative;
}
.content img.smallpix {
	width:35%;
	max-width:200px;
	height:auto;
	position:relative;
}
.content .center {
	text-align:center;	
}
.content ul { margin:0 auto 2em 2em; width:90%; clear:both; list-style:disc;}
.content ul ul { margin:0 auto 0 2em; width:100%; list-style:circle;}
.content ol { margin:0 auto 2em 2em; width:90%; clear:both; list-style:decimal;}
.content ol ol { margin:0 auto 0 2em; width:100%; list-style:lower-alpha;}
.content li { font-size:1.5em; line-height:130%; margin:0 auto .25em;color:#153850;}
.content li li { font-size:1em}



.content ul.centered { margin:0 auto 20px auto; width:100%; clear:both; list-style:none; text-align:center;}
.content ul.centered li {display:inline-block; vertical-align:middle; border-radius:5px; box-shadow:0px 2px 4px rgba(0,0,0,.2); background:#fff; padding:1.25%; width:20%; margin:0 1% 15px; text-align:center;}
.content ul.centered li img {width:100%; height:auto;}


/* prices table */
table.prices {
	clear:both;
	display:table;
	max-width:540px;
	width:100%;
	box-shadow:0px 3px 5px rgba(0,0,0,.25);
	margin:1em 0 3em;
	border-radius: 5px;
	border:1px solid #ccc;
	border-collapse:separate;
	background: #fff;
	overflow:hidden
}
table.prices tr td {
	vertical-align:top;
	text-align:center;
	padding:6px;
	width:24.5% !important;
	font-size:1.4em;
	border-right:1px solid #ccc;
	font-family: "museo-sans-n3", "museo-sans", helvetica, arial, sans-serif;
	font-weight:300;
	font-style:normal;
}
table.wide {
	max-width:100%;
}
table.wide tbody tr td {
	text-align:top;
}
table.six tr td {
	width:16.5% !important;
}
table.five tr td {
	width:19.5% !important;
}
table.three tr td {
	width:33% !important;
}
table.two tr td {
	width:49.5% !important;
}
table.one tr td {
	width:100% !important;
}


table.five.wide tr td {
	width:12.5% !important;
}
table.five.wide tr td.extra,
table.five.wide tr td:nth-of-type(5n-1),
table.five.wide tr td:last-of-type {
	width:31% !important;
}


table.six.wide tr td {
	width:12.5% !important;
}
table.six.wide tr td.extra,
table.six.wide tr td:nth-of-type(6n-1),
table.six.wide tr td:nth-of-type(6n-3) {
	width:25% !important;
	/*background:red;*/
}


table.prices tr td strong {
	font-family: "museo-sans-n5", "museo-sans", helvetica, arial, sans-serif;
	font-weight:500;
	font-style:normal;
}
table.prices tr td:first-of-type {}
table.prices tr td:last-of-type {
	border-right:none;
}	
table.prices thead tr,
table.prices tbody tr {
	width:100% !important;
}
table.prices thead tr td {
	border-bottom:1px solid #ccc;
	color:#369;
	font-family: "museo-sans-n5", "museo-sans", helvetica, arial, sans-serif;
	font-weight:500;
	font-style:normal;
	background:#fafafa;
	padding:15px 6px;
	vertical-align:middle;
}
table.prices tbody tr:first-of-type td { padding-top:20px}
table.prices tbody tr:last-of-type td { padding-bottom:20px}
table.prices thead tr td small {
	font-size:80%;
	font-family: "museo-sans-n3", "museo-sans", helvetica, arial, sans-serif;
	font-weight:300;
	font-style:normal;
}
table.prices tbody tr:nth-of-type(2n) {}
/* end prices table */



/* map */
#map_div {
	position:relative;
	display:block;
	margin:0 auto 20px;
	width:100%;
	height:350px;
	box-shadow:0px 1px 5px rgba(0,0,0,.35);
	clear:both;
}


/* videos */
section .videoframe {
	max-width:720px;
	width:100%;
	box-shadow:0px 1px 5px rgba(0,0,0,.35);
	position:relative;
	height:auto;
	clear:both;
	display:block;
	margin:10px auto 20px;
	line-height:1;
}
section .videoframe img {width:100%; position:relative; height:auto; display:block;}
section .videoframe iframe {
	max-width:720px;
	max-height:405px;
	width:100%;
	height:100%;
	background:#000;
	margin:0 auto !important;
	position:absolute;
	z-index:10;
	top:0; 
	left:0;
	display:block;
}
/* end video */




/* accordian */
.reveal div {
	display:none;
	padding:15px 0 10px;
	border-top: 1px dotted #CCC
}
.reveal h4 {
	padding:0 !important; 
	margin:0 !important; 
	border:none;
}
.reveal h4 a { 
	display:block; 
	width:100%; 
	clear:both; 
	background-position: right center; 
	background-repeat:no-repeat; 
	background-image:url(../images/buttons/show_expand-out.png);
	border-top:1px solid #ccc; 
	padding:10px 0 !important; 
	text-decoration:none;
}
.reveal:last-of-type { 
	border-bottom:1px solid #ccc;
	margin-bottom:15px;
}

.reveal h4 a:hover {
	background-image:url(../images/buttons/show_expand-ovr.png); 
}
.reveal h4.ui-state-active a {
	background-image:url(../images/buttons/show_hide-out.png);
}
.reveal h4.ui-state-active a:hover {
	background-image:url(../images/buttons/show_hide-ovr.png);
}
/*.reveal p {
	font-size:1.8em;
	width:90%; 
	color:#666; 
	margin:0 0 .5em 0;
	line-height:130%;
}
.reveal p a {
	color:#e50647;
	text-decoration:none;
}
.reveal p a:hover {
	color:#000;
	text-decoration:none;
}*/

/* end */




/* general */
.xmob {display:inline-block}
.mob {display:none}
.last { margin-bottom:0;}
.center {text-align:center;}





.lt-ie9 .intro {
	background: url(../images/backgrounds/black-tint.png);
}




.lt-ie8 header nav ul li,
.lt-ie8 .slide,
.lt-ie8 .slide span, 
.lt-ie8 .slide.full .col a,
.lt-ie8 .break,
.lt-ie8 footer nav li,
.lt-ie8 footer nav div,
.lt-ie8 footer .left, 
.lt-ie8 footer .right,
.lt-ie8 .xmob {display:inline}





/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}




/* ==========================================================================
   Media Queries for Responsive Design.
   ========================================================================== */


@media (min-width: 1600px) {
	#wrapper {background:none}
}

@media (min-width: 1213px) {
	header {margin-left:-546px;}
	#next {right:-35px;}
	#prev {left:-35px;}
}

@media (min-width: 980px) {

}

@media (max-width: 1040px) {
	header nav ul li a span {display:none}
}

@media (min-width: 768px) and (max-width: 979px) {
	body #wrapper {font-size:92.5%}
	#logo {width:170px;}
	#wrapper {padding-top:65px;}
	header nav ul {margin-top:10px;}
	header nav ul li {font-size:90%; margin-left:8px; }
}

@media (max-width: 767px) {
	body #wrapper {font-size:90%}
	.mob {display:inline-block}
	.xmob {display:none}
	
	#slideshow {top:75px;}
	#wrapper {background: none;padding-bottom:50px;}
	section {min-height:500px; margin-top:25%;}
	#home section {margin-top:0;}

	.nav-collapse {
		-webkit-transform: translate3d(0, 0, 0);
	}
	.btn-navbar {
		cursor: pointer;	
	}
	.nav-collapse,
	.nav-collapse.collapse {
		height: 0;
		display:block;
		clear:both;
		overflow: hidden;
	}
	header .nv {
		display:inline-block;
		position:relative;
		float:right;
		margin-right:20px;
	}
	header .nv a {
		display:block;
		padding:8px 0;
	}
	header {
		width:100%;
		border-radius: 0;
		border-bottom: 0;
		position:absolute;
		left:0;
		margin:0;
	}
	header nav {
		max-width:100%;
		float:none;
		margin:0;
		text-align:left;
	}
	header nav ul {
		display:block;
		clear:both;
		float:none;
		width:100%;
		margin:20px auto 0;
	}
	header nav ul li {
		display:block;
		clear:both;
		margin: 0 20px;
	}
	header nav ul li a {
		padding: 5px 0;
		display:block;
	}
	header nav ul li a span {display:inline}
	#sthoverbuttons {display:none}
	.intro {
		text-align:center;
		margin:42.5% auto 20px;
		max-width:470px;
		padding:20px;
		width:88%;		
	}
	#home .row .slide {
		max-width:500px;
		width:94%;
		margin:5px 2% 0;
	}
	#home .row .slide.secondary {
		max-width:234px;
		width:43.9%;
		margin:4% 2% 15px;
	}
	
	#home .first_row {margin-bottom:0}
	
	#home .row .slide50 {
		margin-bottom:30px !important;	
	}
	
	
	
	footer nav li.copyright {display:block; clear:both;margin: 0 auto; }
	footer nav li {line-height:150%; }
	footer nav li.first {margin: 0; padding:0; border:none; }
	
	footer .left { 
		text-align:center; 
		float:none; 
		width: 100%;
		clear:both;
		display:block;
		font-size:1.6em;
	}
	footer .left a img {opacity:1}
	footer .right { 
		text-align:center;
		float:none;
		clear:both;
		margin:10px auto;
		width: 100%; 
		font-size:1.6em;
		display:block; 
	}
	footer .right span.label {
		float:none;
		display:inline-block
	}
	footer #google_translate_element {
		position:relative; 
		float:none;
		display:inline-block
	}
	footer nav ul,
	footer nav p {margin: 20px auto 0; }
	
	.slide.full {
		max-width:500px;	
	}
	.slide.full a.main {
		top:auto;
		left:auto;
		position:relative;	
	}
	.slide.full a.main,
	.slide.full .col {
		width: 100%;
		float:none;
		clear:both;
	}
	.slide.full .col {
		width: 94%;
		padding:15px 3% 6px;
	}
	.slide.full p {
		width:100%
	}

	
	
	ul.subnav {
		width:92%;
		float:none;
		clear:both;
		margin:4%;
		margin-bottom:20px
	}
	.content {
		width:92%;
		float:none;
		margin:0 4%;	
	}
	.content.multicol {
		margin-top: 4%;
	}
	.reveal:last-of-type { margin-bottom:0;}

	
	.lt-ie8 .mob, 
	.lt-ie8 header .nv,
	.lt-ie8 footer .right span.label,
	.lt-ie8 footer #google_translate_element {display:inline}

}

@media (max-width: 568px) {
	/* new iphone 5c+s width */
	body #wrapper {font-size:85%}
	.content.multicol {
		-moz-column-count: 1;
		-moz-column-gap: 0;
		-webkit-column-count: 1;
		-webkit-column-gap: 0;
		column-count: 1;
		column-gap: 0;
	}
	#map_div {height:250px}
	.content iframe.wf-weatherfeed {width:470px !important;}
}

@media (max-width: 480px) {
	#next {right:-10px;}
	#prev {left:-10px;}
	#home .row .slide,
	#home .row .slide.secondary,
	#chamonix .row .slide.secondary {
		max-width:94%;
		width:94%;
		margin: 5px auto 15px;
	}
	#chamonix .row {margin-bottom:0;}
	.intro {
		max-width:84%;
		width:84%;		
	}
	footer nav li {display:block; float:none !important; padding:0; border:none; clear:both;margin: 0 auto; line-height:150%;}
	.content ul.centered li {width:45%;}
	.content iframe.wf-weatherfeed {width:380px !important;}
}

@media (max-width: 380px) {
	body #wrapper {font-size:80%}
	header .nv a {padding:4px 0;}
	#logo { width:65%;}
	#wrapper {padding-top:75px;}
	#slideshow {top:70px;}
	p#areas img {width:40%;}
	.content iframe.wf-weatherfeed {width:265px !important;}
	table.wide tr td {font-size:9px; padding:4px 1px; }
	table.wide thead tr td span {display:none;}
}




/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}





/* FANCY BOX */
/*! fancyBox v2.1.4 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	/*background: #f9f9f9;*/
	background: #fff;
	color: #444;
	text-shadow: none;
	/*-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;*/
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font-family:"museo-n5", "museo", arial, sans-serif; 
	font-weight:500; 
	font-style:normal;
	font-size: 14px;
	line-height:20px;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('../images/fancybox/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('../images/fancybox/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('../images/fancybox/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
	overflow: hidden;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('../images/fancybox/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font-family:"museo-n5", "museo", arial, sans-serif; 
	font-weight:500; 
	font-style:normal;

	font-size: 13px;
	line-height:20px;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}









/**
 * Created with Visual Form Builder by 23rd and Walnut
 * www.visualformbuilder.com
 * www.23andwalnut.com
 */

/** Basic Styling **/



.TTWForm{
 	width: 100%;
}


.TTWForm-container {
    /*font-size: 75%;*/
    width: 100%;
    display:inline-block;
}

.TTWForm-container h2 {
    /*font-size: 2em;*/
    margin-bottom: 0.75em;
   /* color: #333333;
    font-weight: normal;*/
}


/** Field Styles **/
.TTWForm .field, #form-title.field {
    padding-bottom: 12px;
    padding-top: 12px;
    position: relative;
    clear: both;
}

/** Field Widths */
.f_25 {
    width: 21%;
    display: inline;
    float: left;
    margin-left: 2%;
    margin-right: 2%; /* jquery ui resize grid hack - not sure why */
}

.f_50 {
    width: 46%;
    display: inline;
    float: left;
    margin-left: 2%;
    margin-right: 2%; /* jquery ui resize grid hack - not sure why */
}

.f_75 {
    width: 71%;
    display: inline;
    float: left;/*
    margin-left: 2%;
    margin-right: 2%;  jquery ui resize grid hack - not sure why */
}

.f_100 {
    width: 96%;
    display: inline;
    float: left; /*
    margin-left: 2%;
    margin-right: 2%; jquery ui resize grid hack - not sure why */
}


.TTWForm input, .TTWForm textarea, .TTWForm select, div.selector, div.uploader  {
    width:100%;
    	font-family: "museo-sans-n3", "museo-sans", helvetica, arial, sans-serif;
	font-weight: 300;
	font-style: normal;
    font-size: 16px;
    line-height:24px ;
    padding: 6px 2px;
    color: #999999;
    border: 1px solid #d9d9d9;
    outline: none;
    display: inline-block;
    position: relative;
    z-index: 2;
    box-shadow: 0 0 10px #eee inset;
    border-radius: 3px;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
}

.TTWForm input:focus, .TTWForm textarea:focus, .TTWForm select:focus {
    box-shadow: 0px 0px 5px #bfdeff;
}

.TTWForm input[type=radio], .TTWForm input[type=checkbox] {
    width: 12px;
    margin: 8px 12px;
    top: 3px;
    position: relative;
}

.TTWForm .option{
    margin:6px 0;
}

.TTWForm select {
    padding: 6px 6px;
}

.TTWForm textarea {
    overflow: hidden;
}

.TTWForm label {
    text-align: left;
    	font-family: "museo-sans-n3", "museo-sans", helvetica, arial, sans-serif;
	font-weight: 300;
	font-style: normal;
    font-size: 16px;
    line-height:24px ;
}

.TTWForm .submit input {
    text-align: center;
    font-size: 18px;
    text-transform:uppercase;
    text-decoration: none;
    border-radius: 3px;
    display: block;
    margin: 12px -2px 12px 0;
    text-align: center;
    float: right;
    padding: 6px 12px;
    height: 36px;
    cursor: pointer;
    min-width: 96px;
    width:auto;
    background: #FBFBFB; /* old browsers */
    background: -moz-linear-gradient(top, #FBFBFB 0%, #EEEEEE 99%); /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FBFBFB), color-stop(99%, #EEEEEE)); /* webkit */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#FBFBFB', endColorstr = '#EEEEEE', GradientType = 0); /* ie */
    border: 1px solid #cfcfcf;
    font-weight: normal;
    color: #666;
}
.TTWForm .submit input:hover {
	background:#f6a400;
}

#form-title {
    padding: 12px;
}

#form-title h2{
    margin-bottom:0;
}

/** Date Input **/

#calroot {
    z-index: 10000;
    margin-top: -1px;
    width: 198px;
    padding: 2px;
    background-color: #fff;
    font-size: 11px;
    border: 1px solid #ccc;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-box-shadow: 0 0 15px #666;
    -webkit-box-shadow: 0 0 15px #666;
}

#calhead {
    padding: 2px 0;
    height: 22px;
}

#caltitle {
    font-size: 14px;
    color: #0150D1;
    float: left;
    text-align: center;
    width: 155px;
    line-height: 20px;
    text-shadow: 0 1px 0 #ddd;
}

#calnext, #calprev {
    display: block;
    width: 20px;
    height: 20px;
    float: left;
    cursor: pointer;
    background: transparent url(../images/contact/prev.png) no-repeat center center scroll;
}

#calnext {
    float: right;
    background: transparent url(../images/contact/next.png) no-repeat center center scroll;
}

#calprev.caldisabled, #calnext.caldisabled {
    visibility: hidden;
}

#caltitle select {
    font-size: 10px;
}

#caldays {
    height: 14px;
    border-bottom: 1px solid #ddd;
}

#caldays span {
    display: block;
    float: left;
    width: 28px;
    text-align: center;
}

#calweeks {
    background-color: #fff;
    margin-top: 4px;
}

.calweek {
    clear: left;
    height: 22px;
}

.calweek a {
    display: block;
    float: left;
    width: 27px;
    height: 20px;
    text-decoration: none;
    font-size: 11px;
    margin-left: 1px;
    text-align: center;
    line-height: 20px;
    color: #666;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.calweek a:hover, .calfocus {
    background-color: #ddd;
}

a.calsun {
    color: red;
}

a.caloff {
    color: #ccc;
}

a.caloff:hover {
    background-color: rgb(245, 245, 250);
}

a.caldisabled {
    background-color: #efefef !important;
    color: #ccc !important;
    cursor: default;
}

#calcurrent {
    background-color: #498CE2;
    color: #fff;
}

#caltoday {
    background-color: #333;
    color: #fff;
}


/** Range Input **/

.slider {
    background: #3C72E6 url(../images/contact/range_gradient.png) repeat-x 0 0;
    height: 9px;
    position: relative;
    cursor: pointer;
    border: 1px solid #333;
    width: 100%;
    float: left;
    clear: right;
    margin-top: 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-box-shadow: inset 0 0 8px #000;
}

.progress {
    height: 9px;
    background-color: #C5FF00;
    display: none;
    opacity: 0.6;
}

.handle {
    background: #fff url(../images/contact/range_gradient.png) repeat-x 0 0;
    height: 28px;
    width: 28px;
    top: -12px;
    position: absolute;
    display: block;
    margin-top: 1px;
    border: 1px solid #000;
    cursor: move;
    -moz-box-shadow: 0 0 6px #000;
    -webkit-box-shadow: 0 0 6px #000;
    -moz-border-radius: 14px;
    -webkit-border-radius: 14px;

}

.range {
    border: 1px solid #ddd;
    float: left;
    font-size: 20px;
    margin: 0 0 0 15px;
    padding: 3px 0;
    text-align: center;
    width: 50px !important;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}


/**Error Messages **/

.TTWForm .error {
    height: 16px;
   	font-family: "museo-sans-n3", "museo-sans", helvetica, arial, sans-serif;
	font-weight: 300;
	font-style: normal;
    font-size: 11px;
    line-height:16px ;
    color: #ff0033;
    padding-left: 12px;
    z-index: 999;
    position:relative;
    top:-1px;
}


/** Loading Indicator **/
.loading-text{
    position:relative;
    top:-3px;
}




/*
---
For use with the Uniform plugin:
http://pixelmatrixdesign.com/uniform/
---
Generated by Uniform Theme Generator:
http://pixelmatrixdesign.com/uniform/themer.html

*/

/* Global Declaration */

div.selector,
div.checker span,
div.radio span,
div.uploader,
div.uploader span.action {
    background-image: url(../images/contact/sprite.png);
    background-repeat: no-repeat;
}

.selector,
.radio,
.checker,
.uploader,
.selector *,
.radio *,
.checker *,
.uploader * {
    margin: 0;
    padding: 0;
}

/* SPRITES */

/* Select */

div.selector, div.selector.focus, div.selector.hover {
    background-position: right 1px;
    line-height: 33px;
    height: 33px;
}

div.selector span {
    height: 28px;
    line-height: 29px;
    padding: 3px 0 3px 6px;
}

div.selector select {
/* change these to adjust positioning of select element */
    top: 0px;
    left: 0px;
}

/* Checkbox */

div.checker {
    width: 19px;
    height: 19px;
}

div.checker input {
    width: 19px;
    height: 19px;
}

div.checker span {
    background-position: 0px -36px;
    height: 19px;
    width: 19px;
}

div.checker span.checked {
    background-position: -19px -36px;
}

/* Radio */

div.radio {
    width: 18px;
    height: 18px;
}

div.radio input {
    width: 18px;
    height: 18px;
}

div.radio span {
    height: 18px;
    width: 18px;
    background-position: 0px -54px;
}

div.radio span.checked {
    background-position: -18px -54px;
}

/* Uploader */

div.uploader, div.uploader span.action {
    background-position: right -74px;
    height: 33px;
}

div.uploader span.action {
    line-height: 33px;
}

div.uploader span.filename {
    height: 33px; /* change this line to adjust positioning of filename area */
    margin: 2px 0px 2px 2px;
    line-height: 32px;
}

/* PRESENTATION */

/* Select */
div.selector {
    margin-bottom: 20px;
    width: 100%;
}

div.selector select {
    width: 100%;
   	font-family: "museo-sans-n3", "museo-sans", helvetica, arial, sans-serif;
	font-weight: 300;
	font-style: normal;
    font-size: 1em;
    border: solid 1px #fff;
}

div.selector span {
    cursor: pointer;
}

div.selector span {
    color: #666;
    width: 100%;
    text-shadow: 0 1px 0 #fff;
}

div.selector.disabled span {
    color: #bbb;
}

/* Checker */
div.checker {
    margin-right: 10px;
}

/* Radio */
div.radio {
    margin-right: 10px;
}

/* Uploader */
div.uploader {
    width: 100%;
    margin-bottom: 20px;
    cursor: pointer;
}

div.uploader span.action {
    width: 85px;
    text-align: center;
    text-shadow: #fff 0px 1px 0px;
    background-color: #fff;
}

div.uploader span.filename {
    color: #777;
    width: 100%;
    border-right: solid 1px #bbb;
    font-size: 90%;
}

div.uploader input {
    width: 100%;
}

div.uploader.disabled span.action {
    color: #aaa;
}

div.uploader.disabled span.filename {
    border-color: #ddd;
    color: #aaa;
}

/*

CORE FUNCTIONALITY

Not advised to edit stuff below this line
-----------------------------------------------------
*/

.selector select:focus, .radio input:focus, .checker input:focus, uploader input:focus {
    outline: 0;
}

/* Select */

div.selector {
    position: relative;
    padding-left: 10px;
    overflow: hidden;
}

div.selector span {
    display: block;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

div.selector select {
    position: absolute;
    opacity: 0;
    height: 33px;
    border: none;
    background: none;
}

/* Checker */

div.checker {
    position: relative;
    float: left;
}

div.checker span {
    display: block;
    float: left;
    text-align: center;
}

div.checker input {
    opacity: 0;
    display: inline-block;
    background: none;
}

/* Radio */

div.radio {
    position: relative;
    float: left;
}

div.radio span {
    display: block;
    float: left;
    text-align: center;
}

div.radio input {
    opacity: 0;
    text-align: center;
    display: inline-block;
    background: none;
}

/* Uploader */

div.uploader {
    position: relative;
    float: left;
    overflow: hidden;
    padding: 0 !important;
}

div.uploader span.action {
    float: left;
    display: inline;
    padding: 2px 0px;
    overflow: hidden;
    cursor: pointer;
}

div.uploader span.filename {
    padding: 0px 10px;
    float: left;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

div.uploader input {
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    float: right;
    height: 33px;
    border: none;
}

div.uploader span.action, div.uploader:hover span.action, div.uploader.active span.action, div.uploader.focus span.action {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    width: 96px;
    height: 33px;
    text-indent: -99999px;
}

/** Fixes **/

div.checker input, div.radio input {
    margin: 0 !important;
    top: -1px;
}

div.selector {
    padding: 0 !important;
}

/** IE Hacks **/

div.selector {
    background: transparent url(../images/contact/select-bg-ie.jpg) no-repeat right 0px scroll\9;
}

input {
    background: transparent url(../images/contact/input-bg.jpg) repeat-x 0 0 scroll\9;
    height: 33 px\9;
}

textarea {
    background: transparent url(../images/contact/textarea-bg.png) repeat-x 0 0 scroll\9;
    height: 132px;
}

.submit input {
    background: transparent url(../images/contact/submit-bg.png) repeat-x 0 0 scroll\9;
    paddding-top: 5 px\9;
}

#caltitle {
    width: 152px \9;
}

#caldays span {
    width: 27px \9;
}

.calweek a {
    width: 26px \9;
}

/** IE6 Only **/
.radio-group input, .checkbox-group input{
    *border:none;
    *background:none;
    *top:6px;
    *position:relative;
    *width:18px;
}





/*
 * PhotoSwipe - http://www.photoswipe.com/
 * Copyright (c) 2011 by Code Computerlove (http://www.codecomputerlove.com)
 * Licensed under the MIT license
 *
 * Default styles for SwipeGallery
 * Avoid any position or dimension based styles
 * where possible, unless specified already here.
 * The gallery automatically works out gallery item
 * positions etc.
 */

body.ps-active 
{
	-webkit-text-size-adjust: none;
	overflow: hidden;
}
body.ps-active * 
{ 
	-webkit-tap-highlight-color:  rgba(255, 255, 255, 0); 
}
body.ps-active *:focus 
{ 
	outline: 0; 
}


/* Document overlay */
div.ps-document-overlay 
{
	background: #000;
}


/* Viewport */
div.ps-viewport 
{
	background: #000;
	cursor: pointer;
}


/* Zoom/pan/rotate layer */
div.ps-zoom-pan-rotate{
	background: #000;
}


/* Slider */
div.ps-slider-item-loading 
{ 
	background: url(../images/photoswipe/photoswipe-loader.gif) no-repeat center center; 
}


/* Caption */
div.ps-caption
{ 
	background: #000000;
	background: -moz-linear-gradient(top, #303130 0%, #000101 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#303130), color-stop(100%,#000101));
	border-bottom: 1px solid #42403f;
	color: #ffffff;
	font-size: 13px;
	font-family:"museo-n5", "museo", arial, sans-serif; 
	font-weight:500; 
	font-style:normal;
	text-align: center;
}

div.ps-caption-bottom
{ 
	border-top: 1px solid #42403f;
	border-bottom: none;
}

div.ps-caption-content
{
	padding: 13px;
}


/* Toolbar */
div.ps-toolbar
{ 
	background: #000000;
	background: -moz-linear-gradient(top, #303130 0%, #000101 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#303130), color-stop(100%,#000101));
	border-top: 1px solid #42403f;
	color: #ffffff;
	font-size: 13px;
	font-family:"museo-n5", "museo", arial, sans-serif; 
	font-weight:500; 
	font-style:normal;
	text-align: center;
	height: 44px;
	display: table;
	table-layout: fixed;
}

div.ps-toolbar-top 
{
	border-bottom: 1px solid #42403f;
	border-top: none;
}

div.ps-toolbar-close, div.ps-toolbar-previous, div.ps-toolbar-next, div.ps-toolbar-play
{
	cursor: pointer;
	display: table-cell;
}

div.ps-toolbar div div.ps-toolbar-content
{
	width: 44px;
	height: 44px;
	margin: 0 auto 0;
	background-image: url(../images/photoswipe/photoswipe-icons.png);
	background-repeat: no-repeat;
}

div.ps-toolbar-close div.ps-toolbar-content
{
	background-position: 0 0;
}

div.ps-toolbar-previous div.ps-toolbar-content
{
	background-position: -44px 0;
}

div.ps-toolbar-previous-disabled div.ps-toolbar-content
{
	background-position: -44px -44px;
}

div.ps-toolbar-next div.ps-toolbar-content
{
	background-position: -132px 0;
}

div.ps-toolbar-next-disabled div.ps-toolbar-content
{
	background-position: -132px -44px;
}

div.ps-toolbar-play div.ps-toolbar-content
{
	background-position: -88px 0;
}

/* Hi-res retina display */
@media only screen and (-webkit-min-device-pixel-ratio: 2)
{
	div.ps-toolbar div div.ps-toolbar-content
	{
		-webkit-background-size: 176px 88px;
		background-image: url(../images/photoswipe/photoswipe-icons@2x.png);
	}
}

/*when we have the cloudbeds booking widget on the page*/
.cloudbeds header {
	top: 52px;
}
@media (min-width: 550px) and (max-width: 1059px) {
    .cloudbeds header {
 	top: 89px;
    }
}
@media (max-width: 549px) {
    .cloudbeds header {
 	top: 109px;
    }
}

/* Covid 19 – ADDED 23-06-2020*/ 

body {}

header {padding-top:50px}

#notice-bar {background:#ADB6BD; color:#ffffff; display:block; left:0; position:absolute; padding:0; right:0; text-align:center !important; top:0; z-index:999; width:100%; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box;}
.notice-bar__content {display:block; overflow:hidden; padding:10px 0; position:relative; width:100%; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box;}
.notices-bar__btn {float:right; position:absolute; right:0; top:0}
#notice-bar h3 {color:#ffffff; font-size:12px; margin:0; padding:0; text-align:center !important}
#notice-bar h3 a {font-family:inherit; color:inherit; text-decoration:none}
#notice-bar h3 a:hover {opacity:0.8; text-decoration:underline}

#header #notice-bar .container {height:auto !important}

.notice-bar__translate {position:absolute; right:10px; top:3px}

@media (max-width: 767px) {
#notice-bar, #notice-bar h3 {text-align:left !important}
#notice-bar h3 {padding-left:10px}
}