/* poppins-regular - latin-ext_latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/poppins-v19-latin-ext_latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/poppins-v19-latin-ext_latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/poppins-v19-latin-ext_latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/poppins-v19-latin-ext_latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/poppins-v19-latin-ext_latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/poppins-v19-latin-ext_latin-regular.svg#Poppins') format('svg'); /* Legacy iOS */
}
/* poppins-600 - latin-ext_latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/poppins-v19-latin-ext_latin-600.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/poppins-v19-latin-ext_latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/poppins-v19-latin-ext_latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/poppins-v19-latin-ext_latin-600.woff') format('woff'), /* Modern Browsers */
       url('../fonts/poppins-v19-latin-ext_latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/poppins-v19-latin-ext_latin-600.svg#Poppins') format('svg'); /* Legacy iOS */
}
/* poppins-600italic - latin-ext_latin */
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 600;
  src: url('../fonts/poppins-v19-latin-ext_latin-600italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/poppins-v19-latin-ext_latin-600italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/poppins-v19-latin-ext_latin-600italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/poppins-v19-latin-ext_latin-600italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/poppins-v19-latin-ext_latin-600italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/poppins-v19-latin-ext_latin-600italic.svg#Poppins') format('svg'); /* Legacy iOS */
}
/* poppins-800 - latin-ext_latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/poppins-v19-latin-ext_latin-800.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/poppins-v19-latin-ext_latin-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/poppins-v19-latin-ext_latin-800.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/poppins-v19-latin-ext_latin-800.woff') format('woff'), /* Modern Browsers */
       url('../fonts/poppins-v19-latin-ext_latin-800.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/poppins-v19-latin-ext_latin-800.svg#Poppins') format('svg'); /* Legacy iOS */
}
/* poppins-800italic - latin-ext_latin */
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 800;
  src: url('../fonts/poppins-v19-latin-ext_latin-800italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/poppins-v19-latin-ext_latin-800italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/poppins-v19-latin-ext_latin-800italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/poppins-v19-latin-ext_latin-800italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/poppins-v19-latin-ext_latin-800italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/poppins-v19-latin-ext_latin-800italic.svg#Poppins') format('svg'); /* Legacy iOS */
}



/******************** 
 GLOBAL STYLES
********************/

html, body {
    height: 100%;
}

html {
	scroll-behavior: smooth;
}

body {
	font-family: 'Poppins', sans-serif;
}

h1 {
	color: rgba(0, 26, 46, 1);
	border-bottom: 2px solid rgba(198, 164, 65, 1);
}

h2 {
	color: rgba(198, 164, 65, 1);
}

h3 {
	color: rgba(198, 164, 65, 1);
}

h4 {
	color: rgba(198, 164, 65, 1);
}

h5 {
	color: rgba(198, 164, 65, 1);
}

h6 {
	color: rgba(198, 164, 65, 1);
}

p {
	color: rgba(0, 0, 0, 1);
	text-align: left;
}

ol {
	padding-left: 1.25rem;
	color: rgba(0, 0, 0, 1);
}

ul {
	padding-left: 1.15rem;
	color: rgba(0, 0, 0, 1);
}

a {
	text-decoration: underline;
	color: rgba(198, 164, 65, 1);
}

a:visited {
	text-decoration: underline;
	color: rgba(198, 164, 65, 1);
}

a:hover {
	text-decoration: none;
	color: rgba(198, 164, 65, 1);
}

a:active {
	text-decoration: underline;
	color: rgba(198, 164, 65, 1);
}

blockquote {
	padding: 60px 80px 40px;
    position: relative;
	font-size: 1.75rem;
    text-align: center;
    color: rgba(77, 77, 77, 1);
    text-shadow: 1px 0px 1px #cccccc, 0px 1px 1px #eeeeee, 2px 1px 1px #cccccc, 1px 2px 1px #eeeeee, 3px 2px 1px #cccccc, 2px 3px 1px #eeeeee, 4px 3px 1px #cccccc, 3px 4px 1px #eeeeee, 5px 4px 1px #cccccc, 4px 5px 1px #eeeeee, 6px 5px 1px #cccccc, 5px 6px 1px #eeeeee, 7px 6px 1px #cccccc;
}

blockquote:after {
    content: "";
    top: 20px;
    left: 50%;
    margin-left: -100px;
    position: absolute;
    border-bottom: 3px solid rgba(212, 118, 46, 1);
    height: 3px;
    width: 200px;
}

hr {
	width: 100%;
	height: 2px !important;
	margin: 2rem auto;
	background-color: rgba(198, 164, 65, 1);
}

/******************** 
 BOOTSTRAP 5 Custom
********************/

	/******************** 
	 CONTENT
	********************/

		/******************** 
		 FIGURES
		********************/
		.figure {
			
		}

		.figure-caption {
			font-size: .7rem;
		}

		.figure-caption span.nomenclature {
			font-size: .85rem;
			color: rgba(0, 0, 0, 1);
		}

		.figure-caption span.design {
			padding-left: .75rem;
			font-size: .85rem;
			color: rgba(0, 0, 0, 1);
		}

		.figure-caption i.fab,
		.figure-caption i.fas		{
			color: rgba(144, 153, 143, 1);
		}

		/******************** 
		 TABLES
		********************/
		table {
			font-size: 1rem;
		}

		table thead tr {
			background-color: rgba(198, 164, 65, 1);
		}

		table thead tr th {
			font-weight: 600;
			color: rgba(255, 255, 255, 1);
		}

		.table-tr-no-bgr {
			background-color: rgba(255, 255, 255, 1) !important;
		}

		table tbody tr:nth-child(odd) {
			background-color: rgba(235, 237, 238, 1);
			border-top: 1px solid rgba(255, 255, 255, 1);
			border-bottom: 1px solid rgba(255, 255, 255, 1);
		}

		table tbody tr:nth-child(even) {
			background-color: rgba(224, 228, 230, 1);
			border-top: 1px solid rgba(255, 255, 255, 1);
			border-bottom: 1px solid rgba(255, 255, 255, 1);
		}

		table tbody tr th {
			font-weight: 300;
		}

		table tbody tr td {
			color: rgba(82, 84, 81, 1);
		}

	/******************** 
	 FORMS
	********************/
	.form-label,
	.col-form-label	{
		font-size: .9rem;
		color: rgba(198, 164, 65, 1);
		text-align: left !important;
	}

	.form-control {
		font-size: .9rem;
	}

	/******************** 
	 COMPONENTS
	********************/

		/******************** 
		 ACCORDION
		********************/
		.accordion {
			margin-bottom: 1rem;
		}

		.accordion-item {
			background-color: rgba(0, 0, 0, 1);
			border: none;
		}

		.accordion-header {
			
		}

		.accordion-button {
			color: rgba(255, 255, 255, 1);
			background-color: rgba(0, 0, 0, 1);
		}

		.accordion-button:after,
		.accordion-button:not(.collapsed):after {
			background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
		}

		.accordion-button:focus {
			border-color: rgba(0, 0, 0, 1);
			box-shadow: none;
		}

		.accordion-button:not(.collapsed) {
			color: rgba(255, 255, 255, 1);
			background-color: rgba(30, 30, 30, 1);
			box-shadow: none;
		}

		.accordion-body {
			color: rgba(255, 255, 255, 1);
			background-color: rgba(0, 0, 0, 1);
			border-bottom: 1px solid rgba(30, 30, 30, 1);
		}

		/******************** 
		 BUTTONS
		********************/
		.btn-primary {
			letter-spacing: 0px;
			color: rgba(255, 255, 255, 1) !important;
			background-color: rgba(198, 164, 65, 1);
			border-width: 2px;
			border-color: rgba(198, 164, 65, 1);
			border-radius: 50rem;
			transition: .5s ease all;
		}

		.btn-primary:hover {
			letter-spacing: 2px;
			color: rgba(0, 0, 0, 1) !important;
			background-color: rgba(255, 255, 255, 1);
			border-color: rgba(198, 164, 65, 1);
			transition: .5s ease all;
		}

		.btn-primary:focus {
			color: rgba(255, 255, 255, 1) !important;
			background-color: rgba(198, 164, 65, 1);
			border-color: rgba(198, 164, 65, 1);
			transition: .25s ease all;
		}

		/******************** 
		 CARDS
		********************/
		.card {
			height: 100%;
		}

		.card-header {
			padding-top: .75rem;
			padding-bottom: .25rem;
			background-color: rgba(0, 0, 0, 1);
		}

		.card-header p {
			margin-bottom: 0;
			font-size: 1.25rem;
			font-weight: 400;
			color: rgba(152, 203, 50, 1);
		}

		.card-body {
			background-color: rgba(233, 235, 233, 1);
		}

		.card-body .card-title {
			color: rgba(255, 255, 255, 1);
		}

		.card-body .card-text {
			color: rgba(51, 51, 51, 1);
		}

		/******************** 
		 CAROUSEL
		********************/

		.carousel .carousel-item {
			/*transition: transform .25s ease;*/
		}

		.carousel-caption {
			position: absolute;
			right: 0;
			top: 0;
			bottom: 0;
			left: 0;
			height: 100%;
			display: inline;
			text-align: left;
			padding: 3.5rem;
			color: rgba(255, 255, 255, 1);
			background: rgba(0, 0, 0, 0.5);
			animation: shimmy 5s;
			animation-direction: alternate;
		}

		@keyframes shimmy {
		  0% {
			transform: translate(-1200px, 0px);
		  }
		  50% {
			transform: translate(-1200px, 0px);
		  }
		  100% {
			transform: translate(0px, 0px);
		  }
		}

		.carousel .carousel-caption p {
			text-align: left;
			color: rgba(255, 255, 255, 1);
		}

		.carousel .carousel-caption p.motto {
			margin-bottom: 1rem;
			padding: 0;
			text-align: left;
		}

		.carousel .carousel-caption p.person {
			margin-bottom: 0;
			padding: 0;
			font-weight: 800;
			text-align: left;
		}

		/******************** 
		 NAVBAR
		********************/
		.navbar-wrapper {
			background-color: rgba(255, 255, 255, 1);
		}

		.navbar {
			padding: 1rem 0 1rem 0;
			background-color: rgba(255, 255, 255, 1);
		}

		.navbar-brand {
			padding-top: 0;
			padding-bottom: 0;
		}

		.navbar-toggler.navbar-toggler {
			border-color: rgba(198, 164, 65, 1);
		}

		.navbar-toggler .navbar-toggler-icon {
		  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(198, 164, 65, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
		}

		.navbar-collapse {
			justify-content: center;
		}

		li.nav-item {
			
		}

		li.nav-item:last-child {
			
		}

		a.nav-link {
			margin: 0;
			padding: .25rem 1rem .12rem 1rem !important;
			letter-spacing: 1px;
			text-align: center !important;
			text-decoration: none;
			color: rgba(0, 26, 46, 1) !important;
		}

		a.nav-link:visited {
			text-decoration: none;
			color: rgba(0, 26, 46, 1);
		}

		a.nav-link:hover,
		a.nav-link.active,
		a.nav-link.dropdown-toggle.show {
			text-decoration: none;
			color: rgba(198, 164, 65, 1) !important;
			background-color: rgba(255, 255, 255, 1);
			transition: .25s ease all;
		}

		a.nav-link:active {
			text-decoration: none;
			color: rgba(0, 26, 46, 1);
		}

		/* special buttons */
		li.item-e-shop {
			padding: 0;
		}

		li.item-e-shop a {
			padding: .25rem 1rem;
			color: rgba(255,255, 255, 1) !important;
			background: rgba(198, 164, 65, 1);
			border-width: 2px;
			border-color: rgba(198, 164, 65, 1);
			border-radius: .25rem;
		}

		li.item-e-shop a:hover {
			color: rgba(0, 0, 0, 1) !important;
			background-color: rgba(255,255, 255, 1);
			border-color: rgba(255,255, 255, 1);
			transition: .25s ease all;
		}

		ul.dropdown-menu {
			padding-top: 0;
			padding-bottom: 0;
			background-color: transparent;
		}

		ul.dropdown-menu li {
			margin-bottom: 1px;
			background-color: rgba(82, 84, 81, .9);
		}

		ul.dropdown-menu li a.nav-link {
			margin: 0;
			padding: .5rem 1rem !important;
			text-decoration: none;
			color: rgba(255, 255, 255, 1) !important;
			border: none;
		}

		ul.dropdown-menu li a.nav-link:visited {
			text-decoration: none;
			color: rgba(255, 255, 255, 1);
		}

		ul.dropdown-menu li a.nav-link:hover,
		ul.dropdown-menu li a.nav-link.active {
			text-decoration: none;
			color: rgba(255, 255, 255, 1);
			background-color: rgba(198, 164, 65, 1);
		}

	/******************** 
	 LAYOUT
	********************/

		/******************** 
		 BREAKPOINTS
		********************/

		/* XX-Large devices (larger desktops, 1400px and up) */
		@media (min-width: 1400px) {

			html {
				font-size: 16px;
			}

			body {
				margin-top: 174px; /* nav 175px */
				background-color: rgba(255, 255, 255, 1);
			}

			h1 {
				display: block;
				margin: 0 0 2rem 0;
				padding: 0 0 .75rem 0;
				font-size: 2.6425rem;
				
			}

			h2 {
				font-size: 1.875rem;
				text-align: left;
			}

			h3 {
				font-size: 1.375rem;
				text-align: left;
			}

			p {
				font-size: 0,875rem;
				text-align: left;
			}

			ol {
				font-size: 1.0625rem;
				text-align: left;
			}

			ul {
				font-size: 1.0625rem;
				text-align: left;
			}

			.navbar-brand img {
				width: 75%;
				padding: 2rem 0 1rem 0;
			}

			a.nav-link {
				font-size: 1.328125rem;
			}

			.anchor {
				top: -174px;
			}

			.reservation {
				border-left: 1px solid rgba(198, 164, 65, 1);
				border-right: 1px solid rgba(198, 164, 65, 1);
			}

			.web {
				padding-top: 2rem;
				letter-spacing: 2px;
				border-top: 2px solid rgba(198, 164, 65, 1);
			}

			.vegas-carousel {
				width: 100%;
				height: calc(100vh - 105px);
			}
		}

		/* X-Large devices (large desktops, 1200px and up) */
		@media (min-width: 1200px) and (max-width: 1399px) {

			html {
				font-size: 16px;
			}

			body {
				margin-top: 173px; /* nav 175px */
				background-color: rgba(255, 255, 255, 1);
			}

			h1 {
				display: block;
				margin: 0 0 2rem 0;
				padding: 0 0 .75rem 0;
				font-size: 2.6425rem;
				
			}

			h2 {
				font-size: 1.875rem;
				text-align: left;
			}

			h3 {
				font-size: 1.375rem;
				text-align: left;
			}

			p {
				font-size: 0,875rem;
				text-align: left;
			}

			ol {
				font-size: 1.0625rem;
				text-align: left;
			}

			ul {
				font-size: 1.0625rem;
				text-align: left;
			}

			.navbar-brand img {
				width: 85%;
				padding: 2rem 0 1rem 0;
			}

			a.nav-link {
				font-size: 1.328125rem;
			}

			.anchor {
				top: -173px;
			}

			.reservation {
				border-left: 1px solid rgba(198, 164, 65, 1);
				border-right: 1px solid rgba(198, 164, 65, 1);
			}

			.web {
				padding-top: 2rem;
				letter-spacing: 2px;
				border-top: 2px solid rgba(198, 164, 65, 1);
			}

			.vegas-carousel {
				width: 100%;
				height: calc(100vh - 105px);
			}
		}

		/* Large devices (desktops, 992px and up) */
		@media (min-width: 992px) and (max-width: 1199px) {

			html {
				font-size: 14px;
			}

			body {
				margin-top: 149px; /* nav 175px */
				background-color: rgba(255, 255, 255, 1);
			}

			h1 {
				display: block;
				margin: 0 0 2rem 0;
				padding: 0 0 .75rem 0;
				font-size: 2.6425rem;
				
			}

			h2 {
				font-size: 1.875rem;
				text-align: left;
			}

			h3 {
				font-size: 1.375rem;
				text-align: left;
			}

			p {
				font-size: 0,875rem;
				text-align: left;
			}

			ol {
				font-size: 1.0625rem;
				text-align: left;
			}

			ul {
				font-size: 1.0625rem;
				text-align: left;
			}

			.navbar-brand img {
				width: 85%;
				padding: 2rem 0 1rem 0;
			}

			a.nav-link {
				font-size: 1.328125rem;
			}

			.anchor {
				top: -149px;
			}

			.reservation {
				border-left: 1px solid rgba(198, 164, 65, 1);
				border-right: 1px solid rgba(198, 164, 65, 1);
			}

			.web {
				padding-top: 2rem;
				letter-spacing: 2px;
				border-top: 2px solid rgba(198, 164, 65, 1);
			}

			.vegas-carousel {
				width: 100%;
				height: calc(100vh - 99px);
			}

		}

		/* Medium devices (tablets, 768px and up) */
		@media (min-width: 768px) and (max-width: 991px) {

			html {
				font-size: 14px;
			}

			body {
				margin-top: 138px; /* nav 175px */
				background-color: rgba(255, 255, 255, 1);
			}

			h1 {
				display: block;
				margin: 0 0 2rem 0;
				padding: 0 0 .75rem 0;
				font-size: 2.6425rem;
				
			}

			h2 {
				font-size: 1.875rem;
				text-align: left;
			}

			h3 {
				font-size: 1.375rem;
				text-align: left;
			}

			p {
				font-size: 0,875rem;
				text-align: left;
			}

			ol {
				font-size: 1.0625rem;
				text-align: left;
			}

			ul {
				font-size: 1.0625rem;
				text-align: left;
			}

			.navbar-brand img {
				width: 95%;
				padding: 2rem 0 1rem 0;
			}

			a.nav-link {
				font-size: 1.2rem;
			}

			.anchor {
				top: -138px;
			}

			.reservation {
				margin-bottom: 2rem;
			}

			.web {
				padding-top: 2rem;
				letter-spacing: 2px;
				border-top: 2px solid rgba(198, 164, 65, 1);
			}

			.vegas-carousel {
				width: 100%;
				height: auto;
				min-height: 432px;
			}

		}

		/* Small devices (landscape phones, 576px and up) */
		@media (min-width: 576px) and (max-width: 767px) {

			html {
				font-size: 14px;
			}

			body {
				margin-top: 122px; /* nav 175px */
				background-color: rgba(255, 255, 255, 1);
			}

			h1 {
				display: block;
				margin: 0 0 2rem 0;
				padding: 0 0 .75rem 0;
				font-size: 2.6425rem;
				
			}

			h2 {
				font-size: 1.875rem;
				text-align: left;
			}

			h3 {
				font-size: 1.375rem;
				text-align: left;
			}

			p {
				font-size: 0,875rem;
				text-align: left;
			}

			ol {
				font-size: 1.0625rem;
				text-align: left;
			}

			ul {
				font-size: 1.0625rem;
				text-align: left;
			}

			.navbar-brand img {
				width: 95%;
				padding: 2rem 0 1rem 0;
			}

			a.nav-link {
				font-size: .85rem;
				padding: .25rem .75rem .12rem .75rem !important;
			}

			.anchor {
				top: -122px;
			}

			.reservation {
				margin-bottom: 2rem;
			}

			.web {
				padding-top: 2rem;
				letter-spacing: 2px;
				border-top: 2px solid rgba(198, 164, 65, 1);
			}

			.vegas-carousel {
				width: 100%;
				height: auto;
				min-height: 324px;
			}

		}

		/* X-Small devices (portrait phones, less than 576px) */
		@media (max-width: 575px) {

			html {
				font-size: 12px;
			}

			body {
				margin-top: 112px; /* nav 175px */
				background-color: rgba(255, 255, 255, 1);
			}

			h1 {
				display: block;
				margin: 0 0 2rem 0;
				padding: 0 0 .75rem 0;
				font-size: 2.6425rem;
				
			}

			h2 {
				font-size: 1.875rem;
				text-align: left;
			}

			h3 {
				font-size: 1.375rem;
				text-align: left;
			}

			p {
				font-size: 0,875rem;
				text-align: left;
			}

			ol {
				font-size: 1.0625rem;
				text-align: left;
			}

			ul {
				font-size: 1.0625rem;
				text-align: left;
			}

			.navbar-brand img {
				width: 95%;
				padding: 2rem 0 1rem 0;
			}

			a.nav-link {
				font-size: 1rem;
				padding: .25rem .75rem .12rem .75rem !important;
			}

			.anchor {
				top: -112px;
			}

			.reservation {
				margin-bottom: 2rem;
			}

			.web {
				padding-top: 2rem;
				letter-spacing: 2px;
				border-top: 2px solid rgba(198, 164, 65, 1);
			}

			.vegas-carousel {
				display: none;
			}

		}



/******************** 
 CUSTOM STYLES
********************/

	div.container-wrapper {
		min-height: 100%;
		background-image: url('../gfx/body-bgr.png');
		background-repeat: no-repeat;
		background-position: top center;
		background-size: 100% auto;
	}

	div.container-wrapper div.container-fluid .container {
		padding: 2rem 0;
	}

	div.container-wrapper div.container-fluid:nth-child(odd) {
		background-color: rgba(255, 255, 255, 1) !important;
	}

	div.container-wrapper div.container-fluid:nth-child(even) {
		background-color: rgba(247, 248, 249, 1) !important;
	}
	


	/******************** 
	 FOOTER
	********************/
	.footer-wrapper {
		background-color: rgba(0, 26, 46, 1);
	}

	.footer {
		
	}

	.footer p {
		font-size: .75rem;
		color: rgba(255, 255, 255, 1);
	}

	.footer p a {
		text-decoration: underline;
		color: rgba(255, 255, 255, 1);
	}

	.footer p a:visited {
		text-decoration: underline;
		color: rgba(255, 255, 255, 1);
	}

	.footer p a:hover {
		text-decoration: none;
		color: rgba(255, 255, 255, 1);
	}

	.footer p a:action {
		text-decoration: underline;
		color: rgba(255, 255, 255, 1);
	}

	.footer p span {
		color: rgba(144, 153, 143, 1);
	}

	.footer p span a {
		text-decoration: underline;
		color: rgba(144, 153, 143, 1);
	}

	.footer p span a:visited {
		text-decoration: underline;
		color: rgba(144, 153, 143, 1);
	}

	.footer p span a:hover {
		text-decoration: none;
		color: rgba(144, 153, 143, 1);
	}

	.footer p span a:action {
		text-decoration: underline;
		color: rgba(144, 153, 143, 1);
	}

	.footer .logo a img {
		width: 15%;
		padding: 2rem 0;
	}

	/******************** 
	 HELPERS
	********************/

		/******************** 
		 ANCHOR
		********************/
		.anchor {
			position: relative;
			display: block;
		}

		/******************** 
		 AWESOME FONT
		********************/
		.far {
			color: rgba(255, 255, 255, 1) !important;
		}

		.fas {
			color: rgba(255, 255, 255, 1);
		}

		/******************** 
		 BLOCKS
		********************/
		.bg-black {
			background-color: rgba(0, 0, 0, 1);
		}

		.bg-grey {
			background-color: rgba(30, 30, 30, 1);
		}

		.bg-yellow {
			background-color: rgba(245, 211, 15, 1);
		}

		/******************** 
		 EU COOKIES
		********************/
		.eu-cookies {
			position: fixed;
			left: 0;
			bottom: 0;
			z-index: 9999;
			width: 100%;
			margin: 0;
			padding: 1rem;
			background-color: rgba(0, 0, 0, 1);
		}

		.eu-cookies h3 {
			font-size: 1rem;
			text-align: left;
			color: rgba(198, 164, 65, 1);
		}

		.eu-cookies p {
			font-size: .95rem;
			text-align: left;
			color: rgba(255, 255, 255, 1);
		}

		.eu-cookies a {
			text-decoration: underline;
			color: rgba(255, 255, 255, 1) !important;
		}

		.eu-cookies a:hover {
			text-decoration: none;
			color: rgba(198, 164, 65, 1) !important;
		}

		.eu-cookies .btn-primary {
			color: rgba(255, 255, 255, 1) !important;
			background-color: rgba(198, 164, 65, 1);
			border-width: 2px;
			border-color: rgba(198, 164, 65, 1);
			border-radius: 50rem;
		}

		.eu-cookies .btn-primary:hover {
			color: rgba(0, 0, 0, 1) !important;
			background-color: rgba(255, 255, 255, 1);
			border-color: rgba(255, 255, 255, 1);
			transition: .25s ease all;
		}

		.eu-cookies .btn-primary:focus {
			color: rgba(255, 255, 255, 1) !important;
			background-color: rgba(198, 164, 65, 1);
			border-color: rgba(198, 164, 65, 1);
			transition: .25s ease all;
		}

		.eu-cookies .btn-secondary {
			color: rgba(255, 255, 255, 1) !important;
			background-color: rgba(0, 0, 0, 1);
			border-width: 2px;
			border-color: rgba(198, 164, 65, 1);
			border-radius: 50rem;
		}

		.eu-cookies .btn-secondary:hover {
			color: rgba(0, 0, 0, 1) !important;
			background-color: rgba(255, 255, 255, 1);
			border-color: rgba(255, 255, 255, 1);
			transition: .25s ease all;
		}

		.eu-cookies .btn-secondary:focus {
			color: rgba(255, 255, 255, 1) !important;
			background-color: rgba(198, 164, 65, 1);
			border-color: rgba(198, 164, 65, 1);
			transition: .25s ease all;
		}

		.form-check-label {
			color: rgba(255, 255, 255, 1) !important;
		}

		.eu-cookies .block-more-information {
			display: none;
		}



		/******************** 
		 IMAGES
		********************/
		.img-circle {
			border-radius: 50%;
		}

		.img-blur {
			-webkit-filter: blur(3px);
			filter: blur(3px);
		}

		.img-greyscale {
			-webkit-filter: grayscale(1);
			filter: grayscale(1);
		}

		/******************** 
		 MEDIA QUERIES
		********************/
		.mq {
			top: 5%;
			z-index:9999 !important;
			display: none;
			padding: 1rem;
			text-align: center;
			color: rgba(0, 0, 0, 1);
			background: rgba(200, 200, 200, 5);
		}

		/******************** 
		 SCROLL UP
		********************/
		#scrollUp {
			bottom: 20px;
			right: 20px;
			width: 38px; /* Width of image */
			height: 38px; /* Height of image */
			background: url('../../css/jquery-scrollUp/img/top.png') no-repeat;
		}

		.custom-scrolltop {
			right: 25px;
			bottom: 25px;
			font-size: 1.5rem;
			line-height: 40px;
			border-radius: 50%;
		}

		/******************** 
		 OWL CAROUSEL
		********************/
		.owl-carousel img {
			height: 200px;
		}

		.owl-prev,
		.owl-next {
			position: absolute;
			top: 50%;
			width: 15px;
			height: 100px;
			transform: translateY(-50%);
			display: block !important;
			border: 0px solid black;
		}

		.owl-prev {
			left: 10px;
		}

		.owl-next {
			right: 10px;
		}

		.owl-prev i,
		.owl-next i {
			transform : scale(2);
			color: rgba(212, 182, 124, 1);
		}

		/******************** 
		 SHADOWS
		********************/
		.box-inner-bottom-shadow {
			box-shadow: inset 0px -10px 10px -10px rgba(0, 0, 0, .2);
		}

		.box-outer-bottom-shadow {
			box-shadow: 0 10px 10px 0 rgba(0, 0, 0, .2);
		}