/* GENERAL
================================= */

body,
.wrapper {
	overflow-x: hidden;
}

.row {
	position: relative;
}

h1 {
	color: #3f3f3f;
	text-transform: uppercase;
	font-family: 'Gotham';
	font-weight: 500;
	font-size: 88px;
	line-height: 1.1;
	white-space: nowrap;
}

h1 span {
	color: #ffd207;

}

p {
	font-family: 'Lato';
	font-size: 15px;
	color: #666666;
	font-weight: 300
}

:focus {
	outline: none;
}

p a {
	color: #204a3b;
}


/* HEADER
================================= */

header {
	padding: 15px 0 0px;
	position: absolute;
	width: 100%;
	z-index: 99999;
	left: 0;
	top: 0;
	right: 0;
	background: rgba(255, 255, 255, .75);
}

header h1 img {
	max-width: 225px;
}

nav {
	text-align: right;
}

nav ul {
	list-style: none;
	margin: 10px -12px 0 0;
}

nav ul li {
	display: inline-block;
}

nav ul li a {
	color: #646363;
	text-transform: uppercase;
	padding: 0 12px;
	font-family: 'Gotham';
	font-weight: 500;
	transition: all .3s ease;
	font-size: 14px;
}

nav ul li a:hover,
nav ul li a.active {
	color: #ffd207
}

header .fa-ul {
	margin-top: 15px;
	margin-bottom: 0;
	margin-right: -3px
}

header .fa-li {
	padding-top: 2px;
}

header .fa-ul li {
	display: inline-block;
	color: #646363;
}

header .fa-ul li a {
	color: #646363;
	text-transform: uppercase;
	padding: 0;
	font-family: 'Gotham';
	font-weight: 300;
	transition: all .3s ease;
	font-size: 12px;
}

header .fa-ul li a:hover {
	color: #ffd207
}

@media screen and (max-width: 1200px) {
	nav ul li a {
		padding: 0 8px;
		font-size: 12px;
	}
}

@media screen and (max-width: 1023px) {
	header {
		padding: 5px 0 20px;
	}

	header h1 {
		line-height: 1;
	}

	nav {
		text-align: center;
	}

	nav>ul {
		margin-top: 5px;
	}

	header .fa-ul {
		margin-top: 5px;
	}

	nav ul li a {
		padding: 0 10px;
		font-size: 13px;
	}
}

@media screen and (max-width: 767px) {
	nav ul li a {
		padding: 0 8px;
		font-size: 12px;
	}
}

@media screen and (max-width: 639px) {
	nav ul li a {
		padding: 0 10px;
		font-size: 13px;
	}

	header {
		position: static;
		padding-top: 15px;
	}
}


/* HERO
================================= */

#hero {
	position: relative;
}

.heroSlider {
	height: 100%;
}

.heroSlide {
	height: 100vh;
	min-height: 700px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url('../img/hero1.jpg');
}

.introText ul {
	margin: 0;
	list-style: none;
	text-align: right;
	position: absolute;
	bottom: 0;
	right: 15px;
}

.introText ul li {
	display: inline-block;
	margin-left: 10px;
}

.introText ul li button:before {
	content: "●";
	color: white;
	font-size: 28px;
	opacity: .45;
}

.introText ul li button.active:before {
	opacity: 1;
}

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

.heroContent {
	position: absolute;
	z-index: 99;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
}

.heroText {
	height: 100vh;
	min-height: 700px;
	background: white;
	position: relative;
}

.heroText h1 {
	color: #3f3f3f;
	text-transform: uppercase;
	font-family: 'Gotham';
	font-weight: 500;
	transition: all .3s ease;
	font-size: 64px;
	line-height: 1.1;
	top: 45%;
	position: relative;
	transform: translateY(-50%);
	white-space: nowrap;
}

.heroText h1 span {
	color: #ffd207;

}

.introText {
	position: absolute;
	bottom: 15px;
	left: 0;
	padding-right: 25px;
	-webkit-animation-delay: .5s;
	-moz-animation-delay: .5s;
	-ms-animation-delay: .5s;
}

hr {
	border-color: #ffd207;
	border-width: 5px;
	width: 55px;
	margin: 0 0 30px;
}

@media screen and (max-width: 1023px) {
	.heroSlide {
		min-height: 700px;
	}

	.heroText h1 {
		font-size: 56px;
		margin-bottom: 35px
	}

	.heroContent {
		position: absolute;
		z-index: 99;
		top: auto;
		left: -15px;
		right: 0;
		bottom: 0;
		margin: 0 auto;
	}

	.heroText {
		height: auto;
		min-height: 0;
		padding: 25px;
		width: 355px
	}

	.heroText h1 {
		position: static;
		transform: none;
	}

	.introText {
		position: static;
		padding-right: 0;
	}
}

@media screen and (max-width: 639px) {
	.heroSlide {
		height: 300px;
		background-image: url('../img/heromobile.jpg');
	}

	.heroContent {
		position: static;
	}

	.heroText h1 {
		font-size: 42px;
		margin-bottom: 10px;
		position: relative;
		top: -20px;
		text-align: right;
	}

	.heroText {
		padding: 0;
		width: auto
	}
}


/* VISION
================================= */

section {
	position: relative;
	padding: 60px 0;
}

#our-vision {
	background: white;
}

#our-vision h1 {
	position: relative;
	top: -70px;
}

@media screen and (max-width: 1023px) {
	h1 {
		font-size: 64px;
	}

	#our-vision h1 {
		margin-bottom: 0;
		top: -50px;
	}

	section {
		padding: 15px 0 25px;
	}
}

@media screen and (max-width: 639px) {
	h1 {
		font-size: 52px;
	}

	#our-vision p {
		margin-bottom: 25px;
	}
}


/* ACCOMODATION
================================= */

#accommodation {
	background: #323231;
}

#accommodation h1 {
	margin-bottom: 8vw;
	float: right
}

#accommodation h1,
#accommodation p {
	color: white;
}

#accommodation h1 span {
	opacity: 1;
}

.dark {
	padding: 35px 0;
	margin-top: 35px;
}

.dark h2 {
	color: #ffd207;
	font-family: 'Gotham';
	font-weight: 500;
	text-transform: uppercase;
	font-size: 36px;
	margin-bottom: 50px;
	line-height: 1.2
}

.dark h2 span {
	color: white;
}

.dark img {
	/* width: 80%; */
	margin: 0 auto;
}

.tables {
	padding-left: 30px;
}

table thead tr {
	border-top: 1px solid white;
}

table thead th {
	color: white;
	padding: 13px 0.5rem;
	font-family: 'Lato';
	text-align: left;
	font-size: 14px;

}

table thead th:first-child {
	text-align: left;

}

table thead,
table tbody,
table tfoot {
	border: none;
	background: none;
}

table tr td {
	font-family: 'Lato';
	font-weight: 300;
	color: white;
	font-size: 14px;
	text-align: left;
	padding: 13px 0.625rem;
}

table tr td:first-child {
	font-weight: 400;
	text-align: left;
	width: 35%
}

table tbody tr {
	border-top: 1px solid white;
}

table tbody tr:last-child {
	border-bottom: 1px solid white;
}

table tbody tr:nth-child(even) {
	background: none;
}

table tbody tr.available {
	background: black;
	font-weight: 600
}

.available td {

	font-weight: 600
}

@media screen and (max-width: 1023px) {
	#accommodation h1 {
		position: relative;
		top: -30px;
		margin-bottom: 0;
	}

	.dark img {
		max-width: 300px;
		display: block;
		margin: 0 auto 65px;
	}
}

@media screen and (max-width: 639px) {
	.table-two {
		margin-top: -17px;
	}
}


/* OCCUPIERS
================================= */

#occupiers {
	background: #323231;
}

#occupiers h1,
#occupiers p {
	color: white;
}

#occupiers h1 span {
	opacity: 1;
}

.slick-dotted.slick-slider.logoSlider {
	margin-top: 75px;
}

.logoSlide {

	margin: 25px 0 25px;
	height: 50%;
}

.logoSlide img {
	top: 50%;
	transform: translateY(-50%);
	position: relative;
	max-height: 200px;
	max-width: 300px;
	margin: 0 auto;

}

.slick-dots {
	z-index: 30;
}

.slick-dots li {
	width: 12px;
	height: 12px
}

.slick-dots li button:before,
.slick-dots li.slick-active button:before {
	color: white;
}

.slick-dots li button::before {
	font-size: 12px;
}

@media screen and (max-width: 1023px) {
	.logoSlide {
		width: 100%;
	}

	.slick-dotted.slick-slider.logoSlider {
		padding-bottom: 50px;
		margin-top: 45px
	}

	.slick-dots {
		bottom: 15px;
	}

	.logoSlide img {
		max-height: 150px;
		max-width: 225px;
	}
}

@media screen and (max-width: 639px) {
	.logoSlide img {
		max-height: 100px;
		max-width: 150px;
	}

}


/* A SHORT WALK
================================= */

#a-short-walk img {
	margin-bottom: 25px;
}

#a-short-walk h1 {
	margin-bottom: 2vw;
	float: right;
	position: relative;
	top: -60px;
}

.nearby {
	padding-top: 0;
	position: relative;
}

.nearby h1 {
	z-index: 9999;
	position: absolute;
	transform: rotate(90deg);
	top: 165px;
	right: -321px;
}

.matchNearby {
	margin-bottom: 50px;
}

.dragContainer {
	background-image: url('../img/containerbg.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	z-index: 1;
	width: 82%;
}

.row .five-col {
	width: 20%;
}

.nearby h2 {
	color: #666;
	text-transform: uppercase;
	font-family: 'GOTHAM';
	font-size: 21px;
	font-weight: 500;
	margin-bottom: 40px;
}

.nearby ol {
	margin-bottom: 50px;
}

.nearby ol li {
	color: #666666;
	font-weight: 300;
	font-family: 'Lato';
	font-size: 14px;
}

.nearby hr {
	border-bottom: 20px solid red;
	margin: 0 0 25px;
	width: 20px;
}

.nearby .five-col:first-child hr {
	border-color: #ffd100;
}

.nearby .five-col:nth-child(2) hr {
	border-color: #636362;
}

.nearby .five-col:nth-child(3) hr {
	border-color: #8b8c49;
}

.nearby .five-col:nth-child(4) hr {
	border-color: #6156a1;
}

.nearby .five-col:nth-child(5) hr {
	border-color: #1e2549;
}

@media screen and (max-width: 1023px) {
	#a-short-walk h1 {
		margin-bottom: 0;
		top: -50px;
	}

	.nearby h1 {
		transform: rotate(90deg);
		top: 122px;
		right: -224px;
	}

	.dragContainer {
		width: 85%;
	}

	.row .five-col {
		width: 33.33333333%;
	}
}

@media screen and (max-width: 639px) {
	#a-short-walk h1 {
		margin-bottom: -20px;
	}

	#a-short-walk p {
		margin-bottom: 25px;
	}

	.row .five-col {
		width: 50%;
	}

	.dragContainer {
		width: 100%;
		margin-bottom: 125px;
	}

	.nearby h1 {
		transform: none;
		top: auto;
		bottom: -90px;
		left: 15px;
	}




}


/* LOCATION
================================= */

#location h1 {
	z-index: 9999;
	position: relative;
	margin-bottom: 8vw
}

.matchMap.fadeInLeft {
	padding-right: 40px;
}

p.satNav {
	font-family: 'Gotham';
	font-weight: 500;
	color: #636362;
	text-transform: uppercase;
	font-size: 15px;
	letter-spacing: 1px;
	margin-top: 20px;
}

p.satNav span {
	color: #ffd207
}

#location thead tr th,
#location tbody tr td {
	color: #636362;
}

#location tbody tr {
	border-color: #636362;
}

#location tbody tr:last-child {
	border-bottom: none;
}

#location table {
	margin-top: 50px;
	margin-bottom: 0;
}

@media screen and (max-width: 639px) {
	#googleMap {
		height: 500px;
	}


	#location table {
		margin-bottom: 25px;
	}
}


/* CONTACT
================================= */

#contact-us {
	background: #323231;
	padding: 60px 0 40px
}

#contact-us img {
	padding-right: 35px;
}

#contact-us h2 {
	font-family: 'Gotham';
	font-weight: 500;
	color: white;
	text-transform: uppercase;
	font-size: 18px;
	letter-spacing: 1px;
	margin-bottom: 20px;
}

#contact-us h1 {
	color: white;
}

#contact-us h1 span {
	opacity: 1;
}

#contact-us p {
	color: white;
}

#contact-us p strong {
	color: #ffd100;
}

#contact-us p a {
	color: white;
	font-weight: normal;
}

#contact-us .fa-li {
	color: #ffd100;
}

.contactDetails {
	font-size: 14px;
}

.fa-ul {
	margin-left: 25px;
}

.fa-ul li a {
	color: white;
	font-family: 'Lato';
	font-size: 14px;
}

p.misrep {
	font-size: 12px
}

@media screen and (max-width: 639px) {
	#contact-us img {
		margin-bottom: 35px;
	}

	#contact-us h1 {
		font-size: 36px;
	}

	#contact-us h2 {
		margin-top: 35px;
	}
}


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

footer {
	background: #323231;
	padding: 8px 0;
	border-top: 1px solid #ffd207
}

footer p,
footer a {
	margin: 0;
	color: white;
	font-size: 14px;
	font-family: 'Lato';
	text-transform: uppercase;
}

footer a:hover {
	color: black
}

@media screen and (max-width: 639px) {
	footer {
		padding-bottom: 0;
	}

	footer .columns {
		text-align: center !important;
		margin-bottom: 10px;
	}
}

#tour360 {
	padding: 0;
	margin: 0;
	background: #222;
}

.floorPlan p {
	margin-bottom: 0px;
}

.floor-plan__details {
	margin-top: 30px;
}

.floor-plan__details p:nth-child(1) {
	font-weight: 600;
}

.floor-plan__details p:nth-child(2) {
	color: #ffd207 !important;
}