@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
}

html,
body {
	height: 100%;
}

body {
	font-size: 14px;
	font-weight: 400;
	background: rgba(34, 35, 48, 0.93);
	background-image: url(../images/planeta-piwa-tlo.png),radial-gradient( farthest-side at top right, rgba(136, 37, 78, 0.11), transparent 70% ), radial-gradient( farthest-corner at top left, rgba(50, 255, 193, 0.103), transparent 30% ), radial-gradient( farthest-corner at bottom right, rgba(109, 38, 44, 0.04), transparent 30% ), radial-gradient( farthest-corner at bottom left, rgba(50, 255, 193, 0.04), transparent 45% );
	background-color: rgba(34, 35, 48, 0.93);
	background-repeat: repeat, no-repeat;
	background-attachment: fixed;
	color: #f2f2f2;
	font-family: sans-serif;
}

.sticky-content {
	flex: 1 0 auto;
}

.fonts-loaded {
	font-family: 'Roboto', sans-serif !important;
}

.fonts-loaded .panel-heading-beerlist-title .panel-title, 
.fonts-loaded .contact-area-info h3 {
	font-family: 'Megrim', cursive !important;
}

div {
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

button::-moz-focus-inner {
  border: 0;
}

a:focus, 
button:focus { 
    outline: none; 
}

ul {
	list-style: none;
	margin-bottom: 0px;
}

p {
	font-size: 14px;
	line-height: 1.1;
	font-weight: 300;
	color: #f2f2f2;
	-webkit-font-smoothing: antialiased;
}

p, 
.privacy-policy-area-row li, 
.hyphens-auto, 
.contact-area-form .alert {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;
    hyphens: auto;
}

p a {
	display: inline;
	position: relative;
	color: inherit;
	border: none;
}

a {
	-webkit-transition: color 400ms ease;
	-moz-transition: color 400ms ease;
	-ms-transition: color 400ms ease;
	-o-transition: color 400ms ease;
	transition: color 400ms ease;
}

a,
a:hover,
a:visited,
a:active,
a:link {
	text-decoration: none;
	-webkit-font-smoothing: antialiased;
}

p a:active {
	position: relative;
	color: #3f8fa6;
}

p a:hover {
	color: #FFFFFF;
	background: none;
}

p a:hover::after {
	opacity: 0.2;
}

::selection {
	background: #494949;
	color: #f2f2f2;
}

h1 {
	font-size: 48px;
}

h2 {
	font-size: 20px;
}

h3 {
	font-size: 18px;
}

h4 {
	font-size: 16px;
}

h5 {
	font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	-webkit-font-smoothing: antialiased;
	line-height: 1.2;
	text-transform: uppercase;
	color: #f2f2f2;
	font-weight: 300;
}

img {
	max-width: 100%;
}

img[alt] {
	color: rgba(255,255,255,0.7);
	line-height: 1.1;
	font-size: 12px;
	text-align: center;
}

section {
	display: block;
	position: relative;
	box-sizing: border-box;
}

.no-select {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

#smoothScrollToTopButton {
	display: none;
	opacity: 0.9;
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 99;
	font-size: 18px;
	border: none;
	outline: none;
	background-color: rgba(113, 118, 122, 0.8);
	color: white;
	cursor: pointer;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	line-height: 60px;
	-webkit-transition: background-color 400ms ease-in-out, box-shadow 400ms ease-in-out;
	-moz-transition: background-color 400ms ease-in-out, box-shadow 400ms ease-in-out;
	-ms-transition: background-color 400ms ease-in-out, box-shadow 400ms ease-in-out;
	-o-transition: background-color 400ms ease-in-out, box-shadow 400ms ease-in-out;
	transition: background-color 400ms ease-in-out, box-shadow 400ms ease-in-out;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}

#smoothScrollToTopButton:hover {
	background-color: rgba(89, 89, 89, 0.8);
	box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
}

#smoothScrollToTopButton i {
	font-size: 44px;
	line-height: 53px;
	width: inherit;
	display: inline-block;
	text-align: center;
	color: #fff;
}

/* 9. Footer */

.footer-bar {
	background-color: rgba(49,51,51,0.69);
}

.footer-bar-content {
	height: 40px;
}

.footer-mailto {
	color: #a6a6a6;
}

.footer-mailto:hover {
	color: #d9d9d9;
}

.copyright-content {
	font-size: 14px;
	font-weight: 300;
	color: #cccccc;
	text-align: center;
}

.copyright-content a {
	color: #ddcc80;
}

.copyright-content a:hover {
	color: #eddfa1;
}

#preloader.animate {
	-webkit-animation: fadeOutHeaderBackground 200ms ease-in-out;
	-moz-animation: fadeOutHeaderBackground 200ms ease-in-out;
	animation: fadeOutHeaderBackground 200ms ease-in-out;
	-webkit-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

#stickyHeaderMenu {
	position: sticky;
	top: 0;
	z-index: 100;
	border-bottom: 1px solid rgba(255,255,255,0);
	-webkit-transition: transform 300ms ease-in-out;
	-moz-transition: transform 300ms ease-in-out;
	-ms-transition: transform 300ms ease-in-out;
	-o-transition: transform 300ms ease-in-out;
	transition: transform 300ms ease-in-out;
}

.sticky-header-background {
	z-index: 2;
	--background-header-animation: fadeInHeaderBackground;
	--background-header-opacity: 0;
}

.sticky-header-background.animate::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	/* background: linear-gradient(to bottom right, rgba(30, 170, 3, 1.0), rgba(18, 66, 228, 1.0)); */
	background: rgba(62, 62, 62, 0.9);
	background: -webkit-linear-gradient(bottom left, rgba(62, 62, 62, 0.85), rgba(57, 57, 57, 0.95));
	background: -moz-linear-gradient(bottom left, rgba(62, 62, 62, 0.85), rgba(57, 57, 57, 0.95));
	background: linear-gradient(to top right, rgba(62, 62, 62, 0.85), rgba(57, 57, 57, 0.95));
	opacity: var(--background-header-opacity);
	z-index: -1;
	-webkit-animation: var(--background-header-animation) 300ms ease-in-out/*, floatingHeaderBackground 15s ease-in-out infinite*/;
	-moz-animation: var(--background-header-animation) 300ms ease-in-out/*, floatingHeaderBackground 15s ease-in-out infinite*/;
	animation: var(--background-header-animation) 300ms ease-in-out/*, floatingHeaderBackground 15s ease-in-out infinite*/;
	/*background-size: 800% 800%;*/
}

@-webkit-keyframes fadeInHeaderBackground {
	0% { opacity: 0; }
	100% { opacity: 1; }	
}

@-moz-keyframes fadeInHeaderBackground {
	0% { opacity: 0; }
	100% { opacity: 1; }	
}

@keyframes fadeInHeaderBackground {
	0% { opacity: 0; }
	100% { opacity: 1; }
}

@-webkit-keyframes fadeOutHeaderBackground {
	0% { opacity: 1; }
	100% { opacity: 0; }	
}

@-moz-keyframes fadeOutHeaderBackground {
	0% { opacity: 1; }
	100% { opacity: 0; }	
}

@keyframes fadeOutHeaderBackground {
	0% { opacity: 1; }
	100% { opacity: 0; }
}

@-webkit-keyframes floatingHeaderBackground {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

@-moz-keyframes floatingHeaderBackground {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

@keyframes floatingHeaderBackground {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

.panel-primary {
    border-color: #428bca;
}

.panel-primary-custom-spacing {
	padding-top: 5px;
}

body, 
.footer-bar-links,
.panel-heading-beerlist-title, 
.panel-heading, 
.dark-mode-switcher-container, 
.view-switcher-panel, 
.header-bar-links, 
.site-logo-container {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.view-switcher-panel {
	padding-bottom: 4px;
}

.footer-bar-links, 
.site-logo-container {
	-webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
	justify-content: center;
}

.view-switcher-panel {
	-webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}

.footer-bar-links, 
.panel-heading, 
.panel-heading-beerlist-title, 
.view-switcher-panel, 
.site-logo-container {
	-webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
	align-items: center;
}

body {
	-webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
	flex-direction: column;	
}

.panel-heading {
	-webkit-box-pack: space-between;
    -moz-box-pack: space-between-between;
    -ms-flex-pack: space-between;
	justify-content: space-between;	
}

.view-switcher-panel, 
.footer-bar-links, 
.header-bar-links {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.footer-bar-links {
	border-top: 1px solid rgba(255,255,255,0.2);
	border-bottom: 1px solid rgba(255,255,255,0.2);
	padding: 20px 20px 10px 20px;
}

.footer-bar-links > a, 
.view-switcher-panel > a {
	text-transform: uppercase;
	color: #dfdfdf;
	font-size: 16px;
	font-weight: 400;
	line-height: 1;
	padding-bottom: 10px;
	-webkit-transition: color 250ms ease-in-out;
	-moz-transition: color 250ms ease-in-out;
	-ms-transition: color 250ms ease-in-out;
	-o-transition: color 250ms ease-in-out;
	transition: color 250ms ease-in-out;
}

.view-switcher-panel > a {
	padding-bottom: 0px;
	margin-right: 20px;
	line-height: 32px;
	font-weight: 400;
	font-size: 14px;
	letter-spacing: -0.04em;
}

.view-switcher-panel > a:hover, 
.view-switcher-panel > a.active:hover, 
.footer-bar-links > a:hover, 
.footer-bar-links > a.active:hover  {
	color: #868686;
}

.footer-bar-links > a:not(:last-child) {
	margin-right: 20px;
}

.view-switcher-panel > a.active, 
.footer-bar-links > a.active {
	color: #ddcc80;
}

.panel-heading-beerlist-title {
	margin-bottom: 8px;
	margin-top: 4px;
	min-width: 235px;
	cursor: pointer;
}

.panel-heading-beerlist-title .panel-title {
	margin-bottom: 0px;
	padding-left: 6px;
	white-space: nowrap;
	word-break: keep-all;
	font-weight: 400 !important;
	font-size: 22px;
	color: #ddcc80;
}

.panel-heading-beerlist-title .panel-title a, 
.panel-heading-beerlist-title .panel-title a:hover {
	color: #ddcc80;
}

.panel-heading-beerlist-title img {
	width: 60px;
	height: 60px;
	opacity: 0.7;
}

.view-switcher-panel .switch-label:not(:last-child) {
	margin-right: 10px;
}

.dark-mode-switcher-container .switch-label {
	margin-right: 0px !important;
}

.dark-mode-switcher {
	font-size: 14px;
	line-height: 32px;
	color: #f2f2f2;
}

.beer-statistics-separator {
	margin-top: -1px;
	margin-bottom: 0px;
	background-color: rgba(255,255,255,0.12);
}

.beer-statistics-separator.no-top-margin {
	margin-top: 0px;
	background-color: rgba(255,255,255,0.3);
}

.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

/* ========= PRIVACY POLICY =========== */

.privacy-policy-area-row, 
.contact-area-row {
	padding: 40px 0px 50px 0px;
}

.privacy-policy-area-row li {
    margin-left: 25px;
	padding-left: 1em; 
    text-indent: -.7em;
	margin-bottom: 8px;
	color: #dfdfdf;
	font-size: 14px;
	font-weight: 300;
}

.privacy-policy-area-row p.subtitle {
	color: #dfdfdf;
	margin-bottom: 24px;
}

.privacy-policy-area-row ul li:last-child {
	margin-bottom: 16px;
}

.privacy-policy-area-row ul.last-paragraph li:last-child {
	margin-bottom: 0px;
}

.privacy-policy-area-row h4 {
	text-transform: none;
	font-weight: 400;
	font-size: 20px;
	margin-bottom: 16px;
	color: #caba73;
}

.privacy-policy-area-row strong {
	font-weight: 500;
	color: #fff;
}

.privacy-policy-area-row h1, 
.contact-area-row h1 {
	font-size: 32px;
	margin-bottom: 12px;
}

.contact-area-row h1 {
	margin-bottom: 20px;
}

.privacy-policy-area-row ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.privacy-policy-area-row li a {
	color: #ddcc80;
}

.privacy-policy-area-row li a:hover {
	color: #eddfa1;
}

.privacy-policy-area-row ul li::before {
	font-size: 16px;
	content: "\25CF\00a0";
	color: #ddcc80;
}

/* ========= CONTACT =========== */

.g-recaptcha-block {
	text-align: right;
}

.g-recaptcha {
	display: inline-block;
}

.contact-area-row form .form-check label {
	text-align: justify;
	cursor: pointer;
	font-weight: 300;
	font-size: 12px;
	color: #dfdfdf;
	-webkit-transition: color 300ms ease-in-out;
	-moz-transition: color 300ms ease-in-out;
	-ms-transition: color 300ms ease-in-out;
	-o-transition: color 300ms ease-in-out;
	transition: color 300ms ease-in-out;
}

.contact-area-row form .form-check label:hover {
	color: #a8a8a8;
}

.form-control, 
.form-control:focus {
	border-radius: 0px;
	font-size: 14px;
	color: #f2f2f2;
	background-color: rgba(255,255,255,0.3);
	border-color: rgba(255,255,255,0);
}

.form-control[readonly], 
.form-control[disabled] {
	background-color: rgba(255,255,255,0.15);
	color: rgba(242,242,242, 0.7); 
}

.form-group {
	margin-bottom: 10px;
}

.form-group label {
	margin-bottom: 5px;
	color: #f2f2f2;
	font-size: 14px;
	font-weight: 300;
}

.form-group label i {
	padding-right: 7px;
}

.form-control:focus {
	border-color: rgba(221, 204, 128, 0.65);
	box-shadow: 0 0 0 1px rgba(221, 204, 128, 0.6);
}

.form-control::-webkit-input-placeholder { 
	color: rgba(242,242,242, 0.6);
	font-weight: 300;
}

.form-control:-moz-placeholder { 
	color: rgba(242,242,242, 0.6);
	font-weight: 300;
}

.form-control::-moz-placeholder { 
	color: rgba(242,242,242, 0.6);
	font-weight: 300;
}

.form-control:-ms-input-placeholder { 
	color: rgba(242,242,242, 0.6);
	font-weight: 300;
}

.form-control::-ms-input-placeholder { 
	color: rgba(242,242,242, 0.6);
	font-weight: 300;
}

.form-group textarea {
	min-height: 250px;
}

.form-group .text-muted {
	color: #a49865 !important;
}

.contact-area-row form fieldset .checkbox {
    margin-bottom: 30px !important;
}

.form-custom-styled-button {
	font-size: 14px;
	font-weight: 300;
	border-radius: 17px;
	width: 304px;
	border: 1px solid rgba(255,255,255,0.2);
	background-color: rgba(255,255,255,0.07);
	text-align: center;
	height: 34px;
	color: rgba(255,255,255,0.8);
	text-transform: none;
	-webkit-transition: border-color 200ms ease-in-out, background-color 200ms ease-in-out, color 200ms ease-in-out;
	-moz-transition: border-color 200ms ease-in-out, background-color 200ms ease-in-out, color 200ms ease-in-out;
	-ms-transition: border-color 200ms ease-in-out, background-color 200ms ease-in-out, color 200ms ease-in-out;
	-o-transition: border-color 200ms ease-in-out, background-color 200ms ease-in-out, color 200ms ease-in-out;
	transition: border-color 200ms ease-in-out, background-color 200ms ease-in-out, color 200ms ease-in-out;
}

.form-custom-styled-button:hover {
	border-color: rgba(221, 204, 128, 0.35);
	background-color: rgba(89, 95, 102, 0.3);
	color: rgba(221, 204, 128,0.8);
}

.site-logo-container img {
	opacity: 0.45;
	width: 80%;
	height: 80%;
}

.site-logo-container {
	margin-bottom: 20px;
}

.contact-area-info .beer-statistics-separator {
	display: none;
}

.contact-area-info h3 {
	font-size: 40px;
	color: #ddcc80;
	text-align: center;
	margin-bottom: 0px;
}

.contact-area-info h3 span {
	color: #ddcc80;
	-webkit-animation: lightBulbFlicker 10s infinite linear;
	-moz-animation: lightBulbFlicker 10s infinite linear;
	animation: lightBulbFlicker 10s infinite linear;
}

.contact-area-info h3 span:nth-child(2) {
	animation-delay: 2s;
}

.contact-area-info h3 span:nth-child(3) {
	animation-delay: 5s;
}

@keyframes lightBulbFlicker {
	0% {
		color: #ddcc80;
	}
	17% {
		color: #ddcc80;
	}
	18% {
		color: #4f4f4f;
	}
	19% {
		color: #ddcc80;
	}
	33% {
		color: #ddcc80;
	}
	35% {
		color: #4f4f4f;
	}
	49% {
		color: #4f4f4f;
	}
	50% {
		color: #ddcc80;
	}
	94% {
		color: #ddcc80;
	}
	95% {
		color: #4f4f4f;
	}
	100% {
		color: #ddcc80;
	}
}

@-webkit-keyframes lightBulbFlicker {
	0% {
		color: #ddcc80;
	}
	17% {
		color: #ddcc80;
	}
	18% {
		color: #4f4f4f;
	}
	19% {
		color: #ddcc80;
	}
	33% {
		color: #ddcc80;
	}
	35% {
		color: #4f4f4f;
	}
	49% {
		color: #4f4f4f;
	}
	50% {
		color: #ddcc80;
	}
	94% {
		color: #ddcc80;
	}
	95% {
		color: #4f4f4f;
	}
	100% {
		color: #ddcc80;
	}	
}

.contact-area-form .alert {
	font-size: 13px;
	font-weight: 300;
	border-radius: 0px;
	padding: 12px 16px;
	line-height: 1.3;
}

.contact-area-form .alert strong {
	font-weight: 500;
}

.contact-area-form .alert-dismissible button.close {
	padding: 8px 16px;
}

.contact-area-form .alert-dismissible button.close span {
	-webkit-transition: color 250ms ease-in-out;
	-moz-transition: color 250ms ease-in-out;
	-ms-transition: color 250ms ease-in-out;
	-o-transition: color 250ms ease-in-out;
	transition: color 250ms ease-in-out;
}

.contact-area-form .alert-dismissible button.close:hover span {
	color: #545454;
}

img.lazyload:not([src]) {
	visibility: hidden;
}

.header-logo-container {
	min-height: 60px;
	max-width: 60px;
	margin-right: 5px;
	line-height: 1;
	font-size: 12px;
	text-align: center;
}

/* ============ RESPONSIVE ============ */

/* 1. 1600px */

@media only screen and (max-width: 1600px) {
	
	.footer-bar-content {
		margin-top: 0px;
		padding-top: 0px;
	}
	
	.copyright-content {
		margin-top: 0px;
		padding-top: 0px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	
	.contact-area-info h3 {
		font-size: 36px;
	}
}

@media only screen and (max-width: 991px) {
	
	.dark-mode-switcher-container {
		margin-right: 15px;
	}
	
	.panel-heading {
		-webkit-box-direction: normal;
		-webkit-box-orient: vertical;
		-moz-box-direction: normal;
		-moz-box-orient: vertical;
		flex-direction: column;
	}
	
	.view-switcher-panel {
		-webkit-box-pack: center;
		-moz-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	
	.contact-area-info .beer-statistics-separator {
		display: block;
	}
	
	.contact-area-form {
		padding-bottom: 30px;
	}
	
	.site-logo-container {
		padding-top: 20px;
	}
	
	.site-logo-container img {
		width: 65%;
		height: 65%;
	}
	
	.contact-area-info h3 {
		font-size: 40px;
	}
	
	.g-recaptcha-block {
		text-align: left;
	}
	
	#submitButton.float-right {
		float: left !important;
	}
}

/* 3. 767px */
@media only screen and (max-width: 767px) {
	
	.footer-bar-content {
		margin-top: 20px;
		padding-top: 0px;
		padding-bottom: 20px;
		height: auto;
	}
	
	.copyright-content {
		margin-top: 0px;
		padding-top: 0px;
	}	
	
	#cookieinfo .close-cookie-alert {
		top: 14px !important;
	}
	
	.site-logo-container img {
		width: 70%;
		height: 70%;
	}
	
	.contact-area-info h3 {
		font-size: 36px;
	}
}

@media only screen and (max-width: 575px) {
		
	.copyright-content {
		font-size: 14px;
	}
	
	.form-custom-styled-button {
		width: 258.4px;
	}
	
	.site-logo-container img {
		width: 80%;
		height: 80%;
	}
	
	.contact-area-info h3 {
		font-size: 32px;
	}
	
	#rc-imageselect, .g-recaptcha {
		transform: scale(0.85);
		-webkit-transform: scale(0.85);
		transform-origin: 0 0;
		-webkit-transform-origin: 0 0;		
	}
	
	.contact-area-form .g-recaptcha-block {
		overflow-x: hidden;
	}
	
	.contact-area-form form div:last-child {
		margin-bottom: 0px;
	}
}

@media only screen and (max-width: 367px) {
		
	.form-custom-styled-button {
		width: 100%;
	}
}

/* ============ SWITCHER CSS ========== */

.switch-input {
  display: none;
}

.switch-label {
  position: relative;
  cursor: pointer;
  font-weight: 400;
  text-align: left;
  margin: 0px;
  padding: 0px 0 0px 44px;
  line-height: 32px;
  font-size: 12px;
  color: #f2f2f2;
  text-transform: uppercase;
}

.switch-label:before, .switch-label:after {
  content: "";
  position: absolute;
  margin: 0;
  outline: 0;
  top: 50%;
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.switch-label:before {
  left: 1px;
  width: 34px;
  height: 14px;
  background-color: #676e74;
  border-radius: 8px;
}

.switch-label:after {
  left: 0;
  width: 20px;
  height: 20px;
  background-color: #4d5359;
  border-radius: 50%;
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.14), 0 2px 2px 0 rgba(0, 0, 0, 0.098), 0 1px 5px 0 rgba(0, 0, 0, 0.084);
}

.switch-label .toggle-on {
  display: none;
}

.switch-label .toggle-off {
  display: inline-block;
}

.switch-input:checked + .switch-label:before {
  background-color: #9E9E9E;
}

.switch-input:checked + .switch-label:after {
  background-color: #F2F2F2;
  -ms-transform: translate(80%, -50%);
  -webkit-transform: translate(80%, -50%);
  transform: translate(80%, -50%);
}

.switch-input:checked + .switch-label .toggle-on {
  display: inline-block;
}

.switch-input:checked + .switch-label .toggle-off {
  display: none;
}

.view-switcher-panel .switch-label:not(:last-child) {
	margin-right: 10px;
}

/* 13. Cookies */

#cookieinfo * {
    margin: 0px;
    padding: 0px;
}

#cookieinfo {
    position: fixed;
    font-size: 12px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background-color: rgba(50, 51, 52, 0.9); 
    padding: 15px;
	border-top: 1px solid rgba(255,255,255,0.1);
    z-index: 200;
}

#cookieinfo h6 {
    font-size: 14px;
    color: #ddcc80;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 1);
    margin-bottom: 7px;
}

#cookieinfo p {
    font-size: 12px;
    color: #dfdfdf;
    line-height: 1.2;
	text-align: justify;
}

#cookieinfo .close-cookie-alert {
    display: block;
    position: absolute;
    right: 16px;
    top: 11px;
    width: 18px;
    height: 18px;
    border-radius: 9px;
    line-height: 18px;
    font-size: 12px;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    background-color: rgba(221, 204, 128, 0.9);
	-webkit-transition: background-color 300ms ease-in-out;
	-moz-transition: background-color 300ms ease-in-out;
	-ms-transition: background-color 300ms ease-in-out;
	-o-transition: background-color 300ms ease-in-out;
	transition: background-color 300ms ease-in-out;
}

#cookieinfo .close-cookie-alert:hover {
    background-color: rgba(191, 177, 111, 0.8);
}

#cookieinfo .cookie-alert-policy {
	border-style: none;
	color: #ddcc80;
}

#cookieinfo .cookie-alert-policy:hover {
	background: none;
	color: #eddfa1;
	-webkit-transition: color 300ms ease-in-out;
	-moz-transition: color 300ms ease-in-out;
	-ms-transition: color 300ms ease-in-out;
	-o-transition: color 300ms ease-in-out;
	transition: color 300ms ease-in-out;
}