
@import url("https://use.typekit.net/zac6flr.css");

/*
font-family: rubik, sans-serif;
font-weight: 300;
font-style: normal;

font-family: rubik, sans-serif;
font-weight: 400;
font-style: normal;
*/

html, body {
	background-color: white;
	overflow-x: hidden;
}

body {
	font-size: 1.1rem;
	line-height: 1.4;
	font-family: rubik, sans-serif;
	font-weight: 300;
	color: #323232;
}


.navbar-expand-lg .navbar-nav .nav-link {
	color: #2D0066;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 400;
}

.navbar-expand-lg .navbar-nav .nav-link.active,
.navbar-expand-lg .navbar-nav .nav-link:hover {
	color: #7A39CB;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI2LjAuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNhbHF1ZV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgMzAgMzAiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDMwIDMwOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6I0ZGRkZGRjt9Cjwvc3R5bGU+CjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0xMCw3QzkuNCw3LDksNy40LDksOGMwLDAuNiwwLjQsMSwxLDFjMCwwLDAsMCwwLDBoMTdjMC42LDAsMS0wLjQsMS0xYzAtMC42LTAuNC0xLTEtMWMwLDAsMCwwLDAsMEgxMHogTTMsMTQKCWMtMC42LDAtMSwwLjQtMSwxYzAsMC42LDAuNCwxLDEsMWMwLDAsMCwwLDAsMGgyNGMwLjYsMCwxLTAuNCwxLTFjMC0wLjYtMC40LTEtMS0xYzAsMCwwLDAsMCwwSDN6IE0xMCwyMWMtMC42LDAtMSwwLjQtMSwxCgljMCwwLjYsMC40LDEsMSwxYzAsMCwwLDAsMCwwaDE3YzAuNiwwLDEtMC40LDEtMXMtMC40LTEtMS0xYzAsMCwwLDAsMCwwSDEweiIvPgo8L3N2Zz4K");
}

.navbar-toggler {
	position: absolute;
	z-index: 110;
	top: 0px;
	right: 0px;
	display:flex;
	flex-direction:column;
	width:55px;
	cursor:pointer;
	transform-origin:top;
	transform:rotatez(180deg);
	border-radius: 0;
	padding-top: 0.8rem;
	padding-bottom: 0.8rem;
	transform: scale(1.3);
}

.navbar-toggler span{
	background: #5b195e;
	border-radius:0;
	height: 2px;
	margin: 3px 0;
	transition: .3s;
}

.navbar-toggler span:nth-of-type(1){
	width:100%;
}

.navbar-toggler span:nth-of-type(2){
	width:100%;
}

.navbar-toggler span:nth-of-type(3){
	width:100%;
}

.navbar-toggler[aria-expanded=true] span:nth-of-type(1){
	width:75%;
	transform-origin:bottom;
	transform:rotatez(45deg) translate(12px,3px);
}

.navbar-toggler[aria-expanded=true] span:nth-of-type(2){
	transform-origin:top;
	transform:rotatez(-45deg);
}

.navbar-toggler[aria-expanded=true] span:nth-of-type(3){
	transform-origin:bottom;
	width:50%;
	transform: translate(1px,-14px) rotatez(45deg);
}


.header, .navbar, .navbar-top {
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}

.header-collapse-show {
	background: #ffffff;
}

.header {
	background: white;
}

.header .container {
	/*border-bottom: 1px solid #707070;*/
}

.main-content {
	margin-top: 67px;
}


h2, .h2 {
	font-family: rubik, sans-serif;
	font-size: 46px;
	color: #2D0066;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 5px;
}

#whatson h4 {
	text-transform: uppercase;
	color: #7A39CB;
	font-weight: 300;
	font-size: 1.1em;
}


p {
	color: #323232;
	font-size: 0.9em;
}

.text-primary {
	color: #7A39CB !important;
}

.parallax-background {
	background-image: url('/img/home-cover.jpg');
	background-position: 50% 0;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;

	-moz-transform: translate3d(0,0,0);
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

#logo-cover {
	width: 340px;
}

#cover p {
	font-weight: 300;
	color: #2D0066;
}

#cover p span {
	font-size: 1.25em;
}

#about .row {
	border-bottom: 1px solid #C8C8C8;
}

#whatson .nav-tabs {
	border-bottom: none;
}

#zone-tab-content {
	background-color: #F3F3F3;
	border-top: 1px solid #C8C8C8;
	border-bottom: 1px solid #C8C8C8;
}


.nav-tabs .nav-item .nav-link {
	color: #787878;
	border-radius: 0;
	font-size: 0.9em;
	padding: 0.75rem 2rem;
	border-bottom: 0;
	-webkit-transition: color .35s ease,background-color .35s ease;
	-o-transition: color .35s ease,background-color .35s ease;
	transition: color .35s ease,background-color .35s ease;
}

.nav-tabs .nav-item .nav-link.active {
	color: #ffffff;
	border-color: #2D0066;
	background-color: #2D0066;
}

.btn-outline-primary {
	color: #2D0066;
	border: 2px solid #2D0066;
	border-radius: 0;
}

.btn-outline-primary:hover {
	color: #fff;
	background-color: #2D0066;
	border-color: #2D0066;
}

.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show>.btn-outline-primary.dropdown-toggle {
	color: #fff;
	background-color: #2D0066;
	border-color: #2D0066;
}

.btn {
	position: relative;
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	border-radius: 0;
}

.btn-primary {
	color: #fff;
	background-color: #2D0066;
	border-color: #2D0066;
	border-radius: 0;
}

.btn-primary:hover,
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #9270CB;
	border-color: #9270CB;
}

.footer-dark {
	color: #ffffff;
	background-color: #1C003F;
}

.footer-dark p {
	color: #ffffff;
	font-size: 0.7em;
	font-weight: 300;
	line-height: 1.9em;
}

.footer-dark p a {
	color: #ffffff;
}

#logo-footer {
	width: 180px;
}

.footer-dark .nav-link {
	padding: 0.5rem 0.3rem;
}

.footer-dark .icon-shape.icon-sm i, .footer-dark .icon-shape.icon-sm svg {
	font-size: 0.8rem;
}

.footer-dark .icon-sm {
	min-width: 1.8rem;
	min-height: 1.8rem;
	line-height: 1.8rem;
}

.icon-dark {
	color: #ffffff;
	background-color: rgba(255, 255, 255, 0.4);
}


#beinspired {
	background-image: url('/img/bg-be-inspired.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}

#beinspired h2,
#beinspired p,
#beinspired a {
	color: white;
}

.link-arrow .arrow {
	margin-left: 10px;
	transition: margin .3s ease-in-out;
}

.link-arrow:hover .arrow {
	margin-left: 20px;
}



.custom-control-label {
	line-height: 1.2;
}

.custom-control-label:before, .custom-file-label, .custom-select {
	color: #707070;
}

#select-booking-date {
	width: 180px;
	text-align: center;
}

.form-control {
	color: #707070;
}

.form-control:focus {
	border-color: rgba(146, 112, 203, 0.5);
}

*::-webkit-input-placeholder {
	color: #707070 !important;
}
*:-moz-placeholder {
	/* FF 4-18 */
	color: #707070 !important;
	opacity: 1;
}
*::-moz-placeholder {
	/* FF 19+ */
	color: #707070 !important;
	opacity: 1;
}
*:-ms-input-placeholder {
	/* IE 10+ */
	color: #707070 !important;
}
*::-ms-input-placeholder {
	/* Microsoft Edge */
	color: #707070 !important;
}
*::placeholder {
	/* modern browser */
	color: #707070 !important;
}

.swal2-title {
	letter-spacing: 0px;
}

.swal2-icon.swal2-warning {
	color: #2D0066;
	border-color: #2D0066;
}

.swal2-popup .swal2-styled.swal2-confirm {
	color: #fff;
	background-color: #2D0066;
	border-color: #2D0066;
	border-radius: 0;
}


@media (max-width:1200px){
	
	.nav-tabs .nav-item .nav-link {
		padding: 0.75rem 1rem;
	}
	
}

@media (max-width:992px){
	
	#logo-cover {
		width: 300px;
	}
	
}

@media (max-width:768px){
	
	#logo-cover {
		width: 250px;
	}
	
	h2, .h2 {
		font-size: 36px;
		letter-spacing: 2px;
	}
	
}

@media (max-width:576px){
	
	#logo-cover {
		width: 200px;
	}
	
}



.was-validated .form-control:invalid, .form-control.is-invalid {
	background-position: center right calc(0.375em + 0.375rem);
}