@charset "utf-8";
/* CSS Document */

@font-face {
font-family: 'Century Gothic';
font-style: normal;
font-weight: normal;
src: url('../font/CenturyGothic.ttf') format('truetype'),
	 url('../font/CenturyGothic.eot?#iefix') format('embedded-opentype'),
     url('../font/CenturyGothic.woff') format('woff');
}

@font-face {
font-family: 'Century Gothic';
font-style: italic;
font-weight: normal;
src: url('../font/CenturyGothic-Italic.ttf') format('truetype'),
	 url('../font/CenturyGothic-Italic.eot?#iefix') format('embedded-opentype'),
     url('../font/CenturyGothic-Italic.woff') format('woff');
}

@font-face {
font-family: 'Century Gothic';
font-style: normal;
font-weight: 900;
src: url('../font/CenturyGothic-Bold.ttf') format('truetype'),
	 url('../font/CenturyGothic-Bold.eot?#iefix') format('embedded-opentype'),
     url('../font/CenturyGothic-Bold.woff') format('woff');
}

@font-face {
font-family: 'Century Gothic';
font-style: italic;
font-weight: 900;
src: url('../font/CenturyGothic-BoldItalic.ttf') format('truetype'),
	 url('../font/CenturyGothic-BoldItalic.eot?#iefix') format('embedded-opentype'),
     url('../font/CenturyGothic-BoldItalic.woff') format('woff');
}

@font-face {
    font-family: 'Gilroy';
    src: url('../font/Gilroy-Medium.eot');
    src: url('../font/Gilroy-Medium.eot?#iefix') format('embedded-opentype'),
        url('../font/Gilroy-Medium.woff2') format('woff2'),
        url('../font/Gilroy-Medium.woff') format('woff'),
        url('../font/Gilroy-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../font/Gilroy-Bold.eot');
    src: url('../font/Gilroy-Bold.eot?#iefix') format('embedded-opentype'),
         url('../font/Gilroy-Bold.woff2') format('woff2'),
         url('../font/Gilroy-Bold.woff') format('woff'),
         url('../font/Gilroy-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

html {
    font-size: 100%;
	height: 100%;
    -webkit-text-size-adjust: 100%;
    font-variant-ligatures: none;
    -webkit-font-variant-ligatures: none;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
}

html, body {
	font-family: 'Century Gothic';
}

body {
	margin-top: 105px;
	background-color: #e1ddd5;
}

@media (max-width: 991.98px) {
	body {
		margin-top: 60px;
	}
}

:focus {
	outline:none !important;
}

::-moz-focus-inner {
	border:0 !important;
}

a {
	color: #fff;
	text-decoration: none;
}

a:hover, a:active {
	color: #fff;
	text-decoration: underline;
}

input[type="checkbox"] {
	cursor: pointer;
}

.pace {
	-webkit-pointer-events: none;
  	pointer-events: none;
  	-webkit-user-select: none;
  	-moz-user-select: none;
  	user-select: none;
}

.pace-inactive {
  	display: none;
}

.pace .pace-progress {
  	background: #FFF;
  	position: fixed;
  	z-index: 2000;
  	top: 0;
 	right: 100%;
  	width: 100%;
  	height: 5px;
}

.container-full {
	width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
	overflow: hidden;
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
	.container, .container-fluid {
		width: 100%;
		margin-right: auto;
    		margin-left: auto;
	}
}

@media (min-width: 768px) {
	.container, .container-fluid {
		width: calc(100% - 90px);
		margin-right: 45px;
		margin-left: 45px;
	}
}

@media (min-width: 992px) {
	.container, .container-fluid {
		width: calc(100% - 180px);
		margin-right: 90px;
		margin-left: 90px;
	}
}

.modal-lg, .modal-dialog {
    width: 80% !important;
	max-width: 900px;
}

@media (max-width: 767.98px) {
	.modal-lg, .modal-dialog {
    	width: calc(100% - 30px) !important;
		margin-left: 15px;
		margin-right: 15px;
	}
}

#description {
	position: absolute;
	left: -9999px;
	top: -9999px;
	z-index: -99;
}

@media (min-width: 992px) {
	.custom-5-col {
		flex: 0 0 20%;
		max-width: 20%;
		padding-left: 5px;
		padding-right: 5px;
	}
}

#header-nav-bar {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 105px;
	background-color: transparent;
	z-index: 90;
}

#header-nav-bar.active {
	position: fixed;
}

#header-nav-bar-global {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 105px;
	background-color: #1d1d1d;
	z-index: 90;
}

@media (max-width: 991.98px) {
	#header-nav-bar, #header-nav-bar-global {
		position: fixed;
		height: 75px;
	}
}

#header-nav-bar-device {
	z-index: 89;
	position: fixed;
	width: 100%;
	left: 0px;
	top: 0px;
	height: 105px;
	margin-top: -105px;
	-webkit-transition: margin 700ms ease;
  	-moz-transition: all 700ms ease;
  	-o-transition: all 700ms ease;
  	transition: all 700ms ease;
}

#header-nav-bar-device.active {
	margin-top: -105px;
	-webkit-transition: margin 700ms ease;
  	-moz-transition: margin 700ms ease;
  	-o-transition: margin 700ms ease;
  	transition: margin 700ms ease;
}

#header-nav-bar-device-global {
	z-index: 89;
	position: fixed;
	width: 100%;
	left: 0px;
	top: 0px;
	height: 105px;
}

@media (max-width: 991.98px) {
	#header-nav-bar-device {
		z-index: 89;
		position: fixed;
		width: 100%;
		left: 0px;
		top: 0px;
		height: 75px;
		background-color: #1d1d1d;
		margin-top: -75px;
		-webkit-transition: margin 700ms ease;
  		-moz-transition: margin 700ms ease;
  		-o-transition: margin 700ms ease;
  		transition: margin 700ms ease;
	}

	#header-nav-bar-device.active {
		margin-top: 0px;
		-webkit-transition: margin 700ms ease;
  		-moz-transition: margin 700ms ease;
  		-o-transition: margin 700ms ease;
  		transition: margin 700ms ease;
	}	
	
	#header-nav-bar-device-global {
		z-index: 89;
		position: fixed;
		width: 100%;
		left: 0px;
		top: 0px;
		height: 75px;
		background-color: #1d1d1d;
	}
}

.nav-menu-logo {
	position: absolute;
	top: 30px;
	left: 105px;
	z-index: 90;
}

@media (max-width: 991.98px) {
	.nav-menu-logo {
		top: 15px;
		left: 60px;
	}
}

@media (max-width: 768px) {
	.nav-menu-logo {
		left: 20px;
	}
}

.nav-menu-logo img {
	width: 121px;
	height: 45px;
}

.nav-menu-btn {
	position: absolute;
	top: 25px;
	right: 90px;
	z-index: 90;
}

@media (max-width: 991.98px) {
	.nav-menu-btn {
		top: 12px;
		right: 50px;
	}
}

@media (max-width: 768px) {
	.nav-menu-btn {
		right: 10px;
	}
}

#header-overlay-global {
	display: none;
	position: fixed;
	width: 100%;
	height: calc(100% + 140px);
	min-height: calc(100vh + 140px);
	margin-top: -140px;
	background-color: rgb(0,0,0,0.8);
	z-index: 2;
}

#header-nav-drop-down {
	position: absolute;
	z-index: 80;
	width: 100%;
	left: 0px;
	top: 0px;
	height: 80vh;
	background-color: #1d1d1d;
	margin-top: -80vh;
	-webkit-transition: all 700ms ease;
  	-moz-transition: all 700ms ease;
  	-o-transition: all 700ms ease;
  	transition: all 700ms ease;
}

#header-nav-drop-down.active {
	position: absolute;
	z-index: 80;
	width: 100%;
	left: 0px;
	top: 0px;
	height: 80vh;
	background-color: #1d1d1d;
	margin-top: 0px;
	-webkit-transition: all 700ms ease;
  	-moz-transition: all 700ms ease;
  	-o-transition: all 700ms ease;
  	transition: all 700ms ease;
}

#header-nav-drop-down-global {
	position: fixed;
	z-index: 80;
	width: 100%;
	left: 0px;
	top: 0px;
	height: 100%;
	min-height: 100vh;
	background-color: #e81943;
	margin-top: -3000px;
	transition: margin 900ms;
	overflow: hidden;
	background-color: #1d1d1d;
}

#header-nav-drop-down-global.active {
	margin-top: 0px;
	transition: margin 900ms;
}

@media (max-width: 991.98px) {
	#header-nav-drop-down, #header-nav-drop-down-global {
		position: fixed;
		height: 100vh;
		margin-top: -100vh;
		-webkit-transition: all 700ms ease;
  		-moz-transition: all 700ms ease;
  		-o-transition: all 700ms ease;
  		transition: all 700ms ease;
	}
	
	#header-nav-drop-down.active, #header-nav-drop-down-global.active {
		position: fixed;
		height: 100vh;
		margin-top: 0px;
		-webkit-transition: all 700ms ease;
  		-moz-transition: all 700ms ease;
  		-o-transition: all 700ms ease;
  		transition: all 700ms ease;
	}
}

#header-nav-drop-down ul, #header-nav-drop-down-global ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	margin-top: 105px;
	height: calc(100% - 130px);
	-webkit-transition: all 700ms ease;
  	-moz-transition:all 700ms ease;
  	-o-transition: all 700ms ease;
  	transition: all 700ms ease;
}

#header-nav-drop-down ul li, #header-nav-drop-down-global ul li {
	vertical-align: middle;
	font-family: 'Century Gothic';
	color: #fff;
	text-transform: uppercase;
	font-size: 24px;
	line-height: 27px;
	align-items: center;
	text-align: center;
	font-weight: 900;
	height: 5.5%;
	-webkit-transition: all 700ms ease;
  	-moz-transition:all 700ms ease;
  	-o-transition: all 700ms ease;
  	transition: all 700ms ease;
}

#header-nav-drop-down ul li a:hover, #header-nav-drop-down-global ul li a:hover, #header-nav-drop-down ul li a:active, #header-nav-drop-down-global ul li a:active {
	text-decoration: underline;
	text-decoration-color: #FF0000;
} 

@media (max-width: 991.98px) {
	#header-nav-drop-down ul, #header-nav-drop-down-global ul {
		margin-top: 95px;
		height: calc(100% - 95px);
	}
	
	#header-nav-drop-down ul li, #header-nav-drop-down-global ul li {
		font-size: 21px;
		line-height: 27px;
		text-align: center;
		font-weight: 900;
		height: 5%;
	}
}

.nav-line-break {
	position: relative;
}

.nav-line-break div {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 70px;
	height: 2px;
	background-color: #FFF;
	margin: auto;
	/*margin-top: 0px;*/
}

@media (min-height: 800px) {
	.nav-line-break div {
		/*margin-top: -7px;*/
	}
}

ul.nav-drop-down-social {
	padding: 0;
	margin: 0;
	list-style-type: none;
	margin-top: 10px !important;
	height: inherit !important;
	-webkit-transition: all 700ms ease;
  	-moz-transition:all 700ms ease;
  	-o-transition: all 700ms ease;
  	transition: all 700ms ease;
}

@media (max-width: 991.98px) {
	ul.nav-drop-down-social {
		margin-top: 15px !important;
	}
}

ul.nav-drop-down-social li {
	display: inline;
	list-style-type: none;
	text-align: center;
	width: 50px;
}

ul.nav-drop-down-social > li > a > img {
	width: 32px;
	height: 25px;
	opacity: 1;
	margin-left: 7px;
	margin-right: 7px;
}

ul.nav-drop-down-social > li > a > img:hover {
	opacity: 0.7;
}

#nav-bar {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 105px;
	background-color: #1d1d1d;
	z-index: 90;
}

.nav-active {
	text-decoration: underline;
	text-decoration-color: red;
}

.spaces-button a {
	cursor: pointer;
}

.spaces-button a:hover, .spaces-button a:active {
	text-decoration: underline !important;
}

.spaces-link {
	display: none;
}

@media (max-width: 991.98px) {
	.spaces-button {
		display: none;
	}
	
	.spaces-link {
		display: block;
	}
}

.drop-down-spaces-menu {
	position: relative;
	top: 0;
	height: 0 !important;
	text-align: center;
	overflow: hidden;
	-webkit-transition: all 1200ms ease;
  	-moz-transition:all 1200ms ease;
  	-o-transition: all 1200ms ease;
  	transition: all 1200ms ease;
}

.drop-down-spaces-menu.active {
	height: 20% !important;
	-webkit-transition: all 1200ms ease;
  	-moz-transition:all 1200ms ease;
  	-o-transition: all 1200ms ease;
  	transition: all 1200ms ease;
}

@media (max-width: 991.98px) {
	.drop-down-spaces-menu {
		display: none !important;
	}
}

ul#drop-down-spaces-menu {
	width: 70%;
	height: 100%;
	list-style-type: none;
	padding: 0;
	margin-top: 0px;
	margin-left: 15%;
	-moz-columns: 1;
  	-webkit-columns: 1;
	columns: 1;
	list-style-position: inside;
}

ul#drop-down-spaces-menu li {
	margin-top: -100px;
	float: left;
    	width: 25%;
	margin-bottom: 30px;
	font-size: 18px;
	font-weight: 900;
	letter-spacing: 3px;
	-webkit-transition: all 1500ms ease;
  	-moz-transition:all 1500ms ease;
  	-o-transition: all 1500ms ease;
  	transition: all 1500ms ease;
}

ul#drop-down-spaces-menu li:nth-child(5), ul#drop-down-spaces-menu li:nth-child(6), ul#drop-down-spaces-menu li:nth-child(7) {
    width: 33%;
}

ul#drop-down-spaces-menu li.active {
	margin-top: 0px;
	transition-delay: 600ms;
	animation-delay: 600ms;
	-webkit-transition: all 1400ms ease;
  	-moz-transition:all 1400ms ease;
  	-o-transition: all 1400ms ease;
  	transition: all 1400ms ease;
}

#header-nav-drop-down ul li.spaces-selected, #header-nav-drop-down-global ul li.spaces-selected {
	height: 6%;
	-webkit-transition: all 1400ms ease;
  	-moz-transition:all 1400ms ease;
  	-o-transition: all 1400ms ease;
  	transition: all 1400ms ease;
}

.spaces-renting-button a {
	cursor: pointer;
}

.spaces-renting-button a:hover, .spaces-renting-button a:active {
	text-decoration: underline !important;
	text-decoration-color: #FF0000 !important;
}

.spaces-renting-link {
	display: none;
}

@media (max-width: 991.98px) {
	.spaces-renting-button {
		display: none;
	}
	
	.spaces-renting-link {
		display: block;
	}
}

.drop-down-spaces-renting-menu {
	position: relative;
	top: 0;
	height: 0 !important;
	text-align: center;
	overflow: hidden;
	-webkit-transition: all 1200ms ease;
  	-moz-transition:all 1200ms ease;
  	-o-transition: all 1200ms ease;
  	transition: all 1200ms ease;
}

.drop-down-spaces-renting-menu.active {
	height: 10% !important;
	-webkit-transition: all 1200ms ease;
  	-moz-transition:all 1200ms ease;
  	-o-transition: all 1200ms ease;
  	transition: all 1200ms ease;
}

@media (max-width: 991.98px) {
	.drop-down-spaces-renting-menu {
		display: none !important;
	}
}

ul#drop-down-spaces-renting-menu {
	width: 70%;
	height: 100%;
	list-style-type: none;
	padding: 0;
	margin-top: 0px;
	margin-left: 15%;
	-moz-columns: 1;
  	-webkit-columns: 1;
	columns: 1;
	list-style-position: inside;
}

ul#drop-down-spaces-renting-menu li {
	margin-top: -100px;
	float: left;
    width: 25%;
	margin-bottom: 30px;
	font-size: 18px;
	font-weight: 900;
	letter-spacing: 3px;
	-webkit-transition: all 1500ms ease;
  	-moz-transition:all 1500ms ease;
  	-o-transition: all 1500ms ease;
  	transition: all 1500ms ease;
}

ul#drop-down-spaces-renting-menu li:nth-child(5), ul#drop-down-spaces-renting-menu li:nth-child(6), ul#drop-down-spaces-renting-menu li:nth-child(7) {
    width: 33%;
}

ul#drop-down-spaces-renting-menu li.active {
	margin-top: 0px;
	transition-delay: 600ms;
	animation-delay: 600ms;
	-webkit-transition: all 1400ms ease;
  	-moz-transition:all 1400ms ease;
  	-o-transition: all 1400ms ease;
  	transition: all 1400ms ease;
}

.spaces-hiring-button a {
	cursor: pointer;
}

.spaces-hiring-button a:hover, .spaces-hiring-button a:active {
	text-decoration: underline !important;
	text-decoration-color: #FF0000 !important;
}

.spaces-hiring-link {
	display: none;
}

@media (max-width: 991.98px) {
	.spaces-hiring-button {
		display: none;
	}
	
	.spaces-hiring-link {
		display: block;
	}
}

.drop-down-spaces-hiring-menu {
	position: relative;
	top: 0;
	height: 0 !important;
	text-align: center;
	overflow: hidden;
	-webkit-transition: all 1200ms ease;
  	-moz-transition:all 1200ms ease;
  	-o-transition: all 1200ms ease;
  	transition: all 1200ms ease;
}

.drop-down-spaces-hiring-menu.active {
	height: 20% !important;
	-webkit-transition: all 1200ms ease;
  	-moz-transition:all 1200ms ease;
  	-o-transition: all 1200ms ease;
  	transition: all 1200ms ease;
}

@media (max-width: 991.98px) {
	.drop-down-spaces-hiring-menu {
		display: none !important;
	}
}

ul#drop-down-spaces-hiring-menu {
	display: flex;
  	flex-wrap: wrap;
	width: 70%;
	height: 100%;
	list-style-type: none;
	padding: 0;
	margin-top: 0px;
	margin-left: 15%;
	-moz-columns: 1;
  	-webkit-columns: 1;
	columns: 1;
	list-style-position: inside;
}

ul#drop-down-spaces-hiring-menu li {
	flex: 1 0 20%;
	margin-top: -100px;
	float: left;
    	width: 20%;
	margin-bottom: 30px;
	font-size: 18px;
	line-height: 18px;
	font-weight: 900;
	letter-spacing: 3px;
	-webkit-transition: all 1500ms ease;
  	-moz-transition:all 1500ms ease;
  	-o-transition: all 1500ms ease;
  	transition: all 1500ms ease;
}

ul#drop-down-spaces-hiring-menu li:nth-child(5), ul#drop-down-spaces-hiring-menu li:nth-child(6), ul#drop-down-spaces-hiring-menu li:nth-child(7), ul#drop-down-spaces-hiring-menu li:nth-child(8), ul#drop-down-spaces-hiring-menu li:nth-child(9), ul#drop-down-spaces-hiring-menu li:nth-child(10), ul#drop-down-spaces-hiring-menu li:nth-child(11) {
    /*width: 33%;*/
}

ul#drop-down-spaces-hiring-menu li.active {
	margin-top: 0px;
	transition-delay: 600ms;
	animation-delay: 600ms;
	-webkit-transition: all 1400ms ease;
  	-moz-transition:all 1400ms ease;
  	-o-transition: all 1400ms ease;
  	transition: all 1400ms ease;
}

.whatson-menu-button a {
	cursor: pointer;
}

.whatson-menu-button a:hover, .whatson-menu-button a:active {
	text-decoration: underline !important;
}

.whatson-menu-link {
	display: none;
}

@media (max-width: 991.98px) {
	.whatson-menu-button {
			}
	
	.whatson-menu-link {
		display: block;
	}
}

.drop-down-whatson-menu {
	position: relative;
	top: 0;
	height: 0 !important;
	text-align: center;
	overflow: hidden;
	-webkit-transition: all 1200ms ease;
  	-moz-transition:all 1200ms ease;
  	-o-transition: all 1200ms ease;
  	transition: all 1200ms ease;
}

.drop-down-whatson-menu.active {
	height: 20% !important;
	-webkit-transition: all 1200ms ease;
  	-moz-transition:all 1200ms ease;
  	-o-transition: all 1200ms ease;
  	transition: all 1200ms ease;
}

@media (max-width: 991.98px) {
	.drop-down-whatson-menu {
		
	}
}

ul#drop-down-whatson-menu {
	width: 70%;
	height: 100%;
	list-style-type: none;
	padding: 0;
	margin-top: 0px;
	margin-left: 15%;
	-moz-columns: 1;
  	-webkit-columns: 1;
	columns: 1;
	list-style-position: inside;
}

ul#drop-down-whatson-menu li {
	margin-top: -100px;
	float: left;
    	width: 25%;
	margin-bottom: 30px;
	font-size: 18px;
	line-height: 18px;
	font-weight: 900;
	letter-spacing: 3px;
	-webkit-transition: all 1500ms ease;
  	-moz-transition:all 1500ms ease;
  	-o-transition: all 1500ms ease;
  	transition: all 1500ms ease;
}

ul#drop-down-whatson-menu li:nth-child(5), ul#drop-down-whatson-menu li:nth-child(6), ul#drop-down-whatson-menu li:nth-child(7) {
    width: 33%;
}

@media (max-width: 991.98px) {
	ul#drop-down-whatson-menu li {
    		width: 100%;
		margin-bottom: 0px;
		height: 25%;
	}
}

ul#drop-down-whatson-menu li.active {
	margin-top: 0px;
	transition-delay: 600ms;
	animation-delay: 600ms;
	-webkit-transition: all 1400ms ease;
  	-moz-transition:all 1400ms ease;
  	-o-transition: all 1400ms ease;
  	transition: all 1400ms ease;
}

#header {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	max-height: calc(100vh - 105px);
	overflow: hidden;
}

#header-logo {
	position: absolute;
	top: 50%;
	margin-top: -35px;
	left: 0px;
	width: 100%;
	text-align: center;
	font-size: 80px;
	line-height: 80px;
	font-weight: bold;
	letter-spacing: 2px;
	color: #FFF;
	text-transform: uppercase;
	cursor: default;
	z-index: 15;
}

#header-truman {
	position: absolute;
	bottom: 30px;
	left: 90px;
	z-index: 9;
}

#header-truman img {
	height: 50px;
}

#header-video {
	position: relative;
	display: table;
	width: 100%;
	padding-top: 56.25%;
	overflow: hidden;
	background-image: url("../img/venue/slide00.JPG");
	background-size: cover;
	background-position: center;
}

#header-video video {
	position: absolute;
	height: 100%;
	width: auto;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

#header-video-bg {
	position: absolute;
    	right: 0;
    	bottom: 0;
    	width: 100%;
	height: 100%;
	z-index: 1;
	overflow: hidden;
}

#header-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	background-color: rgba(0,0,0,0.35);
}

#nav-logo {
	position: fixed;
	top: 30px;
	left: 90px;
	z-index: 99;
	background-color: #1d1d1d;
	color: #e1ddd5;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 14px;
	letter-spacing: 0.7px;
	padding: 10px;
	cursor: default;
}

#nav-notice {
	position: fixed;
	top: 30px;
	right: 90px;
	z-index: 98;
	background-color: #1d1d1d;
	color: #e1ddd5;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 14px;
	letter-spacing: 0.7px;
	padding: 10px;
	cursor: default;
}

@media (max-width: 991px) {
	#header-truman {
		bottom: 30px;
		left: 30px;
	}

	#header-truman img {
		height: 40px;
	}
	
	#nav-logo {
		left: 30px;
	}

	#nav-notice {
		right: 30px;
	}
}

@media (max-width: 767px) {
	#header-video {
		padding-top: 0;
		height: 100vh;
	}
	
	#header-video-bg {
		background-size: 100% 100%;
		min-width: 100%;
    	min-height: 100%;
    	width: auto;
    	height: auto;
	}

	#header-truman {
		bottom: 15px;
		left: 15px;
	}

	#header-truman img {
		height: 35px;
	}
	
	#header-logo {
		margin-top: -25px;
		font-size: 50px;
		line-height: 50px;
	}
	
	#nav-logo {
		left: 15px;
		top: 15px;
		font-size: 10px;
		line-height: 10px;
	}

	#nav-notice {
		right: 15px;
		top: 15px;
		font-size: 10px;
		line-height: 10px;
	}
}

@media (max-width: 539px) {
	#header-logo {
		margin-top: -20px;
		font-size: 40px;
		line-height: 40px;
	}
}

@media (max-width: 451px) {
	#header-logo {
		margin-top: -15px;
		font-size: 30px;
		line-height: 30px;
	}
}

@media (max-width: 375px) {
	#header-logo {
		margin-top: -12px;
		font-size: 24px;
		line-height: 24px;
	}
}


.merch-button a {
	cursor: pointer;
}

.merch-button a:hover, .merch-button a:active {
	text-decoration: underline !important;
	text-decoration-color: #FF0000 !important;
}

.merch-link {
	display: none;
}

@media (max-width: 991.98px) {
	.merch-button {
		display: none;
	}
	
	.merch-link {
		display: block;
	}
}

.drop-down-merch-menu {
	position: relative;
	top: 0;
	height: 0 !important;
	text-align: center;
	overflow: hidden;
	-webkit-transition: all 1200ms ease;
  	-moz-transition:all 1200ms ease;
  	-o-transition: all 1200ms ease;
  	transition: all 1200ms ease;
}

.drop-down-merch-menu.active {
	height: 6% !important;
	-webkit-transition: all 1200ms ease;
  	-moz-transition:all 1200ms ease;
  	-o-transition: all 1200ms ease;
  	transition: all 1200ms ease;
}

@media (max-width: 991.98px) {
	.drop-down-merch-menu {
		display: none !important;
	}
}

ul#drop-down-merch-menu {
	width: 70%;
	height: 100%;
	list-style-type: none;
	padding: 0;
	margin-top: 0px;
	margin-left: 15%;
	-moz-columns: 1;
  	-webkit-columns: 1;
	columns: 1;
	list-style-position: inside;
}

ul#drop-down-merch-menu li {
	margin-top: -100px;
	float: left;
    width: 50%;
	margin-bottom: 0px;
	font-size: 18px;
	font-weight: 900;
	letter-spacing: 3px;
	-webkit-transition: all 1500ms ease;
  	-moz-transition:all 1500ms ease;
  	-o-transition: all 1500ms ease;
  	transition: all 1500ms ease;
}

ul#drop-down-merch-menu li.active {
	margin-top: 0px;
	transition-delay: 600ms;
	animation-delay: 600ms;
	-webkit-transition: all 1400ms ease;
  	-moz-transition:all 1400ms ease;
  	-o-transition: all 1400ms ease;
  	transition: all 1400ms ease;
}

#header-nav-drop-down ul li.merch-selected, #header-nav-drop-down-global ul li.merch-selected {
	height: 6%;
	-webkit-transition: all 1400ms ease;
  	-moz-transition:all 1400ms ease;
  	-o-transition: all 1400ms ease;
  	transition: all 1400ms ease;
}

.jumbotron {
    padding: 0px !important;
	margin-bottom: 0px !important;
	background-color: inherit !important;
    border-radius: 0px !important;
	margin-top: 80px;
}

.jumbotron > .row > .col-lg-3:first-child {
	border-right: solid #2e2e2e 1px;
}

.jumbotron > .row > .col-lg-3:nth-child(2) {
	border-right: solid #2e2e2e 1px;
	padding-left: 40px;
}

.jumbotron > .row > .col-lg-3:nth-child(3) {
	border-right: solid #2e2e2e 1px;
	padding-left: 40px;
}

.jumbotron > .row > .col-lg-3:nth-child(4) {
	padding-left: 40px;
}

@media (min-width: 992px) {
	.jumbotron {
		padding: 0px !important;
		margin-bottom: 0px !important;
		background-color: inherit !important;
		border-radius: 0px !important;
		margin-top: 80px;
	}
	
	.jumbotron > .row > .col-lg-3:first-child {
		border-right: solid #2e2e2e 1px;
	}

	.jumbotron > .row > .col-lg-3:nth-child(2) {
		border-right: solid #2e2e2e 1px;
		padding-left: 40px;
	}

	.jumbotron > .row > .col-lg-3:nth-child(3) {
		border-right: solid #2e2e2e 1px;
		padding-left: 40px;
	}

	.jumbotron > .row > .col-lg-3:nth-child(4) {
		padding-left: 40px;
	}
}

@media (min-width: 768px) and (max-width: 991.98px) {
	.jumbotron {
		margin-top: 45px;
	}
	
	.jumbotron > .row > .col-lg-3:first-child {
		border-right: 0px;
		padding-bottom: 35px;
	}

	.jumbotron > .row > .col-lg-3:nth-child(2) {
		border-right: 0px;
		padding-left: 0px;
		padding-bottom: 35px;
	}

	.jumbotron > .row > .col-lg-3:nth-child(3) {
		border-right: 0px;
		padding-left: 15px;
	}

	.jumbotron > .row > .col-lg-3:nth-child(4) {
		padding-left: 0px;
	}
}

@media (max-width: 767.98px) {
	.jumbotron {
		margin-top: 45px;
		margin-left: 25px;
		margin-right: 25px;
	}
	
	.jumbotron > .row > .col-lg-3:first-child, .jumbotron > .row > .col-lg-3:nth-child(2), .jumbotron > .row > .col-lg-3:nth-child(3), .jumbotron > .row > .col-lg-3:nth-child(4) {
		border-right: 0px;
		padding-left: 0px;
		padding-right: 0px;
		padding-bottom: 30px;
	}
}

#footer-social {
	background-color: #fff;
	padding-top: 20px;
	padding-bottom: 20px;
}

#footer-social > .container-fluid > .row > .col-12 > ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#footer-social > .container-fluid > .row > .col-12 > ul > li {
	display: inline-block;
	list-style-type: none;
	text-align: center;
	width: 50px;
}

#footer-social > .container-fluid > .row > .col-12 > ul > li > a > img {
	width: 32px;
	height: 25px;
	opacity: 1;
}

#footer-social > .container-fluid > .row > .col-12 > ul > li > a > img:hover {
	opacity: 0.7;
}

#footer {
	background-color: #1d1d1d;
	color: #fff;
	font-size: 15px;
	line-height: 20px;
	padding-top: 45px;
	padding-bottom: 35px;
}

@media (max-width: 767.98px) {
	#footer {
		font-size: 16px;
		line-height: 19px;
		padding-top: 45px;
		padding-bottom: 35px;
	}
}

.footer-enquire {
	font-family: 'Muli', sans-serif;
	font-weight: 900;
	color: #fff;
	font-size: 24px;
	line-height: 28px;	
	letter-spacing: 1px;
	border: 3px #fff solid;
	border-radius: 6px;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 24px;
	padding-right: 24px;
}

@media (max-width: 767.98px) {
	.footer-enquire {
		font-weight: 900;
		font-size: 17px;
		line-height: 19px;	
		letter-spacing: 0px;
		border: 3px #fff solid;
		border-radius: 6px;
		padding-top: 4px;
		padding-bottom: 6px;
		padding-left: 12px;
		padding-right: 12px;
	}
}

@media (max-width: 410px) {
	.footer-enquire {
		font-size: 15px;
		line-height: 17px;	
	}
}

@media (max-width: 358px) {
	.footer-enquire {
		font-size: 13px;
		line-height: 17px;	
		border: 1px #fff solid;
		padding-left: 6px;
		padding-right: 6px;
	}
}

a.footer-enquire, a.footer-enquire:hover, a.footer-enquire:active {
	text-decoration: none;
}

.footer-enquire:hover {
	text-decoration: none;
	border: 3px #fff solid;
	color: #1d1d1d;
	background-color: #fff;
}

.footer-title {
	text-transform: uppercase;
	font-size: 17px;
	line-height: 20px;
	font-weight: 900;
	display: block;
	margin-bottom: 0px;
	margin-top: 0px;
}

.footer-title2 {
	text-transform: uppercase;
	font-size: 17px;
	line-height: 20px;
	font-weight: 900;
	display: block;
	margin-bottom: 0px;
	margin-top: 25px;
}

.footer-title3 {
	text-transform: uppercase;
	font-size: 17px;
	line-height: 20px;
	font-weight: 900;
	display: block;
	margin-bottom: 25px;
}

@media (max-width: 767.98px) {
	.footer-title, .footer-title2, .footer-title3 {
		text-transform: none;
		font-size: 27px;
		line-height: 27px;
		font-weight: 900;
		letter-spacing: 1px;
		margin-bottom: 5px;
	}
}

#home-header {
	position: relative;
	margin-top: -105px;
	width: 100%;
	height: 100vh;
	overflow: hidden;
	background-color: #1d1d1d;
	-webkit-transform-style: preserve-3d;
}

#home-header video {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	min-height: 100%;
	min-width: 100%;
	height: auto;
	object-fit: cover;
}

#home-header img {
	width: 100%;
	height: auto;
	min-height: 100%;
}

@media (max-width: 991.98px) {
	#home-header {
		height: 100vh;
		overflow: hidden;
	}

	#home-header video {
		width: 100%;
        	height: 100%;
        	position: absolute;
        	top: 50%;
        	left: 50%;
       		 transform: translate(-50%, -50%);
		object-fit: none	
	}
}

.home-header-overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 2;
}

#home-header-wrap {
	position: absolute;
	bottom: 12vh;
	left: 110px;
	width: 40%;
	z-index: 5;
	cursor: default;
}

@media (max-width: 767.98px) {
	#home-header-wrap {
		position: absolute;
		top: 30vh;
		left: 30px;
		width: calc(100% - 60px);
	}
}

@media (max-width: 575.98px) {
	#home-header-wrap {
		position: absolute;
		top: 20vh;
		left: 30px;
		width: calc(100% - 60px);
	}
}

#icon-scroll,
#icon-scroll:before {
	position: absolute;
 	left: 50%;
}

#icon-scroll {
	width: 40px;
	height: 70px;
	margin-left: -20px;
	bottom: 0%;
	margin-bottom: 60px;
	box-shadow: inset 0 0 0 1px #fff;
	border-radius: 25px;
	z-index: 9;
	cursor: pointer;
}

@media (max-width:991px){
	#icon-scroll {
		display: none;
	}
}

#icon-scroll:before {
	content: '';
	width: 8px;
	height: 8px;
	background: #fff;
	margin-left: -4px;
	top: 8px;
	border-radius: 4px;
	animation-duration: 1.5s;
	animation-iteration-count: infinite;
	animation-name: scroll;
}

@keyframes scroll {
  0% {
    opacity: 1 }
  100% {
    opacity: 0;
    transform: translateY(46px) }
}

.home-header-title {
	color: #fff;
	font-weight: 900;
	font-size: 72px;
	line-height: 76px;
	margin-bottom: 35px;
	text-shadow: 5px 5px 50px #000;
}

.home-header-info {
	color: #fff;
	font-size: 28px;
	line-height: 32px;
	letter-spacing: 1px;
	text-shadow: 5px 5px 50px #000;
}

@media (max-width: 767.98px) {
	.home-header-title {
		font-size: 56px;
		line-height: 60px;
		margin-bottom: 35px;
	}

	.home-header-info {
		font-size: 24px;
		line-height: 30px;
		letter-spacing: 1px;
	}	
}

.home-spaces {
	height: 60vh;
	background-color: #1d1d1d;
	overflow: hidden;
	cursor: pointer;
}

.home-spaces-bg {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-image: url('../img/home/home-spaces.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	z-index: 1;
}

.home-whatson {
	height: 60vh;
	background-color: #1d1d1d;
	background-image: url('../img/home/home-whatson.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	overflow: hidden;
}

.home-whatson-bg {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-image: url('../img/home/home-whatson.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	z-index: 1;
}

@media (max-width: 575.98px) {
	.home-spaces, .home-whatson {
		height: 70vh;
	}
}

.home-whatson-overlay {
	opacity: 0;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #1d1d1d;
	z-index: 2;
}

.home-spaces-overlay {
	opacity: 0;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #fff;
	z-index: 2;
}

.home-whatson-title {
	opacity: 0;
	position: absolute;
	font-weight: 900;
	color: #fff;
	letter-spacing: 2px;
	font-size: 77px;
	line-height: 84px;
	top: 50%;
	width: 100%;
	margin-top: -42px;
	left: 0px;
	text-align: center;
	z-index: 3;
}

.home-spaces-title {
	opacity: 0;
	position: absolute;
	font-weight: 900;
	color: #1d1d1d;
	letter-spacing: 2px;
	font-size: 77px;
	line-height: 84px;
	top: 50%;
	width: 100%;
	margin-top: -42px;
	left: 0px;
	text-align: center;
	z-index: 3;
}

/*.home-spaces a:hover > .home-spaces-title, .home-whatson a:hover > .home-whatson-title, .home-spaces a:hover > .home-spaces-overlay, .home-whatson a:hover > .home-whatson-overlay, .home-whatson a:hover > .home-whatson-options {
	opacity: 1;
	transition: all 700ms ease;
}*/

@media (max-width: 991.98px) {
	.home-whatson-title, .home-spaces-title {
		opacity: 1 !important;
		font-size: 45px;
		line-height: 49px;
		margin-top: -25px;
	}
	
	.home-whatson-overlay, .home-spaces-overlay {
		opacity: 1 !important;
	}
}

.home-whatson-options {
	opacity: 0;
	position: absolute;
	margin-top: 60px;
	left: 0px;
	top: 50%;
	width: 100%;
	z-index: 4;
	text-align: center;
}

.home-whatson-options ul {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}

.home-whatson-options ul li {
	display: inline;
	width: 40px;
	padding-left: 20px;
	padding-right: 20px;
}

.home-whatson-options ul li a img {
	width: 40px;
}

@media (max-width: 991.98px) {
	.home-whatson-options {
		opacity: 1 !important;
		margin-top: 30px;
	}

	.home-whatson-options ul {
	}

	.home-whatson-options ul li {
		width: 30px;
		padding-left: 7px;
		padding-right: 7px;
	}

	.home-whatson-options ul li a img {
		width: 30px;
	}
}

@keyframes zoom {
	0% { transform:scale(1,1); }
	50% { transform:scale(1.1,1.1); }
	100% { transform:scale(1,1); }
}

/*.home-spaces-bg {
	animation: zoom 19s linear infinite;
}

.home-whatson-bg {
	animation: zoom 19s linear infinite;
}*/

#home-our-neighbourhood {
	height: 60vh;
	background-color: #1d1d1d;
	background-image: url('../img/home/home-our-neighbourhood.jpg');
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
}

@media (max-width: 991.98px) {
	#home-our-neighbourhood {
		height: 70vh;
		background-attachment: scroll;
		background-position: right;
	}
}

#home-our-neighbourhood-box {
	margin-top: 90px;
	width: 470px;
	border: 3px solid #fff;
	padding-top: 20px;
	padding-bottom: 25px;
	padding-left: 30px;
	padding-right: 30px;
	border-radius: 10px;
	background-color: rgba(0, 0, 0, 0.5);
}

#home-our-neighbourhood-box a, #home-our-neighbourhood-box a:hover, #home-our-neighbourhood-box a:active {
	text-decoration: none;
}

@media (max-width: 991.98px) {
	#home-our-neighbourhood-box {
		margin-top: 90px;
		margin-left: 20px;
		margin-right: 20px;
		width: calc(100% - 40px);
		border: 3px solid #fff;
		padding-top: 15px;
		padding-bottom: 20px;
		padding-left: 25px;
		padding-right: 25px;
		border-radius: 10px;
	}
}

.home-our-neighbourhood-title {
	font-weight: 900;
	letter-spacing: 1px;
	color: #fff;
	font-size: 37px;
	line-height: 42px;
	margin-bottom: 20px;
}

.home-our-neighbourhood-info {
	font-weight: 900;
	font-style: italic;
	letter-spacing: 1px;
	font-size: 16px;
	line-height: 20px;
	color: #fff;
}

@media (max-width: 991.98px) {
	.home-our-neighbourhood-title {
		font-size: 30px;
		line-height: 32px;
		margin-bottom: 20px;
	}
	
	.home-our-neighbourhood-info {
		font-size: 15px;
		line-height: 19px;
	}
}

#home-slider {
	font-family: 'Didact Gothic', sans-serif;
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: #1d1d1d;
	color: #fff;
	font-size: 15px;
	line-height: 17px;
}

#home-slider > .carousel-inner > .carousel-item {
	min-height: 370px;
}

.home-slider-title {
	position: absolute;
	margin-top: 150px;
	right: -160px;
	width: 370px;
	font-family: 'Muli', sans-serif;
	font-size: 54px;
	line-height: 63px;
	color: #FFF;
	font-weight: 900;
	-webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

@media (max-width: 991.98px) {
	.home-slider-title {
		position: relative;
		margin-top: 0px;
		right: 0px;
		margin-bottom: 20px;
		width: 100%;
		font-family: 'Muli', sans-serif;
		font-size: 42px;
		line-height: 42px;
		color: #FFF;
		font-weight: 900;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
		text-align: center;
	}
}

.home-slider-img {
	border: #1d1d1d 5px solid;
	overflow: hidden;
	height: 370px;
	width: 100%;
	border-radius: 18px;
	background-position: 50% 50%;
	background-position-x: 50%;
	background-position-y: 50%;
	background-size: cover;
}

@media (max-width: 991.98px) {
	.home-slider-img {
		margin-bottom: 20px;
	}
}

.home-slider-subtitle {
	font-family: 'Muli', sans-serif;
	font-size: 24px;
	line-height: 28px;
	color: #FFF;
	font-weight: 900;
	padding-bottom: 20px;
}

.home-slide-info {
	font-family: 'Didact Gothic', sans-serif;
	color: #fff;
	font-size: 15px;
	line-height: 17px;
	padding-bottom: 30px;
}

.home-slide-social ul {
	padding: 10px;
	margin: 0;
	list-style-type: none;
	border: 3px #fff solid;
	border-radius: 8px;
	width: 189px;
}

.home-slide-social ul li {
	display: inline-block;
	list-style-type: none;
	text-align: center;
	width: 38px;
}

.home-slide-social ul li a img {
	width: 22px;
	height: 22px;
	opacity: 1;
}

.home-slide-social ul li a img:hover {
	opacity: 0.7;
}

.home-slider-title-upcomingevents {
	position: absolute;
	margin-top: 158px;
	right: -160px;
	width: 370px;
	font-family: 'Muli', sans-serif;
	font-size: 42px;
	line-height: 42px;
	color: #FFF;
	font-weight: 900;
	-webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

@media (max-width: 991.98px) {
	.home-slider-title-upcomingevents {
		position: relative;
		margin-top: 0px;
		right: 0px;
		margin-bottom: 20px;
		width: 100%;
		font-family: 'Muli', sans-serif;
		font-size: 42px;
		line-height: 42px;
		color: #FFF;
		font-weight: 900;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
		text-align: center;
	}	
}

.home-slider-img-upcomingevents {
	border: #1d1d1d 5px solid;
	overflow: hidden;
	height: 370px;
	width: 100%;
	border-radius: 18px;
	background-position: 50% 50%;
	background-position-x: 50%;
	background-position-y: 50%;
	background-size: cover;
}

@media (max-width: 991.98px) {
	.home-slider-img-upcomingevents {
		height: 180px;
	}
}

.home-slider-img-upcomingevents a:hover {
	text-decoration: none;
}

.home-slider-img-upcomingevents a:hover .home-slider-overlay {
	opacity: 1;
	transition: ease all 700ms;
}

.home-slider-img-upcomingevents a:hover .home-slider-overlay span {
	opacity: 1;
	transition: ease all 700ms;
}

.home-slider-overlay {
	opacity: 0;
	width: 100%;
	height: 100%;
	line-height: 355px;
	text-align: center;
	transition: ease all 700ms;
}

@media (max-width: 991.98px) {
	.home-slider-overlay {
		line-height: 170px;
		opacity: 0.7;
	}	
	
	.home-slider-img-upcomingevents a .home-slider-overlay span, .home-slider-img-upcomingevents a:hover .home-slider-overlay span {
		opacity: 1;
	}
}

.home-slider-overlay span {
	position: absolute;
	width: calc(100% - 40px);
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
	opacity: 0;
	background-color: #FFF;
	padding: 30px;
	vertical-align: middle;
	text-align: center;
	font-family: 'Muli', sans-serif;
	font-size: 20px;
	line-height: 24px;
	color: #1d1d1d;
	font-weight: 700;
}

.truman-rotate {
	width: 100%;
	height: 100%;
    animation-name: spin;
    animation-duration: 7000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
	margin-left: -50px;
}

@media (max-width: 991.98px) {
	.truman-rotate {
		margin-left: 0px;
	}
}

@keyframes spin {
    0% {
        transform:rotate(0deg);
    }
	
	5% {
		transform:rotate(30deg);
	}
	
	45% {
		transform:rotate(450deg);
	}
	
	50% {
		transform:rotate(480deg);
	}
	
	55% {
		transform:rotate(450deg);
	}
	
	95% {
		transform:rotate(30deg);
	}
	
	100% {
		transform:rotate(0deg);
	}
}

.newsletterForm-title {
	font-weight: bold;
	font-size: 33px;
	font-family: 'Gilroy';
	line-height: 40px;
	margin-top: 45px;
	margin-bottom: 20px;
	letter-spacing: 1px;
	text-align: center;
	width: 100%;
	max-width: 480px;
}

.newsletterForm-blurb {
	font-family: 'Gilroy';
	font-size: 24px;
	line-height: 28px;
	font-weight: 500;
	text-align: center;
	width: 100%;
	max-width: 480px;
}

#mc-embedded-subscribe-form, #simple-brevo-form {
	margin-top: 30px;
	margin-bottom: 70px;
}

#mc-embedded-subscribe-form input, #simple-brevo-form input {
	width: 100%;
	max-width: 440px;
	font-family: 'Gilroy';
	font-size: 24px;
	line-height: 28px;
	font-weight: 500;
	background-color: #C6C6C6;
	border: none;
	text-align: center;
	color: #1D1D1B;
	padding-top: 8px;
	padding-bottom: 8px;
	cursor: text;
}

#mc-embedded-subscribe-form input[type=submit], #simple-brevo-form input[type=submit] {
	margin-top: 10px;
	background-color: #1D1D1B;
	color: #FFF;
	font-weight: bold;
	cursor: pointer;
	width: 100%;
	max-width: 440px;
}

#directory {
	margin-top: 120px;
	font-size: 15px;
	color: #1d1d1d;
	line-height: 17px;
	margin-bottom: 40px;
}

#directory a, #directory a:hover {
	color: #1d1d1d;
}

#spaces-page-title {
	padding-top: 45px;
	padding-left: 15px;
	padding-right: 15px;
}

#spaces-page-title .container-fluid {
	background-color: #1d1d1d;
	border: 3px #1d1d1d solid;
	color: #FFF;
	text-align: center;
	font-weight: 900;
	letter-spacing: 1px;
	font-size: 32px;
	line-height: 49px;
	border-radius: 6px;
	padding-top: 5px;
	padding-bottom: 8px;
}

#spaces-page-info {
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 25px;
	margin-bottom: 10px;
}

@media (max-width: 991.98px) {
	#spaces-page-info {
		margin-bottom: 0px;
	}
}

#spaces-page-info .container-fluid {
	background-color: #1d1d1d;
	border: 3px #1d1d1d solid;
	color: #FFF;
	text-align: left;
	font-weight: 900;
	letter-spacing: 1px;
	font-size: 18px;
	line-height: 28px;
	border-radius: 6px;
	padding: 25px;
	padding-bottom: 30px;
}

#spaces-page-info-2 {
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 25px;
	margin-bottom: 10px;
}

@media (max-width: 991.98px) {
	#spaces-page-info-2 {
		margin-bottom: 0px;
	}
}

#spaces-page-info-2 .container-fluid {
	color: #1d1d1d;
	text-align: left;
	font-weight: 500;
	letter-spacing: 0.5px;
	font-size: 18px;
	line-height: 21px;
	padding-bottom: 30px;
}

#spaces-page-menu {
	overflow-x: hidden;
}

#spaces-page-menu .container-fluid {
	overflow-x: hidden;
	padding-top: 10px;
	padding-bottom: 30px;
  	border-top: 1px solid #A3A3A3;
}


ul#spaces-categories-selection {
	margin: 0;
	margin-left: -13px;
	padding: 0;
	list-style-type: none;
	width: calc(100% + 26px);
	display: table;
	table-layout: fixed;
	border-collapse: separate;
  	border-spacing: 13px 0px;
	margin-top: 0px;
}

ul#spaces-categories-selection li {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	border: #1b1b1b solid 3px;
	background-color: #FFF;
	border-radius: 7px;
	font-family: 'Didact Gothic', sans-serif;
	font-size: 19px;
	line-height: 16px;
	font-weight: 900;
	padding-top: 8px;
	padding-bottom: 12px;
	letter-spacing: 0.5px;
	cursor: pointer;
	transition: ease all 200ms;
}

@media (max-width: 991.98px) {
	ul#spaces-categories-selection {
		margin-left: 0;
		width: 100%;
		display: block;
		margin-bottom: 10px;
	}

	ul#spaces-categories-selection li {
		display: inline-block;
		width: 48%;
		margin-top: 10px;
		transition: ease all 200ms;
	}
	
	ul#spaces-categories-selection li:nth-child(odd) {
		margin-right: 20px;
	}
}

@media (max-width: 635px) {
	ul#spaces-categories-selection li:nth-child(odd) {
		margin-right: 10px;
	}
}

@media (max-width: 482px) {
	ul#spaces-categories-selection li:nth-child(odd) {
		width: 100%;
		margin-right: 0px;
	}

	ul#spaces-categories-selection li:nth-child(even) {
		width: 100%;
	}

}

ul#spaces-categories-selection li:hover {
	border: #1b1b1b solid 3px;
	background-color: #1b1b1b;
	border-radius: 7px;
	color: #FFF;
	transition: ease all 200ms;
}

ul#spaces-categories-selection > li.active {
	border: #1b1b1b solid 3px;
	background-color: #1b1b1b;
	border-radius: 7px;
	color: #FFF;
	transition: ease all 200ms;
}

ul#spaces-categories-selection-b {
	margin: 0;
	margin-left: -5px;
	padding: 0;
	list-style-type: none;
	width: calc(100% + 10px);
	display: flex;
	flex-wrap: wrap;	
	border-collapse: separate;
  	border-spacing: 13px 0px;
	margin-top: 10px;
}

ul#spaces-categories-selection-b li {
	flex: 1 0 21%;
	text-align: center;
	vertical-align: middle;
	border: #1b1b1b solid 3px;
	background-color: #FFF;
	border-radius: 7px;
	font-family: 'Didact Gothic', sans-serif;
	font-size: 19px;
	line-height: 16px;
	font-weight: 900;
	padding-top: 8px;
	padding-bottom: 12px;
	letter-spacing: 0.5px;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px;
	cursor: pointer;
	transition: ease all 200ms;
}

@media (max-width: 991.98px) {
	ul#spaces-categories-selection-b {
		margin-top: 10px;
		display: block;
		margin-bottom: 10px;
	}

	ul#spaces-categories-selection-b li {
		display: inline-block;
		flex: 0 0 auto;
		width: 47%;
		margin-top: 10px;
		transition: ease all 200ms;
	}
	
	ul#spaces-categories-selection-b li:nth-child(odd) {
		margin-right: 20px;
	}
}

@media (max-width: 635px) {
	ul#spaces-categories-selection-b li:nth-child(odd) {
		margin-right: 10px;
	}
}

@media (max-width: 482px) {
	ul#spaces-categories-selection-b li:nth-child(odd) {
		width: calc(100% - 10px);
		margin-right: 10px;
	}

	ul#spaces-categories-selection-b li:nth-child(even) {
		width: calc(100% - 10px);
		margin-right: 10px;
	}

}

ul#spaces-categories-selection-b li:hover {
	border: #1b1b1b solid 3px;
	background-color: #1b1b1b;
	border-radius: 7px;
	color: #FFF;
	transition: ease all 200ms;
}

ul#spaces-categories-selection-b > li.active {
	border: #1b1b1b solid 3px;
	background-color: #1b1b1b;
	border-radius: 7px;
	color: #FFF;
	transition: ease all 200ms;
}

ul#spaces-categories-selection-c {
	margin: 0;
	margin-left: -5px;
	padding: 0;
	padding-bottom: 10px;
	list-style-type: none;
	width: calc(100% + 10px);
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	border-collapse: separate;
  	border-spacing: 13px 0px;
	margin-top: 10px;
}

ul#spaces-categories-selection-c li {
	flex: 1 0 18%;
	vertical-align: middle;
	align-items: center;
	justify-content: center;
	text-align: center;
	vertical-align: middle;
	border: #1b1b1b solid 3px;
	background-color: #1b1b1b;
	color: #FFF;
	border-radius: 7px;
	font-family: 'Didact Gothic', sans-serif;
	font-size: 15px;
	line-height: 16px;
	font-weight: 900;
	padding-top: 8px;
	padding-bottom: 12px;
	letter-spacing: 0.5px;
	margin: 2px;
	cursor: pointer;
	transition: ease all 200ms;
}

ul#spaces-categories-selection-c li a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	text-align: center;
	color: #FFF;
}

ul#spaces-categories-selection-c li.selected, ul#spaces-categories-selection-c li.active {
	border: #1b1b1b solid 3px;
	background-color: #FFF;
	color: #1b1b1b;
}

ul#spaces-categories-selection-c li.selected a, ul#spaces-categories-selection-c li.active a {
	color: #1b1b1b;
}


ul#spaces-categories-selection-c li a:hover, ul#spaces-categories-selection-c li a:active {
	text-decoration: none;
}

ul#spaces-categories-selection-c li:hover, ul#spaces-categories-selection-c li:active {
	text-decoration: none;
	background-color: #FFF;
	color: #1b1b1b;
}

ul#spaces-categories-selection-c li:hover > a, ul#spaces-categories-selection-c li:active > a {
	color: #1b1b1b;
}


@media (max-width: 991.98px) {
	ul#spaces-categories-selection-c {
		margin-top: 20px;
		display: block;
		margin-bottom: 10px;
	}

	ul#spaces-categories-selection-c li {
		display: inline-block;
		flex: 0 0 auto;
		width: 47%;
		margin-top: 0px;
		margin-bottom: 5px;
		transition: ease all 200ms;
	}
	
	ul#spaces-categories-selection-c li:nth-child(odd) {
		margin-right: 20px;
	}
}

@media (max-width: 767px) {
	ul#spaces-categories-selection-c li {
		font-size: 17px;
	}
}


@media (max-width: 635px) {
	ul#spaces-categories-selection-c li:nth-child(odd) {
		margin-right: 10px;
	}
}

@media (max-width: 482px) {
	ul#spaces-categories-selection-c li:nth-child(odd) {
		width: calc(100% - 10px);
		margin-right: 10px;
	}

	ul#spaces-categories-selection-c li:nth-child(even) {
		width: calc(100% - 10px);
		margin-right: 10px;
	}

}

ul#spaces-categories-selection-c li:hover {
	border-radius: 7px;
	color: #000;
	opacity: 0.95;
	transition: ease all 200ms;
}

ul#spaces-categories-selection-c > li.active {
	border-radius: 7px;
	color: #000;
	opacity: 1;
	transition: ease all 200ms;
}

#spaces-listing-full-list ul#spaces-categories-selection-c {
	margin-top: 30px;
	margin-bottom: 30px;
}

#spaces-listing-full-list ul#spaces-categories-selection-c li {
	border: #FFF solid 2px;
}

.spaces-subcategories-container {
	display: none;
	border: #1b1b1b solid 3px;
	border-radius: 7px;
	padding-bottom: 25px;
	margin-top: 15px;
}

ul.spaces-subcategories-selection {
	margin: 0;
	padding: 0;
	-webkit-column-count: 7;
	-moz-column-count: 7;
	column-count: 7;
	flex-direction: column;
	flex-wrap: wrap;
	width: 100%;
	table-layout: fixed;
	padding-top: 25px;
	padding-left: 30px;
	padding-right: 30px;
	list-style-type: none;
}

ul.spaces-subcategories-selection li {
	display:flex; 
	flex-direction: row;
  	place-items: center;
	text-align: center;
	font-size: 13px;
	line-height: 15px;
}

.subcategory-icon {
	padding-right: 15px;
	padding-bottom: 5px;
}

.subcategory-icon img {
	width: 35px;
}

@media (max-width: 991.98px) {
	.spaces-subcategories-container {
		display: none;
	}

	ul.spaces-subcategories-selection {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}
}

@media (max-width: 767px) {
	ul.spaces-subcategories-selection {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}
}


.reset-filter, .whatson-reset-filter {
	font-size: 13px;
	line-height: 15px;
	cursor: pointer;
	border: #1b1b1b solid 3px;
	background-color: #FFF;
	text-align: center;
	margin-top: 15px;
	padding-top: 6px;
	padding-bottom: 7px;
	border-radius: 7px;
	transition: ease all 200ms;
}

.reset-filter:hover, .whatson-reset-filter:hover {
	color: #FFF;
	background-color: #1b1b1b;
	transition: ease all 200ms;
}

.search {
	width: 100%;
	position: relative;
}

.searchTerm, .whatson-searchTerm {
	margin-top: 15px;
	float: left;
	width: 100%;
	border: 3px solid #1b1b1b;
	padding: 5px;
	padding-left: 40px;
	height: 34px;
	border-radius: 7px;
	outline: none;
	color: #272727;
	font-size: 13px;
	font-family: 'Muli', sans-serif;
}

.searchTerm:focus, .whatson-searchTerm:focus {
	color: #1b1b1b;
}

.searchButton {
	position: absolute;  
	margin-top: 15px;
	left: 3px;
	top: 3px;
	width: 39px;
	height: 26px;
	border: none;
	background: #FFF;
	text-align: center;
	color: #1b1b1b;
	border-radius: 7px;
	cursor: pointer;
	font-size: 16px;
}

.spaces-enquire, a.spaces-enquire {
	border: #1b1b1b solid 3px;
	border-radius: 7px;
	background-color: #1b1b1b;
	color: #fff;
	margin-top: 15px;
	text-align: center;
	cursor: pointer;
	font-size: 17px;
	line-height: 20px;
	padding-top: 3px;
	padding-bottom: 5px;
	font-weight: 900;
	transition: ease all 200ms;
}

.spaces-enquire:hover, a.spaces-enquire:hover, a:hover.spaces-enquire {
	border: #474747 solid 3px;
	background-color: #474747;
	text-decoration: none !important;
}

#spaces-page-spaces {
	margin-top: 10px;
	margin-bottom: 15px;
	font-family: 'Didact Gothic', sans-serif;
	color: #1b1b1b;
	font-size: 15px;
	line-height: 17px;
	font-weight: 900;
	letter-spacing: 0.5px;
}

.spaces-item {
	transition: ease all 200ms;
}

.spaces-categories, .spaces-keywords {
	display: none;
}

.spaces-info {
	padding-top: 5px;
	padding-bottom: 10px;
	margin-top: 8px;
	margin-bottom: 30px;
	margin-left: -15px;
	margin-right: -15px;
}

.spaces-info .col-4 {
	min-height: 51px !important;
}

.spaces-info-2 {
	border: 1px solid #A0A0A0;
	border-top: none;
	padding-top: 15px;
	padding-bottom: 10px;
	margin-bottom: 30px;
	margin-left: 0px;
	margin-right: 0px;
	cursor: default;
}

.spaces-info-2 .col-4 {
	min-height: 51px !important;
}

.spaces-info-2 a:hover {
	text-decoration: none;
}

.spaces-img {
	width: 100%;
	height: 370px;
	background-color: #666;
	overflow: hidden;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.spaces-img ul {
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	display:flex;
  	flex-direction: row-reverse;
	width: calc(100% - 30px);
	height: 100%;
	left: 15px;
	top: 0px;
	overflow: hidden;
}
.spaces-img li {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	overflow: hidden;
}

.spaces-img li:nth-child(n+5) {
	display: none;
}

a:hover > .spaces-img li:nth-child(1) {
}
a:hover > .spaces-img li:nth-child(2) {
	animation: xfade 16s 8s infinite;
}
a:hover > .spaces-img li:nth-child(3) {
	animation: xfade 16s 4s infinite;
}
a:hover > .spaces-img li:nth-child(4) {
    animation: xfade 16s 0s infinite; 
}

@keyframes xfade{
  0%{
    opacity: 1;
  }
  25%{
    opacity: 0;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.spaces-venue-guide-button {
	width: 100%;
	text-align: center;
	font-family: 'Didact Gothic', sans-serif;
	font-weight: 900;
	background-color: #1b1b1b;
	color: #FFF;
	font-size: 17px;
	line-height: 19px;
	padding-top: 4px;
	padding-bottom: 7px;
	margin-top: 12px;
	margin-bottom: 2px;
	border-radius: 5px;
}

#whatson-page-title {
	padding-top: 45px;
	padding-left: 15px;
	padding-right: 15px;
}

#whatson-page-title .container-fluid {
	background-color: #1d1d1d;
	border: 3px #1d1d1d solid;
	color: #FFF;
	text-align: center;
	font-weight: 900;
	letter-spacing: 1px;
	font-size: 32px;
	line-height: 49px;
	border-radius: 6px;
	padding-top: 3px;
	padding-bottom: 6px;
}

#whatson-page-menu {
	margin-top: 0px;
}

.whatson-categories-container {
	display: block;
	border: #1b1b1b solid 3px;
	border-radius: 7px;
	padding-bottom: 10px;
}

ul.whatson-categories-selection {
	margin: 0;
	padding: 0;
	-webkit-column-count: 7;
	-moz-column-count: 7;
	column-count: 7;
	list-style-type: none;
	width: 100%;
	table-layout: fixed;
	padding-top: 25px;
	padding-left: 30px;
	padding-right: 30px;
}

ul.whatson-categories-selection li {
	text-align: left;
	font-size: 13px;
	line-height: 15px;
	margin-bottom: 20px;
}

@media (max-width: 991.98px) {
	.whatson-categories-container {
		display: none;
	}
}

.whatson-date-selection {
	border: #1b1b1b solid 3px;
	border-radius: 7px;
	display: block;
	width: 100%;
	margin-top: 15px;
}

.whatson-date-selection ul {
	margin: 0;
	display: table;
	width: 100%;
	table-layout: fixed;
	padding-left: 10px;
	padding-top: 7px;
	padding-bottom: 5px;
	padding-right: 5px;
}

.whatson-date-selection ul li {
	list-style-type: none;
	display: table-cell;
	text-align: left;
	font-size: 12px;
	line-height: 17px;
}

@media (max-width: 991.98px) {
	.whatson-date-selection ul li {
		font-size: 15px;
		line-height: 17px;
	}
}

.whatson-listings-date {
	margin-top: 0px;
	font-size: 19px;
	line-height: 19px;
	font-weight: 900;
	margin-bottom: 12px;
}

@media (max-width: 767.98px) {
	.whatson-listings-date {
		display: none;
		width: 100%;
		margin-top: 0px;
		font-size: 13px;
		line-height: 13px;
		font-weight: 900;
		color: #FFF;
		background-color: #686868;
		margin-bottom: 12px;
		text-align: center;
		padding-top: 5px;
		padding-bottom: 7px;
	}
}

.listings-grid {
	margin-top: 40px;
}

@media (max-width: 991.98px) {
	.listings-grid {
		margin-top: 20px;
	}
}

.listings-item {
	}

.listing {
	padding-bottom: 30px;
	margin-top: 20px;
	border-bottom: 1px solid #1b1b1b;
}

@media (max-width: 991.98px) {
	.listing {
		padding-bottom: 30px;
	}
}

@media (max-width: 767.98px) {
	.listing {
		padding-bottom: 15px;
	}
}

.listing:last-child {
	padding-bottom: 20px;
	margin-top: 20px;
	border-bottom: none;
	margin-bottom: 40px;
}

.hidden-listing {
	display: none;
	visibility: hidden;
	width: 0px!important;
	height: 0px!important;
	margin: 0px!important;
	padding: 0px!important;
}

.whatson-listings-img {
	width: 100%;
	padding-top: 100%;
	background-color: #1b1b1b;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.whatson-listings-info {
	position: relative;
	padding: 0px;
	height: 100%;
}

@media (max-width: 991.98px) {
	.whatson-listings-info {
		margin-top: 10px;
	}
}

@media (max-width: 767.98px) {
	.whatson-listings-info {
		padding: 5px;
		padding-left: 10px;
		padding-right: 10px;
		border-radius: 3px;
	}
}

.whatson-listings-title {
	font-size: 21px;
	line-height: 27px;
	font-weight: 900;
	margin-bottom: 12px;
}

.whatson-listings-title a {
	font-size: 21px;
	line-height: 27px;
	font-weight: 900;
	margin-bottom: 12px;
	color: #1b1b1b;
}

.whatson-listings-title a:hover, .whatson-listings-title a:active {
	text-decoration: none;
}

@media (max-width: 767.98px) {
	.whatson-listings-title, .whatson-listings-title a {
		font-size: 16px;
		line-height: 21px;
		margin-bottom: 5px;
	}
}

.whatson-listings-times {
	width: 100%;
	font-size: 16px;
	line-height: 19px;
	font-weight: 700;
	margin-bottom: 17px;
}

@media (max-width: 767.98px) {
	.whatson-listings-times {
		width: 100%;
		font-size: 13px;
		line-height: 13px;
		font-weight: 700;
		margin-bottom: 10px;
	}
}

.whatson-listings-blurb {
	font-size: 16px;
	line-height: 19px;
	width: 75%;
	margin-bottom: 80px;
}

@media (max-width: 991.98px) {
	.whatson-listings-blurb {
		width: 100%;
		margin-bottom: 100px;
	}
}

@media (max-width: 767.98px) {
	.whatson-listings-blurb {
		display: none;
	}
}

.whatson-listings-social {
	display: block;
}

@media (max-width: 767.98px) {
	.whatson-listings-social {
		display: none;
	}
}

.whatson-listings-social ul {
	display: block;
	position: absolute;
	bottom: 0px;
	left: 0px;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.whatson-listings-social ul li {
	display: inline-block;
	margin-right: 22px;
}

.whatson-listings-social ul li img {
	width: 22px;
	height: 22px;
}

.whatson-listings-view-more {
	display: block;
	position: absolute;
	bottom: 0px;
	right: 0px;
	text-align: center;
}

@media (max-width: 767.98px) {
	.whatson-listings-view-more {
		display: none;
	}
}

.view-more-btn {
	background-color: #1d1d1d;
	color: #FFF;
	font-size: 19px;
	font-weight: 900;
	padding-top: 7px;
	padding-bottom: 7px;
	margin-top: 3px;
	width: 190px;
	border-radius: 7px;
}

.whatson-listings-view-more a:hover {
	text-decoration: none;
}

#load-more-listings {
	font-size: 16px;
	color: #FFF;
	background-color: #1d1d1d;
	width: 40%;
	font-weight: 900;
	padding-top: 6px;
	padding-bottom: 7px;
	border-radius: 7px;
	cursor: pointer;
	margin-top: 20px;
	margin-bottom: 60px;
}

@media (max-width: 767.98px) {
	#load-more-listings {
		width: 100%;
	}
}

#whatson-listing-page-title {
	padding-top: 45px;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 30px;
}

#whatson-listing-page-title .container-fluid {
	background-color: #FFF;
	border: 3px #000 solid;
	color: #1d1d1d;
	text-align: center;
	font-weight: 900;
	letter-spacing: 1px;
	font-size: 32px;
	line-height: 49px;
	border-radius: 6px;
	padding-top: 3px;
	padding-bottom: 6px;
}

#whatson-listing-page-title-2 .container-fluid {
	background-color: #1d1d1d;
	border: 3px #1d1d1d solid;
	color: #FFF;
	text-align: center;
	font-weight: 900;
	letter-spacing: 1px;
	font-size: 32px;
	line-height: 32px;
	border-radius: 6px;
	padding-top: 12px;
	padding-bottom: 15px;
}

#whatson-listing-page-title-2 {
	padding-top: 45px;
	font-size: 32px;
	line-height: 32px;
	font-weight: 900;
	letter-spacing: 2px;
	margin-bottom: 30px;
	padding-left: 15px;
	padding-right: 15px;
}

@media (max-width: 767.98px) {
	#whatson-listing-page-title-2 {
		font-size: 32px;
		line-height: 32px;
	}
}

#whatson-listing-page-title-2 a, #whatson-listing-page-title-2 a:active, #whatson-listing-page-title-2 a:hover {
	color: #FFF;
	text-decoration: none;
}

@media (max-width: 767.98px) {
	#whatson-listing-page-title-2 .col-align-left {
		font-size: 25px;
		line-height: 25px;
		padding-bottom: 5px;
	}
}

.neighbourhood-article-page-img {
	padding-top: 25px;
	width: 100%;	
	text-align: left;
	padding-bottom: 45px;
}

@media (max-width: 991.98px) {
	.neighbourhood-article-page-img {
		padding-bottom: 0px;
	}	
}

@media (max-width: 767.98px) {
	.neighbourhood-article-page-img {
		
	}	
}

#neighbourhood-circle {
	position: absolute;
	bottom: -100px;
	left: -30px;
	z-index: 5;
	width: 150px;
	height: 150px;
	-webkit-animation:spin 9 linear infinite;
    	-moz-animation:spin 9s linear infinite;
    	animation:spin 9s linear infinite;
}

#neighbourhood-circle img {
	width: 100%:
	height: 100%;
}

@-moz-keyframes spin { 
100% { -moz-transform: rotate(360deg); } 
}
@-webkit-keyframes spin { 
100% { -webkit-transform: rotate(360deg); } 
}
@keyframes spin { 
100% { 
-webkit-transform: rotate(360deg); 
transform:rotate(360deg); 
} 
}

#neighbourhood-sidetitle {
	position: absolute;
	width: 320px;
	z-index: 3;
	right: -160px;
	bottom: -230px;
	font-family: 'Courier new',courier,monospace;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 28px;
	line-height: 32px;
	rotate: 90deg;
}

#whatson-listing-page-content {
	margin-bottom: 30px;
}

.whatson-listing-page-title {
	font-weight: 900;
	font-size: 27px;
	line-height: 32px;
	text-transform: uppercase;
	margin-top: 20px;
	margin-bottom: 25px;
}

.whatson-listing-page-dates {
	font-size: 22px;
	line-height: 27px;
	font-weight: 900;
	margin-bottom: 15px;
}

.whatson-listing-page-description {
	font-size: 21px;
	line-height: 27px;
	margin-bottom: 20px;
}

@media (max-width: 991.98px) {
	.whatson-listing-page-title {
		margin-top: 40px;
		margin-bottom: 25px;
	}

	.whatson-listing-page-dates, .whatson-listing-page-description {
		font-size: 17px;
		line-height: 20px;
	}
}

.whatson-listing-page-description a .view-more-btn {
	margin-top: 35px;
}

.whatson-listing-page-info {
	margin-top: 20px;
	padding-left: 30px;
	border-left: 1px solid #1b1b1b;
	padding-right: 0px;
	font-size: 17px;
	line-height: 20px;
	padding-bottom: 10px;
}

@media (max-width: 991.98px) {
	.whatson-listing-page-info {
		padding-left: 0px;
		border-left: none;
	}
}

.whatson-listing-page-info-field {
	margin-bottom: 20px;
}

.whatson-listing-page-info-field a {
	color: #1d1d1d;
}

.whatson-listing-page-info-subtitle {
	font-size: 20px;
	font-weight: 700;
}

.whatson-listing-page-info-btn {
	position: relative;
	width: 100%;
	text-align: center;
}

@media (max-width: 991.98px) {
	.whatson-listing-page-info-btn {
		margin-bottom: 15px;
	}
}

.whatson-listing-page-info-btn .view-more-btn-b {
	font-size: 19px;
	font-weight: 900;
	padding-top: 10px;
	padding-bottom: 10px;
}

.whatson-listing-page-info-btn a:hover {
	text-decoration: none;
}

.whatson-listing-page-social {
	margin-top: 40px;
}

.whatson-listing-page-social ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.whatson-listing-page-social ul li {
	display: inline-block;
	margin-right: 22px;
}

.whatson-listing-page-social ul li img {
	width: 30px;
	height: 30px;
}

#whatson-slider {
	font-family: 'Didact Gothic', sans-serif;
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: #1d1d1d;
	color: #fff;
	font-size: 15px;
	line-height: 17px;
}

#whatson-slider > .carousel-inner > .carousel-item {
	min-height: 370px;
}

#whatson-slider .col-lg-3 {
	padding-left: 5px;
	padding-right: 5px;
}

.whatson-slider-title-upcomingevents {
	position: absolute;
	margin-top: 140px;
	right: -160px;
	width: 370px;
	font-family: 'Muli', sans-serif;
	font-size: 42px;
	line-height: 42px;
	color: #FFF;
	font-weight: 900;
	-webkit-transform: rotate(-90deg);
    	-moz-transform: rotate(-90deg);
    	-ms-transform: rotate(-90deg);
    	-o-transform: rotate(-90deg);
    	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

@media (max-width: 991.98px) {
	.whatson-slider-title-upcomingevents {
		position: relative;
		margin-top: 0px;
		right: 0px;
		margin-bottom: 20px;
		width: 100%;
		font-family: 'Muli', sans-serif;
		font-size: 32px;
		line-height: 32px;
		color: #FFF;
		font-weight: 900;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
		text-align: center;
	}	
}

.whatson-slider-img-upcomingevents {
	border: #1d1d1d 5px solid;
	overflow: hidden;
	padding-top: 100%;
	width: 100%;
	border-radius: 18px;
	background-size: cover;
}

@media (max-width: 991.98px) {
	.whatson-slider-img-upcomingevents {
		padding-top: 180px;
	}
}

a .whatson-slider-img-upcomingevents:hover {
	text-decoration: none;
}

a .whatson-slider-img-upcomingevents:hover .whatson-slider-overlay {
	opacity: 1;
	transition: ease all 700ms;
}

a .whatson-slider-img-upcomingevents:hover .whatson-slider-overlay span {
	opacity: 1;
	transition: ease all 700ms;
}

.whatson-slider-overlay {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 1;
	width: 100%;
	height: 100%;
	text-align: center;
	transition: ease all 700ms;
}

@media (max-width: 991.98px) {
	.whatson-slider-overlay {
		opacity: 0.9;
	}	
	
	.whatson-slider-img-upcomingevents a .whatson-slider-overlay span, .whatson-slider-img-upcomingevents a:hover .whatson-slider-overlay span {
		opacity: 1;
	}
}

.whatson-slider-overlay span {
	position: absolute;
	width: calc(100% - 20px);
	left: 10px;
	top: 50%;
	transform: translateY(-50%);
	opacity: 0.8;
	background-color: #FFF;
	padding-top: 30px;
	padding-bottom: 30px;
	vertical-align: middle;
	text-align: center;
	font-family: 'Muli', sans-serif;
	font-size: 20px;
	line-height: 24px;
	color: #1d1d1d;
	font-weight: 700;
}

@media (max-width: 991.98px) {
	.whatson-slider-overlay span {
		width: calc(100% - 40px);
		left: 20px;
		opacity: 1;
	}
}

#whatson-visitor-information {
	margin-top: 40px;
	margin-bottom: 40px;
}

.whatson-visitor-information-title {
	font-weight: 900;
	font-size: 32px;
	line-height: 37px;
	margin-bottom: 40px;
}

.whatson-visitor-information-subtitle {
	font-weight: 900;
	font-size: 21px;
	line-height: 24px;
}

.whatson-visitor-information-field {
	font-size: 17px;
	line-height: 21px;
	margin-bottom: 20px;
}

.whatson-visitor-information-field a {
	color: #1d1d1d;
}

#google-map {
	width: 100%;
	height: 600px;
	background-color: #1d1d1d;
	border: 3px solid #FFF;
	border-radius: 7px;
	margin-bottom: 40px;
}

@media (max-width: 767.98px) {
	#google-map {
		height: 400px;
	}
}

#neighbourhood-page-title {
	padding-top: 45px;
	padding-left: 15px;
	padding-right: 15px;
}

#neighbourhood-page-title .container-fluid {
	background-color: #FFF;
	border: 3px #1d1d1d solid;
	color: #1d1d1d;
	text-align: center;
	font-weight: 900;
	letter-spacing: 1px;
	font-size: 32px;
	line-height: 49px;
	border-radius: 6px;
	padding-top: 3px;
	padding-bottom: 6px;
}

#neighbourhood-page-title-2 {
	padding-top: 45px;
	padding-left: 15px;
	padding-right: 15px;
}

#neighbourhood-page-title-2 .container-fluid {
	background-color: #1d1d1d;
	border: 3px #FFF solid;
	color: #FFF;
	text-align: center;
	font-weight: 900;
	letter-spacing: 1px;
	font-size: 32px;
	line-height: 49px;
	border-radius: 6px;
	padding-top: 3px;
	padding-bottom: 6px;
}


ul.neighbourhood-categories-selection {
	margin: 0;
	margin-left: -7px;
	padding: 0;
	list-style-type: none;
	width: calc(100% + 14px);
	display: table;
	table-layout: fixed;
	border-collapse: separate;
  	border-spacing: 7px;
	margin-bottom: -7px;
}

ul.neighbourhood-categories-selection li {
	display: table-cell;
	text-align: center;
	border: #1b1b1b solid 3px;
	background-color: #FFF;
	border-radius: 7px;
	font-family: 'Didact Gothic', sans-serif;
	font-size: 16px;
	line-height: 13px;
	font-weight: 900;
	padding-top: 8px;
	padding-bottom: 10px;
	letter-spacing: 0.5px;
	cursor: pointer;
	transition: ease all 200ms;
}

@media (max-width: 991.98px) {
	ul.neighbourhood-categories-selection {
		margin-left: 0;
		width: 100%;
		display: block;
		margin-bottom: 0px;
	}

	ul.neighbourhood-categories-selection li {
		display: inline-block;
		width: 100%;
		margin-top: 10px;
		transition: ease all 200ms;
	}
	
	ul.neighbourhood-categories-selection li:nth-child(odd) {
		margin-right: 20px;
	}
}

@media (max-width: 635px) {
	ul.neighbourhood-categories-selection li:nth-child(odd) {
		margin-right: 10px;
	}
}

@media (max-width: 384px) {
	ul.neighbourhood-categories-selection li:nth-child(odd) {
		margin-right: 5px;
	}
}

ul.neighbourhood-categories-selection li:hover {
	border: #1b1b1b solid 3px;
	background-color: #1b1b1b;
	border-radius: 7px;
	color: #FFF;
	transition: ease all 200ms;
}

ul.neighbourhood-categories-selection > li.active {
	border: #1b1b1b solid 3px;
	background-color: #1b1b1b;
	border-radius: 7px;
	color: #FFF;
	transition: ease all 200ms;
}

#neighbourhood-page-articles {
	margin-top: 0px;
	color: #FFF;
}

.neighbourhood-article-item-img {
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	padding-top: 125%;
	background-position: center;
	overflow: hidden;
}

.neighbourhood-article-item-info {
	margin-top: 15px;
	margin-bottom: 40px;
	margin-left: 0px;
	margin-right: 0px;
	height: auto;
	color: #FFF;
}

@media (max-width: 635px) {
	.neighbourhood-article-item-info {
		margin-top: 10px;
	}
}

.neighbourhood-article-item-categories {
	display: block;
	width: 100%;
	font-size: 15px;
	line-height: 17px;
	margin-bottom: 2px;
}

.neighbourhood-article-item-title {
	display: block;
	width: 100%;
	font-family: 'Arial black',helvetica,sans-serif;
	font-size: 22px;
	line-height: 28px;
	font-weight: 900;
	font-style: italic;
	margin-top: 20px;
	color: #FFF;
	text-transform: uppercase;
}

.neighbourhood-article-item-title a, .neighbourhood-article-item-title a:hover {
	color: #FFF;
	text-decoration: none;
}

.neighbourhood-article-item-excerpt {
	display: block;
	width: 100%;
	font-family: 'Courier new',courier,monospace;
	font-size: 16px;
	line-height: 20px;
	margin-top: 30px;
	margin-bottom: 50px;
	color: #FFF;
}

.neighbourhood-article-item-readmore a {
	color: #FFF;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 14px;
	font-weight: 700;
	border: 2px solid #FFF;
	padding: 10px;
	border-radius: 20px;
	padding-top: 12px;
	padding-bottom: 12px;
}

.neighbourhood-article-item-readmore a:hover {
	background-color: #FFF;
	color: #1d1d1d;
	text-decoration: none;
}

.neighbourhood-article-item-readmore2 a {
	display: block;
	color: #FFF;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 14px;
	font-weight: 700;
	border: 2px solid #FFF;
	padding: 10px;
	border-radius: 20px;
	padding-top: 12px;
	padding-bottom: 12px;
	width: 100%;
	text-align: center;
}

.neighbourhood-article-item-readmore2 a:hover {
	background-color: #FFF;
	color: #1d1d1d;
	text-decoration: none;
}

.neighbourhood-article-item-img-overlay {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #333332;
	opacity: 0;
	padding: 15px;
	z-index: 2;
	transition: opacity 0.2s linear;
}

.neighbourhood-article-item-img-overlay-date {
	font-size: 15px;
	line-height: 28px;
	font-weight: 700;
	font-style: italic;
}

.neighbourhood-article-item-img-overlay-title {
	font-family: 'Arial black',helvetica,sans-serif;
	font-size: 22px;
	line-height: 28px;
	font-weight: 900;
	font-style: italic;
	text-transform: uppercase;
}

.neighbourhood-article-item-img-overlay-date:hover, .neighbourhood-article-item-img-overlay-title:hover {
	text-decoration: none;
}

a .neighbourhood-article-item-img:hover > .neighbourhood-article-item-img-overlay {
	opacity: 0.9;
	transition: opacity 0.2s linear;
}

.neighbourhood-featured {
	/*border-bottom: 3px solid #FFF;*/
	margin-bottom: 30px;
}

.neighbourhood-featured-article-item-info {
	margin-left: 0px;
	margin-right: 0px;
	height: 100%;	
	color: #FFF;
	padding-bottom: 40px;
}

.neighbourhood-featured-article-item-img {
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	padding-top: 66.7%;
	min-height: 100%;
}

.neighbourhood-featured-article-item-info > .neighbourhood-article-item-categories {
	margin-bottom: 30px;
}

#neighbourhood-article-page-content {
	margin-bottom: 0px;
}

.whatson-listing-page-img {
	margin-top: 20px;
}

@media (max-width: 991.98px) {
	.whatson-listing-page-img {
		margin-top: 0px;
	}	
}

.neighbourhood-article-page-title {
	font-family: 'Arial black',helvetica,sans-serif;
	color: #FFF;
	margin-top: 20px;
	font-size: 22px;
	line-height: 28px;
	font-weight: 900;
	text-transform: uppercase;
	font-style: italic;
	text-align: left;
}

.neighbourhood-article-page-subtitle {
	color: #FFF;
	font-size: 15px;
	line-height: 28px;
	font-weight: 700;
	font-style: italic;
	text-align: left;
}

.neighbourhood-article-page-info {
	color: #FFF;
	font-family: 'Courier new',courier,monospace;
	margin-top: 30px;
	font-size: 16px;
	line-height: 20px;
	text-align: left;
}

.neighbourhood-article-page-writer {
	color: #FFF;
	margin-top: 80px;
	border: 3px #1b1b1b solid;
	border-radius: 7px;
	padding-top: 30px;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 30px;
	font-size: 16px;
	line-height: 18px;
	font-weight: 700;
}

.staff-writer-social ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
}

.staff-writer-social ul li {
	display: inline-block;
	margin-right: 25px;
}

.staff-writer-social ul li img {
	width: 25px;
	height: 25px;
}

.staff-writer-img img {
	width: 100%;
	max-width: 350px;
	margin-top: 10px;
	margin-bottom: 20px;
}

.staff-writer {
	color: #545454;
}

#recommended-slider {
	font-family: 'Didact Gothic', sans-serif;
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: #1d1d1d;
	color: #fff;
	font-size: 15px;
	line-height: 17px;
}

#recommended-slider > .carousel-inner > .carousel-item {
	min-height: 370px;
}

.recommended-slider-title-upcomingevents {
	position: absolute;
	margin-top: 158px;
	right: -160px;
	width: 370px;
	font-family: 'Muli', sans-serif;
	font-size: 42px;
	line-height: 42px;
	color: #FFF;
	font-weight: 900;
	letter-spacing: 1.3px;
	-webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

@media (max-width: 991.98px) {
	.recommended-slider-title-upcomingevents {
		position: relative;
		margin-top: 0px;
		right: 0px;
		margin-bottom: 20px;
		width: 100%;
		font-family: 'Muli', sans-serif;
		font-size: 42px;
		line-height: 42px;
		color: #FFF;
		font-weight: 900;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
		text-align: center;
		letter-spacing: 0;
	}	
}

.recommended-slider-img-upcomingevents {
	border: #1d1d1d 5px solid;
	overflow: hidden;
	height: 370px;
	width: 100%;
	border-radius: 5px;
	background-position: 50% 50%;
	background-position-x: 50%;
	background-position-y: 50%;
	background-size: cover;
}

@media (max-width: 991.98px) {
	.recommended-slider-img-upcomingevents {
		height: 180px;
	}
}

.recommended-slider-img-upcomingevents a:hover {
	text-decoration: none;
}

.recommended-slider-img-upcomingevents a:hover .recommended-slider-overlay {
	background-color: rgb(0,0,0,0.2);
	transition: ease all 700ms;
}

.recommended-slider-overlay {
	background-color: rgb(0,0,0,0.3);
	width: 100%;
	height: 100%;
	line-height: 355px;
	text-align: center;
	transition: ease all 700ms;
}

@media (max-width: 991.98px) {
	.recommended-slider-overlay {
		line-height: 170px;
	}	
}

.recommended-slider-overlay span {
	vertical-align: middle;
	text-align: center;
	font-family: 'Muli', sans-serif;
	font-size: 20px;
	line-height: 24px;
	color: #FFF;
	font-weight: 700;
}

#specialprojects-page-title {
	padding-top: 45px;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 25px;
}

#specialprojects-page-title .container-fluid {
	background-color: #FFF;
	border: 3px #FFF solid;
	color: #1d1d1d;
	text-align: center;
	font-weight: 900;
	letter-spacing: 1px;
	font-size: 32px;
	line-height: 49px;
	border-radius: 6px;
	padding-top: 3px;
	padding-bottom: 6px;
}

#specialprojects-page-content {
	margin-bottom: 30px;
}

.specialprojects-page-item {
	margin-bottom: 50px;
}

.specialprojects-page-item a {
	text-decoration: none;
}

.specialprojects-page-info {
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 40px;
	cursor: default;
}

.specialprojects-page-img {
	width: 100%;
	height: 400px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

@media (max-width: 991.98px) {
	.specialprojects-page-img {
		height: 400px;
		margin-bottom: 30px;
	}	
}

.specialprojects-page-subtitle {
	font-size: 15px;
	line-height: 17px;
	margin-bottom: 35px;
	letter-spacing: 0.1px;
}

.specialprojects-page-title {
	font-weight: 900;
	font-size: 29px;
	line-height: 25px;
	margin-bottom: 30px;
	cursor: pointer;
}

.specialprojects-page-blurb {
	font-size: 17px;
	line-height: 19px;
	padding-bottom: 35px;
}

.specialprojects-page-btn {
	position: absolute;
	bottom: 0px;
	font-weight: 700;
	color: #FFF;
	background-color: #1d1d1d;
	text-align: center;
	text-transform: uppercase;
	font-size: 17px;
	line-height: 19px;
	letter-spacing: 1px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 20px;
	padding-right: 20px;
	border-radius: 5px;
	cursor: pointer;
}

a > .specialprojects-page-info > .specialprojects-page-subtitle, a > .specialprojects-page-info > .specialprojects-page-title, a > .specialprojects-page-info > .specialprojects-page-blurb {
	color: #1b1b1b;
	text-decoration: none;
}

#vacancies-page-title {
	padding-top: 45px;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 25px;
}

#vacancies-page-title .container-fluid {
	background-color: #1d1d1d;
	border: 3px #1d1d1d solid;
	color: #FFF;
	text-align: center;
	font-weight: 900;
	letter-spacing: 1px;
	font-size: 32px;
	line-height: 49px;
	border-radius: 6px;
	padding-top: 3px;
	padding-bottom: 6px;
}

#vacancies-page-img {
	width: 100%;
	height: 650px;
	margin-bottom: 40px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

@media (max-width: 991.98px) {
	#vacancies-page-img {
		height: 400px;
	}
}

#vacancies-page-listings {
	font-size: 17px;
	line-height: 20px;
	margin-bottom: 120px;
}

.vacancy-listing {
	border-top: 3px solid #1d1d1d;
	padding-top: 37px;
	padding-bottom: 37px;
}

.vacancy-listing:last-child {
	border-bottom: 3px solid #1d1d1d;
}

.vacancy-listing-title {
	font-weight: 900;
	font-size: 32px;
	color: #1d1d1d;
	text-decoration: none;
	margin-bottom: 20px;
}

.vacancy-listing-title a, .vacancy-listing-title a:hover, .vacancy-listing-title a:active {
	font-weight: 900;
	font-size: 32px;
	line-height: 32px;
	color: #1d1d1d;
	text-decoration: none;
}

.vacancy-listing-info {
	font-size: 17px;
	line-height: 20px;
}

.vacancy-listing-info a, .vacancy-listing-info a:active {
	font-size: 17px;
	line-height: 20px;
	color: #1d1d1d;
	text-decoration: none;
}

.vacancy-listing-info a:hover {
	color: #1d1d1d;
	text-decoration: underline;
}


#vacancies-article {
	margin-bottom: 120px;
}

.vacancies-article-listing {
	background-color: #FAF9F6;
	border: 3px #1d1d1d solid;
	padding: 40px;
	font-size: 21px;
	line-height: 29px;
}

.vacancies-article-listing-title {
	font-size: 27px;
	line-height: 29px;
	font-weight: 900;
	margin-bottom: 35px;
}

.vacancies-article-listing-info {
	font-size: 21px !important;
	line-height: 29px !important;
}

.vacancies-article-listing-info p {
	font-size: 21px !important;
	line-height: 29px !important;
}

.vacancies-article-listing-details {
	background-color: #FAF9F6;
	font-size: 17px;
	line-height: 20px;
	border: 3px #1d1d1d solid;
	padding: 30px;
	padding-top: 30px;
	padding-bottom: 30px;
}

.vacancies-article-listing-info a {
	color: #000000;
}

a .vacancies-article-button {
	background-color: #1d1d1d;
	font-weight: 900;
	color: #FFF;
	font-size: 21px;
	line-height: 28px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 7px;
	margin-top: 15px;
	border: #1d1d1d solid 3px;
	border-radius: 7px;
}

#aboutus-page-title {
	padding-top: 45px;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 25px;
}

#aboutus-page-title .container-fluid {
	background-color: #1d1d1d;
	border: 3px #1d1d1d solid;
	color: #FFF;
	text-align: center;
	font-weight: 900;
	letter-spacing: 1px;
	font-size: 32px;
	line-height: 49px;
	border-radius: 6px;
	padding-top: 3px;
	padding-bottom: 6px;
}

#aboutus-page-img {
	width: 100%;
	height: 650px;
	margin-bottom: 40px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

@media (max-width: 991.98px) {
	#aboutus-page-img {
		height: 400px;
	}
}

#aboutus-page-history {
	margin-bottom: 90px;
}

.aboutus-page-history {
	font-family: 'Century Gothic';
	font-size: 21px;
	line-height: 29px;
	margin-bottom: 80px;
}

.aboutus-page-history-title {
	font-family: 'Muli', sans-serif;
	font-weight: 700;
	font-size: 32px;
	line-height: 53px;
	letter-spacing: 1px;
	margin-bottom: 15px;
}

.aboutus-page-info {
	text-transform: uppercase;
	font-size: 15px;
	line-height: 16px;
	padding-left: 20px;
	padding-bottom: 80px;
}

@media (max-width: 991.98px) {
	.aboutus-page-info {
		margin-top: 15px;
		padding-left: 0px;
	}
}

.aboutus-page-info a {
	color: #1d1d1d;
}

.aboutus-page-info-title {
	text-transform: uppercase;
	font-size: 15px;
	line-height: 16px;
	font-weight: 700;
}

.aboutus-page-info-social {
	margin-bottom: 30px;
}

.aboutus-page-info-social ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.aboutus-page-info-social ul li {
	display: inline-block;
	margin-right: 30px;
}

.aboutus-page-info-social ul li a img {
	width: 29px;
	height: 29px;
}

.aboutus-page-gettinghere {
	font-size: 19px;
	line-height: 21px;
	padding-bottom: 30px;
}

.aboutus-page-gettinghere-title {
	font-size: 35px;
	line-height: 39px;
	letter-spacing: 1px;
	font-weight: 700;
	margin-bottom: 30px;
}

#aboutus-page-map {
	width: 100%;
	height: 500px;
	margin-bottom: 40px;
	background-color: #1d1d1d;
}

@media (max-width: 991.98px) {
	#aboutus-page-map {
		height: 400px;
	}
}

#spaces-listing-page-title {
	padding-top: 30px;
	margin-top: 30px;
	margin-bottom: 30px;
	padding-bottom: 30px;
}

#renting-listing-page-title {
	padding-top: 30px;
	margin-top: 30px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.spaces-listing-page-title {
	color: #1d1d1d;
	text-align: left;
	font-weight: 900;
	letter-spacing: 1px;
	font-size: 39px;
	line-height: 39px;
	text-transform: uppercase;
}

.spaces-listing-page-tagline {
	color: #1d1d1d;
	font-weight: 700;
	font-size: 27px;
	line-height: 29px;
	margin-top: 10px;
}

@media (max-width: 767.98px) {
	#spaces-listing-page-title {
		padding-top: 15px;
		padding-bottom: 15px;
	}

	#renting-listing-page-title {
		padding-top: 15px;
		padding-bottom: 0px;
	}

	.spaces-listing-page-title {
		font-size: 29px;
		line-height: 29px;
	}

	.spaces-listing-page-tagline {
		font-size: 21px;
		line-height: 23px;
	}
}

.col-align-left {
	text-align: left;
}

.col-align-center {
	text-align: center;
}

.col-align-right {
	text-align: right;
}

@media (max-width: 767.98px) {
	.col-align-left, .col-align-center, .col-align-right {
		text-align: center;
	}
	
	.col-align-right {
		display: none;
	}
}

#spaces-listing-page-title-2 .container-fluid {
	background-color: #1d1d1d;
	border: 3px #1d1d1d solid;
	color: #FFF;
	text-align: center;
	font-weight: 900;
	letter-spacing: 1px;
	font-size: 32px;
	line-height: 49px;
	border-radius: 6px;
	padding-top: 3px;
	padding-bottom: 6px;
}

#spaces-listing-page-title-2 {
	padding-top: 45px;
	font-size: 32px;
	line-height: 49px;
	font-weight: 900;
	letter-spacing: 2px;
	margin-bottom: 45px;
	padding-left: 15px;
	padding-right: 15px;
}

@media (max-width: 767.98px) {
	#spaces-listing-page-title-2 {
		font-size: 32px;
		line-height: 49px;
	}
}

#spaces-listing-page-title-2 a, #spaces-listing-page-title-2 a:active, #spaces-listing-page-title-2 a:hover {
	color: #FFF;
	text-decoration: none;
}

#spaces-listing-page-img, #spaces-listing-page-img div {
	width: 100%;
	height: 75vh;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
}

@media (max-width: 991.98px) {
	#spaces-listing-page-img, #spaces-listing-page-img div {
		background-attachment: scroll;
	}
}

#spaces-listing-page-video, #spaces-listing-page-img div {
	position: relative;
	display: table;
	width: 100%;
	padding-top: 56.25%;
	overflow: hidden;
	background-size: cover;
	background-position: center;
}

@media (max-width: 991.98px) {
	#spaces-listing-page-video, #spaces-listing-page-img div {
		height: 60vh;
	}
}

@media (max-width: 767.98px) {
	#spaces-listing-page-video, #spaces-listing-page-img div {
		height: 60vh;
	}
}

#spaces-listing-page-video video {
    position: absolute;
    width: auto;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.spaces-listing-page-subtitle {
	display: inline-block;
	font-size: 23px;
    	line-height: 23px;
    	padding-top: 6px;
    	padding-bottom: 0px;
    	padding-left: 0px;
    	padding-right: 0px;
	font-weight: 600;
	letter-spacing: 1px;
   	vertical-align: middle;
	margin-bottom: 10px;
	margin-top: 10px;
	color: #1d1d1d;
	background-color: #e1ddd5;
}

.spaces-listing-page-subtitle2 {
	display: inline-block;
    	padding-top: 0px;
    	padding-bottom: 0px;
    	padding-left: 0px;
    	padding-right: 0px;
   	vertical-align: middle;
	margin-top: 10px;
	margin-bottom: 10px;
}

.spaces-listing-page-subtitle2 span {
	display: block;
	font-size: 23px;
    	line-height: 23px;
	font-weight: 600;
	padding-right: 10px;
	padding-bottom: 10px;
	letter-spacing: 1px;
   	vertical-align: middle;
	color: #1d1d1d;
	background-color: #e1ddd5;
}

@media (max-width: 991.98px) {
	.spaces-listing-page-subtitle2 {
		display: inline-block;
		margin-bottom: 0px;
	}

	.spaces-listing-page-subtitle2 span {
		display: inline-block;
		padding-bottom: 6px;
	}
}

#spaces-listing-page-details {
	font-size: 19px;
	line-height: 21px;
	padding-top: 60px;
	padding-bottom: 35px;
	background-color: #e1ddd5;
}

#renting-listing-page-details {
	font-size: 19px;
	line-height: 21px;
	padding-top: 15px;
	padding-bottom: 35px;
	background-color: #e1ddd5;
}

@media (max-width: 991px) {
	#spaces-listing-page-details {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	#renting-listing-page-details {
		padding-top: 15px;
		padding-bottom: 30px;
	}
}

#spaces-listing-page-details a, #spaces-listing-page-details a:hover, #spaces-listing-page-details a:active, #renting-listing-page-details a, #renting-listing-page-details a:hover, #renting-listing-page-details a:active {
	color: #302b23;
	font-weight: 600;
}

.spaces-listing-page-btn {
	font-weight: 600;
	color: #FFF;
	background-color: #1d1d1d;
	text-align: center;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 18px;
	letter-spacing: 2px;
	padding-top: 17px;
	padding-bottom: 17px;
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}

a[href=""] .spaces-listing-page-btn, a[href="#"] .spaces-listing-page-btn, a:not([href]) .spaces-listing-page-btn {
	display: none;
	background-color: #9ea0a3;
	text-decoration-color: #9ea0a3;
	color: #8c9096;
	cursor: default;
	text-decoration: none;
	opacity: 0.9;
	transition: ease all 200ms;
}

a[href=""]:hover .spaces-listing-page-btn, a[href="#"]:hover .spaces-listing-page-btn, a:not([href]):hover .spaces-listing-page-btn, a[href=""] .spaces-listing-page-btn:hover, a[href="#"] .spaces-listing-page-btn:hover, a:not([href]) .spaces-listing-page-btn:hover {
	opacity: 0.9;
	transition: ease all 200ms;
	text-decoration: none;
}

.full-list-btn {
	background-color: #9f9f9f;
}

#spaces-listing-page-gallery-title {
	background-color: #1d1d1d;
  	padding-top: 15px;
  	padding-bottom: 15px;
	color: #fff;
  	text-align: left;
  	font-weight: 900;
  	letter-spacing: 1px;
  	font-size: 23px;
  	line-height: 23px;
  	text-transform: uppercase;
}

@media (max-width: 991.98px) {
	#spaces-listing-page-gallery-title {
		padding-top: 15px;
		padding-bottom: 15px;
	}
}

#spaces-listing-page-gallery,
#spaces-listing-page-gallery-pastevents {
	background-color: #373737;
	background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%235c5c5c' fill-opacity='0.4' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");
}

#spaces-listing-page-gallery .carousel-inner .carousel-item {
	padding-top: 0 !important;
	height: auto !important;
}

.carousel-item img {
	object-fit: cover;
	width: 100%;
	height: auto;
	display: block;
}

@media (min-width: 768px) {
	.carousel-img-wrapper {
		position: relative;
		width: 100%;
		/*padding-top: calc(66.7% - 105px);*/
		padding-top: 66.7%;
		background-color: #373737;
		background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%235c5c5c' fill-opacity='0.4' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");
		overflow: hidden;
	}

	.carousel-img-wrapper img {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		max-width: 100%;
		max-height: 100%;
		object-fit: contain;
	}
}

@media (max-width: 767.98px) {
	.carousel-img-wrapper {
		padding-top: 0;
		height: auto;
		display: block;
		background-color: #373737;
		background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%235c5c5c' fill-opacity='0.4' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");
	}

	.carousel-img-wrapper img {
		position: static;
		transform: none;
		width: 100%;
		height: auto;
		object-fit: initial;
	}
}

#spaces-listing-page-plans {
	padding-top: 60px;
	padding-bottom: 60px;
	font-size: 18px;
	line-height: 24px;
}

@media (max-width: 991px) {
	#spaces-listing-page-plans {
		padding-top: 40px;
		padding-bottom: 40px;
	}
}

#spaces-listing-page-plans .spaces-listing-page-subtitle {
	margin-bottom: 20px;
}

#spaces-listing-page-contact {
	background-color: #1d1d1d;
	color: #FFF;
	font-size: 19px;
	line-height: 24px;
	padding-top: 60px;
	padding-bottom: 30px;
}

@media (max-width: 991px) {
	#spaces-listing-page-contact {
		padding-top: 20px;
	}
}

.listing-contact-info {
	padding-top: 30px;
}

@media (max-width: 991px) {
	.listing-contact-info {
		padding-top: 40px;
		padding-bottom: 40px;
	}
}

.spaces-listing-page-contact-title {
	font-weight: 900;
	font-size: 24px;
	line-height: 24px;
	margin-bottom: 30px;
}

.spaces-listing-page-contact-subtitle {
	display: block;
	font-weight: 900;
	font-size: 21px;
	line-height: 24px;
	margin-bottom: 5px;
}

.spaces-listing-page-contact span {
}

.spaces-listing-page-contact span a {
	font-weight: normal !important;
}

@media (max-width: 991px) {
	.spaces-listing-page-contact-subtitle {
		display: inline-block;
		padding-right: 10px;
	}
}

@media (max-width: 767px) {
	.spaces-listing-page-contact span {
		font-size: 16px;
	}

	.spaces-listing-page-contact span a {
		font-size: 16px;
	}
}

.spaces-listing-page-contact-subscribe {
	margin-top: -20px;
}

.spaces-listing-page-contact-large {
	font-size: 104px;
	line-height: 104px;
	font-weight: 900;
	margin-bottom: 40px;
}

.spaces-listing-page-contact-large a {
	color: #afafaf;
}

@media (max-width: 767.98px) {
	.spaces-listing-page-contact-large {
		font-size: 70px;
		line-height: 70px;
	}
}

.spaces-listing-page-contact-social {
	margin-top: 0px;
	margin-bottom: 40px;
	font-weight: 900;
	font-size: 24px;
	line-height: 24px;
}

@media (max-width: 991px) {
	.spaces-listing-page-contact-social {
		margin-top: 40px;
		margin-bottom: 40px;
	}
}

.spaces-listing-page-contact-social ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.spaces-listing-page-contact-social ul li {
	display: inline-block;
	margin-right: 15px;
	margin-top: 15px;
}

.spaces-listing-page-contact-social ul li a img {
	width: 32px;
	height: 32px;
}

.spaces-listing-page-contact-social-2 {
	margin-top: 0px;
	margin-bottom: 40px;
	font-weight: 900;
	font-size: 24px;
	line-height: 24px;
}

@media (max-width: 991px) {
	.spaces-listing-page-contact-social-2 {
		margin-bottom: 40px;
	}
}

.spaces-listing-page-contact-social-2 ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.spaces-listing-page-contact-social-2 ul li {
	display: inline-block;
	margin-right: 15px;
	margin-top: 5px;
}

.spaces-listing-page-contact-social-2 ul li a img {
	width: 25px;
	height: 25px;
}

#spaces-listing-page-location {
	position: relative;
	font-size: 19px;
	line-height: 21px;
	background-color: #e1ddd5;
}

@media (max-width: 991px) {
	#spaces-listing-page-location {
		display: none;
	}
}

#spaces-listing-page-location .container-fluid {
	margin-left: 0px;
	padding-left: 0px;
	width: calc(100% - 90px);
}

@media (max-width: 991px) {
	#spaces-listing-page-location .container-fluid {
		margin-left: 30px;
		width: calc(100% - 60px);
	}
}

@media (max-width: 767px) {
	#spaces-listing-page-location .container-fluid {
		margin-left: auto;
		width: 100%;
		padding-left: 15px;
	}
}

.listing-contact-info {
	padding-top: 40px;
	padding-bottom: 60px;
}

@media (max-width: 991px) {
	.listing-contact-info {
		padding-top: 40px;
		padding-bottom: 40px;
	}
}

#spaces-listing-page-map {
	position: relative;
	width: 100%;
	height: 100%;
}

@media (max-width: 991.98px) {
	#spaces-listing-page-map {
		display: none;
	}
}

#location {
	cursor: pointer;
}

#spaces-listing-page-pastevents {
	background-color: #1d1d1d;
}

#spaces-listing-page-pastevents .carousel-inner, #spaces-listing-page-pastevents .carousel-inner .carousel-item {
	height: 75vh;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

#spaces-listing-page-pastevents > .carousel-inner > .carousel-item > div {
	position: relative;
	top: 50%;
	left: 15%;
	transform: translateY(-50%);
	color: #FFF;
	font-weight: 900;
	font-size: 150px;
	line-height: 170px;
	text-align: center;
	width: 70%;
	text-shadow: 5px 5px 20px #1b1b1b;
	cursor: default;
}

@media (max-width: 991.98px) {
	#spaces-listing-page-pastevents > .carousel-inner > .carousel-item > div {
		left: 15%;
		font-size: 80px;
		line-height: 100px;
		width: 70%;
	}
}

@media (max-width: 767.98px) {
	#spaces-listing-page-pastevents > .carousel-inner > .carousel-item > div {
		left: 10%;
		font-size: 50px;
		line-height: 70px;
		width: 80%;
	}	
}

@media (max-width: 575.98px) {
	#spaces-listing-page-pastevents > .carousel-inner > .carousel-item > div {
		left: 10%;
		font-size: 30px;
		line-height: 40px;
		width: 90%;
	}
}

.space-listing-page-type {
	background-color: #e1ddd5 !important;
	border-top: 1px #1b1b1b solid;
	border-bottom: 1px #1b1b1b solid;
	color: #1d1d1d;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 40px;
	margin-left: 0px;
	margin-right: 0px;
}

@media (max-width: 991.98px) {
	.space-listing-page-type {
		background-color: #e1ddd5;
		border-top: 1px #1b1b1b solid;
		border-bottom: 1px #1b1b1b solid;
		color: #1d1d1d;
		padding-top: 15px;
		padding-bottom: 15px;
		margin-bottom: 40px;
		margin-left: 0px;
		margin-right: 0px;
	}
}

@media (max-width: 767px) {
	.space-listing-page-type {
		display: none;
	}
}

.space-listing-page-type ul {
	margin: 0;
	padding: 0;
	display: flex;	
	align-items: stretch;
	justify-content: space-between;
	width: 100%;
	background-color: #e1ddd5;
}

.space-listing-page-type ul li {
	list-style-type: none;
	display: block;
}

@media (max-width: 1360px) {
	.space-listing-page-type {
		padding-bottom: 0px;
	}
	
	.space-listing-page-type ul {
		display: flex;
		flex-direction: row;
		align-items: flex-start;
		justify-content: flex-start;
		flex-wrap: wrap;
	}

	.space-listing-page-type ul li {
		list-style-type: none;
		display: inline-block;
		flex: 1 0 21%;
		padding-bottom: 15px;
	}
}

.space-listing-page-type ul li div {
	display: inline-block;
	text-align: center;
}

.space-listing-page-type ul li div img {
	width: 35px;
	height: 35px;
}

@media (max-width: 991.98px) {
	.space-listing-page-type ul li div img {
		width: 25px;
		height: 25px;
	}
}

.space-listing-page-type ul li div span {
	font-size: 13px;
	display: block;
	text-align: center;
	padding-top: 8px;
}

@media (max-width: 767.98px) {
	.space-listing-page-type ul li div span {
		font-size: 10px;
		display: block;
		text-align: center;
		padding-top: 8px;
	}
}

.venue-pack {
	text-align: right;
}

@media (max-width: 991.98px) {
	.venue-pack {
		text-align: left;
	}
}

.suppliers-margin {
	padding-top: 0px;
}

@media (max-width: 991.98px) {
	.suppliers-margin {
		padding-top: 0px;
	}
}

.suppliers-margin .spaces-listing-page-btn {
	margin-top: 0px;
}

.suppliers-border {
	position: relative;
	width: 100%;
	height: 1px;
	background-color: #1d1d1d;
	margin-top: 10px;
	margin-bottom: 10px;
}

.supplier-title {
	font-weight: 700;
	text-transform: uppercase;
	font-size: 13px;
	line-height: 15px;
	margin-bottom: 5px;
}

.supplier-logo {
	margin-bottom: 17px;
}

.supplier-logo a img, .supplier-logo img {
	width: 100%;
	max-width: 270px;
}

.transport-text {
	margin-top: 30px;
	margin-bottom: 10px;
	font-size: 16px;
	letter-spacing: 0.2px;
}

.transport-central {
	position: relative;
	background-color: #dc241f;
	color: #FFF;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 9px;
	line-height: 9px;
	text-align: center;
	padding-top: 7px;
	padding-bottom: 7px;
	margin-bottom: 10px;
}

.transport-circle {
	position: relative;
	background-color: #ecbe00;
	color: #FFF;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 9px;
	line-height: 9px;
	text-align: center;
	padding-top: 7px;
	padding-bottom: 7px;
	margin-bottom: 10px;
}

.transport-hammersmith {
	position: relative;
	background-color: #d087a1;
	color: #FFF;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 9px;
	line-height: 9px;
	text-align: center;
	padding-top: 7px;
	padding-bottom: 7px;
	margin-bottom: 10px;
}

.transport-metropolitan {
	position: relative;
	background-color: #751056;
	color: #FFF;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 9px;
	line-height: 9px;
	text-align: center;
	padding-top: 7px;
	padding-bottom: 7px;
	margin-bottom: 10px;
}

.transport-national {
	position: relative;
	background-color: #ec5f57;
	color: #FFF;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 9px;
	line-height: 9px;
	text-align: center;
	padding-top: 7px;
	padding-bottom: 7px;
	margin-bottom: 10px;
}

.transport-overground {
	position: relative;
	background-color: #e86a10;
	color: #FFF;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 9px;
	line-height: 9px;
	text-align: center;
	padding-top: 7px;
	padding-bottom: 7px;
	margin-bottom: 10px;
}

.transport-district {
	position: relative;
	background-color: #007229;
	color: #FFF;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 9px;
	line-height: 9px;
	text-align: center;
	padding-top: 7px;
	padding-bottom: 7px;
	margin-bottom: 10px;
}

.spaces-submit {
	background-color: #2F2F2F !important;
}

#merchandise-page-title {
	padding-top: 45px;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 25px;
}

#merchandise-page-title .container-fluid {
	background-color: #1d1d1d;
	border: 3px #1d1d1d solid;
	color: #FFF;
	text-align: center;
	font-weight: 900;
	letter-spacing: 1px;
	font-size: 32px;
	line-height: 35px;
	border-radius: 6px;
	padding-top: 3px;
	padding-bottom: 6px;
}

#merchandise-page-img {
	width: 100%;
	height: 650px;
	margin-bottom: 40px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

@media (max-width: 991.98px) {
	#merchandise-page-img {
		height: 400px;
	}
}

#merchandise-page-tshirts {
	margin-bottom: 40px;
}

#merchandise-page-caps {
	margin-bottom: 40px;
}

#merchandise-page-postcards {
	margin-bottom: 90px;
}

.merchandise-page-subtitle {
	font-size: 32px;
	line-height: 49px;
	font-weight: 900;
	margin-bottom: 20px;
}

.merchandise-page-info {
	font-size: 16px;
	line-height: 19px;
	font-weight: 700;
	margin-bottom: 40px;
}

.merchandise-page-item-name {
	font-size: 16px;
	line-height: 24px;
	text-transform: uppercase;
	margin-top: 5px;
}

.merchandise-page-item-info {
	font-size: 16px;
	line-height: 24px;
	font-weight: 700;
	color: #888888;
}

.merchandise-page-item-price {
	font-size: 16px;
	line-height: 24px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 25px;
}

.item-postcard {
	border: 3px solid #1d1d1d;
}

#whoshere-page-title {
	padding-top: 45px;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 25px;
}

#whoshere-page-title .container-fluid {
	background-color: #1d1d1d;
	border: 3px #1d1d1d solid;
	color: #FFF;
	text-align: center;
	font-weight: 900;
	letter-spacing: 1px;
	font-size: 32px;
	line-height: 49px;
	border-radius: 6px;
	padding-top: 3px;
	padding-bottom: 6px;
}

ul.whoshere-categories-selection {
	margin: 0;
	margin-left: -7px;
	padding: 0;
	list-style-type: none;
	width: calc(100% + 14px);
	display: table;
	table-layout: fixed;
	border-collapse: separate;
  	border-spacing: 7px;
	margin-bottom: -7px;
}

ul.whoshere-categories-selection li {
	display: table-cell;
	text-align: center;
	border: #1b1b1b solid 3px;
	background-color: #FFF;
	border-radius: 7px;
	font-family: 'Didact Gothic', sans-serif;
	font-size: 16px;
	line-height: 13px;
	font-weight: 900;
	padding-top: 8px;
	padding-bottom: 10px;
	letter-spacing: 0.5px;
	cursor: pointer;
	transition: ease all 200ms;
}

@media (max-width: 991.98px) {
	ul.whoshere-categories-selection {
		margin-left: 0;
		width: 100%;
		display: block;
		margin-bottom: 0px;
	}

	ul.whoshere-categories-selection li {
		display: inline-block;
		width: 100%;
		margin-top: 10px;
		transition: ease all 200ms;
	}
	
	ul.whoshere-categories-selection li:nth-child(odd) {
		margin-right: 20px;
	}
}

@media (max-width: 635px) {
	ul.whoshere-categories-selection li:nth-child(odd) {
		margin-right: 10px;
	}
}

@media (max-width: 384px) {
	ul.whoshere-categories-selection li:nth-child(odd) {
		margin-right: 5px;
	}
}

ul.whoshere-categories-selection li:hover {
	border: #1b1b1b solid 3px;
	background-color: #1b1b1b;
	border-radius: 7px;
	color: #FFF;
	transition: ease all 200ms;
}

ul.whoshere-categories-selection > li.active {
	border: #1b1b1b solid 3px;
	background-color: #1b1b1b;
	border-radius: 7px;
	color: #FFF;
	transition: ease all 200ms;
}

#whoshere-page-articles {
	margin-top: 30px;
	margin-bottom: 90px;
}

.whoshere-item {
	margin-bottom: 10px;
}

.whoshere-article-item-img {
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	height: 280px;
	width: 100%;
}

.whoshere-article-item-info {
	background-color: #FAF9F6;
	border: 3px #1b1b1b solid;
	border-radius: 7px;
	padding: 10px;
	padding-left: 13px;
	padding-right: 13px;
	padding-bottom: 15px;
	margin-top: 15px;
	margin-bottom: 30px;
	margin-left: 0px;
	margin-right: 0px;
}

@media (max-width: 635px) {
	.whoshere-article-item-info {
		margin-top: 10px;
	}
}

.whoshere-article-item-categories {
	display: block;
	width: 100%;
	font-size: 15px;
	line-height: 17px;
	margin-bottom: 2px;
}

.whoshere-article-item-title {
	font-family: 'Didact Gothic', sans-serif;
	display: block;
	width: 100%;
	font-size: 16px;
	line-height: 19px;
	font-weight: 900;
	margin-bottom: 20px;
}

.whoshere-article-item-title a, .whoshere-article-item-title a:hover {
	color: #000;
	text-decoration: none;
}

.whoshere-article-item-excerpt {
	font-family: 'Didact Gothic', sans-serif;
	display: block;
	width: 100%;
	font-size: 16px;
	line-height: 19px;
	margin-bottom: 20px;
}

.whoshere-article-item-contact {
	display: block;
}

.whoshere-article-item-contact, .whoshere-article-item-contact a {
	font-family: 'Didact Gothic', sans-serif;
	width: 100%;
	font-size: 16px;
	line-height: 19px;
	color: #1d1d1d;
	text-decoration: none;
}

.whoshere-article-item-contact a:hover {
	text-decoration: underline;
}

#date-range1-container {
	width: 100%;
	margin-top: 0px;
}

@media (max-width: 991.98px) {
	#date-range1-container {
		margin-top: 15px;
	}
}

#contactus-page-title {
	padding-top: 45px;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 25px;
}

#contactus-page-title .container-fluid {
	background-color: #1d1d1d;
	border: 3px #1d1d1d solid;
	color: #FFF;
	text-align: center;
	font-weight: 900;
	letter-spacing: 1px;
	font-size: 32px;
	line-height: 49px;
	border-radius: 6px;
	padding-top: 3px;
	padding-bottom: 6px;
}

#contactus-page-img {
	margin-bottom: 30px;
}

.contactus-img-large {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
}

.contactus-img-small {
	width: 100%;
	height: 100%;
	min-height: 300px;
	background-size: cover;
	background-position: center;
}

.contact-info {
	width: 100%;
	font-size: 16px;
	line-height: 18px;
}

.contact-info-2 {
	width: 100%;
	font-size: 19px;
	line-height: 24px;
}

.contact-info-light {
	background-color: #e1ddd5;
	color: #1d1d1d;
	padding-top: 5px;
	padding-bottom: 30px;
}

.contact-info-light a {
	color: #1d1d1d;
}

.contact-info-dark {
	background-color: #1d1d1d;
	color: #fff;
	padding-top: 5px;
	padding-bottom: 30px;
}

.contact-info-dark a {
	color: #fff;
}

.contact-info-title {
	font-weight: 700;
	font-size: 28px;
	letter-spacing: 2px;
	width: 100%;
	max-width: 400px;
	padding-bottom: 25px;
	padding-top: 25px;
	margin-bottom: 18px;
}

.contact-info-title-2 {
	font-weight: 700;
	font-size: 28px;
	letter-spacing: 1px;
	width: 100%;
	max-width: 400px;
	padding-bottom: 25px;
	padding-top: 25px;
	margin-bottom: 18px;
}

.contact-info-email {
	position: relative;
	height: calc(100% - 26px);
	background-color: #FAF9F6;
  	border: 3px #1b1b1b solid;
  	border-radius: 7px;
	margin: 10px;
	padding: 10px;
  	padding-left: 13px;
  	padding-right: 13px;
  	padding-bottom: 15px;
}

.contact-info-email a {
	font-size: 24px;
	line-height: 26px;
}

.title-light {
	border-bottom: 1px solid #1d1d1d;
}

.title-dark {
	border-bottom: 1px solid #fff;
}

#privacy-page {
	font-size: 19px;
	line-height: 21px;
	margin-bottom: 80px;
}

.privacy-page-subtitle {
	font-size: 24px;
	line-height: 25px;
	font-weight: 700;
	margin-bottom: 20px;
}

#security-page {
	font-size: 19px;
	line-height: 21px;
	min-height: 28vh;
	margin-bottom: 80px;
}

#security-page a {
	color: #1d1d1d;
	text-decoration: underline;
}

#carparking-page-info {
	font-size: 19px;
	line-height: 29px;
}

.carparking-page-title {
	font-weight: 700;
	font-size: 29px;
	line-height: 32px;
	letter-spacing: 1px;
	margin-bottom: 30px;
}

.carparking-page-info {
	font-size: 15px;
	line-height: 16px;
	border: 2px solid #1d1d1d;
	border-radius: 5px;
	padding: 20px;
}

.carparking-page-blurb {
	font-family: 'Century Gothic';
	font-size: 19px;
	line-height: 29px;
}

.carparking-page-info-title {
	font-size: 19px;
	line-height: 21px;
	font-weight: 700;
}

.space-listing-page-type {
	background-color: #FFF;
	border-top: 1px #1b1b1b solid;
	border-bottom: 1px #1b1b1b solid;
	color: #1d1d1d;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 30px;
	padding-right: 30px;
	margin-bottom: 40px;
	margin-left: 13px;
	margin-right: 13px;
}

@media (max-width: 991.98px) {
	.space-listing-page-type {
		background-color: #FFF;
		border-top: 1px #1b1b1b solid;
		border-bottom: 1px #1b1b1b solid;
		color: #1d1d1d;
		padding-top: 15px;
		padding-bottom: 15px;
		padding-left: 15px;
		padding-right: 15px;
		margin-bottom: 40px;
		margin-left: 0px;
		margin-right: 0px;
	}
}

.space-listing-page-type ul {
	margin: 0;
	padding: 0;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	width: 100%;
}

.space-listing-page-type ul li {
	list-style-type: none;
	display: block;
}

@media (max-width: 575px) {
	.space-listing-page-type {
		padding-bottom: 0px;
	}
	
	.space-listing-page-type ul {
		display: flex;
		flex-direction: row;
		align-items: flex-start;
		justify-content: flex-start;
		flex-wrap: wrap;
	}

	.space-listing-page-type ul li {
		list-style-type: none;
		display: inline-block;
		flex: 1 0 21%;
		padding-bottom: 15px;
	}
}

.space-listing-page-type ul li div {
	display: inline-block;
	text-align: center;
}

.space-listing-page-type ul li div img {
	width: 35px;
	height: 35px;
}

@media (max-width: 991.98px) {
	.space-listing-page-type ul li div img {
		width: 25px;
		height: 25px;
	}
}

.space-listing-page-type ul li div span {
	font-size: 13px;
	display: block;
	text-align: center;
	padding-top: 8px;
}

@media (max-width: 767.98px) {
	.space-listing-page-type ul li div span {
		font-size: 10px;
		display: block;
		text-align: center;
		padding-top: 8px;
	}
}

.venue-pack {
	text-align: right;
}

@media (max-width: 991.98px) {
	.venue-pack {
		text-align: left;
	}
}

.spaces-dropdown {
	width: 100%;
	font-size: 13px;
	line-height: 15px;
	cursor: pointer;
	border: #1b1b1b solid 3px;
	color: #1b1b1b;
	background-color: #FFF;
	text-align: left;
	margin-top: 15px;
	padding: 6px;
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 7px;
	transition: ease all 200ms;
}

.spaces-dropdown:hover {
	background-color: #1b1b1b;
	color: #FFF;
}

.space-size {
	display: none;

}

.sliders { 
	padding: 20px 0 0px 0; 
}

.filter-section .filter-label {
	display: block;
}

.filter-label {
	font-size: 13px;
	line-height: 15px;
}

.filter-min, .filter-max {
	font-size: 13px;
	line-height: 15px;
}

@media (max-width: 767px) {
	.filter-min, .filter-max {
		display: none;
	}
}

.slider {
	margin-left: 7px;
	margin-right: 7px;
}

.bootstrap-slider .slider-selection { 
	background-color: #494848; 
}

.venue-title {
	position: absolute;
	z-index: 2;
	top: 50%;
	transform: translateY(-50%);
	padding-left: 50px;
	padding-right: 50px;
	width: calc(100% - 30px);
	text-align: center;
	font-family: 'Didact Gothic', sans-serif;
	font-size: 22px;
	line-height: 22px;
	font-weight: 900;
	color: #FFF;
	letter-spacing: 1.5px;
	background-color: rgba(0,0,0,0.4);
	padding-top: 20px;
	padding-bottom: 20px;
}

.venue-title-2 {
	font-family: 'Didact Gothic', sans-serif;
	color: #1b1b1b;
	font-size: 19px;
	line-height: 21px;
	font-weight: 900;
	letter-spacing: 0.5px;
	margin-bottom: 10px;
}

a .venue-title-2 {
	text-decoration: none;
}

#highprice {
	/*display: none;*/
}

#lowprice {
	/*display: none;*/
}

.rate {
	display: none;
}

.tags {
	font-size: 11px;
	line-height: 15px;
	font-family: 'Muli', sans-serif;
	font-weight: 300;
	color: #606060;
	text-align: justify;
	height: 35px;
	overflow-y: hidden;
	padding-top: 6px;
	cursor: default;
	font-style: italic;
}

.tags-title {
	font-weight: 700;
	color: #434343;
}

#video-page-title {
	padding-top: 45px;
	padding-left: 15px;
	padding-right: 15px;
}

#video-page-title .container-fluid {
	background-color: #1d1d1d;
	border: 3px #1d1d1d solid;
	color: #FFF;
	text-align: center;
	font-weight: 900;
	letter-spacing: 1px;
	font-size: 32px;
	line-height: 36px;
	border-radius: 6px;
	padding-top: 10px;
	padding-bottom: 13px;
}

#video-page-info {
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 35px;
	margin-bottom: 20px;
}

@media (max-width: 767px) {
	#video-page-info {
		margin-bottom: 15px;
	}
}

#video-page-info .container-fluid {
	background-color: #1d1d1d;
	border: 3px #1d1d1d solid;
	color: #FFF;
	text-align: left;
	font-weight: 900;
	letter-spacing: 1px;
	font-size: 18px;
	line-height: 28px;
	border-radius: 6px;
	padding: 25px;
	padding-bottom: 30px;
}

#video-playing-title {
	margin-top: 20px;
	font-size: 25px;
	line-height: 30px;
	font-weight: 900;
	color: #1d1d1d;
}

#video-playing-date {
	font-size: 15px;
	line-height: 15px;
	margin-bottom: 10px;
	color: #1d1d1d;
}

#video-playing-venue {
	display: inline-block;
	color: #1d1d1d;
}

#video-playing-venue div {
	display: inline-block;
	font-weight: 900;
	color: #1d1d1d;
}

#video-playing-description {
	margin-top: 20px;
	margin-bottom: 10px;
	padding-bottom: 40px;
	font-style: italic;
	border-bottom: 1px solid #1b1b1b;
}

#video-playing-description2 {
	margin-top: 20px;
	margin-bottom: 10px;
	padding-bottom: 70px;
	font-style: italic;
	color: #1d1d1d;
}

@media (max-width: 767px) {
	#video-playing-description2 {
		padding-bottom: 50px;
	}
}

.videos-masonry-grid {
	padding-top: 15px;
	width: 100%;
	padding-bottom: 70px;
}

.videos-grid-sizer {
	width: 25%;
}

.videos-grid-item {
	width: 25%;
	padding: 4px;
	cursor: pointer;
}

@media (max-width: 991px) {
	.videos-grid-sizer {
		width: 50%;
	}

	.videos-grid-item {
		width: 50%;
	}
}

@media (max-width: 767px) {
	.videos-grid-sizer {
		width: 100%;
	}

	.videos-grid-item {
		width: 100%;
		padding: 0px;
		margin-bottom: 15px;
	}
}

.videos-grid-item-title {
	position: absolute;
	top: 4px;
	left: 4px;
	width: calc(100% - 8px);
	height: calc(100% - 8px);
	background-color: rgba(27, 27, 27, 0.7);
	opacity: 0;
	transition: opacity .25s ease-in-out;
    	-moz-transition: opacity .25s ease-in-out;
    	-webkit-transition: opacity .25s ease-in-out;
	z-index: 2;
	text-align: center;
	font-weight: 900;
	color: #1d1d1d;
	font-size: 22px;
	line-height: 22px;
	vertical-align: middle;
	display: grid;
	padding: 10%;
}

@media (max-width: 767px) {
	.videos-grid-item-title {
		font-size: 22px;
		line-height: 22px;
		padding: 7%;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 100%;
	}
}

.videos-grid-item-title.item-title-color-1 {
	background-color: rgba(245, 140, 211, 0.8);
}

.videos-grid-item-title.item-title-color-2 {
	background-color: rgba(140, 245, 143, 0.8);
}

.videos-grid-item-title.item-title-color-3 {
	background-color: rgba(245, 238, 140, 0.8);
}

.videos-grid-item-title.item-title-color-4 {
	background-color: rgba(134, 208, 247, 0.8);
}

.videos-grid-item-title div:first-child {
	margin-top: auto;
	margin-left: auto;
	margin-right: auto;
}

.videos-grid-item-title div span {
	display: block;
}

.videos-grid-item-title div span:nth-child(2) {
	font-size: 14px;
}

@media (max-width: 765px) {
	.videos-grid-item-title div span:nth-child(2) {
		font-size: 14px;
	}
}

.videos-grid-item:hover .videos-grid-item-title {
	opacity: 1;
}

.videos-grid-item a div img {
	width: 100% !important;
}

.videos-grid-item-play {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 40px;
	z-index: 4;
	opacity: 0.6;
	cursor: pointer;
}

.videos-grid-item-play img {
	width: 100%;
}

.videos-grid-item-play2 {
	position: relative;
	display: block;
	left: 50%;
	transform: translateX(-50%);
	width: 40px;
	height: 40px;
	background-size: cover;
	text-align: left;
	margin-top: 5px;
	margin-bottom: auto;
	margin-right: auto;
}

.videos-grid-item-img {
	background-size: cover;
	background-position: center;
	position: relative;
	width: 100%;
	padding-top: 66.7%;
}

.videos-img-size-1 {
	padding-top: 66.7%;
}

.videos-img-size-2 {
	padding-top: 75%;
}

.videos-img-size-3 {
	padding-top: 160%;
}

.videos-img-size-4 {
	padding-top: 133.4%;
}

.videos-img-size-5 {
	padding-top: 66.7%;
}

.videos-img-size-6 {
	padding-top: 56.25%;
}

.videos-img-size-7 {
	padding-top: 100%;
}

@media (max-width: 767px) {
	.videos-img-size-1, .videos-img-size-2, .videos-img-size-3, .videos-img-size-4, .videos-img-size-5, .videos-img-size-6, .videos-img-size-7 {
		padding-top: 66.7%;
	}
}

#video-popup-video {
	margin-top: 50px;
	width: 100%;
}

.alt-background {
	background-color: #292929;
}

.alt-background2 {
	background-color: #1d1d1d;
}


#spaces-listing-full-list {
	background-color: #1d1d1d;
	padding-top: 50px;
}

@media (max-width: 358px) {
	#spaces-listing-full-list {
		padding-top: 30px;
	}
}

.full-list {
	font-family: 'Muli', sans-serif;
	font-weight: 900;
	color: #fff;
	font-size: 24px;
	line-height: 28px;	
	letter-spacing: 1px;
	border: 3px #fff solid;
	border-radius: 6px;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 24px;
	padding-right: 24px;
}

#whatson-slider .full-list {
	display: inline-block;
	margin-bottom: 35px;
}

@media (max-width: 767.98px) {
	.full-list {
		font-weight: 900;
		font-size: 22px;
		line-height: 24px;	
		letter-spacing: 0px;
		border: 3px #fff solid;
		border-radius: 6px;
		padding-top: 4px;
		padding-bottom: 6px;
		padding-left: 12px;
		padding-right: 12px;
	}
}

@media (max-width: 410px) {
	.footer-enquire {
		font-size: 15px;
		line-height: 17px;	
	}
}

@media (max-width: 358px) {
	.full-list {
		display: inline-block;
		font-size: 16px;
		line-height: 16px;	
		letter-spacing: 0.5px;
		border: 2px #fff solid;
		width: calc(100% + 30px);
		padding-top: 8px;
		padding-bottom: 12px;
		padding-left: 0;
		padding-right: 0;
		margin-left: -17px;
	}
}

a.full-list, a.full-list:hover, a.full-list:active {
	text-decoration: none;
}

.full-list:hover {
	text-decoration: none;
	border: 3px #fff solid;
	color: #1d1d1d;
	background-color: #fff;
}

.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
	box-shadow: 1px 1px 10px 4px rgba(0, 0, 0, 0.2);
}

#enquire-float {
	position: fixed;
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
	width: 150px;
	z-index: 25;
}

#enquire-float a img {
	width: 100%;
}

@media (max-width: 991px) {
	#enquire-float {
		display: none;
	}
}

#enquire-bar {
	position: fixed;
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
	width: 50px;
	margin-top: 53px;
	z-index: 25;
}

#enquire-bar a img {
	width: 100%;
}

@media (max-width: 991px) {
	#enquire-bar {
		width: 50px;
	}
}

@media (max-width: 767px) {
	#enquire-bar {
		width: 35px;
	}
}

#prev-space-btn {
	position: fixed;
	left: 0px;
	top: 30%;
	transform: translateY(-50%);
	width: 28px;
	height: 110px;
	z-index: 27;
}

#prev-space-btn a div {
	width: 100%;
	height: 100%;
	background-image: url(../img/svg/space-prev.svg);
	background-size: cover;
	background-repeat: no-repeat;
}

#next-space-btn {
	position: fixed;
	right: 0px;
	top: 30%;
	transform: translateY(-50%);
	width: 28px;
	height: 108px;
	z-index: 27;
}

#next-space-btn a div {
	width: 100%;
	height: 100%;
	background-image: url(../img/svg/space-next.svg);
	background-size: cover;
	background-repeat: no-repeat;
}

@media (max-width: 767px) {
	#prev-space-btn, #next-space-btn {
		transform: translateY(0);
		top: 120px;
		width: 30px;
		height: 30px;
	}

	#prev-space-btn a div {
		background-image: url(../img/svg/space-prev-small.svg);
	}

	#next-space-btn a div {
		background-image: url(../img/svg/space-next-small.svg);
	}

}

#prev-space-btn-2, #prev-event-btn-2, #prev-shop-btn-2, #prev-venue-btn-2 {
	position: fixed;
	left: 0px;
	top: 50%;
	transform: translateY(-50%);
	width: 28px;
	height: 162px;
	z-index: 27;
}

#prev-space-btn-2 a div {
	width: 100%;
	height: 100%;
	background-image: url(../img/svg/space-prev-2.svg);
	background-size: cover;
	background-repeat: no-repeat;
}

#prev-event-btn-2 a div {
	width: 100%;
	height: 100%;
	background-image: url(../img/svg/event-prev.svg);
	background-size: cover;
	background-repeat: no-repeat;
}

#prev-shop-btn-2 a div {
	width: 100%;
	height: 100%;
	background-image: url(../img/svg/shop-prev.svg);
	background-size: cover;
	background-repeat: no-repeat;
}

#prev-venue-btn-2 a div {
	width: 100%;
	height: 100%;
	background-image: url(../img/svg/space-prev-2.svg);
	background-size: cover;
	background-repeat: no-repeat;
}

#next-space-btn-2, #next-event-btn-2, #next-shop-btn-2, #next-venue-btn-2 {
	position: fixed;
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
	width: 28px;
	height: 162px;
	z-index: 27;
}

#next-space-btn-2 a div {
	width: 100%;
	height: 100%;
	background-image: url(../img/svg/space-next-2.svg);
	background-size: cover;
	background-repeat: no-repeat;
}

#next-event-btn-2 a div {
	width: 100%;
	height: 100%;
	background-image: url(../img/svg/event-next.svg);
	background-size: cover;
	background-repeat: no-repeat;
}

#next-shop-btn-2 a div {
	width: 100%;
	height: 100%;
	background-image: url(../img/svg/shop-next.svg);
	background-size: cover;
	background-repeat: no-repeat;
}

#next-venue-btn-2 a div {
	width: 100%;
	height: 100%;
	background-image: url(../img/svg/space-next-2.svg);
	background-size: cover;
	background-repeat: no-repeat;
}

#prev-shop-btn-2, #next-shop-btn-2 {
	display: none;
}

@media (max-width: 767px) {
	#prev-space-btn-2, #next-space-btn-2 {
		transform: translateY(0);
		top: 120px;
		width: 30px;
		height: 30px;
	}

	#prev-event-btn-2, #next-event-btn-2, #prev-shop-btn-2, #next-shop-btn-2, #prev-venue-btn-2, #next-venue-btn-2 {
		width: 30px;
		height: 30px;
	}

	#prev-space-btn-2 a div, #prev-event-btn-2 a div, #prev-shop-btn-2 a div, #prev-venue-btn-2 a div {
		background-image: url(../img/svg/space-prev-small.svg);
	}

	#next-space-btn-2 a div, #next-event-btn-2 a div, #next-shop-btn-2 a div, #next-venue-btn-2 a div {
		background-image: url(../img/svg/space-next-small.svg);
	}

	#prev-shop-btn-2, #next-shop-btn-2 {
		display: block;
	}
}

#prev-space-btn-3 {
	position: fixed;
	left: 0px;
	top: 50%;
	transform: translateY(-50%);
	width: 28px;
	height: 162px;
	z-index: 27;
}

#prev-space-btn-3 a div {
	width: 100%;
	height: 100%;
	background-image: url(../img/svg/space-prev-3.svg);
	background-size: cover;
	background-repeat: no-repeat;
}

#next-space-btn-3 {
	position: fixed;
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
	width: 28px;
	height: 162px;
	z-index: 27;
}

#next-space-btn-3 a div {
	width: 100%;
	height: 100%;
	background-image: url(../img/svg/space-next-3.svg);
	background-size: cover;
	background-repeat: no-repeat;
}

@media (max-width: 767px) {
	#prev-space-btn-3, #next-space-btn-3 {
		transform: translateY(0);
		top: 120px;
		width: 30px;
		height: 30px;
	}

	#prev-space-btn-3 a div {
		background-image: url(../img/svg/space-prev-small.svg);
	}

	#next-space-btn-3 a div {
		background-image: url(../img/svg/space-next-small.svg);
	}

}

.no-results {
	display: none;
	padding-left: 15px;
	font-size: 18px;
}

#markets-page-video {
	margin-top: 20px;
	overflow: hidden;
}

@media (max-width: 992px) {
	#markets-page-video {
		display: none;
	}
}

#markets-video-wrapper {
	position: relative;
	display: table;
	width: 100%;
	padding-top: 56.25%;
	overflow: hidden;
	z-index: 1;
}

#markets-video-bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	overflow: hidden;
}

@media (max-width: 992px) and (orientation: portrait) {
	#markets-video-bg {
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		height: 100%;
    		width: 177.77777778vh;
    		min-width: 100%;
    		min-height: 56.25vw;
	}
}

#spaces-listing-page-gallery .carousel-indicators {
	position: absolute;
	bottom: 60px;
}

@media (max-width: 992px) {
	#spaces-listing-page-gallery .carousel-indicators {
		display: none;
	}
}

#spaces-listing-page-gallery .carousel-indicators > li {
	width:100px;
	cursor: pointer;
}

#spaces-listing-page-gallery .carousel-indicators li img {
	display: block;
	opacity: 0.5;
	cursor: pointer;
}

#spaces-listing-page-gallery .carousel-indicators li.active img {
	opacity: 1;
}

#spaces-listing-page-gallery .carousel-indicators li:hover img {
	opacity: 0.75;
}

.carousel-indicators-dots {
	position: absolute;
	bottom: 10px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	justify-content: center;
	padding-left: 0;
	margin: 0;
	list-style: none;
	z-index: 10;
}

.carousel-indicators-dots li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	background-color: rgba(255, 255, 255, 0.6);
	border-radius: 50%;
	cursor: pointer;
	transition: background-color 0.3s ease;
}

.carousel-indicators-dots li.active {
	background-color: #ffffff;
}

@media (min-width: 991px) {
	.carousel-indicators-dots {
		display: none !important;
	}
}

#header-logo-2 {
	position: absolute;
	bottom: 50px;
	right: 50px;
	width: 100%;
	text-align: right;
	font-size: 85px;
	line-height: 85px;
	font-weight: bold;
	text-shadow: 2px 2px 20px rgba(0,0,0,0.7);
	letter-spacing: 2px;
	color: #FFF;
	text-transform: uppercase;
	cursor: default;
	z-index: 15;
}

@media (max-width: 992px) {
	#header-logo-2 {
		top: 50%;
		margin-top: -35px;
		left: 0px;
		width: 100%;
		text-align: center;
		font-size: 80px;
		line-height: 80px;
	}
}

@media (max-width: 767px) {
	#header-logo-2 {
		margin-top: -25px;
		font-size: 50px;
		line-height: 50px;
	}
}

@media (max-width: 539px) {
	#header-logo-2 {
		margin-top: -20px;
		font-size: 40px;
		line-height: 40px;
	}
}

@media (max-width: 451px) {
	#header-logo-2 {
		margin-top: -15px;
		font-size: 30px;
		line-height: 30px;
	}
}

@media (max-width: 375px) {
	#header-logo-2 {
		margin-top: -12px;
		font-size: 24px;
		line-height: 24px;
	}
}

#header-logo-3 {
	position: absolute;
	display: inline-block;
	bottom: 50px;
	right: 0px;
	background-color: #212529;
	padding-right: 50px;
	padding-left: 50px;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: right;
	font-size: 80px;
	line-height: 80px;
	font-weight: bold;
	letter-spacing: 2px;
	color: #FFF;
	text-transform: uppercase;
	cursor: default;
	z-index: 15;
}

@media (max-width: 992px) {
	#header-logo-3 {
		top: 50%;
		margin-top: -35px;
		left: 0px;
		text-shadow: 2px 2px 20px rgba(0,0,0,0.7);
		width: 100%;
		background-color: transparent;
		text-align: center;
		padding: 0px;
	}
}

@media (max-width: 767px) {
	#header-logo-3 {
		margin-top: -25px;
		font-size: 50px;
		line-height: 50px;
	}
}

@media (max-width: 539px) {
	#header-logo-3 {
		margin-top: -20px;
		font-size: 40px;
		line-height: 40px;
	}
}

@media (max-width: 451px) {
	#header-logo-3 {
		margin-top: -15px;
		font-size: 30px;
		line-height: 30px;
	}
}

@media (max-width: 375px) {
	#header-logo-3 {
		margin-top: -12px;
		font-size: 24px;
		line-height: 24px;
	}
}

#header-logo-4 {
	position: absolute;
	top: 50%;
	margin-top: -35px;
	left: 0px;
	width: 100%;
	text-align: center;
	font-size: 80px;
	line-height: 80px;
	font-weight: bold;
	text-shadow: 2px 2px 20px rgba(0,0,0,0.7);
	letter-spacing: 2px;
	color: #FFF;
	text-transform: uppercase;
	cursor: default;
	z-index: 15;
}

@media (max-width: 767px) {
	#header-logo-4 {
		margin-top: -25px;
		font-size: 50px;
		line-height: 50px;
	}
}

@media (max-width: 539px) {
	#header-logo-4 {
		margin-top: -20px;
		font-size: 40px;
		line-height: 40px;
	}
}

@media (max-width: 451px) {
	#header-logo-4 {
		margin-top: -15px;
		font-size: 30px;
		line-height: 30px;
	}
}

@media (max-width: 375px) {
	#header-logo-4 {
		margin-top: -12px;
		font-size: 24px;
		line-height: 24px;
	}
}

#header-logo-5 {
	position: absolute;
	bottom: 50px;
	left: 50px;
	width: 100%;
	text-align: left;
	font-size: 85px;
	line-height: 85px;
	font-weight: bold;
	text-shadow: 2px 2px 20px rgba(0,0,0,0.7);
	letter-spacing: 2px;
	color: #FFF;
	text-transform: uppercase;
	cursor: default;
	z-index: 15;
}

@media (max-width: 992px) {
	#header-logo-5 {
		top: 50%;
		margin-top: -35px;
		left: 0px;
		width: 100%;
		text-align: center;
		font-size: 80px;
		line-height: 80px;
	}
}

@media (max-width: 767px) {
	#header-logo-5 {
		margin-top: -25px;
		font-size: 50px;
		line-height: 50px;
	}
}

@media (max-width: 539px) {
	#header-logo-5 {
		margin-top: -20px;
		font-size: 40px;
		line-height: 40px;
	}
}

@media (max-width: 451px) {
	#header-logo-5 {
		margin-top: -15px;
		font-size: 30px;
		line-height: 30px;
	}
}

@media (max-width: 375px) {
	#header-logo-5 {
		margin-top: -12px;
		font-size: 24px;
		line-height: 24px;
	}
}

#header-logo-6 {
	position: absolute;
	display: inline-block;
	bottom: 50px;
	left: 0px;
	background-color: #212529;
	padding-right: 50px;
	padding-left: 50px;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: left;
	font-size: 80px;
	line-height: 80px;
	font-weight: bold;
	letter-spacing: 2px;
	color: #FFF;
	text-transform: uppercase;
	cursor: default;
	z-index: 15;
}

@media (max-width: 992px) {
	#header-logo-6 {
		top: 50%;
		margin-top: -35px;
		left: 0px;
		text-shadow: 2px 2px 20px rgba(0,0,0,0.7);
		width: 100%;
		background-color: transparent;
		text-align: center;
		padding: 0px;
	}
}

@media (max-width: 767px) {
	#header-logo-6 {
		margin-top: -25px;
		font-size: 50px;
		line-height: 50px;
	}
}

@media (max-width: 539px) {
	#header-logo-6 {
		margin-top: -20px;
		font-size: 40px;
		line-height: 40px;
	}
}

@media (max-width: 451px) {
	#header-logo-6 {
		margin-top: -15px;
		font-size: 30px;
		line-height: 30px;
	}
}

@media (max-width: 375px) {
	#header-logo-6 {
		margin-top: -12px;
		font-size: 24px;
		line-height: 24px;
	}
}

.footnote {
	width: 100%;
	margin-top: 45px;
	font-size: 11px;
	line-height: 13px;
	text-align: center;
}

@media (max-width: 991px) {
	.footnote {
		margin-top: 20px;
		font-size: 10px;
		line-height: 11px;
	}
}

.whatson-listing-b {
	padding: 20px;
	background-color: #D8CEBC;
	border-radius: 15px;
}

.whatson-listing-c {
	padding: 20px;
	background-color: #D8CEBC;
	border-radius: 15px;
}

.listings-grid-b {
	margin-top: 30px;
	overflow: hidden;
}

@media (max-width: 991.98px) {
	.listings-grid-b {
		margin-top: 30px;
	}
}

.listing-b {
	position: relative;
	padding-bottom: 30px;
	transition: all 0.4s ease;
}

@media (max-width: 767.98px) {
	.listing-b {
		padding-bottom: 15px;
	}
}

.whatson-listings-img-b {
	width: 100%;
	padding-top: 100%;
	background-color: #1b1b1b;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.whatson-listings-info-b {
	position: relative;
	height: 100%;
}

@media (max-width: 991.98px) {
	.whatson-listings-info-b {
		margin-top: 10px;
	}
}

@media (max-width: 767.98px) {
	.whatson-listings-info-b {
		border-radius: 3px;
	}
}

.whatson-listings-title-b {
	font-size: 23px;
	line-height: 27px;
	height: 27px;
	font-weight: 900;
	margin-bottom: 3px;
	margin-top: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
  	word-wrap: break-word;
    	display: -webkit-box;
    	-webkit-line-clamp: 2;
    	line-clamp: 2; 
    	-webkit-box-orient: vertical;
}

.whatson-listings-title-b a {
	font-size: 23px;
	line-height: 27px;
	font-weight: 900;
	margin-bottom: 12px;
	color: #1b1b1b;
}

.whatson-listings-title-b a:hover, .whatson-listings-title-b a:active {
	text-decoration: none;
}

@media (max-width: 767.98px) {
	.whatson-listings-title-b, .whatson-listings-title-b a {
		font-size: 19px;
		line-height: 21px;
		margin-bottom: 5px;
		overflow: visible;
		height: auto;
    		display: block;
    		-webkit-line-clamp: none;
    		line-clamp: none;
	}
}

.whatson-listings-address-b {
	font-size: 15px;
	line-height: 17px;
	font-style: italic;
	height: 42px;
	margin-bottom: 12px;
}

@media (max-width: 767.98px) {
	.whatson-listings-address-b {
		font-size: 13px;
		line-height: 17px;
		font-style: italic;
		height: 42px;
		margin-bottom: 5px;
	}
}

.whatson-listings-times-b {
	width: 100%;
	font-size: 16px;
	line-height: 19px;
	height: 57px;
	font-weight: 700;
	margin-bottom: 17px;
	overflow: hidden;
	text-overflow: ellipsis;
  	word-wrap: break-word;
    	display: -webkit-box;
    	-webkit-line-clamp: 3;
    	line-clamp: 3; 
    	-webkit-box-orient: vertical;
}

@media (max-width: 767.98px) {
	.whatson-listings-times-b {
		width: 100%;
		font-size: 14px;
		line-height: 19px;
		font-weight: 700;
		margin-bottom: 10px;
		overflow: visible;
		height: auto;
    		display: block;
    		-webkit-line-clamp: none;
    		line-clamp: none; 
	}
}

.whatson-listings-blurb-b {
	display: block;
	font-size: 16px;
	line-height: 19px;
	height: 57px;
	width: 100%;
	margin-bottom: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
  	word-wrap: break-word;
    	display: -webkit-box;
    	-webkit-line-clamp: 3;
   	line-clamp: 3; 
    	webkit-box-orient: vertical;
	transition: all 0.4s ease;
}

@media (max-width: 767.98px) {
	.whatson-listings-blurb-b {
		font-size: 14px;
		line-height: 19px;
		margin-bottom: 15px;
		padding-bottom: 10px;
	}
}

.whatson-listings-blurb-c {
	display: block;
	font-size: 16px;
	line-height: 19px;
	padding-bottom: 30px;
}

@media (max-width: 767.98px) {
	.whatson-listings-blurb-c {
		font-size: 14px;
		line-height: 19px;
		padding-bottom: 30px;
	}
}


.whatson-listings-social-b {
	display: block;
	height: 22px;
	margin-bottom: 15px;
}

@media (max-width: 767.98px) {
	.whatson-listings-social-b {
		
	}
}

.whatson-listings-social-b ul {
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.whatson-listings-social-b ul li {
	display: inline-block;
	margin-right: 22px;
}

.whatson-listings-social-b ul li img {
	width: 22px;
	height: 22px;
}

.whatson-listings-view-more-b {
	position: absolute;
	display: flex;
  	justify-content: flex-end;
  	flex-direction: column;
	width: 100%;
	height: 72px;
	text-align: center;
	bottom: 0px;
}

.whatson-listings-view-more-c {
	position: relative;
	width: 100%;
	height: 72px;
	text-align: center;
}

@media (max-width: 767.98px) {
	.whatson-listings-view-more-b {
		
	}
}

.whatson-listings-more-b {
	display: block;
	height: 120px;
}

@media (max-width: 767px) {
	.whatson-listings-more-b {
		height: 120px;
	}
}

.view-more-btn-b {
	display: block;
	background-color: #1d1d1d;
	color: #FFF;
	font-size: 19px;
	font-weight: 900;
	padding-top: 7px;
	padding-bottom: 7px;
	margin-top: 3px;
	width: 100%;
	border-radius: 7px;
}

.whatson-listings-view-more-b a:hover {
	text-decoration: none;
}

@media (min-width: 992px) {
	.expanded .whatson-listing-b {
		display: flex;
		gap: 30px;
		align-items: stretch;
	}

	.expanded .whatson-listing-b > a {
		display: block;
		flex: 0 0 33.333%;
		max-width: 33.333%;
		text-decoration: none;
	}

	.expanded .whatson-listings-img-b {
		width: 100%;
		aspect-ratio: 1 / 1;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		padding-top: 0 !important;
		height: auto;
	}

	.expanded .whatson-listings-title-b {
		margin-top: 0px;
	}

	.expanded .whatson-listings-info-b {
		flex: 1;
		display: flex;
		gap: 20px;
	}

	.expanded .whatson-listings-info-c {

	}

	.expanded .whatson-listings-info-b .info-left {
		flex: 2;
		display: flex;
		flex-direction: column;
		gap: 10px;
	}

	.expanded .whatson-listings-info-b .info-right {
		flex: 1;
		display: flex;
		flex-direction: column;
		gap: 8px;
		justify-content: flex-start;
		align-items: stretch; 
	}

	.expanded .whatson-listings-view-more-b, .expanded .view-more-btn-b {
		width: 100%;
		box-sizing: border-box; 
		position: relative;
	}

	.expanded .whatson-listings-social-b {
		margin-bottom: 25px;
	}
}

ul#whatson-categories-selection {
	margin: 0;
	margin-left: -13px;
	padding: 0;
	list-style-type: none;
	width: calc(100% + 26px);
	display: table;
	table-layout: fixed;
	border-collapse: separate;
  	border-spacing: 13px 0px;
	margin-top: 15px;
}

ul#whatson-categories-selection li a {
	display: block;
	width: 100%;
	color: #1b1b1b;
}

ul#whatson-categories-selection li a:hover, ul#whatson-categories-selection li a:active {
	text-decoration: none;
	color: #fff;
}

ul#whatson-categories-selection li {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	border: #1b1b1b solid 3px;
	background-color: #FFF;
	border-radius: 7px;
	font-family: 'Didact Gothic', sans-serif;
	font-size: 19px;
	line-height: 16px;
	font-weight: 900;
	padding-top: 8px;
	padding-bottom: 12px;
	letter-spacing: 0.5px;
	cursor: pointer;
	transition: ease all 200ms;
}

@media (max-width: 991.98px) {
	ul#whatson-categories-selection {
		margin-left: 0;
		width: 100%;
		display: block;
		margin-bottom: 10px;
	}

	ul#whatson-categories-selection li {
		display: inline-block;
		width: 48%;
		margin-top: 10px;
		transition: ease all 200ms;
	}
	
	ul#whatson-categories-selection li:nth-child(odd) {
		margin-right: 20px;
	}
}

@media (max-width: 635px) {
	ul#whatson-categories-selection li:nth-child(odd) {
		margin-right: 10px;
	}
}

@media (max-width: 482px) {
	ul#whatson-categories-selection li:nth-child(odd) {
		width: 100%;
		margin-right: 0px;
	}

	ul#whatson-categories-selection li:nth-child(even) {
		width: 100%;
	}

}

ul#whatson-categories-selection li:hover {
	border: #1b1b1b solid 3px;
	background-color: #1b1b1b;
	border-radius: 7px;
	color: #FFF;
	transition: ease all 200ms;
}

ul#whatson-categories-selection > li.active {
	border: #1b1b1b solid 3px;
	background-color: #1b1b1b;
	border-radius: 7px;
	color: #FFF;
	transition: ease all 200ms;
}

ul#whatson-categories-selection li:hover a, ul#whatson-categories-selection li.active, ul#whatson-categories-selection li.active > a {
	color: #FFF;
	text-decoration: none;
}

.gallery-thumb {
	width: 100%;
	padding-top: 66.7%;
	background-size: cover;
}

#spaces-listing-page-gallery .carousel-indicators li .gallery-thumb {
	opacity: 0.5;
}

#spaces-listing-page-gallery .carousel-indicators li:hover .gallery-thumb {
	opacity: 0.75;
}

#spaces-listing-page-gallery .carousel-indicators li:active .gallery-thumb {
	opacity: 1;
}

.spaces-page-info-blurb {
	/* display: none; */
}

#blurb-events {
	display: block;
}

.next-room-btn {
	display: inline-block;
	font-family: 'Muli', sans-serif;
	font-weight: 900;
	color: #1d1d1d;
	font-size: 24px;
	line-height: 28px;	
	letter-spacing: 1px;
	border: 3px #1d1d1d solid;
	border-radius: 6px;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 24px;
	padding-right: 24px;
	margin-top: 30px;
	margin-left: 15px;
	margin-right: 15px;
}

.next-room-btn span {
	display: block;
	font-size: 24px;
	line-height: 28px;
	 /*color: #ed2828;*/
}

@media (max-width: 767.98px) {
	.next-room-btn {
		display: block;
		width: calc(100% - 30px);
		font-weight: 900;
		font-size: 22px;
		line-height: 24px;	
		letter-spacing: 0px;
		padding-top: 8px;
		padding-bottom: 8px;
		padding-left: 12px;
		padding-right: 12px;
		margin-top: 5px;
	}

	.next-room-btn span {
		font-size: 22px;
		line-height: 24px;
	}
}

@media (max-width: 358px) {
	.next-room-btn {
		display: inline-block;
		font-size: 16px;
		line-height: 16px;	
		letter-spacing: 0.5px;
		border: 2px #1d1d1d solid;
		padding-top: 12px;
		padding-bottom: 12px;
		padding-left: 0;
		padding-right: 0;
		margin-left: 0px;
		width: 100%;
	}

	.next-room-btn span {
		font-size: 19px;
		line-height: 16px;
	}
}

a .next-room-btn, a .next-room-btn:hover, a .next-room-btn:active {
	text-decoration: none;
}

.next-room-btn:hover {
	text-decoration: none;
	border: 3px #fff solid;
	color: #1d1d1d;
	background-color: #fff;
}

.whatson-listing-slideshow .carousel-item img {
	width: auto !important;
	max-width: 100% !important;
	height: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
	object-fit: contain;
}

.whatson-listing-slideshow {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px;
}

@media (max-width: 991px) {
	.whatson-listing-slideshow {
		margin-bottom: 5px;
	}
}

.whatson-listing-slideshow .carousel-item img {
	width: auto !important;
	max-width: 100% !important;
	height: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
	object-fit: contain;
}

.whatson-listings-slideshow-b {
	display: none;
}

.whatson-listings-info-c .listing-img, .whatson-listings-info-c .listing-thumbnails {
	display: none !important;
}

.expanded .whatson-listings-info-c .listing-img, .expanded .whatson-listings-info-c .listing-thumbnails {
	display: block !important;
}

.info-left .listing-thumbnails {
	display: none !important;
}

.expanded .info-left .listing-thumbnails {
	display: block !important;
}

.whatson-listings-info-c .listing-thumbnails div {
	display: inline-block;
	width: 120px;
	height: 120px;
	background-size: cover;
	background-position: center;
	cursor: pointer;
	margin-right: 5px;
}

.info-left .listing-thumbnails div {
	display: inline-block;
	width: 120px;
	height: 120px;
	background-size: cover;
	background-position: center;
	cursor: pointer;
	margin-right: 5px;
}
