/*******************************************************************
  HTML, BODY, CONTAINER
*******************************************************************/

html {
	height: 100%;
	background: #FFF;
}

body {
	height: 100%;
	position: relative;
	padding-top: 160px;
	font-family: Raleway, Myriad Pro, Arial, sans-serif;
	color: #757676;
}

* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

/*******************************************************************
  GLOBAL HEADINGS
*******************************************************************/

h1, h2, h3, h4, h5, h6 {
	font-family: Frank Ruhl Libre, Myriad Pro, Arial, sans-serif;
	line-height: normal;
	font-weight: 400;
	position: relative;
	color: #F68433;
}

h1 {
	color: #757575;
	text-align: center;
	text-transform: uppercase;
}

h2 {
	font-size: 28px;
}

h2:first-child {
	margin-top: 0;
}

h1 + h2 {
	margin-top: -10px;
	font-weight: bold;
	font-size: 18px;
}

/* Reduces margin for titles adjacent to paragraphs or lists */
h2 + p,
h3 + p,
h4 + p,
h2 + ul,
h3 + ul,
h4 + ul {
	margin-top: 0;
}

/*******************************************************************
	GLOBAL TEXT & OTHER GENERAL PAGE ELEMENTS
*******************************************************************/

p {
	margin: 10px 0;
}

ul {
	padding-left: 0;
}

ul ul {
	padding-left: 40px;
}

li {
	list-style-position: outside;
}

dt {
	font-weight: bold;
}

hr {
	background: #CCC;
	border: none;
	height: 1px;
	margin: 20px 0;
}

img {
	max-width: 100%;
}

label {
	font-weight: normal;
}

blockquote {
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	padding: 15px 10px;
	font-weight: 300;
	font-style: italic;
	text-align: center;
	font-size: 20px;
	line-height: 24px;
}

blockquote h2 {
	margin-top: 0;
}

/*******************************************************************
  GLOBAL LINKS
*******************************************************************/

a:link,
a:visited {
	color: #F68433;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

/* buttons */
a:link.button,
a:visited.button,
strong em a:link,
strong em a:visited,
em strong a:link,
em strong a:visited {
	display: inline-block;
	margin-bottom: 10px;
	padding: 14px 35px;
	font: 15px Raleway, Myriad Pro, Arial, sans-serif;
	font-weight: bold;
	color: #FFF;
	background-color: #F68433;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.25);
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	-webkit-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
	border-radius: 5px;
}

a.button:hover,
strong em a:hover,
em strong a:hover,
a.button:focus,
strong em a:focus,
em strong a:focus {
	background: #757575;
	text-decoration: none;
}

/*******************************************************************
	ACCESSIBILITY: SKIP-NAV
*******************************************************************/
.skip-nav {
	position: relative;
}

.skip-nav a:link,
.skip-nav a:visited {
	background: #FFF;
	color: #000;
	font-size: 20px;
	font-weight: normal;
	overflow: hidden;
	padding: 10px;
	position: absolute; left: -9999px;
	text-decoration: none;
	text-transform: uppercase;
	width: 1px; height: 1px;
}	

.skip-nav a:focus {
	left: 0;
	width: auto;
	height: auto;
	outline: 2px solid #757575;
	overflow: visible;
	z-index: 9999;
}

.site-map-hide {
	display: none;
}

/*******************************************************************
	ICONS
*******************************************************************/

@font-face {
	font-family: 'Icons';
	src: url('fonts/fontawesome-webfont.eot?v=3.2.1');
	src: url('fonts/fontawesome-webfont.eot?#iefix&v=3.2.1') format('embedded-opentype'), url('fonts/fontawesome-webfont.woff?v=3.2.1') format('woff'), url('fonts/fontawesome-webfont.ttf?v=3.2.1') format('truetype'), url('fonts/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* FontAwesome 5 Solid */
@font-face {
  font-family: 'Icons-Solid';
  src: url('fonts/fa-solid-900.eot');
  src: url('fonts/fa-solid-900.eot') format('embedded-opentype'), url('fonts/fa-solid-900.woff') format('woff'), url('fa-solid-900.ttf') format('truetype'), url('fa-solid-900.svg') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.icon {
	font-style: normal;
	font-family: 'Icons';
}

/*******************************************************************
  FULLSCREEN BACKGROUND
*******************************************************************/

#backstretch {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 0;
}

#map {
	width: 100%;
	height: 100%;
}

/*******************************************************************
  HEADER
*******************************************************************/

header {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1000;
	background: url(../images/bknd.png);
	height: 160px;
}

header .stack {
	position: relative;
	max-width: 1300px;
	height: 100%;
	margin: 0 auto;
}

header .logo {
	overflow: hidden;
	position: absolute;
	z-index: 100;
	left: 50%;
	margin-left: -135px;
	width: 280px;
	height: 190px;
	background: #FFF;
	box-shadow: 0px 2px 8px rgba(0,0,0,0.25);
	-webkit-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

header .logo:focus {
	outline: 2px solid #757575;
}

header .logo img {
	position: relative; top: 0;
	-webkit-transition: top 0.1s ease-in-out;
	-o-transition: top 0.1s ease-in-out;
	transition: top 0.1s ease-in-out;
	/*
	-webkit-filter: drop-shadow(1px 1px 3px rgba(0,0,0,0.5));
	filter: drop-shadow(1px 1px 3px rgba(0,0,0,0.5));
	*/
}

header .logo:hover {
	height: 200px ;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

header .logo img:hover {
	top: 7px;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}


/*
.svg header .logo {
	background-image: url(../images/logo.svg);
	-webkit-background-size: 235px 165px;
	background-size: 235px 165px;
	margin-left: 0;
	transform: translateX(-50%);
}

.svg header .logo:hover {
	height: 200px ;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
*/




/* Modified on 2022-09-14 by AW to retrofit the "Gift Cards" link into the header */

.header-extra {
	position: absolute;
	left: 10px;
	top: 12px;
	z-index: 100;
	display: flex;
	gap: 1em;
	align-items: center;
}

@media (max-width: 880px) {
	.header-extra {
		display: none;
	}
}

.header-btn:link,
.header-btn:visited {
	padding: 10px 20px 9px 20px;
	background: #F68433;
	font: 18px Raleway, Myriad Pro, Arial, sans-serif;
	font-weight: bold;
	color: #FFF;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.25);
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 5px;
}

.header-btn:hover,
.header-btn:focus {
	background: #757575;
	text-decoration: none;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.header-book {
	position: absolute;
	right: 10px;
	top: 12px;
	z-index: 100;
	display: flex;
	gap: 1em;
	align-items: center;
}

@media (max-width: 880px) {
	.header-book {
		width: 100%;
		justify-content: space-between;
	}
	
	.phone {
		margin-left: 1em;
	}
}

@media (max-width: 780px) {
	.header-book {
		width: auto;
		flex-direction: column-reverse;
		gap: 0.5em;
	}

	.phone {
		margin-left: 0;
	}
}

@media (max-width: 380px) {
	.header-book {
		margin-top: 1em;
		position: static;
	}
}





header .phone:link,
header .phone:visited {
	font: 18px Raleway, Myriad Pro, Arial, sans-serif;
	text-decoration: none;
	-webkit-transition: color 0.2s ease-in-out;
	-o-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.25),-1px -1px 0px rgba(255,255,255,0.75);
}

header .phone:hover {
	color: #757575;
}

header .phone:focus {
	color: #757575;
	outline: 2px solid #757575;
	outline-offset: 4px;
}

header .phone:before {
	content: "\f10b";
	display: inline-block;
	width: 32px;
	height: 32px;
	margin-right: 5px;
	padding: 2px 9px 0 10px;
	background: #F68433;
	font-size: 28px;
	color: #DFDFDF;
	font-family: Icons;
	text-shadow: none;
	vertical-align: middle;
	border-radius: 100%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

header .phone:hover:before,
header .phone:focus:before {
	background: #757575; 
	color: #DFDFDF;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

header .book:link,
header .book:visited  {
	z-index: 100;
	padding: 10px 20px 9px 20px;
	background: #F68433;
	font: 18px Raleway, Myriad Pro, Arial, sans-serif;
	font-weight: bold;
	color: #FFF;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.25);
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 5px;
}

header .book:hover,
header .book:focus,
header .book.show {
	background: #757575;
	text-decoration: none;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

/* Scrolling header, same as 1300px width */
body.scrolled {
	padding-top: 100px;
}

.scrolled header {
	height: 100px;
}

.scrolled header .logo,
.svg .scrolled header .logo {
	width: 150px;
	height: 105px;
	margin-left: -75px;
	background-size: 130px 91px;
}

.scrolled header .logo:hover,
.svg .scrolled header .logo:hover {
	height: 110px;
}

.scrolled header .logo img:hover,
.svg .scrolled header .logo img:hover {
	top: 4px;
}

.scrolled #navigation {
	text-align: center;
}

.scrolled #navigation li a:link,
.scrolled #navigation li a:visited {
	font-size: 18px;
	padding: 10px 10px;
}

.scrolled #navigation > li:nth-child(1) {
	margin-left: 10px;
}

.scrolled #navigation > li:nth-child(5) {
	margin-left: 180px;
}

/*******************************************************************
	BOOKING
*******************************************************************/

.booking-form {
	overflow: hidden;
	position: absolute;
	z-index: 1000000;
	right: 10px;
	top: 54px;
	width: 100%;
	height: 230px;
	border-top: 2px solid #F68433;
	padding: 25px 20px 20px 20px;
	max-width: 340px;
	background: #F1F2F2;	
	font-size: 0px; /* 0.00001px wtf */
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	opacity: 0;
	visibility: hidden;
	text-align: center;
}

.booking-form.show {
	opacity: 1;
	visibility: visible;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.booking-form input[type="text"] {
	display: inline-block;
	width: 100px;	height: 45px;
	background: #FFF;
	border: 2px solid transparent;
	padding: 5px;
	font-size: 15px;
	line-height: 45px;
	color: #879095;
	vertical-align: middle;
	border-radius: 3px;
	cursor: pointer;
}

.booking-form input[type="text"]:focus {
	border: 2px solid #757575;
}

.booking-form .identifier input[type="text"] {
	width: 296px;
}

.booking .booking-form .identifier input[type="text"] {
	width: 200px;
}

.booking-form .container,.booking-form .inputs {
	overflow: hidden;
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 1px;
}

.booking-form .inputs .container {
	margin-bottom: 0;
}

.booking-form .select-style.children,
.booking-form .select-style.adult {
	margin-right: 2px;
}

.booking-form .select-style {
	position: relative;
	display: inline-block;
    padding: 0;
    margin: 0;
    width: 147px;
    font-size: 15px;
    line-height: 45px;
    height: 45px;
    overflow: hidden;
    background-color: #FFF;
	color: #879095;
	vertical-align: middle;
	border-radius: 3px;
}

.booking-form .select-style.rate {
	width: 297px;
	margin-bottom: 1px;
	border-radius: 3px;
}

.booking-form .select-style:after {
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	content: "\f0d7";
	font-family: Icons;
	pointer-events: none;
}

.booking-form .select-style select {
    padding: 5px;
    width: 100%;
    border: 2px solid transparent;
    box-shadow: none;
    font-size: 15px;
    height: 45px;
	color: #879095;
	cursor: pointer;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}

.booking-form .select-style select:focus {
	border: 2px solid #757575;
    outline: none;
}

.booking-form .calendar {
	display: inline-block;
	height: 45px;
	width: 45px;
	padding: 5px;
	font-size: 24px;
	line-height: 32px;
	background: #FFF;
	margin: 0 2px;
	vertical-align: middle;
	text-align: center;
	border-radius: 3px;
	cursor: pointer;
}

.booking-form a.submit:link,
.booking-form a.submit:visited {
	display: block;
	height: 45px;
	background: #F68433;
	font: 15px Raleway, Myriad Pro, Arial, sans-serif;
	font-weight: bold;
	padding: 13px 10px 10px 10px;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.25);
	margin: 2px auto 0 auto;
	width: 297px;
	color: #FFF;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	border-radius: 3px;
	-webkit-transition: all 0.1s ease-in-out;
		 -o-transition: all 0.1s ease-in-out;
		    transition: all 0.1s ease-in-out;
}

.booking-form a.submit:hover,
.booking-form a.submit:focus {
	background: #757575;
	text-decoration: none;
}

/*******************************************************************
	HOMEPAGE BOOKING
*******************************************************************/

.homepage .booking {
	position: relative;
	background: #F1F2F2;
	padding: 30px 10px;
	text-align: center;
}

.homepage .booking .booking-form {
	position: relative;
	z-index: 0;
	top: auto;
	right: auto;
	border-top: none;
	max-width: 1200px;
	height: auto;
	margin: 0 auto;
	background: none;
	visibility: visible;
	opacity: 1;
}

.homepage .booking .booking-form .submit.container {
	display: inline-block;
	height: 49px;
    margin-top: 3px;
	margin-left: 2px;
}

.homepage .booking .booking-form .submit:link,
.homepage .booking .booking-form .submit:visited {
	padding: 13px 35px 10px 35px;
}

.homepage .booking .people,
.homepage .booking .inputs {
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 2px;
}

.homepage .booking .booking-form .select-style.rate {
	margin-left: 2px;
}

.homepage .booking .promo {
	display: none;
}

.homepage .booking ul li {
	display: inline-block;
}

.homepage .booking ul li:after {
	content: ' | ';
	vertical-align: middle;
	margin: 0 5px
}

.homepage .booking ul li:last-child:after {
	margin-right: 0;
	content: '';
}

/*******************************************************************
  NAVIGATION
*******************************************************************/

#navigation {
	position: absolute;
	z-index: 10;
	left: 0;
	bottom: 0;
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 0.1px;
}

#navigation li {
	position: relative;
	display: inline-block;
	margin-right: 10px;
}

#navigation > li:nth-child(1) {
	margin-left: 25px;
}

#navigation > li:nth-child(5) {
	margin-left: 320px;
	margin-right: 0;
}

@media (min-width: 1350px) {
	#navigation > li:nth-child(1) {
		margin-left: 15px;
	}

	#navigation > li:nth-child(5) {
		margin-left: 345px;
	}
}

#navigation li:last-child {
	margin-right: 0;
}

#navigation li:hover ul,
#navigation li:focus ul,
#navigation li.is-focused ul,
#navigation li:target ul {
	display: block;
	opacity: 1;
	visibility: visible;
}

#navigation li a:link, #navigation li a:visited {
	display: block;
	color: #757575;
	padding: 10px 18px;
	font: 19px Raleway, Myriad Pro, Arial, sans-serif;
	font-weight: normal;
	text-decoration: none;
	-webkit-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
	white-space: nowrap;
}

#navigation li a:hover, #navigation > li:hover >a  {
	background: #F68433;
	color: #FFF;
	text-decoration: none;
}

#navigation > li > a:hover,
#navigation > li:hover > a:link, 
#navigation > li:hover > a:visited,
#navigation li.is-focused > a:visited,
#navigation li.is-focused > a:link,
#navigation > li > a:focus {
	background: #F68433;
	color: #FFF;
	text-shadow: none;
}

#navigation ul {
	position: absolute;
	background: #F68433;
	color: #FFF;
	margin: 0;
	padding: 0;
	text-decoration: none;
	text-align: left;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

#navigation li:hover ul {
	visibility: visible;
	opacity: 1;
}

#navigation ul li {
	margin-right: 0;
	display: block;
}

#navigation ul a:link, #navigation ul a:visited {
	color: #FFF;
}

#navigation ul a:hover,
#navigation ul a:focus {
	background: #757575;
}

/*******************************************************************
  MASTHEAD
*******************************************************************/

#masthead {
	position: relative;
	width: 100%;
	height: 460px;
}

.homepage #masthead {
	height: 600px;
}

#masthead h1, #masthead h2 {
	z-index: 100;
	position: absolute;
	bottom: 20px;
	width: 100%;
	font-family: Frank Ruhl Libre, Myriad Pro, Arial, sans-serif;
	font-size: 32px;
	color: #FFF;
	text-transform: uppercase;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.5);
	text-align: center;
}

#masthead > p {
	background: rgba(0,0,0,0.5);
	bottom: 0;
	color: #FFF;
	display: block;
	font-size: 24px;
	margin: 0;
	padding: 10px;
	position: absolute;
	text-align: center;
	width: 100%;
	z-index: 100;
}

/*******************************************************************
  CALLOUTS
*******************************************************************/

#callouts {
	overflow: hidden;
	background: url(../images/bknd.png);
	padding: 50px 50px 50px 50px;
	text-align: center;
}

#callouts .stack {
	max-width: 1300px;
}

.callout {
	perspective: 1000px;
	margin: 0 20px;
	width: 350px;
	height: 350px;
	display: inline-block;
	border-radius: 100%;
}

.callout h2 {
	position: absolute;
	z-index: 20;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	background: rgba(246,132,51,0.8);
	color: #FFF;
	font-size: 32px;
	line-height: 350px;
	text-align: center;
	text-transform: uppercase;
}

.callout img {
	position: absolute;
	z-index: 10;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	min-width: 100%;
	min-height: 100%;
}

.wrapper {
	width: 100%;
	height: 100%;
    margin: auto;
    position: relative;
    border-radius: 100%;
}

.anim {
    width: 100%;
    height: 100%;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
    border-radius: 100%;
}

.front {
	overflow: hidden;
    z-index: 2;
    border-radius: 100%;
}

.back {
	overflow: hidden;
    z-index: 1;
    -webkit-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);  
    transform: rotateY(-180deg);  
    border-radius: 100%;
}

.wrapper:hover .front,
.callout:focus .wrapper .front {
    z-index: 1;
    -webkit-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.wrapper:hover .back,
.callout:focus .wrapper .back {
    z-index: 2;   
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

/* Show Front On Touch */

.touch .front {
	z-index: 1;
	display: none;
    -webkit-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);  
    transform: rotateY(-180deg);  
}

.touch .back {
	z-index: 1;
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);  
    transform: rotateY(0deg);  
}

.touch .wrapper:hover .front,
.touch .wrapper:hover .back {
	z-index: 1;
    -webkit-transform: none;
    -ms-transform: none;
    -moz-transform: none;
    transform: none;
}

#callouts .button {
	margin-top: 40px;
}

/*******************************************************************
	CAROUSEL
*******************************************************************/

.homepage .slick-slide img {
	width: 100%;
}

.homepage .slick-slider {
	margin-bottom: 0;
}

#carousel-gallery {
	overflow: hidden;
}

#carousel-gallery .slick-next,
#carousel-gallery .carousel-next {
	display: block;
	position: absolute;
	top: 47%;
	right: 10px;
	width: 44px;
	height: 44px;
	background: url(../images/nav-right.png) no-repeat;
	opacity: 0.7;
	-webkit-transition: opacity 0.1s ease-in-out;
	-o-transition: opacity 0.1s ease-in-out;
	transition: opacity 0.1s ease-in-out;
	z-index: 100;
}

#carousel-gallery .slick-next:before,
#carousel-gallery .carousel-next:before {
	display: none;
}

#carousel-gallery .slick-prev,
#carousel-gallery .carousel-prev {
	display: block;
	position: absolute;
	top: 47%;
	left: 10px;
	width: 44px;
	height: 44px;
	background: url(../images/nav-left.png) no-repeat;
	opacity: 0.9;
	-webkit-transition: opacity 0.1s ease-in-out;
	-o-transition: opacity 0.1s ease-in-out;
	transition: opacity 0.1s ease-in-out;
	z-index: 100;
}

#carousel-gallery .slick-prev:before,
#carousel-gallery .carousel-prev:before {
	display: none;
}

#carousel-gallery .slick-prev:hover,
#carousel-gallery .slick-next:hover,
#carousel-gallery .carousel-prev:hover,
#carousel-gallery .carousel-next:hover {
	opacity: 1;
}

#carousel-gallery .slick-prev:focus,
#carousel-gallery .slick-next:focus,
#carousel-gallery .carousel-prev:focus,
#carousel-gallery .carousel-next:focus {
	opacity: 1;
	outline: 2px solid #757575;
}

/*******************************************************************
	SLICK
*******************************************************************/

.slick-gallery {    
	position: relative;
	height: 100%;
	width: 100%;
}

.slick-gallery .slick-track,
.slick-gallery .slick-list,
.slick-gallery .slick-slide,
.slick-gallery .slick-slider {
	height: 100%;
}

.slick-gallery .slide img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.slick-gallery .slick-arrow {
	overflow: hidden;
	position: absolute;
	z-index: 5;
	top: 50%;
	width: 48px;
	height: 48px;
	color: #fff;
	background: transparent;
	border: none;
	padding: 0;
	font-size: 48px;
	line-height: 48px;
	font-weight: normal;
	transform: translateY(-50%);
	cursor: pointer;
	opacity: 0.5;
	text-decoration: none;
}

.slick-gallery .slick-arrow:hover,
.slick-gallery .slick-arrow:focus {
	opacity: 1;
}

.slick-gallery .slick-arrow.slick-prev {
	left: 10px;
}

.slick-gallery .slick-arrow.slick-prev:before {
	content: '\f190';
	font-family: Icons;
}

.slick-gallery .slick-arrow.slick-next {
	right: 10px;
}

.slick-gallery .slick-arrow.slick-next:before {
	content: '\f18e';
	font-family: Icons;
}

.slick-gallery .slick-dots {
	position: absolute;
	bottom: 50px;
	margin: 0;
	padding: 0;
	width: 100%;
	z-index: 5;
	text-align: center;
}

.slick-gallery .slick-dots li {
	display: inline-block;
	list-style-type: none;
	width: 20px;
	height: 20px;
	margin: 0 5px;
}

.slick-gallery .slick-dots li button {
	display: inline-block;
	overflow: hidden;
	background: transparent;
	border: 3px solid #fff;
	width: 20px;
	height: 20px;
	border-radius: 100%;
	text-indent: -9999px;
}

.slick-gallery .slick-dots li button:focus {
	background: rgba(255,255,255,0.5);
}

.slick-gallery .slick-dots li.slick-active button {
	background: #fff;
}

.slick-gallery .slick-dots li button::before {
	display: none;
}

/*******************************************************************
	MOBILE NAVIGATION
*******************************************************************/

#mobile-navigation {
	display: none;
	position: relative;
	width: 100%;
	bottom: 0;
	padding-left: 20px;
	left: 0;
	font-family: Raleway, Myriad Pro, Arial, sans-serif;
	text-transform: uppercase;
}

#mobile-navigation > ul {
	position: absolute;
	z-index: 1000000;
	height: 0;
	overflow: hidden;
	margin: 0;
	text-align: left;
		box-shadow: 2px 2px 2px rgba(0,0,0,0.25);
}

/* Mobile menu display class, expands to full height*/
#mobile-navigation .show {
	height:auto;
}

/* Menu button*/
#mobile-navigation .menu {
	display: inline-block;
	padding: 10px 20px;
	font-size: 24px;
	line-height: 24px;
	color: #F68433 ;
	font-family: Icons;
	cursor: pointer;
	text-align: center;
	-webkit-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.25),-1px -1px 0px rgba(255,255,255,0.75);
}


#mobile-navigation .menu:before {
	font-family: Icons;
	content: '\f0c9';
}

#mobile-navigation .menu:hover, #mobile-navigation .menu.active {
	background: #757676;
	color: #FFF;
	text-decoration: none;
}

#mobile-navigation  li {
	position: relative;	
	min-width: 240px;
	padding: 0;
	margin: 0;
	list-style-type: none; 
	white-space: nowrap;
}

#mobile-navigation li a {
	display: block;
	background: #757676;
	border-bottom: 1px solid rgba(255,255,255,0.3);
	padding: 7px 40px 7px 20px;
	text-decoration: none;
	color: #FFF;
}

#mobile-navigation a:hover {
	background: #FFF;
	color: #757676;
	text-decoration: none;
}

/* Submenus*/
#mobile-navigation li .icon {	/* This icon displays to the right of a menu if it a dropdown*/
	position: absolute;
	display: block;
	right: 0px;
	top: 0;
	overflow: hidden;
	height: 35px;
	width: 40px;
	padding: 6px 30px 7px 10px;
	content: '/u+229E';
	font-size: 1.5em;
	line-height: 1;
	text-align: center;
}

#mobile-navigation li .icon:hover {
	color: #F68433;
}

#mobile-navigation ul ul, #mobile-navigation ul div {
	display: block;
	height: 0;
	margin-left: 0;
	padding-left: 0;
	background: #757676;
}

#mobile-navigation ul div ul {
	height: auto;
}

#mobile-navigation li li a {
	background: rgba(0,0,0,0.1);
}

#mobile-navigation .callouts img {
	display: none;
}

/* Hides expanded menu */

#mobile-navigation .info, #mobile-navigation h3 {
	display: none;
}

/*******************************************************************
	CONTENT
*******************************************************************/

#content {
	background: #FFF;
	padding: 50px 35px;
}

#content .stack {
	max-width: 1300px;
	margin: 0 auto;
}

#content p,
#content ul {
	line-height: 24px;
}


/*******************************************************************
	HOMEPAGE (AND 'OUR HOTEL' PAGE)
*******************************************************************/

.homepage h1,
.hotel .content > h2:first-child {
	text-align: center;
	font-size: 22px;
	color: #757575;
	text-transform: uppercase;
}

.homepage h1 strong, 
.hotel .content > h2:first-child strong {
	color: #F68433;
	font-size: 36px;
	font-weight: normal;
	vertical-align: middle;
	margin-right: 10px;
}

.hotel .content > h2 + p {
	margin-top: 10px;
}

.homepage #content .stack {
	max-width: 960px;
	margin: 0 auto;
		text-align: center;
}

.homepage #content a.button:link,
.homepage #content a.button:visited {
	box-shadow: 2px 2px 2px rgba(0,0,0,0.25);
	margin: 10px 0;
}

#map {
	height: 310px;
	/* background: url(../images/map.png) no-repeat center center; */
	-webkit-background-size: cover;
	background-size: cover;
}

/*******************************************************************
	HOMEPAGE EMAIL
*******************************************************************/

#email {
	padding: 50px;
	text-align: center;
}

#email p {
	display: inline-block;
	margin-right: 20px;
	vertical-align: middle;
}

#email p br {
	display: none;
}

#email input[type="email"] {
	display: inline-block;
	width: 100%;
	max-width: 305px;
	height: 45px;
	background: #F1F2F2;
	border: none;
	padding: 5px;
	margin-right: 2px;
	margin-bottom: 2px;
	font-size: 15px;
	line-height: 45px;
	color: #757575;
	vertical-align: middle;
}

#email input[type="email"]:focus {
	outline: 2px solid #757575;
}

#email input[type="submit"],
#email a:link,
#email a:visited {
	display: inline-block;
	height: 40px;
	background: #F68433;
	border: none;
	padding: 10px;
	font: 15px Raleway, Myriad Pro, Arial, sans-serif;
	font-weight: bold;
	color: #FFF;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.25);
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	-webkit-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
	border-radius: 3px;
}

#email input[type="submit"]:hover,
#email input[type="submit"]:focus,
#email a:hover,
#email a:focus {
	background: #757575;
	text-decoration: none;
	cursor: pointer;
}

/*******************************************************************
  FOOTER
*******************************************************************/

footer {
	z-index: 100;
	position: relative;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 15px 35px;
	background: #27292F;
	font-size: 14px;
	color: #FFF;
}

footer .stack {
	position: relative;
}

footer .navigation {
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px solid rgba(255,255,255,0.2);
}

footer .navigation li {
	display: inline-block;
	list-style-type: none;
	margin-right: 20px;
}

footer .navigation li:last-child:after {
	margin-right: 0;
	content: '';
}

footer .navigation a:link,
footer .navigation a:visited {
	display: inline-block;
	color: #FFF;
	text-decoration: none;
	font-size: 18px;
	font-family: Raleway, Myriad Pro, Arial, sans-serif;
	vertical-align: middle;
}

footer .navigation a:hover {
	text-decoration: underline;
}

footer .navigation a:focus {
	background: #FFF;
	color: #27292F;
	outline: 2px solid #FFF;
	text-decoration: none;
}

footer p,
footer h3 {
	margin: 0;
}

footer h3 {
	color: #FFF;
	font-size: 18px;
}

footer p {
	line-height: 20px;
}

footer p.address br {
	display: none;
}

footer a:link, footer a:visited {
	color: #FFF;
	text-decoration: none;
}

footer a:hover {
	color: #FFF;
	text-decoration: underline;
}

footer a:not(.logo):focus {
	background: #FFF;
	color: #27292F;
	outline: 2px solid #FFF;
	text-decoration: none;
}

footer .copyright {
	text-align: right;
}

.let-link  {
	margin-top: 10px;
}

.let-link a:link,
.let-link a:visited {
	font-size: 12px;
	font-family: Raleway;
}

footer .logo {
	overflow: hidden;
	position: absolute;
	z-index: 100;
	right: 0;
	bottom: 20px;
	width: 190px;
	height: 80px;
	background: url(../images/logo-oxford.png) no-repeat center center;
	text-indent: -9999px;
	-webkit-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
	opacity: 0.7;
}

.svg footer .logo {
	background-image: url(../images/logo-oxford.svg);
}

footer .logo:hover,
footer .logo:focus {
	opacity: 1;
}

/*******************************************************************
	SOCIAL
*******************************************************************/

.social {
	position: absolute;
	right: 0;
	top: -9px;
	margin: 0;
}

.social li {
	display: inline-block;
	list-style-type: none;
	margin-left: 2px;
	margin-bottom: 5px;
	vertical-align: middle;
}

.social li:first-child {
	margin-left: 0;
}

.social a:link,
.social a:visited {
	display: inline-block;
	font: 0px/32px Icons;
	width: 32px;
	height: 32px;
	color: #FFF;
	text-align: center;
	background: #7FC343;
	text-decoration: none;
	vertical-align: middle;
	border-radius: 100%;
	-webkit-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-shadow: 4px 3px 10px rgba(0,0,0,0.7);
}

.social a:hover {
	background: #2a265f;
}

.social a:before {
	font-size: 22px;
}

.social a:focus {
	outline: none;
}

.social .facebook a:before { content: "\f09a"; }
.social .facebook a:link,
.social .facebook a:visited { background-color: #24559f; }
.social .facebook a:hover, .social .facebook a:focus { color: #24559f; background: #FFF; text-shadow: none; }

.social .googleplus a:before { content: "\f0d5"; font-size: 18px; }
.social .googleplus a:link,
.social .googleplus a:visited { background-color: #ff0000; }
.social .googleplus a:hover, .social .googleplus a:focus { color: #ff0000; background: #FFF; text-shadow: none; }

.social .yelp a:before { content: "\f1e9"; }
.social .yelp a:link,
.social .yelp a:visited { background-color: #ff8a00; }
.social .yelp a:hover, .social .yelp a:focus { color: #ff8a00; background: #FFF; text-shadow: none; }

.social .tripadvisor a:before { content: "\f262"; font-size: 18px; }
.social .tripadvisor a:link,
.social .tripadvisor a:visited { background-color: #589442; }
.social .tripadvisor a:hover, .social .tripadvisor a:focus { color: #589442; background: #FFF; text-shadow: none; }

.social .youtube a:before { content: "\f167"; }
.social .youtube a:link,
.social .youtube a:visited { background-color: #ee1c1b; }
.social .youtube a:hover, .social .youtube a:focus { color: #ee1c1b; background: #FFF; text-shadow: none; }

.social .pinterest a:before { content: "\f0d2"; }
.social .pinterest a:link,
.social .pinterest a:visited { background-color: #a8292f; }
.social .pinterest a:hover, .social .pinterest a:focus { color: #a8292f; background: #FFF; text-shadow: none; }

.social .instagram a:before { content: "\f16d"; }
.social .instagram a:link,
.social .instagram a:visited { background-color: #E4295B; }
.social .instagram a:hover, .social .instagram a:focus { color: #E4295B; background: #FFF; text-shadow: none; }

.social .linkedin a:before { content: "\f0e1"; }
.social .linkedin a:link,
.social .linkedin a:visited { background-color: #007bb6; }
.social .linkedin a:hover, .social .linkedin a:focus { color: #007bb6; background: #FFF; text-shadow: none; }

/*******************************************************************
  MEDIA QUERIES
*******************************************************************/

@media handheld, only screen and (max-width: 1500px) {

	/*******************************************************************
	  FOOTER
	*******************************************************************/

	footer .navigation a:link, footer .navigation a:visited {
		font-size: 16px;
	}

}

@media handheld, only screen and (max-width: 1300px) {

	/*******************************************************************
	  HEADER
	*******************************************************************/

	body {
		padding-top: 100px;
	}

	header {
		height: 100px;
	}

	header .logo,
	.svg header .logo {
		width: 150px;
		height: 102px;
		background-size: 140px 96px;
		margin-left: -75px;
	}

	header .logo:hover {
		height: 110px;
	}

	header .logo img:hover {
		top: 4px;
	}

	header .phone:link, header .phone:visited {
		font-size: 18px;
	}

	header .phone:before {
		font-size: 24px;
		padding: 2px 9px 0 9px;
		width: 28px;
		height: 28px;
		margin-right: 5px;
	}

	/*******************************************************************
	  BOOKING
	*******************************************************************/

	.homepage .booking .booking-form .select-style.rate {
		display: none;
	}

	/*******************************************************************
	  NAVIGATION
	*******************************************************************/

	#navigation {
		text-align: center;
	}

	#navigation li a:link, #navigation li a:visited {
		font-size: 18px;
		padding: 10px 10px;
	}

	#navigation > li:nth-child(1) {
		margin-left: 10px;
	}

	#navigation > li:nth-child(5) {
		margin-left: 180px;
	}

	/*******************************************************************
	  MASTHEAD
	*******************************************************************/

	.homepage #masthead {
		height: 400px;
	}

	#masthead {
		height: 350px;
	}

	/*******************************************************************
	  CALLOUTS
	*******************************************************************/

	.callout {
		width: 230px;
		height: 230px;
	}

	.callout h2 {
		font-size: 24px;
		line-height: 230px;
	}

	/*******************************************************************
	  FOOTER
	*******************************************************************/
	
	footer {
		text-align: center;
		font-size: 14px;
	}

	footer .logo {
		display: inline-block;
		position: relative;
		bottom: auto;
		right: auto;
		margin-top: 10px;
	}

	.social {
		margin: 0 0 10px 0;
		position: relative;
		right: auto;
		top: auto;
	}

}

@media handheld, only screen and (max-width: 1025px) {

	/*******************************************************************
		HOMEPAGE EMAIL
	*******************************************************************/

	#email p {
		display: block;
		margin-right: 0;
	}

}

@media handheld, only screen and (max-width: 1000px) {

	/*******************************************************************
	  NAVIGATION
	*******************************************************************/
	#navigation li a:link, #navigation li a:visited {
		font-size: 14px;
		padding: 5px;
	}

}

@media handheld, only screen and (max-width: 780px) {
	
	/*******************************************************************
		HEADER	  
	*******************************************************************/

	header .phone:link, header .phone:visited {
		top: 65px;
		left: auto;
		right: 10px;
	}

	/*******************************************************************
		NAVIGATION
	*******************************************************************/
	
	#navigation {
		display: none;
	}

	#mobile-navigation {
		display: block;
	}

	/*******************************************************************
	  MASTHEAD
	*******************************************************************/

	#masthead {
		height: 300px;
	}

	/*******************************************************************
	  HOMEPAGE
	*******************************************************************/

	.homepage .booking {
		display: none;
	}

	.homepage h1 strong, 
	.hotel .content > h2:first-child strong {
		display: block;
	}

	.callout {
		width: 180px;
		height: 180px;
	}

	.callout h2 {
		font-size: 18px;
		line-height: 180px;
	}

	/*******************************************************************
		CONTENT
	*******************************************************************/

	#content {
		padding: 30px;
	}

	/*******************************************************************
		FOOTER
	*******************************************************************/

	footer {
		font-size: 12px;
	}

	footer .navigation a:link,
	footer .navigation a:visited {
		font-size: 14px;
	}

}

@media handheld, only screen and (max-width: 605px) {

	/*******************************************************************
		HOMEPAGE EMAIL
	*******************************************************************/

	#email input[type="email"] {
		text-align: center;
		max-width: 200px;
	}

}

@media handheld, only screen and (max-width: 500px) {

	/*******************************************************************
		HEADER
	*******************************************************************/

	header .logo,
	.svg header .logo {
		position: absolute;
		left: 10px;
		display: block;
		width: 135px;
		height: 93px;
		margin-bottom: 10px;
		margin-left: 0;
		transform: none;
		background-size: 117px 82px;
	}

	header .logo:hover {
		height: 93px
	}

	header .logo img:hover {
		top: 0;
	}

	/*******************************************************************
		NAVIGATION
	*******************************************************************/
	
	#mobile-navigation {
		text-align: center;
		padding-left: 0;
	}

	#mobile-navigation > ul {
		left: 50%;
		transform: translateX(-50%);
		text-align: center;
	}

	#mobile-navigation li a {
		padding: 7px 10px;
	}

	/*******************************************************************
		CALLOUTS
	*******************************************************************/

	.callout {
		width: 200px;
		height: 200px;
	}

	.callout h2 {
		font-size: 18px;
		line-height: 200px;
	}

	/*******************************************************************
		HOMEPAGE EMAIL
	*******************************************************************/

	#email p br {
		display: block;
	}

	#email input[type="email"],
	#email input[type="submit"] {
		margin-bottom: 10px;
	}

	#email input[type="submit"] {
		vertical-align: top;
	}

}

@media handheld, only screen and (max-width: 450px) {
	/*******************************************************************
		MASTHEAD SCALE-HEIGHT
	*******************************************************************/
	#masthead.scale-height {
		height: 210px;
	}
	
	/*******************************************************************
		FOOTER
	*******************************************************************/

	footer p.address {
		margin: 10px 0;
	}

	footer p.address span {
		display: none;
	}

	footer p.address br {
		display: block;
	}

}

@media handheld, only screen and (max-width: 380px) {

	/*******************************************************************
		HEADER
	*******************************************************************/

	body {
		padding-top: 0;
	}

	header .logo  {
		position: static;
	}

	.svg header .logo  {
		position: static;
		margin: 0 auto;
	}

	header .phone:link,
	header .phone:visited {
		position: static;
	}

	header {
		position: relative;
		height: auto;
		text-align: center;
	}

	header .book:link,
	header .book:visited  {
		display: block;
		position: static;
		max-width: 155px;
		margin: 0 auto;
	}

	header .phone:link,
	header .phone:visited {
		display: block;
		margin: 5px auto;
	}

	header .phone:before {
		display: none;
	}

	.csstransforms header .book:link,
	header .book:visited  {
		transform: none;
	}

	/*******************************************************************
		NAVIGATION
	*******************************************************************/

	#mobile-navigation {
		position: fixed;
		top: 0;
		bottom: auto;
		text-align: right;
		padding-left: 0;
	}

	#mobile-navigation > ul {
		left: 0;
	}

	#mobile-navigation li a {
		padding: 7px 10px;
	}

	#mobile-navigation > ul {
		left: 50%;
		width: 100%;
	}

	/*******************************************************************
		BOOKING
	*******************************************************************/

.booking-form {
		max-width: none;
		top: 100%;
		padding: 10px;
		height: auto;
		right: auto;
	}

}


/*******************************************************************
	SLIDE IN
*******************************************************************/
#slidein {
	 background: #f1f2f2;
	 border: 2px solid #757676;
	 padding: 25px;
	 position: fixed;
	 right: -360px;
	 top: 230px;
	 text-align: center;
	 width: 360px;
	 z-index: 99;
}
 #slidein #slideinClose {
	 color: #f68433;
	 font-family: 'Icons';
	 font-weight: bold;
	 text-decoration: none;
	 font-size: 0;
	 padding: 0;
	 position: absolute;
	 left: 4px;
	 top: 0;
}
 #slidein #slideinClose:before {
	 content: '\f00d';
	 font-size: 22px;
}
 #slidein #slideinClose:hover, #slidein #slideinClose:focus {
	 color: #f68433;
	 cursor: pointer;
}
 #slidein h2 {
	 font-size: 1.4rem;
}
 #slidein p {
	 font-size: 1rem;
	 line-height: 1.1rem;
	 margin: 0;
}
 #slidein p a {
	 background-color: #f68433;
	 border: 2px solid #f68433;
	 color: #fff;
	 padding: 10px 15px;
	 text-decoration: none;
	 text-transform: uppercase;
	 font-weight: 600;
}
 #slidein p a:hover, #slidein p a:focus {
	 background-color: #f68433;
	 color: #f68433;
	 cursor: pointer;
}
 