	/* General
================================= */

body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-x: hidden;
}

.row {
	max-width: 80rem;
}


/* Colour Library

Orange: #ef8605
Blue: #0077CE
Green: #7AB614

*/

H2 {
	font-family: 'pantonbold';
	text-transform: uppercase;
	color: #ef8605;
	font-size: 18px;
}

p {
	font-family: 'pantonregular';
	font-size: 14px;
	color: #5F5E5E
}

a, a:hover {
	font-family: 'pantonbold';
	font-size: 14px;
	color: #ef8605
}



strong {
	font-family: 'pantonbold';
}

.slick-slider {
	margin-bottom: 0;
}

.hero-container {
	position: relative;
}

.slick-next {
	right: 25px;
}

.slick-prev {
	left: 25px;
	z-index: 99;
}
/* Header
================================= */

.slicknav_menu {
	display: none;
}

.header {
	margin-top: 45px
}

.logo-container {
	padding-right: 75px;
}

.logo-container img {
	max-width: 337px;
	width: 100%
}

.navbar {
	background-color: #7AB614;
	border-bottom: 3px solid #0077CE;
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 0 0 3px;
}

.navbar:before {
	width: 0px;
	content: '';
	height: 0px;
	position: absolute;
	left: -20px;
	top: 0px;
	border-style: solid;
	border-width: 0 20px 49px 0;
	border-color: transparent #ef8605;
}

nav ul {
	margin: 0;
	list-style: none;
	background-color: #ef8605;
	text-align: right;
}

nav ul li,
.slicknav_nav li {
	display: inline-block;
	width: calc(100% / 6 );
	padding: 11px 0 10px;
	text-align: center;
	margin-right: -4px;
}

nav ul li a,
.slicknav_nav li a {
	color: white;
	text-transform: uppercase;
	font-family: 'pantonbold';
	letter-spacing: 1px;
	opacity: 0.85;
	padding-bottom: 2px;
	border-bottom: 0px solid #7AB614;
	transition: border 0.3s ease;
}

nav ul li a.active,
nav ul li a:hover,
.slicknav_nav li a.active,
.slicknav_nav li a:hover {
	border-bottom: 3px solid #0077CE;
	color: white;
}

.slicknav_menu .slicknav_icon-bar {
	width: 28px;
	height: 3px;
	margin: 5px 0;
}

.slicknav_btn {
	background: #0077CE;
	height: 43px;
	width: 48px;
	text-align: center;
	margin-right: calc(50% - 24px);
}


/* Home
================================= */

.main-content.home {
	margin-top: 25px;
}

.grey {
	background-color: #ececec;
	border-right: 6px solid #ef8605;
	position: relative;
}



.grey .main-text {
	position: absolute;
	bottom: 35px;
	left: 35px;
	right: 50px;
}

.hero-container {
	padding-right: 0;
	padding-left: 4px;
}

.hero-img {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	min-height: 500px;
	height: 100%;
	width: 100%;
	position: relative;
}

.gallery .hero-img {
	min-height: 600px
	
}
.home-links {
	margin-top: 40px;
}

ul.g-bullet {
	margin-left: 0;
	list-style: none;
}

.g-bullet li {
	padding-left: 25px;
	background-image: url('../img/bullet.png');
	background-position: left top;
	background-repeat: no-repeat;
	background-size: contain;
	background-size: 20px 20px;
	margin: 5px 0;
}

.g-bullet li a {
	font-size: 14px;
	color: #5F5E5E;
	font-family: 'pantonregular';
	transition: all 0.3s ease;
}

.g-bullet li a:hover {
	color: #ef8605;
}


/* Content
================================= */

.row.contacts {
	margin-bottom: 25px;
}

.contacts p {
	line-height: 18px;
}

.contacts p a {
	color: #5F5E5E;
}

.contacts .medium-5 {
	padding-right: 0;
}

.main-text.accom, .main-text.contact {
	position: relative;
	bottom: auto;
	left: auto;
	right: auto;
	padding: 25px 15px 35px;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	text-align: right;
}

table tr {
	border-bottom: 1px solid #ef8605
}

table thead th {
	font-family: 'pantonbold';
	text-align: right;
	color: #5F5E5E;
	padding: 6px 0;
	padding-bottom: 10px
}

table tr td:first-child,
table thead th:first-child {
	text-align: center;
}

table tbody th,
table tbody td {
	font-family: 'pantonregular';
	color: #5F5E5E;
	font-size: 14px;
	padding: 5px 0;
}

table tbody td a {
	color: #5F5E5E;
}

table tbody tr:nth-child(even),
table th,
table thead,
table tbody {
	background-color: transparent;
}

table thead,
table tbody {
	border: none;
}

tr.available td,
tr.available td a {
	color: #ef8605;
	font-family: 'pantonbold';
}


/* Unit Modals
================================= */

.reveal h2 {
	font-size: 24px;
	margin-left: 15px;
}

.reveal h3 {
	font-family: 'pantonbold';
	font-size: 21px;
	color: #5F5E5E;
	border-bottom: 1px solid #ef8605;
	padding-bottom: 5px;
}

.reveal .g-bullet {
	margin-top: 15px;
}

.reveal .g-bullet li {
	font-size: 14px;
	color: #5F5E5E;
	font-family: 'pantonregular';
	margin: 8px 0;
}

table.accommodation-table {
	text-align: left;
}

table.accommodation-table tr td:first-child,
table.accommodation-table thead th:first-child {
	text-align: left;
}

table.accommodation-table thead th {
	text-align: left;
}

table.accommodation-table tr.total {
	border: none;
}

table.accommodation-table thead tr th,
table.accommodation-table tr.total td {
	color: #ef8605;
	font-family: 'pantonbold';
	font-size: 16px;
}

table tr td:last-child {
	padding-right: 10px;
}

.reveal img {
	border: 2px solid #ef8605;
	padding: 2px;
	margin-top: 15px;
}

.plan-container img {
	max-width: 450px;
}


/* Footer
================================= */

.row.footer {
	background: #0e7cc0;
	padding: 2px 15px;
}

.footer p,
.footer a {
	color: white;
	text-transform: uppercase;
	margin: 0;
	font-size: 12px;
}


/* Queries
================================= */

@media screen and (max-width: 1280px) {
	body {
		padding: 0 10px;
	}
}

@media screen and (max-width: 1023px) {
	.main-content.home {
		margin-top: 15px;
	}
	/* #menu is the original menu */
	.logo-container {
		text-align: center;
		margin-bottom: 25px;
	}
	.navbar {
		position: relative;
	}
	.navbar:before {
		width: 0px;
		content: '';
		height: 0px;
		position: absolute;
		left: -20px;
		top: 0px;
		border: none;
	}
	.main-text.overlay {
		background-color: rgba(236, 236, 236, .9);
		position: absolute;
		bottom: 0;
		left: 0;
		padding: 25px 50px 35px 35px;
		border-top: 6px solid #ef8605;
		border-right: 6px solid #ef8605;
	}
	.main-text.top {
		bottom: auto;
		left: 0;
		top: 0;
		border-top: 0;
		border-bottom: 6px solid #ef8605;
		border-right: 6px solid #ef8605;
		z-index: 999;
	}
	.hero-img {
		height: calc(100vh - 253px);
		min-height: 400px;
	}
	.hero-container {
		padding-left: 0
	}
	.header {
		margin-top: 15px
	}
	
	.gallery .hero-img {
	min-height: 400px;
		height: 500px
	
}
	
	
	.grey.siteplan {
		border-right: 0;
		border-bottom: 6px solid #ef8605
	}
	
	
		.plan-container {
		padding: 15px;
	}
}

@media screen and (max-width: 639px) {
	#menu {
		display: none;
	}
	.slicknav_menu {
		display: block;
		background-color: #ef8605;
	}
	.slicknav_nav {
		text-align: center;
	}
	.slicknav_nav li {
		display: block;
		width: 100%;
	}
	.slicknav_nav li a {
		display: inline-block;
	}
	.grey {
		border-bottom: 6px solid #ef8605;
		border-right: 0px;
	}
	.grey .main-text {
		position: relative;
		bottom: auto;
		left: auto;
		right: auto;
	}
	.grey {
		padding: 15px 25px
	}
	.hero-img {
		height: 400px;
	}
	.slicknav_nav a:hover {
		background: none;
		border-radius: 0;
	}
	
	.gallery .hero-img {
	min-height: 400px;
		height: 500px
	
}
	
	.footer .columns {
		text-align: center!important;
	}
	
