/* 
#bd07d5
background: linear-gradient(130deg, #bd07d5 0, #7c0eec 100%);
transition: all .5s;
*/

@font-face{font-family:'Azo Sans Lt';src:url(/assets/fonts/azo/AzoSans-Light.eot);src:url(/assets/fonts/azo/AzoSans-Light.eot?#iefix) format('embedded-opentype'),url(/assets/fonts/azo/AzoSans-Light.woff) format('woff'),url(/assets/fonts/azo/AzoSans-Light.ttf) format('truetype');font-weight:300;font-style:normal}@font-face{font-family:'Azo Sans';src:url(/assets/fonts/azo/AzoSans-Regular.eot);src:url(/assets/fonts/azo/AzoSans-Regular.eot?#iefix) format('embedded-opentype'),url(/assets/fonts/azo/AzoSans-Regular.woff) format('woff'),url(/assets/fonts/azo/AzoSans-Regular.ttf) format('truetype');font-weight:400;font-style:normal}@font-face{font-family:'Azo Sans Md';src:url(/assets/fonts/azo/AzoSans-Medium.eot);src:url(/assets/fonts/azo/AzoSans-Medium.eot?#iefix) format('embedded-opentype'),url(/assets/fonts/azo/AzoSans-Medium.woff) format('woff'),url(/assets/fonts/azo/AzoSans-Medium.ttf) format('truetype');font-weight:500;font-style:normal}@font-face{font-family:'Azo Sans';src:url(/assets/fonts/azo/AzoSans-Bold.eot);src:url(/assets/fonts/azo/AzoSans-Bold.eot?#iefix) format('embedded-opentype'),url(/assets/fonts/azo/AzoSans-Bold.woff) format('woff'),url(/assets/fonts/azo/AzoSans-Bold.ttf) format('truetype');font-weight:700;font-style:normal}@font-face{font-family:'Azo Sans Bk';src:url(/assets/fonts/azo/AzoSans-Black.eot);src:url(/assets/fonts/azo/AzoSans-Black.eot?#iefix) format('embedded-opentype'),url(/assets/fonts/azo/AzoSans-Black.woff) format('woff'),url(/assets/fonts/azo/AzoSans-Black.ttf) format('truetype');font-weight:900;font-style:normal}@font-face{font-family:'Azo Sans Lt';src:url(/assets/fonts/azo/AzoSans-LightItalic.eot);src:url(/assets/fonts/azo/AzoSans-LightItalic.eot?#iefix) format('embedded-opentype'),url(/assets/fonts/azo/AzoSans-LightItalic.woff) format('woff'),url(/assets/fonts/azo/AzoSans-LightItalic.ttf) format('truetype');font-weight:300;font-style:italic}@font-face{font-family:'Azo Sans';src:url(/assets/fonts/azo/AzoSans-Italic.eot);src:url(/assets/fonts/azo/AzoSans-Italic.eot?#iefix) format('embedded-opentype'),url(/assets/fonts/azo/AzoSans-Italic.woff) format('woff'),url(/assets/fonts/azo/AzoSans-Italic.ttf) format('truetype');font-weight:400;font-style:italic}@font-face{font-family:'Azo Sans Md';src:url(/assets/fonts/azo/AzoSans-MediumItalic.eot);src:url(/assets/fonts/azo/AzoSans-MediumItalic.eot?#iefix) format('embedded-opentype'),url(/assets/fonts/azo/AzoSans-MediumItalic.woff) format('woff'),url(/assets/fonts/azo/AzoSans-MediumItalic.ttf) format('truetype');font-weight:500;font-style:italic}@font-face{font-family:'Azo Sans Tn';src:url(/assets/fonts/azo/AzoSans-ThinItalic.eot);src:url(/assets/fonts/azo/AzoSans-ThinItalic.eot?#iefix) format('embedded-opentype'),url(/assets/fonts/azo/AzoSans-ThinItalic.woff) format('woff'),url(/assets/fonts/azo/AzoSans-ThinItalic.ttf) format('truetype');font-weight:100;font-style:italic}@font-face{font-family:'Azo Sans Tn';src:url(/assets/fonts/azo/AzoSans-Thin.eot);src:url(/assets/fonts/azo/AzoSans-Thin.eot?#iefix) format('embedded-opentype'),url(/assets/fonts/azo/AzoSans-Thin.woff) format('woff'),url(/assets/fonts/azo/AzoSans-Thin.ttf) format('truetype');font-weight:100;font-style:normal}@font-face{font-family:'Azo Sans Bk';src:url(/assets/fonts/azo/AzoSans-BlackItalic.eot);src:url(/assets/fonts/azo/AzoSans-BlackItalic.eot?#iefix) format('embedded-opentype'),url(/assets/fonts/azo/AzoSans-BlackItalic.woff) format('woff'),url(/assets/fonts/azo/AzoSans-BlackItalic.ttf) format('truetype');font-weight:900;font-style:italic}@font-face{font-family:'Azo Sans';src:url(/assets/fonts/azo/AzoSans-BoldItalic.eot);src:url(/assets/fonts/azo/AzoSans-BoldItalic.eot?#iefix) format('embedded-opentype'),url(/assets/fonts/azo/AzoSans-BoldItalic.woff) format('woff'),url(/assets/fonts/azo/AzoSans-BoldItalic.ttf) format('truetype');font-weight:700;font-style:italic}

body{
	font-family: 'Azo Sans', sans-serif;
	font-size: 14px;
	line-height: 1.42857143;
	color: #333;
}

img{
	max-width:100%;
}

a{
	color: #200723;
	font-weight: 600;
}

#header, #footer a{
	font-weight: 400;
}

a.overlay{
	position: absolute;
	top:0px;
	left:0px;
	height: 100%;
	width:100%;
}
a:hover{
	
}

small, .small {
	font-size: 95%;
}

.input-group .form-control {
	height: auto;
}

.input-group .form-control::placeholder {
	font-size: 90%;
}

.container{
	max-width: 1200px;
}

.columns-1 {
	columns: 1;
}
.columns-2 {
	columns: 2;
}
.columns-3 {
	columns: 3;
}

@media (max-width: 576px) {
	.columns-sm-1 {
		columns: 1;
	}
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-family: "Azo Sans", sans-serif;
	font-weight: 300;
}

.h2, .h3, .h4, .h5, .h6, h2, h3, h4, h5, h6 {
	color: #cc05cf;
}
h1{
	font-size: 3em;
	text-transform: uppercase;
	margin-bottom: 11px; 
	letter-spacing: 2px;
}
h2, #basket h2.h4{
	text-align: center;
	font-size: 54px;
	letter-spacing: -.51px;
	line-height: 68px;
	margin: 50px auto 45px auto;
}
#basket h2.h4{
	margin-top:0px;
	margin-bottom:15px;
}
h3, .h3{
	
}
h4, .h4{
	font-size: 21px;
}
h5, .h5{
	
}
h6, .h6{
	
}

#mainNavContainer {

    max-width: 1293px!important;
}

@media (max-width: 992px) {
	/* h1 {
		font-size: 2em;
	} */

	h2, #basket h2.h4{
		font-size: 26px;
	}
}
@media (max-width: 767px) {
	h1 {
		font-size: 2em;
	}

	h2, #basket h2.h4{
		font-size: 26px;
	}
}
@media (max-width: 575px) {
	h1 {
		font-size: 1.8em;
	}

	h2, #basket h2.h4{
		font-size: 22px;
	}
}
/*  ----------------------------------------------------------	*/
/*  					BUTTONS 	 						*/
/*  ----------------------------------------------------------	*/
.btn {
	border-radius: 0;
	text-transform: uppercase;
	transition: .4s all ease;
	font-size: 18px;
	font-weight: 500;
	padding: 12px 31px 12px;
	font-family: "Azo Sans", sans-serif;
}


/* For Payment Sense they override the button styling and there's no way to add our btn btn-primary class to it. Set styling here (the same as your .btn and .btn-primary class) - you will need to !important nearly all styling in .conntect-btn class */
.connect-btn, .connect-checkout-btn{
	background: linear-gradient(130deg, #bd07d5 0, #7c0eec 100%) !important;
	border:  !important;
	border-radius: 0px !important;
	color: #FFF !important;
	margin: 1rem !important;
	margin-left: 0px !important;
	margin-right: 0px !important;
	width: 100% !important;
	height: ; 
}

.payment-container .connect-btn{
	width: auto !important;
	max-width: 100% !important;
	margin: 1rem !important;
	margin-left: 16px !important;
	margin-right: 16px !important; 
}

a.disabled, .btn.disabled, .btn:disabled {
	pointer-events: none;
	border: 1px solid transparent;
}

.btn-sm{
	font-size: 15px;
	font-weight: 500;
	padding: 5px 12px 5px;
}
.btn-lg{
	font-size: 24px;
	font-weight: 500;
	padding: 12px 31px 12px;
}

.btn-primary {
	border: 1px solid transparent;
	background: linear-gradient(130deg, #bd07d5 0, #7c0eec 100%);
	color: #fff;
}

.btn-primary:hover {
	filter: hue-rotate(-11deg);
	border: 1px solid transparent;
	color: #fff;
}

.btn-primary.active {
	border: 1px solid #bd07d5 !important;
	background: #fff !important;
	color: #000 !important;
}


.btn-primary-outline {
	border: 1px solid #bd07d5;
	color: #bd07d5;
}

.btn-primary-outline:hover {
	background: linear-gradient(130deg, #bd07d5 0, #7c0eec 100%);
	color:#fff;
}

@media (max-width: 575px) {
	.btn {
		font-size: 15px;
		padding: 9px 25px 9px;
	}
}
/*
.btn-primary-outline.active {
	border: 1px solid #bd07d5 !important;
	background: #fff !important;
	color: #000 !important;
}*/

/*

.bookNowBtn {
	border: 1px solid #bd07d5;
	color: #000;
	background: #fff;
}

.bookNowBtn:hover {
	background: linear-gradient(130deg, #bd07d5 0, #7c0eec 100%);
	color: #fff;
	border: 1px solid #fff;
}
*/

/*  ----------------------------------------------------------	*/
/*  					YES/NO Toggle SLider					*/
/*  ----------------------------------------------------------	*/
/* The switch - the box around the slider */
.toggleSwitch {
	position: relative;
	display: inline-block;
	width: 60px;
	height: 34px;
}

/* Hide default HTML checkbox */
.toggleSwitch input {
	opacity: 0;
	width: 0;
	height: 0;
}

/* The slider */
.toggleSlider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
}

.toggleSlider:before {
	position: absolute;
	content: "";
	height: 26px;
	width: 26px;
	left: 4px;
	bottom: 4px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
}
input:checked + .toggleSlider {
	/*background-color: #b2cb08;*/
    background-color: #333333;
}

input:focus + .toggleSlider {
	box-shadow: 0 0 1px #b2cb08;
}

input:checked + .toggleSlider:before {
	-webkit-transform: translateX(26px);
	-ms-transform: translateX(26px);
	transform: translateX(26px);
}

/* Rounded sliders */
.toggleSlider.round {
	border-radius: 34px;
}

.toggleSlider.round:before {
	border-radius: 50%;
}

/*  ----------------------------------------------------------	*/
/*  					   HEADER 	 						*/
/*  ----------------------------------------------------------	*/



#topBar {
	background: linear-gradient(130deg, rgba(124, 14, 236, .75) 0, rgba(189, 7, 213, .75)  100%);
}

#topBar a{
	color: #fff;
	font-size: 17px;
}

#header .mdi {
	font-size: 24px;
}

@media (min-width: 992px) {
	#topBar a {
		font-size: 11px;
	}
	#topBar .mdi {
		font-size: 21px;
	}
}
/*
.desktop-user-nav .nav-link {
	color: #fff;
	font-size: 13px;
}

.desktop-user-nav .nav-link .mdi{
	font-size: 24px;
	line-height:22px;
}

.quick-cart{
	position: relative;
}

 .quick-cart .mdi{
	font-size: 28px;
 }
 
 .quick-cart .badge {
	
 }

#header .container {
	max-width: 1340px;
}

#header {
	background-color: #fff;
	box-shadow: 0px -1px 9px #ccc;
	position: relative;
}

#header .logo-wrapper{
	position: absolute;
	left:50%;
	top:5px;
	transform: translate(-50%, 0%);
}
#header .logo {
	height: 40px;
}

#header .bookNowBtn{
	width: 100%;
	font-weight: bold;
}

#header .btn{
	padding: 7px 31px 7px;
}

#header .navbarToggler{
	height: 56px;
}


.quick-cart {
	position: relative;
}

.quick-cart .badge {
	background-color: #000;
    color: #fff;
    position: absolute;
    top: 5px;
    right: 8px;
    padding: 1px 4px;
	
}

@media (min-width: 576px) {
	#header .bookNowBtn{
		width: auto;
		padding: 12px 31px 12px;
		font-size: 19px;
	}
	
	#header .navbarToggler{
		height: 69px;
	}
	
	#header .logo-wrapper{
		top:10px;
	}
}

@media (min-width: 768px) {
	
}

@media (min-width: 992px) {
	#header .logo {
		height: 50px;
	}
	#header .logo-wrapper{
		position: relative;
		left:auto;
		top:auto ;
		transform: translate(0%, 0%);
	}
	
	.quick-cart .badge {
		top: 5px;
		right: 8px;
		padding: 1px 4px
	}
}

@media (min-width: 1200px) {
	
}	
	


@media (max-width: 991px) {
	
}

#mainNav .nav-item {
	
}

#mainNav .nav-link {
	text-transform: uppercase;
	color: #000;
	position: relative;
	font-size: 19px;
	padding-left: 0;
	padding-right: 0;
}


	#mainNav .dropdown-toggle {
		z-index: 1001;
	}

	#mainNav .dropdown-menu {
		margin-top: 0;
		top: 0;
		padding-top: 45px;
		padding-right: 45px;
		padding-left: 0px;
		transform: translate3d(-20px, 0, 0) !important;
		border-radius: 0;
	}

	#mainNav .dropdown-toggle[aria-expanded="true"] {
		z-index: 1005;
		color: #fff;
	}
	#mainNav .dropdown-toggle[aria-expanded="true"] + .dropdown-menu {
		z-index: 1004;
		background: rgba(0, 0, 0, .8);
		border: 1px solid #bd07d5;
	}

	#mainNav .dropdown-toggle[aria-expanded="true"] + .dropdown-menu .dropdown-item {
		color: #fff;
		text-transform: uppercase;
		padding: 15px 23px;
		font-size: 14px;
	}
	#mainNav .dropdown-toggle[aria-expanded="true"] + .dropdown-menu .dropdown-item:hover {
		background-color: transparent;
	}

#mainNav .nav-link:not(.accountDropdown)::after {
	content: "";
	border: 1px solid transparent;
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	transition: .2s all ease-in-out;
	z-index: 1003;
}



#mainNav .nav-link:not(.accountDropdown):hover::after {
	width: 100%;
	border: 1px solid rgb(58, 58, 58);
}


@media(max-width: 991px) {
	#mainNav {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: linear-gradient(130deg, rgba(189, 7, 213, .75) 0, rgba(124, 14, 236, .75) 100%);
		z-index: 1030;
		display: none;
	}

	#mainNav.open {
		display: flex;
	}

	#mainNav .nav {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	#mainNav .nav-link {
		color: #fff;
		font-weight: bold;
		font-size:24px;
	}
	#mainNav .nav-link::after {
		display: none;
	}
}

.navbarToggler {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1040;
}
*/

.nav-link {
	/* padding-bottom: 3px;
	padding-top: .9rem; */
}

#mainNav .dropdown-toggle {
	z-index: 1001;
}

#mainNav .dropdown-menu {
	margin-top: 0;
	top: -10px;
	padding-top: 45px;
	padding-right: 45px;
	padding-left: 0px;
	/* transform: translate3d(-20px, 0, 0) !important; */
	border-radius: 0;
	background: #eee;
	color: #333;
	box-shadow: 0px 0px 3px #ccc;
	z-index: 1005;
}

#mainNav .dropdown-toggle[aria-expanded="true"] {
	z-index: 1005;
	color: #fff;
}
#mainNav .dropdown-toggle[aria-expanded="true"] + .dropdown-menu {
	z-index: 1004;
	background: rgba(0, 0, 0, .8);
	border: 1px solid #bd07d5;
}

#mainNav .dropdown-item {
	font-family: 'Azo Sans Lt';
}

#mainNav .dropdown-item:hover {
	background-color: transparent;
}

#mainNav .dropdown-toggle[aria-expanded="true"] + .dropdown-menu .dropdown-item {
	color: #fff;
	text-transform: uppercase;
	padding: 15px 23px;
	font-size: 14px;
}
#mainNav .dropdown-toggle[aria-expanded="true"] + .dropdown-menu .dropdown-item:hover {
	background-color: transparent;
}

#mainNav .nav-link:not(.accountDropdown)::after {
	content: "";
	border: 1px solid transparent;
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	transition: .3s all ease-in-out;
	z-index: 1003;
}

#mainNav .dropdown.open .nav-link {
	z-index: 1006;
}

#mainNav .bookNowBtn {
	color: #000;
}
#mainNav .bookNowBtn:hover {
	color: #fff;
}

.dropdown-item {
	text-decoration: none !important;
	text-transform: uppercase;
	display: inline-block;
	margin: 15px 39px;
	padding: 0;
	position: relative;
	width: auto;
}

.dropdown-item {
	font-size: 14px !important;
}

.dropdown-item::after {
	content: "";
	border: 1px solid transparent;
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	transition: .2s all ease-in-out;
	z-index: 1003;
} 

 .dropdown-item:hover::after {
	width: 100%;
	border: 1px solid #000;
	background: #000;
}


@media (min-width: 992px) {
	#mainNav .nav-link:not(.accountDropdown):hover::after {
		width: 100%;
		border: 1px solid rgb(58, 58, 58);
		background: #000;
		margin-left: 0;
		transition: .1s all ease-in-out;
	}
}


#navbarHeader .nav-item{
	padding: 0 30px;
}

@media (max-width: 1150px) {
	#navbarHeader .nav-item{
		padding: 0 16px;
	}
}

@media(min-width: 992px) and (max-width: 1029px) {
	#navbarHeader .nav-item {
		/*padding: 0 23px !important;*/
	}
}

.burg-toggle { padding: 25px 14px; background-image: linear-gradient(130deg, #bd07d5 0, #7c0eec 100%); display: inline-block }
.burg-toggle span { display: block; height: 2px; width: 30px; background: #fff; position: relative }
.burg-toggle span:after,
.burg-toggle span:before { content: ''; position: absolute; width: 30px; height: 2px; background: #fff; left: 0px; }
.burg-toggle span:before { top: -7px }
.burg-toggle span:after { top: 7px }
.burg-toggle-other { background: 0 0; padding: 17px 0; display: inline-block }
.burg-toggle-other span { display: block; height: 2px; width: 30px; background: #000; position: relative }
.logo-mobile,
.menu-full { display: none }
.burg-toggle-other span:after,
.burg-toggle-other span:before { content: ''; position: absolute; width: 30px; height: 2px; background: #000 }
.burg-toggle-other span:before { top: -7px }
.burg-toggle-other span:after { top: 7px }
/*  ----------------------------------------------------------	*/
/*  					Sticky Footer 	 						*/
/*  ----------------------------------------------------------	*/
html, body{
	height: 100% !important;
}

#wrapper.stickyFooter{
	display:flex;
	flex-direction: column;
	/* height: 100% !important; */
}

#wrapper.stickyFooter #footer{
	margin-top:auto;
}


/*  ----------------------------------------------------------	*/
/*  					    	FOOTER 	   						*/
/*  ----------------------------------------------------------	*/
#footer {
	padding-top: 44px;
}

#footer a {
	font-family: "Azo Sans LT";
}


#footer h4{
	color: #200723;
	font-family: "Azo Sans Lt";
	font-size: 30px;
	letter-spacing: 1.38px;
	margin: 10px 0 -5px;
	line-height: 25px;
	margin-bottom: 10px;
}
.footer-cont-item-contacts p {
    line-height: 1.7;
    font-family: "Azo Sans LT";
    font-size: 18px;
}
.footer-cont-item-contacts a {
    font-size: 16px;
    font-weight: 300;
    line-height: 25px;
    text-decoration: underline;
    margin-bottom: 10px;
}

.footer-cont-item-contacts h5 {
	font-size: 21px;
	color: #333;
}

.mail-footer, .phone-footer {
    font-size: 16px;
    line-height: 25px;
    display: inline-block;
}

.footer-cont-item-contacts a, .mail-footer, .phone-footer {
    font-family: "Azo Sans lt";
    letter-spacing: 1.13px;
    color: #200723;
    transition: .4s;
}




#footer .mobile-footer-inst{
	background:rgba(0, 0, 0, .37);
	font-size:14px;
	color: #FFFFFF;
	margin-bottom:25px;
}

#footer .mobile-footer-inst h3{
	margin-top: 55px;
	font-weight: 700;
	letter-spacing: 1.28px;
	line-height: 78px;
	text-align: center;
	display: block;
	color: #ffffff;
	padding-top:5px;
	padding-bottom: 10px;
	font-size: 30px;
	margin-bottom: 55px;
	margin-top: 105px;
}

#footer .mobile-footer-inst .link-event-home{
	margin-bottom: 38px;
	text-align:center;
}

#footer .btn.book-now-event{
	background-image: linear-gradient(130deg, #bd07d5 0, #7c0eec 100%);
	font-size:16px;
	text-align: center;
	padding: 11px 30px 5px;
	margin-top: 0px;
	margin-bottom:41px;
	transition: .4s;
	color: #fff;
}

.footer-content{
	padding: 28px 29px;
}
.footer-content h4{
	border-bottom: 1px solid;
	display: inline-block;
	font-weight: 300;
}

.footer-cont-item a {
    color: #200723;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 1.13px;
    line-height: 25px;
    text-decoration: underline;
    margin-bottom: 18px;
    transition: .4s;
	display:block;
}

#footer .footer-contacts{
	padding: 25px;
	background: #fff;
	display: flex;
	align-items: center;
}

.social-footer-links ul {
	padding-left: 0;
	list-style: none;
	column-count: 2;
}
@media (max-width: 992px) {
	#footer .footer-contacts{
		padding: 0px;
		background: #fff;
		display: flex;
		  align-items: center;
	}
	
	.social-footer-links ul {
		padding-left: 0;
		list-style: none;
		display: flex;
		justify-content: space-around;
	}
	
}


.social-footer-links li {
	text-align: center;
	display: flex;
	justify-content: center;
	margin-bottom: 7px;
}

.social-footer-links img {
	max-width: fit-content;
}

.footer-contacts a {
	color: #000 !important;
	font-size:16px;
	font-weight: 600 !important;
}


#bottomFooter{
	padding:14px 0;
	background: #fff;
	text-align: center;
	color: #200723;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 1.5px;
	width: 100%;
	
}
#bottomFooter a{
	margin-bottom: 0px;
}

.pwred-by:hover{
	color: #cc05cf;
}

.footer-mobile-menu li{
	color: #200723;
	font-family: "Azo Sans lt";
	font-size: 15px;
	font-weight: 300;
	text-transform: uppercase;
	display: inline-block;
	line-height: 62px;
	letter-spacing: 1.13px;
	padding-top:0px;
	padding-bottom:0px;
	border-bottom-color: #efefef;
	padding: 0px;
}

.footer-mobile-menu a{
	color: #200723;
}

.footer-mobile-menu .mdi{
	font-size: 34px;
	opacity:0.2;
	line-height: 58px;
}


.desc-footer-item  a{
	
}


.opening-hours {
	font-size: 1rem;
	border-color:#CCCCCC !important;
}

.opening-hours span {
	font-size: 14px;
}

.footer-links a {
	color: #080808 !important;
    /* font-family: azo sans lt; */
    font-size: 15px;
    padding-bottom: 0;
    border-bottom: 0;
    border-bottom: 0.5px solid;
    display: inline-block;
    width: auto;
    transition: .3s;
    margin-bottom: 15px;
	font-weight: 600 !important;
}
.footer-links a:hover {
	text-decoration: none;
	border-bottom: 0.5px solid transparent;
	color: #cc05cf !important;
}

.footer-links-wrapper  h3 {
	color: #333;
}

.footer-links a{
	
}

@media (min-width: 420px) {
	#footer .mobile-footer-inst h3{
		font-size: 49px;
	}
	
	#footer .btn.book-now-event{
		font-size: 18px;
	}
}
@media (min-width: 576px) {
	#footer .mobile-footer-inst .link-event-home{
		margin-bottom: 38px;
	}
	
	#footer .btn.book-now-event{
		margin-top: 26px;
	}
	#footer .mobile-footer-inst h3{
		font-size: 80px;
		margin-bottom:15px;
		margin-top: 105px;
	}
	
	#footer .btn.book-now-event{
		font-size: 24px;
	}
	
}

@media (min-width: 768px) {
	/* #footer .container{
		padding: 0px;
	} */
	#footer h4{
		margin-bottom: 20px;
	}

	#footer{
		background-color: #eee; 
	}
	#bottomFooter{
		margin-top:44px;
	}
}
@media (min-width: 992px) {
	.footer-cont-item a {
		font-size: 16px;
	}
	
	.desc-footer-item.half-item a{
		width: 49%;
		display: inline-block;
	}
}
/*
#footer .footer-heading {
	color: #200723;
	font-weight: 300;
	position: relative;
	display: inline-block;
	font-size: 25px;
}

.footer-heading.underlined {
	padding-bottom: 4px;
}

.footer-heading.underlined::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	border-bottom: 1px solid #200723;
	width: 100%;
}

#footer h3{
	color: #200723;
	font-size: 30px;
	letter-spacing: 1.38px;
	line-height: 25px;
	margin-bottom: 15px;
}

#footer a {
    color: #200723;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 1.13px;
    line-height: 25px;
    text-decoration: underline;
    margin-bottom: 18px;
    transition: .4s;
}

#footer ul {
	padding-left: 0;
}

#footer li {
	list-style: none;
	text-decoration: none;
	margin-bottom: 10px;
}

#footer .contact-link {
	text-decoration: underline;
}

#footer .footer-link {
	text-decoration: underline;
	font-size: 13px;
	
	color: #200723;
	font-weight: 300;
}

@media (min-width: 1150px) {
	#footer .footer-heading {
		font-size: 30px;
	}
	#footer .footer-link {
		font-size: 16px;
	}
}

#footer address {
	font-size: 16px;
}

#footer .footer-link:hover, #footer .contact-link:hover {
	text-decoration: none;
}

.footer-more-links {
}

@media (min-width: 992px) {
	.footer-more-links {
		columns: 3;
	}
}

.newsletter-form-wrap {
	background-image: linear-gradient(-62deg, #5712f9 0, #cc05cf 100%);
	color: #fff;
}

.footer-box {

}
.gradient-box {
	background-image: linear-gradient(-62deg, #5712f9 0, #cc05cf 100%);
	color: #fff;
	padding: 2em;
}
*/

/*  ----------------------------------------------------------	*/
/*  					    PAGINATION 	   						*/
/*  ----------------------------------------------------------	*/
.page-item .page-link {
	color: #000;
}

.page-item.active .page-link {
	/* background: linear-gradient(-62deg, #5712f9 0, #cc05cf 100%); */
	background: linear-gradient(130deg, #bd07d5 0, #7c0eec 100%);
    border: 1px solid transparent;
}



/*  ----------------------------------------------------------	*/
/*  					    CATEGORIES 	   						*/
/*  ----------------------------------------------------------	*/
.catItem {
	height: 0;
	padding-bottom: 65%;
	position: relative;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.catItem .nameWrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	text-shadow: 2px 2px 3px rgb(0, 0, 0);
	padding: 10px 15px;
}

.catItem .contentWrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	
	
	opacity: 0;
	background-color: rgba(0, 0, 0, .75);
	color: #fff;

	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 10px 15px;

	transition: .2s all ease-in-out;
}

.catItem:hover .contentWrapper {
	opacity: 1;
}

.catItem .h4, .catItem h4 {
	color: #fff;
}

/*  ----------------------------------------------------------	*/
/*  					    PRODUCTS 	   						*/
/*  ----------------------------------------------------------	*/
.prodItem h2{
	margin-top:0px;
}

/* .prodItem .prodImage {
	height: 0;
	padding-bottom: 85%;
	position: relative;

	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.prodItem .prodImage .content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
	
	display: flex;
	align-items: center;
	justify-content: space-between;

} */

/*  ----------------------------------------------------------	*/
/*  					    BREADCRUMB 	   						*/
/*  ----------------------------------------------------------	*/
.breadcrumbWrap{
    background: #eee;
	color: #333;
	text-align:center;
}

.breadcrumb{
	background: transparent;
	margin: 0;
}

.breadcrumbWrap .breadcrumb p{
	margin-bottom: 0px;
	display: none;
}

.breadcrumbWrap .breadcrumb .active p{
	display:block;
}

.breadcrumbWrap.custom .breadcrumb-item + .breadcrumb-item::before{
	display:none;
}

.breadcrumbWrap:not(.custom) .breadcrumb-item + .breadcrumb-item::before {
	color: rgba(255,255,255,.7);
	padding-left: .5rem;
}

.breadcrumbWrap:not(.standard) .breadcrumb-item{
	opacity: 0.6;
}
.breadcrumbWrap .number{
	/*background: #fff;*/
	background: linear-gradient(130deg, #bd07d5 0, #7c0eec 100%);
	/*color: #333333;*/
    color: #fff;
	display:inline-block;
	height: 25px;
	width: 25px;
	text-align:center;
	line-height: 25px;
	border-radius: 50%;
	margin-bottom: 5px;
	margin-top:10px;
	margin-bottom:15px;
	font-weight:600;
	font-size:0.8rem;
}

.breadcrumbWrap .breadcrumb-item a {
	/* color: #fff; */
	color: #000;
}

.breadcrumbWrap .breadcrumb-item.active {
    color: #1d1d1d;
	opacity: 1;
}

.breadcrumbWrap .breadcrumb-item.active .number{
	opacity: 1;
	height: 40px;
	width:40px;
	margin-top:0px;
	margin-bottom: 10px;
	line-height: 40px;
	font-size:1rem;
}

.breadcrumbWrap .breadcrumb-item + .breadcrumb-item {
    padding-left: 0rem;
}

.breadcrumbNumber::after {
    position: absolute;
    top: 0;
    -webkit-transform: translateY(15px);
    -ms-transform: translateY(15px);
    transform: translateY(20px);
    content: "";
    width: 160%;
    right: 0px;
    margin-right: -184%;
    height: 1px;
    background-color: #c1c1c1;
    display: block;
    z-index: 0;
    color: #f4f6f7;
}

.breadcrumbNumber.last::after{
    content: '';
    display: none;
}

@media only screen and (max-width: 1081px){
    .breadcrumbNumber::after{
        margin-right: -170%;
    }
}

@media only screen and (max-width: 992px){
    .breadcrumbNumber::after {
        margin-right: -150%;
    }
}

@media only screen and (max-width: 850px){
    .breadcrumbNumber::after {
        margin-right: -140%;
    }
}

@media only screen and (max-width: 800px){
    .breadcrumbNumber::after {
        margin-right: -120%;
        width: 130%;
    }
}

@media only screen and (max-width: 768px){
    .breadcrumbNumber::after {
        margin-right: -110%;
        width: 120%;
    }
}

@media only screen and (max-width: 720px){
    .breadcrumbNumber::after {
        margin-right: -95%;
        width: 110%;
    }
}

@media only screen and (max-width: 650px){
    .breadcrumbNumber::after {
        margin-right: -80%;
        width: 95%;
    }
}

@media only screen and (max-width: 590px){
    .breadcrumbNumber::after {
        margin-right: -60%;
        width: 75%;
    }
}

@media only screen and (max-width: 576px){
    .breadcrumbNumber::after {
        display: none;
    }
}

@media (min-width: 576px) {
	.breadcrumbWrap .breadcrumb p{
		display: block;
		min-width:120px;
	}
}
/*  ----------------------------------------------------------	*/
/*  					    PRODUCT PAGE 	   						*/
/*  ----------------------------------------------------------	*/
.productHeading {
	font-size: 20px;
}


@media (min-width: 400px) {
	.productHeading {
		font-size: 23px;
	}
}

@media (min-width: 768px) {
	.productHeading {
		font-size: 25px;
	}
}
@media (min-width: 1200px) {
	.productHeading {
		font-size: 30px;
	}
}


.productSidebar {
	border: 1px solid #bd07d5;
	background: linear-gradient(to bottom, #eee, #fff 100%);
}


.price-badge {
	text-shadow: 1px 1px 5px rgba(0, 0, 0, .15);
    padding: 0 7px;
    border-radius: 4px;
    background: linear-gradient(to left, #880de8 0, #b109d9 100%);
    transform: rotate(-10deg);
    color: #fff;
    font-size: 19px;
    margin: 5px auto;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: .83px;
    text-transform: uppercase;
    display: inline-block;
}

.price-badge:after {
    content: "";
    width: 0;
    border-top: 11px solid #b109d9;
    height: 0;
    border-radius: 68px;
    border-right: 14px solid transparent;
    border-left: 14px solid transparent;
    position: absolute;
    top: 9px;
    left: -18px;
    transform: rotate(90deg);
}


.subscribe-form-footer-old {
	font-size: 1.5rem;
}

.subscribe-form-footer-old, .subscribe-form-footer {
	background: linear-gradient(102.13deg, #CB05CF 0%, #5912F8 100%);
	max-height: 519px;
	color: #fff;
	padding: 24px;
}

.subscribe-form-footer-old h4 {
	color: #fff !important;
}

.subscribe-form-footer-old button {
	background: #000;
	color: #fff;
	width: 70px;
	border: none;
	padding-top: 10px;
}

.subscribe-form-footer-old input {
	height: 70px !important;
}

.subscribe-form-footer-old input::placeholder {
	font-size: 1.25em !important;
	color: #333;
}

.subscribe-form-footer-old strong {
	text-decoration: underline !important;
}

.subscribe-form-footer-old p {
	font-size: 18px !important;
	margin-top: 1em;
}

/* --------------------------- */
.subscribe-form-footer button {
	background-color: #000;
	color: #fff;
	font-size: 14px;
	padding: 4px 25px 4px;
}

.subscribe-form-footer button:hover {
	background-color: rgb(34, 34, 34);
	color: #fff;
}

.subscribe-form-footer .form-control {
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
	border-radius: 0;
	font-size: .9rem;
}

#newsletterSuccessMessage, #newsletterErrorMessage {
	display: none;
}

.sprite {
    background-image: url(/assets/images/spritesheet_2.png);
    background-repeat: no-repeat;
    display: block
}

.sprite-subscribe {
    display: inline-block;
    width: 31px;
    height: 31px;
    background-position: -84px -50px
}

.burg-toggle {
	position: fixed;
    top: 0;
    left: 0;
	z-index: 3000;
	border: none;
}

#mobBookBtn {
	font-size: 30px !important;
	font-weight: 700;
}

@media(min-width: 992px) {
	#mainNavContainer {
		min-height: 85px;
	}
}

#promoCode {
	text-transform: uppercase;
}

.carousel-control-next, .carousel-control-prev {
	top: 40%;
	bottom: 40%;
}


#navbarMyAccount{
    display: block;
}

.w-sm-auto{
    width: auto !important;
}

@media(max-width: 768px) {
    #navbarMyAccount.collapse:not(.show){
        display: none;
    }
}

@media(max-width: 325px){
    .w-sm-auto{
        width: 100% !important;
    }
}


#extras-container .row.category-grid.justify-content-center{
	justify-content: start  !important;
}