@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,900");
@import url("font-awesome.min.css");

/*
	Big Picture by HTML5 UP
	html5up.net | @ajlkn
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/

	html, body, div, span, applet, object,
	iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
	pre, a, abbr, acronym, address, big, cite,
	code, del, dfn, em, img, ins, kbd, q, s, samp,
	small, strike, strong, sub, sup, tt, var, b,
	u, i, center, dl, dt, dd, ol, ul, li, fieldset,
	form, label, legend, table, caption, tbody,
	tfoot, thead, tr, th, td, article, aside,
	canvas, infos, embed, figure, figcaption,
	footer, header, hgroup, menu, nav, output, ruby,
	section, summary, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline;}

	article, aside, infos, figcaption, figure,
	footer, header, hgroup, menu, nav, section {
		display: block;}

	body {
		line-height: 1;
	}

	/*ol, */ul {
		list-style: none;
	}

	blockquote, q {
		quotes: none;
	}

		blockquote:before, blockquote:after, q:before, q:after {
			content: '';
			content: none;
		}

	table {
		border-collapse: collapse;
		border-spacing: 0;
	}

	body {
		-webkit-text-size-adjust: none;
	}

	mark {
		background-color: transparent;
		color: inherit;
	}

	input::-moz-focus-inner {
		border: 0;
		padding: 0;
	}

	input, select, textarea {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
	}

	input[type="text"]:hover,
	input[type="password"]:hover,
	input[type="email"]:hover,
	input[type="tel"]:hover,
	input[type="search"]:hover,
	input[type="url"]:hover,
	select:hover,
	textarea:hover {
		background-color: rgba(255, 255, 255, 0.9);
	}

	input[type="text"]:active,
	input[type="text"]:focus,
	input[type="password"]:active,
	input[type="password"]:focus,
	input[type="email"]:active,
	input[type="email"]:focus,
	input[type="tel"]:active,
	input[type="tel"]:focus,
	input[type="search"]:active,
	input[type="search"]:focus,
	input[type="url"]:active,
	input[type="url"]:focus,
	select:active,
	select:focus,
	textarea:active,
	textarea:focus {
		background-color: rgba(255, 255, 255, 0.75);
	}
	
	
	@media screen and (max-width: 875px) {

		#body.scroll_lock {
			overflow: hidden !important;
		}

	}

/* Basic */

	@-ms-viewport {
		width: device-width;
	}

	html {
		height: 100%;
	}

	html {
		box-sizing: border-box;
	}

	*, *:before, *:after {
		box-sizing: inherit;
	}

	body {
		background: #ffffff;
		height: 100%;
		min-width: 320px;
	}

		body.is-preload *, body.is-preload *:before, body.is-preload *:after {
			-moz-animation: none !important;
			-webkit-animation: none !important;
			-ms-animation: none !important;
			animation: none !important;
			-moz-transition: none !important;
			-webkit-transition: none !important;
			-ms-transition: none !important;
			transition: none !important;
		}
		
/* Floating arrow */

	@-webkit-keyframes floating-arrow {
	  from {
		-moz-transform: translateY(0);
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	  }
	  65% {
		-moz-transform: translateY(11px);
		-webkit-transform: translateY(11px);
		-ms-transform: translateY(11px);
		transform: translateY(11px);
	  }
	  to {
		-moz-transform: translateY(0);
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	  }
	}
	@-o-keyframes floating-arrow {
	  from {
		-moz-transform: translateY(0);
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	  }
	  65% {
		-moz-transform: translateY(11px);
		-webkit-transform: translateY(11px);
		-ms-transform: translateY(11px);
		transform: translateY(11px);
	  }
	  to {
		-moz-transform: translateY(0);
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	  }
	}
	@keyframes floating-arrow {
	  from {
		-moz-transform: translateY(0);
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	  }
	  65% {
		-moz-transform: translateY(11px);
		-webkit-transform: translateY(11px);
		-ms-transform: translateY(11px);
		transform: translateY(11px);
	  }
	  to {
		-moz-transform: translateY(0);
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	  }
	}

/* Spinner */

	@-moz-keyframes spinner-rotate {
		0% {
			-moz-transform: scale(1) rotate(0deg);
			-webkit-transform: scale(1) rotate(0deg);
			-ms-transform: scale(1) rotate(0deg);
			transform: scale(1) rotate(0deg);
		}

		100% {
			-moz-transform: scale(1) rotate(360deg);
			-webkit-transform: scale(1) rotate(360deg);
			-ms-transform: scale(1) rotate(360deg);
			transform: scale(1) rotate(360deg);
		}
	}

	@-webkit-keyframes spinner-rotate {
		0% {
			-moz-transform: scale(1) rotate(0deg);
			-webkit-transform: scale(1) rotate(0deg);
			-ms-transform: scale(1) rotate(0deg);
			transform: scale(1) rotate(0deg);
		}

		100% {
			-moz-transform: scale(1) rotate(360deg);
			-webkit-transform: scale(1) rotate(360deg);
			-ms-transform: scale(1) rotate(360deg);
			transform: scale(1) rotate(360deg);
		}
	}

	@-ms-keyframes spinner-rotate {
		0% {
			-moz-transform: scale(1) rotate(0deg);
			-webkit-transform: scale(1) rotate(0deg);
			-ms-transform: scale(1) rotate(0deg);
			transform: scale(1) rotate(0deg);
		}

		100% {
			-moz-transform: scale(1) rotate(360deg);
			-webkit-transform: scale(1) rotate(360deg);
			-ms-transform: scale(1) rotate(360deg);
			transform: scale(1) rotate(360deg);
		}
	}

	@keyframes spinner-rotate {
		0% {
			-moz-transform: scale(1) rotate(0deg);
			-webkit-transform: scale(1) rotate(0deg);
			-ms-transform: scale(1) rotate(0deg);
			transform: scale(1) rotate(0deg);
		}

		100% {
			-moz-transform: scale(1) rotate(360deg);
			-webkit-transform: scale(1) rotate(360deg);
			-ms-transform: scale(1) rotate(360deg);
			transform: scale(1) rotate(360deg);
		}
	}

/* Loader */

	@-moz-keyframes spinner-show {
		0% {
			opacity: 0;
		}

		100% {
			opacity: 1;
		}
	}

	@-webkit-keyframes spinner-show {
		0% {
			opacity: 0;
		}

		100% {
			opacity: 1;
		}
	}

	@-ms-keyframes spinner-show {
		0% {
			opacity: 0;
		}

		100% {
			opacity: 1;
		}
	}

	@keyframes spinner-show {
		0% {
			opacity: 0;
		}

		100% {
			opacity: 1;
		}
	}

	@-moz-keyframes spinner-hide {
		0% {
			-moz-transform: scale(1) rotate(0deg);
			-webkit-transform: scale(1) rotate(0deg);
			-ms-transform: scale(1) rotate(0deg);
			transform: scale(1) rotate(0deg);
			color: #e5e6e7;
			z-index: 100001;
		}

		99% {
			-moz-transform: scale(0.5) rotate(360deg);
			-webkit-transform: scale(0.5) rotate(360deg);
			-ms-transform: scale(0.5) rotate(360deg);
			transform: scale(0.5) rotate(360deg);
			color: #e5e6e7;
			z-index: 100001;
		}

		100% {
			-moz-transform: scale(0.5) rotate(360deg);
			-webkit-transform: scale(0.5) rotate(360deg);
			-ms-transform: scale(0.5) rotate(360deg);
			transform: scale(0.5) rotate(360deg);
			color: #e5e6e7;
			z-index: -1;
		}
	}

	@-webkit-keyframes spinner-hide {
		0% {
			-moz-transform: scale(1) rotate(0deg);
			-webkit-transform: scale(1) rotate(0deg);
			-ms-transform: scale(1) rotate(0deg);
			transform: scale(1) rotate(0deg);
			color: #e5e6e7;
			z-index: 100001;
		}

		99% {
			-moz-transform: scale(0.5) rotate(360deg);
			-webkit-transform: scale(0.5) rotate(360deg);
			-ms-transform: scale(0.5) rotate(360deg);
			transform: scale(0.5) rotate(360deg);
			color: #e5e6e7;
			z-index: 100001;
		}

		100% {
			-moz-transform: scale(0.5) rotate(360deg);
			-webkit-transform: scale(0.5) rotate(360deg);
			-ms-transform: scale(0.5) rotate(360deg);
			transform: scale(0.5) rotate(360deg);
			color: #e5e6e7;
			z-index: -1;
		}
	}

	@-ms-keyframes spinner-hide {
		0% {
			-moz-transform: scale(1) rotate(0deg);
			-webkit-transform: scale(1) rotate(0deg);
			-ms-transform: scale(1) rotate(0deg);
			transform: scale(1) rotate(0deg);
			color: #e5e6e7;
			z-index: 100001;
		}

		99% {
			-moz-transform: scale(0.5) rotate(360deg);
			-webkit-transform: scale(0.5) rotate(360deg);
			-ms-transform: scale(0.5) rotate(360deg);
			transform: scale(0.5) rotate(360deg);
			color: #e5e6e7;
			z-index: 100001;
		}

		100% {
			-moz-transform: scale(0.5) rotate(360deg);
			-webkit-transform: scale(0.5) rotate(360deg);
			-ms-transform: scale(0.5) rotate(360deg);
			transform: scale(0.5) rotate(360deg);
			color: #e5e6e7;
			z-index: -1;
		}
	}

	@keyframes spinner-hide {
		0% {
			-moz-transform: scale(1) rotate(0deg);
			-webkit-transform: scale(1) rotate(0deg);
			-ms-transform: scale(1) rotate(0deg);
			transform: scale(1) rotate(0deg);
			color: #e5e6e7;
			z-index: 100001;
		}

		99% {
			-moz-transform: scale(0.5) rotate(360deg);
			-webkit-transform: scale(0.5) rotate(360deg);
			-ms-transform: scale(0.5) rotate(360deg);
			transform: scale(0.5) rotate(360deg);
			color: #e5e6e7;
			z-index: 100001;
		}

		100% {
			-moz-transform: scale(0.5) rotate(360deg);
			-webkit-transform: scale(0.5) rotate(360deg);
			-ms-transform: scale(0.5) rotate(360deg);
			transform: scale(0.5) rotate(360deg);
			color: #e5e6e7;
			z-index: -1;
		}
	}
	
/* Overlay */

	@-moz-keyframes overlay-hide {
		0% {
			opacity: 1;
			z-index: 100000;
		}

		15% {
			opacity: 1;
			z-index: 100000;
		}

		99% {
			opacity: 0;
			z-index: 100000;
		}

		100% {
			opacity: 0;
			z-index: -1;
		}
	}

	@-webkit-keyframes overlay-hide {
		0% {
			opacity: 1;
			z-index: 100000;
		}

		15% {
			opacity: 1;
			z-index: 100000;
		}

		99% {
			opacity: 0;
			z-index: 100000;
		}

		100% {
			opacity: 0;
			z-index: -1;
		}
	}

	@-ms-keyframes overlay-hide {
		0% {
			opacity: 1;
			z-index: 100000;
		}

		15% {
			opacity: 1;
			z-index: 100000;
		}

		99% {
			opacity: 0;
			z-index: 100000;
		}

		100% {
			opacity: 0;
			z-index: -1;
		}
	}

	@keyframes overlay-hide {
		0% {
			opacity: 1;
			z-index: 100000;
		}

		15% {
			opacity: 1;
			z-index: 100000;
		}

		99% {
			opacity: 0;
			z-index: 100000;
		}

		100% {
			opacity: 0;
			z-index: -1;
		}
	}

	body {
		text-decoration: none;
		overflow: hidden;
	}

		body:before {
			-moz-animation: spinner-show 1.5s 1 0.25s ease forwards, spinner-hide 0.25s ease-in-out forwards !important;
			-webkit-animation: spinner-show 1.5s 1 0.25s ease forwards, spinner-hide 0.25s ease-in-out forwards !important;
			-ms-animation: spinner-show 1.5s 1 0.25s ease forwards, spinner-hide 0.25s ease-in-out forwards !important;
			animation: spinner-show 1.5s 1 0.25s ease forwards, spinner-hide 0.25s ease-in-out forwards !important;
			-moz-transform-origin: 50% 50%;
			-webkit-transform-origin: 50% 50%;
			-ms-transform-origin: 50% 50%;
			transform-origin: 50% 50%;
			-moz-osx-font-smoothing: grayscale;
			-webkit-font-smoothing: antialiased;
			font-family: "Font Awesome 5 Free";
			font-style: normal;
			font-weight: normal;
			text-transform: none !important;
			color: #39454b;
			content:"\f254";
			cursor: default;
			display: block;
			font-size: 4em;
			height: 2em;
			left: 50%;
			line-height: 2em;
			margin: -1em 0 0 -1em;
			opacity: 0;
			position: fixed;
			text-align: center;
			top: 50%;
			width: 2em;
			z-index: -1;
		}

		body:after {
			-moz-animation: overlay-hide 1.5s ease-in forwards !important;
			-webkit-animation: overlay-hide 1.5s ease-in forwards !important;
			-ms-animation: overlay-hide 1.5s ease-in forwards !important;
			animation: overlay-hide 1.5s ease-in forwards !important;
			background: #ffffff;
			content: '';
			display: block;
			height: 100%;
			left: 0;
			opacity: 0;
			position: fixed;
			top: 0;
			width: 100%;
			z-index: -1;
		}

		body.is-preload:before {
			-moz-animation: spinner-show 1.5s 1 0.25s ease forwards, spinner-rotate 1.25s infinite linear !important;
			-webkit-animation: spinner-show 1.5s 1 0.25s ease forwards, spinner-rotate 1.25s infinite linear !important;
			-ms-animation: spinner-show 1.5s 1 0.25s ease forwards, spinner-rotate 1.25s infinite linear !important;
			animation: spinner-show 1.5s 1 0.25s ease forwards, spinner-rotate 1.25s infinite linear !important;
			z-index: 100001;
		}

		body.is-preload:after {
			-moz-animation: none !important;
			-webkit-animation: none !important;
			-ms-animation: none !important;
			animation: none !important;
			opacity: 1;
			z-index: 100000;
		}

	@media (-webkit-min-device-pixel-ratio: 2) {

		body:before {
			line-height: 2.025em;
		}

	}

/* Type */

	body, input, textarea, select {
		font-family: "Source Sans Pro", "sans-serif";
		font-weight: 300;
		font-size: 18pt;
		line-height: 1.75em;
		color: #39454b;
		letter-spacing: 0.025em;
	}

		@media screen and (max-width: 1920px) {

			body, input, textarea, select {
				font-size: 17pt;
			}

		}

		@media screen and (max-width: 1680px) {

			body, input, textarea, select {
				font-size: 15pt;
			}

		}

		@media screen and (max-width: 1280px) {

			body, input, textarea, select {
				font-size: 13pt;
			}
			
			/* Special */

				ul.special li a:before {
					font-size: 60px;
				}

			/* Box */

				.box.highlight h2 {
					font-size: 2.5em;
				}

				.box.highlight header > p {
					font-size: 1.25em;
				}

				.box.post h3 {
					font-size: 2.5em;
				}

				.box.post header > p {
					font-size: 1.25em;
				}

		}

		@media screen and (max-width: 1000px) {

			body, input, textarea, select {
				font-size: 13pt;
			}
			
			/* Box */

				.box br {
					display: none;
				}

		}

		@media screen and (max-width: 736px) {

			body, input, textarea, select {
				font-size: 11pt;
				line-height: 1.5em;
			}
			
			/* Special */

				ul.special {
					margin: -0.75em 0 2em -0.75em;
				}

					ul.special li {
						padding: 0.75em 0 0 0.75em;
					}

						ul.special li a:before {
							font-size: 28px;
						}

			/* Box */

				.box.highlight h2 {
					font-size: 2em;
				}

				.box.highlight header > p {
					font-size: 1.25em;
				}

				.box.post h3 {
					font-size: 2em;
				}

				.box.post header > p {
					font-size: 1.25em;
				}

				.box.page-content h2 {
					font-size: 2em;
				}

				.box.page-content header > p {
					font-size: 1.25em;
				}

		}

	h1, h2, h3, h4, h5, h6 {
		font-weight: 900;
		color: inherit;
		letter-spacing: -0.0325em;
	}

		h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
			color: inherit;
			text-decoration: none;
		}

	h2 {
		font-size: 2.25em;
		line-height: 1.25em;
		letter-spacing: -0.05em;
	}

	@media screen and (max-width: 736px) {

		h2 {
			font-size: 1.5em;
		}

	}

	strong, b {
		font-weight: 900;
		color: inherit;
	}

	em, i {
		font-style: italic;
	}

	a {
		-moz-transition: color 0.05s ease-in-out;
		-webkit-transition: color 0.05s ease-in-out;
		-ms-transition: color 0.05s ease-in-out;
		transition: color 0.05s ease-in-out;
		color: #39454b;
		text-decoration: none;
	}
	
	a span {
		text-decoration: underline;
	}
	
	#menu a span {
		text-decoration: none;
	}
	
		#menu a span.language_btn_text {
			text-decoration: underline;
		}
	
	a:hover {
		color: rgba(255, 165, 0, 0.75); /* Color Orange */
		text-decoration: none;
	}
	
	a:active {
		color: rgba(255, 165, 0, 1); /* Color Orange */
		text-decoration: none;
	}
	
	#header h1 a:active,
	#header h1 a:focus {
		color: rgba(0, 0, 0, 1);
	}

	sub {
		position: relative;
		top: 0.5em;
		font-size: 0.8em;
	}

	sup {
		position: relative;
		top: -0.5em;
		font-size: 0.8em;
	}

	hr {
		border: 0;
		margin: 0;
		border-top: solid 1px #b9babb;
	}
	
	hr.separator_hr {
		border-top: solid 2px #39454b;
	}

	blockquote {
		border-left: solid 0.5em #e5e6e7;
		padding: 1em 0 1em 2em;
		font-style: italic;
	}

	p, ul, ol, dl, table {
		margin-bottom: 1em;
	}

/* Box */

	.box {
		color: #39454b;
		padding: 2em;
	}

		.box > :last-child {
			margin-bottom: 0;
		}

		.box.style2 {
			background-color: rgba(255, 255, 255, 0.9);
		}

		@media screen and (max-width: 736px) {

			.box {
				padding: 1em;
			}

				.box.style2 {
					padding: 1.5em 1.25em 1.5em 1.25em;
				}

		}
		
	

/* Button */

	input[type="button"],
	input[type="submit"],
	input[type="reset"],
	.button,
	button {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		-moz-transition: background-color 0.2s ease-in-out;
		-webkit-transition: background-color 0.2s ease-in-out;
		-ms-transition: background-color 0.2s ease-in-out;
		transition: background-color 0.2s ease-in-out;
		background-color: transparent;
		border: solid 2px #ffffff;
		border-radius: 25%;
		color: #ffffff;
		cursor: pointer;
		display: inline-block;
		height: 3.5em;
		line-height: 3.5em;
		outline: 0;
		padding: 0 1em 0 1em;
		position: relative;
		text-align: center;
		text-decoration: none;
	}
	
	.dismissButton {
		line-height: normal;
	}

		input[type="button"].down,
		input[type="submit"].down,
		input[type="reset"].down,
		.button.down,
		button.down {
			width: 5em;
			height: 5em;
			line-height: 4.5em;
			padding: 0;
			background-image: url("images/dark-arrow.svg");
			background-position: center center;
			background-repeat: no-repeat;
			text-indent: -10em;
			overflow: hidden;
		}

			input[type="button"].down.anchored,
			input[type="submit"].down.anchored,
			input[type="reset"].down.anchored,
			.button.down.anchored,
			button.down.anchored {
				bottom: 1.5em;
				/* border-bottom: 0; */
				border-radius: 25%;
				height: 4.5em;
				width: 4.5em;
				margin-left: -2.5em;
			}

		input[type="button"].anchored,
		input[type="submit"].anchored,
		input[type="reset"].anchored,
		.button.anchored,
		button.anchored {
			position: absolute;
			left: 50%;
		}

		input[type="button"]:hover,
		input[type="submit"]:hover,
		input[type="reset"]:hover,
		.button:hover,
		button:hover {
			background-color: rgba(255, 165, 0, 0.125); /* Color Orange */
		}

		input[type="button"]:active,
		input[type="submit"]:active,
		input[type="reset"]:active,
		.button:active,
		button:active {
			background-color: rgba(255, 165, 0, 0.25); /* Color Orange */
		}

		input[type="button"].style2,
		input[type="submit"].style2,
		input[type="reset"].style2,
		.button.style2,
		button.style2 {
			background-color: transparent;
			border: solid 2px #e5e6e7;
			color: inherit;
		}

			input[type="button"].style2:hover,
			input[type="submit"].style2:hover,
			input[type="reset"].style2:hover,
			.button.style2:hover,
			button.style2:hover {
				background-color: rgba(229, 230, 231, 0.25);
			}

			input[type="button"].style2:active,
			input[type="submit"].style2:active,
			input[type="reset"].style2:active,
			.button.style2:active,
			button.style2:active {
				background-color: rgba(229, 230, 231, 0.375);
			}

			input[type="button"].style2.down,
			input[type="submit"].style2.down,
			input[type="reset"].style2.down,
			.button.style2.down,
			button.style2.down {
				background-image: url("images/arrow.svg");
			}

/* Form */

	form {
		margin: 0 0 2em 0;
	}

		form > :last-child {
			margin-bottom: 0;
		}

		form > .fields {
			display: -moz-flex;
			display: -webkit-flex;
			display: -ms-flex;
			display: flex;
			-moz-flex-wrap: wrap;
			-webkit-flex-wrap: wrap;
			-ms-flex-wrap: wrap;
			flex-wrap: wrap;
			width: calc(100% + 3em);
			margin: -1.5em 0 2em -1.5em;
		}

			form > .fields > .field {
				-moz-flex-grow: 0;
				-webkit-flex-grow: 0;
				-ms-flex-grow: 0;
				flex-grow: 0;
				-moz-flex-shrink: 0;
				-webkit-flex-shrink: 0;
				-ms-flex-shrink: 0;
				flex-shrink: 0;
				padding: 1.5em 0 0 1.5em;
				width: calc(100% - 1.5em);
			}

				form > .fields > .field.half {
					width: calc(50% - 0.75em);
				}

				form > .fields > .field.third {
					width: calc(100%/3 - 0.5em);
				}

				form > .fields > .field.quarter {
					width: calc(25% - 0.375em);
				}

		@media screen and (max-width: 480px) {

			form > .fields {
				width: calc(100% + 2em);
				margin: -1em 0 2em -1em;
			}

				form > .fields > .field {
					padding: 1em 0 0 1em;
					width: calc(100% - 1em);
				}

					form > .fields > .field.half {
						width: calc(100% - 1em);
					}

					form > .fields > .field.third {
						width: calc(100% - 1em);
					}

					form > .fields > .field.quarter {
						width: calc(100% - 1em);
					}

		}

	label {
		display: block;
	}

	input[type="text"],
	input[type="password"],
	input[type="email"],
	input[type="tel"],
	input[type="search"],
	input[type="url"],
	select,
	textarea {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		-moz-transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out;
		-webkit-transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out;
		-ms-transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out;
		transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out;
		color: #39454b;
		display: block;
		width: 100%;
		padding: 0.65em 0.75em;
		background: none;
		border: solid 2px #e5e6e7;
		outline: none;
		box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.25);
		-moz-box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.25);
		-webkit-box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.25);
		-o-box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.25);
	}

		input[type="text"]:focus,
		input[type="password"]:focus,
		input[type="email"]:focus,
		input[type="tel"]:focus,
		input[type="search"]:focus,
		input[type="url"]:focus,
		select:focus,
		textarea:focus {
			border-color: rgba(255, 165, 0, 0.5); /* Color Orange */
		}

	input[type="text"],
	input[type="password"],
	input[type="email"],
	input[type="tel"],
	input[type="search"],
	input[type="url"],
	select {
		line-height: 1.35em;
		background-color: rgba(255, 255, 255, 1);
	}

	textarea {
		min-height: 8em;
		background-color: rgba(255, 255, 255, 1);
	}

	::-moz-focus-inner {
		border: 0;
	}
	
	#form_done {
	    color: rgba(255, 165, 0, 0.75); /* Color Orange */
	}
	
	#contact > .content .box {
	    display: none;
	}

/* Icon */

	.icon {
		text-decoration: none;
	}

/* Image */

	.no_img img {
		display: none;
	}

	.image {
		position: relative;
		display: inline-block;
	}

		.image img {
			display: block;
			width: 100%;
			opacity: 0.9;
		}
		
		.image img.best_quality {
			opacity: 1;
		}
		
		.image img:hover,
		.image img:active,
		.image img:focus {
			opacity: 1;
		}

		.image.featured {
			display: block;
			width: 100%;
			margin: 0 0 2em 0;
		}

		.image.fit {
			display: block;
			width: 100%;
		}
		
			.image.fit img {
				cursor: pointer;
			}

		.image.left {
			float: left;
			margin: 0 2em 2em 0;
		}

		.image.centered {
			display: block;
			margin: 0 0 2em 0;
		}

			.image.centered img {
				margin: 0 auto;
				width: auto;
			}

/* List */

	ul.default {
		list-style: disc;
		padding-left: 1em;
	}

		ul.default li {
			padding-left: 0.5em;
		}

	ul.menu {
		cursor: default;
	}

		ul.menu li {
			display: inline-block;
			line-height: 1em;
			border-left: solid 1px #e5e6e7;
			padding: 0 0 0 0.5em;
			margin: 0 0 0 0.5em;
		}

			ul.menu li:first-child {
				border-left: 0;
				padding-left: 0;
				margin-left: 0;
			}

	ol.default {
		list-style: decimal;
		padding-left: 1.25em;
	}

		ol.default li {
			padding-left: 0.25em;
		}

/* Actions */

	ul.actions {
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		cursor: default;
		list-style: none;
		margin-left: -1em;
		padding-left: 0;
	}
	
	ul.actions.send_email {
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		cursor: default;
		list-style: none;
		margin-left: -1em;
		padding-left: 0;
		-moz-justify-content: center;
		-webkit-justify-content: center;
		-ms-justify-content: center;
		justify-content: center;
	}
	
		ul.actions.send_email input:hover {
			box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.25);
			-moz-box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.25);
			-webkit-box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.25);
			-o-box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.25);
		}

		ul.actions li {
			padding: 0 0 0 1em;
			vertical-align: middle;
		}

		ul.actions.special {
			-moz-justify-content: center;
			-webkit-justify-content: center;
			-ms-justify-content: center;
			justify-content: center;
			width: 100%;
			margin-left: 0;
		}

			ul.actions.special li:first-child {
				padding-left: 0;
			}

		ul.actions.stacked {
			-moz-flex-direction: column;
			-webkit-flex-direction: column;
			-ms-flex-direction: column;
			flex-direction: column;
			margin-left: 0;
		}

			ul.actions.stacked li {
				padding: 1.3em 0 0 0;
			}

				ul.actions.stacked li:first-child {
					padding-top: 0;
				}

		ul.actions.fit {
			width: calc(100% + 1em);
		}

			ul.actions.fit li {
				-moz-flex-grow: 1;
				-webkit-flex-grow: 1;
				-ms-flex-grow: 1;
				flex-grow: 1;
				-moz-flex-shrink: 1;
				-webkit-flex-shrink: 1;
				-ms-flex-shrink: 1;
				flex-shrink: 1;
				width: 100%;
			}

				ul.actions.fit li > * {
					width: 100%;
				}

			ul.actions.fit.stacked {
				width: 100%;
			}

		@media screen and (max-width: 480px) {

			ul.actions:not(.fixed) {
				-moz-flex-direction: column;
				-webkit-flex-direction: column;
				-ms-flex-direction: column;
				flex-direction: column;
				margin-left: 0;
				width: 100% !important;
			}

				ul.actions:not(.fixed) li {
					-moz-flex-grow: 1;
					-webkit-flex-grow: 1;
					-ms-flex-grow: 1;
					flex-grow: 1;
					-moz-flex-shrink: 1;
					-webkit-flex-shrink: 1;
					-ms-flex-shrink: 1;
					flex-shrink: 1;
					padding: 1em 0 0 0;
					text-align: center;
					width: 100%;
				}

					ul.actions:not(.fixed) li > * {
						width: 100%;
					}

					ul.actions:not(.fixed) li:first-child {
						padding-top: 0;
					}

					ul.actions:not(.fixed) li input[type="submit"],
					ul.actions:not(.fixed) li input[type="reset"],
					ul.actions:not(.fixed) li input[type="button"],
					ul.actions:not(.fixed) li button,
					ul.actions:not(.fixed) li .button {
						width: 100%;
					}

						ul.actions:not(.fixed) li input[type="submit"].icon:before,
						ul.actions:not(.fixed) li input[type="reset"].icon:before,
						ul.actions:not(.fixed) li input[type="button"].icon:before,
						ul.actions:not(.fixed) li button.icon:before,
						ul.actions:not(.fixed) li .button.icon:before {
							margin-left: -0.5rem;
						}

		}

/* Icons */

	ul.icons {
		cursor: default;
	}

		ul.icons li {
			display: inline-block;
		}

		ul.icons a {
			display: inline-block;
			width: 2em;
			height: 2em;
			line-height: 2.25em;
			text-align: center;
			border: 0;
		}
		
		ul.icons li a::before {
		  top: 0;
		  left: 0;
		  width: 100%;
		  height: 100%;
		  border-radius: 50%;
		  transition: .25s;
		  z-index: -1;
		}

		ul.icons li a:hover .icon,
		ul.icons li a:hover::before {
		  transform: scale(1.1);
		}

		.language_btn_title:hover,
		ul.icons li a:hover {
		  color: rgba(255, 165, 0, 0.75); /* Color Orange */
		  /* box-shadow: 0 0 5px rgba(255, 165, 0, 0.75); *//* Color Orange */
		  text-shadow: 0 0 5px rgba(255, 165, 0, 0.75); /* Color Orange */
		}
		
		ul.icons li a:hover {
		  border-radius: 25%;
		}
		
		.language_btn_title {
			padding: 0.25em;
		}
		
		.language_btn_title i {
			border-radius: 50%;
			transition: .25s;
		}
		
/* breadcrumb */

	.breadcrumb {
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-moz-justify-content: left;
		-webkit-justify-content: left;
		-ms-justify-content: left;
		justify-content: left;
		-moz-align-items: center;
		-webkit-align-items: center;
		-ms-align-items: center;
		align-items: center;
	}

/* Sections/Article */

	header {
		margin-bottom: 1em;
	}
	
	header#header {
		margin-bottom: 0;
	}

		header p {
			display: block;
			margin: 1em 0 0 0;
			padding: 0 0 0.5em 0;
		}
		
			header p.note {
				margin: 0.5em 0 0 0;
				padding: 0 0 0.5em 0;
			}
			
			header p.note a {
				white-space: nowrap;
			}
		
		header#header p {
			margin: 0 0 0 0;
			padding: 0 0 0 0;
		}

	footer {
		margin-top: 2em;
	}

/* Table */

	table {
		width: 100%;
	}

		table.default {
			width: 100%;
		}

			table.default tbody tr:nth-child(2n+2) {
				background: rgba(229, 230, 231, 0.5);
			}

			table.default td {
				padding: 0.5em 1em 0.5em 1em;
			}

			table.default th {
				text-align: left;
				font-weight: 900;
				padding: 0.5em 1em 0.5em 1em;
			}

			table.default thead {
				background: #39454b;
				color: #ffffff;
			}

			table.default tfoot {
				background: #e5e6e7;
			}

/* Poptrox */

	.poptrox-popup {
		-moz-box-sizing: content-box;
		-webkit-box-sizing: content-box;
		-ms-box-sizing: content-box;
		box-sizing: content-box;
		background: #39454b;
		padding-bottom: 3em;
		box-shadow: 0 0.1em 0.15em 0 rgba(0, 0, 0, 0.15);
		-moz-box-shadow: 0 0.1em 0.15em 0 rgba(0, 0, 0, 0.15);
		-webkit-box-shadow: 0 0.1em 0.15em 0 rgba(0, 0, 0, 0.15);
		-o-box-shadow: 0 0.1em 0.15em 0 rgba(0, 0, 0, 0.15);
	}
	
		.poptrox-popup .pic img {
			min-width: 25vw;
		}

		.poptrox-popup .loader {
			display: inline-block;
			font-style: normal;
			font-variant: normal;
			text-rendering: auto;
			-webkit-font-smoothing: antialiased;
			cursor: progress;
			position: absolute;
			top: 50%;
			left: 50%;
			margin: -1em 0 0 -1em;
			width: 2em;
			height: 2em;
			display: block;
			font-size: 2em;
		}

			.poptrox-popup .loader::before {
				-moz-animation: spinner-rotate 1.25s infinite linear !important;
				-webkit-animation: spinner-rotate 1.25s infinite linear !important;
				-ms-animation: spinner-rotate 1.25s infinite linear !important;
				animation: spinner-rotate 1.25s infinite linear !important;
				-moz-osx-font-smoothing: grayscale;
				-webkit-font-smoothing: antialiased;
				font-family: "Font Awesome 5 Free";
				font-weight: 400;
				content: "\f254";
				text-transform: none !important;
				color: #e5e6e7;
				cursor: default;
				display: block;
				height: 2em;
				left: 0;
				line-height: 2em;
				position: absolute;
				text-align: center;
				top: 0;
				width: 2em;
			}

		.poptrox-popup .caption {
			position: absolute;
			bottom: 0;
			left: 0;
			background: #ffffff;
			width: 100%;
			height: 3em;
			line-height: 2.8em;
			text-align: center;
			cursor: default;
			z-index: 1;
			font-size: 0.9em;
		}

		.poptrox-popup .nav-next,
		.poptrox-popup .nav-previous {
			-moz-transition: opacity 0.2s ease-in-out;
			-webkit-transition: opacity 0.2s ease-in-out;
			-ms-transition: opacity 0.2s ease-in-out;
			transition: opacity 0.2s ease-in-out;
			position: absolute;
			top: 0;
			width: 50%;
			height: 100%;
			opacity: 0;
			cursor: pointer;
			background: rgba(0, 0, 0, 0.01);
			-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
		}

		.poptrox-popup .nav-next:before,
		.poptrox-popup .nav-previous:before {
			content: '';
			position: absolute;
			width: 96px;
			height: 64px;
			background: url("images/poptrox-nav.svg");
			top: calc(50% - 1.5em);
			margin: -32px 0 0 0;
		}

		.poptrox-popup:hover .nav-next,
		.poptrox-popup:hover .nav-previous {
			opacity: 0.5;
		}

		.poptrox-popup:hover .nav-next:hover,
		.poptrox-popup:hover .nav-previous:hover {
			opacity: 1.0;
		}

		.poptrox-popup .nav-previous:before {
			-moz-transform: scaleX(-1);
			-webkit-transform: scaleX(-1);
			-ms-transform: scaleX(-1);
			transform: scaleX(-1);
			-ms-filter: "FlipH";
			filter: FlipH;
		}

		.poptrox-popup .nav-next {
			right: 0;
		}

			.poptrox-popup .nav-next:before {
				right: 0;
			}

		.poptrox-popup .nav-previous {
			left: 0;
		}

			.poptrox-popup .nav-previous:before {
				left: 0;
			}

		.poptrox-popup .closer {
			-moz-transition: opacity 0.2s ease-in-out;
			-webkit-transition: opacity 0.2s ease-in-out;
			-ms-transition: opacity 0.2s ease-in-out;
			transition: opacity 0.2s ease-in-out;
			position: absolute;
			top: 0;
			right: 0;
			width: 64px;
			height: 64px;
			text-indent: -9999px;
			z-index: 2;
			opacity: 0;
			-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
		}

			.poptrox-popup .closer:before {
				content: '';
				display: block;
				position: absolute;
				right: 16px;
				top: 16px;
				width: 40px;
				height: 40px;
				border-radius: 100%;
				box-shadow: inset 0 0 0 2px #fff;
				-moz-box-shadow: inset 0 0 0 2px #fff;
				-webkit-box-shadow: inset 0 0 0 2px #fff;
				-o-box-shadow: inset 0 0 0 2px #fff;
				border: solid #39454b 1px;
				background: url("images/poptrox-closer.svg") center center;
				color: #ffffff !important;
			}

		.poptrox-popup:hover .closer {
			opacity: 0.5;
		}

			.poptrox-popup:hover .closer:hover {
				opacity: 1.0;
			}

		body.is-touch .poptrox-popup .nav-next,
		body.is-touch .poptrox-popup .nav-previous,
		body.is-touch .poptrox-popup .closer {
			opacity: 1.0 !important;
		}

		@media screen and (max-width: 736px) {

			.poptrox-popup .nav-next:before,
			.poptrox-popup .nav-previous:before {
				width: 48px;
				height: 32px;
				background-size: contain;
				margin: -16px 0 0 0;
			}

			.poptrox-popup .closer:before {
				right: 12px;
				top: 12px;
				width: 20px;
				height: 20px;
				box-shadow: inset 0 0 0 1px #fff;
				-moz-box-shadow: inset 0 0 0 1px #fff;
				-webkit-box-shadow: inset 0 0 0 1px #fff;
				-o-box-shadow: inset 0 0 0 1px #fff;
				background-size: contain;
				opacity: 0.65;
			}

		}

/* gallery_img */
	.gin_name_text {
		font-weight: bold;
	}
	
	.gallery,
	.gallery_img {
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-moz-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		width: 100%;
		max-width: 100%;
		margin: 0 auto 2em auto;
	}

		.gallery_img article,
		.gallery article {
			position: relative;
			opacity: 1.0;
		}
		
		#list_of_gins.gallery_img article,
		#list_of_gins.gallery article {
			-moz-transition: all 1s ease, opacity 1s ease;
			-webkit-transition: all 1s ease, opacity 1s ease;
			-ms-transition: all 1s ease, opacity 1s ease;
			transition: all 1s ease, opacity 1s ease;
			-moz-transform: translateX(0);
			-webkit-transform: translateX(0);
			-ms-transform: translateX(0);
			transform: translateX(0);
		}
		
			#gin_image .current_gin_img,
			#cocktail_image .current_cocktail_img {
				width: 100%;
			}

				#gin_image .current_gin_img a.image {
					padding-bottom: 3.75em;
					padding-top: 3.75em;
				}				
		
			.current_gin_img article .overlay label .see_more_details_button,
			.gallery_img article .overlay label .see_more_details_button,
			.gallery article .overlay label .see_more_details_button {
				width: 100%;
				left: 0;
				font-weight: normal;
				font-size: smaller;
				position: absolute;
				opacity: 0;
				-moz-transition: .5s ease;
				-webkit-transition: .5s ease;
				-ms-transition: .5s ease;
				transition: .5s ease;
			}
			
			.cocktails-zone .recipe-card .overlay label .see_more_details_button {
				width: 100%;
				left: 0;
				font-weight: normal;
				font-size: smaller;
				position: absolute;
				opacity: 0;
				-moz-transition: .5s ease;
				-webkit-transition: .5s ease;
				-ms-transition: .5s ease;
				transition: .5s ease;
			}
			
			.current_gin_img article:hover .overlay label .see_more_details_button,
			.gallery article:hover .overlay label .see_more_details_button,
			.gallery_img article:hover .overlay label .see_more_details_button {
				opacity: 1;
				width: 75%;
				left: 12.5%;
			}
			
			.cocktails-zone .recipe-card:hover .overlay label .see_more_details_button {
				opacity: 1;
				width: 75%;
				left: 12.5%;
			}
			
			
			#gin_glossary_items.gallery_img article .overlay label .see_more_details_button,
			#gin_image.gallery_img article .overlay label .see_more_details_button,
			#list_of_gins.gallery_img article .overlay label .see_more_details_button,
			#current_map_gin_list.gallery_img article .overlay label .see_more_details_button,
			#list_of_suggested_gins.gallery_img article .overlay label .see_more_details_button {
				background-color: rgba(77, 166, 255, 1); /* Color Blue */
			}
			
			#list_of_glossary_items.gallery article .overlay label .see_more_details_button,
			#cocktail_image.gallery_img article .overlay label .see_more_details_button,
			#list_of_suggested_cocktails.gallery_img article .overlay label .see_more_details_button,
			#list_of_recommended_cocktails.gallery_img article .overlay label .see_more_details_button,
			#current_map_cocktail_list.gallery_img article .overlay label .see_more_details_button, 
			.cocktails-zone .recipe-card .overlay label .see_more_details_button {
				background-color: rgba(255, 77, 166, 1); /* Color Pink */
			}
			
		
		:not(.MS-content).gallery_img article,
		:not(.MS-content).gallery article {
			width: 16.6666%;
		}
		
		:not(.MS-content).gallery_img article.large_img,
		:not(.MS-content).gallery article.large_img {
			width: 33.3333%;
		}

			.gallery_img article .image,
			.gallery article .image {
				padding: 0.25rem;
				display: block;
			}
			
			.glossary_items_list {
				display: -moz-flex;
				display: -webkit-flex;
				display: -ms-flex;
				display: flex;
			}
			
			#gin_glossary_items.gallery_img {
				display: contents;
			}
			
				#gin_glossary_items.gallery_img .glossary_article {
					height: fit-content;
				}
			
			.list_gins-zone .gallery_img article .image,
			.list_gins-zone .gallery article .image,
			.location_gins .gallery_img article .image,
			.location_gins .gallery article .image,
			#gin_glossary_items.gallery article .image,
			#gin_glossary_items.gallery_img article .image,
			#list_of_glossary_items.gallery_img article .image,
			#list_of_glossary_items.gallery article .image {
				padding-bottom: 3.75em;
				padding-top: 3.75em;
			}
			
			.gallery_img article .info_zone {
				display: -moz-flex;
				display: -webkit-flex;
				display: -ms-flex;
				display: flex;
				-moz-align-items: center;
				-webkit-align-items: center;
				-ms-align-items: center;
				align-items: center;
				-moz-justify-content: center;
				-webkit-justify-content: center;
				-ms-justify-content: center;
				justify-content: center;
				height: 1.75em;
				text-align: left;
				opacity: 1;
				-moz-transition: .5s ease;
				-webkit-transition: .5s ease;
				-ms-transition: .5s ease;
				transition: .5s ease;
			}
			
			.changing_element:hover .info_zone {
				opacity: 0;
			}
			
			.tag_form {
				text-decoration: none;
				position: relative;
				color: #39454b;
				font-weight: bold;
				height: 1.75em;
				background: #cccccc;
				padding: 0 0.5em;
				margin: 0.25em;
			}
				
				.color_wooded,
				.color_boise {
					background-color: rgba(69, 87, 29, 0.5);
				}
				
				.color_wooded:before,
				.color_boise:before {
					border-right-color: rgba(69, 87, 29, 0.5);
				}
				
				.color_wooded:after,
				.color_boise:after {
					border-left-color: rgba(69, 87, 29, 0.5);
				}

				.color_spicy,
				.color_epice {
					background-color: rgba(189, 88, 42, 0.5);
				}
				
				.color_spicy:before,
				.color_epice:before {
					border-right-color: rgba(189, 88, 42, 0.5);
				}
				
				.color_spicy:after,
				.color_epice:after {
					border-left-color: rgba(189, 88, 42, 0.5);
				}

				.color_floral {
					background-color: rgba(147, 133, 176, 0.5);
				}
				
				.color_floral:before {
					border-right-color: rgba(147, 133, 176, 0.5);
				}
				
				.color_floral:after {
					border-left-color: rgba(147, 133, 176, 0.5);
				}

				.color_herbace,
				.color_herbaceous {
					background-color: rgba(104,133,60, 0.5);
				}
				
				.color_herbace:before,
				.color_herbaceous:before {
					border-right-color: rgba(104,133,60, 0.5);
				}
				
				.color_herbace:after,
				.color_herbaceous:after {
					border-left-color: rgba(104,133,60, 0.5);
				}

				.color_fruity,
				.color_fruite {
					background-color: rgba(227, 125, 121, 0.5);
				}
				
				.color_fruity:before,
				.color_fruite:before {
					border-right-color: rgba(227, 125, 121, 0.5);
				}
				
				.color_fruity:after,
				.color_fruite:after {
					border-left-color: rgba(227, 125, 121, 0.5);
				}
				
				.color_citrus
				.color_agrumes {
					background-color: rgba(245, 208, 75, 0.5);
				}
				
				.color_citrus:before,
				.color_agrumes:before {
					border-right-color: rgba(245, 208, 75, 0.5);
				}
				
				.color_citrus:after,
				.color_agrumes:after {
					border-left-color: rgba(245, 208, 75, 0.5);
				}

				.color_smoked,
				.color_fume {
					background-color: rgba(169, 169, 169, 0.5);
				}
				
				.color_smoked:before,
				.color_fume:before {
					border-right-color: rgba(169, 169, 169, 0.5);
				}
				
				.color_smoked:after,
				.color_fume:after {
					border-left-color: rgba(169, 169, 169, 0.5);
				}

				.color_biologique,
				.color_organic,
				.color_vegan {
					background-color: rgba(142, 195, 153, 0.5);
				}
				
				.color_biologique:before,
				.color_organic:before,
				.color_vegan:before {
					border-right-color: rgba(142, 195, 153, 0.5);
				}
				
				.color_biologique:after,
				.color_organic:after,
				.color_vegan:after {
					border-left-color: rgba(142, 195, 153, 0.5);
				}
				
				.color_matiere_premiere_a_la,
				.color_matiere_premiere_a_la_bouteille,
				.color_raw_material_to_bottle,
				.color_grain_a_la_bouteille,
				.color_grain_to_bottle {
					background-color: rgba(204, 204, 0, 0.5);
				}
				
				.color_matiere_premiere_a_la:before,
				.color_matiere_premiere_a_la_bouteille:before,
				.color_raw_material_to_bottle:before,
				.color_grain_a_la_bouteille:before,
				.color_grain_to_bottle:before {
					border-right-color: rgba(204, 204, 0, 0.5);
				}
				
				.color_matiere_premiere_a_la:after,
				.color_matiere_premiere_a_la_bouteille:after,
				.color_raw_material_to_bottle:after,
				.color_grain_a_la_bouteille:after,
				.color_grain_to_bottle:after {
					border-left-color: rgba(204, 204, 0, 0.5);
				}

				.color_aged,
				.color_vieilli {
					background-color: rgba(154, 132, 65, 0.5);
				}
				
				.color_aged:before,
				.color_vieilli:before {
					border-right-color: rgba(154, 132, 65, 0.5);
				}
				
				.color_aged:after,
				.color_vieilli:after {
					border-left-color: rgba(154, 132, 65, 0.5);
				}

				.color_other,
				.color_autre {
					background-color: rgba(135, 135, 135, 0.5);
				}
				
				.color_other:before,
				.color_autre:before {
					border-right-color: rgba(135, 135, 135, 0.5);
				}
				
				.color_other:after,
				.color_autre:after {
					border-left-color: rgba(135, 135, 135, 0.5);
				}

				.color_saline,
				.color_salin {
					background-color: rgba(102, 189, 205, 0.5);
				}
				
				.color_saline:before,
				.color_salin:before {
					border-right-color: rgba(102, 189, 205, 0.5);
				}
				
				.color_saline:after,
				.color_salin:after {
					border-left-color: rgba(102, 189, 205, 0.5);
				}
				
				.tag_icon {
					padding: 0 0.25em 0 0.25em;
				}
				
				.tag_form .tag_icon {
					padding: 0 0.25em 0 0;
				}
				
				.info_zone .tag_icon {
					font-size: 1.25em;
				}
				
					.tag_icon.icon_color_wooded,
					.tag_icon.icon_color_boise {
						color: rgba(69, 87, 29, 1);
					}
				
					.tag_icon.icon_color_spicy,
					.tag_icon.icon_color_epice {
						color: rgba(189, 88, 42, 1);
					}
					
					.tag_icon.icon_color_floral {
						color: rgba(147, 133, 176, 1);
					}
					
					.tag_icon.icon_color_herbace,
					.tag_icon.icon_color_herbaceous {
						color: rgba(104,133,60, 1);
					}
					
					.tag_icon.icon_color_fruity,
					.tag_icon.icon_color_fruite {
						color: rgba(227, 125, 121, 1);
					}
					
					.tag_icon.icon_color_citrus,
					.tag_icon.icon_color_agrumes {
						color: rgba(245, 208, 75, 1);
					}
					
					.tag_icon.icon_color_smoked,
					.tag_icon.icon_color_fume {
						color: rgba(169, 169, 169, 1);
					}
					
					.tag_icon.icon_color_biologique,
					.tag_icon.icon_color_organic,
					.tag_icon.icon_color_vegan {
						color: rgba(142, 195, 153, 1);
					}
					
					
					.tag_icon.icon_color_matiere_premiere_a_la,
					.tag_icon.icon_color_matiere_premiere_a_la_bouteille,
					.tag_icon.icon_color_raw_material_to_bottle,
					.tag_icon.icon_color_grain_a_la_bouteille,
					.tag_icon.icon_color_grain_to_bottle {
						color: rgba(204, 204, 0, 1);
					}
				
					.tag_icon.icon_color_aged,
					.tag_icon.icon_color_vieilli {
						color: rgba(154, 132, 65, 1);
					}
				
					.tag_icon.icon_color_other,
					.tag_icon.icon_color_autre {
						color: rgba(135, 135, 135, 1);
					}
					
					.tag_icon.icon_color_saline,
					.tag_icon.icon_color_salin {
						color: rgba(102, 189, 205, 1);
					}
					
					.tag_icon.icon_color_no_tonic {
						color: rgba(0, 0, 0, 0);
					}
					
					.tag_icon.icon_color_tonic_aromatic {
						color: rgba(223, 132, 105, 1);
					}
					
					.tag_icon.icon_color_tonic_citrus {
						color: rgba(113, 185, 53, 1);
					}
					
					.tag_icon.icon_color_tonic_classic {
						color: rgba(16, 135, 196, 1);
					}
					
					.tag_icon.icon_color_tonic_cucumber {
						color: rgba(184, 225, 150, 1);
					}
					
					.tag_icon.icon_color_tonic_elderflower {
						color: rgba(167, 68, 125, 1);
					}
					
					.tag_icon.icon_color_tonic_light {
						color: rgba(128, 214, 239, 1);
					}
					
					.tag_icon.icon_color_tonic_mediterranean {
						color: rgba(123, 169, 216, 1);
					}
					
					.tag_icon.icon_color_tonic_boreal {
						color: rgba(89,145,42, 1);
					}
			
			.gallery_img article .overlay,
			.gallery article .overlay {
				position: absolute;
				bottom: 0.25rem;
				left: 0.25rem;
				right: 0;
				background-color: rgba(57, 69, 75, 0.75);
				overflow: hidden;
				width: calc(100% - 0.5rem);
				height: calc(3.75em - 3px);
				-moz-transition: .5s ease;
				-webkit-transition: .5s ease;
				-ms-transition: .5s ease;
				transition: .5s ease;
				cursor: pointer;
			}
			
			.gallery_img:hover article .overlay,
			.gallery:hover article .overlay {
				background-color: rgba(57, 69, 75, 0.85);
			}
			
			.cocktails-zone .recipe-card .overlay {
				position: absolute;
				bottom: 0;
				left: 0;
				right: 0;
				background-color: rgba(57, 69, 75, 0.75);
				overflow: hidden;
				width: 100%;
				height: 0;
				-moz-transition: .5s ease;
				-webkit-transition: .5s ease;
				-ms-transition: .5s ease;
				transition: .5s ease;
				cursor: pointer;
			}
			
			#gin_glossary_items.gallery_img article .overlay,
			#gin_image.gallery_img article .overlay,
			#list_of_gins.gallery_img article .overlay,
			#current_map_gin_list.gallery_img article .overlay,
			#list_of_suggested_gins.gallery_img article .overlay {
				border-bottom: 3px solid rgba(77, 166, 255, 1); /* Color Blue */
			}
			
			#list_of_glossary_items.gallery article .overlay,
			#cocktail_image.gallery_img article .overlay,
			#list_of_suggested_cocktails.gallery_img article .overlay,
			#list_of_recommended_cocktails.gallery_img article .overlay,
			#current_map_cocktail_list.gallery_img article .overlay,
			.cocktails-zone .recipe-card .overlay {
				border-bottom: 3px solid rgba(255, 77, 166, 1); /* Color Pink */
			}
			
				.gallery_img article:hover .overlay,
				.gallery article:hover .overlay {
				  height: calc(100% - 0.5rem + 3px);
				}
				
				.cocktails-zone .recipe-card:hover .overlay {
				  height: 100%;
				}
				
				.gallery_img article .overlay label,
				.gallery article .overlay label {
					cursor: pointer;
					color: #ffffff;
					font-weight: bold;
					position: absolute;
					white-space: normal;
					top: 50%;
					left: 50%;
					width: 100%;					
					-moz-transform: translate(-50%, -50%);
					-webkit-transform: translate(-50%, -50%);
					-ms-transform: translate(-50%, -50%);
					transform: translate(-50%, -50%);
					text-align: center;
					-moz-transition: .5s ease;
					-webkit-transition: .5s ease;
					-ms-transition: .5s ease;
					transition: .5s ease;
				}
				
				.gallery_img article:hover .overlay label,
				.gallery article:hover .overlay label {
					top: 40%;
				}
				
				.cocktails-zone .recipe-card .overlay label,
				.cocktails-zone .recipe-card .overlay label {
					cursor: pointer;
					color: #ffffff;
					font-weight: bold;
					position: absolute;
					white-space: normal;
					top: 50%;
					left: 50%;
					width: 100%;					
					-moz-transform: translate(-50%, -50%);
					-webkit-transform: translate(-50%, -50%);
					-ms-transform: translate(-50%, -50%);
					transform: translate(-50%, -50%);
					text-align: center;
				}
			
			.primary .gallery_img article .overlay,
			.primary .gallery article .overlay {
				background-color: rgba(57, 69, 75, 0.75);
			}

				.primary .gallery_img article .overlay label,
				.primary .gallery article .overlay label {
					color: #ffffff;
				}			

		.gallery_img.inactive article,
		.gallery.inactive article {
			opacity: 0;
			visibility: hidden;
		}
		
		@media screen and (min-width: 1680px) {
			
			.gallery_img,
			.gallery {
				max-width: 60em;
			}

		}
		
		@media screen and (max-width: 1280px) {
			
			:not(.MS-content).gallery_img article,
			:not(.MS-content).gallery article {
				width: 16.66%;
			}
			
			:not(.MS-content).gallery_img article.large_img,
			:not(.MS-content).gallery article.large_img {
				width: 50%;
			}

		}
		
		@media screen and (max-width: 1000px) {
			
			:not(.MS-content).gallery_img article,
			:not(.MS-content).gallery article {
				width: 25%;
			}
			
			:not(.MS-content).gallery_img article.large_img,
			:not(.MS-content).gallery article.large_img {
				width: 50%;
			}

		}
		
		@media screen and (max-width: 736px) {
			
			.gallery,
			.gallery_img {
				margin: 0 auto;
			}

			:not(.MS-content).gallery_img article,
			:not(.MS-content).gallery article {
				width: 33.33%;
			}
			
			:not(.MS-content).gallery_img article.large_img,
			:not(.MS-content).gallery article.large_img {
				width: 50%;
			}

		}
		
		@media screen and (max-width: 480px) {

			:not(.MS-content).gallery_img article,
			:not(.MS-content).gallery article {
				width: 50%;
			}
			
			:not(.MS-content).gallery_img article.large_img,
			:not(.MS-content).gallery article.large_img {
				width: 100%;
				margin-left: 2em;
				margin-right: 2em;
			}

		}
		
	.link_container img {
		display: none;
	}
	
	.link_element a span,
	.link_container a span {
		text-decoration: underline;
	}
	
		.link_element a:hover,
		.link_container a:hover {
			text-decoration: none;
		}
		
	#no_result_msg {
		padding: 0 1em 1em 1em;
		font-weight: normal;
		width: 100%;
	}

/* Details on gin */

	.gin_detail_zone {
		margin-top: calc(120% + 2.25em);
		height: 40%;
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-moz-align-items: center;
		-webkit-align-items: center;
		-ms-align-items: center;
		align-items: center;
		-moz-flex-direction: column;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.gin_detail_zone .gin_detail {
		padding: 0 0.125em;
		opacity: 0;
		width: 100%;
		left: 0;
		color: #ffffff;
		text-decoration: none;
		-moz-transition: .5s ease;
		-webkit-transition: .5s ease;
		-ms-transition: .5s ease;
		transition: .5s ease;
	}
	
	.gallery_article:hover .gin_detail_zone .gin_detail {
		opacity: 1;
		width: 100%;
	}

/* Multislider */

	.main > .content .multislider:last-child {
		margin: 0 20%;
	}

		.multislider .MS-content {
		  overflow: hidden;
		  white-space: nowrap;
		  display: block;
		  margin-bottom: 0;
		}
		
			.multislider .MS-content .item {
			  display: inline-block;
			  height: 100%;
			  overflow: hidden;
			  position: relative;
			  vertical-align: top;
			  width: 16.666%;
			}
			
			.multislider .MS-controls button {
			  height: calc(100% - 3.75em);
			  position: absolute;
			  border: none;
			  background: transparent;
			  font-size: 30px;
			  outline: 0;
			  top: 0;
			  margin-top: 2.75em;
			  margin-bottom: 1em;
			  width: 0.5em;
			  border-radius: 0;
			  opacity: 0.5;
			  cursor: pointer;
			}
			
				.multislider .MS-controls button:hover {
				  opacity: 0.9;
				}
				
				.multislider .MS-controls button:active {
				  opacity: 1;
				}
			
			.multislider .MS-controls .MS-left {
			  left: calc(20% - 2em);
			  padding: 0 0 0 3.5rem;
			}
			
			.tab_container .multislider .MS-controls .MS-left {
			  color: #39454b;
			}

				.multislider .MS-controls .MS-left * {
					-moz-transform: translate(-100%, 0);
					-webkit-transform: translate(-100%, 0);
					-ms-transform: translate(-100%, 0);
					transform: translate(-100%, 0);
				}
			
			.multislider .MS-controls .MS-right {
			  right: calc(20% - 2em);
			  padding: 0 3.5rem 0 0;
			}
			
			.tab_container .multislider .MS-controls .MS-right {
			  color: #39454b;
			}
			
			.contains_6,
			.contains_5,
			.contains_4,
			.contains_3,
			.contains_2,
			.contains_1,
			.contains_0 {
				display: none;
			}
			
			@media (min-width: 1920px) { 
				.main > .content .multislider:last-child {
					margin: 0 auto;
				}
				
				.multislider .MS-controls .MS-left {
					left: 5em;
					margin-right: 750px;
				}
								
				.multislider .MS-controls .MS-right {
					right: 5em;
					margin-left: 750px;
				}
			}
			
			@media (min-width: 1281px) and (max-width: 1920px) {
				.main > .content .multislider:last-child {
					margin: 0 auto;
					padding: 0 5em;
				}
				
				.multislider .MS-controls .MS-left {
					left: 2.5%;
				}
								
				.multislider .MS-controls .MS-right {
					right: 2.5%;
				}
			}
			
			@media (min-width: 1000px) and (max-width: 1281px) {
				.main > .content .multislider:last-child {
					margin: 0 5%;
				}
				
				.multislider .MS-controls .MS-left {
					left: 2.5%;
				}
								
				.multislider .MS-controls .MS-right {
					right: 2.5%;
				}
			}
			
			@media (max-width: 1000px) {
				
				.contains_6,
				.contains_5 {
					display: block;
				}
				
				
				.contains_4,
				.contains_3,
				.contains_2,
				.contains_1,
				.contains_0 {
					display: none;
				}
				
				.main > .content .multislider:last-child {
					margin: 0 5%;
				}
				
					.multislider .MS-content .item {
						width: 25%;
					}
				
					.multislider .MS-controls button {
						height: calc(100% - 3em);
						margin-top: 2em;
						margin-bottom: 1em;
					}
					  
					.multislider .MS-controls .MS-left {
						left: calc(5% - 2rem);
					}
									
					.multislider .MS-controls .MS-right {
						right: calc(5% - 2rem);
					}
			  		  
			}
			
			@media (max-width: 736px) {
				
				.contains_6,
				.contains_5,
				.contains_4 {
					display: block;
				}
				
				.contains_3,
				.contains_2,
				.contains_1,
				.contains_0 {
					display: none;
				}
				
				.main > .content .multislider:last-child {
					margin: 0;
				}
				
					.multislider .MS-content .item {
						width: 33.3333%;
					}
					
					.multislider .MS-controls .MS-left {
						left: -0.75em;
					}
					
					.multislider .MS-controls .MS-right {
						right: -0.75em;
					}
			  		  
			}
			
			@media (max-width: 480px) {
				
				.contains_6,
				.contains_5,
				.contains_4,
				.contains_3 {
					display: block;
				}
				
				.contains_2,
				.contains_1,
				.contains_0 {
					display: none;
				}
				
				.main > .content .multislider:last-child {
					margin: 0 2rem 0 2rem;
				}
				    
				.multislider .MS-content .item {
					width: 50%;
				}
				  
				.multislider .MS-controls .MS-left {
					padding: 0 0 0 2.5rem;
					left: 0;
				}
				
				.multislider .MS-controls .MS-right {
					padding: 0 2.5rem 0 0;
					right: 0;
				}			  
			}

/* Header */

	#header {
		position: fixed;
		z-index: 10000;
		left: 0;
		top: 0;
		width: 100%;
		background: rgba(255, 255, 255, 0.95);
		height: 3em;
		line-height: 3em;
		box-shadow: 0 0 0.15em 0 rgba(0, 0, 0, 0.1);
		-moz-box-shadow: 0 0 0.15em 0 rgba(0, 0, 0, 0.1);
		-webkit-box-shadow: 0 0 0.15em 0 rgba(0, 0, 0, 0.1);
		-o-box-shadow: 0 0 0.15em 0 rgba(0, 0, 0, 0.1);
	}

		#header h1 {
			position: absolute;
			left: 0.5em;
			top: 0;
			height: 3em;
			line-height: 3em;
			cursor: default;
		}
			
				#header h1 a:hover {
					color: #000000;
				}
				
				#header h1 a img {
					height: 2.5em;
					margin: 0.25em 0;
				}
				
		#header nav {
			position: absolute;
			right: 0.5em;
			height: 3em;
			line-height: 3em;
		}

			#header nav ul {
				margin: 0;
				float: right;
			}

				#header nav ul li {
					display: inline-block;
					font-size: 0.9em;
				}
				
					#header nav ul li a,
					#header nav ul li .nav_item_active_element {
						display: block;
						color: inherit;
						text-decoration: none;
						height: 3em;
						line-height: 3em;
						padding: 0 0.5em 0 0.5em;
						outline: 0;
					}
					
						#header nav ul li a:hover,
						#header nav ul li a:active,
						#header nav ul li a:focus {
							text-decoration: none;
							font-weight: inherit;
						}
					
						#header nav ul li a p {
							margin-bottom: 0;
						}
			
				#header nav ul li.nav_item-separator,
				#header nav ul li.nav_item-footer_part {
					display: none;
				}
				
					#header nav ul li.nav_item.nav_item_active:hover {
						background-color: transparent;
					}
					
					#header nav ul li.nav_item:hover {
						background-color: rgba(255, 165, 0, 0.5); /* Color Orange */
					}
					
					#header nav ul li.nav_item:active,
					#header nav ul li.nav_item:focus {
						background-color: rgba(255, 165, 0, 0.90); /* Color Orange */
					}
					
					#header nav ul li.nav_item.nav_item_active .nav_item_active_element {
						border-bottom: 3px solid rgba(255, 165, 0, 1); /* Color Orange */
					}
					
				/* nav_item-home */

					#header nav ul li.nav_item-home:hover {
						background-color: rgba(147, 112, 219, 0.50); /* Color Purple */
					}
					
					#header nav ul li.nav_item-home:active,
					#header nav ul li.nav_item-home:focus {
						background-color: rgba(147, 112, 219, 0.90); /* Color Purple */
					}
					
					#header nav ul li.nav_item-home.nav_item_active .nav_item_active_element {
						border-bottom: 3px solid rgba(147, 112, 219, 1); /* Color Purple */
					}
					
				/* nav_item-list_gins */

					#header nav ul li.nav_item-list_gins:hover {
						background-color: rgba(77, 166, 255, 0.50); /* Color Blue */
					}
					
					#header nav ul li.nav_item-list_gins:active,
					#header nav ul li.nav_item-list_gins:focus {
						background-color: rgba(77, 166, 255, 0.90); /* Color Blue */
					}
					
					#header nav ul li.nav_item-list_gins.nav_item_active .nav_item_active_element {
						border-bottom: 3px solid rgba(77, 166, 255, 1); /* Color Blue */
					}
					
				/* nav_item-cocktails */

					#header nav ul li.nav_item-cocktails:hover {
						background-color: rgba(255, 77, 166, 0.50); /* Color Pink */
					}
					
					#header nav ul li.nav_item-cocktails:active,
					#header nav ul li.nav_item-cocktails:focus {
						background-color: rgba(255, 77, 166, 0.90); /* Color Pink */
					}
					
					#header nav ul li.nav_item-cocktails.nav_item_active .nav_item_active_element {
						border-bottom: 3px solid rgba(255, 77, 166, 1); /* Color Pink */
					}
					
				/* nav_item-map */

					#header nav ul li.nav_item-map:hover {
						background-color: rgba(0, 180, 0, 0.50); /* Color Green */
					}
					
					#header nav ul li.nav_item-map:active,
					#header nav ul li.nav_item-map:focus {
						background-color: rgba(0, 180, 0, 0.90); /* Color Green */
					}
					
					#header nav ul li.nav_item-map.nav_item_active .nav_item_active_element {
						border-bottom: 3px solid rgba(0, 180, 0, 1); /* Color Green */
					}
					
				/* nav_item-tasting */

					#header nav ul li.nav_item-tasting:hover {
						background-color: rgba(230, 230, 0, 0.50); /* Color Yellow */
					}
					
					#header nav ul li.nav_item-tasting:active,
					#header nav ul li.nav_item-tasting:focus {
						background-color: rgba(230, 230, 0, 0.90); /* Color Yellow */
					}
					
					#header nav ul li.nav_item-tasting.nav_item_active .nav_item_active_element {
						border-bottom: 3px solid rgba(230, 230, 0, 1); /* Color Yellow */
					}
					
				#header nav ul li.nav_item.nav_item_active {
					font-weight: bold;
				}
				
				#header nav ul li.nav_item.nav_item_active:active {
					background-color: transparent;
				}
				
		@media screen and (max-width: 875px) { 

			#header {
				height: 3em;
				line-height: 3em;
				text-align: center;
			}

				#header h1 {
					position: relative;
					top: 0;
					left: 0.5em;
					height: 3em;
					line-height: 3em;
					text-align: center;
				}

					#header h1 a {
						font-size: 1em;
					}

				#header nav {
					padding-top: 0.25em;
					min-height: 100%;
					height: 3em;
					width: 3em;
					margin: 0;
					top: 0;
					left: 0;
					line-height: 3em;
				}

					#header nav ul {
						margin: 0;
						height: calc(100% - 3em);
					}

						#header nav ul li:not(.icon_item) {
							width: 100%;
						}
						
						#header nav ul li.nav_item {
							-webkit-flex: 1;
							-ms-flex: 1; 
							flex: 1;
							display: -moz-flex;
							display: -webkit-flex;
							display: -ms-flex;
							display: flex;
							-moz-justify-content: center;
							-webkit-justify-content: center;
							-ms-justify-content: center;
							justify-content: center;
							-moz-flex-direction: column;
							-webkit-flex-direction: column;
							-ms-flex-direction: column;
							flex-direction: column;
							text-align: left;
							border-radius: 0;
						}
						
						#header nav ul li.nav_item_active div,
						#header nav ul li a {
							height: 100%;
							padding: 0 0 0 0;
							font-size: large;
							-webkit-flex: 1;
							-ms-flex: 1; 
							flex: 1;
							display: -moz-flex;
							display: -webkit-flex;
							display: -ms-flex;
							display: flex;
							-moz-justify-content: center;
							-webkit-justify-content: center;
							-ms-justify-content: center;
							justify-content: center;
							-moz-flex-direction: column;
							-webkit-flex-direction: column;
							-ms-flex-direction: column;
							flex-direction: column;
						}
						
							#header nav ul li.nav_item-footer_part a {
								-moz-flex-direction: row;
								-webkit-flex-direction: row;
								-ms-flex-direction: row;
								flex-direction: row;
								-moz-align-items: center;
								-webkit-align-items: center;
								-ms-align-items: center;
								align-items: center;
							}
							
								#header nav ul li.nav_item-footer_part .icons {
									width: 100%;
								}
						
							#header nav ul li.nav_item_active div p,
							#header nav ul li a p {
								padding-left: 1rem;
								-moz-transition: 0.25s all ease;
								-webkit-transition: 0.25s all ease;
								-ms-transition: 0.25s all ease;
								transition: 0.25s all ease;
								text-decoration: none;
								height: 100%;
								display: -moz-flex;
								display: -webkit-flex;
								display: -ms-flex;
								display: flex;
								-moz-align-items: center;
								-webkit-align-items: center;
								-ms-align-items: center;
								align-items: center;
							}
							
								#header nav ul li:hover a p {
									padding-left: 5rem;
									font-size: x-large
								}
						
						#header nav ul li.nav_item-separator,
						#header nav ul li.nav_item-footer_part {
							display: block;
							text-align: center;
						}
						
						#header nav ul li.nav_item.nav_item_active .nav_item_active_element {
							background-color: rgba(255, 165, 0, 0.5); /* Color Orange */
						}
						#header nav ul li.nav_item-home.nav_item_active .nav_item_active_element {
							background-color: rgba(147, 112, 219, 0.50); /* Color Purple */
						}
						#header nav ul li.nav_item-list_gins.nav_item_active .nav_item_active_element {
							background-color: rgba(77, 166, 255, 0.50); /* Color Blue */
						}
						#header nav ul li.nav_item-cocktails.nav_item_active .nav_item_active_element {
							background-color: rgba(255, 77, 166, 0.50); /* Color Pink */
						}
						#header nav ul li.nav_item-map.nav_item_active .nav_item_active_element {
							background-color: rgba(0, 180, 0, 0.50); /* Color Green */
						}
						#header nav ul li.nav_item-tasting.nav_item_active .nav_item_active_element {
							background-color: rgba(230, 230, 0, 0.50); /* Color Yellow */
						}
		}

	body {
		padding-top: 3em;
	}

		@media screen and (max-width: 875px) {

			body {
				padding-top: 3em;
			}

		}

/* Navbar on mobile */

	.menu_button {
	  display: inline-block;
	  cursor: pointer;
	  height: 3em;
	  position: absolute;
	  right: 0;
	}

		.menu_button input { 
		  opacity: 0;
		  width: 100%;
		  height: 3em;
		  position: absolute;
		  cursor: pointer;
		}

	.bar1, .bar2, .bar3 {
		width: 2rem;
		height: 5px;
		background-color: #333;
		margin: 6px 0;
		-moz-transition: 0.4s;
		-webkit-transition: 0.4s;
		-ms-transition: 0.4s;
		transition: 0.4s;
	}

	input:checked + .bar_zone .bar1 {
		-moz-transform: rotate(-45deg) translate(-9px, 6px);
		-webkit-transform: rotate(-45deg) translate(-9px, 6px);
		-ms-transform: rotate(-45deg) translate(-9px, 6px);
		transform: rotate(-45deg) translate(-9px, 6px);
	}

	input:checked + .bar_zone .bar2  {
		opacity: 0;
	}

	input:checked + .bar_zone .bar3 {
		-moz-transform: rotate(45deg) translate(-8px, -8px);
		-webkit-transform: rotate(45deg) translate(-8px, -8px);
		-ms-transform: rotate(45deg) translate(-8px, -8px);
		transform: rotate(45deg) translate(-8px, -8px);
	}

	@media only screen and (max-width : 875px) {
		.menu_button { 
		  height: 2.5em;
		}

			.menu_button input { 
			  height: 2.5em;
			}
	}

/* Main */

	.main {
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		position: relative;
		margin: 0;
		overflow-x: hidden;
	}

		.main > .content {
			width: 100%;
			max-width: calc(100% - 4em);
			margin: 0 auto;
		}
		
		.main.style1 > .content {
			width: 75%;
		}
		
		#footer .main > .content {
			width: 50em;
		}
		
			#footer ul.icons {
				margin: 0.5em 0.5em 0.5em 0.5em;
			}

			.main > .content > :last-child {
				max-width: 1500px;
				margin: 0 auto;
			}

		.main.fullscreen {
			min-height: calc(100% + 1px);
		}
		
		.main.fullscreen-75 {
			min-height: 75%;
		}
		
		.main.halfscreen {
			min-height: 50%;
		}

		.main.style1 {
			-moz-align-items: center;
			-webkit-align-items: center;
			-ms-align-items: center;
			align-items: center;
			-moz-justify-content: center;
			-webkit-justify-content: center;
			-ms-justify-content: center;
			justify-content: center;
			text-align: center;
			padding: 3em 0 3em 0;
		}

			.main.style1 h2 {
				font-size: 4.25em;
				line-height: 1em;
			}

			.main.style1 > .content {
				-moz-transition: opacity 1s ease;
				-webkit-transition: opacity 1s ease;
				-ms-transition: opacity 1s ease;
				transition: opacity 1s ease;
				-moz-transform: translateZ(0);
				-webkit-transform: translateZ(0);
				-ms-transform: translateZ(0);
				transform: translateZ(0);
				opacity: 1.0;
				margin: 0;
			}

			.main.style1.inactive > .content {
				opacity: 0;
			}

		.main.style2 {
			-moz-align-items: center;
			-webkit-align-items: center;
			-ms-align-items: center;
			align-items: center;
			-moz-justify-content: center;
			-webkit-justify-content: center;
			-ms-justify-content: center;
			justify-content: center;
			padding: 3em 0 3em 0;
			overflow: hidden;
		}

			.main.style2 > .content {
				-moz-transition: -moz-transform 1s ease;
				-webkit-transition: -webkit-transform 1s ease;
				-ms-transition: -ms-transform 1s ease;
				transition: transform 1s ease;
				-moz-transform: translateZ(0);
				-webkit-transform: translateZ(0);
				-ms-transform: translateZ(0);
				transform: translateZ(0);
				position: relative;
				width: 35%;
				margin: 0;
			}

			.main.style2.left {
				-moz-justify-content: -moz-flex-start;
				-webkit-justify-content: -webkit-flex-start;
				-ms-justify-content: -ms-flex-start;
				justify-content: flex-start;
			}

			.main.style2.right {
				-moz-justify-content: -moz-flex-end;
				-webkit-justify-content: -webkit-flex-end;
				-ms-justify-content: -ms-flex-end;
				justify-content: flex-end;
			}

			.main.style2.inactive.left > .content {
				-moz-transform: translateX(-100%);
				-webkit-transform: translateX(-100%);
				-ms-transform: translateX(-100%);
				transform: translateX(-100%);
			}

			.main.style2.inactive.right > .content {
				-moz-transform: translateX(100%);
				-webkit-transform: translateX(100%);
				-ms-transform: translateX(100%);
				transform: translateX(100%);
			}

		.main.style3 {
			text-align: center;
			padding: 2em 0 2em 0;
		}

			.main.style3 .content > header {
				margin-bottom: 0;
			}

			.main.style3.primary {
				background: #ffffff;
			}

			.main.style3.secondary {
				color: #ffffff;
				background: #39454b;
			}
			
		#map-header_map {
			padding: 1rem 0 2em 0;
		}

		.main.dark {
			color: #ffffff;
		}

			.main.dark a {
				color: inherit;
			}
			
			.main.dark .button.style2 {
				border-color: #ffffff;
			}

				.main.dark .button.style2:hover {
					background-color: rgba(255, 255, 255, 0.125);
				}

				.main.dark .button.style2:active {
					background-color: rgba(255, 255, 255, 0.25);
				}

				.main.dark .button.style2.down {
					background-image: url("images/dark-arrow.svg");
					-moz-transition: all .125s linear;
					-webkit-transition: all .125s linear;
					-ms-transition: all .125s linear;
					transition: all .125s linear;
					box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.25);
					-moz-box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.25);
					-webkit-box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.25);
					-o-box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.25);
				}
				
				.main.primary .button.style2.down {
					-moz-transition: all .125s linear;
					-webkit-transition: all .125s linear;
					-ms-transition: all .125s linear;
					transition: all .125s linear;
					box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.25);
					-moz-box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.25);
					-webkit-box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.25);
					-o-box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.25);
				}

		@media screen and (min-width: 1920px) {

			.main.style2 .content {
				width: 50%;
			}

		}
		
		@media screen and (max-width: 1920px) {

			.main.style2 .content {
				width: 75%;
			}

		}

		@media screen and (max-width: 1280px) {

			.main.style2 .content {
				width: 75%;
			}

		}

		@media screen and (max-width: 1000px) {

			.main.style2 .content {
				width: 80%;
			}

		}

		@media screen and (max-width: 736px) {

			.main.fullscreen {
				height: auto !important;
			}

			.main.style1 {
				padding: 4em 15px 4em 15px;
			}

				.main.style1 h2 {
					font-size: 3em;
				}

			.main.style2 {
				padding: 6em 15px 6em 15px;
			}

				.main.style2 .content {
					width: 100%;
					max-width: 100%;
					text-align: center;
					-moz-transform: none;
					-webkit-transform: none;
					-ms-transform: none;
					transform: none;
				}

			.main.style3 {
				text-align: center;
				padding: 3em 10px 3em 10px;
			}

		}

		@media screen and (max-width: 480px) {

			.main > .content {
				max-width: calc(100% - 1.5em);
				padding: 0 0 0 0;
			}

		}
		
/* Cookies-popup */
	#cookies_popup {
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-moz-align-items: center;
		-webkit-align-items: center;
		-ms-align-items: center;
		align-items: center;
		-moz-justify-content: center;
		-webkit-justify-content: center;
		-ms-justify-content: center;
		justify-content: center;
		min-height: 3em;
		line-height: 2em;
		text-align: center;
		position: fixed;
		z-index: 9999;
		border-top: 1px solid #39454b;
		bottom: 0;
		width: 100%;
		background-color: rgba(255, 255, 255, 0.9);
		color: #39454b;
		font-weight: bold;
		padding: 0.5em 0.5em 0.5em 0.5em;
	}
	
		#cookies_popup #cookies_popup_close_btn {
			margin: 0.5em 0.5em 0 0.5em;
			border-radius: 10%;
			height: 3em;
			font-weight: bold;
			color: #39454b;
			border: 2px solid #39454b;
			background-color: rgba(255, 165, 0, 0.25); /* Color Orange */
			line-height: 2em;
		}
		
			#cookies_popup #cookies_popup_close_btn.button:hover {
				background-color: rgba(255, 165, 0, 0.5); /* Color Orange */
			}
			
			#cookies_popup #cookies_popup_close_btn.button:active {
				background-color: rgba(255, 165, 0, 1); /* Color Orange */
			}

/* Footer */

	#footer {
		-moz-flex-direction: column;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-moz-align-items: center;
		-webkit-align-items: center;
		-ms-align-items: center;
		align-items: center;
		-moz-justify-content: space-between;
		-webkit-justify-content: space-between;
		-ms-justify-content: space-between;
		justify-content: space-between;
		position: relative;
		margin: 0;
		line-height: 1em;
		padding: 1.5em;
		background: #39454b;
		color: rgb(185, 186, 187);
		overflow: hidden;
		text-align: center;
	}

		#footer > * {
			margin: 0 0 1em 0;
		}

		#footer a {
			color: inherit;
		}

			#footer a:hover {
				color: #ffffff;
			}

		#footer ul.menu {
			margin: 0;
		}

			#footer ul.menu li {
				border-left-color: rgba(185, 186, 187, 0.2);
				font-size: 0.9em;
			}

		@media screen and (max-width: 1000px) {

			#footer {
				-moz-flex-direction: column;
				-webkit-flex-direction: column;
				-ms-flex-direction: column;
				flex-direction: column;
				-moz-justify-content: center;
				-webkit-justify-content: center;
				-ms-justify-content: center;
				justify-content: center;
				line-height: 1.5em;
				padding: 2em 1em 2em 1em;
			}

				#footer > * {
					margin: 0 0 1em 0;
				}
		}

		@media screen and (max-width: 736px) {

			#footer ul.menu li {
				border-left: none;
				display: block;
				line-height: inherit;
				margin: 0.25em 0 0 0;
				padding: 0.25em 0 0 0;
			}

				#footer ul.menu li:first-child {
					margin-top: 0;
					padding-top: 0;
				}
		}

/* home */
		
	#home.main.dark .button.style2,
	#tasting-header.main.dark .button.style2,
	#info.main.primary .button.style2,
	#list_gins-header.main.dark .button.style2,
	#home-header.main.dark .button.style2,
	#map-header.main.dark .button.style2,
	#cocktails-header.main.dark .button.style2,
	#lost-header.main.dark .button.style2{
		-webkit-animation: floating-arrow 1.6s infinite ease-in-out 0s;
		-o-animation: floating-arrow 1.6s infinite ease-in-out 0s;
		animation: floating-arrow 1.6s infinite ease-in-out 0s;
		box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.25);
		-moz-box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.25);
		-webkit-box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.25);
		-o-box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.25);
		top: 2.5em;
	}
	
	#list_gins.main.dark .button.style2,
	#map.main.dark .button.style2,
	#cocktails.main.dark .button.style2,
	#tasting_eyes.main.dark .button.style2,
	#tasting_nose.main.dark .button.style2,
	#tasting_mouth.main.dark .button.style2,
	#tasting_preference.main.dark .button.style2{
		-webkit-animation: floating-arrow 1.6s infinite ease-in-out 0s;
		-o-animation: floating-arrow 1.6s infinite ease-in-out 0s;
		animation: floating-arrow 1.6s infinite ease-in-out 0s;
		box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.25);
		-moz-box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.25);
		-webkit-box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.25);
		-o-box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.25);
		bottom: 2.5em;
	}
	
	#home,
	#home-header {
		background: url("images/overlay.png"), url("../../images/index/home.jpg");
		background-size: 256px 256px, cover;
		background-attachment: fixed, fixed;
		background-position: top left, center center;
	}
	
	#lost-header {
		background: url("images/overlay.png"), url("../../images/index/lost.jpg");
		background-size: 256px 256px, cover;
		background-attachment: fixed, fixed;
		background-position: top left, center center;
	}
	
	#info {
		background-color: #ffffff;
	}
	
		#info.main.primary .button.style2:hover {
			height: 4.5em;
		}
	
		#home.main.dark .button.style2:hover,
		#info.main.primary .button.style2:hover,
		#home-header.main.dark .button.style2:hover {
			background-color: rgba(147, 112, 219, 0.125); /* Color Purple */
		}

		#home.main.dark .button.style2:active,
		#info.main.primary .button.style2:active,
		#home-header.main.dark .button.style2:active {
			background-color: rgba(147, 112, 219, 0.25); /* Color Purple */
		}
	
		#home.main.style2 .content ul.special li a {
			background-color: rgba(147, 112, 219, 0.50); /* Color Purple */
		}
		
			#home.main.style2 .content ul.special li a:hover {
				background-color: rgba(147, 112, 219, 0.75); /* Color Purple */
			}

			#home.main.style2 .content ul.special li a:active,
			#home.main.style2 .content ul.special li a:focus {
				background-color: rgba(147, 112, 219, 0.90); /* Color Purple */
			}
	
	@media screen and (max-width: 736px) {

		#home.main.dark .button.style2,
		#info.main.primary .button.style2,
		#tasting-header.main.primary .button.style2,
		#list_gins-header.main.dark .button.style2,
		#home-header.main.dark .button.style2,
		#map-header.main.dark .button.style2,
		#cocktails-header.main.dark .button.style2,
		#lost-header.main.dark .button.style2{
			top: 3rem;
		}

	}
	
	@media screen and (max-width: 480px) {

		#home.main.dark .button.style2,
		#info.main.primary .button.style2,
		#tasting-header.main.primary .button.style2,
		#list_gins-header.main.dark .button.style2,
		#home-header.main.dark .button.style2,
		#map-header.main.dark .button.style2,
		#cocktails-header.main.dark .button.style2,
		#lost-header.main.dark .button.style2{
			top: 1.5rem;
		}

	}
			
	/* partners */
	
		#partners_list {
			padding: 0.5em 0 2em 0;
		}
		
			#partners_list a {
				opacity: 0.5;
			}
			
				#partners_list a:hover {
					opacity: 0.75;
				}
				
				#partners_list a:active {
					opacity: 0.9;
				}
				
			#partners .button.style2:hover {
				height: 4.5em;
			}
			
			#partners .button.style2:hover {
				background-color: rgba(147, 112, 219, 0.125); /* Color Purple */
			}

			#partners .button.style2:active {
				background-color: rgba(147, 112, 219, 0.25); /* Color Purple */
			}

			#partners .content ul.special li a {
				background-color: rgba(147, 112, 219, 0.50); /* Color Purple */
			}
			
				#partners .content ul.special li a:hover {
					background-color: rgba(147, 112, 219, 0.75); /* Color Purple */
				}

				#partners .content ul.special li a:active,
				#partners .content ul.special li a:focus {
					background-color: rgba(147, 112, 219, 0.90); /* Color Purple */
				}

/* list_gins */

	.new_gin_info_text {
		text-align: right;
		max-width: 1500px;
		width: 100%;
		margin: 0 auto;
		font-weight: bold;
	}

	#list_gins,
	#list_gins-header {
		background: url("images/overlay.png"), url("../../images/index/list_gins.jpg");
		background-size: 256px 256px, cover;
		background-attachment: fixed, fixed;
		background-position: top left, center center;
	}

		#list_gins.main.dark .button.style2:hover {
			height: 4.5em;
		}
		
		#list_gins.main.dark .button.style2:hover,
		#list_gins-header.main.dark .button.style2:hover {
			background-color: rgba(77, 166, 255, 0.125); /* Color Blue */
		}

		#list_gins.main.dark .button.style2:active,
		#list_gins-header.main.dark .button.style2:active {
			background-color: rgba(77, 166, 255, 0.25); /* Color Blue */
		}

		#list_gins.main.style2 .content ul.special li a {
			background-color: rgba(77, 166, 255, 0.50); /* Color Blue */
		}

			#list_gins.main.style2 .content ul.special li a:hover {
				background-color: rgba(77, 166, 255, 0.75); /* Color Blue */
			}
		
			#list_gins.main.style2 .content ul.special li a:active,
			#list_gins.main.style2 .content ul.special li a:focus {
				background-color: rgba(77, 166, 255, 0.90); /* Color Blue */
			}
			
	#list_gins-content .list_gins-zone {
		background-color: #ffffff;
		color: #39454b;
	}
	
		#list_gins-content .list_gins-zone header h2 {
			padding-top: 1em;
		}
		
		#list_gins-content .list_gins-zone header .results_number {
			margin: 0 0 0 0;
		}
		
		#list_gins-content .list_gins-zone .gallery_img,
		#list_gins-content .list_gins-zone .gallery {
			padding: 0.25rem;
		}
		
		#search_zone {
			padding: 2em;
		}
		
	/* info_gin */
		
		.info_gin-zone {
			padding: 0.5em 0.5em 0.5em 0.5em;
			margin: 0;
			color: #39454b;
			background-color: #ffffff;
		}
		
			.info_gin-zone #gin_name {
				margin-bottom: 0.5em;
			}
			
				.info_gin-zone #gin_name .current_gin_name {
					border-bottom: 3px solid rgba(77, 166, 255, 1); /* Color Blue */
				}
				
				.info_gin-zone #gin_name #gin_url_site {
					font-size: 0.75em;
					margin-left: 0.5em;
				}
				
			.list_gins-zone #gin_fullname {
				display: none;
				visibility: hidden;
			}

			.info_gin-zone .gin_form {
				-moz-align-self: flex-start;
				-webkit-align-self: flex-start;
				-ms-align-self: flex-start;
				align-self: flex-start;
			}

			.info_gin-zone .image_container {
				margin: 0 auto;
				margin: 0.5em;
				width: 25%;
			}
	
				.info_gin-zone .image_container .gallery_article {
					color: #ffffff;
					background-color: #39454b;
					width: 100%;
				}

					.info_gin-zone .image_container .gallery_article .image img {
						opacity: 1;
					}
					
						.info_gin-zone .image_container .gallery_article .image img:hover {
							opacity: 0.9;
						}

					.info_gin-zone .image_container .gallery_article label {
						text-align: center;
					}

			.info_gin-zone .criteria-zone {
				width : 100%;
			}
			
			.info_gin-zone .availability-zone {
				width: 50%;
			}

				.info_gin-zone .criteria-zone .criteria,
				.info_gin-zone .availability-zone .availability {
					display: -moz-flex;
					display: -webkit-flex;
					display: -ms-flex;
					display: flex;
					-moz-flex-direction: column;
					-webkit-flex-direction: column;
					-ms-flex-direction: column;
					flex-direction: column;
					-moz-align-items: start;
					-webkit-align-items: start;
					-ms-align-items: start;
					align-items: start;
				}
				
				.availability .fa-info-circle:before,
				.location-more_info .fa-info-circle:before {
					color: rgb(	255, 174, 66);
				}
				
				.availability .fa-check-circle:before,
				.location-more_info .fa-check-circle:before {
					color: rgb(0,128,0);
				}

				.availability .fa-times-circle:before,
				.location-more_info .fa-times-circle:before {
					color: rgb(139, 0, 0);
				}
					
					.info_gin-zone .circle {
						width: calc(12.5% - 0.25em);
						border-radius: 50%;
						text-align: center;
						font-weight: bold;
						padding: calc(6.25% - 0.375em) 0;
						margin: 0.25rem;
						line-height: 0;
						position: relative;
						border-width: 0.25em;
						border-style: double;
						border-color: #39454b;
						display:inline-block;
					}
					
						.info_gin-zone .circle.wooded,
						.info_gin-zone .circle.boise {
							background-color: rgba(45, 67, 12, 0.75);
						}
					
						.info_gin-zone .circle.spicy,
						.info_gin-zone .circle.epice {
							background-color: rgba(189, 88, 42, 0.75);
						}
						
						.info_gin-zone .circle.floral {
							background-color: rgba(153, 137, 178, 0.75);
						}
						
						.info_gin-zone .circle.herbace,
						.info_gin-zone .circle.herbaceous {
							background-color: rgba(76, 115, 41, 0.75);
						}
						
						.info_gin-zone .circle.fruity,
						.info_gin-zone .circle.fruite {
							background-color: rgba(232, 129, 127, 0.75);
						}
						
						.info_gin-zone .circle.citrus,
						.info_gin-zone .circle.agrumes {
							background-color: rgba(245, 208, 75, 0.75);
						}
						
						.info_gin-zone .circle.smoked,
						.info_gin-zone .circle.fume {
							background-color: rgba(169, 169, 169, 0.75);
						}
						
						.info_gin-zone .circle.biologique,
						.info_gin-zone .circle.organic,
						.info_gin-zone .circle.vegan {
							background-color: rgba(142, 195, 153, 0.75);
						}
						
						.info_gin-zone .circle.matiere_premiere_a_la,
						.info_gin-zone .circle.matiere_premiere_a_la_bouteille,
						.info_gin-zone .circle.raw_material_to_bottle,
						.info_gin-zone .circle.grain_a_la_bouteille,
						.info_gin-zone .circle.grain_to_bottle {
							background-color: rgba(204, 204, 0, 0.75);
						}
						
						.info_gin-zone .circle.aged,
						.info_gin-zone .circle.vieilli {
							background-color: rgba(154, 132, 65, 0.75);
						}
						
						.info_gin-zone .circle.other,
						.info_gin-zone .circle.autre {
							background-color: rgba(93, 77, 99, 0.75);
						}
						
						.info_gin-zone .circle.saline,
						.info_gin-zone .circle.salin {
							background-color: rgba(102, 189, 205, 0.75);
						}
					
					@media screen and (max-width: 1000px) {

						.info_gin-zone .circle {
							width: calc(20% - 0.25em);
							padding: calc(10% - 0.375em) 0;
							margin: 0.5rem;
						}

					}
					
					@media screen and (max-width: 480px) {

						.info_gin-zone .circle {
							width: calc(25% - 0.25em);
							padding: calc(12.5% - 0.375em) 0;
							margin: 0.5em;
							font-size: small;
						}

					}
						
		@media screen and (max-width: 736px) {

			.info_gin-zone .image_container {
				-moz-align-self: center;
				-webkit-align-self: center;
				-ms-align-self: center;
				align-self: center;
			}

		}

			.wrapper {
				position: relative;
				text-align: left;
			}

			.wrapper .author {
				text-align: right;
			}

			.wrapper #gin_description {
				text-align: justify;
			}

				.wrapper > .inner {
					margin: 0 auto;
					width: 80em;
					max-width: calc(100% - 4em);
				}

			@media screen and (max-width: 736px) {

				.wrapper > .inner {
					max-width: 100%;
				}

			}

			@media screen and (max-width: 480px) {

				.wrapper > .inner {
					max-width: 100%;
				}

			}

			.split {
				-moz-align-items: -moz-flex-start;
				-webkit-align-items: -webkit-flex-start;
				-ms-align-items: -ms-flex-start;
				align-items: flex-start;
				display: -moz-flex;
				display: -webkit-flex;
				display: -ms-flex;
				display: flex;
			}

				.split > * {
					width: 50%;
					-webkit-flex: 1 1 auto;
					-ms-flex: 1 1 auto; 
					flex: 1 1 auto;
				}

				.split.centered {
					-moz-align-items: center;
					-webkit-align-items: center;
					-ms-align-items: center;
					align-items: center;
				}

				.split.style1 > *:nth-child(2n) {
					width: 70%;
				}
				
				.features > article.description-zone:nth-child(2n) {
					border-left-width: 0;
					width: 100%;
				}
				
				.split.style1 > .ingredients-zone:nth-child(2n) {
					width: 50%;
				}

			@media screen and (max-width: 736px) {

				.split {
					-moz-flex-direction: column;
					-webkit-flex-direction: column;
					-ms-flex-direction: column;
					flex-direction: column;
				}

					.split > * {
						width: 100%;
					}

					.split.style1 > *:nth-child(2n - 1) {
						width: 50%;
					}

					.split.style1 > *:nth-child(2n) {
						margin-top: 1em;
						width: 100%;
					}

			}

			@media screen and (max-width: 480px) {

				.split.style1 > *:nth-child(2n - 1) {
					width: 75%;
				}

			}

			.features {
				display: -moz-flex;
				display: -webkit-flex;
				display: -ms-flex;
				display: flex;
				-moz-flex-wrap: wrap;
				-webkit-flex-wrap: wrap;
				-ms-flex-wrap: wrap;
				flex-wrap: wrap;
			}

				.features > article {
					border-top-width: 2px;
					border-right-width: 0;
					border-bottom-width: 0;
					border-left-width: 2px;
					border-color: #39454b;
					border-style: solid;
					position: relative;
					padding: 0.5em;
				}
				
				.features > article.ingredients-zone {
					width: 100%;
					border-left-width: 0;
				}

					.features > article p {
						margin-bottom: 0;
					}

					.features > article h3 {
						color: #39454b;
					}
					
					.features > article .sub_article {
						width: 100%;
						display: inline-block;
					}
					
				.features > article:nth-child(1) {
					border-left-width: 0;
				}
					
				.features > article:nth-child(1),
				.features > article:nth-child(2) {
					border-top-width: 0;
					width: 50%;
				}

				.features > article:nth-child(3) {
					border-left-width: 0;
					width: 50%;
				}
				
				.features > article.image_container {
					border-left-width: 0;
					width: 70%;
				}

				.features > article.cocktail_precisions_info {
					border-top-width: 0;
					border-left-width: 0;
					width: 30%;
				    min-height: 12rem;
					padding: 0;
				}
				
					.features > article.cocktail_precisions_info .cocktail_precisions {
						height: calc(33.333% - 2px);
					}
					
						.features > article.cocktail_precisions_info .cocktail_precisions .sub_article {
							min-height: 100%;
						}
					
					.features > article.cocktail_precisions_info .cocktail_additional_info {
						height: calc(66.666% + 2px);
					}
					
						.features > article.cocktail_precisions_info .cocktail_additional_info .sub_article {
							min-height: 50%;
						}
				
					.features > article.cocktail_precisions_info article {
						padding: 0.5em;
					}
					
					.features > article.cocktail_precisions_info article:nth-child(2) {
						border-top-width: 2px;
						border-color: #39454b;
						border-style: solid;
					}
					
				.features > article:last-child {
					width: 100%;
					border-left-width: 0;
				}
				
				.location-urls,
				.current_gin_distillery_urls {
					display: -moz-flex;
					display: -webkit-flex;
					display: -ms-flex;
					display: flex;
					-moz-align-items: center;
					-webkit-align-items: center;
					-ms-align-items: center;
					align-items: center;
					-moz-align-content: center;
					-webkit-align-content: center;
					-ms-align-content: center;
					align-content: center;
					-moz-justify-content: space-around;
					-webkit-justify-content: space-around;
					-ms-justify-content: space-around;
					justify-content: space-around;
				}

				.location-urls a,
				.current_gin_distillery_urls a {
					text-align: center;
				}

				.big_fa_icon {
					font-size: 1.5em;
				}
				
			@media screen and (min-width: 1281px) {

				.features > article .sub_article {
						width: calc(50% - 3px);
					}
				
			}
				
			@media screen and (max-width: 1680px) {
					
				.features > article.cocktail_precisions_info .cocktail_precisions .sub_article {
					min-height: 50%;
				}
			
				.features > article.cocktail_precisions_info .cocktail_additional_info .sub_article {
					min-height: 25%;
				}
				
				.features > article.image_container,
				.features > article.cocktail_precisions_info {
					padding-bottom: 1.5em;
				}
				
			}
			
			@media screen and (max-width: 736px) {
				
				.features > article.image_container,
				.features > article.cocktail_precisions_info {
					padding-bottom: 0;
				}
				
				.features > article.image_container {
					width: 100%;
				}

				.features > article.cocktail_precisions_info {
					width: 100%;				
				}

				.cocktail_form.features > article {
					width: 100%;
				}
				
					.cocktail_precisions div {
						width:50%;
					}
					
				.features > article.cocktail_precisions_info .sub_article {
					width: calc(50% - 3px);
				}
				
				.features .cocktail_additional_info .sub_article {
					padding-bottom: 0;
				}
				
				.features > article.cocktail_precisions_info .cocktail_precisions .sub_article {
					min-height: 100%;
				}
			
				.features > article.cocktail_precisions_info .cocktail_additional_info .sub_article {
					min-height: 50%;
				}
				
				.features > article h3 {
					color: #39454b;
					padding-top: 0.5em;
				}

			}

			@media screen and (max-width: 480px) {
			
				.features > article {
					border-left-width: 0;
				}

					.features > article:nth-child(1) {
						border-top-width: 0;
					}

					.features > article:nth-child(2) {
						border-top-width: 2px;
					}

					.features > article:nth-child(2n -1) {
						width: 100%;
					}

					.features > article:nth-child(2n) {
						width: 100%;
					}
					
					.features > article .sub_article {
						width: 100%
					}
					
					.features > article.image_container {
						border-top-width: 0;
					}
					
				.cocktail_form.features > article {
					width: 100%;
				}
				
				.features > article.cocktail_precisions_info .sub_article {
					width: 100%;
				}
				
				.features > article.cocktail_precisions_info .cocktail_precisions .sub_article {
					min-height: 50%;
				}
			
				.features > article.cocktail_precisions_info .cocktail_additional_info .sub_article {
					min-height: 25%;
				}

			}
	
/* map */

	#map,
	#map-header {
		background: url("images/overlay.png"), url("../../images/index/map.jpg");
		background-size: 256px 256px, cover;
		background-attachment: fixed, fixed;
		background-position: top left, center center;
	}

		#map.main.dark .button.style2:hover {
			height: 4.5em;
		}
		
		#map.main.dark .button.style2:hover,
		#map-header.main.dark .button.style2:hover {
			background-color: rgba(0, 180, 0, 0.125); /* Color Green */
		}

		#map.main.dark .button.style2:active,
		#map-header.main.dark .button.style2:active {
			background-color: rgba(0, 180, 0, 0.25); /* Color Green */
		}

		#map.main.style2 .content ul.special li a {
			background-color: rgba(0, 180, 0, 0.50); /* Color Green */
		}
		
			#map.main.style2 .content ul.special li a:hover {
				background-color: rgba(0, 180, 0, 0.75); /* Color Green */
			}

			#map.main.style2 .content ul.special li a:active,
			#map.main.style2 .content ul.special li a:focus {
				background-color: rgba(0, 180, 0, 0.90); /* Color Green */
			}

		/* Map */
		
			#map-content {
				width: 100%;
				padding: 0 0 0 0;
				margin: 0 0 0 0;
			}
			
				#map-content .content {
					width: 100%;
					max-width: 100%;
					margin: 0 0 0 0 ;
					padding: 0 0 0 0;
					color: #39454b;
				}

			#map {
				width: 100%;
				height: 100%;
				max-width: 100%;
				/* padding: 0 0 0 0; */
				margin: 0 auto;
			}
			
			.map_form {
				max-width: 1500px;
				margin: 0 auto;
			}
				
			.map_form.features > article h3 {
				text-align: left;
			}
			
			.map_form.features > article.map_filter {
				border-top-width: 0;
				border-right-width: 0;
				border-bottom-width: 0;
				border-left-width: 0;
				border-color: #39454b;
				border-style: solid;
				position: relative;
				padding: 0.5em;
				width: 30%;
			}
			
				.map_form.features > article.map_legend {
					position: relative;
					padding: 0.5em;
					width: 70%;
					text-align: left;
				}
				
				.map_form.features > article:nth-child(2) {
					border-top-width: 0;
					border-right-width: 0;
					border-bottom-width: 0;	
					border-left-width: 2px;
					border-color: #39454b;
					border-style: solid;
				}
				
				.map_form.features > article.map_legend img {
					max-width: 50px;
					max-height: 50px;
				}
			
				.map_filter .filters_category .title {
					height: 35px;
					margin-bottom: 0.5em;
					padding-bottom: 0.5em;
					padding-top: 0;
					font-weight: bold;
					border-color: #39454b;
					border-style: solid;
					border-width: 2px 0 2px 0;
				}
				
				.map_filter .filters_category .no_input_choice.title {
					cursor: inherit;
				}
				
				
				@media screen and (max-width: 736px) {
					
					.map_filter .filters_category .title {
						padding-top: 0.25rem;
					}
					
					.map_form.features > article.map_filter {
						width: 50%;
					}

					.map_form.features > article.map_legend {
						width: 50%;
					}
					
						.map_form.features > article.map_legend img {
							max-width: 35px;
							max-height: 35px;
						}

				}
				
				@media screen and (max-width: 480px) {

					.map_form.features > article.map_filter {
						width: 100%;
					}

					.map_form.features > article.map_legend {
						width: 100%;
					}
					
					.map_form.features > article:nth-child(2) {
						border-top-width: 2px;
						border-left-width: 0;		
					}
					
				}
				
				.features > article.map_legend .legend_group {
					display: -moz-flex;
					display: -webkit-flex;
					display: -ms-flex;
					display: flex;
					-moz-align-self: center;
					-webkit-align-self: center;
					-ms-align-self: center;
					align-self: center;
				}
				
					.features > article.map_legend .legend_group .legend_item {
						display: -moz-flex;
						display: -webkit-flex;
						display: -ms-flex;
						display: flex;
						-moz-align-items: center;
						-webkit-align-items: center;
						-ms-align-items: center;
						align-items: center;
						padding-top: 0.5rem;
						padding-bottom: 0.5rem;
						width:100%;
					}
				
				@media screen and (min-width: 736px) and (max-width: 1000px) {
					
					.features > article.map_legend .legend_group {
						display: -moz-flex;
						display: -webkit-flex;
						display: -ms-flex;
						display: flex;
					}

				}
				
				@media screen and (max-width: 736px) {
					
					.features > article.map_legend .legend_group {
						width:100%;
						-moz-flex-direction: column;
						-webkit-flex-direction: column;
						-ms-flex-direction: column;
						flex-direction: column;
					}
					
				}
				
				@media screen and (max-width: 480px) {

					.features > article.map_legend .legend_group {
						width:100%;
					}
					
				}
				
			.map_warning_text p {
				padding: 0.5em;
				text-align: left;
			}
	
		/* location-content */
		
			#location-content .location-zone {
				background-color: #ffffff;
				padding-bottom: 1em;
				color: #39454b;
			}
				#location-content .location-zone {
					height: 100%;
				}

					#location-content .location-zone header h2 {
						padding-top: 1em;
						padding-left: 1em;
						padding-right: 1em;
						text-align: center;
					}
					
					#location-content .location-zone header h3 {
						display: -moz-flex;
						display: -webkit-flex;
						display: -ms-flex;
						display: flex;
						-moz-justify-content: center;
						-webkit-justify-content: center;
						-ms-justify-content: center;
						justify-content: center;
					}

				.location-zone .location-form {
					-moz-align-self: flex-start;
					-webkit-align-self: flex-start;
					-ms-align-self: flex-start;
					align-self: flex-start;
					padding: 2rem 2rem 2rem 2rem;
					text-align: left;
				}
				
					.location-zone .location-form .features > article:nth-child(3),
					.location-zone .location-form .features > article:nth-child(4) {
						width: 100%;
						border-left-width: 0;
					}
				
				
				
				.location-zone .locations-list {
					-moz-flex-direction: row;
					-webkit-flex-direction: row;
					-ms-flex-direction: row;
					flex-direction: row;
				}
				
				.location-zone .location-form.features .location-address,
				.location-zone .location-form.features .location-more_info {
					width: 50%;
				}
				
				.location-description_text {
					text-align: justify;
				}
				
				.location-postal_code {
					white-space: nowrap;
				}

				.location-zone .location-icon_marker img {
					height: 35px;
					width: 35px;
				}
				
				.location-description {
					width: 100%;
				}
				
				.location-more_info .more_info {
					display: -moz-flex;
					display: -webkit-flex;
					display: -ms-flex;
					display: flex;
					-moz-flex-direction: column;
					-webkit-flex-direction: column;
					-ms-flex-direction: column;
					flex-direction: column;
					-moz-align-items: start;
					-webkit-align-items: start;
					-ms-align-items: start;
					align-items: start;
				}
				
			.location_gins {
				border-width: 0;
			}

				.location_gins .gallery_img {
					-moz-justify-content: center;
					-webkit-justify-content: center;
					-ms-justify-content: center;
					justify-content: center;
					margin-bottom: 0;
				}
				
		@media screen and (max-width: 736px) {
			
			.location-zone .location-form {
				padding: 1rem 1rem 1rem 1rem;
			}
			
			.location-zone .locations-list {
				-moz-flex-direction: column;
				-webkit-flex-direction: column;
				-ms-flex-direction: column;
				flex-direction: column;
				text-align: center;
			}
			
				.location-zone .locations-list .custom-select_label {
					width: 100%;
				}
				
				.location-zone .locations-list .select-items div, 
				.location-zone .locations-list .select-selected {
					margin: 0 auto;
				}

		}

		@media screen and (max-width: 480px) {
			
			.location-zone .location-form.features .location-address,
			.location-zone .location-form.features .location-description {
				width: 100%;
			}
			
		}
				
/* cocktails */

	#cocktails,
	#cocktails-header {
		background: url("images/overlay.png"), url("../../images/index/cocktails.jpg");
		background-size: 256px 256px, cover;
		background-attachment: fixed, fixed;
		background-position: top left, center center;
	}
	
		#cocktails.main.dark .button.style2:hover {
			height: 4.5em;
		}
		
		#cocktails.main.dark .button.style2:hover,
		#cocktails-header.main.dark .button.style2:hover	{
			background-color: rgba(255, 77, 166, 0.125); /* Color Pink */
		}

		#cocktails.main.dark .button.style2:active,
		#cocktails-header.main.dark .button.style2:active {
			background-color: rgba(255, 77, 166, 0.25); /* Color Pink */
		}
		
		#cocktails.main.style2 .content ul.special li a {
			background-color: rgba(255, 77, 166, 0.50); /* Color Pink */
		}
		
			#cocktails.main.style2 .content ul.special li a:hover {
				background-color: rgba(255, 77, 166, 0.75); /* Color Pink */
			}

			#cocktails.main.style2 .content ul.special li a:active,
			#cocktails.main.style2 .content ul.special li a:focus {
				background-color: rgba(255, 77, 166, 0.90); /* Color Pink */
			}
		
		#cocktails-content {
			overflow: hidden;
		}
		
			#cocktails-content .cocktails-zone header h2 {
				padding-top: 1em;
			}
			
			#cocktails-content .cocktails-zone .gallery_img,
			#cocktails-content .cocktails-zone .gallery {
				padding: 0.25rem;
			}
			
		/* Ingredients */
			
			.ingredients-zone {
				width: 100%;
			}
			
			.units_switch {
				width: 100%;
				height: 35px;
			}
			
			.cocktails_views_switch {
				width: 100%;
				height: 35px;
			}
			
				.switch-toggle {
					float: left;
					height: 35px;
					background-color: #39454b;
					width: 33.333%;
				}
				
				.switch-toggle label {
					border: 1px solid #ffffff;
					display: -moz-flex;
					display: -webkit-flex;
					display: -ms-flex;
					display: flex;
					-moz-align-items: center;
					-webkit-align-items: center;
					-ms-align-items: center;
					align-items: center;
					-moz-justify-content: center;
					-webkit-justify-content: center;
					-ms-justify-content: center;
					justify-content: center;
					width: 33.333%;
				}
				
				.switch-toggle.double label {
					width: 50%;
				}

				.switch-toggle input {
					position: absolute;
					opacity: 0;
				}
				
				.switch-toggle input + label {
					padding: 0 7px 0 7px;
					float:left;
					color: #ffffff;
					cursor: pointer;
					height: 35px;
				}
				
					.switch-toggle input + label:hover {
						background-color: rgba(255, 77, 166, 0.5); /* Color Pink */
					}
					
					.switch-toggle input + label:active {
						background-color: rgba(255, 77, 166, 0.75); /* Color Pink */
					}
				
				.switch-toggle input:checked + label {
					background-color: rgba(255, 77, 166, 0.9); /* Color Pink */
				}
			
			@media screen and (max-width: 736px) {
				
				.switch-toggle {
					width: 100%;
				}
				
			}
			
			.hidden_units {
				display: none;
			}
			
		/* Steps */
			.steps .steps_list li {
				margin-left: 2.5em;
			}
			
		/* Description */ 
			#cocktail_description_text {
				text-align: left;
				margin: 0;
			}
					
		/* Glossary */
			.glossary_elem_txt {
				font-style: italic;
				font-weight: bold;
			}
			
		/* Hidden */		
			.hidden_element,
			.hidden_msg {
				display: none !important;
			}
			
			.hidden_style,
			.hidden_flavor,
			.hidden_criteria,
			.hidden_particularity,
			.hidden_strongness,
			.hidden_color,
			.hidden_search,
			.hidden_variety {
				width: 0 !important;
				opacity: 0 !important;
				margin-left: 0 !important;
				margin-right: 0 !important;
				display: none;
			}

	/* info_cocktail*/
		
		.info_cocktail-zone {
			padding: 0.5em 0.5em 0.5em 0.5em;
			margin: 0;
			color: #39454b;
			background-color: #ffffff;
		}
		
			.info_cocktail-zone .cocktail_form {
				-moz-align-self: flex-start;
				-webkit-align-self: flex-start;
				-ms-align-self: flex-start;
				align-self: flex-start;
			}
			
				.info_cocktail-zone .cocktail_form .cocktail_name {
					width: 100%;
					padding: 0 0.5em 0 0.5em;
				}
				
				.info_cocktail-zone .cocktail_form .cocktail_name .current_cocktail_name {
					border-bottom: 3px solid rgba(255, 77, 166, 1); /* Color Pink */
				}
			
				.info_cocktail-zone .cocktail_card-info.title{
					text-align: center;
				}
		
			.cocktail_image img {
				max-height: 100%;
			}
			
		@media screen and (min-width: 1280px) {
			
			.features > article.image_container {
				width: 60%;
			}
			
			.features > article.cocktail_precisions_info {
				width: 40%;
			}
			
		}
				
		@media screen and (min-width: 1280px) {		
		
			.cocktail_image img {
				max-height: 500px;
			}
			
		}
				
		@media screen and (max-width: 1000px) and (min-width: 736px) {
			
			.cocktail_name {
				-moz-transform: translate(0, 3rem);
				-webkit-transform: translate(0, 3rem);
				-ms-transform: translate(0, 3rem);
				transform: translate(0, 3rem);
				margin-top: -3rem;
			}

			.features > article.image_container {
				border-left-width: 0;
				width: 65%;
				margin-top: 3rem;
			}
			
			.features > article.cocktail_precisions_info {
				width: 35%;
				margin-top: 3rem;
			}

		}
		
		@media screen and (max-width: 736px) {		
		
			.cocktail_name {
				text-align: center;
			}
			
		}
		
/* tasting */

	.body-tasting .content_info header {
		border-bottom: 3px solid rgba(230, 230, 0, 1); /* Color Yellow */
	}
	
	.body-tasting .content_info h3 span {
		border-bottom: 2px solid rgba(230, 230, 0, 1); /* Color Yellow */
	}


	#tasting,
	#tasting-header {
		background: url("images/overlay.png"), url("../../images/index/tasting.jpg");
		background-size: 256px 256px, cover;
		background-attachment: fixed, fixed;
		background-position: top left, center center;
	}
	
	#tasting_nose {
		background: url("images/overlay.png"), url("../../images/index/tasting1.jpg");
		background-size: 256px 256px, cover;
		background-attachment: fixed, fixed;
		background-position: top left, center center;
	}
	
	#tasting_preference {
		background: url("images/overlay.png"), url("../../images/index/tasting2.jpg");
		background-size: 256px 256px, cover;
		background-attachment: fixed, fixed;
		background-position: top left, center center;
	}
	
		#tasting-steps,
		#tasting-sheet {
			display: -moz-flex;
			display: -webkit-flex;
			display: -ms-flex;
			display: flex;
			-moz-justify-content: center;
			-webkit-justify-content: center;
			-ms-justify-content: center;
			justify-content: center;
		}
	
		#tasting_eyes,
		#tasting_mouth {
			background-color: #39454b;
		}
		
		#tasting.main.dark .button.style2:hover,
		#tasting_eyes.main.dark .button.style2:hover,
		#tasting_nose.main.dark .button.style2:hover,
		#tasting_mouth.main.dark .button.style2:hover,
		#tasting_preference.main.dark .button.style2:hover,
		#tasting-header.main.dark .button.style2:hover {
			background-color: rgba(230, 230, 0, 0.125); /* Color Yellow */
		}

		#tasting.main.dark .button.style2:active,
		#tasting_eyes.main.dark .button.style2:active,
		#tasting_nose.main.dark .button.style2:active,
		#tasting_mouth.main.dark .button.style2:active,
		#tasting_preference.main.dark .button.style2:active,
		#tasting-header.main.dark .button.style2:active {
			background-color: rgba(230, 230, 0, 0.25); /* Color Yellow */
		}
	
		#tasting.main.style2 .content ul.special li a,
		#tasting-header.main.style2 .content ul.special li a,
		#tasting_eyes.main.style2 .content ul.special li a,
		#tasting_nose.main.style2 .content ul.special li a,
		#tasting_mouth.main.style2 .content ul.special li a,
		#tasting_preference.main.style2 .content ul.special li a {
			background-color: rgba(230, 230, 0, 0.50); /* Color Yellow */
		}
		
			#tasting.main.style2 .content ul.special li a:hover,
			#tasting-header.main.style2 .content ul.special li a:hover,
			#tasting_eyes.main.style2 .content ul.special li a:hover,
			#tasting_nose.main.style2 .content ul.special li a:hover,
			#tasting_mouth.main.style2 .content ul.special li a:hover,
			#tasting_preference.main.style2 .content ul.special li a:hover {
				background-color: rgba(230, 230, 0, 0.75); /* Color Yellow */
			}

			#tasting.main.style2 .content ul.special li a:active,
			#tasting.main.style2 .content ul.special li a:focus,
			#tasting-header.main.style2 .content ul.special li a:active,
			#tasting-header.main.style2 .content ul.special li a:focus,
			#tasting_eyes.main.style2 .content ul.special li a:active,
			#tasting_eyes.main.style2 .content ul.special li a:focus,
			#tasting_nose.main.style2 .content ul.special li a:active,
			#tasting_nose.main.style2 .content ul.special li a:focus,
			#tasting_mouth.main.style2 .content ul.special li a:active,
			#tasting_mouth.main.style2 .content ul.special li a:focus,
			#tasting_preference.main.style2 .content ul.special li a:active,
			#tasting_preference.main.style2 .content ul.special li a:focus {
				background-color: rgba(230, 230, 0, 0.90); /* Color Yellow */
			}
			
/* Lost */

	#lost-header.main.style1 .content ul.special li a {
			background-color: rgba(255, 165, 0, 0.50); /* Color Orange */
		}
		
			#lost-header.main.style1 .content ul.special li a:hover {
				background-color: rgba(255, 165, 0, 0.75); /* Color Orange */
			}

			#lost-header.main.style1 .content ul.special li a:active,
			#lost-header.main.style1 .content ul.special li a:focus {
				background-color: rgba(255, 165, 0, 0.90); /* Color Orange */
			}
			
			#lost-header.main.style1 .content ul.special li .label {
				color: #ffffff;
			}
			
				.btn_name_txt {
					font-style: italic;
					font-weight: bold;
				}
	
	@media screen and (max-width: 736px) {	
	
		#info,
		#list_gins,
		#list_gins-header,
		#home,
		#home-header,
		#map,
		#map-header,
		#cocktails,
		#cocktails-header,
		#lost-header	{
			background-attachment: scroll, scroll;
		}
		
	}
	
/* Content in the main */

	.main.style2 .content_info.content_info_header {
		padding-right: 1rem;
	}

	.main.style2 .content_info {
		text-align: left;
	}
	
	.main.style2 .content_odd {
		-moz-flex-direction: row-reverse;
		-webkit-flex-direction: row-reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-moz-align-items: center;
		-webkit-align-items: center;
		-ms-align-items: center;
		align-items: center;
		/* padding-right: 4rem; */
		margin-bottom: 4.5em;
	}
	

	.main.style2 .content_even {
		-moz-flex-direction: row;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-moz-align-items: center;
		-webkit-align-items: center;
		-ms-align-items: center;
		align-items: center;
		/* padding-right: 4rem; */
		margin-bottom: 4.5em;
	}
		
		.main.style2 .content_odd .content_info.content_info_header {
			padding-left: 1rem;
		}
		
		.main.style2 .content_odd .content_info {
			text-align: right;
		}
		
	@media screen and (max-width: 736px) {
		
		.main.style2 .content_odd,
		.main.style2 .content_even {
			padding: 0 1.5rem 0 1.5rem;
		}
		
	}

	@media screen and (max-width: 480px) {
		
		.main.style2 .content_info.content_info_header {
			padding-right: 0;
		}
		
		.main.style2 .content_odd .content_info.content_info_header {
			padding-left: 0;
		}
		
			.main.style2 .content_info.content_info_header h2,
				.main.style2 .content_odd .content_info.content_info_header h2 {
					font-size: 2em;
					text-align: center;
				}
		
		.main.style2 .content_odd {
			-moz-flex-direction: column;
			-webkit-flex-direction: column;
			-ms-flex-direction: column;
			flex-direction: column;
		}
		
		.body-tasting .main.style2 .content_odd {
			-moz-flex-direction: column-reverse;
			-webkit-flex-direction: column-reverse;
			-ms-flex-direction: column-reverse;
			flex-direction: column-reverse;
		}
		
		.main.style2 .content_even {
			-moz-flex-direction: column;
			-webkit-flex-direction: column;
			-ms-flex-direction: column;
			flex-direction: column;
		}
		
	}

/* Special */

	ul.special {
		list-style: none;
		padding-left: 0;
		cursor: default;
		position: relative;
		margin: 0;
	}

		ul.special li {
			-moz-transition: top .15s ease-in-out;
			-webkit-transition: top .15s ease-in-out;
			-ms-transition: top .15s ease-in-out;
			transition: top .15s ease-in-out;
			position: relative;
			display: inline-block;
			top: 0;
		}

			ul.special li a {
				display: block;
				outline: 0;
			}
			
			ul.special li .label {
				font-weight: bold;
				-moz-transition: background-color .2s ease-in-out;
				-webkit-transition: background-color .2s ease-in-out;
				-ms-transition: background-color .2s ease-in-out;
				transition: background-color .2s ease-in-out;
			}
			
				ul.special li a {
					display: block;
					text-align: center;
					background: rgba(77, 166, 255, 0.50); /* Color Blue */
					border-radius: 25%;
				}

				ul.special li a i:before {
					display: block;
					text-align: center;
					border-radius: 100%;
					width: 2.25em;
					height: 2.25em;
					line-height: 2.175em;
					font-size: 4.5em;
					color: #fff;
				}
				
/* Box */

	.box.highlight {
		text-align: center;
	}

		.box.highlight h2 {
			font-size: 3em;
			margin: 0 0 0.25em 0;
		}

		.box.highlight header > p {
			font-size: 1.65em;
			margin: 0 0 1.5em 0;
		}

	.box.feature {
		text-align: center;
	}

	.box.post header {
		margin: 0 0 2.5em 0;
	}

	.box.post h3 {
		font-size: 3em;
		margin: 0 0 0.25em 0;
	}

	.box.post header > p {
		font-size: 1.65em;
		margin: 0 0 0.5em 0;
	}

	.box.post ul.meta {
		margin: 0 0 0.5em 0;
	}

	.box.post-summary h3 {
		line-height: 1em;
		margin: 0 0 0.75em 0;
	}

	.box.post-summary .meta {
		margin: 0;
		line-height: 1em;
	}

	.box.page-content header {
		margin: 0 0 2.5em 0;
	}

	.box.page-content h2 {
		font-size: 3em;
		margin: 0 0 0.5em 0;
	}

	.box.page-content header > p {
		font-size: 1.65em;
		margin: 0 0 0.5em 0;
	}

	.box.page-content ul.meta {
		margin: 0 0 0.5em 0;
	}

/* Contact */

	#contact {
		overflow: hidden;
		padding-bottom: 0;
		color: #ffffff;
	}

		#contact .box {
			-moz-transition: -moz-transform 1s ease;
			-webkit-transition: -webkit-transform 1s ease;
			-ms-transition: -ms-transform 1s ease;
			transition: transform 1s ease;
			-moz-transform: translateY(0);
			-webkit-transform: translateY(0);
			-ms-transform: translateY(0);
			transform: translateY(0);
			position: relative;
		}

		#contact.inactive .box {
			-moz-transform: translateY(100%);
			-webkit-transform: translateY(100%);
			-ms-transform: translateY(100%);
			transform: translateY(100%);
		}

		@media screen and (max-width: 736px) {

			#contact .box {
				padding: 1.5em 1.5em 2em 1.5em;
			}

		}

		@media screen and (max-width: 480px) {

			#contact .box {
				padding: 1em 1em 2em 1em;
			}

		}
		
/* Back To Top */

	#btn_to_top {
		position: fixed;
		right: 0;
		bottom: 1.5em;
		-moz-justify-content: center;
		-webkit-justify-content: center;
		-ms-justify-content: center;
		justify-content: center;
		-moz-align-items: center;
		-webkit-align-items: center;
		-ms-align-items: center;
		align-items: center;
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		width: 2rem;
		height: 2.5rem;
		border-width: 0;
		z-index: 9;
		border-radius: 0;
		opacity: 0.75;
		text-align: center;
		-webkit-transition-duration: 300ms;
		-moz-transition-duration: 300ms;
		-o-transition-duration: 300ms;
		transition-duration: 300ms;
		-webkit-transition-property: all;
		-moz-transition-property: all;
		-o-transition-property: all;
		transition-property: all;
		-webkit-transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
		-moz-transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
		-o-transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
		transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
		text-shadow: -1px 0 #39454b, 0 1px #39454b, 1px 0 #39454b, 0 -1px #39454b;
	}
	
		#btn_to_top:hover {
			box-shadow: 0 10px 5px rgba(0, 0, 0, 0.25);
			-moz-box-shadow: 0 10px 5px rgba(0, 0, 0, 0.25);
			-webkit-box-shadow: 0 10px 5px rgba(0, 0, 0, 0.25);
			-o-box-shadow: 0 10px 5px rgba(0, 0, 0, 0.25);
		}

		#btn_to_top.invisible {
			bottom: -5rem;
		}

		/* home */
		
			.body-home #btn_to_top {
				background-color: rgba(147, 112, 219, 0.5); /* Color Purple */
				opacity: 1;
			}

			.body-home #btn_to_top:hover {
				background-color: rgba(147, 112, 219, 0.75); /* Color Purple */
			}
			
			.body-home #btn_to_top:active {
				background-color: rgba(147, 112, 219, 1); /* Color Purple */
			}
			
		/* list_gins */
		
			.body-list_gins #btn_to_top,
			.body-info_gin #btn_to_top {
				background-color: rgba(77, 166, 255, 0.5); /* Color Blue */
				opacity: 1;
			}

			.body-list_gins #btn_to_top:hover,
			.body-info_gin #btn_to_top:hover {
				background-color: rgba(77, 166, 255, 0.75); /* Color Blue */
			}
			
			.body-list_gins #btn_to_top:active,
			.body-info_gin #btn_to_top:active {
				background-color: rgba(77, 166, 255, 1); /* Color Blue */
			}
			
		/* cocktails */

			.body-cocktails #btn_to_top,
			.body-info_cocktail #btn_to_top {
				background-color: rgba(255, 77, 166, 0.5); /* Color Pink */
				opacity: 1;
			}

			.body-cocktails #btn_to_top:hover,
			.body-info_cocktail #btn_to_top:hover {
				background-color: rgba(255, 77, 166, 0.75); /* Color Pink */
			}
			
			.body-cocktails #btn_to_top:active,
			.body-info_cocktail #btn_to_top:active {
				background-color: rgba(255, 77, 166, 1); /* Color Pink */
			}
			
		/* map */
		
			.body-map #btn_to_top {
				background-color: rgba(0, 180, 0, 0.5); /* Color Green */
				opacity: 1;
			}

			.body-map #btn_to_top:hover {
				background-color: rgba(0, 180, 0, 0.75); /* Color Green */
			}
			
			.body-map #btn_to_top:active {
				background-color: rgba(0, 180, 0, 1); /* Color Green */
			}
			
		/* tasting */
		
			.body-tasting #btn_to_top {
				background-color: rgba(230, 230, 0, 0.5); /* Color Yellow */
				opacity: 1;
			}

			.body-tasting #btn_to_top:hover {
				background-color: rgba(230, 230, 0, 0.75); /* Color Yellow */
			}
			
			.body-tasting #btn_to_top:active {
				background-color: rgba(230, 230, 0, 1); /* Color Yellow */
			}
		
		/* lost */
		
			.body-lost #btn_to_top {
				background-color: rgba(255, 165, 0, 0.5); /* Color Orange */
				opacity: 1;
			}

			.body-lost #btn_to_top:hover {
				background-color: rgba(255, 165, 0, 0.75); /* Color Orange */
			}
			
			.body-lost #btn_to_top:active {
				background-color: rgba(255, 165, 0, 1); /* Color Orange */
			}

	#btn_to_top.icon:before {
		position: relative;
		font-size: 1.25rem;
		width: 2rem;
		height: 2.5em;
		bottom: 25%;
		right: 0;
		-moz-transition: all 0.25s ease-out;
		-webkit-transition: all 0.25s ease-out;
		-ms-transition: all 0.25s ease-out;
		transition: all 0.25s ease-out;
	}
	
		#btn_to_top.icon:hover:before {
			font-size: 1.25rem;
		}

/* Menu on mobile*/

	@media screen and (min-width: 875px) {
		
		#menuToggle #menu_checkbox
		{
		  display: none;
		}
		
	}

	@media screen and (max-width: 875px) {
		#menuToggle
		{
		  display: block;
		  position: relative;
		  height: 2.5em;
		  width: 3em;
		  z-index: 1;
		  -webkit-user-select: none;
		  user-select: none;
		}
		
			#menuToggle #menu_checkbox
			{
			  display: block;
			}

			#menuToggle input
			{
			  display: block;
			  width: 3em;
			  height: 2.5em;
			  margin: 0 auto;
			  position: absolute;
			  cursor: pointer;
			  opacity: 0;
			  z-index: 2;
			  -webkit-touch-callout: none;
			}

			#menuToggle > span
			{
				display: block;
				width: 1.7em;
				height: 4px;
				top: calc(1.25em - 11.75px);
				left: 0.5em;
				margin-bottom: 4.5px;
				position: relative;
				background: #39454b;
				z-index: 1;
				transform-origin: 4px 0px;
				-moz-transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
								 background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
								 opacity 0.55s ease;
				-webkit-transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
									background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
									opacity 0.55s ease;
				-ms-transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
								background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
								opacity 0.55s ease;
				transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
							background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
							opacity 0.55s ease;
			}

				#menuToggle span:first-child
				{
				  transform-origin: 0% 0%;
				}

				#menuToggle span:nth-last-child(2)
				{
				  transform-origin: 0% 100%;
				}

			#menuToggle input:checked ~ span
			{
				opacity: 1;
				-moz-transform: rotate(45deg) translate(-1px, 0);
				-webkit-transform: rotate(45deg) translate(-1px, 0);
				-ms-transform: rotate(45deg) translate(-1px, 0);
				transform: rotate(45deg) translate(-1px, 0);
				background: #39454b;
			}

			#menuToggle input:checked ~ span:nth-last-child(3)
			{
				opacity: 0;
				-moz-transform: rotate(0deg) scale(0.2, 0.2);
				-webkit-transform: rotate(0deg) scale(0.2, 0.2);
				-ms-transform: rotate(0deg) scale(0.2, 0.2);
				transform: rotate(0deg) scale(0.2, 0.2);
			}

			#menuToggle input:checked ~ span:nth-last-child(2)
			{
				-moz-transform: rotate(-45deg) translate(0, -1px);
				-webkit-transform: rotate(-45deg) translate(0, -1px);
				-ms-transform: rotate(-45deg) translate(0, -1px);
				transform: rotate(-45deg) translate(0, -1px);
			}

		#menu
		{
			position: fixed;
			display: -moz-flex;
			display: -webkit-flex;
			display: -ms-flex;
			display: flex;
			align-content: space-between;
			-moz-flex-direction: column;
			-webkit-flex-direction: column;
			-ms-flex-direction: column;
			flex-direction: column;
			-moz-justify-content: space-between;
			-webkit-justify-content: space-between;
			-ms-justify-content: space-between;
			justify-content: space-between;
			overflow: hidden;
			width: 100%;
			min-width: 300px;
			margin: -100px 0 0 -50px;
			top: 3em;
			color: #ffffff;
			background: #39454b;
			list-style-type: none;
			-webkit-font-smoothing: antialiased;
			transform-origin: 0% 0%;
			-moz-transform: translate(-100%, 0);
			-webkit-transform: translate(-100%, 0);
			-ms-transform: translate(-100%, 0);
			transform: translate(-100%, 0);
			-moz-transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
			-webkit-transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
			-ms-transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
			transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
		}

		#menu li
		{
		  font-size: 22px;
		}

		#menuToggle input:checked ~ ul
		{
			-moz-transform: none;
			-webkit-transform: none;
			-ms-transform: none;
			transform: none;
		}

	}
	
	@media screen and (max-width: 736px) {
		
		#menuToggle > span
			{
				width: 2em;
			}
		
	}
	
/* For checkbox 
  credit : https://www.w3schools.com/howto/howto_css_custom_checkbox.asp 
 */
	
	/* The container */
	.choice {
	  display: block;
	  position: relative;
	  padding-left: 35px;
	  margin-bottom: 1rem;
	  min-height: calc(35px - 0.25rem);
	  cursor: pointer;
	  -webkit-user-select: none;
	  -moz-user-select: none;
	  -ms-user-select: none;
	  user-select: none;
	}
	
	.choice.ingredient_is_a_gin {
		font-weight: bold;
	}

	/* Hide the browser's default checkbox */
	.choice input {
	  position: absolute;
	  opacity: 0;
	  cursor: pointer;
	  height: 0;
	  width: 0;
	}

	/* Create a custom checkbox */
	.checkmark {
	  position: absolute;
	  top: 3px;
	  left: 3px;
	  height: 25px;
	  width: 25px;
	  background-color: #d5d5d5;
	}
	
	/* On mouse-over, add a grey background color */
	.choice:hover input ~ .checkmark {
	  background-color: #bbbbbb;
	}
	
	/* When the checkbox is checked, add a the right color to the background */
	.body-list_gins .choice:hover,
	.body-info_gin .choice:hover {
	    background-color: rgba(77, 166, 255, 0.25); /* Color Blue */
	}
	
	.body-list_gins .choice:active,
	.body-list_gins .choice:focus,
	.body-info_gin .choice:active,
	.body-info_gin .choice:focus {
	    background-color: rgba(77, 166, 255, 0.30); /* Color Blue */
	}
	
	.body-list_gins .choice input:checked ~ .checkmark,
	.body-info_gin .choice input:checked ~ .checkmark {
	  background-color: rgba(77, 166, 255, 0.90);  /* Color Blue */
	}
	
	.body-cocktails .choice:hover,
	.body-info_cocktail .choice:hover {
	    background-color: rgba(255, 77, 166, 0.25); /* Color Pink */
	}
	
	.body-cocktails .choice:active,
	.body-cocktails .choice:focus,
	.body-info_cocktail .choice:active,
	.body-info_cocktail .choice:focus {
	    background-color: rgba(255, 77, 166, 0.30); /* Color Pink */
	}
	
	.body-cocktails .choice input:checked ~ .checkmark,
	.body-info_cocktail .choice input:checked ~ .checkmark {
	  background-color: rgba(255, 77, 166, 0.90);  /* Color Pink */
	}
	
	.body-map .choice:hover {
	    background-color: rgba(0, 180, 0, 0.25); /* Color Green */
	}
	
	.body-map .choice:active,
	.body-map .choice:focus {
	    background-color:  rgba(0, 180, 0, 0.30); /* Color Green */
	}
	
	.body-map .choice input:checked ~ .checkmark {
	  background-color: rgba(0, 180, 0, 0.90);  /* Color Green */
	}

	/* Create the checkmark/indicator (hidden when not checked) */
	.checkmark:after {
	  content: "";
	  position: absolute;
	  display: none;
	}

	/* Show the checkmark when checked */
	.choice input:checked ~ .checkmark:after {
	  display: block;
	}

	/* Style the checkmark/indicator */
	.choice .checkmark:after {
	  left: 9px;
	  top: 5px;
	  width: 5px;
	  height: 10px;
	  border: solid #ffffff;
	  border-width: 0 3px 3px 0;  
	  -moz-transform: rotate(45deg);
	  -webkit-transform: rotate(45deg);
	  -ms-transform: rotate(45deg);
	  transform: rotate(45deg);
	}
	
	/* If is an ingredient or  */
	.steps_list_title_name {
		margin-bottom: 0;
	}
	
	.ingredients,
	.garnishes,
	.steps_list {
		margin-left: 0.5em;
	}
	
		.ingredients .choice,
		.garnishes .choice,
		.steps_list .choice {
			padding-top: 0;
			margin-left: 1.5em;
		}
		
			.ingredients .choice input:checked ~ .ingredient_txt,
			.garnishes .choice input:checked ~ .garnish_txt,
			.steps_list .choice input:checked ~ .step_txt {
				text-decoration: line-through;
			}

		@media screen and (max-width: 736px) {

			.ingredients .choice, .steps_list .choice,
			.garnishes .choice, .steps_list .choice {
				padding-top: 0;
				margin-left: 0.75em;
			}
			
			.choice {
				padding-top: 0.25rem;
				margin-bottom: 0.25rem;
			}

		}
		
		@media screen and (max-width: 480px) {

			.ingredients .choice, .steps_list .choice,
			.garnishes .choice, .steps_list .choice {
				padding-top: 0;
				margin-left: 0;
			}	
			
		}
	
/* For radiobutton
  credit : https://www.w3schools.com/howto/howto_css_custom_checkbox.asp 
 */
	/* The container */
	.radio_choice {
	    display: block;
		position: relative;
		padding-left: 35px;
		margin-bottom: 1rem;
		cursor: pointer;
		min-height: calc(35px - 0.25rem);
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
	}

	/* Hide the browser's default radio button */
	.radio_choice input {
	  position: absolute;
	  opacity: 0;
	  cursor: pointer;
	}

	/* Create a custom radio button */
	.radio_checkmark {
	  position: absolute;
	  top: 3px;
	  left: 0;
	  height: 25px;
	  width: 25px;
	  background-color: #eee;
	  border-radius: 50%;
	}

	/* On mouse-over, add a grey background color */
	.radio_choice:hover input ~ .radio_checkmark {
	  background-color: #ccc;
	}
	
	/* When the radio button is checked, add a the right color to the background */
	.body-list_gins .radio_choice:hover,
	.body-info_gin .radio_choice:hover {
	    background-color: rgba(77, 166, 255, 0.2); /* Color Blue */
	}
	
	.body-list_gins .radio_choice input:checked ~ .radio_checkmark,
	.body-info_gin .radio_choice input:checked ~ .radio_checkmark {
	  background-color: rgba(77, 166, 255, 0.90);  /* Color Blue */
	}
	
	.body-cocktails .radio_choice:hover,
	.body-info_cocktail .radio_choice:hover {
	    background-color: rgba(255, 77, 166, 0.2); /* Color Pink */
	}
	
	.body-cocktails .radio_choice input:checked ~ .radio_checkmark,
	.body-info_cocktail .radio_choice input:checked ~ .radio_checkmark {
	  background-color: rgba(255, 77, 166, 0.90);  /* Color Pink */
	}
	
	.body-map .radio_choice:hover {
	    background-color: rgba(0, 180, 0, 0.2); /* Color Green */
	}
	
	.body-map .radio_choice input:checked ~ .radio_checkmark {
	  background-color: rgba(0, 180, 0, 0.90);  /* Color Green */
	}

	/* Create the indicator (the dot/circle - hidden when not checked) */
	.radio_checkmark:after {
	  content: "";
	  position: absolute;
	  display: none;
	}

	/* Show the indicator (dot/circle) when checked */
	.radio_choice input:checked ~ .radio_checkmark:after {
	  display: block;
	}

	/* Style the indicator (dot/circle) */
	.radio_choice .radio_checkmark:after {
		top: 8.5px;
		left: 8.5px;
		width: 8px;
		height: 8px;
		border-radius: 50%;
		background: white;
	}
	
		@media screen and (max-width: 736px) {

			.radio_choice {
				padding-top: 0.25rem;
				margin-bottom: 0.25rem;
			}

		}
	
/* For select box
  credit : https://www.w3schools.com/howto/howto_custom_select.asp
 */
	
	/* The container must be positioned relative: */
	.custom-select {
	  position: relative;
	}
	
	.custom-select_label {
		font-weight: normal;
	}

	.custom-select select {
	  display: none;
	}
	
	.select-selected {
		-moz-transition: color 0.05s ease-in-out;
		-webkit-transition: color 0.05s ease-in-out;
		-ms-transition: color 0.05s ease-in-out;
		transition: color 0.05s ease-in-out;
		color: #39454b;
		box-shadow: none;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		-o-box-shadow: none;
		border-width: 0;
		cursor: pointer;
		text-decoration: underline;
	}

		/* Style the arrow inside the select element: */
		.select-selected:after {
			position: absolute;
			content: "";
			top: 13px;
			margin-left: 0.5rem;
			width: 0;
			height: 0;
			border: 6px solid transparent;
			border-color: #39454b transparent transparent transparent;
		}
		
			.select-selected:hover:after {
				border-color: rgba(255, 165, 0, 0.75) transparent transparent transparent; /* Color Orange */
			}
			
			.select-selected:active:after {
				border-color: rgba(255, 165, 0, 1) transparent transparent transparent; /* Color Orange */
			}
	
		.select-selected:hover {
			color: rgba(255, 165, 0, 0.75); /* Color Orange */
			text-decoration: none;
		}
		
		.select-selected:active {
			color: rgba(255, 165, 0, 1); /* Color Orange */
			text-decoration: none;
		}

	/* Point the arrow upwards when the select box is open (active): */
	.select-selected.select-arrow-active:after {
	  border-color: transparent transparent #39454b transparent;
	  top: 7px;
	}
	
		.select-selected:hover.select-arrow-active:after {
			border-color: transparent transparent rgba(255, 165, 0, 0.75) transparent; /* Color Orange */
		}
		
		.select-selected:active.select-arrow-active:after {
			border-color: transparent transparent rgba(255, 165, 0, 1) transparent; /* Color Orange */
		}

	/* style the items (options), including the selected item: */
	.select-items div,
	.select-selected {
	  border: 1px solid transparent;
	  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
	  cursor: pointer;
	  text-align: center;
	  min-width: 20rem;
	}
	
	.select-items div:first-child {
		border-bottom-width: 3px;
	}

	/* Style items (options): */
	.select-items {
		position: absolute;
		background-color: #ffffff;
		top: 100%;
		left: 0;
		z-index: 99;
		overflow-y: scroll;
		overflow-x: hidden;
		max-height: 10rem;
		border: 1px solid transparent;
		border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
	}

	/* Hide the items when the select box is closed: */
	.select-hide {
	  display: none;
	}

	.select-items div:hover, 
	.same-as-selected {
		background-color: rgba(0, 180, 0, 0.75);  /* Color Green */
		text-decoration: none;
	}
	
	.select-items div:active {
		background-color: rgba(0, 180, 0, 0.9);  /* Color Green */
		text-decoration: none;
	}
	
	@media screen and (max-width: 736px) {

		.select-items {
			width: 100%;
		}	

			.select-items div {
				width: 100%;
			}				

	}
	
/* criteria_lists */
	.criteria_lists {
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-moz-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-top: 0;
	}
	
		.criteria_lists .criteria_category {
			width: 25%;
		}
	
		.criteria_lists .criteria_category .title {
			height: 35px;
			margin-bottom: 0.5em;
			padding-top: 0;
			font-weight: bold;
			border-color: #39454b;
			border-style: solid;
			border-width: 2px 0 2px 0;
		}
		
		.criteria_lists .criteria_category .no_input_choice.title {
			cursor: inherit;
		}
		
		@media screen and (max-width: 736px) {

			.criteria_lists .criteria_category {
				width: 50%;
				padding-top: 2em;
			}
			
			.criteria_lists .criteria_category .title {
				padding-top: 0.25rem;
			}					

		}
		
		@media screen and (max-width: 480px) {

			.criteria_lists .criteria_category{
				width: 100%;
			}
			
		}
		
/* Collapsible sections - From https://alligator.io/css/collapsible/ */

	.main.style3.wrap-collabsible {
		padding: 0 0 0 0;
	}
	
	.main.style3.wrap-collabsible.little {
		padding: 0.5rem;
	}
	
	.wrap-collabsible {
		-moz-flex-direction: column;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	
		input[type='checkbox'].toggle {
		  display: none;
		}
		
		.criteria_list_title_text {
			padding: 1rem 0 0 0;
		}

		.lbl-toggle {
			display: block;
			font-weight: 900;
			line-height: 1.25em;
			letter-spacing: -0.05em;
			text-align: left;
			cursor: pointer;
			border-radius: 7px;
			-moz-transition: all 0.25s ease-out;
			-webkit-transition: all 0.25s ease-out;
			-ms-transition: all 0.25s ease-out;
			transition: all 0.25s ease-out;
			padding: 0 2rem 1rem 2rem;
		}
		
		.lbl-toggle.criteria_list_more_text {
			font-size: 1.25em;
			padding: 0 2rem 1rem 2rem;
			max-width: 1500px;
			width: 100%;
			margin: 0 auto;
		}
		
		.lbl-toggle.no_pointer {
			cursor: default !important;
		}
		
		.location-zone.lbl-toggle {
		  padding: 0;
		}
		
		label.lbl-toggle:hover {
			text-decoration: underline;
		}
		
			.lbl-toggle.little {
				font-weight: 900;
				letter-spacing: -0.0325em;
				text-align: left;
				padding: 0 0 0 0;
				font-size: 100%;
			}

		.lbl-toggle::before {
			content: ' ';
			display: inline-block;
			border-top: 7.5px solid transparent;
			border-bottom: 7.5px solid transparent;
			border-left: 7.5px solid currentColor;
			vertical-align: middle;
			margin-right: 0.7rem;
			-moz-transform: translateY(-2px);
			-webkit-transform: translateY(-2px);
			-ms-transform: translateY(-2px);
			transform: translateY(-2px);
			-moz-transition: transform .2s ease-out;
			-webkit-transition: transform .2s ease-out;
			-ms-transition: transform .2s ease-out;
			transition: transform .2s ease-out;
		}
		
			.lbl-toggle.little::before {
				border-top: 10px solid transparent;
				border-bottom: 10px solid transparent;
				border-left: 10px solid currentColor;
				margin-right: 0.7rem;
				margin-left: 0;
				-moz-transform: translateY(0);
				-webkit-transform: translateY(0);
				-ms-transform: translateY(0);
				transform: translateY(0);
			}
			
				.lbl-toggle:hover::before {
					margin-right: 0.5rem;
					margin-left: 0.2rem;
				}


		.collapsible-content .content-inner {
		  padding: .5rem 1rem 2rem 1rem;
		}

		.collapsible-content {
			max-height: 0px;
			overflow: hidden;
			-moz-transition: max-height .25s ease-in-out;
			-webkit-transition: max-height .25s ease-in-out;
			-ms-transition: max-height .25s ease-in-out;
			transition: max-height .25s ease-in-out;
		}
		
		.collapsible-content.little {
			max-width: 100%;
			margin: 0;
			padding: 0;
		}

		.toggle:checked + .lbl-toggle + .collapsible-content {
		  max-height: 500vh;
		}

		.toggle:checked + .lbl-toggle::before {
		  -moz-transform: rotate(90deg) translateX(-3px);
		  -webkit-transform: rotate(90deg) translateX(-3px);
		  -ms-transform: rotate(90deg) translateX(-3px);
		  transform: rotate(90deg) translateX(-3px);
		  margin-right: 0.5rem;
		  margin-left: 0.2rem;
		}

		.toggle:checked + .lbl-toggle {
		  border-bottom-right-radius: 0;
		  border-bottom-left-radius: 0;
		}
		
		
/* SearchBar in list */

	.searchBar-container {
		padding: .5em 1em 0 1em;
		background-color: white;
	}
	
	.searchBar {
		max-width: 1500px;
		margin: 0 auto;
	}
	
	#mapSearchBar_zone {
		margin: 0 -2em 1.5em -2em;
	}
	
	@media screen and (max-width: 480px) {
		
		#mapSearchBar_zone {
			margin: 0 -0.5em 1.5em -0.5em;
		}
	
	}
		
/* Cocktail card
  Credit: https://codepen.io/klesht/pen/pjjegK/
 */
 
	#list_of_cocktails {
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-moz-flex-grow: 1;
		-webkit-flex-grow: 1;
		-ms-flex-grow: 1;
		flex-grow: 1;
		-moz-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
 
	.recipe-card {
		background:#ffffff;
		width: 100%;
		text-decoration: none;
		max-width: calc(33.33% - 2rem);
		margin: 0 1rem 2.5rem 1rem;
		opacity: 1;
		-moz-transition: all 1s ease, opacity 1s ease;
		-webkit-transition: all 1s ease, opacity 1s ease;
		-ms-transition: all 1s ease, opacity 1s ease;
		transition: all 1s ease, opacity 1s ease;
		border-bottom: 3px solid rgba(255, 77, 166, 1); /* Color Pink */
	}
	
	.recipe-card a span {
		text-decoration: none;
	}
	
	.cocktails_views_list_zone {
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-moz-align-items: center;
		-webkit-align-items: center;
		-ms-align-items: center;
		align-items: center;
	}
	
	.rand_cocktail_btn_zone {
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-moz-align-items: center;
		-webkit-align-items: center;
		-ms-align-items: center;
		align-items: center;
		-moz-justify-content: center;
		-webkit-justify-content: center;
		-ms-justify-content: center;
		justify-content: center;
		margin-top: 1em;
	}
	
		.rand_cocktail_btn_zone #rand_cocktail_btn {
			-moz-justify-content: center;
			-webkit-justify-content: center;
			-ms-justify-content: center;
			justify-content: center;
			-moz-align-items: center;
			-webkit-align-items: center;
			-ms-align-items: center;
			align-items: center;
			background: rgba(255, 77, 166, 0.75); /* Color Pink */
			display: -moz-flex;
			display: -webkit-flex;
			display: -ms-flex;
			display: flex;
			border-radius: 0;
			text-align: center;
			min-width: 25%;
			height: 35px;
			font-size: 100%;
		}
		
		.rand_cocktail_btn_zone #rand_cocktail_btn:hover {
			background: rgba(255, 77, 166, 0.9); /* Color Pink */
		}
		
		.rand_cocktail_btn_zone #rand_cocktail_btn:active {
			background: rgba(255, 77, 166, 1); /* Color Pink */
		}
	
	.cocktails_views_list_text {
		margin: 0 1rem 0 1rem;
	}
	
	.cocktails-zone.cocktail_list_view .recipe-card:first-child {
		margin: 0 1em 1.25em 1em;
	}
	
	.cocktails-zone.cocktail_list_view .recipe-card .overlay {
		display: none;
	}
	
	.cocktails-zone.cocktail_list_view .recipe-card {
		max-width: calc(50% - 2rem);
		max-height: 30vh;
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-moz-flex-direction: row-reverse;
		-webkit-flex-direction: row-reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
		margin: 0 1rem 2.5rem 1rem;
	}
	
		.recipe-card img {
		  width: 100%;
		  height: 100%;
		  vertical-align: bottom;
		}
		
		.recipe-card img {
		  width: 100%;
		  height: 100%;
		  vertical-align: bottom;
		}
			
		.recipe-card aside {
		  position: relative;
		  height: 60%;
		}
		
		.cocktails-zone.cocktail_list_view .recipe-card aside {
			height: 100%;
			width: 40%;
		}
		
		.recipe-card .cocktail_card-info {
			-moz-justify-content: center;
			-webkit-justify-content: center;
			-ms-justify-content: center;
			justify-content: center;
			-moz-align-items: center;
			-webkit-align-items: center;
			-ms-align-items: center;
			align-items: center;
			display: -moz-flex;
			display: -webkit-flex;
			display: -ms-flex;
			display: flex;
			-moz-flex-direction: column;
			-webkit-flex-direction: column;
			-ms-flex-direction: column;
			flex-direction: column;
			height: 40%;
		}
		
		.recipe-card .cocktail_card-info span {
			text-decoration: none;
		}
		
		.cocktails-zone.cocktail_list_view .recipe-card .cocktail_card-info {
			height: 100%;
			width: 60%;
			text-align: left;
			padding: 0;
		}
		
			.recipe-card .cocktail_card-info.title {
				text-align: center;
			}
			
			.recipe-card aside .button {
				-moz-justify-content: center;
				-webkit-justify-content: center;
				-ms-justify-content: center;
				justify-content: center;
				-moz-align-items: center;
				-webkit-align-items: center;
				-ms-align-items: center;
				align-items: center;
				background: rgba(255, 77, 166, 0.75); /* Color Pink */
				display: -moz-flex;
				display: -webkit-flex;
				display: -ms-flex;
				display: flex;
				position: absolute;
				top: calc(100% - 1.53125em);
				right: 3%;
				width: 3.0625em;
				height: 3.0625em;
				border-radius: 25%;
				line-height: 3.0625em;
				text-align: center;
			}
			
			.cocktails-zone.cocktail_list_view .recipe-card aside .button {
				top: calc(50% - 1.53125em);
				right: calc(100% - 1.53125em);
			}

				.recipe-card aside .button i {
					color: #ffffff;
					font-size: x-large;
				}
			
				.recipe-card:hover .button {
					background: rgba(255, 77, 166, 0.9); /* Color Pink */
				}
				
				.recipe-card:active .button {
					background: rgba(255, 77, 166, 1); /* Color Pink */
				}
				
		.recipe-card article {
		  padding: 1.25em 0;
		}
		
			.recipe-card article ul {
			  list-style: none;
			  margin: 0 0 0 0;
			  padding: 0;
			  color: #39454b;
			}
			
			.cocktails-zone.cocktail_list_view .recipe-card article ul li {
				display: none;
			}
			
				.recipe-card article ul li {
				  display: inline-block;
				  margin-left: 1em;
				  line-height: 1em;
				}
				
				.cocktails-zone.cocktail_list_view .recipe-card article ul li {
					width: 100%;
					margin-left: 0;
					margin-top: 0;
				}
				
					.recipe-card article ul li:first-child {
					  margin-left: 0;
					}
	
					.recipe-card article ul li .icon {
					  vertical-align: bottom;
					}
					
					.recipe-card article ul li span:nth-of-type(2) {
					  margin-left: 0.5em;
					  font-size: 0.8em;
					  font-weight: 300;
					  vertical-align: middle;
					}
	
			.recipe-card article h2,
			.recipe-card article h3 {
				margin: 0;
			}
	
			.recipe-card article h2 {
				font-size: 1.5em;
				color: #39454b;
			}
			
			
			#cocktail_name {
				text-align: center;
			}
			
			.recipe-card article h3 {
				font-size: 0.9375em;
				font-weight: 300;
				color: rgba(57, 69, 75, 0.75);
			}
			
	.cocktail_for_event {
		background: rgba(255, 77, 166, 0.75); /* Color Pink */
		color: white;
	}
	
	.gin_for_event {
		background: rgba(77, 166, 255, 0.75); /* Color Blue */
		color: #ffffff;
	}
	
	.cocktails-zone.cocktail_list_view .cocktail_for_event {
		font-size: 1.25em;
	}
	
	.gin_for_event {
		font-size: 1.25em;
		position: absolute;
		z-index: 1;
		top: 0;
		width: calc(100% - 0.5rem);
	}

	.cocktail_for_event+img {
		border-top-left-radius: 0;
		border-top-right-radius: 0;
		height: calc(100% - 2.75em);
	}
	
	.cocktails-zone.cocktail_list_view .cocktail_for_event+img {
		height: calc(100% - 1.5em);
	}
				
	@media screen and (max-width: 1280px)  and (min-width: 1000px) {
		
		.recipe-card article ul li {
			margin: 0;
			line-height: 1em;
			margin-top: 1em;
			width: calc(50% - 2px);
		}

	}
			
	@media screen and (max-width: 1000px) and (min-width: 736px) {
		
			.recipe-card aside {
				height: calc(60% - 4.0625em);
			}
		
			.recipe-card .cocktail_card-info {
				height: calc(40% + 4.0625em);
			}
		
			.recipe-card article {
				padding-top: 2.03125em;
				padding-bottom: 2.03125em;
			}
		
				.recipe-card article ul li {
				  width: 100%;
				  margin: 0;
				}
			
			.rand_cocktail_btn_zone #rand_cocktail_btn {
				min-width: 50%;
			}
	}
	
	@media screen and (max-width: 736px) {
		
		.cocktails_views_list_text {
			margin: 0 1rem 0 0;
		}
		
		.cocktails-zone.cocktail_list_view .recipe-card {
			max-width: 100%;
			margin: 0 0 2.5rem 0;
		}

		.recipe-card {
			max-width: calc(50% - 2rem);
		}
		
		.recipe-card aside {
			height: calc(60% - 4.0625em);
		}
	
		.recipe-card .cocktail_card-info {
			height: calc(40% + 4.0625em);
		}
		
		.cocktails-zone.cocktail_list_view .recipe-card article ul {
			display: none;
		}

			.recipe-card article ul li {
				margin: 0;
				line-height: 1em;
				margin-top: 1em;
				width: calc(50% - 2px);
			}
		
		.cocktail_for_event+img {
			height: calc(100% - 1.75em);
		}
		
		.rand_cocktail_btn_zone #rand_cocktail_btn {
			min-width: 100%;
		}
	}

	@media screen and (max-width: 480px) {

		.recipe-card {
			max-width: 100%;
			margin: 0 0 2.5rem 0;
		}
		
			.recipe-card aside {
				height: calc(60% - 4.0625em);
			}
		
			.recipe-card .cocktail_card-info {
				height: calc(40% + 4.0625em);
			}
			
			.cocktails-zone.cocktail_list_view .recipe-card article ul {
			  display: none;
			}
				
				.recipe-card article ul li {
					width: 100%;
					margin: 0.5em 0 0 0;
				}

		.cocktail_for_event+img {
			height: calc(100% - 1.75em);
		}
		
		.cocktails-zone.cocktail_list_view .recipe-card aside .button {
			top: calc(50% - 1.53125em);
			right: calc(100% - 1.53125em);
			width: 3.0625em;
			padding: 0 1em 0 1em;
			height: 3.0625em;
			line-height: 3.0625em;
		}
		
		.cocktails-zone.cocktail_list_view .recipe-card aside .button i {
			font-size: x-large;
		}
		
		.rand_cocktail_btn_zone #rand_cocktail_btn {
			min-width: 100%;
		}
	}
	
/* Tab menu
 Credit: https://codepen.io/oknoblich/pen/tfjFl */
 
	.tab_container {
	      padding: 1em 0 0 0;
	}

		.tab_container > section {
		  display: none;
		}

		.tab_container > input {
		  display: none;
		}

		.tab_container > label.lbl-toggle.little {
			display: inline-block;
			margin: 0 0 -2px 0;
			font-weight: 600;
			padding: 0 1rem 0 1rem;
			text-align: center;
			color: rgb(57, 69, 75);
			height: calc(2rem + 2px);
		}
		
			.cocktails-zone .tab_container > label.lbl-toggle.little {
				color: #ffffff;
			}

			.tab_container > label:hover {
			  color: rgba(0, 0, 0, 1);
			  cursor: pointer;
			}
			
			.tab_container > label.solo_label:hover {
				cursor: auto;
				text-decoration: none;
			}

				.body-info_gin .tab_container > input:checked + label {
				  border-bottom: 2px solid rgba(77, 166, 255, 0.9); /* Color Blue */
				}
				
				.body-info_cocktail .tab_container > input:checked + label {
				  border-bottom: 2px solid rgba(255, 77, 166, 0.75); /* Color Pink */
				}

				.tab_container #tab1:checked ~ #content1,
				.tab_container #tab2:checked ~ #content2,
				.tab_container #tab3:checked ~ #content3 {
					display: block;
					padding: 0.5em;
				}
				
				.tab_container #tab1:checked ~ #content1,
				.tab_container #tab2:checked ~ #content2,
				.tab_container #tab3:checked ~ #content3 {
					display: block;
					padding: 0.5em;
				}
				
		@media screen and (max-width: 736px) {
			
			.tab_container > label.lbl-toggle.little {
				width: calc(50% - 2px);
				padding: 0 0 0 0;
			}
			
			.tab_container > #label_tab3 {
				margin-top : 0.5em;
				width: 100%;
				padding: 0 0 0 0;
			}
		  
		}
		
	#label_tab1.solo_label,
	#label_tab2.solo_label {
		cursor: auto;
		text-decoration: none;
	}
		
/* Map */

	/* no_distillery_text */
		.no_distillery_text {
			text-align: center;
			margin: 1em;
			font-weight: normal;
		}

	/* infowindow */

		#infowindow_header {
			font-weight: bold;
			font-size: 11pt;
		}
		
		#infowindow_body p {
			margin-bottom: 0;
			font-size: 10pt;
		}
	
	/* center button */
	
		.search_box-zone {
			width: calc(50% - 3px);
		}
	
		.control_positions {
			display: -moz-flex;
			display: -webkit-flex;
			display: -ms-flex;
			display: flex;
			-moz-flex-direction: column;
			-webkit-flex-direction: column;
			-ms-flex-direction: column;
			flex-direction: column;
		}
	
		.center_map-controlUI,
		.center_user-controlUI,
		.resize_map-controlUI {
			-moz-justify-content: center;
			-webkit-justify-content: center;
			-ms-justify-content: center;
			justify-content: center;
			-moz-align-items: center;
			-webkit-align-items: center;
			-ms-align-items: center;
			align-items: center;
			display: -moz-flex;
			display: -webkit-flex;
			display: -ms-flex;
			display: flex;
			background-Color : rgba(255, 255, 255, 0.5);
			color: #39454b;
			border: 2px solid #ffffff;
			border-radius: 3px;
			box-shadow: 0 2px 6px rgba(0,0,0,.3);
			-moz-box-shadow: 0 2px 6px rgba(0,0,0,.3);
			-webkit-box-shadow: 0 2px 6px rgba(0,0,0,.3);
			-o-box-shadow: 0 2px 6px rgba(0,0,0,.3);
			cursor: pointer;
			margin: 10px;
			text-align: center;
			padding: 10px;
		}
		
		.center_map-controlUI {
			margin: 10px 10px 5px 10px;
		}
		
		.center_user-controlUI {
			margin: 5px 10px 10px 10px;
		}
		
		.center_map-controlUI:hover,
		.center_user-controlUI:hover,
		.resize_map-controlUI:hover {
			background-color: rgba(255, 255, 255, 0.75);
		}
		
			.center_map-controlUI:active,
			.center_user-controlUI:active,
			.resize_map-controlUI:active {
				background-color: rgba(255, 255, 255, 0.9);
			}
		
			.center_user-controlUI:hover,
			.center_map-controlUI:hover,
			.resize_map-controlUI:hover {
				color: #000000;
			}
		
		.center_user-controlText,
		.center_map-controlText,
		.resize_map-controlText {
			font-size: 16px;
			padding-left: 5px;
			padding-right: 5px;
		}
		
		@media screen and (max-width: 1000px) {
			
			.search_box-zone {
				width: calc(50% - 3px);
			}
			
			.control_positions {
				width: calc(50% - 6px);
				-moz-flex-direction: row;
				-webkit-flex-direction: row;
				-ms-flex-direction: row;
				flex-direction: row;
			}
			
			.center_map-controlUI,
			.center_user-controlUI {
				width: calc(50% - 6px);
			}
			
			.center_map-controlUI {
				margin: 10px 5px 10px 10px;
			}
			
			.center_user-controlUI {
				margin: 10px 10px 10px 5px;
			}

		}
		
		@media screen and (max-width: 736px) {
			
			.search_box-zone {
				width: calc(50% - 6px);
			}
			
			.control_positions {
				-moz-flex-direction: column;
				-webkit-flex-direction: column;
				-ms-flex-direction: column;
				flex-direction: column;
			}
			
			.center_map-controlUI,
			.center_user-controlUI {
				width: calc(100% - 20px);
			}
			
			.center_map-controlUI {
				margin: 10px 10px 5px 10px;
			}
			
			.center_user-controlUI {
				margin: 5px 10px 10px 10px;
			}

		}
		
		@media screen and (max-width: 480px) {
			
			.search_box-zone {
				width: 100%;
			}
			
			.control_positions {
				width: 100%;
				left: 0;
				top: 53px !important;
				-moz-flex-direction: row;
				-webkit-flex-direction: row;
				-ms-flex-direction: row;
				flex-direction: row;
			}
			
			.center_map-controlUI,
			.center_user-controlUI{
				width: calc(50% - 6px);
			}
			
			.center_map-controlUI {
				margin: 10px 5px 10px 10px;
			}
			
			.center_user-controlUI {
				margin: 10px 10px 10px 5px;
			}

		}
		
	/* SearchBox */
		
		#pac-input {
			border-radius: 3px;
			margin: 10px;
			width: 100%;
			max-width: 744px;
			z-index: 0;
			position: absolute;
			left: 0px;
			top: 0px;
			text-decoration: none;
			border: 2px solid #ffffff;
			box-shadow: 0 2px 6px rgba(0,0,0,.3);
			-moz-box-shadow: 0 2px 6px rgba(0,0,0,.3);
			-webkit-box-shadow: 0 2px 6px rgba(0,0,0,.3);
			-o-box-shadow: 0 2px 6px rgba(0,0,0,.3);
			background-color: rgba(255, 255, 255, 0.5);
		}
		
			#pac-input:hover {
				background-color: rgba(255, 255, 255, 0.75);
			}
		
			#pac-input:active,
			#pac-input:focus {
				border-color: rgba(0, 180, 0, 0.50); /* Color Green */
				background-color: rgba(255, 255, 255, 0.9);
			}
		
		@media screen and (min-width: 1000px) {
			
			#pac-input {
				font-size: 13pt;
			}

		}
		
		@media screen and (max-width: 480px) {
			
			#pac-input {
				width: calc(100% - 20px);
			}

		}
		
	/*the container must be positioned relative:*/
	.autocomplete {
	  position: relative;
	  display: inline-block;
	}

	.autocomplete-items {
	  position: absolute;
	  background-color: #ffffff;
	  border: 1px solid #d4d4d4;
	  border-top: none;
	  z-index: 99;
	  max-height: 250px;
	  overflow-y: scroll;
	  /*position the autocomplete items to be the same width as the container:*/
	  left: 1em;
	  right: 1em;
	}

	.autocomplete-items div {
	  padding: 10px;
	  cursor: pointer;
	  background-color: #ffffff; 
	  border-bottom: 1px solid #d4d4d4; 
	}

	/*when hovering an item:*/
	.autocomplete-items div:hover {
	  background-color: rgba(0, 180, 0, 0.25); /* Color Green */
	}

	/*when navigating through the items using the arrow keys:*/
	.autocomplete-active {
	  background-color: rgba(0, 180, 0, 0.25) !important; /* Color Green */
	}
	
/* Loading screen */
.loading_zone {
	background-color: #ffffff;
	padding: 5rem;
	cursor: wait;
}

.loading_text {
	color: #39454b;
}

.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}
.lds-ellipsis div {
  position: absolute;
  top: 27px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #39454b;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 6px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 6px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 26px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 45px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(19px, 0);
  }
}

/* For Edge */

	html[data-useragent*='Edge'] #home,
	html[data-useragent*='MSIE'] #home,
	html[data-useragent*='Edge'] #home-header,
	html[data-useragent*='MSIE'] #home-header,
	html[data-useragent*='Edge'] #list_gins,
	html[data-useragent*='MSIE'] #list_gins,
	html[data-useragent*='Edge'] #list_gins-header,
	html[data-useragent*='MSIE'] #list_gins-header,
	html[data-useragent*='Edge'] #map,
	html[data-useragent*='MSIE'] #map,
	html[data-useragent*='Edge'] #map-header,
	html[data-useragent*='MSIE'] #map-header,
	html[data-useragent*='Edge'] #cocktails,
	html[data-useragent*='MSIE'] #cocktails,
	html[data-useragent*='Edge'] #cocktails-header,
	html[data-useragent*='MSIE'] #cocktails-header {
		background-attachment: scroll, scroll;
	}