body,
html,
a,
p,
div,
h1,
h2,
h3,
h4,
h5 {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 140%;
    font-size: 16px;
    transition: all 300ms ease-in-out;
	    color: #000;
}

body {
    background: rgb(0, 0, 0);
}
:root{
	--brand: rgb(180,205,0);
}
main {
    background-color: #fff;
    overflow: hidden;
}
header.skinnyHeader{
    background: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.owl-dots {
    display: none;
}

h3,
h2,
h1,
.banner h2,
.btn,
.textSearch input::placeholder,
.cats button {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-style: normal;
}

h1 {
    font-size: 64px;
    margin: 10px 0;
		font-weight:700;

}

h2 {
    font-size: 34px;
    margin-bottom: 15px;
	font-weight:700

}

h3 {
    font-size: 24px;
    margin-bottom: 15px;
	font-weight:700;
}

img {
    max-width: 100%;
    height: auto
}

a {
    text-decoration: none;
}

.uppercase {
    text-transform: uppercase;
}

.container {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
}

.flex {
    display: flex;
}
.items-center{
    align-items: center;
}

.center {
    text-align: center;
}

.blackBg {
    background-color: #000;
    color: #fff;
}

.blackBg p,
.blackBg a,
.blackBg div,
.blackBg h2,
.blackBg h1,
.blackBg h3 {
    color: #fff;
}
.bg-brand{
	background: var(--brand);
}
.text-center{
    text-align: center;
}
.py-5{
    padding-bottom: 3rem;
    padding-top: 3rem;
}
.pt-4{
	padding-top: 2rem;
}
.py-4{
    padding-bottom: 2rem;
	padding-top: 2rem;
    
}
.bg-light-grey{
    background: rgb(89 100 118 / 3%);
}
.bg-grey{
	background: #596476;
    color: #fff;
}
.bg-grey ul li a{
    color: #fff;
}
.bg-brand h3,
.bg-brand p,
.bg-brand a,
.bg-brand div{
	color: #fff;
}
.cover {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.contain {
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

.btn {
    width: 100%;
    background: #F08511;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    padding: 10px 30px;
    font-size: 21px;
}

.cta {
    font-weight: 700;
    font-size: 18px
}


/*header*/

.header {
    padding-top: 13px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 5;
	padding-bottom: 30px;
	background: #fff;
}
.header .logo img{
	max-height: 98px;
	width: auto;
	max-width: 100%;
	object-fit: contain;
}
.header-main{
	align-items:end;
}
.skinnyHeader .header-main{
	padding-bottom: 15px;
}
.logo {
    max-width: 250px;
	margin-bottom: 6px;
}

.col#second {
    margin-left: auto
}

.col#second .icon {
    margin-left: 15px;
    font-size: 14px;
    position: relative;
}

.col#second .socail.icon {
    margin-left: 5px;
}
.topline span{
    font-weight: 600;
    font-size: 14px;
}
.col#second .socail.facebook {
    margin-left: 15px;
}

.col#second b {
    font-weight: 600;
    color: #fff;
}


.col#second .icon i {
    margin-right: 8px;
    font-size: 25px;
    position: relative;
}

.promagnifier,
.proclose {
    display: none!important
}

.col#second .icon.search {
    position: relative;
    width: 20px;
    height: 10px;
    cursor: pointer;
}

.col#second .icon.search .fas {
    top: 3px;
    left: 0;
    position: absolute
}

.col#second .icon.search.active .fa-times {
    opacity: 1;
    transition: all 300ms ease-in-out;
}

.col#second .icon.search.active .fa-search {
    opacity: 0;
    transition: all 300ms ease-in-out;
}

.col#second .icon.search .fa-times {
    opacity: 0;
    transition: all 300ms ease-in-out;
}

.col#second .icon.search .fa-search {
    opacity: 1;
    transition: all 300ms ease-in-out;
}

.topline .items {
    opacity: 1;
    transition: all 300ms ease-in-out;
}

.topline .items.active {
    opacity: 0;
    transition: all 300ms ease-in-out;
}

body div.asl_m .probox .proinput input::placeholder {
    opacity: 1;
    font-size: 18px;
    font-weight: 700;
}

body #ajaxsearchlite1 .probox .proinput input,
body div.asl_w .probox .proinput input {
    font-size: 18px;
    font-weight: 700;
}

body div.asl_r .results .item .asl_content h3,
body div.asl_r .results .item .asl_content h3 a,
body div.asl_r .results .item .asl_content h3 a:hover {
    color: rgb(255, 51, 67);
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
}

body div.asl_r .results .item .asl_content h3 a:hover {
    color: #F08511;
}

.seachContainer {
/*     margin-left: auto */
}

.seachContainer {
    position: relative;
}

.boxItem.info h3{
	margin-bottom: 10px;
}
.searchBar {
    position: absolute;
    top: 0;
    right: 30px;
    width: 0px;
    overflow: hidden;
    transition: all 300ms ease-in-out;
}

.searchBar.active {
    width: 510px;
    transition: all 300ms ease-in-out;
}


/*footer*/
footer h3,
footer p,
footer span,
footer li,
footer div{
	color: #fff;
}
footer {
    box-sizing: border-box;
    padding: 20px 0;
    overflow: hidden;
    display: block
}

footer .col {
    width: 180px;
    box-sizing: border-box;
    padding-left: 30px;
}

footer .col:first-child {
    padding-left: 0px;
}

footer .col#aboutCol {
    width: 435px;
}

footer .col#logoCol {
    margin-left: auto
}

footer .footerLogo.white {
	margin-top: 20px;
    width: 175px;
    margin-left: auto;
    display: block;
}

footer p,
footer a,
footer div {
    font-size: 12px;
}

footer ul,
footer ul li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

footer .address {
    margin-bottom: 4px;
}

footer a {
    font-weight: 600;
    margin-bottom: 4px;
    display: block;
}

.bottomLine {
    display: block;
    padding: 40px 0 20px
}

.bottomLine a {
    display: inline-block
}

.logo-carousel .owl-item img {
    display: block;
    width: 100%;
    height: 100px;
    object-fit: contain;
    margin: auto;
}
/*banner*/

.banner {
    width: 100%;
    background: var(--brand) !important;
    margin-bottom: 40px;
    background-size: cover;
    background-position: center center;
}

.banner h1,
.banner h2 {
    color: #fff;
    font-size: 50px;
    margin: 0;
}

.banner .container .inner {
    height: 190px;
    display: flex;
    align-items: center;
	justify-content: center;
}


/*home carousel*/

.home-carousel .item{
	position:relative;
}
.home-carousel .item:before{
	content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0, 0, 0, 0.4);
}
.home-carousel .item .inner{
	position: relative;
	z-index:2;
}
.home-carousel .container {
    padding: 0;
}
.home-carousel .item{
    position: relative;
}

.home-carousel .item img{
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.home-carousel .inner h1{
    font-weight: 800;
    color: #fff;
    text-transform: capitalize;
    font-size: clamp(3.25rem, 1.4531rem + 5.75vw, 4.6875rem);
    line-height: normal;
    text-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
	letter-spacing: -4px;

}
.home-carousel .item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
/*   background: linear-gradient(to bottom, rgba(0,0,0,0.3), rgba(0,0,0,0.4)); */
  z-index: 0;
  pointer-events: none;
}

.home-carousel .inner{
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
    max-width: 1240px;
    margin: 0 auto;
    padding: 100px 15px;
}
.item.contained {
    max-width: 1210px;
    margin: 0 auto;
}

.item.full {
    width: 100%;
    margin: 0 auto;
}

.item.contained video {
    max-width: 1210px;
}

.item.full video {
    width: 100%;
}


/* logo carousel*/

.logoCarousel {
    display: block;
    padding: 20px 0;
}
.logoCarousel .item{
	margin: 15px;
}

.homeImages {
    margin-bottom: 50px;
}


/*features*/

.shadowBox {
    display: block;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    box-sizing: border-box;
    padding: 40px;
	margin-bottom:50px;
}
.shadowBox .leftCol {
    width: 40%;
    display: flex;
    align-items: center;
    text-align: center;
    box-sizing: border-box;
    padding: 0px 80px 0 40px;
}
.shadowBox .rightCol {
    width: 60%;
    min-height: 330px;
}
.cover {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.features {
    position: relative;
    width: calc(100% + 30px);
    left: -15px;
    margin-bottom: 60px;
}

.features .feature {
    padding: 15px
}

.features .feature h3 {
    text-transform: uppercase;
    margin-top: 15px
}



.header.skinnyHeader .desktop {
  display: none;
}

.header.skinnyHeader .scroll-logo {
  display: inline-block;
}
/* shop page*/

.shopItems {
    font-size: 0;
}

.shopItem {
    box-sizing: border-box;
    display: inline-block;
    padding: 5px;
    width: 25%
}

.shopItem .inner {
    border: 1px solid rgb(87 100 118 / 20%);
    box-sizing: border-box;
    padding: 15px;
}

.shopItem .hidden {
    font-size: 0;
}

.intro,
.seaching {
    max-width: 840px;
    margin: 0 auto;
    font-size: 22px;
    text-align: center;
}

.seaching {
    margin-bottom: 40px;
}

.intro p,
.intro a {
    font-size: 18px;
}


.intro a {
    font-weight: 600;
}

.searchCats,
.textSearch {
    width: 50%;
    box-sizing: border-box;
}

.searchCats {
    padding-right: 20px;
}

.searchCats .inner {
    position: relative;
}

.searchCats .btn {
	 background-color: rgb(255, 255, 255); 
    color: #000
}

.searchCats .btn i {
    transition: all 300ms ease-in-out;
    transform: rotate(0deg);
    position: relative;
    top: 0;
}

.searchCats .btn.activeMenu i {
    transition: all 300ms ease-in-out;
    transform: rotate(180deg);
    position: relative;
    top: 3;
}

.textSearch {
    padding-left: 20px;
}

.textSearch input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    border: 0px solid #000;
/*     background: rgb(255, 212, 178); */
    padding: 14px;
    text-align: center;
}

.textSearch input::placeholder {
    font-weight: 700;
    color: #000;
    font-size: 21px;
}

.cats {
    background-color: rgba(255, 255, 255, 0.95);
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    overflow: hidden;
    max-height: 0;
    transition: all 300ms ease-in-out;
    position: absolute;
    top: 50px;
    z-index: 5
}

.cats.activeMenu {
    max-height: 600px;
    transition: all 300ms ease-in-out;
}

.cats button:first-child {
    margin-top: 10px
}

.cats button:last-child {
    margin-bottom: 10px
}

.cats button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    background: none;
    border: 0px solid #000;
    text-align: left;
    font-size: 22px;
    padding: 3px 15px;
    box-sizing: border-box;
    text-transform: uppercase;
}

.list {
    padding-bottom: 60px;
}

.shopItem .inner {
    text-align: center;
}

.shopItem .inner img {
    height: 95px !important;
    object-fit: contain;
}

.newsItem {
    min-height: 250px;
    margin-bottom: 40px;
}

.newsItem:hover {
    opacity: 0.8
}

.newsItem .item {
    min-width: 340px;
	width:340px;
	object-fit: cover;
}

.newsItem .col.info {
    background: rgb(249 166 75 / 31%);
    align-items: center;
    display: flex;
    box-sizing: border-box;
    padding: 40px
}
.whatsonList .inner h3,
.whatsonList .inner p,
.whatsonList .inner a,
.whatsonList .inner span,
.whatsonList .inner div{
	color: #fff;
}

.newsItem .col.info h3 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 42px;
    text-transform: uppercase;
}

.teaser p {
    font-size: 18px;
    margin: 0 0 5px;
}

.box {
    width: 100%;
    padding: 10px;
}

.infoBoxes {
    margin-bottom: 60px;
}

.box .inner {
    width: 100%;
    height: 100%;
    padding: 30px 40px;
    box-sizing: border-box;
    display: flex;
    align-items: flex-start;
    justify-content: center;
	background: var(--brand);
	color: #333;
}
.box .inner h3,
.box .inner p{
	color: #333;
}



body.visit-us .box .inner {
    border: none;
	box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.1);
    border-radius: 1px;
}
body.single-shops .box .inner h3,
body.single-shops .box .inner div,
body.single-shops .box .inner p,
body.single-shops .box .inner a,
body.single-shops .box .inner span{
	color: #333;
}
body.single-shops .box .inner {
    border: none;
	background: var(--brand);
	box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.1);
    border-radius: 1px;
}
body.single-shops .webBox  .inner a{
	
}


.box h3 {
    margin-top: 0;
}

.box a {
    font-weight: 600;
}

body.information .infoBoxes {
    display: flex;
    flex-wrap: wrap;
}

body.information .box {
    width: 50%;
}

body.information .infoBoxes .box:last-child {
	width:100%;
}

/*shop*/

body.single-shops .banner {
/*     background-color: rgb(251, 126, 211);
    background-image: url('../img/shop-banner.png')!important; */
	background-color: var(--brand);
}

/* body.single-eating .banner {
    background-color: rgb(0, 186, 125);
    background-image: url('../img/eating-banner.png')!important; */
	background-color: #F08511;
}

body.single-whats-on .banner {
/*     background-image: url('../img/whatson-banner.png')!important; */
	background-color: #F08511;
}

body.single-jobs .banner {
/*     background-image: url('../img/jobs-banner.png')!important; */
	background-color: #F08511;
}

body.single h1 {
    text-align: center;
    margin: 0;
    padding: 0;
    font-size: 42px
}

body.single-shops .mainContent,
body.single-eating .mainContent {
    margin-bottom: 60px;
}

body.single-shops .mainContent .col,
body.single-eating .mainContent .col {
    width: 50%
}

body.single-shops .mainContent ul,
body.single-eating .mainContent ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

body.single-shops .mainContent h3,
body.single-eating .mainContent h3 {
    margin-bottom: 0;
}

body.single-shops .mainContent .btn,
body.single-eating .mainContent .btn {
    margin-top: 20px;
    display: inline-block;
    max-width: 200px;
}

.retainerImage {
    padding: 10px
}

.retainerImage .inner {
    height: 100%;
	min-height:500px;
}

.fullWidthImage {
    margin: 50px 0
}


/*single evnts Content*/

body.single-whats-on main p,
body.single-whats-on main a,
body.single-whats-on main ul,
body.single-whats-on main li,
body.single-whats-on main {
    font-size: 21px;
}

body.single-whats-on .splitContent .col {
    width: 50%;
}

body.single-whats-on .splitContent {
    position: relative;
    width: calc(100% + 20px);
    left: -15px;
}

body.single-whats-on .splitContent .col {
    width: 50%;
    box-sizing: border-box;
    padding: 15px;
}

body.single-whats-on .splitContent .col p:first-child {
    margin-top: 0;
    padding-top: 0;
}

body.single-whats-on .splitContent .col .inner {
    height: 100%;
}

.fullWidthImageBlock,
.fullWidthImageBlock img {
    width: 100%;
}

.fullWidthImageBlock img {
    height: auto;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.flexiBlock {
    margin-bottom: 60px;
}

.splitContent {
    min-height: 400px;
}

.jobItem {
    width: 100%;
    border: 2px solid black;
    margin-bottom: 40px;
    box-sizing: border-box;
    padding: 30px;
}

.jobItem .item {
    width: 25%;
    border: 1px solid #999
}
.jobItem .jobInfo h3,
.jobItem .jobInfo div,
.jobItem .jobInfo p,
.jobItem .jobInfo span{
	color: #000;
}

.jobItem .jobInfo a{
	color: var(--brand);
}

.jobItem>.jobInfo {
    width: 85;
    box-sizing: border-box;
    padding-left: 30px;
}

.jobInfo h3 {
    margin: 0;
}

.fancybox-content {
    max-width: 800px!important;
    padding: 30px!important
}

.fancybox-content h3 {
    margin-top: 0;
}

.fancybox-content .btn {
    float: left;
    margin-top: 40px;
}

.roleDetails {
    font-size: 18px;
}

.jobInfo {
    font-size: 18px;
}

.roleDetails {
    margin-top: 20px
}

body.single-jobs .roleDetails {
    display: block;
    width: 100%;
}

body.single-jobs .btn {
    display: inline-block;
    margin: 40px 0;
}

body.single-jobs h1 {
    margin-bottom: 40px;
}

body.jobs .intro {
    margin-bottom: 60px
}

.leasingCol {
    width: calc(100% + 20px);
    position: relative;
    left: -10px;
    font-size: 18px;
    margin-bottom: 60px;
}

.leasingCol p,
.leasingCol a,
.compAgent {
    font-size: 18px
}

.agents .box a,
.agents .box {
    font-weight: 400;
}

.leasingCol .col {
    padding: 10px;
    box-sizing: border-box;
}

.leasingCol .col.com {
    width: 75%
}

.leasingCol .col.agents {
    width: 25%
}

.infoBit {
    margin-top: 2px
}

.agents .box img {
    max-width: 140px
}

.agents .box .compAgent {
    font-weight: 600;
    margin-top: 15px;
    display: block;
}

.featureBoxes {
    margin: 60px 0
}

.featureBoxes .box {
    border: 2px solid black;
    box-sizing: border-box;
    padding: 40px 15px;
    margin-bottom: 40px
}

.featureBoxes .col:first-child {
    width: 300px;
    text-align: center;
}

.featureBoxes .col:first-child>div {
    width: 100%;
}

.featureBoxes .col:first-child>div i {
    font-size: 84px;
    margin-top: 20px
}

.featureBoxes .col p,
.featureBoxes .col a,
.featureBoxes .col div {
    font-size: 21px;
}

.featureBoxes .col a {
    margin-top: 20px;
    display: block
}

body.whats-on .intro {
    margin-bottom: 60px;
}
.promo-container{
    padding: 15px;
}
.bg-teal{
	background: #72c9b8;
}
.promo-2{
    padding: 18px;
}
.promo-2 .promoBox img{
    max-width: 375px;
    width: 100%;
    height: auto;
}
.promo-2 .promoItem{
    display: flex;
    justify-content: center;
    align-items: center;
}


.promo-2 .boxItem  .inner p{
    margin-top: 0;
	color: #fff;
}
.promo-2 .boxItem  .inner h2{
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 0px;
	color: #fff;
}

.promo-2 .boxItem  .inner h3{
	font-size: 26px;
	color: #fff;
}

.promo-container .leftCol,
.promo-container .rightCol{
    position: relative;
}
.promo-container .leftCol .vCen{
    position: relative;
    z-index: 1;
}
.promo-container .leftCol .orange-shape{
    max-width: 111px;
    height: 95px;
    object-fit: contain;
    position: absolute;
    top: 20px;
    left: -10px;
}
.promo-container .rightCol .pink-shape{
    max-width: 111px;
    height: 95px;
    object-fit: contain;
    position: absolute;
    bottom: 0;
    left: -30px;
    z-index: 1;
}
.promo-container p{
    font-size: 20px;
	letter-spacing: -0.5px;
}
.promoItem .promoBox {
    display: block;
    overflow: hidden;
}
.promoItem {
    padding-right: 20px;
    width: calc(100% - 550px);
    display: block;
}
.promoItem .promoBox .promoImage {
    width: 100%;
    transition: 1s all;
    transform: scale(1);
    padding-top: 44.44%;
}
.promoItem .promoBox .mobileImage {
    display: none;
}

.boxItem.social {
    width: 400px;
    margin-top: 65px;
    padding: 15px 0 0 25px;
}


.boxItem.social .inner {
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
	height: 100%;
}

.boxItem .inner {
    overflow: hidden;
}
.boxItem.social .icons {
    height: initial;
    margin-top: 80px;
}
.desktopImage.cover.promoImage:hover{
	transform: scale(1.1);
}

.boxItem.social .circleIcon {
    text-align: center;
    background-color: rgba(0, 0, 0, 1);
    display: inline-block;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    margin: 0 10px;
}
.boxItem.social .circleIcon .innerIcon {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    height: 100%;
}
.boxItem.social .circleIcon i {
    color: rgba(255, 255, 255, 1);
    font-size: 42px;
}
.promo h2, .homeImages h2 {
    margin-bottom: 5px;
}

.storeMap .btn {
    background-color: #0294a7;
    color: #fff;
    display:block;
    width:420px;
}

.bottomLine ul {padding:10px 0; display:flex; flex-wrap:wrap; margin:0 auto;text-align:left;justify-content: start;}
.bottomLine ul li::after {content:" | "; margin:0 5px; font-size:14px;}
.bottomLine ul li:last-child::after {display:none}

.splitContent.map .col:first-child {width:25%; padding:10px; font-size:16px;}
.splitContent.map .col:first-child .inner h3{ color: #333;}
.splitContent.map .col:first-child .inner {background-color: var(--brand); height:100%; box-sizing:border-box; padding:15px; color: #333;}
.splitContent.map .col:first-child h3 {padding:0; margin:0;}
.splitContent.map .col:first-child div {font-size:16px;}
.splitContent.map .col:last-child {width:75%; padding:10px;}
.splitContent.map .col:nth-child(2) a {display:block; height:100%; }
.splitContent.map .col:nth-child(2) .inner { height:100%;}

body.visit-us .infoBoxes{
	display: grid;
/*     grid-template-columns: repeat(auto-fill, minmax(404px, 1fr)); */
	grid-template-columns: repeat(1, 1fr);
}

body.visit-us .infoBoxes .col:first-child {
    display: flex;
}
body.visit-us .infoBoxes .box h3,
body.information .infoBoxes .box h3{
	color: #000;
}
.btmImage {
    display: flex;
    gap: 20px;
}
.btmImage img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.splitContent.map .col:nth-child(2) .inner {
    height: 100%;
}

@keyframes dropWord {
    from {
        opacity: 0;
        transform: translateY(-80%); /* Reduced bounce */
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.text_drop {
        overflow: visible;
}
.text-white{
    color: #fff;
}
.text_drop span {
    opacity: 0;
    display: inline-block;
    margin-right: 0.15em;
    animation: dropWord 0.6s ease forwards;
}

.fade_in_right span {
    opacity: 0; /* Start with words invisible */
    display: inline-block; /* Ensure each word is treated as a block */
    animation: fadeInRightWord 0.8s ease forwards; /* Faster animation */
    white-space: pre; /* Preserve spaces */
}
.venue-banner{
	position: relative;
}
.venue-banner::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.35) 30%, rgba(0, 0, 0, 0.35) 50%, rgba(0, 0, 0, 0.00) 100%);
    z-index: 1;
}
.venue-banner .container{
	position: relative;
	z-index: 2;
}
.venue-banner .container,
.page-banner .container {
    min-height: 650px;
    display: flex;
    align-items: center;
}
.venue-banner h1,
.page-banner h1{
	letter-spacing: -1px;
}

 @keyframes fadeInRightWord {
    from {
      opacity: 0;
      transform: translateX(25px); /* Start slightly to the right */
    }
    to {
      opacity: 1;
      transform: translateX(0); /* Move to original position */
    }
  }

.fade_in_down span {
  opacity: 0;
  display: inline-block;
  animation: fadeInDownWord 0.8s ease forwards;
  white-space: pre;
}

@keyframes fadeInDownWord {
  from {
    opacity: 0;
    transform: translateY(-25px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


.fade-in-up.activeAnimation {
  opacity: 0;
  transform: translateY(50px);
  animation: fade-in-up 1s forwards;
}


@keyframes fade-in-up {
  from {
    opacity: 0;
    transform: translate3d(0, 25px, 0);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


.boxImage .image,
.boxImage .boxInfo{
	width:50%;
}

.boxImage .boxInfo{
	background: #B4E4DB;
	display: flex;
	align-items: center;
	padding: 40px 36px;
}

.boxImage .boxInfo ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
.boxImage .boxInfo ul li{
	padding-top:8px;
	padding-bottom: 8px;
}
.cg-bullet{
	position: relative;
	padding-left: 28px;
	font-size:16px;
}
.cg-bullet.big{
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 10px;
	line-height: normal;
}
.cg-bullet:before{
	content: "";
	position: absolute;
	transform: translatey(-50%);
	top: 50%;
	left: 0;
	width:18px;
	height: 18px;
	background:#72C9B8;
}
.cg-bullet.big:before{
	width:18px;
	height: 18px;
}
.boxImage .boxInfo h2{
	margin-top:10px;
}
.boxImage .boxInfo h1{
	text-align: left;
	margin-bottom: 20px;
}

.boxImage .image img{
	min-height: 500px;
	width: 100%;
	object-fit: cover;
}
.cg-content p{
	font-size: 16px;
}
.months-list .month-card{
	display: flex;
	padding: 17px 18px;
	background: var(--brand);
	margin-bottom: 30px;
}
.month-card .excerpt{
	font-size: 14px;
}
.months-list .month-card .image{
	width: 25%;
}
.months-list .month-card .image img{
	width: 100%;
	height: 300px;
	object-fit: cover;
}
.months-list .month-card .info{
	width:75%;
	padding-left: 25px;
	padding-right: 25px;
}
.months-list .month-card .info h2{
	font-size:32px;
	margin-top: 0;
}
.months-list .month-card .info .cta-container{
	padding: 20px 0;
}
.months-list .month-card .info .btn{
	font-size: 18px;
	color: #fff;
	padding: 8px 13px;
	background: #72C9B8;
	text-transform: capitalize;
}


.lang-switcher__nav {
    display: flex;
    align-items: center;
    gap: 8px;
}

.lang-switcher__item img {
    display: block;
    height: 25px;
    width: auto;
    margin-right: 10px;
}

.lang-switcher__item.is-active {
    opacity: 1;
}



@media (min-width: 841px) {
	.fade-in-up {
		opacity: 0;
	}

	.topPromo .leftCol h3{
	margin-bottom: 0;
		margin-top: 37px;
}

	.justify-between{
		justify-content: space-between;
	}
	
	.home-carousel .inner h1{
		 line-height: 74px;
		margin-left: 30px;
	}

    body.home header:not(.skinnyHeader){
/*         background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.6) 0%,
        rgba(0, 0, 0, 0.0) 100%
    ); */
		background: none;
    }
	body.venues header:not(.skinnyHeader),
	body.visit-us header:not(.skinnyHeader),
	body.information header:not(.skinnyHeader),
	body.this-month header:not(.skinnyHeader){
		background: linear-gradient(
			to bottom,
			rgba(0, 0, 0, 0.6) 0%,
			rgba(0, 0, 0, 0.0) 100%
		);
	}

	
    body.home header:not(.skinnyHeader) .col#second ul li a,
    body.home header:not(.skinnyHeader) .col#second span,
    body.home header:not(.skinnyHeader) .col#second .icon i,
    body.venues header:not(.skinnyHeader) .col#second ul li a,
    body.venues header:not(.skinnyHeader) .col#second span,
    body.venues header:not(.skinnyHeader) .col#second .icon i,
	body.visit-us header:not(.skinnyHeader) .col#second ul li a,
    body.visit-us header:not(.skinnyHeader) .col#second span,
    body.visit-us header:not(.skinnyHeader) .col#second .icon i,
	body.information header:not(.skinnyHeader) .col#second ul li a,
    body.information header:not(.skinnyHeader) .col#second span,
    body.information header:not(.skinnyHeader) .col#second .icon i,
	body.this-month header:not(.skinnyHeader) .col#second ul li a,
    body.this-month header:not(.skinnyHeader) .col#second span,
    body.this-month header:not(.skinnyHeader) .col#second .icon i{
        color: #fff;
    }
    .btmImage .btmImage_1{
        width: 30%;
    }
    .btmImage .btmImage_2{
        width: 70%;
    }
    .promo-2 .boxItem .inner{
        margin-right: auto;
        max-width: 419px;
    }
    .promo-2 .boxItem  {
        width: 50%;
    }
    .promo-container .leftCol{
        width: 679px;
        padding-right: 45px;
    }
    .promo-2 .promoItem {
        width: 45%;
    }
    .rightCol.cover {
        display: flex;
        align-items: end;
		padding-right: 80px;
    }
    .promo-container .rightCol img{
        max-width: 375px;
        object-fit: contain;
    }
    nav {}
    .col#second ul {
        display: flex;
        list-style: none;
        padding: 0;
        margin: 0;
        margin-top: 15px;
    }
    .col#second ul li:first-child {
        margin-left: auto;
    }
    .col#second ul li a {
        font-weight: 700;
        font-size: 24px;
        margin-left: 30px;
    }
    .col#second ul li a:hover {
        color: #F08511;;
    }
    body.single-whats-on .splitContent.left {
        flex-direction: row-reverse;
    }
    body:not(.home, .venues, .visit-us, .information, .this-month) main {
        padding-top: 142px;
    }
    .header .topline {
        position: relative;
        transition: all 300ms;
        margin-top: 0px;
		justify-content: end;
    }
    .header.skinnyHeader .topline {
        position: relative;
        transition: all 300ms;
        margin-top: -40px;
    }
    .header.skinnyHeader .logo {
        max-width: 250px;
		margin-bottom: 6px;
    }
	.header.skinnyHeader .topline .items{
		opacity: 0;
	}
    .header .col#second ul {
        transition: all 300ms;
    }
    .header.skinnyHeader .col#second ul {
        transition: all 300ms;
    }
    .header.skinnyHeader {
        transition: all 300ms
    }
    .header.skinnyHeader {
        padding-top: 12px;
        transition: all 300ms;
		padding-bottom: 0;
    }
	
	.infoBoxes .col:last-child .infoBox  .inner {min-height:100%}
	.infoBoxes .col:last-child .infoBox {
			height: 100%;
		}
   
    .mobile{
        display: none;
    }
    
    .home-carousel .inner{
        min-height: 650px;
    }
     body:not(.home, .venues, .visit-us, .information, .this-month) .logo-img{
        display: none;
    }
    body.home .scroll-logo,
    body.venues .scroll-logo,
	body.visit-us .scroll-logo,
	body.information .scroll-logo,
	body.this-month .scroll-logo{
        display: none;
    }
}

@media (max-width: 1140px) {
	
    .scroll-logo{
        display: block;
    }
    .icon.directions {
        display: none;
    }
    .shopItem .inner img {
        height: auto
    }
    .shopItem {
        width: 25%;
    }
}

@media(min-width: 841px){
    
	.months-list .month-card:nth-child(even) .info{
		order: -1;
	}
	.months-list .month-card:nth-child(odd) .info .cta-container{
		text-align: right;
	}
}
@media (max-width: 840px) {
    .lang-switch{
        display: none;
    }
	
	.months-list .month-card{
		flex-wrap: wrap;
	}
	.months-list .month-card .info,
	.months-list .month-card .image{
		width: 100%;
	}

	.boxImage .image,
	.boxImage .boxInfo{
		width:100%;
	}
	body.visit-us .infoBoxes .col:first-child {
		display: flex;
		flex-wrap: wrap;
	}
	.footer li a, 
	footer .address,
	footer a {
        font-size: 16px;
    }
	footer .aboutText{
		font-size: 13px;
	}
	footer h3{
		font-size: 21px;
	}
	.bottomLine ul li a {
        font-size: 12px !important;
    }
	.content{
		padding-left: 15px;
		padding-right: 15px;
	}
	.home-carousel .inner h1{
			letter-spacing: -3px;
		}

	.venue-banner h1,
	.page-banner h1{
			letter-spacing: -1px;
			font-size: 32px !important;
		}

	
	 .header-main {
		padding-top: 24px !important;
		padding-bottom: 0px !important;
	}
	.venue-banner .container,
	.page-banner .container{
		min-height: 280px;
	}
	.venue-banner .container h1,
	.page-banner .container h1{
		font-size: 36px;
	}
	.home-carousel .inner h1{
		line-height: 55px;
	}
	    .splitContent.map .col:first-child {
        width: 100%;
    }
	    .splitContent.map .col:last-child {
        width: 100%;
        padding: 10px;
        height: 400px;
    }
   
    .desktop{
        display: none;
    }
    .mobile{
        display: block;
    }
    body.home main{
        padding-top: 89px;
    }
    .btmImage {
        flex-wrap: wrap;
    }
    .btmImage .btmImage_1,
    .btmImage .btmImage_2{
        width: 100%;
    }
    .promo-container .rightCol .pink-shape{
        left: 0;
    }
	 .promoItem .promoBox .mobileImage {
        display: block !important;
        padding-top: 64.70%;
    }
	.promoItem .promoBox .desktopImage {
        display: none;
    }
	.boxItem.social {
        display: none;
    }
	.boxItem.social {
        margin-top: 20px;
        padding: 15px 15px 0 15px;
    }
	.promoItem {
        width: 100%;
    }
	
	.flex {
        flex-wrap: wrap;
    }
	.shadowBox .leftCol {
        width: 100%;
        padding: 0 40px 20px;
    }
	    .shadowBox .rightCol {
        width: 100%;
    }
    body.activeMenu {
        overflow: hidden;
    }
    .banner h1,
    .banner h2 {
        font-size: 50px
    }
    .flex {
        flex-wrap: wrap
    }
    
    .btn {
        font-size: 18px;
    }
    .banner .container .inner {
        height: 100px;
    }
    .intro p,
    .intro a,
    body.single-whats-on main p,
    body.single-whats-on main a,
    body.single-whats-on main ul,
    body.single-whats-on main li,
    body.single-whats-on main,
    .leasingCol p,
    .leasingCol a,
    .compAgent,
    .featureBoxes .col p,
    .featureBoxes .col a,
    .featureBoxes .col div {
        font-size: 16px;
    }
    .featureBoxes .col {
        width: 100%;
        text-align: center;
    }
    .socail.icon {
        display: none;
    }
    nav.nav {
        position: fixed;
        top: 0;
        left: -100%;
        width: 70%;
        height: 100vh;
		background: var(--brand);
/*         background-color: rgba(220, 153, 56, 0.9); */
        z-index: 900;
        transition: all 300ms ease-in-out;
    }
    nav.nav.activeMenu {
        left: 0;
        transition: all 300ms ease-in-out;
    }
    nav.nav .inner {
        display: flex;
        align-content: center;
        align-items: center;
        height: 100%;
    }
    nav.nav ul {
        margin: -180px 0 0 0;
        padding: 0;
        list-style: none;
        padding-left: 20px
    }
    nav.nav ul li a {
        color: #fff;
        margin: 0;
        display: block;
        padding: 0;
        font-size: 32px;
        width: 100%;
        padding: 8px 20px;
		font-weight: 700;
    }
    .burgerMenu {
        position: absolute;
        top: 33px;
        left: 15px;
        width: 30px;
        height: 30px;
        z-index: 999;
    }
    .burgerMenu .inner {
        position: relative;
        height: 100%;
    }
    .burgerMenu .inner span {
        position: absolute;
        top: 0;
        width: 100%;
        display: block;
        height: 2px;
        background-color: rgba(0, 0, 0, 1);
        transition: all 300ms ease-in-out;
        opacity: 1;
    }
    .burgerMenu.activeMenu .inner span {
        background-color: rgba(255, 255, 255, 1);
        transition: all 300ms ease-in-out;
    }
    .burgerMenu .inner span:nth-child(1) {
        top: 25%
    }
    .burgerMenu .inner span:nth-child(2) {
        top: 50%
    }
    .burgerMenu .inner span:nth-child(3) {
        top: 75%
    }
    .burgerMenu.activeMenu .inner span:nth-child(1) {
        top: 50%;
        transform: rotate(45deg);
    }
    .burgerMenu.activeMenu .inner span:nth-child(2) {
        opacity: 0;
    }
    .burgerMenu.activeMenu .inner span:nth-child(3) {
        top: 50%;
        transform: rotate(-45deg);
    }
    .opening.icon {
        display: none;
    }
    .seachContainer {
        position: absolute;
        right: 50px;
        top: 20px;
    }
    .header .logo {
        width: 150px;
        position: absolute;
        top: 10px;
        left: calc(50% - 75px);
    }
    .col#second .icon.visit-us {
        position: absolute;
        left: 0px;
        top: 18px;
    }
    .visit-us span {
        width: 100%;
        display: block;
        clear: both;
        padding-left: 20px;
        font-size: 14px;
        line-height: 100%;
    }
    .col#second .icon i {
		 top: -3px;
        position: absolute;
        left: 0;
    }
    .col#second .icon i {
        color: rgba(0, 0, 0, 1)
    }
	.header .logo img {
    	max-height: 75px;
	}
   
	.col#second .icon.visit-us {
		display: none;
	}
	.header .logo {
        width: 150px;
        position: absolute;
        top: 35px;
        transform: translateX(-50%);
        left: 50%;
    }
    header #second {
        position: absolute;
        right: 10px;
        top: 8px;
    }
        header.header {
        min-height: 90px;
        margin-top: 0;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        position: fixed;
        top: 0;
        width: 100%;
        background-color: #fff;
		padding-bottom: 38px;
    }
    .searchBar {
        top: -20px;
        height: 59px;
        background-color: #fff;
        box-sizing: border-box;
        padding-top: 15px;
    }
    .searchBar.active {
        width: calc(100vw - 80px);
    }
    #ajaxsearchliteres1 {
        width: 100%!important;
    }
    div.asl_w {
        box-shadow: none!important;
    }
    body:not(.home) main {
        padding-top: 90px
    }
    .shopItem {
        width: 33.33%;
    }
    .searchCats,
    .textSearch {
        width: 100%;
    }
    .searchCats {
        padding-right: 0;
        margin-bottom: 20px;
    }
    .textSearch {
        padding-left: 0;
    }
    footer .col:first-child {
        width: 50%;
    }
    footer .col:nth-child(2) {
        width: 50%;
    }
    footer .col#aboutCol {
        padding-left: 0;
        width: 100%;
    }
    footer .col#logoCol {
        width: 100%;
        text-align: center;
        margin-right: auto
    }
    footer .footerLogo {
        width: 20%;
        margin-right: auto;
        margin-top: 30px;
    }
    .newsItem .item {
        width: 100%;
        height: 200px
    }
    body.information .box,
    body.single-whats-on .splitContent .col,
    body.single-shops .mainContent .col,
    body.single-eating .mainContent .col,
    .jobItem .item,
    .jobItem>.jobInfo,
    .leasingCol .col.com,
    .leasingCol .col.agents,
    .featureBoxes .col:first-child {
        width: 100%;
    }
    body.single-whats-on .splitContent .col:nth-child(2) .inner {
        min-height: 300px;
    }
    .retainerImage {
        min-height: 500px
    }
    .jobItem>.jobInfo {
        padding-left: 0;
        margin-top: 20px;
    }
    .jobItem .item.cover {
        text-align: center;
    }
    .jobItem .item img {
        max-width: 200px;
        margin: 0 auto
    }
    .featureBoxes .box {
        text-align: center;
    }
    .featureBoxes .col:first-child>div i {
        margin-bottom: 20px
    }
}
@media(min-width: 601px){
	.bannerDesktop{
		display:block;
	}
	.bannerMobile{
		display: none !important;
	}
}
@media(max-width: 600px){
	.homeImages h3{
		font-size: 18px;
	}
	body.visit-us .infoBoxes {
		grid-template-columns: repeat(auto-fill, minmax(345px, 1fr));
	}
	
    .home-carousel .inner {
        padding: 50px 15px 150px;
    }
    .promo-2 .promoItem {
        order: 2;
    }
    
    .promo-2 .boxItem .inner h2:first-child{
        margin-top: 0;
    }
    .promo-container,
    .promo-2{
        padding: 25px 15px;
    }
   
	.bannerDesktop{
		display:none !important;
	}
	.bannerMobile{
		display: block;
	}
}

@media (max-width: 540px) {
	.list{
		display: flex;
		flex-wrap: wrap;
		height: unset !important;
	}
	a.shopItem{
		position:unset !important;
	}
    .shopItem {
        width: 50%;
    }
/*     .homeImages {
        display: none
    } */
    .logoCarousel.blackBg {
        margin-bottom: 0;
        padding-bottom: 0;
    }
    footer {
        padding-top: 0;
    }
    footer .col:first-child,
    footer .col:nth-child(2),
    footer .col#aboutCol,
    footer .col#logoCol {
        width: 100%;
        text-align: center;
        padding-left: 0;
    }
    footer .footerLogo {
        width: 50%;
    }
    .banner .container .inner {
        width: 100%;
        text-align: center;
    }
    .banner h1,
    .banner h2 {
        width: 100%;
        text-align: center;
        font-size: 42px
    }
    .newsItem .col.info {
        padding: 20px 15px;
    }
    nav.nav {
        width: 100%
    }
}

@media (max-width: 340px) {
    .visit-us span {
        font-size: 12px;
    }
    .col#second .icon.visit-us {
        left: -5px
    }
}

#editLink {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #820052;
    padding: 10px 30px;
    color: #fff
}

#editLink a {
    color: #fff;
    font-weight: #fff;
    font-weight: 700;
}


