@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,600i,800,800i);.cc-window{opacity:1;transition:opacity 1s ease}.cc-window.cc-invisible{opacity:0}.cc-animate.cc-revoke{transition:transform 1s ease}.cc-animate.cc-revoke.cc-top{transform:translateY(-2em)}.cc-animate.cc-revoke.cc-bottom{transform:translateY(2em)}.cc-animate.cc-revoke.cc-active.cc-top{transform:translateY(0)}.cc-animate.cc-revoke.cc-active.cc-bottom{transform:translateY(0)}.cc-revoke:hover{transform:translateY(0)}.cc-grower{max-height:0;overflow:hidden;transition:max-height 1s}
.cc-revoke,.cc-window{position:fixed;overflow:hidden;box-sizing:border-box;font-family:Helvetica,Calibri,Arial,sans-serif;font-size:16px;line-height:1.5em;display:flex;flex-wrap:nowrap;z-index:9999}.cc-window.cc-static{position:static}.cc-window.cc-floating{padding:2em;max-width:24em;flex-direction:column}.cc-window.cc-banner{padding:1em 1.8em;width:100%;flex-direction:row}.cc-revoke{padding:.5em}.cc-revoke:hover{text-decoration:underline}.cc-header{font-size:18px;font-weight:700}.cc-btn,.cc-close,.cc-link,.cc-revoke{cursor:pointer}.cc-link{opacity:.8;display:inline-block;padding:.2em;text-decoration:underline}.cc-link:hover{opacity:1}.cc-link:active,.cc-link:visited{color:initial}.cc-btn{display:block;padding:.4em .8em;font-size:.9em;font-weight:700;border-width:2px;border-style:solid;text-align:center;white-space:nowrap}.cc-highlight .cc-btn:first-child{background-color:transparent;border-color:transparent}.cc-highlight .cc-btn:first-child:focus,.cc-highlight .cc-btn:first-child:hover{background-color:transparent;text-decoration:underline}.cc-close{display:block;position:absolute;top:.5em;right:.5em;font-size:1.6em;opacity:.9;line-height:.75}.cc-close:focus,.cc-close:hover{opacity:1}
.cc-revoke.cc-top{top:0;left:3em;border-bottom-left-radius:.5em;border-bottom-right-radius:.5em}.cc-revoke.cc-bottom{bottom:0;left:3em;border-top-left-radius:.5em;border-top-right-radius:.5em}.cc-revoke.cc-left{left:3em;right:unset}.cc-revoke.cc-right{right:3em;left:unset}.cc-top{top:1em}.cc-left{left:1em}.cc-right{right:1em}.cc-bottom{bottom:1em}.cc-floating>.cc-link{margin-bottom:1em}.cc-floating .cc-message{display:block;margin-bottom:1em}.cc-window.cc-floating .cc-compliance{flex:1 0 auto}.cc-window.cc-banner{align-items:center}.cc-banner.cc-top{left:0;right:0;top:0}.cc-banner.cc-bottom{left:0;right:0;bottom:0}.cc-banner .cc-message{display:block;flex:1 1 auto;max-width:100%;margin-right:1em}.cc-compliance{display:flex;align-items:center;align-content:space-between}.cc-floating .cc-compliance>.cc-btn{flex:1}.cc-btn+.cc-btn{margin-left:.5em}
@media print{.cc-revoke,.cc-window{display:none}}@media screen and (max-width:900px){.cc-btn{white-space:normal}}@media screen and (max-width:414px) and (orientation:portrait),screen and (max-width:736px) and (orientation:landscape){.cc-window.cc-top{top:0}.cc-window.cc-bottom{bottom:0}.cc-window.cc-banner,.cc-window.cc-floating,.cc-window.cc-left,.cc-window.cc-right{left:0;right:0}.cc-window.cc-banner{flex-direction:column}.cc-window.cc-banner .cc-compliance{flex:1 1 auto}.cc-window.cc-floating{max-width:none}.cc-window .cc-message{margin-bottom:1em}.cc-window.cc-banner{align-items:unset}.cc-window.cc-banner .cc-message{margin-right:0}}
.cc-floating.cc-theme-classic{padding:1.2em;border-radius:5px}.cc-floating.cc-type-info.cc-theme-classic .cc-compliance{text-align:center;display:inline;flex:none}.cc-theme-classic .cc-btn{border-radius:5px}.cc-theme-classic .cc-btn:last-child{min-width:140px}.cc-floating.cc-type-info.cc-theme-classic .cc-btn{display:inline-block}
.cc-theme-edgeless.cc-window{padding:0}.cc-floating.cc-theme-edgeless .cc-message{margin:2em;margin-bottom:1.5em}.cc-banner.cc-theme-edgeless .cc-btn{margin:0;padding:.8em 1.8em;height:100%}.cc-banner.cc-theme-edgeless .cc-message{margin-left:1em}.cc-floating.cc-theme-edgeless .cc-btn+.cc-btn{margin-left:0}/* required styles */

.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
	position: absolute;
	left: 0;
	top: 0;
	}
.leaflet-container {
	overflow: hidden;
	}
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
	-webkit-user-select: none;
	   -moz-user-select: none;
	        user-select: none;
	  -webkit-user-drag: none;
	}
/* Prevents IE11 from highlighting tiles in blue */
.leaflet-tile::-moz-selection {
	background: transparent;
}
.leaflet-tile::selection {
	background: transparent;
}
/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari .leaflet-tile {
	image-rendering: -webkit-optimize-contrast;
	}
/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
	width: 1600px;
	height: 1600px;
	-webkit-transform-origin: 0 0;
	}
.leaflet-marker-icon,
.leaflet-marker-shadow {
	display: block;
	}
/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container .leaflet-overlay-pane svg {
	max-width: none !important;
	max-height: none !important;
	}
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
	max-width: none !important;
	max-height: none !important;
	width: auto;
	padding: 0;
	}

.leaflet-container img.leaflet-tile {
	/* See: https://bugs.chromium.org/p/chromium/issues/detail?id=600120 */
	mix-blend-mode: plus-lighter;
}

.leaflet-container.leaflet-touch-zoom {
	touch-action: pan-x pan-y;
	}
.leaflet-container.leaflet-touch-drag {
	/* Fallback for FF which doesn't support pinch-zoom */
	touch-action: none;
	touch-action: pinch-zoom;
}
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
	touch-action: none;
}
.leaflet-container {
	-webkit-tap-highlight-color: transparent;
}
.leaflet-container a {
	-webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}
.leaflet-tile {
	filter: inherit;
	visibility: hidden;
	}
.leaflet-tile-loaded {
	visibility: inherit;
	}
.leaflet-zoom-box {
	width: 0;
	height: 0;
	box-sizing: border-box;
	z-index: 800;
	}
/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
	-moz-user-select: none;
	}

.leaflet-pane         { z-index: 400; }

.leaflet-tile-pane    { z-index: 200; }
.leaflet-overlay-pane { z-index: 400; }
.leaflet-shadow-pane  { z-index: 500; }
.leaflet-marker-pane  { z-index: 600; }
.leaflet-tooltip-pane   { z-index: 650; }
.leaflet-popup-pane   { z-index: 700; }

.leaflet-map-pane canvas { z-index: 100; }
.leaflet-map-pane svg    { z-index: 200; }

.leaflet-vml-shape {
	width: 1px;
	height: 1px;
	}
.lvml {
	behavior: url(#default#VML);
	display: inline-block;
	position: absolute;
	}


/* control positioning */

.leaflet-control {
	position: relative;
	z-index: 800;
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	pointer-events: auto;
	}
.leaflet-top,
.leaflet-bottom {
	position: absolute;
	z-index: 1000;
	pointer-events: none;
	}
.leaflet-top {
	top: 0;
	}
.leaflet-right {
	right: 0;
	}
.leaflet-bottom {
	bottom: 0;
	}
.leaflet-left {
	left: 0;
	}
.leaflet-control {
	float: left;
	clear: both;
	}
.leaflet-right .leaflet-control {
	float: right;
	}
.leaflet-top .leaflet-control {
	margin-top: 10px;
	}
.leaflet-bottom .leaflet-control {
	margin-bottom: 10px;
	}
.leaflet-left .leaflet-control {
	margin-left: 10px;
	}
.leaflet-right .leaflet-control {
	margin-right: 10px;
	}


/* zoom and fade animations */

.leaflet-fade-anim .leaflet-popup {
	opacity: 0;
	transition: opacity 0.2s linear;
	}
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
	opacity: 1;
	}
.leaflet-zoom-animated {
	transform-origin: 0 0;
	}
svg.leaflet-zoom-animated {
	will-change: transform;
}

.leaflet-zoom-anim .leaflet-zoom-animated {
	transition:         transform 0.25s cubic-bezier(0,0,0.25,1);
	}
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
	transition: none;
	}

.leaflet-zoom-anim .leaflet-zoom-hide {
	visibility: hidden;
	}


/* cursors */

.leaflet-interactive {
	cursor: pointer;
	}
.leaflet-grab {
	cursor:         grab;
	}
.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
	cursor: crosshair;
	}
.leaflet-popup-pane,
.leaflet-control {
	cursor: auto;
	}
.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
	cursor: move;
	cursor:         grabbing;
	}

/* marker & overlays interactivity */
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
	pointer-events: none;
	}

.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive,
svg.leaflet-image-layer.leaflet-interactive path {
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	pointer-events: auto;
	}

/* visual tweaks */

.leaflet-container {
	background: #ddd;
	outline-offset: 1px;
	}
.leaflet-container a {
	color: #0078A8;
	}
.leaflet-zoom-box {
	border: 2px dotted #38f;
	background: rgba(255,255,255,0.5);
	}


/* general typography */
.leaflet-container {
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1.5;
	}


/* general toolbar styles */

.leaflet-bar {
	box-shadow: 0 1px 5px rgba(0,0,0,0.65);
	border-radius: 4px;
	}
.leaflet-bar a {
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	width: 26px;
	height: 26px;
	line-height: 26px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: black;
	}
.leaflet-bar a,
.leaflet-control-layers-toggle {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: block;
	}
.leaflet-bar a:hover,
.leaflet-bar a:focus {
	background-color: #f4f4f4;
	}
.leaflet-bar a:first-child {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	}
.leaflet-bar a:last-child {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom: none;
	}
.leaflet-bar a.leaflet-disabled {
	cursor: default;
	background-color: #f4f4f4;
	color: #bbb;
	}

.leaflet-touch .leaflet-bar a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	}
.leaflet-touch .leaflet-bar a:first-child {
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	}
.leaflet-touch .leaflet-bar a:last-child {
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	}

/* zoom control */

.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
	font: bold 18px 'Lucida Console', Monaco, monospace;
	text-indent: 1px;
	}

.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out  {
	font-size: 22px;
	}


/* layers control */

.leaflet-control-layers {
	box-shadow: 0 1px 5px rgba(0,0,0,0.4);
	background: #fff;
	border-radius: 5px;
	}
.leaflet-control-layers-toggle {
	background-image: url(/images/vendor/leaflet/dist/layers.png?a6137456ed160d7606981aa57c559898);
	width: 36px;
	height: 36px;
	}
.leaflet-retina .leaflet-control-layers-toggle {
	background-image: url(/images/vendor/leaflet/dist/layers-2x.png?4f0283c6ce28e888000e978e537a6a56);
	background-size: 26px 26px;
	}
.leaflet-touch .leaflet-control-layers-toggle {
	width: 44px;
	height: 44px;
	}
.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
	display: none;
	}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
	display: block;
	position: relative;
	}
.leaflet-control-layers-expanded {
	padding: 6px 10px 6px 6px;
	color: #333;
	background: #fff;
	}
.leaflet-control-layers-scrollbar {
	overflow-y: scroll;
	overflow-x: hidden;
	padding-right: 5px;
	}
.leaflet-control-layers-selector {
	margin-top: 2px;
	position: relative;
	top: 1px;
	}
.leaflet-control-layers label {
	display: block;
	font-size: 13px;
	font-size: 1.08333em;
	}
.leaflet-control-layers-separator {
	height: 0;
	border-top: 1px solid #ddd;
	margin: 5px -10px 5px -6px;
	}

/* Default icon URLs */
.leaflet-default-icon-path { /* used only in path-guessing heuristic, see L.Icon.Default */
	background-image: url(/images/vendor/leaflet/dist/marker-icon.png?2273e3d8ad9264b7daa5bdbf8e6b47f8);
	}


/* attribution and scale controls */

.leaflet-container .leaflet-control-attribution {
	background: #fff;
	background: rgba(255, 255, 255, 0.8);
	margin: 0;
	}
.leaflet-control-attribution,
.leaflet-control-scale-line {
	padding: 0 5px;
	color: #333;
	line-height: 1.4;
	}
.leaflet-control-attribution a {
	text-decoration: none;
	}
.leaflet-control-attribution a:hover,
.leaflet-control-attribution a:focus {
	text-decoration: underline;
	}
.leaflet-attribution-flag {
	display: inline !important;
	vertical-align: baseline !important;
	width: 1em;
	height: 0.6669em;
	}
.leaflet-left .leaflet-control-scale {
	margin-left: 5px;
	}
.leaflet-bottom .leaflet-control-scale {
	margin-bottom: 5px;
	}
.leaflet-control-scale-line {
	border: 2px solid #777;
	border-top: none;
	line-height: 1.1;
	padding: 2px 5px 1px;
	white-space: nowrap;
	box-sizing: border-box;
	background: rgba(255, 255, 255, 0.8);
	text-shadow: 1px 1px #fff;
	}
.leaflet-control-scale-line:not(:first-child) {
	border-top: 2px solid #777;
	border-bottom: none;
	margin-top: -2px;
	}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
	border-bottom: 2px solid #777;
	}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	box-shadow: none;
	}
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	border: 2px solid rgba(0,0,0,0.2);
	background-clip: padding-box;
	}


/* popup */

.leaflet-popup {
	position: absolute;
	text-align: center;
	margin-bottom: 20px;
	}
.leaflet-popup-content-wrapper {
	padding: 1px;
	text-align: left;
	border-radius: 12px;
	}
.leaflet-popup-content {
	margin: 13px 24px 13px 20px;
	line-height: 1.3;
	font-size: 13px;
	font-size: 1.08333em;
	min-height: 1px;
	}
.leaflet-popup-content p {
	margin: 17px 0;
	margin: 1.3em 0;
	}
.leaflet-popup-tip-container {
	width: 40px;
	height: 20px;
	position: absolute;
	left: 50%;
	margin-top: -1px;
	margin-left: -20px;
	overflow: hidden;
	pointer-events: none;
	}
.leaflet-popup-tip {
	width: 17px;
	height: 17px;
	padding: 1px;

	margin: -10px auto 0;
	pointer-events: auto;
	transform: rotate(45deg);
	}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
	background: white;
	color: #333;
	box-shadow: 0 3px 14px rgba(0,0,0,0.4);
	}
.leaflet-container a.leaflet-popup-close-button {
	position: absolute;
	top: 0;
	right: 0;
	border: none;
	text-align: center;
	width: 24px;
	height: 24px;
	font: 16px/24px Tahoma, Verdana, sans-serif;
	color: #757575;
	text-decoration: none;
	background: transparent;
	}
.leaflet-container a.leaflet-popup-close-button:hover,
.leaflet-container a.leaflet-popup-close-button:focus {
	color: #585858;
	}
.leaflet-popup-scrolled {
	overflow: auto;
	}

.leaflet-oldie .leaflet-popup-content-wrapper {
	-ms-zoom: 1;
	}
.leaflet-oldie .leaflet-popup-tip {
	width: 24px;
	margin: 0 auto;

	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
	filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
	}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
	border: 1px solid #999;
	}


/* div icon */

.leaflet-div-icon {
	background: #fff;
	border: 1px solid #666;
	}


/* Tooltip */
/* Base styles for the element that has a tooltip */
.leaflet-tooltip {
	position: absolute;
	padding: 6px;
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 3px;
	color: #222;
	white-space: nowrap;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	pointer-events: none;
	box-shadow: 0 1px 3px rgba(0,0,0,0.4);
	}
.leaflet-tooltip.leaflet-interactive {
	cursor: pointer;
	pointer-events: auto;
	}
.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	position: absolute;
	pointer-events: none;
	border: 6px solid transparent;
	background: transparent;
	content: "";
	}

/* Directions */

.leaflet-tooltip-bottom {
	margin-top: 6px;
}
.leaflet-tooltip-top {
	margin-top: -6px;
}
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
	left: 50%;
	margin-left: -6px;
	}
.leaflet-tooltip-top:before {
	bottom: 0;
	margin-bottom: -12px;
	border-top-color: #fff;
	}
.leaflet-tooltip-bottom:before {
	top: 0;
	margin-top: -12px;
	margin-left: -6px;
	border-bottom-color: #fff;
	}
.leaflet-tooltip-left {
	margin-left: -6px;
}
.leaflet-tooltip-right {
	margin-left: 6px;
}
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	top: 50%;
	margin-top: -6px;
	}
.leaflet-tooltip-left:before {
	right: 0;
	margin-right: -12px;
	border-left-color: #fff;
	}
.leaflet-tooltip-right:before {
	left: 0;
	margin-left: -12px;
	border-right-color: #fff;
	}

/* Printing */

@media print {
	/* Prevent printers from removing background-images of controls. */
	.leaflet-control {
		-webkit-print-color-adjust: exact;
		print-color-adjust: exact;
		}
	}
/**
 * Swiper 6.8.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: August 23, 2021
 */

@font-face {
  font-family: 'swiper-icons';
  src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA') format('woff');
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-container-pointer-events {
  touch-action: pan-y;
}
.swiper-container-pointer-events.swiper-container-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: 'prev';
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: 'next';
}
.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}
.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000000;
}
.swiper-button-lock {
  display: none;
}
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
          -moz-appearance: none;
       appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}
/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}
.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}
.swiper-pagination-lock {
  display: none;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}
.swiper-container-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  backface-visibility: hidden;
}
@charset "UTF-8";

.extraBold,
.capodanno h1,
.news-homepage .header h3,
.news-homepage .header h2,
.destinazioni .contentBox .top-title-box h1,
.localita #searchbox-app .bootstrap-select button,
.localita .contentBox .top-title-box h1,
.i-love-pet-visit-romagna-vierbeiner-willkommen #bookmarks-index h4,
.i-love-pet-visit-romagna-vierbeiner-willkommen .top-title-box h1,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends #bookmarks-index h4,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .top-title-box h1,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe #bookmarks-index h4,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .top-title-box h1,
.romagna-craft #bookmarks-index h4,
.romagna-craft .top-title-box h1,
.spass #bookmarks-index h4,
.spass .top-title-box h1,
.natur #bookmarks-index h4,
.natur .top-title-box h1,
.kultur #bookmarks-index h4,
.kultur .top-title-box h1,
.pet #bookmarks-index h4,
.pet .top-title-box h1,
.default #bookmarks-index h4,
.default .top-title-box h1,
.liscio #bookmarks-index h4,
.liscio .top-title-box h1,
.romagna #bookmarks-index h4,
.romagna .top-title-box h1,
.motorcycle #bookmarks-index h4,
.motorcycle .top-title-box h1,
.sport #bookmarks-index h4,
.sport .top-title-box h1,
.fun #bookmarks-index h4,
.fun .top-title-box h1,
.wellness #bookmarks-index h4,
.wellness .top-title-box h1,
.empire #bookmarks-index h4,
.empire .top-title-box h1,
.bike #bookmarks-index h4,
.bike .top-title-box h1,
.castle #bookmarks-index h4,
.castle .top-title-box h1,
.culture #bookmarks-index h4,
.culture .top-title-box h1,
.romagna_autentica #bookmarks-index h4,
.romagna_autentica .top-title-box h1,
.nature #bookmarks-index h4,
.nature .top-title-box h1,
.food #bookmarks-index h4,
.food .top-title-box h1,
.beach #bookmarks-index h4,
.beach .top-title-box h1,
.rock #bookmarks-index h4,
.rock .top-title-box h1,
.booking #bookmarks-index h4,
.booking .top-title-box h1,
.odm #bookmarks-index h4,
.odm .top-title-box h1,
.meteo #bookmarks-index h4,
.meteo .top-title-box h1,
.iat #bookmarks-index h4,
.iat .top-title-box h1,
.news #bookmarks-index h4,
.news .top-title-box h1,
.esperienze #bookmarks-index h4,
.esperienze .top-title-box h1,
.pianifica #bookmarks-index h4,
.pianifica .top-title-box h1,
.eventi #bookmarks-index h4,
.eventi .top-title-box h1,
.idee #bookmarks-index h4,
.idee .top-title-box h1,
.scopri #bookmarks-index h4,
.scopri .top-title-box h1,
.home-slider .swiper-slide .caption h3,
.home-boxes .image .caption h3,
.scopri-er .content h3,
.eventbox .content .scrim h3,
.box .content .scrim h3,
.events-page .header h3,
.events-page .header h2,
.events-homepage .header h3,
.events-homepage .header h2,
.instagram #hashtag,
.youtube .Big .title,
.idee-viaggio .header h2,
body.er .carousel .swiper-slide .carousel-content h3 {
  font-weight: 700;
}

.regular,
.search .searchearchbox.vertical .bootstrap-select button,
.search .searchearchbox.horizontal .control .bootstrap-select button,
.downloads .downloadsearchbox.vertical .bootstrap-select button,
.downloads .downloadsearchbox.horizontal .control .bootstrap-select button,
.destinazioni .contentBox p,
.localita #searchbox-app #lista_risultati .wrapper nav .pagination .page-item.disabled .page-link,
.localita #searchbox-app #lista_risultati .wrapper nav .pagination .page-item.active .page-link,
.localita #searchbox-app #lista_risultati .wrapper .item .body p,
.localita .contentBox p,
.itinerari .searchbox .control .bootstrap-select button,
.itinerari .searchbox.horizontal .control .bootstrap-select button,
.archive .pagination .page-item.disabled .page-link,
.archive .pagination .page-item .page-link,
.content-box ul,
.content-box li,
.content-box span,
.content-box p,
.i-love-pet-visit-romagna-vierbeiner-willkommen .section .sassibox-item .content p,
.i-love-pet-visit-romagna-vierbeiner-willkommen .section .sassibox-item .content span,
.i-love-pet-visit-romagna-vierbeiner-willkommen .section .sassibox-item .content a span,
.i-love-pet-visit-romagna-vierbeiner-willkommen .section .sassibox-item .content span a,
.i-love-pet-visit-romagna-vierbeiner-willkommen .section .sassibox-item .content p a,
.i-love-pet-visit-romagna-vierbeiner-willkommen .section .sassibox-item .content a p,
.i-love-pet-visit-romagna-vierbeiner-willkommen .section a .sassibox-item .content p,
.i-love-pet-visit-romagna-vierbeiner-willkommen .section a .sassibox-item .content span,
.i-love-pet-visit-romagna-vierbeiner-willkommen .section a .sassibox-item .content a span,
.i-love-pet-visit-romagna-vierbeiner-willkommen .section a .sassibox-item .content span a,
.i-love-pet-visit-romagna-vierbeiner-willkommen .section a .sassibox-item .content p a,
.i-love-pet-visit-romagna-vierbeiner-willkommen .section a .sassibox-item .content a p,
.i-love-pet-visit-romagna-vierbeiner-willkommen .section .card-carousel .swiper-slide .iv-wrapper .content p,
.i-love-pet-visit-romagna-vierbeiner-willkommen .section .card-carousel .swiper-slide .iv-wrapper .content p a,
.i-love-pet-visit-romagna-vierbeiner-willkommen .section .card-carousel .swiper-slide .iv-wrapper .content a p,
.i-love-pet-visit-romagna-vierbeiner-willkommen .section .card-carousel .swiper-slide a .iv-wrapper .content p,
.i-love-pet-visit-romagna-vierbeiner-willkommen .section .card-carousel .swiper-slide a .iv-wrapper .content p a,
.i-love-pet-visit-romagna-vierbeiner-willkommen .section .card-carousel .swiper-slide a .iv-wrapper .content a p,
.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .vertical .bootstrap-select button,
.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .control .bootstrap-select button,
.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .vertical .bootstrap-select button,
.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .control .bootstrap-select button,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .section .sassibox-item .content p,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .section .sassibox-item .content span,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .section .sassibox-item .content a span,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .section .sassibox-item .content span a,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .section .sassibox-item .content p a,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .section .sassibox-item .content a p,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .section a .sassibox-item .content p,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .section a .sassibox-item .content span,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .section a .sassibox-item .content a span,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .section a .sassibox-item .content span a,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .section a .sassibox-item .content p a,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .section a .sassibox-item .content a p,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .section .card-carousel .swiper-slide .iv-wrapper .content p,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .section .card-carousel .swiper-slide .iv-wrapper .content p a,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .section .card-carousel .swiper-slide .iv-wrapper .content a p,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .section .card-carousel .swiper-slide a .iv-wrapper .content p,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .section .card-carousel .swiper-slide a .iv-wrapper .content p a,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .section .card-carousel .swiper-slide a .iv-wrapper .content a p,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .vertical .bootstrap-select button,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .control .bootstrap-select button,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .vertical .bootstrap-select button,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .control .bootstrap-select button,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .section .sassibox-item .content p,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .section .sassibox-item .content span,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .section .sassibox-item .content a span,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .section .sassibox-item .content span a,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .section .sassibox-item .content p a,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .section .sassibox-item .content a p,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .section a .sassibox-item .content p,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .section a .sassibox-item .content span,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .section a .sassibox-item .content a span,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .section a .sassibox-item .content span a,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .section a .sassibox-item .content p a,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .section a .sassibox-item .content a p,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .section .card-carousel .swiper-slide .iv-wrapper .content p,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .section .card-carousel .swiper-slide .iv-wrapper .content p a,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .section .card-carousel .swiper-slide .iv-wrapper .content a p,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .section .card-carousel .swiper-slide a .iv-wrapper .content p,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .section .card-carousel .swiper-slide a .iv-wrapper .content p a,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .section .card-carousel .swiper-slide a .iv-wrapper .content a p,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .vertical .bootstrap-select button,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .control .bootstrap-select button,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .vertical .bootstrap-select button,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .control .bootstrap-select button,
.romagna-craft .section .sassibox-item .content p,
.romagna-craft .section .sassibox-item .content span,
.romagna-craft .section .sassibox-item .content a span,
.romagna-craft .section .sassibox-item .content span a,
.romagna-craft .section .sassibox-item .content p a,
.romagna-craft .section .sassibox-item .content a p,
.romagna-craft .section a .sassibox-item .content p,
.romagna-craft .section a .sassibox-item .content span,
.romagna-craft .section a .sassibox-item .content a span,
.romagna-craft .section a .sassibox-item .content span a,
.romagna-craft .section a .sassibox-item .content p a,
.romagna-craft .section a .sassibox-item .content a p,
.romagna-craft .section .card-carousel .swiper-slide .iv-wrapper .content p,
.romagna-craft .section .card-carousel .swiper-slide .iv-wrapper .content p a,
.romagna-craft .section .card-carousel .swiper-slide .iv-wrapper .content a p,
.romagna-craft .section .card-carousel .swiper-slide a .iv-wrapper .content p,
.romagna-craft .section .card-carousel .swiper-slide a .iv-wrapper .content p a,
.romagna-craft .section .card-carousel .swiper-slide a .iv-wrapper .content a p,
.romagna-craft .operatori_search_box .vertical .bootstrap-select button,
.romagna-craft .operatori_search_box .horizontal .control .bootstrap-select button,
.romagna-craft .xp_search_box .vertical .bootstrap-select button,
.romagna-craft .xp_search_box .horizontal .control .bootstrap-select button,
.spass .section .sassibox-item .content p,
.spass .section .sassibox-item .content span,
.spass .section .sassibox-item .content a span,
.spass .section .sassibox-item .content span a,
.spass .section .sassibox-item .content p a,
.spass .section .sassibox-item .content a p,
.spass .section a .sassibox-item .content p,
.spass .section a .sassibox-item .content span,
.spass .section a .sassibox-item .content a span,
.spass .section a .sassibox-item .content span a,
.spass .section a .sassibox-item .content p a,
.spass .section a .sassibox-item .content a p,
.spass .section .card-carousel .swiper-slide .iv-wrapper .content p,
.spass .section .card-carousel .swiper-slide .iv-wrapper .content p a,
.spass .section .card-carousel .swiper-slide .iv-wrapper .content a p,
.spass .section .card-carousel .swiper-slide a .iv-wrapper .content p,
.spass .section .card-carousel .swiper-slide a .iv-wrapper .content p a,
.spass .section .card-carousel .swiper-slide a .iv-wrapper .content a p,
.spass .operatori_search_box .vertical .bootstrap-select button,
.spass .operatori_search_box .horizontal .control .bootstrap-select button,
.spass .xp_search_box .vertical .bootstrap-select button,
.spass .xp_search_box .horizontal .control .bootstrap-select button,
.natur .section .sassibox-item .content p,
.natur .section .sassibox-item .content span,
.natur .section .sassibox-item .content a span,
.natur .section .sassibox-item .content span a,
.natur .section .sassibox-item .content p a,
.natur .section .sassibox-item .content a p,
.natur .section a .sassibox-item .content p,
.natur .section a .sassibox-item .content span,
.natur .section a .sassibox-item .content a span,
.natur .section a .sassibox-item .content span a,
.natur .section a .sassibox-item .content p a,
.natur .section a .sassibox-item .content a p,
.natur .section .card-carousel .swiper-slide .iv-wrapper .content p,
.natur .section .card-carousel .swiper-slide .iv-wrapper .content p a,
.natur .section .card-carousel .swiper-slide .iv-wrapper .content a p,
.natur .section .card-carousel .swiper-slide a .iv-wrapper .content p,
.natur .section .card-carousel .swiper-slide a .iv-wrapper .content p a,
.natur .section .card-carousel .swiper-slide a .iv-wrapper .content a p,
.natur .operatori_search_box .vertical .bootstrap-select button,
.natur .operatori_search_box .horizontal .control .bootstrap-select button,
.natur .xp_search_box .vertical .bootstrap-select button,
.natur .xp_search_box .horizontal .control .bootstrap-select button,
.kultur .section .sassibox-item .content p,
.kultur .section .sassibox-item .content span,
.kultur .section .sassibox-item .content a span,
.kultur .section .sassibox-item .content span a,
.kultur .section .sassibox-item .content p a,
.kultur .section .sassibox-item .content a p,
.kultur .section a .sassibox-item .content p,
.kultur .section a .sassibox-item .content span,
.kultur .section a .sassibox-item .content a span,
.kultur .section a .sassibox-item .content span a,
.kultur .section a .sassibox-item .content p a,
.kultur .section a .sassibox-item .content a p,
.kultur .section .card-carousel .swiper-slide .iv-wrapper .content p,
.kultur .section .card-carousel .swiper-slide .iv-wrapper .content p a,
.kultur .section .card-carousel .swiper-slide .iv-wrapper .content a p,
.kultur .section .card-carousel .swiper-slide a .iv-wrapper .content p,
.kultur .section .card-carousel .swiper-slide a .iv-wrapper .content p a,
.kultur .section .card-carousel .swiper-slide a .iv-wrapper .content a p,
.kultur .operatori_search_box .vertical .bootstrap-select button,
.kultur .operatori_search_box .horizontal .control .bootstrap-select button,
.kultur .xp_search_box .vertical .bootstrap-select button,
.kultur .xp_search_box .horizontal .control .bootstrap-select button,
.pet .section .sassibox-item .content p,
.pet .section .sassibox-item .content span,
.pet .section .sassibox-item .content a span,
.pet .section .sassibox-item .content span a,
.pet .section .sassibox-item .content p a,
.pet .section .sassibox-item .content a p,
.pet .section a .sassibox-item .content p,
.pet .section a .sassibox-item .content span,
.pet .section a .sassibox-item .content a span,
.pet .section a .sassibox-item .content span a,
.pet .section a .sassibox-item .content p a,
.pet .section a .sassibox-item .content a p,
.pet .section .card-carousel .swiper-slide .iv-wrapper .content p,
.pet .section .card-carousel .swiper-slide .iv-wrapper .content p a,
.pet .section .card-carousel .swiper-slide .iv-wrapper .content a p,
.pet .section .card-carousel .swiper-slide a .iv-wrapper .content p,
.pet .section .card-carousel .swiper-slide a .iv-wrapper .content p a,
.pet .section .card-carousel .swiper-slide a .iv-wrapper .content a p,
.pet .operatori_search_box .vertical .bootstrap-select button,
.pet .operatori_search_box .horizontal .control .bootstrap-select button,
.pet .xp_search_box .vertical .bootstrap-select button,
.pet .xp_search_box .horizontal .control .bootstrap-select button,
.default .section .sassibox-item .content p,
.default .section .sassibox-item .content span,
.default .section .sassibox-item .content a span,
.default .section .sassibox-item .content span a,
.default .section .sassibox-item .content p a,
.default .section .sassibox-item .content a p,
.default .section a .sassibox-item .content p,
.default .section a .sassibox-item .content span,
.default .section a .sassibox-item .content a span,
.default .section a .sassibox-item .content span a,
.default .section a .sassibox-item .content p a,
.default .section a .sassibox-item .content a p,
.default .section .card-carousel .swiper-slide .iv-wrapper .content p,
.default .section .card-carousel .swiper-slide .iv-wrapper .content p a,
.default .section .card-carousel .swiper-slide .iv-wrapper .content a p,
.default .section .card-carousel .swiper-slide a .iv-wrapper .content p,
.default .section .card-carousel .swiper-slide a .iv-wrapper .content p a,
.default .section .card-carousel .swiper-slide a .iv-wrapper .content a p,
.default .operatori_search_box .vertical .bootstrap-select button,
.default .operatori_search_box .horizontal .control .bootstrap-select button,
.default .xp_search_box .vertical .bootstrap-select button,
.default .xp_search_box .horizontal .control .bootstrap-select button,
.liscio .section .sassibox-item .content p,
.liscio .section .sassibox-item .content span,
.liscio .section .sassibox-item .content a span,
.liscio .section .sassibox-item .content span a,
.liscio .section .sassibox-item .content p a,
.liscio .section .sassibox-item .content a p,
.liscio .section a .sassibox-item .content p,
.liscio .section a .sassibox-item .content span,
.liscio .section a .sassibox-item .content a span,
.liscio .section a .sassibox-item .content span a,
.liscio .section a .sassibox-item .content p a,
.liscio .section a .sassibox-item .content a p,
.liscio .section .card-carousel .swiper-slide .iv-wrapper .content p,
.liscio .section .card-carousel .swiper-slide .iv-wrapper .content p a,
.liscio .section .card-carousel .swiper-slide .iv-wrapper .content a p,
.liscio .section .card-carousel .swiper-slide a .iv-wrapper .content p,
.liscio .section .card-carousel .swiper-slide a .iv-wrapper .content p a,
.liscio .section .card-carousel .swiper-slide a .iv-wrapper .content a p,
.liscio .operatori_search_box .vertical .bootstrap-select button,
.liscio .operatori_search_box .horizontal .control .bootstrap-select button,
.liscio .xp_search_box .vertical .bootstrap-select button,
.liscio .xp_search_box .horizontal .control .bootstrap-select button,
.romagna .section .sassibox-item .content p,
.romagna .section .sassibox-item .content span,
.romagna .section .sassibox-item .content a span,
.romagna .section .sassibox-item .content span a,
.romagna .section .sassibox-item .content p a,
.romagna .section .sassibox-item .content a p,
.romagna .section a .sassibox-item .content p,
.romagna .section a .sassibox-item .content span,
.romagna .section a .sassibox-item .content a span,
.romagna .section a .sassibox-item .content span a,
.romagna .section a .sassibox-item .content p a,
.romagna .section a .sassibox-item .content a p,
.romagna .section .card-carousel .swiper-slide .iv-wrapper .content p,
.romagna .section .card-carousel .swiper-slide .iv-wrapper .content p a,
.romagna .section .card-carousel .swiper-slide .iv-wrapper .content a p,
.romagna .section .card-carousel .swiper-slide a .iv-wrapper .content p,
.romagna .section .card-carousel .swiper-slide a .iv-wrapper .content p a,
.romagna .section .card-carousel .swiper-slide a .iv-wrapper .content a p,
.romagna .operatori_search_box .vertical .bootstrap-select button,
.romagna .operatori_search_box .horizontal .control .bootstrap-select button,
.romagna .xp_search_box .vertical .bootstrap-select button,
.romagna .xp_search_box .horizontal .control .bootstrap-select button,
.motorcycle .section .sassibox-item .content p,
.motorcycle .section .sassibox-item .content span,
.motorcycle .section .sassibox-item .content a span,
.motorcycle .section .sassibox-item .content span a,
.motorcycle .section .sassibox-item .content p a,
.motorcycle .section .sassibox-item .content a p,
.motorcycle .section a .sassibox-item .content p,
.motorcycle .section a .sassibox-item .content span,
.motorcycle .section a .sassibox-item .content a span,
.motorcycle .section a .sassibox-item .content span a,
.motorcycle .section a .sassibox-item .content p a,
.motorcycle .section a .sassibox-item .content a p,
.motorcycle .section .card-carousel .swiper-slide .iv-wrapper .content p,
.motorcycle .section .card-carousel .swiper-slide .iv-wrapper .content p a,
.motorcycle .section .card-carousel .swiper-slide .iv-wrapper .content a p,
.motorcycle .section .card-carousel .swiper-slide a .iv-wrapper .content p,
.motorcycle .section .card-carousel .swiper-slide a .iv-wrapper .content p a,
.motorcycle .section .card-carousel .swiper-slide a .iv-wrapper .content a p,
.motorcycle .operatori_search_box .vertical .bootstrap-select button,
.motorcycle .operatori_search_box .horizontal .control .bootstrap-select button,
.motorcycle .xp_search_box .vertical .bootstrap-select button,
.motorcycle .xp_search_box .horizontal .control .bootstrap-select button,
.sport .section .sassibox-item .content p,
.sport .section .sassibox-item .content span,
.sport .section .sassibox-item .content a span,
.sport .section .sassibox-item .content span a,
.sport .section .sassibox-item .content p a,
.sport .section .sassibox-item .content a p,
.sport .section a .sassibox-item .content p,
.sport .section a .sassibox-item .content span,
.sport .section a .sassibox-item .content a span,
.sport .section a .sassibox-item .content span a,
.sport .section a .sassibox-item .content p a,
.sport .section a .sassibox-item .content a p,
.sport .section .card-carousel .swiper-slide .iv-wrapper .content p,
.sport .section .card-carousel .swiper-slide .iv-wrapper .content p a,
.sport .section .card-carousel .swiper-slide .iv-wrapper .content a p,
.sport .section .card-carousel .swiper-slide a .iv-wrapper .content p,
.sport .section .card-carousel .swiper-slide a .iv-wrapper .content p a,
.sport .section .card-carousel .swiper-slide a .iv-wrapper .content a p,
.sport .operatori_search_box .vertical .bootstrap-select button,
.sport .operatori_search_box .horizontal .control .bootstrap-select button,
.sport .xp_search_box .vertical .bootstrap-select button,
.sport .xp_search_box .horizontal .control .bootstrap-select button,
.fun .section .sassibox-item .content p,
.fun .section .sassibox-item .content span,
.fun .section .sassibox-item .content a span,
.fun .section .sassibox-item .content span a,
.fun .section .sassibox-item .content p a,
.fun .section .sassibox-item .content a p,
.fun .section a .sassibox-item .content p,
.fun .section a .sassibox-item .content span,
.fun .section a .sassibox-item .content a span,
.fun .section a .sassibox-item .content span a,
.fun .section a .sassibox-item .content p a,
.fun .section a .sassibox-item .content a p,
.fun .section .card-carousel .swiper-slide .iv-wrapper .content p,
.fun .section .card-carousel .swiper-slide .iv-wrapper .content p a,
.fun .section .card-carousel .swiper-slide .iv-wrapper .content a p,
.fun .section .card-carousel .swiper-slide a .iv-wrapper .content p,
.fun .section .card-carousel .swiper-slide a .iv-wrapper .content p a,
.fun .section .card-carousel .swiper-slide a .iv-wrapper .content a p,
.fun .operatori_search_box .vertical .bootstrap-select button,
.fun .operatori_search_box .horizontal .control .bootstrap-select button,
.fun .xp_search_box .vertical .bootstrap-select button,
.fun .xp_search_box .horizontal .control .bootstrap-select button,
.wellness .section .sassibox-item .content p,
.wellness .section .sassibox-item .content span,
.wellness .section .sassibox-item .content a span,
.wellness .section .sassibox-item .content span a,
.wellness .section .sassibox-item .content p a,
.wellness .section .sassibox-item .content a p,
.wellness .section a .sassibox-item .content p,
.wellness .section a .sassibox-item .content span,
.wellness .section a .sassibox-item .content a span,
.wellness .section a .sassibox-item .content span a,
.wellness .section a .sassibox-item .content p a,
.wellness .section a .sassibox-item .content a p,
.wellness .section .card-carousel .swiper-slide .iv-wrapper .content p,
.wellness .section .card-carousel .swiper-slide .iv-wrapper .content p a,
.wellness .section .card-carousel .swiper-slide .iv-wrapper .content a p,
.wellness .section .card-carousel .swiper-slide a .iv-wrapper .content p,
.wellness .section .card-carousel .swiper-slide a .iv-wrapper .content p a,
.wellness .section .card-carousel .swiper-slide a .iv-wrapper .content a p,
.wellness .operatori_search_box .vertical .bootstrap-select button,
.wellness .operatori_search_box .horizontal .control .bootstrap-select button,
.wellness .xp_search_box .vertical .bootstrap-select button,
.wellness .xp_search_box .horizontal .control .bootstrap-select button,
.empire .section .sassibox-item .content p,
.empire .section .sassibox-item .content span,
.empire .section .sassibox-item .content a span,
.empire .section .sassibox-item .content span a,
.empire .section .sassibox-item .content p a,
.empire .section .sassibox-item .content a p,
.empire .section a .sassibox-item .content p,
.empire .section a .sassibox-item .content span,
.empire .section a .sassibox-item .content a span,
.empire .section a .sassibox-item .content span a,
.empire .section a .sassibox-item .content p a,
.empire .section a .sassibox-item .content a p,
.empire .section .card-carousel .swiper-slide .iv-wrapper .content p,
.empire .section .card-carousel .swiper-slide .iv-wrapper .content p a,
.empire .section .card-carousel .swiper-slide .iv-wrapper .content a p,
.empire .section .card-carousel .swiper-slide a .iv-wrapper .content p,
.empire .section .card-carousel .swiper-slide a .iv-wrapper .content p a,
.empire .section .card-carousel .swiper-slide a .iv-wrapper .content a p,
.empire .operatori_search_box .vertical .bootstrap-select button,
.empire .operatori_search_box .horizontal .control .bootstrap-select button,
.empire .xp_search_box .vertical .bootstrap-select button,
.empire .xp_search_box .horizontal .control .bootstrap-select button,
.bike .section .sassibox-item .content p,
.bike .section .sassibox-item .content span,
.bike .section .sassibox-item .content a span,
.bike .section .sassibox-item .content span a,
.bike .section .sassibox-item .content p a,
.bike .section .sassibox-item .content a p,
.bike .section a .sassibox-item .content p,
.bike .section a .sassibox-item .content span,
.bike .section a .sassibox-item .content a span,
.bike .section a .sassibox-item .content span a,
.bike .section a .sassibox-item .content p a,
.bike .section a .sassibox-item .content a p,
.bike .section .card-carousel .swiper-slide .iv-wrapper .content p,
.bike .section .card-carousel .swiper-slide .iv-wrapper .content p a,
.bike .section .card-carousel .swiper-slide .iv-wrapper .content a p,
.bike .section .card-carousel .swiper-slide a .iv-wrapper .content p,
.bike .section .card-carousel .swiper-slide a .iv-wrapper .content p a,
.bike .section .card-carousel .swiper-slide a .iv-wrapper .content a p,
.bike .operatori_search_box .vertical .bootstrap-select button,
.bike .operatori_search_box .horizontal .control .bootstrap-select button,
.bike .xp_search_box .vertical .bootstrap-select button,
.bike .xp_search_box .horizontal .control .bootstrap-select button,
.castle .section .sassibox-item .content p,
.castle .section .sassibox-item .content span,
.castle .section .sassibox-item .content a span,
.castle .section .sassibox-item .content span a,
.castle .section .sassibox-item .content p a,
.castle .section .sassibox-item .content a p,
.castle .section a .sassibox-item .content p,
.castle .section a .sassibox-item .content span,
.castle .section a .sassibox-item .content a span,
.castle .section a .sassibox-item .content span a,
.castle .section a .sassibox-item .content p a,
.castle .section a .sassibox-item .content a p,
.castle .section .card-carousel .swiper-slide .iv-wrapper .content p,
.castle .section .card-carousel .swiper-slide .iv-wrapper .content p a,
.castle .section .card-carousel .swiper-slide .iv-wrapper .content a p,
.castle .section .card-carousel .swiper-slide a .iv-wrapper .content p,
.castle .section .card-carousel .swiper-slide a .iv-wrapper .content p a,
.castle .section .card-carousel .swiper-slide a .iv-wrapper .content a p,
.castle .operatori_search_box .vertical .bootstrap-select button,
.castle .operatori_search_box .horizontal .control .bootstrap-select button,
.castle .xp_search_box .vertical .bootstrap-select button,
.castle .xp_search_box .horizontal .control .bootstrap-select button,
.culture .section .sassibox-item .content p,
.culture .section .sassibox-item .content span,
.culture .section .sassibox-item .content a span,
.culture .section .sassibox-item .content span a,
.culture .section .sassibox-item .content p a,
.culture .section .sassibox-item .content a p,
.culture .section a .sassibox-item .content p,
.culture .section a .sassibox-item .content span,
.culture .section a .sassibox-item .content a span,
.culture .section a .sassibox-item .content span a,
.culture .section a .sassibox-item .content p a,
.culture .section a .sassibox-item .content a p,
.culture .section .card-carousel .swiper-slide .iv-wrapper .content p,
.culture .section .card-carousel .swiper-slide .iv-wrapper .content p a,
.culture .section .card-carousel .swiper-slide .iv-wrapper .content a p,
.culture .section .card-carousel .swiper-slide a .iv-wrapper .content p,
.culture .section .card-carousel .swiper-slide a .iv-wrapper .content p a,
.culture .section .card-carousel .swiper-slide a .iv-wrapper .content a p,
.culture .operatori_search_box .vertical .bootstrap-select button,
.culture .operatori_search_box .horizontal .control .bootstrap-select button,
.culture .xp_search_box .vertical .bootstrap-select button,
.culture .xp_search_box .horizontal .control .bootstrap-select button,
.romagna_autentica .section .sassibox-item .content p,
.romagna_autentica .section .sassibox-item .content span,
.romagna_autentica .section .sassibox-item .content a span,
.romagna_autentica .section .sassibox-item .content span a,
.romagna_autentica .section .sassibox-item .content p a,
.romagna_autentica .section .sassibox-item .content a p,
.romagna_autentica .section a .sassibox-item .content p,
.romagna_autentica .section a .sassibox-item .content span,
.romagna_autentica .section a .sassibox-item .content a span,
.romagna_autentica .section a .sassibox-item .content span a,
.romagna_autentica .section a .sassibox-item .content p a,
.romagna_autentica .section a .sassibox-item .content a p,
.romagna_autentica .section .card-carousel .swiper-slide .iv-wrapper .content p,
.romagna_autentica .section .card-carousel .swiper-slide .iv-wrapper .content p a,
.romagna_autentica .section .card-carousel .swiper-slide .iv-wrapper .content a p,
.romagna_autentica .section .card-carousel .swiper-slide a .iv-wrapper .content p,
.romagna_autentica .section .card-carousel .swiper-slide a .iv-wrapper .content p a,
.romagna_autentica .section .card-carousel .swiper-slide a .iv-wrapper .content a p,
.romagna_autentica .operatori_search_box .vertical .bootstrap-select button,
.romagna_autentica .operatori_search_box .horizontal .control .bootstrap-select button,
.romagna_autentica .xp_search_box .vertical .bootstrap-select button,
.romagna_autentica .xp_search_box .horizontal .control .bootstrap-select button,
.nature .section .sassibox-item .content p,
.nature .section .sassibox-item .content span,
.nature .section .sassibox-item .content a span,
.nature .section .sassibox-item .content span a,
.nature .section .sassibox-item .content p a,
.nature .section .sassibox-item .content a p,
.nature .section a .sassibox-item .content p,
.nature .section a .sassibox-item .content span,
.nature .section a .sassibox-item .content a span,
.nature .section a .sassibox-item .content span a,
.nature .section a .sassibox-item .content p a,
.nature .section a .sassibox-item .content a p,
.nature .section .card-carousel .swiper-slide .iv-wrapper .content p,
.nature .section .card-carousel .swiper-slide .iv-wrapper .content p a,
.nature .section .card-carousel .swiper-slide .iv-wrapper .content a p,
.nature .section .card-carousel .swiper-slide a .iv-wrapper .content p,
.nature .section .card-carousel .swiper-slide a .iv-wrapper .content p a,
.nature .section .card-carousel .swiper-slide a .iv-wrapper .content a p,
.nature .operatori_search_box .vertical .bootstrap-select button,
.nature .operatori_search_box .horizontal .control .bootstrap-select button,
.nature .xp_search_box .vertical .bootstrap-select button,
.nature .xp_search_box .horizontal .control .bootstrap-select button,
.food .section .sassibox-item .content p,
.food .section .sassibox-item .content span,
.food .section .sassibox-item .content a span,
.food .section .sassibox-item .content span a,
.food .section .sassibox-item .content p a,
.food .section .sassibox-item .content a p,
.food .section a .sassibox-item .content p,
.food .section a .sassibox-item .content span,
.food .section a .sassibox-item .content a span,
.food .section a .sassibox-item .content span a,
.food .section a .sassibox-item .content p a,
.food .section a .sassibox-item .content a p,
.food .section .card-carousel .swiper-slide .iv-wrapper .content p,
.food .section .card-carousel .swiper-slide .iv-wrapper .content p a,
.food .section .card-carousel .swiper-slide .iv-wrapper .content a p,
.food .section .card-carousel .swiper-slide a .iv-wrapper .content p,
.food .section .card-carousel .swiper-slide a .iv-wrapper .content p a,
.food .section .card-carousel .swiper-slide a .iv-wrapper .content a p,
.food .operatori_search_box .vertical .bootstrap-select button,
.food .operatori_search_box .horizontal .control .bootstrap-select button,
.food .xp_search_box .vertical .bootstrap-select button,
.food .xp_search_box .horizontal .control .bootstrap-select button,
.beach .section .sassibox-item .content p,
.beach .section .sassibox-item .content span,
.beach .section .sassibox-item .content a span,
.beach .section .sassibox-item .content span a,
.beach .section .sassibox-item .content p a,
.beach .section .sassibox-item .content a p,
.beach .section a .sassibox-item .content p,
.beach .section a .sassibox-item .content span,
.beach .section a .sassibox-item .content a span,
.beach .section a .sassibox-item .content span a,
.beach .section a .sassibox-item .content p a,
.beach .section a .sassibox-item .content a p,
.beach .section .card-carousel .swiper-slide .iv-wrapper .content p,
.beach .section .card-carousel .swiper-slide .iv-wrapper .content p a,
.beach .section .card-carousel .swiper-slide .iv-wrapper .content a p,
.beach .section .card-carousel .swiper-slide a .iv-wrapper .content p,
.beach .section .card-carousel .swiper-slide a .iv-wrapper .content p a,
.beach .section .card-carousel .swiper-slide a .iv-wrapper .content a p,
.beach .operatori_search_box .vertical .bootstrap-select button,
.beach .operatori_search_box .horizontal .control .bootstrap-select button,
.beach .xp_search_box .vertical .bootstrap-select button,
.beach .xp_search_box .horizontal .control .bootstrap-select button,
.rock .section .sassibox-item .content p,
.rock .section .sassibox-item .content span,
.rock .section .sassibox-item .content a span,
.rock .section .sassibox-item .content span a,
.rock .section .sassibox-item .content p a,
.rock .section .sassibox-item .content a p,
.rock .section a .sassibox-item .content p,
.rock .section a .sassibox-item .content span,
.rock .section a .sassibox-item .content a span,
.rock .section a .sassibox-item .content span a,
.rock .section a .sassibox-item .content p a,
.rock .section a .sassibox-item .content a p,
.rock .section .card-carousel .swiper-slide .iv-wrapper .content p,
.rock .section .card-carousel .swiper-slide .iv-wrapper .content p a,
.rock .section .card-carousel .swiper-slide .iv-wrapper .content a p,
.rock .section .card-carousel .swiper-slide a .iv-wrapper .content p,
.rock .section .card-carousel .swiper-slide a .iv-wrapper .content p a,
.rock .section .card-carousel .swiper-slide a .iv-wrapper .content a p,
.rock .operatori_search_box .vertical .bootstrap-select button,
.rock .operatori_search_box .horizontal .control .bootstrap-select button,
.rock .xp_search_box .vertical .bootstrap-select button,
.rock .xp_search_box .horizontal .control .bootstrap-select button,
.booking .section .sassibox-item .content p,
.booking .section .sassibox-item .content span,
.booking .section .sassibox-item .content a span,
.booking .section .sassibox-item .content span a,
.booking .section .sassibox-item .content p a,
.booking .section .sassibox-item .content a p,
.booking .section a .sassibox-item .content p,
.booking .section a .sassibox-item .content span,
.booking .section a .sassibox-item .content a span,
.booking .section a .sassibox-item .content span a,
.booking .section a .sassibox-item .content p a,
.booking .section a .sassibox-item .content a p,
.booking .section .card-carousel .swiper-slide .iv-wrapper .content p,
.booking .section .card-carousel .swiper-slide .iv-wrapper .content p a,
.booking .section .card-carousel .swiper-slide .iv-wrapper .content a p,
.booking .section .card-carousel .swiper-slide a .iv-wrapper .content p,
.booking .section .card-carousel .swiper-slide a .iv-wrapper .content p a,
.booking .section .card-carousel .swiper-slide a .iv-wrapper .content a p,
.booking .operatori_search_box .vertical .bootstrap-select button,
.booking .operatori_search_box .horizontal .control .bootstrap-select button,
.booking .xp_search_box .vertical .bootstrap-select button,
.booking .xp_search_box .horizontal .control .bootstrap-select button,
.odm .section .sassibox-item .content p,
.odm .section .sassibox-item .content span,
.odm .section .sassibox-item .content a span,
.odm .section .sassibox-item .content span a,
.odm .section .sassibox-item .content p a,
.odm .section .sassibox-item .content a p,
.odm .section a .sassibox-item .content p,
.odm .section a .sassibox-item .content span,
.odm .section a .sassibox-item .content a span,
.odm .section a .sassibox-item .content span a,
.odm .section a .sassibox-item .content p a,
.odm .section a .sassibox-item .content a p,
.odm .section .card-carousel .swiper-slide .iv-wrapper .content p,
.odm .section .card-carousel .swiper-slide .iv-wrapper .content p a,
.odm .section .card-carousel .swiper-slide .iv-wrapper .content a p,
.odm .section .card-carousel .swiper-slide a .iv-wrapper .content p,
.odm .section .card-carousel .swiper-slide a .iv-wrapper .content p a,
.odm .section .card-carousel .swiper-slide a .iv-wrapper .content a p,
.odm .operatori_search_box .vertical .bootstrap-select button,
.odm .operatori_search_box .horizontal .control .bootstrap-select button,
.odm .xp_search_box .vertical .bootstrap-select button,
.odm .xp_search_box .horizontal .control .bootstrap-select button,
.meteo .section .sassibox-item .content p,
.meteo .section .sassibox-item .content span,
.meteo .section .sassibox-item .content a span,
.meteo .section .sassibox-item .content span a,
.meteo .section .sassibox-item .content p a,
.meteo .section .sassibox-item .content a p,
.meteo .section a .sassibox-item .content p,
.meteo .section a .sassibox-item .content span,
.meteo .section a .sassibox-item .content a span,
.meteo .section a .sassibox-item .content span a,
.meteo .section a .sassibox-item .content p a,
.meteo .section a .sassibox-item .content a p,
.meteo .section .card-carousel .swiper-slide .iv-wrapper .content p,
.meteo .section .card-carousel .swiper-slide .iv-wrapper .content p a,
.meteo .section .card-carousel .swiper-slide .iv-wrapper .content a p,
.meteo .section .card-carousel .swiper-slide a .iv-wrapper .content p,
.meteo .section .card-carousel .swiper-slide a .iv-wrapper .content p a,
.meteo .section .card-carousel .swiper-slide a .iv-wrapper .content a p,
.meteo .operatori_search_box .vertical .bootstrap-select button,
.meteo .operatori_search_box .horizontal .control .bootstrap-select button,
.meteo .xp_search_box .vertical .bootstrap-select button,
.meteo .xp_search_box .horizontal .control .bootstrap-select button,
.iat .section .sassibox-item .content p,
.iat .section .sassibox-item .content span,
.iat .section .sassibox-item .content a span,
.iat .section .sassibox-item .content span a,
.iat .section .sassibox-item .content p a,
.iat .section .sassibox-item .content a p,
.iat .section a .sassibox-item .content p,
.iat .section a .sassibox-item .content span,
.iat .section a .sassibox-item .content a span,
.iat .section a .sassibox-item .content span a,
.iat .section a .sassibox-item .content p a,
.iat .section a .sassibox-item .content a p,
.iat .section .card-carousel .swiper-slide .iv-wrapper .content p,
.iat .section .card-carousel .swiper-slide .iv-wrapper .content p a,
.iat .section .card-carousel .swiper-slide .iv-wrapper .content a p,
.iat .section .card-carousel .swiper-slide a .iv-wrapper .content p,
.iat .section .card-carousel .swiper-slide a .iv-wrapper .content p a,
.iat .section .card-carousel .swiper-slide a .iv-wrapper .content a p,
.iat .operatori_search_box .vertical .bootstrap-select button,
.iat .operatori_search_box .horizontal .control .bootstrap-select button,
.iat .xp_search_box .vertical .bootstrap-select button,
.iat .xp_search_box .horizontal .control .bootstrap-select button,
.news .section .sassibox-item .content p,
.news .section .sassibox-item .content span,
.news .section .sassibox-item .content a span,
.news .section .sassibox-item .content span a,
.news .section .sassibox-item .content p a,
.news .section .sassibox-item .content a p,
.news .section a .sassibox-item .content p,
.news .section a .sassibox-item .content span,
.news .section a .sassibox-item .content a span,
.news .section a .sassibox-item .content span a,
.news .section a .sassibox-item .content p a,
.news .section a .sassibox-item .content a p,
.news .section .card-carousel .swiper-slide .iv-wrapper .content p,
.news .section .card-carousel .swiper-slide .iv-wrapper .content p a,
.news .section .card-carousel .swiper-slide .iv-wrapper .content a p,
.news .section .card-carousel .swiper-slide a .iv-wrapper .content p,
.news .section .card-carousel .swiper-slide a .iv-wrapper .content p a,
.news .section .card-carousel .swiper-slide a .iv-wrapper .content a p,
.news .operatori_search_box .vertical .bootstrap-select button,
.news .operatori_search_box .horizontal .control .bootstrap-select button,
.news .xp_search_box .vertical .bootstrap-select button,
.news .xp_search_box .horizontal .control .bootstrap-select button,
.esperienze .section .sassibox-item .content p,
.esperienze .section .sassibox-item .content span,
.esperienze .section .sassibox-item .content a span,
.esperienze .section .sassibox-item .content span a,
.esperienze .section .sassibox-item .content p a,
.esperienze .section .sassibox-item .content a p,
.esperienze .section a .sassibox-item .content p,
.esperienze .section a .sassibox-item .content span,
.esperienze .section a .sassibox-item .content a span,
.esperienze .section a .sassibox-item .content span a,
.esperienze .section a .sassibox-item .content p a,
.esperienze .section a .sassibox-item .content a p,
.esperienze .section .card-carousel .swiper-slide .iv-wrapper .content p,
.esperienze .section .card-carousel .swiper-slide .iv-wrapper .content p a,
.esperienze .section .card-carousel .swiper-slide .iv-wrapper .content a p,
.esperienze .section .card-carousel .swiper-slide a .iv-wrapper .content p,
.esperienze .section .card-carousel .swiper-slide a .iv-wrapper .content p a,
.esperienze .section .card-carousel .swiper-slide a .iv-wrapper .content a p,
.esperienze .operatori_search_box .vertical .bootstrap-select button,
.esperienze .operatori_search_box .horizontal .control .bootstrap-select button,
.esperienze .xp_search_box .vertical .bootstrap-select button,
.esperienze .xp_search_box .horizontal .control .bootstrap-select button,
.pianifica .section .sassibox-item .content p,
.pianifica .section .sassibox-item .content span,
.pianifica .section .sassibox-item .content a span,
.pianifica .section .sassibox-item .content span a,
.pianifica .section .sassibox-item .content p a,
.pianifica .section .sassibox-item .content a p,
.pianifica .section a .sassibox-item .content p,
.pianifica .section a .sassibox-item .content span,
.pianifica .section a .sassibox-item .content a span,
.pianifica .section a .sassibox-item .content span a,
.pianifica .section a .sassibox-item .content p a,
.pianifica .section a .sassibox-item .content a p,
.pianifica .section .card-carousel .swiper-slide .iv-wrapper .content p,
.pianifica .section .card-carousel .swiper-slide .iv-wrapper .content p a,
.pianifica .section .card-carousel .swiper-slide .iv-wrapper .content a p,
.pianifica .section .card-carousel .swiper-slide a .iv-wrapper .content p,
.pianifica .operatori_search_box .vertical .bootstrap-select button,
.pianifica .operatori_search_box .horizontal .control .bootstrap-select button,
.pianifica .xp_search_box .vertical .bootstrap-select button,
.pianifica .xp_search_box .horizontal .control .bootstrap-select button,
.eventi .section .sassibox-item .content p,
.eventi .section .sassibox-item .content span,
.eventi .section .sassibox-item .content a span,
.eventi .section .sassibox-item .content span a,
.eventi .section .sassibox-item .content p a,
.eventi .section .sassibox-item .content a p,
.eventi .section a .sassibox-item .content p,
.eventi .section a .sassibox-item .content span,
.eventi .section a .sassibox-item .content a span,
.eventi .section a .sassibox-item .content span a,
.eventi .section a .sassibox-item .content p a,
.eventi .section a .sassibox-item .content a p,
.eventi .section .card-carousel .swiper-slide .iv-wrapper .content p,
.eventi .section .card-carousel .swiper-slide .iv-wrapper .content p a,
.eventi .section .card-carousel .swiper-slide .iv-wrapper .content a p,
.eventi .section .card-carousel .swiper-slide a .iv-wrapper .content p,
.eventi .operatori_search_box .vertical .bootstrap-select button,
.eventi .operatori_search_box .horizontal .control .bootstrap-select button,
.eventi .xp_search_box .vertical .bootstrap-select button,
.eventi .xp_search_box .horizontal .control .bootstrap-select button,
.idee .section .sassibox-item .content p,
.idee .section .sassibox-item .content span,
.idee .section .sassibox-item .content a span,
.idee .section .sassibox-item .content span a,
.idee .section .sassibox-item .content p a,
.idee .section .sassibox-item .content a p,
.idee .section a .sassibox-item .content p,
.idee .section a .sassibox-item .content span,
.idee .section a .sassibox-item .content a span,
.idee .section a .sassibox-item .content span a,
.idee .section a .sassibox-item .content p a,
.idee .section a .sassibox-item .content a p,
.idee .section .card-carousel .swiper-slide .iv-wrapper .content p,
.idee .section .card-carousel .swiper-slide .iv-wrapper .content p a,
.idee .section .card-carousel .swiper-slide .iv-wrapper .content a p,
.idee .section .card-carousel .swiper-slide a .iv-wrapper .content p,
.idee .operatori_search_box .vertical .bootstrap-select button,
.idee .operatori_search_box .horizontal .control .bootstrap-select button,
.idee .xp_search_box .vertical .bootstrap-select button,
.idee .xp_search_box .horizontal .control .bootstrap-select button,
.scopri .section .sassibox-item .content p,
.scopri .section .sassibox-item .content span,
.scopri .section .sassibox-item .content a span,
.scopri .section .sassibox-item .content span a,
.scopri .section .sassibox-item .content p a,
.scopri .section .sassibox-item .content a p,
.scopri .section a .sassibox-item .content p,
.scopri .section a .sassibox-item .content span,
.scopri .section a .sassibox-item .content a span,
.scopri .section a .sassibox-item .content span a,
.scopri .section a .sassibox-item .content p a,
.scopri .section a .sassibox-item .content a p,
.scopri .section .card-carousel .swiper-slide .iv-wrapper .content p,
.scopri .section .card-carousel .swiper-slide .iv-wrapper .content p a,
.scopri .section .card-carousel .swiper-slide .iv-wrapper .content a p,
.scopri .section .card-carousel .swiper-slide a .iv-wrapper .content p,
.scopri .operatori_search_box .vertical .bootstrap-select button,
.scopri .operatori_search_box .horizontal .control .bootstrap-select button,
.scopri .xp_search_box .vertical .bootstrap-select button,
.scopri .xp_search_box .horizontal .control .bootstrap-select button,
.scopri-er .content p,
.eventbox .content .scrim .date,
.box .content .scrim .date,
.events-page .header .eventsearchbox.vertical .bootstrap-select button,
.events-page .header .eventsearchbox.horizontal .control .bootstrap-select button,
.events-homepage .header .eventsearchbox.vertical .bootstrap-select button,
.events-homepage .header .eventsearchbox.horizontal .control .bootstrap-select button,
.youtube .video .title,
.idee-viaggio .body .swiper-slide .iv-wrapper .content p,
body.er footer .info .socials {
  font-weight: 400;
}

.semiBold,
.test .modal-container .selectable,
.booking .booking-form button,
.booking-menu .booking-form button,
.booking .booking-form h3,
.booking-menu .booking-form h3,
.destinazioni .contentBox h2,
.localita #searchbox-app #lista_risultati .wrapper .item .body .provincia,
.localita #searchbox-app #lista_risultati p.text,
.localita .contentBox h2,
.archive.page404 .title,
.expired .btn,
.minimap .header h4,
.content-box#more-info h4,
.content-box#more-info-2 h4,
.content-box .header h4,
.content-box blockquote,
.i-love-pet-visit-romagna-vierbeiner-willkommen .section .sassibox-item .content .readmore,
.i-love-pet-visit-romagna-vierbeiner-willkommen .section a .sassibox-item .content .readmore,
.i-love-pet-visit-romagna-vierbeiner-willkommen .section .sassibox-item .content .action button,
.i-love-pet-visit-romagna-vierbeiner-willkommen .section a .sassibox-item .content .action button,
.i-love-pet-visit-romagna-vierbeiner-willkommen .section .sassibox-item .content h4,
.i-love-pet-visit-romagna-vierbeiner-willkommen .section a .sassibox-item .content h4,
.i-love-pet-visit-romagna-vierbeiner-willkommen .section .card-carousel .swiper-slide .iv-wrapper .content p .readmore,
.i-love-pet-visit-romagna-vierbeiner-willkommen .section .card-carousel .swiper-slide .iv-wrapper .content p a .readmore,
.i-love-pet-visit-romagna-vierbeiner-willkommen .section .card-carousel .swiper-slide .iv-wrapper .content a p .readmore,
.i-love-pet-visit-romagna-vierbeiner-willkommen .section .card-carousel .swiper-slide a .iv-wrapper .content p .readmore,
.i-love-pet-visit-romagna-vierbeiner-willkommen .section .card-carousel .swiper-slide a .iv-wrapper .content p a .readmore,
.i-love-pet-visit-romagna-vierbeiner-willkommen .section .card-carousel .swiper-slide a .iv-wrapper .content a p .readmore,
.i-love-pet-visit-romagna-vierbeiner-willkommen .section .card-carousel .swiper-slide .iv-wrapper .content h3,
.i-love-pet-visit-romagna-vierbeiner-willkommen .section .card-carousel .swiper-slide a .iv-wrapper .content h3,
.i-love-pet-visit-romagna-vierbeiner-willkommen .info-box .bookmarks ul li a,
.i-love-pet-visit-romagna-vierbeiner-willkommen .info-box li .info .value,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .section .sassibox-item .content .readmore,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .section a .sassibox-item .content .readmore,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .section .sassibox-item .content .action button,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .section a .sassibox-item .content .action button,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .section .sassibox-item .content h4,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .section a .sassibox-item .content h4,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .section .card-carousel .swiper-slide .iv-wrapper .content p .readmore,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .section .card-carousel .swiper-slide .iv-wrapper .content p a .readmore,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .section .card-carousel .swiper-slide .iv-wrapper .content a p .readmore,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .section .card-carousel .swiper-slide a .iv-wrapper .content p .readmore,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .section .card-carousel .swiper-slide a .iv-wrapper .content p a .readmore,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .section .card-carousel .swiper-slide a .iv-wrapper .content a p .readmore,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .section .card-carousel .swiper-slide .iv-wrapper .content h3,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .section .card-carousel .swiper-slide a .iv-wrapper .content h3,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .info-box .bookmarks ul li a,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .info-box li .info .value,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .section .sassibox-item .content .readmore,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .section a .sassibox-item .content .readmore,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .section .sassibox-item .content .action button,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .section a .sassibox-item .content .action button,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .section .sassibox-item .content h4,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .section a .sassibox-item .content h4,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .section .card-carousel .swiper-slide .iv-wrapper .content p .readmore,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .section .card-carousel .swiper-slide .iv-wrapper .content p a .readmore,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .section .card-carousel .swiper-slide .iv-wrapper .content a p .readmore,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .section .card-carousel .swiper-slide a .iv-wrapper .content p .readmore,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .section .card-carousel .swiper-slide a .iv-wrapper .content p a .readmore,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .section .card-carousel .swiper-slide a .iv-wrapper .content a p .readmore,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .section .card-carousel .swiper-slide .iv-wrapper .content h3,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .section .card-carousel .swiper-slide a .iv-wrapper .content h3,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .info-box .bookmarks ul li a,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .info-box li .info .value,
.romagna-craft .section .sassibox-item .content .readmore,
.romagna-craft .section a .sassibox-item .content .readmore,
.romagna-craft .section .sassibox-item .content .action button,
.romagna-craft .section a .sassibox-item .content .action button,
.romagna-craft .section .sassibox-item .content h4,
.romagna-craft .section a .sassibox-item .content h4,
.romagna-craft .section .card-carousel .swiper-slide .iv-wrapper .content p .readmore,
.romagna-craft .section .card-carousel .swiper-slide .iv-wrapper .content p a .readmore,
.romagna-craft .section .card-carousel .swiper-slide .iv-wrapper .content a p .readmore,
.romagna-craft .section .card-carousel .swiper-slide a .iv-wrapper .content p .readmore,
.romagna-craft .section .card-carousel .swiper-slide a .iv-wrapper .content p a .readmore,
.romagna-craft .section .card-carousel .swiper-slide a .iv-wrapper .content a p .readmore,
.romagna-craft .section .card-carousel .swiper-slide .iv-wrapper .content h3,
.romagna-craft .section .card-carousel .swiper-slide a .iv-wrapper .content h3,
.romagna-craft .info-box .bookmarks ul li a,
.romagna-craft .info-box li .info .value,
.spass .section .sassibox-item .content .readmore,
.spass .section a .sassibox-item .content .readmore,
.spass .section .sassibox-item .content .action button,
.spass .section a .sassibox-item .content .action button,
.spass .section .sassibox-item .content h4,
.spass .section a .sassibox-item .content h4,
.spass .section .card-carousel .swiper-slide .iv-wrapper .content p .readmore,
.spass .section .card-carousel .swiper-slide .iv-wrapper .content p a .readmore,
.spass .section .card-carousel .swiper-slide .iv-wrapper .content a p .readmore,
.spass .section .card-carousel .swiper-slide a .iv-wrapper .content p .readmore,
.spass .section .card-carousel .swiper-slide a .iv-wrapper .content p a .readmore,
.spass .section .card-carousel .swiper-slide a .iv-wrapper .content a p .readmore,
.spass .section .card-carousel .swiper-slide .iv-wrapper .content h3,
.spass .section .card-carousel .swiper-slide a .iv-wrapper .content h3,
.spass .info-box .bookmarks ul li a,
.spass .info-box li .info .value,
.natur .section .sassibox-item .content .readmore,
.natur .section a .sassibox-item .content .readmore,
.natur .section .sassibox-item .content .action button,
.natur .section a .sassibox-item .content .action button,
.natur .section .sassibox-item .content h4,
.natur .section a .sassibox-item .content h4,
.natur .section .card-carousel .swiper-slide .iv-wrapper .content p .readmore,
.natur .section .card-carousel .swiper-slide .iv-wrapper .content p a .readmore,
.natur .section .card-carousel .swiper-slide .iv-wrapper .content a p .readmore,
.natur .section .card-carousel .swiper-slide a .iv-wrapper .content p .readmore,
.natur .section .card-carousel .swiper-slide a .iv-wrapper .content p a .readmore,
.natur .section .card-carousel .swiper-slide a .iv-wrapper .content a p .readmore,
.natur .section .card-carousel .swiper-slide .iv-wrapper .content h3,
.natur .section .card-carousel .swiper-slide a .iv-wrapper .content h3,
.natur .info-box .bookmarks ul li a,
.natur .info-box li .info .value,
.kultur .section .sassibox-item .content .readmore,
.kultur .section a .sassibox-item .content .readmore,
.kultur .section .sassibox-item .content .action button,
.kultur .section a .sassibox-item .content .action button,
.kultur .section .sassibox-item .content h4,
.kultur .section a .sassibox-item .content h4,
.kultur .section .card-carousel .swiper-slide .iv-wrapper .content p .readmore,
.kultur .section .card-carousel .swiper-slide .iv-wrapper .content p a .readmore,
.kultur .section .card-carousel .swiper-slide .iv-wrapper .content a p .readmore,
.kultur .section .card-carousel .swiper-slide a .iv-wrapper .content p .readmore,
.kultur .section .card-carousel .swiper-slide a .iv-wrapper .content p a .readmore,
.kultur .section .card-carousel .swiper-slide a .iv-wrapper .content a p .readmore,
.kultur .section .card-carousel .swiper-slide .iv-wrapper .content h3,
.kultur .section .card-carousel .swiper-slide a .iv-wrapper .content h3,
.kultur .info-box .bookmarks ul li a,
.kultur .info-box li .info .value,
.pet .section .sassibox-item .content .readmore,
.pet .section a .sassibox-item .content .readmore,
.pet .section .sassibox-item .content .action button,
.pet .section a .sassibox-item .content .action button,
.pet .section .sassibox-item .content h4,
.pet .section a .sassibox-item .content h4,
.pet .section .card-carousel .swiper-slide .iv-wrapper .content p .readmore,
.pet .section .card-carousel .swiper-slide .iv-wrapper .content p a .readmore,
.pet .section .card-carousel .swiper-slide .iv-wrapper .content a p .readmore,
.pet .section .card-carousel .swiper-slide a .iv-wrapper .content p .readmore,
.pet .section .card-carousel .swiper-slide a .iv-wrapper .content p a .readmore,
.pet .section .card-carousel .swiper-slide a .iv-wrapper .content a p .readmore,
.pet .section .card-carousel .swiper-slide .iv-wrapper .content h3,
.pet .section .card-carousel .swiper-slide a .iv-wrapper .content h3,
.pet .info-box .bookmarks ul li a,
.pet .info-box li .info .value,
.default .section .sassibox-item .content .readmore,
.default .section a .sassibox-item .content .readmore,
.default .section .sassibox-item .content .action button,
.default .section a .sassibox-item .content .action button,
.default .section .sassibox-item .content h4,
.default .section a .sassibox-item .content h4,
.default .section .card-carousel .swiper-slide .iv-wrapper .content p .readmore,
.default .section .card-carousel .swiper-slide .iv-wrapper .content p a .readmore,
.default .section .card-carousel .swiper-slide .iv-wrapper .content a p .readmore,
.default .section .card-carousel .swiper-slide a .iv-wrapper .content p .readmore,
.default .section .card-carousel .swiper-slide a .iv-wrapper .content p a .readmore,
.default .section .card-carousel .swiper-slide a .iv-wrapper .content a p .readmore,
.default .section .card-carousel .swiper-slide .iv-wrapper .content h3,
.default .section .card-carousel .swiper-slide a .iv-wrapper .content h3,
.default .info-box .bookmarks ul li a,
.default .info-box li .info .value,
.liscio .section .sassibox-item .content .readmore,
.liscio .section a .sassibox-item .content .readmore,
.liscio .section .sassibox-item .content .action button,
.liscio .section a .sassibox-item .content .action button,
.liscio .section .sassibox-item .content h4,
.liscio .section a .sassibox-item .content h4,
.liscio .section .card-carousel .swiper-slide .iv-wrapper .content p .readmore,
.liscio .section .card-carousel .swiper-slide .iv-wrapper .content p a .readmore,
.liscio .section .card-carousel .swiper-slide .iv-wrapper .content a p .readmore,
.liscio .section .card-carousel .swiper-slide a .iv-wrapper .content p .readmore,
.liscio .section .card-carousel .swiper-slide a .iv-wrapper .content p a .readmore,
.liscio .section .card-carousel .swiper-slide a .iv-wrapper .content a p .readmore,
.liscio .section .card-carousel .swiper-slide .iv-wrapper .content h3,
.liscio .section .card-carousel .swiper-slide a .iv-wrapper .content h3,
.liscio .info-box .bookmarks ul li a,
.liscio .info-box li .info .value,
.romagna .section .sassibox-item .content .readmore,
.romagna .section a .sassibox-item .content .readmore,
.romagna .section .sassibox-item .content .action button,
.romagna .section a .sassibox-item .content .action button,
.romagna .section .sassibox-item .content h4,
.romagna .section a .sassibox-item .content h4,
.romagna .section .card-carousel .swiper-slide .iv-wrapper .content p .readmore,
.romagna .section .card-carousel .swiper-slide .iv-wrapper .content p a .readmore,
.romagna .section .card-carousel .swiper-slide .iv-wrapper .content a p .readmore,
.romagna .section .card-carousel .swiper-slide a .iv-wrapper .content p .readmore,
.romagna .section .card-carousel .swiper-slide a .iv-wrapper .content p a .readmore,
.romagna .section .card-carousel .swiper-slide a .iv-wrapper .content a p .readmore,
.romagna .section .card-carousel .swiper-slide .iv-wrapper .content h3,
.romagna .section .card-carousel .swiper-slide a .iv-wrapper .content h3,
.romagna .info-box .bookmarks ul li a,
.romagna .info-box li .info .value,
.motorcycle .section .sassibox-item .content .readmore,
.motorcycle .section a .sassibox-item .content .readmore,
.motorcycle .section .sassibox-item .content .action button,
.motorcycle .section a .sassibox-item .content .action button,
.motorcycle .section .sassibox-item .content h4,
.motorcycle .section a .sassibox-item .content h4,
.motorcycle .section .card-carousel .swiper-slide .iv-wrapper .content p .readmore,
.motorcycle .section .card-carousel .swiper-slide .iv-wrapper .content p a .readmore,
.motorcycle .section .card-carousel .swiper-slide .iv-wrapper .content a p .readmore,
.motorcycle .section .card-carousel .swiper-slide a .iv-wrapper .content p .readmore,
.motorcycle .section .card-carousel .swiper-slide a .iv-wrapper .content p a .readmore,
.motorcycle .section .card-carousel .swiper-slide a .iv-wrapper .content a p .readmore,
.motorcycle .section .card-carousel .swiper-slide .iv-wrapper .content h3,
.motorcycle .section .card-carousel .swiper-slide a .iv-wrapper .content h3,
.motorcycle .info-box .bookmarks ul li a,
.motorcycle .info-box li .info .value,
.sport .section .sassibox-item .content .readmore,
.sport .section a .sassibox-item .content .readmore,
.sport .section .sassibox-item .content .action button,
.sport .section a .sassibox-item .content .action button,
.sport .section .sassibox-item .content h4,
.sport .section a .sassibox-item .content h4,
.sport .section .card-carousel .swiper-slide .iv-wrapper .content p .readmore,
.sport .section .card-carousel .swiper-slide .iv-wrapper .content p a .readmore,
.sport .section .card-carousel .swiper-slide .iv-wrapper .content a p .readmore,
.sport .section .card-carousel .swiper-slide a .iv-wrapper .content p .readmore,
.sport .section .card-carousel .swiper-slide a .iv-wrapper .content p a .readmore,
.sport .section .card-carousel .swiper-slide a .iv-wrapper .content a p .readmore,
.sport .section .card-carousel .swiper-slide .iv-wrapper .content h3,
.sport .section .card-carousel .swiper-slide a .iv-wrapper .content h3,
.sport .info-box .bookmarks ul li a,
.sport .info-box li .info .value,
.fun .section .sassibox-item .content .readmore,
.fun .section a .sassibox-item .content .readmore,
.fun .section .sassibox-item .content .action button,
.fun .section a .sassibox-item .content .action button,
.fun .section .sassibox-item .content h4,
.fun .section a .sassibox-item .content h4,
.fun .section .card-carousel .swiper-slide .iv-wrapper .content p .readmore,
.fun .section .card-carousel .swiper-slide .iv-wrapper .content p a .readmore,
.fun .section .card-carousel .swiper-slide .iv-wrapper .content a p .readmore,
.fun .section .card-carousel .swiper-slide a .iv-wrapper .content p .readmore,
.fun .section .card-carousel .swiper-slide a .iv-wrapper .content p a .readmore,
.fun .section .card-carousel .swiper-slide a .iv-wrapper .content a p .readmore,
.fun .section .card-carousel .swiper-slide .iv-wrapper .content h3,
.fun .section .card-carousel .swiper-slide a .iv-wrapper .content h3,
.fun .info-box .bookmarks ul li a,
.fun .info-box li .info .value,
.wellness .section .sassibox-item .content .readmore,
.wellness .section a .sassibox-item .content .readmore,
.wellness .section .sassibox-item .content .action button,
.wellness .section a .sassibox-item .content .action button,
.wellness .section .sassibox-item .content h4,
.wellness .section a .sassibox-item .content h4,
.wellness .section .card-carousel .swiper-slide .iv-wrapper .content p .readmore,
.wellness .section .card-carousel .swiper-slide .iv-wrapper .content p a .readmore,
.wellness .section .card-carousel .swiper-slide .iv-wrapper .content a p .readmore,
.wellness .section .card-carousel .swiper-slide a .iv-wrapper .content p .readmore,
.wellness .section .card-carousel .swiper-slide a .iv-wrapper .content p a .readmore,
.wellness .section .card-carousel .swiper-slide a .iv-wrapper .content a p .readmore,
.wellness .section .card-carousel .swiper-slide .iv-wrapper .content h3,
.wellness .section .card-carousel .swiper-slide a .iv-wrapper .content h3,
.wellness .info-box .bookmarks ul li a,
.wellness .info-box li .info .value,
.empire .section .sassibox-item .content .readmore,
.empire .section a .sassibox-item .content .readmore,
.empire .section .sassibox-item .content .action button,
.empire .section a .sassibox-item .content .action button,
.empire .section .sassibox-item .content h4,
.empire .section a .sassibox-item .content h4,
.empire .section .card-carousel .swiper-slide .iv-wrapper .content p .readmore,
.empire .section .card-carousel .swiper-slide .iv-wrapper .content p a .readmore,
.empire .section .card-carousel .swiper-slide .iv-wrapper .content a p .readmore,
.empire .section .card-carousel .swiper-slide a .iv-wrapper .content p .readmore,
.empire .section .card-carousel .swiper-slide a .iv-wrapper .content p a .readmore,
.empire .section .card-carousel .swiper-slide a .iv-wrapper .content a p .readmore,
.empire .section .card-carousel .swiper-slide .iv-wrapper .content h3,
.empire .section .card-carousel .swiper-slide a .iv-wrapper .content h3,
.empire .info-box .bookmarks ul li a,
.empire .info-box li .info .value,
.bike .section .sassibox-item .content .readmore,
.bike .section a .sassibox-item .content .readmore,
.bike .section .sassibox-item .content .action button,
.bike .section a .sassibox-item .content .action button,
.bike .section .sassibox-item .content h4,
.bike .section a .sassibox-item .content h4,
.bike .section .card-carousel .swiper-slide .iv-wrapper .content p .readmore,
.bike .section .card-carousel .swiper-slide .iv-wrapper .content p a .readmore,
.bike .section .card-carousel .swiper-slide .iv-wrapper .content a p .readmore,
.bike .section .card-carousel .swiper-slide a .iv-wrapper .content p .readmore,
.bike .section .card-carousel .swiper-slide a .iv-wrapper .content p a .readmore,
.bike .section .card-carousel .swiper-slide a .iv-wrapper .content a p .readmore,
.bike .section .card-carousel .swiper-slide .iv-wrapper .content h3,
.bike .section .card-carousel .swiper-slide a .iv-wrapper .content h3,
.bike .info-box .bookmarks ul li a,
.bike .info-box li .info .value,
.castle .section .sassibox-item .content .readmore,
.castle .section a .sassibox-item .content .readmore,
.castle .section .sassibox-item .content .action button,
.castle .section a .sassibox-item .content .action button,
.castle .section .sassibox-item .content h4,
.castle .section a .sassibox-item .content h4,
.castle .section .card-carousel .swiper-slide .iv-wrapper .content p .readmore,
.castle .section .card-carousel .swiper-slide .iv-wrapper .content p a .readmore,
.castle .section .card-carousel .swiper-slide .iv-wrapper .content a p .readmore,
.castle .section .card-carousel .swiper-slide a .iv-wrapper .content p .readmore,
.castle .section .card-carousel .swiper-slide a .iv-wrapper .content p a .readmore,
.castle .section .card-carousel .swiper-slide a .iv-wrapper .content a p .readmore,
.castle .section .card-carousel .swiper-slide .iv-wrapper .content h3,
.castle .section .card-carousel .swiper-slide a .iv-wrapper .content h3,
.castle .info-box .bookmarks ul li a,
.castle .info-box li .info .value,
.culture .section .sassibox-item .content .readmore,
.culture .section a .sassibox-item .content .readmore,
.culture .section .sassibox-item .content .action button,
.culture .section a .sassibox-item .content .action button,
.culture .section .sassibox-item .content h4,
.culture .section a .sassibox-item .content h4,
.culture .section .card-carousel .swiper-slide .iv-wrapper .content p .readmore,
.culture .section .card-carousel .swiper-slide .iv-wrapper .content p a .readmore,
.culture .section .card-carousel .swiper-slide .iv-wrapper .content a p .readmore,
.culture .section .card-carousel .swiper-slide a .iv-wrapper .content p .readmore,
.culture .section .card-carousel .swiper-slide a .iv-wrapper .content p a .readmore,
.culture .section .card-carousel .swiper-slide a .iv-wrapper .content a p .readmore,
.culture .section .card-carousel .swiper-slide .iv-wrapper .content h3,
.culture .section .card-carousel .swiper-slide a .iv-wrapper .content h3,
.culture .info-box .bookmarks ul li a,
.culture .info-box li .info .value,
.romagna_autentica .section .sassibox-item .content .readmore,
.romagna_autentica .section a .sassibox-item .content .readmore,
.romagna_autentica .section .sassibox-item .content .action button,
.romagna_autentica .section a .sassibox-item .content .action button,
.romagna_autentica .section .sassibox-item .content h4,
.romagna_autentica .section a .sassibox-item .content h4,
.romagna_autentica .section .card-carousel .swiper-slide .iv-wrapper .content p .readmore,
.romagna_autentica .section .card-carousel .swiper-slide .iv-wrapper .content p a .readmore,
.romagna_autentica .section .card-carousel .swiper-slide .iv-wrapper .content a p .readmore,
.romagna_autentica .section .card-carousel .swiper-slide a .iv-wrapper .content p .readmore,
.romagna_autentica .section .card-carousel .swiper-slide a .iv-wrapper .content p a .readmore,
.romagna_autentica .section .card-carousel .swiper-slide a .iv-wrapper .content a p .readmore,
.romagna_autentica .section .card-carousel .swiper-slide .iv-wrapper .content h3,
.romagna_autentica .section .card-carousel .swiper-slide a .iv-wrapper .content h3,
.romagna_autentica .info-box .bookmarks ul li a,
.romagna_autentica .info-box li .info .value,
.nature .section .sassibox-item .content .readmore,
.nature .section a .sassibox-item .content .readmore,
.nature .section .sassibox-item .content .action button,
.nature .section a .sassibox-item .content .action button,
.nature .section .sassibox-item .content h4,
.nature .section a .sassibox-item .content h4,
.nature .section .card-carousel .swiper-slide .iv-wrapper .content p .readmore,
.nature .section .card-carousel .swiper-slide .iv-wrapper .content p a .readmore,
.nature .section .card-carousel .swiper-slide .iv-wrapper .content a p .readmore,
.nature .section .card-carousel .swiper-slide a .iv-wrapper .content p .readmore,
.nature .section .card-carousel .swiper-slide a .iv-wrapper .content p a .readmore,
.nature .section .card-carousel .swiper-slide a .iv-wrapper .content a p .readmore,
.nature .section .card-carousel .swiper-slide .iv-wrapper .content h3,
.nature .section .card-carousel .swiper-slide a .iv-wrapper .content h3,
.nature .info-box .bookmarks ul li a,
.nature .info-box li .info .value,
.food .section .sassibox-item .content .readmore,
.food .section a .sassibox-item .content .readmore,
.food .section .sassibox-item .content .action button,
.food .section a .sassibox-item .content .action button,
.food .section .sassibox-item .content h4,
.food .section a .sassibox-item .content h4,
.food .section .card-carousel .swiper-slide .iv-wrapper .content p .readmore,
.food .section .card-carousel .swiper-slide .iv-wrapper .content p a .readmore,
.food .section .card-carousel .swiper-slide .iv-wrapper .content a p .readmore,
.food .section .card-carousel .swiper-slide a .iv-wrapper .content p .readmore,
.food .section .card-carousel .swiper-slide a .iv-wrapper .content p a .readmore,
.food .section .card-carousel .swiper-slide a .iv-wrapper .content a p .readmore,
.food .section .card-carousel .swiper-slide .iv-wrapper .content h3,
.food .section .card-carousel .swiper-slide a .iv-wrapper .content h3,
.food .info-box .bookmarks ul li a,
.food .info-box li .info .value,
.beach .section .sassibox-item .content .readmore,
.beach .section a .sassibox-item .content .readmore,
.beach .section .sassibox-item .content .action button,
.beach .section a .sassibox-item .content .action button,
.beach .section .sassibox-item .content h4,
.beach .section a .sassibox-item .content h4,
.beach .section .card-carousel .swiper-slide .iv-wrapper .content p .readmore,
.beach .section .card-carousel .swiper-slide .iv-wrapper .content p a .readmore,
.beach .section .card-carousel .swiper-slide .iv-wrapper .content a p .readmore,
.beach .section .card-carousel .swiper-slide a .iv-wrapper .content p .readmore,
.beach .section .card-carousel .swiper-slide a .iv-wrapper .content p a .readmore,
.beach .section .card-carousel .swiper-slide a .iv-wrapper .content a p .readmore,
.beach .section .card-carousel .swiper-slide .iv-wrapper .content h3,
.beach .section .card-carousel .swiper-slide a .iv-wrapper .content h3,
.beach .info-box .bookmarks ul li a,
.beach .info-box li .info .value,
.rock .section .sassibox-item .content .readmore,
.rock .section a .sassibox-item .content .readmore,
.rock .section .sassibox-item .content .action button,
.rock .section a .sassibox-item .content .action button,
.rock .section .sassibox-item .content h4,
.rock .section a .sassibox-item .content h4,
.rock .section .card-carousel .swiper-slide .iv-wrapper .content p .readmore,
.rock .section .card-carousel .swiper-slide .iv-wrapper .content p a .readmore,
.rock .section .card-carousel .swiper-slide .iv-wrapper .content a p .readmore,
.rock .section .card-carousel .swiper-slide a .iv-wrapper .content p .readmore,
.rock .section .card-carousel .swiper-slide a .iv-wrapper .content p a .readmore,
.rock .section .card-carousel .swiper-slide a .iv-wrapper .content a p .readmore,
.rock .section .card-carousel .swiper-slide .iv-wrapper .content h3,
.rock .section .card-carousel .swiper-slide a .iv-wrapper .content h3,
.rock .info-box .bookmarks ul li a,
.rock .info-box li .info .value,
.booking .section .sassibox-item .content .readmore,
.booking .section a .sassibox-item .content .readmore,
.booking .section .sassibox-item .content .action button,
.booking .section a .sassibox-item .content .action button,
.booking .section .sassibox-item .content h4,
.booking .section a .sassibox-item .content h4,
.booking .section .card-carousel .swiper-slide .iv-wrapper .content p .readmore,
.booking .section .card-carousel .swiper-slide .iv-wrapper .content p a .readmore,
.booking .section .card-carousel .swiper-slide .iv-wrapper .content a p .readmore,
.booking .section .card-carousel .swiper-slide a .iv-wrapper .content p .readmore,
.booking .section .card-carousel .swiper-slide a .iv-wrapper .content p a .readmore,
.booking .section .card-carousel .swiper-slide a .iv-wrapper .content a p .readmore,
.booking .section .card-carousel .swiper-slide .iv-wrapper .content h3,
.booking .section .card-carousel .swiper-slide a .iv-wrapper .content h3,
.booking .info-box .bookmarks ul li a,
.booking .info-box li .info .value,
.odm .section .sassibox-item .content .readmore,
.odm .section a .sassibox-item .content .readmore,
.odm .section .sassibox-item .content .action button,
.odm .section a .sassibox-item .content .action button,
.odm .section .sassibox-item .content h4,
.odm .section a .sassibox-item .content h4,
.odm .section .card-carousel .swiper-slide .iv-wrapper .content p .readmore,
.odm .section .card-carousel .swiper-slide .iv-wrapper .content p a .readmore,
.odm .section .card-carousel .swiper-slide .iv-wrapper .content a p .readmore,
.odm .section .card-carousel .swiper-slide a .iv-wrapper .content p .readmore,
.odm .section .card-carousel .swiper-slide a .iv-wrapper .content p a .readmore,
.odm .section .card-carousel .swiper-slide a .iv-wrapper .content a p .readmore,
.odm .section .card-carousel .swiper-slide .iv-wrapper .content h3,
.odm .section .card-carousel .swiper-slide a .iv-wrapper .content h3,
.odm .info-box .bookmarks ul li a,
.odm .info-box li .info .value,
.meteo .section .sassibox-item .content .readmore,
.meteo .section a .sassibox-item .content .readmore,
.meteo .section .sassibox-item .content .action button,
.meteo .section a .sassibox-item .content .action button,
.meteo .section .sassibox-item .content h4,
.meteo .section a .sassibox-item .content h4,
.meteo .section .card-carousel .swiper-slide .iv-wrapper .content p .readmore,
.meteo .section .card-carousel .swiper-slide .iv-wrapper .content p a .readmore,
.meteo .section .card-carousel .swiper-slide .iv-wrapper .content a p .readmore,
.meteo .section .card-carousel .swiper-slide a .iv-wrapper .content p .readmore,
.meteo .section .card-carousel .swiper-slide a .iv-wrapper .content p a .readmore,
.meteo .section .card-carousel .swiper-slide a .iv-wrapper .content a p .readmore,
.meteo .section .card-carousel .swiper-slide .iv-wrapper .content h3,
.meteo .section .card-carousel .swiper-slide a .iv-wrapper .content h3,
.meteo .info-box .bookmarks ul li a,
.meteo .info-box li .info .value,
.iat .section .sassibox-item .content .readmore,
.iat .section a .sassibox-item .content .readmore,
.iat .section .sassibox-item .content .action button,
.iat .section a .sassibox-item .content .action button,
.iat .section .sassibox-item .content h4,
.iat .section a .sassibox-item .content h4,
.iat .section .card-carousel .swiper-slide .iv-wrapper .content p .readmore,
.iat .section .card-carousel .swiper-slide .iv-wrapper .content h3,
.iat .section .card-carousel .swiper-slide a .iv-wrapper .content h3,
.iat .info-box .bookmarks ul li a,
.iat .info-box li .info .value,
.news .section .sassibox-item .content .readmore,
.news .section a .sassibox-item .content .readmore,
.news .section .sassibox-item .content .action button,
.news .section a .sassibox-item .content .action button,
.news .section .sassibox-item .content h4,
.news .section a .sassibox-item .content h4,
.news .section .card-carousel .swiper-slide .iv-wrapper .content p .readmore,
.news .section .card-carousel .swiper-slide .iv-wrapper .content h3,
.news .section .card-carousel .swiper-slide a .iv-wrapper .content h3,
.news .info-box .bookmarks ul li a,
.news .info-box li .info .value,
.esperienze .section .sassibox-item .content .readmore,
.esperienze .section a .sassibox-item .content .readmore,
.esperienze .section .sassibox-item .content .action button,
.esperienze .section a .sassibox-item .content .action button,
.esperienze .section .sassibox-item .content h4,
.esperienze .section a .sassibox-item .content h4,
.esperienze .section .card-carousel .swiper-slide .iv-wrapper .content p .readmore,
.esperienze .section .card-carousel .swiper-slide .iv-wrapper .content h3,
.esperienze .section .card-carousel .swiper-slide a .iv-wrapper .content h3,
.esperienze .info-box .bookmarks ul li a,
.esperienze .info-box li .info .value,
.pianifica .section .sassibox-item .content .readmore,
.pianifica .section a .sassibox-item .content .readmore,
.pianifica .section .sassibox-item .content .action button,
.pianifica .section a .sassibox-item .content .action button,
.pianifica .section .sassibox-item .content h4,
.pianifica .section a .sassibox-item .content h4,
.pianifica .section .card-carousel .swiper-slide .iv-wrapper .content p .readmore,
.pianifica .section .card-carousel .swiper-slide .iv-wrapper .content h3,
.pianifica .section .card-carousel .swiper-slide a .iv-wrapper .content h3,
.pianifica .info-box .bookmarks ul li a,
.pianifica .info-box li .info .value,
.eventi .section .sassibox-item .content .readmore,
.eventi .section a .sassibox-item .content .readmore,
.eventi .section .sassibox-item .content .action button,
.eventi .section a .sassibox-item .content .action button,
.eventi .section .sassibox-item .content h4,
.eventi .section a .sassibox-item .content h4,
.eventi .section .card-carousel .swiper-slide .iv-wrapper .content p .readmore,
.eventi .section .card-carousel .swiper-slide .iv-wrapper .content h3,
.eventi .section .card-carousel .swiper-slide a .iv-wrapper .content h3,
.eventi .info-box .bookmarks ul li a,
.eventi .info-box li .info .value,
.idee .section .sassibox-item .content .readmore,
.idee .section a .sassibox-item .content .readmore,
.idee .section .sassibox-item .content .action button,
.idee .section a .sassibox-item .content .action button,
.idee .section .sassibox-item .content h4,
.idee .section a .sassibox-item .content h4,
.idee .section .card-carousel .swiper-slide .iv-wrapper .content p .readmore,
.idee .section .card-carousel .swiper-slide .iv-wrapper .content h3,
.idee .section .card-carousel .swiper-slide a .iv-wrapper .content h3,
.idee .info-box .bookmarks ul li a,
.idee .info-box li .info .value,
.scopri .section .sassibox-item .content .readmore,
.scopri .section a .sassibox-item .content .readmore,
.scopri .section .sassibox-item .content .action button,
.scopri .section a .sassibox-item .content .action button,
.scopri .section .sassibox-item .content h4,
.scopri .section a .sassibox-item .content h4,
.scopri .section .card-carousel .swiper-slide .iv-wrapper .content p .readmore,
.scopri .section .card-carousel .swiper-slide .iv-wrapper .content h3,
.scopri .section .card-carousel .swiper-slide a .iv-wrapper .content h3,
.scopri .info-box .bookmarks ul li a,
.scopri .info-box li .info .value,
.home-test .btn,
.home-slider .swiper-slide .caption .btn,
.home-boxes .image .caption .btn,
.eventbox .content .scrim .address,
.eventbox .content .scrim .indirizzo,
.eventbox .content .scrim .city,
.box .content .scrim .address,
.box .content .scrim .indirizzo,
.box .content .scrim .city,
.idee-viaggio .body .swiper-slide .iv-wrapper .content p .readmore,
.idee-viaggio .body .swiper-slide .iv-wrapper .content h3,
body.er footer .info p.title,
body.er footer .newsletter .btn,
body.er .erwelcome .banner .btn,
body.er .carousel .swiper-slide .carousel-content .btn,
body.er .btn-er,
body.er .instagram .instabutton div span,
.instagram .instabutton div body.er span {
  font-weight: 600;
}

.italicBold,
.destinazioni .contentBox blockquote,
.localita #searchbox-app #lista_risultati .wrapper nav .pagination .page-item .page-link,
.localita #searchbox-app #lista_risultati .wrapper .item .body h3 a,
.localita #searchbox-app #lista_risultati .wrapper .results,
.archive .pagination .page-item.active .page-link,
body.er .erwelcome .banner h2 {
  font-weight: 600;
  font-style: italic;
}

.italicSemiBold,
body.er footer .info p.inemilia,
body.er footer .newsletter h2 {
  font-weight: 600;
  font-style: italic;
}

.italic,
.correlati .title h4,
.search .searchearchbox.vertical .ert-dropdown .ert-combo,
.search .searchearchbox.vertical .form-group,
.search .searchearchbox.horizontal .control label,
.search .searchearchbox.horizontal .control .ert-dropdown .ert-combo,
.downloads .downloadsearchbox.vertical .ert-dropdown .ert-combo,
.downloads .downloadsearchbox.vertical .form-group,
.downloads .downloadsearchbox.horizontal .control label,
.downloads .downloadsearchbox.horizontal .control .ert-dropdown .ert-combo,
.booking .booking-form p,
.booking-menu .booking-form p,
.destinazioni .logo-box a,
.localita #searchbox-app #search_localita_map .box-ricerca #collapse-localita .form-group,
.localita #searchbox-app #search_localita_map .box-ricerca label,
.localita #searchbox-app #lista_risultati .form-group,
.itinerari .searchbox .control label,
.itinerari .searchbox .control .ert-dropdown .ert-combo,
.itinerari .searchbox.horizontal .control label,
.itinerari .searchbox.horizontal .control .ert-dropdown .ert-combo,
.archive.page404 .subtitle,
.content-box#more-info .redazione,
.content-box#more-info a,
.content-box#more-info-2 .redazione,
.content-box#more-info-2 a,
.i-love-pet-visit-romagna-vierbeiner-willkommen .info-box .title-index,
.i-love-pet-visit-romagna-vierbeiner-willkommen .info-box li .info .title,
.i-love-pet-visit-romagna-vierbeiner-willkommen .top-title-box .breadcrumb,
.i-love-pet-visit-romagna-vierbeiner-willkommen .top-title-box h2,
.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .vertical .ert-dropdown .ert-combo,
.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .vertical .form-group,
.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .control label,
.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .control .ert-dropdown .ert-combo,
.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .vertical .ert-dropdown .ert-combo,
.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .vertical .form-group,
.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .control label,
.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .control .ert-dropdown .ert-combo,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .info-box .title-index,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .info-box li .info .title,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .top-title-box .breadcrumb,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .top-title-box h2,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .vertical .ert-dropdown .ert-combo,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .vertical .form-group,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .control label,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .control .ert-dropdown .ert-combo,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .vertical .ert-dropdown .ert-combo,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .vertical .form-group,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .control label,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .control .ert-dropdown .ert-combo,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .info-box .title-index,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .info-box li .info .title,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .top-title-box .breadcrumb,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .top-title-box h2,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .vertical .ert-dropdown .ert-combo,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .vertical .form-group,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .control label,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .control .ert-dropdown .ert-combo,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .vertical .ert-dropdown .ert-combo,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .vertical .form-group,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .control label,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .control .ert-dropdown .ert-combo,
.romagna-craft .info-box .title-index,
.romagna-craft .info-box li .info .title,
.romagna-craft .top-title-box .breadcrumb,
.romagna-craft .top-title-box h2,
.romagna-craft .operatori_search_box .vertical .ert-dropdown .ert-combo,
.romagna-craft .operatori_search_box .vertical .form-group,
.romagna-craft .operatori_search_box .horizontal .control label,
.romagna-craft .operatori_search_box .horizontal .control .ert-dropdown .ert-combo,
.romagna-craft .xp_search_box .vertical .ert-dropdown .ert-combo,
.romagna-craft .xp_search_box .vertical .form-group,
.romagna-craft .xp_search_box .horizontal .control label,
.romagna-craft .xp_search_box .horizontal .control .ert-dropdown .ert-combo,
.spass .info-box .title-index,
.spass .info-box li .info .title,
.spass .top-title-box .breadcrumb,
.spass .top-title-box h2,
.spass .operatori_search_box .vertical .ert-dropdown .ert-combo,
.spass .operatori_search_box .vertical .form-group,
.spass .operatori_search_box .horizontal .control label,
.spass .operatori_search_box .horizontal .control .ert-dropdown .ert-combo,
.spass .xp_search_box .vertical .ert-dropdown .ert-combo,
.spass .xp_search_box .vertical .form-group,
.spass .xp_search_box .horizontal .control label,
.spass .xp_search_box .horizontal .control .ert-dropdown .ert-combo,
.natur .info-box .title-index,
.natur .info-box li .info .title,
.natur .top-title-box .breadcrumb,
.natur .top-title-box h2,
.natur .operatori_search_box .vertical .ert-dropdown .ert-combo,
.natur .operatori_search_box .vertical .form-group,
.natur .operatori_search_box .horizontal .control label,
.natur .operatori_search_box .horizontal .control .ert-dropdown .ert-combo,
.natur .xp_search_box .vertical .ert-dropdown .ert-combo,
.natur .xp_search_box .vertical .form-group,
.natur .xp_search_box .horizontal .control label,
.natur .xp_search_box .horizontal .control .ert-dropdown .ert-combo,
.kultur .info-box .title-index,
.kultur .info-box li .info .title,
.kultur .top-title-box .breadcrumb,
.kultur .top-title-box h2,
.kultur .operatori_search_box .vertical .ert-dropdown .ert-combo,
.kultur .operatori_search_box .vertical .form-group,
.kultur .operatori_search_box .horizontal .control label,
.kultur .operatori_search_box .horizontal .control .ert-dropdown .ert-combo,
.kultur .xp_search_box .vertical .ert-dropdown .ert-combo,
.kultur .xp_search_box .vertical .form-group,
.kultur .xp_search_box .horizontal .control label,
.kultur .xp_search_box .horizontal .control .ert-dropdown .ert-combo,
.pet .info-box .title-index,
.pet .info-box li .info .title,
.pet .top-title-box .breadcrumb,
.pet .top-title-box h2,
.pet .operatori_search_box .vertical .ert-dropdown .ert-combo,
.pet .operatori_search_box .vertical .form-group,
.pet .operatori_search_box .horizontal .control label,
.pet .operatori_search_box .horizontal .control .ert-dropdown .ert-combo,
.pet .xp_search_box .vertical .ert-dropdown .ert-combo,
.pet .xp_search_box .vertical .form-group,
.pet .xp_search_box .horizontal .control label,
.pet .xp_search_box .horizontal .control .ert-dropdown .ert-combo,
.default .info-box .title-index,
.default .info-box li .info .title,
.default .top-title-box .breadcrumb,
.default .top-title-box h2,
.default .operatori_search_box .vertical .ert-dropdown .ert-combo,
.default .operatori_search_box .vertical .form-group,
.default .operatori_search_box .horizontal .control label,
.default .operatori_search_box .horizontal .control .ert-dropdown .ert-combo,
.default .xp_search_box .vertical .ert-dropdown .ert-combo,
.default .xp_search_box .vertical .form-group,
.default .xp_search_box .horizontal .control label,
.default .xp_search_box .horizontal .control .ert-dropdown .ert-combo,
.liscio .info-box .title-index,
.liscio .info-box li .info .title,
.liscio .top-title-box .breadcrumb,
.liscio .top-title-box h2,
.liscio .operatori_search_box .vertical .ert-dropdown .ert-combo,
.liscio .operatori_search_box .vertical .form-group,
.liscio .operatori_search_box .horizontal .control label,
.liscio .operatori_search_box .horizontal .control .ert-dropdown .ert-combo,
.liscio .xp_search_box .vertical .ert-dropdown .ert-combo,
.liscio .xp_search_box .vertical .form-group,
.liscio .xp_search_box .horizontal .control label,
.liscio .xp_search_box .horizontal .control .ert-dropdown .ert-combo,
.romagna .info-box .title-index,
.romagna .info-box li .info .title,
.romagna .top-title-box .breadcrumb,
.romagna .top-title-box h2,
.romagna .operatori_search_box .vertical .ert-dropdown .ert-combo,
.romagna .operatori_search_box .vertical .form-group,
.romagna .operatori_search_box .horizontal .control label,
.romagna .operatori_search_box .horizontal .control .ert-dropdown .ert-combo,
.romagna .xp_search_box .vertical .ert-dropdown .ert-combo,
.romagna .xp_search_box .vertical .form-group,
.romagna .xp_search_box .horizontal .control label,
.romagna .xp_search_box .horizontal .control .ert-dropdown .ert-combo,
.motorcycle .info-box .title-index,
.motorcycle .info-box li .info .title,
.motorcycle .top-title-box .breadcrumb,
.motorcycle .top-title-box h2,
.motorcycle .operatori_search_box .vertical .ert-dropdown .ert-combo,
.motorcycle .operatori_search_box .vertical .form-group,
.motorcycle .operatori_search_box .horizontal .control label,
.motorcycle .operatori_search_box .horizontal .control .ert-dropdown .ert-combo,
.motorcycle .xp_search_box .vertical .ert-dropdown .ert-combo,
.motorcycle .xp_search_box .vertical .form-group,
.motorcycle .xp_search_box .horizontal .control label,
.motorcycle .xp_search_box .horizontal .control .ert-dropdown .ert-combo,
.sport .info-box .title-index,
.sport .info-box li .info .title,
.sport .top-title-box .breadcrumb,
.sport .top-title-box h2,
.sport .operatori_search_box .vertical .ert-dropdown .ert-combo,
.sport .operatori_search_box .vertical .form-group,
.sport .operatori_search_box .horizontal .control label,
.sport .operatori_search_box .horizontal .control .ert-dropdown .ert-combo,
.sport .xp_search_box .vertical .ert-dropdown .ert-combo,
.sport .xp_search_box .vertical .form-group,
.sport .xp_search_box .horizontal .control label,
.sport .xp_search_box .horizontal .control .ert-dropdown .ert-combo,
.fun .info-box .title-index,
.fun .info-box li .info .title,
.fun .top-title-box .breadcrumb,
.fun .top-title-box h2,
.fun .operatori_search_box .vertical .ert-dropdown .ert-combo,
.fun .operatori_search_box .vertical .form-group,
.fun .operatori_search_box .horizontal .control label,
.fun .operatori_search_box .horizontal .control .ert-dropdown .ert-combo,
.fun .xp_search_box .vertical .ert-dropdown .ert-combo,
.fun .xp_search_box .vertical .form-group,
.fun .xp_search_box .horizontal .control label,
.fun .xp_search_box .horizontal .control .ert-dropdown .ert-combo,
.wellness .info-box .title-index,
.wellness .info-box li .info .title,
.wellness .top-title-box .breadcrumb,
.wellness .top-title-box h2,
.wellness .operatori_search_box .vertical .ert-dropdown .ert-combo,
.wellness .operatori_search_box .vertical .form-group,
.wellness .operatori_search_box .horizontal .control label,
.wellness .operatori_search_box .horizontal .control .ert-dropdown .ert-combo,
.wellness .xp_search_box .vertical .ert-dropdown .ert-combo,
.wellness .xp_search_box .vertical .form-group,
.wellness .xp_search_box .horizontal .control label,
.wellness .xp_search_box .horizontal .control .ert-dropdown .ert-combo,
.empire .info-box .title-index,
.empire .info-box li .info .title,
.empire .top-title-box .breadcrumb,
.empire .top-title-box h2,
.empire .operatori_search_box .vertical .ert-dropdown .ert-combo,
.empire .operatori_search_box .vertical .form-group,
.empire .operatori_search_box .horizontal .control label,
.empire .operatori_search_box .horizontal .control .ert-dropdown .ert-combo,
.empire .xp_search_box .vertical .ert-dropdown .ert-combo,
.empire .xp_search_box .vertical .form-group,
.empire .xp_search_box .horizontal .control label,
.empire .xp_search_box .horizontal .control .ert-dropdown .ert-combo,
.bike .info-box .title-index,
.bike .info-box li .info .title,
.bike .top-title-box .breadcrumb,
.bike .top-title-box h2,
.bike .operatori_search_box .vertical .ert-dropdown .ert-combo,
.bike .operatori_search_box .vertical .form-group,
.bike .operatori_search_box .horizontal .control label,
.bike .operatori_search_box .horizontal .control .ert-dropdown .ert-combo,
.bike .xp_search_box .vertical .ert-dropdown .ert-combo,
.bike .xp_search_box .vertical .form-group,
.bike .xp_search_box .horizontal .control label,
.bike .xp_search_box .horizontal .control .ert-dropdown .ert-combo,
.castle .info-box .title-index,
.castle .info-box li .info .title,
.castle .top-title-box .breadcrumb,
.castle .top-title-box h2,
.castle .operatori_search_box .vertical .ert-dropdown .ert-combo,
.castle .operatori_search_box .vertical .form-group,
.castle .operatori_search_box .horizontal .control label,
.castle .operatori_search_box .horizontal .control .ert-dropdown .ert-combo,
.castle .xp_search_box .vertical .ert-dropdown .ert-combo,
.castle .xp_search_box .vertical .form-group,
.castle .xp_search_box .horizontal .control label,
.castle .xp_search_box .horizontal .control .ert-dropdown .ert-combo,
.culture .info-box .title-index,
.culture .info-box li .info .title,
.culture .top-title-box .breadcrumb,
.culture .top-title-box h2,
.culture .operatori_search_box .vertical .ert-dropdown .ert-combo,
.culture .operatori_search_box .vertical .form-group,
.culture .operatori_search_box .horizontal .control label,
.culture .operatori_search_box .horizontal .control .ert-dropdown .ert-combo,
.culture .xp_search_box .vertical .ert-dropdown .ert-combo,
.culture .xp_search_box .vertical .form-group,
.culture .xp_search_box .horizontal .control label,
.culture .xp_search_box .horizontal .control .ert-dropdown .ert-combo,
.romagna_autentica .info-box .title-index,
.romagna_autentica .info-box li .info .title,
.romagna_autentica .top-title-box .breadcrumb,
.romagna_autentica .top-title-box h2,
.romagna_autentica .operatori_search_box .vertical .ert-dropdown .ert-combo,
.romagna_autentica .operatori_search_box .vertical .form-group,
.romagna_autentica .operatori_search_box .horizontal .control label,
.romagna_autentica .operatori_search_box .horizontal .control .ert-dropdown .ert-combo,
.romagna_autentica .xp_search_box .vertical .ert-dropdown .ert-combo,
.romagna_autentica .xp_search_box .vertical .form-group,
.romagna_autentica .xp_search_box .horizontal .control label,
.romagna_autentica .xp_search_box .horizontal .control .ert-dropdown .ert-combo,
.nature .info-box .title-index,
.nature .info-box li .info .title,
.nature .top-title-box .breadcrumb,
.nature .top-title-box h2,
.nature .operatori_search_box .vertical .ert-dropdown .ert-combo,
.nature .operatori_search_box .vertical .form-group,
.nature .operatori_search_box .horizontal .control label,
.nature .operatori_search_box .horizontal .control .ert-dropdown .ert-combo,
.nature .xp_search_box .vertical .ert-dropdown .ert-combo,
.nature .xp_search_box .vertical .form-group,
.nature .xp_search_box .horizontal .control label,
.nature .xp_search_box .horizontal .control .ert-dropdown .ert-combo,
.food .info-box .title-index,
.food .info-box li .info .title,
.food .top-title-box .breadcrumb,
.food .top-title-box h2,
.food .operatori_search_box .vertical .ert-dropdown .ert-combo,
.food .operatori_search_box .vertical .form-group,
.food .operatori_search_box .horizontal .control label,
.food .operatori_search_box .horizontal .control .ert-dropdown .ert-combo,
.food .xp_search_box .vertical .ert-dropdown .ert-combo,
.food .xp_search_box .vertical .form-group,
.food .xp_search_box .horizontal .control label,
.food .xp_search_box .horizontal .control .ert-dropdown .ert-combo,
.beach .info-box .title-index,
.beach .info-box li .info .title,
.beach .top-title-box .breadcrumb,
.beach .top-title-box h2,
.beach .operatori_search_box .vertical .ert-dropdown .ert-combo,
.beach .operatori_search_box .vertical .form-group,
.beach .operatori_search_box .horizontal .control label,
.beach .operatori_search_box .horizontal .control .ert-dropdown .ert-combo,
.beach .xp_search_box .vertical .ert-dropdown .ert-combo,
.beach .xp_search_box .vertical .form-group,
.beach .xp_search_box .horizontal .control label,
.beach .xp_search_box .horizontal .control .ert-dropdown .ert-combo,
.rock .info-box .title-index,
.rock .info-box li .info .title,
.rock .top-title-box .breadcrumb,
.rock .top-title-box h2,
.rock .operatori_search_box .vertical .ert-dropdown .ert-combo,
.rock .operatori_search_box .vertical .form-group,
.rock .operatori_search_box .horizontal .control label,
.rock .operatori_search_box .horizontal .control .ert-dropdown .ert-combo,
.rock .xp_search_box .vertical .ert-dropdown .ert-combo,
.rock .xp_search_box .vertical .form-group,
.rock .xp_search_box .horizontal .control label,
.rock .xp_search_box .horizontal .control .ert-dropdown .ert-combo,
.booking .info-box .title-index,
.booking .info-box li .info .title,
.booking .top-title-box .breadcrumb,
.booking .top-title-box h2,
.booking .operatori_search_box .vertical .ert-dropdown .ert-combo,
.booking .operatori_search_box .vertical .form-group,
.booking .operatori_search_box .horizontal .control label,
.booking .operatori_search_box .horizontal .control .ert-dropdown .ert-combo,
.booking .xp_search_box .vertical .ert-dropdown .ert-combo,
.booking .xp_search_box .vertical .form-group,
.booking .xp_search_box .horizontal .control label,
.booking .xp_search_box .horizontal .control .ert-dropdown .ert-combo,
.odm .info-box .title-index,
.odm .info-box li .info .title,
.odm .top-title-box .breadcrumb,
.odm .top-title-box h2,
.odm .operatori_search_box .vertical .ert-dropdown .ert-combo,
.odm .operatori_search_box .vertical .form-group,
.odm .operatori_search_box .horizontal .control label,
.odm .operatori_search_box .horizontal .control .ert-dropdown .ert-combo,
.odm .xp_search_box .vertical .ert-dropdown .ert-combo,
.odm .xp_search_box .vertical .form-group,
.odm .xp_search_box .horizontal .control label,
.odm .xp_search_box .horizontal .control .ert-dropdown .ert-combo,
.meteo .info-box .title-index,
.meteo .info-box li .info .title,
.meteo .top-title-box .breadcrumb,
.meteo .top-title-box h2,
.meteo .operatori_search_box .vertical .ert-dropdown .ert-combo,
.meteo .operatori_search_box .vertical .form-group,
.meteo .operatori_search_box .horizontal .control label,
.meteo .operatori_search_box .horizontal .control .ert-dropdown .ert-combo,
.meteo .xp_search_box .vertical .ert-dropdown .ert-combo,
.meteo .xp_search_box .vertical .form-group,
.meteo .xp_search_box .horizontal .control label,
.meteo .xp_search_box .horizontal .control .ert-dropdown .ert-combo,
.iat .info-box .title-index,
.iat .info-box li .info .title,
.iat .top-title-box .breadcrumb,
.iat .top-title-box h2,
.iat .operatori_search_box .vertical .ert-dropdown .ert-combo,
.iat .operatori_search_box .vertical .form-group,
.iat .operatori_search_box .horizontal .control label,
.iat .operatori_search_box .horizontal .control .ert-dropdown .ert-combo,
.iat .xp_search_box .vertical .ert-dropdown .ert-combo,
.iat .xp_search_box .vertical .form-group,
.iat .xp_search_box .horizontal .control label,
.iat .xp_search_box .horizontal .control .ert-dropdown .ert-combo,
.news .info-box .title-index,
.news .info-box li .info .title,
.news .top-title-box .breadcrumb,
.news .top-title-box h2,
.news .operatori_search_box .vertical .ert-dropdown .ert-combo,
.news .operatori_search_box .vertical .form-group,
.news .operatori_search_box .horizontal .control label,
.news .operatori_search_box .horizontal .control .ert-dropdown .ert-combo,
.news .xp_search_box .vertical .ert-dropdown .ert-combo,
.news .xp_search_box .vertical .form-group,
.news .xp_search_box .horizontal .control label,
.news .xp_search_box .horizontal .control .ert-dropdown .ert-combo,
.esperienze .info-box .title-index,
.esperienze .info-box li .info .title,
.esperienze .top-title-box .breadcrumb,
.esperienze .top-title-box h2,
.esperienze .operatori_search_box .vertical .ert-dropdown .ert-combo,
.esperienze .operatori_search_box .vertical .form-group,
.esperienze .operatori_search_box .horizontal .control label,
.esperienze .operatori_search_box .horizontal .control .ert-dropdown .ert-combo,
.esperienze .xp_search_box .vertical .ert-dropdown .ert-combo,
.esperienze .xp_search_box .vertical .form-group,
.esperienze .xp_search_box .horizontal .control label,
.esperienze .xp_search_box .horizontal .control .ert-dropdown .ert-combo,
.pianifica .info-box .title-index,
.pianifica .info-box li .info .title,
.pianifica .top-title-box .breadcrumb,
.pianifica .top-title-box h2,
.pianifica .operatori_search_box .vertical .ert-dropdown .ert-combo,
.pianifica .operatori_search_box .vertical .form-group,
.pianifica .operatori_search_box .horizontal .control label,
.pianifica .operatori_search_box .horizontal .control .ert-dropdown .ert-combo,
.pianifica .xp_search_box .vertical .ert-dropdown .ert-combo,
.pianifica .xp_search_box .vertical .form-group,
.pianifica .xp_search_box .horizontal .control label,
.pianifica .xp_search_box .horizontal .control .ert-dropdown .ert-combo,
.eventi .info-box .title-index,
.eventi .info-box li .info .title,
.eventi .top-title-box .breadcrumb,
.eventi .top-title-box h2,
.eventi .operatori_search_box .vertical .ert-dropdown .ert-combo,
.eventi .operatori_search_box .vertical .form-group,
.eventi .operatori_search_box .horizontal .control label,
.eventi .operatori_search_box .horizontal .control .ert-dropdown .ert-combo,
.eventi .xp_search_box .vertical .ert-dropdown .ert-combo,
.eventi .xp_search_box .vertical .form-group,
.eventi .xp_search_box .horizontal .control label,
.eventi .xp_search_box .horizontal .control .ert-dropdown .ert-combo,
.idee .info-box .title-index,
.idee .info-box li .info .title,
.idee .top-title-box .breadcrumb,
.idee .top-title-box h2,
.idee .operatori_search_box .vertical .ert-dropdown .ert-combo,
.idee .operatori_search_box .vertical .form-group,
.idee .operatori_search_box .horizontal .control label,
.idee .operatori_search_box .horizontal .control .ert-dropdown .ert-combo,
.idee .xp_search_box .vertical .ert-dropdown .ert-combo,
.idee .xp_search_box .vertical .form-group,
.idee .xp_search_box .horizontal .control label,
.idee .xp_search_box .horizontal .control .ert-dropdown .ert-combo,
.scopri .info-box .title-index,
.scopri .info-box li .info .title,
.scopri .top-title-box .breadcrumb,
.scopri .top-title-box h2,
.scopri .operatori_search_box .vertical .ert-dropdown .ert-combo,
.scopri .operatori_search_box .vertical .form-group,
.scopri .operatori_search_box .horizontal .control label,
.scopri .operatori_search_box .horizontal .control .ert-dropdown .ert-combo,
.scopri .xp_search_box .vertical .ert-dropdown .ert-combo,
.scopri .xp_search_box .vertical .form-group,
.scopri .xp_search_box .horizontal .control label,
.scopri .xp_search_box .horizontal .control .ert-dropdown .ert-combo,
.events-page .body h2,
.events-page .header .eventsearchbox.vertical .ert-dropdown .ert-combo,
.events-page .header .eventsearchbox.vertical .form-group,
.events-page .header .eventsearchbox.horizontal .control label,
.events-page .header .eventsearchbox.horizontal .control .ert-dropdown .ert-combo,
.events-homepage .body h2,
.events-homepage .header .eventsearchbox.vertical .ert-dropdown .ert-combo,
.events-homepage .header .eventsearchbox.vertical .form-group,
.events-homepage .header .eventsearchbox.horizontal .control label,
.events-homepage .header .eventsearchbox.horizontal .control .ert-dropdown .ert-combo,
.idee-viaggio .header .image .title-wrapper h3,
body.er .breadcrumb,
body.er footer .big a,
body.er footer .info p.copy,
body.er footer .menu .level1 .main-menu-title,
body.er .carousel .swiper-slide .carousel-content p {
  font-weight: 400;
  font-style: italic;
}

/*!
 * Bootstrap v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */

:root {
  --blue: #2F4A9A;
  --indigo: #6574cd;
  --purple: #8b3288;
  --pink: #ae5d69;
  --red: #cb292f;
  --orange: #c05116;
  --yellow: #F1BF4E;
  --green: #02662F;
  --teal: #0d8a8d;
  --cyan: #6cb2eb;
  --white: #FFFFFF;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #2F4A9A;
  --secondary: #6c757d;
  --success: #02662F;
  --info: #6cb2eb;
  --warning: #F1BF4E;
  --danger: #cb292f;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: "Open Sans", sans-serif;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

body {
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.6;
  color: #212529;
  text-align: left;
  background-color: #FFF;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #2F4A9A;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #1d2e5f;
  text-decoration: underline;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0.5rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  line-height: 1.2;
}

h1,
.h1 {
  font-size: 2.25rem;
}

h2,
.h2 {
  font-size: 1.8rem;
}

h3,
.h3 {
  font-size: 1.575rem;
}

h4,
.h4 {
  font-size: 1.35rem;
}

h5,
.h5 {
  font-size: 1.125rem;
}

h6,
.h6 {
  font-size: 0.9rem;
}

.lead {
  font-size: 1.125rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 0.875em;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.125rem;
}

.blockquote-footer {
  display: block;
  font-size: 0.875em;
  color: #6c757d;
}

.blockquote-footer::before {
  content: "\2014\A0";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #FFF;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

code {
  font-size: 87.5%;
  color: #ae5d69;
  word-wrap: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #FFFFFF;
  background-color: #212529;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm,
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container-md,
  .container-sm,
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1140px;
  }
}

.row,
.idee-viaggio .body {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xl,
.col-xl-auto,
.col-xl-12,
.col-xl-11,
.col-xl-10,
.col-xl-9,
.col-xl-8,
.col-xl-7,
.col-xl-6,
.col-xl-5,
.col-xl-4,
.col-xl-3,
.col-xl-2,
.col-xl-1,
.col-lg,
.col-lg-auto,
.col-lg-12,
.col-lg-11,
.col-lg-10,
.col-lg-9,
.col-lg-8,
.col-lg-7,
.col-lg-6,
.col-lg-5,
.col-lg-4,
.col-lg-3,
.col-lg-2,
.col-lg-1,
.col-md,
.col-md-auto,
.col-md-12,
.col-md-11,
.col-md-10,
.col-md-9,
.col-md-8,
.col-md-7,
.col-md-6,
.col-md-5,
.col-md-4,
.col-md-3,
.col-md-2,
.col-md-1,
.col-sm,
.col-sm-auto,
.col-sm-12,
.col-sm-11,
.col-sm-10,
.col-sm-9,
.col-sm-8,
.col-sm-7,
.col-sm-6,
.col-sm-5,
.col-sm-4,
.col-sm-3,
.col-sm-2,
.col-sm-1,
.col,
.col-auto,
.col-12,
.col-11,
.col-10,
.col-9,
.col-8,
.col-7,
.col-6,
.col-5,
.col-4,
.col-3,
.col-2,
.col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}

.col-2 {
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}

.col-5 {
  flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}

.col-8 {
  flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}

.col-11 {
  flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-sm-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-sm-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-sm-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-sm-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-sm-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    order: -1;
  }

  .order-sm-last {
    order: 13;
  }

  .order-sm-0 {
    order: 0;
  }

  .order-sm-1 {
    order: 1;
  }

  .order-sm-2 {
    order: 2;
  }

  .order-sm-3 {
    order: 3;
  }

  .order-sm-4 {
    order: 4;
  }

  .order-sm-5 {
    order: 5;
  }

  .order-sm-6 {
    order: 6;
  }

  .order-sm-7 {
    order: 7;
  }

  .order-sm-8 {
    order: 8;
  }

  .order-sm-9 {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }

  .order-sm-11 {
    order: 11;
  }

  .order-sm-12 {
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.33333333%;
  }

  .offset-sm-2 {
    margin-left: 16.66666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.33333333%;
  }

  .offset-sm-5 {
    margin-left: 41.66666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.33333333%;
  }

  .offset-sm-8 {
    margin-left: 66.66666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.33333333%;
  }

  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-md-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-md-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-md-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-md-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-md-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    order: -1;
  }

  .order-md-last {
    order: 13;
  }

  .order-md-0 {
    order: 0;
  }

  .order-md-1 {
    order: 1;
  }

  .order-md-2 {
    order: 2;
  }

  .order-md-3 {
    order: 3;
  }

  .order-md-4 {
    order: 4;
  }

  .order-md-5 {
    order: 5;
  }

  .order-md-6 {
    order: 6;
  }

  .order-md-7 {
    order: 7;
  }

  .order-md-8 {
    order: 8;
  }

  .order-md-9 {
    order: 9;
  }

  .order-md-10 {
    order: 10;
  }

  .order-md-11 {
    order: 11;
  }

  .order-md-12 {
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.33333333%;
  }

  .offset-md-2 {
    margin-left: 16.66666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.33333333%;
  }

  .offset-md-5 {
    margin-left: 41.66666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.33333333%;
  }

  .offset-md-8 {
    margin-left: 66.66666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.33333333%;
  }

  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-lg-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-lg-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-lg-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-lg-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-lg-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    order: -1;
  }

  .order-lg-last {
    order: 13;
  }

  .order-lg-0 {
    order: 0;
  }

  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  .order-lg-4 {
    order: 4;
  }

  .order-lg-5 {
    order: 5;
  }

  .order-lg-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-12 {
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.33333333%;
  }

  .offset-lg-2 {
    margin-left: 16.66666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.33333333%;
  }

  .offset-lg-5 {
    margin-left: 41.66666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.33333333%;
  }

  .offset-lg-8 {
    margin-left: 66.66666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.33333333%;
  }

  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-xl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-xl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-xl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-xl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    order: -1;
  }

  .order-xl-last {
    order: 13;
  }

  .order-xl-0 {
    order: 0;
  }

  .order-xl-1 {
    order: 1;
  }

  .order-xl-2 {
    order: 2;
  }

  .order-xl-3 {
    order: 3;
  }

  .order-xl-4 {
    order: 4;
  }

  .order-xl-5 {
    order: 5;
  }

  .order-xl-6 {
    order: 6;
  }

  .order-xl-7 {
    order: 7;
  }

  .order-xl-8 {
    order: 8;
  }

  .order-xl-9 {
    order: 9;
  }

  .order-xl-10 {
    order: 10;
  }

  .order-xl-11 {
    order: 11;
  }

  .order-xl-12 {
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.33333333%;
  }

  .offset-xl-2 {
    margin-left: 16.66666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.33333333%;
  }

  .offset-xl-5 {
    margin-left: 41.66666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.33333333%;
  }

  .offset-xl-8 {
    margin-left: 66.66666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.33333333%;
  }

  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #c5cce3;
}

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #93a1ca;
}

.table-hover .table-primary:hover {
  background-color: #b4bddb;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #b4bddb;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb;
}

.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #b8d4c5;
}

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #7baf93;
}

.table-hover .table-success:hover {
  background-color: #a8cab8;
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #a8cab8;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #d6e9f9;
}

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #b3d7f5;
}

.table-hover .table-info:hover {
  background-color: #c0ddf6;
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #c0ddf6;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #fbedcd;
}

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #f8dea3;
}

.table-hover .table-warning:hover {
  background-color: #f9e5b5;
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #f9e5b5;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f0c3c5;
}

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #e49093;
}

.table-hover .table-danger:hover {
  background-color: #ebafb1;
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #ebafb1;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}

.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c;
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}

.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #FFFFFF;
  background-color: #343a40;
  border-color: #454d55;
}

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #FFFFFF;
  background-color: #343a40;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}

.table-dark.table-bordered {
  border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
  color: #FFFFFF;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-md > .table-bordered {
    border: 0;
  }
}

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.6em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.6;
  color: #495057;
  background-color: #FFFFFF;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus {
  color: #495057;
  background-color: #FFFFFF;
  border-color: #748cd5;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(47, 74, 154, 0.25);
}

.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

input[type=date].form-control,
input[type=time].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #FFFFFF;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.6;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.125rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.7875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 0.9rem;
  line-height: 1.6;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.7875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.125rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control[size],
select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

.form-check-input[disabled] ~ .form-check-label,
.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #02662F;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.7875rem;
  line-height: 1.6;
  color: #FFFFFF;
  background-color: rgba(2, 102, 47, 0.9);
  border-radius: 0.25rem;
}

.form-row > .col > .valid-tooltip,
.form-row > [class*=col-] > .valid-tooltip {
  left: 5px;
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid,
.form-control.is-valid {
  border-color: #02662F;
  padding-right: calc(1.6em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2302662F' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.4em + 0.1875rem) center;
  background-size: calc(0.8em + 0.375rem) calc(0.8em + 0.375rem);
}

.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
  border-color: #02662F;
  box-shadow: 0 0 0 0.2rem rgba(2, 102, 47, 0.25);
}

.was-validated select.form-control:valid,
select.form-control.is-valid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
  padding-right: calc(1.6em + 0.75rem);
  background-position: top calc(0.4em + 0.1875rem) right calc(0.4em + 0.1875rem);
}

.was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #02662F;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #FFFFFF url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2302662F' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/calc(0.8em + 0.375rem) calc(0.8em + 0.375rem) no-repeat;
}

.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #02662F;
  box-shadow: 0 0 0 0.2rem rgba(2, 102, 47, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label,
.form-check-input.is-valid ~ .form-check-label {
  color: #02662F;
}

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip,
.form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label,
.custom-control-input.is-valid ~ .custom-control-label {
  color: #02662F;
}

.was-validated .custom-control-input:valid ~ .custom-control-label::before,
.custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #02662F;
}

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before,
.custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #039846;
  background-color: #039846;
}

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before,
.custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(2, 102, 47, 0.25);
}

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before,
.custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #02662F;
}

.was-validated .custom-file-input:valid ~ .custom-file-label,
.custom-file-input.is-valid ~ .custom-file-label {
  border-color: #02662F;
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label,
.custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #02662F;
  box-shadow: 0 0 0 0.2rem rgba(2, 102, 47, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #cb292f;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.7875rem;
  line-height: 1.6;
  color: #FFFFFF;
  background-color: rgba(203, 41, 47, 0.9);
  border-radius: 0.25rem;
}

.form-row > .col > .invalid-tooltip,
.form-row > [class*=col-] > .invalid-tooltip {
  left: 5px;
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid,
.form-control.is-invalid {
  border-color: #cb292f;
  padding-right: calc(1.6em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23cb292f' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23cb292f' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.4em + 0.1875rem) center;
  background-size: calc(0.8em + 0.375rem) calc(0.8em + 0.375rem);
}

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
  border-color: #cb292f;
  box-shadow: 0 0 0 0.2rem rgba(203, 41, 47, 0.25);
}

.was-validated select.form-control:invalid,
select.form-control.is-invalid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
  padding-right: calc(1.6em + 0.75rem);
  background-position: top calc(0.4em + 0.1875rem) right calc(0.4em + 0.1875rem);
}

.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #cb292f;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #FFFFFF url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23cb292f' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23cb292f' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(0.8em + 0.375rem) calc(0.8em + 0.375rem) no-repeat;
}

.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #cb292f;
  box-shadow: 0 0 0 0.2rem rgba(203, 41, 47, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label,
.form-check-input.is-invalid ~ .form-check-label {
  color: #cb292f;
}

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip,
.form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label,
.custom-control-input.is-invalid ~ .custom-control-label {
  color: #cb292f;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label::before,
.custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #cb292f;
}

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before,
.custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #db4c51;
  background-color: #db4c51;
}

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(203, 41, 47, 0.25);
}

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #cb292f;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label,
.custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #cb292f;
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label,
.custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #cb292f;
  box-shadow: 0 0 0 0.2rem rgba(203, 41, 47, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }

  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .form-inline .form-control-plaintext {
    display: inline-block;
  }

  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }

  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }

  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }

  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }

  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 0.9rem;
  line-height: 1.6;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}

.btn:hover {
  color: #212529;
  text-decoration: none;
}

.btn:focus,
.btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(47, 74, 154, 0.25);
}

.btn.disabled,
.btn:disabled {
  opacity: 0.65;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #FFFFFF;
  background-color: #2F4A9A;
  border-color: #2F4A9A;
}

.btn-primary:hover {
  color: #FFFFFF;
  background-color: #263c7d;
  border-color: #233773;
}

.btn-primary:focus,
.btn-primary.focus {
  color: #FFFFFF;
  background-color: #263c7d;
  border-color: #233773;
  box-shadow: 0 0 0 0.2rem rgba(78, 101, 169, 0.5);
}

.btn-primary.disabled,
.btn-primary:disabled {
  color: #FFFFFF;
  background-color: #2F4A9A;
  border-color: #2F4A9A;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #FFFFFF;
  background-color: #233773;
  border-color: #203369;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(78, 101, 169, 0.5);
}

.btn-secondary {
  color: #FFFFFF;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:hover {
  color: #FFFFFF;
  background-color: #5a6268;
  border-color: #545b62;
}

.btn-secondary:focus,
.btn-secondary.focus {
  color: #FFFFFF;
  background-color: #5a6268;
  border-color: #545b62;
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #FFFFFF;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #FFFFFF;
  background-color: #545b62;
  border-color: #4e555b;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-success {
  color: #FFFFFF;
  background-color: #02662F;
  border-color: #02662F;
}

.btn-success:hover {
  color: #FFFFFF;
  background-color: #01401e;
  border-color: #013418;
}

.btn-success:focus,
.btn-success.focus {
  color: #FFFFFF;
  background-color: #01401e;
  border-color: #013418;
  box-shadow: 0 0 0 0.2rem rgba(40, 125, 78, 0.5);
}

.btn-success.disabled,
.btn-success:disabled {
  color: #FFFFFF;
  background-color: #02662F;
  border-color: #02662F;
}

.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #FFFFFF;
  background-color: #013418;
  border-color: #012712;
}

.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 125, 78, 0.5);
}

.btn-info {
  color: #212529;
  background-color: #6cb2eb;
  border-color: #6cb2eb;
}

.btn-info:hover {
  color: #FFFFFF;
  background-color: #4aa0e6;
  border-color: #3f9ae5;
}

.btn-info:focus,
.btn-info.focus {
  color: #FFFFFF;
  background-color: #4aa0e6;
  border-color: #3f9ae5;
  box-shadow: 0 0 0 0.2rem rgba(97, 157, 206, 0.5);
}

.btn-info.disabled,
.btn-info:disabled {
  color: #212529;
  background-color: #6cb2eb;
  border-color: #6cb2eb;
}

.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #FFFFFF;
  background-color: #3f9ae5;
  border-color: #3495e3;
}

.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(97, 157, 206, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #F1BF4E;
  border-color: #F1BF4E;
}

.btn-warning:hover {
  color: #212529;
  background-color: #eeb22b;
  border-color: #edae1f;
}

.btn-warning:focus,
.btn-warning.focus {
  color: #212529;
  background-color: #eeb22b;
  border-color: #edae1f;
  box-shadow: 0 0 0 0.2rem rgba(210, 168, 72, 0.5);
}

.btn-warning.disabled,
.btn-warning:disabled {
  color: #212529;
  background-color: #F1BF4E;
  border-color: #F1BF4E;
}

.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #edae1f;
  border-color: #ecaa13;
}

.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(210, 168, 72, 0.5);
}

.btn-danger {
  color: #FFFFFF;
  background-color: #cb292f;
  border-color: #cb292f;
}

.btn-danger:hover {
  color: #FFFFFF;
  background-color: #ab2328;
  border-color: #a12025;
}

.btn-danger:focus,
.btn-danger.focus {
  color: #FFFFFF;
  background-color: #ab2328;
  border-color: #a12025;
  box-shadow: 0 0 0 0.2rem rgba(211, 73, 78, 0.5);
}

.btn-danger.disabled,
.btn-danger:disabled {
  color: #FFFFFF;
  background-color: #cb292f;
  border-color: #cb292f;
}

.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #FFFFFF;
  background-color: #a12025;
  border-color: #961e23;
}

.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(211, 73, 78, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.btn-light:focus,
.btn-light.focus {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-light.disabled,
.btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-dark {
  color: #FFFFFF;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:hover {
  color: #FFFFFF;
  background-color: #23272b;
  border-color: #1d2124;
}

.btn-dark:focus,
.btn-dark.focus {
  color: #FFFFFF;
  background-color: #23272b;
  border-color: #1d2124;
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-dark.disabled,
.btn-dark:disabled {
  color: #FFFFFF;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #FFFFFF;
  background-color: #1d2124;
  border-color: #171a1d;
}

.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-outline-primary {
  color: #2F4A9A;
  border-color: #2F4A9A;
}

.btn-outline-primary:hover {
  color: #FFFFFF;
  background-color: #2F4A9A;
  border-color: #2F4A9A;
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(47, 74, 154, 0.5);
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #2F4A9A;
  background-color: transparent;
}

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

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(47, 74, 154, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:hover {
  color: #FFFFFF;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #FFFFFF;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #02662F;
  border-color: #02662F;
}

.btn-outline-success:hover {
  color: #FFFFFF;
  background-color: #02662F;
  border-color: #02662F;
}

.btn-outline-success:focus,
.btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(2, 102, 47, 0.5);
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #02662F;
  background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #FFFFFF;
  background-color: #02662F;
  border-color: #02662F;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(2, 102, 47, 0.5);
}

.btn-outline-info {
  color: #6cb2eb;
  border-color: #6cb2eb;
}

.btn-outline-info:hover {
  color: #212529;
  background-color: #6cb2eb;
  border-color: #6cb2eb;
}

.btn-outline-info:focus,
.btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 178, 235, 0.5);
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #6cb2eb;
  background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
  color: #212529;
  background-color: #6cb2eb;
  border-color: #6cb2eb;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 178, 235, 0.5);
}

.btn-outline-warning {
  color: #F1BF4E;
  border-color: #F1BF4E;
}

.btn-outline-warning:hover {
  color: #212529;
  background-color: #F1BF4E;
  border-color: #F1BF4E;
}

.btn-outline-warning:focus,
.btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(241, 191, 78, 0.5);
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #F1BF4E;
  background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #F1BF4E;
  border-color: #F1BF4E;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(241, 191, 78, 0.5);
}

.btn-outline-danger {
  color: #cb292f;
  border-color: #cb292f;
}

.btn-outline-danger:hover {
  color: #FFFFFF;
  background-color: #cb292f;
  border-color: #cb292f;
}

.btn-outline-danger:focus,
.btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(203, 41, 47, 0.5);
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #cb292f;
  background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #FFFFFF;
  background-color: #cb292f;
  border-color: #cb292f;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(203, 41, 47, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:focus,
.btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:hover {
  color: #FFFFFF;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:focus,
.btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #FFFFFF;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #2F4A9A;
  text-decoration: none;
}

.btn-link:hover {
  color: #1d2e5f;
  text-decoration: underline;
}

.btn-link:focus,
.btn-link.focus {
  text-decoration: underline;
}

.btn-link:disabled,
.btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg,
.btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.125rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm,
.btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.7875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.fade {
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}

.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.collapsing.width {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing.width {
    transition: none;
  }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 0.9rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #FFFFFF;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.dropleft .dropdown-toggle::after {
  display: none;
}

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^=top],
.dropdown-menu[x-placement^=right],
.dropdown-menu[x-placement^=bottom],
.dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:hover,
.dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #e9ecef;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #FFFFFF;
  text-decoration: none;
  background-color: #2F4A9A;
}

.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.7875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}

.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split,
.btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split,
.btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}

.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}

.btn-group-toggle > .btn input[type=radio],
.btn-group-toggle > .btn input[type=checkbox],
.btn-group-toggle > .btn-group > .btn input[type=radio],
.btn-group-toggle > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}

.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}

.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}

.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}

.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group > .custom-file {
  display: flex;
  align-items: center;
}

.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group:not(.has-validation) > .form-control:not(:last-child),
.input-group:not(.has-validation) > .custom-select:not(:last-child),
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label,
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group.has-validation > .form-control:nth-last-child(n+3),
.input-group.has-validation > .custom-select:nth-last-child(n+3),
.input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label,
.input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: flex;
}

.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}

.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}

.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.6;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.125rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.7875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .btn,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.44rem;
  padding-left: 1.5rem;
  print-color-adjust: exact;
}

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.22rem;
  opacity: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #FFFFFF;
  border-color: #2F4A9A;
  background-color: #2F4A9A;
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(47, 74, 154, 0.25);
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #748cd5;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #FFFFFF;
  background-color: #9bade0;
  border-color: #9bade0;
}

.custom-control-input[disabled] ~ .custom-control-label,
.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}

.custom-control-input[disabled] ~ .custom-control-label::before,
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}

.custom-control-label::before {
  position: absolute;
  top: 0.22rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #FFFFFF;
  border: 1px solid #adb5bd;
}

.custom-control-label::after {
  position: absolute;
  top: 0.22rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: 50%/50% 50% no-repeat;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23FFFFFF' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #2F4A9A;
  background-color: #2F4A9A;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23FFFFFF' d='M0 2h4'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(47, 74, 154, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(47, 74, 154, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23FFFFFF'/%3e%3c/svg%3e");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(47, 74, 154, 0.5);
}

.custom-switch {
  padding-left: 2.25rem;
}

.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}

.custom-switch .custom-control-label::after {
  top: calc(0.22rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #FFFFFF;
  transform: translateX(0.75rem);
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(47, 74, 154, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.6em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.6;
  color: #495057;
  vertical-align: middle;
  background: #FFFFFF url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.custom-select:focus {
  border-color: #748cd5;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(47, 74, 154, 0.25);
}

.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #FFFFFF;
}

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

.custom-select::-ms-expand {
  display: none;
}

.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.7875rem;
}

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.125rem;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.6em + 0.75rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.6em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0;
}

.custom-file-input:focus ~ .custom-file-label {
  border-color: #748cd5;
  box-shadow: 0 0 0 0.2rem rgba(47, 74, 154, 0.25);
}

.custom-file-input[disabled] ~ .custom-file-label,
.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.6em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.6;
  color: #495057;
  background-color: #FFFFFF;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.6em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.6;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.custom-range:focus {
  outline: 0;
}

.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #FFF, 0 0 0 0.2rem rgba(47, 74, 154, 0.25);
}

.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #FFF, 0 0 0 0.2rem rgba(47, 74, 154, 0.25);
}

.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #FFF, 0 0 0 0.2rem rgba(47, 74, 154, 0.25);
}

.custom-range::-moz-focus-outer {
  border: 0;
}

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #2F4A9A;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}

.custom-range::-webkit-slider-thumb:active {
  background-color: #9bade0;
}

.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #2F4A9A;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}

.custom-range::-moz-range-thumb:active {
  background-color: #9bade0;
}

.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #2F4A9A;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}

.custom-range::-ms-thumb:active {
  background-color: #9bade0;
}

.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}

.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}

.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-moz-range-track {
  cursor: default;
}

.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.nav-link:hover,
.nav-link:focus {
  text-decoration: none;
}

.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-link {
  margin-bottom: -1px;
  background-color: transparent;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #FFF;
  border-color: #dee2e6 #dee2e6 #FFF;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #FFFFFF;
  background-color: #2F4A9A;
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

.navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.32rem;
  padding-bottom: 0.32rem;
  margin-right: 1rem;
  font-size: 1.125rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.125rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:hover,
.navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: 50%/100% 100% no-repeat;
}

.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl {
    flex-wrap: nowrap;
  }

  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }

  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl {
    flex-wrap: nowrap;
  }

  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }

  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl {
    flex-wrap: nowrap;
  }

  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }

  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl {
    flex-wrap: nowrap;
  }

  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }

  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand .navbar-nav {
  flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  flex-wrap: nowrap;
}

.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}

.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #FFFFFF;
}

.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
  color: #FFFFFF;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #FFFFFF;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
  color: #FFFFFF;
}

.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
  color: #FFFFFF;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #FFFFFF;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}

.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-top,
.card-img-bottom {
  flex-shrink: 0;
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }

  .card-deck .card {
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group > .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }

  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }

  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }

  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }

  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }

  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }

  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .card-columns {
    -moz-column-count: 3;
         column-count: 3;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }

  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion {
  overflow-anchor: none;
}

.accordion > .card {
  overflow: hidden;
}

.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #2F4A9A;
  background-color: #FFFFFF;
  border: 1px solid #dee2e6;
}

.page-link:hover {
  z-index: 2;
  color: #1d2e5f;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(47, 74, 154, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
  z-index: 3;
  color: #FFFFFF;
  background-color: #2F4A9A;
  border-color: #2F4A9A;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #FFFFFF;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.125rem;
  line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.7875rem;
  line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}

a.badge:hover,
a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #FFFFFF;
  background-color: #2F4A9A;
}

a.badge-primary:hover,
a.badge-primary:focus {
  color: #FFFFFF;
  background-color: #233773;
}

a.badge-primary:focus,
a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(47, 74, 154, 0.5);
}

.badge-secondary {
  color: #FFFFFF;
  background-color: #6c757d;
}

a.badge-secondary:hover,
a.badge-secondary:focus {
  color: #FFFFFF;
  background-color: #545b62;
}

a.badge-secondary:focus,
a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.badge-success {
  color: #FFFFFF;
  background-color: #02662F;
}

a.badge-success:hover,
a.badge-success:focus {
  color: #FFFFFF;
  background-color: #013418;
}

a.badge-success:focus,
a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(2, 102, 47, 0.5);
}

.badge-info {
  color: #212529;
  background-color: #6cb2eb;
}

a.badge-info:hover,
a.badge-info:focus {
  color: #212529;
  background-color: #3f9ae5;
}

a.badge-info:focus,
a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 178, 235, 0.5);
}

.badge-warning {
  color: #212529;
  background-color: #F1BF4E;
}

a.badge-warning:hover,
a.badge-warning:focus {
  color: #212529;
  background-color: #edae1f;
}

a.badge-warning:focus,
a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(241, 191, 78, 0.5);
}

.badge-danger {
  color: #FFFFFF;
  background-color: #cb292f;
}

a.badge-danger:hover,
a.badge-danger:focus {
  color: #FFFFFF;
  background-color: #a12025;
}

a.badge-danger:focus,
a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(203, 41, 47, 0.5);
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}

a.badge-light:hover,
a.badge-light:focus {
  color: #212529;
  background-color: #dae0e5;
}

a.badge-light:focus,
a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.badge-dark {
  color: #FFFFFF;
  background-color: #343a40;
}

a.badge-dark:hover,
a.badge-dark:focus {
  color: #FFFFFF;
  background-color: #1d2124;
}

a.badge-dark:focus,
a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}

@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 3.85rem;
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #182650;
  background-color: #d5dbeb;
  border-color: #c5cce3;
}

.alert-primary hr {
  border-top-color: #b4bddb;
}

.alert-primary .alert-link {
  color: #0c1329;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

.alert-secondary hr {
  border-top-color: #c8cbcf;
}

.alert-secondary .alert-link {
  color: #202326;
}

.alert-success {
  color: #013518;
  background-color: #cce0d5;
  border-color: #b8d4c5;
}

.alert-success hr {
  border-top-color: #a8cab8;
}

.alert-success .alert-link {
  color: #000301;
}

.alert-info {
  color: #385d7a;
  background-color: #e2f0fb;
  border-color: #d6e9f9;
}

.alert-info hr {
  border-top-color: #c0ddf6;
}

.alert-info .alert-link {
  color: #284257;
}

.alert-warning {
  color: #7d6329;
  background-color: #fcf2dc;
  border-color: #fbedcd;
}

.alert-warning hr {
  border-top-color: #f9e5b5;
}

.alert-warning .alert-link {
  color: #57451c;
}

.alert-danger {
  color: #6a1518;
  background-color: #f5d4d5;
  border-color: #f0c3c5;
}

.alert-danger hr {
  border-top-color: #ebafb1;
}

.alert-danger .alert-link {
  color: #3f0d0e;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

.alert-light hr {
  border-top-color: #ececf6;
}

.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

.alert-dark hr {
  border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
  color: #040505;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }

  to {
    background-position: 0 0;
  }
}

.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.675rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #FFFFFF;
  text-align: center;
  white-space: nowrap;
  background-color: #2F4A9A;
  transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}

.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.list-group-item-action:hover,
.list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

.list-group-item.disabled,
.list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #FFFFFF;
}

.list-group-item.active {
  z-index: 2;
  color: #FFFFFF;
  background-color: #2F4A9A;
  border-color: #2F4A9A;
}

.list-group-item + .list-group-item {
  border-top-width: 0;
}

.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  flex-direction: row;
}

.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}

.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}

.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }

  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }

  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }

  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }

  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

.list-group-flush {
  border-radius: 0;
}

.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}

.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: #182650;
  background-color: #c5cce3;
}

.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
  color: #182650;
  background-color: #b4bddb;
}

.list-group-item-primary.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #182650;
  border-color: #182650;
}

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}

.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}

.list-group-item-secondary.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #383d41;
  border-color: #383d41;
}

.list-group-item-success {
  color: #013518;
  background-color: #b8d4c5;
}

.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
  color: #013518;
  background-color: #a8cab8;
}

.list-group-item-success.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #013518;
  border-color: #013518;
}

.list-group-item-info {
  color: #385d7a;
  background-color: #d6e9f9;
}

.list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action:focus {
  color: #385d7a;
  background-color: #c0ddf6;
}

.list-group-item-info.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #385d7a;
  border-color: #385d7a;
}

.list-group-item-warning {
  color: #7d6329;
  background-color: #fbedcd;
}

.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
  color: #7d6329;
  background-color: #f9e5b5;
}

.list-group-item-warning.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #7d6329;
  border-color: #7d6329;
}

.list-group-item-danger {
  color: #6a1518;
  background-color: #f0c3c5;
}

.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
  color: #6a1518;
  background-color: #ebafb1;
}

.list-group-item-danger.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #6a1518;
  border-color: #6a1518;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}

.list-group-item-light.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}

.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}

.list-group-item-dark.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.close {
  float: right;
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #FFFFFF;
  opacity: 0.5;
}

.close:hover {
  color: #000000;
  text-decoration: none;
}

.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}

a.close.disabled {
  pointer-events: none;
}

.toast {
  flex-basis: 350px;
  max-width: 350px;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  opacity: 0;
  border-radius: 0.25rem;
}

.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}

.toast.showing {
  opacity: 1;
}

.toast.show {
  display: block;
  opacity: 1;
}

.toast.hide {
  display: none;
}

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.toast-body {
  padding: 0.75rem;
}

.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}

.modal.show .modal-dialog {
  transform: none;
}

.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: -moz-min-content;
  height: min-content;
  content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #FFFFFF;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.6;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}

.modal-footer > * {
  margin: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }

  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }

  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: -moz-min-content;
    height: min-content;
  }

  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.7875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top,
.bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}

.bs-tooltip-top .arrow,
.bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}

.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000000;
}

.bs-tooltip-right,
.bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}

.bs-tooltip-right .arrow,
.bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-right .arrow::before,
.bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000000;
}

.bs-tooltip-bottom,
.bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}

.bs-tooltip-bottom .arrow,
.bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}

.bs-tooltip-bottom .arrow::before,
.bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000000;
}

.bs-tooltip-left,
.bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}

.bs-tooltip-left .arrow,
.bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-left .arrow::before,
.bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #FFFFFF;
  text-align: center;
  background-color: #000000;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.7875rem;
  word-wrap: break-word;
  background-color: #FFFFFF;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

.popover .arrow::before,
.popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top,
.bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.5rem;
}

.bs-popover-top > .arrow,
.bs-popover-auto[x-placement^=top] > .arrow {
  bottom: calc(-0.5rem - 1px);
}

.bs-popover-top > .arrow::before,
.bs-popover-auto[x-placement^=top] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-top > .arrow::after,
.bs-popover-auto[x-placement^=top] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #FFFFFF;
}

.bs-popover-right,
.bs-popover-auto[x-placement^=right] {
  margin-left: 0.5rem;
}

.bs-popover-right > .arrow,
.bs-popover-auto[x-placement^=right] > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-right > .arrow::before,
.bs-popover-auto[x-placement^=right] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-right > .arrow::after,
.bs-popover-auto[x-placement^=right] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #FFFFFF;
}

.bs-popover-bottom,
.bs-popover-auto[x-placement^=bottom] {
  margin-top: 0.5rem;
}

.bs-popover-bottom > .arrow,
.bs-popover-auto[x-placement^=bottom] > .arrow {
  top: calc(-0.5rem - 1px);
}

.bs-popover-bottom > .arrow::before,
.bs-popover-auto[x-placement^=bottom] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-bottom > .arrow::after,
.bs-popover-auto[x-placement^=bottom] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #FFFFFF;
}

.bs-popover-bottom .popover-header::before,
.bs-popover-auto[x-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left,
.bs-popover-auto[x-placement^=left] {
  margin-right: 0.5rem;
}

.bs-popover-left > .arrow,
.bs-popover-auto[x-placement^=left] > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-left > .arrow::before,
.bs-popover-auto[x-placement^=left] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-left > .arrow::after,
.bs-popover-auto[x-placement^=left] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #FFFFFF;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 0.9rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #FFFFFF;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}

.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #FFFFFF;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: 50%/100% 100% no-repeat;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23FFFFFF' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23FFFFFF' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #FFFFFF;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}

.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #FFFFFF;
  text-align: center;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentcolor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: 0.75s linear infinite spinner-border;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }

  50% {
    opacity: 1;
    transform: none;
  }
}

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentcolor;
  border-radius: 50%;
  opacity: 0;
  animation: 0.75s linear infinite spinner-grow;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    animation-duration: 1.5s;
  }
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #2F4A9A !important;
}

a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #233773 !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

.bg-success {
  background-color: #02662F !important;
}

a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #013418 !important;
}

.bg-info {
  background-color: #6cb2eb !important;
}

a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #3f9ae5 !important;
}

.bg-warning {
  background-color: #F1BF4E !important;
}

a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #edae1f !important;
}

.bg-danger {
  background-color: #cb292f !important;
}

a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #a12025 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

.bg-white {
  background-color: #FFFFFF !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #2F4A9A !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #02662F !important;
}

.border-info {
  border-color: #6cb2eb !important;
}

.border-warning {
  border-color: #F1BF4E !important;
}

.border-danger {
  border-color: #cb292f !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #FFFFFF !important;
}

.rounded-sm {
  border-radius: 0.2rem !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex,
.search .searchearchbox.horizontal .control,
.downloads .downloadsearchbox.horizontal .control,
.itinerari .searchbox .control,
.itinerari .searchbox.horizontal .control,
.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .control,
.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .control,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .control,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .control,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .control,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .control,
.romagna-craft .operatori_search_box .horizontal .control,
.romagna-craft .xp_search_box .horizontal .control,
.spass .operatori_search_box .horizontal .control,
.spass .xp_search_box .horizontal .control,
.natur .operatori_search_box .horizontal .control,
.natur .xp_search_box .horizontal .control,
.kultur .operatori_search_box .horizontal .control,
.kultur .xp_search_box .horizontal .control,
.pet .operatori_search_box .horizontal .control,
.pet .xp_search_box .horizontal .control,
.default .operatori_search_box .horizontal .control,
.default .xp_search_box .horizontal .control,
.liscio .operatori_search_box .horizontal .control,
.liscio .xp_search_box .horizontal .control,
.romagna .operatori_search_box .horizontal .control,
.romagna .xp_search_box .horizontal .control,
.motorcycle .operatori_search_box .horizontal .control,
.motorcycle .xp_search_box .horizontal .control,
.sport .operatori_search_box .horizontal .control,
.sport .xp_search_box .horizontal .control,
.fun .operatori_search_box .horizontal .control,
.fun .xp_search_box .horizontal .control,
.wellness .operatori_search_box .horizontal .control,
.wellness .xp_search_box .horizontal .control,
.empire .operatori_search_box .horizontal .control,
.empire .xp_search_box .horizontal .control,
.bike .operatori_search_box .horizontal .control,
.bike .xp_search_box .horizontal .control,
.castle .operatori_search_box .horizontal .control,
.castle .xp_search_box .horizontal .control,
.culture .operatori_search_box .horizontal .control,
.culture .xp_search_box .horizontal .control,
.romagna_autentica .operatori_search_box .horizontal .control,
.romagna_autentica .xp_search_box .horizontal .control,
.nature .operatori_search_box .horizontal .control,
.nature .xp_search_box .horizontal .control,
.food .operatori_search_box .horizontal .control,
.food .xp_search_box .horizontal .control,
.beach .operatori_search_box .horizontal .control,
.beach .xp_search_box .horizontal .control,
.rock .operatori_search_box .horizontal .control,
.rock .xp_search_box .horizontal .control,
.booking .operatori_search_box .horizontal .control,
.booking .xp_search_box .horizontal .control,
.odm .operatori_search_box .horizontal .control,
.odm .xp_search_box .horizontal .control,
.meteo .operatori_search_box .horizontal .control,
.meteo .xp_search_box .horizontal .control,
.iat .operatori_search_box .horizontal .control,
.iat .xp_search_box .horizontal .control,
.news .operatori_search_box .horizontal .control,
.news .xp_search_box .horizontal .control,
.esperienze .operatori_search_box .horizontal .control,
.esperienze .xp_search_box .horizontal .control,
.pianifica .operatori_search_box .horizontal .control,
.pianifica .xp_search_box .horizontal .control,
.eventi .operatori_search_box .horizontal .control,
.eventi .xp_search_box .horizontal .control,
.idee .operatori_search_box .horizontal .control,
.idee .xp_search_box .horizontal .control,
.scopri .operatori_search_box .horizontal .control,
.scopri .xp_search_box .horizontal .control,
.events-page .header .eventsearchbox.horizontal .control,
.events-homepage .header .eventsearchbox.horizontal .control {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }

  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.85714286%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1,
.search .searchearchbox.horizontal .control input[type=search],
.search .searchearchbox.horizontal .control input[type=date],
.search .searchearchbox.horizontal .control .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn),
.downloads .downloadsearchbox.horizontal .control input[type=text],
.downloads .downloadsearchbox.horizontal .control input[type=date],
.downloads .downloadsearchbox.horizontal .control .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn),
.itinerari .searchbox .control input[type=text],
.itinerari .searchbox .control input[type=date],
.itinerari .searchbox .control .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn),
.itinerari .searchbox.horizontal .control input[type=text],
.itinerari .searchbox.horizontal .control input[type=date],
.itinerari .searchbox.horizontal .control .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn),
.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .control input[type=text],
.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .control input[type=date],
.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .control .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn),
.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .control input[type=text],
.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .control input[type=date],
.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .control .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn),
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .control input[type=text],
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .control input[type=date],
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .control .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn),
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .control input[type=text],
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .control input[type=date],
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .control .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn),
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .control input[type=text],
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .control input[type=date],
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .control .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn),
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .control input[type=text],
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .control input[type=date],
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .control .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn),
.romagna-craft .operatori_search_box .horizontal .control input[type=text],
.romagna-craft .operatori_search_box .horizontal .control input[type=date],
.romagna-craft .operatori_search_box .horizontal .control .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn),
.romagna-craft .xp_search_box .horizontal .control input[type=text],
.romagna-craft .xp_search_box .horizontal .control input[type=date],
.romagna-craft .xp_search_box .horizontal .control .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn),
.spass .operatori_search_box .horizontal .control input[type=text],
.spass .operatori_search_box .horizontal .control input[type=date],
.spass .operatori_search_box .horizontal .control .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn),
.spass .xp_search_box .horizontal .control input[type=text],
.spass .xp_search_box .horizontal .control input[type=date],
.spass .xp_search_box .horizontal .control .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn),
.natur .operatori_search_box .horizontal .control input[type=text],
.natur .operatori_search_box .horizontal .control input[type=date],
.natur .operatori_search_box .horizontal .control .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn),
.natur .xp_search_box .horizontal .control input[type=text],
.natur .xp_search_box .horizontal .control input[type=date],
.natur .xp_search_box .horizontal .control .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn),
.kultur .operatori_search_box .horizontal .control input[type=text],
.kultur .operatori_search_box .horizontal .control input[type=date],
.kultur .operatori_search_box .horizontal .control .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn),
.kultur .xp_search_box .horizontal .control input[type=text],
.kultur .xp_search_box .horizontal .control input[type=date],
.kultur .xp_search_box .horizontal .control .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn),
.pet .operatori_search_box .horizontal .control input[type=text],
.pet .operatori_search_box .horizontal .control input[type=date],
.pet .operatori_search_box .horizontal .control .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn),
.pet .xp_search_box .horizontal .control input[type=text],
.pet .xp_search_box .horizontal .control input[type=date],
.pet .xp_search_box .horizontal .control .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn),
.default .operatori_search_box .horizontal .control input[type=text],
.default .operatori_search_box .horizontal .control input[type=date],
.default .operatori_search_box .horizontal .control .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn),
.default .xp_search_box .horizontal .control input[type=text],
.default .xp_search_box .horizontal .control input[type=date],
.default .xp_search_box .horizontal .control .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn),
.liscio .operatori_search_box .horizontal .control input[type=text],
.liscio .operatori_search_box .horizontal .control input[type=date],
.liscio .operatori_search_box .horizontal .control .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn),
.liscio .xp_search_box .horizontal .control input[type=text],
.liscio .xp_search_box .horizontal .control input[type=date],
.liscio .xp_search_box .horizontal .control .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn),
.romagna .operatori_search_box .horizontal .control input[type=text],
.romagna .operatori_search_box .horizontal .control input[type=date],
.romagna .operatori_search_box .horizontal .control .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn),
.romagna .xp_search_box .horizontal .control input[type=text],
.romagna .xp_search_box .horizontal .control input[type=date],
.romagna .xp_search_box .horizontal .control .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn),
.motorcycle .operatori_search_box .horizontal .control input[type=text],
.motorcycle .operatori_search_box .horizontal .control input[type=date],
.motorcycle .operatori_search_box .horizontal .control .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn),
.motorcycle .xp_search_box .horizontal .control input[type=text],
.motorcycle .xp_search_box .horizontal .control input[type=date],
.motorcycle .xp_search_box .horizontal .control .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn),
.sport .operatori_search_box .horizontal .control input[type=text],
.sport .operatori_search_box .horizontal .control input[type=date],
.sport .operatori_search_box .horizontal .control .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn),
.sport .xp_search_box .horizontal .control input[type=text],
.sport .xp_search_box .horizontal .control input[type=date],
.sport .xp_search_box .horizontal .control .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn),
.fun .operatori_search_box .horizontal .control input[type=text],
.fun .operatori_search_box .horizontal .control input[type=date],
.fun .operatori_search_box .horizontal .control .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn),
.fun .xp_search_box .horizontal .control input[type=text],
.fun .xp_search_box .horizontal .control input[type=date],
.fun .xp_search_box .horizontal .control .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn),
.wellness .operatori_search_box .horizontal .control input[type=text],
.wellness .operatori_search_box .horizontal .control input[type=date],
.wellness .operatori_search_box .horizontal .control .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn),
.wellness .xp_search_box .horizontal .control input[type=text],
.wellness .xp_search_box .horizontal .control input[type=date],
.wellness .xp_search_box .horizontal .control .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn),
.empire .operatori_search_box .horizontal .control input[type=text],
.empire .operatori_search_box .horizontal .control input[type=date],
.empire .operatori_search_box .horizontal .control .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn),
.empire .xp_search_box .horizontal .control input[type=text],
.empire .xp_search_box .horizontal .control input[type=date],
.empire .xp_search_box .horizontal .control .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn),
.bike .operatori_search_box .horizontal .control input[type=text],
.bike .operatori_search_box .horizontal .control input[type=date],
.bike .operatori_search_box .horizontal .control .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn),
.bike .xp_search_box .horizontal .control input[type=text],
.bike .xp_search_box .horizontal .control input[type=date],
.bike .xp_search_box .horizontal .control .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn),
.castle .operatori_search_box .horizontal .control input[type=text],
.castle .operatori_search_box .horizontal .control input[type=date],
.castle .operatori_search_box .horizontal .control .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn),
.castle .xp_search_box .horizontal .control input[type=text],
.castle .xp_search_box .horizontal .control input[type=date],
.castle .xp_search_box .horizontal .control .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn),
.culture .operatori_search_box .horizontal .control input[type=text],
.culture .operatori_search_box .horizontal .control input[type=date],
.culture .operatori_search_box .horizontal .control .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn),
.culture .xp_search_box .horizontal .control input[type=text],
.culture .xp_search_box .horizontal .control input[type=date],
.culture .xp_search_box .horizontal .control .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn),
.romagna_autentica .operatori_search_box .horizontal .control input[type=text],
.romagna_autentica .operatori_search_box .horizontal .control input[type=date],
.romagna_autentica .operatori_search_box .horizontal .control .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn),
.romagna_autentica .xp_search_box .horizontal .control input[type=text],
.romagna_autentica .xp_search_box .horizontal .control input[type=date],
.romagna_autentica .xp_search_box .horizontal .control .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn),
.nature .operatori_search_box .horizontal .control input[type=text],
.nature .operatori_search_box .horizontal .control input[type=date],
.nature .operatori_search_box .horizontal .control .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn),
.nature .xp_search_box .horizontal .control input[type=text],
.nature .xp_search_box .horizontal .control input[type=date],
.nature .xp_search_box .horizontal .control .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn),
.food .operatori_search_box .horizontal .control input[type=text],
.food .operatori_search_box .horizontal .control input[type=date],
.food .operatori_search_box .horizontal .control .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn),
.food .xp_search_box .horizontal .control input[type=text],
.food .xp_search_box .horizontal .control input[type=date],
.food .xp_search_box .horizontal .control .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn),
.beach .operatori_search_box .horizontal .control input[type=text],
.beach .operatori_search_box .horizontal .control input[type=date],
.beach .operatori_search_box .horizontal .control .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn),
.beach .xp_search_box .horizontal .control input[type=text],
.beach .xp_search_box .horizontal .control input[type=date],
.beach .xp_search_box .horizontal .control .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn),
.rock .operatori_search_box .horizontal .control input[type=text],
.rock .operatori_search_box .horizontal .control input[type=date],
.rock .operatori_search_box .horizontal .control .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn),
.rock .xp_search_box .horizontal .control input[type=text],
.rock .xp_search_box .horizontal .control input[type=date],
.rock .xp_search_box .horizontal .control .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn),
.booking .operatori_search_box .horizontal .control input[type=text],
.booking .operatori_search_box .horizontal .control input[type=date],
.booking .operatori_search_box .horizontal .control .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn),
.booking .xp_search_box .horizontal .control input[type=text],
.booking .xp_search_box .horizontal .control input[type=date],
.booking .xp_search_box .horizontal .control .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn),
.odm .operatori_search_box .horizontal .control input[type=text],
.odm .operatori_search_box .horizontal .control input[type=date],
.odm .operatori_search_box .horizontal .control .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn),
.odm .xp_search_box .horizontal .control input[type=text],
.odm .xp_search_box .horizontal .control input[type=date],
.odm .xp_search_box .horizontal .control .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn),
.meteo .operatori_search_box .horizontal .control input[type=text],
.meteo .operatori_search_box .horizontal .control input[type=date],
.meteo .operatori_search_box .horizontal .control .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn),
.meteo .xp_search_box .horizontal .control input[type=text],
.meteo .xp_search_box .horizontal .control input[type=date],
.meteo .xp_search_box .horizontal .control .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn),
.iat .operatori_search_box .horizontal .control input[type=text],
.iat .operatori_search_box .horizontal .control input[type=date],
.iat .operatori_search_box .horizontal .control .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn),
.iat .xp_search_box .horizontal .control input[type=text],
.iat .xp_search_box .horizontal .control input[type=date],
.iat .xp_search_box .horizontal .control .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn),
.news .operatori_search_box .horizontal .control input[type=text],
.news .operatori_search_box .horizontal .control input[type=date],
.news .operatori_search_box .horizontal .control .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn),
.news .xp_search_box .horizontal .control input[type=text],
.news .xp_search_box .horizontal .control input[type=date],
.news .xp_search_box .horizontal .control .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn),
.esperienze .operatori_search_box .horizontal .control input[type=text],
.esperienze .operatori_search_box .horizontal .control input[type=date],
.esperienze .operatori_search_box .horizontal .control .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn),
.esperienze .xp_search_box .horizontal .control input[type=text],
.esperienze .xp_search_box .horizontal .control input[type=date],
.esperienze .xp_search_box .horizontal .control .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn),
.pianifica .operatori_search_box .horizontal .control input[type=text],
.pianifica .operatori_search_box .horizontal .control input[type=date],
.pianifica .operatori_search_box .horizontal .control .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn),
.pianifica .xp_search_box .horizontal .control input[type=text],
.pianifica .xp_search_box .horizontal .control input[type=date],
.pianifica .xp_search_box .horizontal .control .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn),
.eventi .operatori_search_box .horizontal .control input[type=text],
.eventi .operatori_search_box .horizontal .control input[type=date],
.eventi .operatori_search_box .horizontal .control .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn),
.eventi .xp_search_box .horizontal .control input[type=text],
.eventi .xp_search_box .horizontal .control input[type=date],
.eventi .xp_search_box .horizontal .control .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn),
.idee .operatori_search_box .horizontal .control input[type=text],
.idee .operatori_search_box .horizontal .control input[type=date],
.idee .operatori_search_box .horizontal .control .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn),
.idee .xp_search_box .horizontal .control input[type=text],
.idee .xp_search_box .horizontal .control input[type=date],
.idee .xp_search_box .horizontal .control .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn),
.scopri .operatori_search_box .horizontal .control input[type=text],
.scopri .operatori_search_box .horizontal .control input[type=date],
.scopri .operatori_search_box .horizontal .control .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn),
.scopri .xp_search_box .horizontal .control input[type=text],
.scopri .xp_search_box .horizontal .control input[type=date],
.scopri .xp_search_box .horizontal .control .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn),
.events-page .header .eventsearchbox.horizontal .control input[type=text],
.events-page .header .eventsearchbox.horizontal .control input[type=date],
.events-page .header .eventsearchbox.horizontal .control .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn),
.events-homepage .header .eventsearchbox.horizontal .control input[type=text],
.events-homepage .header .eventsearchbox.horizontal .control input[type=date],
.events-homepage .header .eventsearchbox.horizontal .control .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center,
.search .searchearchbox.horizontal .control input[type=search],
.search .searchearchbox.horizontal .control input[type=date],
.search .searchearchbox.horizontal .control label,
.downloads .downloadsearchbox.horizontal .control input[type=text],
.downloads .downloadsearchbox.horizontal .control input[type=date],
.downloads .downloadsearchbox.horizontal .control label,
.itinerari .searchbox .control input[type=text],
.itinerari .searchbox .control input[type=date],
.itinerari .searchbox .control label,
.itinerari .searchbox.horizontal .control input[type=text],
.itinerari .searchbox.horizontal .control input[type=date],
.itinerari .searchbox.horizontal .control label,
.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .control input[type=text],
.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .control input[type=date],
.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .control label,
.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .control input[type=text],
.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .control input[type=date],
.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .control label,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .control input[type=text],
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .control input[type=date],
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .control label,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .control input[type=text],
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .control input[type=date],
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .control label,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .control input[type=text],
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .control input[type=date],
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .control label,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .control input[type=text],
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .control input[type=date],
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .control label,
.romagna-craft .operatori_search_box .horizontal .control input[type=text],
.romagna-craft .operatori_search_box .horizontal .control input[type=date],
.romagna-craft .operatori_search_box .horizontal .control label,
.romagna-craft .xp_search_box .horizontal .control input[type=text],
.romagna-craft .xp_search_box .horizontal .control input[type=date],
.romagna-craft .xp_search_box .horizontal .control label,
.spass .operatori_search_box .horizontal .control input[type=text],
.spass .operatori_search_box .horizontal .control input[type=date],
.spass .operatori_search_box .horizontal .control label,
.spass .xp_search_box .horizontal .control input[type=text],
.spass .xp_search_box .horizontal .control input[type=date],
.spass .xp_search_box .horizontal .control label,
.natur .operatori_search_box .horizontal .control input[type=text],
.natur .operatori_search_box .horizontal .control input[type=date],
.natur .operatori_search_box .horizontal .control label,
.natur .xp_search_box .horizontal .control input[type=text],
.natur .xp_search_box .horizontal .control input[type=date],
.natur .xp_search_box .horizontal .control label,
.kultur .operatori_search_box .horizontal .control input[type=text],
.kultur .operatori_search_box .horizontal .control input[type=date],
.kultur .operatori_search_box .horizontal .control label,
.kultur .xp_search_box .horizontal .control input[type=text],
.kultur .xp_search_box .horizontal .control input[type=date],
.kultur .xp_search_box .horizontal .control label,
.pet .operatori_search_box .horizontal .control input[type=text],
.pet .operatori_search_box .horizontal .control input[type=date],
.pet .operatori_search_box .horizontal .control label,
.pet .xp_search_box .horizontal .control input[type=text],
.pet .xp_search_box .horizontal .control input[type=date],
.pet .xp_search_box .horizontal .control label,
.default .operatori_search_box .horizontal .control input[type=text],
.default .operatori_search_box .horizontal .control input[type=date],
.default .operatori_search_box .horizontal .control label,
.default .xp_search_box .horizontal .control input[type=text],
.default .xp_search_box .horizontal .control input[type=date],
.default .xp_search_box .horizontal .control label,
.liscio .operatori_search_box .horizontal .control input[type=text],
.liscio .operatori_search_box .horizontal .control input[type=date],
.liscio .operatori_search_box .horizontal .control label,
.liscio .xp_search_box .horizontal .control input[type=text],
.liscio .xp_search_box .horizontal .control input[type=date],
.liscio .xp_search_box .horizontal .control label,
.romagna .operatori_search_box .horizontal .control input[type=text],
.romagna .operatori_search_box .horizontal .control input[type=date],
.romagna .operatori_search_box .horizontal .control label,
.romagna .xp_search_box .horizontal .control input[type=text],
.romagna .xp_search_box .horizontal .control input[type=date],
.romagna .xp_search_box .horizontal .control label,
.motorcycle .operatori_search_box .horizontal .control input[type=text],
.motorcycle .operatori_search_box .horizontal .control input[type=date],
.motorcycle .operatori_search_box .horizontal .control label,
.motorcycle .xp_search_box .horizontal .control input[type=text],
.motorcycle .xp_search_box .horizontal .control input[type=date],
.motorcycle .xp_search_box .horizontal .control label,
.sport .operatori_search_box .horizontal .control input[type=text],
.sport .operatori_search_box .horizontal .control input[type=date],
.sport .operatori_search_box .horizontal .control label,
.sport .xp_search_box .horizontal .control input[type=text],
.sport .xp_search_box .horizontal .control input[type=date],
.sport .xp_search_box .horizontal .control label,
.fun .operatori_search_box .horizontal .control input[type=text],
.fun .operatori_search_box .horizontal .control input[type=date],
.fun .operatori_search_box .horizontal .control label,
.fun .xp_search_box .horizontal .control input[type=text],
.fun .xp_search_box .horizontal .control input[type=date],
.fun .xp_search_box .horizontal .control label,
.wellness .operatori_search_box .horizontal .control input[type=text],
.wellness .operatori_search_box .horizontal .control input[type=date],
.wellness .operatori_search_box .horizontal .control label,
.wellness .xp_search_box .horizontal .control input[type=text],
.wellness .xp_search_box .horizontal .control input[type=date],
.wellness .xp_search_box .horizontal .control label,
.empire .operatori_search_box .horizontal .control input[type=text],
.empire .operatori_search_box .horizontal .control input[type=date],
.empire .operatori_search_box .horizontal .control label,
.empire .xp_search_box .horizontal .control input[type=text],
.empire .xp_search_box .horizontal .control input[type=date],
.empire .xp_search_box .horizontal .control label,
.bike .operatori_search_box .horizontal .control input[type=text],
.bike .operatori_search_box .horizontal .control input[type=date],
.bike .operatori_search_box .horizontal .control label,
.bike .xp_search_box .horizontal .control input[type=text],
.bike .xp_search_box .horizontal .control input[type=date],
.bike .xp_search_box .horizontal .control label,
.castle .operatori_search_box .horizontal .control input[type=text],
.castle .operatori_search_box .horizontal .control input[type=date],
.castle .operatori_search_box .horizontal .control label,
.castle .xp_search_box .horizontal .control input[type=text],
.castle .xp_search_box .horizontal .control input[type=date],
.castle .xp_search_box .horizontal .control label,
.culture .operatori_search_box .horizontal .control input[type=text],
.culture .operatori_search_box .horizontal .control input[type=date],
.culture .operatori_search_box .horizontal .control label,
.culture .xp_search_box .horizontal .control input[type=text],
.culture .xp_search_box .horizontal .control input[type=date],
.culture .xp_search_box .horizontal .control label,
.romagna_autentica .operatori_search_box .horizontal .control input[type=text],
.romagna_autentica .operatori_search_box .horizontal .control input[type=date],
.romagna_autentica .operatori_search_box .horizontal .control label,
.romagna_autentica .xp_search_box .horizontal .control input[type=text],
.romagna_autentica .xp_search_box .horizontal .control input[type=date],
.romagna_autentica .xp_search_box .horizontal .control label,
.nature .operatori_search_box .horizontal .control input[type=text],
.nature .operatori_search_box .horizontal .control input[type=date],
.nature .operatori_search_box .horizontal .control label,
.nature .xp_search_box .horizontal .control input[type=text],
.nature .xp_search_box .horizontal .control input[type=date],
.nature .xp_search_box .horizontal .control label,
.food .operatori_search_box .horizontal .control input[type=text],
.food .operatori_search_box .horizontal .control input[type=date],
.food .operatori_search_box .horizontal .control label,
.food .xp_search_box .horizontal .control input[type=text],
.food .xp_search_box .horizontal .control input[type=date],
.food .xp_search_box .horizontal .control label,
.beach .operatori_search_box .horizontal .control input[type=text],
.beach .operatori_search_box .horizontal .control input[type=date],
.beach .operatori_search_box .horizontal .control label,
.beach .xp_search_box .horizontal .control input[type=text],
.beach .xp_search_box .horizontal .control input[type=date],
.beach .xp_search_box .horizontal .control label,
.rock .operatori_search_box .horizontal .control input[type=text],
.rock .operatori_search_box .horizontal .control input[type=date],
.rock .operatori_search_box .horizontal .control label,
.rock .xp_search_box .horizontal .control input[type=text],
.rock .xp_search_box .horizontal .control input[type=date],
.rock .xp_search_box .horizontal .control label,
.booking .operatori_search_box .horizontal .control input[type=text],
.booking .operatori_search_box .horizontal .control input[type=date],
.booking .operatori_search_box .horizontal .control label,
.booking .xp_search_box .horizontal .control input[type=text],
.booking .xp_search_box .horizontal .control input[type=date],
.booking .xp_search_box .horizontal .control label,
.odm .operatori_search_box .horizontal .control input[type=text],
.odm .operatori_search_box .horizontal .control input[type=date],
.odm .operatori_search_box .horizontal .control label,
.odm .xp_search_box .horizontal .control input[type=text],
.odm .xp_search_box .horizontal .control input[type=date],
.odm .xp_search_box .horizontal .control label,
.meteo .operatori_search_box .horizontal .control input[type=text],
.meteo .operatori_search_box .horizontal .control input[type=date],
.meteo .operatori_search_box .horizontal .control label,
.meteo .xp_search_box .horizontal .control input[type=text],
.meteo .xp_search_box .horizontal .control input[type=date],
.meteo .xp_search_box .horizontal .control label,
.iat .operatori_search_box .horizontal .control input[type=text],
.iat .operatori_search_box .horizontal .control input[type=date],
.iat .operatori_search_box .horizontal .control label,
.iat .xp_search_box .horizontal .control input[type=text],
.iat .xp_search_box .horizontal .control input[type=date],
.iat .xp_search_box .horizontal .control label,
.news .operatori_search_box .horizontal .control input[type=text],
.news .operatori_search_box .horizontal .control input[type=date],
.news .operatori_search_box .horizontal .control label,
.news .xp_search_box .horizontal .control input[type=text],
.news .xp_search_box .horizontal .control input[type=date],
.news .xp_search_box .horizontal .control label,
.esperienze .operatori_search_box .horizontal .control input[type=text],
.esperienze .operatori_search_box .horizontal .control input[type=date],
.esperienze .operatori_search_box .horizontal .control label,
.esperienze .xp_search_box .horizontal .control input[type=text],
.esperienze .xp_search_box .horizontal .control input[type=date],
.esperienze .xp_search_box .horizontal .control label,
.pianifica .operatori_search_box .horizontal .control input[type=text],
.pianifica .operatori_search_box .horizontal .control input[type=date],
.pianifica .operatori_search_box .horizontal .control label,
.pianifica .xp_search_box .horizontal .control input[type=text],
.pianifica .xp_search_box .horizontal .control input[type=date],
.pianifica .xp_search_box .horizontal .control label,
.eventi .operatori_search_box .horizontal .control input[type=text],
.eventi .operatori_search_box .horizontal .control input[type=date],
.eventi .operatori_search_box .horizontal .control label,
.eventi .xp_search_box .horizontal .control input[type=text],
.eventi .xp_search_box .horizontal .control input[type=date],
.eventi .xp_search_box .horizontal .control label,
.idee .operatori_search_box .horizontal .control input[type=text],
.idee .operatori_search_box .horizontal .control input[type=date],
.idee .operatori_search_box .horizontal .control label,
.idee .xp_search_box .horizontal .control input[type=text],
.idee .xp_search_box .horizontal .control input[type=date],
.idee .xp_search_box .horizontal .control label,
.scopri .operatori_search_box .horizontal .control input[type=text],
.scopri .operatori_search_box .horizontal .control input[type=date],
.scopri .operatori_search_box .horizontal .control label,
.scopri .xp_search_box .horizontal .control input[type=text],
.scopri .xp_search_box .horizontal .control input[type=date],
.scopri .xp_search_box .horizontal .control label,
.events-page .header .eventsearchbox.horizontal .control input[type=text],
.events-page .header .eventsearchbox.horizontal .control input[type=date],
.events-page .header .eventsearchbox.horizontal .control label,
.events-homepage .header .eventsearchbox.horizontal .control input[type=text],
.events-homepage .header .eventsearchbox.horizontal .control input[type=date],
.events-homepage .header .eventsearchbox.horizontal .control label {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }

  .float-sm-right {
    float: right !important;
  }

  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }

  .float-md-right {
    float: right !important;
  }

  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }

  .float-lg-right {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }

  .float-xl-right {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }
}

.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
          user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }

  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }

  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }

  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }

  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }

  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }

  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }

  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }

  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }

  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }

  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }

  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }

  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }

  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }

  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }

  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }

  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }

  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }

  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }

  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }

  .m-sm-n1 {
    margin: -0.25rem !important;
  }

  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }

  .m-sm-n2 {
    margin: -0.5rem !important;
  }

  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }

  .m-sm-n3 {
    margin: -1rem !important;
  }

  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }

  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }

  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }

  .m-sm-n4 {
    margin: -1.5rem !important;
  }

  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }

  .m-sm-n5 {
    margin: -3rem !important;
  }

  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }

  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }

  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }

  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }

  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }

  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }

  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }

  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }

  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }

  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }

  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }

  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }

  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }

  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }

  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }

  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }

  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }

  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }

  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }

  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }

  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }

  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }

  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }

  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }

  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }

  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }

  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }

  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }

  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }

  .m-md-n1 {
    margin: -0.25rem !important;
  }

  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }

  .m-md-n2 {
    margin: -0.5rem !important;
  }

  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }

  .m-md-n3 {
    margin: -1rem !important;
  }

  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }

  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }

  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }

  .m-md-n4 {
    margin: -1.5rem !important;
  }

  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }

  .m-md-n5 {
    margin: -3rem !important;
  }

  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }

  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }

  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }

  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }

  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }

  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }

  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }

  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }

  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }

  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }

  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }

  .m-lg-n1 {
    margin: -0.25rem !important;
  }

  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }

  .m-lg-n2 {
    margin: -0.5rem !important;
  }

  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }

  .m-lg-n3 {
    margin: -1rem !important;
  }

  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }

  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }

  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }

  .m-lg-n4 {
    margin: -1.5rem !important;
  }

  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }

  .m-lg-n5 {
    margin: -3rem !important;
  }

  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }

  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }

  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }

  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }

  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }

  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }

  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }

  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }

  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }

  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }

  .m-xl-n1 {
    margin: -0.25rem !important;
  }

  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }

  .m-xl-n2 {
    margin: -0.5rem !important;
  }

  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }

  .m-xl-n3 {
    margin: -1rem !important;
  }

  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }

  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }

  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }

  .m-xl-n4 {
    margin: -1.5rem !important;
  }

  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }

  .m-xl-n5 {
    margin: -3rem !important;
  }

  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }

  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }

  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #FFFFFF !important;
}

.text-primary {
  color: #2F4A9A !important;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #1d2e5f !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover,
a.text-secondary:focus {
  color: #494f54 !important;
}

.text-success {
  color: #02662F !important;
}

a.text-success:hover,
a.text-success:focus {
  color: #011b0c !important;
}

.text-info {
  color: #6cb2eb !important;
}

a.text-info:hover,
a.text-info:focus {
  color: #298fe2 !important;
}

.text-warning {
  color: #F1BF4E !important;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #e1a112 !important;
}

.text-danger {
  color: #cb292f !important;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #8b1c20 !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover,
a.text-light:focus {
  color: #cbd3da !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover,
a.text-dark:focus {
  color: #121416 !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  a:not(.btn) {
    text-decoration: underline;
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

@page {
    size: a3;
}

  body {
    min-width: 992px !important;
  }

  .container {
    min-width: 992px !important;
  }

  .navbar {
    display: none;
  }

  .badge {
    border: 1px solid #000000;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table td,
  .table th {
    background-color: #FFFFFF !important;
  }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }

  .table-dark {
    color: inherit;
  }

  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }

  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}

@keyframes bs-notify-fadeOut {
  0% {
    opacity: 0.9;
  }

  100% {
    opacity: 0;
  }
}

select.bs-select-hidden,
.bootstrap-select > select.bs-select-hidden,
select.selectpicker {
  display: none !important;
}

.bootstrap-select {
  width: 220px \0;
  /*IE9 and below*/
  vertical-align: middle;
}

.bootstrap-select > .dropdown-toggle {
  position: relative;
  width: 100%;
  text-align: right;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
}

.bootstrap-select > .dropdown-toggle:after {
  margin-top: -1px;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active {
  color: #999;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:active {
  color: rgba(255, 255, 255, 0.5);
}

.bootstrap-select > select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none;
  z-index: 0 !important;
}

.bootstrap-select > select.mobile-device {
  top: 0;
  left: 0;
  display: block !important;
  width: 100% !important;
  z-index: 2 !important;
}

.has-error .bootstrap-select .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle,
.bootstrap-select.is-invalid .dropdown-toggle,
.was-validated .bootstrap-select select:invalid + .dropdown-toggle {
  border-color: #b94a48;
}

.bootstrap-select.is-valid .dropdown-toggle,
.was-validated .bootstrap-select select:valid + .dropdown-toggle {
  border-color: #28a745;
}

.bootstrap-select.fit-width {
  width: auto !important;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 220px;
}

.bootstrap-select > select.mobile-device:focus + .dropdown-toggle,
.bootstrap-select .dropdown-toggle:focus {
  outline: thin dotted #333333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}

.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
  height: auto;
}

:not(.input-group) > .bootstrap-select.form-control:not([class*=col-]) {
  width: 100%;
}

.bootstrap-select.form-control.input-group-btn {
  float: none;
  z-index: auto;
}

.form-inline .bootstrap-select,
.form-inline .bootstrap-select.form-control:not([class*=col-]) {
  width: auto;
}

.bootstrap-select:not(.input-group-btn),
.bootstrap-select[class*=col-] {
  float: none;
  display: inline-block;
  margin-left: 0;
}

.bootstrap-select.dropdown-menu-right,
.bootstrap-select[class*=col-].dropdown-menu-right,
.row .bootstrap-select[class*=col-].dropdown-menu-right {
  float: right;
}

.form-inline .bootstrap-select,
.form-horizontal .bootstrap-select,
.form-group .bootstrap-select {
  margin-bottom: 0;
}

.form-group-lg .bootstrap-select.form-control,
.form-group-sm .bootstrap-select.form-control {
  padding: 0;
}

.form-group-lg .bootstrap-select.form-control .dropdown-toggle,
.form-group-sm .bootstrap-select.form-control .dropdown-toggle {
  height: 100%;
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}

.bootstrap-select.form-control-sm .dropdown-toggle,
.bootstrap-select.form-control-lg .dropdown-toggle {
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}

.bootstrap-select.form-control-sm .dropdown-toggle {
  padding: 0.25rem 0.5rem;
}

.bootstrap-select.form-control-lg .dropdown-toggle {
  padding: 0.5rem 1rem;
}

.form-inline .bootstrap-select .form-control {
  width: 100%;
}

.bootstrap-select.disabled,
.bootstrap-select > .disabled {
  cursor: not-allowed;
}

.bootstrap-select.disabled:focus,
.bootstrap-select > .disabled:focus {
  outline: none !important;
}

.bootstrap-select.bs-container {
  position: absolute;
  top: 0;
  left: 0;
  height: 0 !important;
  padding: 0 !important;
}

.bootstrap-select.bs-container .dropdown-menu {
  z-index: 1060;
}

.bootstrap-select .dropdown-toggle .filter-option {
  position: static;
  top: 0;
  left: 0;
  float: left;
  height: 100%;
  width: 100%;
  text-align: left;
  overflow: hidden;
  flex: 0 1 auto;
}

.bs3.bootstrap-select .dropdown-toggle .filter-option {
  padding-right: inherit;
}

.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option {
  position: absolute;
  padding-top: inherit;
  padding-bottom: inherit;
  padding-left: inherit;
  float: none;
}

.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option .filter-option-inner {
  padding-right: inherit;
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  overflow: hidden;
}

.bootstrap-select .dropdown-toggle .filter-expand {
  width: 0 !important;
  float: left;
  opacity: 0 !important;
  overflow: hidden;
}

.bootstrap-select .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}

.input-group .bootstrap-select.form-control .dropdown-toggle {
  border-radius: inherit;
}

.bootstrap-select[class*=col-] .dropdown-toggle {
  width: 100%;
}

.bootstrap-select .dropdown-menu {
  min-width: 100%;
  box-sizing: border-box;
}

.bootstrap-select .dropdown-menu > .inner:focus {
  outline: none !important;
}

.bootstrap-select .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
}

.bootstrap-select .dropdown-menu li {
  position: relative;
}

.bootstrap-select .dropdown-menu li.active small {
  color: rgba(255, 255, 255, 0.5) !important;
}

.bootstrap-select .dropdown-menu li.disabled a {
  cursor: not-allowed;
}

.bootstrap-select .dropdown-menu li a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.bootstrap-select .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}

.bootstrap-select .dropdown-menu li a span.check-mark {
  display: none;
}

.bootstrap-select .dropdown-menu li a span.text {
  display: inline-block;
}

.bootstrap-select .dropdown-menu li small {
  padding-left: 0.5em;
}

.bootstrap-select .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: whitesmoke;
  border: 1px solid #e3e3e3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  box-sizing: border-box;
}

.bootstrap-select .dropdown-menu .notify.fadeOut {
  animation: 300ms linear 750ms forwards bs-notify-fadeOut;
}

.bootstrap-select .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap;
}

.bootstrap-select.fit-width .dropdown-toggle .filter-option {
  position: static;
  display: inline;
  padding: 0;
}

.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner,
.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner-inner {
  display: inline;
}

.bootstrap-select.fit-width .dropdown-toggle .bs-caret:before {
  content: "\A0";
}

.bootstrap-select.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}

.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  top: 5px;
}

.bootstrap-select.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}

.bootstrap-select .bs-ok-default:after {
  content: "";
  display: block;
  width: 0.5em;
  height: 1em;
  border-style: solid;
  border-width: 0 0.26em 0.26em 0;
  transform-style: preserve-3d;
  transform: rotate(45deg);
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle {
  z-index: 1061;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before {
  content: "";
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after {
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:before {
  bottom: auto;
  top: -4px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:after {
  bottom: auto;
  top: -4px;
  border-top: 6px solid white;
  border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:before {
  right: 12px;
  left: auto;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:after {
  right: 13px;
  left: auto;
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:after,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:before,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:after {
  display: block;
}

.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
  padding: 4px 8px;
}

.bs-actionsbox {
  width: 100%;
  box-sizing: border-box;
}

.bs-actionsbox .btn-group button {
  width: 50%;
}

.bs-donebutton {
  float: left;
  width: 100%;
  box-sizing: border-box;
}

.bs-donebutton .btn-group button {
  width: 100%;
}

.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}

.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none;
}

html,
body {
  font-size: 10px;
}

@keyframes bounceRight {
  0%, 20%, 50%, 80%, 100% {
    transform: translateX(0) rotate(-90deg);
  }

  40% {
    transform: translateX(-20px) rotate(-90deg);
  }

  60% {
    transform: translateX(-10px) rotate(-90deg);
  }
}

.swiper-container-ios,
.swiper-categories-grid {
  overflow: hidden;
}

/**
 * Calculate the luminance for a color.
 * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
 */

/**
   * Calculate the contrast ratio between two colors.
   * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
   */

/**
   * Determine whether to use dark or light text on top of given color.
   * Returns black for dark text and white for light text.
   */

/*!
 * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */

.fa,
.search .searchearchbox.vertical .bootstrap-select button:after,
.search .searchearchbox.horizontal .control .bootstrap-select button:after,
.downloads .downloadsearchbox.vertical .bootstrap-select button:after,
.downloads .downloadsearchbox.horizontal .control .bootstrap-select button:after,
.localita #searchbox-app .bootstrap-select button:after,
.itinerari .searchbox .control .bootstrap-select button:after,
.itinerari .searchbox.horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna-craft .operatori_search_box .vertical .bootstrap-select button:after,
.romagna-craft .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna-craft .xp_search_box .vertical .bootstrap-select button:after,
.romagna-craft .xp_search_box .horizontal .control .bootstrap-select button:after,
.spass .operatori_search_box .vertical .bootstrap-select button:after,
.spass .operatori_search_box .horizontal .control .bootstrap-select button:after,
.spass .xp_search_box .vertical .bootstrap-select button:after,
.spass .xp_search_box .horizontal .control .bootstrap-select button:after,
.natur .operatori_search_box .vertical .bootstrap-select button:after,
.natur .operatori_search_box .horizontal .control .bootstrap-select button:after,
.natur .xp_search_box .vertical .bootstrap-select button:after,
.natur .xp_search_box .horizontal .control .bootstrap-select button:after,
.kultur .operatori_search_box .vertical .bootstrap-select button:after,
.kultur .operatori_search_box .horizontal .control .bootstrap-select button:after,
.kultur .xp_search_box .vertical .bootstrap-select button:after,
.kultur .xp_search_box .horizontal .control .bootstrap-select button:after,
.pet .operatori_search_box .vertical .bootstrap-select button:after,
.pet .operatori_search_box .horizontal .control .bootstrap-select button:after,
.pet .xp_search_box .vertical .bootstrap-select button:after,
.pet .xp_search_box .horizontal .control .bootstrap-select button:after,
.default .operatori_search_box .vertical .bootstrap-select button:after,
.default .operatori_search_box .horizontal .control .bootstrap-select button:after,
.default .xp_search_box .vertical .bootstrap-select button:after,
.default .xp_search_box .horizontal .control .bootstrap-select button:after,
.liscio .operatori_search_box .vertical .bootstrap-select button:after,
.liscio .operatori_search_box .horizontal .control .bootstrap-select button:after,
.liscio .xp_search_box .vertical .bootstrap-select button:after,
.liscio .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna .operatori_search_box .vertical .bootstrap-select button:after,
.romagna .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna .xp_search_box .vertical .bootstrap-select button:after,
.romagna .xp_search_box .horizontal .control .bootstrap-select button:after,
.motorcycle .operatori_search_box .vertical .bootstrap-select button:after,
.motorcycle .operatori_search_box .horizontal .control .bootstrap-select button:after,
.motorcycle .xp_search_box .vertical .bootstrap-select button:after,
.motorcycle .xp_search_box .horizontal .control .bootstrap-select button:after,
.sport .operatori_search_box .vertical .bootstrap-select button:after,
.sport .operatori_search_box .horizontal .control .bootstrap-select button:after,
.sport .xp_search_box .vertical .bootstrap-select button:after,
.sport .xp_search_box .horizontal .control .bootstrap-select button:after,
.fun .operatori_search_box .vertical .bootstrap-select button:after,
.fun .operatori_search_box .horizontal .control .bootstrap-select button:after,
.fun .xp_search_box .vertical .bootstrap-select button:after,
.fun .xp_search_box .horizontal .control .bootstrap-select button:after,
.wellness .operatori_search_box .vertical .bootstrap-select button:after,
.wellness .operatori_search_box .horizontal .control .bootstrap-select button:after,
.wellness .xp_search_box .vertical .bootstrap-select button:after,
.wellness .xp_search_box .horizontal .control .bootstrap-select button:after,
.empire .operatori_search_box .vertical .bootstrap-select button:after,
.empire .operatori_search_box .horizontal .control .bootstrap-select button:after,
.empire .xp_search_box .vertical .bootstrap-select button:after,
.empire .xp_search_box .horizontal .control .bootstrap-select button:after,
.bike .operatori_search_box .vertical .bootstrap-select button:after,
.bike .operatori_search_box .horizontal .control .bootstrap-select button:after,
.bike .xp_search_box .vertical .bootstrap-select button:after,
.bike .xp_search_box .horizontal .control .bootstrap-select button:after,
.castle .operatori_search_box .vertical .bootstrap-select button:after,
.castle .operatori_search_box .horizontal .control .bootstrap-select button:after,
.castle .xp_search_box .vertical .bootstrap-select button:after,
.castle .xp_search_box .horizontal .control .bootstrap-select button:after,
.culture .operatori_search_box .vertical .bootstrap-select button:after,
.culture .operatori_search_box .horizontal .control .bootstrap-select button:after,
.culture .xp_search_box .vertical .bootstrap-select button:after,
.culture .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna_autentica .operatori_search_box .vertical .bootstrap-select button:after,
.romagna_autentica .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna_autentica .xp_search_box .vertical .bootstrap-select button:after,
.romagna_autentica .xp_search_box .horizontal .control .bootstrap-select button:after,
.nature .operatori_search_box .vertical .bootstrap-select button:after,
.nature .operatori_search_box .horizontal .control .bootstrap-select button:after,
.nature .xp_search_box .vertical .bootstrap-select button:after,
.nature .xp_search_box .horizontal .control .bootstrap-select button:after,
.food .operatori_search_box .vertical .bootstrap-select button:after,
.food .operatori_search_box .horizontal .control .bootstrap-select button:after,
.food .xp_search_box .vertical .bootstrap-select button:after,
.food .xp_search_box .horizontal .control .bootstrap-select button:after,
.beach .operatori_search_box .vertical .bootstrap-select button:after,
.beach .operatori_search_box .horizontal .control .bootstrap-select button:after,
.beach .xp_search_box .vertical .bootstrap-select button:after,
.beach .xp_search_box .horizontal .control .bootstrap-select button:after,
.rock .operatori_search_box .vertical .bootstrap-select button:after,
.rock .operatori_search_box .horizontal .control .bootstrap-select button:after,
.rock .xp_search_box .vertical .bootstrap-select button:after,
.rock .xp_search_box .horizontal .control .bootstrap-select button:after,
.booking .operatori_search_box .vertical .bootstrap-select button:after,
.booking .operatori_search_box .horizontal .control .bootstrap-select button:after,
.booking .xp_search_box .vertical .bootstrap-select button:after,
.booking .xp_search_box .horizontal .control .bootstrap-select button:after,
.odm .operatori_search_box .vertical .bootstrap-select button:after,
.odm .operatori_search_box .horizontal .control .bootstrap-select button:after,
.odm .xp_search_box .vertical .bootstrap-select button:after,
.odm .xp_search_box .horizontal .control .bootstrap-select button:after,
.meteo .operatori_search_box .vertical .bootstrap-select button:after,
.meteo .operatori_search_box .horizontal .control .bootstrap-select button:after,
.meteo .xp_search_box .vertical .bootstrap-select button:after,
.meteo .xp_search_box .horizontal .control .bootstrap-select button:after,
.iat .operatori_search_box .vertical .bootstrap-select button:after,
.iat .operatori_search_box .horizontal .control .bootstrap-select button:after,
.iat .xp_search_box .vertical .bootstrap-select button:after,
.iat .xp_search_box .horizontal .control .bootstrap-select button:after,
.news .operatori_search_box .vertical .bootstrap-select button:after,
.news .operatori_search_box .horizontal .control .bootstrap-select button:after,
.news .xp_search_box .vertical .bootstrap-select button:after,
.news .xp_search_box .horizontal .control .bootstrap-select button:after,
.esperienze .operatori_search_box .vertical .bootstrap-select button:after,
.esperienze .operatori_search_box .horizontal .control .bootstrap-select button:after,
.esperienze .xp_search_box .vertical .bootstrap-select button:after,
.esperienze .xp_search_box .horizontal .control .bootstrap-select button:after,
.pianifica .operatori_search_box .vertical .bootstrap-select button:after,
.pianifica .operatori_search_box .horizontal .control .bootstrap-select button:after,
.pianifica .xp_search_box .vertical .bootstrap-select button:after,
.pianifica .xp_search_box .horizontal .control .bootstrap-select button:after,
.eventi .operatori_search_box .vertical .bootstrap-select button:after,
.eventi .operatori_search_box .horizontal .control .bootstrap-select button:after,
.eventi .xp_search_box .vertical .bootstrap-select button:after,
.eventi .xp_search_box .horizontal .control .bootstrap-select button:after,
.idee .operatori_search_box .vertical .bootstrap-select button:after,
.idee .operatori_search_box .horizontal .control .bootstrap-select button:after,
.idee .xp_search_box .vertical .bootstrap-select button:after,
.idee .xp_search_box .horizontal .control .bootstrap-select button:after,
.scopri .operatori_search_box .vertical .bootstrap-select button:after,
.scopri .operatori_search_box .horizontal .control .bootstrap-select button:after,
.scopri .xp_search_box .vertical .bootstrap-select button:after,
.scopri .xp_search_box .horizontal .control .bootstrap-select button:after,
.events-page .header .eventsearchbox.vertical .bootstrap-select button:after,
.events-page .header .eventsearchbox.horizontal .control .bootstrap-select button:after,
.events-homepage .header .eventsearchbox.vertical .bootstrap-select button:after,
.events-homepage .header .eventsearchbox.horizontal .control .bootstrap-select button:after,
.fas,
.far,
.fal,
.fad,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}

.fa-xs {
  font-size: 0.75em;
}

.fa-sm {
  font-size: 0.875em;
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

.fa-border {
  border: solid 0.08em #eee;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left,
.search .searchearchbox.vertical .bootstrap-select button.fa-pull-left:after,
.search .searchearchbox.horizontal .control .bootstrap-select button.fa-pull-left:after,
.downloads .downloadsearchbox.vertical .bootstrap-select button.fa-pull-left:after,
.downloads .downloadsearchbox.horizontal .control .bootstrap-select button.fa-pull-left:after,
.localita #searchbox-app .bootstrap-select button.fa-pull-left:after,
.itinerari .searchbox .control .bootstrap-select button.fa-pull-left:after,
.itinerari .searchbox.horizontal .control .bootstrap-select button.fa-pull-left:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .vertical .bootstrap-select button.fa-pull-left:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .control .bootstrap-select button.fa-pull-left:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .vertical .bootstrap-select button.fa-pull-left:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .control .bootstrap-select button.fa-pull-left:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .vertical .bootstrap-select button.fa-pull-left:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .control .bootstrap-select button.fa-pull-left:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .vertical .bootstrap-select button.fa-pull-left:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .control .bootstrap-select button.fa-pull-left:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .vertical .bootstrap-select button.fa-pull-left:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .control .bootstrap-select button.fa-pull-left:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .vertical .bootstrap-select button.fa-pull-left:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .control .bootstrap-select button.fa-pull-left:after,
.romagna-craft .operatori_search_box .vertical .bootstrap-select button.fa-pull-left:after,
.romagna-craft .operatori_search_box .horizontal .control .bootstrap-select button.fa-pull-left:after,
.romagna-craft .xp_search_box .vertical .bootstrap-select button.fa-pull-left:after,
.romagna-craft .xp_search_box .horizontal .control .bootstrap-select button.fa-pull-left:after,
.spass .operatori_search_box .vertical .bootstrap-select button.fa-pull-left:after,
.spass .operatori_search_box .horizontal .control .bootstrap-select button.fa-pull-left:after,
.spass .xp_search_box .vertical .bootstrap-select button.fa-pull-left:after,
.spass .xp_search_box .horizontal .control .bootstrap-select button.fa-pull-left:after,
.natur .operatori_search_box .vertical .bootstrap-select button.fa-pull-left:after,
.natur .operatori_search_box .horizontal .control .bootstrap-select button.fa-pull-left:after,
.natur .xp_search_box .vertical .bootstrap-select button.fa-pull-left:after,
.natur .xp_search_box .horizontal .control .bootstrap-select button.fa-pull-left:after,
.kultur .operatori_search_box .vertical .bootstrap-select button.fa-pull-left:after,
.kultur .operatori_search_box .horizontal .control .bootstrap-select button.fa-pull-left:after,
.kultur .xp_search_box .vertical .bootstrap-select button.fa-pull-left:after,
.kultur .xp_search_box .horizontal .control .bootstrap-select button.fa-pull-left:after,
.pet .operatori_search_box .vertical .bootstrap-select button.fa-pull-left:after,
.pet .operatori_search_box .horizontal .control .bootstrap-select button.fa-pull-left:after,
.pet .xp_search_box .vertical .bootstrap-select button.fa-pull-left:after,
.pet .xp_search_box .horizontal .control .bootstrap-select button.fa-pull-left:after,
.default .operatori_search_box .vertical .bootstrap-select button.fa-pull-left:after,
.default .operatori_search_box .horizontal .control .bootstrap-select button.fa-pull-left:after,
.default .xp_search_box .vertical .bootstrap-select button.fa-pull-left:after,
.default .xp_search_box .horizontal .control .bootstrap-select button.fa-pull-left:after,
.liscio .operatori_search_box .vertical .bootstrap-select button.fa-pull-left:after,
.liscio .operatori_search_box .horizontal .control .bootstrap-select button.fa-pull-left:after,
.liscio .xp_search_box .vertical .bootstrap-select button.fa-pull-left:after,
.liscio .xp_search_box .horizontal .control .bootstrap-select button.fa-pull-left:after,
.romagna .operatori_search_box .vertical .bootstrap-select button.fa-pull-left:after,
.romagna .operatori_search_box .horizontal .control .bootstrap-select button.fa-pull-left:after,
.romagna .xp_search_box .vertical .bootstrap-select button.fa-pull-left:after,
.romagna .xp_search_box .horizontal .control .bootstrap-select button.fa-pull-left:after,
.motorcycle .operatori_search_box .vertical .bootstrap-select button.fa-pull-left:after,
.motorcycle .operatori_search_box .horizontal .control .bootstrap-select button.fa-pull-left:after,
.motorcycle .xp_search_box .vertical .bootstrap-select button.fa-pull-left:after,
.motorcycle .xp_search_box .horizontal .control .bootstrap-select button.fa-pull-left:after,
.sport .operatori_search_box .vertical .bootstrap-select button.fa-pull-left:after,
.sport .operatori_search_box .horizontal .control .bootstrap-select button.fa-pull-left:after,
.sport .xp_search_box .vertical .bootstrap-select button.fa-pull-left:after,
.sport .xp_search_box .horizontal .control .bootstrap-select button.fa-pull-left:after,
.fun .operatori_search_box .vertical .bootstrap-select button.fa-pull-left:after,
.fun .operatori_search_box .horizontal .control .bootstrap-select button.fa-pull-left:after,
.fun .xp_search_box .vertical .bootstrap-select button.fa-pull-left:after,
.fun .xp_search_box .horizontal .control .bootstrap-select button.fa-pull-left:after,
.wellness .operatori_search_box .vertical .bootstrap-select button.fa-pull-left:after,
.wellness .operatori_search_box .horizontal .control .bootstrap-select button.fa-pull-left:after,
.wellness .xp_search_box .vertical .bootstrap-select button.fa-pull-left:after,
.wellness .xp_search_box .horizontal .control .bootstrap-select button.fa-pull-left:after,
.empire .operatori_search_box .vertical .bootstrap-select button.fa-pull-left:after,
.empire .operatori_search_box .horizontal .control .bootstrap-select button.fa-pull-left:after,
.empire .xp_search_box .vertical .bootstrap-select button.fa-pull-left:after,
.empire .xp_search_box .horizontal .control .bootstrap-select button.fa-pull-left:after,
.bike .operatori_search_box .vertical .bootstrap-select button.fa-pull-left:after,
.bike .operatori_search_box .horizontal .control .bootstrap-select button.fa-pull-left:after,
.bike .xp_search_box .vertical .bootstrap-select button.fa-pull-left:after,
.bike .xp_search_box .horizontal .control .bootstrap-select button.fa-pull-left:after,
.castle .operatori_search_box .vertical .bootstrap-select button.fa-pull-left:after,
.castle .operatori_search_box .horizontal .control .bootstrap-select button.fa-pull-left:after,
.castle .xp_search_box .vertical .bootstrap-select button.fa-pull-left:after,
.castle .xp_search_box .horizontal .control .bootstrap-select button.fa-pull-left:after,
.culture .operatori_search_box .vertical .bootstrap-select button.fa-pull-left:after,
.culture .operatori_search_box .horizontal .control .bootstrap-select button.fa-pull-left:after,
.culture .xp_search_box .vertical .bootstrap-select button.fa-pull-left:after,
.culture .xp_search_box .horizontal .control .bootstrap-select button.fa-pull-left:after,
.romagna_autentica .operatori_search_box .vertical .bootstrap-select button.fa-pull-left:after,
.romagna_autentica .operatori_search_box .horizontal .control .bootstrap-select button.fa-pull-left:after,
.romagna_autentica .xp_search_box .vertical .bootstrap-select button.fa-pull-left:after,
.romagna_autentica .xp_search_box .horizontal .control .bootstrap-select button.fa-pull-left:after,
.nature .operatori_search_box .vertical .bootstrap-select button.fa-pull-left:after,
.nature .operatori_search_box .horizontal .control .bootstrap-select button.fa-pull-left:after,
.nature .xp_search_box .vertical .bootstrap-select button.fa-pull-left:after,
.nature .xp_search_box .horizontal .control .bootstrap-select button.fa-pull-left:after,
.food .operatori_search_box .vertical .bootstrap-select button.fa-pull-left:after,
.food .operatori_search_box .horizontal .control .bootstrap-select button.fa-pull-left:after,
.food .xp_search_box .vertical .bootstrap-select button.fa-pull-left:after,
.food .xp_search_box .horizontal .control .bootstrap-select button.fa-pull-left:after,
.beach .operatori_search_box .vertical .bootstrap-select button.fa-pull-left:after,
.beach .operatori_search_box .horizontal .control .bootstrap-select button.fa-pull-left:after,
.beach .xp_search_box .vertical .bootstrap-select button.fa-pull-left:after,
.beach .xp_search_box .horizontal .control .bootstrap-select button.fa-pull-left:after,
.rock .operatori_search_box .vertical .bootstrap-select button.fa-pull-left:after,
.rock .operatori_search_box .horizontal .control .bootstrap-select button.fa-pull-left:after,
.rock .xp_search_box .vertical .bootstrap-select button.fa-pull-left:after,
.rock .xp_search_box .horizontal .control .bootstrap-select button.fa-pull-left:after,
.booking .operatori_search_box .vertical .bootstrap-select button.fa-pull-left:after,
.booking .operatori_search_box .horizontal .control .bootstrap-select button.fa-pull-left:after,
.booking .xp_search_box .vertical .bootstrap-select button.fa-pull-left:after,
.booking .xp_search_box .horizontal .control .bootstrap-select button.fa-pull-left:after,
.odm .operatori_search_box .vertical .bootstrap-select button.fa-pull-left:after,
.odm .operatori_search_box .horizontal .control .bootstrap-select button.fa-pull-left:after,
.odm .xp_search_box .vertical .bootstrap-select button.fa-pull-left:after,
.odm .xp_search_box .horizontal .control .bootstrap-select button.fa-pull-left:after,
.meteo .operatori_search_box .vertical .bootstrap-select button.fa-pull-left:after,
.meteo .operatori_search_box .horizontal .control .bootstrap-select button.fa-pull-left:after,
.meteo .xp_search_box .vertical .bootstrap-select button.fa-pull-left:after,
.meteo .xp_search_box .horizontal .control .bootstrap-select button.fa-pull-left:after,
.iat .operatori_search_box .vertical .bootstrap-select button.fa-pull-left:after,
.iat .operatori_search_box .horizontal .control .bootstrap-select button.fa-pull-left:after,
.iat .xp_search_box .vertical .bootstrap-select button.fa-pull-left:after,
.iat .xp_search_box .horizontal .control .bootstrap-select button.fa-pull-left:after,
.news .operatori_search_box .vertical .bootstrap-select button.fa-pull-left:after,
.news .operatori_search_box .horizontal .control .bootstrap-select button.fa-pull-left:after,
.news .xp_search_box .vertical .bootstrap-select button.fa-pull-left:after,
.news .xp_search_box .horizontal .control .bootstrap-select button.fa-pull-left:after,
.esperienze .operatori_search_box .vertical .bootstrap-select button.fa-pull-left:after,
.esperienze .operatori_search_box .horizontal .control .bootstrap-select button.fa-pull-left:after,
.esperienze .xp_search_box .vertical .bootstrap-select button.fa-pull-left:after,
.esperienze .xp_search_box .horizontal .control .bootstrap-select button.fa-pull-left:after,
.pianifica .operatori_search_box .vertical .bootstrap-select button.fa-pull-left:after,
.pianifica .operatori_search_box .horizontal .control .bootstrap-select button.fa-pull-left:after,
.pianifica .xp_search_box .vertical .bootstrap-select button.fa-pull-left:after,
.pianifica .xp_search_box .horizontal .control .bootstrap-select button.fa-pull-left:after,
.eventi .operatori_search_box .vertical .bootstrap-select button.fa-pull-left:after,
.eventi .operatori_search_box .horizontal .control .bootstrap-select button.fa-pull-left:after,
.eventi .xp_search_box .vertical .bootstrap-select button.fa-pull-left:after,
.eventi .xp_search_box .horizontal .control .bootstrap-select button.fa-pull-left:after,
.idee .operatori_search_box .vertical .bootstrap-select button.fa-pull-left:after,
.idee .operatori_search_box .horizontal .control .bootstrap-select button.fa-pull-left:after,
.idee .xp_search_box .vertical .bootstrap-select button.fa-pull-left:after,
.idee .xp_search_box .horizontal .control .bootstrap-select button.fa-pull-left:after,
.scopri .operatori_search_box .vertical .bootstrap-select button.fa-pull-left:after,
.scopri .operatori_search_box .horizontal .control .bootstrap-select button.fa-pull-left:after,
.scopri .xp_search_box .vertical .bootstrap-select button.fa-pull-left:after,
.scopri .xp_search_box .horizontal .control .bootstrap-select button.fa-pull-left:after,
.events-page .header .eventsearchbox.vertical .bootstrap-select button.fa-pull-left:after,
.events-page .header .eventsearchbox.horizontal .control .bootstrap-select button.fa-pull-left:after,
.events-homepage .header .eventsearchbox.vertical .bootstrap-select button.fa-pull-left:after,
.events-homepage .header .eventsearchbox.horizontal .control .bootstrap-select button.fa-pull-left:after,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: 0.3em;
}

.fa.fa-pull-right,
.search .searchearchbox.vertical .bootstrap-select button.fa-pull-right:after,
.search .searchearchbox.horizontal .control .bootstrap-select button.fa-pull-right:after,
.downloads .downloadsearchbox.vertical .bootstrap-select button.fa-pull-right:after,
.downloads .downloadsearchbox.horizontal .control .bootstrap-select button.fa-pull-right:after,
.localita #searchbox-app .bootstrap-select button.fa-pull-right:after,
.itinerari .searchbox .control .bootstrap-select button.fa-pull-right:after,
.itinerari .searchbox.horizontal .control .bootstrap-select button.fa-pull-right:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .vertical .bootstrap-select button.fa-pull-right:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .control .bootstrap-select button.fa-pull-right:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .vertical .bootstrap-select button.fa-pull-right:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .control .bootstrap-select button.fa-pull-right:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .vertical .bootstrap-select button.fa-pull-right:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .control .bootstrap-select button.fa-pull-right:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .vertical .bootstrap-select button.fa-pull-right:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .control .bootstrap-select button.fa-pull-right:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .vertical .bootstrap-select button.fa-pull-right:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .control .bootstrap-select button.fa-pull-right:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .vertical .bootstrap-select button.fa-pull-right:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .control .bootstrap-select button.fa-pull-right:after,
.romagna-craft .operatori_search_box .vertical .bootstrap-select button.fa-pull-right:after,
.romagna-craft .operatori_search_box .horizontal .control .bootstrap-select button.fa-pull-right:after,
.romagna-craft .xp_search_box .vertical .bootstrap-select button.fa-pull-right:after,
.romagna-craft .xp_search_box .horizontal .control .bootstrap-select button.fa-pull-right:after,
.spass .operatori_search_box .vertical .bootstrap-select button.fa-pull-right:after,
.spass .operatori_search_box .horizontal .control .bootstrap-select button.fa-pull-right:after,
.spass .xp_search_box .vertical .bootstrap-select button.fa-pull-right:after,
.spass .xp_search_box .horizontal .control .bootstrap-select button.fa-pull-right:after,
.natur .operatori_search_box .vertical .bootstrap-select button.fa-pull-right:after,
.natur .operatori_search_box .horizontal .control .bootstrap-select button.fa-pull-right:after,
.natur .xp_search_box .vertical .bootstrap-select button.fa-pull-right:after,
.natur .xp_search_box .horizontal .control .bootstrap-select button.fa-pull-right:after,
.kultur .operatori_search_box .vertical .bootstrap-select button.fa-pull-right:after,
.kultur .operatori_search_box .horizontal .control .bootstrap-select button.fa-pull-right:after,
.kultur .xp_search_box .vertical .bootstrap-select button.fa-pull-right:after,
.kultur .xp_search_box .horizontal .control .bootstrap-select button.fa-pull-right:after,
.pet .operatori_search_box .vertical .bootstrap-select button.fa-pull-right:after,
.pet .operatori_search_box .horizontal .control .bootstrap-select button.fa-pull-right:after,
.pet .xp_search_box .vertical .bootstrap-select button.fa-pull-right:after,
.pet .xp_search_box .horizontal .control .bootstrap-select button.fa-pull-right:after,
.default .operatori_search_box .vertical .bootstrap-select button.fa-pull-right:after,
.default .operatori_search_box .horizontal .control .bootstrap-select button.fa-pull-right:after,
.default .xp_search_box .vertical .bootstrap-select button.fa-pull-right:after,
.default .xp_search_box .horizontal .control .bootstrap-select button.fa-pull-right:after,
.liscio .operatori_search_box .vertical .bootstrap-select button.fa-pull-right:after,
.liscio .operatori_search_box .horizontal .control .bootstrap-select button.fa-pull-right:after,
.liscio .xp_search_box .vertical .bootstrap-select button.fa-pull-right:after,
.liscio .xp_search_box .horizontal .control .bootstrap-select button.fa-pull-right:after,
.romagna .operatori_search_box .vertical .bootstrap-select button.fa-pull-right:after,
.romagna .operatori_search_box .horizontal .control .bootstrap-select button.fa-pull-right:after,
.romagna .xp_search_box .vertical .bootstrap-select button.fa-pull-right:after,
.romagna .xp_search_box .horizontal .control .bootstrap-select button.fa-pull-right:after,
.motorcycle .operatori_search_box .vertical .bootstrap-select button.fa-pull-right:after,
.motorcycle .operatori_search_box .horizontal .control .bootstrap-select button.fa-pull-right:after,
.motorcycle .xp_search_box .vertical .bootstrap-select button.fa-pull-right:after,
.motorcycle .xp_search_box .horizontal .control .bootstrap-select button.fa-pull-right:after,
.sport .operatori_search_box .vertical .bootstrap-select button.fa-pull-right:after,
.sport .operatori_search_box .horizontal .control .bootstrap-select button.fa-pull-right:after,
.sport .xp_search_box .vertical .bootstrap-select button.fa-pull-right:after,
.sport .xp_search_box .horizontal .control .bootstrap-select button.fa-pull-right:after,
.fun .operatori_search_box .vertical .bootstrap-select button.fa-pull-right:after,
.fun .operatori_search_box .horizontal .control .bootstrap-select button.fa-pull-right:after,
.fun .xp_search_box .vertical .bootstrap-select button.fa-pull-right:after,
.fun .xp_search_box .horizontal .control .bootstrap-select button.fa-pull-right:after,
.wellness .operatori_search_box .vertical .bootstrap-select button.fa-pull-right:after,
.wellness .operatori_search_box .horizontal .control .bootstrap-select button.fa-pull-right:after,
.wellness .xp_search_box .vertical .bootstrap-select button.fa-pull-right:after,
.wellness .xp_search_box .horizontal .control .bootstrap-select button.fa-pull-right:after,
.empire .operatori_search_box .vertical .bootstrap-select button.fa-pull-right:after,
.empire .operatori_search_box .horizontal .control .bootstrap-select button.fa-pull-right:after,
.empire .xp_search_box .vertical .bootstrap-select button.fa-pull-right:after,
.empire .xp_search_box .horizontal .control .bootstrap-select button.fa-pull-right:after,
.bike .operatori_search_box .vertical .bootstrap-select button.fa-pull-right:after,
.bike .operatori_search_box .horizontal .control .bootstrap-select button.fa-pull-right:after,
.bike .xp_search_box .vertical .bootstrap-select button.fa-pull-right:after,
.bike .xp_search_box .horizontal .control .bootstrap-select button.fa-pull-right:after,
.castle .operatori_search_box .vertical .bootstrap-select button.fa-pull-right:after,
.castle .operatori_search_box .horizontal .control .bootstrap-select button.fa-pull-right:after,
.castle .xp_search_box .vertical .bootstrap-select button.fa-pull-right:after,
.castle .xp_search_box .horizontal .control .bootstrap-select button.fa-pull-right:after,
.culture .operatori_search_box .vertical .bootstrap-select button.fa-pull-right:after,
.culture .operatori_search_box .horizontal .control .bootstrap-select button.fa-pull-right:after,
.culture .xp_search_box .vertical .bootstrap-select button.fa-pull-right:after,
.culture .xp_search_box .horizontal .control .bootstrap-select button.fa-pull-right:after,
.romagna_autentica .operatori_search_box .vertical .bootstrap-select button.fa-pull-right:after,
.romagna_autentica .operatori_search_box .horizontal .control .bootstrap-select button.fa-pull-right:after,
.romagna_autentica .xp_search_box .vertical .bootstrap-select button.fa-pull-right:after,
.romagna_autentica .xp_search_box .horizontal .control .bootstrap-select button.fa-pull-right:after,
.nature .operatori_search_box .vertical .bootstrap-select button.fa-pull-right:after,
.nature .operatori_search_box .horizontal .control .bootstrap-select button.fa-pull-right:after,
.nature .xp_search_box .vertical .bootstrap-select button.fa-pull-right:after,
.nature .xp_search_box .horizontal .control .bootstrap-select button.fa-pull-right:after,
.food .operatori_search_box .vertical .bootstrap-select button.fa-pull-right:after,
.food .operatori_search_box .horizontal .control .bootstrap-select button.fa-pull-right:after,
.food .xp_search_box .vertical .bootstrap-select button.fa-pull-right:after,
.food .xp_search_box .horizontal .control .bootstrap-select button.fa-pull-right:after,
.beach .operatori_search_box .vertical .bootstrap-select button.fa-pull-right:after,
.beach .operatori_search_box .horizontal .control .bootstrap-select button.fa-pull-right:after,
.beach .xp_search_box .vertical .bootstrap-select button.fa-pull-right:after,
.beach .xp_search_box .horizontal .control .bootstrap-select button.fa-pull-right:after,
.rock .operatori_search_box .vertical .bootstrap-select button.fa-pull-right:after,
.rock .operatori_search_box .horizontal .control .bootstrap-select button.fa-pull-right:after,
.rock .xp_search_box .vertical .bootstrap-select button.fa-pull-right:after,
.rock .xp_search_box .horizontal .control .bootstrap-select button.fa-pull-right:after,
.booking .operatori_search_box .vertical .bootstrap-select button.fa-pull-right:after,
.booking .operatori_search_box .horizontal .control .bootstrap-select button.fa-pull-right:after,
.booking .xp_search_box .vertical .bootstrap-select button.fa-pull-right:after,
.booking .xp_search_box .horizontal .control .bootstrap-select button.fa-pull-right:after,
.odm .operatori_search_box .vertical .bootstrap-select button.fa-pull-right:after,
.odm .operatori_search_box .horizontal .control .bootstrap-select button.fa-pull-right:after,
.odm .xp_search_box .vertical .bootstrap-select button.fa-pull-right:after,
.odm .xp_search_box .horizontal .control .bootstrap-select button.fa-pull-right:after,
.meteo .operatori_search_box .vertical .bootstrap-select button.fa-pull-right:after,
.meteo .operatori_search_box .horizontal .control .bootstrap-select button.fa-pull-right:after,
.meteo .xp_search_box .vertical .bootstrap-select button.fa-pull-right:after,
.meteo .xp_search_box .horizontal .control .bootstrap-select button.fa-pull-right:after,
.iat .operatori_search_box .vertical .bootstrap-select button.fa-pull-right:after,
.iat .operatori_search_box .horizontal .control .bootstrap-select button.fa-pull-right:after,
.iat .xp_search_box .vertical .bootstrap-select button.fa-pull-right:after,
.iat .xp_search_box .horizontal .control .bootstrap-select button.fa-pull-right:after,
.news .operatori_search_box .vertical .bootstrap-select button.fa-pull-right:after,
.news .operatori_search_box .horizontal .control .bootstrap-select button.fa-pull-right:after,
.news .xp_search_box .vertical .bootstrap-select button.fa-pull-right:after,
.news .xp_search_box .horizontal .control .bootstrap-select button.fa-pull-right:after,
.esperienze .operatori_search_box .vertical .bootstrap-select button.fa-pull-right:after,
.esperienze .operatori_search_box .horizontal .control .bootstrap-select button.fa-pull-right:after,
.esperienze .xp_search_box .vertical .bootstrap-select button.fa-pull-right:after,
.esperienze .xp_search_box .horizontal .control .bootstrap-select button.fa-pull-right:after,
.pianifica .operatori_search_box .vertical .bootstrap-select button.fa-pull-right:after,
.pianifica .operatori_search_box .horizontal .control .bootstrap-select button.fa-pull-right:after,
.pianifica .xp_search_box .vertical .bootstrap-select button.fa-pull-right:after,
.pianifica .xp_search_box .horizontal .control .bootstrap-select button.fa-pull-right:after,
.eventi .operatori_search_box .vertical .bootstrap-select button.fa-pull-right:after,
.eventi .operatori_search_box .horizontal .control .bootstrap-select button.fa-pull-right:after,
.eventi .xp_search_box .vertical .bootstrap-select button.fa-pull-right:after,
.eventi .xp_search_box .horizontal .control .bootstrap-select button.fa-pull-right:after,
.idee .operatori_search_box .vertical .bootstrap-select button.fa-pull-right:after,
.idee .operatori_search_box .horizontal .control .bootstrap-select button.fa-pull-right:after,
.idee .xp_search_box .vertical .bootstrap-select button.fa-pull-right:after,
.idee .xp_search_box .horizontal .control .bootstrap-select button.fa-pull-right:after,
.scopri .operatori_search_box .vertical .bootstrap-select button.fa-pull-right:after,
.scopri .operatori_search_box .horizontal .control .bootstrap-select button.fa-pull-right:after,
.scopri .xp_search_box .vertical .bootstrap-select button.fa-pull-right:after,
.scopri .xp_search_box .horizontal .control .bootstrap-select button.fa-pull-right:after,
.events-page .header .eventsearchbox.vertical .bootstrap-select button.fa-pull-right:after,
.events-page .header .eventsearchbox.horizontal .control .bootstrap-select button.fa-pull-right:after,
.events-homepage .header .eventsearchbox.vertical .bootstrap-select button.fa-pull-right:after,
.events-homepage .header .eventsearchbox.horizontal .control .bootstrap-select button.fa-pull-right:after,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(-1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
  filter: none;
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */

.fa-500px:before {
  content: "\F26E";
}

.fa-accessible-icon:before {
  content: "\F368";
}

.fa-accusoft:before {
  content: "\F369";
}

.fa-acquisitions-incorporated:before {
  content: "\F6AF";
}

.fa-ad:before {
  content: "\F641";
}

.fa-address-book:before {
  content: "\F2B9";
}

.fa-address-card:before {
  content: "\F2BB";
}

.fa-adjust:before {
  content: "\F042";
}

.fa-adn:before {
  content: "\F170";
}

.fa-adversal:before {
  content: "\F36A";
}

.fa-affiliatetheme:before {
  content: "\F36B";
}

.fa-air-freshener:before {
  content: "\F5D0";
}

.fa-airbnb:before {
  content: "\F834";
}

.fa-algolia:before {
  content: "\F36C";
}

.fa-align-center:before {
  content: "\F037";
}

.fa-align-justify:before {
  content: "\F039";
}

.fa-align-left:before {
  content: "\F036";
}

.fa-align-right:before {
  content: "\F038";
}

.fa-alipay:before {
  content: "\F642";
}

.fa-allergies:before {
  content: "\F461";
}

.fa-amazon:before {
  content: "\F270";
}

.fa-amazon-pay:before {
  content: "\F42C";
}

.fa-ambulance:before {
  content: "\F0F9";
}

.fa-american-sign-language-interpreting:before {
  content: "\F2A3";
}

.fa-amilia:before {
  content: "\F36D";
}

.fa-anchor:before {
  content: "\F13D";
}

.fa-android:before {
  content: "\F17B";
}

.fa-angellist:before {
  content: "\F209";
}

.fa-angle-double-down:before {
  content: "\F103";
}

.fa-angle-double-left:before {
  content: "\F100";
}

.fa-angle-double-right:before {
  content: "\F101";
}

.fa-angle-double-up:before {
  content: "\F102";
}

.fa-angle-down:before {
  content: "\F107";
}

.fa-angle-left:before {
  content: "\F104";
}

.fa-angle-right:before {
  content: "\F105";
}

.fa-angle-up:before {
  content: "\F106";
}

.fa-angry:before {
  content: "\F556";
}

.fa-angrycreative:before {
  content: "\F36E";
}

.fa-angular:before {
  content: "\F420";
}

.fa-ankh:before {
  content: "\F644";
}

.fa-app-store:before {
  content: "\F36F";
}

.fa-app-store-ios:before {
  content: "\F370";
}

.fa-apper:before {
  content: "\F371";
}

.fa-apple:before {
  content: "\F179";
}

.fa-apple-alt:before {
  content: "\F5D1";
}

.fa-apple-pay:before {
  content: "\F415";
}

.fa-archive:before {
  content: "\F187";
}

.fa-archway:before {
  content: "\F557";
}

.fa-arrow-alt-circle-down:before {
  content: "\F358";
}

.fa-arrow-alt-circle-left:before {
  content: "\F359";
}

.fa-arrow-alt-circle-right:before {
  content: "\F35A";
}

.fa-arrow-alt-circle-up:before {
  content: "\F35B";
}

.fa-arrow-circle-down:before {
  content: "\F0AB";
}

.fa-arrow-circle-left:before {
  content: "\F0A8";
}

.fa-arrow-circle-right:before {
  content: "\F0A9";
}

.fa-arrow-circle-up:before {
  content: "\F0AA";
}

.fa-arrow-down:before {
  content: "\F063";
}

.fa-arrow-left:before {
  content: "\F060";
}

.fa-arrow-right:before {
  content: "\F061";
}

.fa-arrow-up:before {
  content: "\F062";
}

.fa-arrows-alt:before {
  content: "\F0B2";
}

.fa-arrows-alt-h:before {
  content: "\F337";
}

.fa-arrows-alt-v:before {
  content: "\F338";
}

.fa-artstation:before {
  content: "\F77A";
}

.fa-assistive-listening-systems:before {
  content: "\F2A2";
}

.fa-asterisk:before {
  content: "\F069";
}

.fa-asymmetrik:before {
  content: "\F372";
}

.fa-at:before {
  content: "\F1FA";
}

.fa-atlas:before {
  content: "\F558";
}

.fa-atlassian:before {
  content: "\F77B";
}

.fa-atom:before {
  content: "\F5D2";
}

.fa-audible:before {
  content: "\F373";
}

.fa-audio-description:before {
  content: "\F29E";
}

.fa-autoprefixer:before {
  content: "\F41C";
}

.fa-avianex:before {
  content: "\F374";
}

.fa-aviato:before {
  content: "\F421";
}

.fa-award:before {
  content: "\F559";
}

.fa-aws:before {
  content: "\F375";
}

.fa-baby:before {
  content: "\F77C";
}

.fa-baby-carriage:before {
  content: "\F77D";
}

.fa-backspace:before {
  content: "\F55A";
}

.fa-backward:before {
  content: "\F04A";
}

.fa-bacon:before {
  content: "\F7E5";
}

.fa-bacteria:before {
  content: "\E059";
}

.fa-bacterium:before {
  content: "\E05A";
}

.fa-bahai:before {
  content: "\F666";
}

.fa-balance-scale:before {
  content: "\F24E";
}

.fa-balance-scale-left:before {
  content: "\F515";
}

.fa-balance-scale-right:before {
  content: "\F516";
}

.fa-ban:before {
  content: "\F05E";
}

.fa-band-aid:before {
  content: "\F462";
}

.fa-bandcamp:before {
  content: "\F2D5";
}

.fa-barcode:before {
  content: "\F02A";
}

.fa-bars:before {
  content: "\F0C9";
}

.fa-baseball-ball:before {
  content: "\F433";
}

.fa-basketball-ball:before {
  content: "\F434";
}

.fa-bath:before {
  content: "\F2CD";
}

.fa-battery-empty:before {
  content: "\F244";
}

.fa-battery-full:before {
  content: "\F240";
}

.fa-battery-half:before {
  content: "\F242";
}

.fa-battery-quarter:before {
  content: "\F243";
}

.fa-battery-three-quarters:before {
  content: "\F241";
}

.fa-battle-net:before {
  content: "\F835";
}

.fa-bed:before {
  content: "\F236";
}

.fa-beer:before {
  content: "\F0FC";
}

.fa-behance:before {
  content: "\F1B4";
}

.fa-behance-square:before {
  content: "\F1B5";
}

.fa-bell:before {
  content: "\F0F3";
}

.fa-bell-slash:before {
  content: "\F1F6";
}

.fa-bezier-curve:before {
  content: "\F55B";
}

.fa-bible:before {
  content: "\F647";
}

.fa-bicycle:before {
  content: "\F206";
}

.fa-biking:before {
  content: "\F84A";
}

.fa-bimobject:before {
  content: "\F378";
}

.fa-binoculars:before {
  content: "\F1E5";
}

.fa-biohazard:before {
  content: "\F780";
}

.fa-birthday-cake:before {
  content: "\F1FD";
}

.fa-bitbucket:before {
  content: "\F171";
}

.fa-bitcoin:before {
  content: "\F379";
}

.fa-bity:before {
  content: "\F37A";
}

.fa-black-tie:before {
  content: "\F27E";
}

.fa-blackberry:before {
  content: "\F37B";
}

.fa-blender:before {
  content: "\F517";
}

.fa-blender-phone:before {
  content: "\F6B6";
}

.fa-blind:before {
  content: "\F29D";
}

.fa-blog:before {
  content: "\F781";
}

.fa-blogger:before {
  content: "\F37C";
}

.fa-blogger-b:before {
  content: "\F37D";
}

.fa-bluetooth:before {
  content: "\F293";
}

.fa-bluetooth-b:before {
  content: "\F294";
}

.fa-bold:before {
  content: "\F032";
}

.fa-bolt:before {
  content: "\F0E7";
}

.fa-bomb:before {
  content: "\F1E2";
}

.fa-bone:before {
  content: "\F5D7";
}

.fa-bong:before {
  content: "\F55C";
}

.fa-book:before {
  content: "\F02D";
}

.fa-book-dead:before {
  content: "\F6B7";
}

.fa-book-medical:before {
  content: "\F7E6";
}

.fa-book-open:before {
  content: "\F518";
}

.fa-book-reader:before {
  content: "\F5DA";
}

.fa-bookmark:before {
  content: "\F02E";
}

.fa-bootstrap:before {
  content: "\F836";
}

.fa-border-all:before {
  content: "\F84C";
}

.fa-border-none:before {
  content: "\F850";
}

.fa-border-style:before {
  content: "\F853";
}

.fa-bowling-ball:before {
  content: "\F436";
}

.fa-box:before {
  content: "\F466";
}

.fa-box-open:before {
  content: "\F49E";
}

.fa-box-tissue:before {
  content: "\E05B";
}

.fa-boxes:before {
  content: "\F468";
}

.fa-braille:before {
  content: "\F2A1";
}

.fa-brain:before {
  content: "\F5DC";
}

.fa-bread-slice:before {
  content: "\F7EC";
}

.fa-briefcase:before {
  content: "\F0B1";
}

.fa-briefcase-medical:before {
  content: "\F469";
}

.fa-broadcast-tower:before {
  content: "\F519";
}

.fa-broom:before {
  content: "\F51A";
}

.fa-brush:before {
  content: "\F55D";
}

.fa-btc:before {
  content: "\F15A";
}

.fa-buffer:before {
  content: "\F837";
}

.fa-bug:before {
  content: "\F188";
}

.fa-building:before {
  content: "\F1AD";
}

.fa-bullhorn:before {
  content: "\F0A1";
}

.fa-bullseye:before {
  content: "\F140";
}

.fa-burn:before {
  content: "\F46A";
}

.fa-buromobelexperte:before {
  content: "\F37F";
}

.fa-bus:before {
  content: "\F207";
}

.fa-bus-alt:before {
  content: "\F55E";
}

.fa-business-time:before {
  content: "\F64A";
}

.fa-buy-n-large:before {
  content: "\F8A6";
}

.fa-buysellads:before {
  content: "\F20D";
}

.fa-calculator:before {
  content: "\F1EC";
}

.fa-calendar:before {
  content: "\F133";
}

.fa-calendar-alt:before {
  content: "\F073";
}

.fa-calendar-check:before {
  content: "\F274";
}

.fa-calendar-day:before {
  content: "\F783";
}

.fa-calendar-minus:before {
  content: "\F272";
}

.fa-calendar-plus:before {
  content: "\F271";
}

.fa-calendar-times:before {
  content: "\F273";
}

.fa-calendar-week:before {
  content: "\F784";
}

.fa-camera:before {
  content: "\F030";
}

.fa-camera-retro:before {
  content: "\F083";
}

.fa-campground:before {
  content: "\F6BB";
}

.fa-canadian-maple-leaf:before {
  content: "\F785";
}

.fa-candy-cane:before {
  content: "\F786";
}

.fa-cannabis:before {
  content: "\F55F";
}

.fa-capsules:before {
  content: "\F46B";
}

.fa-car:before {
  content: "\F1B9";
}

.fa-car-alt:before {
  content: "\F5DE";
}

.fa-car-battery:before {
  content: "\F5DF";
}

.fa-car-crash:before {
  content: "\F5E1";
}

.fa-car-side:before {
  content: "\F5E4";
}

.fa-caravan:before {
  content: "\F8FF";
}

.fa-caret-down:before {
  content: "\F0D7";
}

.fa-caret-left:before {
  content: "\F0D9";
}

.fa-caret-right:before {
  content: "\F0DA";
}

.fa-caret-square-down:before {
  content: "\F150";
}

.fa-caret-square-left:before {
  content: "\F191";
}

.fa-caret-square-right:before {
  content: "\F152";
}

.fa-caret-square-up:before {
  content: "\F151";
}

.fa-caret-up:before {
  content: "\F0D8";
}

.fa-carrot:before {
  content: "\F787";
}

.fa-cart-arrow-down:before {
  content: "\F218";
}

.fa-cart-plus:before {
  content: "\F217";
}

.fa-cash-register:before {
  content: "\F788";
}

.fa-cat:before {
  content: "\F6BE";
}

.fa-cc-amazon-pay:before {
  content: "\F42D";
}

.fa-cc-amex:before {
  content: "\F1F3";
}

.fa-cc-apple-pay:before {
  content: "\F416";
}

.fa-cc-diners-club:before {
  content: "\F24C";
}

.fa-cc-discover:before {
  content: "\F1F2";
}

.fa-cc-jcb:before {
  content: "\F24B";
}

.fa-cc-mastercard:before {
  content: "\F1F1";
}

.fa-cc-paypal:before {
  content: "\F1F4";
}

.fa-cc-stripe:before {
  content: "\F1F5";
}

.fa-cc-visa:before {
  content: "\F1F0";
}

.fa-centercode:before {
  content: "\F380";
}

.fa-centos:before {
  content: "\F789";
}

.fa-certificate:before {
  content: "\F0A3";
}

.fa-chair:before {
  content: "\F6C0";
}

.fa-chalkboard:before {
  content: "\F51B";
}

.fa-chalkboard-teacher:before {
  content: "\F51C";
}

.fa-charging-station:before {
  content: "\F5E7";
}

.fa-chart-area:before {
  content: "\F1FE";
}

.fa-chart-bar:before {
  content: "\F080";
}

.fa-chart-line:before {
  content: "\F201";
}

.fa-chart-pie:before {
  content: "\F200";
}

.fa-check:before {
  content: "\F00C";
}

.fa-check-circle:before {
  content: "\F058";
}

.fa-check-double:before {
  content: "\F560";
}

.fa-check-square:before {
  content: "\F14A";
}

.fa-cheese:before {
  content: "\F7EF";
}

.fa-chess:before {
  content: "\F439";
}

.fa-chess-bishop:before {
  content: "\F43A";
}

.fa-chess-board:before {
  content: "\F43C";
}

.fa-chess-king:before {
  content: "\F43F";
}

.fa-chess-knight:before {
  content: "\F441";
}

.fa-chess-pawn:before {
  content: "\F443";
}

.fa-chess-queen:before {
  content: "\F445";
}

.fa-chess-rook:before {
  content: "\F447";
}

.fa-chevron-circle-down:before {
  content: "\F13A";
}

.fa-chevron-circle-left:before {
  content: "\F137";
}

.fa-chevron-circle-right:before {
  content: "\F138";
}

.fa-chevron-circle-up:before {
  content: "\F139";
}

.fa-chevron-down:before {
  content: "\F078";
}

.fa-chevron-left:before {
  content: "\F053";
}

.fa-chevron-right:before {
  content: "\F054";
}

.fa-chevron-up:before {
  content: "\F077";
}

.fa-child:before {
  content: "\F1AE";
}

.fa-chrome:before {
  content: "\F268";
}

.fa-chromecast:before {
  content: "\F838";
}

.fa-church:before {
  content: "\F51D";
}

.fa-circle:before {
  content: "\F111";
}

.fa-circle-notch:before {
  content: "\F1CE";
}

.fa-city:before {
  content: "\F64F";
}

.fa-clinic-medical:before {
  content: "\F7F2";
}

.fa-clipboard:before {
  content: "\F328";
}

.fa-clipboard-check:before {
  content: "\F46C";
}

.fa-clipboard-list:before {
  content: "\F46D";
}

.fa-clock:before {
  content: "\F017";
}

.fa-clone:before {
  content: "\F24D";
}

.fa-closed-captioning:before {
  content: "\F20A";
}

.fa-cloud:before {
  content: "\F0C2";
}

.fa-cloud-download-alt:before {
  content: "\F381";
}

.fa-cloud-meatball:before {
  content: "\F73B";
}

.fa-cloud-moon:before {
  content: "\F6C3";
}

.fa-cloud-moon-rain:before {
  content: "\F73C";
}

.fa-cloud-rain:before {
  content: "\F73D";
}

.fa-cloud-showers-heavy:before {
  content: "\F740";
}

.fa-cloud-sun:before {
  content: "\F6C4";
}

.fa-cloud-sun-rain:before {
  content: "\F743";
}

.fa-cloud-upload-alt:before {
  content: "\F382";
}

.fa-cloudflare:before {
  content: "\E07D";
}

.fa-cloudscale:before {
  content: "\F383";
}

.fa-cloudsmith:before {
  content: "\F384";
}

.fa-cloudversify:before {
  content: "\F385";
}

.fa-cocktail:before {
  content: "\F561";
}

.fa-code:before {
  content: "\F121";
}

.fa-code-branch:before {
  content: "\F126";
}

.fa-codepen:before {
  content: "\F1CB";
}

.fa-codiepie:before {
  content: "\F284";
}

.fa-coffee:before {
  content: "\F0F4";
}

.fa-cog:before {
  content: "\F013";
}

.fa-cogs:before {
  content: "\F085";
}

.fa-coins:before {
  content: "\F51E";
}

.fa-columns:before {
  content: "\F0DB";
}

.fa-comment:before {
  content: "\F075";
}

.fa-comment-alt:before {
  content: "\F27A";
}

.fa-comment-dollar:before {
  content: "\F651";
}

.fa-comment-dots:before {
  content: "\F4AD";
}

.fa-comment-medical:before {
  content: "\F7F5";
}

.fa-comment-slash:before {
  content: "\F4B3";
}

.fa-comments:before {
  content: "\F086";
}

.fa-comments-dollar:before {
  content: "\F653";
}

.fa-compact-disc:before {
  content: "\F51F";
}

.fa-compass:before {
  content: "\F14E";
}

.fa-compress:before {
  content: "\F066";
}

.fa-compress-alt:before {
  content: "\F422";
}

.fa-compress-arrows-alt:before {
  content: "\F78C";
}

.fa-concierge-bell:before {
  content: "\F562";
}

.fa-confluence:before {
  content: "\F78D";
}

.fa-connectdevelop:before {
  content: "\F20E";
}

.fa-contao:before {
  content: "\F26D";
}

.fa-cookie:before {
  content: "\F563";
}

.fa-cookie-bite:before {
  content: "\F564";
}

.fa-copy:before {
  content: "\F0C5";
}

.fa-copyright:before {
  content: "\F1F9";
}

.fa-cotton-bureau:before {
  content: "\F89E";
}

.fa-couch:before {
  content: "\F4B8";
}

.fa-cpanel:before {
  content: "\F388";
}

.fa-creative-commons:before {
  content: "\F25E";
}

.fa-creative-commons-by:before {
  content: "\F4E7";
}

.fa-creative-commons-nc:before {
  content: "\F4E8";
}

.fa-creative-commons-nc-eu:before {
  content: "\F4E9";
}

.fa-creative-commons-nc-jp:before {
  content: "\F4EA";
}

.fa-creative-commons-nd:before {
  content: "\F4EB";
}

.fa-creative-commons-pd:before {
  content: "\F4EC";
}

.fa-creative-commons-pd-alt:before {
  content: "\F4ED";
}

.fa-creative-commons-remix:before {
  content: "\F4EE";
}

.fa-creative-commons-sa:before {
  content: "\F4EF";
}

.fa-creative-commons-sampling:before {
  content: "\F4F0";
}

.fa-creative-commons-sampling-plus:before {
  content: "\F4F1";
}

.fa-creative-commons-share:before {
  content: "\F4F2";
}

.fa-creative-commons-zero:before {
  content: "\F4F3";
}

.fa-credit-card:before {
  content: "\F09D";
}

.fa-critical-role:before {
  content: "\F6C9";
}

.fa-crop:before {
  content: "\F125";
}

.fa-crop-alt:before {
  content: "\F565";
}

.fa-cross:before {
  content: "\F654";
}

.fa-crosshairs:before {
  content: "\F05B";
}

.fa-crow:before {
  content: "\F520";
}

.fa-crown:before {
  content: "\F521";
}

.fa-crutch:before {
  content: "\F7F7";
}

.fa-css3:before {
  content: "\F13C";
}

.fa-css3-alt:before {
  content: "\F38B";
}

.fa-cube:before {
  content: "\F1B2";
}

.fa-cubes:before {
  content: "\F1B3";
}

.fa-cut:before {
  content: "\F0C4";
}

.fa-cuttlefish:before {
  content: "\F38C";
}

.fa-d-and-d:before {
  content: "\F38D";
}

.fa-d-and-d-beyond:before {
  content: "\F6CA";
}

.fa-dailymotion:before {
  content: "\E052";
}

.fa-dashcube:before {
  content: "\F210";
}

.fa-database:before {
  content: "\F1C0";
}

.fa-deaf:before {
  content: "\F2A4";
}

.fa-deezer:before {
  content: "\E077";
}

.fa-delicious:before {
  content: "\F1A5";
}

.fa-democrat:before {
  content: "\F747";
}

.fa-deploydog:before {
  content: "\F38E";
}

.fa-deskpro:before {
  content: "\F38F";
}

.fa-desktop:before {
  content: "\F108";
}

.fa-dev:before {
  content: "\F6CC";
}

.fa-deviantart:before {
  content: "\F1BD";
}

.fa-dharmachakra:before {
  content: "\F655";
}

.fa-dhl:before {
  content: "\F790";
}

.fa-diagnoses:before {
  content: "\F470";
}

.fa-diaspora:before {
  content: "\F791";
}

.fa-dice:before {
  content: "\F522";
}

.fa-dice-d20:before {
  content: "\F6CF";
}

.fa-dice-d6:before {
  content: "\F6D1";
}

.fa-dice-five:before {
  content: "\F523";
}

.fa-dice-four:before {
  content: "\F524";
}

.fa-dice-one:before {
  content: "\F525";
}

.fa-dice-six:before {
  content: "\F526";
}

.fa-dice-three:before {
  content: "\F527";
}

.fa-dice-two:before {
  content: "\F528";
}

.fa-digg:before {
  content: "\F1A6";
}

.fa-digital-ocean:before {
  content: "\F391";
}

.fa-digital-tachograph:before {
  content: "\F566";
}

.fa-directions:before {
  content: "\F5EB";
}

.fa-discord:before {
  content: "\F392";
}

.fa-discourse:before {
  content: "\F393";
}

.fa-disease:before {
  content: "\F7FA";
}

.fa-divide:before {
  content: "\F529";
}

.fa-dizzy:before {
  content: "\F567";
}

.fa-dna:before {
  content: "\F471";
}

.fa-dochub:before {
  content: "\F394";
}

.fa-docker:before {
  content: "\F395";
}

.fa-dog:before {
  content: "\F6D3";
}

.fa-dollar-sign:before {
  content: "\F155";
}

.fa-dolly:before {
  content: "\F472";
}

.fa-dolly-flatbed:before {
  content: "\F474";
}

.fa-donate:before {
  content: "\F4B9";
}

.fa-door-closed:before {
  content: "\F52A";
}

.fa-door-open:before {
  content: "\F52B";
}

.fa-dot-circle:before {
  content: "\F192";
}

.fa-dove:before {
  content: "\F4BA";
}

.fa-download:before {
  content: "\F019";
}

.fa-draft2digital:before {
  content: "\F396";
}

.fa-drafting-compass:before {
  content: "\F568";
}

.fa-dragon:before {
  content: "\F6D5";
}

.fa-draw-polygon:before {
  content: "\F5EE";
}

.fa-dribbble:before {
  content: "\F17D";
}

.fa-dribbble-square:before {
  content: "\F397";
}

.fa-dropbox:before {
  content: "\F16B";
}

.fa-drum:before {
  content: "\F569";
}

.fa-drum-steelpan:before {
  content: "\F56A";
}

.fa-drumstick-bite:before {
  content: "\F6D7";
}

.fa-drupal:before {
  content: "\F1A9";
}

.fa-dumbbell:before {
  content: "\F44B";
}

.fa-dumpster:before {
  content: "\F793";
}

.fa-dumpster-fire:before {
  content: "\F794";
}

.fa-dungeon:before {
  content: "\F6D9";
}

.fa-dyalog:before {
  content: "\F399";
}

.fa-earlybirds:before {
  content: "\F39A";
}

.fa-ebay:before {
  content: "\F4F4";
}

.fa-edge:before {
  content: "\F282";
}

.fa-edge-legacy:before {
  content: "\E078";
}

.fa-edit:before {
  content: "\F044";
}

.fa-egg:before {
  content: "\F7FB";
}

.fa-eject:before {
  content: "\F052";
}

.fa-elementor:before {
  content: "\F430";
}

.fa-ellipsis-h:before {
  content: "\F141";
}

.fa-ellipsis-v:before {
  content: "\F142";
}

.fa-ello:before {
  content: "\F5F1";
}

.fa-ember:before {
  content: "\F423";
}

.fa-empire:before {
  content: "\F1D1";
}

.fa-envelope:before {
  content: "\F0E0";
}

.fa-envelope-open:before {
  content: "\F2B6";
}

.fa-envelope-open-text:before {
  content: "\F658";
}

.fa-envelope-square:before {
  content: "\F199";
}

.fa-envira:before {
  content: "\F299";
}

.fa-equals:before {
  content: "\F52C";
}

.fa-eraser:before {
  content: "\F12D";
}

.fa-erlang:before {
  content: "\F39D";
}

.fa-ethereum:before {
  content: "\F42E";
}

.fa-ethernet:before {
  content: "\F796";
}

.fa-etsy:before {
  content: "\F2D7";
}

.fa-euro-sign:before {
  content: "\F153";
}

.fa-evernote:before {
  content: "\F839";
}

.fa-exchange-alt:before {
  content: "\F362";
}

.fa-exclamation:before {
  content: "\F12A";
}

.fa-exclamation-circle:before {
  content: "\F06A";
}

.fa-exclamation-triangle:before {
  content: "\F071";
}

.fa-expand:before {
  content: "\F065";
}

.fa-expand-alt:before {
  content: "\F424";
}

.fa-expand-arrows-alt:before {
  content: "\F31E";
}

.fa-expeditedssl:before {
  content: "\F23E";
}

.fa-external-link-alt:before {
  content: "\F35D";
}

.fa-external-link-square-alt:before {
  content: "\F360";
}

.fa-eye:before {
  content: "\F06E";
}

.fa-eye-dropper:before {
  content: "\F1FB";
}

.fa-eye-slash:before {
  content: "\F070";
}

.fa-facebook:before {
  content: "\F09A";
}

.fa-facebook-f:before {
  content: "\F39E";
}

.fa-facebook-messenger:before {
  content: "\F39F";
}

.fa-facebook-square:before {
  content: "\F082";
}

.fa-fan:before {
  content: "\F863";
}

.fa-fantasy-flight-games:before {
  content: "\F6DC";
}

.fa-fast-backward:before {
  content: "\F049";
}

.fa-fast-forward:before {
  content: "\F050";
}

.fa-faucet:before {
  content: "\E005";
}

.fa-fax:before {
  content: "\F1AC";
}

.fa-feather:before {
  content: "\F52D";
}

.fa-feather-alt:before {
  content: "\F56B";
}

.fa-fedex:before {
  content: "\F797";
}

.fa-fedora:before {
  content: "\F798";
}

.fa-female:before {
  content: "\F182";
}

.fa-fighter-jet:before {
  content: "\F0FB";
}

.fa-figma:before {
  content: "\F799";
}

.fa-file:before {
  content: "\F15B";
}

.fa-file-alt:before {
  content: "\F15C";
}

.fa-file-archive:before {
  content: "\F1C6";
}

.fa-file-audio:before {
  content: "\F1C7";
}

.fa-file-code:before {
  content: "\F1C9";
}

.fa-file-contract:before {
  content: "\F56C";
}

.fa-file-csv:before {
  content: "\F6DD";
}

.fa-file-download:before {
  content: "\F56D";
}

.fa-file-excel:before {
  content: "\F1C3";
}

.fa-file-export:before {
  content: "\F56E";
}

.fa-file-image:before {
  content: "\F1C5";
}

.fa-file-import:before {
  content: "\F56F";
}

.fa-file-invoice:before {
  content: "\F570";
}

.fa-file-invoice-dollar:before {
  content: "\F571";
}

.fa-file-medical:before {
  content: "\F477";
}

.fa-file-medical-alt:before {
  content: "\F478";
}

.fa-file-pdf:before {
  content: "\F1C1";
}

.fa-file-powerpoint:before {
  content: "\F1C4";
}

.fa-file-prescription:before {
  content: "\F572";
}

.fa-file-signature:before {
  content: "\F573";
}

.fa-file-upload:before {
  content: "\F574";
}

.fa-file-video:before {
  content: "\F1C8";
}

.fa-file-word:before {
  content: "\F1C2";
}

.fa-fill:before {
  content: "\F575";
}

.fa-fill-drip:before {
  content: "\F576";
}

.fa-film:before {
  content: "\F008";
}

.fa-filter:before {
  content: "\F0B0";
}

.fa-fingerprint:before {
  content: "\F577";
}

.fa-fire:before {
  content: "\F06D";
}

.fa-fire-alt:before {
  content: "\F7E4";
}

.fa-fire-extinguisher:before {
  content: "\F134";
}

.fa-firefox:before {
  content: "\F269";
}

.fa-firefox-browser:before {
  content: "\E007";
}

.fa-first-aid:before {
  content: "\F479";
}

.fa-first-order:before {
  content: "\F2B0";
}

.fa-first-order-alt:before {
  content: "\F50A";
}

.fa-firstdraft:before {
  content: "\F3A1";
}

.fa-fish:before {
  content: "\F578";
}

.fa-fist-raised:before {
  content: "\F6DE";
}

.fa-flag:before {
  content: "\F024";
}

.fa-flag-checkered:before {
  content: "\F11E";
}

.fa-flag-usa:before {
  content: "\F74D";
}

.fa-flask:before {
  content: "\F0C3";
}

.fa-flickr:before {
  content: "\F16E";
}

.fa-flipboard:before {
  content: "\F44D";
}

.fa-flushed:before {
  content: "\F579";
}

.fa-fly:before {
  content: "\F417";
}

.fa-folder:before {
  content: "\F07B";
}

.fa-folder-minus:before {
  content: "\F65D";
}

.fa-folder-open:before {
  content: "\F07C";
}

.fa-folder-plus:before {
  content: "\F65E";
}

.fa-font:before {
  content: "\F031";
}

.fa-font-awesome:before {
  content: "\F2B4";
}

.fa-font-awesome-alt:before {
  content: "\F35C";
}

.fa-font-awesome-flag:before {
  content: "\F425";
}

.fa-font-awesome-logo-full:before {
  content: "\F4E6";
}

.fa-fonticons:before {
  content: "\F280";
}

.fa-fonticons-fi:before {
  content: "\F3A2";
}

.fa-football-ball:before {
  content: "\F44E";
}

.fa-fort-awesome:before {
  content: "\F286";
}

.fa-fort-awesome-alt:before {
  content: "\F3A3";
}

.fa-forumbee:before {
  content: "\F211";
}

.fa-forward:before {
  content: "\F04E";
}

.fa-foursquare:before {
  content: "\F180";
}

.fa-free-code-camp:before {
  content: "\F2C5";
}

.fa-freebsd:before {
  content: "\F3A4";
}

.fa-frog:before {
  content: "\F52E";
}

.fa-frown:before {
  content: "\F119";
}

.fa-frown-open:before {
  content: "\F57A";
}

.fa-fulcrum:before {
  content: "\F50B";
}

.fa-funnel-dollar:before {
  content: "\F662";
}

.fa-futbol:before {
  content: "\F1E3";
}

.fa-galactic-republic:before {
  content: "\F50C";
}

.fa-galactic-senate:before {
  content: "\F50D";
}

.fa-gamepad:before {
  content: "\F11B";
}

.fa-gas-pump:before {
  content: "\F52F";
}

.fa-gavel:before {
  content: "\F0E3";
}

.fa-gem:before {
  content: "\F3A5";
}

.fa-genderless:before {
  content: "\F22D";
}

.fa-get-pocket:before {
  content: "\F265";
}

.fa-gg:before {
  content: "\F260";
}

.fa-gg-circle:before {
  content: "\F261";
}

.fa-ghost:before {
  content: "\F6E2";
}

.fa-gift:before {
  content: "\F06B";
}

.fa-gifts:before {
  content: "\F79C";
}

.fa-git:before {
  content: "\F1D3";
}

.fa-git-alt:before {
  content: "\F841";
}

.fa-git-square:before {
  content: "\F1D2";
}

.fa-github:before {
  content: "\F09B";
}

.fa-github-alt:before {
  content: "\F113";
}

.fa-github-square:before {
  content: "\F092";
}

.fa-gitkraken:before {
  content: "\F3A6";
}

.fa-gitlab:before {
  content: "\F296";
}

.fa-gitter:before {
  content: "\F426";
}

.fa-glass-cheers:before {
  content: "\F79F";
}

.fa-glass-martini:before {
  content: "\F000";
}

.fa-glass-martini-alt:before {
  content: "\F57B";
}

.fa-glass-whiskey:before {
  content: "\F7A0";
}

.fa-glasses:before {
  content: "\F530";
}

.fa-glide:before {
  content: "\F2A5";
}

.fa-glide-g:before {
  content: "\F2A6";
}

.fa-globe:before {
  content: "\F0AC";
}

.fa-globe-africa:before {
  content: "\F57C";
}

.fa-globe-americas:before {
  content: "\F57D";
}

.fa-globe-asia:before {
  content: "\F57E";
}

.fa-globe-europe:before {
  content: "\F7A2";
}

.fa-gofore:before {
  content: "\F3A7";
}

.fa-golf-ball:before {
  content: "\F450";
}

.fa-goodreads:before {
  content: "\F3A8";
}

.fa-goodreads-g:before {
  content: "\F3A9";
}

.fa-google:before {
  content: "\F1A0";
}

.fa-google-drive:before {
  content: "\F3AA";
}

.fa-google-pay:before {
  content: "\E079";
}

.fa-google-play:before {
  content: "\F3AB";
}

.fa-google-plus:before {
  content: "\F2B3";
}

.fa-google-plus-g:before {
  content: "\F0D5";
}

.fa-google-plus-square:before {
  content: "\F0D4";
}

.fa-google-wallet:before {
  content: "\F1EE";
}

.fa-gopuram:before {
  content: "\F664";
}

.fa-graduation-cap:before {
  content: "\F19D";
}

.fa-gratipay:before {
  content: "\F184";
}

.fa-grav:before {
  content: "\F2D6";
}

.fa-greater-than:before {
  content: "\F531";
}

.fa-greater-than-equal:before {
  content: "\F532";
}

.fa-grimace:before {
  content: "\F57F";
}

.fa-grin:before {
  content: "\F580";
}

.fa-grin-alt:before {
  content: "\F581";
}

.fa-grin-beam:before {
  content: "\F582";
}

.fa-grin-beam-sweat:before {
  content: "\F583";
}

.fa-grin-hearts:before {
  content: "\F584";
}

.fa-grin-squint:before {
  content: "\F585";
}

.fa-grin-squint-tears:before {
  content: "\F586";
}

.fa-grin-stars:before {
  content: "\F587";
}

.fa-grin-tears:before {
  content: "\F588";
}

.fa-grin-tongue:before {
  content: "\F589";
}

.fa-grin-tongue-squint:before {
  content: "\F58A";
}

.fa-grin-tongue-wink:before {
  content: "\F58B";
}

.fa-grin-wink:before {
  content: "\F58C";
}

.fa-grip-horizontal:before {
  content: "\F58D";
}

.fa-grip-lines:before {
  content: "\F7A4";
}

.fa-grip-lines-vertical:before {
  content: "\F7A5";
}

.fa-grip-vertical:before {
  content: "\F58E";
}

.fa-gripfire:before {
  content: "\F3AC";
}

.fa-grunt:before {
  content: "\F3AD";
}

.fa-guilded:before {
  content: "\E07E";
}

.fa-guitar:before {
  content: "\F7A6";
}

.fa-gulp:before {
  content: "\F3AE";
}

.fa-h-square:before {
  content: "\F0FD";
}

.fa-hacker-news:before {
  content: "\F1D4";
}

.fa-hacker-news-square:before {
  content: "\F3AF";
}

.fa-hackerrank:before {
  content: "\F5F7";
}

.fa-hamburger:before {
  content: "\F805";
}

.fa-hammer:before {
  content: "\F6E3";
}

.fa-hamsa:before {
  content: "\F665";
}

.fa-hand-holding:before {
  content: "\F4BD";
}

.fa-hand-holding-heart:before {
  content: "\F4BE";
}

.fa-hand-holding-medical:before {
  content: "\E05C";
}

.fa-hand-holding-usd:before {
  content: "\F4C0";
}

.fa-hand-holding-water:before {
  content: "\F4C1";
}

.fa-hand-lizard:before {
  content: "\F258";
}

.fa-hand-middle-finger:before {
  content: "\F806";
}

.fa-hand-paper:before {
  content: "\F256";
}

.fa-hand-peace:before {
  content: "\F25B";
}

.fa-hand-point-down:before {
  content: "\F0A7";
}

.fa-hand-point-left:before {
  content: "\F0A5";
}

.fa-hand-point-right:before {
  content: "\F0A4";
}

.fa-hand-point-up:before {
  content: "\F0A6";
}

.fa-hand-pointer:before {
  content: "\F25A";
}

.fa-hand-rock:before {
  content: "\F255";
}

.fa-hand-scissors:before {
  content: "\F257";
}

.fa-hand-sparkles:before {
  content: "\E05D";
}

.fa-hand-spock:before {
  content: "\F259";
}

.fa-hands:before {
  content: "\F4C2";
}

.fa-hands-helping:before {
  content: "\F4C4";
}

.fa-hands-wash:before {
  content: "\E05E";
}

.fa-handshake:before {
  content: "\F2B5";
}

.fa-handshake-alt-slash:before {
  content: "\E05F";
}

.fa-handshake-slash:before {
  content: "\E060";
}

.fa-hanukiah:before {
  content: "\F6E6";
}

.fa-hard-hat:before {
  content: "\F807";
}

.fa-hashtag:before {
  content: "\F292";
}

.fa-hat-cowboy:before {
  content: "\F8C0";
}

.fa-hat-cowboy-side:before {
  content: "\F8C1";
}

.fa-hat-wizard:before {
  content: "\F6E8";
}

.fa-hdd:before {
  content: "\F0A0";
}

.fa-head-side-cough:before {
  content: "\E061";
}

.fa-head-side-cough-slash:before {
  content: "\E062";
}

.fa-head-side-mask:before {
  content: "\E063";
}

.fa-head-side-virus:before {
  content: "\E064";
}

.fa-heading:before {
  content: "\F1DC";
}

.fa-headphones:before {
  content: "\F025";
}

.fa-headphones-alt:before {
  content: "\F58F";
}

.fa-headset:before {
  content: "\F590";
}

.fa-heart:before {
  content: "\F004";
}

.fa-heart-broken:before {
  content: "\F7A9";
}

.fa-heartbeat:before {
  content: "\F21E";
}

.fa-helicopter:before {
  content: "\F533";
}

.fa-highlighter:before {
  content: "\F591";
}

.fa-hiking:before {
  content: "\F6EC";
}

.fa-hippo:before {
  content: "\F6ED";
}

.fa-hips:before {
  content: "\F452";
}

.fa-hire-a-helper:before {
  content: "\F3B0";
}

.fa-history:before {
  content: "\F1DA";
}

.fa-hive:before {
  content: "\E07F";
}

.fa-hockey-puck:before {
  content: "\F453";
}

.fa-holly-berry:before {
  content: "\F7AA";
}

.fa-home:before {
  content: "\F015";
}

.fa-hooli:before {
  content: "\F427";
}

.fa-hornbill:before {
  content: "\F592";
}

.fa-horse:before {
  content: "\F6F0";
}

.fa-horse-head:before {
  content: "\F7AB";
}

.fa-hospital:before {
  content: "\F0F8";
}

.fa-hospital-alt:before {
  content: "\F47D";
}

.fa-hospital-symbol:before {
  content: "\F47E";
}

.fa-hospital-user:before {
  content: "\F80D";
}

.fa-hot-tub:before {
  content: "\F593";
}

.fa-hotdog:before {
  content: "\F80F";
}

.fa-hotel:before {
  content: "\F594";
}

.fa-hotjar:before {
  content: "\F3B1";
}

.fa-hourglass:before {
  content: "\F254";
}

.fa-hourglass-end:before {
  content: "\F253";
}

.fa-hourglass-half:before {
  content: "\F252";
}

.fa-hourglass-start:before {
  content: "\F251";
}

.fa-house-damage:before {
  content: "\F6F1";
}

.fa-house-user:before {
  content: "\E065";
}

.fa-houzz:before {
  content: "\F27C";
}

.fa-hryvnia:before {
  content: "\F6F2";
}

.fa-html5:before {
  content: "\F13B";
}

.fa-hubspot:before {
  content: "\F3B2";
}

.fa-i-cursor:before {
  content: "\F246";
}

.fa-ice-cream:before {
  content: "\F810";
}

.fa-icicles:before {
  content: "\F7AD";
}

.fa-icons:before {
  content: "\F86D";
}

.fa-id-badge:before {
  content: "\F2C1";
}

.fa-id-card:before {
  content: "\F2C2";
}

.fa-id-card-alt:before {
  content: "\F47F";
}

.fa-ideal:before {
  content: "\E013";
}

.fa-igloo:before {
  content: "\F7AE";
}

.fa-image:before {
  content: "\F03E";
}

.fa-images:before {
  content: "\F302";
}

.fa-imdb:before {
  content: "\F2D8";
}

.fa-inbox:before {
  content: "\F01C";
}

.fa-indent:before {
  content: "\F03C";
}

.fa-industry:before {
  content: "\F275";
}

.fa-infinity:before {
  content: "\F534";
}

.fa-info:before {
  content: "\F129";
}

.fa-info-circle:before {
  content: "\F05A";
}

.fa-innosoft:before {
  content: "\E080";
}

.fa-instagram:before {
  content: "\F16D";
}

.fa-instagram-square:before {
  content: "\E055";
}

.fa-instalod:before {
  content: "\E081";
}

.fa-intercom:before {
  content: "\F7AF";
}

.fa-internet-explorer:before {
  content: "\F26B";
}

.fa-invision:before {
  content: "\F7B0";
}

.fa-ioxhost:before {
  content: "\F208";
}

.fa-italic:before {
  content: "\F033";
}

.fa-itch-io:before {
  content: "\F83A";
}

.fa-itunes:before {
  content: "\F3B4";
}

.fa-itunes-note:before {
  content: "\F3B5";
}

.fa-java:before {
  content: "\F4E4";
}

.fa-jedi:before {
  content: "\F669";
}

.fa-jedi-order:before {
  content: "\F50E";
}

.fa-jenkins:before {
  content: "\F3B6";
}

.fa-jira:before {
  content: "\F7B1";
}

.fa-joget:before {
  content: "\F3B7";
}

.fa-joint:before {
  content: "\F595";
}

.fa-joomla:before {
  content: "\F1AA";
}

.fa-journal-whills:before {
  content: "\F66A";
}

.fa-js:before {
  content: "\F3B8";
}

.fa-js-square:before {
  content: "\F3B9";
}

.fa-jsfiddle:before {
  content: "\F1CC";
}

.fa-kaaba:before {
  content: "\F66B";
}

.fa-kaggle:before {
  content: "\F5FA";
}

.fa-key:before {
  content: "\F084";
}

.fa-keybase:before {
  content: "\F4F5";
}

.fa-keyboard:before {
  content: "\F11C";
}

.fa-keycdn:before {
  content: "\F3BA";
}

.fa-khanda:before {
  content: "\F66D";
}

.fa-kickstarter:before {
  content: "\F3BB";
}

.fa-kickstarter-k:before {
  content: "\F3BC";
}

.fa-kiss:before {
  content: "\F596";
}

.fa-kiss-beam:before {
  content: "\F597";
}

.fa-kiss-wink-heart:before {
  content: "\F598";
}

.fa-kiwi-bird:before {
  content: "\F535";
}

.fa-korvue:before {
  content: "\F42F";
}

.fa-landmark:before {
  content: "\F66F";
}

.fa-language:before {
  content: "\F1AB";
}

.fa-laptop:before {
  content: "\F109";
}

.fa-laptop-code:before {
  content: "\F5FC";
}

.fa-laptop-house:before {
  content: "\E066";
}

.fa-laptop-medical:before {
  content: "\F812";
}

.fa-laravel:before {
  content: "\F3BD";
}

.fa-lastfm:before {
  content: "\F202";
}

.fa-lastfm-square:before {
  content: "\F203";
}

.fa-laugh:before {
  content: "\F599";
}

.fa-laugh-beam:before {
  content: "\F59A";
}

.fa-laugh-squint:before {
  content: "\F59B";
}

.fa-laugh-wink:before {
  content: "\F59C";
}

.fa-layer-group:before {
  content: "\F5FD";
}

.fa-leaf:before {
  content: "\F06C";
}

.fa-leanpub:before {
  content: "\F212";
}

.fa-lemon:before {
  content: "\F094";
}

.fa-less:before {
  content: "\F41D";
}

.fa-less-than:before {
  content: "\F536";
}

.fa-less-than-equal:before {
  content: "\F537";
}

.fa-level-down-alt:before {
  content: "\F3BE";
}

.fa-level-up-alt:before {
  content: "\F3BF";
}

.fa-life-ring:before {
  content: "\F1CD";
}

.fa-lightbulb:before {
  content: "\F0EB";
}

.fa-line:before {
  content: "\F3C0";
}

.fa-link:before {
  content: "\F0C1";
}

.fa-linkedin:before {
  content: "\F08C";
}

.fa-linkedin-in:before {
  content: "\F0E1";
}

.fa-linode:before {
  content: "\F2B8";
}

.fa-linux:before {
  content: "\F17C";
}

.fa-lira-sign:before {
  content: "\F195";
}

.fa-list:before {
  content: "\F03A";
}

.fa-list-alt:before {
  content: "\F022";
}

.fa-list-ol:before {
  content: "\F0CB";
}

.fa-list-ul:before {
  content: "\F0CA";
}

.fa-location-arrow:before {
  content: "\F124";
}

.fa-lock:before {
  content: "\F023";
}

.fa-lock-open:before {
  content: "\F3C1";
}

.fa-long-arrow-alt-down:before {
  content: "\F309";
}

.fa-long-arrow-alt-left:before {
  content: "\F30A";
}

.fa-long-arrow-alt-right:before {
  content: "\F30B";
}

.fa-long-arrow-alt-up:before {
  content: "\F30C";
}

.fa-low-vision:before {
  content: "\F2A8";
}

.fa-luggage-cart:before {
  content: "\F59D";
}

.fa-lungs:before {
  content: "\F604";
}

.fa-lungs-virus:before {
  content: "\E067";
}

.fa-lyft:before {
  content: "\F3C3";
}

.fa-magento:before {
  content: "\F3C4";
}

.fa-magic:before {
  content: "\F0D0";
}

.fa-magnet:before {
  content: "\F076";
}

.fa-mail-bulk:before {
  content: "\F674";
}

.fa-mailchimp:before {
  content: "\F59E";
}

.fa-male:before {
  content: "\F183";
}

.fa-mandalorian:before {
  content: "\F50F";
}

.fa-map:before {
  content: "\F279";
}

.fa-map-marked:before {
  content: "\F59F";
}

.fa-map-marked-alt:before {
  content: "\F5A0";
}

.fa-map-marker:before {
  content: "\F041";
}

.fa-map-marker-alt:before {
  content: "\F3C5";
}

.fa-map-pin:before {
  content: "\F276";
}

.fa-map-signs:before {
  content: "\F277";
}

.fa-markdown:before {
  content: "\F60F";
}

.fa-marker:before {
  content: "\F5A1";
}

.fa-mars:before {
  content: "\F222";
}

.fa-mars-double:before {
  content: "\F227";
}

.fa-mars-stroke:before {
  content: "\F229";
}

.fa-mars-stroke-h:before {
  content: "\F22B";
}

.fa-mars-stroke-v:before {
  content: "\F22A";
}

.fa-mask:before {
  content: "\F6FA";
}

.fa-mastodon:before {
  content: "\F4F6";
}

.fa-maxcdn:before {
  content: "\F136";
}

.fa-mdb:before {
  content: "\F8CA";
}

.fa-medal:before {
  content: "\F5A2";
}

.fa-medapps:before {
  content: "\F3C6";
}

.fa-medium:before {
  content: "\F23A";
}

.fa-medium-m:before {
  content: "\F3C7";
}

.fa-medkit:before {
  content: "\F0FA";
}

.fa-medrt:before {
  content: "\F3C8";
}

.fa-meetup:before {
  content: "\F2E0";
}

.fa-megaport:before {
  content: "\F5A3";
}

.fa-meh:before {
  content: "\F11A";
}

.fa-meh-blank:before {
  content: "\F5A4";
}

.fa-meh-rolling-eyes:before {
  content: "\F5A5";
}

.fa-memory:before {
  content: "\F538";
}

.fa-mendeley:before {
  content: "\F7B3";
}

.fa-menorah:before {
  content: "\F676";
}

.fa-mercury:before {
  content: "\F223";
}

.fa-meteor:before {
  content: "\F753";
}

.fa-microblog:before {
  content: "\E01A";
}

.fa-microchip:before {
  content: "\F2DB";
}

.fa-microphone:before {
  content: "\F130";
}

.fa-microphone-alt:before {
  content: "\F3C9";
}

.fa-microphone-alt-slash:before {
  content: "\F539";
}

.fa-microphone-slash:before {
  content: "\F131";
}

.fa-microscope:before {
  content: "\F610";
}

.fa-microsoft:before {
  content: "\F3CA";
}

.fa-minus:before {
  content: "\F068";
}

.fa-minus-circle:before {
  content: "\F056";
}

.fa-minus-square:before {
  content: "\F146";
}

.fa-mitten:before {
  content: "\F7B5";
}

.fa-mix:before {
  content: "\F3CB";
}

.fa-mixcloud:before {
  content: "\F289";
}

.fa-mixer:before {
  content: "\E056";
}

.fa-mizuni:before {
  content: "\F3CC";
}

.fa-mobile:before {
  content: "\F10B";
}

.fa-mobile-alt:before {
  content: "\F3CD";
}

.fa-modx:before {
  content: "\F285";
}

.fa-monero:before {
  content: "\F3D0";
}

.fa-money-bill:before {
  content: "\F0D6";
}

.fa-money-bill-alt:before {
  content: "\F3D1";
}

.fa-money-bill-wave:before {
  content: "\F53A";
}

.fa-money-bill-wave-alt:before {
  content: "\F53B";
}

.fa-money-check:before {
  content: "\F53C";
}

.fa-money-check-alt:before {
  content: "\F53D";
}

.fa-monument:before {
  content: "\F5A6";
}

.fa-moon:before {
  content: "\F186";
}

.fa-mortar-pestle:before {
  content: "\F5A7";
}

.fa-mosque:before {
  content: "\F678";
}

.fa-motorcycle:before {
  content: "\F21C";
}

.fa-mountain:before {
  content: "\F6FC";
}

.fa-mouse:before {
  content: "\F8CC";
}

.fa-mouse-pointer:before {
  content: "\F245";
}

.fa-mug-hot:before {
  content: "\F7B6";
}

.fa-music:before {
  content: "\F001";
}

.fa-napster:before {
  content: "\F3D2";
}

.fa-neos:before {
  content: "\F612";
}

.fa-network-wired:before {
  content: "\F6FF";
}

.fa-neuter:before {
  content: "\F22C";
}

.fa-newspaper:before {
  content: "\F1EA";
}

.fa-nimblr:before {
  content: "\F5A8";
}

.fa-node:before {
  content: "\F419";
}

.fa-node-js:before {
  content: "\F3D3";
}

.fa-not-equal:before {
  content: "\F53E";
}

.fa-notes-medical:before {
  content: "\F481";
}

.fa-npm:before {
  content: "\F3D4";
}

.fa-ns8:before {
  content: "\F3D5";
}

.fa-nutritionix:before {
  content: "\F3D6";
}

.fa-object-group:before {
  content: "\F247";
}

.fa-object-ungroup:before {
  content: "\F248";
}

.fa-octopus-deploy:before {
  content: "\E082";
}

.fa-odnoklassniki:before {
  content: "\F263";
}

.fa-odnoklassniki-square:before {
  content: "\F264";
}

.fa-oil-can:before {
  content: "\F613";
}

.fa-old-republic:before {
  content: "\F510";
}

.fa-om:before {
  content: "\F679";
}

.fa-opencart:before {
  content: "\F23D";
}

.fa-openid:before {
  content: "\F19B";
}

.fa-opera:before {
  content: "\F26A";
}

.fa-optin-monster:before {
  content: "\F23C";
}

.fa-orcid:before {
  content: "\F8D2";
}

.fa-osi:before {
  content: "\F41A";
}

.fa-otter:before {
  content: "\F700";
}

.fa-outdent:before {
  content: "\F03B";
}

.fa-page4:before {
  content: "\F3D7";
}

.fa-pagelines:before {
  content: "\F18C";
}

.fa-pager:before {
  content: "\F815";
}

.fa-paint-brush:before {
  content: "\F1FC";
}

.fa-paint-roller:before {
  content: "\F5AA";
}

.fa-palette:before {
  content: "\F53F";
}

.fa-palfed:before {
  content: "\F3D8";
}

.fa-pallet:before {
  content: "\F482";
}

.fa-paper-plane:before {
  content: "\F1D8";
}

.fa-paperclip:before {
  content: "\F0C6";
}

.fa-parachute-box:before {
  content: "\F4CD";
}

.fa-paragraph:before {
  content: "\F1DD";
}

.fa-parking:before {
  content: "\F540";
}

.fa-passport:before {
  content: "\F5AB";
}

.fa-pastafarianism:before {
  content: "\F67B";
}

.fa-paste:before {
  content: "\F0EA";
}

.fa-patreon:before {
  content: "\F3D9";
}

.fa-pause:before {
  content: "\F04C";
}

.fa-pause-circle:before {
  content: "\F28B";
}

.fa-paw:before {
  content: "\F1B0";
}

.fa-paypal:before {
  content: "\F1ED";
}

.fa-peace:before {
  content: "\F67C";
}

.fa-pen:before {
  content: "\F304";
}

.fa-pen-alt:before {
  content: "\F305";
}

.fa-pen-fancy:before {
  content: "\F5AC";
}

.fa-pen-nib:before {
  content: "\F5AD";
}

.fa-pen-square:before {
  content: "\F14B";
}

.fa-pencil-alt:before {
  content: "\F303";
}

.fa-pencil-ruler:before {
  content: "\F5AE";
}

.fa-penny-arcade:before {
  content: "\F704";
}

.fa-people-arrows:before {
  content: "\E068";
}

.fa-people-carry:before {
  content: "\F4CE";
}

.fa-pepper-hot:before {
  content: "\F816";
}

.fa-perbyte:before {
  content: "\E083";
}

.fa-percent:before {
  content: "\F295";
}

.fa-percentage:before {
  content: "\F541";
}

.fa-periscope:before {
  content: "\F3DA";
}

.fa-person-booth:before {
  content: "\F756";
}

.fa-phabricator:before {
  content: "\F3DB";
}

.fa-phoenix-framework:before {
  content: "\F3DC";
}

.fa-phoenix-squadron:before {
  content: "\F511";
}

.fa-phone:before {
  content: "\F095";
}

.fa-phone-alt:before {
  content: "\F879";
}

.fa-phone-slash:before {
  content: "\F3DD";
}

.fa-phone-square:before {
  content: "\F098";
}

.fa-phone-square-alt:before {
  content: "\F87B";
}

.fa-phone-volume:before {
  content: "\F2A0";
}

.fa-photo-video:before {
  content: "\F87C";
}

.fa-php:before {
  content: "\F457";
}

.fa-pied-piper:before {
  content: "\F2AE";
}

.fa-pied-piper-alt:before {
  content: "\F1A8";
}

.fa-pied-piper-hat:before {
  content: "\F4E5";
}

.fa-pied-piper-pp:before {
  content: "\F1A7";
}

.fa-pied-piper-square:before {
  content: "\E01E";
}

.fa-piggy-bank:before {
  content: "\F4D3";
}

.fa-pills:before {
  content: "\F484";
}

.fa-pinterest:before {
  content: "\F0D2";
}

.fa-pinterest-p:before {
  content: "\F231";
}

.fa-pinterest-square:before {
  content: "\F0D3";
}

.fa-pizza-slice:before {
  content: "\F818";
}

.fa-place-of-worship:before {
  content: "\F67F";
}

.fa-plane:before {
  content: "\F072";
}

.fa-plane-arrival:before {
  content: "\F5AF";
}

.fa-plane-departure:before {
  content: "\F5B0";
}

.fa-plane-slash:before {
  content: "\E069";
}

.fa-play:before {
  content: "\F04B";
}

.fa-play-circle:before {
  content: "\F144";
}

.fa-playstation:before {
  content: "\F3DF";
}

.fa-plug:before {
  content: "\F1E6";
}

.fa-plus:before {
  content: "\F067";
}

.fa-plus-circle:before {
  content: "\F055";
}

.fa-plus-square:before {
  content: "\F0FE";
}

.fa-podcast:before {
  content: "\F2CE";
}

.fa-poll:before {
  content: "\F681";
}

.fa-poll-h:before {
  content: "\F682";
}

.fa-poo:before {
  content: "\F2FE";
}

.fa-poo-storm:before {
  content: "\F75A";
}

.fa-poop:before {
  content: "\F619";
}

.fa-portrait:before {
  content: "\F3E0";
}

.fa-pound-sign:before {
  content: "\F154";
}

.fa-power-off:before {
  content: "\F011";
}

.fa-pray:before {
  content: "\F683";
}

.fa-praying-hands:before {
  content: "\F684";
}

.fa-prescription:before {
  content: "\F5B1";
}

.fa-prescription-bottle:before {
  content: "\F485";
}

.fa-prescription-bottle-alt:before {
  content: "\F486";
}

.fa-print:before {
  content: "\F02F";
}

.fa-procedures:before {
  content: "\F487";
}

.fa-product-hunt:before {
  content: "\F288";
}

.fa-project-diagram:before {
  content: "\F542";
}

.fa-pump-medical:before {
  content: "\E06A";
}

.fa-pump-soap:before {
  content: "\E06B";
}

.fa-pushed:before {
  content: "\F3E1";
}

.fa-puzzle-piece:before {
  content: "\F12E";
}

.fa-python:before {
  content: "\F3E2";
}

.fa-qq:before {
  content: "\F1D6";
}

.fa-qrcode:before {
  content: "\F029";
}

.fa-question:before {
  content: "\F128";
}

.fa-question-circle:before {
  content: "\F059";
}

.fa-quidditch:before {
  content: "\F458";
}

.fa-quinscape:before {
  content: "\F459";
}

.fa-quora:before {
  content: "\F2C4";
}

.fa-quote-left:before {
  content: "\F10D";
}

.fa-quote-right:before {
  content: "\F10E";
}

.fa-quran:before {
  content: "\F687";
}

.fa-r-project:before {
  content: "\F4F7";
}

.fa-radiation:before {
  content: "\F7B9";
}

.fa-radiation-alt:before {
  content: "\F7BA";
}

.fa-rainbow:before {
  content: "\F75B";
}

.fa-random:before {
  content: "\F074";
}

.fa-raspberry-pi:before {
  content: "\F7BB";
}

.fa-ravelry:before {
  content: "\F2D9";
}

.fa-react:before {
  content: "\F41B";
}

.fa-reacteurope:before {
  content: "\F75D";
}

.fa-readme:before {
  content: "\F4D5";
}

.fa-rebel:before {
  content: "\F1D0";
}

.fa-receipt:before {
  content: "\F543";
}

.fa-record-vinyl:before {
  content: "\F8D9";
}

.fa-recycle:before {
  content: "\F1B8";
}

.fa-red-river:before {
  content: "\F3E3";
}

.fa-reddit:before {
  content: "\F1A1";
}

.fa-reddit-alien:before {
  content: "\F281";
}

.fa-reddit-square:before {
  content: "\F1A2";
}

.fa-redhat:before {
  content: "\F7BC";
}

.fa-redo:before {
  content: "\F01E";
}

.fa-redo-alt:before {
  content: "\F2F9";
}

.fa-registered:before {
  content: "\F25D";
}

.fa-remove-format:before {
  content: "\F87D";
}

.fa-renren:before {
  content: "\F18B";
}

.fa-reply:before {
  content: "\F3E5";
}

.fa-reply-all:before {
  content: "\F122";
}

.fa-replyd:before {
  content: "\F3E6";
}

.fa-republican:before {
  content: "\F75E";
}

.fa-researchgate:before {
  content: "\F4F8";
}

.fa-resolving:before {
  content: "\F3E7";
}

.fa-restroom:before {
  content: "\F7BD";
}

.fa-retweet:before {
  content: "\F079";
}

.fa-rev:before {
  content: "\F5B2";
}

.fa-ribbon:before {
  content: "\F4D6";
}

.fa-ring:before {
  content: "\F70B";
}

.fa-road:before {
  content: "\F018";
}

.fa-robot:before {
  content: "\F544";
}

.fa-rocket:before {
  content: "\F135";
}

.fa-rocketchat:before {
  content: "\F3E8";
}

.fa-rockrms:before {
  content: "\F3E9";
}

.fa-route:before {
  content: "\F4D7";
}

.fa-rss:before {
  content: "\F09E";
}

.fa-rss-square:before {
  content: "\F143";
}

.fa-ruble-sign:before {
  content: "\F158";
}

.fa-ruler:before {
  content: "\F545";
}

.fa-ruler-combined:before {
  content: "\F546";
}

.fa-ruler-horizontal:before {
  content: "\F547";
}

.fa-ruler-vertical:before {
  content: "\F548";
}

.fa-running:before {
  content: "\F70C";
}

.fa-rupee-sign:before {
  content: "\F156";
}

.fa-rust:before {
  content: "\E07A";
}

.fa-sad-cry:before {
  content: "\F5B3";
}

.fa-sad-tear:before {
  content: "\F5B4";
}

.fa-safari:before {
  content: "\F267";
}

.fa-salesforce:before {
  content: "\F83B";
}

.fa-sass:before {
  content: "\F41E";
}

.fa-satellite:before {
  content: "\F7BF";
}

.fa-satellite-dish:before {
  content: "\F7C0";
}

.fa-save:before {
  content: "\F0C7";
}

.fa-schlix:before {
  content: "\F3EA";
}

.fa-school:before {
  content: "\F549";
}

.fa-screwdriver:before {
  content: "\F54A";
}

.fa-scribd:before {
  content: "\F28A";
}

.fa-scroll:before {
  content: "\F70E";
}

.fa-sd-card:before {
  content: "\F7C2";
}

.fa-search:before {
  content: "\F002";
}

.fa-search-dollar:before {
  content: "\F688";
}

.fa-search-location:before {
  content: "\F689";
}

.fa-search-minus:before {
  content: "\F010";
}

.fa-search-plus:before {
  content: "\F00E";
}

.fa-searchengin:before {
  content: "\F3EB";
}

.fa-seedling:before {
  content: "\F4D8";
}

.fa-sellcast:before {
  content: "\F2DA";
}

.fa-sellsy:before {
  content: "\F213";
}

.fa-server:before {
  content: "\F233";
}

.fa-servicestack:before {
  content: "\F3EC";
}

.fa-shapes:before {
  content: "\F61F";
}

.fa-share:before {
  content: "\F064";
}

.fa-share-alt:before {
  content: "\F1E0";
}

.fa-share-alt-square:before {
  content: "\F1E1";
}

.fa-share-square:before {
  content: "\F14D";
}

.fa-shekel-sign:before {
  content: "\F20B";
}

.fa-shield-alt:before {
  content: "\F3ED";
}

.fa-shield-virus:before {
  content: "\E06C";
}

.fa-ship:before {
  content: "\F21A";
}

.fa-shipping-fast:before {
  content: "\F48B";
}

.fa-shirtsinbulk:before {
  content: "\F214";
}

.fa-shoe-prints:before {
  content: "\F54B";
}

.fa-shopify:before {
  content: "\E057";
}

.fa-shopping-bag:before {
  content: "\F290";
}

.fa-shopping-basket:before {
  content: "\F291";
}

.fa-shopping-cart:before {
  content: "\F07A";
}

.fa-shopware:before {
  content: "\F5B5";
}

.fa-shower:before {
  content: "\F2CC";
}

.fa-shuttle-van:before {
  content: "\F5B6";
}

.fa-sign:before {
  content: "\F4D9";
}

.fa-sign-in-alt:before {
  content: "\F2F6";
}

.fa-sign-language:before {
  content: "\F2A7";
}

.fa-sign-out-alt:before {
  content: "\F2F5";
}

.fa-signal:before {
  content: "\F012";
}

.fa-signature:before {
  content: "\F5B7";
}

.fa-sim-card:before {
  content: "\F7C4";
}

.fa-simplybuilt:before {
  content: "\F215";
}

.fa-sink:before {
  content: "\E06D";
}

.fa-sistrix:before {
  content: "\F3EE";
}

.fa-sitemap:before {
  content: "\F0E8";
}

.fa-sith:before {
  content: "\F512";
}

.fa-skating:before {
  content: "\F7C5";
}

.fa-sketch:before {
  content: "\F7C6";
}

.fa-skiing:before {
  content: "\F7C9";
}

.fa-skiing-nordic:before {
  content: "\F7CA";
}

.fa-skull:before {
  content: "\F54C";
}

.fa-skull-crossbones:before {
  content: "\F714";
}

.fa-skyatlas:before {
  content: "\F216";
}

.fa-skype:before {
  content: "\F17E";
}

.fa-slack:before {
  content: "\F198";
}

.fa-slack-hash:before {
  content: "\F3EF";
}

.fa-slash:before {
  content: "\F715";
}

.fa-sleigh:before {
  content: "\F7CC";
}

.fa-sliders-h:before {
  content: "\F1DE";
}

.fa-slideshare:before {
  content: "\F1E7";
}

.fa-smile:before {
  content: "\F118";
}

.fa-smile-beam:before {
  content: "\F5B8";
}

.fa-smile-wink:before {
  content: "\F4DA";
}

.fa-smog:before {
  content: "\F75F";
}

.fa-smoking:before {
  content: "\F48D";
}

.fa-smoking-ban:before {
  content: "\F54D";
}

.fa-sms:before {
  content: "\F7CD";
}

.fa-snapchat:before {
  content: "\F2AB";
}

.fa-snapchat-ghost:before {
  content: "\F2AC";
}

.fa-snapchat-square:before {
  content: "\F2AD";
}

.fa-snowboarding:before {
  content: "\F7CE";
}

.fa-snowflake:before {
  content: "\F2DC";
}

.fa-snowman:before {
  content: "\F7D0";
}

.fa-snowplow:before {
  content: "\F7D2";
}

.fa-soap:before {
  content: "\E06E";
}

.fa-socks:before {
  content: "\F696";
}

.fa-solar-panel:before {
  content: "\F5BA";
}

.fa-sort:before {
  content: "\F0DC";
}

.fa-sort-alpha-down:before {
  content: "\F15D";
}

.fa-sort-alpha-down-alt:before {
  content: "\F881";
}

.fa-sort-alpha-up:before {
  content: "\F15E";
}

.fa-sort-alpha-up-alt:before {
  content: "\F882";
}

.fa-sort-amount-down:before {
  content: "\F160";
}

.fa-sort-amount-down-alt:before {
  content: "\F884";
}

.fa-sort-amount-up:before {
  content: "\F161";
}

.fa-sort-amount-up-alt:before {
  content: "\F885";
}

.fa-sort-down:before {
  content: "\F0DD";
}

.fa-sort-numeric-down:before {
  content: "\F162";
}

.fa-sort-numeric-down-alt:before {
  content: "\F886";
}

.fa-sort-numeric-up:before {
  content: "\F163";
}

.fa-sort-numeric-up-alt:before {
  content: "\F887";
}

.fa-sort-up:before {
  content: "\F0DE";
}

.fa-soundcloud:before {
  content: "\F1BE";
}

.fa-sourcetree:before {
  content: "\F7D3";
}

.fa-spa:before {
  content: "\F5BB";
}

.fa-space-shuttle:before {
  content: "\F197";
}

.fa-speakap:before {
  content: "\F3F3";
}

.fa-speaker-deck:before {
  content: "\F83C";
}

.fa-spell-check:before {
  content: "\F891";
}

.fa-spider:before {
  content: "\F717";
}

.fa-spinner:before {
  content: "\F110";
}

.fa-splotch:before {
  content: "\F5BC";
}

.fa-spotify:before {
  content: "\F1BC";
}

.fa-spray-can:before {
  content: "\F5BD";
}

.fa-square:before {
  content: "\F0C8";
}

.fa-square-full:before {
  content: "\F45C";
}

.fa-square-root-alt:before {
  content: "\F698";
}

.fa-squarespace:before {
  content: "\F5BE";
}

.fa-stack-exchange:before {
  content: "\F18D";
}

.fa-stack-overflow:before {
  content: "\F16C";
}

.fa-stackpath:before {
  content: "\F842";
}

.fa-stamp:before {
  content: "\F5BF";
}

.fa-star:before {
  content: "\F005";
}

.fa-star-and-crescent:before {
  content: "\F699";
}

.fa-star-half:before {
  content: "\F089";
}

.fa-star-half-alt:before {
  content: "\F5C0";
}

.fa-star-of-david:before {
  content: "\F69A";
}

.fa-star-of-life:before {
  content: "\F621";
}

.fa-staylinked:before {
  content: "\F3F5";
}

.fa-steam:before {
  content: "\F1B6";
}

.fa-steam-square:before {
  content: "\F1B7";
}

.fa-steam-symbol:before {
  content: "\F3F6";
}

.fa-step-backward:before {
  content: "\F048";
}

.fa-step-forward:before {
  content: "\F051";
}

.fa-stethoscope:before {
  content: "\F0F1";
}

.fa-sticker-mule:before {
  content: "\F3F7";
}

.fa-sticky-note:before {
  content: "\F249";
}

.fa-stop:before {
  content: "\F04D";
}

.fa-stop-circle:before {
  content: "\F28D";
}

.fa-stopwatch:before {
  content: "\F2F2";
}

.fa-stopwatch-20:before {
  content: "\E06F";
}

.fa-store:before {
  content: "\F54E";
}

.fa-store-alt:before {
  content: "\F54F";
}

.fa-store-alt-slash:before {
  content: "\E070";
}

.fa-store-slash:before {
  content: "\E071";
}

.fa-strava:before {
  content: "\F428";
}

.fa-stream:before {
  content: "\F550";
}

.fa-street-view:before {
  content: "\F21D";
}

.fa-strikethrough:before {
  content: "\F0CC";
}

.fa-stripe:before {
  content: "\F429";
}

.fa-stripe-s:before {
  content: "\F42A";
}

.fa-stroopwafel:before {
  content: "\F551";
}

.fa-studiovinari:before {
  content: "\F3F8";
}

.fa-stumbleupon:before {
  content: "\F1A4";
}

.fa-stumbleupon-circle:before {
  content: "\F1A3";
}

.fa-subscript:before {
  content: "\F12C";
}

.fa-subway:before {
  content: "\F239";
}

.fa-suitcase:before {
  content: "\F0F2";
}

.fa-suitcase-rolling:before {
  content: "\F5C1";
}

.fa-sun:before {
  content: "\F185";
}

.fa-superpowers:before {
  content: "\F2DD";
}

.fa-superscript:before {
  content: "\F12B";
}

.fa-supple:before {
  content: "\F3F9";
}

.fa-surprise:before {
  content: "\F5C2";
}

.fa-suse:before {
  content: "\F7D6";
}

.fa-swatchbook:before {
  content: "\F5C3";
}

.fa-swift:before {
  content: "\F8E1";
}

.fa-swimmer:before {
  content: "\F5C4";
}

.fa-swimming-pool:before {
  content: "\F5C5";
}

.fa-symfony:before {
  content: "\F83D";
}

.fa-synagogue:before {
  content: "\F69B";
}

.fa-sync:before {
  content: "\F021";
}

.fa-sync-alt:before {
  content: "\F2F1";
}

.fa-syringe:before {
  content: "\F48E";
}

.fa-table:before {
  content: "\F0CE";
}

.fa-table-tennis:before {
  content: "\F45D";
}

.fa-tablet:before {
  content: "\F10A";
}

.fa-tablet-alt:before {
  content: "\F3FA";
}

.fa-tablets:before {
  content: "\F490";
}

.fa-tachometer-alt:before {
  content: "\F3FD";
}

.fa-tag:before {
  content: "\F02B";
}

.fa-tags:before {
  content: "\F02C";
}

.fa-tape:before {
  content: "\F4DB";
}

.fa-tasks:before {
  content: "\F0AE";
}

.fa-taxi:before {
  content: "\F1BA";
}

.fa-teamspeak:before {
  content: "\F4F9";
}

.fa-teeth:before {
  content: "\F62E";
}

.fa-teeth-open:before {
  content: "\F62F";
}

.fa-telegram:before {
  content: "\F2C6";
}

.fa-telegram-plane:before {
  content: "\F3FE";
}

.fa-temperature-high:before {
  content: "\F769";
}

.fa-temperature-low:before {
  content: "\F76B";
}

.fa-tencent-weibo:before {
  content: "\F1D5";
}

.fa-tenge:before {
  content: "\F7D7";
}

.fa-terminal:before {
  content: "\F120";
}

.fa-text-height:before {
  content: "\F034";
}

.fa-text-width:before {
  content: "\F035";
}

.fa-th:before {
  content: "\F00A";
}

.fa-th-large:before {
  content: "\F009";
}

.fa-th-list:before {
  content: "\F00B";
}

.fa-the-red-yeti:before {
  content: "\F69D";
}

.fa-theater-masks:before {
  content: "\F630";
}

.fa-themeco:before {
  content: "\F5C6";
}

.fa-themeisle:before {
  content: "\F2B2";
}

.fa-thermometer:before {
  content: "\F491";
}

.fa-thermometer-empty:before {
  content: "\F2CB";
}

.fa-thermometer-full:before {
  content: "\F2C7";
}

.fa-thermometer-half:before {
  content: "\F2C9";
}

.fa-thermometer-quarter:before {
  content: "\F2CA";
}

.fa-thermometer-three-quarters:before {
  content: "\F2C8";
}

.fa-think-peaks:before {
  content: "\F731";
}

.fa-thumbs-down:before {
  content: "\F165";
}

.fa-thumbs-up:before {
  content: "\F164";
}

.fa-thumbtack:before {
  content: "\F08D";
}

.fa-ticket-alt:before {
  content: "\F3FF";
}

.fa-tiktok:before {
  content: "\E07B";
}

.fa-times:before {
  content: "\F00D";
}

.fa-times-circle:before {
  content: "\F057";
}

.fa-tint:before {
  content: "\F043";
}

.fa-tint-slash:before {
  content: "\F5C7";
}

.fa-tired:before {
  content: "\F5C8";
}

.fa-toggle-off:before {
  content: "\F204";
}

.fa-toggle-on:before {
  content: "\F205";
}

.fa-toilet:before {
  content: "\F7D8";
}

.fa-toilet-paper:before {
  content: "\F71E";
}

.fa-toilet-paper-slash:before {
  content: "\E072";
}

.fa-toolbox:before {
  content: "\F552";
}

.fa-tools:before {
  content: "\F7D9";
}

.fa-tooth:before {
  content: "\F5C9";
}

.fa-torah:before {
  content: "\F6A0";
}

.fa-torii-gate:before {
  content: "\F6A1";
}

.fa-tractor:before {
  content: "\F722";
}

.fa-trade-federation:before {
  content: "\F513";
}

.fa-trademark:before {
  content: "\F25C";
}

.fa-traffic-light:before {
  content: "\F637";
}

.fa-trailer:before {
  content: "\E041";
}

.fa-train:before {
  content: "\F238";
}

.fa-tram:before {
  content: "\F7DA";
}

.fa-transgender:before {
  content: "\F224";
}

.fa-transgender-alt:before {
  content: "\F225";
}

.fa-trash:before {
  content: "\F1F8";
}

.fa-trash-alt:before {
  content: "\F2ED";
}

.fa-trash-restore:before {
  content: "\F829";
}

.fa-trash-restore-alt:before {
  content: "\F82A";
}

.fa-tree:before {
  content: "\F1BB";
}

.fa-trello:before {
  content: "\F181";
}

.fa-trophy:before {
  content: "\F091";
}

.fa-truck:before {
  content: "\F0D1";
}

.fa-truck-loading:before {
  content: "\F4DE";
}

.fa-truck-monster:before {
  content: "\F63B";
}

.fa-truck-moving:before {
  content: "\F4DF";
}

.fa-truck-pickup:before {
  content: "\F63C";
}

.fa-tshirt:before {
  content: "\F553";
}

.fa-tty:before {
  content: "\F1E4";
}

.fa-tumblr:before {
  content: "\F173";
}

.fa-tumblr-square:before {
  content: "\F174";
}

.fa-tv:before {
  content: "\F26C";
}

.fa-twitch:before {
  content: "\F1E8";
}

.fa-twitter:before {
  content: "\F099";
}

.fa-twitter-square:before {
  content: "\F081";
}

.fa-typo3:before {
  content: "\F42B";
}

.fa-uber:before {
  content: "\F402";
}

.fa-ubuntu:before {
  content: "\F7DF";
}

.fa-uikit:before {
  content: "\F403";
}

.fa-umbraco:before {
  content: "\F8E8";
}

.fa-umbrella:before {
  content: "\F0E9";
}

.fa-umbrella-beach:before {
  content: "\F5CA";
}

.fa-uncharted:before {
  content: "\E084";
}

.fa-underline:before {
  content: "\F0CD";
}

.fa-undo:before {
  content: "\F0E2";
}

.fa-undo-alt:before {
  content: "\F2EA";
}

.fa-uniregistry:before {
  content: "\F404";
}

.fa-unity:before {
  content: "\E049";
}

.fa-universal-access:before {
  content: "\F29A";
}

.fa-university:before {
  content: "\F19C";
}

.fa-unlink:before {
  content: "\F127";
}

.fa-unlock:before {
  content: "\F09C";
}

.fa-unlock-alt:before {
  content: "\F13E";
}

.fa-unsplash:before {
  content: "\E07C";
}

.fa-untappd:before {
  content: "\F405";
}

.fa-upload:before {
  content: "\F093";
}

.fa-ups:before {
  content: "\F7E0";
}

.fa-usb:before {
  content: "\F287";
}

.fa-user:before {
  content: "\F007";
}

.fa-user-alt:before {
  content: "\F406";
}

.fa-user-alt-slash:before {
  content: "\F4FA";
}

.fa-user-astronaut:before {
  content: "\F4FB";
}

.fa-user-check:before {
  content: "\F4FC";
}

.fa-user-circle:before {
  content: "\F2BD";
}

.fa-user-clock:before {
  content: "\F4FD";
}

.fa-user-cog:before {
  content: "\F4FE";
}

.fa-user-edit:before {
  content: "\F4FF";
}

.fa-user-friends:before {
  content: "\F500";
}

.fa-user-graduate:before {
  content: "\F501";
}

.fa-user-injured:before {
  content: "\F728";
}

.fa-user-lock:before {
  content: "\F502";
}

.fa-user-md:before {
  content: "\F0F0";
}

.fa-user-minus:before {
  content: "\F503";
}

.fa-user-ninja:before {
  content: "\F504";
}

.fa-user-nurse:before {
  content: "\F82F";
}

.fa-user-plus:before {
  content: "\F234";
}

.fa-user-secret:before {
  content: "\F21B";
}

.fa-user-shield:before {
  content: "\F505";
}

.fa-user-slash:before {
  content: "\F506";
}

.fa-user-tag:before {
  content: "\F507";
}

.fa-user-tie:before {
  content: "\F508";
}

.fa-user-times:before {
  content: "\F235";
}

.fa-users:before {
  content: "\F0C0";
}

.fa-users-cog:before {
  content: "\F509";
}

.fa-users-slash:before {
  content: "\E073";
}

.fa-usps:before {
  content: "\F7E1";
}

.fa-ussunnah:before {
  content: "\F407";
}

.fa-utensil-spoon:before {
  content: "\F2E5";
}

.fa-utensils:before {
  content: "\F2E7";
}

.fa-vaadin:before {
  content: "\F408";
}

.fa-vector-square:before {
  content: "\F5CB";
}

.fa-venus:before {
  content: "\F221";
}

.fa-venus-double:before {
  content: "\F226";
}

.fa-venus-mars:before {
  content: "\F228";
}

.fa-vest:before {
  content: "\E085";
}

.fa-vest-patches:before {
  content: "\E086";
}

.fa-viacoin:before {
  content: "\F237";
}

.fa-viadeo:before {
  content: "\F2A9";
}

.fa-viadeo-square:before {
  content: "\F2AA";
}

.fa-vial:before {
  content: "\F492";
}

.fa-vials:before {
  content: "\F493";
}

.fa-viber:before {
  content: "\F409";
}

.fa-video:before {
  content: "\F03D";
}

.fa-video-slash:before {
  content: "\F4E2";
}

.fa-vihara:before {
  content: "\F6A7";
}

.fa-vimeo:before {
  content: "\F40A";
}

.fa-vimeo-square:before {
  content: "\F194";
}

.fa-vimeo-v:before {
  content: "\F27D";
}

.fa-vine:before {
  content: "\F1CA";
}

.fa-virus:before {
  content: "\E074";
}

.fa-virus-slash:before {
  content: "\E075";
}

.fa-viruses:before {
  content: "\E076";
}

.fa-vk:before {
  content: "\F189";
}

.fa-vnv:before {
  content: "\F40B";
}

.fa-voicemail:before {
  content: "\F897";
}

.fa-volleyball-ball:before {
  content: "\F45F";
}

.fa-volume-down:before {
  content: "\F027";
}

.fa-volume-mute:before {
  content: "\F6A9";
}

.fa-volume-off:before {
  content: "\F026";
}

.fa-volume-up:before {
  content: "\F028";
}

.fa-vote-yea:before {
  content: "\F772";
}

.fa-vr-cardboard:before {
  content: "\F729";
}

.fa-vuejs:before {
  content: "\F41F";
}

.fa-walking:before {
  content: "\F554";
}

.fa-wallet:before {
  content: "\F555";
}

.fa-warehouse:before {
  content: "\F494";
}

.fa-watchman-monitoring:before {
  content: "\E087";
}

.fa-water:before {
  content: "\F773";
}

.fa-wave-square:before {
  content: "\F83E";
}

.fa-waze:before {
  content: "\F83F";
}

.fa-weebly:before {
  content: "\F5CC";
}

.fa-weibo:before {
  content: "\F18A";
}

.fa-weight:before {
  content: "\F496";
}

.fa-weight-hanging:before {
  content: "\F5CD";
}

.fa-weixin:before {
  content: "\F1D7";
}

.fa-whatsapp:before {
  content: "\F232";
}

.fa-whatsapp-square:before {
  content: "\F40C";
}

.fa-wheelchair:before {
  content: "\F193";
}

.fa-whmcs:before {
  content: "\F40D";
}

.fa-wifi:before {
  content: "\F1EB";
}

.fa-wikipedia-w:before {
  content: "\F266";
}

.fa-wind:before {
  content: "\F72E";
}

.fa-window-close:before {
  content: "\F410";
}

.fa-window-maximize:before {
  content: "\F2D0";
}

.fa-window-minimize:before {
  content: "\F2D1";
}

.fa-window-restore:before {
  content: "\F2D2";
}

.fa-windows:before {
  content: "\F17A";
}

.fa-wine-bottle:before {
  content: "\F72F";
}

.fa-wine-glass:before {
  content: "\F4E3";
}

.fa-wine-glass-alt:before {
  content: "\F5CE";
}

.fa-wix:before {
  content: "\F5CF";
}

.fa-wizards-of-the-coast:before {
  content: "\F730";
}

.fa-wodu:before {
  content: "\E088";
}

.fa-wolf-pack-battalion:before {
  content: "\F514";
}

.fa-won-sign:before {
  content: "\F159";
}

.fa-wordpress:before {
  content: "\F19A";
}

.fa-wordpress-simple:before {
  content: "\F411";
}

.fa-wpbeginner:before {
  content: "\F297";
}

.fa-wpexplorer:before {
  content: "\F2DE";
}

.fa-wpforms:before {
  content: "\F298";
}

.fa-wpressr:before {
  content: "\F3E4";
}

.fa-wrench:before {
  content: "\F0AD";
}

.fa-x-ray:before {
  content: "\F497";
}

.fa-xbox:before {
  content: "\F412";
}

.fa-xing:before {
  content: "\F168";
}

.fa-xing-square:before {
  content: "\F169";
}

.fa-y-combinator:before {
  content: "\F23B";
}

.fa-yahoo:before {
  content: "\F19E";
}

.fa-yammer:before {
  content: "\F840";
}

.fa-yandex:before {
  content: "\F413";
}

.fa-yandex-international:before {
  content: "\F414";
}

.fa-yarn:before {
  content: "\F7E3";
}

.fa-yelp:before {
  content: "\F1E9";
}

.fa-yen-sign:before {
  content: "\F157";
}

.fa-yin-yang:before {
  content: "\F6AD";
}

.fa-yoast:before {
  content: "\F2B1";
}

.fa-youtube:before {
  content: "\F167";
}

.fa-youtube-square:before {
  content: "\F431";
}

.fa-zhihu:before {
  content: "\F63F";
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*!
 * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */

@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(/fonts/vendor/@fortawesome/fontawesome-free/webfa-solid-900.eot?0c6bfc668a72935760178f91327aed3a);
  src: url(/fonts/vendor/@fortawesome/fontawesome-free/webfa-solid-900.eot?0c6bfc668a72935760178f91327aed3a?#iefix) format("embedded-opentype"), url(/fonts/vendor/@fortawesome/fontawesome-free/webfa-solid-900.woff2?d824df7eb2e268626a2dd9a6a741ac4e) format("woff2"), url(/fonts/vendor/@fortawesome/fontawesome-free/webfa-solid-900.woff?d745348d289b149026921f197929a893) format("woff"), url(/fonts/vendor/@fortawesome/fontawesome-free/webfa-solid-900.ttf?b9625119ce4300f0ef890a8f3234c773) format("truetype"), url(/fonts/vendor/@fortawesome/fontawesome-free/webfa-solid-900.svg?37bc7099f6f1ba80236164f22e905837#fontawesome) format("svg");
}

.fa,
.search .searchearchbox.vertical .bootstrap-select button:after,
.search .searchearchbox.horizontal .control .bootstrap-select button:after,
.downloads .downloadsearchbox.vertical .bootstrap-select button:after,
.downloads .downloadsearchbox.horizontal .control .bootstrap-select button:after,
.localita #searchbox-app .bootstrap-select button:after,
.itinerari .searchbox .control .bootstrap-select button:after,
.itinerari .searchbox.horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna-craft .operatori_search_box .vertical .bootstrap-select button:after,
.romagna-craft .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna-craft .xp_search_box .vertical .bootstrap-select button:after,
.romagna-craft .xp_search_box .horizontal .control .bootstrap-select button:after,
.spass .operatori_search_box .vertical .bootstrap-select button:after,
.spass .operatori_search_box .horizontal .control .bootstrap-select button:after,
.spass .xp_search_box .vertical .bootstrap-select button:after,
.spass .xp_search_box .horizontal .control .bootstrap-select button:after,
.natur .operatori_search_box .vertical .bootstrap-select button:after,
.natur .operatori_search_box .horizontal .control .bootstrap-select button:after,
.natur .xp_search_box .vertical .bootstrap-select button:after,
.natur .xp_search_box .horizontal .control .bootstrap-select button:after,
.kultur .operatori_search_box .vertical .bootstrap-select button:after,
.kultur .operatori_search_box .horizontal .control .bootstrap-select button:after,
.kultur .xp_search_box .vertical .bootstrap-select button:after,
.kultur .xp_search_box .horizontal .control .bootstrap-select button:after,
.pet .operatori_search_box .vertical .bootstrap-select button:after,
.pet .operatori_search_box .horizontal .control .bootstrap-select button:after,
.pet .xp_search_box .vertical .bootstrap-select button:after,
.pet .xp_search_box .horizontal .control .bootstrap-select button:after,
.default .operatori_search_box .vertical .bootstrap-select button:after,
.default .operatori_search_box .horizontal .control .bootstrap-select button:after,
.default .xp_search_box .vertical .bootstrap-select button:after,
.default .xp_search_box .horizontal .control .bootstrap-select button:after,
.liscio .operatori_search_box .vertical .bootstrap-select button:after,
.liscio .operatori_search_box .horizontal .control .bootstrap-select button:after,
.liscio .xp_search_box .vertical .bootstrap-select button:after,
.liscio .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna .operatori_search_box .vertical .bootstrap-select button:after,
.romagna .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna .xp_search_box .vertical .bootstrap-select button:after,
.romagna .xp_search_box .horizontal .control .bootstrap-select button:after,
.motorcycle .operatori_search_box .vertical .bootstrap-select button:after,
.motorcycle .operatori_search_box .horizontal .control .bootstrap-select button:after,
.motorcycle .xp_search_box .vertical .bootstrap-select button:after,
.motorcycle .xp_search_box .horizontal .control .bootstrap-select button:after,
.sport .operatori_search_box .vertical .bootstrap-select button:after,
.sport .operatori_search_box .horizontal .control .bootstrap-select button:after,
.sport .xp_search_box .vertical .bootstrap-select button:after,
.sport .xp_search_box .horizontal .control .bootstrap-select button:after,
.fun .operatori_search_box .vertical .bootstrap-select button:after,
.fun .operatori_search_box .horizontal .control .bootstrap-select button:after,
.fun .xp_search_box .vertical .bootstrap-select button:after,
.fun .xp_search_box .horizontal .control .bootstrap-select button:after,
.wellness .operatori_search_box .vertical .bootstrap-select button:after,
.wellness .operatori_search_box .horizontal .control .bootstrap-select button:after,
.wellness .xp_search_box .vertical .bootstrap-select button:after,
.wellness .xp_search_box .horizontal .control .bootstrap-select button:after,
.empire .operatori_search_box .vertical .bootstrap-select button:after,
.empire .operatori_search_box .horizontal .control .bootstrap-select button:after,
.empire .xp_search_box .vertical .bootstrap-select button:after,
.empire .xp_search_box .horizontal .control .bootstrap-select button:after,
.bike .operatori_search_box .vertical .bootstrap-select button:after,
.bike .operatori_search_box .horizontal .control .bootstrap-select button:after,
.bike .xp_search_box .vertical .bootstrap-select button:after,
.bike .xp_search_box .horizontal .control .bootstrap-select button:after,
.castle .operatori_search_box .vertical .bootstrap-select button:after,
.castle .operatori_search_box .horizontal .control .bootstrap-select button:after,
.castle .xp_search_box .vertical .bootstrap-select button:after,
.castle .xp_search_box .horizontal .control .bootstrap-select button:after,
.culture .operatori_search_box .vertical .bootstrap-select button:after,
.culture .operatori_search_box .horizontal .control .bootstrap-select button:after,
.culture .xp_search_box .vertical .bootstrap-select button:after,
.culture .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna_autentica .operatori_search_box .vertical .bootstrap-select button:after,
.romagna_autentica .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna_autentica .xp_search_box .vertical .bootstrap-select button:after,
.romagna_autentica .xp_search_box .horizontal .control .bootstrap-select button:after,
.nature .operatori_search_box .vertical .bootstrap-select button:after,
.nature .operatori_search_box .horizontal .control .bootstrap-select button:after,
.nature .xp_search_box .vertical .bootstrap-select button:after,
.nature .xp_search_box .horizontal .control .bootstrap-select button:after,
.food .operatori_search_box .vertical .bootstrap-select button:after,
.food .operatori_search_box .horizontal .control .bootstrap-select button:after,
.food .xp_search_box .vertical .bootstrap-select button:after,
.food .xp_search_box .horizontal .control .bootstrap-select button:after,
.beach .operatori_search_box .vertical .bootstrap-select button:after,
.beach .operatori_search_box .horizontal .control .bootstrap-select button:after,
.beach .xp_search_box .vertical .bootstrap-select button:after,
.beach .xp_search_box .horizontal .control .bootstrap-select button:after,
.rock .operatori_search_box .vertical .bootstrap-select button:after,
.rock .operatori_search_box .horizontal .control .bootstrap-select button:after,
.rock .xp_search_box .vertical .bootstrap-select button:after,
.rock .xp_search_box .horizontal .control .bootstrap-select button:after,
.booking .operatori_search_box .vertical .bootstrap-select button:after,
.booking .operatori_search_box .horizontal .control .bootstrap-select button:after,
.booking .xp_search_box .vertical .bootstrap-select button:after,
.booking .xp_search_box .horizontal .control .bootstrap-select button:after,
.odm .operatori_search_box .vertical .bootstrap-select button:after,
.odm .operatori_search_box .horizontal .control .bootstrap-select button:after,
.odm .xp_search_box .vertical .bootstrap-select button:after,
.odm .xp_search_box .horizontal .control .bootstrap-select button:after,
.meteo .operatori_search_box .vertical .bootstrap-select button:after,
.meteo .operatori_search_box .horizontal .control .bootstrap-select button:after,
.meteo .xp_search_box .vertical .bootstrap-select button:after,
.meteo .xp_search_box .horizontal .control .bootstrap-select button:after,
.iat .operatori_search_box .vertical .bootstrap-select button:after,
.iat .operatori_search_box .horizontal .control .bootstrap-select button:after,
.iat .xp_search_box .vertical .bootstrap-select button:after,
.iat .xp_search_box .horizontal .control .bootstrap-select button:after,
.news .operatori_search_box .vertical .bootstrap-select button:after,
.news .operatori_search_box .horizontal .control .bootstrap-select button:after,
.news .xp_search_box .vertical .bootstrap-select button:after,
.news .xp_search_box .horizontal .control .bootstrap-select button:after,
.esperienze .operatori_search_box .vertical .bootstrap-select button:after,
.esperienze .operatori_search_box .horizontal .control .bootstrap-select button:after,
.esperienze .xp_search_box .vertical .bootstrap-select button:after,
.esperienze .xp_search_box .horizontal .control .bootstrap-select button:after,
.pianifica .operatori_search_box .vertical .bootstrap-select button:after,
.pianifica .operatori_search_box .horizontal .control .bootstrap-select button:after,
.pianifica .xp_search_box .vertical .bootstrap-select button:after,
.pianifica .xp_search_box .horizontal .control .bootstrap-select button:after,
.eventi .operatori_search_box .vertical .bootstrap-select button:after,
.eventi .operatori_search_box .horizontal .control .bootstrap-select button:after,
.eventi .xp_search_box .vertical .bootstrap-select button:after,
.eventi .xp_search_box .horizontal .control .bootstrap-select button:after,
.idee .operatori_search_box .vertical .bootstrap-select button:after,
.idee .operatori_search_box .horizontal .control .bootstrap-select button:after,
.idee .xp_search_box .vertical .bootstrap-select button:after,
.idee .xp_search_box .horizontal .control .bootstrap-select button:after,
.scopri .operatori_search_box .vertical .bootstrap-select button:after,
.scopri .operatori_search_box .horizontal .control .bootstrap-select button:after,
.scopri .xp_search_box .vertical .bootstrap-select button:after,
.scopri .xp_search_box .horizontal .control .bootstrap-select button:after,
.events-page .header .eventsearchbox.vertical .bootstrap-select button:after,
.events-page .header .eventsearchbox.horizontal .control .bootstrap-select button:after,
.events-homepage .header .eventsearchbox.vertical .bootstrap-select button:after,
.events-homepage .header .eventsearchbox.horizontal .control .bootstrap-select button:after,
.fas {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

/*!
 * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */

@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(/fonts/vendor/@fortawesome/fontawesome-free/webfa-brands-400.eot?592643a83b8541edc52063d84c468700);
  src: url(/fonts/vendor/@fortawesome/fontawesome-free/webfa-brands-400.eot?592643a83b8541edc52063d84c468700?#iefix) format("embedded-opentype"), url(/fonts/vendor/@fortawesome/fontawesome-free/webfa-brands-400.woff2?ed311c7a0ade9a75bb3ebf5a7670f31d) format("woff2"), url(/fonts/vendor/@fortawesome/fontawesome-free/webfa-brands-400.woff?1a575a4138e5f366474f0e7c5bd614a5) format("woff"), url(/fonts/vendor/@fortawesome/fontawesome-free/webfa-brands-400.ttf?513aa607d398efaccc559916c3431403) format("truetype"), url(/fonts/vendor/@fortawesome/fontawesome-free/webfa-brands-400.svg?1d5619cd804367cefe6da2d79289218a#fontawesome) format("svg");
}

.fab {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

/*!
 * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */

@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(/fonts/vendor/@fortawesome/fontawesome-free/webfa-regular-400.eot?b0e2db3b634d1bc3928e127458d993d8);
  src: url(/fonts/vendor/@fortawesome/fontawesome-free/webfa-regular-400.eot?b0e2db3b634d1bc3928e127458d993d8?#iefix) format("embedded-opentype"), url(/fonts/vendor/@fortawesome/fontawesome-free/webfa-regular-400.woff2?b91d376b8d7646d671cd820950d5f7f1) format("woff2"), url(/fonts/vendor/@fortawesome/fontawesome-free/webfa-regular-400.woff?d1d7e3b4c219fde0f7376c6facfd7149) format("woff"), url(/fonts/vendor/@fortawesome/fontawesome-free/webfa-regular-400.ttf?766913e6c0088ab8c9f73e18b4127bc4) format("truetype"), url(/fonts/vendor/@fortawesome/fontawesome-free/webfa-regular-400.svg?c5d109be8edd3de0f60eb472bd9ef691#fontawesome) format("svg");
}

.far {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: url(/fonts/vendor/material-icons/iconMaterialIcons-Regular.eot?96c476804d7a788cc1c05351b287ee41);
  /* For IE6-8 */
  src: local("Material Icons"), local("MaterialIcons-Regular"), url(/fonts/vendor/material-icons/iconMaterialIcons-Regular.woff2?0509ab09c1b0d2200a4135803c91d6ce) format("woff2"), url(/fonts/vendor/material-icons/iconMaterialIcons-Regular.woff?29b882f018fa6fe75fd338aaae6235b8) format("woff"), url(/fonts/vendor/material-icons/iconMaterialIcons-Regular.ttf?d120c85b6eb0549d60483e2980033c15) format("truetype");
}

.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: "liga";
}

.mi {
  font-family: "Material Icons";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-rendering: auto;
  line-height: 1;
}

.mi-interessi {
  background: url(/images/emoji_objects.svg?f23422e6777972e043f4bfe138c4c2e1) no-repeat top left;
  background-size: contain;
  width: 2.8rem;
  height: 2.8rem;
}

.mi-destination:before {
  content: "\E87A";
}

.mi-costo:before {
  content: "\E54E";
}

.mi-durata:before {
  content: "\E422";
}

.mi-place:before {
  content: "\E87A";
}

.mi-target:before {
  content: "\E7FB";
}

.mi-date:before {
  content: "\E916";
}

.mi-single-date:before {
  content: "\E8DF";
}

.mi-date-start:before {
  content: "\E8DF";
}

.mi-date-end:before {
  content: "\E878";
}

.mi-eventi:before {
  content: "\E53F";
}

.mi-phone:before {
  content: "\E0CD";
}

.mi-bookmark:before {
  content: "\E866";
}

.mi-list:before {
  content: "\E8EF";
}

.mi-website:before {
  content: "\E051";
}

@font-face {
  font-family: "icomoon";
  src: url("/fonts/icomoon/icomoon.eot?s9te25");
  src: url("/fonts/icomoon/icomoon.eot?s9te25#iefix") format("embedded-opentype"), url("/fonts/icomoon/icomoon.ttf?s9te25") format("truetype"), url("/fonts/icomoon/icomoon.woff?s9te25") format("woff"), url("/fonts/icomoon/icomoon.svg?s9te25#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^=icon-],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-blockquote:before {
  content: "\E900";
}

.ripplelink {
  overflow: hidden;
  cursor: pointer;
  transition: all 0.2s ease;
}

.ink {
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 100%;
  transform: scale(0);
}

.animate {
  animation: ripple 0.65s linear;
}

@keyframes ripple {
  100% {
    opacity: 0;
    transform: scale(2.5);
  }
}

ul.timeline {
  list-style-type: none;
  position: relative;
}

ul.timeline:before {
  content: " ";
  background: #d4d9df;
  display: inline-block;
  position: absolute;
  left: 29px;
  width: 2px;
  height: 100%;
  z-index: 400;
}

ul.timeline > li {
  margin: 20px 0;
  padding-left: 20px;
}

ul.timeline > li:before {
  content: " ";
  background: white;
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  left: 20px;
  width: 20px;
  height: 20px;
  z-index: 400;
}

ul.timeline > li.scopri:before {
  border: 3px solid #2F4A9A;
}

ul.timeline > li.idee:before {
  border: 3px solid #c05116;
}

ul.timeline > li.eventi:before {
  border: 3px solid #2F4A9A;
}

ul.timeline > li.pianifica:before {
  border: 3px solid #ae5d69;
}

ul.timeline > li.esperienze:before {
  border: 3px solid #8b3288;
}

ul.timeline > li.news:before {
  border: 3px solid #2F4A9A;
}

ul.timeline > li.iat:before {
  border: 3px solid #ae5d69;
}

ul.timeline > li.meteo:before {
  border: 3px solid #ae5d69;
}

ul.timeline > li.odm:before {
  border: 3px solid #FFFFFF;
}

ul.timeline > li.booking:before {
  border: 3px solid #cb292f;
}

ul.timeline > li.rock:before {
  border: 3px solid #000000;
}

ul.timeline > li.beach:before {
  border: 3px solid #f2c050;
}

ul.timeline > li.food:before {
  border: 3px solid #b68524;
}

ul.timeline > li.nature:before {
  border: 3px solid #58b366;
}

ul.timeline > li.romagna_autentica:before {
  border: 3px solid #abcb33;
}

ul.timeline > li.culture:before {
  border: 3px solid #4d3100;
}

ul.timeline > li.castle:before {
  border: 3px solid #8c6f65;
}

ul.timeline > li.bike:before {
  border: 3px solid #f1354e;
}

ul.timeline > li.empire:before {
  border: 3px solid #a41b1d;
}

ul.timeline > li.wellness:before {
  border: 3px solid #B1CB30;
}

ul.timeline > li.fun:before {
  border: 3px solid #F08EF4;
}

ul.timeline > li.sport:before {
  border: 3px solid #FF7A17;
}

ul.timeline > li.motorcycle:before {
  border: 3px solid #B1B6B1;
}

ul.timeline > li.romagna:before {
  border: 3px solid #2F4A9A;
}

ul.timeline > li.liscio:before {
  border: 3px solid #ae5d69;
}

ul.timeline > li.default:before {
  border: 3px solid #2F4A9A;
}

ul.timeline > li.pet:before {
  border: 3px solid #f1354e;
}

ul.timeline > li.kultur:before {
  border: 3px solid #4d3100;
}

ul.timeline > li.natur:before {
  border: 3px solid #58b366;
}

ul.timeline > li.spass:before {
  border: 3px solid #F08EF4;
}

ul.timeline > li.romagna-craft:before {
  border: 3px solid #2F4A9A;
}

ul.timeline > li.i-love-pet-visit-romagna-benvenuti-quattro-zampe:before {
  border: 3px solid #f1354e;
}

ul.timeline > li.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends:before {
  border: 3px solid #f1354e;
}

ul.timeline > li.i-love-pet-visit-romagna-vierbeiner-willkommen:before {
  border: 3px solid #f1354e;
}

ul.timeline .stage .title {
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 2rem;
}

ul.timeline .stage p {
  font-size: 1.4rem;
}

ul.timeline .stage .localita {
  line-height: 2.4rem;
  height: 2.4rem;
  display: block;
}

ul.timeline .border-bk {
  position: absolute;
  display: block;
  z-index: 0;
}

.sticky-map {
  /* Safari */
  position: sticky;
  display: block;
  height: 350px;
  top: 70px;
}

.sticky-map #search_localita_map {
  width: 100%;
  height: 350px;
}

body.er {
  /* css menu desktop */
}

body.er .btn-er,
body.er .instagram .instabutton div span,
.instagram .instabutton div body.er span {
  border-radius: 2px;
  box-shadow: -1px 0 3px 0 rgba(0, 0, 0, 0.25);
  font-size: 1.6rem;
  color: #ffffff;
  letter-spacing: -0.41px;
  text-align: center;
  text-transform: uppercase;
  line-height: 4.2rem;
  display: inline-block;
  padding: 0 1.8rem;
  margin-bottom: 1rem;
  min-width: 22rem;
  text-decoration: none;
}

body.er .btn-er:focus,
body.er .instagram .instabutton div span:focus,
.instagram .instabutton div body.er span:focus,
body.er .btn-er:hover,
body.er .instagram .instabutton div span:hover,
.instagram .instabutton div body.er span:hover {
  text-decoration: underline;
}

body.er .btn-er.scopri,
body.er .instagram .instabutton div span.scopri,
.instagram .instabutton div body.er span.scopri {
  background: #2F4A9A;
}

body.er .btn-er.idee,
body.er .instagram .instabutton div span.idee,
.instagram .instabutton div body.er span.idee {
  background: #c05116;
}

body.er .btn-er.eventi,
body.er .instagram .instabutton div span.eventi,
.instagram .instabutton div body.er span.eventi {
  background: #2F4A9A;
}

body.er .btn-er.pianifica,
body.er .instagram .instabutton div span.pianifica,
.instagram .instabutton div body.er span.pianifica {
  background: #ae5d69;
}

body.er .btn-er.esperienze,
body.er .instagram .instabutton div span.esperienze,
.instagram .instabutton div body.er span.esperienze {
  background: #8b3288;
}

body.er .btn-er.news,
body.er .instagram .instabutton div span.news,
.instagram .instabutton div body.er span.news {
  background: #2F4A9A;
}

body.er .btn-er.iat,
body.er .instagram .instabutton div span.iat,
.instagram .instabutton div body.er span.iat {
  background: #ae5d69;
}

body.er .btn-er.meteo,
body.er .instagram .instabutton div span.meteo,
.instagram .instabutton div body.er span.meteo {
  background: #ae5d69;
}

body.er .btn-er.odm,
body.er .instagram .instabutton div span.odm,
.instagram .instabutton div body.er span.odm {
  background: #FFFFFF;
}

body.er .btn-er.booking,
body.er .instagram .instabutton div span.booking,
.instagram .instabutton div body.er span.booking {
  background: #cb292f;
}

body.er .btn-er.rock,
body.er .instagram .instabutton div span.rock,
.instagram .instabutton div body.er span.rock {
  background: #000000;
}

body.er .btn-er.beach,
body.er .instagram .instabutton div span.beach,
.instagram .instabutton div body.er span.beach {
  background: #f2c050;
}

body.er .btn-er.food,
body.er .instagram .instabutton div span.food,
.instagram .instabutton div body.er span.food {
  background: #b68524;
}

body.er .btn-er.nature,
body.er .instagram .instabutton div span.nature,
.instagram .instabutton div body.er span.nature {
  background: #58b366;
}

body.er .btn-er.romagna_autentica,
body.er .instagram .instabutton div span.romagna_autentica,
.instagram .instabutton div body.er span.romagna_autentica {
  background: #abcb33;
}

body.er .btn-er.culture,
body.er .instagram .instabutton div span.culture,
.instagram .instabutton div body.er span.culture {
  background: #4d3100;
}

body.er .btn-er.castle,
body.er .instagram .instabutton div span.castle,
.instagram .instabutton div body.er span.castle {
  background: #8c6f65;
}

body.er .btn-er.bike,
body.er .instagram .instabutton div span.bike,
.instagram .instabutton div body.er span.bike {
  background: #f1354e;
}

body.er .btn-er.empire,
body.er .instagram .instabutton div span.empire,
.instagram .instabutton div body.er span.empire {
  background: #a41b1d;
}

body.er .btn-er.wellness,
body.er .instagram .instabutton div span.wellness,
.instagram .instabutton div body.er span.wellness {
  background: #B1CB30;
}

body.er .btn-er.fun,
body.er .instagram .instabutton div span.fun,
.instagram .instabutton div body.er span.fun {
  background: #F08EF4;
}

body.er .btn-er.sport,
body.er .instagram .instabutton div span.sport,
.instagram .instabutton div body.er span.sport {
  background: #FF7A17;
}

body.er .btn-er.motorcycle,
body.er .instagram .instabutton div span.motorcycle,
.instagram .instabutton div body.er span.motorcycle {
  background: #B1B6B1;
}

body.er .btn-er.romagna,
body.er .instagram .instabutton div span.romagna,
.instagram .instabutton div body.er span.romagna {
  background: #2F4A9A;
}

body.er .btn-er.liscio,
body.er .instagram .instabutton div span.liscio,
.instagram .instabutton div body.er span.liscio {
  background: #ae5d69;
}

body.er .btn-er.default,
body.er .instagram .instabutton div span.default,
.instagram .instabutton div body.er span.default {
  background: #2F4A9A;
}

body.er .btn-er.pet,
body.er .instagram .instabutton div span.pet,
.instagram .instabutton div body.er span.pet {
  background: #f1354e;
}

body.er .btn-er.kultur,
body.er .instagram .instabutton div span.kultur,
.instagram .instabutton div body.er span.kultur {
  background: #4d3100;
}

body.er .btn-er.natur,
body.er .instagram .instabutton div span.natur,
.instagram .instabutton div body.er span.natur {
  background: #58b366;
}

body.er .btn-er.spass,
body.er .instagram .instabutton div span.spass,
.instagram .instabutton div body.er span.spass {
  background: #F08EF4;
}

body.er .btn-er.romagna-craft,
body.er .instagram .instabutton div span.romagna-craft,
.instagram .instabutton div body.er span.romagna-craft {
  background: #2F4A9A;
}

body.er .btn-er.i-love-pet-visit-romagna-benvenuti-quattro-zampe,
body.er .instagram .instabutton div span.i-love-pet-visit-romagna-benvenuti-quattro-zampe,
.instagram .instabutton div body.er span.i-love-pet-visit-romagna-benvenuti-quattro-zampe {
  background: #f1354e;
}

body.er .btn-er.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends,
body.er .instagram .instabutton div span.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends,
.instagram .instabutton div body.er span.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends {
  background: #f1354e;
}

body.er .btn-er.i-love-pet-visit-romagna-vierbeiner-willkommen,
body.er .instagram .instabutton div span.i-love-pet-visit-romagna-vierbeiner-willkommen,
.instagram .instabutton div body.er span.i-love-pet-visit-romagna-vierbeiner-willkommen {
  background: #f1354e;
}

body.er .top-menu {
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 1020;
  background-color: transparent;
  margin-bottom: -48px;
  color: white;
  line-height: 2rem;
  font-size: 1.6rem;
  transition: transform 0.7s;
  text-transform: uppercase;
}

body.er .top-menu a,
body.er .top-menu .nav-link {
  color: white;
}

body.er .top-menu a.dropdown-item {
  color: #2F4A9A;
  font-size: 1.5rem;
}

body.er .top-menu .x-icon {
  display: none;
}

body.er .top-menu .h-icon {
  display: block;
}

@media (min-width: 992px) {
  body.er .top-menu {
    background-color: transparent;
    margin-bottom: -48px;
  }
}

body.er .top-menu .navbar-form,
body.er .top-menu .navbar-form-mm {
  position: absolute;
  padding: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 62px;
  margin: 0;
  z-index: 10000;
  transition: all 0.3s;
  transform: translate3d(0, -80px, 0);
  opacity: 0;
}

body.er .top-menu .navbar-form input[type=search],
body.er .top-menu .navbar-form-mm input[type=search] {
  outline: 0;
  width: 100%;
  height: 100%;
  font-size: 24px;
  color: #000;
  box-sizing: border-box;
  padding: 11px 15px;
  padding-right: 35px;
  background: #FFF;
  border: 0;
}

body.er .top-menu #search-button,
body.er .top-menu #search-button-mm {
  border: none;
  background: none;
}

body.er .top-menu #close-button,
body.er .top-menu #close-button-mm {
  position: absolute;
  right: 18px;
  top: 24px;
  color: #2F4A9A !important;
  border: none;
  background: none;
}

body.er .top-menu .navbar-form.open,
body.er .top-menu .navbar-form-mm.open {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

body.er .top-menu .dropdown-toggle::after {
  width: 1.2rem;
  height: 0.8rem;
  -webkit-mask: url(/images/caret.svg?78f4b2335730a3e9d24ec1e4db0f1a8e);
          mask: url(/images/caret.svg?78f4b2335730a3e9d24ec1e4db0f1a8e);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  transition: 500ms ease;
  background-color: #FFF;
  vertical-align: 0em;
  border: none;
}

body.er .top-menu .navbar-lang-menu {
  line-height: 2rem;
}

body.er .top-menu .navbar-lang-menu .dropdown-menu {
  min-width: 3rem;
  font-size: 1.6rem;
}

body.er .top-menu .navbar-lang-menu .dropdown a {
  padding: 0px 1rem;
}

body.er .top-menu #hamburger-nav {
  background: #FFF;
  position: fixed;
  top: 38px;
  right: 0;
  width: 100%;
  /* 100% = fullscreen */
  max-width: 400px;
  height: 100vh;
  transition: transform 0.7s, opacity 1s;
  transform: translateX(100%);
  opacity: 0;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: center;
  text-align: right;
}

body.er .top-menu #hamburger-nav .item {
  padding-bottom: 20px;
}

body.er .top-menu #hamburger-nav a {
  color: #2F4A9A;
  display: block;
}

body.er .top-menu #hamburger-nav h3 {
  color: #2F4A9A;
  font-size: 2rem;
  font-weight: bolder;
}

body.er .top-menu #hamburger-nav .dropdown-toggle::after {
  background-color: #2F4A9A;
}

body.er .top-menu .logo-top {
  display: none;
}

body.er .top-menu.show,
body.er .top-menu.opaque-bg {
  background-color: #fff !important;
  color: #2F4A9A;
  box-shadow: 0 0 5px 0px #dcdada;
}

body.er .top-menu.show a,
body.er .top-menu.show .nav-link,
body.er .top-menu.opaque-bg a,
body.er .top-menu.opaque-bg .nav-link {
  color: #2F4A9A;
}

body.er .top-menu.show .dropdown-toggle::after,
body.er .top-menu.opaque-bg .dropdown-toggle::after {
  background-color: #2F4A9A;
}

body.er .top-menu.show path,
body.er .top-menu.opaque-bg path {
  fill: #2F4A9A;
}

body.er .top-menu.show .logo-top,
body.er .top-menu.opaque-bg .logo-top {
  display: block;
}

@media (min-width: 992px) {
  body.er .top-menu.show,
  body.er .top-menu.opaque-bg {
    background-color: transparent;
    margin-bottom: 5px;
  }
}

body.er .top-menu.page path {
  fill: #2F4A9A;
}

body.er .top-menu.show {
  color: #2F4A9A;
}

body.er .top-menu.show #hamburger-nav {
  background-color: #fff;
  transform: translateX(0%);
  opacity: 1;
}

body.er .top-menu.show .x-icon {
  display: block;
}

body.er .top-menu.show .h-icon {
  display: none;
}

body.er .top-menu.page {
  color: #2F4A9A;
}

body.er .top-menu.page a,
body.er .top-menu.page .nav-link {
  color: #2F4A9A;
}

body.er .top-menu.page .dropdown-toggle::after {
  background-color: #2F4A9A;
}

body.er .dropdown-item {
  font-size: 1.5rem;
}

body.er .menu-desktop {
  padding: 1.5rem 0;
  font-size: 1.5rem;
}

body.er .menu-desktop.page {
  padding: 3px;
}

body.er .menu-desktop li {
  color: #2F4A9A;
  text-transform: uppercase;
  margin: 0 0.5rem;
}

body.er .menu-desktop li a {
  color: #2F4A9A;
  text-transform: uppercase;
}

@media screen and (max-width: 720px) {
  body.er .menu-desktop {
    display: none;
  }
}

body.er .carousel .swiper-container {
  width: 100%;
}

body.er .carousel .swiper-slide {
  height: 45rem;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

body.er .carousel .swiper-slide .carousel-content {
  background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.07) 8%, rgba(0, 0, 0, 0.45) 68%);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding-right: 2.1rem;
  padding-left: 2.1rem;
  padding-bottom: 6rem;
  padding-top: 6rem;
  text-align: center;
}

body.er .carousel .swiper-slide .carousel-content h3 {
  font-size: 4.4rem;
  color: #ffffff;
  letter-spacing: -1.01px;
  line-height: 4.2rem;
  text-align: left;
  margin-bottom: -0.1rem;
}

body.er .carousel .swiper-slide .carousel-content p {
  font-size: 2.4rem;
  color: #ffffff;
  letter-spacing: -0.58px;
  text-align: left;
  margin-bottom: 2.1rem;
}

body.er .carousel .swiper-slide .carousel-content .btn {
  background: rgba(0, 0, 0, 0.3);
  border: 2px solid #ffffff;
  box-shadow: -1px 0 3px 0 rgba(0, 0, 0, 0.35);
  font-size: 1.6rem;
  color: #ffffff;
  letter-spacing: -0.41px;
  text-align: center;
  text-transform: uppercase;
  line-height: 4.2rem;
  min-width: 18.5rem;
}

body.er .carousel .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border: 1px solid white;
  background: none;
  opacity: 1;
}

body.er .carousel .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: white;
}

body.er .swiper-button-prev:after,
body.er .swiper-button-next:after {
  background: #d32f2f;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 3rem;
  text-shadow: 0 0 10px black;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

body.er .erwelcome {
  margin-top: 8rem;
  position: relative;
  z-index: 0;
}

body.er .erwelcome:after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: -8px;
  height: 8px;
  left: 0px;
  z-index: -1;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.01) 30%, rgba(0, 0, 0, 0.03) 50%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0.08) 90%, rgba(0, 0, 0, 0.09) 96%, rgba(0, 0, 0, 0.1) 100%);
}

body.er .erwelcome .banner {
  position: relative;
  width: 100%;
  height: 383px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

body.er .erwelcome .banner #sfondo {
  background: rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: block;
  padding: 13rem 2rem 0 2rem;
  text-align: center;
}

body.er .erwelcome .banner #logo_erw {
  display: block;
  position: absolute;
  top: 30px;
  left: 50%;
  margin-left: -7.25rem;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 145px;
  height: 40px;
}

body.er .erwelcome .banner h2 {
  font-size: 2.5rem;
  color: #FFFFFF;
  letter-spacing: -0.77px;
  text-align: center;
  line-height: 3rem;
  margin-bottom: 2rem;
  margin-bottom: 2rem;
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
}

body.er .erwelcome .banner .btn {
  background: rgba(0, 0, 0, 0.3);
  border: 2px solid #ffffff;
  box-shadow: -1px 0 3px 0 rgba(0, 0, 0, 0.35);
  font-size: 1.6rem;
  color: #ffffff;
  letter-spacing: -0.41px;
  text-align: center;
  text-transform: uppercase;
  line-height: 4.2rem;
  min-width: 18.5rem;
}

body.er footer {
  position: relative;
}

body.er footer #logo-er {
  position: absolute;
  height: 43px;
  width: 300px;
  margin-left: -150px;
  left: 50%;
  margin-top: -23px;
  top: 36%;
}

body.er footer #logo-er img {
  width: 100%;
}

body.er footer .logo-row {
  padding-top: 2rem;
}

body.er footer .logo-row img {
  height: 60px;
  margin: 30px 0px;
}

body.er footer .testo {
  color: white;
  width: 50%;
  font-size: 1.5rem;
  width: 100%;
  text-align: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

body.er footer #footer-top {
  width: 100%;
  position: relative;
  background: #2F4A9A;
}

body.er footer .footer-content {
  padding: 0 3rem;
  background: #2F4A9A;
  position: relative;
}

body.er footer .footer-content .footer-part {
  padding-top: 3rem;
  padding-bottom: 3rem;
  margin: 0 auto;
}

body.er footer .footer-content:after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: -8px;
  height: 8px;
  left: 0px;
  z-index: 1;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.01) 30%, rgba(0, 0, 0, 0.03) 50%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0.08) 90%, rgba(0, 0, 0, 0.09) 96%, rgba(0, 0, 0, 0.1) 100%);
}

body.er footer .menu .menu-icon {
  width: 2.4rem;
  height: 2.4rem;
}

body.er footer .menu .main-menu-title {
  width: 46%;
  max-width: 16.5rem;
  font-size: 1.5rem;
  color: #ffffff;
  letter-spacing: -0.68px;
  text-align: center;
  line-height: 2rem;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
}

body.er footer .menu .caret {
  width: 1.2rem;
  height: 0.8rem;
  -webkit-mask: url(/images/caret.svg?78f4b2335730a3e9d24ec1e4db0f1a8e);
          mask: url(/images/caret.svg?78f4b2335730a3e9d24ec1e4db0f1a8e);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  transition: 500ms ease;
  background-color: black;
}

body.er footer .menu .level1 .main-menu-title {
  width: 100%;
  max-width: 100%;
  opacity: 0.9;
  font-size: 1.6rem;
  line-height: 3rem;
  color: #ffffff;
  letter-spacing: -0.68px;
  text-align: center;
  text-transform: none;
}

body.er footer .menu .level1 .main-menu-title:before {
  display: inline-block;
  content: "\279D";
  opacity: 0.9;
  font-size: 1.6rem;
  color: #ffffff;
  text-align: center;
  text-transform: none;
  margin-right: 1rem;
}

body.er footer .menu .level1 .caret {
  display: none;
}

body.er footer .menu #link-utili .nav-link.has-children:not(.collapsed) {
  background-color: rgba(0, 0, 0, 0.03);
}

body.er footer .menu #link-utili #link-utili-children {
  padding: 1rem 0;
  background-color: #253b7b;
  background-image: linear-gradient(0deg, #294186 0%, #283f83 8%, #253b7b 68%);
}

body.er footer .menu .nav-link {
  position: relative;
  padding: 1.3rem 0;
}

body.er footer .menu .nav-link .caret {
  transform: rotate(180deg);
  background-color: white;
}

body.er footer .menu .nav-link.level0.single .caret {
  transform: rotate(-90deg);
  background-color: white;
}

body.er footer .menu .nav-link.collapsed .caret {
  transform: rotate(0deg);
  background-color: white;
}

@media (min-width: 992px) {
  body.er footer .newsletter .footer-progetto {
    width: 100%;
    height: 80%;
    background-color: white;
  }
}

@media (max-width: 991px) {
  body.er footer .newsletter .footer-progetto {
    width: 100%;
    height: 80%;
    background-color: white;
  }

  body.er footer .newsletter .footer-progetto img {
    max-width: -webkit-fill-available;
    margin: 1px auto;
    height: 60px;
    width: auto;
  }
}

body.er footer .newsletter h2 {
  font-size: 2.5rem;
  line-height: 3rem;
  color: #ffffff;
  letter-spacing: -1px;
  text-align: center;
  margin-bottom: 2.9rem;
  max-width: 32rem;
  margin-left: auto;
  margin-right: auto;
}

body.er footer .newsletter .btn {
  background: #2F4A9A;
  border: 2px solid #ffffff;
  box-shadow: -1px 0 3px 0 rgba(0, 0, 0, 0.35);
  font-size: 1.6rem;
  color: #ffffff;
  letter-spacing: -0.41px;
  text-align: center;
  text-transform: uppercase;
  line-height: 4rem;
  padding: 0px;
  min-width: 18.5rem;
}

body.er footer .info {
  text-align: left;
}

@media (max-width: 991.98px) {
  body.er footer .info {
    text-align: center;
  }
}

body.er footer .info p.inemilia {
  font-size: 2.9rem;
  color: #ffffff;
  letter-spacing: -0.38px;
}

body.er footer .info p.title {
  font-size: 1.5rem;
  color: #ffffff;
  letter-spacing: -0.38px;
}

body.er footer .info p.copy {
  font-size: 1.4rem;
  color: #ffffff;
  letter-spacing: -0.38px;
}

body.er footer .info .socials {
  padding-top: 2.2rem;
}

body.er footer .info .socials a {
  font-size: 1.7rem;
  color: #ffffff;
  letter-spacing: -0.38px;
  margin-right: 2.2rem;
}

body.er footer .big {
  text-align: center;
}

body.er footer .big .item {
  display: block;
}

body.er footer .big .item.mb {
  margin-bottom: 4rem;
}

body.er footer .big a {
  font-size: 1.5rem;
  line-height: 5rem;
  color: #FFFFFF;
  letter-spacing: -0.68px;
  text-align: center;
}

body.er footer .big a img {
  display: block;
  margin: 0 auto;
  height: 60px;
  width: auto;
}

body.er .gotop {
  width: 64px;
  height: 64px;
  filter: drop-shadow(2px 2px 8px rgba(0, 0, 0, 0.2));
  position: fixed;
  bottom: 2rem;
  right: 1rem;
  z-index: 997;
  display: none;
}

body.er .breadcrumb {
  opacity: 0.86;
  font-size: 1.5rem;
  letter-spacing: -0.38px;
  padding: 0;
  margin: 0;
  margin-left: -6px;
  margin-top: 6px;
  background: none;
}

body.er .breadcrumb .breadcrumb-item::before,
body.er .breadcrumb a {
  color: #999999;
}

body.er .breadcrumb .breadcrumb-item.active {
  color: #ffffff;
  font-weight: bold;
}

body.er .er-separatore {
  width: 100%;
  height: 8px;
  display: block;
}

.idee-viaggio .header {
  background-color: black;
}

.idee-viaggio .header h2 {
  font-size: 3.4rem;
  color: #000000;
  background-color: white;
  letter-spacing: -0.82px;
  line-height: 4rem;
  padding: 6.4rem 2.1rem 2.1rem 2.1rem;
  margin-bottom: 0px;
  text-transform: uppercase;
}

.idee-viaggio .header .image {
  height: 23.6rem;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.idee-viaggio .header .image .title-wrapper {
  background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.07) 8%, rgba(0, 0, 0, 0.45) 68%);
  padding: 3rem 2.1rem;
  position: absolute;
  width: 100%;
  bottom: 0px;
}

.idee-viaggio .header .image .title-wrapper h3 {
  font-size: 2.4rem;
  color: #ffffff;
  letter-spacing: -0.58px;
}

.idee-viaggio .body {
  margin-left: 0px;
  margin-right: 0px;
  background-color: #c05116;
  background-image: linear-gradient(-180deg, #DB6A19 0%, #c05116 48%, #CC6319 80%);
}

.idee-viaggio .body #idee-viaggio-carousel {
  transform: translateY(-2rem);
}

.idee-viaggio .body .swiper-slide {
  width: calc(90%);
  margin-bottom: 5rem;
}

.idee-viaggio .body .swiper-slide .iv-wrapper .content {
  background: #ffffff;
  border: 0 solid #000000;
  position: relative;
  padding: 8rem 2.1rem 4rem;
  position: relative;
  z-index: 0;
}

.idee-viaggio .body .swiper-slide .iv-wrapper .content:after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: -4px;
  height: 4px;
  left: 0px;
  z-index: -1;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.01) 30%, rgba(0, 0, 0, 0.03) 50%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0.08) 90%, rgba(0, 0, 0, 0.09) 96%, rgba(0, 0, 0, 0.1) 100%);
}

.idee-viaggio .body .swiper-slide .iv-wrapper .content h3 {
  font-size: 2rem;
  color: #030303;
  letter-spacing: -0.48px;
}

.idee-viaggio .body .swiper-slide .iv-wrapper .content p {
  font-size: 1.5rem;
  color: #030303;
  letter-spacing: -0.38px;
  margin-bottom: 0px;
}

.idee-viaggio .body .swiper-slide .iv-wrapper .content p .readmore {
  font-style: italic;
  color: #c12629;
  display: block;
  margin-top: 1rem;
}

.idee-viaggio .body .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border: 1px solid white;
  background: none;
  opacity: 1;
}

.idee-viaggio .body .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: white;
}

.idee-viaggio .body .message {
  font-size: 2rem;
  color: #FFFFFF;
  letter-spacing: -0.48px;
  text-align: center;
  padding: 4.2rem;
}

.youtube {
  background-color: #c12629;
  padding: 2.4rem 2.1rem;
  position: relative;
}

.youtube .video-btn {
  cursor: pointer;
}

.youtube .go-youtube {
  background-color: #991D20 !important;
  border: 2px solid #ffffff;
  margin-top: 2.1rem;
  margin-bottom: 0rem;
}

.youtube:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 50%;
  margin-left: -10px;
  width: 0;
  height: 0;
  border-bottom: solid 12px white;
  border-left: solid 10px transparent;
  border-right: solid 10px transparent;
}

.youtube:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -10px;
  width: 0;
  height: 0;
  border-top: solid 12px white;
  border-left: solid 10px transparent;
  border-right: solid 10px transparent;
}

.youtube .video {
  background: #ffffff;
  border-radius: 4px;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.youtube .video .play {
  width: 62px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -31px;
  margin-top: -31px;
  filter: drop-shadow(0px 2px 5px rgba(0, 0, 0, 0.64));
}

.youtube .video .image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  position: relative;
}

.youtube .video .play-mini {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
}

.youtube .video .title {
  padding: 1.15rem;
  min-height: 6rem;
  display: block;
  line-height: 1.5;
  font-size: 1.5rem;
  color: #000000;
  letter-spacing: -0.38px;
  text-overflow: ellipsis;
}

.youtube .modal-dialog {
  max-width: 800px;
  margin: 30px auto;
}

.youtube .modal-body {
  position: relative;
  padding: 0px;
}

.youtube .close {
  position: absolute;
  right: -30px;
  top: 0;
  z-index: 999;
  font-size: 2rem;
  font-weight: normal;
  color: #fff;
  opacity: 1;
}

.youtube .grid-container {
  display: grid;
  gap: 10px 10px;
}

@media (min-width: 768px) {
  .youtube .grid-container {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    grid-template-areas: "Big Big v1 v2" "Big Big v3 v4";
  }

  .youtube .image {
    height: 100%;
  }

  .youtube .Big .image {
    height: 480px;
  }

  .youtube .Big .title {
    font-size: 2.35rem;
    color: #000000;
    letter-spacing: -0.82px;
    padding: 2rem;
  }
}

@media (max-width: 991.98px) {
  .youtube .grid-container {
    display: block;
  }

  .youtube .grid-container .image {
    height: 380px;
  }

  .youtube .grid-container .Big .title {
    font-size: 2.1rem;
  }
}

.youtube .Big {
  grid-area: Big;
}

.youtube .v1 {
  grid-area: v1;
}

.youtube .v2 {
  grid-area: v2;
}

.youtube .v3 {
  grid-area: v3;
}

.youtube .v4 {
  grid-area: v4;
}

.instagram {
  padding: 8.4rem 2.1rem;
}

.instagram img.tile {
  min-width: 100%;
  width: 100%;
  height: auto;
}

.instagram .instatile {
  min-width: 100%;
  width: 100%;
  height: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.instagram .instatile:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.instagram .col-margin {
  padding: 4px;
}

.instagram #hashtag {
  font-weight: normal;
  font-size: 2.4rem;
  color: #000000;
  letter-spacing: -0.82px;
  text-align: center;
  margin-top: 1.8rem;
}

@media (min-width: 992px) {
  .instagram #hashtag {
    font-size: 3.4rem;
  }
}

.instagram .instabutton {
  display: inline-block;
  margin-top: 2.1rem;
}

.instagram .instabutton a:focus span,
.instagram .instabutton a:hover span {
  text-decoration: underline !important;
}

.instagram .instabutton div {
  text-align: center;
  position: relative;
}

.instagram .instabutton div span {
  background-color: white !important;
  margin: 0 !important;
  text-transform: uppercase;
  line-height: 4rem;
  padding: 0 4.9rem;
  font-size: 1.2rem;
  font-weight: 700;
  color: black;
}

.instagram .instabutton .light span {
  color: #000 !important;
  border: 2px solid #000;
  border-radius: 2px;
  display: inline-block;
  margin-bottom: 0px;
}

.instagram .instabutton .light span:focus,
.instagram .instabutton .light span:hover {
  text-decoration: underline;
}

.instagram .instabutton div .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-image: linear-gradient(-34deg, #F5D801 0%, #F92802 36%, #B93487 66%, #7B38AE 100%);
}

.instagram .instabutton .light {
  background: #fff;
  box-shadow: -1px 0 3px 0 rgba(0, 0, 0, 0.35);
  border-radius: 2px;
}

.instagram .instabutton .light .img {
  mix-blend-mode: lighten;
}

.events-homepage {
  max-width: 1300px;
  margin: 0 auto;
}

.events-homepage .header {
  padding: 6.4rem 2.1rem 2.1rem 2.1rem;
  text-align: center;
}

.events-homepage .header h2 {
  font-size: 3.4rem;
  color: #000000;
  letter-spacing: -0.82px;
  line-height: 4rem;
  margin-bottom: 0rem;
  text-transform: uppercase;
}

.events-homepage .header h3 {
  font-size: 2.8rem;
  color: #000000;
  letter-spacing: -0.68px;
  text-align: center;
  line-height: 40px;
  margin-bottom: 2.8rem;
  text-decoration: underline;
}

.events-homepage .header .eventsearchbox .collapse.show {
  background-image: linear-gradient(-180deg, #2e4998 0%, #2F4A9A 48%, #2e4998 80%);
}

.events-homepage .header .eventsearchbox.horizontal {
  padding: 1rem;
  background-color: #2F4A9A;
  font-size: 1.6rem;
}

.events-homepage .header .eventsearchbox.horizontal.collapsed {
  border-radius: 2px;
  box-shadow: -1px 0 3px 0 rgba(0, 0, 0, 0.25);
}

.events-homepage .header .eventsearchbox.horizontal .fa,
.events-homepage .header .eventsearchbox.horizontal .search .searchearchbox.vertical .bootstrap-select button:after,
.search .searchearchbox.vertical .bootstrap-select .events-homepage .header .eventsearchbox.horizontal button:after,
.events-homepage .header .eventsearchbox.horizontal .search .searchearchbox.horizontal .control .bootstrap-select button:after,
.search .searchearchbox.horizontal .control .bootstrap-select .events-homepage .header .eventsearchbox.horizontal button:after,
.events-homepage .header .eventsearchbox.horizontal .downloads .downloadsearchbox.vertical .bootstrap-select button:after,
.downloads .downloadsearchbox.vertical .bootstrap-select .events-homepage .header .eventsearchbox.horizontal button:after,
.events-homepage .header .eventsearchbox.horizontal .downloads .downloadsearchbox.horizontal .control .bootstrap-select button:after,
.downloads .downloadsearchbox.horizontal .control .bootstrap-select .events-homepage .header .eventsearchbox.horizontal button:after,
.events-homepage .header .eventsearchbox.horizontal .localita #searchbox-app .bootstrap-select button:after,
.localita #searchbox-app .bootstrap-select .events-homepage .header .eventsearchbox.horizontal button:after,
.events-homepage .header .eventsearchbox.horizontal .itinerari .searchbox .control .bootstrap-select button:after,
.itinerari .searchbox .control .bootstrap-select .events-homepage .header .eventsearchbox.horizontal button:after,
.events-homepage .header .eventsearchbox.horizontal .itinerari .searchbox.horizontal .control .bootstrap-select button:after,
.itinerari .searchbox.horizontal .control .bootstrap-select .events-homepage .header .eventsearchbox.horizontal button:after,
.events-homepage .header .eventsearchbox.horizontal .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .vertical .bootstrap-select .events-homepage .header .eventsearchbox.horizontal button:after,
.events-homepage .header .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .eventsearchbox.horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .events-homepage .header .eventsearchbox.horizontal .control .bootstrap-select button:after,
.events-homepage .header .eventsearchbox.horizontal .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .vertical .bootstrap-select .events-homepage .header .eventsearchbox.horizontal button:after,
.events-homepage .header .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .eventsearchbox.horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .events-homepage .header .eventsearchbox.horizontal .control .bootstrap-select button:after,
.events-homepage .header .eventsearchbox.horizontal .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .vertical .bootstrap-select .events-homepage .header .eventsearchbox.horizontal button:after,
.events-homepage .header .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .eventsearchbox.horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .events-homepage .header .eventsearchbox.horizontal .control .bootstrap-select button:after,
.events-homepage .header .eventsearchbox.horizontal .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .vertical .bootstrap-select .events-homepage .header .eventsearchbox.horizontal button:after,
.events-homepage .header .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .eventsearchbox.horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .events-homepage .header .eventsearchbox.horizontal .control .bootstrap-select button:after,
.events-homepage .header .eventsearchbox.horizontal .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .vertical .bootstrap-select .events-homepage .header .eventsearchbox.horizontal button:after,
.events-homepage .header .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .eventsearchbox.horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .events-homepage .header .eventsearchbox.horizontal .control .bootstrap-select button:after,
.events-homepage .header .eventsearchbox.horizontal .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .vertical .bootstrap-select .events-homepage .header .eventsearchbox.horizontal button:after,
.events-homepage .header .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .eventsearchbox.horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .events-homepage .header .eventsearchbox.horizontal .control .bootstrap-select button:after,
.events-homepage .header .eventsearchbox.horizontal .romagna-craft .operatori_search_box .vertical .bootstrap-select button:after,
.romagna-craft .operatori_search_box .vertical .bootstrap-select .events-homepage .header .eventsearchbox.horizontal button:after,
.events-homepage .header .romagna-craft .operatori_search_box .eventsearchbox.horizontal .control .bootstrap-select button:after,
.romagna-craft .operatori_search_box .events-homepage .header .eventsearchbox.horizontal .control .bootstrap-select button:after,
.events-homepage .header .eventsearchbox.horizontal .romagna-craft .xp_search_box .vertical .bootstrap-select button:after,
.romagna-craft .xp_search_box .vertical .bootstrap-select .events-homepage .header .eventsearchbox.horizontal button:after,
.events-homepage .header .romagna-craft .xp_search_box .eventsearchbox.horizontal .control .bootstrap-select button:after,
.romagna-craft .xp_search_box .events-homepage .header .eventsearchbox.horizontal .control .bootstrap-select button:after,
.events-homepage .header .eventsearchbox.horizontal .spass .operatori_search_box .vertical .bootstrap-select button:after,
.spass .operatori_search_box .vertical .bootstrap-select .events-homepage .header .eventsearchbox.horizontal button:after,
.events-homepage .header .spass .operatori_search_box .eventsearchbox.horizontal .control .bootstrap-select button:after,
.spass .operatori_search_box .events-homepage .header .eventsearchbox.horizontal .control .bootstrap-select button:after,
.events-homepage .header .eventsearchbox.horizontal .spass .xp_search_box .vertical .bootstrap-select button:after,
.spass .xp_search_box .vertical .bootstrap-select .events-homepage .header .eventsearchbox.horizontal button:after,
.events-homepage .header .spass .xp_search_box .eventsearchbox.horizontal .control .bootstrap-select button:after,
.spass .xp_search_box .events-homepage .header .eventsearchbox.horizontal .control .bootstrap-select button:after,
.events-homepage .header .eventsearchbox.horizontal .natur .operatori_search_box .vertical .bootstrap-select button:after,
.natur .operatori_search_box .vertical .bootstrap-select .events-homepage .header .eventsearchbox.horizontal button:after,
.events-homepage .header .natur .operatori_search_box .eventsearchbox.horizontal .control .bootstrap-select button:after,
.natur .operatori_search_box .events-homepage .header .eventsearchbox.horizontal .control .bootstrap-select button:after,
.events-homepage .header .eventsearchbox.horizontal .natur .xp_search_box .vertical .bootstrap-select button:after,
.natur .xp_search_box .vertical .bootstrap-select .events-homepage .header .eventsearchbox.horizontal button:after,
.events-homepage .header .natur .xp_search_box .eventsearchbox.horizontal .control .bootstrap-select button:after,
.natur .xp_search_box .events-homepage .header .eventsearchbox.horizontal .control .bootstrap-select button:after,
.events-homepage .header .eventsearchbox.horizontal .kultur .operatori_search_box .vertical .bootstrap-select button:after,
.kultur .operatori_search_box .vertical .bootstrap-select .events-homepage .header .eventsearchbox.horizontal button:after,
.events-homepage .header .kultur .operatori_search_box .eventsearchbox.horizontal .control .bootstrap-select button:after,
.kultur .operatori_search_box .events-homepage .header .eventsearchbox.horizontal .control .bootstrap-select button:after,
.events-homepage .header .eventsearchbox.horizontal .kultur .xp_search_box .vertical .bootstrap-select button:after,
.kultur .xp_search_box .vertical .bootstrap-select .events-homepage .header .eventsearchbox.horizontal button:after,
.events-homepage .header .kultur .xp_search_box .eventsearchbox.horizontal .control .bootstrap-select button:after,
.kultur .xp_search_box .events-homepage .header .eventsearchbox.horizontal .control .bootstrap-select button:after,
.events-homepage .header .eventsearchbox.horizontal .pet .operatori_search_box .vertical .bootstrap-select button:after,
.pet .operatori_search_box .vertical .bootstrap-select .events-homepage .header .eventsearchbox.horizontal button:after,
.events-homepage .header .pet .operatori_search_box .eventsearchbox.horizontal .control .bootstrap-select button:after,
.pet .operatori_search_box .events-homepage .header .eventsearchbox.horizontal .control .bootstrap-select button:after,
.events-homepage .header .eventsearchbox.horizontal .pet .xp_search_box .vertical .bootstrap-select button:after,
.pet .xp_search_box .vertical .bootstrap-select .events-homepage .header .eventsearchbox.horizontal button:after,
.events-homepage .header .pet .xp_search_box .eventsearchbox.horizontal .control .bootstrap-select button:after,
.pet .xp_search_box .events-homepage .header .eventsearchbox.horizontal .control .bootstrap-select button:after,
.events-homepage .header .eventsearchbox.horizontal .default .operatori_search_box .vertical .bootstrap-select button:after,
.default .operatori_search_box .vertical .bootstrap-select .events-homepage .header .eventsearchbox.horizontal button:after,
.events-homepage .header .default .operatori_search_box .eventsearchbox.horizontal .control .bootstrap-select button:after,
.default .operatori_search_box .events-homepage .header .eventsearchbox.horizontal .control .bootstrap-select button:after,
.events-homepage .header .eventsearchbox.horizontal .default .xp_search_box .vertical .bootstrap-select button:after,
.default .xp_search_box .vertical .bootstrap-select .events-homepage .header .eventsearchbox.horizontal button:after,
.events-homepage .header .default .xp_search_box .eventsearchbox.horizontal .control .bootstrap-select button:after,
.default .xp_search_box .events-homepage .header .eventsearchbox.horizontal .control .bootstrap-select button:after,
.events-homepage .header .eventsearchbox.horizontal .liscio .operatori_search_box .vertical .bootstrap-select button:after,
.liscio .operatori_search_box .vertical .bootstrap-select .events-homepage .header .eventsearchbox.horizontal button:after,
.events-homepage .header .liscio .operatori_search_box .eventsearchbox.horizontal .control .bootstrap-select button:after,
.liscio .operatori_search_box .events-homepage .header .eventsearchbox.horizontal .control .bootstrap-select button:after,
.events-homepage .header .eventsearchbox.horizontal .liscio .xp_search_box .vertical .bootstrap-select button:after,
.liscio .xp_search_box .vertical .bootstrap-select .events-homepage .header .eventsearchbox.horizontal button:after,
.events-homepage .header .liscio .xp_search_box .eventsearchbox.horizontal .control .bootstrap-select button:after,
.liscio .xp_search_box .events-homepage .header .eventsearchbox.horizontal .control .bootstrap-select button:after,
.events-homepage .header .eventsearchbox.horizontal .romagna .operatori_search_box .vertical .bootstrap-select button:after,
.romagna .operatori_search_box .vertical .bootstrap-select .events-homepage .header .eventsearchbox.horizontal button:after,
.events-homepage .header .eventsearchbox.horizontal .romagna .xp_search_box .vertical .bootstrap-select button:after,
.romagna .xp_search_box .vertical .bootstrap-select .events-homepage .header .eventsearchbox.horizontal button:after,
.events-homepage .header .eventsearchbox.horizontal .motorcycle .operatori_search_box .vertical .bootstrap-select button:after,
.motorcycle .operatori_search_box .vertical .bootstrap-select .events-homepage .header .eventsearchbox.horizontal button:after,
.events-homepage .header .eventsearchbox.horizontal .motorcycle .xp_search_box .vertical .bootstrap-select button:after,
.motorcycle .xp_search_box .vertical .bootstrap-select .events-homepage .header .eventsearchbox.horizontal button:after,
.events-homepage .header .eventsearchbox.horizontal .sport .operatori_search_box .vertical .bootstrap-select button:after,
.sport .operatori_search_box .vertical .bootstrap-select .events-homepage .header .eventsearchbox.horizontal button:after,
.events-homepage .header .eventsearchbox.horizontal .sport .xp_search_box .vertical .bootstrap-select button:after,
.sport .xp_search_box .vertical .bootstrap-select .events-homepage .header .eventsearchbox.horizontal button:after,
.events-homepage .header .eventsearchbox.horizontal .fun .operatori_search_box .vertical .bootstrap-select button:after,
.fun .operatori_search_box .vertical .bootstrap-select .events-homepage .header .eventsearchbox.horizontal button:after,
.events-homepage .header .eventsearchbox.horizontal .fun .xp_search_box .vertical .bootstrap-select button:after,
.fun .xp_search_box .vertical .bootstrap-select .events-homepage .header .eventsearchbox.horizontal button:after,
.events-homepage .header .eventsearchbox.horizontal .wellness .operatori_search_box .vertical .bootstrap-select button:after,
.wellness .operatori_search_box .vertical .bootstrap-select .events-homepage .header .eventsearchbox.horizontal button:after,
.events-homepage .header .eventsearchbox.horizontal .wellness .xp_search_box .vertical .bootstrap-select button:after,
.wellness .xp_search_box .vertical .bootstrap-select .events-homepage .header .eventsearchbox.horizontal button:after,
.events-homepage .header .eventsearchbox.horizontal .empire .operatori_search_box .vertical .bootstrap-select button:after,
.empire .operatori_search_box .vertical .bootstrap-select .events-homepage .header .eventsearchbox.horizontal button:after,
.events-homepage .header .eventsearchbox.horizontal .empire .xp_search_box .vertical .bootstrap-select button:after,
.empire .xp_search_box .vertical .bootstrap-select .events-homepage .header .eventsearchbox.horizontal button:after,
.events-homepage .header .eventsearchbox.horizontal .bike .operatori_search_box .vertical .bootstrap-select button:after,
.bike .operatori_search_box .vertical .bootstrap-select .events-homepage .header .eventsearchbox.horizontal button:after,
.events-homepage .header .eventsearchbox.horizontal .bike .xp_search_box .vertical .bootstrap-select button:after,
.bike .xp_search_box .vertical .bootstrap-select .events-homepage .header .eventsearchbox.horizontal button:after,
.events-homepage .header .eventsearchbox.horizontal .castle .operatori_search_box .vertical .bootstrap-select button:after,
.castle .operatori_search_box .vertical .bootstrap-select .events-homepage .header .eventsearchbox.horizontal button:after,
.events-homepage .header .eventsearchbox.horizontal .castle .xp_search_box .vertical .bootstrap-select button:after,
.castle .xp_search_box .vertical .bootstrap-select .events-homepage .header .eventsearchbox.horizontal button:after,
.events-homepage .header .eventsearchbox.horizontal .culture .operatori_search_box .vertical .bootstrap-select button:after,
.culture .operatori_search_box .vertical .bootstrap-select .events-homepage .header .eventsearchbox.horizontal button:after,
.events-homepage .header .eventsearchbox.horizontal .culture .xp_search_box .vertical .bootstrap-select button:after,
.culture .xp_search_box .vertical .bootstrap-select .events-homepage .header .eventsearchbox.horizontal button:after,
.events-homepage .header .eventsearchbox.horizontal .romagna_autentica .operatori_search_box .vertical .bootstrap-select button:after,
.romagna_autentica .operatori_search_box .vertical .bootstrap-select .events-homepage .header .eventsearchbox.horizontal button:after,
.events-homepage .header .eventsearchbox.horizontal .romagna_autentica .xp_search_box .vertical .bootstrap-select button:after,
.romagna_autentica .xp_search_box .vertical .bootstrap-select .events-homepage .header .eventsearchbox.horizontal button:after,
.events-homepage .header .eventsearchbox.horizontal .nature .operatori_search_box .vertical .bootstrap-select button:after,
.nature .operatori_search_box .vertical .bootstrap-select .events-homepage .header .eventsearchbox.horizontal button:after,
.events-homepage .header .eventsearchbox.horizontal .nature .xp_search_box .vertical .bootstrap-select button:after,
.nature .xp_search_box .vertical .bootstrap-select .events-homepage .header .eventsearchbox.horizontal button:after,
.events-homepage .header .eventsearchbox.horizontal .food .operatori_search_box .vertical .bootstrap-select button:after,
.food .operatori_search_box .vertical .bootstrap-select .events-homepage .header .eventsearchbox.horizontal button:after,
.events-homepage .header .eventsearchbox.horizontal .food .xp_search_box .vertical .bootstrap-select button:after,
.food .xp_search_box .vertical .bootstrap-select .events-homepage .header .eventsearchbox.horizontal button:after,
.events-homepage .header .eventsearchbox.horizontal .beach .operatori_search_box .vertical .bootstrap-select button:after,
.beach .operatori_search_box .vertical .bootstrap-select .events-homepage .header .eventsearchbox.horizontal button:after,
.events-homepage .header .eventsearchbox.horizontal .beach .xp_search_box .vertical .bootstrap-select button:after,
.beach .xp_search_box .vertical .bootstrap-select .events-homepage .header .eventsearchbox.horizontal button:after,
.events-homepage .header .eventsearchbox.horizontal .rock .operatori_search_box .vertical .bootstrap-select button:after,
.rock .operatori_search_box .vertical .bootstrap-select .events-homepage .header .eventsearchbox.horizontal button:after,
.events-homepage .header .eventsearchbox.horizontal .rock .xp_search_box .vertical .bootstrap-select button:after,
.rock .xp_search_box .vertical .bootstrap-select .events-homepage .header .eventsearchbox.horizontal button:after,
.events-homepage .header .eventsearchbox.horizontal .booking .operatori_search_box .vertical .bootstrap-select button:after,
.booking .operatori_search_box .vertical .bootstrap-select .events-homepage .header .eventsearchbox.horizontal button:after,
.events-homepage .header .eventsearchbox.horizontal .booking .xp_search_box .vertical .bootstrap-select button:after,
.booking .xp_search_box .vertical .bootstrap-select .events-homepage .header .eventsearchbox.horizontal button:after,
.events-homepage .header .eventsearchbox.horizontal .odm .operatori_search_box .vertical .bootstrap-select button:after,
.odm .operatori_search_box .vertical .bootstrap-select .events-homepage .header .eventsearchbox.horizontal button:after,
.events-homepage .header .eventsearchbox.horizontal .odm .xp_search_box .vertical .bootstrap-select button:after,
.odm .xp_search_box .vertical .bootstrap-select .events-homepage .header .eventsearchbox.horizontal button:after,
.events-homepage .header .eventsearchbox.horizontal .meteo .operatori_search_box .vertical .bootstrap-select button:after,
.meteo .operatori_search_box .vertical .bootstrap-select .events-homepage .header .eventsearchbox.horizontal button:after,
.events-homepage .header .eventsearchbox.horizontal .meteo .xp_search_box .vertical .bootstrap-select button:after,
.meteo .xp_search_box .vertical .bootstrap-select .events-homepage .header .eventsearchbox.horizontal button:after,
.events-homepage .header .eventsearchbox.horizontal .iat .operatori_search_box .vertical .bootstrap-select button:after,
.iat .operatori_search_box .vertical .bootstrap-select .events-homepage .header .eventsearchbox.horizontal button:after,
.events-homepage .header .eventsearchbox.horizontal .iat .xp_search_box .vertical .bootstrap-select button:after,
.iat .xp_search_box .vertical .bootstrap-select .events-homepage .header .eventsearchbox.horizontal button:after,
.events-homepage .header .eventsearchbox.horizontal .news .operatori_search_box .vertical .bootstrap-select button:after,
.news .operatori_search_box .vertical .bootstrap-select .events-homepage .header .eventsearchbox.horizontal button:after,
.events-homepage .header .eventsearchbox.horizontal .news .xp_search_box .vertical .bootstrap-select button:after,
.news .xp_search_box .vertical .bootstrap-select .events-homepage .header .eventsearchbox.horizontal button:after,
.events-homepage .header .eventsearchbox.horizontal .esperienze .operatori_search_box .vertical .bootstrap-select button:after,
.esperienze .operatori_search_box .vertical .bootstrap-select .events-homepage .header .eventsearchbox.horizontal button:after,
.events-homepage .header .eventsearchbox.horizontal .esperienze .xp_search_box .vertical .bootstrap-select button:after,
.esperienze .xp_search_box .vertical .bootstrap-select .events-homepage .header .eventsearchbox.horizontal button:after,
.events-homepage .header .eventsearchbox.horizontal .pianifica .operatori_search_box .vertical .bootstrap-select button:after,
.pianifica .operatori_search_box .vertical .bootstrap-select .events-homepage .header .eventsearchbox.horizontal button:after,
.events-homepage .header .eventsearchbox.horizontal .pianifica .xp_search_box .vertical .bootstrap-select button:after,
.pianifica .xp_search_box .vertical .bootstrap-select .events-homepage .header .eventsearchbox.horizontal button:after,
.events-homepage .header .eventsearchbox.horizontal .eventi .operatori_search_box .vertical .bootstrap-select button:after,
.eventi .operatori_search_box .vertical .bootstrap-select .events-homepage .header .eventsearchbox.horizontal button:after,
.events-homepage .header .eventsearchbox.horizontal .eventi .xp_search_box .vertical .bootstrap-select button:after,
.eventi .xp_search_box .vertical .bootstrap-select .events-homepage .header .eventsearchbox.horizontal button:after,
.events-homepage .header .eventsearchbox.horizontal .idee .operatori_search_box .vertical .bootstrap-select button:after,
.idee .operatori_search_box .vertical .bootstrap-select .events-homepage .header .eventsearchbox.horizontal button:after,
.events-homepage .header .eventsearchbox.horizontal .idee .xp_search_box .vertical .bootstrap-select button:after,
.idee .xp_search_box .vertical .bootstrap-select .events-homepage .header .eventsearchbox.horizontal button:after,
.events-homepage .header .eventsearchbox.horizontal .scopri .operatori_search_box .vertical .bootstrap-select button:after,
.scopri .operatori_search_box .vertical .bootstrap-select .events-homepage .header .eventsearchbox.horizontal button:after,
.events-homepage .header .eventsearchbox.horizontal .scopri .xp_search_box .vertical .bootstrap-select button:after,
.scopri .xp_search_box .vertical .bootstrap-select .events-homepage .header .eventsearchbox.horizontal button:after,
.events-homepage .header .eventsearchbox.horizontal .eventsearchbox.vertical .bootstrap-select button:after,
.events-homepage .header .eventsearchbox.vertical .bootstrap-select .eventsearchbox.horizontal button:after,
.events-homepage .header .eventsearchbox.horizontal .control .bootstrap-select button:after {
  line-height: 2.2rem;
}

.events-homepage .header .eventsearchbox.horizontal button.collapsible {
  border: none;
  background-color: transparent;
  display: block;
  width: 100%;
  font-size: 1.6rem;
  color: #ffffff;
  letter-spacing: -0.41px;
  text-align: left;
  text-transform: uppercase;
  display: block;
}

.events-homepage .header .eventsearchbox.horizontal .control {
  padding: 0.5rem 1rem;
  height: 5rem;
  background-color: white;
  margin: 0.5rem;
}

.events-homepage .header .eventsearchbox.horizontal .control.btn-holder {
  min-width: 2rem;
  width: auto;
  padding: 0px;
}

.events-homepage .header .eventsearchbox.horizontal .control.btn-holder button {
  width: 100%;
  border: none;
  background-color: #233773;
  height: 100%;
  font-size: 1.6rem;
  color: #ffffff;
  letter-spacing: -0.41px;
  text-align: center;
  text-transform: uppercase;
  display: block;
  padding: 0px;
}

.events-homepage .header .eventsearchbox.horizontal .control .ert-dropdown {
  width: 100%;
}

.events-homepage .header .eventsearchbox.horizontal .control .ert-dropdown * {
  cursor: pointer;
}

.events-homepage .header .eventsearchbox.horizontal .control .ert-dropdown .ert-combo {
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
  display: block;
  text-align: left;
}

.events-homepage .header .eventsearchbox.horizontal .control .ert-dropdown .ert-combo::after {
  border: none;
}

.events-homepage .header .eventsearchbox.horizontal .control .ert-dropdown .ert-combo i {
  transition: 500ms ease;
  transform: rotate(0);
  position: absolute;
  top: 2.25rem;
  right: 15px;
}

.events-homepage .header .eventsearchbox.horizontal .control .ert-dropdown .ert-combo .button {
  padding: 0px;
}

.events-homepage .header .eventsearchbox.horizontal .control .ert-dropdown.show .ert-combo i {
  transform: rotate(180deg);
}

.events-homepage .header .eventsearchbox.horizontal .control .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: auto;
}

.events-homepage .header .eventsearchbox.horizontal .control .bootstrap-select {
  margin-top: -1px;
}

.events-homepage .header .eventsearchbox.horizontal .control .bootstrap-select .filter-option-inner-inner {
  line-height: 5rem;
}

.events-homepage .header .eventsearchbox.horizontal .control .bootstrap-select *:focus {
  box-shadow: none important;
}

.events-homepage .header .eventsearchbox.horizontal .control .bootstrap-select button {
  padding: 0px;
  font-size: 1.5rem;
  background: #ffffff;
  color: #848484;
  letter-spacing: 0.3px;
  border: none;
  border-radius: 0;
}

.events-homepage .header .eventsearchbox.horizontal .control .bootstrap-select button:after {
  content: "\F078";
  border: none;
}

.events-homepage .header .eventsearchbox.horizontal .control .bootstrap-select .dropdown-menu {
  width: 100% !important;
  border: none;
  border-radius: 0;
  box-shadow: 0px 2px 2px 0px #a9a9a970;
  border-top: 1px solid #a9a9a970;
}

.events-homepage .header .eventsearchbox.horizontal .control .bootstrap-select .dropdown-menu.inner.show {
  border-top: none;
}

.events-homepage .header .eventsearchbox.horizontal .control .bootstrap-select .dropdown-menu .dropdown-item {
  font-size: 1.5rem;
  line-height: 4rem;
}

.events-homepage .header .eventsearchbox.horizontal .control .bootstrap-select .dropdown-menu .dropdown-item:active,
.events-homepage .header .eventsearchbox.horizontal .control .bootstrap-select .dropdown-menu .dropdown-item.active {
  background-color: #2F4A9A;
}

.events-homepage .header .eventsearchbox.horizontal .control label {
  background: #ffffff;
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
  line-height: 2.4rem;
  margin-bottom: 0px;
  margin-right: 0.5rem;
}

@media (max-width: 768px) {
  .events-homepage .header .eventsearchbox.horizontal .control label {
    min-width: 6.2rem;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .events-homepage .header .eventsearchbox.horizontal .control label {
    display: none;
  }
}

.events-homepage .header .eventsearchbox.horizontal .control .flatpickr-mobile.form-control {
  padding: 1px 0;
}

.events-homepage .header .eventsearchbox.horizontal .control input[type=text],
.events-homepage .header .eventsearchbox.horizontal .control input[type=date] {
  border: none;
  font-size: 1.5rem;
  border-radius: 0;
  background-color: white;
  border-bottom: 1px solid #495057;
  min-width: 0;
  height: auto;
}

.events-homepage .header .eventsearchbox.horizontal .control input[type=text]:focus,
.events-homepage .header .eventsearchbox.horizontal .control input[type=date]:focus {
  box-shadow: none;
}

.events-homepage .header .eventsearchbox.vertical {
  max-width: 30rem;
  z-index: 10;
  position: relative;
  height: 4.4rem;
  margin: 0 auto;
}

.events-homepage .header .eventsearchbox.vertical button.collapsible {
  border: none;
  background-color: transparent;
  display: block;
  position: absolute;
  width: 100%;
}

.events-homepage .header .eventsearchbox.vertical .dropbutton {
  display: none;
}

.events-homepage .header .eventsearchbox.vertical .dropbutton.collapsed {
  display: block;
}

.events-homepage .header .eventsearchbox.vertical #collapse-events {
  padding: 1.8rem;
  font-size: 1.6rem;
}

.events-homepage .header .eventsearchbox.vertical .fa-chevron-up {
  text-align: right;
  line-height: 4rem;
  color: white;
  margin-bottom: 1.8rem;
}

.events-homepage .header .eventsearchbox.vertical .form-group {
  background: #ffffff;
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
}

.events-homepage .header .eventsearchbox.vertical .form-group .col-form-label {
  line-height: 5rem;
}

.events-homepage .header .eventsearchbox.vertical .ert-text {
  border: none;
  font-size: 1.5rem;
  height: 60px;
  border-radius: 0;
  background-color: white;
}

.events-homepage .header .eventsearchbox.vertical .ert-text.line {
  border-bottom: 1px solid #495057;
  height: auto;
  margin-top: 14px;
}

.events-homepage .header .eventsearchbox.vertical .ert-text:focus {
  box-shadow: none;
}

.events-homepage .header .eventsearchbox.vertical button.search {
  border: none;
  position: absolute;
  bottom: -10rem;
  left: 5%;
  right: 5%;
  width: 90%;
  line-height: 4.4rem;
}

.events-homepage .header .eventsearchbox.vertical .datepicker-holder {
  padding-right: 0px;
}

.events-homepage .header .eventsearchbox.vertical .datepicker-holder * {
  cursor: pointer;
}

.events-homepage .header .eventsearchbox.vertical .datepicker-holder input[type=date]::-webkit-calendar-picker-indicator {
  width: 1.2rem;
  height: 0.7rem;
  -webkit-mask: url(/images/caret.svg);
          mask: url(/images/caret.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  -webkit-transition: 500ms ease;
  transition: 500ms ease;
  background-color: #686868;
}

.events-homepage .header .eventsearchbox.vertical .datepicker-holder .flatpickr-calendar.static {
  margin-left: -193px;
  margin-top: -184px;
  left: 50%;
  top: 50%;
}

.events-homepage .header .eventsearchbox.vertical .datepicker-holder .flatpickr-calendar.static.arrowBottom:after {
  display: none;
}

.events-homepage .header .eventsearchbox.vertical .datepicker-holder .flatpickr-calendar.static.arrowBottom:before {
  display: none;
}

.events-homepage .header .eventsearchbox.vertical .datepicker-holder .flatpickr-months .flatpickr-month {
  height: 32px;
}

.events-homepage .header .eventsearchbox.vertical .ert-dropdown * {
  cursor: pointer;
}

.events-homepage .header .eventsearchbox.vertical .ert-dropdown .ert-combo {
  background: #ffffff;
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
  line-height: 5rem;
  display: block;
  width: 100%;
  height: 60px;
  text-align: left;
}

.events-homepage .header .eventsearchbox.vertical .ert-dropdown .ert-combo::after {
  border: none;
}

.events-homepage .header .eventsearchbox.vertical .ert-dropdown .ert-combo i {
  transition: 500ms ease;
  transform: rotate(0);
  position: absolute;
  top: 2.25rem;
  right: 15px;
}

.events-homepage .header .eventsearchbox.vertical .ert-dropdown .ert-combo .button {
  padding: 0px;
}

.events-homepage .header .eventsearchbox.vertical .ert-dropdown .dropdown-menu {
  width: 100% !important;
  border: none;
  border-radius: 0;
  box-shadow: 0px 2px 2px 0px #a9a9a970;
  border-top: 1px solid #a9a9a970;
}

.events-homepage .header .eventsearchbox.vertical .ert-dropdown .dropdown-menu .dropdown-item {
  font-size: 1.5rem;
  line-height: 4rem;
}

.events-homepage .header .eventsearchbox.vertical .ert-dropdown .dropdown-menu .dropdown-item:active {
  background-color: #2F4A9A;
}

.events-homepage .header .eventsearchbox.vertical .ert-dropdown.show .ert-combo i {
  transform: rotate(180deg);
}

.events-homepage .header .eventsearchbox.vertical .bootstrap-select button {
  font-size: 1.5rem;
  color: #848484;
  letter-spacing: 0.3px;
  border: none;
  font-size: 1.5rem;
  border-radius: 0;
  background-color: white;
}

.events-homepage .header .eventsearchbox.vertical .bootstrap-select button:after {
  content: "\F078";
  border: none;
}

.events-homepage .header .eventsearchbox.vertical .bootstrap-select .dropdown-menu {
  width: 100% !important;
  border: none;
  border-radius: 0;
  box-shadow: 0px 2px 2px 0px #a9a9a970;
  border-top: 1px solid #a9a9a970;
}

.events-homepage .header .eventsearchbox.vertical .bootstrap-select .dropdown-menu .dropdown-item {
  font-size: 1.5rem;
  line-height: 4rem;
}

.events-homepage .header .eventsearchbox.vertical .bootstrap-select .dropdown-menu .dropdown-item:active,
.events-homepage .header .eventsearchbox.vertical .bootstrap-select .dropdown-menu .dropdown-item.active {
  background-color: #2F4A9A;
}

.events-homepage .header .eventsearchbox.vertical .btn-er,
.events-homepage .header .eventsearchbox.vertical .instagram .instabutton div span,
.instagram .instabutton div .events-homepage .header .eventsearchbox.vertical span {
  margin-top: 18px;
}

.events-homepage .header .eventsearchbox.vertical .btn-er .fa-chevron-down,
.events-homepage .header .eventsearchbox.vertical .instagram .instabutton div span .fa-chevron-down,
.instagram .instabutton div .events-homepage .header .eventsearchbox.vertical span .fa-chevron-down {
  float: right;
  line-height: 4rem;
}

.events-homepage .body {
  padding: 4.1rem 2.1rem 2.1rem 2.1rem;
}

.events-homepage .body h2 {
  font-size: 2.4rem;
  color: #000000;
  letter-spacing: -0.82px;
  line-height: 3rem;
  margin-bottom: 2.8rem;
}

.events-page .header {
  padding: 6.4rem 0rem 2.1rem 0rem;
}

.events-page .header h2 {
  font-size: 3.4rem;
  color: #000000;
  letter-spacing: -0.82px;
  line-height: 4rem;
  margin-bottom: 0.8rem;
  text-transform: uppercase;
}

.events-page .header h3 {
  font-size: 2.8rem;
  color: #000000;
  letter-spacing: -0.68px;
  text-align: center;
  line-height: 40px;
  margin-bottom: 2.8rem;
}

.events-page .header .eventsearchbox.horizontal {
  padding: 1rem;
  background-color: #2F4A9A;
  font-size: 1.6rem;
}

.events-page .header .eventsearchbox.horizontal.collapsed {
  border-radius: 2px;
  box-shadow: -1px 0 3px 0 rgba(0, 0, 0, 0.25);
}

.events-page .header .eventsearchbox.horizontal .fa,
.events-page .header .eventsearchbox.horizontal .search .searchearchbox.vertical .bootstrap-select button:after,
.search .searchearchbox.vertical .bootstrap-select .events-page .header .eventsearchbox.horizontal button:after,
.events-page .header .eventsearchbox.horizontal .search .searchearchbox.horizontal .control .bootstrap-select button:after,
.search .searchearchbox.horizontal .control .bootstrap-select .events-page .header .eventsearchbox.horizontal button:after,
.events-page .header .eventsearchbox.horizontal .downloads .downloadsearchbox.vertical .bootstrap-select button:after,
.downloads .downloadsearchbox.vertical .bootstrap-select .events-page .header .eventsearchbox.horizontal button:after,
.events-page .header .eventsearchbox.horizontal .downloads .downloadsearchbox.horizontal .control .bootstrap-select button:after,
.downloads .downloadsearchbox.horizontal .control .bootstrap-select .events-page .header .eventsearchbox.horizontal button:after,
.events-page .header .eventsearchbox.horizontal .localita #searchbox-app .bootstrap-select button:after,
.localita #searchbox-app .bootstrap-select .events-page .header .eventsearchbox.horizontal button:after,
.events-page .header .eventsearchbox.horizontal .itinerari .searchbox .control .bootstrap-select button:after,
.itinerari .searchbox .control .bootstrap-select .events-page .header .eventsearchbox.horizontal button:after,
.events-page .header .eventsearchbox.horizontal .itinerari .searchbox.horizontal .control .bootstrap-select button:after,
.itinerari .searchbox.horizontal .control .bootstrap-select .events-page .header .eventsearchbox.horizontal button:after,
.events-page .header .eventsearchbox.horizontal .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .vertical .bootstrap-select .events-page .header .eventsearchbox.horizontal button:after,
.events-page .header .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .eventsearchbox.horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .events-page .header .eventsearchbox.horizontal .control .bootstrap-select button:after,
.events-page .header .eventsearchbox.horizontal .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .vertical .bootstrap-select .events-page .header .eventsearchbox.horizontal button:after,
.events-page .header .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .eventsearchbox.horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .events-page .header .eventsearchbox.horizontal .control .bootstrap-select button:after,
.events-page .header .eventsearchbox.horizontal .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .vertical .bootstrap-select .events-page .header .eventsearchbox.horizontal button:after,
.events-page .header .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .eventsearchbox.horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .events-page .header .eventsearchbox.horizontal .control .bootstrap-select button:after,
.events-page .header .eventsearchbox.horizontal .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .vertical .bootstrap-select .events-page .header .eventsearchbox.horizontal button:after,
.events-page .header .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .eventsearchbox.horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .events-page .header .eventsearchbox.horizontal .control .bootstrap-select button:after,
.events-page .header .eventsearchbox.horizontal .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .vertical .bootstrap-select .events-page .header .eventsearchbox.horizontal button:after,
.events-page .header .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .eventsearchbox.horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .events-page .header .eventsearchbox.horizontal .control .bootstrap-select button:after,
.events-page .header .eventsearchbox.horizontal .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .vertical .bootstrap-select .events-page .header .eventsearchbox.horizontal button:after,
.events-page .header .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .eventsearchbox.horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .events-page .header .eventsearchbox.horizontal .control .bootstrap-select button:after,
.events-page .header .eventsearchbox.horizontal .romagna-craft .operatori_search_box .vertical .bootstrap-select button:after,
.romagna-craft .operatori_search_box .vertical .bootstrap-select .events-page .header .eventsearchbox.horizontal button:after,
.events-page .header .romagna-craft .operatori_search_box .eventsearchbox.horizontal .control .bootstrap-select button:after,
.romagna-craft .operatori_search_box .events-page .header .eventsearchbox.horizontal .control .bootstrap-select button:after,
.events-page .header .eventsearchbox.horizontal .romagna-craft .xp_search_box .vertical .bootstrap-select button:after,
.romagna-craft .xp_search_box .vertical .bootstrap-select .events-page .header .eventsearchbox.horizontal button:after,
.events-page .header .romagna-craft .xp_search_box .eventsearchbox.horizontal .control .bootstrap-select button:after,
.romagna-craft .xp_search_box .events-page .header .eventsearchbox.horizontal .control .bootstrap-select button:after,
.events-page .header .eventsearchbox.horizontal .spass .operatori_search_box .vertical .bootstrap-select button:after,
.spass .operatori_search_box .vertical .bootstrap-select .events-page .header .eventsearchbox.horizontal button:after,
.events-page .header .spass .operatori_search_box .eventsearchbox.horizontal .control .bootstrap-select button:after,
.spass .operatori_search_box .events-page .header .eventsearchbox.horizontal .control .bootstrap-select button:after,
.events-page .header .eventsearchbox.horizontal .spass .xp_search_box .vertical .bootstrap-select button:after,
.spass .xp_search_box .vertical .bootstrap-select .events-page .header .eventsearchbox.horizontal button:after,
.events-page .header .spass .xp_search_box .eventsearchbox.horizontal .control .bootstrap-select button:after,
.spass .xp_search_box .events-page .header .eventsearchbox.horizontal .control .bootstrap-select button:after,
.events-page .header .eventsearchbox.horizontal .natur .operatori_search_box .vertical .bootstrap-select button:after,
.natur .operatori_search_box .vertical .bootstrap-select .events-page .header .eventsearchbox.horizontal button:after,
.events-page .header .natur .operatori_search_box .eventsearchbox.horizontal .control .bootstrap-select button:after,
.natur .operatori_search_box .events-page .header .eventsearchbox.horizontal .control .bootstrap-select button:after,
.events-page .header .eventsearchbox.horizontal .natur .xp_search_box .vertical .bootstrap-select button:after,
.natur .xp_search_box .vertical .bootstrap-select .events-page .header .eventsearchbox.horizontal button:after,
.events-page .header .natur .xp_search_box .eventsearchbox.horizontal .control .bootstrap-select button:after,
.natur .xp_search_box .events-page .header .eventsearchbox.horizontal .control .bootstrap-select button:after,
.events-page .header .eventsearchbox.horizontal .kultur .operatori_search_box .vertical .bootstrap-select button:after,
.kultur .operatori_search_box .vertical .bootstrap-select .events-page .header .eventsearchbox.horizontal button:after,
.events-page .header .kultur .operatori_search_box .eventsearchbox.horizontal .control .bootstrap-select button:after,
.kultur .operatori_search_box .events-page .header .eventsearchbox.horizontal .control .bootstrap-select button:after,
.events-page .header .eventsearchbox.horizontal .kultur .xp_search_box .vertical .bootstrap-select button:after,
.kultur .xp_search_box .vertical .bootstrap-select .events-page .header .eventsearchbox.horizontal button:after,
.events-page .header .kultur .xp_search_box .eventsearchbox.horizontal .control .bootstrap-select button:after,
.kultur .xp_search_box .events-page .header .eventsearchbox.horizontal .control .bootstrap-select button:after,
.events-page .header .eventsearchbox.horizontal .pet .operatori_search_box .vertical .bootstrap-select button:after,
.pet .operatori_search_box .vertical .bootstrap-select .events-page .header .eventsearchbox.horizontal button:after,
.events-page .header .pet .operatori_search_box .eventsearchbox.horizontal .control .bootstrap-select button:after,
.pet .operatori_search_box .events-page .header .eventsearchbox.horizontal .control .bootstrap-select button:after,
.events-page .header .eventsearchbox.horizontal .pet .xp_search_box .vertical .bootstrap-select button:after,
.pet .xp_search_box .vertical .bootstrap-select .events-page .header .eventsearchbox.horizontal button:after,
.events-page .header .pet .xp_search_box .eventsearchbox.horizontal .control .bootstrap-select button:after,
.pet .xp_search_box .events-page .header .eventsearchbox.horizontal .control .bootstrap-select button:after,
.events-page .header .eventsearchbox.horizontal .default .operatori_search_box .vertical .bootstrap-select button:after,
.default .operatori_search_box .vertical .bootstrap-select .events-page .header .eventsearchbox.horizontal button:after,
.events-page .header .default .operatori_search_box .eventsearchbox.horizontal .control .bootstrap-select button:after,
.default .operatori_search_box .events-page .header .eventsearchbox.horizontal .control .bootstrap-select button:after,
.events-page .header .eventsearchbox.horizontal .default .xp_search_box .vertical .bootstrap-select button:after,
.default .xp_search_box .vertical .bootstrap-select .events-page .header .eventsearchbox.horizontal button:after,
.events-page .header .default .xp_search_box .eventsearchbox.horizontal .control .bootstrap-select button:after,
.default .xp_search_box .events-page .header .eventsearchbox.horizontal .control .bootstrap-select button:after,
.events-page .header .eventsearchbox.horizontal .liscio .operatori_search_box .vertical .bootstrap-select button:after,
.liscio .operatori_search_box .vertical .bootstrap-select .events-page .header .eventsearchbox.horizontal button:after,
.events-page .header .liscio .operatori_search_box .eventsearchbox.horizontal .control .bootstrap-select button:after,
.liscio .operatori_search_box .events-page .header .eventsearchbox.horizontal .control .bootstrap-select button:after,
.events-page .header .eventsearchbox.horizontal .liscio .xp_search_box .vertical .bootstrap-select button:after,
.liscio .xp_search_box .vertical .bootstrap-select .events-page .header .eventsearchbox.horizontal button:after,
.events-page .header .liscio .xp_search_box .eventsearchbox.horizontal .control .bootstrap-select button:after,
.liscio .xp_search_box .events-page .header .eventsearchbox.horizontal .control .bootstrap-select button:after,
.events-page .header .eventsearchbox.horizontal .romagna .operatori_search_box .vertical .bootstrap-select button:after,
.romagna .operatori_search_box .vertical .bootstrap-select .events-page .header .eventsearchbox.horizontal button:after,
.events-page .header .eventsearchbox.horizontal .romagna .xp_search_box .vertical .bootstrap-select button:after,
.romagna .xp_search_box .vertical .bootstrap-select .events-page .header .eventsearchbox.horizontal button:after,
.events-page .header .eventsearchbox.horizontal .motorcycle .operatori_search_box .vertical .bootstrap-select button:after,
.motorcycle .operatori_search_box .vertical .bootstrap-select .events-page .header .eventsearchbox.horizontal button:after,
.events-page .header .eventsearchbox.horizontal .motorcycle .xp_search_box .vertical .bootstrap-select button:after,
.motorcycle .xp_search_box .vertical .bootstrap-select .events-page .header .eventsearchbox.horizontal button:after,
.events-page .header .eventsearchbox.horizontal .sport .operatori_search_box .vertical .bootstrap-select button:after,
.sport .operatori_search_box .vertical .bootstrap-select .events-page .header .eventsearchbox.horizontal button:after,
.events-page .header .eventsearchbox.horizontal .sport .xp_search_box .vertical .bootstrap-select button:after,
.sport .xp_search_box .vertical .bootstrap-select .events-page .header .eventsearchbox.horizontal button:after,
.events-page .header .eventsearchbox.horizontal .fun .operatori_search_box .vertical .bootstrap-select button:after,
.fun .operatori_search_box .vertical .bootstrap-select .events-page .header .eventsearchbox.horizontal button:after,
.events-page .header .eventsearchbox.horizontal .fun .xp_search_box .vertical .bootstrap-select button:after,
.fun .xp_search_box .vertical .bootstrap-select .events-page .header .eventsearchbox.horizontal button:after,
.events-page .header .eventsearchbox.horizontal .wellness .operatori_search_box .vertical .bootstrap-select button:after,
.wellness .operatori_search_box .vertical .bootstrap-select .events-page .header .eventsearchbox.horizontal button:after,
.events-page .header .eventsearchbox.horizontal .wellness .xp_search_box .vertical .bootstrap-select button:after,
.wellness .xp_search_box .vertical .bootstrap-select .events-page .header .eventsearchbox.horizontal button:after,
.events-page .header .eventsearchbox.horizontal .empire .operatori_search_box .vertical .bootstrap-select button:after,
.empire .operatori_search_box .vertical .bootstrap-select .events-page .header .eventsearchbox.horizontal button:after,
.events-page .header .eventsearchbox.horizontal .empire .xp_search_box .vertical .bootstrap-select button:after,
.empire .xp_search_box .vertical .bootstrap-select .events-page .header .eventsearchbox.horizontal button:after,
.events-page .header .eventsearchbox.horizontal .bike .operatori_search_box .vertical .bootstrap-select button:after,
.bike .operatori_search_box .vertical .bootstrap-select .events-page .header .eventsearchbox.horizontal button:after,
.events-page .header .eventsearchbox.horizontal .bike .xp_search_box .vertical .bootstrap-select button:after,
.bike .xp_search_box .vertical .bootstrap-select .events-page .header .eventsearchbox.horizontal button:after,
.events-page .header .eventsearchbox.horizontal .castle .operatori_search_box .vertical .bootstrap-select button:after,
.castle .operatori_search_box .vertical .bootstrap-select .events-page .header .eventsearchbox.horizontal button:after,
.events-page .header .eventsearchbox.horizontal .castle .xp_search_box .vertical .bootstrap-select button:after,
.castle .xp_search_box .vertical .bootstrap-select .events-page .header .eventsearchbox.horizontal button:after,
.events-page .header .eventsearchbox.horizontal .culture .operatori_search_box .vertical .bootstrap-select button:after,
.culture .operatori_search_box .vertical .bootstrap-select .events-page .header .eventsearchbox.horizontal button:after,
.events-page .header .eventsearchbox.horizontal .culture .xp_search_box .vertical .bootstrap-select button:after,
.culture .xp_search_box .vertical .bootstrap-select .events-page .header .eventsearchbox.horizontal button:after,
.events-page .header .eventsearchbox.horizontal .romagna_autentica .operatori_search_box .vertical .bootstrap-select button:after,
.romagna_autentica .operatori_search_box .vertical .bootstrap-select .events-page .header .eventsearchbox.horizontal button:after,
.events-page .header .eventsearchbox.horizontal .romagna_autentica .xp_search_box .vertical .bootstrap-select button:after,
.romagna_autentica .xp_search_box .vertical .bootstrap-select .events-page .header .eventsearchbox.horizontal button:after,
.events-page .header .eventsearchbox.horizontal .nature .operatori_search_box .vertical .bootstrap-select button:after,
.nature .operatori_search_box .vertical .bootstrap-select .events-page .header .eventsearchbox.horizontal button:after,
.events-page .header .eventsearchbox.horizontal .nature .xp_search_box .vertical .bootstrap-select button:after,
.nature .xp_search_box .vertical .bootstrap-select .events-page .header .eventsearchbox.horizontal button:after,
.events-page .header .eventsearchbox.horizontal .food .operatori_search_box .vertical .bootstrap-select button:after,
.food .operatori_search_box .vertical .bootstrap-select .events-page .header .eventsearchbox.horizontal button:after,
.events-page .header .eventsearchbox.horizontal .food .xp_search_box .vertical .bootstrap-select button:after,
.food .xp_search_box .vertical .bootstrap-select .events-page .header .eventsearchbox.horizontal button:after,
.events-page .header .eventsearchbox.horizontal .beach .operatori_search_box .vertical .bootstrap-select button:after,
.beach .operatori_search_box .vertical .bootstrap-select .events-page .header .eventsearchbox.horizontal button:after,
.events-page .header .eventsearchbox.horizontal .beach .xp_search_box .vertical .bootstrap-select button:after,
.beach .xp_search_box .vertical .bootstrap-select .events-page .header .eventsearchbox.horizontal button:after,
.events-page .header .eventsearchbox.horizontal .rock .operatori_search_box .vertical .bootstrap-select button:after,
.rock .operatori_search_box .vertical .bootstrap-select .events-page .header .eventsearchbox.horizontal button:after,
.events-page .header .eventsearchbox.horizontal .rock .xp_search_box .vertical .bootstrap-select button:after,
.rock .xp_search_box .vertical .bootstrap-select .events-page .header .eventsearchbox.horizontal button:after,
.events-page .header .eventsearchbox.horizontal .booking .operatori_search_box .vertical .bootstrap-select button:after,
.booking .operatori_search_box .vertical .bootstrap-select .events-page .header .eventsearchbox.horizontal button:after,
.events-page .header .eventsearchbox.horizontal .booking .xp_search_box .vertical .bootstrap-select button:after,
.booking .xp_search_box .vertical .bootstrap-select .events-page .header .eventsearchbox.horizontal button:after,
.events-page .header .eventsearchbox.horizontal .odm .operatori_search_box .vertical .bootstrap-select button:after,
.odm .operatori_search_box .vertical .bootstrap-select .events-page .header .eventsearchbox.horizontal button:after,
.events-page .header .eventsearchbox.horizontal .odm .xp_search_box .vertical .bootstrap-select button:after,
.odm .xp_search_box .vertical .bootstrap-select .events-page .header .eventsearchbox.horizontal button:after,
.events-page .header .eventsearchbox.horizontal .meteo .operatori_search_box .vertical .bootstrap-select button:after,
.meteo .operatori_search_box .vertical .bootstrap-select .events-page .header .eventsearchbox.horizontal button:after,
.events-page .header .eventsearchbox.horizontal .meteo .xp_search_box .vertical .bootstrap-select button:after,
.meteo .xp_search_box .vertical .bootstrap-select .events-page .header .eventsearchbox.horizontal button:after,
.events-page .header .eventsearchbox.horizontal .iat .operatori_search_box .vertical .bootstrap-select button:after,
.iat .operatori_search_box .vertical .bootstrap-select .events-page .header .eventsearchbox.horizontal button:after,
.events-page .header .eventsearchbox.horizontal .iat .xp_search_box .vertical .bootstrap-select button:after,
.iat .xp_search_box .vertical .bootstrap-select .events-page .header .eventsearchbox.horizontal button:after,
.events-page .header .eventsearchbox.horizontal .news .operatori_search_box .vertical .bootstrap-select button:after,
.news .operatori_search_box .vertical .bootstrap-select .events-page .header .eventsearchbox.horizontal button:after,
.events-page .header .eventsearchbox.horizontal .news .xp_search_box .vertical .bootstrap-select button:after,
.news .xp_search_box .vertical .bootstrap-select .events-page .header .eventsearchbox.horizontal button:after,
.events-page .header .eventsearchbox.horizontal .esperienze .operatori_search_box .vertical .bootstrap-select button:after,
.esperienze .operatori_search_box .vertical .bootstrap-select .events-page .header .eventsearchbox.horizontal button:after,
.events-page .header .eventsearchbox.horizontal .esperienze .xp_search_box .vertical .bootstrap-select button:after,
.esperienze .xp_search_box .vertical .bootstrap-select .events-page .header .eventsearchbox.horizontal button:after,
.events-page .header .eventsearchbox.horizontal .pianifica .operatori_search_box .vertical .bootstrap-select button:after,
.pianifica .operatori_search_box .vertical .bootstrap-select .events-page .header .eventsearchbox.horizontal button:after,
.events-page .header .eventsearchbox.horizontal .pianifica .xp_search_box .vertical .bootstrap-select button:after,
.pianifica .xp_search_box .vertical .bootstrap-select .events-page .header .eventsearchbox.horizontal button:after,
.events-page .header .eventsearchbox.horizontal .eventi .operatori_search_box .vertical .bootstrap-select button:after,
.eventi .operatori_search_box .vertical .bootstrap-select .events-page .header .eventsearchbox.horizontal button:after,
.events-page .header .eventsearchbox.horizontal .eventi .xp_search_box .vertical .bootstrap-select button:after,
.eventi .xp_search_box .vertical .bootstrap-select .events-page .header .eventsearchbox.horizontal button:after,
.events-page .header .eventsearchbox.horizontal .idee .operatori_search_box .vertical .bootstrap-select button:after,
.idee .operatori_search_box .vertical .bootstrap-select .events-page .header .eventsearchbox.horizontal button:after,
.events-page .header .eventsearchbox.horizontal .idee .xp_search_box .vertical .bootstrap-select button:after,
.idee .xp_search_box .vertical .bootstrap-select .events-page .header .eventsearchbox.horizontal button:after,
.events-page .header .eventsearchbox.horizontal .scopri .operatori_search_box .vertical .bootstrap-select button:after,
.scopri .operatori_search_box .vertical .bootstrap-select .events-page .header .eventsearchbox.horizontal button:after,
.events-page .header .eventsearchbox.horizontal .scopri .xp_search_box .vertical .bootstrap-select button:after,
.scopri .xp_search_box .vertical .bootstrap-select .events-page .header .eventsearchbox.horizontal button:after,
.events-page .header .eventsearchbox.horizontal .eventsearchbox.vertical .bootstrap-select button:after,
.events-page .header .eventsearchbox.vertical .bootstrap-select .eventsearchbox.horizontal button:after,
.events-page .header .eventsearchbox.horizontal .control .bootstrap-select button:after {
  line-height: 2.2rem;
}

.events-page .header .eventsearchbox.horizontal button.collapsible {
  border: none;
  background-color: transparent;
  display: block;
  width: 100%;
  font-size: 1.6rem;
  color: #ffffff;
  letter-spacing: -0.41px;
  text-align: left;
  text-transform: uppercase;
  display: block;
}

.events-page .header .eventsearchbox.horizontal .control {
  padding: 0.5rem 1rem;
  height: 5rem;
  background-color: white;
  margin: 0.5rem;
}

.events-page .header .eventsearchbox.horizontal .control.btn-holder {
  min-width: 2rem;
  width: auto;
  padding: 0px;
}

.events-page .header .eventsearchbox.horizontal .control.btn-holder button {
  width: 100%;
  border: none;
  background-color: #233773;
  height: 100%;
  font-size: 1.6rem;
  color: #ffffff;
  letter-spacing: -0.41px;
  text-align: center;
  text-transform: uppercase;
  display: block;
  padding: 0px;
}

.events-page .header .eventsearchbox.horizontal .control .ert-dropdown {
  width: 100%;
}

.events-page .header .eventsearchbox.horizontal .control .ert-dropdown * {
  cursor: pointer;
}

.events-page .header .eventsearchbox.horizontal .control .ert-dropdown .ert-combo {
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
  display: block;
  text-align: left;
}

.events-page .header .eventsearchbox.horizontal .control .ert-dropdown .ert-combo::after {
  border: none;
}

.events-page .header .eventsearchbox.horizontal .control .ert-dropdown .ert-combo i {
  transition: 500ms ease;
  transform: rotate(0);
  position: absolute;
  top: 2.25rem;
  right: 15px;
}

.events-page .header .eventsearchbox.horizontal .control .ert-dropdown .ert-combo .button {
  padding: 0px;
}

.events-page .header .eventsearchbox.horizontal .control .ert-dropdown.show .ert-combo i {
  transform: rotate(180deg);
}

.events-page .header .eventsearchbox.horizontal .control .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: auto;
}

.events-page .header .eventsearchbox.horizontal .control .bootstrap-select {
  margin-top: -1px;
}

.events-page .header .eventsearchbox.horizontal .control .bootstrap-select button {
  padding: 0px;
  font-size: 1.5rem;
  background: #ffffff;
  color: #848484;
  letter-spacing: 0.3px;
  border: none;
  border-radius: 0;
}

.events-page .header .eventsearchbox.horizontal .control .bootstrap-select button:after {
  content: "\F078";
  border: none;
}

.events-page .header .eventsearchbox.horizontal .control .bootstrap-select .dropdown-menu {
  width: 100% !important;
  border: none;
  border-radius: 0;
  box-shadow: 0px 2px 2px 0px #a9a9a970;
  border-top: 1px solid #a9a9a970;
}

.events-page .header .eventsearchbox.horizontal .control .bootstrap-select .dropdown-menu.inner.show {
  border-top: none;
}

.events-page .header .eventsearchbox.horizontal .control .bootstrap-select .dropdown-menu .dropdown-item {
  font-size: 1.5rem;
  line-height: 4rem;
}

.events-page .header .eventsearchbox.horizontal .control .bootstrap-select .dropdown-menu .dropdown-item:active,
.events-page .header .eventsearchbox.horizontal .control .bootstrap-select .dropdown-menu .dropdown-item.active {
  background-color: #2F4A9A;
}

.events-page .header .eventsearchbox.horizontal .control label {
  background: #ffffff;
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
  line-height: 2.4rem;
  margin-bottom: 0px;
  margin-right: 0.5rem;
}

@media (max-width: 768px) {
  .events-page .header .eventsearchbox.horizontal .control label {
    min-width: 6.2rem;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .events-page .header .eventsearchbox.horizontal .control label {
    display: none;
  }
}

.events-page .header .eventsearchbox.horizontal .control .flatpickr-mobile.form-control {
  padding: 1px 0;
}

.events-page .header .eventsearchbox.horizontal .control input[type=text],
.events-page .header .eventsearchbox.horizontal .control input[type=date] {
  border: none;
  font-size: 1.5rem;
  border-radius: 0;
  background-color: white;
  border-bottom: 1px solid #495057;
  min-width: 0;
  height: auto;
}

.events-page .header .eventsearchbox.horizontal .control input[type=text]:focus,
.events-page .header .eventsearchbox.horizontal .control input[type=date]:focus {
  box-shadow: none;
}

.events-page .header .eventsearchbox.vertical button.collapsible {
  border: none;
  background-color: transparent;
  display: block;
  width: 100%;
}

.events-page .header .eventsearchbox.vertical .dropbutton {
  display: none;
}

.events-page .header .eventsearchbox.vertical .dropbutton.collapsed {
  display: block;
}

.events-page .header .eventsearchbox.vertical #collapse-events {
  padding: 1.8rem;
  padding-bottom: 6.3rem;
  font-size: 1.6rem;
}

.events-page .header .eventsearchbox.vertical .fa-chevron-up {
  text-align: right;
  line-height: 4rem;
  color: white;
  margin-bottom: 1.8rem;
}

.events-page .header .eventsearchbox.vertical .form-group {
  background: #ffffff;
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
}

.events-page .header .eventsearchbox.vertical .form-group .col-form-label {
  line-height: 5rem;
}

.events-page .header .eventsearchbox.vertical .ert-text {
  border: none;
  font-size: 1.5rem;
  height: 60px;
  border-radius: 0;
  background-color: white;
}

.events-page .header .eventsearchbox.vertical .ert-text.line {
  border-bottom: 1px solid #495057;
  height: auto;
  margin-top: 14px;
}

.events-page .header .eventsearchbox.vertical .ert-text:focus {
  box-shadow: none;
}

.events-page .header .eventsearchbox.vertical button.search {
  border: none;
  position: absolute;
  bottom: -10rem;
  left: 5%;
  right: 5%;
  width: 90%;
  line-height: 4.4rem;
}

.events-page .header .eventsearchbox.vertical .datepicker-holder {
  padding-right: 0px;
}

.events-page .header .eventsearchbox.vertical .datepicker-holder * {
  cursor: pointer;
}

.events-page .header .eventsearchbox.vertical .datepicker-holder input[type=date]::-webkit-calendar-picker-indicator {
  width: 1.2rem;
  height: 0.7rem;
  -webkit-mask: url(/images/caret.svg);
          mask: url(/images/caret.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  -webkit-transition: 500ms ease;
  transition: 500ms ease;
  background-color: #686868;
}

.events-page .header .eventsearchbox.vertical .datepicker-holder .flatpickr-calendar.static {
  margin-left: -193px;
  margin-top: -184px;
  left: 50%;
  top: 50%;
}

.events-page .header .eventsearchbox.vertical .datepicker-holder .flatpickr-calendar.static.arrowBottom:after {
  display: none;
}

.events-page .header .eventsearchbox.vertical .datepicker-holder .flatpickr-calendar.static.arrowBottom:before {
  display: none;
}

.events-page .header .eventsearchbox.vertical .datepicker-holder .flatpickr-months .flatpickr-month {
  height: 32px;
}

.events-page .header .eventsearchbox.vertical .ert-dropdown * {
  cursor: pointer;
}

.events-page .header .eventsearchbox.vertical .ert-dropdown .ert-combo {
  background: #ffffff;
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
  line-height: 5rem;
  display: block;
  width: 100%;
  height: 60px;
  text-align: left;
}

.events-page .header .eventsearchbox.vertical .ert-dropdown .ert-combo::after {
  border: none;
}

.events-page .header .eventsearchbox.vertical .ert-dropdown .ert-combo i {
  transition: 500ms ease;
  transform: rotate(0);
  position: absolute;
  top: 2.25rem;
  right: 15px;
}

.events-page .header .eventsearchbox.vertical .ert-dropdown .ert-combo .button {
  padding: 0px;
}

.events-page .header .eventsearchbox.vertical .ert-dropdown .dropdown-menu {
  width: 100% !important;
  border: none;
  border-radius: 0;
  box-shadow: 0px 2px 2px 0px #a9a9a970;
  border-top: 1px solid #a9a9a970;
}

.events-page .header .eventsearchbox.vertical .ert-dropdown .dropdown-menu .dropdown-item {
  font-size: 1.5rem;
  line-height: 4rem;
}

.events-page .header .eventsearchbox.vertical .ert-dropdown .dropdown-menu .dropdown-item:active {
  background-color: #2F4A9A;
}

.events-page .header .eventsearchbox.vertical .ert-dropdown.show .ert-combo i {
  transform: rotate(180deg);
}

.events-page .header .eventsearchbox.vertical .btn-light:focus,
.events-page .header .eventsearchbox.vertical .btn-light.focus {
  box-shadow: none;
}

.events-page .header .eventsearchbox.vertical .bootstrap-select *:focus {
  box-shadow: none !important;
}

.events-page .header .eventsearchbox.vertical .bootstrap-select button {
  font-size: 1.5rem;
  color: #848484;
  letter-spacing: 0.3px;
  height: 60px;
  border: none;
  font-size: 1.5rem;
  height: 60px;
  border-radius: 0;
  background-color: white;
}

.events-page .header .eventsearchbox.vertical .bootstrap-select button:after {
  content: "\F078";
  border: none;
}

.events-page .header .eventsearchbox.vertical .bootstrap-select .dropdown-menu {
  width: 100% !important;
  border: none;
  border-radius: 0;
  box-shadow: 0px 2px 2px 0px #a9a9a970;
  border-top: 1px solid #a9a9a970;
}

.events-page .header .eventsearchbox.vertical .bootstrap-select .dropdown-menu .dropdown-item {
  font-size: 1.5rem;
  line-height: 4rem;
}

.events-page .header .eventsearchbox.vertical .bootstrap-select .dropdown-menu .dropdown-item:active,
.events-page .header .eventsearchbox.vertical .bootstrap-select .dropdown-menu .dropdown-item.active {
  background-color: #2F4A9A;
}

.events-page .header .eventsearchbox.vertical .btn-er .fa-chevron-down,
.events-page .header .eventsearchbox.vertical .instagram .instabutton div span .fa-chevron-down,
.instagram .instabutton div .events-page .header .eventsearchbox.vertical span .fa-chevron-down {
  float: right;
  line-height: 4rem;
}

.events-page .body {
  padding: 4.1rem 2.1rem 2.1rem 2.1rem;
}

.events-page .body h2 {
  font-size: 2.4rem;
  color: #000000;
  letter-spacing: -0.82px;
  line-height: 3rem;
  margin-bottom: 2.8rem;
}

.events-page button.search:focus {
  text-decoration: underline;
}

.eventbox,
.box {
  width: 100%;
  margin-bottom: 5rem;
  position: relative;
}

.eventbox a,
.box a {
  display: block;
}

.eventbox.border-righttop,
.box.border-righttop {
  padding: 8px 8px 0px 0px;
}

.eventbox.border-righttop .border-bk,
.box.border-righttop .border-bk {
  right: 0px;
  top: 0px;
  width: 35%;
  height: 100%;
}

.eventbox.border-topright,
.box.border-topright {
  padding: 8px 8px 0px 0px;
}

.eventbox.border-topright .border-bk,
.box.border-topright .border-bk {
  right: 0px;
  top: 0px;
  width: 100%;
  height: 35%;
}

.eventbox.border-topleft,
.box.border-topleft {
  padding: 8px 0px 0px 8px;
}

.eventbox.border-topleft .border-bk,
.box.border-topleft .border-bk {
  left: 0px;
  top: 0px;
  width: 100%;
  height: 35%;
}

.eventbox .content,
.box .content {
  width: 100%;
  height: 0;
  padding-bottom: 77%;
  display: block;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #f8f9fa;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.eventbox .content:after,
.box .content:after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: -8px;
  height: 8px;
  left: 0px;
  z-index: -1;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.01) 30%, rgba(0, 0, 0, 0.03) 50%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0.08) 90%, rgba(0, 0, 0, 0.09) 96%, rgba(0, 0, 0, 0.1) 100%);
}

.eventbox .content .scrim,
.box .content .scrim {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: auto;
  padding: 2.3rem;
  padding-top: 12rem;
  color: white;
}

.eventbox .content .scrim h3,
.box .content .scrim h3 {
  font-size: 2.2rem;
  color: #FFFFFF;
  letter-spacing: -0.43px;
  line-height: 2.1rem;
  text-transform: uppercase;
  text-decoration: none;
  text-align: left;
}

.eventbox .content .scrim .date,
.box .content .scrim .date {
  font-size: 1.2rem;
  color: #FFFFFF;
  letter-spacing: -0.43px;
  margin-bottom: 1.3rem;
}

.eventbox .content .scrim .address,
.eventbox .content .scrim .indirizzo,
.eventbox .content .scrim .city,
.box .content .scrim .address,
.box .content .scrim .indirizzo,
.box .content .scrim .city {
  color: #FFFFFF;
  font-size: 1.1rem;
  line-height: 2rem;
  display: inline-block;
  vertical-align: bottom;
}

.eventbox .content .scrim .address svg,
.eventbox .content .scrim .indirizzo svg,
.eventbox .content .scrim .city svg,
.box .content .scrim .address svg,
.box .content .scrim .indirizzo svg,
.box .content .scrim .city svg {
  transform: translateY(-3px);
  height: 1.8rem;
}

.eventbox .border-bk,
.box .border-bk {
  background-color: #2F4A9A;
  position: absolute;
  display: block;
  z-index: 0;
}

.scopri-er {
  width: 100%;
  min-height: 35rem;
  position: relative;
}

.scopri-er .italia {
  display: block;
  width: 100%;
  height: auto;
}

.scopri-er .blocco-scopri {
  background: linear-gradient(180deg, #fdfdfd 50%, #f1f1f1 100%);
}

.scopri-er .content {
  max-width: 400px;
  padding: 3rem;
  background-color: #f1f1f1;
  text-align: left;
  margin: 0 auto;
}

.scopri-er .content h3 {
  font-size: 2.4rem;
  color: #000000;
  letter-spacing: -0.82px;
  line-height: 3rem;
}

.scopri-er .content p {
  font-size: 1.5rem;
  color: #000000;
  letter-spacing: -0.48px;
  width: 100%;
}

.scopri-er .image {
  width: 100%;
  height: auto;
}

.scopri-er .btn-er.scopri,
.scopri-er .instagram .instabutton div span.scopri,
.instagram .instabutton div .scopri-er span.scopri {
  width: 270px;
}

.scopri-romagna {
  padding: 4rem;
  max-width: 50%;
  display: block;
  margin: 0 auto;
}

.scopri-romagna.mappa {
  max-width: 100% !important;
  background-color: #fff;
  position: relative;
}

.scopri-romagna.mappa::before {
  display: block;
  height: 1px;
  width: 90%;
  margin: 0 auto;
  content: " ";
  background-color: #000000;
  position: absolute;
  top: 0px;
}

.scopri-romagna.mappa::after {
  display: block;
  height: 1px;
  width: 90%;
  margin: 0 auto;
  content: " ";
  background-color: #000000;
  position: absolute;
  bottom: 0px;
}

.scopri-romagna.mappa img {
  height: 900px;
  width: auto;
}

@media (max-width: 991.98px) {
  .scopri-romagna.mappa img {
    height: auto;
    width: 100%;
  }
}

.scopri-romagna.mappa .info-box {
  margin-right: -120px;
  margin-top: -40px;
  z-index: 1;
}

@media (max-width: 991.98px) {
  .scopri-romagna.mappa .info-box {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    align-content: flex-start;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  .scopri-romagna.mappa .info-box h3 {
    width: 100%;
    text-shadow: 0 0 9px #fff2f2;
  }
}

.scopri-romagna h3 {
  font-size: 3.5rem;
  font-weight: 800;
  color: #2F4A9A;
}

.scopri-romagna p {
  font-size: 2.2rem;
  line-height: 1.5;
}

.box {
  width: 100%;
  margin-bottom: 5rem;
  position: relative;
}

.box.border-righttop {
  padding-top: 8px;
  padding-right: 8px;
  padding-bottom: 0px;
  padding-left: 0px;
}

.box.border-righttop .border-bk {
  right: 0px;
  top: 0px;
  width: 35%;
  height: 100%;
}

.box.border-topright {
  padding: 8px 8px 0px 0px;
}

.box.border-topright .border-bk {
  right: 0px;
  top: 0px;
  width: 100%;
  height: 35%;
}

.box.border-topleft {
  padding: 8px 0px 0px 8px;
}

.box.border-topleft .border-bk {
  left: 0px;
  top: 0px;
  width: 100%;
  height: 35%;
}

.box.border-lefttop {
  padding: 8px 0px 0px 8px;
}

.box.border-lefttop .border-bk {
  left: 0px;
  top: 0px;
  width: 35%;
  height: 100%;
}

.box.border-rightbottom {
  padding-top: 0px;
  padding-right: 8px;
  padding-bottom: 8px;
  padding-left: 0px;
}

.box.border-rightbottom .border-bk {
  right: 0px;
  bottom: 0px;
  width: 35%;
  height: 100%;
}

.box.border-bottomright {
  padding-top: 0px;
  padding-right: 8px;
  padding-bottom: 8px;
  padding-left: 0px;
}

.box.border-bottomright .border-bk {
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 35%;
}

.box.border-bottomleft {
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 8px;
  padding-left: 8px;
}

.box.border-bottomleft .border-bk {
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 35%;
}

.box.border-leftbottom {
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 8px;
  padding-left: 8px;
}

.box.border-leftbottom .border-bk {
  left: 0px;
  bottom: 0px;
  width: 35%;
  height: 100%;
}

.box .content {
  width: 100%;
  height: 0;
  padding-bottom: 77%;
  display: block;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #f8f9fa;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.box .content img.icon {
  height: 60px;
  position: absolute;
}

.box .content img.icon.bottom-left {
  bottom: 10px;
  left: 10px;
}

.box .content img.icon.bottom-right {
  bottom: 10px;
  right: 10px;
}

.box .content img.icon.top-right {
  top: 10px;
  right: 10px;
}

.box .content img.icon.top-left {
  top: 10px;
  left: 10px;
}

.box .content:after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: -8px;
  height: 8px;
  left: 0px;
  z-index: -1;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.01) 30%, rgba(0, 0, 0, 0.03) 50%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0.08) 90%, rgba(0, 0, 0, 0.09) 96%, rgba(0, 0, 0, 0.1) 100%);
}

.box .content .scrim {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: auto;
  padding: 2.3rem;
  padding-top: 12rem;
  background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.11) 100%, rgba(0, 0, 0, 0.68) 0%);
  color: white;
}

.box .content .scrim h3 {
  font-size: 2.2rem;
  color: #FFFFFF;
  letter-spacing: -0.43px;
  line-height: 2.1rem;
  text-transform: uppercase;
  margin-bottom: 0 !important;
}

.box .content .scrim .date {
  font-size: 1.2rem;
  color: #FFFFFF;
  letter-spacing: -0.43px;
  margin-bottom: 1.3rem;
}

.box .content .scrim .address {
  font-size: 1.1rem;
  line-height: 2rem;
  display: inline-block;
  vertical-align: bottom;
}

.box .content .scrim .address svg {
  transform: translateY(-3px);
  height: 1.8rem;
}

.box .border-bk {
  position: absolute;
  display: block;
  z-index: 0;
}

.box .border-bk.scopri {
  background-color: #2F4A9A;
}

.box .border-bk.idee {
  background-color: #c05116;
}

.box .border-bk.eventi {
  background-color: #2F4A9A;
}

.box .border-bk.pianifica {
  background-color: #ae5d69;
}

.box .border-bk.esperienze {
  background-color: #8b3288;
}

.box .border-bk.news {
  background-color: #2F4A9A;
}

.box .border-bk.iat {
  background-color: #ae5d69;
}

.box .border-bk.meteo {
  background-color: #ae5d69;
}

.box .border-bk.odm {
  background-color: #FFFFFF;
}

.box .border-bk.booking {
  background-color: #cb292f;
}

.box .border-bk.rock {
  background-color: #000000;
}

.box .border-bk.beach {
  background-color: #f2c050;
}

.box .border-bk.food {
  background-color: #b68524;
}

.box .border-bk.nature {
  background-color: #58b366;
}

.box .border-bk.romagna_autentica {
  background-color: #abcb33;
}

.box .border-bk.culture {
  background-color: #4d3100;
}

.box .border-bk.castle {
  background-color: #8c6f65;
}

.box .border-bk.bike {
  background-color: #f1354e;
}

.box .border-bk.empire {
  background-color: #a41b1d;
}

.box .border-bk.wellness {
  background-color: #B1CB30;
}

.box .border-bk.fun {
  background-color: #F08EF4;
}

.box .border-bk.sport {
  background-color: #FF7A17;
}

.box .border-bk.motorcycle {
  background-color: #B1B6B1;
}

.box .border-bk.romagna {
  background-color: #2F4A9A;
}

.box .border-bk.liscio {
  background-color: #ae5d69;
}

.box .border-bk.default {
  background-color: #2F4A9A;
}

.box .border-bk.pet {
  background-color: #f1354e;
}

.box .border-bk.kultur {
  background-color: #4d3100;
}

.box .border-bk.natur {
  background-color: #58b366;
}

.box .border-bk.spass {
  background-color: #F08EF4;
}

.box .border-bk.romagna-craft {
  background-color: #2F4A9A;
}

.box .border-bk.i-love-pet-visit-romagna-benvenuti-quattro-zampe {
  background-color: #f1354e;
}

.box .border-bk.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends {
  background-color: #f1354e;
}

.box .border-bk.i-love-pet-visit-romagna-vierbeiner-willkommen {
  background-color: #f1354e;
}

.scopri .border-bk {
  background-color: #2F4A9A;
}

.idee .border-bk {
  background-color: #c05116;
}

.eventi .border-bk {
  background-color: #2F4A9A;
}

.pianifica .border-bk {
  background-color: #ae5d69;
}

.esperienze .border-bk {
  background-color: #8b3288;
}

.news .border-bk {
  background-color: #2F4A9A;
}

.iat .border-bk {
  background-color: #ae5d69;
}

.meteo .border-bk {
  background-color: #ae5d69;
}

.odm .border-bk {
  background-color: #FFFFFF;
}

.booking .border-bk {
  background-color: #cb292f;
}

.rock .border-bk {
  background-color: #000000;
}

.beach .border-bk {
  background-color: #f2c050;
}

.food .border-bk {
  background-color: #b68524;
}

.nature .border-bk {
  background-color: #58b366;
}

.romagna_autentica .border-bk {
  background-color: #abcb33;
}

.culture .border-bk {
  background-color: #4d3100;
}

.castle .border-bk {
  background-color: #8c6f65;
}

.bike .border-bk {
  background-color: #f1354e;
}

.empire .border-bk {
  background-color: #a41b1d;
}

.wellness .border-bk {
  background-color: #B1CB30;
}

.fun .border-bk {
  background-color: #F08EF4;
}

.sport .border-bk {
  background-color: #FF7A17;
}

.motorcycle .border-bk {
  background-color: #B1B6B1;
}

.romagna .border-bk {
  background-color: #2F4A9A;
}

.liscio .border-bk {
  background-color: #ae5d69;
}

.default .border-bk {
  background-color: #2F4A9A;
}

.pet .border-bk {
  background-color: #f1354e;
}

.kultur .border-bk {
  background-color: #4d3100;
}

.natur .border-bk {
  background-color: #58b366;
}

.spass .border-bk {
  background-color: #F08EF4;
}

.romagna-craft .border-bk {
  background-color: #2F4A9A;
}

.i-love-pet-visit-romagna-benvenuti-quattro-zampe .border-bk {
  background-color: #f1354e;
}

.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .border-bk {
  background-color: #f1354e;
}

.i-love-pet-visit-romagna-vierbeiner-willkommen .border-bk {
  background-color: #f1354e;
}

.home-boxes {
  background-color: #2F4A9A;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0px;
}

.home-boxes .image {
  min-height: 15rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  margin-bottom: 5px;
  position: relative;
}

.home-boxes .image .caption {
  background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.07) 8%, rgba(0, 0, 0, 0.45) 40%);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding-right: 2.1rem;
  padding-left: 2.1rem;
  padding-bottom: 2.1rem;
  padding-top: 6rem;
  text-align: left;
}

.home-boxes .image .caption h3 {
  font-size: 3.6rem;
  color: #ffffff;
  letter-spacing: -0.87px;
  line-height: 5.2rem;
  text-align: left;
  margin-bottom: 1rem;
}

.home-boxes .image .caption .btn {
  background: rgba(0, 0, 0, 0.3);
  border: 2px solid #ffffff;
  box-shadow: -1px 0 3px 0 rgba(0, 0, 0, 0.35);
  font-size: 1.6rem;
  color: #ffffff;
  letter-spacing: -0.41px;
  text-align: center;
  text-transform: uppercase;
  line-height: 4.2rem;
  min-width: 18.5rem;
}

@media (min-width: 768px) {
  .home-boxes .a {
    height: calc( (100vh - 7.2rem) * 0.6 );
  }

  .home-boxes .b {
    height: calc( (100vh - 7.2rem) * 0.4 );
  }

  .home-boxes .c {
    width: 24vw;
    height: calc(100vh - 7.2rem + 0.5rem);
    margin: 0 5px;
  }

  .home-boxes .d {
    height: calc( (100vh - 7.2rem) * 0.45 );
  }

  .home-boxes .e {
    height: calc( (100vh - 7.2rem) * 0.55 );
  }
}

@media (max-width: 991.98px) {
  .home-boxes .image {
    min-height: 35rem;
  }

  .home-boxes .a,
  .home-boxes .b,
  .home-boxes .c,
  .home-boxes .d,
  .home-boxes .e {
    width: 100%;
    margin: 0;
    height: 400px;
  }
}

.home-slider.swiper-container {
  width: 100%;
  height: 600px;
}

.home-slider .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: flex;
  justify-content: center;
  align-items: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.home-slider .swiper-slide .caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding-right: 2.1rem;
  padding-left: 2.1rem;
  padding-bottom: 2.1rem;
  padding-top: 6rem;
  text-align: left;
}

.home-slider .swiper-slide .caption h3 {
  font-size: 3.6rem;
  color: #ffffff;
  letter-spacing: -0.87px;
  line-height: 5.2rem;
  text-align: left;
  margin-bottom: 1rem;
}

.home-slider .swiper-slide .caption .btn {
  background: rgba(0, 0, 0, 0.3);
  border: 2px solid #ffffff;
  box-shadow: -1px 0 3px 0 rgba(0, 0, 0, 0.35);
  font-size: 1.6rem;
  color: #ffffff;
  letter-spacing: -0.41px;
  text-align: center;
  text-transform: uppercase;
  line-height: 4.2rem;
  min-width: 18.5rem;
}

.home-test {
  text-align: center;
  background-color: #ffcc33;
  position: relative;
  min-height: 7.5rem;
}

.home-test .fugazFont,
.home-test .test .modal-container .avanti,
.test .modal-container .home-test .avanti,
.home-test .test .modal-container .indietro,
.test .modal-container .home-test .indietro,
.home-test .test .modal-container .title,
.test .modal-container .home-test .title,
.home-test .test .modal-container .count,
.test .modal-container .home-test .count {
  font-family: "Fugaz One", cursive;
  font-size: 4.8rem;
  color: #3c3c3c;
  letter-spacing: -1.16px;
  display: block;
  padding: 4rem 2rem;
}

.home-test .btn {
  background: transparent;
  border: 2px solid #3C3C3C;
  box-shadow: -1px 0 3px 0 rgba(0, 0, 0, 0.35);
  font-size: 1.6rem;
  color: #3C3C3C;
  letter-spacing: -0.41px;
  text-transform: uppercase;
  line-height: 4.2rem;
  min-width: 18.5rem;
  display: inline-block;
  margin-top: 0rem;
  margin-bottom: 6.5rem;
}

.home-test .btn:focus,
.home-test .btn:hover {
  text-decoration: underline;
}

.home-test .bottom-band {
  background: rgba(60, 60, 60, 0.15);
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 2.5rem;
}

header .swiper-slide:before,
.header .swiper-slide:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

header .swiper-pagination-bullet-active,
.header .swiper-pagination-bullet-active {
  opacity: 1;
  background: #FFF !important;
}

header .swiper-pagination-bullet,
.header .swiper-pagination-bullet {
  border: 1px solid white;
  background: transparent;
  opacity: 1;
}

header.page,
.header.page {
  background-image: url(/images/onda-menu.png?22c0926a1726a7b7ebe762d887254ff5);
  background-repeat: no-repeat;
}

header.page img,
.header.page img {
  margin: 4rem 2rem 2rem 6rem;
}

.scopri .xp_search_box button span {
  color: white;
}

.scopri .xp_search_box .city {
  color: white;
}

.scopri .xp_search_box .horizontal {
  padding: 1rem;
  background-color: #2F4A9A;
  background-image: linear-gradient(-180deg, #2e4998 0%, #2F4A9A 48%, #2e4998 80%);
  font-size: 1.6rem;
}

.scopri .xp_search_box .horizontal.collapsed {
  border-radius: 2px;
  box-shadow: -1px 0 3px 0 rgba(0, 0, 0, 0.25);
}

.scopri .xp_search_box .horizontal .fa,
.search .searchearchbox.vertical .bootstrap-select .scopri .xp_search_box .horizontal button:after,
.downloads .downloadsearchbox.vertical .bootstrap-select .scopri .xp_search_box .horizontal button:after,
.scopri .xp_search_box .horizontal .localita #searchbox-app .bootstrap-select button:after,
.localita #searchbox-app .bootstrap-select .scopri .xp_search_box .horizontal button:after,
.itinerari .searchbox .control .bootstrap-select .scopri .xp_search_box .horizontal button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .vertical .bootstrap-select .scopri .xp_search_box .horizontal button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .vertical .bootstrap-select .scopri .xp_search_box .horizontal button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .vertical .bootstrap-select .scopri .xp_search_box .horizontal button:after,
.romagna-craft .operatori_search_box .vertical .bootstrap-select .scopri .xp_search_box .horizontal button:after,
.spass .operatori_search_box .vertical .bootstrap-select .scopri .xp_search_box .horizontal button:after,
.natur .operatori_search_box .vertical .bootstrap-select .scopri .xp_search_box .horizontal button:after,
.kultur .operatori_search_box .vertical .bootstrap-select .scopri .xp_search_box .horizontal button:after,
.pet .operatori_search_box .vertical .bootstrap-select .scopri .xp_search_box .horizontal button:after,
.default .operatori_search_box .vertical .bootstrap-select .scopri .xp_search_box .horizontal button:after,
.liscio .operatori_search_box .vertical .bootstrap-select .scopri .xp_search_box .horizontal button:after,
.romagna .operatori_search_box .vertical .bootstrap-select .scopri .xp_search_box .horizontal button:after,
.motorcycle .operatori_search_box .vertical .bootstrap-select .scopri .xp_search_box .horizontal button:after,
.sport .operatori_search_box .vertical .bootstrap-select .scopri .xp_search_box .horizontal button:after,
.fun .operatori_search_box .vertical .bootstrap-select .scopri .xp_search_box .horizontal button:after,
.wellness .operatori_search_box .vertical .bootstrap-select .scopri .xp_search_box .horizontal button:after,
.empire .operatori_search_box .vertical .bootstrap-select .scopri .xp_search_box .horizontal button:after,
.bike .operatori_search_box .vertical .bootstrap-select .scopri .xp_search_box .horizontal button:after,
.castle .operatori_search_box .vertical .bootstrap-select .scopri .xp_search_box .horizontal button:after,
.culture .operatori_search_box .vertical .bootstrap-select .scopri .xp_search_box .horizontal button:after,
.romagna_autentica .operatori_search_box .vertical .bootstrap-select .scopri .xp_search_box .horizontal button:after,
.nature .operatori_search_box .vertical .bootstrap-select .scopri .xp_search_box .horizontal button:after,
.food .operatori_search_box .vertical .bootstrap-select .scopri .xp_search_box .horizontal button:after,
.beach .operatori_search_box .vertical .bootstrap-select .scopri .xp_search_box .horizontal button:after,
.rock .operatori_search_box .vertical .bootstrap-select .scopri .xp_search_box .horizontal button:after,
.booking .operatori_search_box .vertical .bootstrap-select .scopri .xp_search_box .horizontal button:after,
.odm .operatori_search_box .vertical .bootstrap-select .scopri .xp_search_box .horizontal button:after,
.meteo .operatori_search_box .vertical .bootstrap-select .scopri .xp_search_box .horizontal button:after,
.iat .operatori_search_box .vertical .bootstrap-select .scopri .xp_search_box .horizontal button:after,
.news .operatori_search_box .vertical .bootstrap-select .scopri .xp_search_box .horizontal button:after,
.esperienze .operatori_search_box .vertical .bootstrap-select .scopri .xp_search_box .horizontal button:after,
.pianifica .operatori_search_box .vertical .bootstrap-select .scopri .xp_search_box .horizontal button:after,
.eventi .operatori_search_box .vertical .bootstrap-select .scopri .xp_search_box .horizontal button:after,
.idee .operatori_search_box .vertical .bootstrap-select .scopri .xp_search_box .horizontal button:after,
.scopri .operatori_search_box .vertical .bootstrap-select .xp_search_box .horizontal button:after,
.scopri .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.scopri .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.scopri .xp_search_box .horizontal .control .bootstrap-select button:after,
.scopri .xp_search_box .events-homepage .header .eventsearchbox.horizontal .control .bootstrap-select button:after,
.events-homepage .header .scopri .xp_search_box .eventsearchbox.horizontal .control .bootstrap-select button:after,
.events-homepage .header .eventsearchbox.vertical .bootstrap-select .scopri .xp_search_box .horizontal button:after,
.scopri .xp_search_box .events-page .header .eventsearchbox.horizontal .control .bootstrap-select button:after,
.events-page .header .scopri .xp_search_box .eventsearchbox.horizontal .control .bootstrap-select button:after,
.events-page .header .eventsearchbox.vertical .bootstrap-select .scopri .xp_search_box .horizontal button:after {
  line-height: 2.2rem;
}

.scopri .xp_search_box .horizontal button.collapsible {
  border: none;
  background-color: transparent;
  display: block;
  width: 100%;
  font-size: 1.6rem;
  color: #ffffff;
  letter-spacing: -0.41px;
  text-align: left;
  text-transform: uppercase;
  display: block;
}

.scopri .xp_search_box .horizontal .control {
  padding: 0.5rem 1rem;
  height: 5rem;
  background-color: white;
  margin: 0.5rem;
}

.scopri .xp_search_box .horizontal .control.btn-holder {
  min-width: 2rem;
  width: auto;
  padding: 0px;
}

.scopri .xp_search_box .horizontal .control.btn-holder button {
  width: 100%;
  border: none;
  background-color: #233773;
  height: 100%;
  font-size: 1.6rem;
  color: #ffffff;
  letter-spacing: -0.41px;
  text-align: center;
  text-transform: uppercase;
  display: block;
  padding: 0px;
}

.scopri .xp_search_box .horizontal .control .ert-dropdown {
  width: 100%;
}

.scopri .xp_search_box .horizontal .control .ert-dropdown * {
  cursor: pointer;
}

.scopri .xp_search_box .horizontal .control .ert-dropdown .ert-combo {
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
  display: block;
  text-align: left;
}

.scopri .xp_search_box .horizontal .control .ert-dropdown .ert-combo::after {
  border: none;
}

.scopri .xp_search_box .horizontal .control .ert-dropdown .ert-combo i {
  transition: 500ms ease;
  transform: rotate(0);
  position: absolute;
  top: 2.25rem;
  right: 15px;
}

.scopri .xp_search_box .horizontal .control .ert-dropdown .ert-combo .button {
  padding: 0px;
}

.scopri .xp_search_box .horizontal .control .ert-dropdown.show .ert-combo i {
  transform: rotate(180deg);
}

.scopri .xp_search_box .horizontal .control .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: auto;
}

.scopri .xp_search_box .horizontal .control .bootstrap-select {
  margin-top: -1px;
}

.scopri .xp_search_box .horizontal .control .bootstrap-select *:focus {
  box-shadow: none important;
}

.scopri .xp_search_box .horizontal .control .bootstrap-select button {
  padding: 0px;
  font-size: 1.5rem;
  background: #ffffff;
  color: #848484;
  letter-spacing: 0.3px;
  border: none;
  border-radius: 0;
}

.scopri .xp_search_box .horizontal .control .bootstrap-select button:after {
  content: "\F078";
  border: none;
}

.scopri .xp_search_box .horizontal .control .bootstrap-select .dropdown-menu {
  width: 100% !important;
  border: none;
  border-radius: 0;
  box-shadow: 0px 2px 2px 0px #a9a9a970;
  border-top: 1px solid #a9a9a970;
}

.scopri .xp_search_box .horizontal .control .bootstrap-select .dropdown-menu.inner.show {
  border-top: none;
}

.scopri .xp_search_box .horizontal .control .bootstrap-select .dropdown-menu .dropdown-item {
  font-size: 1.5rem;
  line-height: 4rem;
}

.scopri .xp_search_box .horizontal .control .bootstrap-select .dropdown-menu .dropdown-item:active,
.scopri .xp_search_box .horizontal .control .bootstrap-select .dropdown-menu .dropdown-item.active {
  background-color: #2F4A9A;
}

.scopri .xp_search_box .horizontal .control label {
  background: #ffffff;
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
  line-height: 2.4rem;
  margin-bottom: 0px;
  margin-right: 0.5rem;
}

@media (max-width: 768px) {
  .scopri .xp_search_box .horizontal .control label {
    min-width: 6.2rem;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .scopri .xp_search_box .horizontal .control label {
    display: none;
  }
}

.scopri .xp_search_box .horizontal .control .flatpickr-mobile.form-control {
  padding: 1px 0;
}

.scopri .xp_search_box .horizontal .control input[type=text],
.scopri .xp_search_box .horizontal .control input[type=date] {
  border: none;
  font-size: 1.5rem;
  border-radius: 0;
  background-color: white;
  border-bottom: 1px solid #495057;
  min-width: 0;
  height: auto;
}

.scopri .xp_search_box .horizontal .control input[type=text]:focus,
.scopri .xp_search_box .horizontal .control input[type=date]:focus {
  box-shadow: none;
}

.scopri .xp_search_box .vertical {
  max-width: 30rem;
  z-index: 10;
  position: relative;
  height: 4.4rem;
  margin: 0 auto;
}

.scopri .xp_search_box .vertical button.collapsible {
  border: none;
  background-color: transparent;
  display: block;
  position: absolute;
  width: 100%;
}

.scopri .xp_search_box .vertical .dropbutton {
  display: none;
}

.scopri .xp_search_box .vertical .dropbutton.collapsed {
  display: block;
}

.scopri .xp_search_box .vertical #collapse-events {
  padding: 1.8rem;
  background-color: #2F4A9A;
  background-image: linear-gradient(-180deg, #2e4998 0%, #2F4A9A 48%, #2e4998 80%);
  font-size: 1.6rem;
}

.scopri .xp_search_box .vertical .fa-chevron-up {
  text-align: right;
  line-height: 4rem;
  color: white;
  margin-bottom: 1.8rem;
}

.scopri .xp_search_box .vertical .form-group {
  background: #ffffff;
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
}

.scopri .xp_search_box .vertical .form-group .col-form-label {
  line-height: 5rem;
}

.scopri .xp_search_box .vertical .ert-text {
  border: none;
  font-size: 1.5rem;
  height: 60px;
  border-radius: 0;
  background-color: white;
}

.scopri .xp_search_box .vertical .ert-text.line {
  border-bottom: 1px solid #495057;
  height: auto;
  margin-top: 14px;
}

.scopri .xp_search_box .vertical .ert-text:focus {
  box-shadow: none;
}

.scopri .xp_search_box .vertical button.search {
  border: none;
  position: absolute;
  bottom: -10rem;
  left: 5%;
  right: 5%;
  width: 90%;
  line-height: 4.4rem;
}

.scopri .xp_search_box .vertical .datepicker-holder {
  padding-right: 0px;
}

.scopri .xp_search_box .vertical .datepicker-holder * {
  cursor: pointer;
}

.scopri .xp_search_box .vertical .datepicker-holder input[type=date]::-webkit-calendar-picker-indicator {
  width: 1.2rem;
  height: 0.7rem;
  -webkit-mask: url(/images/caret.svg);
          mask: url(/images/caret.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  -webkit-transition: 500ms ease;
  transition: 500ms ease;
  background-color: #686868;
}

.scopri .xp_search_box .vertical .datepicker-holder .flatpickr-calendar.static {
  margin-left: -193px;
  margin-top: -184px;
  left: 50%;
  top: 50%;
}

.scopri .xp_search_box .vertical .datepicker-holder .flatpickr-calendar.static.arrowBottom:after {
  display: none;
}

.scopri .xp_search_box .vertical .datepicker-holder .flatpickr-calendar.static.arrowBottom:before {
  display: none;
}

.scopri .xp_search_box .vertical .datepicker-holder .flatpickr-months .flatpickr-month {
  height: 32px;
}

.scopri .xp_search_box .vertical .ert-dropdown * {
  cursor: pointer;
}

.scopri .xp_search_box .vertical .ert-dropdown .ert-combo {
  background: #ffffff;
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
  line-height: 5rem;
  display: block;
  width: 100%;
  height: 60px;
  text-align: left;
}

.scopri .xp_search_box .vertical .ert-dropdown .ert-combo::after {
  border: none;
}

.scopri .xp_search_box .vertical .ert-dropdown .ert-combo i {
  transition: 500ms ease;
  transform: rotate(0);
  position: absolute;
  top: 2.25rem;
  right: 15px;
}

.scopri .xp_search_box .vertical .ert-dropdown .ert-combo .button {
  padding: 0px;
}

.scopri .xp_search_box .vertical .ert-dropdown .dropdown-menu {
  width: 100% !important;
  border: none;
  border-radius: 0;
  box-shadow: 0px 2px 2px 0px #a9a9a970;
  border-top: 1px solid #a9a9a970;
}

.scopri .xp_search_box .vertical .ert-dropdown .dropdown-menu .dropdown-item {
  font-size: 1.5rem;
  line-height: 4rem;
}

.scopri .xp_search_box .vertical .ert-dropdown .dropdown-menu .dropdown-item:active {
  background-color: #2F4A9A;
}

.scopri .xp_search_box .vertical .ert-dropdown.show .ert-combo i {
  transform: rotate(180deg);
}

.scopri .xp_search_box .vertical .bootstrap-select *:focus {
  box-shadow: none important;
}

.scopri .xp_search_box .vertical .bootstrap-select button {
  font-size: 1.5rem;
  color: #848484;
  letter-spacing: 0.3px;
  border: none;
  font-size: 1.5rem;
  height: 60px;
  border-radius: 0;
  background-color: white;
}

.scopri .xp_search_box .vertical .bootstrap-select button:after {
  content: "\F078";
  border: none;
}

.scopri .xp_search_box .vertical .bootstrap-select .dropdown-menu {
  width: 100% !important;
  border: none;
  border-radius: 0;
  box-shadow: 0px 2px 2px 0px #a9a9a970;
  border-top: 1px solid #a9a9a970;
}

.scopri .xp_search_box .vertical .bootstrap-select .dropdown-menu .dropdown-item {
  font-size: 1.5rem;
  line-height: 4rem;
}

.scopri .xp_search_box .vertical .bootstrap-select .dropdown-menu .dropdown-item:active,
.scopri .xp_search_box .vertical .bootstrap-select .dropdown-menu .dropdown-item.active {
  background-color: #2F4A9A;
}

.scopri .xp_search_box .vertical .btn-er,
.scopri .xp_search_box .vertical .instagram .instabutton div span,
.instagram .instabutton div .scopri .xp_search_box .vertical span {
  margin-top: 18px;
}

.scopri .xp_search_box .vertical .btn-er .fa-chevron-down,
.scopri .xp_search_box .vertical .instagram .instabutton div span .fa-chevron-down,
.instagram .instabutton div .scopri .xp_search_box .vertical span .fa-chevron-down {
  float: right;
  line-height: 4rem;
}

.scopri .operatori_search_box button span {
  color: white;
}

.scopri .operatori_search_box .city {
  color: white;
}

.scopri .operatori_search_box .horizontal {
  padding: 1rem;
  background-color: #2F4A9A;
  background-image: linear-gradient(-180deg, #2e4998 0%, #2F4A9A 48%, #2e4998 80%);
  font-size: 1.6rem;
}

.scopri .operatori_search_box .horizontal.collapsed {
  border-radius: 2px;
  box-shadow: -1px 0 3px 0 rgba(0, 0, 0, 0.25);
}

.scopri .operatori_search_box .horizontal .fa,
.search .searchearchbox.vertical .bootstrap-select .scopri .operatori_search_box .horizontal button:after,
.downloads .downloadsearchbox.vertical .bootstrap-select .scopri .operatori_search_box .horizontal button:after,
.scopri .operatori_search_box .horizontal .localita #searchbox-app .bootstrap-select button:after,
.localita #searchbox-app .bootstrap-select .scopri .operatori_search_box .horizontal button:after,
.itinerari .searchbox .control .bootstrap-select .scopri .operatori_search_box .horizontal button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .vertical .bootstrap-select .scopri .operatori_search_box .horizontal button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .vertical .bootstrap-select .scopri .operatori_search_box .horizontal button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .vertical .bootstrap-select .scopri .operatori_search_box .horizontal button:after,
.romagna-craft .xp_search_box .vertical .bootstrap-select .scopri .operatori_search_box .horizontal button:after,
.spass .xp_search_box .vertical .bootstrap-select .scopri .operatori_search_box .horizontal button:after,
.natur .xp_search_box .vertical .bootstrap-select .scopri .operatori_search_box .horizontal button:after,
.kultur .xp_search_box .vertical .bootstrap-select .scopri .operatori_search_box .horizontal button:after,
.pet .xp_search_box .vertical .bootstrap-select .scopri .operatori_search_box .horizontal button:after,
.default .xp_search_box .vertical .bootstrap-select .scopri .operatori_search_box .horizontal button:after,
.liscio .xp_search_box .vertical .bootstrap-select .scopri .operatori_search_box .horizontal button:after,
.romagna .xp_search_box .vertical .bootstrap-select .scopri .operatori_search_box .horizontal button:after,
.motorcycle .xp_search_box .vertical .bootstrap-select .scopri .operatori_search_box .horizontal button:after,
.sport .xp_search_box .vertical .bootstrap-select .scopri .operatori_search_box .horizontal button:after,
.fun .xp_search_box .vertical .bootstrap-select .scopri .operatori_search_box .horizontal button:after,
.wellness .xp_search_box .vertical .bootstrap-select .scopri .operatori_search_box .horizontal button:after,
.empire .xp_search_box .vertical .bootstrap-select .scopri .operatori_search_box .horizontal button:after,
.bike .xp_search_box .vertical .bootstrap-select .scopri .operatori_search_box .horizontal button:after,
.castle .xp_search_box .vertical .bootstrap-select .scopri .operatori_search_box .horizontal button:after,
.culture .xp_search_box .vertical .bootstrap-select .scopri .operatori_search_box .horizontal button:after,
.romagna_autentica .xp_search_box .vertical .bootstrap-select .scopri .operatori_search_box .horizontal button:after,
.nature .xp_search_box .vertical .bootstrap-select .scopri .operatori_search_box .horizontal button:after,
.food .xp_search_box .vertical .bootstrap-select .scopri .operatori_search_box .horizontal button:after,
.beach .xp_search_box .vertical .bootstrap-select .scopri .operatori_search_box .horizontal button:after,
.rock .xp_search_box .vertical .bootstrap-select .scopri .operatori_search_box .horizontal button:after,
.booking .xp_search_box .vertical .bootstrap-select .scopri .operatori_search_box .horizontal button:after,
.odm .xp_search_box .vertical .bootstrap-select .scopri .operatori_search_box .horizontal button:after,
.meteo .xp_search_box .vertical .bootstrap-select .scopri .operatori_search_box .horizontal button:after,
.iat .xp_search_box .vertical .bootstrap-select .scopri .operatori_search_box .horizontal button:after,
.news .xp_search_box .vertical .bootstrap-select .scopri .operatori_search_box .horizontal button:after,
.esperienze .xp_search_box .vertical .bootstrap-select .scopri .operatori_search_box .horizontal button:after,
.pianifica .xp_search_box .vertical .bootstrap-select .scopri .operatori_search_box .horizontal button:after,
.eventi .xp_search_box .vertical .bootstrap-select .scopri .operatori_search_box .horizontal button:after,
.idee .xp_search_box .vertical .bootstrap-select .scopri .operatori_search_box .horizontal button:after,
.scopri .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.scopri .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.scopri .operatori_search_box .horizontal .control .bootstrap-select button:after,
.scopri .operatori_search_box .events-homepage .header .eventsearchbox.horizontal .control .bootstrap-select button:after,
.events-homepage .header .scopri .operatori_search_box .eventsearchbox.horizontal .control .bootstrap-select button:after,
.events-homepage .header .eventsearchbox.vertical .bootstrap-select .scopri .operatori_search_box .horizontal button:after,
.scopri .operatori_search_box .events-page .header .eventsearchbox.horizontal .control .bootstrap-select button:after,
.events-page .header .scopri .operatori_search_box .eventsearchbox.horizontal .control .bootstrap-select button:after,
.events-page .header .eventsearchbox.vertical .bootstrap-select .scopri .operatori_search_box .horizontal button:after,
.scopri .xp_search_box .vertical .bootstrap-select .operatori_search_box .horizontal button:after {
  line-height: 2.2rem;
}

.scopri .operatori_search_box .horizontal button.collapsible {
  border: none;
  background-color: transparent;
  display: block;
  width: 100%;
  font-size: 1.6rem;
  color: #ffffff;
  letter-spacing: -0.41px;
  text-align: left;
  text-transform: uppercase;
}

.scopri .operatori_search_box .horizontal .control {
  padding: 0.5rem 1rem;
  height: 5rem;
  background-color: white;
  margin: 0.5rem;
}

.scopri .operatori_search_box .horizontal .control.btn-holder {
  min-width: 2rem;
  width: auto;
  padding: 0px;
}

.scopri .operatori_search_box .horizontal .control.btn-holder button {
  width: 100%;
  border: none;
  background-color: #233773;
  height: 100%;
  font-size: 1.6rem;
  color: #ffffff;
  letter-spacing: -0.41px;
  text-align: center;
  text-transform: uppercase;
  display: block;
  padding: 0px;
}

.scopri .operatori_search_box .horizontal .control .ert-dropdown {
  width: 100%;
}

.scopri .operatori_search_box .horizontal .control .ert-dropdown * {
  cursor: pointer;
}

.scopri .operatori_search_box .horizontal .control .ert-dropdown .ert-combo {
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
  display: block;
  text-align: left;
}

.scopri .operatori_search_box .horizontal .control .ert-dropdown .ert-combo::after {
  border: none;
}

.scopri .operatori_search_box .horizontal .control .ert-dropdown .ert-combo i {
  transition: 500ms ease;
  transform: rotate(0);
  position: absolute;
  top: 2.25rem;
  right: 15px;
}

.scopri .operatori_search_box .horizontal .control .ert-dropdown .ert-combo .button {
  padding: 0px;
}

.scopri .operatori_search_box .horizontal .control .ert-dropdown.show .ert-combo i {
  transform: rotate(180deg);
}

.scopri .operatori_search_box .horizontal .control .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: auto;
}

.scopri .operatori_search_box .horizontal .control .bootstrap-select {
  margin-top: -1px;
}

.scopri .operatori_search_box .horizontal .control .bootstrap-select *:focus {
  box-shadow: none important;
}

.scopri .operatori_search_box .horizontal .control .bootstrap-select button {
  padding: 0px;
  font-size: 1.5rem;
  background: #ffffff;
  color: #848484;
  letter-spacing: 0.3px;
  border: none;
  border-radius: 0;
}

.scopri .operatori_search_box .horizontal .control .bootstrap-select button:after {
  content: "\F078";
  border: none;
}

.scopri .operatori_search_box .horizontal .control .bootstrap-select .dropdown-menu {
  width: 100% !important;
  border: none;
  border-radius: 0;
  box-shadow: 0px 2px 2px 0px #a9a9a970;
  border-top: 1px solid #a9a9a970;
}

.scopri .operatori_search_box .horizontal .control .bootstrap-select .dropdown-menu.inner.show {
  border-top: none;
}

.scopri .operatori_search_box .horizontal .control .bootstrap-select .dropdown-menu .dropdown-item {
  font-size: 1.5rem;
  line-height: 4rem;
}

.scopri .operatori_search_box .horizontal .control .bootstrap-select .dropdown-menu .dropdown-item:active,
.scopri .operatori_search_box .horizontal .control .bootstrap-select .dropdown-menu .dropdown-item.active {
  background-color: #2F4A9A;
}

.scopri .operatori_search_box .horizontal .control label {
  background: #ffffff;
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
  line-height: 2.4rem;
  margin-bottom: 0px;
  margin-right: 0.5rem;
}

@media (max-width: 768px) {
  .scopri .operatori_search_box .horizontal .control label {
    min-width: 6.2rem;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .scopri .operatori_search_box .horizontal .control label {
    display: none;
  }
}

.scopri .operatori_search_box .horizontal .control .flatpickr-mobile.form-control {
  padding: 1px 0;
}

.scopri .operatori_search_box .horizontal .control input[type=text],
.scopri .operatori_search_box .horizontal .control input[type=date] {
  border: none;
  font-size: 1.5rem;
  border-radius: 0;
  background-color: white;
  border-bottom: 1px solid #495057;
  min-width: 0;
  height: auto;
}

.scopri .operatori_search_box .horizontal .control input[type=text]:focus,
.scopri .operatori_search_box .horizontal .control input[type=date]:focus {
  box-shadow: none;
}

.scopri .operatori_search_box .vertical {
  max-width: 30rem;
  z-index: 10;
  position: relative;
  height: 4.4rem;
  margin: 0 auto;
}

.scopri .operatori_search_box .vertical button.collapsible {
  border: none;
  background-color: transparent;
  display: block;
  position: absolute;
  width: 100%;
}

.scopri .operatori_search_box .vertical .dropbutton {
  display: none;
}

.scopri .operatori_search_box .vertical .dropbutton.collapsed {
  display: block;
}

.scopri .operatori_search_box .vertical #collapse-events {
  padding: 1.8rem;
  background-color: #2F4A9A;
  background-image: linear-gradient(-180deg, #2e4998 0%, #2F4A9A 48%, #2e4998 80%);
  font-size: 1.6rem;
}

.scopri .operatori_search_box .vertical .fa-chevron-up {
  text-align: right;
  line-height: 4rem;
  color: white;
  margin-bottom: 1.8rem;
}

.scopri .operatori_search_box .vertical .form-group {
  background: #ffffff;
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
}

.scopri .operatori_search_box .vertical .form-group .col-form-label {
  line-height: 5rem;
}

.scopri .operatori_search_box .vertical .ert-text {
  border: none;
  font-size: 1.5rem;
  height: 60px;
  border-radius: 0;
  background-color: white;
}

.scopri .operatori_search_box .vertical .ert-text.line {
  border-bottom: 1px solid #495057;
  height: auto;
  margin-top: 14px;
}

.scopri .operatori_search_box .vertical .ert-text:focus {
  box-shadow: none;
}

.scopri .operatori_search_box .vertical button.search {
  border: none;
  position: absolute;
  bottom: -10rem;
  left: 5%;
  right: 5%;
  width: 90%;
  line-height: 4.4rem;
}

.scopri .operatori_search_box .vertical .datepicker-holder {
  padding-right: 0px;
}

.scopri .operatori_search_box .vertical .datepicker-holder * {
  cursor: pointer;
}

.scopri .operatori_search_box .vertical .datepicker-holder input[type=date]::-webkit-calendar-picker-indicator {
  width: 1.2rem;
  height: 0.7rem;
  -webkit-mask: url(/images/caret.svg);
          mask: url(/images/caret.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  -webkit-transition: 500ms ease;
  transition: 500ms ease;
  background-color: #686868;
}

.scopri .operatori_search_box .vertical .datepicker-holder .flatpickr-calendar.static {
  margin-left: -193px;
  margin-top: -184px;
  left: 50%;
  top: 50%;
}

.scopri .operatori_search_box .vertical .datepicker-holder .flatpickr-calendar.static.arrowBottom:after {
  display: none;
}

.scopri .operatori_search_box .vertical .datepicker-holder .flatpickr-calendar.static.arrowBottom:before {
  display: none;
}

.scopri .operatori_search_box .vertical .datepicker-holder .flatpickr-months .flatpickr-month {
  height: 32px;
}

.scopri .operatori_search_box .vertical .ert-dropdown * {
  cursor: pointer;
}

.scopri .operatori_search_box .vertical .ert-dropdown .ert-combo {
  background: #ffffff;
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
  line-height: 5rem;
  display: block;
  width: 100%;
  height: 60px;
  text-align: left;
}

.scopri .operatori_search_box .vertical .ert-dropdown .ert-combo::after {
  border: none;
}

.scopri .operatori_search_box .vertical .ert-dropdown .ert-combo i {
  transition: 500ms ease;
  transform: rotate(0);
  position: absolute;
  top: 2.25rem;
  right: 15px;
}

.scopri .operatori_search_box .vertical .ert-dropdown .ert-combo .button {
  padding: 0px;
}

.scopri .operatori_search_box .vertical .ert-dropdown .dropdown-menu {
  width: 100% !important;
  border: none;
  border-radius: 0;
  box-shadow: 0px 2px 2px 0px #a9a9a970;
  border-top: 1px solid #a9a9a970;
}

.scopri .operatori_search_box .vertical .ert-dropdown .dropdown-menu .dropdown-item {
  font-size: 1.5rem;
  line-height: 4rem;
}

.scopri .operatori_search_box .vertical .ert-dropdown .dropdown-menu .dropdown-item:active {
  background-color: #2F4A9A;
}

.scopri .operatori_search_box .vertical .ert-dropdown.show .ert-combo i {
  transform: rotate(180deg);
}

.scopri .operatori_search_box .vertical .bootstrap-select *:focus {
  box-shadow: none important;
}

.scopri .operatori_search_box .vertical .bootstrap-select button {
  font-size: 1.5rem;
  color: #848484;
  letter-spacing: 0.3px;
  border: none;
  font-size: 1.5rem;
  height: 60px;
  border-radius: 0;
  background-color: white;
}

.scopri .operatori_search_box .vertical .bootstrap-select button:after {
  content: "\F078";
  border: none;
}

.scopri .operatori_search_box .vertical .bootstrap-select .dropdown-menu {
  width: 100% !important;
  border: none;
  border-radius: 0;
  box-shadow: 0px 2px 2px 0px #a9a9a970;
  border-top: 1px solid #a9a9a970;
}

.scopri .operatori_search_box .vertical .bootstrap-select .dropdown-menu .dropdown-item {
  font-size: 1.5rem;
  line-height: 4rem;
}

.scopri .operatori_search_box .vertical .bootstrap-select .dropdown-menu .dropdown-item:active,
.scopri .operatori_search_box .vertical .bootstrap-select .dropdown-menu .dropdown-item.active {
  background-color: #2F4A9A;
}

.scopri .operatori_search_box .vertical .btn-er,
.scopri .operatori_search_box .vertical .instagram .instabutton div span,
.instagram .instabutton div .scopri .operatori_search_box .vertical span {
  margin-top: 18px;
}

.scopri .operatori_search_box .vertical .btn-er .fa-chevron-down,
.scopri .operatori_search_box .vertical .instagram .instabutton div span .fa-chevron-down,
.instagram .instabutton div .scopri .operatori_search_box .vertical span .fa-chevron-down {
  float: right;
  line-height: 4rem;
}

.scopri .home-boxes {
  background-color: #2F4A9A;
}

.scopri .content-box a {
  font-weight: bold;
  color: #2F4A9A;
}

.scopri .content-box a strong {
  color: #2F4A9A;
}

.scopri .content-box .btn-er,
.scopri .content-box .instagram .instabutton div span,
.instagram .instabutton div .scopri .content-box span {
  background-color: #2F4A9A;
  color: white;
}

.scopri .content-box h3.with-line {
  font-size: 1.8rem;
  color: #030303;
  letter-spacing: -0.43px;
  text-transform: uppercase;
  margin-bottom: 2.1rem;
}

.scopri .content-box h3.with-line::before {
  content: "";
  display: block;
  height: 3px;
  background: #0e797b;
  width: 100%;
  max-width: 32rem;
  margin-left: 0;
  margin-right: 0;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.scopri *:focus {
  outline: 1px solid #2F4A9A;
  outline-offset: -1px;
}

.scopri .bootstrap-select .dropdown-toggle:focus {
  outline: 1px solid #2F4A9A;
  outline-offset: -1px;
}

.scopri a:hover {
  outline: 1px solid #3b5dc1;
}

.scopri a:active {
  outline: 1px solid #2F4A9A;
}

.scopri .events-list {
  font-size: 1.4rem;
}

.scopri .section-list {
  display: block;
  text-align: right;
}

.scopri .section-list a {
  font-size: 2rem;
  color: #2F4A9A;
}

.scopri .events-list dt,
.scopri .section-list dt,
.scopri .iat-list dt {
  text-transform: uppercase;
  font-size: 1.5rem;
  line-height: 1.5;
  color: #111;
  letter-spacing: -0.38px;
  font-weight: 600;
  margin-top: 1.4rem;
}

.scopri .events-list dd,
.scopri .section-list dd,
.scopri .iat-list dd {
  font-size: 1.6rem;
  margin-bottom: 0.6rem;
  line-height: 1.5;
  color: #030303;
}

.scopri .events-list dd i,
.scopri .section-list dd i,
.scopri .iat-list dd i {
  margin-right: 0.6rem;
}

.scopri .events-list ul,
.scopri .section-list ul,
.scopri .iat-list ul {
  list-style: none;
  padding-inline-start: 0;
}

.scopri .events-list ul li,
.scopri .section-list ul li,
.scopri .iat-list ul li {
  font-size: 1.5rem;
  color: #030303;
  margin-top: 0.6rem;
  line-height: 1.5;
}

.scopri .events-list ul.tappe-list,
.scopri .section-list ul.tappe-list,
.scopri .iat-list ul.tappe-list {
  list-style: none;
  padding-inline-start: 0;
}

.scopri .events-list ul.tappe-list li,
.scopri .section-list ul.tappe-list li,
.scopri .iat-list ul.tappe-list li {
  font-size: 1.6rem;
  line-height: 1.5;
  color: #030303;
}

.scopri .tickets-list {
  display: flex;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #111;
  letter-spacing: -0.38px;
  font-weight: 600;
  margin-top: 1.4rem;
}

.scopri .tickets-list i {
  margin-top: 0.6rem;
}

.scopri .tickets-list li {
  color: #030303;
  font-size: 1.6rem;
  margin-left: 1.2rem;
}

.scopri .tickets-list li i {
  margin-right: 0.6rem;
}

.scopri .address * {
  color: white;
}

.scopri .top-title-box {
  padding: 0rem;
  text-align: center;
}

.scopri .top-title-box.no-image {
  padding-top: 10rem;
}

.scopri .top-title-box.no-image .er-logo-top {
  margin: 0 auto;
  display: block;
  margin-bottom: 10rem;
}

.scopri .top-title-box h1 {
  font-size: 3rem;
  color: #2F4A9A;
  letter-spacing: -1.01px;
  line-height: 4rem;
  margin: 2rem 0;
}

.scopri .top-title-box h2 {
  font-size: 2rem;
  line-height: 1.5;
  color: #000;
  letter-spacing: -0.58px;
}

.scopri .top-title-box .breadcrumb {
  opacity: 0.6;
  font-size: 1.5rem;
  letter-spacing: -0.38px;
  padding: 0;
  margin: 0;
  color: #2F4A9A;
  background-color: #fff;
}

.scopri .top-title-box .breadcrumb .breadcrumb-item::before,
.scopri .top-title-box .breadcrumb a {
  color: #2F4A9A;
}

@media (min-width: 992px) {
  .scopri .top-title-box h1 {
    line-height: 7rem;
    font-size: 7rem;
    margin-top: 3rem;
  }

  .scopri .top-title-box h2 {
    font-size: 2rem;
    line-height: 1.5rem;
  }

  .scopri .top-title-box .breadcrumb {
    font-size: 1.9rem;
  }
}

.scopri .image-box-with-border {
  margin: 2rem 0;
  border-top: 64px solid #2F4A9A;
}

.scopri .image-box-with-border img {
  -o-object-fit: cover;
     object-fit: cover;
}

.scopri .top-image {
  transition: background-image 1s ease-in-out;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 20px;
}

.scopri .top-image .logo {
  position: absolute;
  width: 30rem;
  bottom: 20px;
  left: 50%;
  margin-left: -15rem;
}

.scopri .top-image.no-mask {
  height: 600px;
}

.scopri .top-image .mask {
  z-index: 997;
  position: relative;
  width: 100%;
}

@media (min-width: 992px) {
  .scopri .top-image:after {
    position: absolute;
    content: "";
    left: 0px;
    bottom: -20px;
    width: 100%;
    height: 20px;
    transform: rotate(-180deg);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(255, 255, 255, 0.12) 12%, #e6e6e6);
  }
}

.scopri .info-box {
  position: relative;
  z-index: 0;
  border-right: 1px solid #e6e6e6;
  border-left: 7px solid #2F4A9A;
  background-color: white;
  padding: 0.1rem 1.5rem;
}

.scopri .info-box h3 {
  font-weight: bold;
  font-size: 1.9rem;
}

.scopri .info-box .referente {
  font-size: 1.7rem;
  line-height: 1.8rem;
  color: #000;
  letter-spacing: -0.41px;
}

@media (min-width: 768px) {
  .scopri .info-box {
    position: sticky;
    position: -webkit-sticky;
    top: 68px;
  }
}

.scopri .info-box:after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: -8px;
  height: 8px;
  left: 0px;
  z-index: -1;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.01) 30%, rgba(0, 0, 0, 0.03) 50%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0.08) 90%, rgba(0, 0, 0, 0.09) 96%, rgba(0, 0, 0, 0.1) 100%);
}

.scopri .info-box:after {
  width: calc(100% + 8px);
  left: -7px;
}

@media (max-width: 991.98px) {
  .scopri .info-box {
    width: auto;
    max-width: 60%;
    min-width: 300px;
    margin: 20px auto;
    display: block;
  }
}

@media (min-width: 992px) {
  .scopri .info-box {
    margin-top: 2.2rem;
  }
}

.scopri .info-box li {
  padding: 1.1rem 0;
}

.scopri .info-box li .icon {
  font-size: 2.8rem;
  line-height: 3.3rem;
  margin-right: 1rem;
  float: left;
}

.scopri .info-box li .info .title {
  text-transform: uppercase;
  font-size: 1.2rem;
  line-height: 1.5rem;
  color: #787878;
  letter-spacing: -0.38px;
}

.scopri .info-box li .info .value {
  font-size: 1.7rem;
  line-height: 1.8rem;
  color: #000000;
  letter-spacing: -0.41px;
  display: table;
}

.scopri .info-box li .info .value a {
  word-break: break-all;
}

@media (max-width: 991.98px) {
  .scopri .info-box li.bookmarks {
    display: none;
  }
}

.scopri .info-box .title-index {
  text-transform: uppercase;
  font-size: 1.4rem;
  line-height: 3rem;
  letter-spacing: -0.38px;
}

.scopri .info-box .bookmarks {
  display: inline-block;
}

.scopri .info-box .bookmarks ul li {
  padding: 0.5rem 0;
  width: 100%;
}

.scopri .info-box .bookmarks ul li a {
  font-size: 1.4rem;
  line-height: 1.5rem;
  color: #000000;
  letter-spacing: -0.41px;
}

.scopri .info-box .bookmarks ul li a.active {
  text-decoration: underline;
}

.scopri #bookmarks-index {
  margin-top: 8rem;
}

.scopri #bookmarks-index .info {
  padding: 2.1rem;
}

.scopri #bookmarks-index h4 {
  font-size: 1.8rem;
}

@media (min-width: 768px) {
  .scopri #bookmarks-index {
    display: none;
  }
}

.scopri blockquote:before {
  color: #304c9e;
}

.scopri .btn-er,
.scopri .instagram .instabutton div span,
.instagram .instabutton div .scopri span,
.scopri.btn {
  background: #2F4A9A;
}

.scopri hr {
  height: 3px;
  background: #2F4A9A;
  width: 100%;
  max-width: 32rem;
  margin-left: 0;
  margin-right: 0;
  margin-top: 1rem;
  margin-bottom: 2rem;
}

.scopri .section h2 {
  margin-top: 4.5rem;
  margin-bottom: 4.5rem;
  font-size: 4.42rem;
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.18;
  letter-spacing: -1.07px;
  text-align: center;
  color: black;
  /*text-decoration: underline;*/
}

.scopri .section h2 a {
  color: black;
}

.scopri .section h3 {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
  font-size: 3.42rem;
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.18;
  letter-spacing: -1.07px;
  text-align: center;
  color: black;
  text-transform: uppercase;
  /*text-decoration: underline;*/
}

.scopri .section h3 a {
  color: black;
}

.scopri .section .gallery {
  position: relative;
  padding-bottom: 33px;
}

.scopri .section .gallery .swiper-button-next,
.scopri .section .gallery .swiper-container-rtl .swiper-button-prev,
.scopri .section .gallery .swiper-button-prev,
.scopri .section .gallery .swiper-container-rtl .swiper-button-next {
  background-position: center;
  width: 7.2rem;
  bottom: 33px;
  height: auto;
  top: 0px;
  margin: 0px;
  left: auto;
}

.scopri .section .gallery .swiper-button-next svg,
.scopri .section .gallery .swiper-container-rtl .swiper-button-prev svg,
.scopri .section .gallery .swiper-button-prev svg,
.scopri .section .gallery .swiper-container-rtl .swiper-button-next svg {
  top: 50%;
  left: 2.1rem;
  position: absolute;
  width: 3rem;
  height: 3rem;
  margin-top: -1.5rem;
  filter: drop-shadow(0px 3px 3px black);
}

.scopri .section .gallery .swiper-button-next,
.scopri .section .gallery .swiper-button-prev,
.scopri .section .gallery .swiper-container-rtl .swiper-button-prev,
.scopri .section .gallery .swiper-container-rtl .swiper-button-next {
  fill: #fff;
}

.scopri .section .gallery .swiper-button-next,
.scopri .section .gallery .swiper-container-rtl .swiper-button-prev {
  right: 0px;
}

.scopri .section .gallery .swiper-button-prev,
.scopri .section .gallery .swiper-container-rtl .swiper-button-next {
  left: 0px;
}

.scopri .section .gallery .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #2F4A9A;
}

.scopri .section .gallery .swiper-pagination-bullet {
  border: 1px solid #2F4A9A;
}

.scopri .section .gallery .swiper-pagination-bullets {
  bottom: 2px;
}

.scopri .section .gallery .swiper-slide .carousel-content {
  background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.07) 8%, rgba(0, 0, 0, 0.45) 68%);
  position: absolute;
  left: 0rem;
  bottom: 0rem;
  right: 0rem;
  width: auto;
  padding: 10rem 2rem 2rem 2rem;
  font-size: 2.6rem;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.63px;
  text-align: center;
  color: #ffffff;
}

.scopri .section .gallery .swiper-slide .carousel-content a {
  color: #ffffff !important;
}

.scopri .section .card-carousel .nodefault.swiper-button-prev::after,
.scopri .section .card-carousel .nodefault.swiper-button-prev::before,
.scopri .section .card-carousel .nodefault.swiper-button-next::after,
.scopri .section .card-carousel .nodefault.swiper-button-next::before {
  content: unset;
}

.scopri .section .card-carousel .swiper-slide {
  height: auto;
  margin-bottom: 5rem;
}

.scopri .section .card-carousel .swiper-slide .iv-wrapper,
.scopri .section .card-carousel .swiper-slide a .iv-wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

.scopri .section .card-carousel .swiper-slide .iv-wrapper > div,
.scopri .section .card-carousel .swiper-slide a .iv-wrapper > div {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: start;
}

.scopri .section .card-carousel .swiper-slide .iv-wrapper .image,
.scopri .section .card-carousel .swiper-slide a .iv-wrapper .image {
  min-height: 23rem;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.scopri .section .card-carousel .swiper-slide .iv-wrapper .content,
.scopri .section .card-carousel .swiper-slide a .iv-wrapper .content {
  background: #ffffff;
  border: 0 solid #000000;
  position: relative;
  padding: 2rem 2.1rem 4rem;
  position: relative;
  z-index: 0;
}

.scopri .section .card-carousel .swiper-slide .iv-wrapper .content:after,
.scopri .section .card-carousel .swiper-slide a .iv-wrapper .content:after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: -4px;
  height: 4px;
  left: 0px;
  z-index: -1;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.01) 30%, rgba(0, 0, 0, 0.03) 50%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0.08) 90%, rgba(0, 0, 0, 0.09) 96%, rgba(0, 0, 0, 0.1) 100%);
}

.scopri .section .card-carousel .swiper-slide .iv-wrapper .content h3,
.scopri .section .card-carousel .swiper-slide a .iv-wrapper .content h3 {
  font-size: 2rem;
  color: #030303;
  letter-spacing: -0.48px;
  text-align: left;
}

.scopri .section .card-carousel .swiper-slide .iv-wrapper .content p,
.scopri .section .card-carousel .swiper-slide .iv-wrapper .content p a,
.scopri .section .card-carousel .swiper-slide .iv-wrapper .content a p,
.scopri .section .card-carousel .swiper-slide a .iv-wrapper .content p,
.scopri .section .card-carousel .swiper-slide a .iv-wrapper .content p a,
.scopri .section .card-carousel .swiper-slide a .iv-wrapper .content a p {
  font-size: 1.5rem;
  color: #030303;
  letter-spacing: -0.38px;
  margin-bottom: 0px;
}

.scopri .section .card-carousel .swiper-slide .iv-wrapper .content p .readmore,
.scopri .section .card-carousel .swiper-slide .iv-wrapper .content p a .readmore,
.scopri .section .card-carousel .swiper-slide .iv-wrapper .content a p .readmore,
.scopri .section .card-carousel .swiper-slide a .iv-wrapper .content p .readmore,
.scopri .section .card-carousel .swiper-slide a .iv-wrapper .content p a .readmore,
.scopri .section .card-carousel .swiper-slide a .iv-wrapper .content a p .readmore {
  font-style: italic;
  color: #233773;
  display: block;
  margin-top: 1rem;
}

.scopri .section .card-carousel .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border: 1px solid #2F4A9A;
  background: none;
  opacity: 1;
}

.scopri .section .card-carousel .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #2F4A9A;
}

.scopri .section .card-carousel .swiper-button-next,
.scopri .section .card-carousel .swiper-container-rtl .swiper-button-prev,
.scopri .section .card-carousel .swiper-button-prev,
.scopri .section .card-carousel .swiper-container-rtl .swiper-button-next {
  background-image: none;
  width: 4rem;
  height: 23rem;
  top: 0px;
  margin: 0px;
  left: auto;
}

.scopri .section .card-carousel .swiper-button-next svg,
.scopri .section .card-carousel .swiper-container-rtl .swiper-button-prev svg,
.scopri .section .card-carousel .swiper-button-prev svg,
.scopri .section .card-carousel .swiper-container-rtl .swiper-button-next svg {
  top: 50%;
  left: 50%;
  position: absolute;
  width: 3rem;
  height: 3rem;
  margin-top: -1.5rem;
  margin-left: -1.5rem;
  filter: drop-shadow(0px 3px 3px black);
}

.scopri .section .card-carousel .swiper-button-next,
.scopri .section .card-carousel .swiper-button-prev,
.scopri .section .card-carousel .swiper-container-rtl .swiper-button-prev,
.scopri .section .card-carousel .swiper-container-rtl .swiper-button-next {
  fill: #fff;
}

.scopri .section .card-carousel .swiper-button-next,
.scopri .section .card-carousel .swiper-container-rtl .swiper-button-prev {
  right: 0px;
}

.scopri .section .card-carousel .swiper-button-prev,
.scopri .section .card-carousel .swiper-container-rtl .swiper-button-next {
  left: 0px;
}

.scopri .section .sassibox-item,
.scopri .section a .sassibox-item {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 5rem;
}

.scopri .section .sassibox-item > div,
.scopri .section a .sassibox-item > div {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.scopri .section .sassibox-item .image,
.scopri .section a .sassibox-item .image {
  min-height: 23rem;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.scopri .section .sassibox-item .content,
.scopri .section a .sassibox-item .content {
  background: #ffffff;
  border: 0 solid #000000;
  position: relative;
  padding: 1rem 0;
  position: relative;
  z-index: 0;
}

.scopri .section .sassibox-item .content:after,
.scopri .section a .sassibox-item .content:after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: -4px;
  height: 4px;
  left: 0px;
  z-index: -1;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.01) 30%, rgba(0, 0, 0, 0.03) 50%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0.08) 90%, rgba(0, 0, 0, 0.09) 96%, rgba(0, 0, 0, 0.1) 100%);
}

.scopri .section .sassibox-item .content h4,
.scopri .section a .sassibox-item .content h4 {
  font-size: 2rem;
  color: #030303;
  letter-spacing: -0.48px;
  text-align: left;
}

.scopri .section .sassibox-item .content p,
.scopri .section .sassibox-item .content span,
.scopri .section .sassibox-item .content a span,
.scopri .section .sassibox-item .content span a,
.scopri .section .sassibox-item .content p a,
.scopri .section .sassibox-item .content a p,
.scopri .section a .sassibox-item .content p,
.scopri .section a .sassibox-item .content span,
.scopri .section a .sassibox-item .content a span,
.scopri .section a .sassibox-item .content span a,
.scopri .section a .sassibox-item .content p a,
.scopri .section a .sassibox-item .content a p {
  font-size: 1.5rem;
  color: #030303;
  letter-spacing: -0.38px;
}

.scopri .section .sassibox-item .content .action,
.scopri .section a .sassibox-item .content .action {
  margin: 10px 0;
}

.scopri .section .sassibox-item .content .action button,
.scopri .section a .sassibox-item .content .action button {
  font-family: "Open Sans", sans-serif !important;
}

.scopri .section .sassibox-item .content .readmore,
.scopri .section a .sassibox-item .content .readmore {
  border: 1px solid transparent;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  padding: 6px 12px;
  text-align: center;
  vertical-align: middle;
  width: -moz-fit-content;
  width: fit-content;
  text-transform: uppercase;
  background-color: #2F4A9A;
}

.idee .xp_search_box button span {
  color: white;
}

.idee .xp_search_box .city {
  color: white;
}

.idee .xp_search_box .horizontal {
  padding: 1rem;
  background-color: #c05116;
  background-image: linear-gradient(-180deg, #bd5016 0%, #c05116 48%, #be5016 80%);
  font-size: 1.6rem;
}

.idee .xp_search_box .horizontal.collapsed {
  border-radius: 2px;
  box-shadow: -1px 0 3px 0 rgba(0, 0, 0, 0.25);
}

.idee .xp_search_box .horizontal .fa,
.search .searchearchbox.vertical .bootstrap-select .idee .xp_search_box .horizontal button:after,
.downloads .downloadsearchbox.vertical .bootstrap-select .idee .xp_search_box .horizontal button:after,
.idee .xp_search_box .horizontal .localita #searchbox-app .bootstrap-select button:after,
.localita #searchbox-app .bootstrap-select .idee .xp_search_box .horizontal button:after,
.itinerari .searchbox .control .bootstrap-select .idee .xp_search_box .horizontal button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .vertical .bootstrap-select .idee .xp_search_box .horizontal button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .vertical .bootstrap-select .idee .xp_search_box .horizontal button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .vertical .bootstrap-select .idee .xp_search_box .horizontal button:after,
.romagna-craft .operatori_search_box .vertical .bootstrap-select .idee .xp_search_box .horizontal button:after,
.spass .operatori_search_box .vertical .bootstrap-select .idee .xp_search_box .horizontal button:after,
.natur .operatori_search_box .vertical .bootstrap-select .idee .xp_search_box .horizontal button:after,
.kultur .operatori_search_box .vertical .bootstrap-select .idee .xp_search_box .horizontal button:after,
.pet .operatori_search_box .vertical .bootstrap-select .idee .xp_search_box .horizontal button:after,
.default .operatori_search_box .vertical .bootstrap-select .idee .xp_search_box .horizontal button:after,
.liscio .operatori_search_box .vertical .bootstrap-select .idee .xp_search_box .horizontal button:after,
.romagna .operatori_search_box .vertical .bootstrap-select .idee .xp_search_box .horizontal button:after,
.motorcycle .operatori_search_box .vertical .bootstrap-select .idee .xp_search_box .horizontal button:after,
.sport .operatori_search_box .vertical .bootstrap-select .idee .xp_search_box .horizontal button:after,
.fun .operatori_search_box .vertical .bootstrap-select .idee .xp_search_box .horizontal button:after,
.wellness .operatori_search_box .vertical .bootstrap-select .idee .xp_search_box .horizontal button:after,
.empire .operatori_search_box .vertical .bootstrap-select .idee .xp_search_box .horizontal button:after,
.bike .operatori_search_box .vertical .bootstrap-select .idee .xp_search_box .horizontal button:after,
.castle .operatori_search_box .vertical .bootstrap-select .idee .xp_search_box .horizontal button:after,
.culture .operatori_search_box .vertical .bootstrap-select .idee .xp_search_box .horizontal button:after,
.romagna_autentica .operatori_search_box .vertical .bootstrap-select .idee .xp_search_box .horizontal button:after,
.nature .operatori_search_box .vertical .bootstrap-select .idee .xp_search_box .horizontal button:after,
.food .operatori_search_box .vertical .bootstrap-select .idee .xp_search_box .horizontal button:after,
.beach .operatori_search_box .vertical .bootstrap-select .idee .xp_search_box .horizontal button:after,
.rock .operatori_search_box .vertical .bootstrap-select .idee .xp_search_box .horizontal button:after,
.booking .operatori_search_box .vertical .bootstrap-select .idee .xp_search_box .horizontal button:after,
.odm .operatori_search_box .vertical .bootstrap-select .idee .xp_search_box .horizontal button:after,
.meteo .operatori_search_box .vertical .bootstrap-select .idee .xp_search_box .horizontal button:after,
.iat .operatori_search_box .vertical .bootstrap-select .idee .xp_search_box .horizontal button:after,
.news .operatori_search_box .vertical .bootstrap-select .idee .xp_search_box .horizontal button:after,
.esperienze .operatori_search_box .vertical .bootstrap-select .idee .xp_search_box .horizontal button:after,
.pianifica .operatori_search_box .vertical .bootstrap-select .idee .xp_search_box .horizontal button:after,
.eventi .operatori_search_box .vertical .bootstrap-select .idee .xp_search_box .horizontal button:after,
.idee .operatori_search_box .vertical .bootstrap-select .xp_search_box .horizontal button:after,
.idee .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.idee .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.idee .xp_search_box .horizontal .control .bootstrap-select button:after,
.idee .xp_search_box .events-homepage .header .eventsearchbox.horizontal .control .bootstrap-select button:after,
.events-homepage .header .idee .xp_search_box .eventsearchbox.horizontal .control .bootstrap-select button:after,
.events-homepage .header .eventsearchbox.vertical .bootstrap-select .idee .xp_search_box .horizontal button:after,
.idee .xp_search_box .events-page .header .eventsearchbox.horizontal .control .bootstrap-select button:after,
.events-page .header .idee .xp_search_box .eventsearchbox.horizontal .control .bootstrap-select button:after,
.events-page .header .eventsearchbox.vertical .bootstrap-select .idee .xp_search_box .horizontal button:after,
.scopri .operatori_search_box .vertical .bootstrap-select .idee .xp_search_box .horizontal button:after {
  line-height: 2.2rem;
}

.idee .xp_search_box .horizontal button.collapsible {
  border: none;
  background-color: transparent;
  display: block;
  width: 100%;
  font-size: 1.6rem;
  color: #ffffff;
  letter-spacing: -0.41px;
  text-align: left;
  text-transform: uppercase;
  display: block;
}

.idee .xp_search_box .horizontal .control {
  padding: 0.5rem 1rem;
  height: 5rem;
  background-color: white;
  margin: 0.5rem;
}

.idee .xp_search_box .horizontal .control.btn-holder {
  min-width: 2rem;
  width: auto;
  padding: 0px;
}

.idee .xp_search_box .horizontal .control.btn-holder button {
  width: 100%;
  border: none;
  background-color: #923e11;
  height: 100%;
  font-size: 1.6rem;
  color: #ffffff;
  letter-spacing: -0.41px;
  text-align: center;
  text-transform: uppercase;
  display: block;
  padding: 0px;
}

.idee .xp_search_box .horizontal .control .ert-dropdown {
  width: 100%;
}

.idee .xp_search_box .horizontal .control .ert-dropdown * {
  cursor: pointer;
}

.idee .xp_search_box .horizontal .control .ert-dropdown .ert-combo {
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
  display: block;
  text-align: left;
}

.idee .xp_search_box .horizontal .control .ert-dropdown .ert-combo::after {
  border: none;
}

.idee .xp_search_box .horizontal .control .ert-dropdown .ert-combo i {
  transition: 500ms ease;
  transform: rotate(0);
  position: absolute;
  top: 2.25rem;
  right: 15px;
}

.idee .xp_search_box .horizontal .control .ert-dropdown .ert-combo .button {
  padding: 0px;
}

.idee .xp_search_box .horizontal .control .ert-dropdown.show .ert-combo i {
  transform: rotate(180deg);
}

.idee .xp_search_box .horizontal .control .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: auto;
}

.idee .xp_search_box .horizontal .control .bootstrap-select {
  margin-top: -1px;
}

.idee .xp_search_box .horizontal .control .bootstrap-select *:focus {
  box-shadow: none important;
}

.idee .xp_search_box .horizontal .control .bootstrap-select button {
  padding: 0px;
  font-size: 1.5rem;
  background: #ffffff;
  color: #848484;
  letter-spacing: 0.3px;
  border: none;
  border-radius: 0;
}

.idee .xp_search_box .horizontal .control .bootstrap-select button:after {
  content: "\F078";
  border: none;
}

.idee .xp_search_box .horizontal .control .bootstrap-select .dropdown-menu {
  width: 100% !important;
  border: none;
  border-radius: 0;
  box-shadow: 0px 2px 2px 0px #a9a9a970;
  border-top: 1px solid #a9a9a970;
}

.idee .xp_search_box .horizontal .control .bootstrap-select .dropdown-menu.inner.show {
  border-top: none;
}

.idee .xp_search_box .horizontal .control .bootstrap-select .dropdown-menu .dropdown-item {
  font-size: 1.5rem;
  line-height: 4rem;
}

.idee .xp_search_box .horizontal .control .bootstrap-select .dropdown-menu .dropdown-item:active,
.idee .xp_search_box .horizontal .control .bootstrap-select .dropdown-menu .dropdown-item.active {
  background-color: #c05116;
}

.idee .xp_search_box .horizontal .control label {
  background: #ffffff;
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
  line-height: 2.4rem;
  margin-bottom: 0px;
  margin-right: 0.5rem;
}

@media (max-width: 768px) {
  .idee .xp_search_box .horizontal .control label {
    min-width: 6.2rem;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .idee .xp_search_box .horizontal .control label {
    display: none;
  }
}

.idee .xp_search_box .horizontal .control .flatpickr-mobile.form-control {
  padding: 1px 0;
}

.idee .xp_search_box .horizontal .control input[type=text],
.idee .xp_search_box .horizontal .control input[type=date] {
  border: none;
  font-size: 1.5rem;
  border-radius: 0;
  background-color: white;
  border-bottom: 1px solid #495057;
  min-width: 0;
  height: auto;
}

.idee .xp_search_box .horizontal .control input[type=text]:focus,
.idee .xp_search_box .horizontal .control input[type=date]:focus {
  box-shadow: none;
}

.idee .xp_search_box .vertical {
  max-width: 30rem;
  z-index: 10;
  position: relative;
  height: 4.4rem;
  margin: 0 auto;
}

.idee .xp_search_box .vertical button.collapsible {
  border: none;
  background-color: transparent;
  display: block;
  position: absolute;
  width: 100%;
}

.idee .xp_search_box .vertical .dropbutton {
  display: none;
}

.idee .xp_search_box .vertical .dropbutton.collapsed {
  display: block;
}

.idee .xp_search_box .vertical #collapse-events {
  padding: 1.8rem;
  background-color: #c05116;
  background-image: linear-gradient(-180deg, #bd5016 0%, #c05116 48%, #be5016 80%);
  font-size: 1.6rem;
}

.idee .xp_search_box .vertical .fa-chevron-up {
  text-align: right;
  line-height: 4rem;
  color: white;
  margin-bottom: 1.8rem;
}

.idee .xp_search_box .vertical .form-group {
  background: #ffffff;
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
}

.idee .xp_search_box .vertical .form-group .col-form-label {
  line-height: 5rem;
}

.idee .xp_search_box .vertical .ert-text {
  border: none;
  font-size: 1.5rem;
  height: 60px;
  border-radius: 0;
  background-color: white;
}

.idee .xp_search_box .vertical .ert-text.line {
  border-bottom: 1px solid #495057;
  height: auto;
  margin-top: 14px;
}

.idee .xp_search_box .vertical .ert-text:focus {
  box-shadow: none;
}

.idee .xp_search_box .vertical button.search {
  border: none;
  position: absolute;
  bottom: -10rem;
  left: 5%;
  right: 5%;
  width: 90%;
  line-height: 4.4rem;
}

.idee .xp_search_box .vertical .datepicker-holder {
  padding-right: 0px;
}

.idee .xp_search_box .vertical .datepicker-holder * {
  cursor: pointer;
}

.idee .xp_search_box .vertical .datepicker-holder input[type=date]::-webkit-calendar-picker-indicator {
  width: 1.2rem;
  height: 0.7rem;
  -webkit-mask: url(/images/caret.svg);
          mask: url(/images/caret.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  -webkit-transition: 500ms ease;
  transition: 500ms ease;
  background-color: #686868;
}

.idee .xp_search_box .vertical .datepicker-holder .flatpickr-calendar.static {
  margin-left: -193px;
  margin-top: -184px;
  left: 50%;
  top: 50%;
}

.idee .xp_search_box .vertical .datepicker-holder .flatpickr-calendar.static.arrowBottom:after {
  display: none;
}

.idee .xp_search_box .vertical .datepicker-holder .flatpickr-calendar.static.arrowBottom:before {
  display: none;
}

.idee .xp_search_box .vertical .datepicker-holder .flatpickr-months .flatpickr-month {
  height: 32px;
}

.idee .xp_search_box .vertical .ert-dropdown * {
  cursor: pointer;
}

.idee .xp_search_box .vertical .ert-dropdown .ert-combo {
  background: #ffffff;
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
  line-height: 5rem;
  display: block;
  width: 100%;
  height: 60px;
  text-align: left;
}

.idee .xp_search_box .vertical .ert-dropdown .ert-combo::after {
  border: none;
}

.idee .xp_search_box .vertical .ert-dropdown .ert-combo i {
  transition: 500ms ease;
  transform: rotate(0);
  position: absolute;
  top: 2.25rem;
  right: 15px;
}

.idee .xp_search_box .vertical .ert-dropdown .ert-combo .button {
  padding: 0px;
}

.idee .xp_search_box .vertical .ert-dropdown .dropdown-menu {
  width: 100% !important;
  border: none;
  border-radius: 0;
  box-shadow: 0px 2px 2px 0px #a9a9a970;
  border-top: 1px solid #a9a9a970;
}

.idee .xp_search_box .vertical .ert-dropdown .dropdown-menu .dropdown-item {
  font-size: 1.5rem;
  line-height: 4rem;
}

.idee .xp_search_box .vertical .ert-dropdown .dropdown-menu .dropdown-item:active {
  background-color: #c05116;
}

.idee .xp_search_box .vertical .ert-dropdown.show .ert-combo i {
  transform: rotate(180deg);
}

.idee .xp_search_box .vertical .bootstrap-select *:focus {
  box-shadow: none important;
}

.idee .xp_search_box .vertical .bootstrap-select button {
  font-size: 1.5rem;
  color: #848484;
  letter-spacing: 0.3px;
  border: none;
  font-size: 1.5rem;
  height: 60px;
  border-radius: 0;
  background-color: white;
}

.idee .xp_search_box .vertical .bootstrap-select button:after {
  content: "\F078";
  border: none;
}

.idee .xp_search_box .vertical .bootstrap-select .dropdown-menu {
  width: 100% !important;
  border: none;
  border-radius: 0;
  box-shadow: 0px 2px 2px 0px #a9a9a970;
  border-top: 1px solid #a9a9a970;
}

.idee .xp_search_box .vertical .bootstrap-select .dropdown-menu .dropdown-item {
  font-size: 1.5rem;
  line-height: 4rem;
}

.idee .xp_search_box .vertical .bootstrap-select .dropdown-menu .dropdown-item:active,
.idee .xp_search_box .vertical .bootstrap-select .dropdown-menu .dropdown-item.active {
  background-color: #c05116;
}

.idee .xp_search_box .vertical .btn-er,
.idee .xp_search_box .vertical .instagram .instabutton div span,
.instagram .instabutton div .idee .xp_search_box .vertical span {
  margin-top: 18px;
}

.idee .xp_search_box .vertical .btn-er .fa-chevron-down,
.idee .xp_search_box .vertical .instagram .instabutton div span .fa-chevron-down,
.instagram .instabutton div .idee .xp_search_box .vertical span .fa-chevron-down {
  float: right;
  line-height: 4rem;
}

.idee .operatori_search_box button span {
  color: white;
}

.idee .operatori_search_box .city {
  color: white;
}

.idee .operatori_search_box .horizontal {
  padding: 1rem;
  background-color: #c05116;
  background-image: linear-gradient(-180deg, #bd5016 0%, #c05116 48%, #be5016 80%);
  font-size: 1.6rem;
}

.idee .operatori_search_box .horizontal.collapsed {
  border-radius: 2px;
  box-shadow: -1px 0 3px 0 rgba(0, 0, 0, 0.25);
}

.idee .operatori_search_box .horizontal .fa,
.search .searchearchbox.vertical .bootstrap-select .idee .operatori_search_box .horizontal button:after,
.downloads .downloadsearchbox.vertical .bootstrap-select .idee .operatori_search_box .horizontal button:after,
.idee .operatori_search_box .horizontal .localita #searchbox-app .bootstrap-select button:after,
.localita #searchbox-app .bootstrap-select .idee .operatori_search_box .horizontal button:after,
.itinerari .searchbox .control .bootstrap-select .idee .operatori_search_box .horizontal button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .vertical .bootstrap-select .idee .operatori_search_box .horizontal button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .vertical .bootstrap-select .idee .operatori_search_box .horizontal button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .vertical .bootstrap-select .idee .operatori_search_box .horizontal button:after,
.romagna-craft .xp_search_box .vertical .bootstrap-select .idee .operatori_search_box .horizontal button:after,
.spass .xp_search_box .vertical .bootstrap-select .idee .operatori_search_box .horizontal button:after,
.natur .xp_search_box .vertical .bootstrap-select .idee .operatori_search_box .horizontal button:after,
.kultur .xp_search_box .vertical .bootstrap-select .idee .operatori_search_box .horizontal button:after,
.pet .xp_search_box .vertical .bootstrap-select .idee .operatori_search_box .horizontal button:after,
.default .xp_search_box .vertical .bootstrap-select .idee .operatori_search_box .horizontal button:after,
.liscio .xp_search_box .vertical .bootstrap-select .idee .operatori_search_box .horizontal button:after,
.romagna .xp_search_box .vertical .bootstrap-select .idee .operatori_search_box .horizontal button:after,
.motorcycle .xp_search_box .vertical .bootstrap-select .idee .operatori_search_box .horizontal button:after,
.sport .xp_search_box .vertical .bootstrap-select .idee .operatori_search_box .horizontal button:after,
.fun .xp_search_box .vertical .bootstrap-select .idee .operatori_search_box .horizontal button:after,
.wellness .xp_search_box .vertical .bootstrap-select .idee .operatori_search_box .horizontal button:after,
.empire .xp_search_box .vertical .bootstrap-select .idee .operatori_search_box .horizontal button:after,
.bike .xp_search_box .vertical .bootstrap-select .idee .operatori_search_box .horizontal button:after,
.castle .xp_search_box .vertical .bootstrap-select .idee .operatori_search_box .horizontal button:after,
.culture .xp_search_box .vertical .bootstrap-select .idee .operatori_search_box .horizontal button:after,
.romagna_autentica .xp_search_box .vertical .bootstrap-select .idee .operatori_search_box .horizontal button:after,
.nature .xp_search_box .vertical .bootstrap-select .idee .operatori_search_box .horizontal button:after,
.food .xp_search_box .vertical .bootstrap-select .idee .operatori_search_box .horizontal button:after,
.beach .xp_search_box .vertical .bootstrap-select .idee .operatori_search_box .horizontal button:after,
.rock .xp_search_box .vertical .bootstrap-select .idee .operatori_search_box .horizontal button:after,
.booking .xp_search_box .vertical .bootstrap-select .idee .operatori_search_box .horizontal button:after,
.odm .xp_search_box .vertical .bootstrap-select .idee .operatori_search_box .horizontal button:after,
.meteo .xp_search_box .vertical .bootstrap-select .idee .operatori_search_box .horizontal button:after,
.iat .xp_search_box .vertical .bootstrap-select .idee .operatori_search_box .horizontal button:after,
.news .xp_search_box .vertical .bootstrap-select .idee .operatori_search_box .horizontal button:after,
.esperienze .xp_search_box .vertical .bootstrap-select .idee .operatori_search_box .horizontal button:after,
.pianifica .xp_search_box .vertical .bootstrap-select .idee .operatori_search_box .horizontal button:after,
.eventi .xp_search_box .vertical .bootstrap-select .idee .operatori_search_box .horizontal button:after,
.idee .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.idee .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.idee .operatori_search_box .horizontal .control .bootstrap-select button:after,
.idee .operatori_search_box .events-homepage .header .eventsearchbox.horizontal .control .bootstrap-select button:after,
.events-homepage .header .idee .operatori_search_box .eventsearchbox.horizontal .control .bootstrap-select button:after,
.events-homepage .header .eventsearchbox.vertical .bootstrap-select .idee .operatori_search_box .horizontal button:after,
.idee .operatori_search_box .events-page .header .eventsearchbox.horizontal .control .bootstrap-select button:after,
.events-page .header .idee .operatori_search_box .eventsearchbox.horizontal .control .bootstrap-select button:after,
.events-page .header .eventsearchbox.vertical .bootstrap-select .idee .operatori_search_box .horizontal button:after,
.scopri .xp_search_box .vertical .bootstrap-select .idee .operatori_search_box .horizontal button:after,
.idee .xp_search_box .vertical .bootstrap-select .operatori_search_box .horizontal button:after {
  line-height: 2.2rem;
}

.idee .operatori_search_box .horizontal button.collapsible {
  border: none;
  background-color: transparent;
  display: block;
  width: 100%;
  font-size: 1.6rem;
  color: #ffffff;
  letter-spacing: -0.41px;
  text-align: left;
  text-transform: uppercase;
}

.idee .operatori_search_box .horizontal .control {
  padding: 0.5rem 1rem;
  height: 5rem;
  background-color: white;
  margin: 0.5rem;
}

.idee .operatori_search_box .horizontal .control.btn-holder {
  min-width: 2rem;
  width: auto;
  padding: 0px;
}

.idee .operatori_search_box .horizontal .control.btn-holder button {
  width: 100%;
  border: none;
  background-color: #923e11;
  height: 100%;
  font-size: 1.6rem;
  color: #ffffff;
  letter-spacing: -0.41px;
  text-align: center;
  text-transform: uppercase;
  display: block;
  padding: 0px;
}

.idee .operatori_search_box .horizontal .control .ert-dropdown {
  width: 100%;
}

.idee .operatori_search_box .horizontal .control .ert-dropdown * {
  cursor: pointer;
}

.idee .operatori_search_box .horizontal .control .ert-dropdown .ert-combo {
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
  display: block;
  text-align: left;
}

.idee .operatori_search_box .horizontal .control .ert-dropdown .ert-combo::after {
  border: none;
}

.idee .operatori_search_box .horizontal .control .ert-dropdown .ert-combo i {
  transition: 500ms ease;
  transform: rotate(0);
  position: absolute;
  top: 2.25rem;
  right: 15px;
}

.idee .operatori_search_box .horizontal .control .ert-dropdown .ert-combo .button {
  padding: 0px;
}

.idee .operatori_search_box .horizontal .control .ert-dropdown.show .ert-combo i {
  transform: rotate(180deg);
}

.idee .operatori_search_box .horizontal .control .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: auto;
}

.idee .operatori_search_box .horizontal .control .bootstrap-select {
  margin-top: -1px;
}

.idee .operatori_search_box .horizontal .control .bootstrap-select *:focus {
  box-shadow: none important;
}

.idee .operatori_search_box .horizontal .control .bootstrap-select button {
  padding: 0px;
  font-size: 1.5rem;
  background: #ffffff;
  color: #848484;
  letter-spacing: 0.3px;
  border: none;
  border-radius: 0;
}

.idee .operatori_search_box .horizontal .control .bootstrap-select button:after {
  content: "\F078";
  border: none;
}

.idee .operatori_search_box .horizontal .control .bootstrap-select .dropdown-menu {
  width: 100% !important;
  border: none;
  border-radius: 0;
  box-shadow: 0px 2px 2px 0px #a9a9a970;
  border-top: 1px solid #a9a9a970;
}

.idee .operatori_search_box .horizontal .control .bootstrap-select .dropdown-menu.inner.show {
  border-top: none;
}

.idee .operatori_search_box .horizontal .control .bootstrap-select .dropdown-menu .dropdown-item {
  font-size: 1.5rem;
  line-height: 4rem;
}

.idee .operatori_search_box .horizontal .control .bootstrap-select .dropdown-menu .dropdown-item:active,
.idee .operatori_search_box .horizontal .control .bootstrap-select .dropdown-menu .dropdown-item.active {
  background-color: #c05116;
}

.idee .operatori_search_box .horizontal .control label {
  background: #ffffff;
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
  line-height: 2.4rem;
  margin-bottom: 0px;
  margin-right: 0.5rem;
}

@media (max-width: 768px) {
  .idee .operatori_search_box .horizontal .control label {
    min-width: 6.2rem;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .idee .operatori_search_box .horizontal .control label {
    display: none;
  }
}

.idee .operatori_search_box .horizontal .control .flatpickr-mobile.form-control {
  padding: 1px 0;
}

.idee .operatori_search_box .horizontal .control input[type=text],
.idee .operatori_search_box .horizontal .control input[type=date] {
  border: none;
  font-size: 1.5rem;
  border-radius: 0;
  background-color: white;
  border-bottom: 1px solid #495057;
  min-width: 0;
  height: auto;
}

.idee .operatori_search_box .horizontal .control input[type=text]:focus,
.idee .operatori_search_box .horizontal .control input[type=date]:focus {
  box-shadow: none;
}

.idee .operatori_search_box .vertical {
  max-width: 30rem;
  z-index: 10;
  position: relative;
  height: 4.4rem;
  margin: 0 auto;
}

.idee .operatori_search_box .vertical button.collapsible {
  border: none;
  background-color: transparent;
  display: block;
  position: absolute;
  width: 100%;
}

.idee .operatori_search_box .vertical .dropbutton {
  display: none;
}

.idee .operatori_search_box .vertical .dropbutton.collapsed {
  display: block;
}

.idee .operatori_search_box .vertical #collapse-events {
  padding: 1.8rem;
  background-color: #c05116;
  background-image: linear-gradient(-180deg, #bd5016 0%, #c05116 48%, #be5016 80%);
  font-size: 1.6rem;
}

.idee .operatori_search_box .vertical .fa-chevron-up {
  text-align: right;
  line-height: 4rem;
  color: white;
  margin-bottom: 1.8rem;
}

.idee .operatori_search_box .vertical .form-group {
  background: #ffffff;
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
}

.idee .operatori_search_box .vertical .form-group .col-form-label {
  line-height: 5rem;
}

.idee .operatori_search_box .vertical .ert-text {
  border: none;
  font-size: 1.5rem;
  height: 60px;
  border-radius: 0;
  background-color: white;
}

.idee .operatori_search_box .vertical .ert-text.line {
  border-bottom: 1px solid #495057;
  height: auto;
  margin-top: 14px;
}

.idee .operatori_search_box .vertical .ert-text:focus {
  box-shadow: none;
}

.idee .operatori_search_box .vertical button.search {
  border: none;
  position: absolute;
  bottom: -10rem;
  left: 5%;
  right: 5%;
  width: 90%;
  line-height: 4.4rem;
}

.idee .operatori_search_box .vertical .datepicker-holder {
  padding-right: 0px;
}

.idee .operatori_search_box .vertical .datepicker-holder * {
  cursor: pointer;
}

.idee .operatori_search_box .vertical .datepicker-holder input[type=date]::-webkit-calendar-picker-indicator {
  width: 1.2rem;
  height: 0.7rem;
  -webkit-mask: url(/images/caret.svg);
          mask: url(/images/caret.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  -webkit-transition: 500ms ease;
  transition: 500ms ease;
  background-color: #686868;
}

.idee .operatori_search_box .vertical .datepicker-holder .flatpickr-calendar.static {
  margin-left: -193px;
  margin-top: -184px;
  left: 50%;
  top: 50%;
}

.idee .operatori_search_box .vertical .datepicker-holder .flatpickr-calendar.static.arrowBottom:after {
  display: none;
}

.idee .operatori_search_box .vertical .datepicker-holder .flatpickr-calendar.static.arrowBottom:before {
  display: none;
}

.idee .operatori_search_box .vertical .datepicker-holder .flatpickr-months .flatpickr-month {
  height: 32px;
}

.idee .operatori_search_box .vertical .ert-dropdown * {
  cursor: pointer;
}

.idee .operatori_search_box .vertical .ert-dropdown .ert-combo {
  background: #ffffff;
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
  line-height: 5rem;
  display: block;
  width: 100%;
  height: 60px;
  text-align: left;
}

.idee .operatori_search_box .vertical .ert-dropdown .ert-combo::after {
  border: none;
}

.idee .operatori_search_box .vertical .ert-dropdown .ert-combo i {
  transition: 500ms ease;
  transform: rotate(0);
  position: absolute;
  top: 2.25rem;
  right: 15px;
}

.idee .operatori_search_box .vertical .ert-dropdown .ert-combo .button {
  padding: 0px;
}

.idee .operatori_search_box .vertical .ert-dropdown .dropdown-menu {
  width: 100% !important;
  border: none;
  border-radius: 0;
  box-shadow: 0px 2px 2px 0px #a9a9a970;
  border-top: 1px solid #a9a9a970;
}

.idee .operatori_search_box .vertical .ert-dropdown .dropdown-menu .dropdown-item {
  font-size: 1.5rem;
  line-height: 4rem;
}

.idee .operatori_search_box .vertical .ert-dropdown .dropdown-menu .dropdown-item:active {
  background-color: #c05116;
}

.idee .operatori_search_box .vertical .ert-dropdown.show .ert-combo i {
  transform: rotate(180deg);
}

.idee .operatori_search_box .vertical .bootstrap-select *:focus {
  box-shadow: none important;
}

.idee .operatori_search_box .vertical .bootstrap-select button {
  font-size: 1.5rem;
  color: #848484;
  letter-spacing: 0.3px;
  border: none;
  font-size: 1.5rem;
  height: 60px;
  border-radius: 0;
  background-color: white;
}

.idee .operatori_search_box .vertical .bootstrap-select button:after {
  content: "\F078";
  border: none;
}

.idee .operatori_search_box .vertical .bootstrap-select .dropdown-menu {
  width: 100% !important;
  border: none;
  border-radius: 0;
  box-shadow: 0px 2px 2px 0px #a9a9a970;
  border-top: 1px solid #a9a9a970;
}

.idee .operatori_search_box .vertical .bootstrap-select .dropdown-menu .dropdown-item {
  font-size: 1.5rem;
  line-height: 4rem;
}

.idee .operatori_search_box .vertical .bootstrap-select .dropdown-menu .dropdown-item:active,
.idee .operatori_search_box .vertical .bootstrap-select .dropdown-menu .dropdown-item.active {
  background-color: #c05116;
}

.idee .operatori_search_box .vertical .btn-er,
.idee .operatori_search_box .vertical .instagram .instabutton div span,
.instagram .instabutton div .idee .operatori_search_box .vertical span {
  margin-top: 18px;
}

.idee .operatori_search_box .vertical .btn-er .fa-chevron-down,
.idee .operatori_search_box .vertical .instagram .instabutton div span .fa-chevron-down,
.instagram .instabutton div .idee .operatori_search_box .vertical span .fa-chevron-down {
  float: right;
  line-height: 4rem;
}

.idee .home-boxes {
  background-color: #c05116;
}

.idee .content-box a {
  font-weight: bold;
  color: #c05116;
}

.idee .content-box a strong {
  color: #c05116;
}

.idee .content-box .btn-er,
.idee .content-box .instagram .instabutton div span,
.instagram .instabutton div .idee .content-box span {
  background-color: #c05116;
  color: white;
}

.idee .content-box h3.with-line {
  font-size: 1.8rem;
  color: #030303;
  letter-spacing: -0.43px;
  text-transform: uppercase;
  margin-bottom: 2.1rem;
}

.idee .content-box h3.with-line::before {
  content: "";
  display: block;
  height: 3px;
  background: #0e797b;
  width: 100%;
  max-width: 32rem;
  margin-left: 0;
  margin-right: 0;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.idee *:focus {
  outline: 1px solid #c05116;
  outline-offset: -1px;
}

.idee .bootstrap-select .dropdown-toggle:focus {
  outline: 1px solid #c05116;
  outline-offset: -1px;
}

.idee a:hover {
  outline: 1px solid #e66723;
}

.idee a:active {
  outline: 1px solid #c05116;
}

.idee .events-list {
  font-size: 1.4rem;
}

.idee .section-list {
  display: block;
  text-align: right;
}

.idee .section-list a {
  font-size: 2rem;
  color: #c05116;
}

.idee .events-list dt,
.idee .section-list dt,
.idee .iat-list dt {
  text-transform: uppercase;
  font-size: 1.5rem;
  line-height: 1.5;
  color: #111;
  letter-spacing: -0.38px;
  font-weight: 600;
  margin-top: 1.4rem;
}

.idee .events-list dd,
.idee .section-list dd,
.idee .iat-list dd {
  font-size: 1.6rem;
  margin-bottom: 0.6rem;
  line-height: 1.5;
  color: #030303;
}

.idee .events-list dd i,
.idee .section-list dd i,
.idee .iat-list dd i {
  margin-right: 0.6rem;
}

.idee .events-list ul,
.idee .section-list ul,
.idee .iat-list ul {
  list-style: none;
  padding-inline-start: 0;
}

.idee .events-list ul li,
.idee .section-list ul li,
.idee .iat-list ul li {
  font-size: 1.5rem;
  color: #030303;
  margin-top: 0.6rem;
  line-height: 1.5;
}

.idee .events-list ul.tappe-list,
.idee .section-list ul.tappe-list,
.idee .iat-list ul.tappe-list {
  list-style: none;
  padding-inline-start: 0;
}

.idee .events-list ul.tappe-list li,
.idee .section-list ul.tappe-list li,
.idee .iat-list ul.tappe-list li {
  font-size: 1.6rem;
  line-height: 1.5;
  color: #030303;
}

.idee .tickets-list {
  display: flex;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #111;
  letter-spacing: -0.38px;
  font-weight: 600;
  margin-top: 1.4rem;
}

.idee .tickets-list i {
  margin-top: 0.6rem;
}

.idee .tickets-list li {
  color: #030303;
  font-size: 1.6rem;
  margin-left: 1.2rem;
}

.idee .tickets-list li i {
  margin-right: 0.6rem;
}

.idee .address * {
  color: white;
}

.idee .top-title-box {
  padding: 0rem;
  text-align: center;
}

.idee .top-title-box.no-image {
  padding-top: 10rem;
}

.idee .top-title-box.no-image .er-logo-top {
  margin: 0 auto;
  display: block;
  margin-bottom: 10rem;
}

.idee .top-title-box h1 {
  font-size: 3rem;
  color: #c05116;
  letter-spacing: -1.01px;
  line-height: 4rem;
  margin: 2rem 0;
}

.idee .top-title-box h2 {
  font-size: 2rem;
  line-height: 1.5;
  color: #000;
  letter-spacing: -0.58px;
}

.idee .top-title-box .breadcrumb {
  opacity: 0.6;
  font-size: 1.5rem;
  letter-spacing: -0.38px;
  padding: 0;
  margin: 0;
  color: #c05116;
  background-color: #fff;
}

.idee .top-title-box .breadcrumb .breadcrumb-item::before,
.idee .top-title-box .breadcrumb a {
  color: #c05116;
}

@media (min-width: 992px) {
  .idee .top-title-box h1 {
    line-height: 7rem;
    font-size: 7rem;
    margin-top: 3rem;
  }

  .idee .top-title-box h2 {
    font-size: 2rem;
    line-height: 1.5rem;
  }

  .idee .top-title-box .breadcrumb {
    font-size: 1.9rem;
  }
}

.idee .image-box-with-border {
  margin: 2rem 0;
  border-top: 64px solid #c05116;
}

.idee .image-box-with-border img {
  -o-object-fit: cover;
     object-fit: cover;
}

.idee .top-image {
  transition: background-image 1s ease-in-out;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 20px;
}

.idee .top-image .logo {
  position: absolute;
  width: 30rem;
  bottom: 20px;
  left: 50%;
  margin-left: -15rem;
}

.idee .top-image.no-mask {
  height: 600px;
}

.idee .top-image .mask {
  z-index: 997;
  position: relative;
  width: 100%;
}

@media (min-width: 992px) {
  .idee .top-image:after {
    position: absolute;
    content: "";
    left: 0px;
    bottom: -20px;
    width: 100%;
    height: 20px;
    transform: rotate(-180deg);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(255, 255, 255, 0.12) 12%, #e6e6e6);
  }
}

.idee .info-box {
  position: relative;
  z-index: 0;
  border-right: 1px solid #e6e6e6;
  border-left: 7px solid #c05116;
  background-color: white;
  padding: 0.1rem 1.5rem;
}

.idee .info-box h3 {
  font-weight: bold;
  font-size: 1.9rem;
}

.idee .info-box .referente {
  font-size: 1.7rem;
  line-height: 1.8rem;
  color: #000;
  letter-spacing: -0.41px;
}

@media (min-width: 768px) {
  .idee .info-box {
    position: sticky;
    position: -webkit-sticky;
    top: 68px;
  }
}

.idee .info-box:after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: -8px;
  height: 8px;
  left: 0px;
  z-index: -1;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.01) 30%, rgba(0, 0, 0, 0.03) 50%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0.08) 90%, rgba(0, 0, 0, 0.09) 96%, rgba(0, 0, 0, 0.1) 100%);
}

.idee .info-box:after {
  width: calc(100% + 8px);
  left: -7px;
}

@media (max-width: 991.98px) {
  .idee .info-box {
    width: auto;
    max-width: 60%;
    min-width: 300px;
    margin: 20px auto;
    display: block;
  }
}

@media (min-width: 992px) {
  .idee .info-box {
    margin-top: 2.2rem;
  }
}

.idee .info-box li {
  padding: 1.1rem 0;
}

.idee .info-box li .icon {
  font-size: 2.8rem;
  line-height: 3.3rem;
  margin-right: 1rem;
  float: left;
}

.idee .info-box li .info .title {
  text-transform: uppercase;
  font-size: 1.2rem;
  line-height: 1.5rem;
  color: #787878;
  letter-spacing: -0.38px;
}

.idee .info-box li .info .value {
  font-size: 1.7rem;
  line-height: 1.8rem;
  color: #000000;
  letter-spacing: -0.41px;
  display: table;
}

.idee .info-box li .info .value a {
  word-break: break-all;
}

@media (max-width: 991.98px) {
  .idee .info-box li.bookmarks {
    display: none;
  }
}

.idee .info-box .title-index {
  text-transform: uppercase;
  font-size: 1.4rem;
  line-height: 3rem;
  letter-spacing: -0.38px;
}

.idee .info-box .bookmarks {
  display: inline-block;
}

.idee .info-box .bookmarks ul li {
  padding: 0.5rem 0;
  width: 100%;
}

.idee .info-box .bookmarks ul li a {
  font-size: 1.4rem;
  line-height: 1.5rem;
  color: #000000;
  letter-spacing: -0.41px;
}

.idee .info-box .bookmarks ul li a.active {
  text-decoration: underline;
}

.idee #bookmarks-index {
  margin-top: 8rem;
}

.idee #bookmarks-index .info {
  padding: 2.1rem;
}

.idee #bookmarks-index h4 {
  font-size: 1.8rem;
}

@media (min-width: 768px) {
  .idee #bookmarks-index {
    display: none;
  }
}

.idee blockquote:before {
  color: #c55317;
}

.idee .btn-er,
.idee .instagram .instabutton div span,
.instagram .instabutton div .idee span,
.idee.btn {
  background: #c05116;
}

.idee hr {
  height: 3px;
  background: #c05116;
  width: 100%;
  max-width: 32rem;
  margin-left: 0;
  margin-right: 0;
  margin-top: 1rem;
  margin-bottom: 2rem;
}

.idee .section h2 {
  margin-top: 4.5rem;
  margin-bottom: 4.5rem;
  font-size: 4.42rem;
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.18;
  letter-spacing: -1.07px;
  text-align: center;
  color: black;
  /*text-decoration: underline;*/
}

.idee .section h2 a {
  color: black;
}

.idee .section h3 {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
  font-size: 3.42rem;
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.18;
  letter-spacing: -1.07px;
  text-align: center;
  color: black;
  text-transform: uppercase;
  /*text-decoration: underline;*/
}

.idee .section h3 a {
  color: black;
}

.idee .section .gallery {
  position: relative;
  padding-bottom: 33px;
}

.idee .section .gallery .swiper-button-next,
.idee .section .gallery .swiper-container-rtl .swiper-button-prev,
.idee .section .gallery .swiper-button-prev,
.idee .section .gallery .swiper-container-rtl .swiper-button-next {
  background-position: center;
  width: 7.2rem;
  bottom: 33px;
  height: auto;
  top: 0px;
  margin: 0px;
  left: auto;
}

.idee .section .gallery .swiper-button-next svg,
.idee .section .gallery .swiper-container-rtl .swiper-button-prev svg,
.idee .section .gallery .swiper-button-prev svg,
.idee .section .gallery .swiper-container-rtl .swiper-button-next svg {
  top: 50%;
  left: 2.1rem;
  position: absolute;
  width: 3rem;
  height: 3rem;
  margin-top: -1.5rem;
  filter: drop-shadow(0px 3px 3px black);
}

.idee .section .gallery .swiper-button-next,
.idee .section .gallery .swiper-button-prev,
.idee .section .gallery .swiper-container-rtl .swiper-button-prev,
.idee .section .gallery .swiper-container-rtl .swiper-button-next {
  fill: #fff;
}

.idee .section .gallery .swiper-button-next,
.idee .section .gallery .swiper-container-rtl .swiper-button-prev {
  right: 0px;
}

.idee .section .gallery .swiper-button-prev,
.idee .section .gallery .swiper-container-rtl .swiper-button-next {
  left: 0px;
}

.idee .section .gallery .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #c05116;
}

.idee .section .gallery .swiper-pagination-bullet {
  border: 1px solid #c05116;
}

.idee .section .gallery .swiper-pagination-bullets {
  bottom: 2px;
}

.idee .section .gallery .swiper-slide .carousel-content {
  background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.07) 8%, rgba(0, 0, 0, 0.45) 68%);
  position: absolute;
  left: 0rem;
  bottom: 0rem;
  right: 0rem;
  width: auto;
  padding: 10rem 2rem 2rem 2rem;
  font-size: 2.6rem;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.63px;
  text-align: center;
  color: #ffffff;
}

.idee .section .gallery .swiper-slide .carousel-content a {
  color: #ffffff !important;
}

.idee .section .card-carousel .nodefault.swiper-button-prev::after,
.idee .section .card-carousel .nodefault.swiper-button-prev::before,
.idee .section .card-carousel .nodefault.swiper-button-next::after,
.idee .section .card-carousel .nodefault.swiper-button-next::before {
  content: unset;
}

.idee .section .card-carousel .swiper-slide {
  height: auto;
  margin-bottom: 5rem;
}

.idee .section .card-carousel .swiper-slide .iv-wrapper,
.idee .section .card-carousel .swiper-slide a .iv-wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

.idee .section .card-carousel .swiper-slide .iv-wrapper > div,
.idee .section .card-carousel .swiper-slide a .iv-wrapper > div {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: start;
}

.idee .section .card-carousel .swiper-slide .iv-wrapper .image,
.idee .section .card-carousel .swiper-slide a .iv-wrapper .image {
  min-height: 23rem;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.idee .section .card-carousel .swiper-slide .iv-wrapper .content,
.idee .section .card-carousel .swiper-slide a .iv-wrapper .content {
  background: #ffffff;
  border: 0 solid #000000;
  position: relative;
  padding: 2rem 2.1rem 4rem;
  position: relative;
  z-index: 0;
}

.idee .section .card-carousel .swiper-slide .iv-wrapper .content:after,
.idee .section .card-carousel .swiper-slide a .iv-wrapper .content:after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: -4px;
  height: 4px;
  left: 0px;
  z-index: -1;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.01) 30%, rgba(0, 0, 0, 0.03) 50%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0.08) 90%, rgba(0, 0, 0, 0.09) 96%, rgba(0, 0, 0, 0.1) 100%);
}

.idee .section .card-carousel .swiper-slide .iv-wrapper .content h3,
.idee .section .card-carousel .swiper-slide a .iv-wrapper .content h3 {
  font-size: 2rem;
  color: #030303;
  letter-spacing: -0.48px;
  text-align: left;
}

.idee .section .card-carousel .swiper-slide .iv-wrapper .content p,
.idee .section .card-carousel .swiper-slide .iv-wrapper .content p a,
.idee .section .card-carousel .swiper-slide .iv-wrapper .content a p,
.idee .section .card-carousel .swiper-slide a .iv-wrapper .content p,
.idee .section .card-carousel .swiper-slide a .iv-wrapper .content p a,
.idee .section .card-carousel .swiper-slide a .iv-wrapper .content a p {
  font-size: 1.5rem;
  color: #030303;
  letter-spacing: -0.38px;
  margin-bottom: 0px;
}

.idee .section .card-carousel .swiper-slide .iv-wrapper .content p .readmore,
.idee .section .card-carousel .swiper-slide .iv-wrapper .content p a .readmore,
.idee .section .card-carousel .swiper-slide .iv-wrapper .content a p .readmore,
.idee .section .card-carousel .swiper-slide a .iv-wrapper .content p .readmore,
.idee .section .card-carousel .swiper-slide a .iv-wrapper .content p a .readmore,
.idee .section .card-carousel .swiper-slide a .iv-wrapper .content a p .readmore {
  font-style: italic;
  color: #923e11;
  display: block;
  margin-top: 1rem;
}

.idee .section .card-carousel .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border: 1px solid #c05116;
  background: none;
  opacity: 1;
}

.idee .section .card-carousel .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #c05116;
}

.idee .section .card-carousel .swiper-button-next,
.idee .section .card-carousel .swiper-container-rtl .swiper-button-prev,
.idee .section .card-carousel .swiper-button-prev,
.idee .section .card-carousel .swiper-container-rtl .swiper-button-next {
  background-image: none;
  width: 4rem;
  height: 23rem;
  top: 0px;
  margin: 0px;
  left: auto;
}

.idee .section .card-carousel .swiper-button-next svg,
.idee .section .card-carousel .swiper-container-rtl .swiper-button-prev svg,
.idee .section .card-carousel .swiper-button-prev svg,
.idee .section .card-carousel .swiper-container-rtl .swiper-button-next svg {
  top: 50%;
  left: 50%;
  position: absolute;
  width: 3rem;
  height: 3rem;
  margin-top: -1.5rem;
  margin-left: -1.5rem;
  filter: drop-shadow(0px 3px 3px black);
}

.idee .section .card-carousel .swiper-button-next,
.idee .section .card-carousel .swiper-button-prev,
.idee .section .card-carousel .swiper-container-rtl .swiper-button-prev,
.idee .section .card-carousel .swiper-container-rtl .swiper-button-next {
  fill: #fff;
}

.idee .section .card-carousel .swiper-button-next,
.idee .section .card-carousel .swiper-container-rtl .swiper-button-prev {
  right: 0px;
}

.idee .section .card-carousel .swiper-button-prev,
.idee .section .card-carousel .swiper-container-rtl .swiper-button-next {
  left: 0px;
}

.idee .section .sassibox-item,
.idee .section a .sassibox-item {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 5rem;
}

.idee .section .sassibox-item > div,
.idee .section a .sassibox-item > div {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.idee .section .sassibox-item .image,
.idee .section a .sassibox-item .image {
  min-height: 23rem;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.idee .section .sassibox-item .content,
.idee .section a .sassibox-item .content {
  background: #ffffff;
  border: 0 solid #000000;
  position: relative;
  padding: 1rem 0;
  position: relative;
  z-index: 0;
}

.idee .section .sassibox-item .content:after,
.idee .section a .sassibox-item .content:after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: -4px;
  height: 4px;
  left: 0px;
  z-index: -1;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.01) 30%, rgba(0, 0, 0, 0.03) 50%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0.08) 90%, rgba(0, 0, 0, 0.09) 96%, rgba(0, 0, 0, 0.1) 100%);
}

.idee .section .sassibox-item .content h4,
.idee .section a .sassibox-item .content h4 {
  font-size: 2rem;
  color: #030303;
  letter-spacing: -0.48px;
  text-align: left;
}

.idee .section .sassibox-item .content p,
.idee .section .sassibox-item .content span,
.idee .section .sassibox-item .content a span,
.idee .section .sassibox-item .content span a,
.idee .section .sassibox-item .content p a,
.idee .section .sassibox-item .content a p,
.idee .section a .sassibox-item .content p,
.idee .section a .sassibox-item .content span,
.idee .section a .sassibox-item .content a span,
.idee .section a .sassibox-item .content span a,
.idee .section a .sassibox-item .content p a,
.idee .section a .sassibox-item .content a p {
  font-size: 1.5rem;
  color: #030303;
  letter-spacing: -0.38px;
}

.idee .section .sassibox-item .content .action,
.idee .section a .sassibox-item .content .action {
  margin: 10px 0;
}

.idee .section .sassibox-item .content .action button,
.idee .section a .sassibox-item .content .action button {
  font-family: "Open Sans", sans-serif !important;
}

.idee .section .sassibox-item .content .readmore,
.idee .section a .sassibox-item .content .readmore {
  border: 1px solid transparent;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  padding: 6px 12px;
  text-align: center;
  vertical-align: middle;
  width: -moz-fit-content;
  width: fit-content;
  text-transform: uppercase;
  background-color: #c05116;
}

.eventi .xp_search_box button span {
  color: white;
}

.eventi .xp_search_box .city {
  color: white;
}

.eventi .xp_search_box .horizontal {
  padding: 1rem;
  background-color: #2F4A9A;
  background-image: linear-gradient(-180deg, #2e4998 0%, #2F4A9A 48%, #2e4998 80%);
  font-size: 1.6rem;
}

.eventi .xp_search_box .horizontal.collapsed {
  border-radius: 2px;
  box-shadow: -1px 0 3px 0 rgba(0, 0, 0, 0.25);
}

.eventi .xp_search_box .horizontal .fa,
.search .searchearchbox.vertical .bootstrap-select .eventi .xp_search_box .horizontal button:after,
.downloads .downloadsearchbox.vertical .bootstrap-select .eventi .xp_search_box .horizontal button:after,
.eventi .xp_search_box .horizontal .localita #searchbox-app .bootstrap-select button:after,
.localita #searchbox-app .bootstrap-select .eventi .xp_search_box .horizontal button:after,
.itinerari .searchbox .control .bootstrap-select .eventi .xp_search_box .horizontal button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .vertical .bootstrap-select .eventi .xp_search_box .horizontal button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .vertical .bootstrap-select .eventi .xp_search_box .horizontal button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .vertical .bootstrap-select .eventi .xp_search_box .horizontal button:after,
.romagna-craft .operatori_search_box .vertical .bootstrap-select .eventi .xp_search_box .horizontal button:after,
.spass .operatori_search_box .vertical .bootstrap-select .eventi .xp_search_box .horizontal button:after,
.natur .operatori_search_box .vertical .bootstrap-select .eventi .xp_search_box .horizontal button:after,
.kultur .operatori_search_box .vertical .bootstrap-select .eventi .xp_search_box .horizontal button:after,
.pet .operatori_search_box .vertical .bootstrap-select .eventi .xp_search_box .horizontal button:after,
.default .operatori_search_box .vertical .bootstrap-select .eventi .xp_search_box .horizontal button:after,
.liscio .operatori_search_box .vertical .bootstrap-select .eventi .xp_search_box .horizontal button:after,
.romagna .operatori_search_box .vertical .bootstrap-select .eventi .xp_search_box .horizontal button:after,
.motorcycle .operatori_search_box .vertical .bootstrap-select .eventi .xp_search_box .horizontal button:after,
.sport .operatori_search_box .vertical .bootstrap-select .eventi .xp_search_box .horizontal button:after,
.fun .operatori_search_box .vertical .bootstrap-select .eventi .xp_search_box .horizontal button:after,
.wellness .operatori_search_box .vertical .bootstrap-select .eventi .xp_search_box .horizontal button:after,
.empire .operatori_search_box .vertical .bootstrap-select .eventi .xp_search_box .horizontal button:after,
.bike .operatori_search_box .vertical .bootstrap-select .eventi .xp_search_box .horizontal button:after,
.castle .operatori_search_box .vertical .bootstrap-select .eventi .xp_search_box .horizontal button:after,
.culture .operatori_search_box .vertical .bootstrap-select .eventi .xp_search_box .horizontal button:after,
.romagna_autentica .operatori_search_box .vertical .bootstrap-select .eventi .xp_search_box .horizontal button:after,
.nature .operatori_search_box .vertical .bootstrap-select .eventi .xp_search_box .horizontal button:after,
.food .operatori_search_box .vertical .bootstrap-select .eventi .xp_search_box .horizontal button:after,
.beach .operatori_search_box .vertical .bootstrap-select .eventi .xp_search_box .horizontal button:after,
.rock .operatori_search_box .vertical .bootstrap-select .eventi .xp_search_box .horizontal button:after,
.booking .operatori_search_box .vertical .bootstrap-select .eventi .xp_search_box .horizontal button:after,
.odm .operatori_search_box .vertical .bootstrap-select .eventi .xp_search_box .horizontal button:after,
.meteo .operatori_search_box .vertical .bootstrap-select .eventi .xp_search_box .horizontal button:after,
.iat .operatori_search_box .vertical .bootstrap-select .eventi .xp_search_box .horizontal button:after,
.news .operatori_search_box .vertical .bootstrap-select .eventi .xp_search_box .horizontal button:after,
.esperienze .operatori_search_box .vertical .bootstrap-select .eventi .xp_search_box .horizontal button:after,
.pianifica .operatori_search_box .vertical .bootstrap-select .eventi .xp_search_box .horizontal button:after,
.eventi .operatori_search_box .vertical .bootstrap-select .xp_search_box .horizontal button:after,
.eventi .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.eventi .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.eventi .xp_search_box .horizontal .control .bootstrap-select button:after,
.eventi .xp_search_box .events-homepage .header .eventsearchbox.horizontal .control .bootstrap-select button:after,
.events-homepage .header .eventi .xp_search_box .eventsearchbox.horizontal .control .bootstrap-select button:after,
.events-homepage .header .eventsearchbox.vertical .bootstrap-select .eventi .xp_search_box .horizontal button:after,
.eventi .xp_search_box .events-page .header .eventsearchbox.horizontal .control .bootstrap-select button:after,
.events-page .header .eventi .xp_search_box .eventsearchbox.horizontal .control .bootstrap-select button:after,
.events-page .header .eventsearchbox.vertical .bootstrap-select .eventi .xp_search_box .horizontal button:after,
.scopri .operatori_search_box .vertical .bootstrap-select .eventi .xp_search_box .horizontal button:after,
.idee .operatori_search_box .vertical .bootstrap-select .eventi .xp_search_box .horizontal button:after {
  line-height: 2.2rem;
}

.eventi .xp_search_box .horizontal button.collapsible {
  border: none;
  background-color: transparent;
  display: block;
  width: 100%;
  font-size: 1.6rem;
  color: #ffffff;
  letter-spacing: -0.41px;
  text-align: left;
  text-transform: uppercase;
  display: block;
}

.eventi .xp_search_box .horizontal .control {
  padding: 0.5rem 1rem;
  height: 5rem;
  background-color: white;
  margin: 0.5rem;
}

.eventi .xp_search_box .horizontal .control.btn-holder {
  min-width: 2rem;
  width: auto;
  padding: 0px;
}

.eventi .xp_search_box .horizontal .control.btn-holder button {
  width: 100%;
  border: none;
  background-color: #233773;
  height: 100%;
  font-size: 1.6rem;
  color: #ffffff;
  letter-spacing: -0.41px;
  text-align: center;
  text-transform: uppercase;
  display: block;
  padding: 0px;
}

.eventi .xp_search_box .horizontal .control .ert-dropdown {
  width: 100%;
}

.eventi .xp_search_box .horizontal .control .ert-dropdown * {
  cursor: pointer;
}

.eventi .xp_search_box .horizontal .control .ert-dropdown .ert-combo {
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
  display: block;
  text-align: left;
}

.eventi .xp_search_box .horizontal .control .ert-dropdown .ert-combo::after {
  border: none;
}

.eventi .xp_search_box .horizontal .control .ert-dropdown .ert-combo i {
  transition: 500ms ease;
  transform: rotate(0);
  position: absolute;
  top: 2.25rem;
  right: 15px;
}

.eventi .xp_search_box .horizontal .control .ert-dropdown .ert-combo .button {
  padding: 0px;
}

.eventi .xp_search_box .horizontal .control .ert-dropdown.show .ert-combo i {
  transform: rotate(180deg);
}

.eventi .xp_search_box .horizontal .control .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: auto;
}

.eventi .xp_search_box .horizontal .control .bootstrap-select {
  margin-top: -1px;
}

.eventi .xp_search_box .horizontal .control .bootstrap-select *:focus {
  box-shadow: none important;
}

.eventi .xp_search_box .horizontal .control .bootstrap-select button {
  padding: 0px;
  font-size: 1.5rem;
  background: #ffffff;
  color: #848484;
  letter-spacing: 0.3px;
  border: none;
  border-radius: 0;
}

.eventi .xp_search_box .horizontal .control .bootstrap-select button:after {
  content: "\F078";
  border: none;
}

.eventi .xp_search_box .horizontal .control .bootstrap-select .dropdown-menu {
  width: 100% !important;
  border: none;
  border-radius: 0;
  box-shadow: 0px 2px 2px 0px #a9a9a970;
  border-top: 1px solid #a9a9a970;
}

.eventi .xp_search_box .horizontal .control .bootstrap-select .dropdown-menu.inner.show {
  border-top: none;
}

.eventi .xp_search_box .horizontal .control .bootstrap-select .dropdown-menu .dropdown-item {
  font-size: 1.5rem;
  line-height: 4rem;
}

.eventi .xp_search_box .horizontal .control .bootstrap-select .dropdown-menu .dropdown-item:active,
.eventi .xp_search_box .horizontal .control .bootstrap-select .dropdown-menu .dropdown-item.active {
  background-color: #2F4A9A;
}

.eventi .xp_search_box .horizontal .control label {
  background: #ffffff;
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
  line-height: 2.4rem;
  margin-bottom: 0px;
  margin-right: 0.5rem;
}

@media (max-width: 768px) {
  .eventi .xp_search_box .horizontal .control label {
    min-width: 6.2rem;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .eventi .xp_search_box .horizontal .control label {
    display: none;
  }
}

.eventi .xp_search_box .horizontal .control .flatpickr-mobile.form-control {
  padding: 1px 0;
}

.eventi .xp_search_box .horizontal .control input[type=text],
.eventi .xp_search_box .horizontal .control input[type=date] {
  border: none;
  font-size: 1.5rem;
  border-radius: 0;
  background-color: white;
  border-bottom: 1px solid #495057;
  min-width: 0;
  height: auto;
}

.eventi .xp_search_box .horizontal .control input[type=text]:focus,
.eventi .xp_search_box .horizontal .control input[type=date]:focus {
  box-shadow: none;
}

.eventi .xp_search_box .vertical {
  max-width: 30rem;
  z-index: 10;
  position: relative;
  height: 4.4rem;
  margin: 0 auto;
}

.eventi .xp_search_box .vertical button.collapsible {
  border: none;
  background-color: transparent;
  display: block;
  position: absolute;
  width: 100%;
}

.eventi .xp_search_box .vertical .dropbutton {
  display: none;
}

.eventi .xp_search_box .vertical .dropbutton.collapsed {
  display: block;
}

.eventi .xp_search_box .vertical #collapse-events {
  padding: 1.8rem;
  background-color: #2F4A9A;
  background-image: linear-gradient(-180deg, #2e4998 0%, #2F4A9A 48%, #2e4998 80%);
  font-size: 1.6rem;
}

.eventi .xp_search_box .vertical .fa-chevron-up {
  text-align: right;
  line-height: 4rem;
  color: white;
  margin-bottom: 1.8rem;
}

.eventi .xp_search_box .vertical .form-group {
  background: #ffffff;
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
}

.eventi .xp_search_box .vertical .form-group .col-form-label {
  line-height: 5rem;
}

.eventi .xp_search_box .vertical .ert-text {
  border: none;
  font-size: 1.5rem;
  height: 60px;
  border-radius: 0;
  background-color: white;
}

.eventi .xp_search_box .vertical .ert-text.line {
  border-bottom: 1px solid #495057;
  height: auto;
  margin-top: 14px;
}

.eventi .xp_search_box .vertical .ert-text:focus {
  box-shadow: none;
}

.eventi .xp_search_box .vertical button.search {
  border: none;
  position: absolute;
  bottom: -10rem;
  left: 5%;
  right: 5%;
  width: 90%;
  line-height: 4.4rem;
}

.eventi .xp_search_box .vertical .datepicker-holder {
  padding-right: 0px;
}

.eventi .xp_search_box .vertical .datepicker-holder * {
  cursor: pointer;
}

.eventi .xp_search_box .vertical .datepicker-holder input[type=date]::-webkit-calendar-picker-indicator {
  width: 1.2rem;
  height: 0.7rem;
  -webkit-mask: url(/images/caret.svg);
          mask: url(/images/caret.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  -webkit-transition: 500ms ease;
  transition: 500ms ease;
  background-color: #686868;
}

.eventi .xp_search_box .vertical .datepicker-holder .flatpickr-calendar.static {
  margin-left: -193px;
  margin-top: -184px;
  left: 50%;
  top: 50%;
}

.eventi .xp_search_box .vertical .datepicker-holder .flatpickr-calendar.static.arrowBottom:after {
  display: none;
}

.eventi .xp_search_box .vertical .datepicker-holder .flatpickr-calendar.static.arrowBottom:before {
  display: none;
}

.eventi .xp_search_box .vertical .datepicker-holder .flatpickr-months .flatpickr-month {
  height: 32px;
}

.eventi .xp_search_box .vertical .ert-dropdown * {
  cursor: pointer;
}

.eventi .xp_search_box .vertical .ert-dropdown .ert-combo {
  background: #ffffff;
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
  line-height: 5rem;
  display: block;
  width: 100%;
  height: 60px;
  text-align: left;
}

.eventi .xp_search_box .vertical .ert-dropdown .ert-combo::after {
  border: none;
}

.eventi .xp_search_box .vertical .ert-dropdown .ert-combo i {
  transition: 500ms ease;
  transform: rotate(0);
  position: absolute;
  top: 2.25rem;
  right: 15px;
}

.eventi .xp_search_box .vertical .ert-dropdown .ert-combo .button {
  padding: 0px;
}

.eventi .xp_search_box .vertical .ert-dropdown .dropdown-menu {
  width: 100% !important;
  border: none;
  border-radius: 0;
  box-shadow: 0px 2px 2px 0px #a9a9a970;
  border-top: 1px solid #a9a9a970;
}

.eventi .xp_search_box .vertical .ert-dropdown .dropdown-menu .dropdown-item {
  font-size: 1.5rem;
  line-height: 4rem;
}

.eventi .xp_search_box .vertical .ert-dropdown .dropdown-menu .dropdown-item:active {
  background-color: #2F4A9A;
}

.eventi .xp_search_box .vertical .ert-dropdown.show .ert-combo i {
  transform: rotate(180deg);
}

.eventi .xp_search_box .vertical .bootstrap-select *:focus {
  box-shadow: none important;
}

.eventi .xp_search_box .vertical .bootstrap-select button {
  font-size: 1.5rem;
  color: #848484;
  letter-spacing: 0.3px;
  border: none;
  font-size: 1.5rem;
  height: 60px;
  border-radius: 0;
  background-color: white;
}

.eventi .xp_search_box .vertical .bootstrap-select button:after {
  content: "\F078";
  border: none;
}

.eventi .xp_search_box .vertical .bootstrap-select .dropdown-menu {
  width: 100% !important;
  border: none;
  border-radius: 0;
  box-shadow: 0px 2px 2px 0px #a9a9a970;
  border-top: 1px solid #a9a9a970;
}

.eventi .xp_search_box .vertical .bootstrap-select .dropdown-menu .dropdown-item {
  font-size: 1.5rem;
  line-height: 4rem;
}

.eventi .xp_search_box .vertical .bootstrap-select .dropdown-menu .dropdown-item:active,
.eventi .xp_search_box .vertical .bootstrap-select .dropdown-menu .dropdown-item.active {
  background-color: #2F4A9A;
}

.eventi .xp_search_box .vertical .btn-er,
.eventi .xp_search_box .vertical .instagram .instabutton div span,
.instagram .instabutton div .eventi .xp_search_box .vertical span {
  margin-top: 18px;
}

.eventi .xp_search_box .vertical .btn-er .fa-chevron-down,
.eventi .xp_search_box .vertical .instagram .instabutton div span .fa-chevron-down,
.instagram .instabutton div .eventi .xp_search_box .vertical span .fa-chevron-down {
  float: right;
  line-height: 4rem;
}

.eventi .operatori_search_box button span {
  color: white;
}

.eventi .operatori_search_box .city {
  color: white;
}

.eventi .operatori_search_box .horizontal {
  padding: 1rem;
  background-color: #2F4A9A;
  background-image: linear-gradient(-180deg, #2e4998 0%, #2F4A9A 48%, #2e4998 80%);
  font-size: 1.6rem;
}

.eventi .operatori_search_box .horizontal.collapsed {
  border-radius: 2px;
  box-shadow: -1px 0 3px 0 rgba(0, 0, 0, 0.25);
}

.eventi .operatori_search_box .horizontal .fa,
.search .searchearchbox.vertical .bootstrap-select .eventi .operatori_search_box .horizontal button:after,
.downloads .downloadsearchbox.vertical .bootstrap-select .eventi .operatori_search_box .horizontal button:after,
.eventi .operatori_search_box .horizontal .localita #searchbox-app .bootstrap-select button:after,
.localita #searchbox-app .bootstrap-select .eventi .operatori_search_box .horizontal button:after,
.itinerari .searchbox .control .bootstrap-select .eventi .operatori_search_box .horizontal button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .vertical .bootstrap-select .eventi .operatori_search_box .horizontal button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .vertical .bootstrap-select .eventi .operatori_search_box .horizontal button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .vertical .bootstrap-select .eventi .operatori_search_box .horizontal button:after,
.romagna-craft .xp_search_box .vertical .bootstrap-select .eventi .operatori_search_box .horizontal button:after,
.spass .xp_search_box .vertical .bootstrap-select .eventi .operatori_search_box .horizontal button:after,
.natur .xp_search_box .vertical .bootstrap-select .eventi .operatori_search_box .horizontal button:after,
.kultur .xp_search_box .vertical .bootstrap-select .eventi .operatori_search_box .horizontal button:after,
.pet .xp_search_box .vertical .bootstrap-select .eventi .operatori_search_box .horizontal button:after,
.default .xp_search_box .vertical .bootstrap-select .eventi .operatori_search_box .horizontal button:after,
.liscio .xp_search_box .vertical .bootstrap-select .eventi .operatori_search_box .horizontal button:after,
.romagna .xp_search_box .vertical .bootstrap-select .eventi .operatori_search_box .horizontal button:after,
.motorcycle .xp_search_box .vertical .bootstrap-select .eventi .operatori_search_box .horizontal button:after,
.sport .xp_search_box .vertical .bootstrap-select .eventi .operatori_search_box .horizontal button:after,
.fun .xp_search_box .vertical .bootstrap-select .eventi .operatori_search_box .horizontal button:after,
.wellness .xp_search_box .vertical .bootstrap-select .eventi .operatori_search_box .horizontal button:after,
.empire .xp_search_box .vertical .bootstrap-select .eventi .operatori_search_box .horizontal button:after,
.bike .xp_search_box .vertical .bootstrap-select .eventi .operatori_search_box .horizontal button:after,
.castle .xp_search_box .vertical .bootstrap-select .eventi .operatori_search_box .horizontal button:after,
.culture .xp_search_box .vertical .bootstrap-select .eventi .operatori_search_box .horizontal button:after,
.romagna_autentica .xp_search_box .vertical .bootstrap-select .eventi .operatori_search_box .horizontal button:after,
.nature .xp_search_box .vertical .bootstrap-select .eventi .operatori_search_box .horizontal button:after,
.food .xp_search_box .vertical .bootstrap-select .eventi .operatori_search_box .horizontal button:after,
.beach .xp_search_box .vertical .bootstrap-select .eventi .operatori_search_box .horizontal button:after,
.rock .xp_search_box .vertical .bootstrap-select .eventi .operatori_search_box .horizontal button:after,
.booking .xp_search_box .vertical .bootstrap-select .eventi .operatori_search_box .horizontal button:after,
.odm .xp_search_box .vertical .bootstrap-select .eventi .operatori_search_box .horizontal button:after,
.meteo .xp_search_box .vertical .bootstrap-select .eventi .operatori_search_box .horizontal button:after,
.iat .xp_search_box .vertical .bootstrap-select .eventi .operatori_search_box .horizontal button:after,
.news .xp_search_box .vertical .bootstrap-select .eventi .operatori_search_box .horizontal button:after,
.esperienze .xp_search_box .vertical .bootstrap-select .eventi .operatori_search_box .horizontal button:after,
.pianifica .xp_search_box .vertical .bootstrap-select .eventi .operatori_search_box .horizontal button:after,
.eventi .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.eventi .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.eventi .operatori_search_box .horizontal .control .bootstrap-select button:after,
.eventi .operatori_search_box .events-homepage .header .eventsearchbox.horizontal .control .bootstrap-select button:after,
.events-homepage .header .eventi .operatori_search_box .eventsearchbox.horizontal .control .bootstrap-select button:after,
.events-homepage .header .eventsearchbox.vertical .bootstrap-select .eventi .operatori_search_box .horizontal button:after,
.eventi .operatori_search_box .events-page .header .eventsearchbox.horizontal .control .bootstrap-select button:after,
.events-page .header .eventi .operatori_search_box .eventsearchbox.horizontal .control .bootstrap-select button:after,
.events-page .header .eventsearchbox.vertical .bootstrap-select .eventi .operatori_search_box .horizontal button:after,
.scopri .xp_search_box .vertical .bootstrap-select .eventi .operatori_search_box .horizontal button:after,
.idee .xp_search_box .vertical .bootstrap-select .eventi .operatori_search_box .horizontal button:after,
.eventi .xp_search_box .vertical .bootstrap-select .operatori_search_box .horizontal button:after {
  line-height: 2.2rem;
}

.eventi .operatori_search_box .horizontal button.collapsible {
  border: none;
  background-color: transparent;
  display: block;
  width: 100%;
  font-size: 1.6rem;
  color: #ffffff;
  letter-spacing: -0.41px;
  text-align: left;
  text-transform: uppercase;
}

.eventi .operatori_search_box .horizontal .control {
  padding: 0.5rem 1rem;
  height: 5rem;
  background-color: white;
  margin: 0.5rem;
}

.eventi .operatori_search_box .horizontal .control.btn-holder {
  min-width: 2rem;
  width: auto;
  padding: 0px;
}

.eventi .operatori_search_box .horizontal .control.btn-holder button {
  width: 100%;
  border: none;
  background-color: #233773;
  height: 100%;
  font-size: 1.6rem;
  color: #ffffff;
  letter-spacing: -0.41px;
  text-align: center;
  text-transform: uppercase;
  display: block;
  padding: 0px;
}

.eventi .operatori_search_box .horizontal .control .ert-dropdown {
  width: 100%;
}

.eventi .operatori_search_box .horizontal .control .ert-dropdown * {
  cursor: pointer;
}

.eventi .operatori_search_box .horizontal .control .ert-dropdown .ert-combo {
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
  display: block;
  text-align: left;
}

.eventi .operatori_search_box .horizontal .control .ert-dropdown .ert-combo::after {
  border: none;
}

.eventi .operatori_search_box .horizontal .control .ert-dropdown .ert-combo i {
  transition: 500ms ease;
  transform: rotate(0);
  position: absolute;
  top: 2.25rem;
  right: 15px;
}

.eventi .operatori_search_box .horizontal .control .ert-dropdown .ert-combo .button {
  padding: 0px;
}

.eventi .operatori_search_box .horizontal .control .ert-dropdown.show .ert-combo i {
  transform: rotate(180deg);
}

.eventi .operatori_search_box .horizontal .control .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: auto;
}

.eventi .operatori_search_box .horizontal .control .bootstrap-select {
  margin-top: -1px;
}

.eventi .operatori_search_box .horizontal .control .bootstrap-select *:focus {
  box-shadow: none important;
}

.eventi .operatori_search_box .horizontal .control .bootstrap-select button {
  padding: 0px;
  font-size: 1.5rem;
  background: #ffffff;
  color: #848484;
  letter-spacing: 0.3px;
  border: none;
  border-radius: 0;
}

.eventi .operatori_search_box .horizontal .control .bootstrap-select button:after {
  content: "\F078";
  border: none;
}

.eventi .operatori_search_box .horizontal .control .bootstrap-select .dropdown-menu {
  width: 100% !important;
  border: none;
  border-radius: 0;
  box-shadow: 0px 2px 2px 0px #a9a9a970;
  border-top: 1px solid #a9a9a970;
}

.eventi .operatori_search_box .horizontal .control .bootstrap-select .dropdown-menu.inner.show {
  border-top: none;
}

.eventi .operatori_search_box .horizontal .control .bootstrap-select .dropdown-menu .dropdown-item {
  font-size: 1.5rem;
  line-height: 4rem;
}

.eventi .operatori_search_box .horizontal .control .bootstrap-select .dropdown-menu .dropdown-item:active,
.eventi .operatori_search_box .horizontal .control .bootstrap-select .dropdown-menu .dropdown-item.active {
  background-color: #2F4A9A;
}

.eventi .operatori_search_box .horizontal .control label {
  background: #ffffff;
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
  line-height: 2.4rem;
  margin-bottom: 0px;
  margin-right: 0.5rem;
}

@media (max-width: 768px) {
  .eventi .operatori_search_box .horizontal .control label {
    min-width: 6.2rem;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .eventi .operatori_search_box .horizontal .control label {
    display: none;
  }
}

.eventi .operatori_search_box .horizontal .control .flatpickr-mobile.form-control {
  padding: 1px 0;
}

.eventi .operatori_search_box .horizontal .control input[type=text],
.eventi .operatori_search_box .horizontal .control input[type=date] {
  border: none;
  font-size: 1.5rem;
  border-radius: 0;
  background-color: white;
  border-bottom: 1px solid #495057;
  min-width: 0;
  height: auto;
}

.eventi .operatori_search_box .horizontal .control input[type=text]:focus,
.eventi .operatori_search_box .horizontal .control input[type=date]:focus {
  box-shadow: none;
}

.eventi .operatori_search_box .vertical {
  max-width: 30rem;
  z-index: 10;
  position: relative;
  height: 4.4rem;
  margin: 0 auto;
}

.eventi .operatori_search_box .vertical button.collapsible {
  border: none;
  background-color: transparent;
  display: block;
  position: absolute;
  width: 100%;
}

.eventi .operatori_search_box .vertical .dropbutton {
  display: none;
}

.eventi .operatori_search_box .vertical .dropbutton.collapsed {
  display: block;
}

.eventi .operatori_search_box .vertical #collapse-events {
  padding: 1.8rem;
  background-color: #2F4A9A;
  background-image: linear-gradient(-180deg, #2e4998 0%, #2F4A9A 48%, #2e4998 80%);
  font-size: 1.6rem;
}

.eventi .operatori_search_box .vertical .fa-chevron-up {
  text-align: right;
  line-height: 4rem;
  color: white;
  margin-bottom: 1.8rem;
}

.eventi .operatori_search_box .vertical .form-group {
  background: #ffffff;
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
}

.eventi .operatori_search_box .vertical .form-group .col-form-label {
  line-height: 5rem;
}

.eventi .operatori_search_box .vertical .ert-text {
  border: none;
  font-size: 1.5rem;
  height: 60px;
  border-radius: 0;
  background-color: white;
}

.eventi .operatori_search_box .vertical .ert-text.line {
  border-bottom: 1px solid #495057;
  height: auto;
  margin-top: 14px;
}

.eventi .operatori_search_box .vertical .ert-text:focus {
  box-shadow: none;
}

.eventi .operatori_search_box .vertical button.search {
  border: none;
  position: absolute;
  bottom: -10rem;
  left: 5%;
  right: 5%;
  width: 90%;
  line-height: 4.4rem;
}

.eventi .operatori_search_box .vertical .datepicker-holder {
  padding-right: 0px;
}

.eventi .operatori_search_box .vertical .datepicker-holder * {
  cursor: pointer;
}

.eventi .operatori_search_box .vertical .datepicker-holder input[type=date]::-webkit-calendar-picker-indicator {
  width: 1.2rem;
  height: 0.7rem;
  -webkit-mask: url(/images/caret.svg);
          mask: url(/images/caret.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  -webkit-transition: 500ms ease;
  transition: 500ms ease;
  background-color: #686868;
}

.eventi .operatori_search_box .vertical .datepicker-holder .flatpickr-calendar.static {
  margin-left: -193px;
  margin-top: -184px;
  left: 50%;
  top: 50%;
}

.eventi .operatori_search_box .vertical .datepicker-holder .flatpickr-calendar.static.arrowBottom:after {
  display: none;
}

.eventi .operatori_search_box .vertical .datepicker-holder .flatpickr-calendar.static.arrowBottom:before {
  display: none;
}

.eventi .operatori_search_box .vertical .datepicker-holder .flatpickr-months .flatpickr-month {
  height: 32px;
}

.eventi .operatori_search_box .vertical .ert-dropdown * {
  cursor: pointer;
}

.eventi .operatori_search_box .vertical .ert-dropdown .ert-combo {
  background: #ffffff;
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
  line-height: 5rem;
  display: block;
  width: 100%;
  height: 60px;
  text-align: left;
}

.eventi .operatori_search_box .vertical .ert-dropdown .ert-combo::after {
  border: none;
}

.eventi .operatori_search_box .vertical .ert-dropdown .ert-combo i {
  transition: 500ms ease;
  transform: rotate(0);
  position: absolute;
  top: 2.25rem;
  right: 15px;
}

.eventi .operatori_search_box .vertical .ert-dropdown .ert-combo .button {
  padding: 0px;
}

.eventi .operatori_search_box .vertical .ert-dropdown .dropdown-menu {
  width: 100% !important;
  border: none;
  border-radius: 0;
  box-shadow: 0px 2px 2px 0px #a9a9a970;
  border-top: 1px solid #a9a9a970;
}

.eventi .operatori_search_box .vertical .ert-dropdown .dropdown-menu .dropdown-item {
  font-size: 1.5rem;
  line-height: 4rem;
}

.eventi .operatori_search_box .vertical .ert-dropdown .dropdown-menu .dropdown-item:active {
  background-color: #2F4A9A;
}

.eventi .operatori_search_box .vertical .ert-dropdown.show .ert-combo i {
  transform: rotate(180deg);
}

.eventi .operatori_search_box .vertical .bootstrap-select *:focus {
  box-shadow: none important;
}

.eventi .operatori_search_box .vertical .bootstrap-select button {
  font-size: 1.5rem;
  color: #848484;
  letter-spacing: 0.3px;
  border: none;
  font-size: 1.5rem;
  height: 60px;
  border-radius: 0;
  background-color: white;
}

.eventi .operatori_search_box .vertical .bootstrap-select button:after {
  content: "\F078";
  border: none;
}

.eventi .operatori_search_box .vertical .bootstrap-select .dropdown-menu {
  width: 100% !important;
  border: none;
  border-radius: 0;
  box-shadow: 0px 2px 2px 0px #a9a9a970;
  border-top: 1px solid #a9a9a970;
}

.eventi .operatori_search_box .vertical .bootstrap-select .dropdown-menu .dropdown-item {
  font-size: 1.5rem;
  line-height: 4rem;
}

.eventi .operatori_search_box .vertical .bootstrap-select .dropdown-menu .dropdown-item:active,
.eventi .operatori_search_box .vertical .bootstrap-select .dropdown-menu .dropdown-item.active {
  background-color: #2F4A9A;
}

.eventi .operatori_search_box .vertical .btn-er,
.eventi .operatori_search_box .vertical .instagram .instabutton div span,
.instagram .instabutton div .eventi .operatori_search_box .vertical span {
  margin-top: 18px;
}

.eventi .operatori_search_box .vertical .btn-er .fa-chevron-down,
.eventi .operatori_search_box .vertical .instagram .instabutton div span .fa-chevron-down,
.instagram .instabutton div .eventi .operatori_search_box .vertical span .fa-chevron-down {
  float: right;
  line-height: 4rem;
}

.eventi .home-boxes {
  background-color: #2F4A9A;
}

.eventi .content-box a {
  font-weight: bold;
  color: #2F4A9A;
}

.eventi .content-box a strong {
  color: #2F4A9A;
}

.eventi .content-box .btn-er,
.eventi .content-box .instagram .instabutton div span,
.instagram .instabutton div .eventi .content-box span {
  background-color: #2F4A9A;
  color: white;
}

.eventi .content-box h3.with-line {
  font-size: 1.8rem;
  color: #030303;
  letter-spacing: -0.43px;
  text-transform: uppercase;
  margin-bottom: 2.1rem;
}

.eventi .content-box h3.with-line::before {
  content: "";
  display: block;
  height: 3px;
  background: #0e797b;
  width: 100%;
  max-width: 32rem;
  margin-left: 0;
  margin-right: 0;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.eventi *:focus {
  outline: 1px solid #2F4A9A;
  outline-offset: -1px;
}

.eventi .bootstrap-select .dropdown-toggle:focus {
  outline: 1px solid #2F4A9A;
  outline-offset: -1px;
}

.eventi a:hover {
  outline: 1px solid #3b5dc1;
}

.eventi a:active {
  outline: 1px solid #2F4A9A;
}

.eventi .events-list {
  font-size: 1.4rem;
}

.eventi .section-list {
  display: block;
  text-align: right;
}

.eventi .section-list a {
  font-size: 2rem;
  color: #2F4A9A;
}

.eventi .events-list dt,
.eventi .section-list dt,
.eventi .iat-list dt {
  text-transform: uppercase;
  font-size: 1.5rem;
  line-height: 1.5;
  color: #111;
  letter-spacing: -0.38px;
  font-weight: 600;
  margin-top: 1.4rem;
}

.eventi .events-list dd,
.eventi .section-list dd,
.eventi .iat-list dd {
  font-size: 1.6rem;
  margin-bottom: 0.6rem;
  line-height: 1.5;
  color: #030303;
}

.eventi .events-list dd i,
.eventi .section-list dd i,
.eventi .iat-list dd i {
  margin-right: 0.6rem;
}

.eventi .events-list ul,
.eventi .section-list ul,
.eventi .iat-list ul {
  list-style: none;
  padding-inline-start: 0;
}

.eventi .events-list ul li,
.eventi .section-list ul li,
.eventi .iat-list ul li {
  font-size: 1.5rem;
  color: #030303;
  margin-top: 0.6rem;
  line-height: 1.5;
}

.eventi .events-list ul.tappe-list,
.eventi .section-list ul.tappe-list,
.eventi .iat-list ul.tappe-list {
  list-style: none;
  padding-inline-start: 0;
}

.eventi .events-list ul.tappe-list li,
.eventi .section-list ul.tappe-list li,
.eventi .iat-list ul.tappe-list li {
  font-size: 1.6rem;
  line-height: 1.5;
  color: #030303;
}

.eventi .tickets-list {
  display: flex;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #111;
  letter-spacing: -0.38px;
  font-weight: 600;
  margin-top: 1.4rem;
}

.eventi .tickets-list i {
  margin-top: 0.6rem;
}

.eventi .tickets-list li {
  color: #030303;
  font-size: 1.6rem;
  margin-left: 1.2rem;
}

.eventi .tickets-list li i {
  margin-right: 0.6rem;
}

.eventi .address * {
  color: white;
}

.eventi .top-title-box {
  padding: 0rem;
  text-align: center;
}

.eventi .top-title-box.no-image {
  padding-top: 10rem;
}

.eventi .top-title-box.no-image .er-logo-top {
  margin: 0 auto;
  display: block;
  margin-bottom: 10rem;
}

.eventi .top-title-box h1 {
  font-size: 3rem;
  color: #2F4A9A;
  letter-spacing: -1.01px;
  line-height: 4rem;
  margin: 2rem 0;
}

.eventi .top-title-box h2 {
  font-size: 2rem;
  line-height: 1.5;
  color: #000;
  letter-spacing: -0.58px;
}

.eventi .top-title-box .breadcrumb {
  opacity: 0.6;
  font-size: 1.5rem;
  letter-spacing: -0.38px;
  padding: 0;
  margin: 0;
  color: #2F4A9A;
  background-color: #fff;
}

.eventi .top-title-box .breadcrumb .breadcrumb-item::before,
.eventi .top-title-box .breadcrumb a {
  color: #2F4A9A;
}

@media (min-width: 992px) {
  .eventi .top-title-box h1 {
    line-height: 7rem;
    font-size: 7rem;
    margin-top: 3rem;
  }

  .eventi .top-title-box h2 {
    font-size: 2rem;
    line-height: 1.5rem;
  }

  .eventi .top-title-box .breadcrumb {
    font-size: 1.9rem;
  }
}

.eventi .image-box-with-border {
  margin: 2rem 0;
  border-top: 64px solid #2F4A9A;
}

.eventi .image-box-with-border img {
  -o-object-fit: cover;
     object-fit: cover;
}

.eventi .top-image {
  transition: background-image 1s ease-in-out;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 20px;
}

.eventi .top-image .logo {
  position: absolute;
  width: 30rem;
  bottom: 20px;
  left: 50%;
  margin-left: -15rem;
}

.eventi .top-image.no-mask {
  height: 600px;
}

.eventi .top-image .mask {
  z-index: 997;
  position: relative;
  width: 100%;
}

@media (min-width: 992px) {
  .eventi .top-image:after {
    position: absolute;
    content: "";
    left: 0px;
    bottom: -20px;
    width: 100%;
    height: 20px;
    transform: rotate(-180deg);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(255, 255, 255, 0.12) 12%, #e6e6e6);
  }
}

.eventi .info-box {
  position: relative;
  z-index: 0;
  border-right: 1px solid #e6e6e6;
  border-left: 7px solid #2F4A9A;
  background-color: white;
  padding: 0.1rem 1.5rem;
}

.eventi .info-box h3 {
  font-weight: bold;
  font-size: 1.9rem;
}

.eventi .info-box .referente {
  font-size: 1.7rem;
  line-height: 1.8rem;
  color: #000;
  letter-spacing: -0.41px;
}

@media (min-width: 768px) {
  .eventi .info-box {
    position: sticky;
    position: -webkit-sticky;
    top: 68px;
  }
}

.eventi .info-box:after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: -8px;
  height: 8px;
  left: 0px;
  z-index: -1;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.01) 30%, rgba(0, 0, 0, 0.03) 50%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0.08) 90%, rgba(0, 0, 0, 0.09) 96%, rgba(0, 0, 0, 0.1) 100%);
}

.eventi .info-box:after {
  width: calc(100% + 8px);
  left: -7px;
}

@media (max-width: 991.98px) {
  .eventi .info-box {
    width: auto;
    max-width: 60%;
    min-width: 300px;
    margin: 20px auto;
    display: block;
  }
}

@media (min-width: 992px) {
  .eventi .info-box {
    margin-top: 2.2rem;
  }
}

.eventi .info-box li {
  padding: 1.1rem 0;
}

.eventi .info-box li .icon {
  font-size: 2.8rem;
  line-height: 3.3rem;
  margin-right: 1rem;
  float: left;
}

.eventi .info-box li .info .title {
  text-transform: uppercase;
  font-size: 1.2rem;
  line-height: 1.5rem;
  color: #787878;
  letter-spacing: -0.38px;
}

.eventi .info-box li .info .value {
  font-size: 1.7rem;
  line-height: 1.8rem;
  color: #000000;
  letter-spacing: -0.41px;
  display: table;
}

.eventi .info-box li .info .value a {
  word-break: break-all;
}

@media (max-width: 991.98px) {
  .eventi .info-box li.bookmarks {
    display: none;
  }
}

.eventi .info-box .title-index {
  text-transform: uppercase;
  font-size: 1.4rem;
  line-height: 3rem;
  letter-spacing: -0.38px;
}

.eventi .info-box .bookmarks {
  display: inline-block;
}

.eventi .info-box .bookmarks ul li {
  padding: 0.5rem 0;
  width: 100%;
}

.eventi .info-box .bookmarks ul li a {
  font-size: 1.4rem;
  line-height: 1.5rem;
  color: #000000;
  letter-spacing: -0.41px;
}

.eventi .info-box .bookmarks ul li a.active {
  text-decoration: underline;
}

.eventi #bookmarks-index {
  margin-top: 8rem;
}

.eventi #bookmarks-index .info {
  padding: 2.1rem;
}

.eventi #bookmarks-index h4 {
  font-size: 1.8rem;
}

@media (min-width: 768px) {
  .eventi #bookmarks-index {
    display: none;
  }
}

.eventi blockquote:before {
  color: #304c9e;
}

.eventi .btn-er,
.eventi .instagram .instabutton div span,
.instagram .instabutton div .eventi span,
.eventi.btn {
  background: #2F4A9A;
}

.eventi hr {
  height: 3px;
  background: #2F4A9A;
  width: 100%;
  max-width: 32rem;
  margin-left: 0;
  margin-right: 0;
  margin-top: 1rem;
  margin-bottom: 2rem;
}

.eventi .section h2 {
  margin-top: 4.5rem;
  margin-bottom: 4.5rem;
  font-size: 4.42rem;
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.18;
  letter-spacing: -1.07px;
  text-align: center;
  color: black;
  /*text-decoration: underline;*/
}

.eventi .section h2 a {
  color: black;
}

.eventi .section h3 {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
  font-size: 3.42rem;
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.18;
  letter-spacing: -1.07px;
  text-align: center;
  color: black;
  text-transform: uppercase;
  /*text-decoration: underline;*/
}

.eventi .section h3 a {
  color: black;
}

.eventi .section .gallery {
  position: relative;
  padding-bottom: 33px;
}

.eventi .section .gallery .swiper-button-next,
.eventi .section .gallery .swiper-container-rtl .swiper-button-prev,
.eventi .section .gallery .swiper-button-prev,
.eventi .section .gallery .swiper-container-rtl .swiper-button-next {
  background-position: center;
  width: 7.2rem;
  bottom: 33px;
  height: auto;
  top: 0px;
  margin: 0px;
  left: auto;
}

.eventi .section .gallery .swiper-button-next svg,
.eventi .section .gallery .swiper-container-rtl .swiper-button-prev svg,
.eventi .section .gallery .swiper-button-prev svg,
.eventi .section .gallery .swiper-container-rtl .swiper-button-next svg {
  top: 50%;
  left: 2.1rem;
  position: absolute;
  width: 3rem;
  height: 3rem;
  margin-top: -1.5rem;
  filter: drop-shadow(0px 3px 3px black);
}

.eventi .section .gallery .swiper-button-next,
.eventi .section .gallery .swiper-button-prev,
.eventi .section .gallery .swiper-container-rtl .swiper-button-prev,
.eventi .section .gallery .swiper-container-rtl .swiper-button-next {
  fill: #fff;
}

.eventi .section .gallery .swiper-button-next,
.eventi .section .gallery .swiper-container-rtl .swiper-button-prev {
  right: 0px;
}

.eventi .section .gallery .swiper-button-prev,
.eventi .section .gallery .swiper-container-rtl .swiper-button-next {
  left: 0px;
}

.eventi .section .gallery .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #2F4A9A;
}

.eventi .section .gallery .swiper-pagination-bullet {
  border: 1px solid #2F4A9A;
}

.eventi .section .gallery .swiper-pagination-bullets {
  bottom: 2px;
}

.eventi .section .gallery .swiper-slide .carousel-content {
  background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.07) 8%, rgba(0, 0, 0, 0.45) 68%);
  position: absolute;
  left: 0rem;
  bottom: 0rem;
  right: 0rem;
  width: auto;
  padding: 10rem 2rem 2rem 2rem;
  font-size: 2.6rem;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.63px;
  text-align: center;
  color: #ffffff;
}

.eventi .section .gallery .swiper-slide .carousel-content a {
  color: #ffffff !important;
}

.eventi .section .card-carousel .nodefault.swiper-button-prev::after,
.eventi .section .card-carousel .nodefault.swiper-button-prev::before,
.eventi .section .card-carousel .nodefault.swiper-button-next::after,
.eventi .section .card-carousel .nodefault.swiper-button-next::before {
  content: unset;
}

.eventi .section .card-carousel .swiper-slide {
  height: auto;
  margin-bottom: 5rem;
}

.eventi .section .card-carousel .swiper-slide .iv-wrapper,
.eventi .section .card-carousel .swiper-slide a .iv-wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

.eventi .section .card-carousel .swiper-slide .iv-wrapper > div,
.eventi .section .card-carousel .swiper-slide a .iv-wrapper > div {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: start;
}

.eventi .section .card-carousel .swiper-slide .iv-wrapper .image,
.eventi .section .card-carousel .swiper-slide a .iv-wrapper .image {
  min-height: 23rem;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.eventi .section .card-carousel .swiper-slide .iv-wrapper .content,
.eventi .section .card-carousel .swiper-slide a .iv-wrapper .content {
  background: #ffffff;
  border: 0 solid #000000;
  position: relative;
  padding: 2rem 2.1rem 4rem;
  position: relative;
  z-index: 0;
}

.eventi .section .card-carousel .swiper-slide .iv-wrapper .content:after,
.eventi .section .card-carousel .swiper-slide a .iv-wrapper .content:after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: -4px;
  height: 4px;
  left: 0px;
  z-index: -1;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.01) 30%, rgba(0, 0, 0, 0.03) 50%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0.08) 90%, rgba(0, 0, 0, 0.09) 96%, rgba(0, 0, 0, 0.1) 100%);
}

.eventi .section .card-carousel .swiper-slide .iv-wrapper .content h3,
.eventi .section .card-carousel .swiper-slide a .iv-wrapper .content h3 {
  font-size: 2rem;
  color: #030303;
  letter-spacing: -0.48px;
  text-align: left;
}

.eventi .section .card-carousel .swiper-slide .iv-wrapper .content p,
.eventi .section .card-carousel .swiper-slide .iv-wrapper .content p a,
.eventi .section .card-carousel .swiper-slide .iv-wrapper .content a p,
.eventi .section .card-carousel .swiper-slide a .iv-wrapper .content p,
.eventi .section .card-carousel .swiper-slide a .iv-wrapper .content p a,
.eventi .section .card-carousel .swiper-slide a .iv-wrapper .content a p {
  font-size: 1.5rem;
  color: #030303;
  letter-spacing: -0.38px;
  margin-bottom: 0px;
}

.eventi .section .card-carousel .swiper-slide .iv-wrapper .content p .readmore,
.eventi .section .card-carousel .swiper-slide .iv-wrapper .content p a .readmore,
.eventi .section .card-carousel .swiper-slide .iv-wrapper .content a p .readmore,
.eventi .section .card-carousel .swiper-slide a .iv-wrapper .content p .readmore,
.eventi .section .card-carousel .swiper-slide a .iv-wrapper .content p a .readmore,
.eventi .section .card-carousel .swiper-slide a .iv-wrapper .content a p .readmore {
  font-style: italic;
  color: #233773;
  display: block;
  margin-top: 1rem;
}

.eventi .section .card-carousel .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border: 1px solid #2F4A9A;
  background: none;
  opacity: 1;
}

.eventi .section .card-carousel .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #2F4A9A;
}

.eventi .section .card-carousel .swiper-button-next,
.eventi .section .card-carousel .swiper-container-rtl .swiper-button-prev,
.eventi .section .card-carousel .swiper-button-prev,
.eventi .section .card-carousel .swiper-container-rtl .swiper-button-next {
  background-image: none;
  width: 4rem;
  height: 23rem;
  top: 0px;
  margin: 0px;
  left: auto;
}

.eventi .section .card-carousel .swiper-button-next svg,
.eventi .section .card-carousel .swiper-container-rtl .swiper-button-prev svg,
.eventi .section .card-carousel .swiper-button-prev svg,
.eventi .section .card-carousel .swiper-container-rtl .swiper-button-next svg {
  top: 50%;
  left: 50%;
  position: absolute;
  width: 3rem;
  height: 3rem;
  margin-top: -1.5rem;
  margin-left: -1.5rem;
  filter: drop-shadow(0px 3px 3px black);
}

.eventi .section .card-carousel .swiper-button-next,
.eventi .section .card-carousel .swiper-button-prev,
.eventi .section .card-carousel .swiper-container-rtl .swiper-button-prev,
.eventi .section .card-carousel .swiper-container-rtl .swiper-button-next {
  fill: #fff;
}

.eventi .section .card-carousel .swiper-button-next,
.eventi .section .card-carousel .swiper-container-rtl .swiper-button-prev {
  right: 0px;
}

.eventi .section .card-carousel .swiper-button-prev,
.eventi .section .card-carousel .swiper-container-rtl .swiper-button-next {
  left: 0px;
}

.eventi .section .sassibox-item,
.eventi .section a .sassibox-item {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 5rem;
}

.eventi .section .sassibox-item > div,
.eventi .section a .sassibox-item > div {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.eventi .section .sassibox-item .image,
.eventi .section a .sassibox-item .image {
  min-height: 23rem;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.eventi .section .sassibox-item .content,
.eventi .section a .sassibox-item .content {
  background: #ffffff;
  border: 0 solid #000000;
  position: relative;
  padding: 1rem 0;
  position: relative;
  z-index: 0;
}

.eventi .section .sassibox-item .content:after,
.eventi .section a .sassibox-item .content:after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: -4px;
  height: 4px;
  left: 0px;
  z-index: -1;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.01) 30%, rgba(0, 0, 0, 0.03) 50%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0.08) 90%, rgba(0, 0, 0, 0.09) 96%, rgba(0, 0, 0, 0.1) 100%);
}

.eventi .section .sassibox-item .content h4,
.eventi .section a .sassibox-item .content h4 {
  font-size: 2rem;
  color: #030303;
  letter-spacing: -0.48px;
  text-align: left;
}

.eventi .section .sassibox-item .content p,
.eventi .section .sassibox-item .content span,
.eventi .section .sassibox-item .content a span,
.eventi .section .sassibox-item .content span a,
.eventi .section .sassibox-item .content p a,
.eventi .section .sassibox-item .content a p,
.eventi .section a .sassibox-item .content p,
.eventi .section a .sassibox-item .content span,
.eventi .section a .sassibox-item .content a span,
.eventi .section a .sassibox-item .content span a,
.eventi .section a .sassibox-item .content p a,
.eventi .section a .sassibox-item .content a p {
  font-size: 1.5rem;
  color: #030303;
  letter-spacing: -0.38px;
}

.eventi .section .sassibox-item .content .action,
.eventi .section a .sassibox-item .content .action {
  margin: 10px 0;
}

.eventi .section .sassibox-item .content .action button,
.eventi .section a .sassibox-item .content .action button {
  font-family: "Open Sans", sans-serif !important;
}

.eventi .section .sassibox-item .content .readmore,
.eventi .section a .sassibox-item .content .readmore {
  border: 1px solid transparent;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  padding: 6px 12px;
  text-align: center;
  vertical-align: middle;
  width: -moz-fit-content;
  width: fit-content;
  text-transform: uppercase;
  background-color: #2F4A9A;
}

.pianifica .xp_search_box button span {
  color: white;
}

.pianifica .xp_search_box .city {
  color: white;
}

.pianifica .xp_search_box .horizontal {
  padding: 1rem;
  background-color: #ae5d69;
  background-image: linear-gradient(-180deg, #ad5b67 0%, #ae5d69 48%, #ad5b67 80%);
  font-size: 1.6rem;
}

.pianifica .xp_search_box .horizontal.collapsed {
  border-radius: 2px;
  box-shadow: -1px 0 3px 0 rgba(0, 0, 0, 0.25);
}

.pianifica .xp_search_box .horizontal .fa,
.search .searchearchbox.vertical .bootstrap-select .pianifica .xp_search_box .horizontal button:after,
.downloads .downloadsearchbox.vertical .bootstrap-select .pianifica .xp_search_box .horizontal button:after,
.pianifica .xp_search_box .horizontal .localita #searchbox-app .bootstrap-select button:after,
.localita #searchbox-app .bootstrap-select .pianifica .xp_search_box .horizontal button:after,
.itinerari .searchbox .control .bootstrap-select .pianifica .xp_search_box .horizontal button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .vertical .bootstrap-select .pianifica .xp_search_box .horizontal button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .vertical .bootstrap-select .pianifica .xp_search_box .horizontal button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .vertical .bootstrap-select .pianifica .xp_search_box .horizontal button:after,
.romagna-craft .operatori_search_box .vertical .bootstrap-select .pianifica .xp_search_box .horizontal button:after,
.spass .operatori_search_box .vertical .bootstrap-select .pianifica .xp_search_box .horizontal button:after,
.natur .operatori_search_box .vertical .bootstrap-select .pianifica .xp_search_box .horizontal button:after,
.kultur .operatori_search_box .vertical .bootstrap-select .pianifica .xp_search_box .horizontal button:after,
.pet .operatori_search_box .vertical .bootstrap-select .pianifica .xp_search_box .horizontal button:after,
.default .operatori_search_box .vertical .bootstrap-select .pianifica .xp_search_box .horizontal button:after,
.liscio .operatori_search_box .vertical .bootstrap-select .pianifica .xp_search_box .horizontal button:after,
.romagna .operatori_search_box .vertical .bootstrap-select .pianifica .xp_search_box .horizontal button:after,
.motorcycle .operatori_search_box .vertical .bootstrap-select .pianifica .xp_search_box .horizontal button:after,
.sport .operatori_search_box .vertical .bootstrap-select .pianifica .xp_search_box .horizontal button:after,
.fun .operatori_search_box .vertical .bootstrap-select .pianifica .xp_search_box .horizontal button:after,
.wellness .operatori_search_box .vertical .bootstrap-select .pianifica .xp_search_box .horizontal button:after,
.empire .operatori_search_box .vertical .bootstrap-select .pianifica .xp_search_box .horizontal button:after,
.bike .operatori_search_box .vertical .bootstrap-select .pianifica .xp_search_box .horizontal button:after,
.castle .operatori_search_box .vertical .bootstrap-select .pianifica .xp_search_box .horizontal button:after,
.culture .operatori_search_box .vertical .bootstrap-select .pianifica .xp_search_box .horizontal button:after,
.romagna_autentica .operatori_search_box .vertical .bootstrap-select .pianifica .xp_search_box .horizontal button:after,
.nature .operatori_search_box .vertical .bootstrap-select .pianifica .xp_search_box .horizontal button:after,
.food .operatori_search_box .vertical .bootstrap-select .pianifica .xp_search_box .horizontal button:after,
.beach .operatori_search_box .vertical .bootstrap-select .pianifica .xp_search_box .horizontal button:after,
.rock .operatori_search_box .vertical .bootstrap-select .pianifica .xp_search_box .horizontal button:after,
.booking .operatori_search_box .vertical .bootstrap-select .pianifica .xp_search_box .horizontal button:after,
.odm .operatori_search_box .vertical .bootstrap-select .pianifica .xp_search_box .horizontal button:after,
.meteo .operatori_search_box .vertical .bootstrap-select .pianifica .xp_search_box .horizontal button:after,
.iat .operatori_search_box .vertical .bootstrap-select .pianifica .xp_search_box .horizontal button:after,
.news .operatori_search_box .vertical .bootstrap-select .pianifica .xp_search_box .horizontal button:after,
.esperienze .operatori_search_box .vertical .bootstrap-select .pianifica .xp_search_box .horizontal button:after,
.pianifica .operatori_search_box .vertical .bootstrap-select .xp_search_box .horizontal button:after,
.pianifica .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.pianifica .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.pianifica .xp_search_box .horizontal .control .bootstrap-select button:after,
.pianifica .xp_search_box .events-homepage .header .eventsearchbox.horizontal .control .bootstrap-select button:after,
.events-homepage .header .pianifica .xp_search_box .eventsearchbox.horizontal .control .bootstrap-select button:after,
.events-homepage .header .eventsearchbox.vertical .bootstrap-select .pianifica .xp_search_box .horizontal button:after,
.pianifica .xp_search_box .events-page .header .eventsearchbox.horizontal .control .bootstrap-select button:after,
.events-page .header .pianifica .xp_search_box .eventsearchbox.horizontal .control .bootstrap-select button:after,
.events-page .header .eventsearchbox.vertical .bootstrap-select .pianifica .xp_search_box .horizontal button:after,
.scopri .operatori_search_box .vertical .bootstrap-select .pianifica .xp_search_box .horizontal button:after,
.idee .operatori_search_box .vertical .bootstrap-select .pianifica .xp_search_box .horizontal button:after,
.eventi .operatori_search_box .vertical .bootstrap-select .pianifica .xp_search_box .horizontal button:after {
  line-height: 2.2rem;
}

.pianifica .xp_search_box .horizontal button.collapsible {
  border: none;
  background-color: transparent;
  display: block;
  width: 100%;
  font-size: 1.6rem;
  color: #ffffff;
  letter-spacing: -0.41px;
  text-align: left;
  text-transform: uppercase;
  display: block;
}

.pianifica .xp_search_box .horizontal .control {
  padding: 0.5rem 1rem;
  height: 5rem;
  background-color: white;
  margin: 0.5rem;
}

.pianifica .xp_search_box .horizontal .control.btn-holder {
  min-width: 2rem;
  width: auto;
  padding: 0px;
}

.pianifica .xp_search_box .horizontal .control.btn-holder button {
  width: 100%;
  border: none;
  background-color: #904853;
  height: 100%;
  font-size: 1.6rem;
  color: #ffffff;
  letter-spacing: -0.41px;
  text-align: center;
  text-transform: uppercase;
  display: block;
  padding: 0px;
}

.pianifica .xp_search_box .horizontal .control .ert-dropdown {
  width: 100%;
}

.pianifica .xp_search_box .horizontal .control .ert-dropdown * {
  cursor: pointer;
}

.pianifica .xp_search_box .horizontal .control .ert-dropdown .ert-combo {
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
  display: block;
  text-align: left;
}

.pianifica .xp_search_box .horizontal .control .ert-dropdown .ert-combo::after {
  border: none;
}

.pianifica .xp_search_box .horizontal .control .ert-dropdown .ert-combo i {
  transition: 500ms ease;
  transform: rotate(0);
  position: absolute;
  top: 2.25rem;
  right: 15px;
}

.pianifica .xp_search_box .horizontal .control .ert-dropdown .ert-combo .button {
  padding: 0px;
}

.pianifica .xp_search_box .horizontal .control .ert-dropdown.show .ert-combo i {
  transform: rotate(180deg);
}

.pianifica .xp_search_box .horizontal .control .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: auto;
}

.pianifica .xp_search_box .horizontal .control .bootstrap-select {
  margin-top: -1px;
}

.pianifica .xp_search_box .horizontal .control .bootstrap-select *:focus {
  box-shadow: none important;
}

.pianifica .xp_search_box .horizontal .control .bootstrap-select button {
  padding: 0px;
  font-size: 1.5rem;
  background: #ffffff;
  color: #848484;
  letter-spacing: 0.3px;
  border: none;
  border-radius: 0;
}

.pianifica .xp_search_box .horizontal .control .bootstrap-select button:after {
  content: "\F078";
  border: none;
}

.pianifica .xp_search_box .horizontal .control .bootstrap-select .dropdown-menu {
  width: 100% !important;
  border: none;
  border-radius: 0;
  box-shadow: 0px 2px 2px 0px #a9a9a970;
  border-top: 1px solid #a9a9a970;
}

.pianifica .xp_search_box .horizontal .control .bootstrap-select .dropdown-menu.inner.show {
  border-top: none;
}

.pianifica .xp_search_box .horizontal .control .bootstrap-select .dropdown-menu .dropdown-item {
  font-size: 1.5rem;
  line-height: 4rem;
}

.pianifica .xp_search_box .horizontal .control .bootstrap-select .dropdown-menu .dropdown-item:active,
.pianifica .xp_search_box .horizontal .control .bootstrap-select .dropdown-menu .dropdown-item.active {
  background-color: #ae5d69;
}

.pianifica .xp_search_box .horizontal .control label {
  background: #ffffff;
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
  line-height: 2.4rem;
  margin-bottom: 0px;
  margin-right: 0.5rem;
}

@media (max-width: 768px) {
  .pianifica .xp_search_box .horizontal .control label {
    min-width: 6.2rem;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .pianifica .xp_search_box .horizontal .control label {
    display: none;
  }
}

.pianifica .xp_search_box .horizontal .control .flatpickr-mobile.form-control {
  padding: 1px 0;
}

.pianifica .xp_search_box .horizontal .control input[type=text],
.pianifica .xp_search_box .horizontal .control input[type=date] {
  border: none;
  font-size: 1.5rem;
  border-radius: 0;
  background-color: white;
  border-bottom: 1px solid #495057;
  min-width: 0;
  height: auto;
}

.pianifica .xp_search_box .horizontal .control input[type=text]:focus,
.pianifica .xp_search_box .horizontal .control input[type=date]:focus {
  box-shadow: none;
}

.pianifica .xp_search_box .vertical {
  max-width: 30rem;
  z-index: 10;
  position: relative;
  height: 4.4rem;
  margin: 0 auto;
}

.pianifica .xp_search_box .vertical button.collapsible {
  border: none;
  background-color: transparent;
  display: block;
  position: absolute;
  width: 100%;
}

.pianifica .xp_search_box .vertical .dropbutton {
  display: none;
}

.pianifica .xp_search_box .vertical .dropbutton.collapsed {
  display: block;
}

.pianifica .xp_search_box .vertical #collapse-events {
  padding: 1.8rem;
  background-color: #ae5d69;
  background-image: linear-gradient(-180deg, #ad5b67 0%, #ae5d69 48%, #ad5b67 80%);
  font-size: 1.6rem;
}

.pianifica .xp_search_box .vertical .fa-chevron-up {
  text-align: right;
  line-height: 4rem;
  color: white;
  margin-bottom: 1.8rem;
}

.pianifica .xp_search_box .vertical .form-group {
  background: #ffffff;
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
}

.pianifica .xp_search_box .vertical .form-group .col-form-label {
  line-height: 5rem;
}

.pianifica .xp_search_box .vertical .ert-text {
  border: none;
  font-size: 1.5rem;
  height: 60px;
  border-radius: 0;
  background-color: white;
}

.pianifica .xp_search_box .vertical .ert-text.line {
  border-bottom: 1px solid #495057;
  height: auto;
  margin-top: 14px;
}

.pianifica .xp_search_box .vertical .ert-text:focus {
  box-shadow: none;
}

.pianifica .xp_search_box .vertical button.search {
  border: none;
  position: absolute;
  bottom: -10rem;
  left: 5%;
  right: 5%;
  width: 90%;
  line-height: 4.4rem;
}

.pianifica .xp_search_box .vertical .datepicker-holder {
  padding-right: 0px;
}

.pianifica .xp_search_box .vertical .datepicker-holder * {
  cursor: pointer;
}

.pianifica .xp_search_box .vertical .datepicker-holder input[type=date]::-webkit-calendar-picker-indicator {
  width: 1.2rem;
  height: 0.7rem;
  -webkit-mask: url(/images/caret.svg);
          mask: url(/images/caret.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  -webkit-transition: 500ms ease;
  transition: 500ms ease;
  background-color: #686868;
}

.pianifica .xp_search_box .vertical .datepicker-holder .flatpickr-calendar.static {
  margin-left: -193px;
  margin-top: -184px;
  left: 50%;
  top: 50%;
}

.pianifica .xp_search_box .vertical .datepicker-holder .flatpickr-calendar.static.arrowBottom:after {
  display: none;
}

.pianifica .xp_search_box .vertical .datepicker-holder .flatpickr-calendar.static.arrowBottom:before {
  display: none;
}

.pianifica .xp_search_box .vertical .datepicker-holder .flatpickr-months .flatpickr-month {
  height: 32px;
}

.pianifica .xp_search_box .vertical .ert-dropdown * {
  cursor: pointer;
}

.pianifica .xp_search_box .vertical .ert-dropdown .ert-combo {
  background: #ffffff;
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
  line-height: 5rem;
  display: block;
  width: 100%;
  height: 60px;
  text-align: left;
}

.pianifica .xp_search_box .vertical .ert-dropdown .ert-combo::after {
  border: none;
}

.pianifica .xp_search_box .vertical .ert-dropdown .ert-combo i {
  transition: 500ms ease;
  transform: rotate(0);
  position: absolute;
  top: 2.25rem;
  right: 15px;
}

.pianifica .xp_search_box .vertical .ert-dropdown .ert-combo .button {
  padding: 0px;
}

.pianifica .xp_search_box .vertical .ert-dropdown .dropdown-menu {
  width: 100% !important;
  border: none;
  border-radius: 0;
  box-shadow: 0px 2px 2px 0px #a9a9a970;
  border-top: 1px solid #a9a9a970;
}

.pianifica .xp_search_box .vertical .ert-dropdown .dropdown-menu .dropdown-item {
  font-size: 1.5rem;
  line-height: 4rem;
}

.pianifica .xp_search_box .vertical .ert-dropdown .dropdown-menu .dropdown-item:active {
  background-color: #ae5d69;
}

.pianifica .xp_search_box .vertical .ert-dropdown.show .ert-combo i {
  transform: rotate(180deg);
}

.pianifica .xp_search_box .vertical .bootstrap-select *:focus {
  box-shadow: none important;
}

.pianifica .xp_search_box .vertical .bootstrap-select button {
  font-size: 1.5rem;
  color: #848484;
  letter-spacing: 0.3px;
  border: none;
  font-size: 1.5rem;
  height: 60px;
  border-radius: 0;
  background-color: white;
}

.pianifica .xp_search_box .vertical .bootstrap-select button:after {
  content: "\F078";
  border: none;
}

.pianifica .xp_search_box .vertical .bootstrap-select .dropdown-menu {
  width: 100% !important;
  border: none;
  border-radius: 0;
  box-shadow: 0px 2px 2px 0px #a9a9a970;
  border-top: 1px solid #a9a9a970;
}

.pianifica .xp_search_box .vertical .bootstrap-select .dropdown-menu .dropdown-item {
  font-size: 1.5rem;
  line-height: 4rem;
}

.pianifica .xp_search_box .vertical .bootstrap-select .dropdown-menu .dropdown-item:active,
.pianifica .xp_search_box .vertical .bootstrap-select .dropdown-menu .dropdown-item.active {
  background-color: #ae5d69;
}

.pianifica .xp_search_box .vertical .btn-er,
.pianifica .xp_search_box .vertical .instagram .instabutton div span,
.instagram .instabutton div .pianifica .xp_search_box .vertical span {
  margin-top: 18px;
}

.pianifica .xp_search_box .vertical .btn-er .fa-chevron-down,
.pianifica .xp_search_box .vertical .instagram .instabutton div span .fa-chevron-down,
.instagram .instabutton div .pianifica .xp_search_box .vertical span .fa-chevron-down {
  float: right;
  line-height: 4rem;
}

.pianifica .operatori_search_box button span {
  color: white;
}

.pianifica .operatori_search_box .city {
  color: white;
}

.pianifica .operatori_search_box .horizontal {
  padding: 1rem;
  background-color: #ae5d69;
  background-image: linear-gradient(-180deg, #ad5b67 0%, #ae5d69 48%, #ad5b67 80%);
  font-size: 1.6rem;
}

.pianifica .operatori_search_box .horizontal.collapsed {
  border-radius: 2px;
  box-shadow: -1px 0 3px 0 rgba(0, 0, 0, 0.25);
}

.pianifica .operatori_search_box .horizontal .fa,
.search .searchearchbox.vertical .bootstrap-select .pianifica .operatori_search_box .horizontal button:after,
.downloads .downloadsearchbox.vertical .bootstrap-select .pianifica .operatori_search_box .horizontal button:after,
.pianifica .operatori_search_box .horizontal .localita #searchbox-app .bootstrap-select button:after,
.localita #searchbox-app .bootstrap-select .pianifica .operatori_search_box .horizontal button:after,
.itinerari .searchbox .control .bootstrap-select .pianifica .operatori_search_box .horizontal button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .vertical .bootstrap-select .pianifica .operatori_search_box .horizontal button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .vertical .bootstrap-select .pianifica .operatori_search_box .horizontal button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .vertical .bootstrap-select .pianifica .operatori_search_box .horizontal button:after,
.romagna-craft .xp_search_box .vertical .bootstrap-select .pianifica .operatori_search_box .horizontal button:after,
.spass .xp_search_box .vertical .bootstrap-select .pianifica .operatori_search_box .horizontal button:after,
.natur .xp_search_box .vertical .bootstrap-select .pianifica .operatori_search_box .horizontal button:after,
.kultur .xp_search_box .vertical .bootstrap-select .pianifica .operatori_search_box .horizontal button:after,
.pet .xp_search_box .vertical .bootstrap-select .pianifica .operatori_search_box .horizontal button:after,
.default .xp_search_box .vertical .bootstrap-select .pianifica .operatori_search_box .horizontal button:after,
.liscio .xp_search_box .vertical .bootstrap-select .pianifica .operatori_search_box .horizontal button:after,
.romagna .xp_search_box .vertical .bootstrap-select .pianifica .operatori_search_box .horizontal button:after,
.motorcycle .xp_search_box .vertical .bootstrap-select .pianifica .operatori_search_box .horizontal button:after,
.sport .xp_search_box .vertical .bootstrap-select .pianifica .operatori_search_box .horizontal button:after,
.fun .xp_search_box .vertical .bootstrap-select .pianifica .operatori_search_box .horizontal button:after,
.wellness .xp_search_box .vertical .bootstrap-select .pianifica .operatori_search_box .horizontal button:after,
.empire .xp_search_box .vertical .bootstrap-select .pianifica .operatori_search_box .horizontal button:after,
.bike .xp_search_box .vertical .bootstrap-select .pianifica .operatori_search_box .horizontal button:after,
.castle .xp_search_box .vertical .bootstrap-select .pianifica .operatori_search_box .horizontal button:after,
.culture .xp_search_box .vertical .bootstrap-select .pianifica .operatori_search_box .horizontal button:after,
.romagna_autentica .xp_search_box .vertical .bootstrap-select .pianifica .operatori_search_box .horizontal button:after,
.nature .xp_search_box .vertical .bootstrap-select .pianifica .operatori_search_box .horizontal button:after,
.food .xp_search_box .vertical .bootstrap-select .pianifica .operatori_search_box .horizontal button:after,
.beach .xp_search_box .vertical .bootstrap-select .pianifica .operatori_search_box .horizontal button:after,
.rock .xp_search_box .vertical .bootstrap-select .pianifica .operatori_search_box .horizontal button:after,
.booking .xp_search_box .vertical .bootstrap-select .pianifica .operatori_search_box .horizontal button:after,
.odm .xp_search_box .vertical .bootstrap-select .pianifica .operatori_search_box .horizontal button:after,
.meteo .xp_search_box .vertical .bootstrap-select .pianifica .operatori_search_box .horizontal button:after,
.iat .xp_search_box .vertical .bootstrap-select .pianifica .operatori_search_box .horizontal button:after,
.news .xp_search_box .vertical .bootstrap-select .pianifica .operatori_search_box .horizontal button:after,
.esperienze .xp_search_box .vertical .bootstrap-select .pianifica .operatori_search_box .horizontal button:after,
.pianifica .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.pianifica .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.pianifica .operatori_search_box .horizontal .control .bootstrap-select button:after,
.pianifica .operatori_search_box .events-homepage .header .eventsearchbox.horizontal .control .bootstrap-select button:after,
.events-homepage .header .pianifica .operatori_search_box .eventsearchbox.horizontal .control .bootstrap-select button:after,
.events-homepage .header .eventsearchbox.vertical .bootstrap-select .pianifica .operatori_search_box .horizontal button:after,
.pianifica .operatori_search_box .events-page .header .eventsearchbox.horizontal .control .bootstrap-select button:after,
.events-page .header .pianifica .operatori_search_box .eventsearchbox.horizontal .control .bootstrap-select button:after,
.events-page .header .eventsearchbox.vertical .bootstrap-select .pianifica .operatori_search_box .horizontal button:after,
.scopri .xp_search_box .vertical .bootstrap-select .pianifica .operatori_search_box .horizontal button:after,
.idee .xp_search_box .vertical .bootstrap-select .pianifica .operatori_search_box .horizontal button:after,
.eventi .xp_search_box .vertical .bootstrap-select .pianifica .operatori_search_box .horizontal button:after,
.pianifica .xp_search_box .vertical .bootstrap-select .operatori_search_box .horizontal button:after {
  line-height: 2.2rem;
}

.pianifica .operatori_search_box .horizontal button.collapsible {
  border: none;
  background-color: transparent;
  display: block;
  width: 100%;
  font-size: 1.6rem;
  color: #ffffff;
  letter-spacing: -0.41px;
  text-align: left;
  text-transform: uppercase;
}

.pianifica .operatori_search_box .horizontal .control {
  padding: 0.5rem 1rem;
  height: 5rem;
  background-color: white;
  margin: 0.5rem;
}

.pianifica .operatori_search_box .horizontal .control.btn-holder {
  min-width: 2rem;
  width: auto;
  padding: 0px;
}

.pianifica .operatori_search_box .horizontal .control.btn-holder button {
  width: 100%;
  border: none;
  background-color: #904853;
  height: 100%;
  font-size: 1.6rem;
  color: #ffffff;
  letter-spacing: -0.41px;
  text-align: center;
  text-transform: uppercase;
  display: block;
  padding: 0px;
}

.pianifica .operatori_search_box .horizontal .control .ert-dropdown {
  width: 100%;
}

.pianifica .operatori_search_box .horizontal .control .ert-dropdown * {
  cursor: pointer;
}

.pianifica .operatori_search_box .horizontal .control .ert-dropdown .ert-combo {
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
  display: block;
  text-align: left;
}

.pianifica .operatori_search_box .horizontal .control .ert-dropdown .ert-combo::after {
  border: none;
}

.pianifica .operatori_search_box .horizontal .control .ert-dropdown .ert-combo i {
  transition: 500ms ease;
  transform: rotate(0);
  position: absolute;
  top: 2.25rem;
  right: 15px;
}

.pianifica .operatori_search_box .horizontal .control .ert-dropdown .ert-combo .button {
  padding: 0px;
}

.pianifica .operatori_search_box .horizontal .control .ert-dropdown.show .ert-combo i {
  transform: rotate(180deg);
}

.pianifica .operatori_search_box .horizontal .control .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: auto;
}

.pianifica .operatori_search_box .horizontal .control .bootstrap-select {
  margin-top: -1px;
}

.pianifica .operatori_search_box .horizontal .control .bootstrap-select *:focus {
  box-shadow: none important;
}

.pianifica .operatori_search_box .horizontal .control .bootstrap-select button {
  padding: 0px;
  font-size: 1.5rem;
  background: #ffffff;
  color: #848484;
  letter-spacing: 0.3px;
  border: none;
  border-radius: 0;
}

.pianifica .operatori_search_box .horizontal .control .bootstrap-select button:after {
  content: "\F078";
  border: none;
}

.pianifica .operatori_search_box .horizontal .control .bootstrap-select .dropdown-menu {
  width: 100% !important;
  border: none;
  border-radius: 0;
  box-shadow: 0px 2px 2px 0px #a9a9a970;
  border-top: 1px solid #a9a9a970;
}

.pianifica .operatori_search_box .horizontal .control .bootstrap-select .dropdown-menu.inner.show {
  border-top: none;
}

.pianifica .operatori_search_box .horizontal .control .bootstrap-select .dropdown-menu .dropdown-item {
  font-size: 1.5rem;
  line-height: 4rem;
}

.pianifica .operatori_search_box .horizontal .control .bootstrap-select .dropdown-menu .dropdown-item:active,
.pianifica .operatori_search_box .horizontal .control .bootstrap-select .dropdown-menu .dropdown-item.active {
  background-color: #ae5d69;
}

.pianifica .operatori_search_box .horizontal .control label {
  background: #ffffff;
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
  line-height: 2.4rem;
  margin-bottom: 0px;
  margin-right: 0.5rem;
}

@media (max-width: 768px) {
  .pianifica .operatori_search_box .horizontal .control label {
    min-width: 6.2rem;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .pianifica .operatori_search_box .horizontal .control label {
    display: none;
  }
}

.pianifica .operatori_search_box .horizontal .control .flatpickr-mobile.form-control {
  padding: 1px 0;
}

.pianifica .operatori_search_box .horizontal .control input[type=text],
.pianifica .operatori_search_box .horizontal .control input[type=date] {
  border: none;
  font-size: 1.5rem;
  border-radius: 0;
  background-color: white;
  border-bottom: 1px solid #495057;
  min-width: 0;
  height: auto;
}

.pianifica .operatori_search_box .horizontal .control input[type=text]:focus,
.pianifica .operatori_search_box .horizontal .control input[type=date]:focus {
  box-shadow: none;
}

.pianifica .operatori_search_box .vertical {
  max-width: 30rem;
  z-index: 10;
  position: relative;
  height: 4.4rem;
  margin: 0 auto;
}

.pianifica .operatori_search_box .vertical button.collapsible {
  border: none;
  background-color: transparent;
  display: block;
  position: absolute;
  width: 100%;
}

.pianifica .operatori_search_box .vertical .dropbutton {
  display: none;
}

.pianifica .operatori_search_box .vertical .dropbutton.collapsed {
  display: block;
}

.pianifica .operatori_search_box .vertical #collapse-events {
  padding: 1.8rem;
  background-color: #ae5d69;
  background-image: linear-gradient(-180deg, #ad5b67 0%, #ae5d69 48%, #ad5b67 80%);
  font-size: 1.6rem;
}

.pianifica .operatori_search_box .vertical .fa-chevron-up {
  text-align: right;
  line-height: 4rem;
  color: white;
  margin-bottom: 1.8rem;
}

.pianifica .operatori_search_box .vertical .form-group {
  background: #ffffff;
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
}

.pianifica .operatori_search_box .vertical .form-group .col-form-label {
  line-height: 5rem;
}

.pianifica .operatori_search_box .vertical .ert-text {
  border: none;
  font-size: 1.5rem;
  height: 60px;
  border-radius: 0;
  background-color: white;
}

.pianifica .operatori_search_box .vertical .ert-text.line {
  border-bottom: 1px solid #495057;
  height: auto;
  margin-top: 14px;
}

.pianifica .operatori_search_box .vertical .ert-text:focus {
  box-shadow: none;
}

.pianifica .operatori_search_box .vertical button.search {
  border: none;
  position: absolute;
  bottom: -10rem;
  left: 5%;
  right: 5%;
  width: 90%;
  line-height: 4.4rem;
}

.pianifica .operatori_search_box .vertical .datepicker-holder {
  padding-right: 0px;
}

.pianifica .operatori_search_box .vertical .datepicker-holder * {
  cursor: pointer;
}

.pianifica .operatori_search_box .vertical .datepicker-holder input[type=date]::-webkit-calendar-picker-indicator {
  width: 1.2rem;
  height: 0.7rem;
  -webkit-mask: url(/images/caret.svg);
          mask: url(/images/caret.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  -webkit-transition: 500ms ease;
  transition: 500ms ease;
  background-color: #686868;
}

.pianifica .operatori_search_box .vertical .datepicker-holder .flatpickr-calendar.static {
  margin-left: -193px;
  margin-top: -184px;
  left: 50%;
  top: 50%;
}

.pianifica .operatori_search_box .vertical .datepicker-holder .flatpickr-calendar.static.arrowBottom:after {
  display: none;
}

.pianifica .operatori_search_box .vertical .datepicker-holder .flatpickr-calendar.static.arrowBottom:before {
  display: none;
}

.pianifica .operatori_search_box .vertical .datepicker-holder .flatpickr-months .flatpickr-month {
  height: 32px;
}

.pianifica .operatori_search_box .vertical .ert-dropdown * {
  cursor: pointer;
}

.pianifica .operatori_search_box .vertical .ert-dropdown .ert-combo {
  background: #ffffff;
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
  line-height: 5rem;
  display: block;
  width: 100%;
  height: 60px;
  text-align: left;
}

.pianifica .operatori_search_box .vertical .ert-dropdown .ert-combo::after {
  border: none;
}

.pianifica .operatori_search_box .vertical .ert-dropdown .ert-combo i {
  transition: 500ms ease;
  transform: rotate(0);
  position: absolute;
  top: 2.25rem;
  right: 15px;
}

.pianifica .operatori_search_box .vertical .ert-dropdown .ert-combo .button {
  padding: 0px;
}

.pianifica .operatori_search_box .vertical .ert-dropdown .dropdown-menu {
  width: 100% !important;
  border: none;
  border-radius: 0;
  box-shadow: 0px 2px 2px 0px #a9a9a970;
  border-top: 1px solid #a9a9a970;
}

.pianifica .operatori_search_box .vertical .ert-dropdown .dropdown-menu .dropdown-item {
  font-size: 1.5rem;
  line-height: 4rem;
}

.pianifica .operatori_search_box .vertical .ert-dropdown .dropdown-menu .dropdown-item:active {
  background-color: #ae5d69;
}

.pianifica .operatori_search_box .vertical .ert-dropdown.show .ert-combo i {
  transform: rotate(180deg);
}

.pianifica .operatori_search_box .vertical .bootstrap-select *:focus {
  box-shadow: none important;
}

.pianifica .operatori_search_box .vertical .bootstrap-select button {
  font-size: 1.5rem;
  color: #848484;
  letter-spacing: 0.3px;
  border: none;
  font-size: 1.5rem;
  height: 60px;
  border-radius: 0;
  background-color: white;
}

.pianifica .operatori_search_box .vertical .bootstrap-select button:after {
  content: "\F078";
  border: none;
}

.pianifica .operatori_search_box .vertical .bootstrap-select .dropdown-menu {
  width: 100% !important;
  border: none;
  border-radius: 0;
  box-shadow: 0px 2px 2px 0px #a9a9a970;
  border-top: 1px solid #a9a9a970;
}

.pianifica .operatori_search_box .vertical .bootstrap-select .dropdown-menu .dropdown-item {
  font-size: 1.5rem;
  line-height: 4rem;
}

.pianifica .operatori_search_box .vertical .bootstrap-select .dropdown-menu .dropdown-item:active,
.pianifica .operatori_search_box .vertical .bootstrap-select .dropdown-menu .dropdown-item.active {
  background-color: #ae5d69;
}

.pianifica .operatori_search_box .vertical .btn-er,
.pianifica .operatori_search_box .vertical .instagram .instabutton div span,
.instagram .instabutton div .pianifica .operatori_search_box .vertical span {
  margin-top: 18px;
}

.pianifica .operatori_search_box .vertical .btn-er .fa-chevron-down,
.pianifica .operatori_search_box .vertical .instagram .instabutton div span .fa-chevron-down,
.instagram .instabutton div .pianifica .operatori_search_box .vertical span .fa-chevron-down {
  float: right;
  line-height: 4rem;
}

.pianifica .home-boxes {
  background-color: #ae5d69;
}

.pianifica .content-box a {
  font-weight: bold;
  color: #ae5d69;
}

.pianifica .content-box a strong {
  color: #ae5d69;
}

.pianifica .content-box .btn-er,
.pianifica .content-box .instagram .instabutton div span,
.instagram .instabutton div .pianifica .content-box span {
  background-color: #ae5d69;
  color: white;
}

.pianifica .content-box h3.with-line {
  font-size: 1.8rem;
  color: #030303;
  letter-spacing: -0.43px;
  text-transform: uppercase;
  margin-bottom: 2.1rem;
}

.pianifica .content-box h3.with-line::before {
  content: "";
  display: block;
  height: 3px;
  background: #0e797b;
  width: 100%;
  max-width: 32rem;
  margin-left: 0;
  margin-right: 0;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.pianifica *:focus {
  outline: 1px solid #ae5d69;
  outline-offset: -1px;
}

.pianifica .bootstrap-select .dropdown-toggle:focus {
  outline: 1px solid #ae5d69;
  outline-offset: -1px;
}

.pianifica a:hover {
  outline: 1px solid #bf7f88;
}

.pianifica a:active {
  outline: 1px solid #ae5d69;
}

.pianifica .events-list {
  font-size: 1.4rem;
}

.pianifica .section-list {
  display: block;
  text-align: right;
}

.pianifica .section-list a {
  font-size: 2rem;
  color: #ae5d69;
}

.pianifica .events-list dt,
.pianifica .section-list dt,
.pianifica .iat-list dt {
  text-transform: uppercase;
  font-size: 1.5rem;
  line-height: 1.5;
  color: #111;
  letter-spacing: -0.38px;
  font-weight: 600;
  margin-top: 1.4rem;
}

.pianifica .events-list dd,
.pianifica .section-list dd,
.pianifica .iat-list dd {
  font-size: 1.6rem;
  margin-bottom: 0.6rem;
  line-height: 1.5;
  color: #030303;
}

.pianifica .events-list dd i,
.pianifica .section-list dd i,
.pianifica .iat-list dd i {
  margin-right: 0.6rem;
}

.pianifica .events-list ul,
.pianifica .section-list ul,
.pianifica .iat-list ul {
  list-style: none;
  padding-inline-start: 0;
}

.pianifica .events-list ul li,
.pianifica .section-list ul li,
.pianifica .iat-list ul li {
  font-size: 1.5rem;
  color: #030303;
  margin-top: 0.6rem;
  line-height: 1.5;
}

.pianifica .events-list ul.tappe-list,
.pianifica .section-list ul.tappe-list,
.pianifica .iat-list ul.tappe-list {
  list-style: none;
  padding-inline-start: 0;
}

.pianifica .events-list ul.tappe-list li,
.pianifica .section-list ul.tappe-list li,
.pianifica .iat-list ul.tappe-list li {
  font-size: 1.6rem;
  line-height: 1.5;
  color: #030303;
}

.pianifica .tickets-list {
  display: flex;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #111;
  letter-spacing: -0.38px;
  font-weight: 600;
  margin-top: 1.4rem;
}

.pianifica .tickets-list i {
  margin-top: 0.6rem;
}

.pianifica .tickets-list li {
  color: #030303;
  font-size: 1.6rem;
  margin-left: 1.2rem;
}

.pianifica .tickets-list li i {
  margin-right: 0.6rem;
}

.pianifica .address * {
  color: white;
}

.pianifica .top-title-box {
  padding: 0rem;
  text-align: center;
}

.pianifica .top-title-box.no-image {
  padding-top: 10rem;
}

.pianifica .top-title-box.no-image .er-logo-top {
  margin: 0 auto;
  display: block;
  margin-bottom: 10rem;
}

.pianifica .top-title-box h1 {
  font-size: 3rem;
  color: #ae5d69;
  letter-spacing: -1.01px;
  line-height: 4rem;
  margin: 2rem 0;
}

.pianifica .top-title-box h2 {
  font-size: 2rem;
  line-height: 1.5;
  color: #000;
  letter-spacing: -0.58px;
}

.pianifica .top-title-box .breadcrumb {
  opacity: 0.6;
  font-size: 1.5rem;
  letter-spacing: -0.38px;
  padding: 0;
  margin: 0;
  color: #ae5d69;
  background-color: #fff;
}

.pianifica .top-title-box .breadcrumb .breadcrumb-item::before,
.pianifica .top-title-box .breadcrumb a {
  color: #ae5d69;
}

@media (min-width: 992px) {
  .pianifica .top-title-box h1 {
    line-height: 7rem;
    font-size: 7rem;
    margin-top: 3rem;
  }

  .pianifica .top-title-box h2 {
    font-size: 2rem;
    line-height: 1.5rem;
  }

  .pianifica .top-title-box .breadcrumb {
    font-size: 1.9rem;
  }
}

.pianifica .image-box-with-border {
  margin: 2rem 0;
  border-top: 64px solid #ae5d69;
}

.pianifica .image-box-with-border img {
  -o-object-fit: cover;
     object-fit: cover;
}

.pianifica .top-image {
  transition: background-image 1s ease-in-out;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 20px;
}

.pianifica .top-image .logo {
  position: absolute;
  width: 30rem;
  bottom: 20px;
  left: 50%;
  margin-left: -15rem;
}

.pianifica .top-image.no-mask {
  height: 600px;
}

.pianifica .top-image .mask {
  z-index: 997;
  position: relative;
  width: 100%;
}

@media (min-width: 992px) {
  .pianifica .top-image:after {
    position: absolute;
    content: "";
    left: 0px;
    bottom: -20px;
    width: 100%;
    height: 20px;
    transform: rotate(-180deg);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(255, 255, 255, 0.12) 12%, #e6e6e6);
  }
}

.pianifica .info-box {
  position: relative;
  z-index: 0;
  border-right: 1px solid #e6e6e6;
  border-left: 7px solid #ae5d69;
  background-color: white;
  padding: 0.1rem 1.5rem;
}

.pianifica .info-box h3 {
  font-weight: bold;
  font-size: 1.9rem;
}

.pianifica .info-box .referente {
  font-size: 1.7rem;
  line-height: 1.8rem;
  color: #000;
  letter-spacing: -0.41px;
}

@media (min-width: 768px) {
  .pianifica .info-box {
    position: sticky;
    position: -webkit-sticky;
    top: 68px;
  }
}

.pianifica .info-box:after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: -8px;
  height: 8px;
  left: 0px;
  z-index: -1;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.01) 30%, rgba(0, 0, 0, 0.03) 50%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0.08) 90%, rgba(0, 0, 0, 0.09) 96%, rgba(0, 0, 0, 0.1) 100%);
}

.pianifica .info-box:after {
  width: calc(100% + 8px);
  left: -7px;
}

@media (max-width: 991.98px) {
  .pianifica .info-box {
    width: auto;
    max-width: 60%;
    min-width: 300px;
    margin: 20px auto;
    display: block;
  }
}

@media (min-width: 992px) {
  .pianifica .info-box {
    margin-top: 2.2rem;
  }
}

.pianifica .info-box li {
  padding: 1.1rem 0;
}

.pianifica .info-box li .icon {
  font-size: 2.8rem;
  line-height: 3.3rem;
  margin-right: 1rem;
  float: left;
}

.pianifica .info-box li .info .title {
  text-transform: uppercase;
  font-size: 1.2rem;
  line-height: 1.5rem;
  color: #787878;
  letter-spacing: -0.38px;
}

.pianifica .info-box li .info .value {
  font-size: 1.7rem;
  line-height: 1.8rem;
  color: #000000;
  letter-spacing: -0.41px;
  display: table;
}

.pianifica .info-box li .info .value a {
  word-break: break-all;
}

@media (max-width: 991.98px) {
  .pianifica .info-box li.bookmarks {
    display: none;
  }
}

.pianifica .info-box .title-index {
  text-transform: uppercase;
  font-size: 1.4rem;
  line-height: 3rem;
  letter-spacing: -0.38px;
}

.pianifica .info-box .bookmarks {
  display: inline-block;
}

.pianifica .info-box .bookmarks ul li {
  padding: 0.5rem 0;
  width: 100%;
}

.pianifica .info-box .bookmarks ul li a {
  font-size: 1.4rem;
  line-height: 1.5rem;
  color: #000000;
  letter-spacing: -0.41px;
}

.pianifica .info-box .bookmarks ul li a.active {
  text-decoration: underline;
}

.pianifica #bookmarks-index {
  margin-top: 8rem;
}

.pianifica #bookmarks-index .info {
  padding: 2.1rem;
}

.pianifica #bookmarks-index h4 {
  font-size: 1.8rem;
}

@media (min-width: 768px) {
  .pianifica #bookmarks-index {
    display: none;
  }
}

.pianifica blockquote:before {
  color: #b0606c;
}

.pianifica .btn-er,
.pianifica .instagram .instabutton div span,
.instagram .instabutton div .pianifica span,
.pianifica.btn {
  background: #ae5d69;
}

.pianifica hr {
  height: 3px;
  background: #ae5d69;
  width: 100%;
  max-width: 32rem;
  margin-left: 0;
  margin-right: 0;
  margin-top: 1rem;
  margin-bottom: 2rem;
}

.pianifica .section h2 {
  margin-top: 4.5rem;
  margin-bottom: 4.5rem;
  font-size: 4.42rem;
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.18;
  letter-spacing: -1.07px;
  text-align: center;
  color: black;
  /*text-decoration: underline;*/
}

.pianifica .section h2 a {
  color: black;
}

.pianifica .section h3 {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
  font-size: 3.42rem;
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.18;
  letter-spacing: -1.07px;
  text-align: center;
  color: black;
  text-transform: uppercase;
  /*text-decoration: underline;*/
}

.pianifica .section h3 a {
  color: black;
}

.pianifica .section .gallery {
  position: relative;
  padding-bottom: 33px;
}

.pianifica .section .gallery .swiper-button-next,
.pianifica .section .gallery .swiper-container-rtl .swiper-button-prev,
.pianifica .section .gallery .swiper-button-prev,
.pianifica .section .gallery .swiper-container-rtl .swiper-button-next {
  background-position: center;
  width: 7.2rem;
  bottom: 33px;
  height: auto;
  top: 0px;
  margin: 0px;
  left: auto;
}

.pianifica .section .gallery .swiper-button-next svg,
.pianifica .section .gallery .swiper-container-rtl .swiper-button-prev svg,
.pianifica .section .gallery .swiper-button-prev svg,
.pianifica .section .gallery .swiper-container-rtl .swiper-button-next svg {
  top: 50%;
  left: 2.1rem;
  position: absolute;
  width: 3rem;
  height: 3rem;
  margin-top: -1.5rem;
  filter: drop-shadow(0px 3px 3px black);
}

.pianifica .section .gallery .swiper-button-next,
.pianifica .section .gallery .swiper-button-prev,
.pianifica .section .gallery .swiper-container-rtl .swiper-button-prev,
.pianifica .section .gallery .swiper-container-rtl .swiper-button-next {
  fill: #fff;
}

.pianifica .section .gallery .swiper-button-next,
.pianifica .section .gallery .swiper-container-rtl .swiper-button-prev {
  right: 0px;
}

.pianifica .section .gallery .swiper-button-prev,
.pianifica .section .gallery .swiper-container-rtl .swiper-button-next {
  left: 0px;
}

.pianifica .section .gallery .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #ae5d69;
}

.pianifica .section .gallery .swiper-pagination-bullet {
  border: 1px solid #ae5d69;
}

.pianifica .section .gallery .swiper-pagination-bullets {
  bottom: 2px;
}

.pianifica .section .gallery .swiper-slide .carousel-content {
  background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.07) 8%, rgba(0, 0, 0, 0.45) 68%);
  position: absolute;
  left: 0rem;
  bottom: 0rem;
  right: 0rem;
  width: auto;
  padding: 10rem 2rem 2rem 2rem;
  font-size: 2.6rem;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.63px;
  text-align: center;
  color: #ffffff;
}

.pianifica .section .gallery .swiper-slide .carousel-content a {
  color: #ffffff !important;
}

.pianifica .section .card-carousel .nodefault.swiper-button-prev::after,
.pianifica .section .card-carousel .nodefault.swiper-button-prev::before,
.pianifica .section .card-carousel .nodefault.swiper-button-next::after,
.pianifica .section .card-carousel .nodefault.swiper-button-next::before {
  content: unset;
}

.pianifica .section .card-carousel .swiper-slide {
  height: auto;
  margin-bottom: 5rem;
}

.pianifica .section .card-carousel .swiper-slide .iv-wrapper,
.pianifica .section .card-carousel .swiper-slide a .iv-wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

.pianifica .section .card-carousel .swiper-slide .iv-wrapper > div,
.pianifica .section .card-carousel .swiper-slide a .iv-wrapper > div {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: start;
}

.pianifica .section .card-carousel .swiper-slide .iv-wrapper .image,
.pianifica .section .card-carousel .swiper-slide a .iv-wrapper .image {
  min-height: 23rem;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.pianifica .section .card-carousel .swiper-slide .iv-wrapper .content,
.pianifica .section .card-carousel .swiper-slide a .iv-wrapper .content {
  background: #ffffff;
  border: 0 solid #000000;
  position: relative;
  padding: 2rem 2.1rem 4rem;
  position: relative;
  z-index: 0;
}

.pianifica .section .card-carousel .swiper-slide .iv-wrapper .content:after,
.pianifica .section .card-carousel .swiper-slide a .iv-wrapper .content:after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: -4px;
  height: 4px;
  left: 0px;
  z-index: -1;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.01) 30%, rgba(0, 0, 0, 0.03) 50%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0.08) 90%, rgba(0, 0, 0, 0.09) 96%, rgba(0, 0, 0, 0.1) 100%);
}

.pianifica .section .card-carousel .swiper-slide .iv-wrapper .content h3,
.pianifica .section .card-carousel .swiper-slide a .iv-wrapper .content h3 {
  font-size: 2rem;
  color: #030303;
  letter-spacing: -0.48px;
  text-align: left;
}

.pianifica .section .card-carousel .swiper-slide .iv-wrapper .content p,
.pianifica .section .card-carousel .swiper-slide .iv-wrapper .content p a,
.pianifica .section .card-carousel .swiper-slide .iv-wrapper .content a p,
.pianifica .section .card-carousel .swiper-slide a .iv-wrapper .content p,
.pianifica .section .card-carousel .swiper-slide a .iv-wrapper .content p a,
.pianifica .section .card-carousel .swiper-slide a .iv-wrapper .content a p {
  font-size: 1.5rem;
  color: #030303;
  letter-spacing: -0.38px;
  margin-bottom: 0px;
}

.pianifica .section .card-carousel .swiper-slide .iv-wrapper .content p .readmore,
.pianifica .section .card-carousel .swiper-slide .iv-wrapper .content p a .readmore,
.pianifica .section .card-carousel .swiper-slide .iv-wrapper .content a p .readmore,
.pianifica .section .card-carousel .swiper-slide a .iv-wrapper .content p .readmore,
.pianifica .section .card-carousel .swiper-slide a .iv-wrapper .content p a .readmore,
.pianifica .section .card-carousel .swiper-slide a .iv-wrapper .content a p .readmore {
  font-style: italic;
  color: #904853;
  display: block;
  margin-top: 1rem;
}

.pianifica .section .card-carousel .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border: 1px solid #ae5d69;
  background: none;
  opacity: 1;
}

.pianifica .section .card-carousel .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #ae5d69;
}

.pianifica .section .card-carousel .swiper-button-next,
.pianifica .section .card-carousel .swiper-container-rtl .swiper-button-prev,
.pianifica .section .card-carousel .swiper-button-prev,
.pianifica .section .card-carousel .swiper-container-rtl .swiper-button-next {
  background-image: none;
  width: 4rem;
  height: 23rem;
  top: 0px;
  margin: 0px;
  left: auto;
}

.pianifica .section .card-carousel .swiper-button-next svg,
.pianifica .section .card-carousel .swiper-container-rtl .swiper-button-prev svg,
.pianifica .section .card-carousel .swiper-button-prev svg,
.pianifica .section .card-carousel .swiper-container-rtl .swiper-button-next svg {
  top: 50%;
  left: 50%;
  position: absolute;
  width: 3rem;
  height: 3rem;
  margin-top: -1.5rem;
  margin-left: -1.5rem;
  filter: drop-shadow(0px 3px 3px black);
}

.pianifica .section .card-carousel .swiper-button-next,
.pianifica .section .card-carousel .swiper-button-prev,
.pianifica .section .card-carousel .swiper-container-rtl .swiper-button-prev,
.pianifica .section .card-carousel .swiper-container-rtl .swiper-button-next {
  fill: #fff;
}

.pianifica .section .card-carousel .swiper-button-next,
.pianifica .section .card-carousel .swiper-container-rtl .swiper-button-prev {
  right: 0px;
}

.pianifica .section .card-carousel .swiper-button-prev,
.pianifica .section .card-carousel .swiper-container-rtl .swiper-button-next {
  left: 0px;
}

.pianifica .section .sassibox-item,
.pianifica .section a .sassibox-item {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 5rem;
}

.pianifica .section .sassibox-item > div,
.pianifica .section a .sassibox-item > div {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.pianifica .section .sassibox-item .image,
.pianifica .section a .sassibox-item .image {
  min-height: 23rem;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.pianifica .section .sassibox-item .content,
.pianifica .section a .sassibox-item .content {
  background: #ffffff;
  border: 0 solid #000000;
  position: relative;
  padding: 1rem 0;
  position: relative;
  z-index: 0;
}

.pianifica .section .sassibox-item .content:after,
.pianifica .section a .sassibox-item .content:after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: -4px;
  height: 4px;
  left: 0px;
  z-index: -1;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.01) 30%, rgba(0, 0, 0, 0.03) 50%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0.08) 90%, rgba(0, 0, 0, 0.09) 96%, rgba(0, 0, 0, 0.1) 100%);
}

.pianifica .section .sassibox-item .content h4,
.pianifica .section a .sassibox-item .content h4 {
  font-size: 2rem;
  color: #030303;
  letter-spacing: -0.48px;
  text-align: left;
}

.pianifica .section .sassibox-item .content p,
.pianifica .section .sassibox-item .content span,
.pianifica .section .sassibox-item .content a span,
.pianifica .section .sassibox-item .content span a,
.pianifica .section .sassibox-item .content p a,
.pianifica .section .sassibox-item .content a p,
.pianifica .section a .sassibox-item .content p,
.pianifica .section a .sassibox-item .content span,
.pianifica .section a .sassibox-item .content a span,
.pianifica .section a .sassibox-item .content span a,
.pianifica .section a .sassibox-item .content p a,
.pianifica .section a .sassibox-item .content a p {
  font-size: 1.5rem;
  color: #030303;
  letter-spacing: -0.38px;
}

.pianifica .section .sassibox-item .content .action,
.pianifica .section a .sassibox-item .content .action {
  margin: 10px 0;
}

.pianifica .section .sassibox-item .content .action button,
.pianifica .section a .sassibox-item .content .action button {
  font-family: "Open Sans", sans-serif !important;
}

.pianifica .section .sassibox-item .content .readmore,
.pianifica .section a .sassibox-item .content .readmore {
  border: 1px solid transparent;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  padding: 6px 12px;
  text-align: center;
  vertical-align: middle;
  width: -moz-fit-content;
  width: fit-content;
  text-transform: uppercase;
  background-color: #ae5d69;
}

.esperienze .xp_search_box button span {
  color: white;
}

.esperienze .xp_search_box .city {
  color: white;
}

.esperienze .xp_search_box .horizontal {
  padding: 1rem;
  background-color: #8b3288;
  background-image: linear-gradient(-180deg, #893186 0%, #8b3288 48%, #893186 80%);
  font-size: 1.6rem;
}

.esperienze .xp_search_box .horizontal.collapsed {
  border-radius: 2px;
  box-shadow: -1px 0 3px 0 rgba(0, 0, 0, 0.25);
}

.esperienze .xp_search_box .horizontal .fa,
.search .searchearchbox.vertical .bootstrap-select .esperienze .xp_search_box .horizontal button:after,
.downloads .downloadsearchbox.vertical .bootstrap-select .esperienze .xp_search_box .horizontal button:after,
.esperienze .xp_search_box .horizontal .localita #searchbox-app .bootstrap-select button:after,
.localita #searchbox-app .bootstrap-select .esperienze .xp_search_box .horizontal button:after,
.itinerari .searchbox .control .bootstrap-select .esperienze .xp_search_box .horizontal button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .vertical .bootstrap-select .esperienze .xp_search_box .horizontal button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .vertical .bootstrap-select .esperienze .xp_search_box .horizontal button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .vertical .bootstrap-select .esperienze .xp_search_box .horizontal button:after,
.romagna-craft .operatori_search_box .vertical .bootstrap-select .esperienze .xp_search_box .horizontal button:after,
.spass .operatori_search_box .vertical .bootstrap-select .esperienze .xp_search_box .horizontal button:after,
.natur .operatori_search_box .vertical .bootstrap-select .esperienze .xp_search_box .horizontal button:after,
.kultur .operatori_search_box .vertical .bootstrap-select .esperienze .xp_search_box .horizontal button:after,
.pet .operatori_search_box .vertical .bootstrap-select .esperienze .xp_search_box .horizontal button:after,
.default .operatori_search_box .vertical .bootstrap-select .esperienze .xp_search_box .horizontal button:after,
.liscio .operatori_search_box .vertical .bootstrap-select .esperienze .xp_search_box .horizontal button:after,
.romagna .operatori_search_box .vertical .bootstrap-select .esperienze .xp_search_box .horizontal button:after,
.motorcycle .operatori_search_box .vertical .bootstrap-select .esperienze .xp_search_box .horizontal button:after,
.sport .operatori_search_box .vertical .bootstrap-select .esperienze .xp_search_box .horizontal button:after,
.fun .operatori_search_box .vertical .bootstrap-select .esperienze .xp_search_box .horizontal button:after,
.wellness .operatori_search_box .vertical .bootstrap-select .esperienze .xp_search_box .horizontal button:after,
.empire .operatori_search_box .vertical .bootstrap-select .esperienze .xp_search_box .horizontal button:after,
.bike .operatori_search_box .vertical .bootstrap-select .esperienze .xp_search_box .horizontal button:after,
.castle .operatori_search_box .vertical .bootstrap-select .esperienze .xp_search_box .horizontal button:after,
.culture .operatori_search_box .vertical .bootstrap-select .esperienze .xp_search_box .horizontal button:after,
.romagna_autentica .operatori_search_box .vertical .bootstrap-select .esperienze .xp_search_box .horizontal button:after,
.nature .operatori_search_box .vertical .bootstrap-select .esperienze .xp_search_box .horizontal button:after,
.food .operatori_search_box .vertical .bootstrap-select .esperienze .xp_search_box .horizontal button:after,
.beach .operatori_search_box .vertical .bootstrap-select .esperienze .xp_search_box .horizontal button:after,
.rock .operatori_search_box .vertical .bootstrap-select .esperienze .xp_search_box .horizontal button:after,
.booking .operatori_search_box .vertical .bootstrap-select .esperienze .xp_search_box .horizontal button:after,
.odm .operatori_search_box .vertical .bootstrap-select .esperienze .xp_search_box .horizontal button:after,
.meteo .operatori_search_box .vertical .bootstrap-select .esperienze .xp_search_box .horizontal button:after,
.iat .operatori_search_box .vertical .bootstrap-select .esperienze .xp_search_box .horizontal button:after,
.news .operatori_search_box .vertical .bootstrap-select .esperienze .xp_search_box .horizontal button:after,
.esperienze .operatori_search_box .vertical .bootstrap-select .xp_search_box .horizontal button:after,
.esperienze .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.esperienze .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.esperienze .xp_search_box .horizontal .control .bootstrap-select button:after,
.esperienze .xp_search_box .events-homepage .header .eventsearchbox.horizontal .control .bootstrap-select button:after,
.events-homepage .header .esperienze .xp_search_box .eventsearchbox.horizontal .control .bootstrap-select button:after,
.events-homepage .header .eventsearchbox.vertical .bootstrap-select .esperienze .xp_search_box .horizontal button:after,
.esperienze .xp_search_box .events-page .header .eventsearchbox.horizontal .control .bootstrap-select button:after,
.events-page .header .esperienze .xp_search_box .eventsearchbox.horizontal .control .bootstrap-select button:after,
.events-page .header .eventsearchbox.vertical .bootstrap-select .esperienze .xp_search_box .horizontal button:after,
.scopri .operatori_search_box .vertical .bootstrap-select .esperienze .xp_search_box .horizontal button:after,
.idee .operatori_search_box .vertical .bootstrap-select .esperienze .xp_search_box .horizontal button:after,
.eventi .operatori_search_box .vertical .bootstrap-select .esperienze .xp_search_box .horizontal button:after,
.pianifica .operatori_search_box .vertical .bootstrap-select .esperienze .xp_search_box .horizontal button:after {
  line-height: 2.2rem;
}

.esperienze .xp_search_box .horizontal button.collapsible {
  border: none;
  background-color: transparent;
  display: block;
  width: 100%;
  font-size: 1.6rem;
  color: #ffffff;
  letter-spacing: -0.41px;
  text-align: left;
  text-transform: uppercase;
  display: block;
}

.esperienze .xp_search_box .horizontal .control {
  padding: 0.5rem 1rem;
  height: 5rem;
  background-color: white;
  margin: 0.5rem;
}

.esperienze .xp_search_box .horizontal .control.btn-holder {
  min-width: 2rem;
  width: auto;
  padding: 0px;
}

.esperienze .xp_search_box .horizontal .control.btn-holder button {
  width: 100%;
  border: none;
  background-color: #652563;
  height: 100%;
  font-size: 1.6rem;
  color: #ffffff;
  letter-spacing: -0.41px;
  text-align: center;
  text-transform: uppercase;
  display: block;
  padding: 0px;
}

.esperienze .xp_search_box .horizontal .control .ert-dropdown {
  width: 100%;
}

.esperienze .xp_search_box .horizontal .control .ert-dropdown * {
  cursor: pointer;
}

.esperienze .xp_search_box .horizontal .control .ert-dropdown .ert-combo {
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
  display: block;
  text-align: left;
}

.esperienze .xp_search_box .horizontal .control .ert-dropdown .ert-combo::after {
  border: none;
}

.esperienze .xp_search_box .horizontal .control .ert-dropdown .ert-combo i {
  transition: 500ms ease;
  transform: rotate(0);
  position: absolute;
  top: 2.25rem;
  right: 15px;
}

.esperienze .xp_search_box .horizontal .control .ert-dropdown .ert-combo .button {
  padding: 0px;
}

.esperienze .xp_search_box .horizontal .control .ert-dropdown.show .ert-combo i {
  transform: rotate(180deg);
}

.esperienze .xp_search_box .horizontal .control .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: auto;
}

.esperienze .xp_search_box .horizontal .control .bootstrap-select {
  margin-top: -1px;
}

.esperienze .xp_search_box .horizontal .control .bootstrap-select *:focus {
  box-shadow: none important;
}

.esperienze .xp_search_box .horizontal .control .bootstrap-select button {
  padding: 0px;
  font-size: 1.5rem;
  background: #ffffff;
  color: #848484;
  letter-spacing: 0.3px;
  border: none;
  border-radius: 0;
}

.esperienze .xp_search_box .horizontal .control .bootstrap-select button:after {
  content: "\F078";
  border: none;
}

.esperienze .xp_search_box .horizontal .control .bootstrap-select .dropdown-menu {
  width: 100% !important;
  border: none;
  border-radius: 0;
  box-shadow: 0px 2px 2px 0px #a9a9a970;
  border-top: 1px solid #a9a9a970;
}

.esperienze .xp_search_box .horizontal .control .bootstrap-select .dropdown-menu.inner.show {
  border-top: none;
}

.esperienze .xp_search_box .horizontal .control .bootstrap-select .dropdown-menu .dropdown-item {
  font-size: 1.5rem;
  line-height: 4rem;
}

.esperienze .xp_search_box .horizontal .control .bootstrap-select .dropdown-menu .dropdown-item:active,
.esperienze .xp_search_box .horizontal .control .bootstrap-select .dropdown-menu .dropdown-item.active {
  background-color: #8b3288;
}

.esperienze .xp_search_box .horizontal .control label {
  background: #ffffff;
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
  line-height: 2.4rem;
  margin-bottom: 0px;
  margin-right: 0.5rem;
}

@media (max-width: 768px) {
  .esperienze .xp_search_box .horizontal .control label {
    min-width: 6.2rem;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .esperienze .xp_search_box .horizontal .control label {
    display: none;
  }
}

.esperienze .xp_search_box .horizontal .control .flatpickr-mobile.form-control {
  padding: 1px 0;
}

.esperienze .xp_search_box .horizontal .control input[type=text],
.esperienze .xp_search_box .horizontal .control input[type=date] {
  border: none;
  font-size: 1.5rem;
  border-radius: 0;
  background-color: white;
  border-bottom: 1px solid #495057;
  min-width: 0;
  height: auto;
}

.esperienze .xp_search_box .horizontal .control input[type=text]:focus,
.esperienze .xp_search_box .horizontal .control input[type=date]:focus {
  box-shadow: none;
}

.esperienze .xp_search_box .vertical {
  max-width: 30rem;
  z-index: 10;
  position: relative;
  height: 4.4rem;
  margin: 0 auto;
}

.esperienze .xp_search_box .vertical button.collapsible {
  border: none;
  background-color: transparent;
  display: block;
  position: absolute;
  width: 100%;
}

.esperienze .xp_search_box .vertical .dropbutton {
  display: none;
}

.esperienze .xp_search_box .vertical .dropbutton.collapsed {
  display: block;
}

.esperienze .xp_search_box .vertical #collapse-events {
  padding: 1.8rem;
  background-color: #8b3288;
  background-image: linear-gradient(-180deg, #893186 0%, #8b3288 48%, #893186 80%);
  font-size: 1.6rem;
}

.esperienze .xp_search_box .vertical .fa-chevron-up {
  text-align: right;
  line-height: 4rem;
  color: white;
  margin-bottom: 1.8rem;
}

.esperienze .xp_search_box .vertical .form-group {
  background: #ffffff;
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
}

.esperienze .xp_search_box .vertical .form-group .col-form-label {
  line-height: 5rem;
}

.esperienze .xp_search_box .vertical .ert-text {
  border: none;
  font-size: 1.5rem;
  height: 60px;
  border-radius: 0;
  background-color: white;
}

.esperienze .xp_search_box .vertical .ert-text.line {
  border-bottom: 1px solid #495057;
  height: auto;
  margin-top: 14px;
}

.esperienze .xp_search_box .vertical .ert-text:focus {
  box-shadow: none;
}

.esperienze .xp_search_box .vertical button.search {
  border: none;
  position: absolute;
  bottom: -10rem;
  left: 5%;
  right: 5%;
  width: 90%;
  line-height: 4.4rem;
}

.esperienze .xp_search_box .vertical .datepicker-holder {
  padding-right: 0px;
}

.esperienze .xp_search_box .vertical .datepicker-holder * {
  cursor: pointer;
}

.esperienze .xp_search_box .vertical .datepicker-holder input[type=date]::-webkit-calendar-picker-indicator {
  width: 1.2rem;
  height: 0.7rem;
  -webkit-mask: url(/images/caret.svg);
          mask: url(/images/caret.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  -webkit-transition: 500ms ease;
  transition: 500ms ease;
  background-color: #686868;
}

.esperienze .xp_search_box .vertical .datepicker-holder .flatpickr-calendar.static {
  margin-left: -193px;
  margin-top: -184px;
  left: 50%;
  top: 50%;
}

.esperienze .xp_search_box .vertical .datepicker-holder .flatpickr-calendar.static.arrowBottom:after {
  display: none;
}

.esperienze .xp_search_box .vertical .datepicker-holder .flatpickr-calendar.static.arrowBottom:before {
  display: none;
}

.esperienze .xp_search_box .vertical .datepicker-holder .flatpickr-months .flatpickr-month {
  height: 32px;
}

.esperienze .xp_search_box .vertical .ert-dropdown * {
  cursor: pointer;
}

.esperienze .xp_search_box .vertical .ert-dropdown .ert-combo {
  background: #ffffff;
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
  line-height: 5rem;
  display: block;
  width: 100%;
  height: 60px;
  text-align: left;
}

.esperienze .xp_search_box .vertical .ert-dropdown .ert-combo::after {
  border: none;
}

.esperienze .xp_search_box .vertical .ert-dropdown .ert-combo i {
  transition: 500ms ease;
  transform: rotate(0);
  position: absolute;
  top: 2.25rem;
  right: 15px;
}

.esperienze .xp_search_box .vertical .ert-dropdown .ert-combo .button {
  padding: 0px;
}

.esperienze .xp_search_box .vertical .ert-dropdown .dropdown-menu {
  width: 100% !important;
  border: none;
  border-radius: 0;
  box-shadow: 0px 2px 2px 0px #a9a9a970;
  border-top: 1px solid #a9a9a970;
}

.esperienze .xp_search_box .vertical .ert-dropdown .dropdown-menu .dropdown-item {
  font-size: 1.5rem;
  line-height: 4rem;
}

.esperienze .xp_search_box .vertical .ert-dropdown .dropdown-menu .dropdown-item:active {
  background-color: #8b3288;
}

.esperienze .xp_search_box .vertical .ert-dropdown.show .ert-combo i {
  transform: rotate(180deg);
}

.esperienze .xp_search_box .vertical .bootstrap-select *:focus {
  box-shadow: none important;
}

.esperienze .xp_search_box .vertical .bootstrap-select button {
  font-size: 1.5rem;
  color: #848484;
  letter-spacing: 0.3px;
  border: none;
  font-size: 1.5rem;
  height: 60px;
  border-radius: 0;
  background-color: white;
}

.esperienze .xp_search_box .vertical .bootstrap-select button:after {
  content: "\F078";
  border: none;
}

.esperienze .xp_search_box .vertical .bootstrap-select .dropdown-menu {
  width: 100% !important;
  border: none;
  border-radius: 0;
  box-shadow: 0px 2px 2px 0px #a9a9a970;
  border-top: 1px solid #a9a9a970;
}

.esperienze .xp_search_box .vertical .bootstrap-select .dropdown-menu .dropdown-item {
  font-size: 1.5rem;
  line-height: 4rem;
}

.esperienze .xp_search_box .vertical .bootstrap-select .dropdown-menu .dropdown-item:active,
.esperienze .xp_search_box .vertical .bootstrap-select .dropdown-menu .dropdown-item.active {
  background-color: #8b3288;
}

.esperienze .xp_search_box .vertical .btn-er,
.esperienze .xp_search_box .vertical .instagram .instabutton div span,
.instagram .instabutton div .esperienze .xp_search_box .vertical span {
  margin-top: 18px;
}

.esperienze .xp_search_box .vertical .btn-er .fa-chevron-down,
.esperienze .xp_search_box .vertical .instagram .instabutton div span .fa-chevron-down,
.instagram .instabutton div .esperienze .xp_search_box .vertical span .fa-chevron-down {
  float: right;
  line-height: 4rem;
}

.esperienze .operatori_search_box button span {
  color: white;
}

.esperienze .operatori_search_box .city {
  color: white;
}

.esperienze .operatori_search_box .horizontal {
  padding: 1rem;
  background-color: #8b3288;
  background-image: linear-gradient(-180deg, #893186 0%, #8b3288 48%, #893186 80%);
  font-size: 1.6rem;
}

.esperienze .operatori_search_box .horizontal.collapsed {
  border-radius: 2px;
  box-shadow: -1px 0 3px 0 rgba(0, 0, 0, 0.25);
}

.esperienze .operatori_search_box .horizontal .fa,
.search .searchearchbox.vertical .bootstrap-select .esperienze .operatori_search_box .horizontal button:after,
.downloads .downloadsearchbox.vertical .bootstrap-select .esperienze .operatori_search_box .horizontal button:after,
.esperienze .operatori_search_box .horizontal .localita #searchbox-app .bootstrap-select button:after,
.localita #searchbox-app .bootstrap-select .esperienze .operatori_search_box .horizontal button:after,
.itinerari .searchbox .control .bootstrap-select .esperienze .operatori_search_box .horizontal button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .vertical .bootstrap-select .esperienze .operatori_search_box .horizontal button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .vertical .bootstrap-select .esperienze .operatori_search_box .horizontal button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .vertical .bootstrap-select .esperienze .operatori_search_box .horizontal button:after,
.romagna-craft .xp_search_box .vertical .bootstrap-select .esperienze .operatori_search_box .horizontal button:after,
.spass .xp_search_box .vertical .bootstrap-select .esperienze .operatori_search_box .horizontal button:after,
.natur .xp_search_box .vertical .bootstrap-select .esperienze .operatori_search_box .horizontal button:after,
.kultur .xp_search_box .vertical .bootstrap-select .esperienze .operatori_search_box .horizontal button:after,
.pet .xp_search_box .vertical .bootstrap-select .esperienze .operatori_search_box .horizontal button:after,
.default .xp_search_box .vertical .bootstrap-select .esperienze .operatori_search_box .horizontal button:after,
.liscio .xp_search_box .vertical .bootstrap-select .esperienze .operatori_search_box .horizontal button:after,
.romagna .xp_search_box .vertical .bootstrap-select .esperienze .operatori_search_box .horizontal button:after,
.motorcycle .xp_search_box .vertical .bootstrap-select .esperienze .operatori_search_box .horizontal button:after,
.sport .xp_search_box .vertical .bootstrap-select .esperienze .operatori_search_box .horizontal button:after,
.fun .xp_search_box .vertical .bootstrap-select .esperienze .operatori_search_box .horizontal button:after,
.wellness .xp_search_box .vertical .bootstrap-select .esperienze .operatori_search_box .horizontal button:after,
.empire .xp_search_box .vertical .bootstrap-select .esperienze .operatori_search_box .horizontal button:after,
.bike .xp_search_box .vertical .bootstrap-select .esperienze .operatori_search_box .horizontal button:after,
.castle .xp_search_box .vertical .bootstrap-select .esperienze .operatori_search_box .horizontal button:after,
.culture .xp_search_box .vertical .bootstrap-select .esperienze .operatori_search_box .horizontal button:after,
.romagna_autentica .xp_search_box .vertical .bootstrap-select .esperienze .operatori_search_box .horizontal button:after,
.nature .xp_search_box .vertical .bootstrap-select .esperienze .operatori_search_box .horizontal button:after,
.food .xp_search_box .vertical .bootstrap-select .esperienze .operatori_search_box .horizontal button:after,
.beach .xp_search_box .vertical .bootstrap-select .esperienze .operatori_search_box .horizontal button:after,
.rock .xp_search_box .vertical .bootstrap-select .esperienze .operatori_search_box .horizontal button:after,
.booking .xp_search_box .vertical .bootstrap-select .esperienze .operatori_search_box .horizontal button:after,
.odm .xp_search_box .vertical .bootstrap-select .esperienze .operatori_search_box .horizontal button:after,
.meteo .xp_search_box .vertical .bootstrap-select .esperienze .operatori_search_box .horizontal button:after,
.iat .xp_search_box .vertical .bootstrap-select .esperienze .operatori_search_box .horizontal button:after,
.news .xp_search_box .vertical .bootstrap-select .esperienze .operatori_search_box .horizontal button:after,
.esperienze .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.esperienze .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.esperienze .operatori_search_box .horizontal .control .bootstrap-select button:after,
.esperienze .operatori_search_box .events-homepage .header .eventsearchbox.horizontal .control .bootstrap-select button:after,
.events-homepage .header .esperienze .operatori_search_box .eventsearchbox.horizontal .control .bootstrap-select button:after,
.events-homepage .header .eventsearchbox.vertical .bootstrap-select .esperienze .operatori_search_box .horizontal button:after,
.esperienze .operatori_search_box .events-page .header .eventsearchbox.horizontal .control .bootstrap-select button:after,
.events-page .header .esperienze .operatori_search_box .eventsearchbox.horizontal .control .bootstrap-select button:after,
.events-page .header .eventsearchbox.vertical .bootstrap-select .esperienze .operatori_search_box .horizontal button:after,
.scopri .xp_search_box .vertical .bootstrap-select .esperienze .operatori_search_box .horizontal button:after,
.idee .xp_search_box .vertical .bootstrap-select .esperienze .operatori_search_box .horizontal button:after,
.eventi .xp_search_box .vertical .bootstrap-select .esperienze .operatori_search_box .horizontal button:after,
.pianifica .xp_search_box .vertical .bootstrap-select .esperienze .operatori_search_box .horizontal button:after,
.esperienze .xp_search_box .vertical .bootstrap-select .operatori_search_box .horizontal button:after {
  line-height: 2.2rem;
}

.esperienze .operatori_search_box .horizontal button.collapsible {
  border: none;
  background-color: transparent;
  display: block;
  width: 100%;
  font-size: 1.6rem;
  color: #ffffff;
  letter-spacing: -0.41px;
  text-align: left;
  text-transform: uppercase;
}

.esperienze .operatori_search_box .horizontal .control {
  padding: 0.5rem 1rem;
  height: 5rem;
  background-color: white;
  margin: 0.5rem;
}

.esperienze .operatori_search_box .horizontal .control.btn-holder {
  min-width: 2rem;
  width: auto;
  padding: 0px;
}

.esperienze .operatori_search_box .horizontal .control.btn-holder button {
  width: 100%;
  border: none;
  background-color: #652563;
  height: 100%;
  font-size: 1.6rem;
  color: #ffffff;
  letter-spacing: -0.41px;
  text-align: center;
  text-transform: uppercase;
  display: block;
  padding: 0px;
}

.esperienze .operatori_search_box .horizontal .control .ert-dropdown {
  width: 100%;
}

.esperienze .operatori_search_box .horizontal .control .ert-dropdown * {
  cursor: pointer;
}

.esperienze .operatori_search_box .horizontal .control .ert-dropdown .ert-combo {
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
  display: block;
  text-align: left;
}

.esperienze .operatori_search_box .horizontal .control .ert-dropdown .ert-combo::after {
  border: none;
}

.esperienze .operatori_search_box .horizontal .control .ert-dropdown .ert-combo i {
  transition: 500ms ease;
  transform: rotate(0);
  position: absolute;
  top: 2.25rem;
  right: 15px;
}

.esperienze .operatori_search_box .horizontal .control .ert-dropdown .ert-combo .button {
  padding: 0px;
}

.esperienze .operatori_search_box .horizontal .control .ert-dropdown.show .ert-combo i {
  transform: rotate(180deg);
}

.esperienze .operatori_search_box .horizontal .control .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: auto;
}

.esperienze .operatori_search_box .horizontal .control .bootstrap-select {
  margin-top: -1px;
}

.esperienze .operatori_search_box .horizontal .control .bootstrap-select *:focus {
  box-shadow: none important;
}

.esperienze .operatori_search_box .horizontal .control .bootstrap-select button {
  padding: 0px;
  font-size: 1.5rem;
  background: #ffffff;
  color: #848484;
  letter-spacing: 0.3px;
  border: none;
  border-radius: 0;
}

.esperienze .operatori_search_box .horizontal .control .bootstrap-select button:after {
  content: "\F078";
  border: none;
}

.esperienze .operatori_search_box .horizontal .control .bootstrap-select .dropdown-menu {
  width: 100% !important;
  border: none;
  border-radius: 0;
  box-shadow: 0px 2px 2px 0px #a9a9a970;
  border-top: 1px solid #a9a9a970;
}

.esperienze .operatori_search_box .horizontal .control .bootstrap-select .dropdown-menu.inner.show {
  border-top: none;
}

.esperienze .operatori_search_box .horizontal .control .bootstrap-select .dropdown-menu .dropdown-item {
  font-size: 1.5rem;
  line-height: 4rem;
}

.esperienze .operatori_search_box .horizontal .control .bootstrap-select .dropdown-menu .dropdown-item:active,
.esperienze .operatori_search_box .horizontal .control .bootstrap-select .dropdown-menu .dropdown-item.active {
  background-color: #8b3288;
}

.esperienze .operatori_search_box .horizontal .control label {
  background: #ffffff;
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
  line-height: 2.4rem;
  margin-bottom: 0px;
  margin-right: 0.5rem;
}

@media (max-width: 768px) {
  .esperienze .operatori_search_box .horizontal .control label {
    min-width: 6.2rem;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .esperienze .operatori_search_box .horizontal .control label {
    display: none;
  }
}

.esperienze .operatori_search_box .horizontal .control .flatpickr-mobile.form-control {
  padding: 1px 0;
}

.esperienze .operatori_search_box .horizontal .control input[type=text],
.esperienze .operatori_search_box .horizontal .control input[type=date] {
  border: none;
  font-size: 1.5rem;
  border-radius: 0;
  background-color: white;
  border-bottom: 1px solid #495057;
  min-width: 0;
  height: auto;
}

.esperienze .operatori_search_box .horizontal .control input[type=text]:focus,
.esperienze .operatori_search_box .horizontal .control input[type=date]:focus {
  box-shadow: none;
}

.esperienze .operatori_search_box .vertical {
  max-width: 30rem;
  z-index: 10;
  position: relative;
  height: 4.4rem;
  margin: 0 auto;
}

.esperienze .operatori_search_box .vertical button.collapsible {
  border: none;
  background-color: transparent;
  display: block;
  position: absolute;
  width: 100%;
}

.esperienze .operatori_search_box .vertical .dropbutton {
  display: none;
}

.esperienze .operatori_search_box .vertical .dropbutton.collapsed {
  display: block;
}

.esperienze .operatori_search_box .vertical #collapse-events {
  padding: 1.8rem;
  background-color: #8b3288;
  background-image: linear-gradient(-180deg, #893186 0%, #8b3288 48%, #893186 80%);
  font-size: 1.6rem;
}

.esperienze .operatori_search_box .vertical .fa-chevron-up {
  text-align: right;
  line-height: 4rem;
  color: white;
  margin-bottom: 1.8rem;
}

.esperienze .operatori_search_box .vertical .form-group {
  background: #ffffff;
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
}

.esperienze .operatori_search_box .vertical .form-group .col-form-label {
  line-height: 5rem;
}

.esperienze .operatori_search_box .vertical .ert-text {
  border: none;
  font-size: 1.5rem;
  height: 60px;
  border-radius: 0;
  background-color: white;
}

.esperienze .operatori_search_box .vertical .ert-text.line {
  border-bottom: 1px solid #495057;
  height: auto;
  margin-top: 14px;
}

.esperienze .operatori_search_box .vertical .ert-text:focus {
  box-shadow: none;
}

.esperienze .operatori_search_box .vertical button.search {
  border: none;
  position: absolute;
  bottom: -10rem;
  left: 5%;
  right: 5%;
  width: 90%;
  line-height: 4.4rem;
}

.esperienze .operatori_search_box .vertical .datepicker-holder {
  padding-right: 0px;
}

.esperienze .operatori_search_box .vertical .datepicker-holder * {
  cursor: pointer;
}

.esperienze .operatori_search_box .vertical .datepicker-holder input[type=date]::-webkit-calendar-picker-indicator {
  width: 1.2rem;
  height: 0.7rem;
  -webkit-mask: url(/images/caret.svg);
          mask: url(/images/caret.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  -webkit-transition: 500ms ease;
  transition: 500ms ease;
  background-color: #686868;
}

.esperienze .operatori_search_box .vertical .datepicker-holder .flatpickr-calendar.static {
  margin-left: -193px;
  margin-top: -184px;
  left: 50%;
  top: 50%;
}

.esperienze .operatori_search_box .vertical .datepicker-holder .flatpickr-calendar.static.arrowBottom:after {
  display: none;
}

.esperienze .operatori_search_box .vertical .datepicker-holder .flatpickr-calendar.static.arrowBottom:before {
  display: none;
}

.esperienze .operatori_search_box .vertical .datepicker-holder .flatpickr-months .flatpickr-month {
  height: 32px;
}

.esperienze .operatori_search_box .vertical .ert-dropdown * {
  cursor: pointer;
}

.esperienze .operatori_search_box .vertical .ert-dropdown .ert-combo {
  background: #ffffff;
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
  line-height: 5rem;
  display: block;
  width: 100%;
  height: 60px;
  text-align: left;
}

.esperienze .operatori_search_box .vertical .ert-dropdown .ert-combo::after {
  border: none;
}

.esperienze .operatori_search_box .vertical .ert-dropdown .ert-combo i {
  transition: 500ms ease;
  transform: rotate(0);
  position: absolute;
  top: 2.25rem;
  right: 15px;
}

.esperienze .operatori_search_box .vertical .ert-dropdown .ert-combo .button {
  padding: 0px;
}

.esperienze .operatori_search_box .vertical .ert-dropdown .dropdown-menu {
  width: 100% !important;
  border: none;
  border-radius: 0;
  box-shadow: 0px 2px 2px 0px #a9a9a970;
  border-top: 1px solid #a9a9a970;
}

.esperienze .operatori_search_box .vertical .ert-dropdown .dropdown-menu .dropdown-item {
  font-size: 1.5rem;
  line-height: 4rem;
}

.esperienze .operatori_search_box .vertical .ert-dropdown .dropdown-menu .dropdown-item:active {
  background-color: #8b3288;
}

.esperienze .operatori_search_box .vertical .ert-dropdown.show .ert-combo i {
  transform: rotate(180deg);
}

.esperienze .operatori_search_box .vertical .bootstrap-select *:focus {
  box-shadow: none important;
}

.esperienze .operatori_search_box .vertical .bootstrap-select button {
  font-size: 1.5rem;
  color: #848484;
  letter-spacing: 0.3px;
  border: none;
  font-size: 1.5rem;
  height: 60px;
  border-radius: 0;
  background-color: white;
}

.esperienze .operatori_search_box .vertical .bootstrap-select button:after {
  content: "\F078";
  border: none;
}

.esperienze .operatori_search_box .vertical .bootstrap-select .dropdown-menu {
  width: 100% !important;
  border: none;
  border-radius: 0;
  box-shadow: 0px 2px 2px 0px #a9a9a970;
  border-top: 1px solid #a9a9a970;
}

.esperienze .operatori_search_box .vertical .bootstrap-select .dropdown-menu .dropdown-item {
  font-size: 1.5rem;
  line-height: 4rem;
}

.esperienze .operatori_search_box .vertical .bootstrap-select .dropdown-menu .dropdown-item:active,
.esperienze .operatori_search_box .vertical .bootstrap-select .dropdown-menu .dropdown-item.active {
  background-color: #8b3288;
}

.esperienze .operatori_search_box .vertical .btn-er,
.esperienze .operatori_search_box .vertical .instagram .instabutton div span,
.instagram .instabutton div .esperienze .operatori_search_box .vertical span {
  margin-top: 18px;
}

.esperienze .operatori_search_box .vertical .btn-er .fa-chevron-down,
.esperienze .operatori_search_box .vertical .instagram .instabutton div span .fa-chevron-down,
.instagram .instabutton div .esperienze .operatori_search_box .vertical span .fa-chevron-down {
  float: right;
  line-height: 4rem;
}

.esperienze .home-boxes {
  background-color: #8b3288;
}

.esperienze .content-box a {
  font-weight: bold;
  color: #8b3288;
}

.esperienze .content-box a strong {
  color: #8b3288;
}

.esperienze .content-box .btn-er,
.esperienze .content-box .instagram .instabutton div span,
.instagram .instabutton div .esperienze .content-box span {
  background-color: #8b3288;
  color: white;
}

.esperienze .content-box h3.with-line {
  font-size: 1.8rem;
  color: #030303;
  letter-spacing: -0.43px;
  text-transform: uppercase;
  margin-bottom: 2.1rem;
}

.esperienze .content-box h3.with-line::before {
  content: "";
  display: block;
  height: 3px;
  background: #0e797b;
  width: 100%;
  max-width: 32rem;
  margin-left: 0;
  margin-right: 0;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.esperienze *:focus {
  outline: 1px solid #8b3288;
  outline-offset: -1px;
}

.esperienze .bootstrap-select .dropdown-toggle:focus {
  outline: 1px solid #8b3288;
  outline-offset: -1px;
}

.esperienze a:hover {
  outline: 1px solid #b13fad;
}

.esperienze a:active {
  outline: 1px solid #8b3288;
}

.esperienze .events-list {
  font-size: 1.4rem;
}

.esperienze .section-list {
  display: block;
  text-align: right;
}

.esperienze .section-list a {
  font-size: 2rem;
  color: #8b3288;
}

.esperienze .events-list dt,
.esperienze .section-list dt,
.esperienze .iat-list dt {
  text-transform: uppercase;
  font-size: 1.5rem;
  line-height: 1.5;
  color: #111;
  letter-spacing: -0.38px;
  font-weight: 600;
  margin-top: 1.4rem;
}

.esperienze .events-list dd,
.esperienze .section-list dd,
.esperienze .iat-list dd {
  font-size: 1.6rem;
  margin-bottom: 0.6rem;
  line-height: 1.5;
  color: #030303;
}

.esperienze .events-list dd i,
.esperienze .section-list dd i,
.esperienze .iat-list dd i {
  margin-right: 0.6rem;
}

.esperienze .events-list ul,
.esperienze .section-list ul,
.esperienze .iat-list ul {
  list-style: none;
  padding-inline-start: 0;
}

.esperienze .events-list ul li,
.esperienze .section-list ul li,
.esperienze .iat-list ul li {
  font-size: 1.5rem;
  color: #030303;
  margin-top: 0.6rem;
  line-height: 1.5;
}

.esperienze .events-list ul.tappe-list,
.esperienze .section-list ul.tappe-list,
.esperienze .iat-list ul.tappe-list {
  list-style: none;
  padding-inline-start: 0;
}

.esperienze .events-list ul.tappe-list li,
.esperienze .section-list ul.tappe-list li,
.esperienze .iat-list ul.tappe-list li {
  font-size: 1.6rem;
  line-height: 1.5;
  color: #030303;
}

.esperienze .tickets-list {
  display: flex;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #111;
  letter-spacing: -0.38px;
  font-weight: 600;
  margin-top: 1.4rem;
}

.esperienze .tickets-list i {
  margin-top: 0.6rem;
}

.esperienze .tickets-list li {
  color: #030303;
  font-size: 1.6rem;
  margin-left: 1.2rem;
}

.esperienze .tickets-list li i {
  margin-right: 0.6rem;
}

.esperienze .address * {
  color: white;
}

.esperienze .top-title-box {
  padding: 0rem;
  text-align: center;
}

.esperienze .top-title-box.no-image {
  padding-top: 10rem;
}

.esperienze .top-title-box.no-image .er-logo-top {
  margin: 0 auto;
  display: block;
  margin-bottom: 10rem;
}

.esperienze .top-title-box h1 {
  font-size: 3rem;
  color: #8b3288;
  letter-spacing: -1.01px;
  line-height: 4rem;
  margin: 2rem 0;
}

.esperienze .top-title-box h2 {
  font-size: 2rem;
  line-height: 1.5;
  color: #000;
  letter-spacing: -0.58px;
}

.esperienze .top-title-box .breadcrumb {
  opacity: 0.6;
  font-size: 1.5rem;
  letter-spacing: -0.38px;
  padding: 0;
  margin: 0;
  color: #8b3288;
  background-color: #fff;
}

.esperienze .top-title-box .breadcrumb .breadcrumb-item::before,
.esperienze .top-title-box .breadcrumb a {
  color: #8b3288;
}

@media (min-width: 992px) {
  .esperienze .top-title-box h1 {
    line-height: 7rem;
    font-size: 7rem;
    margin-top: 3rem;
  }

  .esperienze .top-title-box h2 {
    font-size: 2rem;
    line-height: 1.5rem;
  }

  .esperienze .top-title-box .breadcrumb {
    font-size: 1.9rem;
  }
}

.esperienze .image-box-with-border {
  margin: 2rem 0;
  border-top: 64px solid #8b3288;
}

.esperienze .image-box-with-border img {
  -o-object-fit: cover;
     object-fit: cover;
}

.esperienze .top-image {
  transition: background-image 1s ease-in-out;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 20px;
}

.esperienze .top-image .logo {
  position: absolute;
  width: 30rem;
  bottom: 20px;
  left: 50%;
  margin-left: -15rem;
}

.esperienze .top-image.no-mask {
  height: 600px;
}

.esperienze .top-image .mask {
  z-index: 997;
  position: relative;
  width: 100%;
}

@media (min-width: 992px) {
  .esperienze .top-image:after {
    position: absolute;
    content: "";
    left: 0px;
    bottom: -20px;
    width: 100%;
    height: 20px;
    transform: rotate(-180deg);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(255, 255, 255, 0.12) 12%, #e6e6e6);
  }
}

.esperienze .info-box {
  position: relative;
  z-index: 0;
  border-right: 1px solid #e6e6e6;
  border-left: 7px solid #8b3288;
  background-color: white;
  padding: 0.1rem 1.5rem;
}

.esperienze .info-box h3 {
  font-weight: bold;
  font-size: 1.9rem;
}

.esperienze .info-box .referente {
  font-size: 1.7rem;
  line-height: 1.8rem;
  color: #000;
  letter-spacing: -0.41px;
}

@media (min-width: 768px) {
  .esperienze .info-box {
    position: sticky;
    position: -webkit-sticky;
    top: 68px;
  }
}

.esperienze .info-box:after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: -8px;
  height: 8px;
  left: 0px;
  z-index: -1;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.01) 30%, rgba(0, 0, 0, 0.03) 50%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0.08) 90%, rgba(0, 0, 0, 0.09) 96%, rgba(0, 0, 0, 0.1) 100%);
}

.esperienze .info-box:after {
  width: calc(100% + 8px);
  left: -7px;
}

@media (max-width: 991.98px) {
  .esperienze .info-box {
    width: auto;
    max-width: 60%;
    min-width: 300px;
    margin: 20px auto;
    display: block;
  }
}

@media (min-width: 992px) {
  .esperienze .info-box {
    margin-top: 2.2rem;
  }
}

.esperienze .info-box li {
  padding: 1.1rem 0;
}

.esperienze .info-box li .icon {
  font-size: 2.8rem;
  line-height: 3.3rem;
  margin-right: 1rem;
  float: left;
}

.esperienze .info-box li .info .title {
  text-transform: uppercase;
  font-size: 1.2rem;
  line-height: 1.5rem;
  color: #787878;
  letter-spacing: -0.38px;
}

.esperienze .info-box li .info .value {
  font-size: 1.7rem;
  line-height: 1.8rem;
  color: #000000;
  letter-spacing: -0.41px;
  display: table;
}

.esperienze .info-box li .info .value a {
  word-break: break-all;
}

@media (max-width: 991.98px) {
  .esperienze .info-box li.bookmarks {
    display: none;
  }
}

.esperienze .info-box .title-index {
  text-transform: uppercase;
  font-size: 1.4rem;
  line-height: 3rem;
  letter-spacing: -0.38px;
}

.esperienze .info-box .bookmarks {
  display: inline-block;
}

.esperienze .info-box .bookmarks ul li {
  padding: 0.5rem 0;
  width: 100%;
}

.esperienze .info-box .bookmarks ul li a {
  font-size: 1.4rem;
  line-height: 1.5rem;
  color: #000000;
  letter-spacing: -0.41px;
}

.esperienze .info-box .bookmarks ul li a.active {
  text-decoration: underline;
}

.esperienze #bookmarks-index {
  margin-top: 8rem;
}

.esperienze #bookmarks-index .info {
  padding: 2.1rem;
}

.esperienze #bookmarks-index h4 {
  font-size: 1.8rem;
}

@media (min-width: 768px) {
  .esperienze #bookmarks-index {
    display: none;
  }
}

.esperienze blockquote:before {
  color: #8f338c;
}

.esperienze .btn-er,
.esperienze .instagram .instabutton div span,
.instagram .instabutton div .esperienze span,
.esperienze.btn {
  background: #8b3288;
}

.esperienze hr {
  height: 3px;
  background: #8b3288;
  width: 100%;
  max-width: 32rem;
  margin-left: 0;
  margin-right: 0;
  margin-top: 1rem;
  margin-bottom: 2rem;
}

.esperienze .section h2 {
  margin-top: 4.5rem;
  margin-bottom: 4.5rem;
  font-size: 4.42rem;
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.18;
  letter-spacing: -1.07px;
  text-align: center;
  color: black;
  /*text-decoration: underline;*/
}

.esperienze .section h2 a {
  color: black;
}

.esperienze .section h3 {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
  font-size: 3.42rem;
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.18;
  letter-spacing: -1.07px;
  text-align: center;
  color: black;
  text-transform: uppercase;
  /*text-decoration: underline;*/
}

.esperienze .section h3 a {
  color: black;
}

.esperienze .section .gallery {
  position: relative;
  padding-bottom: 33px;
}

.esperienze .section .gallery .swiper-button-next,
.esperienze .section .gallery .swiper-container-rtl .swiper-button-prev,
.esperienze .section .gallery .swiper-button-prev,
.esperienze .section .gallery .swiper-container-rtl .swiper-button-next {
  background-position: center;
  width: 7.2rem;
  bottom: 33px;
  height: auto;
  top: 0px;
  margin: 0px;
  left: auto;
}

.esperienze .section .gallery .swiper-button-next svg,
.esperienze .section .gallery .swiper-container-rtl .swiper-button-prev svg,
.esperienze .section .gallery .swiper-button-prev svg,
.esperienze .section .gallery .swiper-container-rtl .swiper-button-next svg {
  top: 50%;
  left: 2.1rem;
  position: absolute;
  width: 3rem;
  height: 3rem;
  margin-top: -1.5rem;
  filter: drop-shadow(0px 3px 3px black);
}

.esperienze .section .gallery .swiper-button-next,
.esperienze .section .gallery .swiper-button-prev,
.esperienze .section .gallery .swiper-container-rtl .swiper-button-prev,
.esperienze .section .gallery .swiper-container-rtl .swiper-button-next {
  fill: #fff;
}

.esperienze .section .gallery .swiper-button-next,
.esperienze .section .gallery .swiper-container-rtl .swiper-button-prev {
  right: 0px;
}

.esperienze .section .gallery .swiper-button-prev,
.esperienze .section .gallery .swiper-container-rtl .swiper-button-next {
  left: 0px;
}

.esperienze .section .gallery .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #8b3288;
}

.esperienze .section .gallery .swiper-pagination-bullet {
  border: 1px solid #8b3288;
}

.esperienze .section .gallery .swiper-pagination-bullets {
  bottom: 2px;
}

.esperienze .section .gallery .swiper-slide .carousel-content {
  background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.07) 8%, rgba(0, 0, 0, 0.45) 68%);
  position: absolute;
  left: 0rem;
  bottom: 0rem;
  right: 0rem;
  width: auto;
  padding: 10rem 2rem 2rem 2rem;
  font-size: 2.6rem;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.63px;
  text-align: center;
  color: #ffffff;
}

.esperienze .section .gallery .swiper-slide .carousel-content a {
  color: #ffffff !important;
}

.esperienze .section .card-carousel .nodefault.swiper-button-prev::after,
.esperienze .section .card-carousel .nodefault.swiper-button-prev::before,
.esperienze .section .card-carousel .nodefault.swiper-button-next::after,
.esperienze .section .card-carousel .nodefault.swiper-button-next::before {
  content: unset;
}

.esperienze .section .card-carousel .swiper-slide {
  height: auto;
  margin-bottom: 5rem;
}

.esperienze .section .card-carousel .swiper-slide .iv-wrapper,
.esperienze .section .card-carousel .swiper-slide a .iv-wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

.esperienze .section .card-carousel .swiper-slide .iv-wrapper > div,
.esperienze .section .card-carousel .swiper-slide a .iv-wrapper > div {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: start;
}

.esperienze .section .card-carousel .swiper-slide .iv-wrapper .image,
.esperienze .section .card-carousel .swiper-slide a .iv-wrapper .image {
  min-height: 23rem;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.esperienze .section .card-carousel .swiper-slide .iv-wrapper .content,
.esperienze .section .card-carousel .swiper-slide a .iv-wrapper .content {
  background: #ffffff;
  border: 0 solid #000000;
  position: relative;
  padding: 2rem 2.1rem 4rem;
  position: relative;
  z-index: 0;
}

.esperienze .section .card-carousel .swiper-slide .iv-wrapper .content:after,
.esperienze .section .card-carousel .swiper-slide a .iv-wrapper .content:after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: -4px;
  height: 4px;
  left: 0px;
  z-index: -1;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.01) 30%, rgba(0, 0, 0, 0.03) 50%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0.08) 90%, rgba(0, 0, 0, 0.09) 96%, rgba(0, 0, 0, 0.1) 100%);
}

.esperienze .section .card-carousel .swiper-slide .iv-wrapper .content h3,
.esperienze .section .card-carousel .swiper-slide a .iv-wrapper .content h3 {
  font-size: 2rem;
  color: #030303;
  letter-spacing: -0.48px;
  text-align: left;
}

.esperienze .section .card-carousel .swiper-slide .iv-wrapper .content p,
.esperienze .section .card-carousel .swiper-slide .iv-wrapper .content p a,
.esperienze .section .card-carousel .swiper-slide .iv-wrapper .content a p,
.esperienze .section .card-carousel .swiper-slide a .iv-wrapper .content p,
.esperienze .section .card-carousel .swiper-slide a .iv-wrapper .content p a,
.esperienze .section .card-carousel .swiper-slide a .iv-wrapper .content a p {
  font-size: 1.5rem;
  color: #030303;
  letter-spacing: -0.38px;
  margin-bottom: 0px;
}

.esperienze .section .card-carousel .swiper-slide .iv-wrapper .content p .readmore,
.esperienze .section .card-carousel .swiper-slide .iv-wrapper .content p a .readmore,
.esperienze .section .card-carousel .swiper-slide .iv-wrapper .content a p .readmore,
.esperienze .section .card-carousel .swiper-slide a .iv-wrapper .content p .readmore,
.esperienze .section .card-carousel .swiper-slide a .iv-wrapper .content p a .readmore,
.esperienze .section .card-carousel .swiper-slide a .iv-wrapper .content a p .readmore {
  font-style: italic;
  color: #652563;
  display: block;
  margin-top: 1rem;
}

.esperienze .section .card-carousel .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border: 1px solid #8b3288;
  background: none;
  opacity: 1;
}

.esperienze .section .card-carousel .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #8b3288;
}

.esperienze .section .card-carousel .swiper-button-next,
.esperienze .section .card-carousel .swiper-container-rtl .swiper-button-prev,
.esperienze .section .card-carousel .swiper-button-prev,
.esperienze .section .card-carousel .swiper-container-rtl .swiper-button-next {
  background-image: none;
  width: 4rem;
  height: 23rem;
  top: 0px;
  margin: 0px;
  left: auto;
}

.esperienze .section .card-carousel .swiper-button-next svg,
.esperienze .section .card-carousel .swiper-container-rtl .swiper-button-prev svg,
.esperienze .section .card-carousel .swiper-button-prev svg,
.esperienze .section .card-carousel .swiper-container-rtl .swiper-button-next svg {
  top: 50%;
  left: 50%;
  position: absolute;
  width: 3rem;
  height: 3rem;
  margin-top: -1.5rem;
  margin-left: -1.5rem;
  filter: drop-shadow(0px 3px 3px black);
}

.esperienze .section .card-carousel .swiper-button-next,
.esperienze .section .card-carousel .swiper-button-prev,
.esperienze .section .card-carousel .swiper-container-rtl .swiper-button-prev,
.esperienze .section .card-carousel .swiper-container-rtl .swiper-button-next {
  fill: #fff;
}

.esperienze .section .card-carousel .swiper-button-next,
.esperienze .section .card-carousel .swiper-container-rtl .swiper-button-prev {
  right: 0px;
}

.esperienze .section .card-carousel .swiper-button-prev,
.esperienze .section .card-carousel .swiper-container-rtl .swiper-button-next {
  left: 0px;
}

.esperienze .section .sassibox-item,
.esperienze .section a .sassibox-item {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 5rem;
}

.esperienze .section .sassibox-item > div,
.esperienze .section a .sassibox-item > div {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.esperienze .section .sassibox-item .image,
.esperienze .section a .sassibox-item .image {
  min-height: 23rem;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.esperienze .section .sassibox-item .content,
.esperienze .section a .sassibox-item .content {
  background: #ffffff;
  border: 0 solid #000000;
  position: relative;
  padding: 1rem 0;
  position: relative;
  z-index: 0;
}

.esperienze .section .sassibox-item .content:after,
.esperienze .section a .sassibox-item .content:after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: -4px;
  height: 4px;
  left: 0px;
  z-index: -1;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.01) 30%, rgba(0, 0, 0, 0.03) 50%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0.08) 90%, rgba(0, 0, 0, 0.09) 96%, rgba(0, 0, 0, 0.1) 100%);
}

.esperienze .section .sassibox-item .content h4,
.esperienze .section a .sassibox-item .content h4 {
  font-size: 2rem;
  color: #030303;
  letter-spacing: -0.48px;
  text-align: left;
}

.esperienze .section .sassibox-item .content p,
.esperienze .section .sassibox-item .content span,
.esperienze .section .sassibox-item .content a span,
.esperienze .section .sassibox-item .content span a,
.esperienze .section .sassibox-item .content p a,
.esperienze .section .sassibox-item .content a p,
.esperienze .section a .sassibox-item .content p,
.esperienze .section a .sassibox-item .content span,
.esperienze .section a .sassibox-item .content a span,
.esperienze .section a .sassibox-item .content span a,
.esperienze .section a .sassibox-item .content p a,
.esperienze .section a .sassibox-item .content a p {
  font-size: 1.5rem;
  color: #030303;
  letter-spacing: -0.38px;
}

.esperienze .section .sassibox-item .content .action,
.esperienze .section a .sassibox-item .content .action {
  margin: 10px 0;
}

.esperienze .section .sassibox-item .content .action button,
.esperienze .section a .sassibox-item .content .action button {
  font-family: "Open Sans", sans-serif !important;
}

.esperienze .section .sassibox-item .content .readmore,
.esperienze .section a .sassibox-item .content .readmore {
  border: 1px solid transparent;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  padding: 6px 12px;
  text-align: center;
  vertical-align: middle;
  width: -moz-fit-content;
  width: fit-content;
  text-transform: uppercase;
  background-color: #8b3288;
}

.news .xp_search_box button span {
  color: white;
}

.news .xp_search_box .city {
  color: white;
}

.news .xp_search_box .horizontal {
  padding: 1rem;
  background-color: #2F4A9A;
  background-image: linear-gradient(-180deg, #2e4998 0%, #2F4A9A 48%, #2e4998 80%);
  font-size: 1.6rem;
}

.news .xp_search_box .horizontal.collapsed {
  border-radius: 2px;
  box-shadow: -1px 0 3px 0 rgba(0, 0, 0, 0.25);
}

.news .xp_search_box .horizontal .fa,
.search .searchearchbox.vertical .bootstrap-select .news .xp_search_box .horizontal button:after,
.downloads .downloadsearchbox.vertical .bootstrap-select .news .xp_search_box .horizontal button:after,
.news .xp_search_box .horizontal .localita #searchbox-app .bootstrap-select button:after,
.localita #searchbox-app .bootstrap-select .news .xp_search_box .horizontal button:after,
.itinerari .searchbox .control .bootstrap-select .news .xp_search_box .horizontal button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .vertical .bootstrap-select .news .xp_search_box .horizontal button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .vertical .bootstrap-select .news .xp_search_box .horizontal button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .vertical .bootstrap-select .news .xp_search_box .horizontal button:after,
.romagna-craft .operatori_search_box .vertical .bootstrap-select .news .xp_search_box .horizontal button:after,
.spass .operatori_search_box .vertical .bootstrap-select .news .xp_search_box .horizontal button:after,
.natur .operatori_search_box .vertical .bootstrap-select .news .xp_search_box .horizontal button:after,
.kultur .operatori_search_box .vertical .bootstrap-select .news .xp_search_box .horizontal button:after,
.pet .operatori_search_box .vertical .bootstrap-select .news .xp_search_box .horizontal button:after,
.default .operatori_search_box .vertical .bootstrap-select .news .xp_search_box .horizontal button:after,
.liscio .operatori_search_box .vertical .bootstrap-select .news .xp_search_box .horizontal button:after,
.romagna .operatori_search_box .vertical .bootstrap-select .news .xp_search_box .horizontal button:after,
.motorcycle .operatori_search_box .vertical .bootstrap-select .news .xp_search_box .horizontal button:after,
.sport .operatori_search_box .vertical .bootstrap-select .news .xp_search_box .horizontal button:after,
.fun .operatori_search_box .vertical .bootstrap-select .news .xp_search_box .horizontal button:after,
.wellness .operatori_search_box .vertical .bootstrap-select .news .xp_search_box .horizontal button:after,
.empire .operatori_search_box .vertical .bootstrap-select .news .xp_search_box .horizontal button:after,
.bike .operatori_search_box .vertical .bootstrap-select .news .xp_search_box .horizontal button:after,
.castle .operatori_search_box .vertical .bootstrap-select .news .xp_search_box .horizontal button:after,
.culture .operatori_search_box .vertical .bootstrap-select .news .xp_search_box .horizontal button:after,
.romagna_autentica .operatori_search_box .vertical .bootstrap-select .news .xp_search_box .horizontal button:after,
.nature .operatori_search_box .vertical .bootstrap-select .news .xp_search_box .horizontal button:after,
.food .operatori_search_box .vertical .bootstrap-select .news .xp_search_box .horizontal button:after,
.beach .operatori_search_box .vertical .bootstrap-select .news .xp_search_box .horizontal button:after,
.rock .operatori_search_box .vertical .bootstrap-select .news .xp_search_box .horizontal button:after,
.booking .operatori_search_box .vertical .bootstrap-select .news .xp_search_box .horizontal button:after,
.odm .operatori_search_box .vertical .bootstrap-select .news .xp_search_box .horizontal button:after,
.meteo .operatori_search_box .vertical .bootstrap-select .news .xp_search_box .horizontal button:after,
.iat .operatori_search_box .vertical .bootstrap-select .news .xp_search_box .horizontal button:after,
.news .operatori_search_box .vertical .bootstrap-select .xp_search_box .horizontal button:after,
.news .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.news .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.news .xp_search_box .horizontal .control .bootstrap-select button:after,
.news .xp_search_box .events-homepage .header .eventsearchbox.horizontal .control .bootstrap-select button:after,
.events-homepage .header .news .xp_search_box .eventsearchbox.horizontal .control .bootstrap-select button:after,
.events-homepage .header .eventsearchbox.vertical .bootstrap-select .news .xp_search_box .horizontal button:after,
.news .xp_search_box .events-page .header .eventsearchbox.horizontal .control .bootstrap-select button:after,
.events-page .header .news .xp_search_box .eventsearchbox.horizontal .control .bootstrap-select button:after,
.events-page .header .eventsearchbox.vertical .bootstrap-select .news .xp_search_box .horizontal button:after,
.scopri .operatori_search_box .vertical .bootstrap-select .news .xp_search_box .horizontal button:after,
.idee .operatori_search_box .vertical .bootstrap-select .news .xp_search_box .horizontal button:after,
.eventi .operatori_search_box .vertical .bootstrap-select .news .xp_search_box .horizontal button:after,
.pianifica .operatori_search_box .vertical .bootstrap-select .news .xp_search_box .horizontal button:after,
.esperienze .operatori_search_box .vertical .bootstrap-select .news .xp_search_box .horizontal button:after {
  line-height: 2.2rem;
}

.news .xp_search_box .horizontal button.collapsible {
  border: none;
  background-color: transparent;
  display: block;
  width: 100%;
  font-size: 1.6rem;
  color: #ffffff;
  letter-spacing: -0.41px;
  text-align: left;
  text-transform: uppercase;
  display: block;
}

.news .xp_search_box .horizontal .control {
  padding: 0.5rem 1rem;
  height: 5rem;
  background-color: white;
  margin: 0.5rem;
}

.news .xp_search_box .horizontal .control.btn-holder {
  min-width: 2rem;
  width: auto;
  padding: 0px;
}

.news .xp_search_box .horizontal .control.btn-holder button {
  width: 100%;
  border: none;
  background-color: #233773;
  height: 100%;
  font-size: 1.6rem;
  color: #ffffff;
  letter-spacing: -0.41px;
  text-align: center;
  text-transform: uppercase;
  display: block;
  padding: 0px;
}

.news .xp_search_box .horizontal .control .ert-dropdown {
  width: 100%;
}

.news .xp_search_box .horizontal .control .ert-dropdown * {
  cursor: pointer;
}

.news .xp_search_box .horizontal .control .ert-dropdown .ert-combo {
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
  display: block;
  text-align: left;
}

.news .xp_search_box .horizontal .control .ert-dropdown .ert-combo::after {
  border: none;
}

.news .xp_search_box .horizontal .control .ert-dropdown .ert-combo i {
  transition: 500ms ease;
  transform: rotate(0);
  position: absolute;
  top: 2.25rem;
  right: 15px;
}

.news .xp_search_box .horizontal .control .ert-dropdown .ert-combo .button {
  padding: 0px;
}

.news .xp_search_box .horizontal .control .ert-dropdown.show .ert-combo i {
  transform: rotate(180deg);
}

.news .xp_search_box .horizontal .control .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: auto;
}

.news .xp_search_box .horizontal .control .bootstrap-select {
  margin-top: -1px;
}

.news .xp_search_box .horizontal .control .bootstrap-select *:focus {
  box-shadow: none important;
}

.news .xp_search_box .horizontal .control .bootstrap-select button {
  padding: 0px;
  font-size: 1.5rem;
  background: #ffffff;
  color: #848484;
  letter-spacing: 0.3px;
  border: none;
  border-radius: 0;
}

.news .xp_search_box .horizontal .control .bootstrap-select button:after {
  content: "\F078";
  border: none;
}

.news .xp_search_box .horizontal .control .bootstrap-select .dropdown-menu {
  width: 100% !important;
  border: none;
  border-radius: 0;
  box-shadow: 0px 2px 2px 0px #a9a9a970;
  border-top: 1px solid #a9a9a970;
}

.news .xp_search_box .horizontal .control .bootstrap-select .dropdown-menu.inner.show {
  border-top: none;
}

.news .xp_search_box .horizontal .control .bootstrap-select .dropdown-menu .dropdown-item {
  font-size: 1.5rem;
  line-height: 4rem;
}

.news .xp_search_box .horizontal .control .bootstrap-select .dropdown-menu .dropdown-item:active,
.news .xp_search_box .horizontal .control .bootstrap-select .dropdown-menu .dropdown-item.active {
  background-color: #2F4A9A;
}

.news .xp_search_box .horizontal .control label {
  background: #ffffff;
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
  line-height: 2.4rem;
  margin-bottom: 0px;
  margin-right: 0.5rem;
}

@media (max-width: 768px) {
  .news .xp_search_box .horizontal .control label {
    min-width: 6.2rem;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .news .xp_search_box .horizontal .control label {
    display: none;
  }
}

.news .xp_search_box .horizontal .control .flatpickr-mobile.form-control {
  padding: 1px 0;
}

.news .xp_search_box .horizontal .control input[type=text],
.news .xp_search_box .horizontal .control input[type=date] {
  border: none;
  font-size: 1.5rem;
  border-radius: 0;
  background-color: white;
  border-bottom: 1px solid #495057;
  min-width: 0;
  height: auto;
}

.news .xp_search_box .horizontal .control input[type=text]:focus,
.news .xp_search_box .horizontal .control input[type=date]:focus {
  box-shadow: none;
}

.news .xp_search_box .vertical {
  max-width: 30rem;
  z-index: 10;
  position: relative;
  height: 4.4rem;
  margin: 0 auto;
}

.news .xp_search_box .vertical button.collapsible {
  border: none;
  background-color: transparent;
  display: block;
  position: absolute;
  width: 100%;
}

.news .xp_search_box .vertical .dropbutton {
  display: none;
}

.news .xp_search_box .vertical .dropbutton.collapsed {
  display: block;
}

.news .xp_search_box .vertical #collapse-events {
  padding: 1.8rem;
  background-color: #2F4A9A;
  background-image: linear-gradient(-180deg, #2e4998 0%, #2F4A9A 48%, #2e4998 80%);
  font-size: 1.6rem;
}

.news .xp_search_box .vertical .fa-chevron-up {
  text-align: right;
  line-height: 4rem;
  color: white;
  margin-bottom: 1.8rem;
}

.news .xp_search_box .vertical .form-group {
  background: #ffffff;
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
}

.news .xp_search_box .vertical .form-group .col-form-label {
  line-height: 5rem;
}

.news .xp_search_box .vertical .ert-text {
  border: none;
  font-size: 1.5rem;
  height: 60px;
  border-radius: 0;
  background-color: white;
}

.news .xp_search_box .vertical .ert-text.line {
  border-bottom: 1px solid #495057;
  height: auto;
  margin-top: 14px;
}

.news .xp_search_box .vertical .ert-text:focus {
  box-shadow: none;
}

.news .xp_search_box .vertical button.search {
  border: none;
  position: absolute;
  bottom: -10rem;
  left: 5%;
  right: 5%;
  width: 90%;
  line-height: 4.4rem;
}

.news .xp_search_box .vertical .datepicker-holder {
  padding-right: 0px;
}

.news .xp_search_box .vertical .datepicker-holder * {
  cursor: pointer;
}

.news .xp_search_box .vertical .datepicker-holder input[type=date]::-webkit-calendar-picker-indicator {
  width: 1.2rem;
  height: 0.7rem;
  -webkit-mask: url(/images/caret.svg);
          mask: url(/images/caret.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  -webkit-transition: 500ms ease;
  transition: 500ms ease;
  background-color: #686868;
}

.news .xp_search_box .vertical .datepicker-holder .flatpickr-calendar.static {
  margin-left: -193px;
  margin-top: -184px;
  left: 50%;
  top: 50%;
}

.news .xp_search_box .vertical .datepicker-holder .flatpickr-calendar.static.arrowBottom:after {
  display: none;
}

.news .xp_search_box .vertical .datepicker-holder .flatpickr-calendar.static.arrowBottom:before {
  display: none;
}

.news .xp_search_box .vertical .datepicker-holder .flatpickr-months .flatpickr-month {
  height: 32px;
}

.news .xp_search_box .vertical .ert-dropdown * {
  cursor: pointer;
}

.news .xp_search_box .vertical .ert-dropdown .ert-combo {
  background: #ffffff;
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
  line-height: 5rem;
  display: block;
  width: 100%;
  height: 60px;
  text-align: left;
}

.news .xp_search_box .vertical .ert-dropdown .ert-combo::after {
  border: none;
}

.news .xp_search_box .vertical .ert-dropdown .ert-combo i {
  transition: 500ms ease;
  transform: rotate(0);
  position: absolute;
  top: 2.25rem;
  right: 15px;
}

.news .xp_search_box .vertical .ert-dropdown .ert-combo .button {
  padding: 0px;
}

.news .xp_search_box .vertical .ert-dropdown .dropdown-menu {
  width: 100% !important;
  border: none;
  border-radius: 0;
  box-shadow: 0px 2px 2px 0px #a9a9a970;
  border-top: 1px solid #a9a9a970;
}

.news .xp_search_box .vertical .ert-dropdown .dropdown-menu .dropdown-item {
  font-size: 1.5rem;
  line-height: 4rem;
}

.news .xp_search_box .vertical .ert-dropdown .dropdown-menu .dropdown-item:active {
  background-color: #2F4A9A;
}

.news .xp_search_box .vertical .ert-dropdown.show .ert-combo i {
  transform: rotate(180deg);
}

.news .xp_search_box .vertical .bootstrap-select *:focus {
  box-shadow: none important;
}

.news .xp_search_box .vertical .bootstrap-select button {
  font-size: 1.5rem;
  color: #848484;
  letter-spacing: 0.3px;
  border: none;
  font-size: 1.5rem;
  height: 60px;
  border-radius: 0;
  background-color: white;
}

.news .xp_search_box .vertical .bootstrap-select button:after {
  content: "\F078";
  border: none;
}

.news .xp_search_box .vertical .bootstrap-select .dropdown-menu {
  width: 100% !important;
  border: none;
  border-radius: 0;
  box-shadow: 0px 2px 2px 0px #a9a9a970;
  border-top: 1px solid #a9a9a970;
}

.news .xp_search_box .vertical .bootstrap-select .dropdown-menu .dropdown-item {
  font-size: 1.5rem;
  line-height: 4rem;
}

.news .xp_search_box .vertical .bootstrap-select .dropdown-menu .dropdown-item:active,
.news .xp_search_box .vertical .bootstrap-select .dropdown-menu .dropdown-item.active {
  background-color: #2F4A9A;
}

.news .xp_search_box .vertical .btn-er,
.news .xp_search_box .vertical .instagram .instabutton div span,
.instagram .instabutton div .news .xp_search_box .vertical span {
  margin-top: 18px;
}

.news .xp_search_box .vertical .btn-er .fa-chevron-down,
.news .xp_search_box .vertical .instagram .instabutton div span .fa-chevron-down,
.instagram .instabutton div .news .xp_search_box .vertical span .fa-chevron-down {
  float: right;
  line-height: 4rem;
}

.news .operatori_search_box button span {
  color: white;
}

.news .operatori_search_box .city {
  color: white;
}

.news .operatori_search_box .horizontal {
  padding: 1rem;
  background-color: #2F4A9A;
  background-image: linear-gradient(-180deg, #2e4998 0%, #2F4A9A 48%, #2e4998 80%);
  font-size: 1.6rem;
}

.news .operatori_search_box .horizontal.collapsed {
  border-radius: 2px;
  box-shadow: -1px 0 3px 0 rgba(0, 0, 0, 0.25);
}

.news .operatori_search_box .horizontal .fa,
.search .searchearchbox.vertical .bootstrap-select .news .operatori_search_box .horizontal button:after,
.downloads .downloadsearchbox.vertical .bootstrap-select .news .operatori_search_box .horizontal button:after,
.news .operatori_search_box .horizontal .localita #searchbox-app .bootstrap-select button:after,
.localita #searchbox-app .bootstrap-select .news .operatori_search_box .horizontal button:after,
.itinerari .searchbox .control .bootstrap-select .news .operatori_search_box .horizontal button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .vertical .bootstrap-select .news .operatori_search_box .horizontal button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .vertical .bootstrap-select .news .operatori_search_box .horizontal button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .vertical .bootstrap-select .news .operatori_search_box .horizontal button:after,
.romagna-craft .xp_search_box .vertical .bootstrap-select .news .operatori_search_box .horizontal button:after,
.spass .xp_search_box .vertical .bootstrap-select .news .operatori_search_box .horizontal button:after,
.natur .xp_search_box .vertical .bootstrap-select .news .operatori_search_box .horizontal button:after,
.kultur .xp_search_box .vertical .bootstrap-select .news .operatori_search_box .horizontal button:after,
.pet .xp_search_box .vertical .bootstrap-select .news .operatori_search_box .horizontal button:after,
.default .xp_search_box .vertical .bootstrap-select .news .operatori_search_box .horizontal button:after,
.liscio .xp_search_box .vertical .bootstrap-select .news .operatori_search_box .horizontal button:after,
.romagna .xp_search_box .vertical .bootstrap-select .news .operatori_search_box .horizontal button:after,
.motorcycle .xp_search_box .vertical .bootstrap-select .news .operatori_search_box .horizontal button:after,
.sport .xp_search_box .vertical .bootstrap-select .news .operatori_search_box .horizontal button:after,
.fun .xp_search_box .vertical .bootstrap-select .news .operatori_search_box .horizontal button:after,
.wellness .xp_search_box .vertical .bootstrap-select .news .operatori_search_box .horizontal button:after,
.empire .xp_search_box .vertical .bootstrap-select .news .operatori_search_box .horizontal button:after,
.bike .xp_search_box .vertical .bootstrap-select .news .operatori_search_box .horizontal button:after,
.castle .xp_search_box .vertical .bootstrap-select .news .operatori_search_box .horizontal button:after,
.culture .xp_search_box .vertical .bootstrap-select .news .operatori_search_box .horizontal button:after,
.romagna_autentica .xp_search_box .vertical .bootstrap-select .news .operatori_search_box .horizontal button:after,
.nature .xp_search_box .vertical .bootstrap-select .news .operatori_search_box .horizontal button:after,
.food .xp_search_box .vertical .bootstrap-select .news .operatori_search_box .horizontal button:after,
.beach .xp_search_box .vertical .bootstrap-select .news .operatori_search_box .horizontal button:after,
.rock .xp_search_box .vertical .bootstrap-select .news .operatori_search_box .horizontal button:after,
.booking .xp_search_box .vertical .bootstrap-select .news .operatori_search_box .horizontal button:after,
.odm .xp_search_box .vertical .bootstrap-select .news .operatori_search_box .horizontal button:after,
.meteo .xp_search_box .vertical .bootstrap-select .news .operatori_search_box .horizontal button:after,
.iat .xp_search_box .vertical .bootstrap-select .news .operatori_search_box .horizontal button:after,
.news .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.news .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.news .operatori_search_box .horizontal .control .bootstrap-select button:after,
.news .operatori_search_box .events-homepage .header .eventsearchbox.horizontal .control .bootstrap-select button:after,
.events-homepage .header .news .operatori_search_box .eventsearchbox.horizontal .control .bootstrap-select button:after,
.events-homepage .header .eventsearchbox.vertical .bootstrap-select .news .operatori_search_box .horizontal button:after,
.news .operatori_search_box .events-page .header .eventsearchbox.horizontal .control .bootstrap-select button:after,
.events-page .header .news .operatori_search_box .eventsearchbox.horizontal .control .bootstrap-select button:after,
.events-page .header .eventsearchbox.vertical .bootstrap-select .news .operatori_search_box .horizontal button:after,
.scopri .xp_search_box .vertical .bootstrap-select .news .operatori_search_box .horizontal button:after,
.idee .xp_search_box .vertical .bootstrap-select .news .operatori_search_box .horizontal button:after,
.eventi .xp_search_box .vertical .bootstrap-select .news .operatori_search_box .horizontal button:after,
.pianifica .xp_search_box .vertical .bootstrap-select .news .operatori_search_box .horizontal button:after,
.esperienze .xp_search_box .vertical .bootstrap-select .news .operatori_search_box .horizontal button:after,
.news .xp_search_box .vertical .bootstrap-select .operatori_search_box .horizontal button:after {
  line-height: 2.2rem;
}

.news .operatori_search_box .horizontal button.collapsible {
  border: none;
  background-color: transparent;
  display: block;
  width: 100%;
  font-size: 1.6rem;
  color: #ffffff;
  letter-spacing: -0.41px;
  text-align: left;
  text-transform: uppercase;
}

.news .operatori_search_box .horizontal .control {
  padding: 0.5rem 1rem;
  height: 5rem;
  background-color: white;
  margin: 0.5rem;
}

.news .operatori_search_box .horizontal .control.btn-holder {
  min-width: 2rem;
  width: auto;
  padding: 0px;
}

.news .operatori_search_box .horizontal .control.btn-holder button {
  width: 100%;
  border: none;
  background-color: #233773;
  height: 100%;
  font-size: 1.6rem;
  color: #ffffff;
  letter-spacing: -0.41px;
  text-align: center;
  text-transform: uppercase;
  display: block;
  padding: 0px;
}

.news .operatori_search_box .horizontal .control .ert-dropdown {
  width: 100%;
}

.news .operatori_search_box .horizontal .control .ert-dropdown * {
  cursor: pointer;
}

.news .operatori_search_box .horizontal .control .ert-dropdown .ert-combo {
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
  display: block;
  text-align: left;
}

.news .operatori_search_box .horizontal .control .ert-dropdown .ert-combo::after {
  border: none;
}

.news .operatori_search_box .horizontal .control .ert-dropdown .ert-combo i {
  transition: 500ms ease;
  transform: rotate(0);
  position: absolute;
  top: 2.25rem;
  right: 15px;
}

.news .operatori_search_box .horizontal .control .ert-dropdown .ert-combo .button {
  padding: 0px;
}

.news .operatori_search_box .horizontal .control .ert-dropdown.show .ert-combo i {
  transform: rotate(180deg);
}

.news .operatori_search_box .horizontal .control .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: auto;
}

.news .operatori_search_box .horizontal .control .bootstrap-select {
  margin-top: -1px;
}

.news .operatori_search_box .horizontal .control .bootstrap-select *:focus {
  box-shadow: none important;
}

.news .operatori_search_box .horizontal .control .bootstrap-select button {
  padding: 0px;
  font-size: 1.5rem;
  background: #ffffff;
  color: #848484;
  letter-spacing: 0.3px;
  border: none;
  border-radius: 0;
}

.news .operatori_search_box .horizontal .control .bootstrap-select button:after {
  content: "\F078";
  border: none;
}

.news .operatori_search_box .horizontal .control .bootstrap-select .dropdown-menu {
  width: 100% !important;
  border: none;
  border-radius: 0;
  box-shadow: 0px 2px 2px 0px #a9a9a970;
  border-top: 1px solid #a9a9a970;
}

.news .operatori_search_box .horizontal .control .bootstrap-select .dropdown-menu.inner.show {
  border-top: none;
}

.news .operatori_search_box .horizontal .control .bootstrap-select .dropdown-menu .dropdown-item {
  font-size: 1.5rem;
  line-height: 4rem;
}

.news .operatori_search_box .horizontal .control .bootstrap-select .dropdown-menu .dropdown-item:active,
.news .operatori_search_box .horizontal .control .bootstrap-select .dropdown-menu .dropdown-item.active {
  background-color: #2F4A9A;
}

.news .operatori_search_box .horizontal .control label {
  background: #ffffff;
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
  line-height: 2.4rem;
  margin-bottom: 0px;
  margin-right: 0.5rem;
}

@media (max-width: 768px) {
  .news .operatori_search_box .horizontal .control label {
    min-width: 6.2rem;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .news .operatori_search_box .horizontal .control label {
    display: none;
  }
}

.news .operatori_search_box .horizontal .control .flatpickr-mobile.form-control {
  padding: 1px 0;
}

.news .operatori_search_box .horizontal .control input[type=text],
.news .operatori_search_box .horizontal .control input[type=date] {
  border: none;
  font-size: 1.5rem;
  border-radius: 0;
  background-color: white;
  border-bottom: 1px solid #495057;
  min-width: 0;
  height: auto;
}

.news .operatori_search_box .horizontal .control input[type=text]:focus,
.news .operatori_search_box .horizontal .control input[type=date]:focus {
  box-shadow: none;
}

.news .operatori_search_box .vertical {
  max-width: 30rem;
  z-index: 10;
  position: relative;
  height: 4.4rem;
  margin: 0 auto;
}

.news .operatori_search_box .vertical button.collapsible {
  border: none;
  background-color: transparent;
  display: block;
  position: absolute;
  width: 100%;
}

.news .operatori_search_box .vertical .dropbutton {
  display: none;
}

.news .operatori_search_box .vertical .dropbutton.collapsed {
  display: block;
}

.news .operatori_search_box .vertical #collapse-events {
  padding: 1.8rem;
  background-color: #2F4A9A;
  background-image: linear-gradient(-180deg, #2e4998 0%, #2F4A9A 48%, #2e4998 80%);
  font-size: 1.6rem;
}

.news .operatori_search_box .vertical .fa-chevron-up {
  text-align: right;
  line-height: 4rem;
  color: white;
  margin-bottom: 1.8rem;
}

.news .operatori_search_box .vertical .form-group {
  background: #ffffff;
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
}

.news .operatori_search_box .vertical .form-group .col-form-label {
  line-height: 5rem;
}

.news .operatori_search_box .vertical .ert-text {
  border: none;
  font-size: 1.5rem;
  height: 60px;
  border-radius: 0;
  background-color: white;
}

.news .operatori_search_box .vertical .ert-text.line {
  border-bottom: 1px solid #495057;
  height: auto;
  margin-top: 14px;
}

.news .operatori_search_box .vertical .ert-text:focus {
  box-shadow: none;
}

.news .operatori_search_box .vertical button.search {
  border: none;
  position: absolute;
  bottom: -10rem;
  left: 5%;
  right: 5%;
  width: 90%;
  line-height: 4.4rem;
}

.news .operatori_search_box .vertical .datepicker-holder {
  padding-right: 0px;
}

.news .operatori_search_box .vertical .datepicker-holder * {
  cursor: pointer;
}

.news .operatori_search_box .vertical .datepicker-holder input[type=date]::-webkit-calendar-picker-indicator {
  width: 1.2rem;
  height: 0.7rem;
  -webkit-mask: url(/images/caret.svg);
          mask: url(/images/caret.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  -webkit-transition: 500ms ease;
  transition: 500ms ease;
  background-color: #686868;
}

.news .operatori_search_box .vertical .datepicker-holder .flatpickr-calendar.static {
  margin-left: -193px;
  margin-top: -184px;
  left: 50%;
  top: 50%;
}

.news .operatori_search_box .vertical .datepicker-holder .flatpickr-calendar.static.arrowBottom:after {
  display: none;
}

.news .operatori_search_box .vertical .datepicker-holder .flatpickr-calendar.static.arrowBottom:before {
  display: none;
}

.news .operatori_search_box .vertical .datepicker-holder .flatpickr-months .flatpickr-month {
  height: 32px;
}

.news .operatori_search_box .vertical .ert-dropdown * {
  cursor: pointer;
}

.news .operatori_search_box .vertical .ert-dropdown .ert-combo {
  background: #ffffff;
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
  line-height: 5rem;
  display: block;
  width: 100%;
  height: 60px;
  text-align: left;
}

.news .operatori_search_box .vertical .ert-dropdown .ert-combo::after {
  border: none;
}

.news .operatori_search_box .vertical .ert-dropdown .ert-combo i {
  transition: 500ms ease;
  transform: rotate(0);
  position: absolute;
  top: 2.25rem;
  right: 15px;
}

.news .operatori_search_box .vertical .ert-dropdown .ert-combo .button {
  padding: 0px;
}

.news .operatori_search_box .vertical .ert-dropdown .dropdown-menu {
  width: 100% !important;
  border: none;
  border-radius: 0;
  box-shadow: 0px 2px 2px 0px #a9a9a970;
  border-top: 1px solid #a9a9a970;
}

.news .operatori_search_box .vertical .ert-dropdown .dropdown-menu .dropdown-item {
  font-size: 1.5rem;
  line-height: 4rem;
}

.news .operatori_search_box .vertical .ert-dropdown .dropdown-menu .dropdown-item:active {
  background-color: #2F4A9A;
}

.news .operatori_search_box .vertical .ert-dropdown.show .ert-combo i {
  transform: rotate(180deg);
}

.news .operatori_search_box .vertical .bootstrap-select *:focus {
  box-shadow: none important;
}

.news .operatori_search_box .vertical .bootstrap-select button {
  font-size: 1.5rem;
  color: #848484;
  letter-spacing: 0.3px;
  border: none;
  font-size: 1.5rem;
  height: 60px;
  border-radius: 0;
  background-color: white;
}

.news .operatori_search_box .vertical .bootstrap-select button:after {
  content: "\F078";
  border: none;
}

.news .operatori_search_box .vertical .bootstrap-select .dropdown-menu {
  width: 100% !important;
  border: none;
  border-radius: 0;
  box-shadow: 0px 2px 2px 0px #a9a9a970;
  border-top: 1px solid #a9a9a970;
}

.news .operatori_search_box .vertical .bootstrap-select .dropdown-menu .dropdown-item {
  font-size: 1.5rem;
  line-height: 4rem;
}

.news .operatori_search_box .vertical .bootstrap-select .dropdown-menu .dropdown-item:active,
.news .operatori_search_box .vertical .bootstrap-select .dropdown-menu .dropdown-item.active {
  background-color: #2F4A9A;
}

.news .operatori_search_box .vertical .btn-er,
.news .operatori_search_box .vertical .instagram .instabutton div span,
.instagram .instabutton div .news .operatori_search_box .vertical span {
  margin-top: 18px;
}

.news .operatori_search_box .vertical .btn-er .fa-chevron-down,
.news .operatori_search_box .vertical .instagram .instabutton div span .fa-chevron-down,
.instagram .instabutton div .news .operatori_search_box .vertical span .fa-chevron-down {
  float: right;
  line-height: 4rem;
}

.news .home-boxes {
  background-color: #2F4A9A;
}

.news .content-box a {
  font-weight: bold;
  color: #2F4A9A;
}

.news .content-box a strong {
  color: #2F4A9A;
}

.news .content-box .btn-er,
.news .content-box .instagram .instabutton div span,
.instagram .instabutton div .news .content-box span {
  background-color: #2F4A9A;
  color: white;
}

.news .content-box h3.with-line {
  font-size: 1.8rem;
  color: #030303;
  letter-spacing: -0.43px;
  text-transform: uppercase;
  margin-bottom: 2.1rem;
}

.news .content-box h3.with-line::before {
  content: "";
  display: block;
  height: 3px;
  background: #0e797b;
  width: 100%;
  max-width: 32rem;
  margin-left: 0;
  margin-right: 0;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.news *:focus {
  outline: 1px solid #2F4A9A;
  outline-offset: -1px;
}

.news .bootstrap-select .dropdown-toggle:focus {
  outline: 1px solid #2F4A9A;
  outline-offset: -1px;
}

.news a:hover {
  outline: 1px solid #3b5dc1;
}

.news a:active {
  outline: 1px solid #2F4A9A;
}

.news .events-list {
  font-size: 1.4rem;
}

.news .section-list {
  display: block;
  text-align: right;
}

.news .section-list a {
  font-size: 2rem;
  color: #2F4A9A;
}

.news .events-list dt,
.news .section-list dt,
.news .iat-list dt {
  text-transform: uppercase;
  font-size: 1.5rem;
  line-height: 1.5;
  color: #111;
  letter-spacing: -0.38px;
  font-weight: 600;
  margin-top: 1.4rem;
}

.news .events-list dd,
.news .section-list dd,
.news .iat-list dd {
  font-size: 1.6rem;
  margin-bottom: 0.6rem;
  line-height: 1.5;
  color: #030303;
}

.news .events-list dd i,
.news .section-list dd i,
.news .iat-list dd i {
  margin-right: 0.6rem;
}

.news .events-list ul,
.news .section-list ul,
.news .iat-list ul {
  list-style: none;
  padding-inline-start: 0;
}

.news .events-list ul li,
.news .section-list ul li,
.news .iat-list ul li {
  font-size: 1.5rem;
  color: #030303;
  margin-top: 0.6rem;
  line-height: 1.5;
}

.news .events-list ul.tappe-list,
.news .section-list ul.tappe-list,
.news .iat-list ul.tappe-list {
  list-style: none;
  padding-inline-start: 0;
}

.news .events-list ul.tappe-list li,
.news .section-list ul.tappe-list li,
.news .iat-list ul.tappe-list li {
  font-size: 1.6rem;
  line-height: 1.5;
  color: #030303;
}

.news .tickets-list {
  display: flex;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #111;
  letter-spacing: -0.38px;
  font-weight: 600;
  margin-top: 1.4rem;
}

.news .tickets-list i {
  margin-top: 0.6rem;
}

.news .tickets-list li {
  color: #030303;
  font-size: 1.6rem;
  margin-left: 1.2rem;
}

.news .tickets-list li i {
  margin-right: 0.6rem;
}

.news .address * {
  color: white;
}

.news .top-title-box {
  padding: 0rem;
  text-align: center;
}

.news .top-title-box.no-image {
  padding-top: 10rem;
}

.news .top-title-box.no-image .er-logo-top {
  margin: 0 auto;
  display: block;
  margin-bottom: 10rem;
}

.news .top-title-box h1 {
  font-size: 3rem;
  color: #2F4A9A;
  letter-spacing: -1.01px;
  line-height: 4rem;
  margin: 2rem 0;
}

.news .top-title-box h2 {
  font-size: 2rem;
  line-height: 1.5;
  color: #000;
  letter-spacing: -0.58px;
}

.news .top-title-box .breadcrumb {
  opacity: 0.6;
  font-size: 1.5rem;
  letter-spacing: -0.38px;
  padding: 0;
  margin: 0;
  color: #2F4A9A;
  background-color: #fff;
}

.news .top-title-box .breadcrumb .breadcrumb-item::before,
.news .top-title-box .breadcrumb a {
  color: #2F4A9A;
}

@media (min-width: 992px) {
  .news .top-title-box h1 {
    line-height: 7rem;
    font-size: 7rem;
    margin-top: 3rem;
  }

  .news .top-title-box h2 {
    font-size: 2rem;
    line-height: 1.5rem;
  }

  .news .top-title-box .breadcrumb {
    font-size: 1.9rem;
  }
}

.news .image-box-with-border {
  margin: 2rem 0;
  border-top: 64px solid #2F4A9A;
}

.news .image-box-with-border img {
  -o-object-fit: cover;
     object-fit: cover;
}

.news .top-image {
  transition: background-image 1s ease-in-out;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 20px;
}

.news .top-image .logo {
  position: absolute;
  width: 30rem;
  bottom: 20px;
  left: 50%;
  margin-left: -15rem;
}

.news .top-image.no-mask {
  height: 600px;
}

.news .top-image .mask {
  z-index: 997;
  position: relative;
  width: 100%;
}

@media (min-width: 992px) {
  .news .top-image:after {
    position: absolute;
    content: "";
    left: 0px;
    bottom: -20px;
    width: 100%;
    height: 20px;
    transform: rotate(-180deg);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(255, 255, 255, 0.12) 12%, #e6e6e6);
  }
}

.news .info-box {
  position: relative;
  z-index: 0;
  border-right: 1px solid #e6e6e6;
  border-left: 7px solid #2F4A9A;
  background-color: white;
  padding: 0.1rem 1.5rem;
}

.news .info-box h3 {
  font-weight: bold;
  font-size: 1.9rem;
}

.news .info-box .referente {
  font-size: 1.7rem;
  line-height: 1.8rem;
  color: #000;
  letter-spacing: -0.41px;
}

@media (min-width: 768px) {
  .news .info-box {
    position: sticky;
    position: -webkit-sticky;
    top: 68px;
  }
}

.news .info-box:after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: -8px;
  height: 8px;
  left: 0px;
  z-index: -1;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.01) 30%, rgba(0, 0, 0, 0.03) 50%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0.08) 90%, rgba(0, 0, 0, 0.09) 96%, rgba(0, 0, 0, 0.1) 100%);
}

.news .info-box:after {
  width: calc(100% + 8px);
  left: -7px;
}

@media (max-width: 991.98px) {
  .news .info-box {
    width: auto;
    max-width: 60%;
    min-width: 300px;
    margin: 20px auto;
    display: block;
  }
}

@media (min-width: 992px) {
  .news .info-box {
    margin-top: 2.2rem;
  }
}

.news .info-box li {
  padding: 1.1rem 0;
}

.news .info-box li .icon {
  font-size: 2.8rem;
  line-height: 3.3rem;
  margin-right: 1rem;
  float: left;
}

.news .info-box li .info .title {
  text-transform: uppercase;
  font-size: 1.2rem;
  line-height: 1.5rem;
  color: #787878;
  letter-spacing: -0.38px;
}

.news .info-box li .info .value {
  font-size: 1.7rem;
  line-height: 1.8rem;
  color: #000000;
  letter-spacing: -0.41px;
  display: table;
}

.news .info-box li .info .value a {
  word-break: break-all;
}

@media (max-width: 991.98px) {
  .news .info-box li.bookmarks {
    display: none;
  }
}

.news .info-box .title-index {
  text-transform: uppercase;
  font-size: 1.4rem;
  line-height: 3rem;
  letter-spacing: -0.38px;
}

.news .info-box .bookmarks {
  display: inline-block;
}

.news .info-box .bookmarks ul li {
  padding: 0.5rem 0;
  width: 100%;
}

.news .info-box .bookmarks ul li a {
  font-size: 1.4rem;
  line-height: 1.5rem;
  color: #000000;
  letter-spacing: -0.41px;
}

.news .info-box .bookmarks ul li a.active {
  text-decoration: underline;
}

.news #bookmarks-index {
  margin-top: 8rem;
}

.news #bookmarks-index .info {
  padding: 2.1rem;
}

.news #bookmarks-index h4 {
  font-size: 1.8rem;
}

@media (min-width: 768px) {
  .news #bookmarks-index {
    display: none;
  }
}

.news blockquote:before {
  color: #304c9e;
}

.news .btn-er,
.news .instagram .instabutton div span,
.instagram .instabutton div .news span,
.news.btn {
  background: #2F4A9A;
}

.news hr {
  height: 3px;
  background: #2F4A9A;
  width: 100%;
  max-width: 32rem;
  margin-left: 0;
  margin-right: 0;
  margin-top: 1rem;
  margin-bottom: 2rem;
}

.news .section h2 {
  margin-top: 4.5rem;
  margin-bottom: 4.5rem;
  font-size: 4.42rem;
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.18;
  letter-spacing: -1.07px;
  text-align: center;
  color: black;
  /*text-decoration: underline;*/
}

.news .section h2 a {
  color: black;
}

.news .section h3 {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
  font-size: 3.42rem;
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.18;
  letter-spacing: -1.07px;
  text-align: center;
  color: black;
  text-transform: uppercase;
  /*text-decoration: underline;*/
}

.news .section h3 a {
  color: black;
}

.news .section .gallery {
  position: relative;
  padding-bottom: 33px;
}

.news .section .gallery .swiper-button-next,
.news .section .gallery .swiper-container-rtl .swiper-button-prev,
.news .section .gallery .swiper-button-prev,
.news .section .gallery .swiper-container-rtl .swiper-button-next {
  background-position: center;
  width: 7.2rem;
  bottom: 33px;
  height: auto;
  top: 0px;
  margin: 0px;
  left: auto;
}

.news .section .gallery .swiper-button-next svg,
.news .section .gallery .swiper-container-rtl .swiper-button-prev svg,
.news .section .gallery .swiper-button-prev svg,
.news .section .gallery .swiper-container-rtl .swiper-button-next svg {
  top: 50%;
  left: 2.1rem;
  position: absolute;
  width: 3rem;
  height: 3rem;
  margin-top: -1.5rem;
  filter: drop-shadow(0px 3px 3px black);
}

.news .section .gallery .swiper-button-next,
.news .section .gallery .swiper-button-prev,
.news .section .gallery .swiper-container-rtl .swiper-button-prev,
.news .section .gallery .swiper-container-rtl .swiper-button-next {
  fill: #fff;
}

.news .section .gallery .swiper-button-next,
.news .section .gallery .swiper-container-rtl .swiper-button-prev {
  right: 0px;
}

.news .section .gallery .swiper-button-prev,
.news .section .gallery .swiper-container-rtl .swiper-button-next {
  left: 0px;
}

.news .section .gallery .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #2F4A9A;
}

.news .section .gallery .swiper-pagination-bullet {
  border: 1px solid #2F4A9A;
}

.news .section .gallery .swiper-pagination-bullets {
  bottom: 2px;
}

.news .section .gallery .swiper-slide .carousel-content {
  background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.07) 8%, rgba(0, 0, 0, 0.45) 68%);
  position: absolute;
  left: 0rem;
  bottom: 0rem;
  right: 0rem;
  width: auto;
  padding: 10rem 2rem 2rem 2rem;
  font-size: 2.6rem;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.63px;
  text-align: center;
  color: #ffffff;
}

.news .section .gallery .swiper-slide .carousel-content a {
  color: #ffffff !important;
}

.news .section .card-carousel .nodefault.swiper-button-prev::after,
.news .section .card-carousel .nodefault.swiper-button-prev::before,
.news .section .card-carousel .nodefault.swiper-button-next::after,
.news .section .card-carousel .nodefault.swiper-button-next::before {
  content: unset;
}

.news .section .card-carousel .swiper-slide {
  height: auto;
  margin-bottom: 5rem;
}

.news .section .card-carousel .swiper-slide .iv-wrapper,
.news .section .card-carousel .swiper-slide a .iv-wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

.news .section .card-carousel .swiper-slide .iv-wrapper > div,
.news .section .card-carousel .swiper-slide a .iv-wrapper > div {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: start;
}

.news .section .card-carousel .swiper-slide .iv-wrapper .image,
.news .section .card-carousel .swiper-slide a .iv-wrapper .image {
  min-height: 23rem;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.news .section .card-carousel .swiper-slide .iv-wrapper .content,
.news .section .card-carousel .swiper-slide a .iv-wrapper .content {
  background: #ffffff;
  border: 0 solid #000000;
  position: relative;
  padding: 2rem 2.1rem 4rem;
  position: relative;
  z-index: 0;
}

.news .section .card-carousel .swiper-slide .iv-wrapper .content:after,
.news .section .card-carousel .swiper-slide a .iv-wrapper .content:after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: -4px;
  height: 4px;
  left: 0px;
  z-index: -1;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.01) 30%, rgba(0, 0, 0, 0.03) 50%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0.08) 90%, rgba(0, 0, 0, 0.09) 96%, rgba(0, 0, 0, 0.1) 100%);
}

.news .section .card-carousel .swiper-slide .iv-wrapper .content h3,
.news .section .card-carousel .swiper-slide a .iv-wrapper .content h3 {
  font-size: 2rem;
  color: #030303;
  letter-spacing: -0.48px;
  text-align: left;
}

.news .section .card-carousel .swiper-slide .iv-wrapper .content p,
.news .section .card-carousel .swiper-slide .iv-wrapper .content p a,
.news .section .card-carousel .swiper-slide .iv-wrapper .content a p,
.news .section .card-carousel .swiper-slide a .iv-wrapper .content p,
.news .section .card-carousel .swiper-slide a .iv-wrapper .content p a,
.news .section .card-carousel .swiper-slide a .iv-wrapper .content a p {
  font-size: 1.5rem;
  color: #030303;
  letter-spacing: -0.38px;
  margin-bottom: 0px;
}

.news .section .card-carousel .swiper-slide .iv-wrapper .content p .readmore,
.news .section .card-carousel .swiper-slide .iv-wrapper .content p a .readmore,
.news .section .card-carousel .swiper-slide .iv-wrapper .content a p .readmore,
.news .section .card-carousel .swiper-slide a .iv-wrapper .content p .readmore,
.news .section .card-carousel .swiper-slide a .iv-wrapper .content p a .readmore,
.news .section .card-carousel .swiper-slide a .iv-wrapper .content a p .readmore {
  font-style: italic;
  color: #233773;
  display: block;
  margin-top: 1rem;
}

.news .section .card-carousel .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border: 1px solid #2F4A9A;
  background: none;
  opacity: 1;
}

.news .section .card-carousel .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #2F4A9A;
}

.news .section .card-carousel .swiper-button-next,
.news .section .card-carousel .swiper-container-rtl .swiper-button-prev,
.news .section .card-carousel .swiper-button-prev,
.news .section .card-carousel .swiper-container-rtl .swiper-button-next {
  background-image: none;
  width: 4rem;
  height: 23rem;
  top: 0px;
  margin: 0px;
  left: auto;
}

.news .section .card-carousel .swiper-button-next svg,
.news .section .card-carousel .swiper-container-rtl .swiper-button-prev svg,
.news .section .card-carousel .swiper-button-prev svg,
.news .section .card-carousel .swiper-container-rtl .swiper-button-next svg {
  top: 50%;
  left: 50%;
  position: absolute;
  width: 3rem;
  height: 3rem;
  margin-top: -1.5rem;
  margin-left: -1.5rem;
  filter: drop-shadow(0px 3px 3px black);
}

.news .section .card-carousel .swiper-button-next,
.news .section .card-carousel .swiper-button-prev,
.news .section .card-carousel .swiper-container-rtl .swiper-button-prev,
.news .section .card-carousel .swiper-container-rtl .swiper-button-next {
  fill: #fff;
}

.news .section .card-carousel .swiper-button-next,
.news .section .card-carousel .swiper-container-rtl .swiper-button-prev {
  right: 0px;
}

.news .section .card-carousel .swiper-button-prev,
.news .section .card-carousel .swiper-container-rtl .swiper-button-next {
  left: 0px;
}

.news .section .sassibox-item,
.news .section a .sassibox-item {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 5rem;
}

.news .section .sassibox-item > div,
.news .section a .sassibox-item > div {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.news .section .sassibox-item .image,
.news .section a .sassibox-item .image {
  min-height: 23rem;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.news .section .sassibox-item .content,
.news .section a .sassibox-item .content {
  background: #ffffff;
  border: 0 solid #000000;
  position: relative;
  padding: 1rem 0;
  position: relative;
  z-index: 0;
}

.news .section .sassibox-item .content:after,
.news .section a .sassibox-item .content:after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: -4px;
  height: 4px;
  left: 0px;
  z-index: -1;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.01) 30%, rgba(0, 0, 0, 0.03) 50%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0.08) 90%, rgba(0, 0, 0, 0.09) 96%, rgba(0, 0, 0, 0.1) 100%);
}

.news .section .sassibox-item .content h4,
.news .section a .sassibox-item .content h4 {
  font-size: 2rem;
  color: #030303;
  letter-spacing: -0.48px;
  text-align: left;
}

.news .section .sassibox-item .content p,
.news .section .sassibox-item .content span,
.news .section .sassibox-item .content a span,
.news .section .sassibox-item .content span a,
.news .section .sassibox-item .content p a,
.news .section .sassibox-item .content a p,
.news .section a .sassibox-item .content p,
.news .section a .sassibox-item .content span,
.news .section a .sassibox-item .content a span,
.news .section a .sassibox-item .content span a,
.news .section a .sassibox-item .content p a,
.news .section a .sassibox-item .content a p {
  font-size: 1.5rem;
  color: #030303;
  letter-spacing: -0.38px;
}

.news .section .sassibox-item .content .action,
.news .section a .sassibox-item .content .action {
  margin: 10px 0;
}

.news .section .sassibox-item .content .action button,
.news .section a .sassibox-item .content .action button {
  font-family: "Open Sans", sans-serif !important;
}

.news .section .sassibox-item .content .readmore,
.news .section a .sassibox-item .content .readmore {
  border: 1px solid transparent;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  padding: 6px 12px;
  text-align: center;
  vertical-align: middle;
  width: -moz-fit-content;
  width: fit-content;
  text-transform: uppercase;
  background-color: #2F4A9A;
}

.iat .xp_search_box button span {
  color: white;
}

.iat .xp_search_box .city {
  color: white;
}

.iat .xp_search_box .horizontal {
  padding: 1rem;
  background-color: #ae5d69;
  background-image: linear-gradient(-180deg, #ad5b67 0%, #ae5d69 48%, #ad5b67 80%);
  font-size: 1.6rem;
}

.iat .xp_search_box .horizontal.collapsed {
  border-radius: 2px;
  box-shadow: -1px 0 3px 0 rgba(0, 0, 0, 0.25);
}

.iat .xp_search_box .horizontal .fa,
.search .searchearchbox.vertical .bootstrap-select .iat .xp_search_box .horizontal button:after,
.downloads .downloadsearchbox.vertical .bootstrap-select .iat .xp_search_box .horizontal button:after,
.iat .xp_search_box .horizontal .localita #searchbox-app .bootstrap-select button:after,
.localita #searchbox-app .bootstrap-select .iat .xp_search_box .horizontal button:after,
.itinerari .searchbox .control .bootstrap-select .iat .xp_search_box .horizontal button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .vertical .bootstrap-select .iat .xp_search_box .horizontal button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .vertical .bootstrap-select .iat .xp_search_box .horizontal button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .vertical .bootstrap-select .iat .xp_search_box .horizontal button:after,
.romagna-craft .operatori_search_box .vertical .bootstrap-select .iat .xp_search_box .horizontal button:after,
.spass .operatori_search_box .vertical .bootstrap-select .iat .xp_search_box .horizontal button:after,
.natur .operatori_search_box .vertical .bootstrap-select .iat .xp_search_box .horizontal button:after,
.kultur .operatori_search_box .vertical .bootstrap-select .iat .xp_search_box .horizontal button:after,
.pet .operatori_search_box .vertical .bootstrap-select .iat .xp_search_box .horizontal button:after,
.default .operatori_search_box .vertical .bootstrap-select .iat .xp_search_box .horizontal button:after,
.liscio .operatori_search_box .vertical .bootstrap-select .iat .xp_search_box .horizontal button:after,
.romagna .operatori_search_box .vertical .bootstrap-select .iat .xp_search_box .horizontal button:after,
.motorcycle .operatori_search_box .vertical .bootstrap-select .iat .xp_search_box .horizontal button:after,
.sport .operatori_search_box .vertical .bootstrap-select .iat .xp_search_box .horizontal button:after,
.fun .operatori_search_box .vertical .bootstrap-select .iat .xp_search_box .horizontal button:after,
.wellness .operatori_search_box .vertical .bootstrap-select .iat .xp_search_box .horizontal button:after,
.empire .operatori_search_box .vertical .bootstrap-select .iat .xp_search_box .horizontal button:after,
.bike .operatori_search_box .vertical .bootstrap-select .iat .xp_search_box .horizontal button:after,
.castle .operatori_search_box .vertical .bootstrap-select .iat .xp_search_box .horizontal button:after,
.culture .operatori_search_box .vertical .bootstrap-select .iat .xp_search_box .horizontal button:after,
.romagna_autentica .operatori_search_box .vertical .bootstrap-select .iat .xp_search_box .horizontal button:after,
.nature .operatori_search_box .vertical .bootstrap-select .iat .xp_search_box .horizontal button:after,
.food .operatori_search_box .vertical .bootstrap-select .iat .xp_search_box .horizontal button:after,
.beach .operatori_search_box .vertical .bootstrap-select .iat .xp_search_box .horizontal button:after,
.rock .operatori_search_box .vertical .bootstrap-select .iat .xp_search_box .horizontal button:after,
.booking .operatori_search_box .vertical .bootstrap-select .iat .xp_search_box .horizontal button:after,
.odm .operatori_search_box .vertical .bootstrap-select .iat .xp_search_box .horizontal button:after,
.meteo .operatori_search_box .vertical .bootstrap-select .iat .xp_search_box .horizontal button:after,
.iat .operatori_search_box .vertical .bootstrap-select .xp_search_box .horizontal button:after,
.iat .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.iat .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.iat .xp_search_box .horizontal .control .bootstrap-select button:after,
.iat .xp_search_box .events-homepage .header .eventsearchbox.horizontal .control .bootstrap-select button:after,
.events-homepage .header .iat .xp_search_box .eventsearchbox.horizontal .control .bootstrap-select button:after,
.events-homepage .header .eventsearchbox.vertical .bootstrap-select .iat .xp_search_box .horizontal button:after,
.iat .xp_search_box .events-page .header .eventsearchbox.horizontal .control .bootstrap-select button:after,
.events-page .header .iat .xp_search_box .eventsearchbox.horizontal .control .bootstrap-select button:after,
.events-page .header .eventsearchbox.vertical .bootstrap-select .iat .xp_search_box .horizontal button:after,
.scopri .operatori_search_box .vertical .bootstrap-select .iat .xp_search_box .horizontal button:after,
.idee .operatori_search_box .vertical .bootstrap-select .iat .xp_search_box .horizontal button:after,
.eventi .operatori_search_box .vertical .bootstrap-select .iat .xp_search_box .horizontal button:after,
.pianifica .operatori_search_box .vertical .bootstrap-select .iat .xp_search_box .horizontal button:after,
.esperienze .operatori_search_box .vertical .bootstrap-select .iat .xp_search_box .horizontal button:after,
.news .operatori_search_box .vertical .bootstrap-select .iat .xp_search_box .horizontal button:after {
  line-height: 2.2rem;
}

.iat .xp_search_box .horizontal button.collapsible {
  border: none;
  background-color: transparent;
  display: block;
  width: 100%;
  font-size: 1.6rem;
  color: #ffffff;
  letter-spacing: -0.41px;
  text-align: left;
  text-transform: uppercase;
  display: block;
}

.iat .xp_search_box .horizontal .control {
  padding: 0.5rem 1rem;
  height: 5rem;
  background-color: white;
  margin: 0.5rem;
}

.iat .xp_search_box .horizontal .control.btn-holder {
  min-width: 2rem;
  width: auto;
  padding: 0px;
}

.iat .xp_search_box .horizontal .control.btn-holder button {
  width: 100%;
  border: none;
  background-color: #904853;
  height: 100%;
  font-size: 1.6rem;
  color: #ffffff;
  letter-spacing: -0.41px;
  text-align: center;
  text-transform: uppercase;
  display: block;
  padding: 0px;
}

.iat .xp_search_box .horizontal .control .ert-dropdown {
  width: 100%;
}

.iat .xp_search_box .horizontal .control .ert-dropdown * {
  cursor: pointer;
}

.iat .xp_search_box .horizontal .control .ert-dropdown .ert-combo {
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
  display: block;
  text-align: left;
}

.iat .xp_search_box .horizontal .control .ert-dropdown .ert-combo::after {
  border: none;
}

.iat .xp_search_box .horizontal .control .ert-dropdown .ert-combo i {
  transition: 500ms ease;
  transform: rotate(0);
  position: absolute;
  top: 2.25rem;
  right: 15px;
}

.iat .xp_search_box .horizontal .control .ert-dropdown .ert-combo .button {
  padding: 0px;
}

.iat .xp_search_box .horizontal .control .ert-dropdown.show .ert-combo i {
  transform: rotate(180deg);
}

.iat .xp_search_box .horizontal .control .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: auto;
}

.iat .xp_search_box .horizontal .control .bootstrap-select {
  margin-top: -1px;
}

.iat .xp_search_box .horizontal .control .bootstrap-select *:focus {
  box-shadow: none important;
}

.iat .xp_search_box .horizontal .control .bootstrap-select button {
  padding: 0px;
  font-size: 1.5rem;
  background: #ffffff;
  color: #848484;
  letter-spacing: 0.3px;
  border: none;
  border-radius: 0;
}

.iat .xp_search_box .horizontal .control .bootstrap-select button:after {
  content: "\F078";
  border: none;
}

.iat .xp_search_box .horizontal .control .bootstrap-select .dropdown-menu {
  width: 100% !important;
  border: none;
  border-radius: 0;
  box-shadow: 0px 2px 2px 0px #a9a9a970;
  border-top: 1px solid #a9a9a970;
}

.iat .xp_search_box .horizontal .control .bootstrap-select .dropdown-menu.inner.show {
  border-top: none;
}

.iat .xp_search_box .horizontal .control .bootstrap-select .dropdown-menu .dropdown-item {
  font-size: 1.5rem;
  line-height: 4rem;
}

.iat .xp_search_box .horizontal .control .bootstrap-select .dropdown-menu .dropdown-item:active,
.iat .xp_search_box .horizontal .control .bootstrap-select .dropdown-menu .dropdown-item.active {
  background-color: #ae5d69;
}

.iat .xp_search_box .horizontal .control label {
  background: #ffffff;
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
  line-height: 2.4rem;
  margin-bottom: 0px;
  margin-right: 0.5rem;
}

@media (max-width: 768px) {
  .iat .xp_search_box .horizontal .control label {
    min-width: 6.2rem;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .iat .xp_search_box .horizontal .control label {
    display: none;
  }
}

.iat .xp_search_box .horizontal .control .flatpickr-mobile.form-control {
  padding: 1px 0;
}

.iat .xp_search_box .horizontal .control input[type=text],
.iat .xp_search_box .horizontal .control input[type=date] {
  border: none;
  font-size: 1.5rem;
  border-radius: 0;
  background-color: white;
  border-bottom: 1px solid #495057;
  min-width: 0;
  height: auto;
}

.iat .xp_search_box .horizontal .control input[type=text]:focus,
.iat .xp_search_box .horizontal .control input[type=date]:focus {
  box-shadow: none;
}

.iat .xp_search_box .vertical {
  max-width: 30rem;
  z-index: 10;
  position: relative;
  height: 4.4rem;
  margin: 0 auto;
}

.iat .xp_search_box .vertical button.collapsible {
  border: none;
  background-color: transparent;
  display: block;
  position: absolute;
  width: 100%;
}

.iat .xp_search_box .vertical .dropbutton {
  display: none;
}

.iat .xp_search_box .vertical .dropbutton.collapsed {
  display: block;
}

.iat .xp_search_box .vertical #collapse-events {
  padding: 1.8rem;
  background-color: #ae5d69;
  background-image: linear-gradient(-180deg, #ad5b67 0%, #ae5d69 48%, #ad5b67 80%);
  font-size: 1.6rem;
}

.iat .xp_search_box .vertical .fa-chevron-up {
  text-align: right;
  line-height: 4rem;
  color: white;
  margin-bottom: 1.8rem;
}

.iat .xp_search_box .vertical .form-group {
  background: #ffffff;
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
}

.iat .xp_search_box .vertical .form-group .col-form-label {
  line-height: 5rem;
}

.iat .xp_search_box .vertical .ert-text {
  border: none;
  font-size: 1.5rem;
  height: 60px;
  border-radius: 0;
  background-color: white;
}

.iat .xp_search_box .vertical .ert-text.line {
  border-bottom: 1px solid #495057;
  height: auto;
  margin-top: 14px;
}

.iat .xp_search_box .vertical .ert-text:focus {
  box-shadow: none;
}

.iat .xp_search_box .vertical button.search {
  border: none;
  position: absolute;
  bottom: -10rem;
  left: 5%;
  right: 5%;
  width: 90%;
  line-height: 4.4rem;
}

.iat .xp_search_box .vertical .datepicker-holder {
  padding-right: 0px;
}

.iat .xp_search_box .vertical .datepicker-holder * {
  cursor: pointer;
}

.iat .xp_search_box .vertical .datepicker-holder input[type=date]::-webkit-calendar-picker-indicator {
  width: 1.2rem;
  height: 0.7rem;
  -webkit-mask: url(/images/caret.svg);
          mask: url(/images/caret.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  -webkit-transition: 500ms ease;
  transition: 500ms ease;
  background-color: #686868;
}

.iat .xp_search_box .vertical .datepicker-holder .flatpickr-calendar.static {
  margin-left: -193px;
  margin-top: -184px;
  left: 50%;
  top: 50%;
}

.iat .xp_search_box .vertical .datepicker-holder .flatpickr-calendar.static.arrowBottom:after {
  display: none;
}

.iat .xp_search_box .vertical .datepicker-holder .flatpickr-calendar.static.arrowBottom:before {
  display: none;
}

.iat .xp_search_box .vertical .datepicker-holder .flatpickr-months .flatpickr-month {
  height: 32px;
}

.iat .xp_search_box .vertical .ert-dropdown * {
  cursor: pointer;
}

.iat .xp_search_box .vertical .ert-dropdown .ert-combo {
  background: #ffffff;
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
  line-height: 5rem;
  display: block;
  width: 100%;
  height: 60px;
  text-align: left;
}

.iat .xp_search_box .vertical .ert-dropdown .ert-combo::after {
  border: none;
}

.iat .xp_search_box .vertical .ert-dropdown .ert-combo i {
  transition: 500ms ease;
  transform: rotate(0);
  position: absolute;
  top: 2.25rem;
  right: 15px;
}

.iat .xp_search_box .vertical .ert-dropdown .ert-combo .button {
  padding: 0px;
}

.iat .xp_search_box .vertical .ert-dropdown .dropdown-menu {
  width: 100% !important;
  border: none;
  border-radius: 0;
  box-shadow: 0px 2px 2px 0px #a9a9a970;
  border-top: 1px solid #a9a9a970;
}

.iat .xp_search_box .vertical .ert-dropdown .dropdown-menu .dropdown-item {
  font-size: 1.5rem;
  line-height: 4rem;
}

.iat .xp_search_box .vertical .ert-dropdown .dropdown-menu .dropdown-item:active {
  background-color: #ae5d69;
}

.iat .xp_search_box .vertical .ert-dropdown.show .ert-combo i {
  transform: rotate(180deg);
}

.iat .xp_search_box .vertical .bootstrap-select *:focus {
  box-shadow: none important;
}

.iat .xp_search_box .vertical .bootstrap-select button {
  font-size: 1.5rem;
  color: #848484;
  letter-spacing: 0.3px;
  border: none;
  font-size: 1.5rem;
  height: 60px;
  border-radius: 0;
  background-color: white;
}

.iat .xp_search_box .vertical .bootstrap-select button:after {
  content: "\F078";
  border: none;
}

.iat .xp_search_box .vertical .bootstrap-select .dropdown-menu {
  width: 100% !important;
  border: none;
  border-radius: 0;
  box-shadow: 0px 2px 2px 0px #a9a9a970;
  border-top: 1px solid #a9a9a970;
}

.iat .xp_search_box .vertical .bootstrap-select .dropdown-menu .dropdown-item {
  font-size: 1.5rem;
  line-height: 4rem;
}

.iat .xp_search_box .vertical .bootstrap-select .dropdown-menu .dropdown-item:active,
.iat .xp_search_box .vertical .bootstrap-select .dropdown-menu .dropdown-item.active {
  background-color: #ae5d69;
}

.iat .xp_search_box .vertical .btn-er,
.iat .xp_search_box .vertical .instagram .instabutton div span,
.instagram .instabutton div .iat .xp_search_box .vertical span {
  margin-top: 18px;
}

.iat .xp_search_box .vertical .btn-er .fa-chevron-down,
.iat .xp_search_box .vertical .instagram .instabutton div span .fa-chevron-down,
.instagram .instabutton div .iat .xp_search_box .vertical span .fa-chevron-down {
  float: right;
  line-height: 4rem;
}

.iat .operatori_search_box button span {
  color: white;
}

.iat .operatori_search_box .city {
  color: white;
}

.iat .operatori_search_box .horizontal {
  padding: 1rem;
  background-color: #ae5d69;
  background-image: linear-gradient(-180deg, #ad5b67 0%, #ae5d69 48%, #ad5b67 80%);
  font-size: 1.6rem;
}

.iat .operatori_search_box .horizontal.collapsed {
  border-radius: 2px;
  box-shadow: -1px 0 3px 0 rgba(0, 0, 0, 0.25);
}

.iat .operatori_search_box .horizontal .fa,
.search .searchearchbox.vertical .bootstrap-select .iat .operatori_search_box .horizontal button:after,
.downloads .downloadsearchbox.vertical .bootstrap-select .iat .operatori_search_box .horizontal button:after,
.iat .operatori_search_box .horizontal .localita #searchbox-app .bootstrap-select button:after,
.localita #searchbox-app .bootstrap-select .iat .operatori_search_box .horizontal button:after,
.itinerari .searchbox .control .bootstrap-select .iat .operatori_search_box .horizontal button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .vertical .bootstrap-select .iat .operatori_search_box .horizontal button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .vertical .bootstrap-select .iat .operatori_search_box .horizontal button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .vertical .bootstrap-select .iat .operatori_search_box .horizontal button:after,
.romagna-craft .xp_search_box .vertical .bootstrap-select .iat .operatori_search_box .horizontal button:after,
.spass .xp_search_box .vertical .bootstrap-select .iat .operatori_search_box .horizontal button:after,
.natur .xp_search_box .vertical .bootstrap-select .iat .operatori_search_box .horizontal button:after,
.kultur .xp_search_box .vertical .bootstrap-select .iat .operatori_search_box .horizontal button:after,
.pet .xp_search_box .vertical .bootstrap-select .iat .operatori_search_box .horizontal button:after,
.default .xp_search_box .vertical .bootstrap-select .iat .operatori_search_box .horizontal button:after,
.liscio .xp_search_box .vertical .bootstrap-select .iat .operatori_search_box .horizontal button:after,
.romagna .xp_search_box .vertical .bootstrap-select .iat .operatori_search_box .horizontal button:after,
.motorcycle .xp_search_box .vertical .bootstrap-select .iat .operatori_search_box .horizontal button:after,
.sport .xp_search_box .vertical .bootstrap-select .iat .operatori_search_box .horizontal button:after,
.fun .xp_search_box .vertical .bootstrap-select .iat .operatori_search_box .horizontal button:after,
.wellness .xp_search_box .vertical .bootstrap-select .iat .operatori_search_box .horizontal button:after,
.empire .xp_search_box .vertical .bootstrap-select .iat .operatori_search_box .horizontal button:after,
.bike .xp_search_box .vertical .bootstrap-select .iat .operatori_search_box .horizontal button:after,
.castle .xp_search_box .vertical .bootstrap-select .iat .operatori_search_box .horizontal button:after,
.culture .xp_search_box .vertical .bootstrap-select .iat .operatori_search_box .horizontal button:after,
.romagna_autentica .xp_search_box .vertical .bootstrap-select .iat .operatori_search_box .horizontal button:after,
.nature .xp_search_box .vertical .bootstrap-select .iat .operatori_search_box .horizontal button:after,
.food .xp_search_box .vertical .bootstrap-select .iat .operatori_search_box .horizontal button:after,
.beach .xp_search_box .vertical .bootstrap-select .iat .operatori_search_box .horizontal button:after,
.rock .xp_search_box .vertical .bootstrap-select .iat .operatori_search_box .horizontal button:after,
.booking .xp_search_box .vertical .bootstrap-select .iat .operatori_search_box .horizontal button:after,
.odm .xp_search_box .vertical .bootstrap-select .iat .operatori_search_box .horizontal button:after,
.meteo .xp_search_box .vertical .bootstrap-select .iat .operatori_search_box .horizontal button:after,
.iat .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.iat .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.iat .operatori_search_box .horizontal .control .bootstrap-select button:after,
.iat .operatori_search_box .events-homepage .header .eventsearchbox.horizontal .control .bootstrap-select button:after,
.events-homepage .header .iat .operatori_search_box .eventsearchbox.horizontal .control .bootstrap-select button:after,
.events-homepage .header .eventsearchbox.vertical .bootstrap-select .iat .operatori_search_box .horizontal button:after,
.iat .operatori_search_box .events-page .header .eventsearchbox.horizontal .control .bootstrap-select button:after,
.events-page .header .iat .operatori_search_box .eventsearchbox.horizontal .control .bootstrap-select button:after,
.events-page .header .eventsearchbox.vertical .bootstrap-select .iat .operatori_search_box .horizontal button:after,
.scopri .xp_search_box .vertical .bootstrap-select .iat .operatori_search_box .horizontal button:after,
.idee .xp_search_box .vertical .bootstrap-select .iat .operatori_search_box .horizontal button:after,
.eventi .xp_search_box .vertical .bootstrap-select .iat .operatori_search_box .horizontal button:after,
.pianifica .xp_search_box .vertical .bootstrap-select .iat .operatori_search_box .horizontal button:after,
.esperienze .xp_search_box .vertical .bootstrap-select .iat .operatori_search_box .horizontal button:after,
.news .xp_search_box .vertical .bootstrap-select .iat .operatori_search_box .horizontal button:after,
.iat .xp_search_box .vertical .bootstrap-select .operatori_search_box .horizontal button:after {
  line-height: 2.2rem;
}

.iat .operatori_search_box .horizontal button.collapsible {
  border: none;
  background-color: transparent;
  display: block;
  width: 100%;
  font-size: 1.6rem;
  color: #ffffff;
  letter-spacing: -0.41px;
  text-align: left;
  text-transform: uppercase;
}

.iat .operatori_search_box .horizontal .control {
  padding: 0.5rem 1rem;
  height: 5rem;
  background-color: white;
  margin: 0.5rem;
}

.iat .operatori_search_box .horizontal .control.btn-holder {
  min-width: 2rem;
  width: auto;
  padding: 0px;
}

.iat .operatori_search_box .horizontal .control.btn-holder button {
  width: 100%;
  border: none;
  background-color: #904853;
  height: 100%;
  font-size: 1.6rem;
  color: #ffffff;
  letter-spacing: -0.41px;
  text-align: center;
  text-transform: uppercase;
  display: block;
  padding: 0px;
}

.iat .operatori_search_box .horizontal .control .ert-dropdown {
  width: 100%;
}

.iat .operatori_search_box .horizontal .control .ert-dropdown * {
  cursor: pointer;
}

.iat .operatori_search_box .horizontal .control .ert-dropdown .ert-combo {
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
  display: block;
  text-align: left;
}

.iat .operatori_search_box .horizontal .control .ert-dropdown .ert-combo::after {
  border: none;
}

.iat .operatori_search_box .horizontal .control .ert-dropdown .ert-combo i {
  transition: 500ms ease;
  transform: rotate(0);
  position: absolute;
  top: 2.25rem;
  right: 15px;
}

.iat .operatori_search_box .horizontal .control .ert-dropdown .ert-combo .button {
  padding: 0px;
}

.iat .operatori_search_box .horizontal .control .ert-dropdown.show .ert-combo i {
  transform: rotate(180deg);
}

.iat .operatori_search_box .horizontal .control .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: auto;
}

.iat .operatori_search_box .horizontal .control .bootstrap-select {
  margin-top: -1px;
}

.iat .operatori_search_box .horizontal .control .bootstrap-select *:focus {
  box-shadow: none important;
}

.iat .operatori_search_box .horizontal .control .bootstrap-select button {
  padding: 0px;
  font-size: 1.5rem;
  background: #ffffff;
  color: #848484;
  letter-spacing: 0.3px;
  border: none;
  border-radius: 0;
}

.iat .operatori_search_box .horizontal .control .bootstrap-select button:after {
  content: "\F078";
  border: none;
}

.iat .operatori_search_box .horizontal .control .bootstrap-select .dropdown-menu {
  width: 100% !important;
  border: none;
  border-radius: 0;
  box-shadow: 0px 2px 2px 0px #a9a9a970;
  border-top: 1px solid #a9a9a970;
}

.iat .operatori_search_box .horizontal .control .bootstrap-select .dropdown-menu.inner.show {
  border-top: none;
}

.iat .operatori_search_box .horizontal .control .bootstrap-select .dropdown-menu .dropdown-item {
  font-size: 1.5rem;
  line-height: 4rem;
}

.iat .operatori_search_box .horizontal .control .bootstrap-select .dropdown-menu .dropdown-item:active,
.iat .operatori_search_box .horizontal .control .bootstrap-select .dropdown-menu .dropdown-item.active {
  background-color: #ae5d69;
}

.iat .operatori_search_box .horizontal .control label {
  background: #ffffff;
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
  line-height: 2.4rem;
  margin-bottom: 0px;
  margin-right: 0.5rem;
}

@media (max-width: 768px) {
  .iat .operatori_search_box .horizontal .control label {
    min-width: 6.2rem;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .iat .operatori_search_box .horizontal .control label {
    display: none;
  }
}

.iat .operatori_search_box .horizontal .control .flatpickr-mobile.form-control {
  padding: 1px 0;
}

.iat .operatori_search_box .horizontal .control input[type=text],
.iat .operatori_search_box .horizontal .control input[type=date] {
  border: none;
  font-size: 1.5rem;
  border-radius: 0;
  background-color: white;
  border-bottom: 1px solid #495057;
  min-width: 0;
  height: auto;
}

.iat .operatori_search_box .horizontal .control input[type=text]:focus,
.iat .operatori_search_box .horizontal .control input[type=date]:focus {
  box-shadow: none;
}

.iat .operatori_search_box .vertical {
  max-width: 30rem;
  z-index: 10;
  position: relative;
  height: 4.4rem;
  margin: 0 auto;
}

.iat .operatori_search_box .vertical button.collapsible {
  border: none;
  background-color: transparent;
  display: block;
  position: absolute;
  width: 100%;
}

.iat .operatori_search_box .vertical .dropbutton {
  display: none;
}

.iat .operatori_search_box .vertical .dropbutton.collapsed {
  display: block;
}

.iat .operatori_search_box .vertical #collapse-events {
  padding: 1.8rem;
  background-color: #ae5d69;
  background-image: linear-gradient(-180deg, #ad5b67 0%, #ae5d69 48%, #ad5b67 80%);
  font-size: 1.6rem;
}

.iat .operatori_search_box .vertical .fa-chevron-up {
  text-align: right;
  line-height: 4rem;
  color: white;
  margin-bottom: 1.8rem;
}

.iat .operatori_search_box .vertical .form-group {
  background: #ffffff;
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
}

.iat .operatori_search_box .vertical .form-group .col-form-label {
  line-height: 5rem;
}

.iat .operatori_search_box .vertical .ert-text {
  border: none;
  font-size: 1.5rem;
  height: 60px;
  border-radius: 0;
  background-color: white;
}

.iat .operatori_search_box .vertical .ert-text.line {
  border-bottom: 1px solid #495057;
  height: auto;
  margin-top: 14px;
}

.iat .operatori_search_box .vertical .ert-text:focus {
  box-shadow: none;
}

.iat .operatori_search_box .vertical button.search {
  border: none;
  position: absolute;
  bottom: -10rem;
  left: 5%;
  right: 5%;
  width: 90%;
  line-height: 4.4rem;
}

.iat .operatori_search_box .vertical .datepicker-holder {
  padding-right: 0px;
}

.iat .operatori_search_box .vertical .datepicker-holder * {
  cursor: pointer;
}

.iat .operatori_search_box .vertical .datepicker-holder input[type=date]::-webkit-calendar-picker-indicator {
  width: 1.2rem;
  height: 0.7rem;
  -webkit-mask: url(/images/caret.svg);
          mask: url(/images/caret.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  -webkit-transition: 500ms ease;
  transition: 500ms ease;
  background-color: #686868;
}

.iat .operatori_search_box .vertical .datepicker-holder .flatpickr-calendar.static {
  margin-left: -193px;
  margin-top: -184px;
  left: 50%;
  top: 50%;
}

.iat .operatori_search_box .vertical .datepicker-holder .flatpickr-calendar.static.arrowBottom:after {
  display: none;
}

.iat .operatori_search_box .vertical .datepicker-holder .flatpickr-calendar.static.arrowBottom:before {
  display: none;
}

.iat .operatori_search_box .vertical .datepicker-holder .flatpickr-months .flatpickr-month {
  height: 32px;
}

.iat .operatori_search_box .vertical .ert-dropdown * {
  cursor: pointer;
}

.iat .operatori_search_box .vertical .ert-dropdown .ert-combo {
  background: #ffffff;
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
  line-height: 5rem;
  display: block;
  width: 100%;
  height: 60px;
  text-align: left;
}

.iat .operatori_search_box .vertical .ert-dropdown .ert-combo::after {
  border: none;
}

.iat .operatori_search_box .vertical .ert-dropdown .ert-combo i {
  transition: 500ms ease;
  transform: rotate(0);
  position: absolute;
  top: 2.25rem;
  right: 15px;
}

.iat .operatori_search_box .vertical .ert-dropdown .ert-combo .button {
  padding: 0px;
}

.iat .operatori_search_box .vertical .ert-dropdown .dropdown-menu {
  width: 100% !important;
  border: none;
  border-radius: 0;
  box-shadow: 0px 2px 2px 0px #a9a9a970;
  border-top: 1px solid #a9a9a970;
}

.iat .operatori_search_box .vertical .ert-dropdown .dropdown-menu .dropdown-item {
  font-size: 1.5rem;
  line-height: 4rem;
}

.iat .operatori_search_box .vertical .ert-dropdown .dropdown-menu .dropdown-item:active {
  background-color: #ae5d69;
}

.iat .operatori_search_box .vertical .ert-dropdown.show .ert-combo i {
  transform: rotate(180deg);
}

.iat .operatori_search_box .vertical .bootstrap-select *:focus {
  box-shadow: none important;
}

.iat .operatori_search_box .vertical .bootstrap-select button {
  font-size: 1.5rem;
  color: #848484;
  letter-spacing: 0.3px;
  border: none;
  font-size: 1.5rem;
  height: 60px;
  border-radius: 0;
  background-color: white;
}

.iat .operatori_search_box .vertical .bootstrap-select button:after {
  content: "\F078";
  border: none;
}

.iat .operatori_search_box .vertical .bootstrap-select .dropdown-menu {
  width: 100% !important;
  border: none;
  border-radius: 0;
  box-shadow: 0px 2px 2px 0px #a9a9a970;
  border-top: 1px solid #a9a9a970;
}

.iat .operatori_search_box .vertical .bootstrap-select .dropdown-menu .dropdown-item {
  font-size: 1.5rem;
  line-height: 4rem;
}

.iat .operatori_search_box .vertical .bootstrap-select .dropdown-menu .dropdown-item:active,
.iat .operatori_search_box .vertical .bootstrap-select .dropdown-menu .dropdown-item.active {
  background-color: #ae5d69;
}

.iat .operatori_search_box .vertical .btn-er,
.iat .operatori_search_box .vertical .instagram .instabutton div span,
.instagram .instabutton div .iat .operatori_search_box .vertical span {
  margin-top: 18px;
}

.iat .operatori_search_box .vertical .btn-er .fa-chevron-down,
.iat .operatori_search_box .vertical .instagram .instabutton div span .fa-chevron-down,
.instagram .instabutton div .iat .operatori_search_box .vertical span .fa-chevron-down {
  float: right;
  line-height: 4rem;
}

.iat .home-boxes {
  background-color: #ae5d69;
}

.iat .content-box a {
  font-weight: bold;
  color: #ae5d69;
}

.iat .content-box a strong {
  color: #ae5d69;
}

.iat .content-box .btn-er,
.iat .content-box .instagram .instabutton div span,
.instagram .instabutton div .iat .content-box span {
  background-color: #ae5d69;
  color: white;
}

.iat .content-box h3.with-line {
  font-size: 1.8rem;
  color: #030303;
  letter-spacing: -0.43px;
  text-transform: uppercase;
  margin-bottom: 2.1rem;
}

.iat .content-box h3.with-line::before {
  content: "";
  display: block;
  height: 3px;
  background: #0e797b;
  width: 100%;
  max-width: 32rem;
  margin-left: 0;
  margin-right: 0;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.iat *:focus {
  outline: 1px solid #ae5d69;
  outline-offset: -1px;
}

.iat .bootstrap-select .dropdown-toggle:focus {
  outline: 1px solid #ae5d69;
  outline-offset: -1px;
}

.iat a:hover {
  outline: 1px solid #bf7f88;
}

.iat a:active {
  outline: 1px solid #ae5d69;
}

.iat .events-list {
  font-size: 1.4rem;
}

.iat .section-list {
  display: block;
  text-align: right;
}

.iat .section-list a {
  font-size: 2rem;
  color: #ae5d69;
}

.iat .events-list dt,
.iat .section-list dt,
.iat .iat-list dt {
  text-transform: uppercase;
  font-size: 1.5rem;
  line-height: 1.5;
  color: #111;
  letter-spacing: -0.38px;
  font-weight: 600;
  margin-top: 1.4rem;
}

.iat .events-list dd,
.iat .section-list dd,
.iat .iat-list dd {
  font-size: 1.6rem;
  margin-bottom: 0.6rem;
  line-height: 1.5;
  color: #030303;
}

.iat .events-list dd i,
.iat .section-list dd i,
.iat .iat-list dd i {
  margin-right: 0.6rem;
}

.iat .events-list ul,
.iat .section-list ul,
.iat .iat-list ul {
  list-style: none;
  padding-inline-start: 0;
}

.iat .events-list ul li,
.iat .section-list ul li,
.iat .iat-list ul li {
  font-size: 1.5rem;
  color: #030303;
  margin-top: 0.6rem;
  line-height: 1.5;
}

.iat .events-list ul.tappe-list,
.iat .section-list ul.tappe-list,
.iat .iat-list ul.tappe-list {
  list-style: none;
  padding-inline-start: 0;
}

.iat .events-list ul.tappe-list li,
.iat .section-list ul.tappe-list li,
.iat .iat-list ul.tappe-list li {
  font-size: 1.6rem;
  line-height: 1.5;
  color: #030303;
}

.iat .tickets-list {
  display: flex;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #111;
  letter-spacing: -0.38px;
  font-weight: 600;
  margin-top: 1.4rem;
}

.iat .tickets-list i {
  margin-top: 0.6rem;
}

.iat .tickets-list li {
  color: #030303;
  font-size: 1.6rem;
  margin-left: 1.2rem;
}

.iat .tickets-list li i {
  margin-right: 0.6rem;
}

.iat .address * {
  color: white;
}

.iat .top-title-box {
  padding: 0rem;
  text-align: center;
}

.iat .top-title-box.no-image {
  padding-top: 10rem;
}

.iat .top-title-box.no-image .er-logo-top {
  margin: 0 auto;
  display: block;
  margin-bottom: 10rem;
}

.iat .top-title-box h1 {
  font-size: 3rem;
  color: #ae5d69;
  letter-spacing: -1.01px;
  line-height: 4rem;
  margin: 2rem 0;
}

.iat .top-title-box h2 {
  font-size: 2rem;
  line-height: 1.5;
  color: #000;
  letter-spacing: -0.58px;
}

.iat .top-title-box .breadcrumb {
  opacity: 0.6;
  font-size: 1.5rem;
  letter-spacing: -0.38px;
  padding: 0;
  margin: 0;
  color: #ae5d69;
  background-color: #fff;
}

.iat .top-title-box .breadcrumb .breadcrumb-item::before,
.iat .top-title-box .breadcrumb a {
  color: #ae5d69;
}

@media (min-width: 992px) {
  .iat .top-title-box h1 {
    line-height: 7rem;
    font-size: 7rem;
    margin-top: 3rem;
  }

  .iat .top-title-box h2 {
    font-size: 2rem;
    line-height: 1.5rem;
  }

  .iat .top-title-box .breadcrumb {
    font-size: 1.9rem;
  }
}

.iat .image-box-with-border {
  margin: 2rem 0;
  border-top: 64px solid #ae5d69;
}

.iat .image-box-with-border img {
  -o-object-fit: cover;
     object-fit: cover;
}

.iat .top-image {
  transition: background-image 1s ease-in-out;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 20px;
}

.iat .top-image .logo {
  position: absolute;
  width: 30rem;
  bottom: 20px;
  left: 50%;
  margin-left: -15rem;
}

.iat .top-image.no-mask {
  height: 600px;
}

.iat .top-image .mask {
  z-index: 997;
  position: relative;
  width: 100%;
}

@media (min-width: 992px) {
  .iat .top-image:after {
    position: absolute;
    content: "";
    left: 0px;
    bottom: -20px;
    width: 100%;
    height: 20px;
    transform: rotate(-180deg);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(255, 255, 255, 0.12) 12%, #e6e6e6);
  }
}

.iat .info-box {
  position: relative;
  z-index: 0;
  border-right: 1px solid #e6e6e6;
  border-left: 7px solid #ae5d69;
  background-color: white;
  padding: 0.1rem 1.5rem;
}

.iat .info-box h3 {
  font-weight: bold;
  font-size: 1.9rem;
}

.iat .info-box .referente {
  font-size: 1.7rem;
  line-height: 1.8rem;
  color: #000;
  letter-spacing: -0.41px;
}

@media (min-width: 768px) {
  .iat .info-box {
    position: sticky;
    position: -webkit-sticky;
    top: 68px;
  }
}

.iat .info-box:after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: -8px;
  height: 8px;
  left: 0px;
  z-index: -1;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.01) 30%, rgba(0, 0, 0, 0.03) 50%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0.08) 90%, rgba(0, 0, 0, 0.09) 96%, rgba(0, 0, 0, 0.1) 100%);
}

.iat .info-box:after {
  width: calc(100% + 8px);
  left: -7px;
}

@media (max-width: 991.98px) {
  .iat .info-box {
    width: auto;
    max-width: 60%;
    min-width: 300px;
    margin: 20px auto;
    display: block;
  }
}

@media (min-width: 992px) {
  .iat .info-box {
    margin-top: 2.2rem;
  }
}

.iat .info-box li {
  padding: 1.1rem 0;
}

.iat .info-box li .icon {
  font-size: 2.8rem;
  line-height: 3.3rem;
  margin-right: 1rem;
  float: left;
}

.iat .info-box li .info .title {
  text-transform: uppercase;
  font-size: 1.2rem;
  line-height: 1.5rem;
  color: #787878;
  letter-spacing: -0.38px;
}

.iat .info-box li .info .value {
  font-size: 1.7rem;
  line-height: 1.8rem;
  color: #000000;
  letter-spacing: -0.41px;
  display: table;
}

.iat .info-box li .info .value a {
  word-break: break-all;
}

@media (max-width: 991.98px) {
  .iat .info-box li.bookmarks {
    display: none;
  }
}

.iat .info-box .title-index {
  text-transform: uppercase;
  font-size: 1.4rem;
  line-height: 3rem;
  letter-spacing: -0.38px;
}

.iat .info-box .bookmarks {
  display: inline-block;
}

.iat .info-box .bookmarks ul li {
  padding: 0.5rem 0;
  width: 100%;
}

.iat .info-box .bookmarks ul li a {
  font-size: 1.4rem;
  line-height: 1.5rem;
  color: #000000;
  letter-spacing: -0.41px;
}

.iat .info-box .bookmarks ul li a.active {
  text-decoration: underline;
}

.iat #bookmarks-index {
  margin-top: 8rem;
}

.iat #bookmarks-index .info {
  padding: 2.1rem;
}

.iat #bookmarks-index h4 {
  font-size: 1.8rem;
}

@media (min-width: 768px) {
  .iat #bookmarks-index {
    display: none;
  }
}

.iat blockquote:before {
  color: #b0606c;
}

.iat .btn-er,
.iat .instagram .instabutton div span,
.instagram .instabutton div .iat span,
.iat.btn {
  background: #ae5d69;
}

.iat hr {
  height: 3px;
  background: #ae5d69;
  width: 100%;
  max-width: 32rem;
  margin-left: 0;
  margin-right: 0;
  margin-top: 1rem;
  margin-bottom: 2rem;
}

.iat .section h2 {
  margin-top: 4.5rem;
  margin-bottom: 4.5rem;
  font-size: 4.42rem;
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.18;
  letter-spacing: -1.07px;
  text-align: center;
  color: black;
  /*text-decoration: underline;*/
}

.iat .section h2 a {
  color: black;
}

.iat .section h3 {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
  font-size: 3.42rem;
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.18;
  letter-spacing: -1.07px;
  text-align: center;
  color: black;
  text-transform: uppercase;
  /*text-decoration: underline;*/
}

.iat .section h3 a {
  color: black;
}

.iat .section .gallery {
  position: relative;
  padding-bottom: 33px;
}

.iat .section .gallery .swiper-button-next,
.iat .section .gallery .swiper-container-rtl .swiper-button-prev,
.iat .section .gallery .swiper-button-prev,
.iat .section .gallery .swiper-container-rtl .swiper-button-next {
  background-position: center;
  width: 7.2rem;
  bottom: 33px;
  height: auto;
  top: 0px;
  margin: 0px;
  left: auto;
}

.iat .section .gallery .swiper-button-next svg,
.iat .section .gallery .swiper-container-rtl .swiper-button-prev svg,
.iat .section .gallery .swiper-button-prev svg,
.iat .section .gallery .swiper-container-rtl .swiper-button-next svg {
  top: 50%;
  left: 2.1rem;
  position: absolute;
  width: 3rem;
  height: 3rem;
  margin-top: -1.5rem;
  filter: drop-shadow(0px 3px 3px black);
}

.iat .section .gallery .swiper-button-next,
.iat .section .gallery .swiper-button-prev,
.iat .section .gallery .swiper-container-rtl .swiper-button-prev,
.iat .section .gallery .swiper-container-rtl .swiper-button-next {
  fill: #fff;
}

.iat .section .gallery .swiper-button-next,
.iat .section .gallery .swiper-container-rtl .swiper-button-prev {
  right: 0px;
}

.iat .section .gallery .swiper-button-prev,
.iat .section .gallery .swiper-container-rtl .swiper-button-next {
  left: 0px;
}

.iat .section .gallery .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #ae5d69;
}

.iat .section .gallery .swiper-pagination-bullet {
  border: 1px solid #ae5d69;
}

.iat .section .gallery .swiper-pagination-bullets {
  bottom: 2px;
}

.iat .section .gallery .swiper-slide .carousel-content {
  background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.07) 8%, rgba(0, 0, 0, 0.45) 68%);
  position: absolute;
  left: 0rem;
  bottom: 0rem;
  right: 0rem;
  width: auto;
  padding: 10rem 2rem 2rem 2rem;
  font-size: 2.6rem;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.63px;
  text-align: center;
  color: #ffffff;
}

.iat .section .gallery .swiper-slide .carousel-content a {
  color: #ffffff !important;
}

.iat .section .card-carousel .nodefault.swiper-button-prev::after,
.iat .section .card-carousel .nodefault.swiper-button-prev::before,
.iat .section .card-carousel .nodefault.swiper-button-next::after,
.iat .section .card-carousel .nodefault.swiper-button-next::before {
  content: unset;
}

.iat .section .card-carousel .swiper-slide {
  height: auto;
  margin-bottom: 5rem;
}

.iat .section .card-carousel .swiper-slide .iv-wrapper,
.iat .section .card-carousel .swiper-slide a .iv-wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

.iat .section .card-carousel .swiper-slide .iv-wrapper > div,
.iat .section .card-carousel .swiper-slide a .iv-wrapper > div {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: start;
}

.iat .section .card-carousel .swiper-slide .iv-wrapper .image,
.iat .section .card-carousel .swiper-slide a .iv-wrapper .image {
  min-height: 23rem;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.iat .section .card-carousel .swiper-slide .iv-wrapper .content,
.iat .section .card-carousel .swiper-slide a .iv-wrapper .content {
  background: #ffffff;
  border: 0 solid #000000;
  position: relative;
  padding: 2rem 2.1rem 4rem;
  position: relative;
  z-index: 0;
}

.iat .section .card-carousel .swiper-slide .iv-wrapper .content:after,
.iat .section .card-carousel .swiper-slide a .iv-wrapper .content:after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: -4px;
  height: 4px;
  left: 0px;
  z-index: -1;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.01) 30%, rgba(0, 0, 0, 0.03) 50%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0.08) 90%, rgba(0, 0, 0, 0.09) 96%, rgba(0, 0, 0, 0.1) 100%);
}

.iat .section .card-carousel .swiper-slide .iv-wrapper .content h3,
.iat .section .card-carousel .swiper-slide a .iv-wrapper .content h3 {
  font-size: 2rem;
  color: #030303;
  letter-spacing: -0.48px;
  text-align: left;
}

.iat .section .card-carousel .swiper-slide .iv-wrapper .content p,
.iat .section .card-carousel .swiper-slide .iv-wrapper .content p a,
.iat .section .card-carousel .swiper-slide .iv-wrapper .content a p,
.iat .section .card-carousel .swiper-slide a .iv-wrapper .content p,
.iat .section .card-carousel .swiper-slide a .iv-wrapper .content p a,
.iat .section .card-carousel .swiper-slide a .iv-wrapper .content a p {
  font-size: 1.5rem;
  color: #030303;
  letter-spacing: -0.38px;
  margin-bottom: 0px;
}

.iat .section .card-carousel .swiper-slide .iv-wrapper .content p .readmore,
.iat .section .card-carousel .swiper-slide .iv-wrapper .content p a .readmore,
.iat .section .card-carousel .swiper-slide .iv-wrapper .content a p .readmore,
.iat .section .card-carousel .swiper-slide a .iv-wrapper .content p .readmore,
.iat .section .card-carousel .swiper-slide a .iv-wrapper .content p a .readmore,
.iat .section .card-carousel .swiper-slide a .iv-wrapper .content a p .readmore {
  font-style: italic;
  color: #904853;
  display: block;
  margin-top: 1rem;
}

.iat .section .card-carousel .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border: 1px solid #ae5d69;
  background: none;
  opacity: 1;
}

.iat .section .card-carousel .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #ae5d69;
}

.iat .section .card-carousel .swiper-button-next,
.iat .section .card-carousel .swiper-container-rtl .swiper-button-prev,
.iat .section .card-carousel .swiper-button-prev,
.iat .section .card-carousel .swiper-container-rtl .swiper-button-next {
  background-image: none;
  width: 4rem;
  height: 23rem;
  top: 0px;
  margin: 0px;
  left: auto;
}

.iat .section .card-carousel .swiper-button-next svg,
.iat .section .card-carousel .swiper-container-rtl .swiper-button-prev svg,
.iat .section .card-carousel .swiper-button-prev svg,
.iat .section .card-carousel .swiper-container-rtl .swiper-button-next svg {
  top: 50%;
  left: 50%;
  position: absolute;
  width: 3rem;
  height: 3rem;
  margin-top: -1.5rem;
  margin-left: -1.5rem;
  filter: drop-shadow(0px 3px 3px black);
}

.iat .section .card-carousel .swiper-button-next,
.iat .section .card-carousel .swiper-button-prev,
.iat .section .card-carousel .swiper-container-rtl .swiper-button-prev,
.iat .section .card-carousel .swiper-container-rtl .swiper-button-next {
  fill: #fff;
}

.iat .section .card-carousel .swiper-button-next,
.iat .section .card-carousel .swiper-container-rtl .swiper-button-prev {
  right: 0px;
}

.iat .section .card-carousel .swiper-button-prev,
.iat .section .card-carousel .swiper-container-rtl .swiper-button-next {
  left: 0px;
}

.iat .section .sassibox-item,
.iat .section a .sassibox-item {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 5rem;
}

.iat .section .sassibox-item > div,
.iat .section a .sassibox-item > div {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.iat .section .sassibox-item .image,
.iat .section a .sassibox-item .image {
  min-height: 23rem;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.iat .section .sassibox-item .content,
.iat .section a .sassibox-item .content {
  background: #ffffff;
  border: 0 solid #000000;
  position: relative;
  padding: 1rem 0;
  position: relative;
  z-index: 0;
}

.iat .section .sassibox-item .content:after,
.iat .section a .sassibox-item .content:after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: -4px;
  height: 4px;
  left: 0px;
  z-index: -1;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.01) 30%, rgba(0, 0, 0, 0.03) 50%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0.08) 90%, rgba(0, 0, 0, 0.09) 96%, rgba(0, 0, 0, 0.1) 100%);
}

.iat .section .sassibox-item .content h4,
.iat .section a .sassibox-item .content h4 {
  font-size: 2rem;
  color: #030303;
  letter-spacing: -0.48px;
  text-align: left;
}

.iat .section .sassibox-item .content p,
.iat .section .sassibox-item .content span,
.iat .section .sassibox-item .content a span,
.iat .section .sassibox-item .content span a,
.iat .section .sassibox-item .content p a,
.iat .section .sassibox-item .content a p,
.iat .section a .sassibox-item .content p,
.iat .section a .sassibox-item .content span,
.iat .section a .sassibox-item .content a span,
.iat .section a .sassibox-item .content span a,
.iat .section a .sassibox-item .content p a,
.iat .section a .sassibox-item .content a p {
  font-size: 1.5rem;
  color: #030303;
  letter-spacing: -0.38px;
}

.iat .section .sassibox-item .content .action,
.iat .section a .sassibox-item .content .action {
  margin: 10px 0;
}

.iat .section .sassibox-item .content .action button,
.iat .section a .sassibox-item .content .action button {
  font-family: "Open Sans", sans-serif !important;
}

.iat .section .sassibox-item .content .readmore,
.iat .section a .sassibox-item .content .readmore {
  border: 1px solid transparent;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  padding: 6px 12px;
  text-align: center;
  vertical-align: middle;
  width: -moz-fit-content;
  width: fit-content;
  text-transform: uppercase;
  background-color: #ae5d69;
}

.meteo .xp_search_box button span {
  color: white;
}

.meteo .xp_search_box .city {
  color: white;
}

.meteo .xp_search_box .horizontal {
  padding: 1rem;
  background-color: #ae5d69;
  background-image: linear-gradient(-180deg, #ad5b67 0%, #ae5d69 48%, #ad5b67 80%);
  font-size: 1.6rem;
}

.meteo .xp_search_box .horizontal.collapsed {
  border-radius: 2px;
  box-shadow: -1px 0 3px 0 rgba(0, 0, 0, 0.25);
}

.meteo .xp_search_box .horizontal .fa,
.search .searchearchbox.vertical .bootstrap-select .meteo .xp_search_box .horizontal button:after,
.downloads .downloadsearchbox.vertical .bootstrap-select .meteo .xp_search_box .horizontal button:after,
.meteo .xp_search_box .horizontal .localita #searchbox-app .bootstrap-select button:after,
.localita #searchbox-app .bootstrap-select .meteo .xp_search_box .horizontal button:after,
.itinerari .searchbox .control .bootstrap-select .meteo .xp_search_box .horizontal button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .vertical .bootstrap-select .meteo .xp_search_box .horizontal button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .vertical .bootstrap-select .meteo .xp_search_box .horizontal button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .vertical .bootstrap-select .meteo .xp_search_box .horizontal button:after,
.romagna-craft .operatori_search_box .vertical .bootstrap-select .meteo .xp_search_box .horizontal button:after,
.spass .operatori_search_box .vertical .bootstrap-select .meteo .xp_search_box .horizontal button:after,
.natur .operatori_search_box .vertical .bootstrap-select .meteo .xp_search_box .horizontal button:after,
.kultur .operatori_search_box .vertical .bootstrap-select .meteo .xp_search_box .horizontal button:after,
.pet .operatori_search_box .vertical .bootstrap-select .meteo .xp_search_box .horizontal button:after,
.default .operatori_search_box .vertical .bootstrap-select .meteo .xp_search_box .horizontal button:after,
.liscio .operatori_search_box .vertical .bootstrap-select .meteo .xp_search_box .horizontal button:after,
.romagna .operatori_search_box .vertical .bootstrap-select .meteo .xp_search_box .horizontal button:after,
.motorcycle .operatori_search_box .vertical .bootstrap-select .meteo .xp_search_box .horizontal button:after,
.sport .operatori_search_box .vertical .bootstrap-select .meteo .xp_search_box .horizontal button:after,
.fun .operatori_search_box .vertical .bootstrap-select .meteo .xp_search_box .horizontal button:after,
.wellness .operatori_search_box .vertical .bootstrap-select .meteo .xp_search_box .horizontal button:after,
.empire .operatori_search_box .vertical .bootstrap-select .meteo .xp_search_box .horizontal button:after,
.bike .operatori_search_box .vertical .bootstrap-select .meteo .xp_search_box .horizontal button:after,
.castle .operatori_search_box .vertical .bootstrap-select .meteo .xp_search_box .horizontal button:after,
.culture .operatori_search_box .vertical .bootstrap-select .meteo .xp_search_box .horizontal button:after,
.romagna_autentica .operatori_search_box .vertical .bootstrap-select .meteo .xp_search_box .horizontal button:after,
.nature .operatori_search_box .vertical .bootstrap-select .meteo .xp_search_box .horizontal button:after,
.food .operatori_search_box .vertical .bootstrap-select .meteo .xp_search_box .horizontal button:after,
.beach .operatori_search_box .vertical .bootstrap-select .meteo .xp_search_box .horizontal button:after,
.rock .operatori_search_box .vertical .bootstrap-select .meteo .xp_search_box .horizontal button:after,
.booking .operatori_search_box .vertical .bootstrap-select .meteo .xp_search_box .horizontal button:after,
.odm .operatori_search_box .vertical .bootstrap-select .meteo .xp_search_box .horizontal button:after,
.meteo .operatori_search_box .vertical .bootstrap-select .xp_search_box .horizontal button:after,
.meteo .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.meteo .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.meteo .xp_search_box .horizontal .control .bootstrap-select button:after,
.meteo .xp_search_box .events-homepage .header .eventsearchbox.horizontal .control .bootstrap-select button:after,
.events-homepage .header .meteo .xp_search_box .eventsearchbox.horizontal .control .bootstrap-select button:after,
.events-homepage .header .eventsearchbox.vertical .bootstrap-select .meteo .xp_search_box .horizontal button:after,
.meteo .xp_search_box .events-page .header .eventsearchbox.horizontal .control .bootstrap-select button:after,
.events-page .header .meteo .xp_search_box .eventsearchbox.horizontal .control .bootstrap-select button:after,
.events-page .header .eventsearchbox.vertical .bootstrap-select .meteo .xp_search_box .horizontal button:after,
.scopri .operatori_search_box .vertical .bootstrap-select .meteo .xp_search_box .horizontal button:after,
.idee .operatori_search_box .vertical .bootstrap-select .meteo .xp_search_box .horizontal button:after,
.eventi .operatori_search_box .vertical .bootstrap-select .meteo .xp_search_box .horizontal button:after,
.pianifica .operatori_search_box .vertical .bootstrap-select .meteo .xp_search_box .horizontal button:after,
.esperienze .operatori_search_box .vertical .bootstrap-select .meteo .xp_search_box .horizontal button:after,
.news .operatori_search_box .vertical .bootstrap-select .meteo .xp_search_box .horizontal button:after,
.iat .operatori_search_box .vertical .bootstrap-select .meteo .xp_search_box .horizontal button:after {
  line-height: 2.2rem;
}

.meteo .xp_search_box .horizontal button.collapsible {
  border: none;
  background-color: transparent;
  display: block;
  width: 100%;
  font-size: 1.6rem;
  color: #ffffff;
  letter-spacing: -0.41px;
  text-align: left;
  text-transform: uppercase;
  display: block;
}

.meteo .xp_search_box .horizontal .control {
  padding: 0.5rem 1rem;
  height: 5rem;
  background-color: white;
  margin: 0.5rem;
}

.meteo .xp_search_box .horizontal .control.btn-holder {
  min-width: 2rem;
  width: auto;
  padding: 0px;
}

.meteo .xp_search_box .horizontal .control.btn-holder button {
  width: 100%;
  border: none;
  background-color: #904853;
  height: 100%;
  font-size: 1.6rem;
  color: #ffffff;
  letter-spacing: -0.41px;
  text-align: center;
  text-transform: uppercase;
  display: block;
  padding: 0px;
}

.meteo .xp_search_box .horizontal .control .ert-dropdown {
  width: 100%;
}

.meteo .xp_search_box .horizontal .control .ert-dropdown * {
  cursor: pointer;
}

.meteo .xp_search_box .horizontal .control .ert-dropdown .ert-combo {
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
  display: block;
  text-align: left;
}

.meteo .xp_search_box .horizontal .control .ert-dropdown .ert-combo::after {
  border: none;
}

.meteo .xp_search_box .horizontal .control .ert-dropdown .ert-combo i {
  transition: 500ms ease;
  transform: rotate(0);
  position: absolute;
  top: 2.25rem;
  right: 15px;
}

.meteo .xp_search_box .horizontal .control .ert-dropdown .ert-combo .button {
  padding: 0px;
}

.meteo .xp_search_box .horizontal .control .ert-dropdown.show .ert-combo i {
  transform: rotate(180deg);
}

.meteo .xp_search_box .horizontal .control .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: auto;
}

.meteo .xp_search_box .horizontal .control .bootstrap-select {
  margin-top: -1px;
}

.meteo .xp_search_box .horizontal .control .bootstrap-select *:focus {
  box-shadow: none important;
}

.meteo .xp_search_box .horizontal .control .bootstrap-select button {
  padding: 0px;
  font-size: 1.5rem;
  background: #ffffff;
  color: #848484;
  letter-spacing: 0.3px;
  border: none;
  border-radius: 0;
}

.meteo .xp_search_box .horizontal .control .bootstrap-select button:after {
  content: "\F078";
  border: none;
}

.meteo .xp_search_box .horizontal .control .bootstrap-select .dropdown-menu {
  width: 100% !important;
  border: none;
  border-radius: 0;
  box-shadow: 0px 2px 2px 0px #a9a9a970;
  border-top: 1px solid #a9a9a970;
}

.meteo .xp_search_box .horizontal .control .bootstrap-select .dropdown-menu.inner.show {
  border-top: none;
}

.meteo .xp_search_box .horizontal .control .bootstrap-select .dropdown-menu .dropdown-item {
  font-size: 1.5rem;
  line-height: 4rem;
}

.meteo .xp_search_box .horizontal .control .bootstrap-select .dropdown-menu .dropdown-item:active,
.meteo .xp_search_box .horizontal .control .bootstrap-select .dropdown-menu .dropdown-item.active {
  background-color: #ae5d69;
}

.meteo .xp_search_box .horizontal .control label {
  background: #ffffff;
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
  line-height: 2.4rem;
  margin-bottom: 0px;
  margin-right: 0.5rem;
}

@media (max-width: 768px) {
  .meteo .xp_search_box .horizontal .control label {
    min-width: 6.2rem;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .meteo .xp_search_box .horizontal .control label {
    display: none;
  }
}

.meteo .xp_search_box .horizontal .control .flatpickr-mobile.form-control {
  padding: 1px 0;
}

.meteo .xp_search_box .horizontal .control input[type=text],
.meteo .xp_search_box .horizontal .control input[type=date] {
  border: none;
  font-size: 1.5rem;
  border-radius: 0;
  background-color: white;
  border-bottom: 1px solid #495057;
  min-width: 0;
  height: auto;
}

.meteo .xp_search_box .horizontal .control input[type=text]:focus,
.meteo .xp_search_box .horizontal .control input[type=date]:focus {
  box-shadow: none;
}

.meteo .xp_search_box .vertical {
  max-width: 30rem;
  z-index: 10;
  position: relative;
  height: 4.4rem;
  margin: 0 auto;
}

.meteo .xp_search_box .vertical button.collapsible {
  border: none;
  background-color: transparent;
  display: block;
  position: absolute;
  width: 100%;
}

.meteo .xp_search_box .vertical .dropbutton {
  display: none;
}

.meteo .xp_search_box .vertical .dropbutton.collapsed {
  display: block;
}

.meteo .xp_search_box .vertical #collapse-events {
  padding: 1.8rem;
  background-color: #ae5d69;
  background-image: linear-gradient(-180deg, #ad5b67 0%, #ae5d69 48%, #ad5b67 80%);
  font-size: 1.6rem;
}

.meteo .xp_search_box .vertical .fa-chevron-up {
  text-align: right;
  line-height: 4rem;
  color: white;
  margin-bottom: 1.8rem;
}

.meteo .xp_search_box .vertical .form-group {
  background: #ffffff;
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
}

.meteo .xp_search_box .vertical .form-group .col-form-label {
  line-height: 5rem;
}

.meteo .xp_search_box .vertical .ert-text {
  border: none;
  font-size: 1.5rem;
  height: 60px;
  border-radius: 0;
  background-color: white;
}

.meteo .xp_search_box .vertical .ert-text.line {
  border-bottom: 1px solid #495057;
  height: auto;
  margin-top: 14px;
}

.meteo .xp_search_box .vertical .ert-text:focus {
  box-shadow: none;
}

.meteo .xp_search_box .vertical button.search {
  border: none;
  position: absolute;
  bottom: -10rem;
  left: 5%;
  right: 5%;
  width: 90%;
  line-height: 4.4rem;
}

.meteo .xp_search_box .vertical .datepicker-holder {
  padding-right: 0px;
}

.meteo .xp_search_box .vertical .datepicker-holder * {
  cursor: pointer;
}

.meteo .xp_search_box .vertical .datepicker-holder input[type=date]::-webkit-calendar-picker-indicator {
  width: 1.2rem;
  height: 0.7rem;
  -webkit-mask: url(/images/caret.svg);
          mask: url(/images/caret.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  -webkit-transition: 500ms ease;
  transition: 500ms ease;
  background-color: #686868;
}

.meteo .xp_search_box .vertical .datepicker-holder .flatpickr-calendar.static {
  margin-left: -193px;
  margin-top: -184px;
  left: 50%;
  top: 50%;
}

.meteo .xp_search_box .vertical .datepicker-holder .flatpickr-calendar.static.arrowBottom:after {
  display: none;
}

.meteo .xp_search_box .vertical .datepicker-holder .flatpickr-calendar.static.arrowBottom:before {
  display: none;
}

.meteo .xp_search_box .vertical .datepicker-holder .flatpickr-months .flatpickr-month {
  height: 32px;
}

.meteo .xp_search_box .vertical .ert-dropdown * {
  cursor: pointer;
}

.meteo .xp_search_box .vertical .ert-dropdown .ert-combo {
  background: #ffffff;
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
  line-height: 5rem;
  display: block;
  width: 100%;
  height: 60px;
  text-align: left;
}

.meteo .xp_search_box .vertical .ert-dropdown .ert-combo::after {
  border: none;
}

.meteo .xp_search_box .vertical .ert-dropdown .ert-combo i {
  transition: 500ms ease;
  transform: rotate(0);
  position: absolute;
  top: 2.25rem;
  right: 15px;
}

.meteo .xp_search_box .vertical .ert-dropdown .ert-combo .button {
  padding: 0px;
}

.meteo .xp_search_box .vertical .ert-dropdown .dropdown-menu {
  width: 100% !important;
  border: none;
  border-radius: 0;
  box-shadow: 0px 2px 2px 0px #a9a9a970;
  border-top: 1px solid #a9a9a970;
}

.meteo .xp_search_box .vertical .ert-dropdown .dropdown-menu .dropdown-item {
  font-size: 1.5rem;
  line-height: 4rem;
}

.meteo .xp_search_box .vertical .ert-dropdown .dropdown-menu .dropdown-item:active {
  background-color: #ae5d69;
}

.meteo .xp_search_box .vertical .ert-dropdown.show .ert-combo i {
  transform: rotate(180deg);
}

.meteo .xp_search_box .vertical .bootstrap-select *:focus {
  box-shadow: none important;
}

.meteo .xp_search_box .vertical .bootstrap-select button {
  font-size: 1.5rem;
  color: #848484;
  letter-spacing: 0.3px;
  border: none;
  font-size: 1.5rem;
  height: 60px;
  border-radius: 0;
  background-color: white;
}

.meteo .xp_search_box .vertical .bootstrap-select button:after {
  content: "\F078";
  border: none;
}

.meteo .xp_search_box .vertical .bootstrap-select .dropdown-menu {
  width: 100% !important;
  border: none;
  border-radius: 0;
  box-shadow: 0px 2px 2px 0px #a9a9a970;
  border-top: 1px solid #a9a9a970;
}

.meteo .xp_search_box .vertical .bootstrap-select .dropdown-menu .dropdown-item {
  font-size: 1.5rem;
  line-height: 4rem;
}

.meteo .xp_search_box .vertical .bootstrap-select .dropdown-menu .dropdown-item:active,
.meteo .xp_search_box .vertical .bootstrap-select .dropdown-menu .dropdown-item.active {
  background-color: #ae5d69;
}

.meteo .xp_search_box .vertical .btn-er,
.meteo .xp_search_box .vertical .instagram .instabutton div span,
.instagram .instabutton div .meteo .xp_search_box .vertical span {
  margin-top: 18px;
}

.meteo .xp_search_box .vertical .btn-er .fa-chevron-down,
.meteo .xp_search_box .vertical .instagram .instabutton div span .fa-chevron-down,
.instagram .instabutton div .meteo .xp_search_box .vertical span .fa-chevron-down {
  float: right;
  line-height: 4rem;
}

.meteo .operatori_search_box button span {
  color: white;
}

.meteo .operatori_search_box .city {
  color: white;
}

.meteo .operatori_search_box .horizontal {
  padding: 1rem;
  background-color: #ae5d69;
  background-image: linear-gradient(-180deg, #ad5b67 0%, #ae5d69 48%, #ad5b67 80%);
  font-size: 1.6rem;
}

.meteo .operatori_search_box .horizontal.collapsed {
  border-radius: 2px;
  box-shadow: -1px 0 3px 0 rgba(0, 0, 0, 0.25);
}

.meteo .operatori_search_box .horizontal .fa,
.search .searchearchbox.vertical .bootstrap-select .meteo .operatori_search_box .horizontal button:after,
.downloads .downloadsearchbox.vertical .bootstrap-select .meteo .operatori_search_box .horizontal button:after,
.meteo .operatori_search_box .horizontal .localita #searchbox-app .bootstrap-select button:after,
.localita #searchbox-app .bootstrap-select .meteo .operatori_search_box .horizontal button:after,
.itinerari .searchbox .control .bootstrap-select .meteo .operatori_search_box .horizontal button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .vertical .bootstrap-select .meteo .operatori_search_box .horizontal button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .vertical .bootstrap-select .meteo .operatori_search_box .horizontal button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .vertical .bootstrap-select .meteo .operatori_search_box .horizontal button:after,
.romagna-craft .xp_search_box .vertical .bootstrap-select .meteo .operatori_search_box .horizontal button:after,
.spass .xp_search_box .vertical .bootstrap-select .meteo .operatori_search_box .horizontal button:after,
.natur .xp_search_box .vertical .bootstrap-select .meteo .operatori_search_box .horizontal button:after,
.kultur .xp_search_box .vertical .bootstrap-select .meteo .operatori_search_box .horizontal button:after,
.pet .xp_search_box .vertical .bootstrap-select .meteo .operatori_search_box .horizontal button:after,
.default .xp_search_box .vertical .bootstrap-select .meteo .operatori_search_box .horizontal button:after,
.liscio .xp_search_box .vertical .bootstrap-select .meteo .operatori_search_box .horizontal button:after,
.romagna .xp_search_box .vertical .bootstrap-select .meteo .operatori_search_box .horizontal button:after,
.motorcycle .xp_search_box .vertical .bootstrap-select .meteo .operatori_search_box .horizontal button:after,
.sport .xp_search_box .vertical .bootstrap-select .meteo .operatori_search_box .horizontal button:after,
.fun .xp_search_box .vertical .bootstrap-select .meteo .operatori_search_box .horizontal button:after,
.wellness .xp_search_box .vertical .bootstrap-select .meteo .operatori_search_box .horizontal button:after,
.empire .xp_search_box .vertical .bootstrap-select .meteo .operatori_search_box .horizontal button:after,
.bike .xp_search_box .vertical .bootstrap-select .meteo .operatori_search_box .horizontal button:after,
.castle .xp_search_box .vertical .bootstrap-select .meteo .operatori_search_box .horizontal button:after,
.culture .xp_search_box .vertical .bootstrap-select .meteo .operatori_search_box .horizontal button:after,
.romagna_autentica .xp_search_box .vertical .bootstrap-select .meteo .operatori_search_box .horizontal button:after,
.nature .xp_search_box .vertical .bootstrap-select .meteo .operatori_search_box .horizontal button:after,
.food .xp_search_box .vertical .bootstrap-select .meteo .operatori_search_box .horizontal button:after,
.beach .xp_search_box .vertical .bootstrap-select .meteo .operatori_search_box .horizontal button:after,
.rock .xp_search_box .vertical .bootstrap-select .meteo .operatori_search_box .horizontal button:after,
.booking .xp_search_box .vertical .bootstrap-select .meteo .operatori_search_box .horizontal button:after,
.odm .xp_search_box .vertical .bootstrap-select .meteo .operatori_search_box .horizontal button:after,
.meteo .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.meteo .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.meteo .operatori_search_box .horizontal .control .bootstrap-select button:after,
.meteo .operatori_search_box .events-homepage .header .eventsearchbox.horizontal .control .bootstrap-select button:after,
.events-homepage .header .meteo .operatori_search_box .eventsearchbox.horizontal .control .bootstrap-select button:after,
.events-homepage .header .eventsearchbox.vertical .bootstrap-select .meteo .operatori_search_box .horizontal button:after,
.meteo .operatori_search_box .events-page .header .eventsearchbox.horizontal .control .bootstrap-select button:after,
.events-page .header .meteo .operatori_search_box .eventsearchbox.horizontal .control .bootstrap-select button:after,
.events-page .header .eventsearchbox.vertical .bootstrap-select .meteo .operatori_search_box .horizontal button:after,
.scopri .xp_search_box .vertical .bootstrap-select .meteo .operatori_search_box .horizontal button:after,
.idee .xp_search_box .vertical .bootstrap-select .meteo .operatori_search_box .horizontal button:after,
.eventi .xp_search_box .vertical .bootstrap-select .meteo .operatori_search_box .horizontal button:after,
.pianifica .xp_search_box .vertical .bootstrap-select .meteo .operatori_search_box .horizontal button:after,
.esperienze .xp_search_box .vertical .bootstrap-select .meteo .operatori_search_box .horizontal button:after,
.news .xp_search_box .vertical .bootstrap-select .meteo .operatori_search_box .horizontal button:after,
.iat .xp_search_box .vertical .bootstrap-select .meteo .operatori_search_box .horizontal button:after,
.meteo .xp_search_box .vertical .bootstrap-select .operatori_search_box .horizontal button:after {
  line-height: 2.2rem;
}

.meteo .operatori_search_box .horizontal button.collapsible {
  border: none;
  background-color: transparent;
  display: block;
  width: 100%;
  font-size: 1.6rem;
  color: #ffffff;
  letter-spacing: -0.41px;
  text-align: left;
  text-transform: uppercase;
}

.meteo .operatori_search_box .horizontal .control {
  padding: 0.5rem 1rem;
  height: 5rem;
  background-color: white;
  margin: 0.5rem;
}

.meteo .operatori_search_box .horizontal .control.btn-holder {
  min-width: 2rem;
  width: auto;
  padding: 0px;
}

.meteo .operatori_search_box .horizontal .control.btn-holder button {
  width: 100%;
  border: none;
  background-color: #904853;
  height: 100%;
  font-size: 1.6rem;
  color: #ffffff;
  letter-spacing: -0.41px;
  text-align: center;
  text-transform: uppercase;
  display: block;
  padding: 0px;
}

.meteo .operatori_search_box .horizontal .control .ert-dropdown {
  width: 100%;
}

.meteo .operatori_search_box .horizontal .control .ert-dropdown * {
  cursor: pointer;
}

.meteo .operatori_search_box .horizontal .control .ert-dropdown .ert-combo {
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
  display: block;
  text-align: left;
}

.meteo .operatori_search_box .horizontal .control .ert-dropdown .ert-combo::after {
  border: none;
}

.meteo .operatori_search_box .horizontal .control .ert-dropdown .ert-combo i {
  transition: 500ms ease;
  transform: rotate(0);
  position: absolute;
  top: 2.25rem;
  right: 15px;
}

.meteo .operatori_search_box .horizontal .control .ert-dropdown .ert-combo .button {
  padding: 0px;
}

.meteo .operatori_search_box .horizontal .control .ert-dropdown.show .ert-combo i {
  transform: rotate(180deg);
}

.meteo .operatori_search_box .horizontal .control .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: auto;
}

.meteo .operatori_search_box .horizontal .control .bootstrap-select {
  margin-top: -1px;
}

.meteo .operatori_search_box .horizontal .control .bootstrap-select *:focus {
  box-shadow: none important;
}

.meteo .operatori_search_box .horizontal .control .bootstrap-select button {
  padding: 0px;
  font-size: 1.5rem;
  background: #ffffff;
  color: #848484;
  letter-spacing: 0.3px;
  border: none;
  border-radius: 0;
}

.meteo .operatori_search_box .horizontal .control .bootstrap-select button:after {
  content: "\F078";
  border: none;
}

.meteo .operatori_search_box .horizontal .control .bootstrap-select .dropdown-menu {
  width: 100% !important;
  border: none;
  border-radius: 0;
  box-shadow: 0px 2px 2px 0px #a9a9a970;
  border-top: 1px solid #a9a9a970;
}

.meteo .operatori_search_box .horizontal .control .bootstrap-select .dropdown-menu.inner.show {
  border-top: none;
}

.meteo .operatori_search_box .horizontal .control .bootstrap-select .dropdown-menu .dropdown-item {
  font-size: 1.5rem;
  line-height: 4rem;
}

.meteo .operatori_search_box .horizontal .control .bootstrap-select .dropdown-menu .dropdown-item:active,
.meteo .operatori_search_box .horizontal .control .bootstrap-select .dropdown-menu .dropdown-item.active {
  background-color: #ae5d69;
}

.meteo .operatori_search_box .horizontal .control label {
  background: #ffffff;
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
  line-height: 2.4rem;
  margin-bottom: 0px;
  margin-right: 0.5rem;
}

@media (max-width: 768px) {
  .meteo .operatori_search_box .horizontal .control label {
    min-width: 6.2rem;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .meteo .operatori_search_box .horizontal .control label {
    display: none;
  }
}

.meteo .operatori_search_box .horizontal .control .flatpickr-mobile.form-control {
  padding: 1px 0;
}

.meteo .operatori_search_box .horizontal .control input[type=text],
.meteo .operatori_search_box .horizontal .control input[type=date] {
  border: none;
  font-size: 1.5rem;
  border-radius: 0;
  background-color: white;
  border-bottom: 1px solid #495057;
  min-width: 0;
  height: auto;
}

.meteo .operatori_search_box .horizontal .control input[type=text]:focus,
.meteo .operatori_search_box .horizontal .control input[type=date]:focus {
  box-shadow: none;
}

.meteo .operatori_search_box .vertical {
  max-width: 30rem;
  z-index: 10;
  position: relative;
  height: 4.4rem;
  margin: 0 auto;
}

.meteo .operatori_search_box .vertical button.collapsible {
  border: none;
  background-color: transparent;
  display: block;
  position: absolute;
  width: 100%;
}

.meteo .operatori_search_box .vertical .dropbutton {
  display: none;
}

.meteo .operatori_search_box .vertical .dropbutton.collapsed {
  display: block;
}

.meteo .operatori_search_box .vertical #collapse-events {
  padding: 1.8rem;
  background-color: #ae5d69;
  background-image: linear-gradient(-180deg, #ad5b67 0%, #ae5d69 48%, #ad5b67 80%);
  font-size: 1.6rem;
}

.meteo .operatori_search_box .vertical .fa-chevron-up {
  text-align: right;
  line-height: 4rem;
  color: white;
  margin-bottom: 1.8rem;
}

.meteo .operatori_search_box .vertical .form-group {
  background: #ffffff;
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
}

.meteo .operatori_search_box .vertical .form-group .col-form-label {
  line-height: 5rem;
}

.meteo .operatori_search_box .vertical .ert-text {
  border: none;
  font-size: 1.5rem;
  height: 60px;
  border-radius: 0;
  background-color: white;
}

.meteo .operatori_search_box .vertical .ert-text.line {
  border-bottom: 1px solid #495057;
  height: auto;
  margin-top: 14px;
}

.meteo .operatori_search_box .vertical .ert-text:focus {
  box-shadow: none;
}

.meteo .operatori_search_box .vertical button.search {
  border: none;
  position: absolute;
  bottom: -10rem;
  left: 5%;
  right: 5%;
  width: 90%;
  line-height: 4.4rem;
}

.meteo .operatori_search_box .vertical .datepicker-holder {
  padding-right: 0px;
}

.meteo .operatori_search_box .vertical .datepicker-holder * {
  cursor: pointer;
}

.meteo .operatori_search_box .vertical .datepicker-holder input[type=date]::-webkit-calendar-picker-indicator {
  width: 1.2rem;
  height: 0.7rem;
  -webkit-mask: url(/images/caret.svg);
          mask: url(/images/caret.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  -webkit-transition: 500ms ease;
  transition: 500ms ease;
  background-color: #686868;
}

.meteo .operatori_search_box .vertical .datepicker-holder .flatpickr-calendar.static {
  margin-left: -193px;
  margin-top: -184px;
  left: 50%;
  top: 50%;
}

.meteo .operatori_search_box .vertical .datepicker-holder .flatpickr-calendar.static.arrowBottom:after {
  display: none;
}

.meteo .operatori_search_box .vertical .datepicker-holder .flatpickr-calendar.static.arrowBottom:before {
  display: none;
}

.meteo .operatori_search_box .vertical .datepicker-holder .flatpickr-months .flatpickr-month {
  height: 32px;
}

.meteo .operatori_search_box .vertical .ert-dropdown * {
  cursor: pointer;
}

.meteo .operatori_search_box .vertical .ert-dropdown .ert-combo {
  background: #ffffff;
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
  line-height: 5rem;
  display: block;
  width: 100%;
  height: 60px;
  text-align: left;
}

.meteo .operatori_search_box .vertical .ert-dropdown .ert-combo::after {
  border: none;
}

.meteo .operatori_search_box .vertical .ert-dropdown .ert-combo i {
  transition: 500ms ease;
  transform: rotate(0);
  position: absolute;
  top: 2.25rem;
  right: 15px;
}

.meteo .operatori_search_box .vertical .ert-dropdown .ert-combo .button {
  padding: 0px;
}

.meteo .operatori_search_box .vertical .ert-dropdown .dropdown-menu {
  width: 100% !important;
  border: none;
  border-radius: 0;
  box-shadow: 0px 2px 2px 0px #a9a9a970;
  border-top: 1px solid #a9a9a970;
}

.meteo .operatori_search_box .vertical .ert-dropdown .dropdown-menu .dropdown-item {
  font-size: 1.5rem;
  line-height: 4rem;
}

.meteo .operatori_search_box .vertical .ert-dropdown .dropdown-menu .dropdown-item:active {
  background-color: #ae5d69;
}

.meteo .operatori_search_box .vertical .ert-dropdown.show .ert-combo i {
  transform: rotate(180deg);
}

.meteo .operatori_search_box .vertical .bootstrap-select *:focus {
  box-shadow: none important;
}

.meteo .operatori_search_box .vertical .bootstrap-select button {
  font-size: 1.5rem;
  color: #848484;
  letter-spacing: 0.3px;
  border: none;
  font-size: 1.5rem;
  height: 60px;
  border-radius: 0;
  background-color: white;
}

.meteo .operatori_search_box .vertical .bootstrap-select button:after {
  content: "\F078";
  border: none;
}

.meteo .operatori_search_box .vertical .bootstrap-select .dropdown-menu {
  width: 100% !important;
  border: none;
  border-radius: 0;
  box-shadow: 0px 2px 2px 0px #a9a9a970;
  border-top: 1px solid #a9a9a970;
}

.meteo .operatori_search_box .vertical .bootstrap-select .dropdown-menu .dropdown-item {
  font-size: 1.5rem;
  line-height: 4rem;
}

.meteo .operatori_search_box .vertical .bootstrap-select .dropdown-menu .dropdown-item:active,
.meteo .operatori_search_box .vertical .bootstrap-select .dropdown-menu .dropdown-item.active {
  background-color: #ae5d69;
}

.meteo .operatori_search_box .vertical .btn-er,
.meteo .operatori_search_box .vertical .instagram .instabutton div span,
.instagram .instabutton div .meteo .operatori_search_box .vertical span {
  margin-top: 18px;
}

.meteo .operatori_search_box .vertical .btn-er .fa-chevron-down,
.meteo .operatori_search_box .vertical .instagram .instabutton div span .fa-chevron-down,
.instagram .instabutton div .meteo .operatori_search_box .vertical span .fa-chevron-down {
  float: right;
  line-height: 4rem;
}

.meteo .home-boxes {
  background-color: #ae5d69;
}

.meteo .content-box a {
  font-weight: bold;
  color: #ae5d69;
}

.meteo .content-box a strong {
  color: #ae5d69;
}

.meteo .content-box .btn-er,
.meteo .content-box .instagram .instabutton div span,
.instagram .instabutton div .meteo .content-box span {
  background-color: #ae5d69;
  color: white;
}

.meteo .content-box h3.with-line {
  font-size: 1.8rem;
  color: #030303;
  letter-spacing: -0.43px;
  text-transform: uppercase;
  margin-bottom: 2.1rem;
}

.meteo .content-box h3.with-line::before {
  content: "";
  display: block;
  height: 3px;
  background: #0e797b;
  width: 100%;
  max-width: 32rem;
  margin-left: 0;
  margin-right: 0;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.meteo *:focus {
  outline: 1px solid #ae5d69;
  outline-offset: -1px;
}

.meteo .bootstrap-select .dropdown-toggle:focus {
  outline: 1px solid #ae5d69;
  outline-offset: -1px;
}

.meteo a:hover {
  outline: 1px solid #bf7f88;
}

.meteo a:active {
  outline: 1px solid #ae5d69;
}

.meteo .events-list {
  font-size: 1.4rem;
}

.meteo .section-list {
  display: block;
  text-align: right;
}

.meteo .section-list a {
  font-size: 2rem;
  color: #ae5d69;
}

.meteo .events-list dt,
.meteo .section-list dt,
.meteo .iat-list dt {
  text-transform: uppercase;
  font-size: 1.5rem;
  line-height: 1.5;
  color: #111;
  letter-spacing: -0.38px;
  font-weight: 600;
  margin-top: 1.4rem;
}

.meteo .events-list dd,
.meteo .section-list dd,
.meteo .iat-list dd {
  font-size: 1.6rem;
  margin-bottom: 0.6rem;
  line-height: 1.5;
  color: #030303;
}

.meteo .events-list dd i,
.meteo .section-list dd i,
.meteo .iat-list dd i {
  margin-right: 0.6rem;
}

.meteo .events-list ul,
.meteo .section-list ul,
.meteo .iat-list ul {
  list-style: none;
  padding-inline-start: 0;
}

.meteo .events-list ul li,
.meteo .section-list ul li,
.meteo .iat-list ul li {
  font-size: 1.5rem;
  color: #030303;
  margin-top: 0.6rem;
  line-height: 1.5;
}

.meteo .events-list ul.tappe-list,
.meteo .section-list ul.tappe-list,
.meteo .iat-list ul.tappe-list {
  list-style: none;
  padding-inline-start: 0;
}

.meteo .events-list ul.tappe-list li,
.meteo .section-list ul.tappe-list li,
.meteo .iat-list ul.tappe-list li {
  font-size: 1.6rem;
  line-height: 1.5;
  color: #030303;
}

.meteo .tickets-list {
  display: flex;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #111;
  letter-spacing: -0.38px;
  font-weight: 600;
  margin-top: 1.4rem;
}

.meteo .tickets-list i {
  margin-top: 0.6rem;
}

.meteo .tickets-list li {
  color: #030303;
  font-size: 1.6rem;
  margin-left: 1.2rem;
}

.meteo .tickets-list li i {
  margin-right: 0.6rem;
}

.meteo .address * {
  color: white;
}

.meteo .top-title-box {
  padding: 0rem;
  text-align: center;
}

.meteo .top-title-box.no-image {
  padding-top: 10rem;
}

.meteo .top-title-box.no-image .er-logo-top {
  margin: 0 auto;
  display: block;
  margin-bottom: 10rem;
}

.meteo .top-title-box h1 {
  font-size: 3rem;
  color: #ae5d69;
  letter-spacing: -1.01px;
  line-height: 4rem;
  margin: 2rem 0;
}

.meteo .top-title-box h2 {
  font-size: 2rem;
  line-height: 1.5;
  color: #000;
  letter-spacing: -0.58px;
}

.meteo .top-title-box .breadcrumb {
  opacity: 0.6;
  font-size: 1.5rem;
  letter-spacing: -0.38px;
  padding: 0;
  margin: 0;
  color: #ae5d69;
  background-color: #fff;
}

.meteo .top-title-box .breadcrumb .breadcrumb-item::before,
.meteo .top-title-box .breadcrumb a {
  color: #ae5d69;
}

@media (min-width: 992px) {
  .meteo .top-title-box h1 {
    line-height: 7rem;
    font-size: 7rem;
    margin-top: 3rem;
  }

  .meteo .top-title-box h2 {
    font-size: 2rem;
    line-height: 1.5rem;
  }

  .meteo .top-title-box .breadcrumb {
    font-size: 1.9rem;
  }
}

.meteo .image-box-with-border {
  margin: 2rem 0;
  border-top: 64px solid #ae5d69;
}

.meteo .image-box-with-border img {
  -o-object-fit: cover;
     object-fit: cover;
}

.meteo .top-image {
  transition: background-image 1s ease-in-out;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 20px;
}

.meteo .top-image .logo {
  position: absolute;
  width: 30rem;
  bottom: 20px;
  left: 50%;
  margin-left: -15rem;
}

.meteo .top-image.no-mask {
  height: 600px;
}

.meteo .top-image .mask {
  z-index: 997;
  position: relative;
  width: 100%;
}

@media (min-width: 992px) {
  .meteo .top-image:after {
    position: absolute;
    content: "";
    left: 0px;
    bottom: -20px;
    width: 100%;
    height: 20px;
    transform: rotate(-180deg);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(255, 255, 255, 0.12) 12%, #e6e6e6);
  }
}

.meteo .info-box {
  position: relative;
  z-index: 0;
  border-right: 1px solid #e6e6e6;
  border-left: 7px solid #ae5d69;
  background-color: white;
  padding: 0.1rem 1.5rem;
}

.meteo .info-box h3 {
  font-weight: bold;
  font-size: 1.9rem;
}

.meteo .info-box .referente {
  font-size: 1.7rem;
  line-height: 1.8rem;
  color: #000;
  letter-spacing: -0.41px;
}

@media (min-width: 768px) {
  .meteo .info-box {
    position: sticky;
    position: -webkit-sticky;
    top: 68px;
  }
}

.meteo .info-box:after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: -8px;
  height: 8px;
  left: 0px;
  z-index: -1;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.01) 30%, rgba(0, 0, 0, 0.03) 50%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0.08) 90%, rgba(0, 0, 0, 0.09) 96%, rgba(0, 0, 0, 0.1) 100%);
}

.meteo .info-box:after {
  width: calc(100% + 8px);
  left: -7px;
}

@media (max-width: 991.98px) {
  .meteo .info-box {
    width: auto;
    max-width: 60%;
    min-width: 300px;
    margin: 20px auto;
    display: block;
  }
}

@media (min-width: 992px) {
  .meteo .info-box {
    margin-top: 2.2rem;
  }
}

.meteo .info-box li {
  padding: 1.1rem 0;
}

.meteo .info-box li .icon {
  font-size: 2.8rem;
  line-height: 3.3rem;
  margin-right: 1rem;
  float: left;
}

.meteo .info-box li .info .title {
  text-transform: uppercase;
  font-size: 1.2rem;
  line-height: 1.5rem;
  color: #787878;
  letter-spacing: -0.38px;
}

.meteo .info-box li .info .value {
  font-size: 1.7rem;
  line-height: 1.8rem;
  color: #000000;
  letter-spacing: -0.41px;
  display: table;
}

.meteo .info-box li .info .value a {
  word-break: break-all;
}

@media (max-width: 991.98px) {
  .meteo .info-box li.bookmarks {
    display: none;
  }
}

.meteo .info-box .title-index {
  text-transform: uppercase;
  font-size: 1.4rem;
  line-height: 3rem;
  letter-spacing: -0.38px;
}

.meteo .info-box .bookmarks {
  display: inline-block;
}

.meteo .info-box .bookmarks ul li {
  padding: 0.5rem 0;
  width: 100%;
}

.meteo .info-box .bookmarks ul li a {
  font-size: 1.4rem;
  line-height: 1.5rem;
  color: #000000;
  letter-spacing: -0.41px;
}

.meteo .info-box .bookmarks ul li a.active {
  text-decoration: underline;
}

.meteo #bookmarks-index {
  margin-top: 8rem;
}

.meteo #bookmarks-index .info {
  padding: 2.1rem;
}

.meteo #bookmarks-index h4 {
  font-size: 1.8rem;
}

@media (min-width: 768px) {
  .meteo #bookmarks-index {
    display: none;
  }
}

.meteo blockquote:before {
  color: #b0606c;
}

.meteo .btn-er,
.meteo .instagram .instabutton div span,
.instagram .instabutton div .meteo span,
.meteo.btn {
  background: #ae5d69;
}

.meteo hr {
  height: 3px;
  background: #ae5d69;
  width: 100%;
  max-width: 32rem;
  margin-left: 0;
  margin-right: 0;
  margin-top: 1rem;
  margin-bottom: 2rem;
}

.meteo .section h2 {
  margin-top: 4.5rem;
  margin-bottom: 4.5rem;
  font-size: 4.42rem;
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.18;
  letter-spacing: -1.07px;
  text-align: center;
  color: black;
  /*text-decoration: underline;*/
}

.meteo .section h2 a {
  color: black;
}

.meteo .section h3 {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
  font-size: 3.42rem;
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.18;
  letter-spacing: -1.07px;
  text-align: center;
  color: black;
  text-transform: uppercase;
  /*text-decoration: underline;*/
}

.meteo .section h3 a {
  color: black;
}

.meteo .section .gallery {
  position: relative;
  padding-bottom: 33px;
}

.meteo .section .gallery .swiper-button-next,
.meteo .section .gallery .swiper-container-rtl .swiper-button-prev,
.meteo .section .gallery .swiper-button-prev,
.meteo .section .gallery .swiper-container-rtl .swiper-button-next {
  background-position: center;
  width: 7.2rem;
  bottom: 33px;
  height: auto;
  top: 0px;
  margin: 0px;
  left: auto;
}

.meteo .section .gallery .swiper-button-next svg,
.meteo .section .gallery .swiper-container-rtl .swiper-button-prev svg,
.meteo .section .gallery .swiper-button-prev svg,
.meteo .section .gallery .swiper-container-rtl .swiper-button-next svg {
  top: 50%;
  left: 2.1rem;
  position: absolute;
  width: 3rem;
  height: 3rem;
  margin-top: -1.5rem;
  filter: drop-shadow(0px 3px 3px black);
}

.meteo .section .gallery .swiper-button-next,
.meteo .section .gallery .swiper-button-prev,
.meteo .section .gallery .swiper-container-rtl .swiper-button-prev,
.meteo .section .gallery .swiper-container-rtl .swiper-button-next {
  fill: #fff;
}

.meteo .section .gallery .swiper-button-next,
.meteo .section .gallery .swiper-container-rtl .swiper-button-prev {
  right: 0px;
}

.meteo .section .gallery .swiper-button-prev,
.meteo .section .gallery .swiper-container-rtl .swiper-button-next {
  left: 0px;
}

.meteo .section .gallery .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #ae5d69;
}

.meteo .section .gallery .swiper-pagination-bullet {
  border: 1px solid #ae5d69;
}

.meteo .section .gallery .swiper-pagination-bullets {
  bottom: 2px;
}

.meteo .section .gallery .swiper-slide .carousel-content {
  background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.07) 8%, rgba(0, 0, 0, 0.45) 68%);
  position: absolute;
  left: 0rem;
  bottom: 0rem;
  right: 0rem;
  width: auto;
  padding: 10rem 2rem 2rem 2rem;
  font-size: 2.6rem;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.63px;
  text-align: center;
  color: #ffffff;
}

.meteo .section .gallery .swiper-slide .carousel-content a {
  color: #ffffff !important;
}

.meteo .section .card-carousel .nodefault.swiper-button-prev::after,
.meteo .section .card-carousel .nodefault.swiper-button-prev::before,
.meteo .section .card-carousel .nodefault.swiper-button-next::after,
.meteo .section .card-carousel .nodefault.swiper-button-next::before {
  content: unset;
}

.meteo .section .card-carousel .swiper-slide {
  height: auto;
  margin-bottom: 5rem;
}

.meteo .section .card-carousel .swiper-slide .iv-wrapper,
.meteo .section .card-carousel .swiper-slide a .iv-wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

.meteo .section .card-carousel .swiper-slide .iv-wrapper > div,
.meteo .section .card-carousel .swiper-slide a .iv-wrapper > div {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: start;
}

.meteo .section .card-carousel .swiper-slide .iv-wrapper .image,
.meteo .section .card-carousel .swiper-slide a .iv-wrapper .image {
  min-height: 23rem;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.meteo .section .card-carousel .swiper-slide .iv-wrapper .content,
.meteo .section .card-carousel .swiper-slide a .iv-wrapper .content {
  background: #ffffff;
  border: 0 solid #000000;
  position: relative;
  padding: 2rem 2.1rem 4rem;
  position: relative;
  z-index: 0;
}

.meteo .section .card-carousel .swiper-slide .iv-wrapper .content:after,
.meteo .section .card-carousel .swiper-slide a .iv-wrapper .content:after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: -4px;
  height: 4px;
  left: 0px;
  z-index: -1;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.01) 30%, rgba(0, 0, 0, 0.03) 50%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0.08) 90%, rgba(0, 0, 0, 0.09) 96%, rgba(0, 0, 0, 0.1) 100%);
}

.meteo .section .card-carousel .swiper-slide .iv-wrapper .content h3,
.meteo .section .card-carousel .swiper-slide a .iv-wrapper .content h3 {
  font-size: 2rem;
  color: #030303;
  letter-spacing: -0.48px;
  text-align: left;
}

.meteo .section .card-carousel .swiper-slide .iv-wrapper .content p,
.meteo .section .card-carousel .swiper-slide .iv-wrapper .content p a,
.meteo .section .card-carousel .swiper-slide .iv-wrapper .content a p,
.meteo .section .card-carousel .swiper-slide a .iv-wrapper .content p,
.meteo .section .card-carousel .swiper-slide a .iv-wrapper .content p a,
.meteo .section .card-carousel .swiper-slide a .iv-wrapper .content a p {
  font-size: 1.5rem;
  color: #030303;
  letter-spacing: -0.38px;
  margin-bottom: 0px;
}

.meteo .section .card-carousel .swiper-slide .iv-wrapper .content p .readmore,
.meteo .section .card-carousel .swiper-slide .iv-wrapper .content p a .readmore,
.meteo .section .card-carousel .swiper-slide .iv-wrapper .content a p .readmore,
.meteo .section .card-carousel .swiper-slide a .iv-wrapper .content p .readmore,
.meteo .section .card-carousel .swiper-slide a .iv-wrapper .content p a .readmore,
.meteo .section .card-carousel .swiper-slide a .iv-wrapper .content a p .readmore {
  font-style: italic;
  color: #904853;
  display: block;
  margin-top: 1rem;
}

.meteo .section .card-carousel .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border: 1px solid #ae5d69;
  background: none;
  opacity: 1;
}

.meteo .section .card-carousel .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #ae5d69;
}

.meteo .section .card-carousel .swiper-button-next,
.meteo .section .card-carousel .swiper-container-rtl .swiper-button-prev,
.meteo .section .card-carousel .swiper-button-prev,
.meteo .section .card-carousel .swiper-container-rtl .swiper-button-next {
  background-image: none;
  width: 4rem;
  height: 23rem;
  top: 0px;
  margin: 0px;
  left: auto;
}

.meteo .section .card-carousel .swiper-button-next svg,
.meteo .section .card-carousel .swiper-container-rtl .swiper-button-prev svg,
.meteo .section .card-carousel .swiper-button-prev svg,
.meteo .section .card-carousel .swiper-container-rtl .swiper-button-next svg {
  top: 50%;
  left: 50%;
  position: absolute;
  width: 3rem;
  height: 3rem;
  margin-top: -1.5rem;
  margin-left: -1.5rem;
  filter: drop-shadow(0px 3px 3px black);
}

.meteo .section .card-carousel .swiper-button-next,
.meteo .section .card-carousel .swiper-button-prev,
.meteo .section .card-carousel .swiper-container-rtl .swiper-button-prev,
.meteo .section .card-carousel .swiper-container-rtl .swiper-button-next {
  fill: #fff;
}

.meteo .section .card-carousel .swiper-button-next,
.meteo .section .card-carousel .swiper-container-rtl .swiper-button-prev {
  right: 0px;
}

.meteo .section .card-carousel .swiper-button-prev,
.meteo .section .card-carousel .swiper-container-rtl .swiper-button-next {
  left: 0px;
}

.meteo .section .sassibox-item,
.meteo .section a .sassibox-item {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 5rem;
}

.meteo .section .sassibox-item > div,
.meteo .section a .sassibox-item > div {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.meteo .section .sassibox-item .image,
.meteo .section a .sassibox-item .image {
  min-height: 23rem;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.meteo .section .sassibox-item .content,
.meteo .section a .sassibox-item .content {
  background: #ffffff;
  border: 0 solid #000000;
  position: relative;
  padding: 1rem 0;
  position: relative;
  z-index: 0;
}

.meteo .section .sassibox-item .content:after,
.meteo .section a .sassibox-item .content:after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: -4px;
  height: 4px;
  left: 0px;
  z-index: -1;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.01) 30%, rgba(0, 0, 0, 0.03) 50%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0.08) 90%, rgba(0, 0, 0, 0.09) 96%, rgba(0, 0, 0, 0.1) 100%);
}

.meteo .section .sassibox-item .content h4,
.meteo .section a .sassibox-item .content h4 {
  font-size: 2rem;
  color: #030303;
  letter-spacing: -0.48px;
  text-align: left;
}

.meteo .section .sassibox-item .content p,
.meteo .section .sassibox-item .content span,
.meteo .section .sassibox-item .content a span,
.meteo .section .sassibox-item .content span a,
.meteo .section .sassibox-item .content p a,
.meteo .section .sassibox-item .content a p,
.meteo .section a .sassibox-item .content p,
.meteo .section a .sassibox-item .content span,
.meteo .section a .sassibox-item .content a span,
.meteo .section a .sassibox-item .content span a,
.meteo .section a .sassibox-item .content p a,
.meteo .section a .sassibox-item .content a p {
  font-size: 1.5rem;
  color: #030303;
  letter-spacing: -0.38px;
}

.meteo .section .sassibox-item .content .action,
.meteo .section a .sassibox-item .content .action {
  margin: 10px 0;
}

.meteo .section .sassibox-item .content .action button,
.meteo .section a .sassibox-item .content .action button {
  font-family: "Open Sans", sans-serif !important;
}

.meteo .section .sassibox-item .content .readmore,
.meteo .section a .sassibox-item .content .readmore {
  border: 1px solid transparent;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  padding: 6px 12px;
  text-align: center;
  vertical-align: middle;
  width: -moz-fit-content;
  width: fit-content;
  text-transform: uppercase;
  background-color: #ae5d69;
}

.odm .xp_search_box button span {
  color: white;
}

.odm .xp_search_box .city {
  color: white;
}

.odm .xp_search_box .horizontal {
  padding: 1rem;
  background-color: #FFFFFF;
  background-image: linear-gradient(-180deg, #fdfdfd 0%, #FFFFFF 48%, #fefefe 80%);
  font-size: 1.6rem;
}

.odm .xp_search_box .horizontal.collapsed {
  border-radius: 2px;
  box-shadow: -1px 0 3px 0 rgba(0, 0, 0, 0.25);
}

.odm .xp_search_box .horizontal .fa,
.search .searchearchbox.vertical .bootstrap-select .odm .xp_search_box .horizontal button:after,
.downloads .downloadsearchbox.vertical .bootstrap-select .odm .xp_search_box .horizontal button:after,
.odm .xp_search_box .horizontal .localita #searchbox-app .bootstrap-select button:after,
.localita #searchbox-app .bootstrap-select .odm .xp_search_box .horizontal button:after,
.itinerari .searchbox .control .bootstrap-select .odm .xp_search_box .horizontal button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .vertical .bootstrap-select .odm .xp_search_box .horizontal button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .vertical .bootstrap-select .odm .xp_search_box .horizontal button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .vertical .bootstrap-select .odm .xp_search_box .horizontal button:after,
.romagna-craft .operatori_search_box .vertical .bootstrap-select .odm .xp_search_box .horizontal button:after,
.spass .operatori_search_box .vertical .bootstrap-select .odm .xp_search_box .horizontal button:after,
.natur .operatori_search_box .vertical .bootstrap-select .odm .xp_search_box .horizontal button:after,
.kultur .operatori_search_box .vertical .bootstrap-select .odm .xp_search_box .horizontal button:after,
.pet .operatori_search_box .vertical .bootstrap-select .odm .xp_search_box .horizontal button:after,
.default .operatori_search_box .vertical .bootstrap-select .odm .xp_search_box .horizontal button:after,
.liscio .operatori_search_box .vertical .bootstrap-select .odm .xp_search_box .horizontal button:after,
.romagna .operatori_search_box .vertical .bootstrap-select .odm .xp_search_box .horizontal button:after,
.motorcycle .operatori_search_box .vertical .bootstrap-select .odm .xp_search_box .horizontal button:after,
.sport .operatori_search_box .vertical .bootstrap-select .odm .xp_search_box .horizontal button:after,
.fun .operatori_search_box .vertical .bootstrap-select .odm .xp_search_box .horizontal button:after,
.wellness .operatori_search_box .vertical .bootstrap-select .odm .xp_search_box .horizontal button:after,
.empire .operatori_search_box .vertical .bootstrap-select .odm .xp_search_box .horizontal button:after,
.bike .operatori_search_box .vertical .bootstrap-select .odm .xp_search_box .horizontal button:after,
.castle .operatori_search_box .vertical .bootstrap-select .odm .xp_search_box .horizontal button:after,
.culture .operatori_search_box .vertical .bootstrap-select .odm .xp_search_box .horizontal button:after,
.romagna_autentica .operatori_search_box .vertical .bootstrap-select .odm .xp_search_box .horizontal button:after,
.nature .operatori_search_box .vertical .bootstrap-select .odm .xp_search_box .horizontal button:after,
.food .operatori_search_box .vertical .bootstrap-select .odm .xp_search_box .horizontal button:after,
.beach .operatori_search_box .vertical .bootstrap-select .odm .xp_search_box .horizontal button:after,
.rock .operatori_search_box .vertical .bootstrap-select .odm .xp_search_box .horizontal button:after,
.booking .operatori_search_box .vertical .bootstrap-select .odm .xp_search_box .horizontal button:after,
.odm .operatori_search_box .vertical .bootstrap-select .xp_search_box .horizontal button:after,
.odm .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.odm .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.odm .xp_search_box .horizontal .control .bootstrap-select button:after,
.odm .xp_search_box .events-homepage .header .eventsearchbox.horizontal .control .bootstrap-select button:after,
.events-homepage .header .odm .xp_search_box .eventsearchbox.horizontal .control .bootstrap-select button:after,
.events-homepage .header .eventsearchbox.vertical .bootstrap-select .odm .xp_search_box .horizontal button:after,
.odm .xp_search_box .events-page .header .eventsearchbox.horizontal .control .bootstrap-select button:after,
.events-page .header .odm .xp_search_box .eventsearchbox.horizontal .control .bootstrap-select button:after,
.events-page .header .eventsearchbox.vertical .bootstrap-select .odm .xp_search_box .horizontal button:after,
.scopri .operatori_search_box .vertical .bootstrap-select .odm .xp_search_box .horizontal button:after,
.idee .operatori_search_box .vertical .bootstrap-select .odm .xp_search_box .horizontal button:after,
.eventi .operatori_search_box .vertical .bootstrap-select .odm .xp_search_box .horizontal button:after,
.pianifica .operatori_search_box .vertical .bootstrap-select .odm .xp_search_box .horizontal button:after,
.esperienze .operatori_search_box .vertical .bootstrap-select .odm .xp_search_box .horizontal button:after,
.news .operatori_search_box .vertical .bootstrap-select .odm .xp_search_box .horizontal button:after,
.iat .operatori_search_box .vertical .bootstrap-select .odm .xp_search_box .horizontal button:after,
.meteo .operatori_search_box .vertical .bootstrap-select .odm .xp_search_box .horizontal button:after {
  line-height: 2.2rem;
}

.odm .xp_search_box .horizontal button.collapsible {
  border: none;
  background-color: transparent;
  display: block;
  width: 100%;
  font-size: 1.6rem;
  color: #ffffff;
  letter-spacing: -0.41px;
  text-align: left;
  text-transform: uppercase;
  display: block;
}

.odm .xp_search_box .horizontal .control {
  padding: 0.5rem 1rem;
  height: 5rem;
  background-color: white;
  margin: 0.5rem;
}

.odm .xp_search_box .horizontal .control.btn-holder {
  min-width: 2rem;
  width: auto;
  padding: 0px;
}

.odm .xp_search_box .horizontal .control.btn-holder button {
  width: 100%;
  border: none;
  background-color: #e6e6e6;
  height: 100%;
  font-size: 1.6rem;
  color: #ffffff;
  letter-spacing: -0.41px;
  text-align: center;
  text-transform: uppercase;
  display: block;
  padding: 0px;
}

.odm .xp_search_box .horizontal .control .ert-dropdown {
  width: 100%;
}

.odm .xp_search_box .horizontal .control .ert-dropdown * {
  cursor: pointer;
}

.odm .xp_search_box .horizontal .control .ert-dropdown .ert-combo {
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
  display: block;
  text-align: left;
}

.odm .xp_search_box .horizontal .control .ert-dropdown .ert-combo::after {
  border: none;
}

.odm .xp_search_box .horizontal .control .ert-dropdown .ert-combo i {
  transition: 500ms ease;
  transform: rotate(0);
  position: absolute;
  top: 2.25rem;
  right: 15px;
}

.odm .xp_search_box .horizontal .control .ert-dropdown .ert-combo .button {
  padding: 0px;
}

.odm .xp_search_box .horizontal .control .ert-dropdown.show .ert-combo i {
  transform: rotate(180deg);
}

.odm .xp_search_box .horizontal .control .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: auto;
}

.odm .xp_search_box .horizontal .control .bootstrap-select {
  margin-top: -1px;
}

.odm .xp_search_box .horizontal .control .bootstrap-select *:focus {
  box-shadow: none important;
}

.odm .xp_search_box .horizontal .control .bootstrap-select button {
  padding: 0px;
  font-size: 1.5rem;
  background: #ffffff;
  color: #848484;
  letter-spacing: 0.3px;
  border: none;
  border-radius: 0;
}

.odm .xp_search_box .horizontal .control .bootstrap-select button:after {
  content: "\F078";
  border: none;
}

.odm .xp_search_box .horizontal .control .bootstrap-select .dropdown-menu {
  width: 100% !important;
  border: none;
  border-radius: 0;
  box-shadow: 0px 2px 2px 0px #a9a9a970;
  border-top: 1px solid #a9a9a970;
}

.odm .xp_search_box .horizontal .control .bootstrap-select .dropdown-menu.inner.show {
  border-top: none;
}

.odm .xp_search_box .horizontal .control .bootstrap-select .dropdown-menu .dropdown-item {
  font-size: 1.5rem;
  line-height: 4rem;
}

.odm .xp_search_box .horizontal .control .bootstrap-select .dropdown-menu .dropdown-item:active,
.odm .xp_search_box .horizontal .control .bootstrap-select .dropdown-menu .dropdown-item.active {
  background-color: #FFFFFF;
}

.odm .xp_search_box .horizontal .control label {
  background: #ffffff;
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
  line-height: 2.4rem;
  margin-bottom: 0px;
  margin-right: 0.5rem;
}

@media (max-width: 768px) {
  .odm .xp_search_box .horizontal .control label {
    min-width: 6.2rem;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .odm .xp_search_box .horizontal .control label {
    display: none;
  }
}

.odm .xp_search_box .horizontal .control .flatpickr-mobile.form-control {
  padding: 1px 0;
}

.odm .xp_search_box .horizontal .control input[type=text],
.odm .xp_search_box .horizontal .control input[type=date] {
  border: none;
  font-size: 1.5rem;
  border-radius: 0;
  background-color: white;
  border-bottom: 1px solid #495057;
  min-width: 0;
  height: auto;
}

.odm .xp_search_box .horizontal .control input[type=text]:focus,
.odm .xp_search_box .horizontal .control input[type=date]:focus {
  box-shadow: none;
}

.odm .xp_search_box .vertical {
  max-width: 30rem;
  z-index: 10;
  position: relative;
  height: 4.4rem;
  margin: 0 auto;
}

.odm .xp_search_box .vertical button.collapsible {
  border: none;
  background-color: transparent;
  display: block;
  position: absolute;
  width: 100%;
}

.odm .xp_search_box .vertical .dropbutton {
  display: none;
}

.odm .xp_search_box .vertical .dropbutton.collapsed {
  display: block;
}

.odm .xp_search_box .vertical #collapse-events {
  padding: 1.8rem;
  background-color: #FFFFFF;
  background-image: linear-gradient(-180deg, #fdfdfd 0%, #FFFFFF 48%, #fefefe 80%);
  font-size: 1.6rem;
}

.odm .xp_search_box .vertical .fa-chevron-up {
  text-align: right;
  line-height: 4rem;
  color: white;
  margin-bottom: 1.8rem;
}

.odm .xp_search_box .vertical .form-group {
  background: #ffffff;
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
}

.odm .xp_search_box .vertical .form-group .col-form-label {
  line-height: 5rem;
}

.odm .xp_search_box .vertical .ert-text {
  border: none;
  font-size: 1.5rem;
  height: 60px;
  border-radius: 0;
  background-color: white;
}

.odm .xp_search_box .vertical .ert-text.line {
  border-bottom: 1px solid #495057;
  height: auto;
  margin-top: 14px;
}

.odm .xp_search_box .vertical .ert-text:focus {
  box-shadow: none;
}

.odm .xp_search_box .vertical button.search {
  border: none;
  position: absolute;
  bottom: -10rem;
  left: 5%;
  right: 5%;
  width: 90%;
  line-height: 4.4rem;
}

.odm .xp_search_box .vertical .datepicker-holder {
  padding-right: 0px;
}

.odm .xp_search_box .vertical .datepicker-holder * {
  cursor: pointer;
}

.odm .xp_search_box .vertical .datepicker-holder input[type=date]::-webkit-calendar-picker-indicator {
  width: 1.2rem;
  height: 0.7rem;
  -webkit-mask: url(/images/caret.svg);
          mask: url(/images/caret.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  -webkit-transition: 500ms ease;
  transition: 500ms ease;
  background-color: #686868;
}

.odm .xp_search_box .vertical .datepicker-holder .flatpickr-calendar.static {
  margin-left: -193px;
  margin-top: -184px;
  left: 50%;
  top: 50%;
}

.odm .xp_search_box .vertical .datepicker-holder .flatpickr-calendar.static.arrowBottom:after {
  display: none;
}

.odm .xp_search_box .vertical .datepicker-holder .flatpickr-calendar.static.arrowBottom:before {
  display: none;
}

.odm .xp_search_box .vertical .datepicker-holder .flatpickr-months .flatpickr-month {
  height: 32px;
}

.odm .xp_search_box .vertical .ert-dropdown * {
  cursor: pointer;
}

.odm .xp_search_box .vertical .ert-dropdown .ert-combo {
  background: #ffffff;
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
  line-height: 5rem;
  display: block;
  width: 100%;
  height: 60px;
  text-align: left;
}

.odm .xp_search_box .vertical .ert-dropdown .ert-combo::after {
  border: none;
}

.odm .xp_search_box .vertical .ert-dropdown .ert-combo i {
  transition: 500ms ease;
  transform: rotate(0);
  position: absolute;
  top: 2.25rem;
  right: 15px;
}

.odm .xp_search_box .vertical .ert-dropdown .ert-combo .button {
  padding: 0px;
}

.odm .xp_search_box .vertical .ert-dropdown .dropdown-menu {
  width: 100% !important;
  border: none;
  border-radius: 0;
  box-shadow: 0px 2px 2px 0px #a9a9a970;
  border-top: 1px solid #a9a9a970;
}

.odm .xp_search_box .vertical .ert-dropdown .dropdown-menu .dropdown-item {
  font-size: 1.5rem;
  line-height: 4rem;
}

.odm .xp_search_box .vertical .ert-dropdown .dropdown-menu .dropdown-item:active {
  background-color: #FFFFFF;
}

.odm .xp_search_box .vertical .ert-dropdown.show .ert-combo i {
  transform: rotate(180deg);
}

.odm .xp_search_box .vertical .bootstrap-select *:focus {
  box-shadow: none important;
}

.odm .xp_search_box .vertical .bootstrap-select button {
  font-size: 1.5rem;
  color: #848484;
  letter-spacing: 0.3px;
  border: none;
  font-size: 1.5rem;
  height: 60px;
  border-radius: 0;
  background-color: white;
}

.odm .xp_search_box .vertical .bootstrap-select button:after {
  content: "\F078";
  border: none;
}

.odm .xp_search_box .vertical .bootstrap-select .dropdown-menu {
  width: 100% !important;
  border: none;
  border-radius: 0;
  box-shadow: 0px 2px 2px 0px #a9a9a970;
  border-top: 1px solid #a9a9a970;
}

.odm .xp_search_box .vertical .bootstrap-select .dropdown-menu .dropdown-item {
  font-size: 1.5rem;
  line-height: 4rem;
}

.odm .xp_search_box .vertical .bootstrap-select .dropdown-menu .dropdown-item:active,
.odm .xp_search_box .vertical .bootstrap-select .dropdown-menu .dropdown-item.active {
  background-color: #FFFFFF;
}

.odm .xp_search_box .vertical .btn-er,
.odm .xp_search_box .vertical .instagram .instabutton div span,
.instagram .instabutton div .odm .xp_search_box .vertical span {
  margin-top: 18px;
}

.odm .xp_search_box .vertical .btn-er .fa-chevron-down,
.odm .xp_search_box .vertical .instagram .instabutton div span .fa-chevron-down,
.instagram .instabutton div .odm .xp_search_box .vertical span .fa-chevron-down {
  float: right;
  line-height: 4rem;
}

.odm .operatori_search_box button span {
  color: white;
}

.odm .operatori_search_box .city {
  color: white;
}

.odm .operatori_search_box .horizontal {
  padding: 1rem;
  background-color: #FFFFFF;
  background-image: linear-gradient(-180deg, #fdfdfd 0%, #FFFFFF 48%, #fefefe 80%);
  font-size: 1.6rem;
}

.odm .operatori_search_box .horizontal.collapsed {
  border-radius: 2px;
  box-shadow: -1px 0 3px 0 rgba(0, 0, 0, 0.25);
}

.odm .operatori_search_box .horizontal .fa,
.search .searchearchbox.vertical .bootstrap-select .odm .operatori_search_box .horizontal button:after,
.downloads .downloadsearchbox.vertical .bootstrap-select .odm .operatori_search_box .horizontal button:after,
.odm .operatori_search_box .horizontal .localita #searchbox-app .bootstrap-select button:after,
.localita #searchbox-app .bootstrap-select .odm .operatori_search_box .horizontal button:after,
.itinerari .searchbox .control .bootstrap-select .odm .operatori_search_box .horizontal button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .vertical .bootstrap-select .odm .operatori_search_box .horizontal button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .vertical .bootstrap-select .odm .operatori_search_box .horizontal button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .vertical .bootstrap-select .odm .operatori_search_box .horizontal button:after,
.romagna-craft .xp_search_box .vertical .bootstrap-select .odm .operatori_search_box .horizontal button:after,
.spass .xp_search_box .vertical .bootstrap-select .odm .operatori_search_box .horizontal button:after,
.natur .xp_search_box .vertical .bootstrap-select .odm .operatori_search_box .horizontal button:after,
.kultur .xp_search_box .vertical .bootstrap-select .odm .operatori_search_box .horizontal button:after,
.pet .xp_search_box .vertical .bootstrap-select .odm .operatori_search_box .horizontal button:after,
.default .xp_search_box .vertical .bootstrap-select .odm .operatori_search_box .horizontal button:after,
.liscio .xp_search_box .vertical .bootstrap-select .odm .operatori_search_box .horizontal button:after,
.romagna .xp_search_box .vertical .bootstrap-select .odm .operatori_search_box .horizontal button:after,
.motorcycle .xp_search_box .vertical .bootstrap-select .odm .operatori_search_box .horizontal button:after,
.sport .xp_search_box .vertical .bootstrap-select .odm .operatori_search_box .horizontal button:after,
.fun .xp_search_box .vertical .bootstrap-select .odm .operatori_search_box .horizontal button:after,
.wellness .xp_search_box .vertical .bootstrap-select .odm .operatori_search_box .horizontal button:after,
.empire .xp_search_box .vertical .bootstrap-select .odm .operatori_search_box .horizontal button:after,
.bike .xp_search_box .vertical .bootstrap-select .odm .operatori_search_box .horizontal button:after,
.castle .xp_search_box .vertical .bootstrap-select .odm .operatori_search_box .horizontal button:after,
.culture .xp_search_box .vertical .bootstrap-select .odm .operatori_search_box .horizontal button:after,
.romagna_autentica .xp_search_box .vertical .bootstrap-select .odm .operatori_search_box .horizontal button:after,
.nature .xp_search_box .vertical .bootstrap-select .odm .operatori_search_box .horizontal button:after,
.food .xp_search_box .vertical .bootstrap-select .odm .operatori_search_box .horizontal button:after,
.beach .xp_search_box .vertical .bootstrap-select .odm .operatori_search_box .horizontal button:after,
.rock .xp_search_box .vertical .bootstrap-select .odm .operatori_search_box .horizontal button:after,
.booking .xp_search_box .vertical .bootstrap-select .odm .operatori_search_box .horizontal button:after,
.odm .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.odm .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.odm .operatori_search_box .horizontal .control .bootstrap-select button:after,
.odm .operatori_search_box .events-homepage .header .eventsearchbox.horizontal .control .bootstrap-select button:after,
.events-homepage .header .odm .operatori_search_box .eventsearchbox.horizontal .control .bootstrap-select button:after,
.events-homepage .header .eventsearchbox.vertical .bootstrap-select .odm .operatori_search_box .horizontal button:after,
.odm .operatori_search_box .events-page .header .eventsearchbox.horizontal .control .bootstrap-select button:after,
.events-page .header .odm .operatori_search_box .eventsearchbox.horizontal .control .bootstrap-select button:after,
.events-page .header .eventsearchbox.vertical .bootstrap-select .odm .operatori_search_box .horizontal button:after,
.scopri .xp_search_box .vertical .bootstrap-select .odm .operatori_search_box .horizontal button:after,
.idee .xp_search_box .vertical .bootstrap-select .odm .operatori_search_box .horizontal button:after,
.eventi .xp_search_box .vertical .bootstrap-select .odm .operatori_search_box .horizontal button:after,
.pianifica .xp_search_box .vertical .bootstrap-select .odm .operatori_search_box .horizontal button:after,
.esperienze .xp_search_box .vertical .bootstrap-select .odm .operatori_search_box .horizontal button:after,
.news .xp_search_box .vertical .bootstrap-select .odm .operatori_search_box .horizontal button:after,
.iat .xp_search_box .vertical .bootstrap-select .odm .operatori_search_box .horizontal button:after,
.meteo .xp_search_box .vertical .bootstrap-select .odm .operatori_search_box .horizontal button:after,
.odm .xp_search_box .vertical .bootstrap-select .operatori_search_box .horizontal button:after {
  line-height: 2.2rem;
}

.odm .operatori_search_box .horizontal button.collapsible {
  border: none;
  background-color: transparent;
  display: block;
  width: 100%;
  font-size: 1.6rem;
  color: #ffffff;
  letter-spacing: -0.41px;
  text-align: left;
  text-transform: uppercase;
}

.odm .operatori_search_box .horizontal .control {
  padding: 0.5rem 1rem;
  height: 5rem;
  background-color: white;
  margin: 0.5rem;
}

.odm .operatori_search_box .horizontal .control.btn-holder {
  min-width: 2rem;
  width: auto;
  padding: 0px;
}

.odm .operatori_search_box .horizontal .control.btn-holder button {
  width: 100%;
  border: none;
  background-color: #e6e6e6;
  height: 100%;
  font-size: 1.6rem;
  color: #ffffff;
  letter-spacing: -0.41px;
  text-align: center;
  text-transform: uppercase;
  display: block;
  padding: 0px;
}

.odm .operatori_search_box .horizontal .control .ert-dropdown {
  width: 100%;
}

.odm .operatori_search_box .horizontal .control .ert-dropdown * {
  cursor: pointer;
}

.odm .operatori_search_box .horizontal .control .ert-dropdown .ert-combo {
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
  display: block;
  text-align: left;
}

.odm .operatori_search_box .horizontal .control .ert-dropdown .ert-combo::after {
  border: none;
}

.odm .operatori_search_box .horizontal .control .ert-dropdown .ert-combo i {
  transition: 500ms ease;
  transform: rotate(0);
  position: absolute;
  top: 2.25rem;
  right: 15px;
}

.odm .operatori_search_box .horizontal .control .ert-dropdown .ert-combo .button {
  padding: 0px;
}

.odm .operatori_search_box .horizontal .control .ert-dropdown.show .ert-combo i {
  transform: rotate(180deg);
}

.odm .operatori_search_box .horizontal .control .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: auto;
}

.odm .operatori_search_box .horizontal .control .bootstrap-select {
  margin-top: -1px;
}

.odm .operatori_search_box .horizontal .control .bootstrap-select *:focus {
  box-shadow: none important;
}

.odm .operatori_search_box .horizontal .control .bootstrap-select button {
  padding: 0px;
  font-size: 1.5rem;
  background: #ffffff;
  color: #848484;
  letter-spacing: 0.3px;
  border: none;
  border-radius: 0;
}

.odm .operatori_search_box .horizontal .control .bootstrap-select button:after {
  content: "\F078";
  border: none;
}

.odm .operatori_search_box .horizontal .control .bootstrap-select .dropdown-menu {
  width: 100% !important;
  border: none;
  border-radius: 0;
  box-shadow: 0px 2px 2px 0px #a9a9a970;
  border-top: 1px solid #a9a9a970;
}

.odm .operatori_search_box .horizontal .control .bootstrap-select .dropdown-menu.inner.show {
  border-top: none;
}

.odm .operatori_search_box .horizontal .control .bootstrap-select .dropdown-menu .dropdown-item {
  font-size: 1.5rem;
  line-height: 4rem;
}

.odm .operatori_search_box .horizontal .control .bootstrap-select .dropdown-menu .dropdown-item:active,
.odm .operatori_search_box .horizontal .control .bootstrap-select .dropdown-menu .dropdown-item.active {
  background-color: #FFFFFF;
}

.odm .operatori_search_box .horizontal .control label {
  background: #ffffff;
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
  line-height: 2.4rem;
  margin-bottom: 0px;
  margin-right: 0.5rem;
}

@media (max-width: 768px) {
  .odm .operatori_search_box .horizontal .control label {
    min-width: 6.2rem;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .odm .operatori_search_box .horizontal .control label {
    display: none;
  }
}

.odm .operatori_search_box .horizontal .control .flatpickr-mobile.form-control {
  padding: 1px 0;
}

.odm .operatori_search_box .horizontal .control input[type=text],
.odm .operatori_search_box .horizontal .control input[type=date] {
  border: none;
  font-size: 1.5rem;
  border-radius: 0;
  background-color: white;
  border-bottom: 1px solid #495057;
  min-width: 0;
  height: auto;
}

.odm .operatori_search_box .horizontal .control input[type=text]:focus,
.odm .operatori_search_box .horizontal .control input[type=date]:focus {
  box-shadow: none;
}

.odm .operatori_search_box .vertical {
  max-width: 30rem;
  z-index: 10;
  position: relative;
  height: 4.4rem;
  margin: 0 auto;
}

.odm .operatori_search_box .vertical button.collapsible {
  border: none;
  background-color: transparent;
  display: block;
  position: absolute;
  width: 100%;
}

.odm .operatori_search_box .vertical .dropbutton {
  display: none;
}

.odm .operatori_search_box .vertical .dropbutton.collapsed {
  display: block;
}

.odm .operatori_search_box .vertical #collapse-events {
  padding: 1.8rem;
  background-color: #FFFFFF;
  background-image: linear-gradient(-180deg, #fdfdfd 0%, #FFFFFF 48%, #fefefe 80%);
  font-size: 1.6rem;
}

.odm .operatori_search_box .vertical .fa-chevron-up {
  text-align: right;
  line-height: 4rem;
  color: white;
  margin-bottom: 1.8rem;
}

.odm .operatori_search_box .vertical .form-group {
  background: #ffffff;
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
}

.odm .operatori_search_box .vertical .form-group .col-form-label {
  line-height: 5rem;
}

.odm .operatori_search_box .vertical .ert-text {
  border: none;
  font-size: 1.5rem;
  height: 60px;
  border-radius: 0;
  background-color: white;
}

.odm .operatori_search_box .vertical .ert-text.line {
  border-bottom: 1px solid #495057;
  height: auto;
  margin-top: 14px;
}

.odm .operatori_search_box .vertical .ert-text:focus {
  box-shadow: none;
}

.odm .operatori_search_box .vertical button.search {
  border: none;
  position: absolute;
  bottom: -10rem;
  left: 5%;
  right: 5%;
  width: 90%;
  line-height: 4.4rem;
}

.odm .operatori_search_box .vertical .datepicker-holder {
  padding-right: 0px;
}

.odm .operatori_search_box .vertical .datepicker-holder * {
  cursor: pointer;
}

.odm .operatori_search_box .vertical .datepicker-holder input[type=date]::-webkit-calendar-picker-indicator {
  width: 1.2rem;
  height: 0.7rem;
  -webkit-mask: url(/images/caret.svg);
          mask: url(/images/caret.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  -webkit-transition: 500ms ease;
  transition: 500ms ease;
  background-color: #686868;
}

.odm .operatori_search_box .vertical .datepicker-holder .flatpickr-calendar.static {
  margin-left: -193px;
  margin-top: -184px;
  left: 50%;
  top: 50%;
}

.odm .operatori_search_box .vertical .datepicker-holder .flatpickr-calendar.static.arrowBottom:after {
  display: none;
}

.odm .operatori_search_box .vertical .datepicker-holder .flatpickr-calendar.static.arrowBottom:before {
  display: none;
}

.odm .operatori_search_box .vertical .datepicker-holder .flatpickr-months .flatpickr-month {
  height: 32px;
}

.odm .operatori_search_box .vertical .ert-dropdown * {
  cursor: pointer;
}

.odm .operatori_search_box .vertical .ert-dropdown .ert-combo {
  background: #ffffff;
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
  line-height: 5rem;
  display: block;
  width: 100%;
  height: 60px;
  text-align: left;
}

.odm .operatori_search_box .vertical .ert-dropdown .ert-combo::after {
  border: none;
}

.odm .operatori_search_box .vertical .ert-dropdown .ert-combo i {
  transition: 500ms ease;
  transform: rotate(0);
  position: absolute;
  top: 2.25rem;
  right: 15px;
}

.odm .operatori_search_box .vertical .ert-dropdown .ert-combo .button {
  padding: 0px;
}

.odm .operatori_search_box .vertical .ert-dropdown .dropdown-menu {
  width: 100% !important;
  border: none;
  border-radius: 0;
  box-shadow: 0px 2px 2px 0px #a9a9a970;
  border-top: 1px solid #a9a9a970;
}

.odm .operatori_search_box .vertical .ert-dropdown .dropdown-menu .dropdown-item {
  font-size: 1.5rem;
  line-height: 4rem;
}

.odm .operatori_search_box .vertical .ert-dropdown .dropdown-menu .dropdown-item:active {
  background-color: #FFFFFF;
}

.odm .operatori_search_box .vertical .ert-dropdown.show .ert-combo i {
  transform: rotate(180deg);
}

.odm .operatori_search_box .vertical .bootstrap-select *:focus {
  box-shadow: none important;
}

.odm .operatori_search_box .vertical .bootstrap-select button {
  font-size: 1.5rem;
  color: #848484;
  letter-spacing: 0.3px;
  border: none;
  font-size: 1.5rem;
  height: 60px;
  border-radius: 0;
  background-color: white;
}

.odm .operatori_search_box .vertical .bootstrap-select button:after {
  content: "\F078";
  border: none;
}

.odm .operatori_search_box .vertical .bootstrap-select .dropdown-menu {
  width: 100% !important;
  border: none;
  border-radius: 0;
  box-shadow: 0px 2px 2px 0px #a9a9a970;
  border-top: 1px solid #a9a9a970;
}

.odm .operatori_search_box .vertical .bootstrap-select .dropdown-menu .dropdown-item {
  font-size: 1.5rem;
  line-height: 4rem;
}

.odm .operatori_search_box .vertical .bootstrap-select .dropdown-menu .dropdown-item:active,
.odm .operatori_search_box .vertical .bootstrap-select .dropdown-menu .dropdown-item.active {
  background-color: #FFFFFF;
}

.odm .operatori_search_box .vertical .btn-er,
.odm .operatori_search_box .vertical .instagram .instabutton div span,
.instagram .instabutton div .odm .operatori_search_box .vertical span {
  margin-top: 18px;
}

.odm .operatori_search_box .vertical .btn-er .fa-chevron-down,
.odm .operatori_search_box .vertical .instagram .instabutton div span .fa-chevron-down,
.instagram .instabutton div .odm .operatori_search_box .vertical span .fa-chevron-down {
  float: right;
  line-height: 4rem;
}

.odm .home-boxes {
  background-color: #FFFFFF;
}

.odm .content-box a {
  font-weight: bold;
  color: #FFFFFF;
}

.odm .content-box a strong {
  color: #FFFFFF;
}

.odm .content-box .btn-er,
.odm .content-box .instagram .instabutton div span,
.instagram .instabutton div .odm .content-box span {
  background-color: #FFFFFF;
  color: white;
}

.odm .content-box h3.with-line {
  font-size: 1.8rem;
  color: #030303;
  letter-spacing: -0.43px;
  text-transform: uppercase;
  margin-bottom: 2.1rem;
}

.odm .content-box h3.with-line::before {
  content: "";
  display: block;
  height: 3px;
  background: #0e797b;
  width: 100%;
  max-width: 32rem;
  margin-left: 0;
  margin-right: 0;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.odm *:focus {
  outline: 1px solid #FFFFFF;
  outline-offset: -1px;
}

.odm .bootstrap-select .dropdown-toggle:focus {
  outline: 1px solid #FFFFFF;
  outline-offset: -1px;
}

.odm a:hover {
  outline: 1px solid white;
}

.odm a:active {
  outline: 1px solid #FFFFFF;
}

.odm .events-list {
  font-size: 1.4rem;
}

.odm .section-list {
  display: block;
  text-align: right;
}

.odm .section-list a {
  font-size: 2rem;
  color: #FFFFFF;
}

.odm .events-list dt,
.odm .section-list dt,
.odm .iat-list dt {
  text-transform: uppercase;
  font-size: 1.5rem;
  line-height: 1.5;
  color: #111;
  letter-spacing: -0.38px;
  font-weight: 600;
  margin-top: 1.4rem;
}

.odm .events-list dd,
.odm .section-list dd,
.odm .iat-list dd {
  font-size: 1.6rem;
  margin-bottom: 0.6rem;
  line-height: 1.5;
  color: #030303;
}

.odm .events-list dd i,
.odm .section-list dd i,
.odm .iat-list dd i {
  margin-right: 0.6rem;
}

.odm .events-list ul,
.odm .section-list ul,
.odm .iat-list ul {
  list-style: none;
  padding-inline-start: 0;
}

.odm .events-list ul li,
.odm .section-list ul li,
.odm .iat-list ul li {
  font-size: 1.5rem;
  color: #030303;
  margin-top: 0.6rem;
  line-height: 1.5;
}

.odm .events-list ul.tappe-list,
.odm .section-list ul.tappe-list,
.odm .iat-list ul.tappe-list {
  list-style: none;
  padding-inline-start: 0;
}

.odm .events-list ul.tappe-list li,
.odm .section-list ul.tappe-list li,
.odm .iat-list ul.tappe-list li {
  font-size: 1.6rem;
  line-height: 1.5;
  color: #030303;
}

.odm .tickets-list {
  display: flex;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #111;
  letter-spacing: -0.38px;
  font-weight: 600;
  margin-top: 1.4rem;
}

.odm .tickets-list i {
  margin-top: 0.6rem;
}

.odm .tickets-list li {
  color: #030303;
  font-size: 1.6rem;
  margin-left: 1.2rem;
}

.odm .tickets-list li i {
  margin-right: 0.6rem;
}

.odm .address * {
  color: white;
}

.odm .top-title-box {
  padding: 0rem;
  text-align: center;
}

.odm .top-title-box.no-image {
  padding-top: 10rem;
}

.odm .top-title-box.no-image .er-logo-top {
  margin: 0 auto;
  display: block;
  margin-bottom: 10rem;
}

.odm .top-title-box h1 {
  font-size: 3rem;
  color: #FFFFFF;
  letter-spacing: -1.01px;
  line-height: 4rem;
  margin: 2rem 0;
}

.odm .top-title-box h2 {
  font-size: 2rem;
  line-height: 1.5;
  color: #000;
  letter-spacing: -0.58px;
}

.odm .top-title-box .breadcrumb {
  opacity: 0.6;
  font-size: 1.5rem;
  letter-spacing: -0.38px;
  padding: 0;
  margin: 0;
  color: #FFFFFF;
  background-color: #fff;
}

.odm .top-title-box .breadcrumb .breadcrumb-item::before,
.odm .top-title-box .breadcrumb a {
  color: #FFFFFF;
}

@media (min-width: 992px) {
  .odm .top-title-box h1 {
    line-height: 7rem;
    font-size: 7rem;
    margin-top: 3rem;
  }

  .odm .top-title-box h2 {
    font-size: 2rem;
    line-height: 1.5rem;
  }

  .odm .top-title-box .breadcrumb {
    font-size: 1.9rem;
  }
}

.odm .image-box-with-border {
  margin: 2rem 0;
  border-top: 64px solid #FFFFFF;
}

.odm .image-box-with-border img {
  -o-object-fit: cover;
     object-fit: cover;
}

.odm .top-image {
  transition: background-image 1s ease-in-out;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 20px;
}

.odm .top-image .logo {
  position: absolute;
  width: 30rem;
  bottom: 20px;
  left: 50%;
  margin-left: -15rem;
}

.odm .top-image.no-mask {
  height: 600px;
}

.odm .top-image .mask {
  z-index: 997;
  position: relative;
  width: 100%;
}

@media (min-width: 992px) {
  .odm .top-image:after {
    position: absolute;
    content: "";
    left: 0px;
    bottom: -20px;
    width: 100%;
    height: 20px;
    transform: rotate(-180deg);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(255, 255, 255, 0.12) 12%, #e6e6e6);
  }
}

.odm .info-box {
  position: relative;
  z-index: 0;
  border-right: 1px solid #e6e6e6;
  border-left: 7px solid #FFFFFF;
  background-color: white;
  padding: 0.1rem 1.5rem;
}

.odm .info-box h3 {
  font-weight: bold;
  font-size: 1.9rem;
}

.odm .info-box .referente {
  font-size: 1.7rem;
  line-height: 1.8rem;
  color: #000;
  letter-spacing: -0.41px;
}

@media (min-width: 768px) {
  .odm .info-box {
    position: sticky;
    position: -webkit-sticky;
    top: 68px;
  }
}

.odm .info-box:after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: -8px;
  height: 8px;
  left: 0px;
  z-index: -1;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.01) 30%, rgba(0, 0, 0, 0.03) 50%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0.08) 90%, rgba(0, 0, 0, 0.09) 96%, rgba(0, 0, 0, 0.1) 100%);
}

.odm .info-box:after {
  width: calc(100% + 8px);
  left: -7px;
}

@media (max-width: 991.98px) {
  .odm .info-box {
    width: auto;
    max-width: 60%;
    min-width: 300px;
    margin: 20px auto;
    display: block;
  }
}

@media (min-width: 992px) {
  .odm .info-box {
    margin-top: 2.2rem;
  }
}

.odm .info-box li {
  padding: 1.1rem 0;
}

.odm .info-box li .icon {
  font-size: 2.8rem;
  line-height: 3.3rem;
  margin-right: 1rem;
  float: left;
}

.odm .info-box li .info .title {
  text-transform: uppercase;
  font-size: 1.2rem;
  line-height: 1.5rem;
  color: #787878;
  letter-spacing: -0.38px;
}

.odm .info-box li .info .value {
  font-size: 1.7rem;
  line-height: 1.8rem;
  color: #000000;
  letter-spacing: -0.41px;
  display: table;
}

.odm .info-box li .info .value a {
  word-break: break-all;
}

@media (max-width: 991.98px) {
  .odm .info-box li.bookmarks {
    display: none;
  }
}

.odm .info-box .title-index {
  text-transform: uppercase;
  font-size: 1.4rem;
  line-height: 3rem;
  letter-spacing: -0.38px;
}

.odm .info-box .bookmarks {
  display: inline-block;
}

.odm .info-box .bookmarks ul li {
  padding: 0.5rem 0;
  width: 100%;
}

.odm .info-box .bookmarks ul li a {
  font-size: 1.4rem;
  line-height: 1.5rem;
  color: #000000;
  letter-spacing: -0.41px;
}

.odm .info-box .bookmarks ul li a.active {
  text-decoration: underline;
}

.odm #bookmarks-index {
  margin-top: 8rem;
}

.odm #bookmarks-index .info {
  padding: 2.1rem;
}

.odm #bookmarks-index h4 {
  font-size: 1.8rem;
}

@media (min-width: 768px) {
  .odm #bookmarks-index {
    display: none;
  }
}

.odm blockquote:before {
  color: white;
}

.odm .btn-er,
.odm .instagram .instabutton div span,
.instagram .instabutton div .odm span,
.odm.btn {
  background: #FFFFFF;
}

.odm hr {
  height: 3px;
  background: #FFFFFF;
  width: 100%;
  max-width: 32rem;
  margin-left: 0;
  margin-right: 0;
  margin-top: 1rem;
  margin-bottom: 2rem;
}

.odm .section h2 {
  margin-top: 4.5rem;
  margin-bottom: 4.5rem;
  font-size: 4.42rem;
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.18;
  letter-spacing: -1.07px;
  text-align: center;
  color: black;
  /*text-decoration: underline;*/
}

.odm .section h2 a {
  color: black;
}

.odm .section h3 {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
  font-size: 3.42rem;
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.18;
  letter-spacing: -1.07px;
  text-align: center;
  color: black;
  text-transform: uppercase;
  /*text-decoration: underline;*/
}

.odm .section h3 a {
  color: black;
}

.odm .section .gallery {
  position: relative;
  padding-bottom: 33px;
}

.odm .section .gallery .swiper-button-next,
.odm .section .gallery .swiper-container-rtl .swiper-button-prev,
.odm .section .gallery .swiper-button-prev,
.odm .section .gallery .swiper-container-rtl .swiper-button-next {
  background-position: center;
  width: 7.2rem;
  bottom: 33px;
  height: auto;
  top: 0px;
  margin: 0px;
  left: auto;
}

.odm .section .gallery .swiper-button-next svg,
.odm .section .gallery .swiper-container-rtl .swiper-button-prev svg,
.odm .section .gallery .swiper-button-prev svg,
.odm .section .gallery .swiper-container-rtl .swiper-button-next svg {
  top: 50%;
  left: 2.1rem;
  position: absolute;
  width: 3rem;
  height: 3rem;
  margin-top: -1.5rem;
  filter: drop-shadow(0px 3px 3px black);
}

.odm .section .gallery .swiper-button-next,
.odm .section .gallery .swiper-button-prev,
.odm .section .gallery .swiper-container-rtl .swiper-button-prev,
.odm .section .gallery .swiper-container-rtl .swiper-button-next {
  fill: #fff;
}

.odm .section .gallery .swiper-button-next,
.odm .section .gallery .swiper-container-rtl .swiper-button-prev {
  right: 0px;
}

.odm .section .gallery .swiper-button-prev,
.odm .section .gallery .swiper-container-rtl .swiper-button-next {
  left: 0px;
}

.odm .section .gallery .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #FFFFFF;
}

.odm .section .gallery .swiper-pagination-bullet {
  border: 1px solid #FFFFFF;
}

.odm .section .gallery .swiper-pagination-bullets {
  bottom: 2px;
}

.odm .section .gallery .swiper-slide .carousel-content {
  background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.07) 8%, rgba(0, 0, 0, 0.45) 68%);
  position: absolute;
  left: 0rem;
  bottom: 0rem;
  right: 0rem;
  width: auto;
  padding: 10rem 2rem 2rem 2rem;
  font-size: 2.6rem;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.63px;
  text-align: center;
  color: #ffffff;
}

.odm .section .gallery .swiper-slide .carousel-content a {
  color: #ffffff !important;
}

.odm .section .card-carousel .nodefault.swiper-button-prev::after,
.odm .section .card-carousel .nodefault.swiper-button-prev::before,
.odm .section .card-carousel .nodefault.swiper-button-next::after,
.odm .section .card-carousel .nodefault.swiper-button-next::before {
  content: unset;
}

.odm .section .card-carousel .swiper-slide {
  height: auto;
  margin-bottom: 5rem;
}

.odm .section .card-carousel .swiper-slide .iv-wrapper,
.odm .section .card-carousel .swiper-slide a .iv-wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

.odm .section .card-carousel .swiper-slide .iv-wrapper > div,
.odm .section .card-carousel .swiper-slide a .iv-wrapper > div {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: start;
}

.odm .section .card-carousel .swiper-slide .iv-wrapper .image,
.odm .section .card-carousel .swiper-slide a .iv-wrapper .image {
  min-height: 23rem;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.odm .section .card-carousel .swiper-slide .iv-wrapper .content,
.odm .section .card-carousel .swiper-slide a .iv-wrapper .content {
  background: #ffffff;
  border: 0 solid #000000;
  position: relative;
  padding: 2rem 2.1rem 4rem;
  position: relative;
  z-index: 0;
}

.odm .section .card-carousel .swiper-slide .iv-wrapper .content:after,
.odm .section .card-carousel .swiper-slide a .iv-wrapper .content:after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: -4px;
  height: 4px;
  left: 0px;
  z-index: -1;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.01) 30%, rgba(0, 0, 0, 0.03) 50%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0.08) 90%, rgba(0, 0, 0, 0.09) 96%, rgba(0, 0, 0, 0.1) 100%);
}

.odm .section .card-carousel .swiper-slide .iv-wrapper .content h3,
.odm .section .card-carousel .swiper-slide a .iv-wrapper .content h3 {
  font-size: 2rem;
  color: #030303;
  letter-spacing: -0.48px;
  text-align: left;
}

.odm .section .card-carousel .swiper-slide .iv-wrapper .content p,
.odm .section .card-carousel .swiper-slide .iv-wrapper .content p a,
.odm .section .card-carousel .swiper-slide .iv-wrapper .content a p,
.odm .section .card-carousel .swiper-slide a .iv-wrapper .content p,
.odm .section .card-carousel .swiper-slide a .iv-wrapper .content p a,
.odm .section .card-carousel .swiper-slide a .iv-wrapper .content a p {
  font-size: 1.5rem;
  color: #030303;
  letter-spacing: -0.38px;
  margin-bottom: 0px;
}

.odm .section .card-carousel .swiper-slide .iv-wrapper .content p .readmore,
.odm .section .card-carousel .swiper-slide .iv-wrapper .content p a .readmore,
.odm .section .card-carousel .swiper-slide .iv-wrapper .content a p .readmore,
.odm .section .card-carousel .swiper-slide a .iv-wrapper .content p .readmore,
.odm .section .card-carousel .swiper-slide a .iv-wrapper .content p a .readmore,
.odm .section .card-carousel .swiper-slide a .iv-wrapper .content a p .readmore {
  font-style: italic;
  color: #e6e6e6;
  display: block;
  margin-top: 1rem;
}

.odm .section .card-carousel .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border: 1px solid #FFFFFF;
  background: none;
  opacity: 1;
}

.odm .section .card-carousel .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #FFFFFF;
}

.odm .section .card-carousel .swiper-button-next,
.odm .section .card-carousel .swiper-container-rtl .swiper-button-prev,
.odm .section .card-carousel .swiper-button-prev,
.odm .section .card-carousel .swiper-container-rtl .swiper-button-next {
  background-image: none;
  width: 4rem;
  height: 23rem;
  top: 0px;
  margin: 0px;
  left: auto;
}

.odm .section .card-carousel .swiper-button-next svg,
.odm .section .card-carousel .swiper-container-rtl .swiper-button-prev svg,
.odm .section .card-carousel .swiper-button-prev svg,
.odm .section .card-carousel .swiper-container-rtl .swiper-button-next svg {
  top: 50%;
  left: 50%;
  position: absolute;
  width: 3rem;
  height: 3rem;
  margin-top: -1.5rem;
  margin-left: -1.5rem;
  filter: drop-shadow(0px 3px 3px black);
}

.odm .section .card-carousel .swiper-button-next,
.odm .section .card-carousel .swiper-button-prev,
.odm .section .card-carousel .swiper-container-rtl .swiper-button-prev,
.odm .section .card-carousel .swiper-container-rtl .swiper-button-next {
  fill: #fff;
}

.odm .section .card-carousel .swiper-button-next,
.odm .section .card-carousel .swiper-container-rtl .swiper-button-prev {
  right: 0px;
}

.odm .section .card-carousel .swiper-button-prev,
.odm .section .card-carousel .swiper-container-rtl .swiper-button-next {
  left: 0px;
}

.odm .section .sassibox-item,
.odm .section a .sassibox-item {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 5rem;
}

.odm .section .sassibox-item > div,
.odm .section a .sassibox-item > div {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.odm .section .sassibox-item .image,
.odm .section a .sassibox-item .image {
  min-height: 23rem;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.odm .section .sassibox-item .content,
.odm .section a .sassibox-item .content {
  background: #ffffff;
  border: 0 solid #000000;
  position: relative;
  padding: 1rem 0;
  position: relative;
  z-index: 0;
}

.odm .section .sassibox-item .content:after,
.odm .section a .sassibox-item .content:after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: -4px;
  height: 4px;
  left: 0px;
  z-index: -1;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.01) 30%, rgba(0, 0, 0, 0.03) 50%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0.08) 90%, rgba(0, 0, 0, 0.09) 96%, rgba(0, 0, 0, 0.1) 100%);
}

.odm .section .sassibox-item .content h4,
.odm .section a .sassibox-item .content h4 {
  font-size: 2rem;
  color: #030303;
  letter-spacing: -0.48px;
  text-align: left;
}

.odm .section .sassibox-item .content p,
.odm .section .sassibox-item .content span,
.odm .section .sassibox-item .content a span,
.odm .section .sassibox-item .content span a,
.odm .section .sassibox-item .content p a,
.odm .section .sassibox-item .content a p,
.odm .section a .sassibox-item .content p,
.odm .section a .sassibox-item .content span,
.odm .section a .sassibox-item .content a span,
.odm .section a .sassibox-item .content span a,
.odm .section a .sassibox-item .content p a,
.odm .section a .sassibox-item .content a p {
  font-size: 1.5rem;
  color: #030303;
  letter-spacing: -0.38px;
}

.odm .section .sassibox-item .content .action,
.odm .section a .sassibox-item .content .action {
  margin: 10px 0;
}

.odm .section .sassibox-item .content .action button,
.odm .section a .sassibox-item .content .action button {
  font-family: "Open Sans", sans-serif !important;
}

.odm .section .sassibox-item .content .readmore,
.odm .section a .sassibox-item .content .readmore {
  border: 1px solid transparent;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  padding: 6px 12px;
  text-align: center;
  vertical-align: middle;
  width: -moz-fit-content;
  width: fit-content;
  text-transform: uppercase;
  background-color: #FFFFFF;
}

.booking .xp_search_box button span {
  color: white;
}

.booking .xp_search_box .city {
  color: white;
}

.booking .xp_search_box .horizontal {
  padding: 1rem;
  background-color: #cb292f;
  background-image: linear-gradient(-180deg, #c8282e 0%, #cb292f 48%, #c9292f 80%);
  font-size: 1.6rem;
}

.booking .xp_search_box .horizontal.collapsed {
  border-radius: 2px;
  box-shadow: -1px 0 3px 0 rgba(0, 0, 0, 0.25);
}

.booking .xp_search_box .horizontal .fa,
.search .searchearchbox.vertical .bootstrap-select .booking .xp_search_box .horizontal button:after,
.downloads .downloadsearchbox.vertical .bootstrap-select .booking .xp_search_box .horizontal button:after,
.booking .xp_search_box .horizontal .localita #searchbox-app .bootstrap-select button:after,
.localita #searchbox-app .bootstrap-select .booking .xp_search_box .horizontal button:after,
.itinerari .searchbox .control .bootstrap-select .booking .xp_search_box .horizontal button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .vertical .bootstrap-select .booking .xp_search_box .horizontal button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .vertical .bootstrap-select .booking .xp_search_box .horizontal button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .vertical .bootstrap-select .booking .xp_search_box .horizontal button:after,
.romagna-craft .operatori_search_box .vertical .bootstrap-select .booking .xp_search_box .horizontal button:after,
.spass .operatori_search_box .vertical .bootstrap-select .booking .xp_search_box .horizontal button:after,
.natur .operatori_search_box .vertical .bootstrap-select .booking .xp_search_box .horizontal button:after,
.kultur .operatori_search_box .vertical .bootstrap-select .booking .xp_search_box .horizontal button:after,
.pet .operatori_search_box .vertical .bootstrap-select .booking .xp_search_box .horizontal button:after,
.default .operatori_search_box .vertical .bootstrap-select .booking .xp_search_box .horizontal button:after,
.liscio .operatori_search_box .vertical .bootstrap-select .booking .xp_search_box .horizontal button:after,
.romagna .operatori_search_box .vertical .bootstrap-select .booking .xp_search_box .horizontal button:after,
.motorcycle .operatori_search_box .vertical .bootstrap-select .booking .xp_search_box .horizontal button:after,
.sport .operatori_search_box .vertical .bootstrap-select .booking .xp_search_box .horizontal button:after,
.fun .operatori_search_box .vertical .bootstrap-select .booking .xp_search_box .horizontal button:after,
.wellness .operatori_search_box .vertical .bootstrap-select .booking .xp_search_box .horizontal button:after,
.empire .operatori_search_box .vertical .bootstrap-select .booking .xp_search_box .horizontal button:after,
.bike .operatori_search_box .vertical .bootstrap-select .booking .xp_search_box .horizontal button:after,
.castle .operatori_search_box .vertical .bootstrap-select .booking .xp_search_box .horizontal button:after,
.culture .operatori_search_box .vertical .bootstrap-select .booking .xp_search_box .horizontal button:after,
.romagna_autentica .operatori_search_box .vertical .bootstrap-select .booking .xp_search_box .horizontal button:after,
.nature .operatori_search_box .vertical .bootstrap-select .booking .xp_search_box .horizontal button:after,
.food .operatori_search_box .vertical .bootstrap-select .booking .xp_search_box .horizontal button:after,
.beach .operatori_search_box .vertical .bootstrap-select .booking .xp_search_box .horizontal button:after,
.rock .operatori_search_box .vertical .bootstrap-select .booking .xp_search_box .horizontal button:after,
.booking .operatori_search_box .vertical .bootstrap-select .xp_search_box .horizontal button:after,
.booking .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.booking .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.booking .xp_search_box .horizontal .control .bootstrap-select button:after,
.booking .xp_search_box .events-homepage .header .eventsearchbox.horizontal .control .bootstrap-select button:after,
.events-homepage .header .booking .xp_search_box .eventsearchbox.horizontal .control .bootstrap-select button:after,
.events-homepage .header .eventsearchbox.vertical .bootstrap-select .booking .xp_search_box .horizontal button:after,
.booking .xp_search_box .events-page .header .eventsearchbox.horizontal .control .bootstrap-select button:after,
.events-page .header .booking .xp_search_box .eventsearchbox.horizontal .control .bootstrap-select button:after,
.events-page .header .eventsearchbox.vertical .bootstrap-select .booking .xp_search_box .horizontal button:after,
.scopri .operatori_search_box .vertical .bootstrap-select .booking .xp_search_box .horizontal button:after,
.idee .operatori_search_box .vertical .bootstrap-select .booking .xp_search_box .horizontal button:after,
.eventi .operatori_search_box .vertical .bootstrap-select .booking .xp_search_box .horizontal button:after,
.pianifica .operatori_search_box .vertical .bootstrap-select .booking .xp_search_box .horizontal button:after,
.esperienze .operatori_search_box .vertical .bootstrap-select .booking .xp_search_box .horizontal button:after,
.news .operatori_search_box .vertical .bootstrap-select .booking .xp_search_box .horizontal button:after,
.iat .operatori_search_box .vertical .bootstrap-select .booking .xp_search_box .horizontal button:after,
.meteo .operatori_search_box .vertical .bootstrap-select .booking .xp_search_box .horizontal button:after,
.odm .operatori_search_box .vertical .bootstrap-select .booking .xp_search_box .horizontal button:after {
  line-height: 2.2rem;
}

.booking .xp_search_box .horizontal button.collapsible {
  border: none;
  background-color: transparent;
  display: block;
  width: 100%;
  font-size: 1.6rem;
  color: #ffffff;
  letter-spacing: -0.41px;
  text-align: left;
  text-transform: uppercase;
  display: block;
}

.booking .xp_search_box .horizontal .control {
  padding: 0.5rem 1rem;
  height: 5rem;
  background-color: white;
  margin: 0.5rem;
}

.booking .xp_search_box .horizontal .control.btn-holder {
  min-width: 2rem;
  width: auto;
  padding: 0px;
}

.booking .xp_search_box .horizontal .control.btn-holder button {
  width: 100%;
  border: none;
  background-color: #a12025;
  height: 100%;
  font-size: 1.6rem;
  color: #ffffff;
  letter-spacing: -0.41px;
  text-align: center;
  text-transform: uppercase;
  display: block;
  padding: 0px;
}

.booking .xp_search_box .horizontal .control .ert-dropdown {
  width: 100%;
}

.booking .xp_search_box .horizontal .control .ert-dropdown * {
  cursor: pointer;
}

.booking .xp_search_box .horizontal .control .ert-dropdown .ert-combo {
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
  display: block;
  text-align: left;
}

.booking .xp_search_box .horizontal .control .ert-dropdown .ert-combo::after {
  border: none;
}

.booking .xp_search_box .horizontal .control .ert-dropdown .ert-combo i {
  transition: 500ms ease;
  transform: rotate(0);
  position: absolute;
  top: 2.25rem;
  right: 15px;
}

.booking .xp_search_box .horizontal .control .ert-dropdown .ert-combo .button {
  padding: 0px;
}

.booking .xp_search_box .horizontal .control .ert-dropdown.show .ert-combo i {
  transform: rotate(180deg);
}

.booking .xp_search_box .horizontal .control .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: auto;
}

.booking .xp_search_box .horizontal .control .bootstrap-select {
  margin-top: -1px;
}

.booking .xp_search_box .horizontal .control .bootstrap-select *:focus {
  box-shadow: none important;
}

.booking .xp_search_box .horizontal .control .bootstrap-select button {
  padding: 0px;
  font-size: 1.5rem;
  background: #ffffff;
  color: #848484;
  letter-spacing: 0.3px;
  border: none;
  border-radius: 0;
}

.booking .xp_search_box .horizontal .control .bootstrap-select button:after {
  content: "\F078";
  border: none;
}

.booking .xp_search_box .horizontal .control .bootstrap-select .dropdown-menu {
  width: 100% !important;
  border: none;
  border-radius: 0;
  box-shadow: 0px 2px 2px 0px #a9a9a970;
  border-top: 1px solid #a9a9a970;
}

.booking .xp_search_box .horizontal .control .bootstrap-select .dropdown-menu.inner.show {
  border-top: none;
}

.booking .xp_search_box .horizontal .control .bootstrap-select .dropdown-menu .dropdown-item {
  font-size: 1.5rem;
  line-height: 4rem;
}

.booking .xp_search_box .horizontal .control .bootstrap-select .dropdown-menu .dropdown-item:active,
.booking .xp_search_box .horizontal .control .bootstrap-select .dropdown-menu .dropdown-item.active {
  background-color: #cb292f;
}

.booking .xp_search_box .horizontal .control label {
  background: #ffffff;
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
  line-height: 2.4rem;
  margin-bottom: 0px;
  margin-right: 0.5rem;
}

@media (max-width: 768px) {
  .booking .xp_search_box .horizontal .control label {
    min-width: 6.2rem;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .booking .xp_search_box .horizontal .control label {
    display: none;
  }
}

.booking .xp_search_box .horizontal .control .flatpickr-mobile.form-control {
  padding: 1px 0;
}

.booking .xp_search_box .horizontal .control input[type=text],
.booking .xp_search_box .horizontal .control input[type=date] {
  border: none;
  font-size: 1.5rem;
  border-radius: 0;
  background-color: white;
  border-bottom: 1px solid #495057;
  min-width: 0;
  height: auto;
}

.booking .xp_search_box .horizontal .control input[type=text]:focus,
.booking .xp_search_box .horizontal .control input[type=date]:focus {
  box-shadow: none;
}

.booking .xp_search_box .vertical {
  max-width: 30rem;
  z-index: 10;
  position: relative;
  height: 4.4rem;
  margin: 0 auto;
}

.booking .xp_search_box .vertical button.collapsible {
  border: none;
  background-color: transparent;
  display: block;
  position: absolute;
  width: 100%;
}

.booking .xp_search_box .vertical .dropbutton {
  display: none;
}

.booking .xp_search_box .vertical .dropbutton.collapsed {
  display: block;
}

.booking .xp_search_box .vertical #collapse-events {
  padding: 1.8rem;
  background-color: #cb292f;
  background-image: linear-gradient(-180deg, #c8282e 0%, #cb292f 48%, #c9292f 80%);
  font-size: 1.6rem;
}

.booking .xp_search_box .vertical .fa-chevron-up {
  text-align: right;
  line-height: 4rem;
  color: white;
  margin-bottom: 1.8rem;
}

.booking .xp_search_box .vertical .form-group {
  background: #ffffff;
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
}

.booking .xp_search_box .vertical .form-group .col-form-label {
  line-height: 5rem;
}

.booking .xp_search_box .vertical .ert-text {
  border: none;
  font-size: 1.5rem;
  height: 60px;
  border-radius: 0;
  background-color: white;
}

.booking .xp_search_box .vertical .ert-text.line {
  border-bottom: 1px solid #495057;
  height: auto;
  margin-top: 14px;
}

.booking .xp_search_box .vertical .ert-text:focus {
  box-shadow: none;
}

.booking .xp_search_box .vertical button.search {
  border: none;
  position: absolute;
  bottom: -10rem;
  left: 5%;
  right: 5%;
  width: 90%;
  line-height: 4.4rem;
}

.booking .xp_search_box .vertical .datepicker-holder {
  padding-right: 0px;
}

.booking .xp_search_box .vertical .datepicker-holder * {
  cursor: pointer;
}

.booking .xp_search_box .vertical .datepicker-holder input[type=date]::-webkit-calendar-picker-indicator {
  width: 1.2rem;
  height: 0.7rem;
  -webkit-mask: url(/images/caret.svg);
          mask: url(/images/caret.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  -webkit-transition: 500ms ease;
  transition: 500ms ease;
  background-color: #686868;
}

.booking .xp_search_box .vertical .datepicker-holder .flatpickr-calendar.static {
  margin-left: -193px;
  margin-top: -184px;
  left: 50%;
  top: 50%;
}

.booking .xp_search_box .vertical .datepicker-holder .flatpickr-calendar.static.arrowBottom:after {
  display: none;
}

.booking .xp_search_box .vertical .datepicker-holder .flatpickr-calendar.static.arrowBottom:before {
  display: none;
}

.booking .xp_search_box .vertical .datepicker-holder .flatpickr-months .flatpickr-month {
  height: 32px;
}

.booking .xp_search_box .vertical .ert-dropdown * {
  cursor: pointer;
}

.booking .xp_search_box .vertical .ert-dropdown .ert-combo {
  background: #ffffff;
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
  line-height: 5rem;
  display: block;
  width: 100%;
  height: 60px;
  text-align: left;
}

.booking .xp_search_box .vertical .ert-dropdown .ert-combo::after {
  border: none;
}

.booking .xp_search_box .vertical .ert-dropdown .ert-combo i {
  transition: 500ms ease;
  transform: rotate(0);
  position: absolute;
  top: 2.25rem;
  right: 15px;
}

.booking .xp_search_box .vertical .ert-dropdown .ert-combo .button {
  padding: 0px;
}

.booking .xp_search_box .vertical .ert-dropdown .dropdown-menu {
  width: 100% !important;
  border: none;
  border-radius: 0;
  box-shadow: 0px 2px 2px 0px #a9a9a970;
  border-top: 1px solid #a9a9a970;
}

.booking .xp_search_box .vertical .ert-dropdown .dropdown-menu .dropdown-item {
  font-size: 1.5rem;
  line-height: 4rem;
}

.booking .xp_search_box .vertical .ert-dropdown .dropdown-menu .dropdown-item:active {
  background-color: #cb292f;
}

.booking .xp_search_box .vertical .ert-dropdown.show .ert-combo i {
  transform: rotate(180deg);
}

.booking .xp_search_box .vertical .bootstrap-select *:focus {
  box-shadow: none important;
}

.booking .xp_search_box .vertical .bootstrap-select button {
  font-size: 1.5rem;
  color: #848484;
  letter-spacing: 0.3px;
  border: none;
  font-size: 1.5rem;
  height: 60px;
  border-radius: 0;
  background-color: white;
}

.booking .xp_search_box .vertical .bootstrap-select button:after {
  content: "\F078";
  border: none;
}

.booking .xp_search_box .vertical .bootstrap-select .dropdown-menu {
  width: 100% !important;
  border: none;
  border-radius: 0;
  box-shadow: 0px 2px 2px 0px #a9a9a970;
  border-top: 1px solid #a9a9a970;
}

.booking .xp_search_box .vertical .bootstrap-select .dropdown-menu .dropdown-item {
  font-size: 1.5rem;
  line-height: 4rem;
}

.booking .xp_search_box .vertical .bootstrap-select .dropdown-menu .dropdown-item:active,
.booking .xp_search_box .vertical .bootstrap-select .dropdown-menu .dropdown-item.active {
  background-color: #cb292f;
}

.booking .xp_search_box .vertical .btn-er,
.booking .xp_search_box .vertical .instagram .instabutton div span,
.instagram .instabutton div .booking .xp_search_box .vertical span {
  margin-top: 18px;
}

.booking .xp_search_box .vertical .btn-er .fa-chevron-down,
.booking .xp_search_box .vertical .instagram .instabutton div span .fa-chevron-down,
.instagram .instabutton div .booking .xp_search_box .vertical span .fa-chevron-down {
  float: right;
  line-height: 4rem;
}

.booking .operatori_search_box button span {
  color: white;
}

.booking .operatori_search_box .city {
  color: white;
}

.booking .operatori_search_box .horizontal {
  padding: 1rem;
  background-color: #cb292f;
  background-image: linear-gradient(-180deg, #c8282e 0%, #cb292f 48%, #c9292f 80%);
  font-size: 1.6rem;
}

.booking .operatori_search_box .horizontal.collapsed {
  border-radius: 2px;
  box-shadow: -1px 0 3px 0 rgba(0, 0, 0, 0.25);
}

.booking .operatori_search_box .horizontal .fa,
.booking .operatori_search_box .horizontal .search .searchearchbox.vertical .bootstrap-select button:after,
.search .searchearchbox.vertical .bootstrap-select .booking .operatori_search_box .horizontal button:after,
.booking .operatori_search_box .search .searchearchbox.horizontal .control .bootstrap-select button:after,
.search .booking .operatori_search_box .searchearchbox.horizontal .control .bootstrap-select button:after,
.booking .operatori_search_box .horizontal .downloads .downloadsearchbox.vertical .bootstrap-select button:after,
.downloads .downloadsearchbox.vertical .bootstrap-select .booking .operatori_search_box .horizontal button:after,
.booking .operatori_search_box .downloads .downloadsearchbox.horizontal .control .bootstrap-select button:after,
.downloads .booking .operatori_search_box .downloadsearchbox.horizontal .control .bootstrap-select button:after,
.booking .operatori_search_box .horizontal .localita #searchbox-app .bootstrap-select button:after,
.localita #searchbox-app .bootstrap-select .booking .operatori_search_box .horizontal button:after,
.booking .operatori_search_box .horizontal .itinerari .searchbox .control .bootstrap-select button:after,
.itinerari .searchbox .control .bootstrap-select .booking .operatori_search_box .horizontal button:after,
.booking .operatori_search_box .itinerari .searchbox.horizontal .control .bootstrap-select button:after,
.itinerari .booking .operatori_search_box .searchbox.horizontal .control .bootstrap-select button:after,
.booking .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .booking .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.booking .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .booking .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.booking .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .booking .operatori_search_box .horizontal .control .bootstrap-select button:after,
.booking .operatori_search_box .horizontal .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .vertical .bootstrap-select .booking .operatori_search_box .horizontal button:after,
.booking .operatori_search_box .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .booking .operatori_search_box .horizontal .control .bootstrap-select button:after,
.booking .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .booking .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.booking .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .booking .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.booking .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .booking .operatori_search_box .horizontal .control .bootstrap-select button:after,
.booking .operatori_search_box .horizontal .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .vertical .bootstrap-select .booking .operatori_search_box .horizontal button:after,
.booking .operatori_search_box .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .booking .operatori_search_box .horizontal .control .bootstrap-select button:after,
.booking .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .booking .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.booking .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .booking .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.booking .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .booking .operatori_search_box .horizontal .control .bootstrap-select button:after,
.booking .operatori_search_box .horizontal .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .vertical .bootstrap-select .booking .operatori_search_box .horizontal button:after,
.booking .operatori_search_box .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .booking .operatori_search_box .horizontal .control .bootstrap-select button:after,
.booking .romagna-craft .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna-craft .booking .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.booking .romagna-craft .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna-craft .booking .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.booking .romagna-craft .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna-craft .booking .operatori_search_box .horizontal .control .bootstrap-select button:after,
.booking .operatori_search_box .horizontal .romagna-craft .xp_search_box .vertical .bootstrap-select button:after,
.romagna-craft .xp_search_box .vertical .bootstrap-select .booking .operatori_search_box .horizontal button:after,
.booking .operatori_search_box .romagna-craft .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna-craft .xp_search_box .booking .operatori_search_box .horizontal .control .bootstrap-select button:after,
.booking .spass .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.spass .booking .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.booking .spass .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.spass .booking .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.booking .spass .operatori_search_box .horizontal .control .bootstrap-select button:after,
.spass .booking .operatori_search_box .horizontal .control .bootstrap-select button:after,
.booking .operatori_search_box .horizontal .spass .xp_search_box .vertical .bootstrap-select button:after,
.spass .xp_search_box .vertical .bootstrap-select .booking .operatori_search_box .horizontal button:after,
.booking .operatori_search_box .spass .xp_search_box .horizontal .control .bootstrap-select button:after,
.spass .xp_search_box .booking .operatori_search_box .horizontal .control .bootstrap-select button:after,
.booking .natur .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.natur .booking .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.booking .natur .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.natur .booking .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.booking .natur .operatori_search_box .horizontal .control .bootstrap-select button:after,
.natur .booking .operatori_search_box .horizontal .control .bootstrap-select button:after,
.booking .operatori_search_box .horizontal .natur .xp_search_box .vertical .bootstrap-select button:after,
.natur .xp_search_box .vertical .bootstrap-select .booking .operatori_search_box .horizontal button:after,
.booking .operatori_search_box .natur .xp_search_box .horizontal .control .bootstrap-select button:after,
.natur .xp_search_box .booking .operatori_search_box .horizontal .control .bootstrap-select button:after,
.booking .kultur .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.kultur .booking .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.booking .kultur .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.kultur .booking .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.booking .kultur .operatori_search_box .horizontal .control .bootstrap-select button:after,
.kultur .booking .operatori_search_box .horizontal .control .bootstrap-select button:after,
.booking .operatori_search_box .horizontal .kultur .xp_search_box .vertical .bootstrap-select button:after,
.kultur .xp_search_box .vertical .bootstrap-select .booking .operatori_search_box .horizontal button:after,
.booking .operatori_search_box .kultur .xp_search_box .horizontal .control .bootstrap-select button:after,
.kultur .xp_search_box .booking .operatori_search_box .horizontal .control .bootstrap-select button:after,
.booking .pet .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.pet .booking .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.booking .pet .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.pet .booking .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.booking .pet .operatori_search_box .horizontal .control .bootstrap-select button:after,
.pet .booking .operatori_search_box .horizontal .control .bootstrap-select button:after,
.booking .operatori_search_box .horizontal .pet .xp_search_box .vertical .bootstrap-select button:after,
.pet .xp_search_box .vertical .bootstrap-select .booking .operatori_search_box .horizontal button:after,
.booking .operatori_search_box .pet .xp_search_box .horizontal .control .bootstrap-select button:after,
.pet .xp_search_box .booking .operatori_search_box .horizontal .control .bootstrap-select button:after,
.booking .default .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.default .booking .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.booking .default .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.default .booking .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.booking .default .operatori_search_box .horizontal .control .bootstrap-select button:after,
.default .booking .operatori_search_box .horizontal .control .bootstrap-select button:after,
.booking .operatori_search_box .horizontal .default .xp_search_box .vertical .bootstrap-select button:after,
.default .xp_search_box .vertical .bootstrap-select .booking .operatori_search_box .horizontal button:after,
.booking .operatori_search_box .default .xp_search_box .horizontal .control .bootstrap-select button:after,
.default .xp_search_box .booking .operatori_search_box .horizontal .control .bootstrap-select button:after,
.booking .liscio .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.liscio .booking .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.booking .liscio .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.liscio .booking .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.booking .liscio .operatori_search_box .horizontal .control .bootstrap-select button:after,
.liscio .booking .operatori_search_box .horizontal .control .bootstrap-select button:after,
.booking .operatori_search_box .horizontal .liscio .xp_search_box .vertical .bootstrap-select button:after,
.liscio .xp_search_box .vertical .bootstrap-select .booking .operatori_search_box .horizontal button:after,
.booking .operatori_search_box .liscio .xp_search_box .horizontal .control .bootstrap-select button:after,
.liscio .xp_search_box .booking .operatori_search_box .horizontal .control .bootstrap-select button:after,
.booking .romagna .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna .booking .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.booking .romagna .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna .booking .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.booking .romagna .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna .booking .operatori_search_box .horizontal .control .bootstrap-select button:after,
.booking .operatori_search_box .horizontal .romagna .xp_search_box .vertical .bootstrap-select button:after,
.romagna .xp_search_box .vertical .bootstrap-select .booking .operatori_search_box .horizontal button:after,
.booking .operatori_search_box .romagna .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna .xp_search_box .booking .operatori_search_box .horizontal .control .bootstrap-select button:after,
.booking .motorcycle .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.motorcycle .booking .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.booking .motorcycle .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.motorcycle .booking .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.booking .motorcycle .operatori_search_box .horizontal .control .bootstrap-select button:after,
.motorcycle .booking .operatori_search_box .horizontal .control .bootstrap-select button:after,
.booking .operatori_search_box .horizontal .motorcycle .xp_search_box .vertical .bootstrap-select button:after,
.motorcycle .xp_search_box .vertical .bootstrap-select .booking .operatori_search_box .horizontal button:after,
.booking .operatori_search_box .motorcycle .xp_search_box .horizontal .control .bootstrap-select button:after,
.motorcycle .xp_search_box .booking .operatori_search_box .horizontal .control .bootstrap-select button:after,
.booking .sport .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.sport .booking .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.booking .sport .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.sport .booking .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.booking .sport .operatori_search_box .horizontal .control .bootstrap-select button:after,
.sport .booking .operatori_search_box .horizontal .control .bootstrap-select button:after,
.booking .operatori_search_box .horizontal .sport .xp_search_box .vertical .bootstrap-select button:after,
.sport .xp_search_box .vertical .bootstrap-select .booking .operatori_search_box .horizontal button:after,
.booking .operatori_search_box .sport .xp_search_box .horizontal .control .bootstrap-select button:after,
.sport .xp_search_box .booking .operatori_search_box .horizontal .control .bootstrap-select button:after,
.booking .fun .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.fun .booking .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.booking .fun .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.fun .booking .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.booking .fun .operatori_search_box .horizontal .control .bootstrap-select button:after,
.fun .booking .operatori_search_box .horizontal .control .bootstrap-select button:after,
.booking .operatori_search_box .horizontal .fun .xp_search_box .vertical .bootstrap-select button:after,
.fun .xp_search_box .vertical .bootstrap-select .booking .operatori_search_box .horizontal button:after,
.booking .operatori_search_box .fun .xp_search_box .horizontal .control .bootstrap-select button:after,
.fun .xp_search_box .booking .operatori_search_box .horizontal .control .bootstrap-select button:after,
.booking .wellness .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.wellness .booking .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.booking .wellness .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.wellness .booking .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.booking .wellness .operatori_search_box .horizontal .control .bootstrap-select button:after,
.wellness .booking .operatori_search_box .horizontal .control .bootstrap-select button:after,
.booking .operatori_search_box .horizontal .wellness .xp_search_box .vertical .bootstrap-select button:after,
.wellness .xp_search_box .vertical .bootstrap-select .booking .operatori_search_box .horizontal button:after,
.booking .operatori_search_box .wellness .xp_search_box .horizontal .control .bootstrap-select button:after,
.wellness .xp_search_box .booking .operatori_search_box .horizontal .control .bootstrap-select button:after,
.booking .empire .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.empire .booking .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.booking .empire .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.empire .booking .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.booking .empire .operatori_search_box .horizontal .control .bootstrap-select button:after,
.empire .booking .operatori_search_box .horizontal .control .bootstrap-select button:after,
.booking .operatori_search_box .horizontal .empire .xp_search_box .vertical .bootstrap-select button:after,
.empire .xp_search_box .vertical .bootstrap-select .booking .operatori_search_box .horizontal button:after,
.booking .operatori_search_box .empire .xp_search_box .horizontal .control .bootstrap-select button:after,
.empire .xp_search_box .booking .operatori_search_box .horizontal .control .bootstrap-select button:after,
.booking .bike .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.bike .booking .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.booking .bike .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.bike .booking .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.booking .bike .operatori_search_box .horizontal .control .bootstrap-select button:after,
.bike .booking .operatori_search_box .horizontal .control .bootstrap-select button:after,
.booking .operatori_search_box .horizontal .bike .xp_search_box .vertical .bootstrap-select button:after,
.bike .xp_search_box .vertical .bootstrap-select .booking .operatori_search_box .horizontal button:after,
.booking .operatori_search_box .bike .xp_search_box .horizontal .control .bootstrap-select button:after,
.bike .xp_search_box .booking .operatori_search_box .horizontal .control .bootstrap-select button:after,
.booking .castle .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.castle .booking .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.booking .castle .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.castle .booking .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.booking .castle .operatori_search_box .horizontal .control .bootstrap-select button:after,
.castle .booking .operatori_search_box .horizontal .control .bootstrap-select button:after,
.booking .operatori_search_box .horizontal .castle .xp_search_box .vertical .bootstrap-select button:after,
.castle .xp_search_box .vertical .bootstrap-select .booking .operatori_search_box .horizontal button:after,
.booking .operatori_search_box .castle .xp_search_box .horizontal .control .bootstrap-select button:after,
.castle .xp_search_box .booking .operatori_search_box .horizontal .control .bootstrap-select button:after,
.booking .culture .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.culture .booking .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.booking .culture .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.culture .booking .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.booking .culture .operatori_search_box .horizontal .control .bootstrap-select button:after,
.culture .booking .operatori_search_box .horizontal .control .bootstrap-select button:after,
.booking .operatori_search_box .horizontal .culture .xp_search_box .vertical .bootstrap-select button:after,
.culture .xp_search_box .vertical .bootstrap-select .booking .operatori_search_box .horizontal button:after,
.booking .operatori_search_box .culture .xp_search_box .horizontal .control .bootstrap-select button:after,
.culture .xp_search_box .booking .operatori_search_box .horizontal .control .bootstrap-select button:after,
.booking .romagna_autentica .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna_autentica .booking .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.booking .romagna_autentica .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna_autentica .booking .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.booking .romagna_autentica .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna_autentica .booking .operatori_search_box .horizontal .control .bootstrap-select button:after,
.booking .operatori_search_box .horizontal .romagna_autentica .xp_search_box .vertical .bootstrap-select button:after,
.romagna_autentica .xp_search_box .vertical .bootstrap-select .booking .operatori_search_box .horizontal button:after,
.booking .operatori_search_box .romagna_autentica .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna_autentica .xp_search_box .booking .operatori_search_box .horizontal .control .bootstrap-select button:after,
.booking .nature .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.nature .booking .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.booking .nature .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.nature .booking .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.booking .nature .operatori_search_box .horizontal .control .bootstrap-select button:after,
.nature .booking .operatori_search_box .horizontal .control .bootstrap-select button:after,
.booking .operatori_search_box .horizontal .nature .xp_search_box .vertical .bootstrap-select button:after,
.nature .xp_search_box .vertical .bootstrap-select .booking .operatori_search_box .horizontal button:after,
.booking .operatori_search_box .nature .xp_search_box .horizontal .control .bootstrap-select button:after,
.nature .xp_search_box .booking .operatori_search_box .horizontal .control .bootstrap-select button:after,
.booking .food .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.food .booking .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.booking .food .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.food .booking .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.booking .food .operatori_search_box .horizontal .control .bootstrap-select button:after,
.food .booking .operatori_search_box .horizontal .control .bootstrap-select button:after,
.booking .operatori_search_box .horizontal .food .xp_search_box .vertical .bootstrap-select button:after,
.food .xp_search_box .vertical .bootstrap-select .booking .operatori_search_box .horizontal button:after,
.booking .operatori_search_box .food .xp_search_box .horizontal .control .bootstrap-select button:after,
.food .xp_search_box .booking .operatori_search_box .horizontal .control .bootstrap-select button:after,
.booking .beach .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.beach .booking .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.booking .beach .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.beach .booking .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.booking .beach .operatori_search_box .horizontal .control .bootstrap-select button:after,
.beach .booking .operatori_search_box .horizontal .control .bootstrap-select button:after,
.booking .operatori_search_box .horizontal .beach .xp_search_box .vertical .bootstrap-select button:after,
.beach .xp_search_box .vertical .bootstrap-select .booking .operatori_search_box .horizontal button:after,
.booking .operatori_search_box .beach .xp_search_box .horizontal .control .bootstrap-select button:after,
.beach .xp_search_box .booking .operatori_search_box .horizontal .control .bootstrap-select button:after,
.booking .rock .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.rock .booking .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.booking .rock .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.rock .booking .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.booking .rock .operatori_search_box .horizontal .control .bootstrap-select button:after,
.rock .booking .operatori_search_box .horizontal .control .bootstrap-select button:after,
.booking .operatori_search_box .horizontal .rock .xp_search_box .vertical .bootstrap-select button:after,
.rock .xp_search_box .vertical .bootstrap-select .booking .operatori_search_box .horizontal button:after,
.booking .operatori_search_box .rock .xp_search_box .horizontal .control .bootstrap-select button:after,
.rock .xp_search_box .booking .operatori_search_box .horizontal .control .bootstrap-select button:after,
.booking .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.booking .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.booking .operatori_search_box .horizontal .control .bootstrap-select button:after,
.booking .operatori_search_box .events-homepage .header .eventsearchbox.horizontal .control .bootstrap-select button:after,
.events-homepage .header .booking .operatori_search_box .eventsearchbox.horizontal .control .bootstrap-select button:after,
.booking .operatori_search_box .horizontal .events-homepage .header .eventsearchbox.vertical .bootstrap-select button:after,
.events-homepage .header .eventsearchbox.vertical .bootstrap-select .booking .operatori_search_box .horizontal button:after,
.booking .operatori_search_box .events-page .header .eventsearchbox.horizontal .control .bootstrap-select button:after,
.events-page .header .booking .operatori_search_box .eventsearchbox.horizontal .control .bootstrap-select button:after,
.booking .operatori_search_box .horizontal .events-page .header .eventsearchbox.vertical .bootstrap-select button:after,
.events-page .header .eventsearchbox.vertical .bootstrap-select .booking .operatori_search_box .horizontal button:after,
.booking .operatori_search_box .scopri .xp_search_box .horizontal .control .bootstrap-select button:after,
.scopri .xp_search_box .booking .operatori_search_box .horizontal .control .bootstrap-select button:after,
.booking .operatori_search_box .horizontal .scopri .xp_search_box .vertical .bootstrap-select button:after,
.scopri .xp_search_box .vertical .bootstrap-select .booking .operatori_search_box .horizontal button:after,
.booking .scopri .operatori_search_box .horizontal .control .bootstrap-select button:after,
.scopri .booking .operatori_search_box .horizontal .control .bootstrap-select button:after,
.booking .scopri .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.scopri .booking .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.booking .scopri .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.scopri .booking .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.booking .operatori_search_box .idee .xp_search_box .horizontal .control .bootstrap-select button:after,
.idee .xp_search_box .booking .operatori_search_box .horizontal .control .bootstrap-select button:after,
.booking .operatori_search_box .horizontal .idee .xp_search_box .vertical .bootstrap-select button:after,
.idee .xp_search_box .vertical .bootstrap-select .booking .operatori_search_box .horizontal button:after,
.booking .idee .operatori_search_box .horizontal .control .bootstrap-select button:after,
.idee .booking .operatori_search_box .horizontal .control .bootstrap-select button:after,
.booking .idee .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.idee .booking .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.booking .idee .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.idee .booking .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.booking .operatori_search_box .eventi .xp_search_box .horizontal .control .bootstrap-select button:after,
.eventi .xp_search_box .booking .operatori_search_box .horizontal .control .bootstrap-select button:after,
.booking .operatori_search_box .horizontal .eventi .xp_search_box .vertical .bootstrap-select button:after,
.eventi .xp_search_box .vertical .bootstrap-select .booking .operatori_search_box .horizontal button:after,
.booking .eventi .operatori_search_box .horizontal .control .bootstrap-select button:after,
.eventi .booking .operatori_search_box .horizontal .control .bootstrap-select button:after,
.booking .eventi .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.eventi .booking .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.booking .eventi .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.eventi .booking .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.booking .operatori_search_box .pianifica .xp_search_box .horizontal .control .bootstrap-select button:after,
.pianifica .xp_search_box .booking .operatori_search_box .horizontal .control .bootstrap-select button:after,
.booking .operatori_search_box .horizontal .pianifica .xp_search_box .vertical .bootstrap-select button:after,
.pianifica .xp_search_box .vertical .bootstrap-select .booking .operatori_search_box .horizontal button:after,
.booking .pianifica .operatori_search_box .horizontal .control .bootstrap-select button:after,
.pianifica .booking .operatori_search_box .horizontal .control .bootstrap-select button:after,
.booking .pianifica .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.pianifica .booking .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.booking .pianifica .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.pianifica .booking .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.booking .operatori_search_box .esperienze .xp_search_box .horizontal .control .bootstrap-select button:after,
.esperienze .xp_search_box .booking .operatori_search_box .horizontal .control .bootstrap-select button:after,
.booking .operatori_search_box .horizontal .esperienze .xp_search_box .vertical .bootstrap-select button:after,
.esperienze .xp_search_box .vertical .bootstrap-select .booking .operatori_search_box .horizontal button:after,
.booking .esperienze .operatori_search_box .horizontal .control .bootstrap-select button:after,
.esperienze .booking .operatori_search_box .horizontal .control .bootstrap-select button:after,
.booking .esperienze .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.esperienze .booking .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.booking .esperienze .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.esperienze .booking .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.booking .operatori_search_box .news .xp_search_box .horizontal .control .bootstrap-select button:after,
.news .xp_search_box .booking .operatori_search_box .horizontal .control .bootstrap-select button:after,
.booking .operatori_search_box .horizontal .news .xp_search_box .vertical .bootstrap-select button:after,
.news .xp_search_box .vertical .bootstrap-select .booking .operatori_search_box .horizontal button:after,
.booking .news .operatori_search_box .horizontal .control .bootstrap-select button:after,
.news .booking .operatori_search_box .horizontal .control .bootstrap-select button:after,
.booking .news .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.news .booking .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.booking .news .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.news .booking .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.booking .operatori_search_box .iat .xp_search_box .horizontal .control .bootstrap-select button:after,
.iat .xp_search_box .booking .operatori_search_box .horizontal .control .bootstrap-select button:after,
.booking .operatori_search_box .horizontal .iat .xp_search_box .vertical .bootstrap-select button:after,
.iat .xp_search_box .vertical .bootstrap-select .booking .operatori_search_box .horizontal button:after,
.booking .iat .operatori_search_box .horizontal .control .bootstrap-select button:after,
.iat .booking .operatori_search_box .horizontal .control .bootstrap-select button:after,
.booking .iat .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.iat .booking .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.booking .iat .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.iat .booking .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.booking .operatori_search_box .meteo .xp_search_box .horizontal .control .bootstrap-select button:after,
.meteo .xp_search_box .booking .operatori_search_box .horizontal .control .bootstrap-select button:after,
.booking .operatori_search_box .horizontal .meteo .xp_search_box .vertical .bootstrap-select button:after,
.meteo .xp_search_box .vertical .bootstrap-select .booking .operatori_search_box .horizontal button:after,
.booking .meteo .operatori_search_box .horizontal .control .bootstrap-select button:after,
.meteo .booking .operatori_search_box .horizontal .control .bootstrap-select button:after,
.booking .meteo .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.meteo .booking .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.booking .meteo .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.meteo .booking .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.booking .operatori_search_box .odm .xp_search_box .horizontal .control .bootstrap-select button:after,
.odm .xp_search_box .booking .operatori_search_box .horizontal .control .bootstrap-select button:after,
.booking .operatori_search_box .horizontal .odm .xp_search_box .vertical .bootstrap-select button:after,
.odm .xp_search_box .vertical .bootstrap-select .booking .operatori_search_box .horizontal button:after,
.booking .odm .operatori_search_box .horizontal .control .bootstrap-select button:after,
.odm .booking .operatori_search_box .horizontal .control .bootstrap-select button:after,
.booking .odm .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.odm .booking .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.booking .odm .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.odm .booking .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.booking .operatori_search_box .xp_search_box .horizontal .control .bootstrap-select button:after,
.booking .xp_search_box .operatori_search_box .horizontal .control .bootstrap-select button:after,
.booking .operatori_search_box .horizontal .xp_search_box .vertical .bootstrap-select button:after,
.booking .xp_search_box .vertical .bootstrap-select .operatori_search_box .horizontal button:after {
  line-height: 2.2rem;
}

.booking .operatori_search_box .horizontal button.collapsible {
  border: none;
  background-color: transparent;
  display: block;
  width: 100%;
  font-size: 1.6rem;
  color: #ffffff;
  letter-spacing: -0.41px;
  text-align: left;
  text-transform: uppercase;
}

.booking .operatori_search_box .horizontal .control {
  padding: 0.5rem 1rem;
  height: 5rem;
  background-color: white;
  margin: 0.5rem;
}

.booking .operatori_search_box .horizontal .control.btn-holder {
  min-width: 2rem;
  width: auto;
  padding: 0px;
}

.booking .operatori_search_box .horizontal .control.btn-holder button {
  width: 100%;
  border: none;
  background-color: #a12025;
  height: 100%;
  font-size: 1.6rem;
  color: #ffffff;
  letter-spacing: -0.41px;
  text-align: center;
  text-transform: uppercase;
  display: block;
  padding: 0px;
}

.booking .operatori_search_box .horizontal .control .ert-dropdown {
  width: 100%;
}

.booking .operatori_search_box .horizontal .control .ert-dropdown * {
  cursor: pointer;
}

.booking .operatori_search_box .horizontal .control .ert-dropdown .ert-combo {
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
  display: block;
  text-align: left;
}

.booking .operatori_search_box .horizontal .control .ert-dropdown .ert-combo::after {
  border: none;
}

.booking .operatori_search_box .horizontal .control .ert-dropdown .ert-combo i {
  transition: 500ms ease;
  transform: rotate(0);
  position: absolute;
  top: 2.25rem;
  right: 15px;
}

.booking .operatori_search_box .horizontal .control .ert-dropdown .ert-combo .button {
  padding: 0px;
}

.booking .operatori_search_box .horizontal .control .ert-dropdown.show .ert-combo i {
  transform: rotate(180deg);
}

.booking .operatori_search_box .horizontal .control .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: auto;
}

.booking .operatori_search_box .horizontal .control .bootstrap-select {
  margin-top: -1px;
}

.booking .operatori_search_box .horizontal .control .bootstrap-select *:focus {
  box-shadow: none important;
}

.booking .operatori_search_box .horizontal .control .bootstrap-select button {
  padding: 0px;
  font-size: 1.5rem;
  background: #ffffff;
  color: #848484;
  letter-spacing: 0.3px;
  border: none;
  border-radius: 0;
}

.booking .operatori_search_box .horizontal .control .bootstrap-select button:after {
  content: "\F078";
  border: none;
}

.booking .operatori_search_box .horizontal .control .bootstrap-select .dropdown-menu {
  width: 100% !important;
  border: none;
  border-radius: 0;
  box-shadow: 0px 2px 2px 0px #a9a9a970;
  border-top: 1px solid #a9a9a970;
}

.booking .operatori_search_box .horizontal .control .bootstrap-select .dropdown-menu.inner.show {
  border-top: none;
}

.booking .operatori_search_box .horizontal .control .bootstrap-select .dropdown-menu .dropdown-item {
  font-size: 1.5rem;
  line-height: 4rem;
}

.booking .operatori_search_box .horizontal .control .bootstrap-select .dropdown-menu .dropdown-item:active,
.booking .operatori_search_box .horizontal .control .bootstrap-select .dropdown-menu .dropdown-item.active {
  background-color: #cb292f;
}

.booking .operatori_search_box .horizontal .control label {
  background: #ffffff;
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
  line-height: 2.4rem;
  margin-bottom: 0px;
  margin-right: 0.5rem;
}

@media (max-width: 768px) {
  .booking .operatori_search_box .horizontal .control label {
    min-width: 6.2rem;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .booking .operatori_search_box .horizontal .control label {
    display: none;
  }
}

.booking .operatori_search_box .horizontal .control .flatpickr-mobile.form-control {
  padding: 1px 0;
}

.booking .operatori_search_box .horizontal .control input[type=text],
.booking .operatori_search_box .horizontal .control input[type=date] {
  border: none;
  font-size: 1.5rem;
  border-radius: 0;
  background-color: white;
  border-bottom: 1px solid #495057;
  min-width: 0;
  height: auto;
}

.booking .operatori_search_box .horizontal .control input[type=text]:focus,
.booking .operatori_search_box .horizontal .control input[type=date]:focus {
  box-shadow: none;
}

.booking .operatori_search_box .vertical {
  max-width: 30rem;
  z-index: 10;
  position: relative;
  height: 4.4rem;
  margin: 0 auto;
}

.booking .operatori_search_box .vertical button.collapsible {
  border: none;
  background-color: transparent;
  display: block;
  position: absolute;
  width: 100%;
}

.booking .operatori_search_box .vertical .dropbutton {
  display: none;
}

.booking .operatori_search_box .vertical .dropbutton.collapsed {
  display: block;
}

.booking .operatori_search_box .vertical #collapse-events {
  padding: 1.8rem;
  background-color: #cb292f;
  background-image: linear-gradient(-180deg, #c8282e 0%, #cb292f 48%, #c9292f 80%);
  font-size: 1.6rem;
}

.booking .operatori_search_box .vertical .fa-chevron-up {
  text-align: right;
  line-height: 4rem;
  color: white;
  margin-bottom: 1.8rem;
}

.booking .operatori_search_box .vertical .form-group {
  background: #ffffff;
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
}

.booking .operatori_search_box .vertical .form-group .col-form-label {
  line-height: 5rem;
}

.booking .operatori_search_box .vertical .ert-text {
  border: none;
  font-size: 1.5rem;
  height: 60px;
  border-radius: 0;
  background-color: white;
}

.booking .operatori_search_box .vertical .ert-text.line {
  border-bottom: 1px solid #495057;
  height: auto;
  margin-top: 14px;
}

.booking .operatori_search_box .vertical .ert-text:focus {
  box-shadow: none;
}

.booking .operatori_search_box .vertical button.search {
  border: none;
  position: absolute;
  bottom: -10rem;
  left: 5%;
  right: 5%;
  width: 90%;
  line-height: 4.4rem;
}

.booking .operatori_search_box .vertical .datepicker-holder {
  padding-right: 0px;
}

.booking .operatori_search_box .vertical .datepicker-holder * {
  cursor: pointer;
}

.booking .operatori_search_box .vertical .datepicker-holder input[type=date]::-webkit-calendar-picker-indicator {
  width: 1.2rem;
  height: 0.7rem;
  -webkit-mask: url(/images/caret.svg);
          mask: url(/images/caret.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  -webkit-transition: 500ms ease;
  transition: 500ms ease;
  background-color: #686868;
}

.booking .operatori_search_box .vertical .datepicker-holder .flatpickr-calendar.static {
  margin-left: -193px;
  margin-top: -184px;
  left: 50%;
  top: 50%;
}

.booking .operatori_search_box .vertical .datepicker-holder .flatpickr-calendar.static.arrowBottom:after {
  display: none;
}

.booking .operatori_search_box .vertical .datepicker-holder .flatpickr-calendar.static.arrowBottom:before {
  display: none;
}

.booking .operatori_search_box .vertical .datepicker-holder .flatpickr-months .flatpickr-month {
  height: 32px;
}

.booking .operatori_search_box .vertical .ert-dropdown * {
  cursor: pointer;
}

.booking .operatori_search_box .vertical .ert-dropdown .ert-combo {
  background: #ffffff;
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
  line-height: 5rem;
  display: block;
  width: 100%;
  height: 60px;
  text-align: left;
}

.booking .operatori_search_box .vertical .ert-dropdown .ert-combo::after {
  border: none;
}

.booking .operatori_search_box .vertical .ert-dropdown .ert-combo i {
  transition: 500ms ease;
  transform: rotate(0);
  position: absolute;
  top: 2.25rem;
  right: 15px;
}

.booking .operatori_search_box .vertical .ert-dropdown .ert-combo .button {
  padding: 0px;
}

.booking .operatori_search_box .vertical .ert-dropdown .dropdown-menu {
  width: 100% !important;
  border: none;
  border-radius: 0;
  box-shadow: 0px 2px 2px 0px #a9a9a970;
  border-top: 1px solid #a9a9a970;
}

.booking .operatori_search_box .vertical .ert-dropdown .dropdown-menu .dropdown-item {
  font-size: 1.5rem;
  line-height: 4rem;
}

.booking .operatori_search_box .vertical .ert-dropdown .dropdown-menu .dropdown-item:active {
  background-color: #cb292f;
}

.booking .operatori_search_box .vertical .ert-dropdown.show .ert-combo i {
  transform: rotate(180deg);
}

.booking .operatori_search_box .vertical .bootstrap-select *:focus {
  box-shadow: none important;
}

.booking .operatori_search_box .vertical .bootstrap-select button {
  font-size: 1.5rem;
  color: #848484;
  letter-spacing: 0.3px;
  border: none;
  font-size: 1.5rem;
  height: 60px;
  border-radius: 0;
  background-color: white;
}

.booking .operatori_search_box .vertical .bootstrap-select button:after {
  content: "\F078";
  border: none;
}

.booking .operatori_search_box .vertical .bootstrap-select .dropdown-menu {
  width: 100% !important;
  border: none;
  border-radius: 0;
  box-shadow: 0px 2px 2px 0px #a9a9a970;
  border-top: 1px solid #a9a9a970;
}

.booking .operatori_search_box .vertical .bootstrap-select .dropdown-menu .dropdown-item {
  font-size: 1.5rem;
  line-height: 4rem;
}

.booking .operatori_search_box .vertical .bootstrap-select .dropdown-menu .dropdown-item:active,
.booking .operatori_search_box .vertical .bootstrap-select .dropdown-menu .dropdown-item.active {
  background-color: #cb292f;
}

.booking .operatori_search_box .vertical .btn-er,
.booking .operatori_search_box .vertical .instagram .instabutton div span,
.instagram .instabutton div .booking .operatori_search_box .vertical span {
  margin-top: 18px;
}

.booking .operatori_search_box .vertical .btn-er .fa-chevron-down,
.booking .operatori_search_box .vertical .instagram .instabutton div span .fa-chevron-down,
.instagram .instabutton div .booking .operatori_search_box .vertical span .fa-chevron-down {
  float: right;
  line-height: 4rem;
}

.booking .home-boxes {
  background-color: #cb292f;
}

.booking .content-box a {
  font-weight: bold;
  color: #cb292f;
}

.booking .content-box a strong {
  color: #cb292f;
}

.booking .content-box .btn-er,
.booking .content-box .instagram .instabutton div span,
.instagram .instabutton div .booking .content-box span {
  background-color: #cb292f;
  color: white;
}

.booking .content-box h3.with-line {
  font-size: 1.8rem;
  color: #030303;
  letter-spacing: -0.43px;
  text-transform: uppercase;
  margin-bottom: 2.1rem;
}

.booking .content-box h3.with-line::before {
  content: "";
  display: block;
  height: 3px;
  background: #0e797b;
  width: 100%;
  max-width: 32rem;
  margin-left: 0;
  margin-right: 0;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.booking *:focus {
  outline: 1px solid #cb292f;
  outline-offset: -1px;
}

.booking .bootstrap-select .dropdown-toggle:focus {
  outline: 1px solid #cb292f;
  outline-offset: -1px;
}

.booking a:hover {
  outline: 1px solid #db4c51;
}

.booking a:active {
  outline: 1px solid #cb292f;
}

.booking .events-list {
  font-size: 1.4rem;
}

.booking .section-list {
  display: block;
  text-align: right;
}

.booking .section-list a {
  font-size: 2rem;
  color: #cb292f;
}

.booking .events-list dt,
.booking .section-list dt,
.booking .iat-list dt {
  text-transform: uppercase;
  font-size: 1.5rem;
  line-height: 1.5;
  color: #111;
  letter-spacing: -0.38px;
  font-weight: 600;
  margin-top: 1.4rem;
}

.booking .events-list dd,
.booking .section-list dd,
.booking .iat-list dd {
  font-size: 1.6rem;
  margin-bottom: 0.6rem;
  line-height: 1.5;
  color: #030303;
}

.booking .events-list dd i,
.booking .section-list dd i,
.booking .iat-list dd i {
  margin-right: 0.6rem;
}

.booking .events-list ul,
.booking .section-list ul,
.booking .iat-list ul {
  list-style: none;
  padding-inline-start: 0;
}

.booking .events-list ul li,
.booking .section-list ul li,
.booking .iat-list ul li {
  font-size: 1.5rem;
  color: #030303;
  margin-top: 0.6rem;
  line-height: 1.5;
}

.booking .events-list ul.tappe-list,
.booking .section-list ul.tappe-list,
.booking .iat-list ul.tappe-list {
  list-style: none;
  padding-inline-start: 0;
}

.booking .events-list ul.tappe-list li,
.booking .section-list ul.tappe-list li,
.booking .iat-list ul.tappe-list li {
  font-size: 1.6rem;
  line-height: 1.5;
  color: #030303;
}

.booking .tickets-list {
  display: flex;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #111;
  letter-spacing: -0.38px;
  font-weight: 600;
  margin-top: 1.4rem;
}

.booking .tickets-list i {
  margin-top: 0.6rem;
}

.booking .tickets-list li {
  color: #030303;
  font-size: 1.6rem;
  margin-left: 1.2rem;
}

.booking .tickets-list li i {
  margin-right: 0.6rem;
}

.booking .address * {
  color: white;
}

.booking .top-title-box {
  padding: 0rem;
  text-align: center;
}

.booking .top-title-box.no-image {
  padding-top: 10rem;
}

.booking .top-title-box.no-image .er-logo-top {
  margin: 0 auto;
  display: block;
  margin-bottom: 10rem;
}

.booking .top-title-box h1 {
  font-size: 3rem;
  color: #cb292f;
  letter-spacing: -1.01px;
  line-height: 4rem;
  margin: 2rem 0;
}

.booking .top-title-box h2 {
  font-size: 2rem;
  line-height: 1.5;
  color: #000;
  letter-spacing: -0.58px;
}

.booking .top-title-box .breadcrumb {
  opacity: 0.6;
  font-size: 1.5rem;
  letter-spacing: -0.38px;
  padding: 0;
  margin: 0;
  color: #cb292f;
  background-color: #fff;
}

.booking .top-title-box .breadcrumb .breadcrumb-item::before,
.booking .top-title-box .breadcrumb a {
  color: #cb292f;
}

@media (min-width: 992px) {
  .booking .top-title-box h1 {
    line-height: 7rem;
    font-size: 7rem;
    margin-top: 3rem;
  }

  .booking .top-title-box h2 {
    font-size: 2rem;
    line-height: 1.5rem;
  }

  .booking .top-title-box .breadcrumb {
    font-size: 1.9rem;
  }
}

.booking .image-box-with-border {
  margin: 2rem 0;
  border-top: 64px solid #cb292f;
}

.booking .image-box-with-border img {
  -o-object-fit: cover;
     object-fit: cover;
}

.booking .top-image {
  transition: background-image 1s ease-in-out;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 20px;
}

.booking .top-image .logo {
  position: absolute;
  width: 30rem;
  bottom: 20px;
  left: 50%;
  margin-left: -15rem;
}

.booking .top-image.no-mask {
  height: 600px;
}

.booking .top-image .mask {
  z-index: 997;
  position: relative;
  width: 100%;
}

@media (min-width: 992px) {
  .booking .top-image:after {
    position: absolute;
    content: "";
    left: 0px;
    bottom: -20px;
    width: 100%;
    height: 20px;
    transform: rotate(-180deg);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(255, 255, 255, 0.12) 12%, #e6e6e6);
  }
}

.booking .info-box {
  position: relative;
  z-index: 0;
  border-right: 1px solid #e6e6e6;
  border-left: 7px solid #cb292f;
  background-color: white;
  padding: 0.1rem 1.5rem;
}

.booking .info-box h3 {
  font-weight: bold;
  font-size: 1.9rem;
}

.booking .info-box .referente {
  font-size: 1.7rem;
  line-height: 1.8rem;
  color: #000;
  letter-spacing: -0.41px;
}

@media (min-width: 768px) {
  .booking .info-box {
    position: sticky;
    position: -webkit-sticky;
    top: 68px;
  }
}

.booking .info-box:after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: -8px;
  height: 8px;
  left: 0px;
  z-index: -1;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.01) 30%, rgba(0, 0, 0, 0.03) 50%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0.08) 90%, rgba(0, 0, 0, 0.09) 96%, rgba(0, 0, 0, 0.1) 100%);
}

.booking .info-box:after {
  width: calc(100% + 8px);
  left: -7px;
}

@media (max-width: 991.98px) {
  .booking .info-box {
    width: auto;
    max-width: 60%;
    min-width: 300px;
    margin: 20px auto;
    display: block;
  }
}

@media (min-width: 992px) {
  .booking .info-box {
    margin-top: 2.2rem;
  }
}

.booking .info-box li {
  padding: 1.1rem 0;
}

.booking .info-box li .icon {
  font-size: 2.8rem;
  line-height: 3.3rem;
  margin-right: 1rem;
  float: left;
}

.booking .info-box li .info .title {
  text-transform: uppercase;
  font-size: 1.2rem;
  line-height: 1.5rem;
  color: #787878;
  letter-spacing: -0.38px;
}

.booking .info-box li .info .value {
  font-size: 1.7rem;
  line-height: 1.8rem;
  color: #000000;
  letter-spacing: -0.41px;
  display: table;
}

.booking .info-box li .info .value a {
  word-break: break-all;
}

@media (max-width: 991.98px) {
  .booking .info-box li.bookmarks {
    display: none;
  }
}

.booking .info-box .title-index {
  text-transform: uppercase;
  font-size: 1.4rem;
  line-height: 3rem;
  letter-spacing: -0.38px;
}

.booking .info-box .bookmarks {
  display: inline-block;
}

.booking .info-box .bookmarks ul li {
  padding: 0.5rem 0;
  width: 100%;
}

.booking .info-box .bookmarks ul li a {
  font-size: 1.4rem;
  line-height: 1.5rem;
  color: #000000;
  letter-spacing: -0.41px;
}

.booking .info-box .bookmarks ul li a.active {
  text-decoration: underline;
}

.booking #bookmarks-index {
  margin-top: 8rem;
}

.booking #bookmarks-index .info {
  padding: 2.1rem;
}

.booking #bookmarks-index h4 {
  font-size: 1.8rem;
}

@media (min-width: 768px) {
  .booking #bookmarks-index {
    display: none;
  }
}

.booking blockquote:before {
  color: #cf2a30;
}

.booking .btn-er,
.booking .instagram .instabutton div span,
.instagram .instabutton div .booking span,
.booking.btn {
  background: #cb292f;
}

.booking hr {
  height: 3px;
  background: #cb292f;
  width: 100%;
  max-width: 32rem;
  margin-left: 0;
  margin-right: 0;
  margin-top: 1rem;
  margin-bottom: 2rem;
}

.booking .section h2 {
  margin-top: 4.5rem;
  margin-bottom: 4.5rem;
  font-size: 4.42rem;
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.18;
  letter-spacing: -1.07px;
  text-align: center;
  color: black;
  /*text-decoration: underline;*/
}

.booking .section h2 a {
  color: black;
}

.booking .section h3 {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
  font-size: 3.42rem;
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.18;
  letter-spacing: -1.07px;
  text-align: center;
  color: black;
  text-transform: uppercase;
  /*text-decoration: underline;*/
}

.booking .section h3 a {
  color: black;
}

.booking .section .gallery {
  position: relative;
  padding-bottom: 33px;
}

.booking .section .gallery .swiper-button-next,
.booking .section .gallery .swiper-container-rtl .swiper-button-prev,
.booking .section .gallery .swiper-button-prev,
.booking .section .gallery .swiper-container-rtl .swiper-button-next {
  background-position: center;
  width: 7.2rem;
  bottom: 33px;
  height: auto;
  top: 0px;
  margin: 0px;
  left: auto;
}

.booking .section .gallery .swiper-button-next svg,
.booking .section .gallery .swiper-container-rtl .swiper-button-prev svg,
.booking .section .gallery .swiper-button-prev svg,
.booking .section .gallery .swiper-container-rtl .swiper-button-next svg {
  top: 50%;
  left: 2.1rem;
  position: absolute;
  width: 3rem;
  height: 3rem;
  margin-top: -1.5rem;
  filter: drop-shadow(0px 3px 3px black);
}

.booking .section .gallery .swiper-button-next,
.booking .section .gallery .swiper-button-prev,
.booking .section .gallery .swiper-container-rtl .swiper-button-prev,
.booking .section .gallery .swiper-container-rtl .swiper-button-next {
  fill: #fff;
}

.booking .section .gallery .swiper-button-next,
.booking .section .gallery .swiper-container-rtl .swiper-button-prev {
  right: 0px;
}

.booking .section .gallery .swiper-button-prev,
.booking .section .gallery .swiper-container-rtl .swiper-button-next {
  left: 0px;
}

.booking .section .gallery .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #cb292f;
}

.booking .section .gallery .swiper-pagination-bullet {
  border: 1px solid #cb292f;
}

.booking .section .gallery .swiper-pagination-bullets {
  bottom: 2px;
}

.booking .section .gallery .swiper-slide .carousel-content {
  background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.07) 8%, rgba(0, 0, 0, 0.45) 68%);
  position: absolute;
  left: 0rem;
  bottom: 0rem;
  right: 0rem;
  width: auto;
  padding: 10rem 2rem 2rem 2rem;
  font-size: 2.6rem;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.63px;
  text-align: center;
  color: #ffffff;
}

.booking .section .gallery .swiper-slide .carousel-content a {
  color: #ffffff !important;
}

.booking .section .card-carousel .nodefault.swiper-button-prev::after,
.booking .section .card-carousel .nodefault.swiper-button-prev::before,
.booking .section .card-carousel .nodefault.swiper-button-next::after,
.booking .section .card-carousel .nodefault.swiper-button-next::before {
  content: unset;
}

.booking .section .card-carousel .swiper-slide {
  height: auto;
  margin-bottom: 5rem;
}

.booking .section .card-carousel .swiper-slide .iv-wrapper,
.booking .section .card-carousel .swiper-slide a .iv-wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

.booking .section .card-carousel .swiper-slide .iv-wrapper > div,
.booking .section .card-carousel .swiper-slide a .iv-wrapper > div {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: start;
}

.booking .section .card-carousel .swiper-slide .iv-wrapper .image,
.booking .section .card-carousel .swiper-slide a .iv-wrapper .image {
  min-height: 23rem;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.booking .section .card-carousel .swiper-slide .iv-wrapper .content,
.booking .section .card-carousel .swiper-slide a .iv-wrapper .content {
  background: #ffffff;
  border: 0 solid #000000;
  position: relative;
  padding: 2rem 2.1rem 4rem;
  position: relative;
  z-index: 0;
}

.booking .section .card-carousel .swiper-slide .iv-wrapper .content:after,
.booking .section .card-carousel .swiper-slide a .iv-wrapper .content:after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: -4px;
  height: 4px;
  left: 0px;
  z-index: -1;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.01) 30%, rgba(0, 0, 0, 0.03) 50%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0.08) 90%, rgba(0, 0, 0, 0.09) 96%, rgba(0, 0, 0, 0.1) 100%);
}

.booking .section .card-carousel .swiper-slide .iv-wrapper .content h3,
.booking .section .card-carousel .swiper-slide a .iv-wrapper .content h3 {
  font-size: 2rem;
  color: #030303;
  letter-spacing: -0.48px;
  text-align: left;
}

.booking .section .card-carousel .swiper-slide .iv-wrapper .content p,
.booking .section .card-carousel .swiper-slide .iv-wrapper .content p a,
.booking .section .card-carousel .swiper-slide .iv-wrapper .content a p,
.booking .section .card-carousel .swiper-slide a .iv-wrapper .content p,
.booking .section .card-carousel .swiper-slide a .iv-wrapper .content p a,
.booking .section .card-carousel .swiper-slide a .iv-wrapper .content a p {
  font-size: 1.5rem;
  color: #030303;
  letter-spacing: -0.38px;
  margin-bottom: 0px;
}

.booking .section .card-carousel .swiper-slide .iv-wrapper .content p .readmore,
.booking .section .card-carousel .swiper-slide .iv-wrapper .content p a .readmore,
.booking .section .card-carousel .swiper-slide .iv-wrapper .content a p .readmore,
.booking .section .card-carousel .swiper-slide a .iv-wrapper .content p .readmore,
.booking .section .card-carousel .swiper-slide a .iv-wrapper .content p a .readmore,
.booking .section .card-carousel .swiper-slide a .iv-wrapper .content a p .readmore {
  font-style: italic;
  color: #a12025;
  display: block;
  margin-top: 1rem;
}

.booking .section .card-carousel .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border: 1px solid #cb292f;
  background: none;
  opacity: 1;
}

.booking .section .card-carousel .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #cb292f;
}

.booking .section .card-carousel .swiper-button-next,
.booking .section .card-carousel .swiper-container-rtl .swiper-button-prev,
.booking .section .card-carousel .swiper-button-prev,
.booking .section .card-carousel .swiper-container-rtl .swiper-button-next {
  background-image: none;
  width: 4rem;
  height: 23rem;
  top: 0px;
  margin: 0px;
  left: auto;
}

.booking .section .card-carousel .swiper-button-next svg,
.booking .section .card-carousel .swiper-container-rtl .swiper-button-prev svg,
.booking .section .card-carousel .swiper-button-prev svg,
.booking .section .card-carousel .swiper-container-rtl .swiper-button-next svg {
  top: 50%;
  left: 50%;
  position: absolute;
  width: 3rem;
  height: 3rem;
  margin-top: -1.5rem;
  margin-left: -1.5rem;
  filter: drop-shadow(0px 3px 3px black);
}

.booking .section .card-carousel .swiper-button-next,
.booking .section .card-carousel .swiper-button-prev,
.booking .section .card-carousel .swiper-container-rtl .swiper-button-prev,
.booking .section .card-carousel .swiper-container-rtl .swiper-button-next {
  fill: #fff;
}

.booking .section .card-carousel .swiper-button-next,
.booking .section .card-carousel .swiper-container-rtl .swiper-button-prev {
  right: 0px;
}

.booking .section .card-carousel .swiper-button-prev,
.booking .section .card-carousel .swiper-container-rtl .swiper-button-next {
  left: 0px;
}

.booking .section .sassibox-item,
.booking .section a .sassibox-item {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 5rem;
}

.booking .section .sassibox-item > div,
.booking .section a .sassibox-item > div {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.booking .section .sassibox-item .image,
.booking .section a .sassibox-item .image {
  min-height: 23rem;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.booking .section .sassibox-item .content,
.booking .section a .sassibox-item .content {
  background: #ffffff;
  border: 0 solid #000000;
  position: relative;
  padding: 1rem 0;
  position: relative;
  z-index: 0;
}

.booking .section .sassibox-item .content:after,
.booking .section a .sassibox-item .content:after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: -4px;
  height: 4px;
  left: 0px;
  z-index: -1;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.01) 30%, rgba(0, 0, 0, 0.03) 50%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0.08) 90%, rgba(0, 0, 0, 0.09) 96%, rgba(0, 0, 0, 0.1) 100%);
}

.booking .section .sassibox-item .content h4,
.booking .section a .sassibox-item .content h4 {
  font-size: 2rem;
  color: #030303;
  letter-spacing: -0.48px;
  text-align: left;
}

.booking .section .sassibox-item .content p,
.booking .section .sassibox-item .content span,
.booking .section .sassibox-item .content a span,
.booking .section .sassibox-item .content span a,
.booking .section .sassibox-item .content p a,
.booking .section .sassibox-item .content a p,
.booking .section a .sassibox-item .content p,
.booking .section a .sassibox-item .content span,
.booking .section a .sassibox-item .content a span,
.booking .section a .sassibox-item .content span a,
.booking .section a .sassibox-item .content p a,
.booking .section a .sassibox-item .content a p {
  font-size: 1.5rem;
  color: #030303;
  letter-spacing: -0.38px;
}

.booking .section .sassibox-item .content .action,
.booking .section a .sassibox-item .content .action {
  margin: 10px 0;
}

.booking .section .sassibox-item .content .action button,
.booking .section a .sassibox-item .content .action button {
  font-family: "Open Sans", sans-serif !important;
}

.booking .section .sassibox-item .content .readmore,
.booking .section a .sassibox-item .content .readmore {
  border: 1px solid transparent;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  padding: 6px 12px;
  text-align: center;
  vertical-align: middle;
  width: -moz-fit-content;
  width: fit-content;
  text-transform: uppercase;
  background-color: #cb292f;
}

.rock .xp_search_box button span {
  color: white;
}

.rock .xp_search_box .city {
  color: white;
}

.rock .xp_search_box .horizontal {
  padding: 1rem;
  background-color: #000000;
  background-image: linear-gradient(-180deg, black 0%, #000000 48%, black 80%);
  font-size: 1.6rem;
}

.rock .xp_search_box .horizontal.collapsed {
  border-radius: 2px;
  box-shadow: -1px 0 3px 0 rgba(0, 0, 0, 0.25);
}

.rock .xp_search_box .horizontal .fa,
.rock .xp_search_box .horizontal .search .searchearchbox.vertical .bootstrap-select button:after,
.search .searchearchbox.vertical .bootstrap-select .rock .xp_search_box .horizontal button:after,
.rock .xp_search_box .search .searchearchbox.horizontal .control .bootstrap-select button:after,
.search .rock .xp_search_box .searchearchbox.horizontal .control .bootstrap-select button:after,
.rock .xp_search_box .horizontal .downloads .downloadsearchbox.vertical .bootstrap-select button:after,
.downloads .downloadsearchbox.vertical .bootstrap-select .rock .xp_search_box .horizontal button:after,
.rock .xp_search_box .downloads .downloadsearchbox.horizontal .control .bootstrap-select button:after,
.downloads .rock .xp_search_box .downloadsearchbox.horizontal .control .bootstrap-select button:after,
.rock .xp_search_box .horizontal .localita #searchbox-app .bootstrap-select button:after,
.localita #searchbox-app .bootstrap-select .rock .xp_search_box .horizontal button:after,
.rock .xp_search_box .horizontal .itinerari .searchbox .control .bootstrap-select button:after,
.itinerari .searchbox .control .bootstrap-select .rock .xp_search_box .horizontal button:after,
.rock .xp_search_box .itinerari .searchbox.horizontal .control .bootstrap-select button:after,
.itinerari .rock .xp_search_box .searchbox.horizontal .control .bootstrap-select button:after,
.rock .xp_search_box .horizontal .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .vertical .bootstrap-select .rock .xp_search_box .horizontal button:after,
.rock .xp_search_box .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .rock .xp_search_box .horizontal .control .bootstrap-select button:after,
.rock .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .rock .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.rock .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .rock .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.rock .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .rock .xp_search_box .horizontal .control .bootstrap-select button:after,
.rock .xp_search_box .horizontal .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .vertical .bootstrap-select .rock .xp_search_box .horizontal button:after,
.rock .xp_search_box .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .rock .xp_search_box .horizontal .control .bootstrap-select button:after,
.rock .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .rock .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.rock .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .rock .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.rock .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .rock .xp_search_box .horizontal .control .bootstrap-select button:after,
.rock .xp_search_box .horizontal .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .vertical .bootstrap-select .rock .xp_search_box .horizontal button:after,
.rock .xp_search_box .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .rock .xp_search_box .horizontal .control .bootstrap-select button:after,
.rock .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .rock .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.rock .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .rock .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.rock .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .rock .xp_search_box .horizontal .control .bootstrap-select button:after,
.rock .xp_search_box .horizontal .romagna-craft .operatori_search_box .vertical .bootstrap-select button:after,
.romagna-craft .operatori_search_box .vertical .bootstrap-select .rock .xp_search_box .horizontal button:after,
.rock .xp_search_box .romagna-craft .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna-craft .operatori_search_box .rock .xp_search_box .horizontal .control .bootstrap-select button:after,
.rock .romagna-craft .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna-craft .rock .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.rock .romagna-craft .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna-craft .rock .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.rock .romagna-craft .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna-craft .rock .xp_search_box .horizontal .control .bootstrap-select button:after,
.rock .xp_search_box .horizontal .spass .operatori_search_box .vertical .bootstrap-select button:after,
.spass .operatori_search_box .vertical .bootstrap-select .rock .xp_search_box .horizontal button:after,
.rock .xp_search_box .spass .operatori_search_box .horizontal .control .bootstrap-select button:after,
.spass .operatori_search_box .rock .xp_search_box .horizontal .control .bootstrap-select button:after,
.rock .spass .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.spass .rock .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.rock .spass .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.spass .rock .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.rock .spass .xp_search_box .horizontal .control .bootstrap-select button:after,
.spass .rock .xp_search_box .horizontal .control .bootstrap-select button:after,
.rock .xp_search_box .horizontal .natur .operatori_search_box .vertical .bootstrap-select button:after,
.natur .operatori_search_box .vertical .bootstrap-select .rock .xp_search_box .horizontal button:after,
.rock .xp_search_box .natur .operatori_search_box .horizontal .control .bootstrap-select button:after,
.natur .operatori_search_box .rock .xp_search_box .horizontal .control .bootstrap-select button:after,
.rock .natur .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.natur .rock .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.rock .natur .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.natur .rock .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.rock .natur .xp_search_box .horizontal .control .bootstrap-select button:after,
.natur .rock .xp_search_box .horizontal .control .bootstrap-select button:after,
.rock .xp_search_box .horizontal .kultur .operatori_search_box .vertical .bootstrap-select button:after,
.kultur .operatori_search_box .vertical .bootstrap-select .rock .xp_search_box .horizontal button:after,
.rock .xp_search_box .kultur .operatori_search_box .horizontal .control .bootstrap-select button:after,
.kultur .operatori_search_box .rock .xp_search_box .horizontal .control .bootstrap-select button:after,
.rock .kultur .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.kultur .rock .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.rock .kultur .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.kultur .rock .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.rock .kultur .xp_search_box .horizontal .control .bootstrap-select button:after,
.kultur .rock .xp_search_box .horizontal .control .bootstrap-select button:after,
.rock .xp_search_box .horizontal .pet .operatori_search_box .vertical .bootstrap-select button:after,
.pet .operatori_search_box .vertical .bootstrap-select .rock .xp_search_box .horizontal button:after,
.rock .xp_search_box .pet .operatori_search_box .horizontal .control .bootstrap-select button:after,
.pet .operatori_search_box .rock .xp_search_box .horizontal .control .bootstrap-select button:after,
.rock .pet .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.pet .rock .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.rock .pet .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.pet .rock .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.rock .pet .xp_search_box .horizontal .control .bootstrap-select button:after,
.pet .rock .xp_search_box .horizontal .control .bootstrap-select button:after,
.rock .xp_search_box .horizontal .default .operatori_search_box .vertical .bootstrap-select button:after,
.default .operatori_search_box .vertical .bootstrap-select .rock .xp_search_box .horizontal button:after,
.rock .xp_search_box .default .operatori_search_box .horizontal .control .bootstrap-select button:after,
.default .operatori_search_box .rock .xp_search_box .horizontal .control .bootstrap-select button:after,
.rock .default .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.default .rock .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.rock .default .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.default .rock .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.rock .default .xp_search_box .horizontal .control .bootstrap-select button:after,
.default .rock .xp_search_box .horizontal .control .bootstrap-select button:after,
.rock .xp_search_box .horizontal .liscio .operatori_search_box .vertical .bootstrap-select button:after,
.liscio .operatori_search_box .vertical .bootstrap-select .rock .xp_search_box .horizontal button:after,
.rock .xp_search_box .liscio .operatori_search_box .horizontal .control .bootstrap-select button:after,
.liscio .operatori_search_box .rock .xp_search_box .horizontal .control .bootstrap-select button:after,
.rock .liscio .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.liscio .rock .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.rock .liscio .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.liscio .rock .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.rock .liscio .xp_search_box .horizontal .control .bootstrap-select button:after,
.liscio .rock .xp_search_box .horizontal .control .bootstrap-select button:after,
.rock .xp_search_box .horizontal .romagna .operatori_search_box .vertical .bootstrap-select button:after,
.romagna .operatori_search_box .vertical .bootstrap-select .rock .xp_search_box .horizontal button:after,
.rock .xp_search_box .romagna .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna .operatori_search_box .rock .xp_search_box .horizontal .control .bootstrap-select button:after,
.rock .romagna .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna .rock .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.rock .romagna .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna .rock .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.rock .romagna .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna .rock .xp_search_box .horizontal .control .bootstrap-select button:after,
.rock .xp_search_box .horizontal .motorcycle .operatori_search_box .vertical .bootstrap-select button:after,
.motorcycle .operatori_search_box .vertical .bootstrap-select .rock .xp_search_box .horizontal button:after,
.rock .xp_search_box .motorcycle .operatori_search_box .horizontal .control .bootstrap-select button:after,
.motorcycle .operatori_search_box .rock .xp_search_box .horizontal .control .bootstrap-select button:after,
.rock .motorcycle .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.motorcycle .rock .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.rock .motorcycle .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.motorcycle .rock .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.rock .motorcycle .xp_search_box .horizontal .control .bootstrap-select button:after,
.motorcycle .rock .xp_search_box .horizontal .control .bootstrap-select button:after,
.rock .xp_search_box .horizontal .sport .operatori_search_box .vertical .bootstrap-select button:after,
.sport .operatori_search_box .vertical .bootstrap-select .rock .xp_search_box .horizontal button:after,
.rock .xp_search_box .sport .operatori_search_box .horizontal .control .bootstrap-select button:after,
.sport .operatori_search_box .rock .xp_search_box .horizontal .control .bootstrap-select button:after,
.rock .sport .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.sport .rock .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.rock .sport .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.sport .rock .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.rock .sport .xp_search_box .horizontal .control .bootstrap-select button:after,
.sport .rock .xp_search_box .horizontal .control .bootstrap-select button:after,
.rock .xp_search_box .horizontal .fun .operatori_search_box .vertical .bootstrap-select button:after,
.fun .operatori_search_box .vertical .bootstrap-select .rock .xp_search_box .horizontal button:after,
.rock .xp_search_box .fun .operatori_search_box .horizontal .control .bootstrap-select button:after,
.fun .operatori_search_box .rock .xp_search_box .horizontal .control .bootstrap-select button:after,
.rock .fun .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.fun .rock .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.rock .fun .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.fun .rock .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.rock .fun .xp_search_box .horizontal .control .bootstrap-select button:after,
.fun .rock .xp_search_box .horizontal .control .bootstrap-select button:after,
.rock .xp_search_box .horizontal .wellness .operatori_search_box .vertical .bootstrap-select button:after,
.wellness .operatori_search_box .vertical .bootstrap-select .rock .xp_search_box .horizontal button:after,
.rock .xp_search_box .wellness .operatori_search_box .horizontal .control .bootstrap-select button:after,
.wellness .operatori_search_box .rock .xp_search_box .horizontal .control .bootstrap-select button:after,
.rock .wellness .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.wellness .rock .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.rock .wellness .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.wellness .rock .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.rock .wellness .xp_search_box .horizontal .control .bootstrap-select button:after,
.wellness .rock .xp_search_box .horizontal .control .bootstrap-select button:after,
.rock .xp_search_box .horizontal .empire .operatori_search_box .vertical .bootstrap-select button:after,
.empire .operatori_search_box .vertical .bootstrap-select .rock .xp_search_box .horizontal button:after,
.rock .xp_search_box .empire .operatori_search_box .horizontal .control .bootstrap-select button:after,
.empire .operatori_search_box .rock .xp_search_box .horizontal .control .bootstrap-select button:after,
.rock .empire .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.empire .rock .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.rock .empire .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.empire .rock .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.rock .empire .xp_search_box .horizontal .control .bootstrap-select button:after,
.empire .rock .xp_search_box .horizontal .control .bootstrap-select button:after,
.rock .xp_search_box .horizontal .bike .operatori_search_box .vertical .bootstrap-select button:after,
.bike .operatori_search_box .vertical .bootstrap-select .rock .xp_search_box .horizontal button:after,
.rock .xp_search_box .bike .operatori_search_box .horizontal .control .bootstrap-select button:after,
.bike .operatori_search_box .rock .xp_search_box .horizontal .control .bootstrap-select button:after,
.rock .bike .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.bike .rock .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.rock .bike .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.bike .rock .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.rock .bike .xp_search_box .horizontal .control .bootstrap-select button:after,
.bike .rock .xp_search_box .horizontal .control .bootstrap-select button:after,
.rock .xp_search_box .horizontal .castle .operatori_search_box .vertical .bootstrap-select button:after,
.castle .operatori_search_box .vertical .bootstrap-select .rock .xp_search_box .horizontal button:after,
.rock .xp_search_box .castle .operatori_search_box .horizontal .control .bootstrap-select button:after,
.castle .operatori_search_box .rock .xp_search_box .horizontal .control .bootstrap-select button:after,
.rock .castle .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.castle .rock .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.rock .castle .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.castle .rock .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.rock .castle .xp_search_box .horizontal .control .bootstrap-select button:after,
.castle .rock .xp_search_box .horizontal .control .bootstrap-select button:after,
.rock .xp_search_box .horizontal .culture .operatori_search_box .vertical .bootstrap-select button:after,
.culture .operatori_search_box .vertical .bootstrap-select .rock .xp_search_box .horizontal button:after,
.rock .xp_search_box .culture .operatori_search_box .horizontal .control .bootstrap-select button:after,
.culture .operatori_search_box .rock .xp_search_box .horizontal .control .bootstrap-select button:after,
.rock .culture .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.culture .rock .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.rock .culture .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.culture .rock .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.rock .culture .xp_search_box .horizontal .control .bootstrap-select button:after,
.culture .rock .xp_search_box .horizontal .control .bootstrap-select button:after,
.rock .xp_search_box .horizontal .romagna_autentica .operatori_search_box .vertical .bootstrap-select button:after,
.romagna_autentica .operatori_search_box .vertical .bootstrap-select .rock .xp_search_box .horizontal button:after,
.rock .xp_search_box .romagna_autentica .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna_autentica .operatori_search_box .rock .xp_search_box .horizontal .control .bootstrap-select button:after,
.rock .romagna_autentica .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna_autentica .rock .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.rock .romagna_autentica .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna_autentica .rock .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.rock .romagna_autentica .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna_autentica .rock .xp_search_box .horizontal .control .bootstrap-select button:after,
.rock .xp_search_box .horizontal .nature .operatori_search_box .vertical .bootstrap-select button:after,
.nature .operatori_search_box .vertical .bootstrap-select .rock .xp_search_box .horizontal button:after,
.rock .xp_search_box .nature .operatori_search_box .horizontal .control .bootstrap-select button:after,
.nature .operatori_search_box .rock .xp_search_box .horizontal .control .bootstrap-select button:after,
.rock .nature .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.nature .rock .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.rock .nature .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.nature .rock .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.rock .nature .xp_search_box .horizontal .control .bootstrap-select button:after,
.nature .rock .xp_search_box .horizontal .control .bootstrap-select button:after,
.rock .xp_search_box .horizontal .food .operatori_search_box .vertical .bootstrap-select button:after,
.food .operatori_search_box .vertical .bootstrap-select .rock .xp_search_box .horizontal button:after,
.rock .xp_search_box .food .operatori_search_box .horizontal .control .bootstrap-select button:after,
.food .operatori_search_box .rock .xp_search_box .horizontal .control .bootstrap-select button:after,
.rock .food .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.food .rock .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.rock .food .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.food .rock .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.rock .food .xp_search_box .horizontal .control .bootstrap-select button:after,
.food .rock .xp_search_box .horizontal .control .bootstrap-select button:after,
.rock .xp_search_box .horizontal .beach .operatori_search_box .vertical .bootstrap-select button:after,
.beach .operatori_search_box .vertical .bootstrap-select .rock .xp_search_box .horizontal button:after,
.rock .xp_search_box .beach .operatori_search_box .horizontal .control .bootstrap-select button:after,
.beach .operatori_search_box .rock .xp_search_box .horizontal .control .bootstrap-select button:after,
.rock .beach .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.beach .rock .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.rock .beach .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.beach .rock .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.rock .beach .xp_search_box .horizontal .control .bootstrap-select button:after,
.beach .rock .xp_search_box .horizontal .control .bootstrap-select button:after,
.rock .xp_search_box .horizontal .operatori_search_box .vertical .bootstrap-select button:after,
.rock .operatori_search_box .vertical .bootstrap-select .xp_search_box .horizontal button:after,
.rock .xp_search_box .operatori_search_box .horizontal .control .bootstrap-select button:after,
.rock .operatori_search_box .xp_search_box .horizontal .control .bootstrap-select button:after,
.rock .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.rock .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.rock .xp_search_box .horizontal .control .bootstrap-select button:after,
.rock .xp_search_box .events-homepage .header .eventsearchbox.horizontal .control .bootstrap-select button:after,
.events-homepage .header .rock .xp_search_box .eventsearchbox.horizontal .control .bootstrap-select button:after,
.rock .xp_search_box .horizontal .events-homepage .header .eventsearchbox.vertical .bootstrap-select button:after,
.events-homepage .header .eventsearchbox.vertical .bootstrap-select .rock .xp_search_box .horizontal button:after,
.rock .xp_search_box .events-page .header .eventsearchbox.horizontal .control .bootstrap-select button:after,
.events-page .header .rock .xp_search_box .eventsearchbox.horizontal .control .bootstrap-select button:after,
.rock .xp_search_box .horizontal .events-page .header .eventsearchbox.vertical .bootstrap-select button:after,
.events-page .header .eventsearchbox.vertical .bootstrap-select .rock .xp_search_box .horizontal button:after,
.rock .scopri .xp_search_box .horizontal .control .bootstrap-select button:after,
.scopri .rock .xp_search_box .horizontal .control .bootstrap-select button:after,
.rock .scopri .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.scopri .rock .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.rock .scopri .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.scopri .rock .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.rock .xp_search_box .scopri .operatori_search_box .horizontal .control .bootstrap-select button:after,
.scopri .operatori_search_box .rock .xp_search_box .horizontal .control .bootstrap-select button:after,
.rock .xp_search_box .horizontal .scopri .operatori_search_box .vertical .bootstrap-select button:after,
.scopri .operatori_search_box .vertical .bootstrap-select .rock .xp_search_box .horizontal button:after,
.rock .idee .xp_search_box .horizontal .control .bootstrap-select button:after,
.idee .rock .xp_search_box .horizontal .control .bootstrap-select button:after,
.rock .idee .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.idee .rock .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.rock .idee .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.idee .rock .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.rock .xp_search_box .idee .operatori_search_box .horizontal .control .bootstrap-select button:after,
.idee .operatori_search_box .rock .xp_search_box .horizontal .control .bootstrap-select button:after,
.rock .xp_search_box .horizontal .idee .operatori_search_box .vertical .bootstrap-select button:after,
.idee .operatori_search_box .vertical .bootstrap-select .rock .xp_search_box .horizontal button:after,
.rock .eventi .xp_search_box .horizontal .control .bootstrap-select button:after,
.eventi .rock .xp_search_box .horizontal .control .bootstrap-select button:after,
.rock .eventi .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.eventi .rock .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.rock .eventi .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.eventi .rock .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.rock .xp_search_box .eventi .operatori_search_box .horizontal .control .bootstrap-select button:after,
.eventi .operatori_search_box .rock .xp_search_box .horizontal .control .bootstrap-select button:after,
.rock .xp_search_box .horizontal .eventi .operatori_search_box .vertical .bootstrap-select button:after,
.eventi .operatori_search_box .vertical .bootstrap-select .rock .xp_search_box .horizontal button:after,
.rock .pianifica .xp_search_box .horizontal .control .bootstrap-select button:after,
.pianifica .rock .xp_search_box .horizontal .control .bootstrap-select button:after,
.rock .pianifica .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.pianifica .rock .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.rock .pianifica .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.pianifica .rock .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.rock .xp_search_box .pianifica .operatori_search_box .horizontal .control .bootstrap-select button:after,
.pianifica .operatori_search_box .rock .xp_search_box .horizontal .control .bootstrap-select button:after,
.rock .xp_search_box .horizontal .pianifica .operatori_search_box .vertical .bootstrap-select button:after,
.pianifica .operatori_search_box .vertical .bootstrap-select .rock .xp_search_box .horizontal button:after,
.rock .esperienze .xp_search_box .horizontal .control .bootstrap-select button:after,
.esperienze .rock .xp_search_box .horizontal .control .bootstrap-select button:after,
.rock .esperienze .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.esperienze .rock .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.rock .esperienze .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.esperienze .rock .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.rock .xp_search_box .esperienze .operatori_search_box .horizontal .control .bootstrap-select button:after,
.esperienze .operatori_search_box .rock .xp_search_box .horizontal .control .bootstrap-select button:after,
.rock .xp_search_box .horizontal .esperienze .operatori_search_box .vertical .bootstrap-select button:after,
.esperienze .operatori_search_box .vertical .bootstrap-select .rock .xp_search_box .horizontal button:after,
.rock .news .xp_search_box .horizontal .control .bootstrap-select button:after,
.news .rock .xp_search_box .horizontal .control .bootstrap-select button:after,
.rock .news .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.news .rock .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.rock .news .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.news .rock .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.rock .xp_search_box .news .operatori_search_box .horizontal .control .bootstrap-select button:after,
.news .operatori_search_box .rock .xp_search_box .horizontal .control .bootstrap-select button:after,
.rock .xp_search_box .horizontal .news .operatori_search_box .vertical .bootstrap-select button:after,
.news .operatori_search_box .vertical .bootstrap-select .rock .xp_search_box .horizontal button:after,
.rock .iat .xp_search_box .horizontal .control .bootstrap-select button:after,
.iat .rock .xp_search_box .horizontal .control .bootstrap-select button:after,
.rock .iat .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.iat .rock .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.rock .iat .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.iat .rock .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.rock .xp_search_box .iat .operatori_search_box .horizontal .control .bootstrap-select button:after,
.iat .operatori_search_box .rock .xp_search_box .horizontal .control .bootstrap-select button:after,
.rock .xp_search_box .horizontal .iat .operatori_search_box .vertical .bootstrap-select button:after,
.iat .operatori_search_box .vertical .bootstrap-select .rock .xp_search_box .horizontal button:after,
.rock .meteo .xp_search_box .horizontal .control .bootstrap-select button:after,
.meteo .rock .xp_search_box .horizontal .control .bootstrap-select button:after,
.rock .meteo .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.meteo .rock .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.rock .meteo .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.meteo .rock .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.rock .xp_search_box .meteo .operatori_search_box .horizontal .control .bootstrap-select button:after,
.meteo .operatori_search_box .rock .xp_search_box .horizontal .control .bootstrap-select button:after,
.rock .xp_search_box .horizontal .meteo .operatori_search_box .vertical .bootstrap-select button:after,
.meteo .operatori_search_box .vertical .bootstrap-select .rock .xp_search_box .horizontal button:after,
.rock .odm .xp_search_box .horizontal .control .bootstrap-select button:after,
.odm .rock .xp_search_box .horizontal .control .bootstrap-select button:after,
.rock .odm .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.odm .rock .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.rock .odm .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.odm .rock .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.rock .xp_search_box .odm .operatori_search_box .horizontal .control .bootstrap-select button:after,
.odm .operatori_search_box .rock .xp_search_box .horizontal .control .bootstrap-select button:after,
.rock .xp_search_box .horizontal .odm .operatori_search_box .vertical .bootstrap-select button:after,
.odm .operatori_search_box .vertical .bootstrap-select .rock .xp_search_box .horizontal button:after,
.rock .booking .xp_search_box .horizontal .control .bootstrap-select button:after,
.booking .rock .xp_search_box .horizontal .control .bootstrap-select button:after,
.rock .booking .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.booking .rock .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.rock .booking .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.booking .rock .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.rock .xp_search_box .booking .operatori_search_box .horizontal .control .bootstrap-select button:after,
.booking .operatori_search_box .rock .xp_search_box .horizontal .control .bootstrap-select button:after,
.rock .xp_search_box .horizontal .booking .operatori_search_box .vertical .bootstrap-select button:after,
.booking .operatori_search_box .vertical .bootstrap-select .rock .xp_search_box .horizontal button:after {
  line-height: 2.2rem;
}

.rock .xp_search_box .horizontal button.collapsible {
  border: none;
  background-color: transparent;
  display: block;
  width: 100%;
  font-size: 1.6rem;
  color: #ffffff;
  letter-spacing: -0.41px;
  text-align: left;
  text-transform: uppercase;
  display: block;
}

.rock .xp_search_box .horizontal .control {
  padding: 0.5rem 1rem;
  height: 5rem;
  background-color: white;
  margin: 0.5rem;
}

.rock .xp_search_box .horizontal .control.btn-holder {
  min-width: 2rem;
  width: auto;
  padding: 0px;
}

.rock .xp_search_box .horizontal .control.btn-holder button {
  width: 100%;
  border: none;
  background-color: black;
  height: 100%;
  font-size: 1.6rem;
  color: #ffffff;
  letter-spacing: -0.41px;
  text-align: center;
  text-transform: uppercase;
  display: block;
  padding: 0px;
}

.rock .xp_search_box .horizontal .control .ert-dropdown {
  width: 100%;
}

.rock .xp_search_box .horizontal .control .ert-dropdown * {
  cursor: pointer;
}

.rock .xp_search_box .horizontal .control .ert-dropdown .ert-combo {
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
  display: block;
  text-align: left;
}

.rock .xp_search_box .horizontal .control .ert-dropdown .ert-combo::after {
  border: none;
}

.rock .xp_search_box .horizontal .control .ert-dropdown .ert-combo i {
  transition: 500ms ease;
  transform: rotate(0);
  position: absolute;
  top: 2.25rem;
  right: 15px;
}

.rock .xp_search_box .horizontal .control .ert-dropdown .ert-combo .button {
  padding: 0px;
}

.rock .xp_search_box .horizontal .control .ert-dropdown.show .ert-combo i {
  transform: rotate(180deg);
}

.rock .xp_search_box .horizontal .control .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: auto;
}

.rock .xp_search_box .horizontal .control .bootstrap-select {
  margin-top: -1px;
}

.rock .xp_search_box .horizontal .control .bootstrap-select *:focus {
  box-shadow: none important;
}

.rock .xp_search_box .horizontal .control .bootstrap-select button {
  padding: 0px;
  font-size: 1.5rem;
  background: #ffffff;
  color: #848484;
  letter-spacing: 0.3px;
  border: none;
  border-radius: 0;
}

.rock .xp_search_box .horizontal .control .bootstrap-select button:after {
  content: "\F078";
  border: none;
}

.rock .xp_search_box .horizontal .control .bootstrap-select .dropdown-menu {
  width: 100% !important;
  border: none;
  border-radius: 0;
  box-shadow: 0px 2px 2px 0px #a9a9a970;
  border-top: 1px solid #a9a9a970;
}

.rock .xp_search_box .horizontal .control .bootstrap-select .dropdown-menu.inner.show {
  border-top: none;
}

.rock .xp_search_box .horizontal .control .bootstrap-select .dropdown-menu .dropdown-item {
  font-size: 1.5rem;
  line-height: 4rem;
}

.rock .xp_search_box .horizontal .control .bootstrap-select .dropdown-menu .dropdown-item:active,
.rock .xp_search_box .horizontal .control .bootstrap-select .dropdown-menu .dropdown-item.active {
  background-color: #000000;
}

.rock .xp_search_box .horizontal .control label {
  background: #ffffff;
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
  line-height: 2.4rem;
  margin-bottom: 0px;
  margin-right: 0.5rem;
}

@media (max-width: 768px) {
  .rock .xp_search_box .horizontal .control label {
    min-width: 6.2rem;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .rock .xp_search_box .horizontal .control label {
    display: none;
  }
}

.rock .xp_search_box .horizontal .control .flatpickr-mobile.form-control {
  padding: 1px 0;
}

.rock .xp_search_box .horizontal .control input[type=text],
.rock .xp_search_box .horizontal .control input[type=date] {
  border: none;
  font-size: 1.5rem;
  border-radius: 0;
  background-color: white;
  border-bottom: 1px solid #495057;
  min-width: 0;
  height: auto;
}

.rock .xp_search_box .horizontal .control input[type=text]:focus,
.rock .xp_search_box .horizontal .control input[type=date]:focus {
  box-shadow: none;
}

.rock .xp_search_box .vertical {
  max-width: 30rem;
  z-index: 10;
  position: relative;
  height: 4.4rem;
  margin: 0 auto;
}

.rock .xp_search_box .vertical button.collapsible {
  border: none;
  background-color: transparent;
  display: block;
  position: absolute;
  width: 100%;
}

.rock .xp_search_box .vertical .dropbutton {
  display: none;
}

.rock .xp_search_box .vertical .dropbutton.collapsed {
  display: block;
}

.rock .xp_search_box .vertical #collapse-events {
  padding: 1.8rem;
  background-color: #000000;
  background-image: linear-gradient(-180deg, black 0%, #000000 48%, black 80%);
  font-size: 1.6rem;
}

.rock .xp_search_box .vertical .fa-chevron-up {
  text-align: right;
  line-height: 4rem;
  color: white;
  margin-bottom: 1.8rem;
}

.rock .xp_search_box .vertical .form-group {
  background: #ffffff;
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
}

.rock .xp_search_box .vertical .form-group .col-form-label {
  line-height: 5rem;
}

.rock .xp_search_box .vertical .ert-text {
  border: none;
  font-size: 1.5rem;
  height: 60px;
  border-radius: 0;
  background-color: white;
}

.rock .xp_search_box .vertical .ert-text.line {
  border-bottom: 1px solid #495057;
  height: auto;
  margin-top: 14px;
}

.rock .xp_search_box .vertical .ert-text:focus {
  box-shadow: none;
}

.rock .xp_search_box .vertical button.search {
  border: none;
  position: absolute;
  bottom: -10rem;
  left: 5%;
  right: 5%;
  width: 90%;
  line-height: 4.4rem;
}

.rock .xp_search_box .vertical .datepicker-holder {
  padding-right: 0px;
}

.rock .xp_search_box .vertical .datepicker-holder * {
  cursor: pointer;
}

.rock .xp_search_box .vertical .datepicker-holder input[type=date]::-webkit-calendar-picker-indicator {
  width: 1.2rem;
  height: 0.7rem;
  -webkit-mask: url(/images/caret.svg);
          mask: url(/images/caret.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  -webkit-transition: 500ms ease;
  transition: 500ms ease;
  background-color: #686868;
}

.rock .xp_search_box .vertical .datepicker-holder .flatpickr-calendar.static {
  margin-left: -193px;
  margin-top: -184px;
  left: 50%;
  top: 50%;
}

.rock .xp_search_box .vertical .datepicker-holder .flatpickr-calendar.static.arrowBottom:after {
  display: none;
}

.rock .xp_search_box .vertical .datepicker-holder .flatpickr-calendar.static.arrowBottom:before {
  display: none;
}

.rock .xp_search_box .vertical .datepicker-holder .flatpickr-months .flatpickr-month {
  height: 32px;
}

.rock .xp_search_box .vertical .ert-dropdown * {
  cursor: pointer;
}

.rock .xp_search_box .vertical .ert-dropdown .ert-combo {
  background: #ffffff;
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
  line-height: 5rem;
  display: block;
  width: 100%;
  height: 60px;
  text-align: left;
}

.rock .xp_search_box .vertical .ert-dropdown .ert-combo::after {
  border: none;
}

.rock .xp_search_box .vertical .ert-dropdown .ert-combo i {
  transition: 500ms ease;
  transform: rotate(0);
  position: absolute;
  top: 2.25rem;
  right: 15px;
}

.rock .xp_search_box .vertical .ert-dropdown .ert-combo .button {
  padding: 0px;
}

.rock .xp_search_box .vertical .ert-dropdown .dropdown-menu {
  width: 100% !important;
  border: none;
  border-radius: 0;
  box-shadow: 0px 2px 2px 0px #a9a9a970;
  border-top: 1px solid #a9a9a970;
}

.rock .xp_search_box .vertical .ert-dropdown .dropdown-menu .dropdown-item {
  font-size: 1.5rem;
  line-height: 4rem;
}

.rock .xp_search_box .vertical .ert-dropdown .dropdown-menu .dropdown-item:active {
  background-color: #000000;
}

.rock .xp_search_box .vertical .ert-dropdown.show .ert-combo i {
  transform: rotate(180deg);
}

.rock .xp_search_box .vertical .bootstrap-select *:focus {
  box-shadow: none important;
}

.rock .xp_search_box .vertical .bootstrap-select button {
  font-size: 1.5rem;
  color: #848484;
  letter-spacing: 0.3px;
  border: none;
  font-size: 1.5rem;
  height: 60px;
  border-radius: 0;
  background-color: white;
}

.rock .xp_search_box .vertical .bootstrap-select button:after {
  content: "\F078";
  border: none;
}

.rock .xp_search_box .vertical .bootstrap-select .dropdown-menu {
  width: 100% !important;
  border: none;
  border-radius: 0;
  box-shadow: 0px 2px 2px 0px #a9a9a970;
  border-top: 1px solid #a9a9a970;
}

.rock .xp_search_box .vertical .bootstrap-select .dropdown-menu .dropdown-item {
  font-size: 1.5rem;
  line-height: 4rem;
}

.rock .xp_search_box .vertical .bootstrap-select .dropdown-menu .dropdown-item:active,
.rock .xp_search_box .vertical .bootstrap-select .dropdown-menu .dropdown-item.active {
  background-color: #000000;
}

.rock .xp_search_box .vertical .btn-er,
.rock .xp_search_box .vertical .instagram .instabutton div span,
.instagram .instabutton div .rock .xp_search_box .vertical span {
  margin-top: 18px;
}

.rock .xp_search_box .vertical .btn-er .fa-chevron-down,
.rock .xp_search_box .vertical .instagram .instabutton div span .fa-chevron-down,
.instagram .instabutton div .rock .xp_search_box .vertical span .fa-chevron-down {
  float: right;
  line-height: 4rem;
}

.rock .operatori_search_box button span {
  color: white;
}

.rock .operatori_search_box .city {
  color: white;
}

.rock .operatori_search_box .horizontal {
  padding: 1rem;
  background-color: #000000;
  background-image: linear-gradient(-180deg, black 0%, #000000 48%, black 80%);
  font-size: 1.6rem;
}

.rock .operatori_search_box .horizontal.collapsed {
  border-radius: 2px;
  box-shadow: -1px 0 3px 0 rgba(0, 0, 0, 0.25);
}

.rock .operatori_search_box .horizontal .fa,
.rock .operatori_search_box .horizontal .search .searchearchbox.vertical .bootstrap-select button:after,
.search .searchearchbox.vertical .bootstrap-select .rock .operatori_search_box .horizontal button:after,
.rock .operatori_search_box .search .searchearchbox.horizontal .control .bootstrap-select button:after,
.search .rock .operatori_search_box .searchearchbox.horizontal .control .bootstrap-select button:after,
.rock .operatori_search_box .horizontal .downloads .downloadsearchbox.vertical .bootstrap-select button:after,
.downloads .downloadsearchbox.vertical .bootstrap-select .rock .operatori_search_box .horizontal button:after,
.rock .operatori_search_box .downloads .downloadsearchbox.horizontal .control .bootstrap-select button:after,
.downloads .rock .operatori_search_box .downloadsearchbox.horizontal .control .bootstrap-select button:after,
.rock .operatori_search_box .horizontal .localita #searchbox-app .bootstrap-select button:after,
.localita #searchbox-app .bootstrap-select .rock .operatori_search_box .horizontal button:after,
.rock .operatori_search_box .horizontal .itinerari .searchbox .control .bootstrap-select button:after,
.itinerari .searchbox .control .bootstrap-select .rock .operatori_search_box .horizontal button:after,
.rock .operatori_search_box .itinerari .searchbox.horizontal .control .bootstrap-select button:after,
.itinerari .rock .operatori_search_box .searchbox.horizontal .control .bootstrap-select button:after,
.rock .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .rock .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.rock .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .rock .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.rock .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .rock .operatori_search_box .horizontal .control .bootstrap-select button:after,
.rock .operatori_search_box .horizontal .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .vertical .bootstrap-select .rock .operatori_search_box .horizontal button:after,
.rock .operatori_search_box .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .rock .operatori_search_box .horizontal .control .bootstrap-select button:after,
.rock .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .rock .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.rock .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .rock .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.rock .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .rock .operatori_search_box .horizontal .control .bootstrap-select button:after,
.rock .operatori_search_box .horizontal .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .vertical .bootstrap-select .rock .operatori_search_box .horizontal button:after,
.rock .operatori_search_box .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .rock .operatori_search_box .horizontal .control .bootstrap-select button:after,
.rock .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .rock .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.rock .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .rock .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.rock .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .rock .operatori_search_box .horizontal .control .bootstrap-select button:after,
.rock .operatori_search_box .horizontal .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .vertical .bootstrap-select .rock .operatori_search_box .horizontal button:after,
.rock .operatori_search_box .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .rock .operatori_search_box .horizontal .control .bootstrap-select button:after,
.rock .romagna-craft .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna-craft .rock .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.rock .romagna-craft .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna-craft .rock .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.rock .romagna-craft .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna-craft .rock .operatori_search_box .horizontal .control .bootstrap-select button:after,
.rock .operatori_search_box .horizontal .romagna-craft .xp_search_box .vertical .bootstrap-select button:after,
.romagna-craft .xp_search_box .vertical .bootstrap-select .rock .operatori_search_box .horizontal button:after,
.rock .operatori_search_box .romagna-craft .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna-craft .xp_search_box .rock .operatori_search_box .horizontal .control .bootstrap-select button:after,
.rock .spass .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.spass .rock .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.rock .spass .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.spass .rock .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.rock .spass .operatori_search_box .horizontal .control .bootstrap-select button:after,
.spass .rock .operatori_search_box .horizontal .control .bootstrap-select button:after,
.rock .operatori_search_box .horizontal .spass .xp_search_box .vertical .bootstrap-select button:after,
.spass .xp_search_box .vertical .bootstrap-select .rock .operatori_search_box .horizontal button:after,
.rock .operatori_search_box .spass .xp_search_box .horizontal .control .bootstrap-select button:after,
.spass .xp_search_box .rock .operatori_search_box .horizontal .control .bootstrap-select button:after,
.rock .natur .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.natur .rock .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.rock .natur .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.natur .rock .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.rock .natur .operatori_search_box .horizontal .control .bootstrap-select button:after,
.natur .rock .operatori_search_box .horizontal .control .bootstrap-select button:after,
.rock .operatori_search_box .horizontal .natur .xp_search_box .vertical .bootstrap-select button:after,
.natur .xp_search_box .vertical .bootstrap-select .rock .operatori_search_box .horizontal button:after,
.rock .operatori_search_box .natur .xp_search_box .horizontal .control .bootstrap-select button:after,
.natur .xp_search_box .rock .operatori_search_box .horizontal .control .bootstrap-select button:after,
.rock .kultur .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.kultur .rock .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.rock .kultur .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.kultur .rock .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.rock .kultur .operatori_search_box .horizontal .control .bootstrap-select button:after,
.kultur .rock .operatori_search_box .horizontal .control .bootstrap-select button:after,
.rock .operatori_search_box .horizontal .kultur .xp_search_box .vertical .bootstrap-select button:after,
.kultur .xp_search_box .vertical .bootstrap-select .rock .operatori_search_box .horizontal button:after,
.rock .operatori_search_box .kultur .xp_search_box .horizontal .control .bootstrap-select button:after,
.kultur .xp_search_box .rock .operatori_search_box .horizontal .control .bootstrap-select button:after,
.rock .pet .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.pet .rock .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.rock .pet .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.pet .rock .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.rock .pet .operatori_search_box .horizontal .control .bootstrap-select button:after,
.pet .rock .operatori_search_box .horizontal .control .bootstrap-select button:after,
.rock .operatori_search_box .horizontal .pet .xp_search_box .vertical .bootstrap-select button:after,
.pet .xp_search_box .vertical .bootstrap-select .rock .operatori_search_box .horizontal button:after,
.rock .operatori_search_box .pet .xp_search_box .horizontal .control .bootstrap-select button:after,
.pet .xp_search_box .rock .operatori_search_box .horizontal .control .bootstrap-select button:after,
.rock .default .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.default .rock .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.rock .default .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.default .rock .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.rock .default .operatori_search_box .horizontal .control .bootstrap-select button:after,
.default .rock .operatori_search_box .horizontal .control .bootstrap-select button:after,
.rock .operatori_search_box .horizontal .default .xp_search_box .vertical .bootstrap-select button:after,
.default .xp_search_box .vertical .bootstrap-select .rock .operatori_search_box .horizontal button:after,
.rock .operatori_search_box .default .xp_search_box .horizontal .control .bootstrap-select button:after,
.default .xp_search_box .rock .operatori_search_box .horizontal .control .bootstrap-select button:after,
.rock .liscio .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.liscio .rock .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.rock .liscio .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.liscio .rock .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.rock .liscio .operatori_search_box .horizontal .control .bootstrap-select button:after,
.liscio .rock .operatori_search_box .horizontal .control .bootstrap-select button:after,
.rock .operatori_search_box .horizontal .liscio .xp_search_box .vertical .bootstrap-select button:after,
.liscio .xp_search_box .vertical .bootstrap-select .rock .operatori_search_box .horizontal button:after,
.rock .operatori_search_box .liscio .xp_search_box .horizontal .control .bootstrap-select button:after,
.liscio .xp_search_box .rock .operatori_search_box .horizontal .control .bootstrap-select button:after,
.rock .romagna .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna .rock .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.rock .romagna .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna .rock .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.rock .romagna .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna .rock .operatori_search_box .horizontal .control .bootstrap-select button:after,
.rock .operatori_search_box .horizontal .romagna .xp_search_box .vertical .bootstrap-select button:after,
.romagna .xp_search_box .vertical .bootstrap-select .rock .operatori_search_box .horizontal button:after,
.rock .operatori_search_box .romagna .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna .xp_search_box .rock .operatori_search_box .horizontal .control .bootstrap-select button:after,
.rock .motorcycle .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.motorcycle .rock .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.rock .motorcycle .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.motorcycle .rock .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.rock .motorcycle .operatori_search_box .horizontal .control .bootstrap-select button:after,
.motorcycle .rock .operatori_search_box .horizontal .control .bootstrap-select button:after,
.rock .operatori_search_box .horizontal .motorcycle .xp_search_box .vertical .bootstrap-select button:after,
.motorcycle .xp_search_box .vertical .bootstrap-select .rock .operatori_search_box .horizontal button:after,
.rock .operatori_search_box .motorcycle .xp_search_box .horizontal .control .bootstrap-select button:after,
.motorcycle .xp_search_box .rock .operatori_search_box .horizontal .control .bootstrap-select button:after,
.rock .sport .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.sport .rock .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.rock .sport .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.sport .rock .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.rock .sport .operatori_search_box .horizontal .control .bootstrap-select button:after,
.sport .rock .operatori_search_box .horizontal .control .bootstrap-select button:after,
.rock .operatori_search_box .horizontal .sport .xp_search_box .vertical .bootstrap-select button:after,
.sport .xp_search_box .vertical .bootstrap-select .rock .operatori_search_box .horizontal button:after,
.rock .operatori_search_box .sport .xp_search_box .horizontal .control .bootstrap-select button:after,
.sport .xp_search_box .rock .operatori_search_box .horizontal .control .bootstrap-select button:after,
.rock .fun .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.fun .rock .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.rock .fun .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.fun .rock .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.rock .fun .operatori_search_box .horizontal .control .bootstrap-select button:after,
.fun .rock .operatori_search_box .horizontal .control .bootstrap-select button:after,
.rock .operatori_search_box .horizontal .fun .xp_search_box .vertical .bootstrap-select button:after,
.fun .xp_search_box .vertical .bootstrap-select .rock .operatori_search_box .horizontal button:after,
.rock .operatori_search_box .fun .xp_search_box .horizontal .control .bootstrap-select button:after,
.fun .xp_search_box .rock .operatori_search_box .horizontal .control .bootstrap-select button:after,
.rock .wellness .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.wellness .rock .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.rock .wellness .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.wellness .rock .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.rock .wellness .operatori_search_box .horizontal .control .bootstrap-select button:after,
.wellness .rock .operatori_search_box .horizontal .control .bootstrap-select button:after,
.rock .operatori_search_box .horizontal .wellness .xp_search_box .vertical .bootstrap-select button:after,
.wellness .xp_search_box .vertical .bootstrap-select .rock .operatori_search_box .horizontal button:after,
.rock .operatori_search_box .wellness .xp_search_box .horizontal .control .bootstrap-select button:after,
.wellness .xp_search_box .rock .operatori_search_box .horizontal .control .bootstrap-select button:after,
.rock .empire .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.empire .rock .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.rock .empire .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.empire .rock .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.rock .empire .operatori_search_box .horizontal .control .bootstrap-select button:after,
.empire .rock .operatori_search_box .horizontal .control .bootstrap-select button:after,
.rock .operatori_search_box .horizontal .empire .xp_search_box .vertical .bootstrap-select button:after,
.empire .xp_search_box .vertical .bootstrap-select .rock .operatori_search_box .horizontal button:after,
.rock .operatori_search_box .empire .xp_search_box .horizontal .control .bootstrap-select button:after,
.empire .xp_search_box .rock .operatori_search_box .horizontal .control .bootstrap-select button:after,
.rock .bike .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.bike .rock .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.rock .bike .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.bike .rock .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.rock .bike .operatori_search_box .horizontal .control .bootstrap-select button:after,
.bike .rock .operatori_search_box .horizontal .control .bootstrap-select button:after,
.rock .operatori_search_box .horizontal .bike .xp_search_box .vertical .bootstrap-select button:after,
.bike .xp_search_box .vertical .bootstrap-select .rock .operatori_search_box .horizontal button:after,
.rock .operatori_search_box .bike .xp_search_box .horizontal .control .bootstrap-select button:after,
.bike .xp_search_box .rock .operatori_search_box .horizontal .control .bootstrap-select button:after,
.rock .castle .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.castle .rock .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.rock .castle .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.castle .rock .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.rock .castle .operatori_search_box .horizontal .control .bootstrap-select button:after,
.castle .rock .operatori_search_box .horizontal .control .bootstrap-select button:after,
.rock .operatori_search_box .horizontal .castle .xp_search_box .vertical .bootstrap-select button:after,
.castle .xp_search_box .vertical .bootstrap-select .rock .operatori_search_box .horizontal button:after,
.rock .operatori_search_box .castle .xp_search_box .horizontal .control .bootstrap-select button:after,
.castle .xp_search_box .rock .operatori_search_box .horizontal .control .bootstrap-select button:after,
.rock .culture .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.culture .rock .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.rock .culture .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.culture .rock .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.rock .culture .operatori_search_box .horizontal .control .bootstrap-select button:after,
.culture .rock .operatori_search_box .horizontal .control .bootstrap-select button:after,
.rock .operatori_search_box .horizontal .culture .xp_search_box .vertical .bootstrap-select button:after,
.culture .xp_search_box .vertical .bootstrap-select .rock .operatori_search_box .horizontal button:after,
.rock .operatori_search_box .culture .xp_search_box .horizontal .control .bootstrap-select button:after,
.culture .xp_search_box .rock .operatori_search_box .horizontal .control .bootstrap-select button:after,
.rock .romagna_autentica .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna_autentica .rock .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.rock .romagna_autentica .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna_autentica .rock .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.rock .romagna_autentica .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna_autentica .rock .operatori_search_box .horizontal .control .bootstrap-select button:after,
.rock .operatori_search_box .horizontal .romagna_autentica .xp_search_box .vertical .bootstrap-select button:after,
.romagna_autentica .xp_search_box .vertical .bootstrap-select .rock .operatori_search_box .horizontal button:after,
.rock .operatori_search_box .romagna_autentica .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna_autentica .xp_search_box .rock .operatori_search_box .horizontal .control .bootstrap-select button:after,
.rock .nature .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.nature .rock .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.rock .nature .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.nature .rock .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.rock .nature .operatori_search_box .horizontal .control .bootstrap-select button:after,
.nature .rock .operatori_search_box .horizontal .control .bootstrap-select button:after,
.rock .operatori_search_box .horizontal .nature .xp_search_box .vertical .bootstrap-select button:after,
.nature .xp_search_box .vertical .bootstrap-select .rock .operatori_search_box .horizontal button:after,
.rock .operatori_search_box .nature .xp_search_box .horizontal .control .bootstrap-select button:after,
.nature .xp_search_box .rock .operatori_search_box .horizontal .control .bootstrap-select button:after,
.rock .food .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.food .rock .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.rock .food .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.food .rock .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.rock .food .operatori_search_box .horizontal .control .bootstrap-select button:after,
.food .rock .operatori_search_box .horizontal .control .bootstrap-select button:after,
.rock .operatori_search_box .horizontal .food .xp_search_box .vertical .bootstrap-select button:after,
.food .xp_search_box .vertical .bootstrap-select .rock .operatori_search_box .horizontal button:after,
.rock .operatori_search_box .food .xp_search_box .horizontal .control .bootstrap-select button:after,
.food .xp_search_box .rock .operatori_search_box .horizontal .control .bootstrap-select button:after,
.rock .beach .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.beach .rock .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.rock .beach .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.beach .rock .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.rock .beach .operatori_search_box .horizontal .control .bootstrap-select button:after,
.beach .rock .operatori_search_box .horizontal .control .bootstrap-select button:after,
.rock .operatori_search_box .horizontal .beach .xp_search_box .vertical .bootstrap-select button:after,
.beach .xp_search_box .vertical .bootstrap-select .rock .operatori_search_box .horizontal button:after,
.rock .operatori_search_box .beach .xp_search_box .horizontal .control .bootstrap-select button:after,
.beach .xp_search_box .rock .operatori_search_box .horizontal .control .bootstrap-select button:after,
.rock .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.rock .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.rock .operatori_search_box .horizontal .control .bootstrap-select button:after,
.rock .operatori_search_box .events-homepage .header .eventsearchbox.horizontal .control .bootstrap-select button:after,
.events-homepage .header .rock .operatori_search_box .eventsearchbox.horizontal .control .bootstrap-select button:after,
.rock .operatori_search_box .horizontal .events-homepage .header .eventsearchbox.vertical .bootstrap-select button:after,
.events-homepage .header .eventsearchbox.vertical .bootstrap-select .rock .operatori_search_box .horizontal button:after,
.rock .operatori_search_box .events-page .header .eventsearchbox.horizontal .control .bootstrap-select button:after,
.events-page .header .rock .operatori_search_box .eventsearchbox.horizontal .control .bootstrap-select button:after,
.rock .operatori_search_box .horizontal .events-page .header .eventsearchbox.vertical .bootstrap-select button:after,
.events-page .header .eventsearchbox.vertical .bootstrap-select .rock .operatori_search_box .horizontal button:after,
.rock .operatori_search_box .scopri .xp_search_box .horizontal .control .bootstrap-select button:after,
.scopri .xp_search_box .rock .operatori_search_box .horizontal .control .bootstrap-select button:after,
.rock .operatori_search_box .horizontal .scopri .xp_search_box .vertical .bootstrap-select button:after,
.scopri .xp_search_box .vertical .bootstrap-select .rock .operatori_search_box .horizontal button:after,
.rock .scopri .operatori_search_box .horizontal .control .bootstrap-select button:after,
.scopri .rock .operatori_search_box .horizontal .control .bootstrap-select button:after,
.rock .scopri .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.scopri .rock .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.rock .scopri .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.scopri .rock .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.rock .operatori_search_box .idee .xp_search_box .horizontal .control .bootstrap-select button:after,
.idee .xp_search_box .rock .operatori_search_box .horizontal .control .bootstrap-select button:after,
.rock .operatori_search_box .horizontal .idee .xp_search_box .vertical .bootstrap-select button:after,
.idee .xp_search_box .vertical .bootstrap-select .rock .operatori_search_box .horizontal button:after,
.rock .idee .operatori_search_box .horizontal .control .bootstrap-select button:after,
.idee .rock .operatori_search_box .horizontal .control .bootstrap-select button:after,
.rock .idee .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.idee .rock .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.rock .idee .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.idee .rock .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.rock .operatori_search_box .eventi .xp_search_box .horizontal .control .bootstrap-select button:after,
.eventi .xp_search_box .rock .operatori_search_box .horizontal .control .bootstrap-select button:after,
.rock .operatori_search_box .horizontal .eventi .xp_search_box .vertical .bootstrap-select button:after,
.eventi .xp_search_box .vertical .bootstrap-select .rock .operatori_search_box .horizontal button:after,
.rock .eventi .operatori_search_box .horizontal .control .bootstrap-select button:after,
.eventi .rock .operatori_search_box .horizontal .control .bootstrap-select button:after,
.rock .eventi .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.eventi .rock .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.rock .eventi .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.eventi .rock .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.rock .operatori_search_box .pianifica .xp_search_box .horizontal .control .bootstrap-select button:after,
.pianifica .xp_search_box .rock .operatori_search_box .horizontal .control .bootstrap-select button:after,
.rock .operatori_search_box .horizontal .pianifica .xp_search_box .vertical .bootstrap-select button:after,
.pianifica .xp_search_box .vertical .bootstrap-select .rock .operatori_search_box .horizontal button:after,
.rock .pianifica .operatori_search_box .horizontal .control .bootstrap-select button:after,
.pianifica .rock .operatori_search_box .horizontal .control .bootstrap-select button:after,
.rock .pianifica .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.pianifica .rock .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.rock .pianifica .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.pianifica .rock .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.rock .operatori_search_box .esperienze .xp_search_box .horizontal .control .bootstrap-select button:after,
.esperienze .xp_search_box .rock .operatori_search_box .horizontal .control .bootstrap-select button:after,
.rock .operatori_search_box .horizontal .esperienze .xp_search_box .vertical .bootstrap-select button:after,
.esperienze .xp_search_box .vertical .bootstrap-select .rock .operatori_search_box .horizontal button:after,
.rock .esperienze .operatori_search_box .horizontal .control .bootstrap-select button:after,
.esperienze .rock .operatori_search_box .horizontal .control .bootstrap-select button:after,
.rock .esperienze .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.esperienze .rock .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.rock .esperienze .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.esperienze .rock .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.rock .operatori_search_box .news .xp_search_box .horizontal .control .bootstrap-select button:after,
.news .xp_search_box .rock .operatori_search_box .horizontal .control .bootstrap-select button:after,
.rock .operatori_search_box .horizontal .news .xp_search_box .vertical .bootstrap-select button:after,
.news .xp_search_box .vertical .bootstrap-select .rock .operatori_search_box .horizontal button:after,
.rock .news .operatori_search_box .horizontal .control .bootstrap-select button:after,
.news .rock .operatori_search_box .horizontal .control .bootstrap-select button:after,
.rock .news .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.news .rock .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.rock .news .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.news .rock .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.rock .operatori_search_box .iat .xp_search_box .horizontal .control .bootstrap-select button:after,
.iat .xp_search_box .rock .operatori_search_box .horizontal .control .bootstrap-select button:after,
.rock .operatori_search_box .horizontal .iat .xp_search_box .vertical .bootstrap-select button:after,
.iat .xp_search_box .vertical .bootstrap-select .rock .operatori_search_box .horizontal button:after,
.rock .iat .operatori_search_box .horizontal .control .bootstrap-select button:after,
.iat .rock .operatori_search_box .horizontal .control .bootstrap-select button:after,
.rock .iat .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.iat .rock .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.rock .iat .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.iat .rock .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.rock .operatori_search_box .meteo .xp_search_box .horizontal .control .bootstrap-select button:after,
.meteo .xp_search_box .rock .operatori_search_box .horizontal .control .bootstrap-select button:after,
.rock .operatori_search_box .horizontal .meteo .xp_search_box .vertical .bootstrap-select button:after,
.meteo .xp_search_box .vertical .bootstrap-select .rock .operatori_search_box .horizontal button:after,
.rock .meteo .operatori_search_box .horizontal .control .bootstrap-select button:after,
.meteo .rock .operatori_search_box .horizontal .control .bootstrap-select button:after,
.rock .meteo .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.meteo .rock .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.rock .meteo .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.meteo .rock .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.rock .operatori_search_box .odm .xp_search_box .horizontal .control .bootstrap-select button:after,
.odm .xp_search_box .rock .operatori_search_box .horizontal .control .bootstrap-select button:after,
.rock .operatori_search_box .horizontal .odm .xp_search_box .vertical .bootstrap-select button:after,
.odm .xp_search_box .vertical .bootstrap-select .rock .operatori_search_box .horizontal button:after,
.rock .odm .operatori_search_box .horizontal .control .bootstrap-select button:after,
.odm .rock .operatori_search_box .horizontal .control .bootstrap-select button:after,
.rock .odm .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.odm .rock .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.rock .odm .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.odm .rock .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.rock .operatori_search_box .booking .xp_search_box .horizontal .control .bootstrap-select button:after,
.booking .xp_search_box .rock .operatori_search_box .horizontal .control .bootstrap-select button:after,
.rock .operatori_search_box .horizontal .booking .xp_search_box .vertical .bootstrap-select button:after,
.booking .xp_search_box .vertical .bootstrap-select .rock .operatori_search_box .horizontal button:after,
.rock .booking .operatori_search_box .horizontal .control .bootstrap-select button:after,
.booking .rock .operatori_search_box .horizontal .control .bootstrap-select button:after,
.rock .booking .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.booking .rock .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.rock .booking .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.booking .rock .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.rock .operatori_search_box .xp_search_box .horizontal .control .bootstrap-select button:after,
.rock .xp_search_box .operatori_search_box .horizontal .control .bootstrap-select button:after,
.rock .operatori_search_box .horizontal .xp_search_box .vertical .bootstrap-select button:after,
.rock .xp_search_box .vertical .bootstrap-select .operatori_search_box .horizontal button:after {
  line-height: 2.2rem;
}

.rock .operatori_search_box .horizontal button.collapsible {
  border: none;
  background-color: transparent;
  display: block;
  width: 100%;
  font-size: 1.6rem;
  color: #ffffff;
  letter-spacing: -0.41px;
  text-align: left;
  text-transform: uppercase;
}

.rock .operatori_search_box .horizontal .control {
  padding: 0.5rem 1rem;
  height: 5rem;
  background-color: white;
  margin: 0.5rem;
}

.rock .operatori_search_box .horizontal .control.btn-holder {
  min-width: 2rem;
  width: auto;
  padding: 0px;
}

.rock .operatori_search_box .horizontal .control.btn-holder button {
  width: 100%;
  border: none;
  background-color: black;
  height: 100%;
  font-size: 1.6rem;
  color: #ffffff;
  letter-spacing: -0.41px;
  text-align: center;
  text-transform: uppercase;
  display: block;
  padding: 0px;
}

.rock .operatori_search_box .horizontal .control .ert-dropdown {
  width: 100%;
}

.rock .operatori_search_box .horizontal .control .ert-dropdown * {
  cursor: pointer;
}

.rock .operatori_search_box .horizontal .control .ert-dropdown .ert-combo {
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
  display: block;
  text-align: left;
}

.rock .operatori_search_box .horizontal .control .ert-dropdown .ert-combo::after {
  border: none;
}

.rock .operatori_search_box .horizontal .control .ert-dropdown .ert-combo i {
  transition: 500ms ease;
  transform: rotate(0);
  position: absolute;
  top: 2.25rem;
  right: 15px;
}

.rock .operatori_search_box .horizontal .control .ert-dropdown .ert-combo .button {
  padding: 0px;
}

.rock .operatori_search_box .horizontal .control .ert-dropdown.show .ert-combo i {
  transform: rotate(180deg);
}

.rock .operatori_search_box .horizontal .control .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: auto;
}

.rock .operatori_search_box .horizontal .control .bootstrap-select {
  margin-top: -1px;
}

.rock .operatori_search_box .horizontal .control .bootstrap-select *:focus {
  box-shadow: none important;
}

.rock .operatori_search_box .horizontal .control .bootstrap-select button {
  padding: 0px;
  font-size: 1.5rem;
  background: #ffffff;
  color: #848484;
  letter-spacing: 0.3px;
  border: none;
  border-radius: 0;
}

.rock .operatori_search_box .horizontal .control .bootstrap-select button:after {
  content: "\F078";
  border: none;
}

.rock .operatori_search_box .horizontal .control .bootstrap-select .dropdown-menu {
  width: 100% !important;
  border: none;
  border-radius: 0;
  box-shadow: 0px 2px 2px 0px #a9a9a970;
  border-top: 1px solid #a9a9a970;
}

.rock .operatori_search_box .horizontal .control .bootstrap-select .dropdown-menu.inner.show {
  border-top: none;
}

.rock .operatori_search_box .horizontal .control .bootstrap-select .dropdown-menu .dropdown-item {
  font-size: 1.5rem;
  line-height: 4rem;
}

.rock .operatori_search_box .horizontal .control .bootstrap-select .dropdown-menu .dropdown-item:active,
.rock .operatori_search_box .horizontal .control .bootstrap-select .dropdown-menu .dropdown-item.active {
  background-color: #000000;
}

.rock .operatori_search_box .horizontal .control label {
  background: #ffffff;
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
  line-height: 2.4rem;
  margin-bottom: 0px;
  margin-right: 0.5rem;
}

@media (max-width: 768px) {
  .rock .operatori_search_box .horizontal .control label {
    min-width: 6.2rem;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .rock .operatori_search_box .horizontal .control label {
    display: none;
  }
}

.rock .operatori_search_box .horizontal .control .flatpickr-mobile.form-control {
  padding: 1px 0;
}

.rock .operatori_search_box .horizontal .control input[type=text],
.rock .operatori_search_box .horizontal .control input[type=date] {
  border: none;
  font-size: 1.5rem;
  border-radius: 0;
  background-color: white;
  border-bottom: 1px solid #495057;
  min-width: 0;
  height: auto;
}

.rock .operatori_search_box .horizontal .control input[type=text]:focus,
.rock .operatori_search_box .horizontal .control input[type=date]:focus {
  box-shadow: none;
}

.rock .operatori_search_box .vertical {
  max-width: 30rem;
  z-index: 10;
  position: relative;
  height: 4.4rem;
  margin: 0 auto;
}

.rock .operatori_search_box .vertical button.collapsible {
  border: none;
  background-color: transparent;
  display: block;
  position: absolute;
  width: 100%;
}

.rock .operatori_search_box .vertical .dropbutton {
  display: none;
}

.rock .operatori_search_box .vertical .dropbutton.collapsed {
  display: block;
}

.rock .operatori_search_box .vertical #collapse-events {
  padding: 1.8rem;
  background-color: #000000;
  background-image: linear-gradient(-180deg, black 0%, #000000 48%, black 80%);
  font-size: 1.6rem;
}

.rock .operatori_search_box .vertical .fa-chevron-up {
  text-align: right;
  line-height: 4rem;
  color: white;
  margin-bottom: 1.8rem;
}

.rock .operatori_search_box .vertical .form-group {
  background: #ffffff;
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
}

.rock .operatori_search_box .vertical .form-group .col-form-label {
  line-height: 5rem;
}

.rock .operatori_search_box .vertical .ert-text {
  border: none;
  font-size: 1.5rem;
  height: 60px;
  border-radius: 0;
  background-color: white;
}

.rock .operatori_search_box .vertical .ert-text.line {
  border-bottom: 1px solid #495057;
  height: auto;
  margin-top: 14px;
}

.rock .operatori_search_box .vertical .ert-text:focus {
  box-shadow: none;
}

.rock .operatori_search_box .vertical button.search {
  border: none;
  position: absolute;
  bottom: -10rem;
  left: 5%;
  right: 5%;
  width: 90%;
  line-height: 4.4rem;
}

.rock .operatori_search_box .vertical .datepicker-holder {
  padding-right: 0px;
}

.rock .operatori_search_box .vertical .datepicker-holder * {
  cursor: pointer;
}

.rock .operatori_search_box .vertical .datepicker-holder input[type=date]::-webkit-calendar-picker-indicator {
  width: 1.2rem;
  height: 0.7rem;
  -webkit-mask: url(/images/caret.svg);
          mask: url(/images/caret.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  -webkit-transition: 500ms ease;
  transition: 500ms ease;
  background-color: #686868;
}

.rock .operatori_search_box .vertical .datepicker-holder .flatpickr-calendar.static {
  margin-left: -193px;
  margin-top: -184px;
  left: 50%;
  top: 50%;
}

.rock .operatori_search_box .vertical .datepicker-holder .flatpickr-calendar.static.arrowBottom:after {
  display: none;
}

.rock .operatori_search_box .vertical .datepicker-holder .flatpickr-calendar.static.arrowBottom:before {
  display: none;
}

.rock .operatori_search_box .vertical .datepicker-holder .flatpickr-months .flatpickr-month {
  height: 32px;
}

.rock .operatori_search_box .vertical .ert-dropdown * {
  cursor: pointer;
}

.rock .operatori_search_box .vertical .ert-dropdown .ert-combo {
  background: #ffffff;
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
  line-height: 5rem;
  display: block;
  width: 100%;
  height: 60px;
  text-align: left;
}

.rock .operatori_search_box .vertical .ert-dropdown .ert-combo::after {
  border: none;
}

.rock .operatori_search_box .vertical .ert-dropdown .ert-combo i {
  transition: 500ms ease;
  transform: rotate(0);
  position: absolute;
  top: 2.25rem;
  right: 15px;
}

.rock .operatori_search_box .vertical .ert-dropdown .ert-combo .button {
  padding: 0px;
}

.rock .operatori_search_box .vertical .ert-dropdown .dropdown-menu {
  width: 100% !important;
  border: none;
  border-radius: 0;
  box-shadow: 0px 2px 2px 0px #a9a9a970;
  border-top: 1px solid #a9a9a970;
}

.rock .operatori_search_box .vertical .ert-dropdown .dropdown-menu .dropdown-item {
  font-size: 1.5rem;
  line-height: 4rem;
}

.rock .operatori_search_box .vertical .ert-dropdown .dropdown-menu .dropdown-item:active {
  background-color: #000000;
}

.rock .operatori_search_box .vertical .ert-dropdown.show .ert-combo i {
  transform: rotate(180deg);
}

.rock .operatori_search_box .vertical .bootstrap-select *:focus {
  box-shadow: none important;
}

.rock .operatori_search_box .vertical .bootstrap-select button {
  font-size: 1.5rem;
  color: #848484;
  letter-spacing: 0.3px;
  border: none;
  font-size: 1.5rem;
  height: 60px;
  border-radius: 0;
  background-color: white;
}

.rock .operatori_search_box .vertical .bootstrap-select button:after {
  content: "\F078";
  border: none;
}

.rock .operatori_search_box .vertical .bootstrap-select .dropdown-menu {
  width: 100% !important;
  border: none;
  border-radius: 0;
  box-shadow: 0px 2px 2px 0px #a9a9a970;
  border-top: 1px solid #a9a9a970;
}

.rock .operatori_search_box .vertical .bootstrap-select .dropdown-menu .dropdown-item {
  font-size: 1.5rem;
  line-height: 4rem;
}

.rock .operatori_search_box .vertical .bootstrap-select .dropdown-menu .dropdown-item:active,
.rock .operatori_search_box .vertical .bootstrap-select .dropdown-menu .dropdown-item.active {
  background-color: #000000;
}

.rock .operatori_search_box .vertical .btn-er,
.rock .operatori_search_box .vertical .instagram .instabutton div span,
.instagram .instabutton div .rock .operatori_search_box .vertical span {
  margin-top: 18px;
}

.rock .operatori_search_box .vertical .btn-er .fa-chevron-down,
.rock .operatori_search_box .vertical .instagram .instabutton div span .fa-chevron-down,
.instagram .instabutton div .rock .operatori_search_box .vertical span .fa-chevron-down {
  float: right;
  line-height: 4rem;
}

.rock .home-boxes {
  background-color: #000000;
}

.rock .content-box a {
  font-weight: bold;
  color: #000000;
}

.rock .content-box a strong {
  color: #000000;
}

.rock .content-box .btn-er,
.rock .content-box .instagram .instabutton div span,
.instagram .instabutton div .rock .content-box span {
  background-color: #000000;
  color: white;
}

.rock .content-box h3.with-line {
  font-size: 1.8rem;
  color: #030303;
  letter-spacing: -0.43px;
  text-transform: uppercase;
  margin-bottom: 2.1rem;
}

.rock .content-box h3.with-line::before {
  content: "";
  display: block;
  height: 3px;
  background: #0e797b;
  width: 100%;
  max-width: 32rem;
  margin-left: 0;
  margin-right: 0;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.rock *:focus {
  outline: 1px solid #000000;
  outline-offset: -1px;
}

.rock .bootstrap-select .dropdown-toggle:focus {
  outline: 1px solid #000000;
  outline-offset: -1px;
}

.rock a:hover {
  outline: 1px solid #1a1a1a;
}

.rock a:active {
  outline: 1px solid #000000;
}

.rock .events-list {
  font-size: 1.4rem;
}

.rock .section-list {
  display: block;
  text-align: right;
}

.rock .section-list a {
  font-size: 2rem;
  color: #000000;
}

.rock .events-list dt,
.rock .section-list dt,
.rock .iat-list dt {
  text-transform: uppercase;
  font-size: 1.5rem;
  line-height: 1.5;
  color: #111;
  letter-spacing: -0.38px;
  font-weight: 600;
  margin-top: 1.4rem;
}

.rock .events-list dd,
.rock .section-list dd,
.rock .iat-list dd {
  font-size: 1.6rem;
  margin-bottom: 0.6rem;
  line-height: 1.5;
  color: #030303;
}

.rock .events-list dd i,
.rock .section-list dd i,
.rock .iat-list dd i {
  margin-right: 0.6rem;
}

.rock .events-list ul,
.rock .section-list ul,
.rock .iat-list ul {
  list-style: none;
  padding-inline-start: 0;
}

.rock .events-list ul li,
.rock .section-list ul li,
.rock .iat-list ul li {
  font-size: 1.5rem;
  color: #030303;
  margin-top: 0.6rem;
  line-height: 1.5;
}

.rock .events-list ul.tappe-list,
.rock .section-list ul.tappe-list,
.rock .iat-list ul.tappe-list {
  list-style: none;
  padding-inline-start: 0;
}

.rock .events-list ul.tappe-list li,
.rock .section-list ul.tappe-list li,
.rock .iat-list ul.tappe-list li {
  font-size: 1.6rem;
  line-height: 1.5;
  color: #030303;
}

.rock .tickets-list {
  display: flex;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #111;
  letter-spacing: -0.38px;
  font-weight: 600;
  margin-top: 1.4rem;
}

.rock .tickets-list i {
  margin-top: 0.6rem;
}

.rock .tickets-list li {
  color: #030303;
  font-size: 1.6rem;
  margin-left: 1.2rem;
}

.rock .tickets-list li i {
  margin-right: 0.6rem;
}

.rock .address * {
  color: white;
}

.rock .top-title-box {
  padding: 0rem;
  text-align: center;
}

.rock .top-title-box.no-image {
  padding-top: 10rem;
}

.rock .top-title-box.no-image .er-logo-top {
  margin: 0 auto;
  display: block;
  margin-bottom: 10rem;
}

.rock .top-title-box h1 {
  font-size: 3rem;
  color: #000000;
  letter-spacing: -1.01px;
  line-height: 4rem;
  margin: 2rem 0;
}

.rock .top-title-box h2 {
  font-size: 2rem;
  line-height: 1.5;
  color: #000;
  letter-spacing: -0.58px;
}

.rock .top-title-box .breadcrumb {
  opacity: 0.6;
  font-size: 1.5rem;
  letter-spacing: -0.38px;
  padding: 0;
  margin: 0;
  color: #000000;
  background-color: #fff;
}

.rock .top-title-box .breadcrumb .breadcrumb-item::before,
.rock .top-title-box .breadcrumb a {
  color: #000000;
}

@media (min-width: 992px) {
  .rock .top-title-box h1 {
    line-height: 7rem;
    font-size: 7rem;
    margin-top: 3rem;
  }

  .rock .top-title-box h2 {
    font-size: 2rem;
    line-height: 1.5rem;
  }

  .rock .top-title-box .breadcrumb {
    font-size: 1.9rem;
  }
}

.rock .image-box-with-border {
  margin: 2rem 0;
  border-top: 64px solid #000000;
}

.rock .image-box-with-border img {
  -o-object-fit: cover;
     object-fit: cover;
}

.rock .top-image {
  transition: background-image 1s ease-in-out;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 20px;
}

.rock .top-image .logo {
  position: absolute;
  width: 30rem;
  bottom: 20px;
  left: 50%;
  margin-left: -15rem;
}

.rock .top-image.no-mask {
  height: 600px;
}

.rock .top-image .mask {
  z-index: 997;
  position: relative;
  width: 100%;
}

@media (min-width: 992px) {
  .rock .top-image:after {
    position: absolute;
    content: "";
    left: 0px;
    bottom: -20px;
    width: 100%;
    height: 20px;
    transform: rotate(-180deg);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(255, 255, 255, 0.12) 12%, #e6e6e6);
  }
}

.rock .info-box {
  position: relative;
  z-index: 0;
  border-right: 1px solid #e6e6e6;
  border-left: 7px solid #000000;
  background-color: white;
  padding: 0.1rem 1.5rem;
}

.rock .info-box h3 {
  font-weight: bold;
  font-size: 1.9rem;
}

.rock .info-box .referente {
  font-size: 1.7rem;
  line-height: 1.8rem;
  color: #000;
  letter-spacing: -0.41px;
}

@media (min-width: 768px) {
  .rock .info-box {
    position: sticky;
    position: -webkit-sticky;
    top: 68px;
  }
}

.rock .info-box:after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: -8px;
  height: 8px;
  left: 0px;
  z-index: -1;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.01) 30%, rgba(0, 0, 0, 0.03) 50%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0.08) 90%, rgba(0, 0, 0, 0.09) 96%, rgba(0, 0, 0, 0.1) 100%);
}

.rock .info-box:after {
  width: calc(100% + 8px);
  left: -7px;
}

@media (max-width: 991.98px) {
  .rock .info-box {
    width: auto;
    max-width: 60%;
    min-width: 300px;
    margin: 20px auto;
    display: block;
  }
}

@media (min-width: 992px) {
  .rock .info-box {
    margin-top: 2.2rem;
  }
}

.rock .info-box li {
  padding: 1.1rem 0;
}

.rock .info-box li .icon {
  font-size: 2.8rem;
  line-height: 3.3rem;
  margin-right: 1rem;
  float: left;
}

.rock .info-box li .info .title {
  text-transform: uppercase;
  font-size: 1.2rem;
  line-height: 1.5rem;
  color: #787878;
  letter-spacing: -0.38px;
}

.rock .info-box li .info .value {
  font-size: 1.7rem;
  line-height: 1.8rem;
  color: #000000;
  letter-spacing: -0.41px;
  display: table;
}

.rock .info-box li .info .value a {
  word-break: break-all;
}

@media (max-width: 991.98px) {
  .rock .info-box li.bookmarks {
    display: none;
  }
}

.rock .info-box .title-index {
  text-transform: uppercase;
  font-size: 1.4rem;
  line-height: 3rem;
  letter-spacing: -0.38px;
}

.rock .info-box .bookmarks {
  display: inline-block;
}

.rock .info-box .bookmarks ul li {
  padding: 0.5rem 0;
  width: 100%;
}

.rock .info-box .bookmarks ul li a {
  font-size: 1.4rem;
  line-height: 1.5rem;
  color: #000000;
  letter-spacing: -0.41px;
}

.rock .info-box .bookmarks ul li a.active {
  text-decoration: underline;
}

.rock #bookmarks-index {
  margin-top: 8rem;
}

.rock #bookmarks-index .info {
  padding: 2.1rem;
}

.rock #bookmarks-index h4 {
  font-size: 1.8rem;
}

@media (min-width: 768px) {
  .rock #bookmarks-index {
    display: none;
  }
}

.rock blockquote:before {
  color: #030303;
}

.rock .btn-er,
.rock .instagram .instabutton div span,
.instagram .instabutton div .rock span,
.rock.btn {
  background: #000000;
}

.rock hr {
  height: 3px;
  background: #000000;
  width: 100%;
  max-width: 32rem;
  margin-left: 0;
  margin-right: 0;
  margin-top: 1rem;
  margin-bottom: 2rem;
}

.rock .section h2 {
  margin-top: 4.5rem;
  margin-bottom: 4.5rem;
  font-size: 4.42rem;
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.18;
  letter-spacing: -1.07px;
  text-align: center;
  color: black;
  /*text-decoration: underline;*/
}

.rock .section h2 a {
  color: black;
}

.rock .section h3 {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
  font-size: 3.42rem;
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.18;
  letter-spacing: -1.07px;
  text-align: center;
  color: black;
  text-transform: uppercase;
  /*text-decoration: underline;*/
}

.rock .section h3 a {
  color: black;
}

.rock .section .gallery {
  position: relative;
  padding-bottom: 33px;
}

.rock .section .gallery .swiper-button-next,
.rock .section .gallery .swiper-container-rtl .swiper-button-prev,
.rock .section .gallery .swiper-button-prev,
.rock .section .gallery .swiper-container-rtl .swiper-button-next {
  background-position: center;
  width: 7.2rem;
  bottom: 33px;
  height: auto;
  top: 0px;
  margin: 0px;
  left: auto;
}

.rock .section .gallery .swiper-button-next svg,
.rock .section .gallery .swiper-container-rtl .swiper-button-prev svg,
.rock .section .gallery .swiper-button-prev svg,
.rock .section .gallery .swiper-container-rtl .swiper-button-next svg {
  top: 50%;
  left: 2.1rem;
  position: absolute;
  width: 3rem;
  height: 3rem;
  margin-top: -1.5rem;
  filter: drop-shadow(0px 3px 3px black);
}

.rock .section .gallery .swiper-button-next,
.rock .section .gallery .swiper-button-prev,
.rock .section .gallery .swiper-container-rtl .swiper-button-prev,
.rock .section .gallery .swiper-container-rtl .swiper-button-next {
  fill: #fff;
}

.rock .section .gallery .swiper-button-next,
.rock .section .gallery .swiper-container-rtl .swiper-button-prev {
  right: 0px;
}

.rock .section .gallery .swiper-button-prev,
.rock .section .gallery .swiper-container-rtl .swiper-button-next {
  left: 0px;
}

.rock .section .gallery .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #000000;
}

.rock .section .gallery .swiper-pagination-bullet {
  border: 1px solid #000000;
}

.rock .section .gallery .swiper-pagination-bullets {
  bottom: 2px;
}

.rock .section .gallery .swiper-slide .carousel-content {
  background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.07) 8%, rgba(0, 0, 0, 0.45) 68%);
  position: absolute;
  left: 0rem;
  bottom: 0rem;
  right: 0rem;
  width: auto;
  padding: 10rem 2rem 2rem 2rem;
  font-size: 2.6rem;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.63px;
  text-align: center;
  color: #ffffff;
}

.rock .section .gallery .swiper-slide .carousel-content a {
  color: #ffffff !important;
}

.rock .section .card-carousel .nodefault.swiper-button-prev::after,
.rock .section .card-carousel .nodefault.swiper-button-prev::before,
.rock .section .card-carousel .nodefault.swiper-button-next::after,
.rock .section .card-carousel .nodefault.swiper-button-next::before {
  content: unset;
}

.rock .section .card-carousel .swiper-slide {
  height: auto;
  margin-bottom: 5rem;
}

.rock .section .card-carousel .swiper-slide .iv-wrapper,
.rock .section .card-carousel .swiper-slide a .iv-wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

.rock .section .card-carousel .swiper-slide .iv-wrapper > div,
.rock .section .card-carousel .swiper-slide a .iv-wrapper > div {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: start;
}

.rock .section .card-carousel .swiper-slide .iv-wrapper .image,
.rock .section .card-carousel .swiper-slide a .iv-wrapper .image {
  min-height: 23rem;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.rock .section .card-carousel .swiper-slide .iv-wrapper .content,
.rock .section .card-carousel .swiper-slide a .iv-wrapper .content {
  background: #ffffff;
  border: 0 solid #000000;
  position: relative;
  padding: 2rem 2.1rem 4rem;
  position: relative;
  z-index: 0;
}

.rock .section .card-carousel .swiper-slide .iv-wrapper .content:after,
.rock .section .card-carousel .swiper-slide a .iv-wrapper .content:after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: -4px;
  height: 4px;
  left: 0px;
  z-index: -1;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.01) 30%, rgba(0, 0, 0, 0.03) 50%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0.08) 90%, rgba(0, 0, 0, 0.09) 96%, rgba(0, 0, 0, 0.1) 100%);
}

.rock .section .card-carousel .swiper-slide .iv-wrapper .content h3,
.rock .section .card-carousel .swiper-slide a .iv-wrapper .content h3 {
  font-size: 2rem;
  color: #030303;
  letter-spacing: -0.48px;
  text-align: left;
}

.rock .section .card-carousel .swiper-slide .iv-wrapper .content p,
.rock .section .card-carousel .swiper-slide .iv-wrapper .content p a,
.rock .section .card-carousel .swiper-slide .iv-wrapper .content a p,
.rock .section .card-carousel .swiper-slide a .iv-wrapper .content p,
.rock .section .card-carousel .swiper-slide a .iv-wrapper .content p a,
.rock .section .card-carousel .swiper-slide a .iv-wrapper .content a p {
  font-size: 1.5rem;
  color: #030303;
  letter-spacing: -0.38px;
  margin-bottom: 0px;
}

.rock .section .card-carousel .swiper-slide .iv-wrapper .content p .readmore,
.rock .section .card-carousel .swiper-slide .iv-wrapper .content p a .readmore,
.rock .section .card-carousel .swiper-slide .iv-wrapper .content a p .readmore,
.rock .section .card-carousel .swiper-slide a .iv-wrapper .content p .readmore,
.rock .section .card-carousel .swiper-slide a .iv-wrapper .content p a .readmore,
.rock .section .card-carousel .swiper-slide a .iv-wrapper .content a p .readmore {
  font-style: italic;
  color: black;
  display: block;
  margin-top: 1rem;
}

.rock .section .card-carousel .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border: 1px solid #000000;
  background: none;
  opacity: 1;
}

.rock .section .card-carousel .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #000000;
}

.rock .section .card-carousel .swiper-button-next,
.rock .section .card-carousel .swiper-container-rtl .swiper-button-prev,
.rock .section .card-carousel .swiper-button-prev,
.rock .section .card-carousel .swiper-container-rtl .swiper-button-next {
  background-image: none;
  width: 4rem;
  height: 23rem;
  top: 0px;
  margin: 0px;
  left: auto;
}

.rock .section .card-carousel .swiper-button-next svg,
.rock .section .card-carousel .swiper-container-rtl .swiper-button-prev svg,
.rock .section .card-carousel .swiper-button-prev svg,
.rock .section .card-carousel .swiper-container-rtl .swiper-button-next svg {
  top: 50%;
  left: 50%;
  position: absolute;
  width: 3rem;
  height: 3rem;
  margin-top: -1.5rem;
  margin-left: -1.5rem;
  filter: drop-shadow(0px 3px 3px black);
}

.rock .section .card-carousel .swiper-button-next,
.rock .section .card-carousel .swiper-button-prev,
.rock .section .card-carousel .swiper-container-rtl .swiper-button-prev,
.rock .section .card-carousel .swiper-container-rtl .swiper-button-next {
  fill: #fff;
}

.rock .section .card-carousel .swiper-button-next,
.rock .section .card-carousel .swiper-container-rtl .swiper-button-prev {
  right: 0px;
}

.rock .section .card-carousel .swiper-button-prev,
.rock .section .card-carousel .swiper-container-rtl .swiper-button-next {
  left: 0px;
}

.rock .section .sassibox-item,
.rock .section a .sassibox-item {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 5rem;
}

.rock .section .sassibox-item > div,
.rock .section a .sassibox-item > div {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.rock .section .sassibox-item .image,
.rock .section a .sassibox-item .image {
  min-height: 23rem;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.rock .section .sassibox-item .content,
.rock .section a .sassibox-item .content {
  background: #ffffff;
  border: 0 solid #000000;
  position: relative;
  padding: 1rem 0;
  position: relative;
  z-index: 0;
}

.rock .section .sassibox-item .content:after,
.rock .section a .sassibox-item .content:after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: -4px;
  height: 4px;
  left: 0px;
  z-index: -1;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.01) 30%, rgba(0, 0, 0, 0.03) 50%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0.08) 90%, rgba(0, 0, 0, 0.09) 96%, rgba(0, 0, 0, 0.1) 100%);
}

.rock .section .sassibox-item .content h4,
.rock .section a .sassibox-item .content h4 {
  font-size: 2rem;
  color: #030303;
  letter-spacing: -0.48px;
  text-align: left;
}

.rock .section .sassibox-item .content p,
.rock .section .sassibox-item .content span,
.rock .section .sassibox-item .content a span,
.rock .section .sassibox-item .content span a,
.rock .section .sassibox-item .content p a,
.rock .section .sassibox-item .content a p,
.rock .section a .sassibox-item .content p,
.rock .section a .sassibox-item .content span,
.rock .section a .sassibox-item .content a span,
.rock .section a .sassibox-item .content span a,
.rock .section a .sassibox-item .content p a,
.rock .section a .sassibox-item .content a p {
  font-size: 1.5rem;
  color: #030303;
  letter-spacing: -0.38px;
}

.rock .section .sassibox-item .content .action,
.rock .section a .sassibox-item .content .action {
  margin: 10px 0;
}

.rock .section .sassibox-item .content .action button,
.rock .section a .sassibox-item .content .action button {
  font-family: "Open Sans", sans-serif !important;
}

.rock .section .sassibox-item .content .readmore,
.rock .section a .sassibox-item .content .readmore {
  border: 1px solid transparent;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  padding: 6px 12px;
  text-align: center;
  vertical-align: middle;
  width: -moz-fit-content;
  width: fit-content;
  text-transform: uppercase;
  background-color: #000000;
}

.beach .xp_search_box button span {
  color: white;
}

.beach .xp_search_box .city {
  color: white;
}

.beach .xp_search_box .horizontal {
  padding: 1rem;
  background-color: #f2c050;
  background-image: linear-gradient(-180deg, #f2bf4d 0%, #f2c050 48%, #f2bf4e 80%);
  font-size: 1.6rem;
}

.beach .xp_search_box .horizontal.collapsed {
  border-radius: 2px;
  box-shadow: -1px 0 3px 0 rgba(0, 0, 0, 0.25);
}

.beach .xp_search_box .horizontal .fa,
.beach .xp_search_box .horizontal .search .searchearchbox.vertical .bootstrap-select button:after,
.search .searchearchbox.vertical .bootstrap-select .beach .xp_search_box .horizontal button:after,
.beach .xp_search_box .search .searchearchbox.horizontal .control .bootstrap-select button:after,
.search .beach .xp_search_box .searchearchbox.horizontal .control .bootstrap-select button:after,
.beach .xp_search_box .horizontal .downloads .downloadsearchbox.vertical .bootstrap-select button:after,
.downloads .downloadsearchbox.vertical .bootstrap-select .beach .xp_search_box .horizontal button:after,
.beach .xp_search_box .downloads .downloadsearchbox.horizontal .control .bootstrap-select button:after,
.downloads .beach .xp_search_box .downloadsearchbox.horizontal .control .bootstrap-select button:after,
.beach .xp_search_box .horizontal .localita #searchbox-app .bootstrap-select button:after,
.localita #searchbox-app .bootstrap-select .beach .xp_search_box .horizontal button:after,
.beach .xp_search_box .horizontal .itinerari .searchbox .control .bootstrap-select button:after,
.itinerari .searchbox .control .bootstrap-select .beach .xp_search_box .horizontal button:after,
.beach .xp_search_box .itinerari .searchbox.horizontal .control .bootstrap-select button:after,
.itinerari .beach .xp_search_box .searchbox.horizontal .control .bootstrap-select button:after,
.beach .xp_search_box .horizontal .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .vertical .bootstrap-select .beach .xp_search_box .horizontal button:after,
.beach .xp_search_box .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .beach .xp_search_box .horizontal .control .bootstrap-select button:after,
.beach .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .beach .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.beach .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .beach .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.beach .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .beach .xp_search_box .horizontal .control .bootstrap-select button:after,
.beach .xp_search_box .horizontal .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .vertical .bootstrap-select .beach .xp_search_box .horizontal button:after,
.beach .xp_search_box .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .beach .xp_search_box .horizontal .control .bootstrap-select button:after,
.beach .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .beach .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.beach .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .beach .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.beach .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .beach .xp_search_box .horizontal .control .bootstrap-select button:after,
.beach .xp_search_box .horizontal .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .vertical .bootstrap-select .beach .xp_search_box .horizontal button:after,
.beach .xp_search_box .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .beach .xp_search_box .horizontal .control .bootstrap-select button:after,
.beach .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .beach .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.beach .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .beach .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.beach .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .beach .xp_search_box .horizontal .control .bootstrap-select button:after,
.beach .xp_search_box .horizontal .romagna-craft .operatori_search_box .vertical .bootstrap-select button:after,
.romagna-craft .operatori_search_box .vertical .bootstrap-select .beach .xp_search_box .horizontal button:after,
.beach .xp_search_box .romagna-craft .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna-craft .operatori_search_box .beach .xp_search_box .horizontal .control .bootstrap-select button:after,
.beach .romagna-craft .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna-craft .beach .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.beach .romagna-craft .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna-craft .beach .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.beach .romagna-craft .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna-craft .beach .xp_search_box .horizontal .control .bootstrap-select button:after,
.beach .xp_search_box .horizontal .spass .operatori_search_box .vertical .bootstrap-select button:after,
.spass .operatori_search_box .vertical .bootstrap-select .beach .xp_search_box .horizontal button:after,
.beach .xp_search_box .spass .operatori_search_box .horizontal .control .bootstrap-select button:after,
.spass .operatori_search_box .beach .xp_search_box .horizontal .control .bootstrap-select button:after,
.beach .spass .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.spass .beach .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.beach .spass .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.spass .beach .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.beach .spass .xp_search_box .horizontal .control .bootstrap-select button:after,
.spass .beach .xp_search_box .horizontal .control .bootstrap-select button:after,
.beach .xp_search_box .horizontal .natur .operatori_search_box .vertical .bootstrap-select button:after,
.natur .operatori_search_box .vertical .bootstrap-select .beach .xp_search_box .horizontal button:after,
.beach .xp_search_box .natur .operatori_search_box .horizontal .control .bootstrap-select button:after,
.natur .operatori_search_box .beach .xp_search_box .horizontal .control .bootstrap-select button:after,
.beach .natur .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.natur .beach .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.beach .natur .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.natur .beach .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.beach .natur .xp_search_box .horizontal .control .bootstrap-select button:after,
.natur .beach .xp_search_box .horizontal .control .bootstrap-select button:after,
.beach .xp_search_box .horizontal .kultur .operatori_search_box .vertical .bootstrap-select button:after,
.kultur .operatori_search_box .vertical .bootstrap-select .beach .xp_search_box .horizontal button:after,
.beach .xp_search_box .kultur .operatori_search_box .horizontal .control .bootstrap-select button:after,
.kultur .operatori_search_box .beach .xp_search_box .horizontal .control .bootstrap-select button:after,
.beach .kultur .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.kultur .beach .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.beach .kultur .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.kultur .beach .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.beach .kultur .xp_search_box .horizontal .control .bootstrap-select button:after,
.kultur .beach .xp_search_box .horizontal .control .bootstrap-select button:after,
.beach .xp_search_box .horizontal .pet .operatori_search_box .vertical .bootstrap-select button:after,
.pet .operatori_search_box .vertical .bootstrap-select .beach .xp_search_box .horizontal button:after,
.beach .xp_search_box .pet .operatori_search_box .horizontal .control .bootstrap-select button:after,
.pet .operatori_search_box .beach .xp_search_box .horizontal .control .bootstrap-select button:after,
.beach .pet .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.pet .beach .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.beach .pet .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.pet .beach .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.beach .pet .xp_search_box .horizontal .control .bootstrap-select button:after,
.pet .beach .xp_search_box .horizontal .control .bootstrap-select button:after,
.beach .xp_search_box .horizontal .default .operatori_search_box .vertical .bootstrap-select button:after,
.default .operatori_search_box .vertical .bootstrap-select .beach .xp_search_box .horizontal button:after,
.beach .xp_search_box .default .operatori_search_box .horizontal .control .bootstrap-select button:after,
.default .operatori_search_box .beach .xp_search_box .horizontal .control .bootstrap-select button:after,
.beach .default .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.default .beach .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.beach .default .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.default .beach .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.beach .default .xp_search_box .horizontal .control .bootstrap-select button:after,
.default .beach .xp_search_box .horizontal .control .bootstrap-select button:after,
.beach .xp_search_box .horizontal .liscio .operatori_search_box .vertical .bootstrap-select button:after,
.liscio .operatori_search_box .vertical .bootstrap-select .beach .xp_search_box .horizontal button:after,
.beach .xp_search_box .liscio .operatori_search_box .horizontal .control .bootstrap-select button:after,
.liscio .operatori_search_box .beach .xp_search_box .horizontal .control .bootstrap-select button:after,
.beach .liscio .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.liscio .beach .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.beach .liscio .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.liscio .beach .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.beach .liscio .xp_search_box .horizontal .control .bootstrap-select button:after,
.liscio .beach .xp_search_box .horizontal .control .bootstrap-select button:after,
.beach .xp_search_box .horizontal .romagna .operatori_search_box .vertical .bootstrap-select button:after,
.romagna .operatori_search_box .vertical .bootstrap-select .beach .xp_search_box .horizontal button:after,
.beach .xp_search_box .romagna .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna .operatori_search_box .beach .xp_search_box .horizontal .control .bootstrap-select button:after,
.beach .romagna .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna .beach .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.beach .romagna .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna .beach .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.beach .romagna .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna .beach .xp_search_box .horizontal .control .bootstrap-select button:after,
.beach .xp_search_box .horizontal .motorcycle .operatori_search_box .vertical .bootstrap-select button:after,
.motorcycle .operatori_search_box .vertical .bootstrap-select .beach .xp_search_box .horizontal button:after,
.beach .xp_search_box .motorcycle .operatori_search_box .horizontal .control .bootstrap-select button:after,
.motorcycle .operatori_search_box .beach .xp_search_box .horizontal .control .bootstrap-select button:after,
.beach .motorcycle .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.motorcycle .beach .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.beach .motorcycle .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.motorcycle .beach .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.beach .motorcycle .xp_search_box .horizontal .control .bootstrap-select button:after,
.motorcycle .beach .xp_search_box .horizontal .control .bootstrap-select button:after,
.beach .xp_search_box .horizontal .sport .operatori_search_box .vertical .bootstrap-select button:after,
.sport .operatori_search_box .vertical .bootstrap-select .beach .xp_search_box .horizontal button:after,
.beach .xp_search_box .sport .operatori_search_box .horizontal .control .bootstrap-select button:after,
.sport .operatori_search_box .beach .xp_search_box .horizontal .control .bootstrap-select button:after,
.beach .sport .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.sport .beach .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.beach .sport .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.sport .beach .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.beach .sport .xp_search_box .horizontal .control .bootstrap-select button:after,
.sport .beach .xp_search_box .horizontal .control .bootstrap-select button:after,
.beach .xp_search_box .horizontal .fun .operatori_search_box .vertical .bootstrap-select button:after,
.fun .operatori_search_box .vertical .bootstrap-select .beach .xp_search_box .horizontal button:after,
.beach .xp_search_box .fun .operatori_search_box .horizontal .control .bootstrap-select button:after,
.fun .operatori_search_box .beach .xp_search_box .horizontal .control .bootstrap-select button:after,
.beach .fun .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.fun .beach .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.beach .fun .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.fun .beach .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.beach .fun .xp_search_box .horizontal .control .bootstrap-select button:after,
.fun .beach .xp_search_box .horizontal .control .bootstrap-select button:after,
.beach .xp_search_box .horizontal .wellness .operatori_search_box .vertical .bootstrap-select button:after,
.wellness .operatori_search_box .vertical .bootstrap-select .beach .xp_search_box .horizontal button:after,
.beach .xp_search_box .wellness .operatori_search_box .horizontal .control .bootstrap-select button:after,
.wellness .operatori_search_box .beach .xp_search_box .horizontal .control .bootstrap-select button:after,
.beach .wellness .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.wellness .beach .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.beach .wellness .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.wellness .beach .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.beach .wellness .xp_search_box .horizontal .control .bootstrap-select button:after,
.wellness .beach .xp_search_box .horizontal .control .bootstrap-select button:after,
.beach .xp_search_box .horizontal .empire .operatori_search_box .vertical .bootstrap-select button:after,
.empire .operatori_search_box .vertical .bootstrap-select .beach .xp_search_box .horizontal button:after,
.beach .xp_search_box .empire .operatori_search_box .horizontal .control .bootstrap-select button:after,
.empire .operatori_search_box .beach .xp_search_box .horizontal .control .bootstrap-select button:after,
.beach .empire .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.empire .beach .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.beach .empire .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.empire .beach .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.beach .empire .xp_search_box .horizontal .control .bootstrap-select button:after,
.empire .beach .xp_search_box .horizontal .control .bootstrap-select button:after,
.beach .xp_search_box .horizontal .bike .operatori_search_box .vertical .bootstrap-select button:after,
.bike .operatori_search_box .vertical .bootstrap-select .beach .xp_search_box .horizontal button:after,
.beach .xp_search_box .bike .operatori_search_box .horizontal .control .bootstrap-select button:after,
.bike .operatori_search_box .beach .xp_search_box .horizontal .control .bootstrap-select button:after,
.beach .bike .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.bike .beach .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.beach .bike .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.bike .beach .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.beach .bike .xp_search_box .horizontal .control .bootstrap-select button:after,
.bike .beach .xp_search_box .horizontal .control .bootstrap-select button:after,
.beach .xp_search_box .horizontal .castle .operatori_search_box .vertical .bootstrap-select button:after,
.castle .operatori_search_box .vertical .bootstrap-select .beach .xp_search_box .horizontal button:after,
.beach .xp_search_box .castle .operatori_search_box .horizontal .control .bootstrap-select button:after,
.castle .operatori_search_box .beach .xp_search_box .horizontal .control .bootstrap-select button:after,
.beach .castle .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.castle .beach .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.beach .castle .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.castle .beach .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.beach .castle .xp_search_box .horizontal .control .bootstrap-select button:after,
.castle .beach .xp_search_box .horizontal .control .bootstrap-select button:after,
.beach .xp_search_box .horizontal .culture .operatori_search_box .vertical .bootstrap-select button:after,
.culture .operatori_search_box .vertical .bootstrap-select .beach .xp_search_box .horizontal button:after,
.beach .xp_search_box .culture .operatori_search_box .horizontal .control .bootstrap-select button:after,
.culture .operatori_search_box .beach .xp_search_box .horizontal .control .bootstrap-select button:after,
.beach .culture .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.culture .beach .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.beach .culture .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.culture .beach .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.beach .culture .xp_search_box .horizontal .control .bootstrap-select button:after,
.culture .beach .xp_search_box .horizontal .control .bootstrap-select button:after,
.beach .xp_search_box .horizontal .romagna_autentica .operatori_search_box .vertical .bootstrap-select button:after,
.romagna_autentica .operatori_search_box .vertical .bootstrap-select .beach .xp_search_box .horizontal button:after,
.beach .xp_search_box .romagna_autentica .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna_autentica .operatori_search_box .beach .xp_search_box .horizontal .control .bootstrap-select button:after,
.beach .romagna_autentica .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna_autentica .beach .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.beach .romagna_autentica .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna_autentica .beach .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.beach .romagna_autentica .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna_autentica .beach .xp_search_box .horizontal .control .bootstrap-select button:after,
.beach .xp_search_box .horizontal .nature .operatori_search_box .vertical .bootstrap-select button:after,
.nature .operatori_search_box .vertical .bootstrap-select .beach .xp_search_box .horizontal button:after,
.beach .xp_search_box .nature .operatori_search_box .horizontal .control .bootstrap-select button:after,
.nature .operatori_search_box .beach .xp_search_box .horizontal .control .bootstrap-select button:after,
.beach .nature .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.nature .beach .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.beach .nature .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.nature .beach .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.beach .nature .xp_search_box .horizontal .control .bootstrap-select button:after,
.nature .beach .xp_search_box .horizontal .control .bootstrap-select button:after,
.beach .xp_search_box .horizontal .food .operatori_search_box .vertical .bootstrap-select button:after,
.food .operatori_search_box .vertical .bootstrap-select .beach .xp_search_box .horizontal button:after,
.beach .xp_search_box .food .operatori_search_box .horizontal .control .bootstrap-select button:after,
.food .operatori_search_box .beach .xp_search_box .horizontal .control .bootstrap-select button:after,
.beach .food .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.food .beach .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.beach .food .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.food .beach .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.beach .food .xp_search_box .horizontal .control .bootstrap-select button:after,
.food .beach .xp_search_box .horizontal .control .bootstrap-select button:after,
.beach .xp_search_box .horizontal .operatori_search_box .vertical .bootstrap-select button:after,
.beach .operatori_search_box .vertical .bootstrap-select .xp_search_box .horizontal button:after,
.beach .xp_search_box .operatori_search_box .horizontal .control .bootstrap-select button:after,
.beach .operatori_search_box .xp_search_box .horizontal .control .bootstrap-select button:after,
.beach .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.beach .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.beach .xp_search_box .horizontal .control .bootstrap-select button:after,
.beach .xp_search_box .events-homepage .header .eventsearchbox.horizontal .control .bootstrap-select button:after,
.events-homepage .header .beach .xp_search_box .eventsearchbox.horizontal .control .bootstrap-select button:after,
.beach .xp_search_box .horizontal .events-homepage .header .eventsearchbox.vertical .bootstrap-select button:after,
.events-homepage .header .eventsearchbox.vertical .bootstrap-select .beach .xp_search_box .horizontal button:after,
.beach .xp_search_box .events-page .header .eventsearchbox.horizontal .control .bootstrap-select button:after,
.events-page .header .beach .xp_search_box .eventsearchbox.horizontal .control .bootstrap-select button:after,
.beach .xp_search_box .horizontal .events-page .header .eventsearchbox.vertical .bootstrap-select button:after,
.events-page .header .eventsearchbox.vertical .bootstrap-select .beach .xp_search_box .horizontal button:after,
.beach .scopri .xp_search_box .horizontal .control .bootstrap-select button:after,
.scopri .beach .xp_search_box .horizontal .control .bootstrap-select button:after,
.beach .scopri .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.scopri .beach .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.beach .scopri .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.scopri .beach .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.beach .xp_search_box .scopri .operatori_search_box .horizontal .control .bootstrap-select button:after,
.scopri .operatori_search_box .beach .xp_search_box .horizontal .control .bootstrap-select button:after,
.beach .xp_search_box .horizontal .scopri .operatori_search_box .vertical .bootstrap-select button:after,
.scopri .operatori_search_box .vertical .bootstrap-select .beach .xp_search_box .horizontal button:after,
.beach .idee .xp_search_box .horizontal .control .bootstrap-select button:after,
.idee .beach .xp_search_box .horizontal .control .bootstrap-select button:after,
.beach .idee .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.idee .beach .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.beach .idee .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.idee .beach .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.beach .xp_search_box .idee .operatori_search_box .horizontal .control .bootstrap-select button:after,
.idee .operatori_search_box .beach .xp_search_box .horizontal .control .bootstrap-select button:after,
.beach .xp_search_box .horizontal .idee .operatori_search_box .vertical .bootstrap-select button:after,
.idee .operatori_search_box .vertical .bootstrap-select .beach .xp_search_box .horizontal button:after,
.beach .eventi .xp_search_box .horizontal .control .bootstrap-select button:after,
.eventi .beach .xp_search_box .horizontal .control .bootstrap-select button:after,
.beach .eventi .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.eventi .beach .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.beach .eventi .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.eventi .beach .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.beach .xp_search_box .eventi .operatori_search_box .horizontal .control .bootstrap-select button:after,
.eventi .operatori_search_box .beach .xp_search_box .horizontal .control .bootstrap-select button:after,
.beach .xp_search_box .horizontal .eventi .operatori_search_box .vertical .bootstrap-select button:after,
.eventi .operatori_search_box .vertical .bootstrap-select .beach .xp_search_box .horizontal button:after,
.beach .pianifica .xp_search_box .horizontal .control .bootstrap-select button:after,
.pianifica .beach .xp_search_box .horizontal .control .bootstrap-select button:after,
.beach .pianifica .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.pianifica .beach .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.beach .pianifica .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.pianifica .beach .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.beach .xp_search_box .pianifica .operatori_search_box .horizontal .control .bootstrap-select button:after,
.pianifica .operatori_search_box .beach .xp_search_box .horizontal .control .bootstrap-select button:after,
.beach .xp_search_box .horizontal .pianifica .operatori_search_box .vertical .bootstrap-select button:after,
.pianifica .operatori_search_box .vertical .bootstrap-select .beach .xp_search_box .horizontal button:after,
.beach .esperienze .xp_search_box .horizontal .control .bootstrap-select button:after,
.esperienze .beach .xp_search_box .horizontal .control .bootstrap-select button:after,
.beach .esperienze .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.esperienze .beach .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.beach .esperienze .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.esperienze .beach .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.beach .xp_search_box .esperienze .operatori_search_box .horizontal .control .bootstrap-select button:after,
.esperienze .operatori_search_box .beach .xp_search_box .horizontal .control .bootstrap-select button:after,
.beach .xp_search_box .horizontal .esperienze .operatori_search_box .vertical .bootstrap-select button:after,
.esperienze .operatori_search_box .vertical .bootstrap-select .beach .xp_search_box .horizontal button:after,
.beach .news .xp_search_box .horizontal .control .bootstrap-select button:after,
.news .beach .xp_search_box .horizontal .control .bootstrap-select button:after,
.beach .news .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.news .beach .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.beach .news .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.news .beach .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.beach .xp_search_box .news .operatori_search_box .horizontal .control .bootstrap-select button:after,
.news .operatori_search_box .beach .xp_search_box .horizontal .control .bootstrap-select button:after,
.beach .xp_search_box .horizontal .news .operatori_search_box .vertical .bootstrap-select button:after,
.news .operatori_search_box .vertical .bootstrap-select .beach .xp_search_box .horizontal button:after,
.beach .iat .xp_search_box .horizontal .control .bootstrap-select button:after,
.iat .beach .xp_search_box .horizontal .control .bootstrap-select button:after,
.beach .iat .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.iat .beach .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.beach .iat .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.iat .beach .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.beach .xp_search_box .iat .operatori_search_box .horizontal .control .bootstrap-select button:after,
.iat .operatori_search_box .beach .xp_search_box .horizontal .control .bootstrap-select button:after,
.beach .xp_search_box .horizontal .iat .operatori_search_box .vertical .bootstrap-select button:after,
.iat .operatori_search_box .vertical .bootstrap-select .beach .xp_search_box .horizontal button:after,
.beach .meteo .xp_search_box .horizontal .control .bootstrap-select button:after,
.meteo .beach .xp_search_box .horizontal .control .bootstrap-select button:after,
.beach .meteo .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.meteo .beach .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.beach .meteo .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.meteo .beach .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.beach .xp_search_box .meteo .operatori_search_box .horizontal .control .bootstrap-select button:after,
.meteo .operatori_search_box .beach .xp_search_box .horizontal .control .bootstrap-select button:after,
.beach .xp_search_box .horizontal .meteo .operatori_search_box .vertical .bootstrap-select button:after,
.meteo .operatori_search_box .vertical .bootstrap-select .beach .xp_search_box .horizontal button:after,
.beach .odm .xp_search_box .horizontal .control .bootstrap-select button:after,
.odm .beach .xp_search_box .horizontal .control .bootstrap-select button:after,
.beach .odm .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.odm .beach .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.beach .odm .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.odm .beach .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.beach .xp_search_box .odm .operatori_search_box .horizontal .control .bootstrap-select button:after,
.odm .operatori_search_box .beach .xp_search_box .horizontal .control .bootstrap-select button:after,
.beach .xp_search_box .horizontal .odm .operatori_search_box .vertical .bootstrap-select button:after,
.odm .operatori_search_box .vertical .bootstrap-select .beach .xp_search_box .horizontal button:after,
.beach .booking .xp_search_box .horizontal .control .bootstrap-select button:after,
.booking .beach .xp_search_box .horizontal .control .bootstrap-select button:after,
.beach .booking .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.booking .beach .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.beach .booking .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.booking .beach .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.beach .xp_search_box .booking .operatori_search_box .horizontal .control .bootstrap-select button:after,
.booking .operatori_search_box .beach .xp_search_box .horizontal .control .bootstrap-select button:after,
.beach .xp_search_box .horizontal .booking .operatori_search_box .vertical .bootstrap-select button:after,
.booking .operatori_search_box .vertical .bootstrap-select .beach .xp_search_box .horizontal button:after,
.beach .rock .xp_search_box .horizontal .control .bootstrap-select button:after,
.rock .beach .xp_search_box .horizontal .control .bootstrap-select button:after,
.beach .rock .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.rock .beach .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.beach .rock .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.rock .beach .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.beach .xp_search_box .rock .operatori_search_box .horizontal .control .bootstrap-select button:after,
.rock .operatori_search_box .beach .xp_search_box .horizontal .control .bootstrap-select button:after,
.beach .xp_search_box .horizontal .rock .operatori_search_box .vertical .bootstrap-select button:after,
.rock .operatori_search_box .vertical .bootstrap-select .beach .xp_search_box .horizontal button:after {
  line-height: 2.2rem;
}

.beach .xp_search_box .horizontal button.collapsible {
  border: none;
  background-color: transparent;
  display: block;
  width: 100%;
  font-size: 1.6rem;
  color: #ffffff;
  letter-spacing: -0.41px;
  text-align: left;
  text-transform: uppercase;
  display: block;
}

.beach .xp_search_box .horizontal .control {
  padding: 0.5rem 1rem;
  height: 5rem;
  background-color: white;
  margin: 0.5rem;
}

.beach .xp_search_box .horizontal .control.btn-holder {
  min-width: 2rem;
  width: auto;
  padding: 0px;
}

.beach .xp_search_box .horizontal .control.btn-holder button {
  width: 100%;
  border: none;
  background-color: #eeaf21;
  height: 100%;
  font-size: 1.6rem;
  color: #ffffff;
  letter-spacing: -0.41px;
  text-align: center;
  text-transform: uppercase;
  display: block;
  padding: 0px;
}

.beach .xp_search_box .horizontal .control .ert-dropdown {
  width: 100%;
}

.beach .xp_search_box .horizontal .control .ert-dropdown * {
  cursor: pointer;
}

.beach .xp_search_box .horizontal .control .ert-dropdown .ert-combo {
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
  display: block;
  text-align: left;
}

.beach .xp_search_box .horizontal .control .ert-dropdown .ert-combo::after {
  border: none;
}

.beach .xp_search_box .horizontal .control .ert-dropdown .ert-combo i {
  transition: 500ms ease;
  transform: rotate(0);
  position: absolute;
  top: 2.25rem;
  right: 15px;
}

.beach .xp_search_box .horizontal .control .ert-dropdown .ert-combo .button {
  padding: 0px;
}

.beach .xp_search_box .horizontal .control .ert-dropdown.show .ert-combo i {
  transform: rotate(180deg);
}

.beach .xp_search_box .horizontal .control .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: auto;
}

.beach .xp_search_box .horizontal .control .bootstrap-select {
  margin-top: -1px;
}

.beach .xp_search_box .horizontal .control .bootstrap-select *:focus {
  box-shadow: none important;
}

.beach .xp_search_box .horizontal .control .bootstrap-select button {
  padding: 0px;
  font-size: 1.5rem;
  background: #ffffff;
  color: #848484;
  letter-spacing: 0.3px;
  border: none;
  border-radius: 0;
}

.beach .xp_search_box .horizontal .control .bootstrap-select button:after {
  content: "\F078";
  border: none;
}

.beach .xp_search_box .horizontal .control .bootstrap-select .dropdown-menu {
  width: 100% !important;
  border: none;
  border-radius: 0;
  box-shadow: 0px 2px 2px 0px #a9a9a970;
  border-top: 1px solid #a9a9a970;
}

.beach .xp_search_box .horizontal .control .bootstrap-select .dropdown-menu.inner.show {
  border-top: none;
}

.beach .xp_search_box .horizontal .control .bootstrap-select .dropdown-menu .dropdown-item {
  font-size: 1.5rem;
  line-height: 4rem;
}

.beach .xp_search_box .horizontal .control .bootstrap-select .dropdown-menu .dropdown-item:active,
.beach .xp_search_box .horizontal .control .bootstrap-select .dropdown-menu .dropdown-item.active {
  background-color: #f2c050;
}

.beach .xp_search_box .horizontal .control label {
  background: #ffffff;
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
  line-height: 2.4rem;
  margin-bottom: 0px;
  margin-right: 0.5rem;
}

@media (max-width: 768px) {
  .beach .xp_search_box .horizontal .control label {
    min-width: 6.2rem;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .beach .xp_search_box .horizontal .control label {
    display: none;
  }
}

.beach .xp_search_box .horizontal .control .flatpickr-mobile.form-control {
  padding: 1px 0;
}

.beach .xp_search_box .horizontal .control input[type=text],
.beach .xp_search_box .horizontal .control input[type=date] {
  border: none;
  font-size: 1.5rem;
  border-radius: 0;
  background-color: white;
  border-bottom: 1px solid #495057;
  min-width: 0;
  height: auto;
}

.beach .xp_search_box .horizontal .control input[type=text]:focus,
.beach .xp_search_box .horizontal .control input[type=date]:focus {
  box-shadow: none;
}

.beach .xp_search_box .vertical {
  max-width: 30rem;
  z-index: 10;
  position: relative;
  height: 4.4rem;
  margin: 0 auto;
}

.beach .xp_search_box .vertical button.collapsible {
  border: none;
  background-color: transparent;
  display: block;
  position: absolute;
  width: 100%;
}

.beach .xp_search_box .vertical .dropbutton {
  display: none;
}

.beach .xp_search_box .vertical .dropbutton.collapsed {
  display: block;
}

.beach .xp_search_box .vertical #collapse-events {
  padding: 1.8rem;
  background-color: #f2c050;
  background-image: linear-gradient(-180deg, #f2bf4d 0%, #f2c050 48%, #f2bf4e 80%);
  font-size: 1.6rem;
}

.beach .xp_search_box .vertical .fa-chevron-up {
  text-align: right;
  line-height: 4rem;
  color: white;
  margin-bottom: 1.8rem;
}

.beach .xp_search_box .vertical .form-group {
  background: #ffffff;
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
}

.beach .xp_search_box .vertical .form-group .col-form-label {
  line-height: 5rem;
}

.beach .xp_search_box .vertical .ert-text {
  border: none;
  font-size: 1.5rem;
  height: 60px;
  border-radius: 0;
  background-color: white;
}

.beach .xp_search_box .vertical .ert-text.line {
  border-bottom: 1px solid #495057;
  height: auto;
  margin-top: 14px;
}

.beach .xp_search_box .vertical .ert-text:focus {
  box-shadow: none;
}

.beach .xp_search_box .vertical button.search {
  border: none;
  position: absolute;
  bottom: -10rem;
  left: 5%;
  right: 5%;
  width: 90%;
  line-height: 4.4rem;
}

.beach .xp_search_box .vertical .datepicker-holder {
  padding-right: 0px;
}

.beach .xp_search_box .vertical .datepicker-holder * {
  cursor: pointer;
}

.beach .xp_search_box .vertical .datepicker-holder input[type=date]::-webkit-calendar-picker-indicator {
  width: 1.2rem;
  height: 0.7rem;
  -webkit-mask: url(/images/caret.svg);
          mask: url(/images/caret.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  -webkit-transition: 500ms ease;
  transition: 500ms ease;
  background-color: #686868;
}

.beach .xp_search_box .vertical .datepicker-holder .flatpickr-calendar.static {
  margin-left: -193px;
  margin-top: -184px;
  left: 50%;
  top: 50%;
}

.beach .xp_search_box .vertical .datepicker-holder .flatpickr-calendar.static.arrowBottom:after {
  display: none;
}

.beach .xp_search_box .vertical .datepicker-holder .flatpickr-calendar.static.arrowBottom:before {
  display: none;
}

.beach .xp_search_box .vertical .datepicker-holder .flatpickr-months .flatpickr-month {
  height: 32px;
}

.beach .xp_search_box .vertical .ert-dropdown * {
  cursor: pointer;
}

.beach .xp_search_box .vertical .ert-dropdown .ert-combo {
  background: #ffffff;
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
  line-height: 5rem;
  display: block;
  width: 100%;
  height: 60px;
  text-align: left;
}

.beach .xp_search_box .vertical .ert-dropdown .ert-combo::after {
  border: none;
}

.beach .xp_search_box .vertical .ert-dropdown .ert-combo i {
  transition: 500ms ease;
  transform: rotate(0);
  position: absolute;
  top: 2.25rem;
  right: 15px;
}

.beach .xp_search_box .vertical .ert-dropdown .ert-combo .button {
  padding: 0px;
}

.beach .xp_search_box .vertical .ert-dropdown .dropdown-menu {
  width: 100% !important;
  border: none;
  border-radius: 0;
  box-shadow: 0px 2px 2px 0px #a9a9a970;
  border-top: 1px solid #a9a9a970;
}

.beach .xp_search_box .vertical .ert-dropdown .dropdown-menu .dropdown-item {
  font-size: 1.5rem;
  line-height: 4rem;
}

.beach .xp_search_box .vertical .ert-dropdown .dropdown-menu .dropdown-item:active {
  background-color: #f2c050;
}

.beach .xp_search_box .vertical .ert-dropdown.show .ert-combo i {
  transform: rotate(180deg);
}

.beach .xp_search_box .vertical .bootstrap-select *:focus {
  box-shadow: none important;
}

.beach .xp_search_box .vertical .bootstrap-select button {
  font-size: 1.5rem;
  color: #848484;
  letter-spacing: 0.3px;
  border: none;
  font-size: 1.5rem;
  height: 60px;
  border-radius: 0;
  background-color: white;
}

.beach .xp_search_box .vertical .bootstrap-select button:after {
  content: "\F078";
  border: none;
}

.beach .xp_search_box .vertical .bootstrap-select .dropdown-menu {
  width: 100% !important;
  border: none;
  border-radius: 0;
  box-shadow: 0px 2px 2px 0px #a9a9a970;
  border-top: 1px solid #a9a9a970;
}

.beach .xp_search_box .vertical .bootstrap-select .dropdown-menu .dropdown-item {
  font-size: 1.5rem;
  line-height: 4rem;
}

.beach .xp_search_box .vertical .bootstrap-select .dropdown-menu .dropdown-item:active,
.beach .xp_search_box .vertical .bootstrap-select .dropdown-menu .dropdown-item.active {
  background-color: #f2c050;
}

.beach .xp_search_box .vertical .btn-er,
.beach .xp_search_box .vertical .instagram .instabutton div span,
.instagram .instabutton div .beach .xp_search_box .vertical span {
  margin-top: 18px;
}

.beach .xp_search_box .vertical .btn-er .fa-chevron-down,
.beach .xp_search_box .vertical .instagram .instabutton div span .fa-chevron-down,
.instagram .instabutton div .beach .xp_search_box .vertical span .fa-chevron-down {
  float: right;
  line-height: 4rem;
}

.beach .operatori_search_box button span {
  color: white;
}

.beach .operatori_search_box .city {
  color: white;
}

.beach .operatori_search_box .horizontal {
  padding: 1rem;
  background-color: #f2c050;
  background-image: linear-gradient(-180deg, #f2bf4d 0%, #f2c050 48%, #f2bf4e 80%);
  font-size: 1.6rem;
}

.beach .operatori_search_box .horizontal.collapsed {
  border-radius: 2px;
  box-shadow: -1px 0 3px 0 rgba(0, 0, 0, 0.25);
}

.beach .operatori_search_box .horizontal .fa,
.beach .operatori_search_box .horizontal .search .searchearchbox.vertical .bootstrap-select button:after,
.search .searchearchbox.vertical .bootstrap-select .beach .operatori_search_box .horizontal button:after,
.beach .operatori_search_box .search .searchearchbox.horizontal .control .bootstrap-select button:after,
.search .beach .operatori_search_box .searchearchbox.horizontal .control .bootstrap-select button:after,
.beach .operatori_search_box .horizontal .downloads .downloadsearchbox.vertical .bootstrap-select button:after,
.downloads .downloadsearchbox.vertical .bootstrap-select .beach .operatori_search_box .horizontal button:after,
.beach .operatori_search_box .downloads .downloadsearchbox.horizontal .control .bootstrap-select button:after,
.downloads .beach .operatori_search_box .downloadsearchbox.horizontal .control .bootstrap-select button:after,
.beach .operatori_search_box .horizontal .localita #searchbox-app .bootstrap-select button:after,
.localita #searchbox-app .bootstrap-select .beach .operatori_search_box .horizontal button:after,
.beach .operatori_search_box .horizontal .itinerari .searchbox .control .bootstrap-select button:after,
.itinerari .searchbox .control .bootstrap-select .beach .operatori_search_box .horizontal button:after,
.beach .operatori_search_box .itinerari .searchbox.horizontal .control .bootstrap-select button:after,
.itinerari .beach .operatori_search_box .searchbox.horizontal .control .bootstrap-select button:after,
.beach .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .beach .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.beach .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .beach .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.beach .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .beach .operatori_search_box .horizontal .control .bootstrap-select button:after,
.beach .operatori_search_box .horizontal .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .vertical .bootstrap-select .beach .operatori_search_box .horizontal button:after,
.beach .operatori_search_box .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .beach .operatori_search_box .horizontal .control .bootstrap-select button:after,
.beach .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .beach .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.beach .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .beach .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.beach .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .beach .operatori_search_box .horizontal .control .bootstrap-select button:after,
.beach .operatori_search_box .horizontal .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .vertical .bootstrap-select .beach .operatori_search_box .horizontal button:after,
.beach .operatori_search_box .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .beach .operatori_search_box .horizontal .control .bootstrap-select button:after,
.beach .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .beach .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.beach .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .beach .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.beach .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .beach .operatori_search_box .horizontal .control .bootstrap-select button:after,
.beach .operatori_search_box .horizontal .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .vertical .bootstrap-select .beach .operatori_search_box .horizontal button:after,
.beach .operatori_search_box .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .beach .operatori_search_box .horizontal .control .bootstrap-select button:after,
.beach .romagna-craft .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna-craft .beach .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.beach .romagna-craft .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna-craft .beach .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.beach .romagna-craft .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna-craft .beach .operatori_search_box .horizontal .control .bootstrap-select button:after,
.beach .operatori_search_box .horizontal .romagna-craft .xp_search_box .vertical .bootstrap-select button:after,
.romagna-craft .xp_search_box .vertical .bootstrap-select .beach .operatori_search_box .horizontal button:after,
.beach .operatori_search_box .romagna-craft .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna-craft .xp_search_box .beach .operatori_search_box .horizontal .control .bootstrap-select button:after,
.beach .spass .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.spass .beach .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.beach .spass .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.spass .beach .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.beach .spass .operatori_search_box .horizontal .control .bootstrap-select button:after,
.spass .beach .operatori_search_box .horizontal .control .bootstrap-select button:after,
.beach .operatori_search_box .horizontal .spass .xp_search_box .vertical .bootstrap-select button:after,
.spass .xp_search_box .vertical .bootstrap-select .beach .operatori_search_box .horizontal button:after,
.beach .operatori_search_box .spass .xp_search_box .horizontal .control .bootstrap-select button:after,
.spass .xp_search_box .beach .operatori_search_box .horizontal .control .bootstrap-select button:after,
.beach .natur .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.natur .beach .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.beach .natur .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.natur .beach .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.beach .natur .operatori_search_box .horizontal .control .bootstrap-select button:after,
.natur .beach .operatori_search_box .horizontal .control .bootstrap-select button:after,
.beach .operatori_search_box .horizontal .natur .xp_search_box .vertical .bootstrap-select button:after,
.natur .xp_search_box .vertical .bootstrap-select .beach .operatori_search_box .horizontal button:after,
.beach .operatori_search_box .natur .xp_search_box .horizontal .control .bootstrap-select button:after,
.natur .xp_search_box .beach .operatori_search_box .horizontal .control .bootstrap-select button:after,
.beach .kultur .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.kultur .beach .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.beach .kultur .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.kultur .beach .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.beach .kultur .operatori_search_box .horizontal .control .bootstrap-select button:after,
.kultur .beach .operatori_search_box .horizontal .control .bootstrap-select button:after,
.beach .operatori_search_box .horizontal .kultur .xp_search_box .vertical .bootstrap-select button:after,
.kultur .xp_search_box .vertical .bootstrap-select .beach .operatori_search_box .horizontal button:after,
.beach .operatori_search_box .kultur .xp_search_box .horizontal .control .bootstrap-select button:after,
.kultur .xp_search_box .beach .operatori_search_box .horizontal .control .bootstrap-select button:after,
.beach .pet .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.pet .beach .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.beach .pet .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.pet .beach .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.beach .pet .operatori_search_box .horizontal .control .bootstrap-select button:after,
.pet .beach .operatori_search_box .horizontal .control .bootstrap-select button:after,
.beach .operatori_search_box .horizontal .pet .xp_search_box .vertical .bootstrap-select button:after,
.pet .xp_search_box .vertical .bootstrap-select .beach .operatori_search_box .horizontal button:after,
.beach .operatori_search_box .pet .xp_search_box .horizontal .control .bootstrap-select button:after,
.pet .xp_search_box .beach .operatori_search_box .horizontal .control .bootstrap-select button:after,
.beach .default .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.default .beach .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.beach .default .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.default .beach .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.beach .default .operatori_search_box .horizontal .control .bootstrap-select button:after,
.default .beach .operatori_search_box .horizontal .control .bootstrap-select button:after,
.beach .operatori_search_box .horizontal .default .xp_search_box .vertical .bootstrap-select button:after,
.default .xp_search_box .vertical .bootstrap-select .beach .operatori_search_box .horizontal button:after,
.beach .operatori_search_box .default .xp_search_box .horizontal .control .bootstrap-select button:after,
.default .xp_search_box .beach .operatori_search_box .horizontal .control .bootstrap-select button:after,
.beach .liscio .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.liscio .beach .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.beach .liscio .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.liscio .beach .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.beach .liscio .operatori_search_box .horizontal .control .bootstrap-select button:after,
.liscio .beach .operatori_search_box .horizontal .control .bootstrap-select button:after,
.beach .operatori_search_box .horizontal .liscio .xp_search_box .vertical .bootstrap-select button:after,
.liscio .xp_search_box .vertical .bootstrap-select .beach .operatori_search_box .horizontal button:after,
.beach .operatori_search_box .liscio .xp_search_box .horizontal .control .bootstrap-select button:after,
.liscio .xp_search_box .beach .operatori_search_box .horizontal .control .bootstrap-select button:after,
.beach .romagna .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna .beach .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.beach .romagna .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna .beach .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.beach .romagna .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna .beach .operatori_search_box .horizontal .control .bootstrap-select button:after,
.beach .operatori_search_box .horizontal .romagna .xp_search_box .vertical .bootstrap-select button:after,
.romagna .xp_search_box .vertical .bootstrap-select .beach .operatori_search_box .horizontal button:after,
.beach .operatori_search_box .romagna .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna .xp_search_box .beach .operatori_search_box .horizontal .control .bootstrap-select button:after,
.beach .motorcycle .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.motorcycle .beach .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.beach .motorcycle .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.motorcycle .beach .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.beach .motorcycle .operatori_search_box .horizontal .control .bootstrap-select button:after,
.motorcycle .beach .operatori_search_box .horizontal .control .bootstrap-select button:after,
.beach .operatori_search_box .horizontal .motorcycle .xp_search_box .vertical .bootstrap-select button:after,
.motorcycle .xp_search_box .vertical .bootstrap-select .beach .operatori_search_box .horizontal button:after,
.beach .operatori_search_box .motorcycle .xp_search_box .horizontal .control .bootstrap-select button:after,
.motorcycle .xp_search_box .beach .operatori_search_box .horizontal .control .bootstrap-select button:after,
.beach .sport .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.sport .beach .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.beach .sport .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.sport .beach .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.beach .sport .operatori_search_box .horizontal .control .bootstrap-select button:after,
.sport .beach .operatori_search_box .horizontal .control .bootstrap-select button:after,
.beach .operatori_search_box .horizontal .sport .xp_search_box .vertical .bootstrap-select button:after,
.sport .xp_search_box .vertical .bootstrap-select .beach .operatori_search_box .horizontal button:after,
.beach .operatori_search_box .sport .xp_search_box .horizontal .control .bootstrap-select button:after,
.sport .xp_search_box .beach .operatori_search_box .horizontal .control .bootstrap-select button:after,
.beach .fun .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.fun .beach .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.beach .fun .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.fun .beach .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.beach .fun .operatori_search_box .horizontal .control .bootstrap-select button:after,
.fun .beach .operatori_search_box .horizontal .control .bootstrap-select button:after,
.beach .operatori_search_box .horizontal .fun .xp_search_box .vertical .bootstrap-select button:after,
.fun .xp_search_box .vertical .bootstrap-select .beach .operatori_search_box .horizontal button:after,
.beach .operatori_search_box .fun .xp_search_box .horizontal .control .bootstrap-select button:after,
.fun .xp_search_box .beach .operatori_search_box .horizontal .control .bootstrap-select button:after,
.beach .wellness .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.wellness .beach .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.beach .wellness .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.wellness .beach .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.beach .wellness .operatori_search_box .horizontal .control .bootstrap-select button:after,
.wellness .beach .operatori_search_box .horizontal .control .bootstrap-select button:after,
.beach .operatori_search_box .horizontal .wellness .xp_search_box .vertical .bootstrap-select button:after,
.wellness .xp_search_box .vertical .bootstrap-select .beach .operatori_search_box .horizontal button:after,
.beach .operatori_search_box .wellness .xp_search_box .horizontal .control .bootstrap-select button:after,
.wellness .xp_search_box .beach .operatori_search_box .horizontal .control .bootstrap-select button:after,
.beach .empire .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.empire .beach .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.beach .empire .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.empire .beach .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.beach .empire .operatori_search_box .horizontal .control .bootstrap-select button:after,
.empire .beach .operatori_search_box .horizontal .control .bootstrap-select button:after,
.beach .operatori_search_box .horizontal .empire .xp_search_box .vertical .bootstrap-select button:after,
.empire .xp_search_box .vertical .bootstrap-select .beach .operatori_search_box .horizontal button:after,
.beach .operatori_search_box .empire .xp_search_box .horizontal .control .bootstrap-select button:after,
.empire .xp_search_box .beach .operatori_search_box .horizontal .control .bootstrap-select button:after,
.beach .bike .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.bike .beach .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.beach .bike .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.bike .beach .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.beach .bike .operatori_search_box .horizontal .control .bootstrap-select button:after,
.bike .beach .operatori_search_box .horizontal .control .bootstrap-select button:after,
.beach .operatori_search_box .horizontal .bike .xp_search_box .vertical .bootstrap-select button:after,
.bike .xp_search_box .vertical .bootstrap-select .beach .operatori_search_box .horizontal button:after,
.beach .operatori_search_box .bike .xp_search_box .horizontal .control .bootstrap-select button:after,
.bike .xp_search_box .beach .operatori_search_box .horizontal .control .bootstrap-select button:after,
.beach .castle .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.castle .beach .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.beach .castle .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.castle .beach .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.beach .castle .operatori_search_box .horizontal .control .bootstrap-select button:after,
.castle .beach .operatori_search_box .horizontal .control .bootstrap-select button:after,
.beach .operatori_search_box .horizontal .castle .xp_search_box .vertical .bootstrap-select button:after,
.castle .xp_search_box .vertical .bootstrap-select .beach .operatori_search_box .horizontal button:after,
.beach .operatori_search_box .castle .xp_search_box .horizontal .control .bootstrap-select button:after,
.castle .xp_search_box .beach .operatori_search_box .horizontal .control .bootstrap-select button:after,
.beach .culture .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.culture .beach .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.beach .culture .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.culture .beach .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.beach .culture .operatori_search_box .horizontal .control .bootstrap-select button:after,
.culture .beach .operatori_search_box .horizontal .control .bootstrap-select button:after,
.beach .operatori_search_box .horizontal .culture .xp_search_box .vertical .bootstrap-select button:after,
.culture .xp_search_box .vertical .bootstrap-select .beach .operatori_search_box .horizontal button:after,
.beach .operatori_search_box .culture .xp_search_box .horizontal .control .bootstrap-select button:after,
.culture .xp_search_box .beach .operatori_search_box .horizontal .control .bootstrap-select button:after,
.beach .romagna_autentica .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna_autentica .beach .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.beach .romagna_autentica .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna_autentica .beach .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.beach .romagna_autentica .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna_autentica .beach .operatori_search_box .horizontal .control .bootstrap-select button:after,
.beach .operatori_search_box .horizontal .romagna_autentica .xp_search_box .vertical .bootstrap-select button:after,
.romagna_autentica .xp_search_box .vertical .bootstrap-select .beach .operatori_search_box .horizontal button:after,
.beach .operatori_search_box .romagna_autentica .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna_autentica .xp_search_box .beach .operatori_search_box .horizontal .control .bootstrap-select button:after,
.beach .nature .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.nature .beach .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.beach .nature .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.nature .beach .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.beach .nature .operatori_search_box .horizontal .control .bootstrap-select button:after,
.nature .beach .operatori_search_box .horizontal .control .bootstrap-select button:after,
.beach .operatori_search_box .horizontal .nature .xp_search_box .vertical .bootstrap-select button:after,
.nature .xp_search_box .vertical .bootstrap-select .beach .operatori_search_box .horizontal button:after,
.beach .operatori_search_box .nature .xp_search_box .horizontal .control .bootstrap-select button:after,
.nature .xp_search_box .beach .operatori_search_box .horizontal .control .bootstrap-select button:after,
.beach .food .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.food .beach .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.beach .food .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.food .beach .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.beach .food .operatori_search_box .horizontal .control .bootstrap-select button:after,
.food .beach .operatori_search_box .horizontal .control .bootstrap-select button:after,
.beach .operatori_search_box .horizontal .food .xp_search_box .vertical .bootstrap-select button:after,
.food .xp_search_box .vertical .bootstrap-select .beach .operatori_search_box .horizontal button:after,
.beach .operatori_search_box .food .xp_search_box .horizontal .control .bootstrap-select button:after,
.food .xp_search_box .beach .operatori_search_box .horizontal .control .bootstrap-select button:after,
.beach .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.beach .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.beach .operatori_search_box .horizontal .control .bootstrap-select button:after,
.beach .operatori_search_box .events-homepage .header .eventsearchbox.horizontal .control .bootstrap-select button:after,
.events-homepage .header .beach .operatori_search_box .eventsearchbox.horizontal .control .bootstrap-select button:after,
.beach .operatori_search_box .horizontal .events-homepage .header .eventsearchbox.vertical .bootstrap-select button:after,
.events-homepage .header .eventsearchbox.vertical .bootstrap-select .beach .operatori_search_box .horizontal button:after,
.beach .operatori_search_box .events-page .header .eventsearchbox.horizontal .control .bootstrap-select button:after,
.events-page .header .beach .operatori_search_box .eventsearchbox.horizontal .control .bootstrap-select button:after,
.beach .operatori_search_box .horizontal .events-page .header .eventsearchbox.vertical .bootstrap-select button:after,
.events-page .header .eventsearchbox.vertical .bootstrap-select .beach .operatori_search_box .horizontal button:after,
.beach .operatori_search_box .scopri .xp_search_box .horizontal .control .bootstrap-select button:after,
.scopri .xp_search_box .beach .operatori_search_box .horizontal .control .bootstrap-select button:after,
.beach .operatori_search_box .horizontal .scopri .xp_search_box .vertical .bootstrap-select button:after,
.scopri .xp_search_box .vertical .bootstrap-select .beach .operatori_search_box .horizontal button:after,
.beach .scopri .operatori_search_box .horizontal .control .bootstrap-select button:after,
.scopri .beach .operatori_search_box .horizontal .control .bootstrap-select button:after,
.beach .scopri .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.scopri .beach .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.beach .scopri .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.scopri .beach .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.beach .operatori_search_box .idee .xp_search_box .horizontal .control .bootstrap-select button:after,
.idee .xp_search_box .beach .operatori_search_box .horizontal .control .bootstrap-select button:after,
.beach .operatori_search_box .horizontal .idee .xp_search_box .vertical .bootstrap-select button:after,
.idee .xp_search_box .vertical .bootstrap-select .beach .operatori_search_box .horizontal button:after,
.beach .idee .operatori_search_box .horizontal .control .bootstrap-select button:after,
.idee .beach .operatori_search_box .horizontal .control .bootstrap-select button:after,
.beach .idee .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.idee .beach .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.beach .idee .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.idee .beach .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.beach .operatori_search_box .eventi .xp_search_box .horizontal .control .bootstrap-select button:after,
.eventi .xp_search_box .beach .operatori_search_box .horizontal .control .bootstrap-select button:after,
.beach .operatori_search_box .horizontal .eventi .xp_search_box .vertical .bootstrap-select button:after,
.eventi .xp_search_box .vertical .bootstrap-select .beach .operatori_search_box .horizontal button:after,
.beach .eventi .operatori_search_box .horizontal .control .bootstrap-select button:after,
.eventi .beach .operatori_search_box .horizontal .control .bootstrap-select button:after,
.beach .eventi .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.eventi .beach .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.beach .eventi .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.eventi .beach .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.beach .operatori_search_box .pianifica .xp_search_box .horizontal .control .bootstrap-select button:after,
.pianifica .xp_search_box .beach .operatori_search_box .horizontal .control .bootstrap-select button:after,
.beach .operatori_search_box .horizontal .pianifica .xp_search_box .vertical .bootstrap-select button:after,
.pianifica .xp_search_box .vertical .bootstrap-select .beach .operatori_search_box .horizontal button:after,
.beach .pianifica .operatori_search_box .horizontal .control .bootstrap-select button:after,
.pianifica .beach .operatori_search_box .horizontal .control .bootstrap-select button:after,
.beach .pianifica .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.pianifica .beach .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.beach .pianifica .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.pianifica .beach .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.beach .operatori_search_box .esperienze .xp_search_box .horizontal .control .bootstrap-select button:after,
.esperienze .xp_search_box .beach .operatori_search_box .horizontal .control .bootstrap-select button:after,
.beach .operatori_search_box .horizontal .esperienze .xp_search_box .vertical .bootstrap-select button:after,
.esperienze .xp_search_box .vertical .bootstrap-select .beach .operatori_search_box .horizontal button:after,
.beach .esperienze .operatori_search_box .horizontal .control .bootstrap-select button:after,
.esperienze .beach .operatori_search_box .horizontal .control .bootstrap-select button:after,
.beach .esperienze .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.esperienze .beach .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.beach .esperienze .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.esperienze .beach .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.beach .operatori_search_box .news .xp_search_box .horizontal .control .bootstrap-select button:after,
.news .xp_search_box .beach .operatori_search_box .horizontal .control .bootstrap-select button:after,
.beach .operatori_search_box .horizontal .news .xp_search_box .vertical .bootstrap-select button:after,
.news .xp_search_box .vertical .bootstrap-select .beach .operatori_search_box .horizontal button:after,
.beach .news .operatori_search_box .horizontal .control .bootstrap-select button:after,
.news .beach .operatori_search_box .horizontal .control .bootstrap-select button:after,
.beach .news .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.news .beach .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.beach .news .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.news .beach .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.beach .operatori_search_box .iat .xp_search_box .horizontal .control .bootstrap-select button:after,
.iat .xp_search_box .beach .operatori_search_box .horizontal .control .bootstrap-select button:after,
.beach .operatori_search_box .horizontal .iat .xp_search_box .vertical .bootstrap-select button:after,
.iat .xp_search_box .vertical .bootstrap-select .beach .operatori_search_box .horizontal button:after,
.beach .iat .operatori_search_box .horizontal .control .bootstrap-select button:after,
.iat .beach .operatori_search_box .horizontal .control .bootstrap-select button:after,
.beach .iat .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.iat .beach .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.beach .iat .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.iat .beach .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.beach .operatori_search_box .meteo .xp_search_box .horizontal .control .bootstrap-select button:after,
.meteo .xp_search_box .beach .operatori_search_box .horizontal .control .bootstrap-select button:after,
.beach .operatori_search_box .horizontal .meteo .xp_search_box .vertical .bootstrap-select button:after,
.meteo .xp_search_box .vertical .bootstrap-select .beach .operatori_search_box .horizontal button:after,
.beach .meteo .operatori_search_box .horizontal .control .bootstrap-select button:after,
.meteo .beach .operatori_search_box .horizontal .control .bootstrap-select button:after,
.beach .meteo .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.meteo .beach .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.beach .meteo .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.meteo .beach .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.beach .operatori_search_box .odm .xp_search_box .horizontal .control .bootstrap-select button:after,
.odm .xp_search_box .beach .operatori_search_box .horizontal .control .bootstrap-select button:after,
.beach .operatori_search_box .horizontal .odm .xp_search_box .vertical .bootstrap-select button:after,
.odm .xp_search_box .vertical .bootstrap-select .beach .operatori_search_box .horizontal button:after,
.beach .odm .operatori_search_box .horizontal .control .bootstrap-select button:after,
.odm .beach .operatori_search_box .horizontal .control .bootstrap-select button:after,
.beach .odm .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.odm .beach .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.beach .odm .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.odm .beach .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.beach .operatori_search_box .booking .xp_search_box .horizontal .control .bootstrap-select button:after,
.booking .xp_search_box .beach .operatori_search_box .horizontal .control .bootstrap-select button:after,
.beach .operatori_search_box .horizontal .booking .xp_search_box .vertical .bootstrap-select button:after,
.booking .xp_search_box .vertical .bootstrap-select .beach .operatori_search_box .horizontal button:after,
.beach .booking .operatori_search_box .horizontal .control .bootstrap-select button:after,
.booking .beach .operatori_search_box .horizontal .control .bootstrap-select button:after,
.beach .booking .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.booking .beach .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.beach .booking .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.booking .beach .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.beach .operatori_search_box .rock .xp_search_box .horizontal .control .bootstrap-select button:after,
.rock .xp_search_box .beach .operatori_search_box .horizontal .control .bootstrap-select button:after,
.beach .operatori_search_box .horizontal .rock .xp_search_box .vertical .bootstrap-select button:after,
.rock .xp_search_box .vertical .bootstrap-select .beach .operatori_search_box .horizontal button:after,
.beach .rock .operatori_search_box .horizontal .control .bootstrap-select button:after,
.rock .beach .operatori_search_box .horizontal .control .bootstrap-select button:after,
.beach .rock .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.rock .beach .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.beach .rock .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.rock .beach .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.beach .operatori_search_box .xp_search_box .horizontal .control .bootstrap-select button:after,
.beach .xp_search_box .operatori_search_box .horizontal .control .bootstrap-select button:after,
.beach .operatori_search_box .horizontal .xp_search_box .vertical .bootstrap-select button:after,
.beach .xp_search_box .vertical .bootstrap-select .operatori_search_box .horizontal button:after {
  line-height: 2.2rem;
}

.beach .operatori_search_box .horizontal button.collapsible {
  border: none;
  background-color: transparent;
  display: block;
  width: 100%;
  font-size: 1.6rem;
  color: #ffffff;
  letter-spacing: -0.41px;
  text-align: left;
  text-transform: uppercase;
}

.beach .operatori_search_box .horizontal .control {
  padding: 0.5rem 1rem;
  height: 5rem;
  background-color: white;
  margin: 0.5rem;
}

.beach .operatori_search_box .horizontal .control.btn-holder {
  min-width: 2rem;
  width: auto;
  padding: 0px;
}

.beach .operatori_search_box .horizontal .control.btn-holder button {
  width: 100%;
  border: none;
  background-color: #eeaf21;
  height: 100%;
  font-size: 1.6rem;
  color: #ffffff;
  letter-spacing: -0.41px;
  text-align: center;
  text-transform: uppercase;
  display: block;
  padding: 0px;
}

.beach .operatori_search_box .horizontal .control .ert-dropdown {
  width: 100%;
}

.beach .operatori_search_box .horizontal .control .ert-dropdown * {
  cursor: pointer;
}

.beach .operatori_search_box .horizontal .control .ert-dropdown .ert-combo {
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
  display: block;
  text-align: left;
}

.beach .operatori_search_box .horizontal .control .ert-dropdown .ert-combo::after {
  border: none;
}

.beach .operatori_search_box .horizontal .control .ert-dropdown .ert-combo i {
  transition: 500ms ease;
  transform: rotate(0);
  position: absolute;
  top: 2.25rem;
  right: 15px;
}

.beach .operatori_search_box .horizontal .control .ert-dropdown .ert-combo .button {
  padding: 0px;
}

.beach .operatori_search_box .horizontal .control .ert-dropdown.show .ert-combo i {
  transform: rotate(180deg);
}

.beach .operatori_search_box .horizontal .control .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: auto;
}

.beach .operatori_search_box .horizontal .control .bootstrap-select {
  margin-top: -1px;
}

.beach .operatori_search_box .horizontal .control .bootstrap-select *:focus {
  box-shadow: none important;
}

.beach .operatori_search_box .horizontal .control .bootstrap-select button {
  padding: 0px;
  font-size: 1.5rem;
  background: #ffffff;
  color: #848484;
  letter-spacing: 0.3px;
  border: none;
  border-radius: 0;
}

.beach .operatori_search_box .horizontal .control .bootstrap-select button:after {
  content: "\F078";
  border: none;
}

.beach .operatori_search_box .horizontal .control .bootstrap-select .dropdown-menu {
  width: 100% !important;
  border: none;
  border-radius: 0;
  box-shadow: 0px 2px 2px 0px #a9a9a970;
  border-top: 1px solid #a9a9a970;
}

.beach .operatori_search_box .horizontal .control .bootstrap-select .dropdown-menu.inner.show {
  border-top: none;
}

.beach .operatori_search_box .horizontal .control .bootstrap-select .dropdown-menu .dropdown-item {
  font-size: 1.5rem;
  line-height: 4rem;
}

.beach .operatori_search_box .horizontal .control .bootstrap-select .dropdown-menu .dropdown-item:active,
.beach .operatori_search_box .horizontal .control .bootstrap-select .dropdown-menu .dropdown-item.active {
  background-color: #f2c050;
}

.beach .operatori_search_box .horizontal .control label {
  background: #ffffff;
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
  line-height: 2.4rem;
  margin-bottom: 0px;
  margin-right: 0.5rem;
}

@media (max-width: 768px) {
  .beach .operatori_search_box .horizontal .control label {
    min-width: 6.2rem;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .beach .operatori_search_box .horizontal .control label {
    display: none;
  }
}

.beach .operatori_search_box .horizontal .control .flatpickr-mobile.form-control {
  padding: 1px 0;
}

.beach .operatori_search_box .horizontal .control input[type=text],
.beach .operatori_search_box .horizontal .control input[type=date] {
  border: none;
  font-size: 1.5rem;
  border-radius: 0;
  background-color: white;
  border-bottom: 1px solid #495057;
  min-width: 0;
  height: auto;
}

.beach .operatori_search_box .horizontal .control input[type=text]:focus,
.beach .operatori_search_box .horizontal .control input[type=date]:focus {
  box-shadow: none;
}

.beach .operatori_search_box .vertical {
  max-width: 30rem;
  z-index: 10;
  position: relative;
  height: 4.4rem;
  margin: 0 auto;
}

.beach .operatori_search_box .vertical button.collapsible {
  border: none;
  background-color: transparent;
  display: block;
  position: absolute;
  width: 100%;
}

.beach .operatori_search_box .vertical .dropbutton {
  display: none;
}

.beach .operatori_search_box .vertical .dropbutton.collapsed {
  display: block;
}

.beach .operatori_search_box .vertical #collapse-events {
  padding: 1.8rem;
  background-color: #f2c050;
  background-image: linear-gradient(-180deg, #f2bf4d 0%, #f2c050 48%, #f2bf4e 80%);
  font-size: 1.6rem;
}

.beach .operatori_search_box .vertical .fa-chevron-up {
  text-align: right;
  line-height: 4rem;
  color: white;
  margin-bottom: 1.8rem;
}

.beach .operatori_search_box .vertical .form-group {
  background: #ffffff;
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
}

.beach .operatori_search_box .vertical .form-group .col-form-label {
  line-height: 5rem;
}

.beach .operatori_search_box .vertical .ert-text {
  border: none;
  font-size: 1.5rem;
  height: 60px;
  border-radius: 0;
  background-color: white;
}

.beach .operatori_search_box .vertical .ert-text.line {
  border-bottom: 1px solid #495057;
  height: auto;
  margin-top: 14px;
}

.beach .operatori_search_box .vertical .ert-text:focus {
  box-shadow: none;
}

.beach .operatori_search_box .vertical button.search {
  border: none;
  position: absolute;
  bottom: -10rem;
  left: 5%;
  right: 5%;
  width: 90%;
  line-height: 4.4rem;
}

.beach .operatori_search_box .vertical .datepicker-holder {
  padding-right: 0px;
}

.beach .operatori_search_box .vertical .datepicker-holder * {
  cursor: pointer;
}

.beach .operatori_search_box .vertical .datepicker-holder input[type=date]::-webkit-calendar-picker-indicator {
  width: 1.2rem;
  height: 0.7rem;
  -webkit-mask: url(/images/caret.svg);
          mask: url(/images/caret.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  -webkit-transition: 500ms ease;
  transition: 500ms ease;
  background-color: #686868;
}

.beach .operatori_search_box .vertical .datepicker-holder .flatpickr-calendar.static {
  margin-left: -193px;
  margin-top: -184px;
  left: 50%;
  top: 50%;
}

.beach .operatori_search_box .vertical .datepicker-holder .flatpickr-calendar.static.arrowBottom:after {
  display: none;
}

.beach .operatori_search_box .vertical .datepicker-holder .flatpickr-calendar.static.arrowBottom:before {
  display: none;
}

.beach .operatori_search_box .vertical .datepicker-holder .flatpickr-months .flatpickr-month {
  height: 32px;
}

.beach .operatori_search_box .vertical .ert-dropdown * {
  cursor: pointer;
}

.beach .operatori_search_box .vertical .ert-dropdown .ert-combo {
  background: #ffffff;
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
  line-height: 5rem;
  display: block;
  width: 100%;
  height: 60px;
  text-align: left;
}

.beach .operatori_search_box .vertical .ert-dropdown .ert-combo::after {
  border: none;
}

.beach .operatori_search_box .vertical .ert-dropdown .ert-combo i {
  transition: 500ms ease;
  transform: rotate(0);
  position: absolute;
  top: 2.25rem;
  right: 15px;
}

.beach .operatori_search_box .vertical .ert-dropdown .ert-combo .button {
  padding: 0px;
}

.beach .operatori_search_box .vertical .ert-dropdown .dropdown-menu {
  width: 100% !important;
  border: none;
  border-radius: 0;
  box-shadow: 0px 2px 2px 0px #a9a9a970;
  border-top: 1px solid #a9a9a970;
}

.beach .operatori_search_box .vertical .ert-dropdown .dropdown-menu .dropdown-item {
  font-size: 1.5rem;
  line-height: 4rem;
}

.beach .operatori_search_box .vertical .ert-dropdown .dropdown-menu .dropdown-item:active {
  background-color: #f2c050;
}

.beach .operatori_search_box .vertical .ert-dropdown.show .ert-combo i {
  transform: rotate(180deg);
}

.beach .operatori_search_box .vertical .bootstrap-select *:focus {
  box-shadow: none important;
}

.beach .operatori_search_box .vertical .bootstrap-select button {
  font-size: 1.5rem;
  color: #848484;
  letter-spacing: 0.3px;
  border: none;
  font-size: 1.5rem;
  height: 60px;
  border-radius: 0;
  background-color: white;
}

.beach .operatori_search_box .vertical .bootstrap-select button:after {
  content: "\F078";
  border: none;
}

.beach .operatori_search_box .vertical .bootstrap-select .dropdown-menu {
  width: 100% !important;
  border: none;
  border-radius: 0;
  box-shadow: 0px 2px 2px 0px #a9a9a970;
  border-top: 1px solid #a9a9a970;
}

.beach .operatori_search_box .vertical .bootstrap-select .dropdown-menu .dropdown-item {
  font-size: 1.5rem;
  line-height: 4rem;
}

.beach .operatori_search_box .vertical .bootstrap-select .dropdown-menu .dropdown-item:active,
.beach .operatori_search_box .vertical .bootstrap-select .dropdown-menu .dropdown-item.active {
  background-color: #f2c050;
}

.beach .operatori_search_box .vertical .btn-er,
.beach .operatori_search_box .vertical .instagram .instabutton div span,
.instagram .instabutton div .beach .operatori_search_box .vertical span {
  margin-top: 18px;
}

.beach .operatori_search_box .vertical .btn-er .fa-chevron-down,
.beach .operatori_search_box .vertical .instagram .instabutton div span .fa-chevron-down,
.instagram .instabutton div .beach .operatori_search_box .vertical span .fa-chevron-down {
  float: right;
  line-height: 4rem;
}

.beach .home-boxes {
  background-color: #f2c050;
}

.beach .content-box a {
  font-weight: bold;
  color: #f2c050;
}

.beach .content-box a strong {
  color: #f2c050;
}

.beach .content-box .btn-er,
.beach .content-box .instagram .instabutton div span,
.instagram .instabutton div .beach .content-box span {
  background-color: #f2c050;
  color: white;
}

.beach .content-box h3.with-line {
  font-size: 1.8rem;
  color: #030303;
  letter-spacing: -0.43px;
  text-transform: uppercase;
  margin-bottom: 2.1rem;
}

.beach .content-box h3.with-line::before {
  content: "";
  display: block;
  height: 3px;
  background: #0e797b;
  width: 100%;
  max-width: 32rem;
  margin-left: 0;
  margin-right: 0;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.beach *:focus {
  outline: 1px solid #f2c050;
  outline-offset: -1px;
}

.beach .bootstrap-select .dropdown-toggle:focus {
  outline: 1px solid #f2c050;
  outline-offset: -1px;
}

.beach a:hover {
  outline: 1px solid #f6d17f;
}

.beach a:active {
  outline: 1px solid #f2c050;
}

.beach .events-list {
  font-size: 1.4rem;
}

.beach .section-list {
  display: block;
  text-align: right;
}

.beach .section-list a {
  font-size: 2rem;
  color: #f2c050;
}

.beach .events-list dt,
.beach .section-list dt,
.beach .iat-list dt {
  text-transform: uppercase;
  font-size: 1.5rem;
  line-height: 1.5;
  color: #111;
  letter-spacing: -0.38px;
  font-weight: 600;
  margin-top: 1.4rem;
}

.beach .events-list dd,
.beach .section-list dd,
.beach .iat-list dd {
  font-size: 1.6rem;
  margin-bottom: 0.6rem;
  line-height: 1.5;
  color: #030303;
}

.beach .events-list dd i,
.beach .section-list dd i,
.beach .iat-list dd i {
  margin-right: 0.6rem;
}

.beach .events-list ul,
.beach .section-list ul,
.beach .iat-list ul {
  list-style: none;
  padding-inline-start: 0;
}

.beach .events-list ul li,
.beach .section-list ul li,
.beach .iat-list ul li {
  font-size: 1.5rem;
  color: #030303;
  margin-top: 0.6rem;
  line-height: 1.5;
}

.beach .events-list ul.tappe-list,
.beach .section-list ul.tappe-list,
.beach .iat-list ul.tappe-list {
  list-style: none;
  padding-inline-start: 0;
}

.beach .events-list ul.tappe-list li,
.beach .section-list ul.tappe-list li,
.beach .iat-list ul.tappe-list li {
  font-size: 1.6rem;
  line-height: 1.5;
  color: #030303;
}

.beach .tickets-list {
  display: flex;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #111;
  letter-spacing: -0.38px;
  font-weight: 600;
  margin-top: 1.4rem;
}

.beach .tickets-list i {
  margin-top: 0.6rem;
}

.beach .tickets-list li {
  color: #030303;
  font-size: 1.6rem;
  margin-left: 1.2rem;
}

.beach .tickets-list li i {
  margin-right: 0.6rem;
}

.beach .address * {
  color: white;
}

.beach .top-title-box {
  padding: 0rem;
  text-align: center;
}

.beach .top-title-box.no-image {
  padding-top: 10rem;
}

.beach .top-title-box.no-image .er-logo-top {
  margin: 0 auto;
  display: block;
  margin-bottom: 10rem;
}

.beach .top-title-box h1 {
  font-size: 3rem;
  color: #f2c050;
  letter-spacing: -1.01px;
  line-height: 4rem;
  margin: 2rem 0;
}

.beach .top-title-box h2 {
  font-size: 2rem;
  line-height: 1.5;
  color: #000;
  letter-spacing: -0.58px;
}

.beach .top-title-box .breadcrumb {
  opacity: 0.6;
  font-size: 1.5rem;
  letter-spacing: -0.38px;
  padding: 0;
  margin: 0;
  color: #f2c050;
  background-color: #fff;
}

.beach .top-title-box .breadcrumb .breadcrumb-item::before,
.beach .top-title-box .breadcrumb a {
  color: #f2c050;
}

@media (min-width: 992px) {
  .beach .top-title-box h1 {
    line-height: 7rem;
    font-size: 7rem;
    margin-top: 3rem;
  }

  .beach .top-title-box h2 {
    font-size: 2rem;
    line-height: 1.5rem;
  }

  .beach .top-title-box .breadcrumb {
    font-size: 1.9rem;
  }
}

.beach .image-box-with-border {
  margin: 2rem 0;
  border-top: 64px solid #f2c050;
}

.beach .image-box-with-border img {
  -o-object-fit: cover;
     object-fit: cover;
}

.beach .top-image {
  transition: background-image 1s ease-in-out;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 20px;
}

.beach .top-image .logo {
  position: absolute;
  width: 30rem;
  bottom: 20px;
  left: 50%;
  margin-left: -15rem;
}

.beach .top-image.no-mask {
  height: 600px;
}

.beach .top-image .mask {
  z-index: 997;
  position: relative;
  width: 100%;
}

@media (min-width: 992px) {
  .beach .top-image:after {
    position: absolute;
    content: "";
    left: 0px;
    bottom: -20px;
    width: 100%;
    height: 20px;
    transform: rotate(-180deg);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(255, 255, 255, 0.12) 12%, #e6e6e6);
  }
}

.beach .info-box {
  position: relative;
  z-index: 0;
  border-right: 1px solid #e6e6e6;
  border-left: 7px solid #f2c050;
  background-color: white;
  padding: 0.1rem 1.5rem;
}

.beach .info-box h3 {
  font-weight: bold;
  font-size: 1.9rem;
}

.beach .info-box .referente {
  font-size: 1.7rem;
  line-height: 1.8rem;
  color: #000;
  letter-spacing: -0.41px;
}

@media (min-width: 768px) {
  .beach .info-box {
    position: sticky;
    position: -webkit-sticky;
    top: 68px;
  }
}

.beach .info-box:after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: -8px;
  height: 8px;
  left: 0px;
  z-index: -1;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.01) 30%, rgba(0, 0, 0, 0.03) 50%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0.08) 90%, rgba(0, 0, 0, 0.09) 96%, rgba(0, 0, 0, 0.1) 100%);
}

.beach .info-box:after {
  width: calc(100% + 8px);
  left: -7px;
}

@media (max-width: 991.98px) {
  .beach .info-box {
    width: auto;
    max-width: 60%;
    min-width: 300px;
    margin: 20px auto;
    display: block;
  }
}

@media (min-width: 992px) {
  .beach .info-box {
    margin-top: 2.2rem;
  }
}

.beach .info-box li {
  padding: 1.1rem 0;
}

.beach .info-box li .icon {
  font-size: 2.8rem;
  line-height: 3.3rem;
  margin-right: 1rem;
  float: left;
}

.beach .info-box li .info .title {
  text-transform: uppercase;
  font-size: 1.2rem;
  line-height: 1.5rem;
  color: #787878;
  letter-spacing: -0.38px;
}

.beach .info-box li .info .value {
  font-size: 1.7rem;
  line-height: 1.8rem;
  color: #000000;
  letter-spacing: -0.41px;
  display: table;
}

.beach .info-box li .info .value a {
  word-break: break-all;
}

@media (max-width: 991.98px) {
  .beach .info-box li.bookmarks {
    display: none;
  }
}

.beach .info-box .title-index {
  text-transform: uppercase;
  font-size: 1.4rem;
  line-height: 3rem;
  letter-spacing: -0.38px;
}

.beach .info-box .bookmarks {
  display: inline-block;
}

.beach .info-box .bookmarks ul li {
  padding: 0.5rem 0;
  width: 100%;
}

.beach .info-box .bookmarks ul li a {
  font-size: 1.4rem;
  line-height: 1.5rem;
  color: #000000;
  letter-spacing: -0.41px;
}

.beach .info-box .bookmarks ul li a.active {
  text-decoration: underline;
}

.beach #bookmarks-index {
  margin-top: 8rem;
}

.beach #bookmarks-index .info {
  padding: 2.1rem;
}

.beach #bookmarks-index h4 {
  font-size: 1.8rem;
}

@media (min-width: 768px) {
  .beach #bookmarks-index {
    display: none;
  }
}

.beach blockquote:before {
  color: #f2c255;
}

.beach .btn-er,
.beach .instagram .instabutton div span,
.instagram .instabutton div .beach span,
.beach.btn {
  background: #f2c050;
}

.beach hr {
  height: 3px;
  background: #f2c050;
  width: 100%;
  max-width: 32rem;
  margin-left: 0;
  margin-right: 0;
  margin-top: 1rem;
  margin-bottom: 2rem;
}

.beach .section h2 {
  margin-top: 4.5rem;
  margin-bottom: 4.5rem;
  font-size: 4.42rem;
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.18;
  letter-spacing: -1.07px;
  text-align: center;
  color: black;
  /*text-decoration: underline;*/
}

.beach .section h2 a {
  color: black;
}

.beach .section h3 {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
  font-size: 3.42rem;
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.18;
  letter-spacing: -1.07px;
  text-align: center;
  color: black;
  text-transform: uppercase;
  /*text-decoration: underline;*/
}

.beach .section h3 a {
  color: black;
}

.beach .section .gallery {
  position: relative;
  padding-bottom: 33px;
}

.beach .section .gallery .swiper-button-next,
.beach .section .gallery .swiper-container-rtl .swiper-button-prev,
.beach .section .gallery .swiper-button-prev,
.beach .section .gallery .swiper-container-rtl .swiper-button-next {
  background-position: center;
  width: 7.2rem;
  bottom: 33px;
  height: auto;
  top: 0px;
  margin: 0px;
  left: auto;
}

.beach .section .gallery .swiper-button-next svg,
.beach .section .gallery .swiper-container-rtl .swiper-button-prev svg,
.beach .section .gallery .swiper-button-prev svg,
.beach .section .gallery .swiper-container-rtl .swiper-button-next svg {
  top: 50%;
  left: 2.1rem;
  position: absolute;
  width: 3rem;
  height: 3rem;
  margin-top: -1.5rem;
  filter: drop-shadow(0px 3px 3px black);
}

.beach .section .gallery .swiper-button-next,
.beach .section .gallery .swiper-button-prev,
.beach .section .gallery .swiper-container-rtl .swiper-button-prev,
.beach .section .gallery .swiper-container-rtl .swiper-button-next {
  fill: #fff;
}

.beach .section .gallery .swiper-button-next,
.beach .section .gallery .swiper-container-rtl .swiper-button-prev {
  right: 0px;
}

.beach .section .gallery .swiper-button-prev,
.beach .section .gallery .swiper-container-rtl .swiper-button-next {
  left: 0px;
}

.beach .section .gallery .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #f2c050;
}

.beach .section .gallery .swiper-pagination-bullet {
  border: 1px solid #f2c050;
}

.beach .section .gallery .swiper-pagination-bullets {
  bottom: 2px;
}

.beach .section .gallery .swiper-slide .carousel-content {
  background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.07) 8%, rgba(0, 0, 0, 0.45) 68%);
  position: absolute;
  left: 0rem;
  bottom: 0rem;
  right: 0rem;
  width: auto;
  padding: 10rem 2rem 2rem 2rem;
  font-size: 2.6rem;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.63px;
  text-align: center;
  color: #ffffff;
}

.beach .section .gallery .swiper-slide .carousel-content a {
  color: #ffffff !important;
}

.beach .section .card-carousel .nodefault.swiper-button-prev::after,
.beach .section .card-carousel .nodefault.swiper-button-prev::before,
.beach .section .card-carousel .nodefault.swiper-button-next::after,
.beach .section .card-carousel .nodefault.swiper-button-next::before {
  content: unset;
}

.beach .section .card-carousel .swiper-slide {
  height: auto;
  margin-bottom: 5rem;
}

.beach .section .card-carousel .swiper-slide .iv-wrapper,
.beach .section .card-carousel .swiper-slide a .iv-wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

.beach .section .card-carousel .swiper-slide .iv-wrapper > div,
.beach .section .card-carousel .swiper-slide a .iv-wrapper > div {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: start;
}

.beach .section .card-carousel .swiper-slide .iv-wrapper .image,
.beach .section .card-carousel .swiper-slide a .iv-wrapper .image {
  min-height: 23rem;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.beach .section .card-carousel .swiper-slide .iv-wrapper .content,
.beach .section .card-carousel .swiper-slide a .iv-wrapper .content {
  background: #ffffff;
  border: 0 solid #000000;
  position: relative;
  padding: 2rem 2.1rem 4rem;
  position: relative;
  z-index: 0;
}

.beach .section .card-carousel .swiper-slide .iv-wrapper .content:after,
.beach .section .card-carousel .swiper-slide a .iv-wrapper .content:after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: -4px;
  height: 4px;
  left: 0px;
  z-index: -1;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.01) 30%, rgba(0, 0, 0, 0.03) 50%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0.08) 90%, rgba(0, 0, 0, 0.09) 96%, rgba(0, 0, 0, 0.1) 100%);
}

.beach .section .card-carousel .swiper-slide .iv-wrapper .content h3,
.beach .section .card-carousel .swiper-slide a .iv-wrapper .content h3 {
  font-size: 2rem;
  color: #030303;
  letter-spacing: -0.48px;
  text-align: left;
}

.beach .section .card-carousel .swiper-slide .iv-wrapper .content p,
.beach .section .card-carousel .swiper-slide .iv-wrapper .content p a,
.beach .section .card-carousel .swiper-slide .iv-wrapper .content a p,
.beach .section .card-carousel .swiper-slide a .iv-wrapper .content p,
.beach .section .card-carousel .swiper-slide a .iv-wrapper .content p a,
.beach .section .card-carousel .swiper-slide a .iv-wrapper .content a p {
  font-size: 1.5rem;
  color: #030303;
  letter-spacing: -0.38px;
  margin-bottom: 0px;
}

.beach .section .card-carousel .swiper-slide .iv-wrapper .content p .readmore,
.beach .section .card-carousel .swiper-slide .iv-wrapper .content p a .readmore,
.beach .section .card-carousel .swiper-slide .iv-wrapper .content a p .readmore,
.beach .section .card-carousel .swiper-slide a .iv-wrapper .content p .readmore,
.beach .section .card-carousel .swiper-slide a .iv-wrapper .content p a .readmore,
.beach .section .card-carousel .swiper-slide a .iv-wrapper .content a p .readmore {
  font-style: italic;
  color: #eeaf21;
  display: block;
  margin-top: 1rem;
}

.beach .section .card-carousel .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border: 1px solid #f2c050;
  background: none;
  opacity: 1;
}

.beach .section .card-carousel .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #f2c050;
}

.beach .section .card-carousel .swiper-button-next,
.beach .section .card-carousel .swiper-container-rtl .swiper-button-prev,
.beach .section .card-carousel .swiper-button-prev,
.beach .section .card-carousel .swiper-container-rtl .swiper-button-next {
  background-image: none;
  width: 4rem;
  height: 23rem;
  top: 0px;
  margin: 0px;
  left: auto;
}

.beach .section .card-carousel .swiper-button-next svg,
.beach .section .card-carousel .swiper-container-rtl .swiper-button-prev svg,
.beach .section .card-carousel .swiper-button-prev svg,
.beach .section .card-carousel .swiper-container-rtl .swiper-button-next svg {
  top: 50%;
  left: 50%;
  position: absolute;
  width: 3rem;
  height: 3rem;
  margin-top: -1.5rem;
  margin-left: -1.5rem;
  filter: drop-shadow(0px 3px 3px black);
}

.beach .section .card-carousel .swiper-button-next,
.beach .section .card-carousel .swiper-button-prev,
.beach .section .card-carousel .swiper-container-rtl .swiper-button-prev,
.beach .section .card-carousel .swiper-container-rtl .swiper-button-next {
  fill: #fff;
}

.beach .section .card-carousel .swiper-button-next,
.beach .section .card-carousel .swiper-container-rtl .swiper-button-prev {
  right: 0px;
}

.beach .section .card-carousel .swiper-button-prev,
.beach .section .card-carousel .swiper-container-rtl .swiper-button-next {
  left: 0px;
}

.beach .section .sassibox-item,
.beach .section a .sassibox-item {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 5rem;
}

.beach .section .sassibox-item > div,
.beach .section a .sassibox-item > div {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.beach .section .sassibox-item .image,
.beach .section a .sassibox-item .image {
  min-height: 23rem;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.beach .section .sassibox-item .content,
.beach .section a .sassibox-item .content {
  background: #ffffff;
  border: 0 solid #000000;
  position: relative;
  padding: 1rem 0;
  position: relative;
  z-index: 0;
}

.beach .section .sassibox-item .content:after,
.beach .section a .sassibox-item .content:after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: -4px;
  height: 4px;
  left: 0px;
  z-index: -1;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.01) 30%, rgba(0, 0, 0, 0.03) 50%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0.08) 90%, rgba(0, 0, 0, 0.09) 96%, rgba(0, 0, 0, 0.1) 100%);
}

.beach .section .sassibox-item .content h4,
.beach .section a .sassibox-item .content h4 {
  font-size: 2rem;
  color: #030303;
  letter-spacing: -0.48px;
  text-align: left;
}

.beach .section .sassibox-item .content p,
.beach .section .sassibox-item .content span,
.beach .section .sassibox-item .content a span,
.beach .section .sassibox-item .content span a,
.beach .section .sassibox-item .content p a,
.beach .section .sassibox-item .content a p,
.beach .section a .sassibox-item .content p,
.beach .section a .sassibox-item .content span,
.beach .section a .sassibox-item .content a span,
.beach .section a .sassibox-item .content span a,
.beach .section a .sassibox-item .content p a,
.beach .section a .sassibox-item .content a p {
  font-size: 1.5rem;
  color: #030303;
  letter-spacing: -0.38px;
}

.beach .section .sassibox-item .content .action,
.beach .section a .sassibox-item .content .action {
  margin: 10px 0;
}

.beach .section .sassibox-item .content .action button,
.beach .section a .sassibox-item .content .action button {
  font-family: "Open Sans", sans-serif !important;
}

.beach .section .sassibox-item .content .readmore,
.beach .section a .sassibox-item .content .readmore {
  border: 1px solid transparent;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  padding: 6px 12px;
  text-align: center;
  vertical-align: middle;
  width: -moz-fit-content;
  width: fit-content;
  text-transform: uppercase;
  background-color: #f2c050;
}

.food .xp_search_box button span {
  color: white;
}

.food .xp_search_box .city {
  color: white;
}

.food .xp_search_box .horizontal {
  padding: 1rem;
  background-color: #b68524;
  background-image: linear-gradient(-180deg, #b38323 0%, #b68524 48%, #b48324 80%);
  font-size: 1.6rem;
}

.food .xp_search_box .horizontal.collapsed {
  border-radius: 2px;
  box-shadow: -1px 0 3px 0 rgba(0, 0, 0, 0.25);
}

.food .xp_search_box .horizontal .fa,
.food .xp_search_box .horizontal .search .searchearchbox.vertical .bootstrap-select button:after,
.search .searchearchbox.vertical .bootstrap-select .food .xp_search_box .horizontal button:after,
.food .xp_search_box .search .searchearchbox.horizontal .control .bootstrap-select button:after,
.search .food .xp_search_box .searchearchbox.horizontal .control .bootstrap-select button:after,
.food .xp_search_box .horizontal .downloads .downloadsearchbox.vertical .bootstrap-select button:after,
.downloads .downloadsearchbox.vertical .bootstrap-select .food .xp_search_box .horizontal button:after,
.food .xp_search_box .downloads .downloadsearchbox.horizontal .control .bootstrap-select button:after,
.downloads .food .xp_search_box .downloadsearchbox.horizontal .control .bootstrap-select button:after,
.food .xp_search_box .horizontal .localita #searchbox-app .bootstrap-select button:after,
.localita #searchbox-app .bootstrap-select .food .xp_search_box .horizontal button:after,
.food .xp_search_box .horizontal .itinerari .searchbox .control .bootstrap-select button:after,
.itinerari .searchbox .control .bootstrap-select .food .xp_search_box .horizontal button:after,
.food .xp_search_box .itinerari .searchbox.horizontal .control .bootstrap-select button:after,
.itinerari .food .xp_search_box .searchbox.horizontal .control .bootstrap-select button:after,
.food .xp_search_box .horizontal .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .vertical .bootstrap-select .food .xp_search_box .horizontal button:after,
.food .xp_search_box .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .food .xp_search_box .horizontal .control .bootstrap-select button:after,
.food .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .food .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.food .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .food .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.food .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .food .xp_search_box .horizontal .control .bootstrap-select button:after,
.food .xp_search_box .horizontal .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .vertical .bootstrap-select .food .xp_search_box .horizontal button:after,
.food .xp_search_box .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .food .xp_search_box .horizontal .control .bootstrap-select button:after,
.food .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .food .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.food .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .food .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.food .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .food .xp_search_box .horizontal .control .bootstrap-select button:after,
.food .xp_search_box .horizontal .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .vertical .bootstrap-select .food .xp_search_box .horizontal button:after,
.food .xp_search_box .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .food .xp_search_box .horizontal .control .bootstrap-select button:after,
.food .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .food .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.food .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .food .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.food .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .food .xp_search_box .horizontal .control .bootstrap-select button:after,
.food .xp_search_box .horizontal .romagna-craft .operatori_search_box .vertical .bootstrap-select button:after,
.romagna-craft .operatori_search_box .vertical .bootstrap-select .food .xp_search_box .horizontal button:after,
.food .xp_search_box .romagna-craft .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna-craft .operatori_search_box .food .xp_search_box .horizontal .control .bootstrap-select button:after,
.food .romagna-craft .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna-craft .food .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.food .romagna-craft .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna-craft .food .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.food .romagna-craft .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna-craft .food .xp_search_box .horizontal .control .bootstrap-select button:after,
.food .xp_search_box .horizontal .spass .operatori_search_box .vertical .bootstrap-select button:after,
.spass .operatori_search_box .vertical .bootstrap-select .food .xp_search_box .horizontal button:after,
.food .xp_search_box .spass .operatori_search_box .horizontal .control .bootstrap-select button:after,
.spass .operatori_search_box .food .xp_search_box .horizontal .control .bootstrap-select button:after,
.food .spass .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.spass .food .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.food .spass .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.spass .food .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.food .spass .xp_search_box .horizontal .control .bootstrap-select button:after,
.spass .food .xp_search_box .horizontal .control .bootstrap-select button:after,
.food .xp_search_box .horizontal .natur .operatori_search_box .vertical .bootstrap-select button:after,
.natur .operatori_search_box .vertical .bootstrap-select .food .xp_search_box .horizontal button:after,
.food .xp_search_box .natur .operatori_search_box .horizontal .control .bootstrap-select button:after,
.natur .operatori_search_box .food .xp_search_box .horizontal .control .bootstrap-select button:after,
.food .natur .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.natur .food .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.food .natur .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.natur .food .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.food .natur .xp_search_box .horizontal .control .bootstrap-select button:after,
.natur .food .xp_search_box .horizontal .control .bootstrap-select button:after,
.food .xp_search_box .horizontal .kultur .operatori_search_box .vertical .bootstrap-select button:after,
.kultur .operatori_search_box .vertical .bootstrap-select .food .xp_search_box .horizontal button:after,
.food .xp_search_box .kultur .operatori_search_box .horizontal .control .bootstrap-select button:after,
.kultur .operatori_search_box .food .xp_search_box .horizontal .control .bootstrap-select button:after,
.food .kultur .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.kultur .food .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.food .kultur .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.kultur .food .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.food .kultur .xp_search_box .horizontal .control .bootstrap-select button:after,
.kultur .food .xp_search_box .horizontal .control .bootstrap-select button:after,
.food .xp_search_box .horizontal .pet .operatori_search_box .vertical .bootstrap-select button:after,
.pet .operatori_search_box .vertical .bootstrap-select .food .xp_search_box .horizontal button:after,
.food .xp_search_box .pet .operatori_search_box .horizontal .control .bootstrap-select button:after,
.pet .operatori_search_box .food .xp_search_box .horizontal .control .bootstrap-select button:after,
.food .pet .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.pet .food .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.food .pet .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.pet .food .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.food .pet .xp_search_box .horizontal .control .bootstrap-select button:after,
.pet .food .xp_search_box .horizontal .control .bootstrap-select button:after,
.food .xp_search_box .horizontal .default .operatori_search_box .vertical .bootstrap-select button:after,
.default .operatori_search_box .vertical .bootstrap-select .food .xp_search_box .horizontal button:after,
.food .xp_search_box .default .operatori_search_box .horizontal .control .bootstrap-select button:after,
.default .operatori_search_box .food .xp_search_box .horizontal .control .bootstrap-select button:after,
.food .default .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.default .food .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.food .default .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.default .food .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.food .default .xp_search_box .horizontal .control .bootstrap-select button:after,
.default .food .xp_search_box .horizontal .control .bootstrap-select button:after,
.food .xp_search_box .horizontal .liscio .operatori_search_box .vertical .bootstrap-select button:after,
.liscio .operatori_search_box .vertical .bootstrap-select .food .xp_search_box .horizontal button:after,
.food .xp_search_box .liscio .operatori_search_box .horizontal .control .bootstrap-select button:after,
.liscio .operatori_search_box .food .xp_search_box .horizontal .control .bootstrap-select button:after,
.food .liscio .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.liscio .food .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.food .liscio .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.liscio .food .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.food .liscio .xp_search_box .horizontal .control .bootstrap-select button:after,
.liscio .food .xp_search_box .horizontal .control .bootstrap-select button:after,
.food .xp_search_box .horizontal .romagna .operatori_search_box .vertical .bootstrap-select button:after,
.romagna .operatori_search_box .vertical .bootstrap-select .food .xp_search_box .horizontal button:after,
.food .xp_search_box .romagna .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna .operatori_search_box .food .xp_search_box .horizontal .control .bootstrap-select button:after,
.food .romagna .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna .food .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.food .romagna .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna .food .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.food .romagna .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna .food .xp_search_box .horizontal .control .bootstrap-select button:after,
.food .xp_search_box .horizontal .motorcycle .operatori_search_box .vertical .bootstrap-select button:after,
.motorcycle .operatori_search_box .vertical .bootstrap-select .food .xp_search_box .horizontal button:after,
.food .xp_search_box .motorcycle .operatori_search_box .horizontal .control .bootstrap-select button:after,
.motorcycle .operatori_search_box .food .xp_search_box .horizontal .control .bootstrap-select button:after,
.food .motorcycle .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.motorcycle .food .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.food .motorcycle .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.motorcycle .food .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.food .motorcycle .xp_search_box .horizontal .control .bootstrap-select button:after,
.motorcycle .food .xp_search_box .horizontal .control .bootstrap-select button:after,
.food .xp_search_box .horizontal .sport .operatori_search_box .vertical .bootstrap-select button:after,
.sport .operatori_search_box .vertical .bootstrap-select .food .xp_search_box .horizontal button:after,
.food .xp_search_box .sport .operatori_search_box .horizontal .control .bootstrap-select button:after,
.sport .operatori_search_box .food .xp_search_box .horizontal .control .bootstrap-select button:after,
.food .sport .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.sport .food .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.food .sport .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.sport .food .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.food .sport .xp_search_box .horizontal .control .bootstrap-select button:after,
.sport .food .xp_search_box .horizontal .control .bootstrap-select button:after,
.food .xp_search_box .horizontal .fun .operatori_search_box .vertical .bootstrap-select button:after,
.fun .operatori_search_box .vertical .bootstrap-select .food .xp_search_box .horizontal button:after,
.food .xp_search_box .fun .operatori_search_box .horizontal .control .bootstrap-select button:after,
.fun .operatori_search_box .food .xp_search_box .horizontal .control .bootstrap-select button:after,
.food .fun .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.fun .food .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.food .fun .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.fun .food .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.food .fun .xp_search_box .horizontal .control .bootstrap-select button:after,
.fun .food .xp_search_box .horizontal .control .bootstrap-select button:after,
.food .xp_search_box .horizontal .wellness .operatori_search_box .vertical .bootstrap-select button:after,
.wellness .operatori_search_box .vertical .bootstrap-select .food .xp_search_box .horizontal button:after,
.food .xp_search_box .wellness .operatori_search_box .horizontal .control .bootstrap-select button:after,
.wellness .operatori_search_box .food .xp_search_box .horizontal .control .bootstrap-select button:after,
.food .wellness .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.wellness .food .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.food .wellness .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.wellness .food .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.food .wellness .xp_search_box .horizontal .control .bootstrap-select button:after,
.wellness .food .xp_search_box .horizontal .control .bootstrap-select button:after,
.food .xp_search_box .horizontal .empire .operatori_search_box .vertical .bootstrap-select button:after,
.empire .operatori_search_box .vertical .bootstrap-select .food .xp_search_box .horizontal button:after,
.food .xp_search_box .empire .operatori_search_box .horizontal .control .bootstrap-select button:after,
.empire .operatori_search_box .food .xp_search_box .horizontal .control .bootstrap-select button:after,
.food .empire .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.empire .food .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.food .empire .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.empire .food .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.food .empire .xp_search_box .horizontal .control .bootstrap-select button:after,
.empire .food .xp_search_box .horizontal .control .bootstrap-select button:after,
.food .xp_search_box .horizontal .bike .operatori_search_box .vertical .bootstrap-select button:after,
.bike .operatori_search_box .vertical .bootstrap-select .food .xp_search_box .horizontal button:after,
.food .xp_search_box .bike .operatori_search_box .horizontal .control .bootstrap-select button:after,
.bike .operatori_search_box .food .xp_search_box .horizontal .control .bootstrap-select button:after,
.food .bike .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.bike .food .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.food .bike .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.bike .food .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.food .bike .xp_search_box .horizontal .control .bootstrap-select button:after,
.bike .food .xp_search_box .horizontal .control .bootstrap-select button:after,
.food .xp_search_box .horizontal .castle .operatori_search_box .vertical .bootstrap-select button:after,
.castle .operatori_search_box .vertical .bootstrap-select .food .xp_search_box .horizontal button:after,
.food .xp_search_box .castle .operatori_search_box .horizontal .control .bootstrap-select button:after,
.castle .operatori_search_box .food .xp_search_box .horizontal .control .bootstrap-select button:after,
.food .castle .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.castle .food .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.food .castle .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.castle .food .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.food .castle .xp_search_box .horizontal .control .bootstrap-select button:after,
.castle .food .xp_search_box .horizontal .control .bootstrap-select button:after,
.food .xp_search_box .horizontal .culture .operatori_search_box .vertical .bootstrap-select button:after,
.culture .operatori_search_box .vertical .bootstrap-select .food .xp_search_box .horizontal button:after,
.food .xp_search_box .culture .operatori_search_box .horizontal .control .bootstrap-select button:after,
.culture .operatori_search_box .food .xp_search_box .horizontal .control .bootstrap-select button:after,
.food .culture .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.culture .food .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.food .culture .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.culture .food .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.food .culture .xp_search_box .horizontal .control .bootstrap-select button:after,
.culture .food .xp_search_box .horizontal .control .bootstrap-select button:after,
.food .xp_search_box .horizontal .romagna_autentica .operatori_search_box .vertical .bootstrap-select button:after,
.romagna_autentica .operatori_search_box .vertical .bootstrap-select .food .xp_search_box .horizontal button:after,
.food .xp_search_box .romagna_autentica .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna_autentica .operatori_search_box .food .xp_search_box .horizontal .control .bootstrap-select button:after,
.food .romagna_autentica .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna_autentica .food .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.food .romagna_autentica .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna_autentica .food .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.food .romagna_autentica .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna_autentica .food .xp_search_box .horizontal .control .bootstrap-select button:after,
.food .xp_search_box .horizontal .nature .operatori_search_box .vertical .bootstrap-select button:after,
.nature .operatori_search_box .vertical .bootstrap-select .food .xp_search_box .horizontal button:after,
.food .xp_search_box .nature .operatori_search_box .horizontal .control .bootstrap-select button:after,
.nature .operatori_search_box .food .xp_search_box .horizontal .control .bootstrap-select button:after,
.food .nature .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.nature .food .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.food .nature .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.nature .food .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.food .nature .xp_search_box .horizontal .control .bootstrap-select button:after,
.nature .food .xp_search_box .horizontal .control .bootstrap-select button:after,
.food .xp_search_box .horizontal .operatori_search_box .vertical .bootstrap-select button:after,
.food .operatori_search_box .vertical .bootstrap-select .xp_search_box .horizontal button:after,
.food .xp_search_box .operatori_search_box .horizontal .control .bootstrap-select button:after,
.food .operatori_search_box .xp_search_box .horizontal .control .bootstrap-select button:after,
.food .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.food .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.food .xp_search_box .horizontal .control .bootstrap-select button:after,
.food .xp_search_box .events-homepage .header .eventsearchbox.horizontal .control .bootstrap-select button:after,
.events-homepage .header .food .xp_search_box .eventsearchbox.horizontal .control .bootstrap-select button:after,
.food .xp_search_box .horizontal .events-homepage .header .eventsearchbox.vertical .bootstrap-select button:after,
.events-homepage .header .eventsearchbox.vertical .bootstrap-select .food .xp_search_box .horizontal button:after,
.food .xp_search_box .events-page .header .eventsearchbox.horizontal .control .bootstrap-select button:after,
.events-page .header .food .xp_search_box .eventsearchbox.horizontal .control .bootstrap-select button:after,
.food .xp_search_box .horizontal .events-page .header .eventsearchbox.vertical .bootstrap-select button:after,
.events-page .header .eventsearchbox.vertical .bootstrap-select .food .xp_search_box .horizontal button:after,
.food .scopri .xp_search_box .horizontal .control .bootstrap-select button:after,
.scopri .food .xp_search_box .horizontal .control .bootstrap-select button:after,
.food .scopri .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.scopri .food .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.food .scopri .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.scopri .food .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.food .xp_search_box .scopri .operatori_search_box .horizontal .control .bootstrap-select button:after,
.scopri .operatori_search_box .food .xp_search_box .horizontal .control .bootstrap-select button:after,
.food .xp_search_box .horizontal .scopri .operatori_search_box .vertical .bootstrap-select button:after,
.scopri .operatori_search_box .vertical .bootstrap-select .food .xp_search_box .horizontal button:after,
.food .idee .xp_search_box .horizontal .control .bootstrap-select button:after,
.idee .food .xp_search_box .horizontal .control .bootstrap-select button:after,
.food .idee .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.idee .food .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.food .idee .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.idee .food .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.food .xp_search_box .idee .operatori_search_box .horizontal .control .bootstrap-select button:after,
.idee .operatori_search_box .food .xp_search_box .horizontal .control .bootstrap-select button:after,
.food .xp_search_box .horizontal .idee .operatori_search_box .vertical .bootstrap-select button:after,
.idee .operatori_search_box .vertical .bootstrap-select .food .xp_search_box .horizontal button:after,
.food .eventi .xp_search_box .horizontal .control .bootstrap-select button:after,
.eventi .food .xp_search_box .horizontal .control .bootstrap-select button:after,
.food .eventi .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.eventi .food .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.food .eventi .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.eventi .food .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.food .xp_search_box .eventi .operatori_search_box .horizontal .control .bootstrap-select button:after,
.eventi .operatori_search_box .food .xp_search_box .horizontal .control .bootstrap-select button:after,
.food .xp_search_box .horizontal .eventi .operatori_search_box .vertical .bootstrap-select button:after,
.eventi .operatori_search_box .vertical .bootstrap-select .food .xp_search_box .horizontal button:after,
.food .pianifica .xp_search_box .horizontal .control .bootstrap-select button:after,
.pianifica .food .xp_search_box .horizontal .control .bootstrap-select button:after,
.food .pianifica .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.pianifica .food .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.food .pianifica .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.pianifica .food .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.food .xp_search_box .pianifica .operatori_search_box .horizontal .control .bootstrap-select button:after,
.pianifica .operatori_search_box .food .xp_search_box .horizontal .control .bootstrap-select button:after,
.food .xp_search_box .horizontal .pianifica .operatori_search_box .vertical .bootstrap-select button:after,
.pianifica .operatori_search_box .vertical .bootstrap-select .food .xp_search_box .horizontal button:after,
.food .esperienze .xp_search_box .horizontal .control .bootstrap-select button:after,
.esperienze .food .xp_search_box .horizontal .control .bootstrap-select button:after,
.food .esperienze .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.esperienze .food .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.food .esperienze .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.esperienze .food .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.food .xp_search_box .esperienze .operatori_search_box .horizontal .control .bootstrap-select button:after,
.esperienze .operatori_search_box .food .xp_search_box .horizontal .control .bootstrap-select button:after,
.food .xp_search_box .horizontal .esperienze .operatori_search_box .vertical .bootstrap-select button:after,
.esperienze .operatori_search_box .vertical .bootstrap-select .food .xp_search_box .horizontal button:after,
.food .news .xp_search_box .horizontal .control .bootstrap-select button:after,
.news .food .xp_search_box .horizontal .control .bootstrap-select button:after,
.food .news .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.news .food .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.food .news .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.news .food .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.food .xp_search_box .news .operatori_search_box .horizontal .control .bootstrap-select button:after,
.news .operatori_search_box .food .xp_search_box .horizontal .control .bootstrap-select button:after,
.food .xp_search_box .horizontal .news .operatori_search_box .vertical .bootstrap-select button:after,
.news .operatori_search_box .vertical .bootstrap-select .food .xp_search_box .horizontal button:after,
.food .iat .xp_search_box .horizontal .control .bootstrap-select button:after,
.iat .food .xp_search_box .horizontal .control .bootstrap-select button:after,
.food .iat .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.iat .food .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.food .iat .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.iat .food .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.food .xp_search_box .iat .operatori_search_box .horizontal .control .bootstrap-select button:after,
.iat .operatori_search_box .food .xp_search_box .horizontal .control .bootstrap-select button:after,
.food .xp_search_box .horizontal .iat .operatori_search_box .vertical .bootstrap-select button:after,
.iat .operatori_search_box .vertical .bootstrap-select .food .xp_search_box .horizontal button:after,
.food .meteo .xp_search_box .horizontal .control .bootstrap-select button:after,
.meteo .food .xp_search_box .horizontal .control .bootstrap-select button:after,
.food .meteo .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.meteo .food .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.food .meteo .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.meteo .food .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.food .xp_search_box .meteo .operatori_search_box .horizontal .control .bootstrap-select button:after,
.meteo .operatori_search_box .food .xp_search_box .horizontal .control .bootstrap-select button:after,
.food .xp_search_box .horizontal .meteo .operatori_search_box .vertical .bootstrap-select button:after,
.meteo .operatori_search_box .vertical .bootstrap-select .food .xp_search_box .horizontal button:after,
.food .odm .xp_search_box .horizontal .control .bootstrap-select button:after,
.odm .food .xp_search_box .horizontal .control .bootstrap-select button:after,
.food .odm .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.odm .food .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.food .odm .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.odm .food .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.food .xp_search_box .odm .operatori_search_box .horizontal .control .bootstrap-select button:after,
.odm .operatori_search_box .food .xp_search_box .horizontal .control .bootstrap-select button:after,
.food .xp_search_box .horizontal .odm .operatori_search_box .vertical .bootstrap-select button:after,
.odm .operatori_search_box .vertical .bootstrap-select .food .xp_search_box .horizontal button:after,
.food .booking .xp_search_box .horizontal .control .bootstrap-select button:after,
.booking .food .xp_search_box .horizontal .control .bootstrap-select button:after,
.food .booking .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.booking .food .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.food .booking .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.booking .food .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.food .xp_search_box .booking .operatori_search_box .horizontal .control .bootstrap-select button:after,
.booking .operatori_search_box .food .xp_search_box .horizontal .control .bootstrap-select button:after,
.food .xp_search_box .horizontal .booking .operatori_search_box .vertical .bootstrap-select button:after,
.booking .operatori_search_box .vertical .bootstrap-select .food .xp_search_box .horizontal button:after,
.food .rock .xp_search_box .horizontal .control .bootstrap-select button:after,
.rock .food .xp_search_box .horizontal .control .bootstrap-select button:after,
.food .rock .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.rock .food .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.food .rock .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.rock .food .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.food .xp_search_box .rock .operatori_search_box .horizontal .control .bootstrap-select button:after,
.rock .operatori_search_box .food .xp_search_box .horizontal .control .bootstrap-select button:after,
.food .xp_search_box .horizontal .rock .operatori_search_box .vertical .bootstrap-select button:after,
.rock .operatori_search_box .vertical .bootstrap-select .food .xp_search_box .horizontal button:after,
.food .beach .xp_search_box .horizontal .control .bootstrap-select button:after,
.beach .food .xp_search_box .horizontal .control .bootstrap-select button:after,
.food .beach .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.beach .food .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.food .beach .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.beach .food .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.food .xp_search_box .beach .operatori_search_box .horizontal .control .bootstrap-select button:after,
.beach .operatori_search_box .food .xp_search_box .horizontal .control .bootstrap-select button:after,
.food .xp_search_box .horizontal .beach .operatori_search_box .vertical .bootstrap-select button:after,
.beach .operatori_search_box .vertical .bootstrap-select .food .xp_search_box .horizontal button:after {
  line-height: 2.2rem;
}

.food .xp_search_box .horizontal button.collapsible {
  border: none;
  background-color: transparent;
  display: block;
  width: 100%;
  font-size: 1.6rem;
  color: #ffffff;
  letter-spacing: -0.41px;
  text-align: left;
  text-transform: uppercase;
  display: block;
}

.food .xp_search_box .horizontal .control {
  padding: 0.5rem 1rem;
  height: 5rem;
  background-color: white;
  margin: 0.5rem;
}

.food .xp_search_box .horizontal .control.btn-holder {
  min-width: 2rem;
  width: auto;
  padding: 0px;
}

.food .xp_search_box .horizontal .control.btn-holder button {
  width: 100%;
  border: none;
  background-color: #8b661c;
  height: 100%;
  font-size: 1.6rem;
  color: #ffffff;
  letter-spacing: -0.41px;
  text-align: center;
  text-transform: uppercase;
  display: block;
  padding: 0px;
}

.food .xp_search_box .horizontal .control .ert-dropdown {
  width: 100%;
}

.food .xp_search_box .horizontal .control .ert-dropdown * {
  cursor: pointer;
}

.food .xp_search_box .horizontal .control .ert-dropdown .ert-combo {
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
  display: block;
  text-align: left;
}

.food .xp_search_box .horizontal .control .ert-dropdown .ert-combo::after {
  border: none;
}

.food .xp_search_box .horizontal .control .ert-dropdown .ert-combo i {
  transition: 500ms ease;
  transform: rotate(0);
  position: absolute;
  top: 2.25rem;
  right: 15px;
}

.food .xp_search_box .horizontal .control .ert-dropdown .ert-combo .button {
  padding: 0px;
}

.food .xp_search_box .horizontal .control .ert-dropdown.show .ert-combo i {
  transform: rotate(180deg);
}

.food .xp_search_box .horizontal .control .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: auto;
}

.food .xp_search_box .horizontal .control .bootstrap-select {
  margin-top: -1px;
}

.food .xp_search_box .horizontal .control .bootstrap-select *:focus {
  box-shadow: none important;
}

.food .xp_search_box .horizontal .control .bootstrap-select button {
  padding: 0px;
  font-size: 1.5rem;
  background: #ffffff;
  color: #848484;
  letter-spacing: 0.3px;
  border: none;
  border-radius: 0;
}

.food .xp_search_box .horizontal .control .bootstrap-select button:after {
  content: "\F078";
  border: none;
}

.food .xp_search_box .horizontal .control .bootstrap-select .dropdown-menu {
  width: 100% !important;
  border: none;
  border-radius: 0;
  box-shadow: 0px 2px 2px 0px #a9a9a970;
  border-top: 1px solid #a9a9a970;
}

.food .xp_search_box .horizontal .control .bootstrap-select .dropdown-menu.inner.show {
  border-top: none;
}

.food .xp_search_box .horizontal .control .bootstrap-select .dropdown-menu .dropdown-item {
  font-size: 1.5rem;
  line-height: 4rem;
}

.food .xp_search_box .horizontal .control .bootstrap-select .dropdown-menu .dropdown-item:active,
.food .xp_search_box .horizontal .control .bootstrap-select .dropdown-menu .dropdown-item.active {
  background-color: #b68524;
}

.food .xp_search_box .horizontal .control label {
  background: #ffffff;
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
  line-height: 2.4rem;
  margin-bottom: 0px;
  margin-right: 0.5rem;
}

@media (max-width: 768px) {
  .food .xp_search_box .horizontal .control label {
    min-width: 6.2rem;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .food .xp_search_box .horizontal .control label {
    display: none;
  }
}

.food .xp_search_box .horizontal .control .flatpickr-mobile.form-control {
  padding: 1px 0;
}

.food .xp_search_box .horizontal .control input[type=text],
.food .xp_search_box .horizontal .control input[type=date] {
  border: none;
  font-size: 1.5rem;
  border-radius: 0;
  background-color: white;
  border-bottom: 1px solid #495057;
  min-width: 0;
  height: auto;
}

.food .xp_search_box .horizontal .control input[type=text]:focus,
.food .xp_search_box .horizontal .control input[type=date]:focus {
  box-shadow: none;
}

.food .xp_search_box .vertical {
  max-width: 30rem;
  z-index: 10;
  position: relative;
  height: 4.4rem;
  margin: 0 auto;
}

.food .xp_search_box .vertical button.collapsible {
  border: none;
  background-color: transparent;
  display: block;
  position: absolute;
  width: 100%;
}

.food .xp_search_box .vertical .dropbutton {
  display: none;
}

.food .xp_search_box .vertical .dropbutton.collapsed {
  display: block;
}

.food .xp_search_box .vertical #collapse-events {
  padding: 1.8rem;
  background-color: #b68524;
  background-image: linear-gradient(-180deg, #b38323 0%, #b68524 48%, #b48324 80%);
  font-size: 1.6rem;
}

.food .xp_search_box .vertical .fa-chevron-up {
  text-align: right;
  line-height: 4rem;
  color: white;
  margin-bottom: 1.8rem;
}

.food .xp_search_box .vertical .form-group {
  background: #ffffff;
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
}

.food .xp_search_box .vertical .form-group .col-form-label {
  line-height: 5rem;
}

.food .xp_search_box .vertical .ert-text {
  border: none;
  font-size: 1.5rem;
  height: 60px;
  border-radius: 0;
  background-color: white;
}

.food .xp_search_box .vertical .ert-text.line {
  border-bottom: 1px solid #495057;
  height: auto;
  margin-top: 14px;
}

.food .xp_search_box .vertical .ert-text:focus {
  box-shadow: none;
}

.food .xp_search_box .vertical button.search {
  border: none;
  position: absolute;
  bottom: -10rem;
  left: 5%;
  right: 5%;
  width: 90%;
  line-height: 4.4rem;
}

.food .xp_search_box .vertical .datepicker-holder {
  padding-right: 0px;
}

.food .xp_search_box .vertical .datepicker-holder * {
  cursor: pointer;
}

.food .xp_search_box .vertical .datepicker-holder input[type=date]::-webkit-calendar-picker-indicator {
  width: 1.2rem;
  height: 0.7rem;
  -webkit-mask: url(/images/caret.svg);
          mask: url(/images/caret.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  -webkit-transition: 500ms ease;
  transition: 500ms ease;
  background-color: #686868;
}

.food .xp_search_box .vertical .datepicker-holder .flatpickr-calendar.static {
  margin-left: -193px;
  margin-top: -184px;
  left: 50%;
  top: 50%;
}

.food .xp_search_box .vertical .datepicker-holder .flatpickr-calendar.static.arrowBottom:after {
  display: none;
}

.food .xp_search_box .vertical .datepicker-holder .flatpickr-calendar.static.arrowBottom:before {
  display: none;
}

.food .xp_search_box .vertical .datepicker-holder .flatpickr-months .flatpickr-month {
  height: 32px;
}

.food .xp_search_box .vertical .ert-dropdown * {
  cursor: pointer;
}

.food .xp_search_box .vertical .ert-dropdown .ert-combo {
  background: #ffffff;
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
  line-height: 5rem;
  display: block;
  width: 100%;
  height: 60px;
  text-align: left;
}

.food .xp_search_box .vertical .ert-dropdown .ert-combo::after {
  border: none;
}

.food .xp_search_box .vertical .ert-dropdown .ert-combo i {
  transition: 500ms ease;
  transform: rotate(0);
  position: absolute;
  top: 2.25rem;
  right: 15px;
}

.food .xp_search_box .vertical .ert-dropdown .ert-combo .button {
  padding: 0px;
}

.food .xp_search_box .vertical .ert-dropdown .dropdown-menu {
  width: 100% !important;
  border: none;
  border-radius: 0;
  box-shadow: 0px 2px 2px 0px #a9a9a970;
  border-top: 1px solid #a9a9a970;
}

.food .xp_search_box .vertical .ert-dropdown .dropdown-menu .dropdown-item {
  font-size: 1.5rem;
  line-height: 4rem;
}

.food .xp_search_box .vertical .ert-dropdown .dropdown-menu .dropdown-item:active {
  background-color: #b68524;
}

.food .xp_search_box .vertical .ert-dropdown.show .ert-combo i {
  transform: rotate(180deg);
}

.food .xp_search_box .vertical .bootstrap-select *:focus {
  box-shadow: none important;
}

.food .xp_search_box .vertical .bootstrap-select button {
  font-size: 1.5rem;
  color: #848484;
  letter-spacing: 0.3px;
  border: none;
  font-size: 1.5rem;
  height: 60px;
  border-radius: 0;
  background-color: white;
}

.food .xp_search_box .vertical .bootstrap-select button:after {
  content: "\F078";
  border: none;
}

.food .xp_search_box .vertical .bootstrap-select .dropdown-menu {
  width: 100% !important;
  border: none;
  border-radius: 0;
  box-shadow: 0px 2px 2px 0px #a9a9a970;
  border-top: 1px solid #a9a9a970;
}

.food .xp_search_box .vertical .bootstrap-select .dropdown-menu .dropdown-item {
  font-size: 1.5rem;
  line-height: 4rem;
}

.food .xp_search_box .vertical .bootstrap-select .dropdown-menu .dropdown-item:active,
.food .xp_search_box .vertical .bootstrap-select .dropdown-menu .dropdown-item.active {
  background-color: #b68524;
}

.food .xp_search_box .vertical .btn-er,
.food .xp_search_box .vertical .instagram .instabutton div span,
.instagram .instabutton div .food .xp_search_box .vertical span {
  margin-top: 18px;
}

.food .xp_search_box .vertical .btn-er .fa-chevron-down,
.food .xp_search_box .vertical .instagram .instabutton div span .fa-chevron-down,
.instagram .instabutton div .food .xp_search_box .vertical span .fa-chevron-down {
  float: right;
  line-height: 4rem;
}

.food .operatori_search_box button span {
  color: white;
}

.food .operatori_search_box .city {
  color: white;
}

.food .operatori_search_box .horizontal {
  padding: 1rem;
  background-color: #b68524;
  background-image: linear-gradient(-180deg, #b38323 0%, #b68524 48%, #b48324 80%);
  font-size: 1.6rem;
}

.food .operatori_search_box .horizontal.collapsed {
  border-radius: 2px;
  box-shadow: -1px 0 3px 0 rgba(0, 0, 0, 0.25);
}

.food .operatori_search_box .horizontal .fa,
.food .operatori_search_box .horizontal .search .searchearchbox.vertical .bootstrap-select button:after,
.search .searchearchbox.vertical .bootstrap-select .food .operatori_search_box .horizontal button:after,
.food .operatori_search_box .search .searchearchbox.horizontal .control .bootstrap-select button:after,
.search .food .operatori_search_box .searchearchbox.horizontal .control .bootstrap-select button:after,
.food .operatori_search_box .horizontal .downloads .downloadsearchbox.vertical .bootstrap-select button:after,
.downloads .downloadsearchbox.vertical .bootstrap-select .food .operatori_search_box .horizontal button:after,
.food .operatori_search_box .downloads .downloadsearchbox.horizontal .control .bootstrap-select button:after,
.downloads .food .operatori_search_box .downloadsearchbox.horizontal .control .bootstrap-select button:after,
.food .operatori_search_box .horizontal .localita #searchbox-app .bootstrap-select button:after,
.localita #searchbox-app .bootstrap-select .food .operatori_search_box .horizontal button:after,
.food .operatori_search_box .horizontal .itinerari .searchbox .control .bootstrap-select button:after,
.itinerari .searchbox .control .bootstrap-select .food .operatori_search_box .horizontal button:after,
.food .operatori_search_box .itinerari .searchbox.horizontal .control .bootstrap-select button:after,
.itinerari .food .operatori_search_box .searchbox.horizontal .control .bootstrap-select button:after,
.food .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .food .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.food .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .food .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.food .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .food .operatori_search_box .horizontal .control .bootstrap-select button:after,
.food .operatori_search_box .horizontal .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .vertical .bootstrap-select .food .operatori_search_box .horizontal button:after,
.food .operatori_search_box .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .food .operatori_search_box .horizontal .control .bootstrap-select button:after,
.food .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .food .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.food .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .food .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.food .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .food .operatori_search_box .horizontal .control .bootstrap-select button:after,
.food .operatori_search_box .horizontal .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .vertical .bootstrap-select .food .operatori_search_box .horizontal button:after,
.food .operatori_search_box .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .food .operatori_search_box .horizontal .control .bootstrap-select button:after,
.food .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .food .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.food .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .food .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.food .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .food .operatori_search_box .horizontal .control .bootstrap-select button:after,
.food .operatori_search_box .horizontal .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .vertical .bootstrap-select .food .operatori_search_box .horizontal button:after,
.food .operatori_search_box .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .food .operatori_search_box .horizontal .control .bootstrap-select button:after,
.food .romagna-craft .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna-craft .food .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.food .romagna-craft .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna-craft .food .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.food .romagna-craft .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna-craft .food .operatori_search_box .horizontal .control .bootstrap-select button:after,
.food .operatori_search_box .horizontal .romagna-craft .xp_search_box .vertical .bootstrap-select button:after,
.romagna-craft .xp_search_box .vertical .bootstrap-select .food .operatori_search_box .horizontal button:after,
.food .operatori_search_box .romagna-craft .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna-craft .xp_search_box .food .operatori_search_box .horizontal .control .bootstrap-select button:after,
.food .spass .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.spass .food .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.food .spass .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.spass .food .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.food .spass .operatori_search_box .horizontal .control .bootstrap-select button:after,
.spass .food .operatori_search_box .horizontal .control .bootstrap-select button:after,
.food .operatori_search_box .horizontal .spass .xp_search_box .vertical .bootstrap-select button:after,
.spass .xp_search_box .vertical .bootstrap-select .food .operatori_search_box .horizontal button:after,
.food .operatori_search_box .spass .xp_search_box .horizontal .control .bootstrap-select button:after,
.spass .xp_search_box .food .operatori_search_box .horizontal .control .bootstrap-select button:after,
.food .natur .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.natur .food .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.food .natur .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.natur .food .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.food .natur .operatori_search_box .horizontal .control .bootstrap-select button:after,
.natur .food .operatori_search_box .horizontal .control .bootstrap-select button:after,
.food .operatori_search_box .horizontal .natur .xp_search_box .vertical .bootstrap-select button:after,
.natur .xp_search_box .vertical .bootstrap-select .food .operatori_search_box .horizontal button:after,
.food .operatori_search_box .natur .xp_search_box .horizontal .control .bootstrap-select button:after,
.natur .xp_search_box .food .operatori_search_box .horizontal .control .bootstrap-select button:after,
.food .kultur .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.kultur .food .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.food .kultur .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.kultur .food .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.food .kultur .operatori_search_box .horizontal .control .bootstrap-select button:after,
.kultur .food .operatori_search_box .horizontal .control .bootstrap-select button:after,
.food .operatori_search_box .horizontal .kultur .xp_search_box .vertical .bootstrap-select button:after,
.kultur .xp_search_box .vertical .bootstrap-select .food .operatori_search_box .horizontal button:after,
.food .operatori_search_box .kultur .xp_search_box .horizontal .control .bootstrap-select button:after,
.kultur .xp_search_box .food .operatori_search_box .horizontal .control .bootstrap-select button:after,
.food .pet .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.pet .food .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.food .pet .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.pet .food .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.food .pet .operatori_search_box .horizontal .control .bootstrap-select button:after,
.pet .food .operatori_search_box .horizontal .control .bootstrap-select button:after,
.food .operatori_search_box .horizontal .pet .xp_search_box .vertical .bootstrap-select button:after,
.pet .xp_search_box .vertical .bootstrap-select .food .operatori_search_box .horizontal button:after,
.food .operatori_search_box .pet .xp_search_box .horizontal .control .bootstrap-select button:after,
.pet .xp_search_box .food .operatori_search_box .horizontal .control .bootstrap-select button:after,
.food .default .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.default .food .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.food .default .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.default .food .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.food .default .operatori_search_box .horizontal .control .bootstrap-select button:after,
.default .food .operatori_search_box .horizontal .control .bootstrap-select button:after,
.food .operatori_search_box .horizontal .default .xp_search_box .vertical .bootstrap-select button:after,
.default .xp_search_box .vertical .bootstrap-select .food .operatori_search_box .horizontal button:after,
.food .operatori_search_box .default .xp_search_box .horizontal .control .bootstrap-select button:after,
.default .xp_search_box .food .operatori_search_box .horizontal .control .bootstrap-select button:after,
.food .liscio .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.liscio .food .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.food .liscio .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.liscio .food .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.food .liscio .operatori_search_box .horizontal .control .bootstrap-select button:after,
.liscio .food .operatori_search_box .horizontal .control .bootstrap-select button:after,
.food .operatori_search_box .horizontal .liscio .xp_search_box .vertical .bootstrap-select button:after,
.liscio .xp_search_box .vertical .bootstrap-select .food .operatori_search_box .horizontal button:after,
.food .operatori_search_box .liscio .xp_search_box .horizontal .control .bootstrap-select button:after,
.liscio .xp_search_box .food .operatori_search_box .horizontal .control .bootstrap-select button:after,
.food .romagna .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna .food .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.food .romagna .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna .food .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.food .romagna .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna .food .operatori_search_box .horizontal .control .bootstrap-select button:after,
.food .operatori_search_box .horizontal .romagna .xp_search_box .vertical .bootstrap-select button:after,
.romagna .xp_search_box .vertical .bootstrap-select .food .operatori_search_box .horizontal button:after,
.food .operatori_search_box .romagna .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna .xp_search_box .food .operatori_search_box .horizontal .control .bootstrap-select button:after,
.food .motorcycle .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.motorcycle .food .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.food .motorcycle .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.motorcycle .food .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.food .motorcycle .operatori_search_box .horizontal .control .bootstrap-select button:after,
.motorcycle .food .operatori_search_box .horizontal .control .bootstrap-select button:after,
.food .operatori_search_box .horizontal .motorcycle .xp_search_box .vertical .bootstrap-select button:after,
.motorcycle .xp_search_box .vertical .bootstrap-select .food .operatori_search_box .horizontal button:after,
.food .operatori_search_box .motorcycle .xp_search_box .horizontal .control .bootstrap-select button:after,
.motorcycle .xp_search_box .food .operatori_search_box .horizontal .control .bootstrap-select button:after,
.food .sport .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.sport .food .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.food .sport .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.sport .food .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.food .sport .operatori_search_box .horizontal .control .bootstrap-select button:after,
.sport .food .operatori_search_box .horizontal .control .bootstrap-select button:after,
.food .operatori_search_box .horizontal .sport .xp_search_box .vertical .bootstrap-select button:after,
.sport .xp_search_box .vertical .bootstrap-select .food .operatori_search_box .horizontal button:after,
.food .operatori_search_box .sport .xp_search_box .horizontal .control .bootstrap-select button:after,
.sport .xp_search_box .food .operatori_search_box .horizontal .control .bootstrap-select button:after,
.food .fun .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.fun .food .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.food .fun .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.fun .food .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.food .fun .operatori_search_box .horizontal .control .bootstrap-select button:after,
.fun .food .operatori_search_box .horizontal .control .bootstrap-select button:after,
.food .operatori_search_box .horizontal .fun .xp_search_box .vertical .bootstrap-select button:after,
.fun .xp_search_box .vertical .bootstrap-select .food .operatori_search_box .horizontal button:after,
.food .operatori_search_box .fun .xp_search_box .horizontal .control .bootstrap-select button:after,
.fun .xp_search_box .food .operatori_search_box .horizontal .control .bootstrap-select button:after,
.food .wellness .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.wellness .food .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.food .wellness .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.wellness .food .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.food .wellness .operatori_search_box .horizontal .control .bootstrap-select button:after,
.wellness .food .operatori_search_box .horizontal .control .bootstrap-select button:after,
.food .operatori_search_box .horizontal .wellness .xp_search_box .vertical .bootstrap-select button:after,
.wellness .xp_search_box .vertical .bootstrap-select .food .operatori_search_box .horizontal button:after,
.food .operatori_search_box .wellness .xp_search_box .horizontal .control .bootstrap-select button:after,
.wellness .xp_search_box .food .operatori_search_box .horizontal .control .bootstrap-select button:after,
.food .empire .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.empire .food .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.food .empire .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.empire .food .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.food .empire .operatori_search_box .horizontal .control .bootstrap-select button:after,
.empire .food .operatori_search_box .horizontal .control .bootstrap-select button:after,
.food .operatori_search_box .horizontal .empire .xp_search_box .vertical .bootstrap-select button:after,
.empire .xp_search_box .vertical .bootstrap-select .food .operatori_search_box .horizontal button:after,
.food .operatori_search_box .empire .xp_search_box .horizontal .control .bootstrap-select button:after,
.empire .xp_search_box .food .operatori_search_box .horizontal .control .bootstrap-select button:after,
.food .bike .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.bike .food .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.food .bike .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.bike .food .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.food .bike .operatori_search_box .horizontal .control .bootstrap-select button:after,
.bike .food .operatori_search_box .horizontal .control .bootstrap-select button:after,
.food .operatori_search_box .horizontal .bike .xp_search_box .vertical .bootstrap-select button:after,
.bike .xp_search_box .vertical .bootstrap-select .food .operatori_search_box .horizontal button:after,
.food .operatori_search_box .bike .xp_search_box .horizontal .control .bootstrap-select button:after,
.bike .xp_search_box .food .operatori_search_box .horizontal .control .bootstrap-select button:after,
.food .castle .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.castle .food .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.food .castle .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.castle .food .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.food .castle .operatori_search_box .horizontal .control .bootstrap-select button:after,
.castle .food .operatori_search_box .horizontal .control .bootstrap-select button:after,
.food .operatori_search_box .horizontal .castle .xp_search_box .vertical .bootstrap-select button:after,
.castle .xp_search_box .vertical .bootstrap-select .food .operatori_search_box .horizontal button:after,
.food .operatori_search_box .castle .xp_search_box .horizontal .control .bootstrap-select button:after,
.castle .xp_search_box .food .operatori_search_box .horizontal .control .bootstrap-select button:after,
.food .culture .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.culture .food .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.food .culture .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.culture .food .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.food .culture .operatori_search_box .horizontal .control .bootstrap-select button:after,
.culture .food .operatori_search_box .horizontal .control .bootstrap-select button:after,
.food .operatori_search_box .horizontal .culture .xp_search_box .vertical .bootstrap-select button:after,
.culture .xp_search_box .vertical .bootstrap-select .food .operatori_search_box .horizontal button:after,
.food .operatori_search_box .culture .xp_search_box .horizontal .control .bootstrap-select button:after,
.culture .xp_search_box .food .operatori_search_box .horizontal .control .bootstrap-select button:after,
.food .romagna_autentica .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna_autentica .food .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.food .romagna_autentica .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna_autentica .food .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.food .romagna_autentica .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna_autentica .food .operatori_search_box .horizontal .control .bootstrap-select button:after,
.food .operatori_search_box .horizontal .romagna_autentica .xp_search_box .vertical .bootstrap-select button:after,
.romagna_autentica .xp_search_box .vertical .bootstrap-select .food .operatori_search_box .horizontal button:after,
.food .operatori_search_box .romagna_autentica .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna_autentica .xp_search_box .food .operatori_search_box .horizontal .control .bootstrap-select button:after,
.food .nature .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.nature .food .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.food .nature .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.nature .food .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.food .nature .operatori_search_box .horizontal .control .bootstrap-select button:after,
.nature .food .operatori_search_box .horizontal .control .bootstrap-select button:after,
.food .operatori_search_box .horizontal .nature .xp_search_box .vertical .bootstrap-select button:after,
.nature .xp_search_box .vertical .bootstrap-select .food .operatori_search_box .horizontal button:after,
.food .operatori_search_box .nature .xp_search_box .horizontal .control .bootstrap-select button:after,
.nature .xp_search_box .food .operatori_search_box .horizontal .control .bootstrap-select button:after,
.food .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.food .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.food .operatori_search_box .horizontal .control .bootstrap-select button:after,
.food .operatori_search_box .events-homepage .header .eventsearchbox.horizontal .control .bootstrap-select button:after,
.events-homepage .header .food .operatori_search_box .eventsearchbox.horizontal .control .bootstrap-select button:after,
.food .operatori_search_box .horizontal .events-homepage .header .eventsearchbox.vertical .bootstrap-select button:after,
.events-homepage .header .eventsearchbox.vertical .bootstrap-select .food .operatori_search_box .horizontal button:after,
.food .operatori_search_box .events-page .header .eventsearchbox.horizontal .control .bootstrap-select button:after,
.events-page .header .food .operatori_search_box .eventsearchbox.horizontal .control .bootstrap-select button:after,
.food .operatori_search_box .horizontal .events-page .header .eventsearchbox.vertical .bootstrap-select button:after,
.events-page .header .eventsearchbox.vertical .bootstrap-select .food .operatori_search_box .horizontal button:after,
.food .operatori_search_box .scopri .xp_search_box .horizontal .control .bootstrap-select button:after,
.scopri .xp_search_box .food .operatori_search_box .horizontal .control .bootstrap-select button:after,
.food .operatori_search_box .horizontal .scopri .xp_search_box .vertical .bootstrap-select button:after,
.scopri .xp_search_box .vertical .bootstrap-select .food .operatori_search_box .horizontal button:after,
.food .scopri .operatori_search_box .horizontal .control .bootstrap-select button:after,
.scopri .food .operatori_search_box .horizontal .control .bootstrap-select button:after,
.food .scopri .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.scopri .food .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.food .scopri .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.scopri .food .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.food .operatori_search_box .idee .xp_search_box .horizontal .control .bootstrap-select button:after,
.idee .xp_search_box .food .operatori_search_box .horizontal .control .bootstrap-select button:after,
.food .operatori_search_box .horizontal .idee .xp_search_box .vertical .bootstrap-select button:after,
.idee .xp_search_box .vertical .bootstrap-select .food .operatori_search_box .horizontal button:after,
.food .idee .operatori_search_box .horizontal .control .bootstrap-select button:after,
.idee .food .operatori_search_box .horizontal .control .bootstrap-select button:after,
.food .idee .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.idee .food .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.food .idee .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.idee .food .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.food .operatori_search_box .eventi .xp_search_box .horizontal .control .bootstrap-select button:after,
.eventi .xp_search_box .food .operatori_search_box .horizontal .control .bootstrap-select button:after,
.food .operatori_search_box .horizontal .eventi .xp_search_box .vertical .bootstrap-select button:after,
.eventi .xp_search_box .vertical .bootstrap-select .food .operatori_search_box .horizontal button:after,
.food .eventi .operatori_search_box .horizontal .control .bootstrap-select button:after,
.eventi .food .operatori_search_box .horizontal .control .bootstrap-select button:after,
.food .eventi .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.eventi .food .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.food .eventi .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.eventi .food .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.food .operatori_search_box .pianifica .xp_search_box .horizontal .control .bootstrap-select button:after,
.pianifica .xp_search_box .food .operatori_search_box .horizontal .control .bootstrap-select button:after,
.food .operatori_search_box .horizontal .pianifica .xp_search_box .vertical .bootstrap-select button:after,
.pianifica .xp_search_box .vertical .bootstrap-select .food .operatori_search_box .horizontal button:after,
.food .pianifica .operatori_search_box .horizontal .control .bootstrap-select button:after,
.pianifica .food .operatori_search_box .horizontal .control .bootstrap-select button:after,
.food .pianifica .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.pianifica .food .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.food .pianifica .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.pianifica .food .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.food .operatori_search_box .esperienze .xp_search_box .horizontal .control .bootstrap-select button:after,
.esperienze .xp_search_box .food .operatori_search_box .horizontal .control .bootstrap-select button:after,
.food .operatori_search_box .horizontal .esperienze .xp_search_box .vertical .bootstrap-select button:after,
.esperienze .xp_search_box .vertical .bootstrap-select .food .operatori_search_box .horizontal button:after,
.food .esperienze .operatori_search_box .horizontal .control .bootstrap-select button:after,
.esperienze .food .operatori_search_box .horizontal .control .bootstrap-select button:after,
.food .esperienze .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.esperienze .food .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.food .esperienze .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.esperienze .food .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.food .operatori_search_box .news .xp_search_box .horizontal .control .bootstrap-select button:after,
.news .xp_search_box .food .operatori_search_box .horizontal .control .bootstrap-select button:after,
.food .operatori_search_box .horizontal .news .xp_search_box .vertical .bootstrap-select button:after,
.news .xp_search_box .vertical .bootstrap-select .food .operatori_search_box .horizontal button:after,
.food .news .operatori_search_box .horizontal .control .bootstrap-select button:after,
.news .food .operatori_search_box .horizontal .control .bootstrap-select button:after,
.food .news .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.news .food .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.food .news .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.news .food .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.food .operatori_search_box .iat .xp_search_box .horizontal .control .bootstrap-select button:after,
.iat .xp_search_box .food .operatori_search_box .horizontal .control .bootstrap-select button:after,
.food .operatori_search_box .horizontal .iat .xp_search_box .vertical .bootstrap-select button:after,
.iat .xp_search_box .vertical .bootstrap-select .food .operatori_search_box .horizontal button:after,
.food .iat .operatori_search_box .horizontal .control .bootstrap-select button:after,
.iat .food .operatori_search_box .horizontal .control .bootstrap-select button:after,
.food .iat .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.iat .food .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.food .iat .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.iat .food .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.food .operatori_search_box .meteo .xp_search_box .horizontal .control .bootstrap-select button:after,
.meteo .xp_search_box .food .operatori_search_box .horizontal .control .bootstrap-select button:after,
.food .operatori_search_box .horizontal .meteo .xp_search_box .vertical .bootstrap-select button:after,
.meteo .xp_search_box .vertical .bootstrap-select .food .operatori_search_box .horizontal button:after,
.food .meteo .operatori_search_box .horizontal .control .bootstrap-select button:after,
.meteo .food .operatori_search_box .horizontal .control .bootstrap-select button:after,
.food .meteo .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.meteo .food .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.food .meteo .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.meteo .food .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.food .operatori_search_box .odm .xp_search_box .horizontal .control .bootstrap-select button:after,
.odm .xp_search_box .food .operatori_search_box .horizontal .control .bootstrap-select button:after,
.food .operatori_search_box .horizontal .odm .xp_search_box .vertical .bootstrap-select button:after,
.odm .xp_search_box .vertical .bootstrap-select .food .operatori_search_box .horizontal button:after,
.food .odm .operatori_search_box .horizontal .control .bootstrap-select button:after,
.odm .food .operatori_search_box .horizontal .control .bootstrap-select button:after,
.food .odm .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.odm .food .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.food .odm .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.odm .food .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.food .operatori_search_box .booking .xp_search_box .horizontal .control .bootstrap-select button:after,
.booking .xp_search_box .food .operatori_search_box .horizontal .control .bootstrap-select button:after,
.food .operatori_search_box .horizontal .booking .xp_search_box .vertical .bootstrap-select button:after,
.booking .xp_search_box .vertical .bootstrap-select .food .operatori_search_box .horizontal button:after,
.food .booking .operatori_search_box .horizontal .control .bootstrap-select button:after,
.booking .food .operatori_search_box .horizontal .control .bootstrap-select button:after,
.food .booking .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.booking .food .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.food .booking .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.booking .food .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.food .operatori_search_box .rock .xp_search_box .horizontal .control .bootstrap-select button:after,
.rock .xp_search_box .food .operatori_search_box .horizontal .control .bootstrap-select button:after,
.food .operatori_search_box .horizontal .rock .xp_search_box .vertical .bootstrap-select button:after,
.rock .xp_search_box .vertical .bootstrap-select .food .operatori_search_box .horizontal button:after,
.food .rock .operatori_search_box .horizontal .control .bootstrap-select button:after,
.rock .food .operatori_search_box .horizontal .control .bootstrap-select button:after,
.food .rock .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.rock .food .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.food .rock .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.rock .food .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.food .operatori_search_box .beach .xp_search_box .horizontal .control .bootstrap-select button:after,
.beach .xp_search_box .food .operatori_search_box .horizontal .control .bootstrap-select button:after,
.food .operatori_search_box .horizontal .beach .xp_search_box .vertical .bootstrap-select button:after,
.beach .xp_search_box .vertical .bootstrap-select .food .operatori_search_box .horizontal button:after,
.food .beach .operatori_search_box .horizontal .control .bootstrap-select button:after,
.beach .food .operatori_search_box .horizontal .control .bootstrap-select button:after,
.food .beach .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.beach .food .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.food .beach .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.beach .food .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.food .operatori_search_box .xp_search_box .horizontal .control .bootstrap-select button:after,
.food .xp_search_box .operatori_search_box .horizontal .control .bootstrap-select button:after,
.food .operatori_search_box .horizontal .xp_search_box .vertical .bootstrap-select button:after,
.food .xp_search_box .vertical .bootstrap-select .operatori_search_box .horizontal button:after {
  line-height: 2.2rem;
}

.food .operatori_search_box .horizontal button.collapsible {
  border: none;
  background-color: transparent;
  display: block;
  width: 100%;
  font-size: 1.6rem;
  color: #ffffff;
  letter-spacing: -0.41px;
  text-align: left;
  text-transform: uppercase;
}

.food .operatori_search_box .horizontal .control {
  padding: 0.5rem 1rem;
  height: 5rem;
  background-color: white;
  margin: 0.5rem;
}

.food .operatori_search_box .horizontal .control.btn-holder {
  min-width: 2rem;
  width: auto;
  padding: 0px;
}

.food .operatori_search_box .horizontal .control.btn-holder button {
  width: 100%;
  border: none;
  background-color: #8b661c;
  height: 100%;
  font-size: 1.6rem;
  color: #ffffff;
  letter-spacing: -0.41px;
  text-align: center;
  text-transform: uppercase;
  display: block;
  padding: 0px;
}

.food .operatori_search_box .horizontal .control .ert-dropdown {
  width: 100%;
}

.food .operatori_search_box .horizontal .control .ert-dropdown * {
  cursor: pointer;
}

.food .operatori_search_box .horizontal .control .ert-dropdown .ert-combo {
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
  display: block;
  text-align: left;
}

.food .operatori_search_box .horizontal .control .ert-dropdown .ert-combo::after {
  border: none;
}

.food .operatori_search_box .horizontal .control .ert-dropdown .ert-combo i {
  transition: 500ms ease;
  transform: rotate(0);
  position: absolute;
  top: 2.25rem;
  right: 15px;
}

.food .operatori_search_box .horizontal .control .ert-dropdown .ert-combo .button {
  padding: 0px;
}

.food .operatori_search_box .horizontal .control .ert-dropdown.show .ert-combo i {
  transform: rotate(180deg);
}

.food .operatori_search_box .horizontal .control .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: auto;
}

.food .operatori_search_box .horizontal .control .bootstrap-select {
  margin-top: -1px;
}

.food .operatori_search_box .horizontal .control .bootstrap-select *:focus {
  box-shadow: none important;
}

.food .operatori_search_box .horizontal .control .bootstrap-select button {
  padding: 0px;
  font-size: 1.5rem;
  background: #ffffff;
  color: #848484;
  letter-spacing: 0.3px;
  border: none;
  border-radius: 0;
}

.food .operatori_search_box .horizontal .control .bootstrap-select button:after {
  content: "\F078";
  border: none;
}

.food .operatori_search_box .horizontal .control .bootstrap-select .dropdown-menu {
  width: 100% !important;
  border: none;
  border-radius: 0;
  box-shadow: 0px 2px 2px 0px #a9a9a970;
  border-top: 1px solid #a9a9a970;
}

.food .operatori_search_box .horizontal .control .bootstrap-select .dropdown-menu.inner.show {
  border-top: none;
}

.food .operatori_search_box .horizontal .control .bootstrap-select .dropdown-menu .dropdown-item {
  font-size: 1.5rem;
  line-height: 4rem;
}

.food .operatori_search_box .horizontal .control .bootstrap-select .dropdown-menu .dropdown-item:active,
.food .operatori_search_box .horizontal .control .bootstrap-select .dropdown-menu .dropdown-item.active {
  background-color: #b68524;
}

.food .operatori_search_box .horizontal .control label {
  background: #ffffff;
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
  line-height: 2.4rem;
  margin-bottom: 0px;
  margin-right: 0.5rem;
}

@media (max-width: 768px) {
  .food .operatori_search_box .horizontal .control label {
    min-width: 6.2rem;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .food .operatori_search_box .horizontal .control label {
    display: none;
  }
}

.food .operatori_search_box .horizontal .control .flatpickr-mobile.form-control {
  padding: 1px 0;
}

.food .operatori_search_box .horizontal .control input[type=text],
.food .operatori_search_box .horizontal .control input[type=date] {
  border: none;
  font-size: 1.5rem;
  border-radius: 0;
  background-color: white;
  border-bottom: 1px solid #495057;
  min-width: 0;
  height: auto;
}

.food .operatori_search_box .horizontal .control input[type=text]:focus,
.food .operatori_search_box .horizontal .control input[type=date]:focus {
  box-shadow: none;
}

.food .operatori_search_box .vertical {
  max-width: 30rem;
  z-index: 10;
  position: relative;
  height: 4.4rem;
  margin: 0 auto;
}

.food .operatori_search_box .vertical button.collapsible {
  border: none;
  background-color: transparent;
  display: block;
  position: absolute;
  width: 100%;
}

.food .operatori_search_box .vertical .dropbutton {
  display: none;
}

.food .operatori_search_box .vertical .dropbutton.collapsed {
  display: block;
}

.food .operatori_search_box .vertical #collapse-events {
  padding: 1.8rem;
  background-color: #b68524;
  background-image: linear-gradient(-180deg, #b38323 0%, #b68524 48%, #b48324 80%);
  font-size: 1.6rem;
}

.food .operatori_search_box .vertical .fa-chevron-up {
  text-align: right;
  line-height: 4rem;
  color: white;
  margin-bottom: 1.8rem;
}

.food .operatori_search_box .vertical .form-group {
  background: #ffffff;
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
}

.food .operatori_search_box .vertical .form-group .col-form-label {
  line-height: 5rem;
}

.food .operatori_search_box .vertical .ert-text {
  border: none;
  font-size: 1.5rem;
  height: 60px;
  border-radius: 0;
  background-color: white;
}

.food .operatori_search_box .vertical .ert-text.line {
  border-bottom: 1px solid #495057;
  height: auto;
  margin-top: 14px;
}

.food .operatori_search_box .vertical .ert-text:focus {
  box-shadow: none;
}

.food .operatori_search_box .vertical button.search {
  border: none;
  position: absolute;
  bottom: -10rem;
  left: 5%;
  right: 5%;
  width: 90%;
  line-height: 4.4rem;
}

.food .operatori_search_box .vertical .datepicker-holder {
  padding-right: 0px;
}

.food .operatori_search_box .vertical .datepicker-holder * {
  cursor: pointer;
}

.food .operatori_search_box .vertical .datepicker-holder input[type=date]::-webkit-calendar-picker-indicator {
  width: 1.2rem;
  height: 0.7rem;
  -webkit-mask: url(/images/caret.svg);
          mask: url(/images/caret.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  -webkit-transition: 500ms ease;
  transition: 500ms ease;
  background-color: #686868;
}

.food .operatori_search_box .vertical .datepicker-holder .flatpickr-calendar.static {
  margin-left: -193px;
  margin-top: -184px;
  left: 50%;
  top: 50%;
}

.food .operatori_search_box .vertical .datepicker-holder .flatpickr-calendar.static.arrowBottom:after {
  display: none;
}

.food .operatori_search_box .vertical .datepicker-holder .flatpickr-calendar.static.arrowBottom:before {
  display: none;
}

.food .operatori_search_box .vertical .datepicker-holder .flatpickr-months .flatpickr-month {
  height: 32px;
}

.food .operatori_search_box .vertical .ert-dropdown * {
  cursor: pointer;
}

.food .operatori_search_box .vertical .ert-dropdown .ert-combo {
  background: #ffffff;
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
  line-height: 5rem;
  display: block;
  width: 100%;
  height: 60px;
  text-align: left;
}

.food .operatori_search_box .vertical .ert-dropdown .ert-combo::after {
  border: none;
}

.food .operatori_search_box .vertical .ert-dropdown .ert-combo i {
  transition: 500ms ease;
  transform: rotate(0);
  position: absolute;
  top: 2.25rem;
  right: 15px;
}

.food .operatori_search_box .vertical .ert-dropdown .ert-combo .button {
  padding: 0px;
}

.food .operatori_search_box .vertical .ert-dropdown .dropdown-menu {
  width: 100% !important;
  border: none;
  border-radius: 0;
  box-shadow: 0px 2px 2px 0px #a9a9a970;
  border-top: 1px solid #a9a9a970;
}

.food .operatori_search_box .vertical .ert-dropdown .dropdown-menu .dropdown-item {
  font-size: 1.5rem;
  line-height: 4rem;
}

.food .operatori_search_box .vertical .ert-dropdown .dropdown-menu .dropdown-item:active {
  background-color: #b68524;
}

.food .operatori_search_box .vertical .ert-dropdown.show .ert-combo i {
  transform: rotate(180deg);
}

.food .operatori_search_box .vertical .bootstrap-select *:focus {
  box-shadow: none important;
}

.food .operatori_search_box .vertical .bootstrap-select button {
  font-size: 1.5rem;
  color: #848484;
  letter-spacing: 0.3px;
  border: none;
  font-size: 1.5rem;
  height: 60px;
  border-radius: 0;
  background-color: white;
}

.food .operatori_search_box .vertical .bootstrap-select button:after {
  content: "\F078";
  border: none;
}

.food .operatori_search_box .vertical .bootstrap-select .dropdown-menu {
  width: 100% !important;
  border: none;
  border-radius: 0;
  box-shadow: 0px 2px 2px 0px #a9a9a970;
  border-top: 1px solid #a9a9a970;
}

.food .operatori_search_box .vertical .bootstrap-select .dropdown-menu .dropdown-item {
  font-size: 1.5rem;
  line-height: 4rem;
}

.food .operatori_search_box .vertical .bootstrap-select .dropdown-menu .dropdown-item:active,
.food .operatori_search_box .vertical .bootstrap-select .dropdown-menu .dropdown-item.active {
  background-color: #b68524;
}

.food .operatori_search_box .vertical .btn-er,
.food .operatori_search_box .vertical .instagram .instabutton div span,
.instagram .instabutton div .food .operatori_search_box .vertical span {
  margin-top: 18px;
}

.food .operatori_search_box .vertical .btn-er .fa-chevron-down,
.food .operatori_search_box .vertical .instagram .instabutton div span .fa-chevron-down,
.instagram .instabutton div .food .operatori_search_box .vertical span .fa-chevron-down {
  float: right;
  line-height: 4rem;
}

.food .home-boxes {
  background-color: #b68524;
}

.food .content-box a {
  font-weight: bold;
  color: #b68524;
}

.food .content-box a strong {
  color: #b68524;
}

.food .content-box .btn-er,
.food .content-box .instagram .instabutton div span,
.instagram .instabutton div .food .content-box span {
  background-color: #b68524;
  color: white;
}

.food .content-box h3.with-line {
  font-size: 1.8rem;
  color: #030303;
  letter-spacing: -0.43px;
  text-transform: uppercase;
  margin-bottom: 2.1rem;
}

.food .content-box h3.with-line::before {
  content: "";
  display: block;
  height: 3px;
  background: #0e797b;
  width: 100%;
  max-width: 32rem;
  margin-left: 0;
  margin-right: 0;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.food *:focus {
  outline: 1px solid #b68524;
  outline-offset: -1px;
}

.food .bootstrap-select .dropdown-toggle:focus {
  outline: 1px solid #b68524;
  outline-offset: -1px;
}

.food a:hover {
  outline: 1px solid #d7a136;
}

.food a:active {
  outline: 1px solid #b68524;
}

.food .events-list {
  font-size: 1.4rem;
}

.food .section-list {
  display: block;
  text-align: right;
}

.food .section-list a {
  font-size: 2rem;
  color: #b68524;
}

.food .events-list dt,
.food .section-list dt,
.food .iat-list dt {
  text-transform: uppercase;
  font-size: 1.5rem;
  line-height: 1.5;
  color: #111;
  letter-spacing: -0.38px;
  font-weight: 600;
  margin-top: 1.4rem;
}

.food .events-list dd,
.food .section-list dd,
.food .iat-list dd {
  font-size: 1.6rem;
  margin-bottom: 0.6rem;
  line-height: 1.5;
  color: #030303;
}

.food .events-list dd i,
.food .section-list dd i,
.food .iat-list dd i {
  margin-right: 0.6rem;
}

.food .events-list ul,
.food .section-list ul,
.food .iat-list ul {
  list-style: none;
  padding-inline-start: 0;
}

.food .events-list ul li,
.food .section-list ul li,
.food .iat-list ul li {
  font-size: 1.5rem;
  color: #030303;
  margin-top: 0.6rem;
  line-height: 1.5;
}

.food .events-list ul.tappe-list,
.food .section-list ul.tappe-list,
.food .iat-list ul.tappe-list {
  list-style: none;
  padding-inline-start: 0;
}

.food .events-list ul.tappe-list li,
.food .section-list ul.tappe-list li,
.food .iat-list ul.tappe-list li {
  font-size: 1.6rem;
  line-height: 1.5;
  color: #030303;
}

.food .tickets-list {
  display: flex;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #111;
  letter-spacing: -0.38px;
  font-weight: 600;
  margin-top: 1.4rem;
}

.food .tickets-list i {
  margin-top: 0.6rem;
}

.food .tickets-list li {
  color: #030303;
  font-size: 1.6rem;
  margin-left: 1.2rem;
}

.food .tickets-list li i {
  margin-right: 0.6rem;
}

.food .address * {
  color: white;
}

.food .top-title-box {
  padding: 0rem;
  text-align: center;
}

.food .top-title-box.no-image {
  padding-top: 10rem;
}

.food .top-title-box.no-image .er-logo-top {
  margin: 0 auto;
  display: block;
  margin-bottom: 10rem;
}

.food .top-title-box h1 {
  font-size: 3rem;
  color: #b68524;
  letter-spacing: -1.01px;
  line-height: 4rem;
  margin: 2rem 0;
}

.food .top-title-box h2 {
  font-size: 2rem;
  line-height: 1.5;
  color: #000;
  letter-spacing: -0.58px;
}

.food .top-title-box .breadcrumb {
  opacity: 0.6;
  font-size: 1.5rem;
  letter-spacing: -0.38px;
  padding: 0;
  margin: 0;
  color: #b68524;
  background-color: #fff;
}

.food .top-title-box .breadcrumb .breadcrumb-item::before,
.food .top-title-box .breadcrumb a {
  color: #b68524;
}

@media (min-width: 992px) {
  .food .top-title-box h1 {
    line-height: 7rem;
    font-size: 7rem;
    margin-top: 3rem;
  }

  .food .top-title-box h2 {
    font-size: 2rem;
    line-height: 1.5rem;
  }

  .food .top-title-box .breadcrumb {
    font-size: 1.9rem;
  }
}

.food .image-box-with-border {
  margin: 2rem 0;
  border-top: 64px solid #b68524;
}

.food .image-box-with-border img {
  -o-object-fit: cover;
     object-fit: cover;
}

.food .top-image {
  transition: background-image 1s ease-in-out;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 20px;
}

.food .top-image .logo {
  position: absolute;
  width: 30rem;
  bottom: 20px;
  left: 50%;
  margin-left: -15rem;
}

.food .top-image.no-mask {
  height: 600px;
}

.food .top-image .mask {
  z-index: 997;
  position: relative;
  width: 100%;
}

@media (min-width: 992px) {
  .food .top-image:after {
    position: absolute;
    content: "";
    left: 0px;
    bottom: -20px;
    width: 100%;
    height: 20px;
    transform: rotate(-180deg);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(255, 255, 255, 0.12) 12%, #e6e6e6);
  }
}

.food .info-box {
  position: relative;
  z-index: 0;
  border-right: 1px solid #e6e6e6;
  border-left: 7px solid #b68524;
  background-color: white;
  padding: 0.1rem 1.5rem;
}

.food .info-box h3 {
  font-weight: bold;
  font-size: 1.9rem;
}

.food .info-box .referente {
  font-size: 1.7rem;
  line-height: 1.8rem;
  color: #000;
  letter-spacing: -0.41px;
}

@media (min-width: 768px) {
  .food .info-box {
    position: sticky;
    position: -webkit-sticky;
    top: 68px;
  }
}

.food .info-box:after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: -8px;
  height: 8px;
  left: 0px;
  z-index: -1;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.01) 30%, rgba(0, 0, 0, 0.03) 50%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0.08) 90%, rgba(0, 0, 0, 0.09) 96%, rgba(0, 0, 0, 0.1) 100%);
}

.food .info-box:after {
  width: calc(100% + 8px);
  left: -7px;
}

@media (max-width: 991.98px) {
  .food .info-box {
    width: auto;
    max-width: 60%;
    min-width: 300px;
    margin: 20px auto;
    display: block;
  }
}

@media (min-width: 992px) {
  .food .info-box {
    margin-top: 2.2rem;
  }
}

.food .info-box li {
  padding: 1.1rem 0;
}

.food .info-box li .icon {
  font-size: 2.8rem;
  line-height: 3.3rem;
  margin-right: 1rem;
  float: left;
}

.food .info-box li .info .title {
  text-transform: uppercase;
  font-size: 1.2rem;
  line-height: 1.5rem;
  color: #787878;
  letter-spacing: -0.38px;
}

.food .info-box li .info .value {
  font-size: 1.7rem;
  line-height: 1.8rem;
  color: #000000;
  letter-spacing: -0.41px;
  display: table;
}

.food .info-box li .info .value a {
  word-break: break-all;
}

@media (max-width: 991.98px) {
  .food .info-box li.bookmarks {
    display: none;
  }
}

.food .info-box .title-index {
  text-transform: uppercase;
  font-size: 1.4rem;
  line-height: 3rem;
  letter-spacing: -0.38px;
}

.food .info-box .bookmarks {
  display: inline-block;
}

.food .info-box .bookmarks ul li {
  padding: 0.5rem 0;
  width: 100%;
}

.food .info-box .bookmarks ul li a {
  font-size: 1.4rem;
  line-height: 1.5rem;
  color: #000000;
  letter-spacing: -0.41px;
}

.food .info-box .bookmarks ul li a.active {
  text-decoration: underline;
}

.food #bookmarks-index {
  margin-top: 8rem;
}

.food #bookmarks-index .info {
  padding: 2.1rem;
}

.food #bookmarks-index h4 {
  font-size: 1.8rem;
}

@media (min-width: 768px) {
  .food #bookmarks-index {
    display: none;
  }
}

.food blockquote:before {
  color: #ba8825;
}

.food .btn-er,
.food .instagram .instabutton div span,
.instagram .instabutton div .food span,
.food.btn {
  background: #b68524;
}

.food hr {
  height: 3px;
  background: #b68524;
  width: 100%;
  max-width: 32rem;
  margin-left: 0;
  margin-right: 0;
  margin-top: 1rem;
  margin-bottom: 2rem;
}

.food .section h2 {
  margin-top: 4.5rem;
  margin-bottom: 4.5rem;
  font-size: 4.42rem;
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.18;
  letter-spacing: -1.07px;
  text-align: center;
  color: black;
  /*text-decoration: underline;*/
}

.food .section h2 a {
  color: black;
}

.food .section h3 {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
  font-size: 3.42rem;
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.18;
  letter-spacing: -1.07px;
  text-align: center;
  color: black;
  text-transform: uppercase;
  /*text-decoration: underline;*/
}

.food .section h3 a {
  color: black;
}

.food .section .gallery {
  position: relative;
  padding-bottom: 33px;
}

.food .section .gallery .swiper-button-next,
.food .section .gallery .swiper-container-rtl .swiper-button-prev,
.food .section .gallery .swiper-button-prev,
.food .section .gallery .swiper-container-rtl .swiper-button-next {
  background-position: center;
  width: 7.2rem;
  bottom: 33px;
  height: auto;
  top: 0px;
  margin: 0px;
  left: auto;
}

.food .section .gallery .swiper-button-next svg,
.food .section .gallery .swiper-container-rtl .swiper-button-prev svg,
.food .section .gallery .swiper-button-prev svg,
.food .section .gallery .swiper-container-rtl .swiper-button-next svg {
  top: 50%;
  left: 2.1rem;
  position: absolute;
  width: 3rem;
  height: 3rem;
  margin-top: -1.5rem;
  filter: drop-shadow(0px 3px 3px black);
}

.food .section .gallery .swiper-button-next,
.food .section .gallery .swiper-button-prev,
.food .section .gallery .swiper-container-rtl .swiper-button-prev,
.food .section .gallery .swiper-container-rtl .swiper-button-next {
  fill: #fff;
}

.food .section .gallery .swiper-button-next,
.food .section .gallery .swiper-container-rtl .swiper-button-prev {
  right: 0px;
}

.food .section .gallery .swiper-button-prev,
.food .section .gallery .swiper-container-rtl .swiper-button-next {
  left: 0px;
}

.food .section .gallery .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #b68524;
}

.food .section .gallery .swiper-pagination-bullet {
  border: 1px solid #b68524;
}

.food .section .gallery .swiper-pagination-bullets {
  bottom: 2px;
}

.food .section .gallery .swiper-slide .carousel-content {
  background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.07) 8%, rgba(0, 0, 0, 0.45) 68%);
  position: absolute;
  left: 0rem;
  bottom: 0rem;
  right: 0rem;
  width: auto;
  padding: 10rem 2rem 2rem 2rem;
  font-size: 2.6rem;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.63px;
  text-align: center;
  color: #ffffff;
}

.food .section .gallery .swiper-slide .carousel-content a {
  color: #ffffff !important;
}

.food .section .card-carousel .nodefault.swiper-button-prev::after,
.food .section .card-carousel .nodefault.swiper-button-prev::before,
.food .section .card-carousel .nodefault.swiper-button-next::after,
.food .section .card-carousel .nodefault.swiper-button-next::before {
  content: unset;
}

.food .section .card-carousel .swiper-slide {
  height: auto;
  margin-bottom: 5rem;
}

.food .section .card-carousel .swiper-slide .iv-wrapper,
.food .section .card-carousel .swiper-slide a .iv-wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

.food .section .card-carousel .swiper-slide .iv-wrapper > div,
.food .section .card-carousel .swiper-slide a .iv-wrapper > div {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: start;
}

.food .section .card-carousel .swiper-slide .iv-wrapper .image,
.food .section .card-carousel .swiper-slide a .iv-wrapper .image {
  min-height: 23rem;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.food .section .card-carousel .swiper-slide .iv-wrapper .content,
.food .section .card-carousel .swiper-slide a .iv-wrapper .content {
  background: #ffffff;
  border: 0 solid #000000;
  position: relative;
  padding: 2rem 2.1rem 4rem;
  position: relative;
  z-index: 0;
}

.food .section .card-carousel .swiper-slide .iv-wrapper .content:after,
.food .section .card-carousel .swiper-slide a .iv-wrapper .content:after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: -4px;
  height: 4px;
  left: 0px;
  z-index: -1;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.01) 30%, rgba(0, 0, 0, 0.03) 50%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0.08) 90%, rgba(0, 0, 0, 0.09) 96%, rgba(0, 0, 0, 0.1) 100%);
}

.food .section .card-carousel .swiper-slide .iv-wrapper .content h3,
.food .section .card-carousel .swiper-slide a .iv-wrapper .content h3 {
  font-size: 2rem;
  color: #030303;
  letter-spacing: -0.48px;
  text-align: left;
}

.food .section .card-carousel .swiper-slide .iv-wrapper .content p,
.food .section .card-carousel .swiper-slide .iv-wrapper .content p a,
.food .section .card-carousel .swiper-slide .iv-wrapper .content a p,
.food .section .card-carousel .swiper-slide a .iv-wrapper .content p,
.food .section .card-carousel .swiper-slide a .iv-wrapper .content p a,
.food .section .card-carousel .swiper-slide a .iv-wrapper .content a p {
  font-size: 1.5rem;
  color: #030303;
  letter-spacing: -0.38px;
  margin-bottom: 0px;
}

.food .section .card-carousel .swiper-slide .iv-wrapper .content p .readmore,
.food .section .card-carousel .swiper-slide .iv-wrapper .content p a .readmore,
.food .section .card-carousel .swiper-slide .iv-wrapper .content a p .readmore,
.food .section .card-carousel .swiper-slide a .iv-wrapper .content p .readmore,
.food .section .card-carousel .swiper-slide a .iv-wrapper .content p a .readmore,
.food .section .card-carousel .swiper-slide a .iv-wrapper .content a p .readmore {
  font-style: italic;
  color: #8b661c;
  display: block;
  margin-top: 1rem;
}

.food .section .card-carousel .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border: 1px solid #b68524;
  background: none;
  opacity: 1;
}

.food .section .card-carousel .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #b68524;
}

.food .section .card-carousel .swiper-button-next,
.food .section .card-carousel .swiper-container-rtl .swiper-button-prev,
.food .section .card-carousel .swiper-button-prev,
.food .section .card-carousel .swiper-container-rtl .swiper-button-next {
  background-image: none;
  width: 4rem;
  height: 23rem;
  top: 0px;
  margin: 0px;
  left: auto;
}

.food .section .card-carousel .swiper-button-next svg,
.food .section .card-carousel .swiper-container-rtl .swiper-button-prev svg,
.food .section .card-carousel .swiper-button-prev svg,
.food .section .card-carousel .swiper-container-rtl .swiper-button-next svg {
  top: 50%;
  left: 50%;
  position: absolute;
  width: 3rem;
  height: 3rem;
  margin-top: -1.5rem;
  margin-left: -1.5rem;
  filter: drop-shadow(0px 3px 3px black);
}

.food .section .card-carousel .swiper-button-next,
.food .section .card-carousel .swiper-button-prev,
.food .section .card-carousel .swiper-container-rtl .swiper-button-prev,
.food .section .card-carousel .swiper-container-rtl .swiper-button-next {
  fill: #fff;
}

.food .section .card-carousel .swiper-button-next,
.food .section .card-carousel .swiper-container-rtl .swiper-button-prev {
  right: 0px;
}

.food .section .card-carousel .swiper-button-prev,
.food .section .card-carousel .swiper-container-rtl .swiper-button-next {
  left: 0px;
}

.food .section .sassibox-item,
.food .section a .sassibox-item {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 5rem;
}

.food .section .sassibox-item > div,
.food .section a .sassibox-item > div {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.food .section .sassibox-item .image,
.food .section a .sassibox-item .image {
  min-height: 23rem;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.food .section .sassibox-item .content,
.food .section a .sassibox-item .content {
  background: #ffffff;
  border: 0 solid #000000;
  position: relative;
  padding: 1rem 0;
  position: relative;
  z-index: 0;
}

.food .section .sassibox-item .content:after,
.food .section a .sassibox-item .content:after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: -4px;
  height: 4px;
  left: 0px;
  z-index: -1;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.01) 30%, rgba(0, 0, 0, 0.03) 50%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0.08) 90%, rgba(0, 0, 0, 0.09) 96%, rgba(0, 0, 0, 0.1) 100%);
}

.food .section .sassibox-item .content h4,
.food .section a .sassibox-item .content h4 {
  font-size: 2rem;
  color: #030303;
  letter-spacing: -0.48px;
  text-align: left;
}

.food .section .sassibox-item .content p,
.food .section .sassibox-item .content span,
.food .section .sassibox-item .content a span,
.food .section .sassibox-item .content span a,
.food .section .sassibox-item .content p a,
.food .section .sassibox-item .content a p,
.food .section a .sassibox-item .content p,
.food .section a .sassibox-item .content span,
.food .section a .sassibox-item .content a span,
.food .section a .sassibox-item .content span a,
.food .section a .sassibox-item .content p a,
.food .section a .sassibox-item .content a p {
  font-size: 1.5rem;
  color: #030303;
  letter-spacing: -0.38px;
}

.food .section .sassibox-item .content .action,
.food .section a .sassibox-item .content .action {
  margin: 10px 0;
}

.food .section .sassibox-item .content .action button,
.food .section a .sassibox-item .content .action button {
  font-family: "Open Sans", sans-serif !important;
}

.food .section .sassibox-item .content .readmore,
.food .section a .sassibox-item .content .readmore {
  border: 1px solid transparent;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  padding: 6px 12px;
  text-align: center;
  vertical-align: middle;
  width: -moz-fit-content;
  width: fit-content;
  text-transform: uppercase;
  background-color: #b68524;
}

.nature .xp_search_box button span {
  color: white;
}

.nature .xp_search_box .city {
  color: white;
}

.nature .xp_search_box .horizontal {
  padding: 1rem;
  background-color: #58b366;
  background-image: linear-gradient(-180deg, #56b264 0%, #58b366 48%, #56b264 80%);
  font-size: 1.6rem;
}

.nature .xp_search_box .horizontal.collapsed {
  border-radius: 2px;
  box-shadow: -1px 0 3px 0 rgba(0, 0, 0, 0.25);
}

.nature .xp_search_box .horizontal .fa,
.nature .xp_search_box .horizontal .search .searchearchbox.vertical .bootstrap-select button:after,
.search .searchearchbox.vertical .bootstrap-select .nature .xp_search_box .horizontal button:after,
.nature .xp_search_box .search .searchearchbox.horizontal .control .bootstrap-select button:after,
.search .nature .xp_search_box .searchearchbox.horizontal .control .bootstrap-select button:after,
.nature .xp_search_box .horizontal .downloads .downloadsearchbox.vertical .bootstrap-select button:after,
.downloads .downloadsearchbox.vertical .bootstrap-select .nature .xp_search_box .horizontal button:after,
.nature .xp_search_box .downloads .downloadsearchbox.horizontal .control .bootstrap-select button:after,
.downloads .nature .xp_search_box .downloadsearchbox.horizontal .control .bootstrap-select button:after,
.nature .xp_search_box .horizontal .localita #searchbox-app .bootstrap-select button:after,
.localita #searchbox-app .bootstrap-select .nature .xp_search_box .horizontal button:after,
.nature .xp_search_box .horizontal .itinerari .searchbox .control .bootstrap-select button:after,
.itinerari .searchbox .control .bootstrap-select .nature .xp_search_box .horizontal button:after,
.nature .xp_search_box .itinerari .searchbox.horizontal .control .bootstrap-select button:after,
.itinerari .nature .xp_search_box .searchbox.horizontal .control .bootstrap-select button:after,
.nature .xp_search_box .horizontal .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .vertical .bootstrap-select .nature .xp_search_box .horizontal button:after,
.nature .xp_search_box .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .nature .xp_search_box .horizontal .control .bootstrap-select button:after,
.nature .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .nature .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.nature .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .nature .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.nature .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .nature .xp_search_box .horizontal .control .bootstrap-select button:after,
.nature .xp_search_box .horizontal .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .vertical .bootstrap-select .nature .xp_search_box .horizontal button:after,
.nature .xp_search_box .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .nature .xp_search_box .horizontal .control .bootstrap-select button:after,
.nature .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .nature .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.nature .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .nature .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.nature .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .nature .xp_search_box .horizontal .control .bootstrap-select button:after,
.nature .xp_search_box .horizontal .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .vertical .bootstrap-select .nature .xp_search_box .horizontal button:after,
.nature .xp_search_box .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .nature .xp_search_box .horizontal .control .bootstrap-select button:after,
.nature .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .nature .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.nature .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .nature .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.nature .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .nature .xp_search_box .horizontal .control .bootstrap-select button:after,
.nature .xp_search_box .horizontal .romagna-craft .operatori_search_box .vertical .bootstrap-select button:after,
.romagna-craft .operatori_search_box .vertical .bootstrap-select .nature .xp_search_box .horizontal button:after,
.nature .xp_search_box .romagna-craft .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna-craft .operatori_search_box .nature .xp_search_box .horizontal .control .bootstrap-select button:after,
.nature .romagna-craft .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna-craft .nature .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.nature .romagna-craft .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna-craft .nature .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.nature .romagna-craft .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna-craft .nature .xp_search_box .horizontal .control .bootstrap-select button:after,
.nature .xp_search_box .horizontal .spass .operatori_search_box .vertical .bootstrap-select button:after,
.spass .operatori_search_box .vertical .bootstrap-select .nature .xp_search_box .horizontal button:after,
.nature .xp_search_box .spass .operatori_search_box .horizontal .control .bootstrap-select button:after,
.spass .operatori_search_box .nature .xp_search_box .horizontal .control .bootstrap-select button:after,
.nature .spass .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.spass .nature .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.nature .spass .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.spass .nature .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.nature .spass .xp_search_box .horizontal .control .bootstrap-select button:after,
.spass .nature .xp_search_box .horizontal .control .bootstrap-select button:after,
.nature .xp_search_box .horizontal .natur .operatori_search_box .vertical .bootstrap-select button:after,
.natur .operatori_search_box .vertical .bootstrap-select .nature .xp_search_box .horizontal button:after,
.nature .xp_search_box .natur .operatori_search_box .horizontal .control .bootstrap-select button:after,
.natur .operatori_search_box .nature .xp_search_box .horizontal .control .bootstrap-select button:after,
.nature .natur .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.natur .nature .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.nature .natur .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.natur .nature .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.nature .natur .xp_search_box .horizontal .control .bootstrap-select button:after,
.natur .nature .xp_search_box .horizontal .control .bootstrap-select button:after,
.nature .xp_search_box .horizontal .kultur .operatori_search_box .vertical .bootstrap-select button:after,
.kultur .operatori_search_box .vertical .bootstrap-select .nature .xp_search_box .horizontal button:after,
.nature .xp_search_box .kultur .operatori_search_box .horizontal .control .bootstrap-select button:after,
.kultur .operatori_search_box .nature .xp_search_box .horizontal .control .bootstrap-select button:after,
.nature .kultur .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.kultur .nature .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.nature .kultur .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.kultur .nature .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.nature .kultur .xp_search_box .horizontal .control .bootstrap-select button:after,
.kultur .nature .xp_search_box .horizontal .control .bootstrap-select button:after,
.nature .xp_search_box .horizontal .pet .operatori_search_box .vertical .bootstrap-select button:after,
.pet .operatori_search_box .vertical .bootstrap-select .nature .xp_search_box .horizontal button:after,
.nature .xp_search_box .pet .operatori_search_box .horizontal .control .bootstrap-select button:after,
.pet .operatori_search_box .nature .xp_search_box .horizontal .control .bootstrap-select button:after,
.nature .pet .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.pet .nature .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.nature .pet .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.pet .nature .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.nature .pet .xp_search_box .horizontal .control .bootstrap-select button:after,
.pet .nature .xp_search_box .horizontal .control .bootstrap-select button:after,
.nature .xp_search_box .horizontal .default .operatori_search_box .vertical .bootstrap-select button:after,
.default .operatori_search_box .vertical .bootstrap-select .nature .xp_search_box .horizontal button:after,
.nature .xp_search_box .default .operatori_search_box .horizontal .control .bootstrap-select button:after,
.default .operatori_search_box .nature .xp_search_box .horizontal .control .bootstrap-select button:after,
.nature .default .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.default .nature .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.nature .default .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.default .nature .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.nature .default .xp_search_box .horizontal .control .bootstrap-select button:after,
.default .nature .xp_search_box .horizontal .control .bootstrap-select button:after,
.nature .xp_search_box .horizontal .liscio .operatori_search_box .vertical .bootstrap-select button:after,
.liscio .operatori_search_box .vertical .bootstrap-select .nature .xp_search_box .horizontal button:after,
.nature .xp_search_box .liscio .operatori_search_box .horizontal .control .bootstrap-select button:after,
.liscio .operatori_search_box .nature .xp_search_box .horizontal .control .bootstrap-select button:after,
.nature .liscio .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.liscio .nature .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.nature .liscio .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.liscio .nature .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.nature .liscio .xp_search_box .horizontal .control .bootstrap-select button:after,
.liscio .nature .xp_search_box .horizontal .control .bootstrap-select button:after,
.nature .xp_search_box .horizontal .romagna .operatori_search_box .vertical .bootstrap-select button:after,
.romagna .operatori_search_box .vertical .bootstrap-select .nature .xp_search_box .horizontal button:after,
.nature .xp_search_box .romagna .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna .operatori_search_box .nature .xp_search_box .horizontal .control .bootstrap-select button:after,
.nature .romagna .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna .nature .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.nature .romagna .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna .nature .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.nature .romagna .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna .nature .xp_search_box .horizontal .control .bootstrap-select button:after,
.nature .xp_search_box .horizontal .motorcycle .operatori_search_box .vertical .bootstrap-select button:after,
.motorcycle .operatori_search_box .vertical .bootstrap-select .nature .xp_search_box .horizontal button:after,
.nature .xp_search_box .motorcycle .operatori_search_box .horizontal .control .bootstrap-select button:after,
.motorcycle .operatori_search_box .nature .xp_search_box .horizontal .control .bootstrap-select button:after,
.nature .motorcycle .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.motorcycle .nature .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.nature .motorcycle .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.motorcycle .nature .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.nature .motorcycle .xp_search_box .horizontal .control .bootstrap-select button:after,
.motorcycle .nature .xp_search_box .horizontal .control .bootstrap-select button:after,
.nature .xp_search_box .horizontal .sport .operatori_search_box .vertical .bootstrap-select button:after,
.sport .operatori_search_box .vertical .bootstrap-select .nature .xp_search_box .horizontal button:after,
.nature .xp_search_box .sport .operatori_search_box .horizontal .control .bootstrap-select button:after,
.sport .operatori_search_box .nature .xp_search_box .horizontal .control .bootstrap-select button:after,
.nature .sport .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.sport .nature .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.nature .sport .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.sport .nature .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.nature .sport .xp_search_box .horizontal .control .bootstrap-select button:after,
.sport .nature .xp_search_box .horizontal .control .bootstrap-select button:after,
.nature .xp_search_box .horizontal .fun .operatori_search_box .vertical .bootstrap-select button:after,
.fun .operatori_search_box .vertical .bootstrap-select .nature .xp_search_box .horizontal button:after,
.nature .xp_search_box .fun .operatori_search_box .horizontal .control .bootstrap-select button:after,
.fun .operatori_search_box .nature .xp_search_box .horizontal .control .bootstrap-select button:after,
.nature .fun .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.fun .nature .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.nature .fun .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.fun .nature .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.nature .fun .xp_search_box .horizontal .control .bootstrap-select button:after,
.fun .nature .xp_search_box .horizontal .control .bootstrap-select button:after,
.nature .xp_search_box .horizontal .wellness .operatori_search_box .vertical .bootstrap-select button:after,
.wellness .operatori_search_box .vertical .bootstrap-select .nature .xp_search_box .horizontal button:after,
.nature .xp_search_box .wellness .operatori_search_box .horizontal .control .bootstrap-select button:after,
.wellness .operatori_search_box .nature .xp_search_box .horizontal .control .bootstrap-select button:after,
.nature .wellness .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.wellness .nature .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.nature .wellness .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.wellness .nature .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.nature .wellness .xp_search_box .horizontal .control .bootstrap-select button:after,
.wellness .nature .xp_search_box .horizontal .control .bootstrap-select button:after,
.nature .xp_search_box .horizontal .empire .operatori_search_box .vertical .bootstrap-select button:after,
.empire .operatori_search_box .vertical .bootstrap-select .nature .xp_search_box .horizontal button:after,
.nature .xp_search_box .empire .operatori_search_box .horizontal .control .bootstrap-select button:after,
.empire .operatori_search_box .nature .xp_search_box .horizontal .control .bootstrap-select button:after,
.nature .empire .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.empire .nature .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.nature .empire .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.empire .nature .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.nature .empire .xp_search_box .horizontal .control .bootstrap-select button:after,
.empire .nature .xp_search_box .horizontal .control .bootstrap-select button:after,
.nature .xp_search_box .horizontal .bike .operatori_search_box .vertical .bootstrap-select button:after,
.bike .operatori_search_box .vertical .bootstrap-select .nature .xp_search_box .horizontal button:after,
.nature .xp_search_box .bike .operatori_search_box .horizontal .control .bootstrap-select button:after,
.bike .operatori_search_box .nature .xp_search_box .horizontal .control .bootstrap-select button:after,
.nature .bike .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.bike .nature .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.nature .bike .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.bike .nature .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.nature .bike .xp_search_box .horizontal .control .bootstrap-select button:after,
.bike .nature .xp_search_box .horizontal .control .bootstrap-select button:after,
.nature .xp_search_box .horizontal .castle .operatori_search_box .vertical .bootstrap-select button:after,
.castle .operatori_search_box .vertical .bootstrap-select .nature .xp_search_box .horizontal button:after,
.nature .xp_search_box .castle .operatori_search_box .horizontal .control .bootstrap-select button:after,
.castle .operatori_search_box .nature .xp_search_box .horizontal .control .bootstrap-select button:after,
.nature .castle .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.castle .nature .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.nature .castle .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.castle .nature .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.nature .castle .xp_search_box .horizontal .control .bootstrap-select button:after,
.castle .nature .xp_search_box .horizontal .control .bootstrap-select button:after,
.nature .xp_search_box .horizontal .culture .operatori_search_box .vertical .bootstrap-select button:after,
.culture .operatori_search_box .vertical .bootstrap-select .nature .xp_search_box .horizontal button:after,
.nature .xp_search_box .culture .operatori_search_box .horizontal .control .bootstrap-select button:after,
.culture .operatori_search_box .nature .xp_search_box .horizontal .control .bootstrap-select button:after,
.nature .culture .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.culture .nature .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.nature .culture .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.culture .nature .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.nature .culture .xp_search_box .horizontal .control .bootstrap-select button:after,
.culture .nature .xp_search_box .horizontal .control .bootstrap-select button:after,
.nature .xp_search_box .horizontal .romagna_autentica .operatori_search_box .vertical .bootstrap-select button:after,
.romagna_autentica .operatori_search_box .vertical .bootstrap-select .nature .xp_search_box .horizontal button:after,
.nature .xp_search_box .romagna_autentica .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna_autentica .operatori_search_box .nature .xp_search_box .horizontal .control .bootstrap-select button:after,
.nature .romagna_autentica .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna_autentica .nature .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.nature .romagna_autentica .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna_autentica .nature .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.nature .romagna_autentica .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna_autentica .nature .xp_search_box .horizontal .control .bootstrap-select button:after,
.nature .xp_search_box .horizontal .operatori_search_box .vertical .bootstrap-select button:after,
.nature .operatori_search_box .vertical .bootstrap-select .xp_search_box .horizontal button:after,
.nature .xp_search_box .operatori_search_box .horizontal .control .bootstrap-select button:after,
.nature .operatori_search_box .xp_search_box .horizontal .control .bootstrap-select button:after,
.nature .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.nature .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.nature .xp_search_box .horizontal .control .bootstrap-select button:after,
.nature .xp_search_box .events-homepage .header .eventsearchbox.horizontal .control .bootstrap-select button:after,
.events-homepage .header .nature .xp_search_box .eventsearchbox.horizontal .control .bootstrap-select button:after,
.nature .xp_search_box .horizontal .events-homepage .header .eventsearchbox.vertical .bootstrap-select button:after,
.events-homepage .header .eventsearchbox.vertical .bootstrap-select .nature .xp_search_box .horizontal button:after,
.nature .xp_search_box .events-page .header .eventsearchbox.horizontal .control .bootstrap-select button:after,
.events-page .header .nature .xp_search_box .eventsearchbox.horizontal .control .bootstrap-select button:after,
.nature .xp_search_box .horizontal .events-page .header .eventsearchbox.vertical .bootstrap-select button:after,
.events-page .header .eventsearchbox.vertical .bootstrap-select .nature .xp_search_box .horizontal button:after,
.nature .scopri .xp_search_box .horizontal .control .bootstrap-select button:after,
.scopri .nature .xp_search_box .horizontal .control .bootstrap-select button:after,
.nature .scopri .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.scopri .nature .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.nature .scopri .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.scopri .nature .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.nature .xp_search_box .scopri .operatori_search_box .horizontal .control .bootstrap-select button:after,
.scopri .operatori_search_box .nature .xp_search_box .horizontal .control .bootstrap-select button:after,
.nature .xp_search_box .horizontal .scopri .operatori_search_box .vertical .bootstrap-select button:after,
.scopri .operatori_search_box .vertical .bootstrap-select .nature .xp_search_box .horizontal button:after,
.nature .idee .xp_search_box .horizontal .control .bootstrap-select button:after,
.idee .nature .xp_search_box .horizontal .control .bootstrap-select button:after,
.nature .idee .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.idee .nature .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.nature .idee .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.idee .nature .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.nature .xp_search_box .idee .operatori_search_box .horizontal .control .bootstrap-select button:after,
.idee .operatori_search_box .nature .xp_search_box .horizontal .control .bootstrap-select button:after,
.nature .xp_search_box .horizontal .idee .operatori_search_box .vertical .bootstrap-select button:after,
.idee .operatori_search_box .vertical .bootstrap-select .nature .xp_search_box .horizontal button:after,
.nature .eventi .xp_search_box .horizontal .control .bootstrap-select button:after,
.eventi .nature .xp_search_box .horizontal .control .bootstrap-select button:after,
.nature .eventi .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.eventi .nature .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.nature .eventi .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.eventi .nature .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.nature .xp_search_box .eventi .operatori_search_box .horizontal .control .bootstrap-select button:after,
.eventi .operatori_search_box .nature .xp_search_box .horizontal .control .bootstrap-select button:after,
.nature .xp_search_box .horizontal .eventi .operatori_search_box .vertical .bootstrap-select button:after,
.eventi .operatori_search_box .vertical .bootstrap-select .nature .xp_search_box .horizontal button:after,
.nature .pianifica .xp_search_box .horizontal .control .bootstrap-select button:after,
.pianifica .nature .xp_search_box .horizontal .control .bootstrap-select button:after,
.nature .pianifica .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.pianifica .nature .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.nature .pianifica .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.pianifica .nature .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.nature .xp_search_box .pianifica .operatori_search_box .horizontal .control .bootstrap-select button:after,
.pianifica .operatori_search_box .nature .xp_search_box .horizontal .control .bootstrap-select button:after,
.nature .xp_search_box .horizontal .pianifica .operatori_search_box .vertical .bootstrap-select button:after,
.pianifica .operatori_search_box .vertical .bootstrap-select .nature .xp_search_box .horizontal button:after,
.nature .esperienze .xp_search_box .horizontal .control .bootstrap-select button:after,
.esperienze .nature .xp_search_box .horizontal .control .bootstrap-select button:after,
.nature .esperienze .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.esperienze .nature .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.nature .esperienze .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.esperienze .nature .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.nature .xp_search_box .esperienze .operatori_search_box .horizontal .control .bootstrap-select button:after,
.esperienze .operatori_search_box .nature .xp_search_box .horizontal .control .bootstrap-select button:after,
.nature .xp_search_box .horizontal .esperienze .operatori_search_box .vertical .bootstrap-select button:after,
.esperienze .operatori_search_box .vertical .bootstrap-select .nature .xp_search_box .horizontal button:after,
.nature .news .xp_search_box .horizontal .control .bootstrap-select button:after,
.news .nature .xp_search_box .horizontal .control .bootstrap-select button:after,
.nature .news .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.news .nature .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.nature .news .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.news .nature .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.nature .xp_search_box .news .operatori_search_box .horizontal .control .bootstrap-select button:after,
.news .operatori_search_box .nature .xp_search_box .horizontal .control .bootstrap-select button:after,
.nature .xp_search_box .horizontal .news .operatori_search_box .vertical .bootstrap-select button:after,
.news .operatori_search_box .vertical .bootstrap-select .nature .xp_search_box .horizontal button:after,
.nature .iat .xp_search_box .horizontal .control .bootstrap-select button:after,
.iat .nature .xp_search_box .horizontal .control .bootstrap-select button:after,
.nature .iat .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.iat .nature .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.nature .iat .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.iat .nature .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.nature .xp_search_box .iat .operatori_search_box .horizontal .control .bootstrap-select button:after,
.iat .operatori_search_box .nature .xp_search_box .horizontal .control .bootstrap-select button:after,
.nature .xp_search_box .horizontal .iat .operatori_search_box .vertical .bootstrap-select button:after,
.iat .operatori_search_box .vertical .bootstrap-select .nature .xp_search_box .horizontal button:after,
.nature .meteo .xp_search_box .horizontal .control .bootstrap-select button:after,
.meteo .nature .xp_search_box .horizontal .control .bootstrap-select button:after,
.nature .meteo .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.meteo .nature .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.nature .meteo .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.meteo .nature .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.nature .xp_search_box .meteo .operatori_search_box .horizontal .control .bootstrap-select button:after,
.meteo .operatori_search_box .nature .xp_search_box .horizontal .control .bootstrap-select button:after,
.nature .xp_search_box .horizontal .meteo .operatori_search_box .vertical .bootstrap-select button:after,
.meteo .operatori_search_box .vertical .bootstrap-select .nature .xp_search_box .horizontal button:after,
.nature .odm .xp_search_box .horizontal .control .bootstrap-select button:after,
.odm .nature .xp_search_box .horizontal .control .bootstrap-select button:after,
.nature .odm .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.odm .nature .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.nature .odm .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.odm .nature .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.nature .xp_search_box .odm .operatori_search_box .horizontal .control .bootstrap-select button:after,
.odm .operatori_search_box .nature .xp_search_box .horizontal .control .bootstrap-select button:after,
.nature .xp_search_box .horizontal .odm .operatori_search_box .vertical .bootstrap-select button:after,
.odm .operatori_search_box .vertical .bootstrap-select .nature .xp_search_box .horizontal button:after,
.nature .booking .xp_search_box .horizontal .control .bootstrap-select button:after,
.booking .nature .xp_search_box .horizontal .control .bootstrap-select button:after,
.nature .booking .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.booking .nature .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.nature .booking .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.booking .nature .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.nature .xp_search_box .booking .operatori_search_box .horizontal .control .bootstrap-select button:after,
.booking .operatori_search_box .nature .xp_search_box .horizontal .control .bootstrap-select button:after,
.nature .xp_search_box .horizontal .booking .operatori_search_box .vertical .bootstrap-select button:after,
.booking .operatori_search_box .vertical .bootstrap-select .nature .xp_search_box .horizontal button:after,
.nature .rock .xp_search_box .horizontal .control .bootstrap-select button:after,
.rock .nature .xp_search_box .horizontal .control .bootstrap-select button:after,
.nature .rock .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.rock .nature .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.nature .rock .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.rock .nature .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.nature .xp_search_box .rock .operatori_search_box .horizontal .control .bootstrap-select button:after,
.rock .operatori_search_box .nature .xp_search_box .horizontal .control .bootstrap-select button:after,
.nature .xp_search_box .horizontal .rock .operatori_search_box .vertical .bootstrap-select button:after,
.rock .operatori_search_box .vertical .bootstrap-select .nature .xp_search_box .horizontal button:after,
.nature .beach .xp_search_box .horizontal .control .bootstrap-select button:after,
.beach .nature .xp_search_box .horizontal .control .bootstrap-select button:after,
.nature .beach .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.beach .nature .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.nature .beach .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.beach .nature .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.nature .xp_search_box .beach .operatori_search_box .horizontal .control .bootstrap-select button:after,
.beach .operatori_search_box .nature .xp_search_box .horizontal .control .bootstrap-select button:after,
.nature .xp_search_box .horizontal .beach .operatori_search_box .vertical .bootstrap-select button:after,
.beach .operatori_search_box .vertical .bootstrap-select .nature .xp_search_box .horizontal button:after,
.nature .food .xp_search_box .horizontal .control .bootstrap-select button:after,
.food .nature .xp_search_box .horizontal .control .bootstrap-select button:after,
.nature .food .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.food .nature .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.nature .food .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.food .nature .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.nature .xp_search_box .food .operatori_search_box .horizontal .control .bootstrap-select button:after,
.food .operatori_search_box .nature .xp_search_box .horizontal .control .bootstrap-select button:after,
.nature .xp_search_box .horizontal .food .operatori_search_box .vertical .bootstrap-select button:after,
.food .operatori_search_box .vertical .bootstrap-select .nature .xp_search_box .horizontal button:after {
  line-height: 2.2rem;
}

.nature .xp_search_box .horizontal button.collapsible {
  border: none;
  background-color: transparent;
  display: block;
  width: 100%;
  font-size: 1.6rem;
  color: #ffffff;
  letter-spacing: -0.41px;
  text-align: left;
  text-transform: uppercase;
  display: block;
}

.nature .xp_search_box .horizontal .control {
  padding: 0.5rem 1rem;
  height: 5rem;
  background-color: white;
  margin: 0.5rem;
}

.nature .xp_search_box .horizontal .control.btn-holder {
  min-width: 2rem;
  width: auto;
  padding: 0px;
}

.nature .xp_search_box .horizontal .control.btn-holder button {
  width: 100%;
  border: none;
  background-color: #449450;
  height: 100%;
  font-size: 1.6rem;
  color: #ffffff;
  letter-spacing: -0.41px;
  text-align: center;
  text-transform: uppercase;
  display: block;
  padding: 0px;
}

.nature .xp_search_box .horizontal .control .ert-dropdown {
  width: 100%;
}

.nature .xp_search_box .horizontal .control .ert-dropdown * {
  cursor: pointer;
}

.nature .xp_search_box .horizontal .control .ert-dropdown .ert-combo {
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
  display: block;
  text-align: left;
}

.nature .xp_search_box .horizontal .control .ert-dropdown .ert-combo::after {
  border: none;
}

.nature .xp_search_box .horizontal .control .ert-dropdown .ert-combo i {
  transition: 500ms ease;
  transform: rotate(0);
  position: absolute;
  top: 2.25rem;
  right: 15px;
}

.nature .xp_search_box .horizontal .control .ert-dropdown .ert-combo .button {
  padding: 0px;
}

.nature .xp_search_box .horizontal .control .ert-dropdown.show .ert-combo i {
  transform: rotate(180deg);
}

.nature .xp_search_box .horizontal .control .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: auto;
}

.nature .xp_search_box .horizontal .control .bootstrap-select {
  margin-top: -1px;
}

.nature .xp_search_box .horizontal .control .bootstrap-select *:focus {
  box-shadow: none important;
}

.nature .xp_search_box .horizontal .control .bootstrap-select button {
  padding: 0px;
  font-size: 1.5rem;
  background: #ffffff;
  color: #848484;
  letter-spacing: 0.3px;
  border: none;
  border-radius: 0;
}

.nature .xp_search_box .horizontal .control .bootstrap-select button:after {
  content: "\F078";
  border: none;
}

.nature .xp_search_box .horizontal .control .bootstrap-select .dropdown-menu {
  width: 100% !important;
  border: none;
  border-radius: 0;
  box-shadow: 0px 2px 2px 0px #a9a9a970;
  border-top: 1px solid #a9a9a970;
}

.nature .xp_search_box .horizontal .control .bootstrap-select .dropdown-menu.inner.show {
  border-top: none;
}

.nature .xp_search_box .horizontal .control .bootstrap-select .dropdown-menu .dropdown-item {
  font-size: 1.5rem;
  line-height: 4rem;
}

.nature .xp_search_box .horizontal .control .bootstrap-select .dropdown-menu .dropdown-item:active,
.nature .xp_search_box .horizontal .control .bootstrap-select .dropdown-menu .dropdown-item.active {
  background-color: #58b366;
}

.nature .xp_search_box .horizontal .control label {
  background: #ffffff;
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
  line-height: 2.4rem;
  margin-bottom: 0px;
  margin-right: 0.5rem;
}

@media (max-width: 768px) {
  .nature .xp_search_box .horizontal .control label {
    min-width: 6.2rem;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .nature .xp_search_box .horizontal .control label {
    display: none;
  }
}

.nature .xp_search_box .horizontal .control .flatpickr-mobile.form-control {
  padding: 1px 0;
}

.nature .xp_search_box .horizontal .control input[type=text],
.nature .xp_search_box .horizontal .control input[type=date] {
  border: none;
  font-size: 1.5rem;
  border-radius: 0;
  background-color: white;
  border-bottom: 1px solid #495057;
  min-width: 0;
  height: auto;
}

.nature .xp_search_box .horizontal .control input[type=text]:focus,
.nature .xp_search_box .horizontal .control input[type=date]:focus {
  box-shadow: none;
}

.nature .xp_search_box .vertical {
  max-width: 30rem;
  z-index: 10;
  position: relative;
  height: 4.4rem;
  margin: 0 auto;
}

.nature .xp_search_box .vertical button.collapsible {
  border: none;
  background-color: transparent;
  display: block;
  position: absolute;
  width: 100%;
}

.nature .xp_search_box .vertical .dropbutton {
  display: none;
}

.nature .xp_search_box .vertical .dropbutton.collapsed {
  display: block;
}

.nature .xp_search_box .vertical #collapse-events {
  padding: 1.8rem;
  background-color: #58b366;
  background-image: linear-gradient(-180deg, #56b264 0%, #58b366 48%, #56b264 80%);
  font-size: 1.6rem;
}

.nature .xp_search_box .vertical .fa-chevron-up {
  text-align: right;
  line-height: 4rem;
  color: white;
  margin-bottom: 1.8rem;
}

.nature .xp_search_box .vertical .form-group {
  background: #ffffff;
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
}

.nature .xp_search_box .vertical .form-group .col-form-label {
  line-height: 5rem;
}

.nature .xp_search_box .vertical .ert-text {
  border: none;
  font-size: 1.5rem;
  height: 60px;
  border-radius: 0;
  background-color: white;
}

.nature .xp_search_box .vertical .ert-text.line {
  border-bottom: 1px solid #495057;
  height: auto;
  margin-top: 14px;
}

.nature .xp_search_box .vertical .ert-text:focus {
  box-shadow: none;
}

.nature .xp_search_box .vertical button.search {
  border: none;
  position: absolute;
  bottom: -10rem;
  left: 5%;
  right: 5%;
  width: 90%;
  line-height: 4.4rem;
}

.nature .xp_search_box .vertical .datepicker-holder {
  padding-right: 0px;
}

.nature .xp_search_box .vertical .datepicker-holder * {
  cursor: pointer;
}

.nature .xp_search_box .vertical .datepicker-holder input[type=date]::-webkit-calendar-picker-indicator {
  width: 1.2rem;
  height: 0.7rem;
  -webkit-mask: url(/images/caret.svg);
          mask: url(/images/caret.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  -webkit-transition: 500ms ease;
  transition: 500ms ease;
  background-color: #686868;
}

.nature .xp_search_box .vertical .datepicker-holder .flatpickr-calendar.static {
  margin-left: -193px;
  margin-top: -184px;
  left: 50%;
  top: 50%;
}

.nature .xp_search_box .vertical .datepicker-holder .flatpickr-calendar.static.arrowBottom:after {
  display: none;
}

.nature .xp_search_box .vertical .datepicker-holder .flatpickr-calendar.static.arrowBottom:before {
  display: none;
}

.nature .xp_search_box .vertical .datepicker-holder .flatpickr-months .flatpickr-month {
  height: 32px;
}

.nature .xp_search_box .vertical .ert-dropdown * {
  cursor: pointer;
}

.nature .xp_search_box .vertical .ert-dropdown .ert-combo {
  background: #ffffff;
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
  line-height: 5rem;
  display: block;
  width: 100%;
  height: 60px;
  text-align: left;
}

.nature .xp_search_box .vertical .ert-dropdown .ert-combo::after {
  border: none;
}

.nature .xp_search_box .vertical .ert-dropdown .ert-combo i {
  transition: 500ms ease;
  transform: rotate(0);
  position: absolute;
  top: 2.25rem;
  right: 15px;
}

.nature .xp_search_box .vertical .ert-dropdown .ert-combo .button {
  padding: 0px;
}

.nature .xp_search_box .vertical .ert-dropdown .dropdown-menu {
  width: 100% !important;
  border: none;
  border-radius: 0;
  box-shadow: 0px 2px 2px 0px #a9a9a970;
  border-top: 1px solid #a9a9a970;
}

.nature .xp_search_box .vertical .ert-dropdown .dropdown-menu .dropdown-item {
  font-size: 1.5rem;
  line-height: 4rem;
}

.nature .xp_search_box .vertical .ert-dropdown .dropdown-menu .dropdown-item:active {
  background-color: #58b366;
}

.nature .xp_search_box .vertical .ert-dropdown.show .ert-combo i {
  transform: rotate(180deg);
}

.nature .xp_search_box .vertical .bootstrap-select *:focus {
  box-shadow: none important;
}

.nature .xp_search_box .vertical .bootstrap-select button {
  font-size: 1.5rem;
  color: #848484;
  letter-spacing: 0.3px;
  border: none;
  font-size: 1.5rem;
  height: 60px;
  border-radius: 0;
  background-color: white;
}

.nature .xp_search_box .vertical .bootstrap-select button:after {
  content: "\F078";
  border: none;
}

.nature .xp_search_box .vertical .bootstrap-select .dropdown-menu {
  width: 100% !important;
  border: none;
  border-radius: 0;
  box-shadow: 0px 2px 2px 0px #a9a9a970;
  border-top: 1px solid #a9a9a970;
}

.nature .xp_search_box .vertical .bootstrap-select .dropdown-menu .dropdown-item {
  font-size: 1.5rem;
  line-height: 4rem;
}

.nature .xp_search_box .vertical .bootstrap-select .dropdown-menu .dropdown-item:active,
.nature .xp_search_box .vertical .bootstrap-select .dropdown-menu .dropdown-item.active {
  background-color: #58b366;
}

.nature .xp_search_box .vertical .btn-er,
.nature .xp_search_box .vertical .instagram .instabutton div span,
.instagram .instabutton div .nature .xp_search_box .vertical span {
  margin-top: 18px;
}

.nature .xp_search_box .vertical .btn-er .fa-chevron-down,
.nature .xp_search_box .vertical .instagram .instabutton div span .fa-chevron-down,
.instagram .instabutton div .nature .xp_search_box .vertical span .fa-chevron-down {
  float: right;
  line-height: 4rem;
}

.nature .operatori_search_box button span {
  color: white;
}

.nature .operatori_search_box .city {
  color: white;
}

.nature .operatori_search_box .horizontal {
  padding: 1rem;
  background-color: #58b366;
  background-image: linear-gradient(-180deg, #56b264 0%, #58b366 48%, #56b264 80%);
  font-size: 1.6rem;
}

.nature .operatori_search_box .horizontal.collapsed {
  border-radius: 2px;
  box-shadow: -1px 0 3px 0 rgba(0, 0, 0, 0.25);
}

.nature .operatori_search_box .horizontal .fa,
.nature .operatori_search_box .horizontal .search .searchearchbox.vertical .bootstrap-select button:after,
.search .searchearchbox.vertical .bootstrap-select .nature .operatori_search_box .horizontal button:after,
.nature .operatori_search_box .search .searchearchbox.horizontal .control .bootstrap-select button:after,
.search .nature .operatori_search_box .searchearchbox.horizontal .control .bootstrap-select button:after,
.nature .operatori_search_box .horizontal .downloads .downloadsearchbox.vertical .bootstrap-select button:after,
.downloads .downloadsearchbox.vertical .bootstrap-select .nature .operatori_search_box .horizontal button:after,
.nature .operatori_search_box .downloads .downloadsearchbox.horizontal .control .bootstrap-select button:after,
.downloads .nature .operatori_search_box .downloadsearchbox.horizontal .control .bootstrap-select button:after,
.nature .operatori_search_box .horizontal .localita #searchbox-app .bootstrap-select button:after,
.localita #searchbox-app .bootstrap-select .nature .operatori_search_box .horizontal button:after,
.nature .operatori_search_box .horizontal .itinerari .searchbox .control .bootstrap-select button:after,
.itinerari .searchbox .control .bootstrap-select .nature .operatori_search_box .horizontal button:after,
.nature .operatori_search_box .itinerari .searchbox.horizontal .control .bootstrap-select button:after,
.itinerari .nature .operatori_search_box .searchbox.horizontal .control .bootstrap-select button:after,
.nature .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .nature .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.nature .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .nature .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.nature .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .nature .operatori_search_box .horizontal .control .bootstrap-select button:after,
.nature .operatori_search_box .horizontal .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .vertical .bootstrap-select .nature .operatori_search_box .horizontal button:after,
.nature .operatori_search_box .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .nature .operatori_search_box .horizontal .control .bootstrap-select button:after,
.nature .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .nature .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.nature .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .nature .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.nature .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .nature .operatori_search_box .horizontal .control .bootstrap-select button:after,
.nature .operatori_search_box .horizontal .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .vertical .bootstrap-select .nature .operatori_search_box .horizontal button:after,
.nature .operatori_search_box .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .nature .operatori_search_box .horizontal .control .bootstrap-select button:after,
.nature .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .nature .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.nature .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .nature .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.nature .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .nature .operatori_search_box .horizontal .control .bootstrap-select button:after,
.nature .operatori_search_box .horizontal .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .vertical .bootstrap-select .nature .operatori_search_box .horizontal button:after,
.nature .operatori_search_box .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .nature .operatori_search_box .horizontal .control .bootstrap-select button:after,
.nature .romagna-craft .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna-craft .nature .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.nature .romagna-craft .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna-craft .nature .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.nature .romagna-craft .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna-craft .nature .operatori_search_box .horizontal .control .bootstrap-select button:after,
.nature .operatori_search_box .horizontal .romagna-craft .xp_search_box .vertical .bootstrap-select button:after,
.romagna-craft .xp_search_box .vertical .bootstrap-select .nature .operatori_search_box .horizontal button:after,
.nature .operatori_search_box .romagna-craft .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna-craft .xp_search_box .nature .operatori_search_box .horizontal .control .bootstrap-select button:after,
.nature .spass .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.spass .nature .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.nature .spass .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.spass .nature .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.nature .spass .operatori_search_box .horizontal .control .bootstrap-select button:after,
.spass .nature .operatori_search_box .horizontal .control .bootstrap-select button:after,
.nature .operatori_search_box .horizontal .spass .xp_search_box .vertical .bootstrap-select button:after,
.spass .xp_search_box .vertical .bootstrap-select .nature .operatori_search_box .horizontal button:after,
.nature .operatori_search_box .spass .xp_search_box .horizontal .control .bootstrap-select button:after,
.spass .xp_search_box .nature .operatori_search_box .horizontal .control .bootstrap-select button:after,
.nature .natur .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.natur .nature .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.nature .natur .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.natur .nature .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.nature .natur .operatori_search_box .horizontal .control .bootstrap-select button:after,
.natur .nature .operatori_search_box .horizontal .control .bootstrap-select button:after,
.nature .operatori_search_box .horizontal .natur .xp_search_box .vertical .bootstrap-select button:after,
.natur .xp_search_box .vertical .bootstrap-select .nature .operatori_search_box .horizontal button:after,
.nature .operatori_search_box .natur .xp_search_box .horizontal .control .bootstrap-select button:after,
.natur .xp_search_box .nature .operatori_search_box .horizontal .control .bootstrap-select button:after,
.nature .kultur .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.kultur .nature .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.nature .kultur .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.kultur .nature .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.nature .kultur .operatori_search_box .horizontal .control .bootstrap-select button:after,
.kultur .nature .operatori_search_box .horizontal .control .bootstrap-select button:after,
.nature .operatori_search_box .horizontal .kultur .xp_search_box .vertical .bootstrap-select button:after,
.kultur .xp_search_box .vertical .bootstrap-select .nature .operatori_search_box .horizontal button:after,
.nature .operatori_search_box .kultur .xp_search_box .horizontal .control .bootstrap-select button:after,
.kultur .xp_search_box .nature .operatori_search_box .horizontal .control .bootstrap-select button:after,
.nature .pet .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.pet .nature .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.nature .pet .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.pet .nature .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.nature .pet .operatori_search_box .horizontal .control .bootstrap-select button:after,
.pet .nature .operatori_search_box .horizontal .control .bootstrap-select button:after,
.nature .operatori_search_box .horizontal .pet .xp_search_box .vertical .bootstrap-select button:after,
.pet .xp_search_box .vertical .bootstrap-select .nature .operatori_search_box .horizontal button:after,
.nature .operatori_search_box .pet .xp_search_box .horizontal .control .bootstrap-select button:after,
.pet .xp_search_box .nature .operatori_search_box .horizontal .control .bootstrap-select button:after,
.nature .default .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.default .nature .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.nature .default .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.default .nature .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.nature .default .operatori_search_box .horizontal .control .bootstrap-select button:after,
.default .nature .operatori_search_box .horizontal .control .bootstrap-select button:after,
.nature .operatori_search_box .horizontal .default .xp_search_box .vertical .bootstrap-select button:after,
.default .xp_search_box .vertical .bootstrap-select .nature .operatori_search_box .horizontal button:after,
.nature .operatori_search_box .default .xp_search_box .horizontal .control .bootstrap-select button:after,
.default .xp_search_box .nature .operatori_search_box .horizontal .control .bootstrap-select button:after,
.nature .liscio .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.liscio .nature .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.nature .liscio .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.liscio .nature .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.nature .liscio .operatori_search_box .horizontal .control .bootstrap-select button:after,
.liscio .nature .operatori_search_box .horizontal .control .bootstrap-select button:after,
.nature .operatori_search_box .horizontal .liscio .xp_search_box .vertical .bootstrap-select button:after,
.liscio .xp_search_box .vertical .bootstrap-select .nature .operatori_search_box .horizontal button:after,
.nature .operatori_search_box .liscio .xp_search_box .horizontal .control .bootstrap-select button:after,
.liscio .xp_search_box .nature .operatori_search_box .horizontal .control .bootstrap-select button:after,
.nature .romagna .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna .nature .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.nature .romagna .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna .nature .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.nature .romagna .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna .nature .operatori_search_box .horizontal .control .bootstrap-select button:after,
.nature .operatori_search_box .horizontal .romagna .xp_search_box .vertical .bootstrap-select button:after,
.romagna .xp_search_box .vertical .bootstrap-select .nature .operatori_search_box .horizontal button:after,
.nature .operatori_search_box .romagna .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna .xp_search_box .nature .operatori_search_box .horizontal .control .bootstrap-select button:after,
.nature .motorcycle .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.motorcycle .nature .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.nature .motorcycle .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.motorcycle .nature .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.nature .motorcycle .operatori_search_box .horizontal .control .bootstrap-select button:after,
.motorcycle .nature .operatori_search_box .horizontal .control .bootstrap-select button:after,
.nature .operatori_search_box .horizontal .motorcycle .xp_search_box .vertical .bootstrap-select button:after,
.motorcycle .xp_search_box .vertical .bootstrap-select .nature .operatori_search_box .horizontal button:after,
.nature .operatori_search_box .motorcycle .xp_search_box .horizontal .control .bootstrap-select button:after,
.motorcycle .xp_search_box .nature .operatori_search_box .horizontal .control .bootstrap-select button:after,
.nature .sport .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.sport .nature .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.nature .sport .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.sport .nature .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.nature .sport .operatori_search_box .horizontal .control .bootstrap-select button:after,
.sport .nature .operatori_search_box .horizontal .control .bootstrap-select button:after,
.nature .operatori_search_box .horizontal .sport .xp_search_box .vertical .bootstrap-select button:after,
.sport .xp_search_box .vertical .bootstrap-select .nature .operatori_search_box .horizontal button:after,
.nature .operatori_search_box .sport .xp_search_box .horizontal .control .bootstrap-select button:after,
.sport .xp_search_box .nature .operatori_search_box .horizontal .control .bootstrap-select button:after,
.nature .fun .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.fun .nature .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.nature .fun .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.fun .nature .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.nature .fun .operatori_search_box .horizontal .control .bootstrap-select button:after,
.fun .nature .operatori_search_box .horizontal .control .bootstrap-select button:after,
.nature .operatori_search_box .horizontal .fun .xp_search_box .vertical .bootstrap-select button:after,
.fun .xp_search_box .vertical .bootstrap-select .nature .operatori_search_box .horizontal button:after,
.nature .operatori_search_box .fun .xp_search_box .horizontal .control .bootstrap-select button:after,
.fun .xp_search_box .nature .operatori_search_box .horizontal .control .bootstrap-select button:after,
.nature .wellness .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.wellness .nature .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.nature .wellness .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.wellness .nature .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.nature .wellness .operatori_search_box .horizontal .control .bootstrap-select button:after,
.wellness .nature .operatori_search_box .horizontal .control .bootstrap-select button:after,
.nature .operatori_search_box .horizontal .wellness .xp_search_box .vertical .bootstrap-select button:after,
.wellness .xp_search_box .vertical .bootstrap-select .nature .operatori_search_box .horizontal button:after,
.nature .operatori_search_box .wellness .xp_search_box .horizontal .control .bootstrap-select button:after,
.wellness .xp_search_box .nature .operatori_search_box .horizontal .control .bootstrap-select button:after,
.nature .empire .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.empire .nature .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.nature .empire .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.empire .nature .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.nature .empire .operatori_search_box .horizontal .control .bootstrap-select button:after,
.empire .nature .operatori_search_box .horizontal .control .bootstrap-select button:after,
.nature .operatori_search_box .horizontal .empire .xp_search_box .vertical .bootstrap-select button:after,
.empire .xp_search_box .vertical .bootstrap-select .nature .operatori_search_box .horizontal button:after,
.nature .operatori_search_box .empire .xp_search_box .horizontal .control .bootstrap-select button:after,
.empire .xp_search_box .nature .operatori_search_box .horizontal .control .bootstrap-select button:after,
.nature .bike .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.bike .nature .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.nature .bike .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.bike .nature .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.nature .bike .operatori_search_box .horizontal .control .bootstrap-select button:after,
.bike .nature .operatori_search_box .horizontal .control .bootstrap-select button:after,
.nature .operatori_search_box .horizontal .bike .xp_search_box .vertical .bootstrap-select button:after,
.bike .xp_search_box .vertical .bootstrap-select .nature .operatori_search_box .horizontal button:after,
.nature .operatori_search_box .bike .xp_search_box .horizontal .control .bootstrap-select button:after,
.bike .xp_search_box .nature .operatori_search_box .horizontal .control .bootstrap-select button:after,
.nature .castle .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.castle .nature .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.nature .castle .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.castle .nature .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.nature .castle .operatori_search_box .horizontal .control .bootstrap-select button:after,
.castle .nature .operatori_search_box .horizontal .control .bootstrap-select button:after,
.nature .operatori_search_box .horizontal .castle .xp_search_box .vertical .bootstrap-select button:after,
.castle .xp_search_box .vertical .bootstrap-select .nature .operatori_search_box .horizontal button:after,
.nature .operatori_search_box .castle .xp_search_box .horizontal .control .bootstrap-select button:after,
.castle .xp_search_box .nature .operatori_search_box .horizontal .control .bootstrap-select button:after,
.nature .culture .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.culture .nature .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.nature .culture .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.culture .nature .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.nature .culture .operatori_search_box .horizontal .control .bootstrap-select button:after,
.culture .nature .operatori_search_box .horizontal .control .bootstrap-select button:after,
.nature .operatori_search_box .horizontal .culture .xp_search_box .vertical .bootstrap-select button:after,
.culture .xp_search_box .vertical .bootstrap-select .nature .operatori_search_box .horizontal button:after,
.nature .operatori_search_box .culture .xp_search_box .horizontal .control .bootstrap-select button:after,
.culture .xp_search_box .nature .operatori_search_box .horizontal .control .bootstrap-select button:after,
.nature .romagna_autentica .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna_autentica .nature .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.nature .romagna_autentica .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna_autentica .nature .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.nature .romagna_autentica .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna_autentica .nature .operatori_search_box .horizontal .control .bootstrap-select button:after,
.nature .operatori_search_box .horizontal .romagna_autentica .xp_search_box .vertical .bootstrap-select button:after,
.romagna_autentica .xp_search_box .vertical .bootstrap-select .nature .operatori_search_box .horizontal button:after,
.nature .operatori_search_box .romagna_autentica .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna_autentica .xp_search_box .nature .operatori_search_box .horizontal .control .bootstrap-select button:after,
.nature .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.nature .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.nature .operatori_search_box .horizontal .control .bootstrap-select button:after,
.nature .operatori_search_box .events-homepage .header .eventsearchbox.horizontal .control .bootstrap-select button:after,
.events-homepage .header .nature .operatori_search_box .eventsearchbox.horizontal .control .bootstrap-select button:after,
.nature .operatori_search_box .horizontal .events-homepage .header .eventsearchbox.vertical .bootstrap-select button:after,
.events-homepage .header .eventsearchbox.vertical .bootstrap-select .nature .operatori_search_box .horizontal button:after,
.nature .operatori_search_box .events-page .header .eventsearchbox.horizontal .control .bootstrap-select button:after,
.events-page .header .nature .operatori_search_box .eventsearchbox.horizontal .control .bootstrap-select button:after,
.nature .operatori_search_box .horizontal .events-page .header .eventsearchbox.vertical .bootstrap-select button:after,
.events-page .header .eventsearchbox.vertical .bootstrap-select .nature .operatori_search_box .horizontal button:after,
.nature .operatori_search_box .scopri .xp_search_box .horizontal .control .bootstrap-select button:after,
.scopri .xp_search_box .nature .operatori_search_box .horizontal .control .bootstrap-select button:after,
.nature .operatori_search_box .horizontal .scopri .xp_search_box .vertical .bootstrap-select button:after,
.scopri .xp_search_box .vertical .bootstrap-select .nature .operatori_search_box .horizontal button:after,
.nature .scopri .operatori_search_box .horizontal .control .bootstrap-select button:after,
.scopri .nature .operatori_search_box .horizontal .control .bootstrap-select button:after,
.nature .scopri .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.scopri .nature .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.nature .scopri .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.scopri .nature .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.nature .operatori_search_box .idee .xp_search_box .horizontal .control .bootstrap-select button:after,
.idee .xp_search_box .nature .operatori_search_box .horizontal .control .bootstrap-select button:after,
.nature .operatori_search_box .horizontal .idee .xp_search_box .vertical .bootstrap-select button:after,
.idee .xp_search_box .vertical .bootstrap-select .nature .operatori_search_box .horizontal button:after,
.nature .idee .operatori_search_box .horizontal .control .bootstrap-select button:after,
.idee .nature .operatori_search_box .horizontal .control .bootstrap-select button:after,
.nature .idee .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.idee .nature .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.nature .idee .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.idee .nature .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.nature .operatori_search_box .eventi .xp_search_box .horizontal .control .bootstrap-select button:after,
.eventi .xp_search_box .nature .operatori_search_box .horizontal .control .bootstrap-select button:after,
.nature .operatori_search_box .horizontal .eventi .xp_search_box .vertical .bootstrap-select button:after,
.eventi .xp_search_box .vertical .bootstrap-select .nature .operatori_search_box .horizontal button:after,
.nature .eventi .operatori_search_box .horizontal .control .bootstrap-select button:after,
.eventi .nature .operatori_search_box .horizontal .control .bootstrap-select button:after,
.nature .eventi .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.eventi .nature .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.nature .eventi .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.eventi .nature .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.nature .operatori_search_box .pianifica .xp_search_box .horizontal .control .bootstrap-select button:after,
.pianifica .xp_search_box .nature .operatori_search_box .horizontal .control .bootstrap-select button:after,
.nature .operatori_search_box .horizontal .pianifica .xp_search_box .vertical .bootstrap-select button:after,
.pianifica .xp_search_box .vertical .bootstrap-select .nature .operatori_search_box .horizontal button:after,
.nature .pianifica .operatori_search_box .horizontal .control .bootstrap-select button:after,
.pianifica .nature .operatori_search_box .horizontal .control .bootstrap-select button:after,
.nature .pianifica .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.pianifica .nature .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.nature .pianifica .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.pianifica .nature .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.nature .operatori_search_box .esperienze .xp_search_box .horizontal .control .bootstrap-select button:after,
.esperienze .xp_search_box .nature .operatori_search_box .horizontal .control .bootstrap-select button:after,
.nature .operatori_search_box .horizontal .esperienze .xp_search_box .vertical .bootstrap-select button:after,
.esperienze .xp_search_box .vertical .bootstrap-select .nature .operatori_search_box .horizontal button:after,
.nature .esperienze .operatori_search_box .horizontal .control .bootstrap-select button:after,
.esperienze .nature .operatori_search_box .horizontal .control .bootstrap-select button:after,
.nature .esperienze .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.esperienze .nature .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.nature .esperienze .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.esperienze .nature .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.nature .operatori_search_box .news .xp_search_box .horizontal .control .bootstrap-select button:after,
.news .xp_search_box .nature .operatori_search_box .horizontal .control .bootstrap-select button:after,
.nature .operatori_search_box .horizontal .news .xp_search_box .vertical .bootstrap-select button:after,
.news .xp_search_box .vertical .bootstrap-select .nature .operatori_search_box .horizontal button:after,
.nature .news .operatori_search_box .horizontal .control .bootstrap-select button:after,
.news .nature .operatori_search_box .horizontal .control .bootstrap-select button:after,
.nature .news .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.news .nature .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.nature .news .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.news .nature .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.nature .operatori_search_box .iat .xp_search_box .horizontal .control .bootstrap-select button:after,
.iat .xp_search_box .nature .operatori_search_box .horizontal .control .bootstrap-select button:after,
.nature .operatori_search_box .horizontal .iat .xp_search_box .vertical .bootstrap-select button:after,
.iat .xp_search_box .vertical .bootstrap-select .nature .operatori_search_box .horizontal button:after,
.nature .iat .operatori_search_box .horizontal .control .bootstrap-select button:after,
.iat .nature .operatori_search_box .horizontal .control .bootstrap-select button:after,
.nature .iat .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.iat .nature .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.nature .iat .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.iat .nature .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.nature .operatori_search_box .meteo .xp_search_box .horizontal .control .bootstrap-select button:after,
.meteo .xp_search_box .nature .operatori_search_box .horizontal .control .bootstrap-select button:after,
.nature .operatori_search_box .horizontal .meteo .xp_search_box .vertical .bootstrap-select button:after,
.meteo .xp_search_box .vertical .bootstrap-select .nature .operatori_search_box .horizontal button:after,
.nature .meteo .operatori_search_box .horizontal .control .bootstrap-select button:after,
.meteo .nature .operatori_search_box .horizontal .control .bootstrap-select button:after,
.nature .meteo .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.meteo .nature .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.nature .meteo .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.meteo .nature .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.nature .operatori_search_box .odm .xp_search_box .horizontal .control .bootstrap-select button:after,
.odm .xp_search_box .nature .operatori_search_box .horizontal .control .bootstrap-select button:after,
.nature .operatori_search_box .horizontal .odm .xp_search_box .vertical .bootstrap-select button:after,
.odm .xp_search_box .vertical .bootstrap-select .nature .operatori_search_box .horizontal button:after,
.nature .odm .operatori_search_box .horizontal .control .bootstrap-select button:after,
.odm .nature .operatori_search_box .horizontal .control .bootstrap-select button:after,
.nature .odm .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.odm .nature .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.nature .odm .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.odm .nature .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.nature .operatori_search_box .booking .xp_search_box .horizontal .control .bootstrap-select button:after,
.booking .xp_search_box .nature .operatori_search_box .horizontal .control .bootstrap-select button:after,
.nature .operatori_search_box .horizontal .booking .xp_search_box .vertical .bootstrap-select button:after,
.booking .xp_search_box .vertical .bootstrap-select .nature .operatori_search_box .horizontal button:after,
.nature .booking .operatori_search_box .horizontal .control .bootstrap-select button:after,
.booking .nature .operatori_search_box .horizontal .control .bootstrap-select button:after,
.nature .booking .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.booking .nature .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.nature .booking .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.booking .nature .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.nature .operatori_search_box .rock .xp_search_box .horizontal .control .bootstrap-select button:after,
.rock .xp_search_box .nature .operatori_search_box .horizontal .control .bootstrap-select button:after,
.nature .operatori_search_box .horizontal .rock .xp_search_box .vertical .bootstrap-select button:after,
.rock .xp_search_box .vertical .bootstrap-select .nature .operatori_search_box .horizontal button:after,
.nature .rock .operatori_search_box .horizontal .control .bootstrap-select button:after,
.rock .nature .operatori_search_box .horizontal .control .bootstrap-select button:after,
.nature .rock .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.rock .nature .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.nature .rock .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.rock .nature .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.nature .operatori_search_box .beach .xp_search_box .horizontal .control .bootstrap-select button:after,
.beach .xp_search_box .nature .operatori_search_box .horizontal .control .bootstrap-select button:after,
.nature .operatori_search_box .horizontal .beach .xp_search_box .vertical .bootstrap-select button:after,
.beach .xp_search_box .vertical .bootstrap-select .nature .operatori_search_box .horizontal button:after,
.nature .beach .operatori_search_box .horizontal .control .bootstrap-select button:after,
.beach .nature .operatori_search_box .horizontal .control .bootstrap-select button:after,
.nature .beach .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.beach .nature .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.nature .beach .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.beach .nature .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.nature .operatori_search_box .food .xp_search_box .horizontal .control .bootstrap-select button:after,
.food .xp_search_box .nature .operatori_search_box .horizontal .control .bootstrap-select button:after,
.nature .operatori_search_box .horizontal .food .xp_search_box .vertical .bootstrap-select button:after,
.food .xp_search_box .vertical .bootstrap-select .nature .operatori_search_box .horizontal button:after,
.nature .food .operatori_search_box .horizontal .control .bootstrap-select button:after,
.food .nature .operatori_search_box .horizontal .control .bootstrap-select button:after,
.nature .food .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.food .nature .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.nature .food .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.food .nature .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.nature .operatori_search_box .xp_search_box .horizontal .control .bootstrap-select button:after,
.nature .xp_search_box .operatori_search_box .horizontal .control .bootstrap-select button:after,
.nature .operatori_search_box .horizontal .xp_search_box .vertical .bootstrap-select button:after,
.nature .xp_search_box .vertical .bootstrap-select .operatori_search_box .horizontal button:after {
  line-height: 2.2rem;
}

.nature .operatori_search_box .horizontal button.collapsible {
  border: none;
  background-color: transparent;
  display: block;
  width: 100%;
  font-size: 1.6rem;
  color: #ffffff;
  letter-spacing: -0.41px;
  text-align: left;
  text-transform: uppercase;
}

.nature .operatori_search_box .horizontal .control {
  padding: 0.5rem 1rem;
  height: 5rem;
  background-color: white;
  margin: 0.5rem;
}

.nature .operatori_search_box .horizontal .control.btn-holder {
  min-width: 2rem;
  width: auto;
  padding: 0px;
}

.nature .operatori_search_box .horizontal .control.btn-holder button {
  width: 100%;
  border: none;
  background-color: #449450;
  height: 100%;
  font-size: 1.6rem;
  color: #ffffff;
  letter-spacing: -0.41px;
  text-align: center;
  text-transform: uppercase;
  display: block;
  padding: 0px;
}

.nature .operatori_search_box .horizontal .control .ert-dropdown {
  width: 100%;
}

.nature .operatori_search_box .horizontal .control .ert-dropdown * {
  cursor: pointer;
}

.nature .operatori_search_box .horizontal .control .ert-dropdown .ert-combo {
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
  display: block;
  text-align: left;
}

.nature .operatori_search_box .horizontal .control .ert-dropdown .ert-combo::after {
  border: none;
}

.nature .operatori_search_box .horizontal .control .ert-dropdown .ert-combo i {
  transition: 500ms ease;
  transform: rotate(0);
  position: absolute;
  top: 2.25rem;
  right: 15px;
}

.nature .operatori_search_box .horizontal .control .ert-dropdown .ert-combo .button {
  padding: 0px;
}

.nature .operatori_search_box .horizontal .control .ert-dropdown.show .ert-combo i {
  transform: rotate(180deg);
}

.nature .operatori_search_box .horizontal .control .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: auto;
}

.nature .operatori_search_box .horizontal .control .bootstrap-select {
  margin-top: -1px;
}

.nature .operatori_search_box .horizontal .control .bootstrap-select *:focus {
  box-shadow: none important;
}

.nature .operatori_search_box .horizontal .control .bootstrap-select button {
  padding: 0px;
  font-size: 1.5rem;
  background: #ffffff;
  color: #848484;
  letter-spacing: 0.3px;
  border: none;
  border-radius: 0;
}

.nature .operatori_search_box .horizontal .control .bootstrap-select button:after {
  content: "\F078";
  border: none;
}

.nature .operatori_search_box .horizontal .control .bootstrap-select .dropdown-menu {
  width: 100% !important;
  border: none;
  border-radius: 0;
  box-shadow: 0px 2px 2px 0px #a9a9a970;
  border-top: 1px solid #a9a9a970;
}

.nature .operatori_search_box .horizontal .control .bootstrap-select .dropdown-menu.inner.show {
  border-top: none;
}

.nature .operatori_search_box .horizontal .control .bootstrap-select .dropdown-menu .dropdown-item {
  font-size: 1.5rem;
  line-height: 4rem;
}

.nature .operatori_search_box .horizontal .control .bootstrap-select .dropdown-menu .dropdown-item:active,
.nature .operatori_search_box .horizontal .control .bootstrap-select .dropdown-menu .dropdown-item.active {
  background-color: #58b366;
}

.nature .operatori_search_box .horizontal .control label {
  background: #ffffff;
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
  line-height: 2.4rem;
  margin-bottom: 0px;
  margin-right: 0.5rem;
}

@media (max-width: 768px) {
  .nature .operatori_search_box .horizontal .control label {
    min-width: 6.2rem;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .nature .operatori_search_box .horizontal .control label {
    display: none;
  }
}

.nature .operatori_search_box .horizontal .control .flatpickr-mobile.form-control {
  padding: 1px 0;
}

.nature .operatori_search_box .horizontal .control input[type=text],
.nature .operatori_search_box .horizontal .control input[type=date] {
  border: none;
  font-size: 1.5rem;
  border-radius: 0;
  background-color: white;
  border-bottom: 1px solid #495057;
  min-width: 0;
  height: auto;
}

.nature .operatori_search_box .horizontal .control input[type=text]:focus,
.nature .operatori_search_box .horizontal .control input[type=date]:focus {
  box-shadow: none;
}

.nature .operatori_search_box .vertical {
  max-width: 30rem;
  z-index: 10;
  position: relative;
  height: 4.4rem;
  margin: 0 auto;
}

.nature .operatori_search_box .vertical button.collapsible {
  border: none;
  background-color: transparent;
  display: block;
  position: absolute;
  width: 100%;
}

.nature .operatori_search_box .vertical .dropbutton {
  display: none;
}

.nature .operatori_search_box .vertical .dropbutton.collapsed {
  display: block;
}

.nature .operatori_search_box .vertical #collapse-events {
  padding: 1.8rem;
  background-color: #58b366;
  background-image: linear-gradient(-180deg, #56b264 0%, #58b366 48%, #56b264 80%);
  font-size: 1.6rem;
}

.nature .operatori_search_box .vertical .fa-chevron-up {
  text-align: right;
  line-height: 4rem;
  color: white;
  margin-bottom: 1.8rem;
}

.nature .operatori_search_box .vertical .form-group {
  background: #ffffff;
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
}

.nature .operatori_search_box .vertical .form-group .col-form-label {
  line-height: 5rem;
}

.nature .operatori_search_box .vertical .ert-text {
  border: none;
  font-size: 1.5rem;
  height: 60px;
  border-radius: 0;
  background-color: white;
}

.nature .operatori_search_box .vertical .ert-text.line {
  border-bottom: 1px solid #495057;
  height: auto;
  margin-top: 14px;
}

.nature .operatori_search_box .vertical .ert-text:focus {
  box-shadow: none;
}

.nature .operatori_search_box .vertical button.search {
  border: none;
  position: absolute;
  bottom: -10rem;
  left: 5%;
  right: 5%;
  width: 90%;
  line-height: 4.4rem;
}

.nature .operatori_search_box .vertical .datepicker-holder {
  padding-right: 0px;
}

.nature .operatori_search_box .vertical .datepicker-holder * {
  cursor: pointer;
}

.nature .operatori_search_box .vertical .datepicker-holder input[type=date]::-webkit-calendar-picker-indicator {
  width: 1.2rem;
  height: 0.7rem;
  -webkit-mask: url(/images/caret.svg);
          mask: url(/images/caret.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  -webkit-transition: 500ms ease;
  transition: 500ms ease;
  background-color: #686868;
}

.nature .operatori_search_box .vertical .datepicker-holder .flatpickr-calendar.static {
  margin-left: -193px;
  margin-top: -184px;
  left: 50%;
  top: 50%;
}

.nature .operatori_search_box .vertical .datepicker-holder .flatpickr-calendar.static.arrowBottom:after {
  display: none;
}

.nature .operatori_search_box .vertical .datepicker-holder .flatpickr-calendar.static.arrowBottom:before {
  display: none;
}

.nature .operatori_search_box .vertical .datepicker-holder .flatpickr-months .flatpickr-month {
  height: 32px;
}

.nature .operatori_search_box .vertical .ert-dropdown * {
  cursor: pointer;
}

.nature .operatori_search_box .vertical .ert-dropdown .ert-combo {
  background: #ffffff;
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
  line-height: 5rem;
  display: block;
  width: 100%;
  height: 60px;
  text-align: left;
}

.nature .operatori_search_box .vertical .ert-dropdown .ert-combo::after {
  border: none;
}

.nature .operatori_search_box .vertical .ert-dropdown .ert-combo i {
  transition: 500ms ease;
  transform: rotate(0);
  position: absolute;
  top: 2.25rem;
  right: 15px;
}

.nature .operatori_search_box .vertical .ert-dropdown .ert-combo .button {
  padding: 0px;
}

.nature .operatori_search_box .vertical .ert-dropdown .dropdown-menu {
  width: 100% !important;
  border: none;
  border-radius: 0;
  box-shadow: 0px 2px 2px 0px #a9a9a970;
  border-top: 1px solid #a9a9a970;
}

.nature .operatori_search_box .vertical .ert-dropdown .dropdown-menu .dropdown-item {
  font-size: 1.5rem;
  line-height: 4rem;
}

.nature .operatori_search_box .vertical .ert-dropdown .dropdown-menu .dropdown-item:active {
  background-color: #58b366;
}

.nature .operatori_search_box .vertical .ert-dropdown.show .ert-combo i {
  transform: rotate(180deg);
}

.nature .operatori_search_box .vertical .bootstrap-select *:focus {
  box-shadow: none important;
}

.nature .operatori_search_box .vertical .bootstrap-select button {
  font-size: 1.5rem;
  color: #848484;
  letter-spacing: 0.3px;
  border: none;
  font-size: 1.5rem;
  height: 60px;
  border-radius: 0;
  background-color: white;
}

.nature .operatori_search_box .vertical .bootstrap-select button:after {
  content: "\F078";
  border: none;
}

.nature .operatori_search_box .vertical .bootstrap-select .dropdown-menu {
  width: 100% !important;
  border: none;
  border-radius: 0;
  box-shadow: 0px 2px 2px 0px #a9a9a970;
  border-top: 1px solid #a9a9a970;
}

.nature .operatori_search_box .vertical .bootstrap-select .dropdown-menu .dropdown-item {
  font-size: 1.5rem;
  line-height: 4rem;
}

.nature .operatori_search_box .vertical .bootstrap-select .dropdown-menu .dropdown-item:active,
.nature .operatori_search_box .vertical .bootstrap-select .dropdown-menu .dropdown-item.active {
  background-color: #58b366;
}

.nature .operatori_search_box .vertical .btn-er,
.nature .operatori_search_box .vertical .instagram .instabutton div span,
.instagram .instabutton div .nature .operatori_search_box .vertical span {
  margin-top: 18px;
}

.nature .operatori_search_box .vertical .btn-er .fa-chevron-down,
.nature .operatori_search_box .vertical .instagram .instabutton div span .fa-chevron-down,
.instagram .instabutton div .nature .operatori_search_box .vertical span .fa-chevron-down {
  float: right;
  line-height: 4rem;
}

.nature .home-boxes {
  background-color: #58b366;
}

.nature .content-box a {
  font-weight: bold;
  color: #58b366;
}

.nature .content-box a strong {
  color: #58b366;
}

.nature .content-box .btn-er,
.nature .content-box .instagram .instabutton div span,
.instagram .instabutton div .nature .content-box span {
  background-color: #58b366;
  color: white;
}

.nature .content-box h3.with-line {
  font-size: 1.8rem;
  color: #030303;
  letter-spacing: -0.43px;
  text-transform: uppercase;
  margin-bottom: 2.1rem;
}

.nature .content-box h3.with-line::before {
  content: "";
  display: block;
  height: 3px;
  background: #0e797b;
  width: 100%;
  max-width: 32rem;
  margin-left: 0;
  margin-right: 0;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.nature *:focus {
  outline: 1px solid #58b366;
  outline-offset: -1px;
}

.nature .bootstrap-select .dropdown-toggle:focus {
  outline: 1px solid #58b366;
  outline-offset: -1px;
}

.nature a:hover {
  outline: 1px solid #7bc386;
}

.nature a:active {
  outline: 1px solid #58b366;
}

.nature .events-list {
  font-size: 1.4rem;
}

.nature .section-list {
  display: block;
  text-align: right;
}

.nature .section-list a {
  font-size: 2rem;
  color: #58b366;
}

.nature .events-list dt,
.nature .section-list dt,
.nature .iat-list dt {
  text-transform: uppercase;
  font-size: 1.5rem;
  line-height: 1.5;
  color: #111;
  letter-spacing: -0.38px;
  font-weight: 600;
  margin-top: 1.4rem;
}

.nature .events-list dd,
.nature .section-list dd,
.nature .iat-list dd {
  font-size: 1.6rem;
  margin-bottom: 0.6rem;
  line-height: 1.5;
  color: #030303;
}

.nature .events-list dd i,
.nature .section-list dd i,
.nature .iat-list dd i {
  margin-right: 0.6rem;
}

.nature .events-list ul,
.nature .section-list ul,
.nature .iat-list ul {
  list-style: none;
  padding-inline-start: 0;
}

.nature .events-list ul li,
.nature .section-list ul li,
.nature .iat-list ul li {
  font-size: 1.5rem;
  color: #030303;
  margin-top: 0.6rem;
  line-height: 1.5;
}

.nature .events-list ul.tappe-list,
.nature .section-list ul.tappe-list,
.nature .iat-list ul.tappe-list {
  list-style: none;
  padding-inline-start: 0;
}

.nature .events-list ul.tappe-list li,
.nature .section-list ul.tappe-list li,
.nature .iat-list ul.tappe-list li {
  font-size: 1.6rem;
  line-height: 1.5;
  color: #030303;
}

.nature .tickets-list {
  display: flex;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #111;
  letter-spacing: -0.38px;
  font-weight: 600;
  margin-top: 1.4rem;
}

.nature .tickets-list i {
  margin-top: 0.6rem;
}

.nature .tickets-list li {
  color: #030303;
  font-size: 1.6rem;
  margin-left: 1.2rem;
}

.nature .tickets-list li i {
  margin-right: 0.6rem;
}

.nature .address * {
  color: white;
}

.nature .top-title-box {
  padding: 0rem;
  text-align: center;
}

.nature .top-title-box.no-image {
  padding-top: 10rem;
}

.nature .top-title-box.no-image .er-logo-top {
  margin: 0 auto;
  display: block;
  margin-bottom: 10rem;
}

.nature .top-title-box h1 {
  font-size: 3rem;
  color: #58b366;
  letter-spacing: -1.01px;
  line-height: 4rem;
  margin: 2rem 0;
}

.nature .top-title-box h2 {
  font-size: 2rem;
  line-height: 1.5;
  color: #000;
  letter-spacing: -0.58px;
}

.nature .top-title-box .breadcrumb {
  opacity: 0.6;
  font-size: 1.5rem;
  letter-spacing: -0.38px;
  padding: 0;
  margin: 0;
  color: #58b366;
  background-color: #fff;
}

.nature .top-title-box .breadcrumb .breadcrumb-item::before,
.nature .top-title-box .breadcrumb a {
  color: #58b366;
}

@media (min-width: 992px) {
  .nature .top-title-box h1 {
    line-height: 7rem;
    font-size: 7rem;
    margin-top: 3rem;
  }

  .nature .top-title-box h2 {
    font-size: 2rem;
    line-height: 1.5rem;
  }

  .nature .top-title-box .breadcrumb {
    font-size: 1.9rem;
  }
}

.nature .image-box-with-border {
  margin: 2rem 0;
  border-top: 64px solid #58b366;
}

.nature .image-box-with-border img {
  -o-object-fit: cover;
     object-fit: cover;
}

.nature .top-image {
  transition: background-image 1s ease-in-out;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 20px;
}

.nature .top-image .logo {
  position: absolute;
  width: 30rem;
  bottom: 20px;
  left: 50%;
  margin-left: -15rem;
}

.nature .top-image.no-mask {
  height: 600px;
}

.nature .top-image .mask {
  z-index: 997;
  position: relative;
  width: 100%;
}

@media (min-width: 992px) {
  .nature .top-image:after {
    position: absolute;
    content: "";
    left: 0px;
    bottom: -20px;
    width: 100%;
    height: 20px;
    transform: rotate(-180deg);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(255, 255, 255, 0.12) 12%, #e6e6e6);
  }
}

.nature .info-box {
  position: relative;
  z-index: 0;
  border-right: 1px solid #e6e6e6;
  border-left: 7px solid #58b366;
  background-color: white;
  padding: 0.1rem 1.5rem;
}

.nature .info-box h3 {
  font-weight: bold;
  font-size: 1.9rem;
}

.nature .info-box .referente {
  font-size: 1.7rem;
  line-height: 1.8rem;
  color: #000;
  letter-spacing: -0.41px;
}

@media (min-width: 768px) {
  .nature .info-box {
    position: sticky;
    position: -webkit-sticky;
    top: 68px;
  }
}

.nature .info-box:after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: -8px;
  height: 8px;
  left: 0px;
  z-index: -1;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.01) 30%, rgba(0, 0, 0, 0.03) 50%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0.08) 90%, rgba(0, 0, 0, 0.09) 96%, rgba(0, 0, 0, 0.1) 100%);
}

.nature .info-box:after {
  width: calc(100% + 8px);
  left: -7px;
}

@media (max-width: 991.98px) {
  .nature .info-box {
    width: auto;
    max-width: 60%;
    min-width: 300px;
    margin: 20px auto;
    display: block;
  }
}

@media (min-width: 992px) {
  .nature .info-box {
    margin-top: 2.2rem;
  }
}

.nature .info-box li {
  padding: 1.1rem 0;
}

.nature .info-box li .icon {
  font-size: 2.8rem;
  line-height: 3.3rem;
  margin-right: 1rem;
  float: left;
}

.nature .info-box li .info .title {
  text-transform: uppercase;
  font-size: 1.2rem;
  line-height: 1.5rem;
  color: #787878;
  letter-spacing: -0.38px;
}

.nature .info-box li .info .value {
  font-size: 1.7rem;
  line-height: 1.8rem;
  color: #000000;
  letter-spacing: -0.41px;
  display: table;
}

.nature .info-box li .info .value a {
  word-break: break-all;
}

@media (max-width: 991.98px) {
  .nature .info-box li.bookmarks {
    display: none;
  }
}

.nature .info-box .title-index {
  text-transform: uppercase;
  font-size: 1.4rem;
  line-height: 3rem;
  letter-spacing: -0.38px;
}

.nature .info-box .bookmarks {
  display: inline-block;
}

.nature .info-box .bookmarks ul li {
  padding: 0.5rem 0;
  width: 100%;
}

.nature .info-box .bookmarks ul li a {
  font-size: 1.4rem;
  line-height: 1.5rem;
  color: #000000;
  letter-spacing: -0.41px;
}

.nature .info-box .bookmarks ul li a.active {
  text-decoration: underline;
}

.nature #bookmarks-index {
  margin-top: 8rem;
}

.nature #bookmarks-index .info {
  padding: 2.1rem;
}

.nature #bookmarks-index h4 {
  font-size: 1.8rem;
}

@media (min-width: 768px) {
  .nature #bookmarks-index {
    display: none;
  }
}

.nature blockquote:before {
  color: #5cb569;
}

.nature .btn-er,
.nature .instagram .instabutton div span,
.instagram .instabutton div .nature span,
.nature.btn {
  background: #58b366;
}

.nature hr {
  height: 3px;
  background: #58b366;
  width: 100%;
  max-width: 32rem;
  margin-left: 0;
  margin-right: 0;
  margin-top: 1rem;
  margin-bottom: 2rem;
}

.nature .section h2 {
  margin-top: 4.5rem;
  margin-bottom: 4.5rem;
  font-size: 4.42rem;
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.18;
  letter-spacing: -1.07px;
  text-align: center;
  color: black;
  /*text-decoration: underline;*/
}

.nature .section h2 a {
  color: black;
}

.nature .section h3 {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
  font-size: 3.42rem;
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.18;
  letter-spacing: -1.07px;
  text-align: center;
  color: black;
  text-transform: uppercase;
  /*text-decoration: underline;*/
}

.nature .section h3 a {
  color: black;
}

.nature .section .gallery {
  position: relative;
  padding-bottom: 33px;
}

.nature .section .gallery .swiper-button-next,
.nature .section .gallery .swiper-container-rtl .swiper-button-prev,
.nature .section .gallery .swiper-button-prev,
.nature .section .gallery .swiper-container-rtl .swiper-button-next {
  background-position: center;
  width: 7.2rem;
  bottom: 33px;
  height: auto;
  top: 0px;
  margin: 0px;
  left: auto;
}

.nature .section .gallery .swiper-button-next svg,
.nature .section .gallery .swiper-container-rtl .swiper-button-prev svg,
.nature .section .gallery .swiper-button-prev svg,
.nature .section .gallery .swiper-container-rtl .swiper-button-next svg {
  top: 50%;
  left: 2.1rem;
  position: absolute;
  width: 3rem;
  height: 3rem;
  margin-top: -1.5rem;
  filter: drop-shadow(0px 3px 3px black);
}

.nature .section .gallery .swiper-button-next,
.nature .section .gallery .swiper-button-prev,
.nature .section .gallery .swiper-container-rtl .swiper-button-prev,
.nature .section .gallery .swiper-container-rtl .swiper-button-next {
  fill: #fff;
}

.nature .section .gallery .swiper-button-next,
.nature .section .gallery .swiper-container-rtl .swiper-button-prev {
  right: 0px;
}

.nature .section .gallery .swiper-button-prev,
.nature .section .gallery .swiper-container-rtl .swiper-button-next {
  left: 0px;
}

.nature .section .gallery .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #58b366;
}

.nature .section .gallery .swiper-pagination-bullet {
  border: 1px solid #58b366;
}

.nature .section .gallery .swiper-pagination-bullets {
  bottom: 2px;
}

.nature .section .gallery .swiper-slide .carousel-content {
  background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.07) 8%, rgba(0, 0, 0, 0.45) 68%);
  position: absolute;
  left: 0rem;
  bottom: 0rem;
  right: 0rem;
  width: auto;
  padding: 10rem 2rem 2rem 2rem;
  font-size: 2.6rem;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.63px;
  text-align: center;
  color: #ffffff;
}

.nature .section .gallery .swiper-slide .carousel-content a {
  color: #ffffff !important;
}

.nature .section .card-carousel .nodefault.swiper-button-prev::after,
.nature .section .card-carousel .nodefault.swiper-button-prev::before,
.nature .section .card-carousel .nodefault.swiper-button-next::after,
.nature .section .card-carousel .nodefault.swiper-button-next::before {
  content: unset;
}

.nature .section .card-carousel .swiper-slide {
  height: auto;
  margin-bottom: 5rem;
}

.nature .section .card-carousel .swiper-slide .iv-wrapper,
.nature .section .card-carousel .swiper-slide a .iv-wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

.nature .section .card-carousel .swiper-slide .iv-wrapper > div,
.nature .section .card-carousel .swiper-slide a .iv-wrapper > div {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: start;
}

.nature .section .card-carousel .swiper-slide .iv-wrapper .image,
.nature .section .card-carousel .swiper-slide a .iv-wrapper .image {
  min-height: 23rem;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.nature .section .card-carousel .swiper-slide .iv-wrapper .content,
.nature .section .card-carousel .swiper-slide a .iv-wrapper .content {
  background: #ffffff;
  border: 0 solid #000000;
  position: relative;
  padding: 2rem 2.1rem 4rem;
  position: relative;
  z-index: 0;
}

.nature .section .card-carousel .swiper-slide .iv-wrapper .content:after,
.nature .section .card-carousel .swiper-slide a .iv-wrapper .content:after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: -4px;
  height: 4px;
  left: 0px;
  z-index: -1;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.01) 30%, rgba(0, 0, 0, 0.03) 50%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0.08) 90%, rgba(0, 0, 0, 0.09) 96%, rgba(0, 0, 0, 0.1) 100%);
}

.nature .section .card-carousel .swiper-slide .iv-wrapper .content h3,
.nature .section .card-carousel .swiper-slide a .iv-wrapper .content h3 {
  font-size: 2rem;
  color: #030303;
  letter-spacing: -0.48px;
  text-align: left;
}

.nature .section .card-carousel .swiper-slide .iv-wrapper .content p,
.nature .section .card-carousel .swiper-slide .iv-wrapper .content p a,
.nature .section .card-carousel .swiper-slide .iv-wrapper .content a p,
.nature .section .card-carousel .swiper-slide a .iv-wrapper .content p,
.nature .section .card-carousel .swiper-slide a .iv-wrapper .content p a,
.nature .section .card-carousel .swiper-slide a .iv-wrapper .content a p {
  font-size: 1.5rem;
  color: #030303;
  letter-spacing: -0.38px;
  margin-bottom: 0px;
}

.nature .section .card-carousel .swiper-slide .iv-wrapper .content p .readmore,
.nature .section .card-carousel .swiper-slide .iv-wrapper .content p a .readmore,
.nature .section .card-carousel .swiper-slide .iv-wrapper .content a p .readmore,
.nature .section .card-carousel .swiper-slide a .iv-wrapper .content p .readmore,
.nature .section .card-carousel .swiper-slide a .iv-wrapper .content p a .readmore,
.nature .section .card-carousel .swiper-slide a .iv-wrapper .content a p .readmore {
  font-style: italic;
  color: #449450;
  display: block;
  margin-top: 1rem;
}

.nature .section .card-carousel .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border: 1px solid #58b366;
  background: none;
  opacity: 1;
}

.nature .section .card-carousel .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #58b366;
}

.nature .section .card-carousel .swiper-button-next,
.nature .section .card-carousel .swiper-container-rtl .swiper-button-prev,
.nature .section .card-carousel .swiper-button-prev,
.nature .section .card-carousel .swiper-container-rtl .swiper-button-next {
  background-image: none;
  width: 4rem;
  height: 23rem;
  top: 0px;
  margin: 0px;
  left: auto;
}

.nature .section .card-carousel .swiper-button-next svg,
.nature .section .card-carousel .swiper-container-rtl .swiper-button-prev svg,
.nature .section .card-carousel .swiper-button-prev svg,
.nature .section .card-carousel .swiper-container-rtl .swiper-button-next svg {
  top: 50%;
  left: 50%;
  position: absolute;
  width: 3rem;
  height: 3rem;
  margin-top: -1.5rem;
  margin-left: -1.5rem;
  filter: drop-shadow(0px 3px 3px black);
}

.nature .section .card-carousel .swiper-button-next,
.nature .section .card-carousel .swiper-button-prev,
.nature .section .card-carousel .swiper-container-rtl .swiper-button-prev,
.nature .section .card-carousel .swiper-container-rtl .swiper-button-next {
  fill: #fff;
}

.nature .section .card-carousel .swiper-button-next,
.nature .section .card-carousel .swiper-container-rtl .swiper-button-prev {
  right: 0px;
}

.nature .section .card-carousel .swiper-button-prev,
.nature .section .card-carousel .swiper-container-rtl .swiper-button-next {
  left: 0px;
}

.nature .section .sassibox-item,
.nature .section a .sassibox-item {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 5rem;
}

.nature .section .sassibox-item > div,
.nature .section a .sassibox-item > div {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.nature .section .sassibox-item .image,
.nature .section a .sassibox-item .image {
  min-height: 23rem;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.nature .section .sassibox-item .content,
.nature .section a .sassibox-item .content {
  background: #ffffff;
  border: 0 solid #000000;
  position: relative;
  padding: 1rem 0;
  position: relative;
  z-index: 0;
}

.nature .section .sassibox-item .content:after,
.nature .section a .sassibox-item .content:after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: -4px;
  height: 4px;
  left: 0px;
  z-index: -1;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.01) 30%, rgba(0, 0, 0, 0.03) 50%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0.08) 90%, rgba(0, 0, 0, 0.09) 96%, rgba(0, 0, 0, 0.1) 100%);
}

.nature .section .sassibox-item .content h4,
.nature .section a .sassibox-item .content h4 {
  font-size: 2rem;
  color: #030303;
  letter-spacing: -0.48px;
  text-align: left;
}

.nature .section .sassibox-item .content p,
.nature .section .sassibox-item .content span,
.nature .section .sassibox-item .content a span,
.nature .section .sassibox-item .content span a,
.nature .section .sassibox-item .content p a,
.nature .section .sassibox-item .content a p,
.nature .section a .sassibox-item .content p,
.nature .section a .sassibox-item .content span,
.nature .section a .sassibox-item .content a span,
.nature .section a .sassibox-item .content span a,
.nature .section a .sassibox-item .content p a,
.nature .section a .sassibox-item .content a p {
  font-size: 1.5rem;
  color: #030303;
  letter-spacing: -0.38px;
}

.nature .section .sassibox-item .content .action,
.nature .section a .sassibox-item .content .action {
  margin: 10px 0;
}

.nature .section .sassibox-item .content .action button,
.nature .section a .sassibox-item .content .action button {
  font-family: "Open Sans", sans-serif !important;
}

.nature .section .sassibox-item .content .readmore,
.nature .section a .sassibox-item .content .readmore {
  border: 1px solid transparent;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  padding: 6px 12px;
  text-align: center;
  vertical-align: middle;
  width: -moz-fit-content;
  width: fit-content;
  text-transform: uppercase;
  background-color: #58b366;
}

.romagna_autentica .xp_search_box button span {
  color: white;
}

.romagna_autentica .xp_search_box .city {
  color: white;
}

.romagna_autentica .xp_search_box .horizontal {
  padding: 1rem;
  background-color: #abcb33;
  background-image: linear-gradient(-180deg, #a9c932 0%, #abcb33 48%, #a9c932 80%);
  font-size: 1.6rem;
}

.romagna_autentica .xp_search_box .horizontal.collapsed {
  border-radius: 2px;
  box-shadow: -1px 0 3px 0 rgba(0, 0, 0, 0.25);
}

.romagna_autentica .xp_search_box .horizontal .fa,
.romagna_autentica .xp_search_box .horizontal .search .searchearchbox.vertical .bootstrap-select button:after,
.search .searchearchbox.vertical .bootstrap-select .romagna_autentica .xp_search_box .horizontal button:after,
.romagna_autentica .xp_search_box .search .searchearchbox.horizontal .control .bootstrap-select button:after,
.search .romagna_autentica .xp_search_box .searchearchbox.horizontal .control .bootstrap-select button:after,
.romagna_autentica .xp_search_box .horizontal .downloads .downloadsearchbox.vertical .bootstrap-select button:after,
.downloads .downloadsearchbox.vertical .bootstrap-select .romagna_autentica .xp_search_box .horizontal button:after,
.romagna_autentica .xp_search_box .downloads .downloadsearchbox.horizontal .control .bootstrap-select button:after,
.downloads .romagna_autentica .xp_search_box .downloadsearchbox.horizontal .control .bootstrap-select button:after,
.romagna_autentica .xp_search_box .horizontal .localita #searchbox-app .bootstrap-select button:after,
.localita #searchbox-app .bootstrap-select .romagna_autentica .xp_search_box .horizontal button:after,
.romagna_autentica .xp_search_box .horizontal .itinerari .searchbox .control .bootstrap-select button:after,
.itinerari .searchbox .control .bootstrap-select .romagna_autentica .xp_search_box .horizontal button:after,
.romagna_autentica .xp_search_box .itinerari .searchbox.horizontal .control .bootstrap-select button:after,
.itinerari .romagna_autentica .xp_search_box .searchbox.horizontal .control .bootstrap-select button:after,
.romagna_autentica .xp_search_box .horizontal .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .vertical .bootstrap-select .romagna_autentica .xp_search_box .horizontal button:after,
.romagna_autentica .xp_search_box .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .romagna_autentica .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna_autentica .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .romagna_autentica .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna_autentica .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .romagna_autentica .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna_autentica .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .romagna_autentica .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna_autentica .xp_search_box .horizontal .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .vertical .bootstrap-select .romagna_autentica .xp_search_box .horizontal button:after,
.romagna_autentica .xp_search_box .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .romagna_autentica .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna_autentica .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .romagna_autentica .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna_autentica .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .romagna_autentica .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna_autentica .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .romagna_autentica .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna_autentica .xp_search_box .horizontal .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .vertical .bootstrap-select .romagna_autentica .xp_search_box .horizontal button:after,
.romagna_autentica .xp_search_box .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .romagna_autentica .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna_autentica .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .romagna_autentica .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna_autentica .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .romagna_autentica .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna_autentica .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .romagna_autentica .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna_autentica .xp_search_box .horizontal .romagna-craft .operatori_search_box .vertical .bootstrap-select button:after,
.romagna-craft .operatori_search_box .vertical .bootstrap-select .romagna_autentica .xp_search_box .horizontal button:after,
.romagna_autentica .xp_search_box .romagna-craft .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna-craft .operatori_search_box .romagna_autentica .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna_autentica .romagna-craft .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna-craft .romagna_autentica .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna_autentica .romagna-craft .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna-craft .romagna_autentica .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna_autentica .romagna-craft .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna-craft .romagna_autentica .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna_autentica .xp_search_box .horizontal .spass .operatori_search_box .vertical .bootstrap-select button:after,
.spass .operatori_search_box .vertical .bootstrap-select .romagna_autentica .xp_search_box .horizontal button:after,
.romagna_autentica .xp_search_box .spass .operatori_search_box .horizontal .control .bootstrap-select button:after,
.spass .operatori_search_box .romagna_autentica .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna_autentica .spass .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.spass .romagna_autentica .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna_autentica .spass .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.spass .romagna_autentica .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna_autentica .spass .xp_search_box .horizontal .control .bootstrap-select button:after,
.spass .romagna_autentica .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna_autentica .xp_search_box .horizontal .natur .operatori_search_box .vertical .bootstrap-select button:after,
.natur .operatori_search_box .vertical .bootstrap-select .romagna_autentica .xp_search_box .horizontal button:after,
.romagna_autentica .xp_search_box .natur .operatori_search_box .horizontal .control .bootstrap-select button:after,
.natur .operatori_search_box .romagna_autentica .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna_autentica .natur .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.natur .romagna_autentica .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna_autentica .natur .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.natur .romagna_autentica .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna_autentica .natur .xp_search_box .horizontal .control .bootstrap-select button:after,
.natur .romagna_autentica .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna_autentica .xp_search_box .horizontal .kultur .operatori_search_box .vertical .bootstrap-select button:after,
.kultur .operatori_search_box .vertical .bootstrap-select .romagna_autentica .xp_search_box .horizontal button:after,
.romagna_autentica .xp_search_box .kultur .operatori_search_box .horizontal .control .bootstrap-select button:after,
.kultur .operatori_search_box .romagna_autentica .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna_autentica .kultur .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.kultur .romagna_autentica .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna_autentica .kultur .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.kultur .romagna_autentica .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna_autentica .kultur .xp_search_box .horizontal .control .bootstrap-select button:after,
.kultur .romagna_autentica .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna_autentica .xp_search_box .horizontal .pet .operatori_search_box .vertical .bootstrap-select button:after,
.pet .operatori_search_box .vertical .bootstrap-select .romagna_autentica .xp_search_box .horizontal button:after,
.romagna_autentica .xp_search_box .pet .operatori_search_box .horizontal .control .bootstrap-select button:after,
.pet .operatori_search_box .romagna_autentica .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna_autentica .pet .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.pet .romagna_autentica .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna_autentica .pet .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.pet .romagna_autentica .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna_autentica .pet .xp_search_box .horizontal .control .bootstrap-select button:after,
.pet .romagna_autentica .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna_autentica .xp_search_box .horizontal .default .operatori_search_box .vertical .bootstrap-select button:after,
.default .operatori_search_box .vertical .bootstrap-select .romagna_autentica .xp_search_box .horizontal button:after,
.romagna_autentica .xp_search_box .default .operatori_search_box .horizontal .control .bootstrap-select button:after,
.default .operatori_search_box .romagna_autentica .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna_autentica .default .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.default .romagna_autentica .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna_autentica .default .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.default .romagna_autentica .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna_autentica .default .xp_search_box .horizontal .control .bootstrap-select button:after,
.default .romagna_autentica .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna_autentica .xp_search_box .horizontal .liscio .operatori_search_box .vertical .bootstrap-select button:after,
.liscio .operatori_search_box .vertical .bootstrap-select .romagna_autentica .xp_search_box .horizontal button:after,
.romagna_autentica .xp_search_box .liscio .operatori_search_box .horizontal .control .bootstrap-select button:after,
.liscio .operatori_search_box .romagna_autentica .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna_autentica .liscio .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.liscio .romagna_autentica .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna_autentica .liscio .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.liscio .romagna_autentica .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna_autentica .liscio .xp_search_box .horizontal .control .bootstrap-select button:after,
.liscio .romagna_autentica .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna_autentica .xp_search_box .horizontal .romagna .operatori_search_box .vertical .bootstrap-select button:after,
.romagna .operatori_search_box .vertical .bootstrap-select .romagna_autentica .xp_search_box .horizontal button:after,
.romagna_autentica .xp_search_box .romagna .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna .operatori_search_box .romagna_autentica .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna_autentica .romagna .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna .romagna_autentica .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna_autentica .romagna .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna .romagna_autentica .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna_autentica .romagna .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna .romagna_autentica .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna_autentica .xp_search_box .horizontal .motorcycle .operatori_search_box .vertical .bootstrap-select button:after,
.motorcycle .operatori_search_box .vertical .bootstrap-select .romagna_autentica .xp_search_box .horizontal button:after,
.romagna_autentica .xp_search_box .motorcycle .operatori_search_box .horizontal .control .bootstrap-select button:after,
.motorcycle .operatori_search_box .romagna_autentica .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna_autentica .motorcycle .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.motorcycle .romagna_autentica .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna_autentica .motorcycle .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.motorcycle .romagna_autentica .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna_autentica .motorcycle .xp_search_box .horizontal .control .bootstrap-select button:after,
.motorcycle .romagna_autentica .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna_autentica .xp_search_box .horizontal .sport .operatori_search_box .vertical .bootstrap-select button:after,
.sport .operatori_search_box .vertical .bootstrap-select .romagna_autentica .xp_search_box .horizontal button:after,
.romagna_autentica .xp_search_box .sport .operatori_search_box .horizontal .control .bootstrap-select button:after,
.sport .operatori_search_box .romagna_autentica .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna_autentica .sport .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.sport .romagna_autentica .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna_autentica .sport .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.sport .romagna_autentica .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna_autentica .sport .xp_search_box .horizontal .control .bootstrap-select button:after,
.sport .romagna_autentica .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna_autentica .xp_search_box .horizontal .fun .operatori_search_box .vertical .bootstrap-select button:after,
.fun .operatori_search_box .vertical .bootstrap-select .romagna_autentica .xp_search_box .horizontal button:after,
.romagna_autentica .xp_search_box .fun .operatori_search_box .horizontal .control .bootstrap-select button:after,
.fun .operatori_search_box .romagna_autentica .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna_autentica .fun .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.fun .romagna_autentica .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna_autentica .fun .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.fun .romagna_autentica .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna_autentica .fun .xp_search_box .horizontal .control .bootstrap-select button:after,
.fun .romagna_autentica .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna_autentica .xp_search_box .horizontal .wellness .operatori_search_box .vertical .bootstrap-select button:after,
.wellness .operatori_search_box .vertical .bootstrap-select .romagna_autentica .xp_search_box .horizontal button:after,
.romagna_autentica .xp_search_box .wellness .operatori_search_box .horizontal .control .bootstrap-select button:after,
.wellness .operatori_search_box .romagna_autentica .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna_autentica .wellness .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.wellness .romagna_autentica .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna_autentica .wellness .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.wellness .romagna_autentica .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna_autentica .wellness .xp_search_box .horizontal .control .bootstrap-select button:after,
.wellness .romagna_autentica .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna_autentica .xp_search_box .horizontal .empire .operatori_search_box .vertical .bootstrap-select button:after,
.empire .operatori_search_box .vertical .bootstrap-select .romagna_autentica .xp_search_box .horizontal button:after,
.romagna_autentica .xp_search_box .empire .operatori_search_box .horizontal .control .bootstrap-select button:after,
.empire .operatori_search_box .romagna_autentica .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna_autentica .empire .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.empire .romagna_autentica .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna_autentica .empire .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.empire .romagna_autentica .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna_autentica .empire .xp_search_box .horizontal .control .bootstrap-select button:after,
.empire .romagna_autentica .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna_autentica .xp_search_box .horizontal .bike .operatori_search_box .vertical .bootstrap-select button:after,
.bike .operatori_search_box .vertical .bootstrap-select .romagna_autentica .xp_search_box .horizontal button:after,
.romagna_autentica .xp_search_box .bike .operatori_search_box .horizontal .control .bootstrap-select button:after,
.bike .operatori_search_box .romagna_autentica .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna_autentica .bike .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.bike .romagna_autentica .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna_autentica .bike .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.bike .romagna_autentica .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna_autentica .bike .xp_search_box .horizontal .control .bootstrap-select button:after,
.bike .romagna_autentica .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna_autentica .xp_search_box .horizontal .castle .operatori_search_box .vertical .bootstrap-select button:after,
.castle .operatori_search_box .vertical .bootstrap-select .romagna_autentica .xp_search_box .horizontal button:after,
.romagna_autentica .xp_search_box .castle .operatori_search_box .horizontal .control .bootstrap-select button:after,
.castle .operatori_search_box .romagna_autentica .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna_autentica .castle .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.castle .romagna_autentica .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna_autentica .castle .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.castle .romagna_autentica .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna_autentica .castle .xp_search_box .horizontal .control .bootstrap-select button:after,
.castle .romagna_autentica .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna_autentica .xp_search_box .horizontal .culture .operatori_search_box .vertical .bootstrap-select button:after,
.culture .operatori_search_box .vertical .bootstrap-select .romagna_autentica .xp_search_box .horizontal button:after,
.romagna_autentica .xp_search_box .culture .operatori_search_box .horizontal .control .bootstrap-select button:after,
.culture .operatori_search_box .romagna_autentica .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna_autentica .culture .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.culture .romagna_autentica .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna_autentica .culture .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.culture .romagna_autentica .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna_autentica .culture .xp_search_box .horizontal .control .bootstrap-select button:after,
.culture .romagna_autentica .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna_autentica .xp_search_box .horizontal .operatori_search_box .vertical .bootstrap-select button:after,
.romagna_autentica .operatori_search_box .vertical .bootstrap-select .xp_search_box .horizontal button:after,
.romagna_autentica .xp_search_box .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna_autentica .operatori_search_box .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna_autentica .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna_autentica .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna_autentica .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna_autentica .xp_search_box .events-homepage .header .eventsearchbox.horizontal .control .bootstrap-select button:after,
.events-homepage .header .romagna_autentica .xp_search_box .eventsearchbox.horizontal .control .bootstrap-select button:after,
.romagna_autentica .xp_search_box .horizontal .events-homepage .header .eventsearchbox.vertical .bootstrap-select button:after,
.events-homepage .header .eventsearchbox.vertical .bootstrap-select .romagna_autentica .xp_search_box .horizontal button:after,
.romagna_autentica .xp_search_box .events-page .header .eventsearchbox.horizontal .control .bootstrap-select button:after,
.events-page .header .romagna_autentica .xp_search_box .eventsearchbox.horizontal .control .bootstrap-select button:after,
.romagna_autentica .xp_search_box .horizontal .events-page .header .eventsearchbox.vertical .bootstrap-select button:after,
.events-page .header .eventsearchbox.vertical .bootstrap-select .romagna_autentica .xp_search_box .horizontal button:after,
.romagna_autentica .scopri .xp_search_box .horizontal .control .bootstrap-select button:after,
.scopri .romagna_autentica .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna_autentica .scopri .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.scopri .romagna_autentica .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna_autentica .scopri .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.scopri .romagna_autentica .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna_autentica .xp_search_box .scopri .operatori_search_box .horizontal .control .bootstrap-select button:after,
.scopri .operatori_search_box .romagna_autentica .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna_autentica .xp_search_box .horizontal .scopri .operatori_search_box .vertical .bootstrap-select button:after,
.scopri .operatori_search_box .vertical .bootstrap-select .romagna_autentica .xp_search_box .horizontal button:after,
.romagna_autentica .idee .xp_search_box .horizontal .control .bootstrap-select button:after,
.idee .romagna_autentica .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna_autentica .idee .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.idee .romagna_autentica .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna_autentica .idee .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.idee .romagna_autentica .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna_autentica .xp_search_box .idee .operatori_search_box .horizontal .control .bootstrap-select button:after,
.idee .operatori_search_box .romagna_autentica .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna_autentica .xp_search_box .horizontal .idee .operatori_search_box .vertical .bootstrap-select button:after,
.idee .operatori_search_box .vertical .bootstrap-select .romagna_autentica .xp_search_box .horizontal button:after,
.romagna_autentica .eventi .xp_search_box .horizontal .control .bootstrap-select button:after,
.eventi .romagna_autentica .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna_autentica .eventi .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.eventi .romagna_autentica .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna_autentica .eventi .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.eventi .romagna_autentica .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna_autentica .xp_search_box .eventi .operatori_search_box .horizontal .control .bootstrap-select button:after,
.eventi .operatori_search_box .romagna_autentica .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna_autentica .xp_search_box .horizontal .eventi .operatori_search_box .vertical .bootstrap-select button:after,
.eventi .operatori_search_box .vertical .bootstrap-select .romagna_autentica .xp_search_box .horizontal button:after,
.romagna_autentica .pianifica .xp_search_box .horizontal .control .bootstrap-select button:after,
.pianifica .romagna_autentica .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna_autentica .pianifica .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.pianifica .romagna_autentica .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna_autentica .pianifica .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.pianifica .romagna_autentica .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna_autentica .xp_search_box .pianifica .operatori_search_box .horizontal .control .bootstrap-select button:after,
.pianifica .operatori_search_box .romagna_autentica .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna_autentica .xp_search_box .horizontal .pianifica .operatori_search_box .vertical .bootstrap-select button:after,
.pianifica .operatori_search_box .vertical .bootstrap-select .romagna_autentica .xp_search_box .horizontal button:after,
.romagna_autentica .esperienze .xp_search_box .horizontal .control .bootstrap-select button:after,
.esperienze .romagna_autentica .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna_autentica .esperienze .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.esperienze .romagna_autentica .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna_autentica .esperienze .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.esperienze .romagna_autentica .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna_autentica .xp_search_box .esperienze .operatori_search_box .horizontal .control .bootstrap-select button:after,
.esperienze .operatori_search_box .romagna_autentica .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna_autentica .xp_search_box .horizontal .esperienze .operatori_search_box .vertical .bootstrap-select button:after,
.esperienze .operatori_search_box .vertical .bootstrap-select .romagna_autentica .xp_search_box .horizontal button:after,
.romagna_autentica .news .xp_search_box .horizontal .control .bootstrap-select button:after,
.news .romagna_autentica .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna_autentica .news .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.news .romagna_autentica .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna_autentica .news .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.news .romagna_autentica .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna_autentica .xp_search_box .news .operatori_search_box .horizontal .control .bootstrap-select button:after,
.news .operatori_search_box .romagna_autentica .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna_autentica .xp_search_box .horizontal .news .operatori_search_box .vertical .bootstrap-select button:after,
.news .operatori_search_box .vertical .bootstrap-select .romagna_autentica .xp_search_box .horizontal button:after,
.romagna_autentica .iat .xp_search_box .horizontal .control .bootstrap-select button:after,
.iat .romagna_autentica .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna_autentica .iat .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.iat .romagna_autentica .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna_autentica .iat .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.iat .romagna_autentica .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna_autentica .xp_search_box .iat .operatori_search_box .horizontal .control .bootstrap-select button:after,
.iat .operatori_search_box .romagna_autentica .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna_autentica .xp_search_box .horizontal .iat .operatori_search_box .vertical .bootstrap-select button:after,
.iat .operatori_search_box .vertical .bootstrap-select .romagna_autentica .xp_search_box .horizontal button:after,
.romagna_autentica .meteo .xp_search_box .horizontal .control .bootstrap-select button:after,
.meteo .romagna_autentica .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna_autentica .meteo .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.meteo .romagna_autentica .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna_autentica .meteo .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.meteo .romagna_autentica .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna_autentica .xp_search_box .meteo .operatori_search_box .horizontal .control .bootstrap-select button:after,
.meteo .operatori_search_box .romagna_autentica .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna_autentica .xp_search_box .horizontal .meteo .operatori_search_box .vertical .bootstrap-select button:after,
.meteo .operatori_search_box .vertical .bootstrap-select .romagna_autentica .xp_search_box .horizontal button:after,
.romagna_autentica .odm .xp_search_box .horizontal .control .bootstrap-select button:after,
.odm .romagna_autentica .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna_autentica .odm .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.odm .romagna_autentica .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna_autentica .odm .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.odm .romagna_autentica .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna_autentica .xp_search_box .odm .operatori_search_box .horizontal .control .bootstrap-select button:after,
.odm .operatori_search_box .romagna_autentica .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna_autentica .xp_search_box .horizontal .odm .operatori_search_box .vertical .bootstrap-select button:after,
.odm .operatori_search_box .vertical .bootstrap-select .romagna_autentica .xp_search_box .horizontal button:after,
.romagna_autentica .booking .xp_search_box .horizontal .control .bootstrap-select button:after,
.booking .romagna_autentica .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna_autentica .booking .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.booking .romagna_autentica .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna_autentica .booking .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.booking .romagna_autentica .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna_autentica .xp_search_box .booking .operatori_search_box .horizontal .control .bootstrap-select button:after,
.booking .operatori_search_box .romagna_autentica .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna_autentica .xp_search_box .horizontal .booking .operatori_search_box .vertical .bootstrap-select button:after,
.booking .operatori_search_box .vertical .bootstrap-select .romagna_autentica .xp_search_box .horizontal button:after,
.romagna_autentica .rock .xp_search_box .horizontal .control .bootstrap-select button:after,
.rock .romagna_autentica .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna_autentica .rock .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.rock .romagna_autentica .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna_autentica .rock .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.rock .romagna_autentica .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna_autentica .xp_search_box .rock .operatori_search_box .horizontal .control .bootstrap-select button:after,
.rock .operatori_search_box .romagna_autentica .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna_autentica .xp_search_box .horizontal .rock .operatori_search_box .vertical .bootstrap-select button:after,
.rock .operatori_search_box .vertical .bootstrap-select .romagna_autentica .xp_search_box .horizontal button:after,
.romagna_autentica .beach .xp_search_box .horizontal .control .bootstrap-select button:after,
.beach .romagna_autentica .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna_autentica .beach .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.beach .romagna_autentica .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna_autentica .beach .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.beach .romagna_autentica .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna_autentica .xp_search_box .beach .operatori_search_box .horizontal .control .bootstrap-select button:after,
.beach .operatori_search_box .romagna_autentica .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna_autentica .xp_search_box .horizontal .beach .operatori_search_box .vertical .bootstrap-select button:after,
.beach .operatori_search_box .vertical .bootstrap-select .romagna_autentica .xp_search_box .horizontal button:after,
.romagna_autentica .food .xp_search_box .horizontal .control .bootstrap-select button:after,
.food .romagna_autentica .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna_autentica .food .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.food .romagna_autentica .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna_autentica .food .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.food .romagna_autentica .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna_autentica .xp_search_box .food .operatori_search_box .horizontal .control .bootstrap-select button:after,
.food .operatori_search_box .romagna_autentica .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna_autentica .xp_search_box .horizontal .food .operatori_search_box .vertical .bootstrap-select button:after,
.food .operatori_search_box .vertical .bootstrap-select .romagna_autentica .xp_search_box .horizontal button:after,
.romagna_autentica .nature .xp_search_box .horizontal .control .bootstrap-select button:after,
.nature .romagna_autentica .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna_autentica .nature .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.nature .romagna_autentica .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna_autentica .nature .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.nature .romagna_autentica .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna_autentica .xp_search_box .nature .operatori_search_box .horizontal .control .bootstrap-select button:after,
.nature .operatori_search_box .romagna_autentica .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna_autentica .xp_search_box .horizontal .nature .operatori_search_box .vertical .bootstrap-select button:after,
.nature .operatori_search_box .vertical .bootstrap-select .romagna_autentica .xp_search_box .horizontal button:after {
  line-height: 2.2rem;
}

.romagna_autentica .xp_search_box .horizontal button.collapsible {
  border: none;
  background-color: transparent;
  display: block;
  width: 100%;
  font-size: 1.6rem;
  color: #ffffff;
  letter-spacing: -0.41px;
  text-align: left;
  text-transform: uppercase;
  display: block;
}

.romagna_autentica .xp_search_box .horizontal .control {
  padding: 0.5rem 1rem;
  height: 5rem;
  background-color: white;
  margin: 0.5rem;
}

.romagna_autentica .xp_search_box .horizontal .control.btn-holder {
  min-width: 2rem;
  width: auto;
  padding: 0px;
}

.romagna_autentica .xp_search_box .horizontal .control.btn-holder button {
  width: 100%;
  border: none;
  background-color: #89a229;
  height: 100%;
  font-size: 1.6rem;
  color: #ffffff;
  letter-spacing: -0.41px;
  text-align: center;
  text-transform: uppercase;
  display: block;
  padding: 0px;
}

.romagna_autentica .xp_search_box .horizontal .control .ert-dropdown {
  width: 100%;
}

.romagna_autentica .xp_search_box .horizontal .control .ert-dropdown * {
  cursor: pointer;
}

.romagna_autentica .xp_search_box .horizontal .control .ert-dropdown .ert-combo {
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
  display: block;
  text-align: left;
}

.romagna_autentica .xp_search_box .horizontal .control .ert-dropdown .ert-combo::after {
  border: none;
}

.romagna_autentica .xp_search_box .horizontal .control .ert-dropdown .ert-combo i {
  transition: 500ms ease;
  transform: rotate(0);
  position: absolute;
  top: 2.25rem;
  right: 15px;
}

.romagna_autentica .xp_search_box .horizontal .control .ert-dropdown .ert-combo .button {
  padding: 0px;
}

.romagna_autentica .xp_search_box .horizontal .control .ert-dropdown.show .ert-combo i {
  transform: rotate(180deg);
}

.romagna_autentica .xp_search_box .horizontal .control .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: auto;
}

.romagna_autentica .xp_search_box .horizontal .control .bootstrap-select {
  margin-top: -1px;
}

.romagna_autentica .xp_search_box .horizontal .control .bootstrap-select *:focus {
  box-shadow: none important;
}

.romagna_autentica .xp_search_box .horizontal .control .bootstrap-select button {
  padding: 0px;
  font-size: 1.5rem;
  background: #ffffff;
  color: #848484;
  letter-spacing: 0.3px;
  border: none;
  border-radius: 0;
}

.romagna_autentica .xp_search_box .horizontal .control .bootstrap-select button:after {
  content: "\F078";
  border: none;
}

.romagna_autentica .xp_search_box .horizontal .control .bootstrap-select .dropdown-menu {
  width: 100% !important;
  border: none;
  border-radius: 0;
  box-shadow: 0px 2px 2px 0px #a9a9a970;
  border-top: 1px solid #a9a9a970;
}

.romagna_autentica .xp_search_box .horizontal .control .bootstrap-select .dropdown-menu.inner.show {
  border-top: none;
}

.romagna_autentica .xp_search_box .horizontal .control .bootstrap-select .dropdown-menu .dropdown-item {
  font-size: 1.5rem;
  line-height: 4rem;
}

.romagna_autentica .xp_search_box .horizontal .control .bootstrap-select .dropdown-menu .dropdown-item:active,
.romagna_autentica .xp_search_box .horizontal .control .bootstrap-select .dropdown-menu .dropdown-item.active {
  background-color: #abcb33;
}

.romagna_autentica .xp_search_box .horizontal .control label {
  background: #ffffff;
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
  line-height: 2.4rem;
  margin-bottom: 0px;
  margin-right: 0.5rem;
}

@media (max-width: 768px) {
  .romagna_autentica .xp_search_box .horizontal .control label {
    min-width: 6.2rem;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .romagna_autentica .xp_search_box .horizontal .control label {
    display: none;
  }
}

.romagna_autentica .xp_search_box .horizontal .control .flatpickr-mobile.form-control {
  padding: 1px 0;
}

.romagna_autentica .xp_search_box .horizontal .control input[type=text],
.romagna_autentica .xp_search_box .horizontal .control input[type=date] {
  border: none;
  font-size: 1.5rem;
  border-radius: 0;
  background-color: white;
  border-bottom: 1px solid #495057;
  min-width: 0;
  height: auto;
}

.romagna_autentica .xp_search_box .horizontal .control input[type=text]:focus,
.romagna_autentica .xp_search_box .horizontal .control input[type=date]:focus {
  box-shadow: none;
}

.romagna_autentica .xp_search_box .vertical {
  max-width: 30rem;
  z-index: 10;
  position: relative;
  height: 4.4rem;
  margin: 0 auto;
}

.romagna_autentica .xp_search_box .vertical button.collapsible {
  border: none;
  background-color: transparent;
  display: block;
  position: absolute;
  width: 100%;
}

.romagna_autentica .xp_search_box .vertical .dropbutton {
  display: none;
}

.romagna_autentica .xp_search_box .vertical .dropbutton.collapsed {
  display: block;
}

.romagna_autentica .xp_search_box .vertical #collapse-events {
  padding: 1.8rem;
  background-color: #abcb33;
  background-image: linear-gradient(-180deg, #a9c932 0%, #abcb33 48%, #a9c932 80%);
  font-size: 1.6rem;
}

.romagna_autentica .xp_search_box .vertical .fa-chevron-up {
  text-align: right;
  line-height: 4rem;
  color: white;
  margin-bottom: 1.8rem;
}

.romagna_autentica .xp_search_box .vertical .form-group {
  background: #ffffff;
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
}

.romagna_autentica .xp_search_box .vertical .form-group .col-form-label {
  line-height: 5rem;
}

.romagna_autentica .xp_search_box .vertical .ert-text {
  border: none;
  font-size: 1.5rem;
  height: 60px;
  border-radius: 0;
  background-color: white;
}

.romagna_autentica .xp_search_box .vertical .ert-text.line {
  border-bottom: 1px solid #495057;
  height: auto;
  margin-top: 14px;
}

.romagna_autentica .xp_search_box .vertical .ert-text:focus {
  box-shadow: none;
}

.romagna_autentica .xp_search_box .vertical button.search {
  border: none;
  position: absolute;
  bottom: -10rem;
  left: 5%;
  right: 5%;
  width: 90%;
  line-height: 4.4rem;
}

.romagna_autentica .xp_search_box .vertical .datepicker-holder {
  padding-right: 0px;
}

.romagna_autentica .xp_search_box .vertical .datepicker-holder * {
  cursor: pointer;
}

.romagna_autentica .xp_search_box .vertical .datepicker-holder input[type=date]::-webkit-calendar-picker-indicator {
  width: 1.2rem;
  height: 0.7rem;
  -webkit-mask: url(/images/caret.svg);
          mask: url(/images/caret.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  -webkit-transition: 500ms ease;
  transition: 500ms ease;
  background-color: #686868;
}

.romagna_autentica .xp_search_box .vertical .datepicker-holder .flatpickr-calendar.static {
  margin-left: -193px;
  margin-top: -184px;
  left: 50%;
  top: 50%;
}

.romagna_autentica .xp_search_box .vertical .datepicker-holder .flatpickr-calendar.static.arrowBottom:after {
  display: none;
}

.romagna_autentica .xp_search_box .vertical .datepicker-holder .flatpickr-calendar.static.arrowBottom:before {
  display: none;
}

.romagna_autentica .xp_search_box .vertical .datepicker-holder .flatpickr-months .flatpickr-month {
  height: 32px;
}

.romagna_autentica .xp_search_box .vertical .ert-dropdown * {
  cursor: pointer;
}

.romagna_autentica .xp_search_box .vertical .ert-dropdown .ert-combo {
  background: #ffffff;
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
  line-height: 5rem;
  display: block;
  width: 100%;
  height: 60px;
  text-align: left;
}

.romagna_autentica .xp_search_box .vertical .ert-dropdown .ert-combo::after {
  border: none;
}

.romagna_autentica .xp_search_box .vertical .ert-dropdown .ert-combo i {
  transition: 500ms ease;
  transform: rotate(0);
  position: absolute;
  top: 2.25rem;
  right: 15px;
}

.romagna_autentica .xp_search_box .vertical .ert-dropdown .ert-combo .button {
  padding: 0px;
}

.romagna_autentica .xp_search_box .vertical .ert-dropdown .dropdown-menu {
  width: 100% !important;
  border: none;
  border-radius: 0;
  box-shadow: 0px 2px 2px 0px #a9a9a970;
  border-top: 1px solid #a9a9a970;
}

.romagna_autentica .xp_search_box .vertical .ert-dropdown .dropdown-menu .dropdown-item {
  font-size: 1.5rem;
  line-height: 4rem;
}

.romagna_autentica .xp_search_box .vertical .ert-dropdown .dropdown-menu .dropdown-item:active {
  background-color: #abcb33;
}

.romagna_autentica .xp_search_box .vertical .ert-dropdown.show .ert-combo i {
  transform: rotate(180deg);
}

.romagna_autentica .xp_search_box .vertical .bootstrap-select *:focus {
  box-shadow: none important;
}

.romagna_autentica .xp_search_box .vertical .bootstrap-select button {
  font-size: 1.5rem;
  color: #848484;
  letter-spacing: 0.3px;
  border: none;
  font-size: 1.5rem;
  height: 60px;
  border-radius: 0;
  background-color: white;
}

.romagna_autentica .xp_search_box .vertical .bootstrap-select button:after {
  content: "\F078";
  border: none;
}

.romagna_autentica .xp_search_box .vertical .bootstrap-select .dropdown-menu {
  width: 100% !important;
  border: none;
  border-radius: 0;
  box-shadow: 0px 2px 2px 0px #a9a9a970;
  border-top: 1px solid #a9a9a970;
}

.romagna_autentica .xp_search_box .vertical .bootstrap-select .dropdown-menu .dropdown-item {
  font-size: 1.5rem;
  line-height: 4rem;
}

.romagna_autentica .xp_search_box .vertical .bootstrap-select .dropdown-menu .dropdown-item:active,
.romagna_autentica .xp_search_box .vertical .bootstrap-select .dropdown-menu .dropdown-item.active {
  background-color: #abcb33;
}

.romagna_autentica .xp_search_box .vertical .btn-er,
.romagna_autentica .xp_search_box .vertical .instagram .instabutton div span,
.instagram .instabutton div .romagna_autentica .xp_search_box .vertical span {
  margin-top: 18px;
}

.romagna_autentica .xp_search_box .vertical .btn-er .fa-chevron-down,
.romagna_autentica .xp_search_box .vertical .instagram .instabutton div span .fa-chevron-down,
.instagram .instabutton div .romagna_autentica .xp_search_box .vertical span .fa-chevron-down {
  float: right;
  line-height: 4rem;
}

.romagna_autentica .operatori_search_box button span {
  color: white;
}

.romagna_autentica .operatori_search_box .city {
  color: white;
}

.romagna_autentica .operatori_search_box .horizontal {
  padding: 1rem;
  background-color: #abcb33;
  background-image: linear-gradient(-180deg, #a9c932 0%, #abcb33 48%, #a9c932 80%);
  font-size: 1.6rem;
}

.romagna_autentica .operatori_search_box .horizontal.collapsed {
  border-radius: 2px;
  box-shadow: -1px 0 3px 0 rgba(0, 0, 0, 0.25);
}

.romagna_autentica .operatori_search_box .horizontal .fa,
.romagna_autentica .operatori_search_box .horizontal .search .searchearchbox.vertical .bootstrap-select button:after,
.search .searchearchbox.vertical .bootstrap-select .romagna_autentica .operatori_search_box .horizontal button:after,
.romagna_autentica .operatori_search_box .search .searchearchbox.horizontal .control .bootstrap-select button:after,
.search .romagna_autentica .operatori_search_box .searchearchbox.horizontal .control .bootstrap-select button:after,
.romagna_autentica .operatori_search_box .horizontal .downloads .downloadsearchbox.vertical .bootstrap-select button:after,
.downloads .downloadsearchbox.vertical .bootstrap-select .romagna_autentica .operatori_search_box .horizontal button:after,
.romagna_autentica .operatori_search_box .downloads .downloadsearchbox.horizontal .control .bootstrap-select button:after,
.downloads .romagna_autentica .operatori_search_box .downloadsearchbox.horizontal .control .bootstrap-select button:after,
.romagna_autentica .operatori_search_box .horizontal .localita #searchbox-app .bootstrap-select button:after,
.localita #searchbox-app .bootstrap-select .romagna_autentica .operatori_search_box .horizontal button:after,
.romagna_autentica .operatori_search_box .horizontal .itinerari .searchbox .control .bootstrap-select button:after,
.itinerari .searchbox .control .bootstrap-select .romagna_autentica .operatori_search_box .horizontal button:after,
.romagna_autentica .operatori_search_box .itinerari .searchbox.horizontal .control .bootstrap-select button:after,
.itinerari .romagna_autentica .operatori_search_box .searchbox.horizontal .control .bootstrap-select button:after,
.romagna_autentica .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .romagna_autentica .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna_autentica .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .romagna_autentica .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna_autentica .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .romagna_autentica .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna_autentica .operatori_search_box .horizontal .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .vertical .bootstrap-select .romagna_autentica .operatori_search_box .horizontal button:after,
.romagna_autentica .operatori_search_box .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .romagna_autentica .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna_autentica .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .romagna_autentica .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna_autentica .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .romagna_autentica .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna_autentica .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .romagna_autentica .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna_autentica .operatori_search_box .horizontal .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .vertical .bootstrap-select .romagna_autentica .operatori_search_box .horizontal button:after,
.romagna_autentica .operatori_search_box .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .romagna_autentica .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna_autentica .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .romagna_autentica .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna_autentica .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .romagna_autentica .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna_autentica .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .romagna_autentica .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna_autentica .operatori_search_box .horizontal .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .vertical .bootstrap-select .romagna_autentica .operatori_search_box .horizontal button:after,
.romagna_autentica .operatori_search_box .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .romagna_autentica .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna_autentica .romagna-craft .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna-craft .romagna_autentica .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna_autentica .romagna-craft .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna-craft .romagna_autentica .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna_autentica .romagna-craft .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna-craft .romagna_autentica .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna_autentica .operatori_search_box .horizontal .romagna-craft .xp_search_box .vertical .bootstrap-select button:after,
.romagna-craft .xp_search_box .vertical .bootstrap-select .romagna_autentica .operatori_search_box .horizontal button:after,
.romagna_autentica .operatori_search_box .romagna-craft .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna-craft .xp_search_box .romagna_autentica .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna_autentica .spass .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.spass .romagna_autentica .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna_autentica .spass .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.spass .romagna_autentica .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna_autentica .spass .operatori_search_box .horizontal .control .bootstrap-select button:after,
.spass .romagna_autentica .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna_autentica .operatori_search_box .horizontal .spass .xp_search_box .vertical .bootstrap-select button:after,
.spass .xp_search_box .vertical .bootstrap-select .romagna_autentica .operatori_search_box .horizontal button:after,
.romagna_autentica .operatori_search_box .spass .xp_search_box .horizontal .control .bootstrap-select button:after,
.spass .xp_search_box .romagna_autentica .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna_autentica .natur .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.natur .romagna_autentica .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna_autentica .natur .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.natur .romagna_autentica .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna_autentica .natur .operatori_search_box .horizontal .control .bootstrap-select button:after,
.natur .romagna_autentica .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna_autentica .operatori_search_box .horizontal .natur .xp_search_box .vertical .bootstrap-select button:after,
.natur .xp_search_box .vertical .bootstrap-select .romagna_autentica .operatori_search_box .horizontal button:after,
.romagna_autentica .operatori_search_box .natur .xp_search_box .horizontal .control .bootstrap-select button:after,
.natur .xp_search_box .romagna_autentica .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna_autentica .kultur .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.kultur .romagna_autentica .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna_autentica .kultur .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.kultur .romagna_autentica .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna_autentica .kultur .operatori_search_box .horizontal .control .bootstrap-select button:after,
.kultur .romagna_autentica .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna_autentica .operatori_search_box .horizontal .kultur .xp_search_box .vertical .bootstrap-select button:after,
.kultur .xp_search_box .vertical .bootstrap-select .romagna_autentica .operatori_search_box .horizontal button:after,
.romagna_autentica .operatori_search_box .kultur .xp_search_box .horizontal .control .bootstrap-select button:after,
.kultur .xp_search_box .romagna_autentica .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna_autentica .pet .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.pet .romagna_autentica .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna_autentica .pet .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.pet .romagna_autentica .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna_autentica .pet .operatori_search_box .horizontal .control .bootstrap-select button:after,
.pet .romagna_autentica .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna_autentica .operatori_search_box .horizontal .pet .xp_search_box .vertical .bootstrap-select button:after,
.pet .xp_search_box .vertical .bootstrap-select .romagna_autentica .operatori_search_box .horizontal button:after,
.romagna_autentica .operatori_search_box .pet .xp_search_box .horizontal .control .bootstrap-select button:after,
.pet .xp_search_box .romagna_autentica .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna_autentica .default .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.default .romagna_autentica .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna_autentica .default .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.default .romagna_autentica .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna_autentica .default .operatori_search_box .horizontal .control .bootstrap-select button:after,
.default .romagna_autentica .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna_autentica .operatori_search_box .horizontal .default .xp_search_box .vertical .bootstrap-select button:after,
.default .xp_search_box .vertical .bootstrap-select .romagna_autentica .operatori_search_box .horizontal button:after,
.romagna_autentica .operatori_search_box .default .xp_search_box .horizontal .control .bootstrap-select button:after,
.default .xp_search_box .romagna_autentica .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna_autentica .liscio .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.liscio .romagna_autentica .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna_autentica .liscio .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.liscio .romagna_autentica .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna_autentica .liscio .operatori_search_box .horizontal .control .bootstrap-select button:after,
.liscio .romagna_autentica .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna_autentica .operatori_search_box .horizontal .liscio .xp_search_box .vertical .bootstrap-select button:after,
.liscio .xp_search_box .vertical .bootstrap-select .romagna_autentica .operatori_search_box .horizontal button:after,
.romagna_autentica .operatori_search_box .liscio .xp_search_box .horizontal .control .bootstrap-select button:after,
.liscio .xp_search_box .romagna_autentica .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna_autentica .romagna .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna .romagna_autentica .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna_autentica .romagna .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna .romagna_autentica .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna_autentica .romagna .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna .romagna_autentica .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna_autentica .operatori_search_box .horizontal .romagna .xp_search_box .vertical .bootstrap-select button:after,
.romagna .xp_search_box .vertical .bootstrap-select .romagna_autentica .operatori_search_box .horizontal button:after,
.romagna_autentica .operatori_search_box .romagna .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna .xp_search_box .romagna_autentica .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna_autentica .motorcycle .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.motorcycle .romagna_autentica .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna_autentica .motorcycle .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.motorcycle .romagna_autentica .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna_autentica .motorcycle .operatori_search_box .horizontal .control .bootstrap-select button:after,
.motorcycle .romagna_autentica .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna_autentica .operatori_search_box .horizontal .motorcycle .xp_search_box .vertical .bootstrap-select button:after,
.motorcycle .xp_search_box .vertical .bootstrap-select .romagna_autentica .operatori_search_box .horizontal button:after,
.romagna_autentica .operatori_search_box .motorcycle .xp_search_box .horizontal .control .bootstrap-select button:after,
.motorcycle .xp_search_box .romagna_autentica .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna_autentica .sport .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.sport .romagna_autentica .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna_autentica .sport .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.sport .romagna_autentica .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna_autentica .sport .operatori_search_box .horizontal .control .bootstrap-select button:after,
.sport .romagna_autentica .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna_autentica .operatori_search_box .horizontal .sport .xp_search_box .vertical .bootstrap-select button:after,
.sport .xp_search_box .vertical .bootstrap-select .romagna_autentica .operatori_search_box .horizontal button:after,
.romagna_autentica .operatori_search_box .sport .xp_search_box .horizontal .control .bootstrap-select button:after,
.sport .xp_search_box .romagna_autentica .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna_autentica .fun .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.fun .romagna_autentica .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna_autentica .fun .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.fun .romagna_autentica .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna_autentica .fun .operatori_search_box .horizontal .control .bootstrap-select button:after,
.fun .romagna_autentica .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna_autentica .operatori_search_box .horizontal .fun .xp_search_box .vertical .bootstrap-select button:after,
.fun .xp_search_box .vertical .bootstrap-select .romagna_autentica .operatori_search_box .horizontal button:after,
.romagna_autentica .operatori_search_box .fun .xp_search_box .horizontal .control .bootstrap-select button:after,
.fun .xp_search_box .romagna_autentica .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna_autentica .wellness .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.wellness .romagna_autentica .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna_autentica .wellness .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.wellness .romagna_autentica .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna_autentica .wellness .operatori_search_box .horizontal .control .bootstrap-select button:after,
.wellness .romagna_autentica .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna_autentica .operatori_search_box .horizontal .wellness .xp_search_box .vertical .bootstrap-select button:after,
.wellness .xp_search_box .vertical .bootstrap-select .romagna_autentica .operatori_search_box .horizontal button:after,
.romagna_autentica .operatori_search_box .wellness .xp_search_box .horizontal .control .bootstrap-select button:after,
.wellness .xp_search_box .romagna_autentica .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna_autentica .empire .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.empire .romagna_autentica .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna_autentica .empire .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.empire .romagna_autentica .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna_autentica .empire .operatori_search_box .horizontal .control .bootstrap-select button:after,
.empire .romagna_autentica .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna_autentica .operatori_search_box .horizontal .empire .xp_search_box .vertical .bootstrap-select button:after,
.empire .xp_search_box .vertical .bootstrap-select .romagna_autentica .operatori_search_box .horizontal button:after,
.romagna_autentica .operatori_search_box .empire .xp_search_box .horizontal .control .bootstrap-select button:after,
.empire .xp_search_box .romagna_autentica .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna_autentica .bike .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.bike .romagna_autentica .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna_autentica .bike .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.bike .romagna_autentica .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna_autentica .bike .operatori_search_box .horizontal .control .bootstrap-select button:after,
.bike .romagna_autentica .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna_autentica .operatori_search_box .horizontal .bike .xp_search_box .vertical .bootstrap-select button:after,
.bike .xp_search_box .vertical .bootstrap-select .romagna_autentica .operatori_search_box .horizontal button:after,
.romagna_autentica .operatori_search_box .bike .xp_search_box .horizontal .control .bootstrap-select button:after,
.bike .xp_search_box .romagna_autentica .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna_autentica .castle .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.castle .romagna_autentica .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna_autentica .castle .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.castle .romagna_autentica .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna_autentica .castle .operatori_search_box .horizontal .control .bootstrap-select button:after,
.castle .romagna_autentica .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna_autentica .operatori_search_box .horizontal .castle .xp_search_box .vertical .bootstrap-select button:after,
.castle .xp_search_box .vertical .bootstrap-select .romagna_autentica .operatori_search_box .horizontal button:after,
.romagna_autentica .operatori_search_box .castle .xp_search_box .horizontal .control .bootstrap-select button:after,
.castle .xp_search_box .romagna_autentica .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna_autentica .culture .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.culture .romagna_autentica .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna_autentica .culture .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.culture .romagna_autentica .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna_autentica .culture .operatori_search_box .horizontal .control .bootstrap-select button:after,
.culture .romagna_autentica .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna_autentica .operatori_search_box .horizontal .culture .xp_search_box .vertical .bootstrap-select button:after,
.culture .xp_search_box .vertical .bootstrap-select .romagna_autentica .operatori_search_box .horizontal button:after,
.romagna_autentica .operatori_search_box .culture .xp_search_box .horizontal .control .bootstrap-select button:after,
.culture .xp_search_box .romagna_autentica .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna_autentica .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna_autentica .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna_autentica .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna_autentica .operatori_search_box .events-homepage .header .eventsearchbox.horizontal .control .bootstrap-select button:after,
.events-homepage .header .romagna_autentica .operatori_search_box .eventsearchbox.horizontal .control .bootstrap-select button:after,
.romagna_autentica .operatori_search_box .horizontal .events-homepage .header .eventsearchbox.vertical .bootstrap-select button:after,
.events-homepage .header .eventsearchbox.vertical .bootstrap-select .romagna_autentica .operatori_search_box .horizontal button:after,
.romagna_autentica .operatori_search_box .events-page .header .eventsearchbox.horizontal .control .bootstrap-select button:after,
.events-page .header .romagna_autentica .operatori_search_box .eventsearchbox.horizontal .control .bootstrap-select button:after,
.romagna_autentica .operatori_search_box .horizontal .events-page .header .eventsearchbox.vertical .bootstrap-select button:after,
.events-page .header .eventsearchbox.vertical .bootstrap-select .romagna_autentica .operatori_search_box .horizontal button:after,
.romagna_autentica .operatori_search_box .scopri .xp_search_box .horizontal .control .bootstrap-select button:after,
.scopri .xp_search_box .romagna_autentica .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna_autentica .operatori_search_box .horizontal .scopri .xp_search_box .vertical .bootstrap-select button:after,
.scopri .xp_search_box .vertical .bootstrap-select .romagna_autentica .operatori_search_box .horizontal button:after,
.romagna_autentica .scopri .operatori_search_box .horizontal .control .bootstrap-select button:after,
.scopri .romagna_autentica .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna_autentica .scopri .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.scopri .romagna_autentica .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna_autentica .scopri .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.scopri .romagna_autentica .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna_autentica .operatori_search_box .idee .xp_search_box .horizontal .control .bootstrap-select button:after,
.idee .xp_search_box .romagna_autentica .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna_autentica .operatori_search_box .horizontal .idee .xp_search_box .vertical .bootstrap-select button:after,
.idee .xp_search_box .vertical .bootstrap-select .romagna_autentica .operatori_search_box .horizontal button:after,
.romagna_autentica .idee .operatori_search_box .horizontal .control .bootstrap-select button:after,
.idee .romagna_autentica .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna_autentica .idee .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.idee .romagna_autentica .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna_autentica .idee .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.idee .romagna_autentica .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna_autentica .operatori_search_box .eventi .xp_search_box .horizontal .control .bootstrap-select button:after,
.eventi .xp_search_box .romagna_autentica .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna_autentica .operatori_search_box .horizontal .eventi .xp_search_box .vertical .bootstrap-select button:after,
.eventi .xp_search_box .vertical .bootstrap-select .romagna_autentica .operatori_search_box .horizontal button:after,
.romagna_autentica .eventi .operatori_search_box .horizontal .control .bootstrap-select button:after,
.eventi .romagna_autentica .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna_autentica .eventi .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.eventi .romagna_autentica .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna_autentica .eventi .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.eventi .romagna_autentica .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna_autentica .operatori_search_box .pianifica .xp_search_box .horizontal .control .bootstrap-select button:after,
.pianifica .xp_search_box .romagna_autentica .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna_autentica .operatori_search_box .horizontal .pianifica .xp_search_box .vertical .bootstrap-select button:after,
.pianifica .xp_search_box .vertical .bootstrap-select .romagna_autentica .operatori_search_box .horizontal button:after,
.romagna_autentica .pianifica .operatori_search_box .horizontal .control .bootstrap-select button:after,
.pianifica .romagna_autentica .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna_autentica .pianifica .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.pianifica .romagna_autentica .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna_autentica .pianifica .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.pianifica .romagna_autentica .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna_autentica .operatori_search_box .esperienze .xp_search_box .horizontal .control .bootstrap-select button:after,
.esperienze .xp_search_box .romagna_autentica .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna_autentica .operatori_search_box .horizontal .esperienze .xp_search_box .vertical .bootstrap-select button:after,
.esperienze .xp_search_box .vertical .bootstrap-select .romagna_autentica .operatori_search_box .horizontal button:after,
.romagna_autentica .esperienze .operatori_search_box .horizontal .control .bootstrap-select button:after,
.esperienze .romagna_autentica .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna_autentica .esperienze .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.esperienze .romagna_autentica .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna_autentica .esperienze .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.esperienze .romagna_autentica .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna_autentica .operatori_search_box .news .xp_search_box .horizontal .control .bootstrap-select button:after,
.news .xp_search_box .romagna_autentica .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna_autentica .operatori_search_box .horizontal .news .xp_search_box .vertical .bootstrap-select button:after,
.news .xp_search_box .vertical .bootstrap-select .romagna_autentica .operatori_search_box .horizontal button:after,
.romagna_autentica .news .operatori_search_box .horizontal .control .bootstrap-select button:after,
.news .romagna_autentica .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna_autentica .news .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.news .romagna_autentica .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna_autentica .news .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.news .romagna_autentica .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna_autentica .operatori_search_box .iat .xp_search_box .horizontal .control .bootstrap-select button:after,
.iat .xp_search_box .romagna_autentica .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna_autentica .operatori_search_box .horizontal .iat .xp_search_box .vertical .bootstrap-select button:after,
.iat .xp_search_box .vertical .bootstrap-select .romagna_autentica .operatori_search_box .horizontal button:after,
.romagna_autentica .iat .operatori_search_box .horizontal .control .bootstrap-select button:after,
.iat .romagna_autentica .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna_autentica .iat .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.iat .romagna_autentica .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna_autentica .iat .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.iat .romagna_autentica .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna_autentica .operatori_search_box .meteo .xp_search_box .horizontal .control .bootstrap-select button:after,
.meteo .xp_search_box .romagna_autentica .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna_autentica .operatori_search_box .horizontal .meteo .xp_search_box .vertical .bootstrap-select button:after,
.meteo .xp_search_box .vertical .bootstrap-select .romagna_autentica .operatori_search_box .horizontal button:after,
.romagna_autentica .meteo .operatori_search_box .horizontal .control .bootstrap-select button:after,
.meteo .romagna_autentica .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna_autentica .meteo .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.meteo .romagna_autentica .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna_autentica .meteo .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.meteo .romagna_autentica .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna_autentica .operatori_search_box .odm .xp_search_box .horizontal .control .bootstrap-select button:after,
.odm .xp_search_box .romagna_autentica .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna_autentica .operatori_search_box .horizontal .odm .xp_search_box .vertical .bootstrap-select button:after,
.odm .xp_search_box .vertical .bootstrap-select .romagna_autentica .operatori_search_box .horizontal button:after,
.romagna_autentica .odm .operatori_search_box .horizontal .control .bootstrap-select button:after,
.odm .romagna_autentica .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna_autentica .odm .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.odm .romagna_autentica .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna_autentica .odm .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.odm .romagna_autentica .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna_autentica .operatori_search_box .booking .xp_search_box .horizontal .control .bootstrap-select button:after,
.booking .xp_search_box .romagna_autentica .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna_autentica .operatori_search_box .horizontal .booking .xp_search_box .vertical .bootstrap-select button:after,
.booking .xp_search_box .vertical .bootstrap-select .romagna_autentica .operatori_search_box .horizontal button:after,
.romagna_autentica .booking .operatori_search_box .horizontal .control .bootstrap-select button:after,
.booking .romagna_autentica .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna_autentica .booking .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.booking .romagna_autentica .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna_autentica .booking .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.booking .romagna_autentica .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna_autentica .operatori_search_box .rock .xp_search_box .horizontal .control .bootstrap-select button:after,
.rock .xp_search_box .romagna_autentica .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna_autentica .operatori_search_box .horizontal .rock .xp_search_box .vertical .bootstrap-select button:after,
.rock .xp_search_box .vertical .bootstrap-select .romagna_autentica .operatori_search_box .horizontal button:after,
.romagna_autentica .rock .operatori_search_box .horizontal .control .bootstrap-select button:after,
.rock .romagna_autentica .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna_autentica .rock .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.rock .romagna_autentica .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna_autentica .rock .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.rock .romagna_autentica .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna_autentica .operatori_search_box .beach .xp_search_box .horizontal .control .bootstrap-select button:after,
.beach .xp_search_box .romagna_autentica .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna_autentica .operatori_search_box .horizontal .beach .xp_search_box .vertical .bootstrap-select button:after,
.beach .xp_search_box .vertical .bootstrap-select .romagna_autentica .operatori_search_box .horizontal button:after,
.romagna_autentica .beach .operatori_search_box .horizontal .control .bootstrap-select button:after,
.beach .romagna_autentica .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna_autentica .beach .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.beach .romagna_autentica .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna_autentica .beach .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.beach .romagna_autentica .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna_autentica .operatori_search_box .food .xp_search_box .horizontal .control .bootstrap-select button:after,
.food .xp_search_box .romagna_autentica .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna_autentica .operatori_search_box .horizontal .food .xp_search_box .vertical .bootstrap-select button:after,
.food .xp_search_box .vertical .bootstrap-select .romagna_autentica .operatori_search_box .horizontal button:after,
.romagna_autentica .food .operatori_search_box .horizontal .control .bootstrap-select button:after,
.food .romagna_autentica .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna_autentica .food .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.food .romagna_autentica .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna_autentica .food .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.food .romagna_autentica .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna_autentica .operatori_search_box .nature .xp_search_box .horizontal .control .bootstrap-select button:after,
.nature .xp_search_box .romagna_autentica .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna_autentica .operatori_search_box .horizontal .nature .xp_search_box .vertical .bootstrap-select button:after,
.nature .xp_search_box .vertical .bootstrap-select .romagna_autentica .operatori_search_box .horizontal button:after,
.romagna_autentica .nature .operatori_search_box .horizontal .control .bootstrap-select button:after,
.nature .romagna_autentica .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna_autentica .nature .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.nature .romagna_autentica .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna_autentica .nature .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.nature .romagna_autentica .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna_autentica .operatori_search_box .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna_autentica .xp_search_box .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna_autentica .operatori_search_box .horizontal .xp_search_box .vertical .bootstrap-select button:after,
.romagna_autentica .xp_search_box .vertical .bootstrap-select .operatori_search_box .horizontal button:after {
  line-height: 2.2rem;
}

.romagna_autentica .operatori_search_box .horizontal button.collapsible {
  border: none;
  background-color: transparent;
  display: block;
  width: 100%;
  font-size: 1.6rem;
  color: #ffffff;
  letter-spacing: -0.41px;
  text-align: left;
  text-transform: uppercase;
}

.romagna_autentica .operatori_search_box .horizontal .control {
  padding: 0.5rem 1rem;
  height: 5rem;
  background-color: white;
  margin: 0.5rem;
}

.romagna_autentica .operatori_search_box .horizontal .control.btn-holder {
  min-width: 2rem;
  width: auto;
  padding: 0px;
}

.romagna_autentica .operatori_search_box .horizontal .control.btn-holder button {
  width: 100%;
  border: none;
  background-color: #89a229;
  height: 100%;
  font-size: 1.6rem;
  color: #ffffff;
  letter-spacing: -0.41px;
  text-align: center;
  text-transform: uppercase;
  display: block;
  padding: 0px;
}

.romagna_autentica .operatori_search_box .horizontal .control .ert-dropdown {
  width: 100%;
}

.romagna_autentica .operatori_search_box .horizontal .control .ert-dropdown * {
  cursor: pointer;
}

.romagna_autentica .operatori_search_box .horizontal .control .ert-dropdown .ert-combo {
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
  display: block;
  text-align: left;
}

.romagna_autentica .operatori_search_box .horizontal .control .ert-dropdown .ert-combo::after {
  border: none;
}

.romagna_autentica .operatori_search_box .horizontal .control .ert-dropdown .ert-combo i {
  transition: 500ms ease;
  transform: rotate(0);
  position: absolute;
  top: 2.25rem;
  right: 15px;
}

.romagna_autentica .operatori_search_box .horizontal .control .ert-dropdown .ert-combo .button {
  padding: 0px;
}

.romagna_autentica .operatori_search_box .horizontal .control .ert-dropdown.show .ert-combo i {
  transform: rotate(180deg);
}

.romagna_autentica .operatori_search_box .horizontal .control .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: auto;
}

.romagna_autentica .operatori_search_box .horizontal .control .bootstrap-select {
  margin-top: -1px;
}

.romagna_autentica .operatori_search_box .horizontal .control .bootstrap-select *:focus {
  box-shadow: none important;
}

.romagna_autentica .operatori_search_box .horizontal .control .bootstrap-select button {
  padding: 0px;
  font-size: 1.5rem;
  background: #ffffff;
  color: #848484;
  letter-spacing: 0.3px;
  border: none;
  border-radius: 0;
}

.romagna_autentica .operatori_search_box .horizontal .control .bootstrap-select button:after {
  content: "\F078";
  border: none;
}

.romagna_autentica .operatori_search_box .horizontal .control .bootstrap-select .dropdown-menu {
  width: 100% !important;
  border: none;
  border-radius: 0;
  box-shadow: 0px 2px 2px 0px #a9a9a970;
  border-top: 1px solid #a9a9a970;
}

.romagna_autentica .operatori_search_box .horizontal .control .bootstrap-select .dropdown-menu.inner.show {
  border-top: none;
}

.romagna_autentica .operatori_search_box .horizontal .control .bootstrap-select .dropdown-menu .dropdown-item {
  font-size: 1.5rem;
  line-height: 4rem;
}

.romagna_autentica .operatori_search_box .horizontal .control .bootstrap-select .dropdown-menu .dropdown-item:active,
.romagna_autentica .operatori_search_box .horizontal .control .bootstrap-select .dropdown-menu .dropdown-item.active {
  background-color: #abcb33;
}

.romagna_autentica .operatori_search_box .horizontal .control label {
  background: #ffffff;
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
  line-height: 2.4rem;
  margin-bottom: 0px;
  margin-right: 0.5rem;
}

@media (max-width: 768px) {
  .romagna_autentica .operatori_search_box .horizontal .control label {
    min-width: 6.2rem;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .romagna_autentica .operatori_search_box .horizontal .control label {
    display: none;
  }
}

.romagna_autentica .operatori_search_box .horizontal .control .flatpickr-mobile.form-control {
  padding: 1px 0;
}

.romagna_autentica .operatori_search_box .horizontal .control input[type=text],
.romagna_autentica .operatori_search_box .horizontal .control input[type=date] {
  border: none;
  font-size: 1.5rem;
  border-radius: 0;
  background-color: white;
  border-bottom: 1px solid #495057;
  min-width: 0;
  height: auto;
}

.romagna_autentica .operatori_search_box .horizontal .control input[type=text]:focus,
.romagna_autentica .operatori_search_box .horizontal .control input[type=date]:focus {
  box-shadow: none;
}

.romagna_autentica .operatori_search_box .vertical {
  max-width: 30rem;
  z-index: 10;
  position: relative;
  height: 4.4rem;
  margin: 0 auto;
}

.romagna_autentica .operatori_search_box .vertical button.collapsible {
  border: none;
  background-color: transparent;
  display: block;
  position: absolute;
  width: 100%;
}

.romagna_autentica .operatori_search_box .vertical .dropbutton {
  display: none;
}

.romagna_autentica .operatori_search_box .vertical .dropbutton.collapsed {
  display: block;
}

.romagna_autentica .operatori_search_box .vertical #collapse-events {
  padding: 1.8rem;
  background-color: #abcb33;
  background-image: linear-gradient(-180deg, #a9c932 0%, #abcb33 48%, #a9c932 80%);
  font-size: 1.6rem;
}

.romagna_autentica .operatori_search_box .vertical .fa-chevron-up {
  text-align: right;
  line-height: 4rem;
  color: white;
  margin-bottom: 1.8rem;
}

.romagna_autentica .operatori_search_box .vertical .form-group {
  background: #ffffff;
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
}

.romagna_autentica .operatori_search_box .vertical .form-group .col-form-label {
  line-height: 5rem;
}

.romagna_autentica .operatori_search_box .vertical .ert-text {
  border: none;
  font-size: 1.5rem;
  height: 60px;
  border-radius: 0;
  background-color: white;
}

.romagna_autentica .operatori_search_box .vertical .ert-text.line {
  border-bottom: 1px solid #495057;
  height: auto;
  margin-top: 14px;
}

.romagna_autentica .operatori_search_box .vertical .ert-text:focus {
  box-shadow: none;
}

.romagna_autentica .operatori_search_box .vertical button.search {
  border: none;
  position: absolute;
  bottom: -10rem;
  left: 5%;
  right: 5%;
  width: 90%;
  line-height: 4.4rem;
}

.romagna_autentica .operatori_search_box .vertical .datepicker-holder {
  padding-right: 0px;
}

.romagna_autentica .operatori_search_box .vertical .datepicker-holder * {
  cursor: pointer;
}

.romagna_autentica .operatori_search_box .vertical .datepicker-holder input[type=date]::-webkit-calendar-picker-indicator {
  width: 1.2rem;
  height: 0.7rem;
  -webkit-mask: url(/images/caret.svg);
          mask: url(/images/caret.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  -webkit-transition: 500ms ease;
  transition: 500ms ease;
  background-color: #686868;
}

.romagna_autentica .operatori_search_box .vertical .datepicker-holder .flatpickr-calendar.static {
  margin-left: -193px;
  margin-top: -184px;
  left: 50%;
  top: 50%;
}

.romagna_autentica .operatori_search_box .vertical .datepicker-holder .flatpickr-calendar.static.arrowBottom:after {
  display: none;
}

.romagna_autentica .operatori_search_box .vertical .datepicker-holder .flatpickr-calendar.static.arrowBottom:before {
  display: none;
}

.romagna_autentica .operatori_search_box .vertical .datepicker-holder .flatpickr-months .flatpickr-month {
  height: 32px;
}

.romagna_autentica .operatori_search_box .vertical .ert-dropdown * {
  cursor: pointer;
}

.romagna_autentica .operatori_search_box .vertical .ert-dropdown .ert-combo {
  background: #ffffff;
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
  line-height: 5rem;
  display: block;
  width: 100%;
  height: 60px;
  text-align: left;
}

.romagna_autentica .operatori_search_box .vertical .ert-dropdown .ert-combo::after {
  border: none;
}

.romagna_autentica .operatori_search_box .vertical .ert-dropdown .ert-combo i {
  transition: 500ms ease;
  transform: rotate(0);
  position: absolute;
  top: 2.25rem;
  right: 15px;
}

.romagna_autentica .operatori_search_box .vertical .ert-dropdown .ert-combo .button {
  padding: 0px;
}

.romagna_autentica .operatori_search_box .vertical .ert-dropdown .dropdown-menu {
  width: 100% !important;
  border: none;
  border-radius: 0;
  box-shadow: 0px 2px 2px 0px #a9a9a970;
  border-top: 1px solid #a9a9a970;
}

.romagna_autentica .operatori_search_box .vertical .ert-dropdown .dropdown-menu .dropdown-item {
  font-size: 1.5rem;
  line-height: 4rem;
}

.romagna_autentica .operatori_search_box .vertical .ert-dropdown .dropdown-menu .dropdown-item:active {
  background-color: #abcb33;
}

.romagna_autentica .operatori_search_box .vertical .ert-dropdown.show .ert-combo i {
  transform: rotate(180deg);
}

.romagna_autentica .operatori_search_box .vertical .bootstrap-select *:focus {
  box-shadow: none important;
}

.romagna_autentica .operatori_search_box .vertical .bootstrap-select button {
  font-size: 1.5rem;
  color: #848484;
  letter-spacing: 0.3px;
  border: none;
  font-size: 1.5rem;
  height: 60px;
  border-radius: 0;
  background-color: white;
}

.romagna_autentica .operatori_search_box .vertical .bootstrap-select button:after {
  content: "\F078";
  border: none;
}

.romagna_autentica .operatori_search_box .vertical .bootstrap-select .dropdown-menu {
  width: 100% !important;
  border: none;
  border-radius: 0;
  box-shadow: 0px 2px 2px 0px #a9a9a970;
  border-top: 1px solid #a9a9a970;
}

.romagna_autentica .operatori_search_box .vertical .bootstrap-select .dropdown-menu .dropdown-item {
  font-size: 1.5rem;
  line-height: 4rem;
}

.romagna_autentica .operatori_search_box .vertical .bootstrap-select .dropdown-menu .dropdown-item:active,
.romagna_autentica .operatori_search_box .vertical .bootstrap-select .dropdown-menu .dropdown-item.active {
  background-color: #abcb33;
}

.romagna_autentica .operatori_search_box .vertical .btn-er,
.romagna_autentica .operatori_search_box .vertical .instagram .instabutton div span,
.instagram .instabutton div .romagna_autentica .operatori_search_box .vertical span {
  margin-top: 18px;
}

.romagna_autentica .operatori_search_box .vertical .btn-er .fa-chevron-down,
.romagna_autentica .operatori_search_box .vertical .instagram .instabutton div span .fa-chevron-down,
.instagram .instabutton div .romagna_autentica .operatori_search_box .vertical span .fa-chevron-down {
  float: right;
  line-height: 4rem;
}

.romagna_autentica .home-boxes {
  background-color: #abcb33;
}

.romagna_autentica .content-box a {
  font-weight: bold;
  color: #abcb33;
}

.romagna_autentica .content-box a strong {
  color: #abcb33;
}

.romagna_autentica .content-box .btn-er,
.romagna_autentica .content-box .instagram .instabutton div span,
.instagram .instabutton div .romagna_autentica .content-box span {
  background-color: #abcb33;
  color: white;
}

.romagna_autentica .content-box h3.with-line {
  font-size: 1.8rem;
  color: #030303;
  letter-spacing: -0.43px;
  text-transform: uppercase;
  margin-bottom: 2.1rem;
}

.romagna_autentica .content-box h3.with-line::before {
  content: "";
  display: block;
  height: 3px;
  background: #0e797b;
  width: 100%;
  max-width: 32rem;
  margin-left: 0;
  margin-right: 0;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.romagna_autentica *:focus {
  outline: 1px solid #abcb33;
  outline-offset: -1px;
}

.romagna_autentica .bootstrap-select .dropdown-toggle:focus {
  outline: 1px solid #abcb33;
  outline-offset: -1px;
}

.romagna_autentica a:hover {
  outline: 1px solid #bcd65b;
}

.romagna_autentica a:active {
  outline: 1px solid #abcb33;
}

.romagna_autentica .events-list {
  font-size: 1.4rem;
}

.romagna_autentica .section-list {
  display: block;
  text-align: right;
}

.romagna_autentica .section-list a {
  font-size: 2rem;
  color: #abcb33;
}

.romagna_autentica .events-list dt,
.romagna_autentica .section-list dt,
.romagna_autentica .iat-list dt {
  text-transform: uppercase;
  font-size: 1.5rem;
  line-height: 1.5;
  color: #111;
  letter-spacing: -0.38px;
  font-weight: 600;
  margin-top: 1.4rem;
}

.romagna_autentica .events-list dd,
.romagna_autentica .section-list dd,
.romagna_autentica .iat-list dd {
  font-size: 1.6rem;
  margin-bottom: 0.6rem;
  line-height: 1.5;
  color: #030303;
}

.romagna_autentica .events-list dd i,
.romagna_autentica .section-list dd i,
.romagna_autentica .iat-list dd i {
  margin-right: 0.6rem;
}

.romagna_autentica .events-list ul,
.romagna_autentica .section-list ul,
.romagna_autentica .iat-list ul {
  list-style: none;
  padding-inline-start: 0;
}

.romagna_autentica .events-list ul li,
.romagna_autentica .section-list ul li,
.romagna_autentica .iat-list ul li {
  font-size: 1.5rem;
  color: #030303;
  margin-top: 0.6rem;
  line-height: 1.5;
}

.romagna_autentica .events-list ul.tappe-list,
.romagna_autentica .section-list ul.tappe-list,
.romagna_autentica .iat-list ul.tappe-list {
  list-style: none;
  padding-inline-start: 0;
}

.romagna_autentica .events-list ul.tappe-list li,
.romagna_autentica .section-list ul.tappe-list li,
.romagna_autentica .iat-list ul.tappe-list li {
  font-size: 1.6rem;
  line-height: 1.5;
  color: #030303;
}

.romagna_autentica .tickets-list {
  display: flex;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #111;
  letter-spacing: -0.38px;
  font-weight: 600;
  margin-top: 1.4rem;
}

.romagna_autentica .tickets-list i {
  margin-top: 0.6rem;
}

.romagna_autentica .tickets-list li {
  color: #030303;
  font-size: 1.6rem;
  margin-left: 1.2rem;
}

.romagna_autentica .tickets-list li i {
  margin-right: 0.6rem;
}

.romagna_autentica .address * {
  color: white;
}

.romagna_autentica .top-title-box {
  padding: 0rem;
  text-align: center;
}

.romagna_autentica .top-title-box.no-image {
  padding-top: 10rem;
}

.romagna_autentica .top-title-box.no-image .er-logo-top {
  margin: 0 auto;
  display: block;
  margin-bottom: 10rem;
}

.romagna_autentica .top-title-box h1 {
  font-size: 3rem;
  color: #abcb33;
  letter-spacing: -1.01px;
  line-height: 4rem;
  margin: 2rem 0;
}

.romagna_autentica .top-title-box h2 {
  font-size: 2rem;
  line-height: 1.5;
  color: #000;
  letter-spacing: -0.58px;
}

.romagna_autentica .top-title-box .breadcrumb {
  opacity: 0.6;
  font-size: 1.5rem;
  letter-spacing: -0.38px;
  padding: 0;
  margin: 0;
  color: #abcb33;
  background-color: #fff;
}

.romagna_autentica .top-title-box .breadcrumb .breadcrumb-item::before,
.romagna_autentica .top-title-box .breadcrumb a {
  color: #abcb33;
}

@media (min-width: 992px) {
  .romagna_autentica .top-title-box h1 {
    line-height: 7rem;
    font-size: 7rem;
    margin-top: 3rem;
  }

  .romagna_autentica .top-title-box h2 {
    font-size: 2rem;
    line-height: 1.5rem;
  }

  .romagna_autentica .top-title-box .breadcrumb {
    font-size: 1.9rem;
  }
}

.romagna_autentica .image-box-with-border {
  margin: 2rem 0;
  border-top: 64px solid #abcb33;
}

.romagna_autentica .image-box-with-border img {
  -o-object-fit: cover;
     object-fit: cover;
}

.romagna_autentica .top-image {
  transition: background-image 1s ease-in-out;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 20px;
}

.romagna_autentica .top-image .logo {
  position: absolute;
  width: 30rem;
  bottom: 20px;
  left: 50%;
  margin-left: -15rem;
}

.romagna_autentica .top-image.no-mask {
  height: 600px;
}

.romagna_autentica .top-image .mask {
  z-index: 997;
  position: relative;
  width: 100%;
}

@media (min-width: 992px) {
  .romagna_autentica .top-image:after {
    position: absolute;
    content: "";
    left: 0px;
    bottom: -20px;
    width: 100%;
    height: 20px;
    transform: rotate(-180deg);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(255, 255, 255, 0.12) 12%, #e6e6e6);
  }
}

.romagna_autentica .info-box {
  position: relative;
  z-index: 0;
  border-right: 1px solid #e6e6e6;
  border-left: 7px solid #abcb33;
  background-color: white;
  padding: 0.1rem 1.5rem;
}

.romagna_autentica .info-box h3 {
  font-weight: bold;
  font-size: 1.9rem;
}

.romagna_autentica .info-box .referente {
  font-size: 1.7rem;
  line-height: 1.8rem;
  color: #000;
  letter-spacing: -0.41px;
}

@media (min-width: 768px) {
  .romagna_autentica .info-box {
    position: sticky;
    position: -webkit-sticky;
    top: 68px;
  }
}

.romagna_autentica .info-box:after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: -8px;
  height: 8px;
  left: 0px;
  z-index: -1;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.01) 30%, rgba(0, 0, 0, 0.03) 50%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0.08) 90%, rgba(0, 0, 0, 0.09) 96%, rgba(0, 0, 0, 0.1) 100%);
}

.romagna_autentica .info-box:after {
  width: calc(100% + 8px);
  left: -7px;
}

@media (max-width: 991.98px) {
  .romagna_autentica .info-box {
    width: auto;
    max-width: 60%;
    min-width: 300px;
    margin: 20px auto;
    display: block;
  }
}

@media (min-width: 992px) {
  .romagna_autentica .info-box {
    margin-top: 2.2rem;
  }
}

.romagna_autentica .info-box li {
  padding: 1.1rem 0;
}

.romagna_autentica .info-box li .icon {
  font-size: 2.8rem;
  line-height: 3.3rem;
  margin-right: 1rem;
  float: left;
}

.romagna_autentica .info-box li .info .title {
  text-transform: uppercase;
  font-size: 1.2rem;
  line-height: 1.5rem;
  color: #787878;
  letter-spacing: -0.38px;
}

.romagna_autentica .info-box li .info .value {
  font-size: 1.7rem;
  line-height: 1.8rem;
  color: #000000;
  letter-spacing: -0.41px;
  display: table;
}

.romagna_autentica .info-box li .info .value a {
  word-break: break-all;
}

@media (max-width: 991.98px) {
  .romagna_autentica .info-box li.bookmarks {
    display: none;
  }
}

.romagna_autentica .info-box .title-index {
  text-transform: uppercase;
  font-size: 1.4rem;
  line-height: 3rem;
  letter-spacing: -0.38px;
}

.romagna_autentica .info-box .bookmarks {
  display: inline-block;
}

.romagna_autentica .info-box .bookmarks ul li {
  padding: 0.5rem 0;
  width: 100%;
}

.romagna_autentica .info-box .bookmarks ul li a {
  font-size: 1.4rem;
  line-height: 1.5rem;
  color: #000000;
  letter-spacing: -0.41px;
}

.romagna_autentica .info-box .bookmarks ul li a.active {
  text-decoration: underline;
}

.romagna_autentica #bookmarks-index {
  margin-top: 8rem;
}

.romagna_autentica #bookmarks-index .info {
  padding: 2.1rem;
}

.romagna_autentica #bookmarks-index h4 {
  font-size: 1.8rem;
}

@media (min-width: 768px) {
  .romagna_autentica #bookmarks-index {
    display: none;
  }
}

.romagna_autentica blockquote:before {
  color: #adcd36;
}

.romagna_autentica .btn-er,
.romagna_autentica .instagram .instabutton div span,
.instagram .instabutton div .romagna_autentica span,
.romagna_autentica.btn {
  background: #abcb33;
}

.romagna_autentica hr {
  height: 3px;
  background: #abcb33;
  width: 100%;
  max-width: 32rem;
  margin-left: 0;
  margin-right: 0;
  margin-top: 1rem;
  margin-bottom: 2rem;
}

.romagna_autentica .section h2 {
  margin-top: 4.5rem;
  margin-bottom: 4.5rem;
  font-size: 4.42rem;
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.18;
  letter-spacing: -1.07px;
  text-align: center;
  color: black;
  /*text-decoration: underline;*/
}

.romagna_autentica .section h2 a {
  color: black;
}

.romagna_autentica .section h3 {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
  font-size: 3.42rem;
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.18;
  letter-spacing: -1.07px;
  text-align: center;
  color: black;
  text-transform: uppercase;
  /*text-decoration: underline;*/
}

.romagna_autentica .section h3 a {
  color: black;
}

.romagna_autentica .section .gallery {
  position: relative;
  padding-bottom: 33px;
}

.romagna_autentica .section .gallery .swiper-button-next,
.romagna_autentica .section .gallery .swiper-container-rtl .swiper-button-prev,
.romagna_autentica .section .gallery .swiper-button-prev,
.romagna_autentica .section .gallery .swiper-container-rtl .swiper-button-next {
  background-position: center;
  width: 7.2rem;
  bottom: 33px;
  height: auto;
  top: 0px;
  margin: 0px;
  left: auto;
}

.romagna_autentica .section .gallery .swiper-button-next svg,
.romagna_autentica .section .gallery .swiper-container-rtl .swiper-button-prev svg,
.romagna_autentica .section .gallery .swiper-button-prev svg,
.romagna_autentica .section .gallery .swiper-container-rtl .swiper-button-next svg {
  top: 50%;
  left: 2.1rem;
  position: absolute;
  width: 3rem;
  height: 3rem;
  margin-top: -1.5rem;
  filter: drop-shadow(0px 3px 3px black);
}

.romagna_autentica .section .gallery .swiper-button-next,
.romagna_autentica .section .gallery .swiper-button-prev,
.romagna_autentica .section .gallery .swiper-container-rtl .swiper-button-prev,
.romagna_autentica .section .gallery .swiper-container-rtl .swiper-button-next {
  fill: #fff;
}

.romagna_autentica .section .gallery .swiper-button-next,
.romagna_autentica .section .gallery .swiper-container-rtl .swiper-button-prev {
  right: 0px;
}

.romagna_autentica .section .gallery .swiper-button-prev,
.romagna_autentica .section .gallery .swiper-container-rtl .swiper-button-next {
  left: 0px;
}

.romagna_autentica .section .gallery .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #abcb33;
}

.romagna_autentica .section .gallery .swiper-pagination-bullet {
  border: 1px solid #abcb33;
}

.romagna_autentica .section .gallery .swiper-pagination-bullets {
  bottom: 2px;
}

.romagna_autentica .section .gallery .swiper-slide .carousel-content {
  background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.07) 8%, rgba(0, 0, 0, 0.45) 68%);
  position: absolute;
  left: 0rem;
  bottom: 0rem;
  right: 0rem;
  width: auto;
  padding: 10rem 2rem 2rem 2rem;
  font-size: 2.6rem;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.63px;
  text-align: center;
  color: #ffffff;
}

.romagna_autentica .section .gallery .swiper-slide .carousel-content a {
  color: #ffffff !important;
}

.romagna_autentica .section .card-carousel .nodefault.swiper-button-prev::after,
.romagna_autentica .section .card-carousel .nodefault.swiper-button-prev::before,
.romagna_autentica .section .card-carousel .nodefault.swiper-button-next::after,
.romagna_autentica .section .card-carousel .nodefault.swiper-button-next::before {
  content: unset;
}

.romagna_autentica .section .card-carousel .swiper-slide {
  height: auto;
  margin-bottom: 5rem;
}

.romagna_autentica .section .card-carousel .swiper-slide .iv-wrapper,
.romagna_autentica .section .card-carousel .swiper-slide a .iv-wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

.romagna_autentica .section .card-carousel .swiper-slide .iv-wrapper > div,
.romagna_autentica .section .card-carousel .swiper-slide a .iv-wrapper > div {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: start;
}

.romagna_autentica .section .card-carousel .swiper-slide .iv-wrapper .image,
.romagna_autentica .section .card-carousel .swiper-slide a .iv-wrapper .image {
  min-height: 23rem;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.romagna_autentica .section .card-carousel .swiper-slide .iv-wrapper .content,
.romagna_autentica .section .card-carousel .swiper-slide a .iv-wrapper .content {
  background: #ffffff;
  border: 0 solid #000000;
  position: relative;
  padding: 2rem 2.1rem 4rem;
  position: relative;
  z-index: 0;
}

.romagna_autentica .section .card-carousel .swiper-slide .iv-wrapper .content:after,
.romagna_autentica .section .card-carousel .swiper-slide a .iv-wrapper .content:after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: -4px;
  height: 4px;
  left: 0px;
  z-index: -1;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.01) 30%, rgba(0, 0, 0, 0.03) 50%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0.08) 90%, rgba(0, 0, 0, 0.09) 96%, rgba(0, 0, 0, 0.1) 100%);
}

.romagna_autentica .section .card-carousel .swiper-slide .iv-wrapper .content h3,
.romagna_autentica .section .card-carousel .swiper-slide a .iv-wrapper .content h3 {
  font-size: 2rem;
  color: #030303;
  letter-spacing: -0.48px;
  text-align: left;
}

.romagna_autentica .section .card-carousel .swiper-slide .iv-wrapper .content p,
.romagna_autentica .section .card-carousel .swiper-slide .iv-wrapper .content p a,
.romagna_autentica .section .card-carousel .swiper-slide .iv-wrapper .content a p,
.romagna_autentica .section .card-carousel .swiper-slide a .iv-wrapper .content p,
.romagna_autentica .section .card-carousel .swiper-slide a .iv-wrapper .content p a,
.romagna_autentica .section .card-carousel .swiper-slide a .iv-wrapper .content a p {
  font-size: 1.5rem;
  color: #030303;
  letter-spacing: -0.38px;
  margin-bottom: 0px;
}

.romagna_autentica .section .card-carousel .swiper-slide .iv-wrapper .content p .readmore,
.romagna_autentica .section .card-carousel .swiper-slide .iv-wrapper .content p a .readmore,
.romagna_autentica .section .card-carousel .swiper-slide .iv-wrapper .content a p .readmore,
.romagna_autentica .section .card-carousel .swiper-slide a .iv-wrapper .content p .readmore,
.romagna_autentica .section .card-carousel .swiper-slide a .iv-wrapper .content p a .readmore,
.romagna_autentica .section .card-carousel .swiper-slide a .iv-wrapper .content a p .readmore {
  font-style: italic;
  color: #89a229;
  display: block;
  margin-top: 1rem;
}

.romagna_autentica .section .card-carousel .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border: 1px solid #abcb33;
  background: none;
  opacity: 1;
}

.romagna_autentica .section .card-carousel .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #abcb33;
}

.romagna_autentica .section .card-carousel .swiper-button-next,
.romagna_autentica .section .card-carousel .swiper-container-rtl .swiper-button-prev,
.romagna_autentica .section .card-carousel .swiper-button-prev,
.romagna_autentica .section .card-carousel .swiper-container-rtl .swiper-button-next {
  background-image: none;
  width: 4rem;
  height: 23rem;
  top: 0px;
  margin: 0px;
  left: auto;
}

.romagna_autentica .section .card-carousel .swiper-button-next svg,
.romagna_autentica .section .card-carousel .swiper-container-rtl .swiper-button-prev svg,
.romagna_autentica .section .card-carousel .swiper-button-prev svg,
.romagna_autentica .section .card-carousel .swiper-container-rtl .swiper-button-next svg {
  top: 50%;
  left: 50%;
  position: absolute;
  width: 3rem;
  height: 3rem;
  margin-top: -1.5rem;
  margin-left: -1.5rem;
  filter: drop-shadow(0px 3px 3px black);
}

.romagna_autentica .section .card-carousel .swiper-button-next,
.romagna_autentica .section .card-carousel .swiper-button-prev,
.romagna_autentica .section .card-carousel .swiper-container-rtl .swiper-button-prev,
.romagna_autentica .section .card-carousel .swiper-container-rtl .swiper-button-next {
  fill: #fff;
}

.romagna_autentica .section .card-carousel .swiper-button-next,
.romagna_autentica .section .card-carousel .swiper-container-rtl .swiper-button-prev {
  right: 0px;
}

.romagna_autentica .section .card-carousel .swiper-button-prev,
.romagna_autentica .section .card-carousel .swiper-container-rtl .swiper-button-next {
  left: 0px;
}

.romagna_autentica .section .sassibox-item,
.romagna_autentica .section a .sassibox-item {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 5rem;
}

.romagna_autentica .section .sassibox-item > div,
.romagna_autentica .section a .sassibox-item > div {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.romagna_autentica .section .sassibox-item .image,
.romagna_autentica .section a .sassibox-item .image {
  min-height: 23rem;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.romagna_autentica .section .sassibox-item .content,
.romagna_autentica .section a .sassibox-item .content {
  background: #ffffff;
  border: 0 solid #000000;
  position: relative;
  padding: 1rem 0;
  position: relative;
  z-index: 0;
}

.romagna_autentica .section .sassibox-item .content:after,
.romagna_autentica .section a .sassibox-item .content:after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: -4px;
  height: 4px;
  left: 0px;
  z-index: -1;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.01) 30%, rgba(0, 0, 0, 0.03) 50%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0.08) 90%, rgba(0, 0, 0, 0.09) 96%, rgba(0, 0, 0, 0.1) 100%);
}

.romagna_autentica .section .sassibox-item .content h4,
.romagna_autentica .section a .sassibox-item .content h4 {
  font-size: 2rem;
  color: #030303;
  letter-spacing: -0.48px;
  text-align: left;
}

.romagna_autentica .section .sassibox-item .content p,
.romagna_autentica .section .sassibox-item .content span,
.romagna_autentica .section .sassibox-item .content a span,
.romagna_autentica .section .sassibox-item .content span a,
.romagna_autentica .section .sassibox-item .content p a,
.romagna_autentica .section .sassibox-item .content a p,
.romagna_autentica .section a .sassibox-item .content p,
.romagna_autentica .section a .sassibox-item .content span,
.romagna_autentica .section a .sassibox-item .content a span,
.romagna_autentica .section a .sassibox-item .content span a,
.romagna_autentica .section a .sassibox-item .content p a,
.romagna_autentica .section a .sassibox-item .content a p {
  font-size: 1.5rem;
  color: #030303;
  letter-spacing: -0.38px;
}

.romagna_autentica .section .sassibox-item .content .action,
.romagna_autentica .section a .sassibox-item .content .action {
  margin: 10px 0;
}

.romagna_autentica .section .sassibox-item .content .action button,
.romagna_autentica .section a .sassibox-item .content .action button {
  font-family: "Open Sans", sans-serif !important;
}

.romagna_autentica .section .sassibox-item .content .readmore,
.romagna_autentica .section a .sassibox-item .content .readmore {
  border: 1px solid transparent;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  padding: 6px 12px;
  text-align: center;
  vertical-align: middle;
  width: -moz-fit-content;
  width: fit-content;
  text-transform: uppercase;
  background-color: #abcb33;
}

.culture .xp_search_box button span {
  color: white;
}

.culture .xp_search_box .city {
  color: white;
}

.culture .xp_search_box .horizontal {
  padding: 1rem;
  background-color: #4d3100;
  background-image: linear-gradient(-180deg, #4a2f00 0%, #4d3100 48%, #4a2f00 80%);
  font-size: 1.6rem;
}

.culture .xp_search_box .horizontal.collapsed {
  border-radius: 2px;
  box-shadow: -1px 0 3px 0 rgba(0, 0, 0, 0.25);
}

.culture .xp_search_box .horizontal .fa,
.culture .xp_search_box .horizontal .search .searchearchbox.vertical .bootstrap-select button:after,
.search .searchearchbox.vertical .bootstrap-select .culture .xp_search_box .horizontal button:after,
.culture .xp_search_box .search .searchearchbox.horizontal .control .bootstrap-select button:after,
.search .culture .xp_search_box .searchearchbox.horizontal .control .bootstrap-select button:after,
.culture .xp_search_box .horizontal .downloads .downloadsearchbox.vertical .bootstrap-select button:after,
.downloads .downloadsearchbox.vertical .bootstrap-select .culture .xp_search_box .horizontal button:after,
.culture .xp_search_box .downloads .downloadsearchbox.horizontal .control .bootstrap-select button:after,
.downloads .culture .xp_search_box .downloadsearchbox.horizontal .control .bootstrap-select button:after,
.culture .xp_search_box .horizontal .localita #searchbox-app .bootstrap-select button:after,
.localita #searchbox-app .bootstrap-select .culture .xp_search_box .horizontal button:after,
.culture .xp_search_box .horizontal .itinerari .searchbox .control .bootstrap-select button:after,
.itinerari .searchbox .control .bootstrap-select .culture .xp_search_box .horizontal button:after,
.culture .xp_search_box .itinerari .searchbox.horizontal .control .bootstrap-select button:after,
.itinerari .culture .xp_search_box .searchbox.horizontal .control .bootstrap-select button:after,
.culture .xp_search_box .horizontal .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .vertical .bootstrap-select .culture .xp_search_box .horizontal button:after,
.culture .xp_search_box .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .culture .xp_search_box .horizontal .control .bootstrap-select button:after,
.culture .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .culture .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.culture .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .culture .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.culture .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .culture .xp_search_box .horizontal .control .bootstrap-select button:after,
.culture .xp_search_box .horizontal .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .vertical .bootstrap-select .culture .xp_search_box .horizontal button:after,
.culture .xp_search_box .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .culture .xp_search_box .horizontal .control .bootstrap-select button:after,
.culture .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .culture .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.culture .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .culture .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.culture .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .culture .xp_search_box .horizontal .control .bootstrap-select button:after,
.culture .xp_search_box .horizontal .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .vertical .bootstrap-select .culture .xp_search_box .horizontal button:after,
.culture .xp_search_box .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .culture .xp_search_box .horizontal .control .bootstrap-select button:after,
.culture .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .culture .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.culture .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .culture .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.culture .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .culture .xp_search_box .horizontal .control .bootstrap-select button:after,
.culture .xp_search_box .horizontal .romagna-craft .operatori_search_box .vertical .bootstrap-select button:after,
.romagna-craft .operatori_search_box .vertical .bootstrap-select .culture .xp_search_box .horizontal button:after,
.culture .xp_search_box .romagna-craft .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna-craft .operatori_search_box .culture .xp_search_box .horizontal .control .bootstrap-select button:after,
.culture .romagna-craft .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna-craft .culture .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.culture .romagna-craft .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna-craft .culture .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.culture .romagna-craft .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna-craft .culture .xp_search_box .horizontal .control .bootstrap-select button:after,
.culture .xp_search_box .horizontal .spass .operatori_search_box .vertical .bootstrap-select button:after,
.spass .operatori_search_box .vertical .bootstrap-select .culture .xp_search_box .horizontal button:after,
.culture .xp_search_box .spass .operatori_search_box .horizontal .control .bootstrap-select button:after,
.spass .operatori_search_box .culture .xp_search_box .horizontal .control .bootstrap-select button:after,
.culture .spass .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.spass .culture .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.culture .spass .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.spass .culture .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.culture .spass .xp_search_box .horizontal .control .bootstrap-select button:after,
.spass .culture .xp_search_box .horizontal .control .bootstrap-select button:after,
.culture .xp_search_box .horizontal .natur .operatori_search_box .vertical .bootstrap-select button:after,
.natur .operatori_search_box .vertical .bootstrap-select .culture .xp_search_box .horizontal button:after,
.culture .xp_search_box .natur .operatori_search_box .horizontal .control .bootstrap-select button:after,
.natur .operatori_search_box .culture .xp_search_box .horizontal .control .bootstrap-select button:after,
.culture .natur .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.natur .culture .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.culture .natur .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.natur .culture .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.culture .natur .xp_search_box .horizontal .control .bootstrap-select button:after,
.natur .culture .xp_search_box .horizontal .control .bootstrap-select button:after,
.culture .xp_search_box .horizontal .kultur .operatori_search_box .vertical .bootstrap-select button:after,
.kultur .operatori_search_box .vertical .bootstrap-select .culture .xp_search_box .horizontal button:after,
.culture .xp_search_box .kultur .operatori_search_box .horizontal .control .bootstrap-select button:after,
.kultur .operatori_search_box .culture .xp_search_box .horizontal .control .bootstrap-select button:after,
.culture .kultur .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.kultur .culture .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.culture .kultur .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.kultur .culture .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.culture .kultur .xp_search_box .horizontal .control .bootstrap-select button:after,
.kultur .culture .xp_search_box .horizontal .control .bootstrap-select button:after,
.culture .xp_search_box .horizontal .pet .operatori_search_box .vertical .bootstrap-select button:after,
.pet .operatori_search_box .vertical .bootstrap-select .culture .xp_search_box .horizontal button:after,
.culture .xp_search_box .pet .operatori_search_box .horizontal .control .bootstrap-select button:after,
.pet .operatori_search_box .culture .xp_search_box .horizontal .control .bootstrap-select button:after,
.culture .pet .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.pet .culture .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.culture .pet .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.pet .culture .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.culture .pet .xp_search_box .horizontal .control .bootstrap-select button:after,
.pet .culture .xp_search_box .horizontal .control .bootstrap-select button:after,
.culture .xp_search_box .horizontal .default .operatori_search_box .vertical .bootstrap-select button:after,
.default .operatori_search_box .vertical .bootstrap-select .culture .xp_search_box .horizontal button:after,
.culture .xp_search_box .default .operatori_search_box .horizontal .control .bootstrap-select button:after,
.default .operatori_search_box .culture .xp_search_box .horizontal .control .bootstrap-select button:after,
.culture .default .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.default .culture .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.culture .default .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.default .culture .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.culture .default .xp_search_box .horizontal .control .bootstrap-select button:after,
.default .culture .xp_search_box .horizontal .control .bootstrap-select button:after,
.culture .xp_search_box .horizontal .liscio .operatori_search_box .vertical .bootstrap-select button:after,
.liscio .operatori_search_box .vertical .bootstrap-select .culture .xp_search_box .horizontal button:after,
.culture .xp_search_box .liscio .operatori_search_box .horizontal .control .bootstrap-select button:after,
.liscio .operatori_search_box .culture .xp_search_box .horizontal .control .bootstrap-select button:after,
.culture .liscio .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.liscio .culture .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.culture .liscio .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.liscio .culture .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.culture .liscio .xp_search_box .horizontal .control .bootstrap-select button:after,
.liscio .culture .xp_search_box .horizontal .control .bootstrap-select button:after,
.culture .xp_search_box .horizontal .romagna .operatori_search_box .vertical .bootstrap-select button:after,
.romagna .operatori_search_box .vertical .bootstrap-select .culture .xp_search_box .horizontal button:after,
.culture .xp_search_box .romagna .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna .operatori_search_box .culture .xp_search_box .horizontal .control .bootstrap-select button:after,
.culture .romagna .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna .culture .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.culture .romagna .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna .culture .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.culture .romagna .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna .culture .xp_search_box .horizontal .control .bootstrap-select button:after,
.culture .xp_search_box .horizontal .motorcycle .operatori_search_box .vertical .bootstrap-select button:after,
.motorcycle .operatori_search_box .vertical .bootstrap-select .culture .xp_search_box .horizontal button:after,
.culture .xp_search_box .motorcycle .operatori_search_box .horizontal .control .bootstrap-select button:after,
.motorcycle .operatori_search_box .culture .xp_search_box .horizontal .control .bootstrap-select button:after,
.culture .motorcycle .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.motorcycle .culture .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.culture .motorcycle .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.motorcycle .culture .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.culture .motorcycle .xp_search_box .horizontal .control .bootstrap-select button:after,
.motorcycle .culture .xp_search_box .horizontal .control .bootstrap-select button:after,
.culture .xp_search_box .horizontal .sport .operatori_search_box .vertical .bootstrap-select button:after,
.sport .operatori_search_box .vertical .bootstrap-select .culture .xp_search_box .horizontal button:after,
.culture .xp_search_box .sport .operatori_search_box .horizontal .control .bootstrap-select button:after,
.sport .operatori_search_box .culture .xp_search_box .horizontal .control .bootstrap-select button:after,
.culture .sport .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.sport .culture .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.culture .sport .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.sport .culture .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.culture .sport .xp_search_box .horizontal .control .bootstrap-select button:after,
.sport .culture .xp_search_box .horizontal .control .bootstrap-select button:after,
.culture .xp_search_box .horizontal .fun .operatori_search_box .vertical .bootstrap-select button:after,
.fun .operatori_search_box .vertical .bootstrap-select .culture .xp_search_box .horizontal button:after,
.culture .xp_search_box .fun .operatori_search_box .horizontal .control .bootstrap-select button:after,
.fun .operatori_search_box .culture .xp_search_box .horizontal .control .bootstrap-select button:after,
.culture .fun .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.fun .culture .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.culture .fun .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.fun .culture .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.culture .fun .xp_search_box .horizontal .control .bootstrap-select button:after,
.fun .culture .xp_search_box .horizontal .control .bootstrap-select button:after,
.culture .xp_search_box .horizontal .wellness .operatori_search_box .vertical .bootstrap-select button:after,
.wellness .operatori_search_box .vertical .bootstrap-select .culture .xp_search_box .horizontal button:after,
.culture .xp_search_box .wellness .operatori_search_box .horizontal .control .bootstrap-select button:after,
.wellness .operatori_search_box .culture .xp_search_box .horizontal .control .bootstrap-select button:after,
.culture .wellness .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.wellness .culture .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.culture .wellness .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.wellness .culture .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.culture .wellness .xp_search_box .horizontal .control .bootstrap-select button:after,
.wellness .culture .xp_search_box .horizontal .control .bootstrap-select button:after,
.culture .xp_search_box .horizontal .empire .operatori_search_box .vertical .bootstrap-select button:after,
.empire .operatori_search_box .vertical .bootstrap-select .culture .xp_search_box .horizontal button:after,
.culture .xp_search_box .empire .operatori_search_box .horizontal .control .bootstrap-select button:after,
.empire .operatori_search_box .culture .xp_search_box .horizontal .control .bootstrap-select button:after,
.culture .empire .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.empire .culture .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.culture .empire .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.empire .culture .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.culture .empire .xp_search_box .horizontal .control .bootstrap-select button:after,
.empire .culture .xp_search_box .horizontal .control .bootstrap-select button:after,
.culture .xp_search_box .horizontal .bike .operatori_search_box .vertical .bootstrap-select button:after,
.bike .operatori_search_box .vertical .bootstrap-select .culture .xp_search_box .horizontal button:after,
.culture .xp_search_box .bike .operatori_search_box .horizontal .control .bootstrap-select button:after,
.bike .operatori_search_box .culture .xp_search_box .horizontal .control .bootstrap-select button:after,
.culture .bike .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.bike .culture .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.culture .bike .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.bike .culture .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.culture .bike .xp_search_box .horizontal .control .bootstrap-select button:after,
.bike .culture .xp_search_box .horizontal .control .bootstrap-select button:after,
.culture .xp_search_box .horizontal .castle .operatori_search_box .vertical .bootstrap-select button:after,
.castle .operatori_search_box .vertical .bootstrap-select .culture .xp_search_box .horizontal button:after,
.culture .xp_search_box .castle .operatori_search_box .horizontal .control .bootstrap-select button:after,
.castle .operatori_search_box .culture .xp_search_box .horizontal .control .bootstrap-select button:after,
.culture .castle .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.castle .culture .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.culture .castle .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.castle .culture .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.culture .castle .xp_search_box .horizontal .control .bootstrap-select button:after,
.castle .culture .xp_search_box .horizontal .control .bootstrap-select button:after,
.culture .xp_search_box .horizontal .operatori_search_box .vertical .bootstrap-select button:after,
.culture .operatori_search_box .vertical .bootstrap-select .xp_search_box .horizontal button:after,
.culture .xp_search_box .operatori_search_box .horizontal .control .bootstrap-select button:after,
.culture .operatori_search_box .xp_search_box .horizontal .control .bootstrap-select button:after,
.culture .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.culture .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.culture .xp_search_box .horizontal .control .bootstrap-select button:after,
.culture .xp_search_box .events-homepage .header .eventsearchbox.horizontal .control .bootstrap-select button:after,
.events-homepage .header .culture .xp_search_box .eventsearchbox.horizontal .control .bootstrap-select button:after,
.culture .xp_search_box .horizontal .events-homepage .header .eventsearchbox.vertical .bootstrap-select button:after,
.events-homepage .header .eventsearchbox.vertical .bootstrap-select .culture .xp_search_box .horizontal button:after,
.culture .xp_search_box .events-page .header .eventsearchbox.horizontal .control .bootstrap-select button:after,
.events-page .header .culture .xp_search_box .eventsearchbox.horizontal .control .bootstrap-select button:after,
.culture .xp_search_box .horizontal .events-page .header .eventsearchbox.vertical .bootstrap-select button:after,
.events-page .header .eventsearchbox.vertical .bootstrap-select .culture .xp_search_box .horizontal button:after,
.culture .scopri .xp_search_box .horizontal .control .bootstrap-select button:after,
.scopri .culture .xp_search_box .horizontal .control .bootstrap-select button:after,
.culture .scopri .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.scopri .culture .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.culture .scopri .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.scopri .culture .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.culture .xp_search_box .scopri .operatori_search_box .horizontal .control .bootstrap-select button:after,
.scopri .operatori_search_box .culture .xp_search_box .horizontal .control .bootstrap-select button:after,
.culture .xp_search_box .horizontal .scopri .operatori_search_box .vertical .bootstrap-select button:after,
.scopri .operatori_search_box .vertical .bootstrap-select .culture .xp_search_box .horizontal button:after,
.culture .idee .xp_search_box .horizontal .control .bootstrap-select button:after,
.idee .culture .xp_search_box .horizontal .control .bootstrap-select button:after,
.culture .idee .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.idee .culture .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.culture .idee .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.idee .culture .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.culture .xp_search_box .idee .operatori_search_box .horizontal .control .bootstrap-select button:after,
.idee .operatori_search_box .culture .xp_search_box .horizontal .control .bootstrap-select button:after,
.culture .xp_search_box .horizontal .idee .operatori_search_box .vertical .bootstrap-select button:after,
.idee .operatori_search_box .vertical .bootstrap-select .culture .xp_search_box .horizontal button:after,
.culture .eventi .xp_search_box .horizontal .control .bootstrap-select button:after,
.eventi .culture .xp_search_box .horizontal .control .bootstrap-select button:after,
.culture .eventi .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.eventi .culture .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.culture .eventi .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.eventi .culture .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.culture .xp_search_box .eventi .operatori_search_box .horizontal .control .bootstrap-select button:after,
.eventi .operatori_search_box .culture .xp_search_box .horizontal .control .bootstrap-select button:after,
.culture .xp_search_box .horizontal .eventi .operatori_search_box .vertical .bootstrap-select button:after,
.eventi .operatori_search_box .vertical .bootstrap-select .culture .xp_search_box .horizontal button:after,
.culture .pianifica .xp_search_box .horizontal .control .bootstrap-select button:after,
.pianifica .culture .xp_search_box .horizontal .control .bootstrap-select button:after,
.culture .pianifica .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.pianifica .culture .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.culture .pianifica .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.pianifica .culture .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.culture .xp_search_box .pianifica .operatori_search_box .horizontal .control .bootstrap-select button:after,
.pianifica .operatori_search_box .culture .xp_search_box .horizontal .control .bootstrap-select button:after,
.culture .xp_search_box .horizontal .pianifica .operatori_search_box .vertical .bootstrap-select button:after,
.pianifica .operatori_search_box .vertical .bootstrap-select .culture .xp_search_box .horizontal button:after,
.culture .esperienze .xp_search_box .horizontal .control .bootstrap-select button:after,
.esperienze .culture .xp_search_box .horizontal .control .bootstrap-select button:after,
.culture .esperienze .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.esperienze .culture .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.culture .esperienze .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.esperienze .culture .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.culture .xp_search_box .esperienze .operatori_search_box .horizontal .control .bootstrap-select button:after,
.esperienze .operatori_search_box .culture .xp_search_box .horizontal .control .bootstrap-select button:after,
.culture .xp_search_box .horizontal .esperienze .operatori_search_box .vertical .bootstrap-select button:after,
.esperienze .operatori_search_box .vertical .bootstrap-select .culture .xp_search_box .horizontal button:after,
.culture .news .xp_search_box .horizontal .control .bootstrap-select button:after,
.news .culture .xp_search_box .horizontal .control .bootstrap-select button:after,
.culture .news .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.news .culture .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.culture .news .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.news .culture .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.culture .xp_search_box .news .operatori_search_box .horizontal .control .bootstrap-select button:after,
.news .operatori_search_box .culture .xp_search_box .horizontal .control .bootstrap-select button:after,
.culture .xp_search_box .horizontal .news .operatori_search_box .vertical .bootstrap-select button:after,
.news .operatori_search_box .vertical .bootstrap-select .culture .xp_search_box .horizontal button:after,
.culture .iat .xp_search_box .horizontal .control .bootstrap-select button:after,
.iat .culture .xp_search_box .horizontal .control .bootstrap-select button:after,
.culture .iat .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.iat .culture .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.culture .iat .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.iat .culture .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.culture .xp_search_box .iat .operatori_search_box .horizontal .control .bootstrap-select button:after,
.iat .operatori_search_box .culture .xp_search_box .horizontal .control .bootstrap-select button:after,
.culture .xp_search_box .horizontal .iat .operatori_search_box .vertical .bootstrap-select button:after,
.iat .operatori_search_box .vertical .bootstrap-select .culture .xp_search_box .horizontal button:after,
.culture .meteo .xp_search_box .horizontal .control .bootstrap-select button:after,
.meteo .culture .xp_search_box .horizontal .control .bootstrap-select button:after,
.culture .meteo .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.meteo .culture .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.culture .meteo .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.meteo .culture .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.culture .xp_search_box .meteo .operatori_search_box .horizontal .control .bootstrap-select button:after,
.meteo .operatori_search_box .culture .xp_search_box .horizontal .control .bootstrap-select button:after,
.culture .xp_search_box .horizontal .meteo .operatori_search_box .vertical .bootstrap-select button:after,
.meteo .operatori_search_box .vertical .bootstrap-select .culture .xp_search_box .horizontal button:after,
.culture .odm .xp_search_box .horizontal .control .bootstrap-select button:after,
.odm .culture .xp_search_box .horizontal .control .bootstrap-select button:after,
.culture .odm .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.odm .culture .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.culture .odm .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.odm .culture .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.culture .xp_search_box .odm .operatori_search_box .horizontal .control .bootstrap-select button:after,
.odm .operatori_search_box .culture .xp_search_box .horizontal .control .bootstrap-select button:after,
.culture .xp_search_box .horizontal .odm .operatori_search_box .vertical .bootstrap-select button:after,
.odm .operatori_search_box .vertical .bootstrap-select .culture .xp_search_box .horizontal button:after,
.culture .booking .xp_search_box .horizontal .control .bootstrap-select button:after,
.booking .culture .xp_search_box .horizontal .control .bootstrap-select button:after,
.culture .booking .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.booking .culture .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.culture .booking .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.booking .culture .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.culture .xp_search_box .booking .operatori_search_box .horizontal .control .bootstrap-select button:after,
.booking .operatori_search_box .culture .xp_search_box .horizontal .control .bootstrap-select button:after,
.culture .xp_search_box .horizontal .booking .operatori_search_box .vertical .bootstrap-select button:after,
.booking .operatori_search_box .vertical .bootstrap-select .culture .xp_search_box .horizontal button:after,
.culture .rock .xp_search_box .horizontal .control .bootstrap-select button:after,
.rock .culture .xp_search_box .horizontal .control .bootstrap-select button:after,
.culture .rock .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.rock .culture .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.culture .rock .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.rock .culture .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.culture .xp_search_box .rock .operatori_search_box .horizontal .control .bootstrap-select button:after,
.rock .operatori_search_box .culture .xp_search_box .horizontal .control .bootstrap-select button:after,
.culture .xp_search_box .horizontal .rock .operatori_search_box .vertical .bootstrap-select button:after,
.rock .operatori_search_box .vertical .bootstrap-select .culture .xp_search_box .horizontal button:after,
.culture .beach .xp_search_box .horizontal .control .bootstrap-select button:after,
.beach .culture .xp_search_box .horizontal .control .bootstrap-select button:after,
.culture .beach .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.beach .culture .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.culture .beach .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.beach .culture .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.culture .xp_search_box .beach .operatori_search_box .horizontal .control .bootstrap-select button:after,
.beach .operatori_search_box .culture .xp_search_box .horizontal .control .bootstrap-select button:after,
.culture .xp_search_box .horizontal .beach .operatori_search_box .vertical .bootstrap-select button:after,
.beach .operatori_search_box .vertical .bootstrap-select .culture .xp_search_box .horizontal button:after,
.culture .food .xp_search_box .horizontal .control .bootstrap-select button:after,
.food .culture .xp_search_box .horizontal .control .bootstrap-select button:after,
.culture .food .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.food .culture .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.culture .food .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.food .culture .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.culture .xp_search_box .food .operatori_search_box .horizontal .control .bootstrap-select button:after,
.food .operatori_search_box .culture .xp_search_box .horizontal .control .bootstrap-select button:after,
.culture .xp_search_box .horizontal .food .operatori_search_box .vertical .bootstrap-select button:after,
.food .operatori_search_box .vertical .bootstrap-select .culture .xp_search_box .horizontal button:after,
.culture .nature .xp_search_box .horizontal .control .bootstrap-select button:after,
.nature .culture .xp_search_box .horizontal .control .bootstrap-select button:after,
.culture .nature .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.nature .culture .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.culture .nature .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.nature .culture .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.culture .xp_search_box .nature .operatori_search_box .horizontal .control .bootstrap-select button:after,
.nature .operatori_search_box .culture .xp_search_box .horizontal .control .bootstrap-select button:after,
.culture .xp_search_box .horizontal .nature .operatori_search_box .vertical .bootstrap-select button:after,
.nature .operatori_search_box .vertical .bootstrap-select .culture .xp_search_box .horizontal button:after,
.culture .romagna_autentica .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna_autentica .culture .xp_search_box .horizontal .control .bootstrap-select button:after,
.culture .romagna_autentica .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna_autentica .culture .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.culture .romagna_autentica .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna_autentica .culture .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.culture .xp_search_box .romagna_autentica .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna_autentica .operatori_search_box .culture .xp_search_box .horizontal .control .bootstrap-select button:after,
.culture .xp_search_box .horizontal .romagna_autentica .operatori_search_box .vertical .bootstrap-select button:after,
.romagna_autentica .operatori_search_box .vertical .bootstrap-select .culture .xp_search_box .horizontal button:after {
  line-height: 2.2rem;
}

.culture .xp_search_box .horizontal button.collapsible {
  border: none;
  background-color: transparent;
  display: block;
  width: 100%;
  font-size: 1.6rem;
  color: #ffffff;
  letter-spacing: -0.41px;
  text-align: left;
  text-transform: uppercase;
  display: block;
}

.culture .xp_search_box .horizontal .control {
  padding: 0.5rem 1rem;
  height: 5rem;
  background-color: white;
  margin: 0.5rem;
}

.culture .xp_search_box .horizontal .control.btn-holder {
  min-width: 2rem;
  width: auto;
  padding: 0px;
}

.culture .xp_search_box .horizontal .control.btn-holder button {
  width: 100%;
  border: none;
  background-color: #1a1100;
  height: 100%;
  font-size: 1.6rem;
  color: #ffffff;
  letter-spacing: -0.41px;
  text-align: center;
  text-transform: uppercase;
  display: block;
  padding: 0px;
}

.culture .xp_search_box .horizontal .control .ert-dropdown {
  width: 100%;
}

.culture .xp_search_box .horizontal .control .ert-dropdown * {
  cursor: pointer;
}

.culture .xp_search_box .horizontal .control .ert-dropdown .ert-combo {
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
  display: block;
  text-align: left;
}

.culture .xp_search_box .horizontal .control .ert-dropdown .ert-combo::after {
  border: none;
}

.culture .xp_search_box .horizontal .control .ert-dropdown .ert-combo i {
  transition: 500ms ease;
  transform: rotate(0);
  position: absolute;
  top: 2.25rem;
  right: 15px;
}

.culture .xp_search_box .horizontal .control .ert-dropdown .ert-combo .button {
  padding: 0px;
}

.culture .xp_search_box .horizontal .control .ert-dropdown.show .ert-combo i {
  transform: rotate(180deg);
}

.culture .xp_search_box .horizontal .control .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: auto;
}

.culture .xp_search_box .horizontal .control .bootstrap-select {
  margin-top: -1px;
}

.culture .xp_search_box .horizontal .control .bootstrap-select *:focus {
  box-shadow: none important;
}

.culture .xp_search_box .horizontal .control .bootstrap-select button {
  padding: 0px;
  font-size: 1.5rem;
  background: #ffffff;
  color: #848484;
  letter-spacing: 0.3px;
  border: none;
  border-radius: 0;
}

.culture .xp_search_box .horizontal .control .bootstrap-select button:after {
  content: "\F078";
  border: none;
}

.culture .xp_search_box .horizontal .control .bootstrap-select .dropdown-menu {
  width: 100% !important;
  border: none;
  border-radius: 0;
  box-shadow: 0px 2px 2px 0px #a9a9a970;
  border-top: 1px solid #a9a9a970;
}

.culture .xp_search_box .horizontal .control .bootstrap-select .dropdown-menu.inner.show {
  border-top: none;
}

.culture .xp_search_box .horizontal .control .bootstrap-select .dropdown-menu .dropdown-item {
  font-size: 1.5rem;
  line-height: 4rem;
}

.culture .xp_search_box .horizontal .control .bootstrap-select .dropdown-menu .dropdown-item:active,
.culture .xp_search_box .horizontal .control .bootstrap-select .dropdown-menu .dropdown-item.active {
  background-color: #4d3100;
}

.culture .xp_search_box .horizontal .control label {
  background: #ffffff;
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
  line-height: 2.4rem;
  margin-bottom: 0px;
  margin-right: 0.5rem;
}

@media (max-width: 768px) {
  .culture .xp_search_box .horizontal .control label {
    min-width: 6.2rem;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .culture .xp_search_box .horizontal .control label {
    display: none;
  }
}

.culture .xp_search_box .horizontal .control .flatpickr-mobile.form-control {
  padding: 1px 0;
}

.culture .xp_search_box .horizontal .control input[type=text],
.culture .xp_search_box .horizontal .control input[type=date] {
  border: none;
  font-size: 1.5rem;
  border-radius: 0;
  background-color: white;
  border-bottom: 1px solid #495057;
  min-width: 0;
  height: auto;
}

.culture .xp_search_box .horizontal .control input[type=text]:focus,
.culture .xp_search_box .horizontal .control input[type=date]:focus {
  box-shadow: none;
}

.culture .xp_search_box .vertical {
  max-width: 30rem;
  z-index: 10;
  position: relative;
  height: 4.4rem;
  margin: 0 auto;
}

.culture .xp_search_box .vertical button.collapsible {
  border: none;
  background-color: transparent;
  display: block;
  position: absolute;
  width: 100%;
}

.culture .xp_search_box .vertical .dropbutton {
  display: none;
}

.culture .xp_search_box .vertical .dropbutton.collapsed {
  display: block;
}

.culture .xp_search_box .vertical #collapse-events {
  padding: 1.8rem;
  background-color: #4d3100;
  background-image: linear-gradient(-180deg, #4a2f00 0%, #4d3100 48%, #4a2f00 80%);
  font-size: 1.6rem;
}

.culture .xp_search_box .vertical .fa-chevron-up {
  text-align: right;
  line-height: 4rem;
  color: white;
  margin-bottom: 1.8rem;
}

.culture .xp_search_box .vertical .form-group {
  background: #ffffff;
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
}

.culture .xp_search_box .vertical .form-group .col-form-label {
  line-height: 5rem;
}

.culture .xp_search_box .vertical .ert-text {
  border: none;
  font-size: 1.5rem;
  height: 60px;
  border-radius: 0;
  background-color: white;
}

.culture .xp_search_box .vertical .ert-text.line {
  border-bottom: 1px solid #495057;
  height: auto;
  margin-top: 14px;
}

.culture .xp_search_box .vertical .ert-text:focus {
  box-shadow: none;
}

.culture .xp_search_box .vertical button.search {
  border: none;
  position: absolute;
  bottom: -10rem;
  left: 5%;
  right: 5%;
  width: 90%;
  line-height: 4.4rem;
}

.culture .xp_search_box .vertical .datepicker-holder {
  padding-right: 0px;
}

.culture .xp_search_box .vertical .datepicker-holder * {
  cursor: pointer;
}

.culture .xp_search_box .vertical .datepicker-holder input[type=date]::-webkit-calendar-picker-indicator {
  width: 1.2rem;
  height: 0.7rem;
  -webkit-mask: url(/images/caret.svg);
          mask: url(/images/caret.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  -webkit-transition: 500ms ease;
  transition: 500ms ease;
  background-color: #686868;
}

.culture .xp_search_box .vertical .datepicker-holder .flatpickr-calendar.static {
  margin-left: -193px;
  margin-top: -184px;
  left: 50%;
  top: 50%;
}

.culture .xp_search_box .vertical .datepicker-holder .flatpickr-calendar.static.arrowBottom:after {
  display: none;
}

.culture .xp_search_box .vertical .datepicker-holder .flatpickr-calendar.static.arrowBottom:before {
  display: none;
}

.culture .xp_search_box .vertical .datepicker-holder .flatpickr-months .flatpickr-month {
  height: 32px;
}

.culture .xp_search_box .vertical .ert-dropdown * {
  cursor: pointer;
}

.culture .xp_search_box .vertical .ert-dropdown .ert-combo {
  background: #ffffff;
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
  line-height: 5rem;
  display: block;
  width: 100%;
  height: 60px;
  text-align: left;
}

.culture .xp_search_box .vertical .ert-dropdown .ert-combo::after {
  border: none;
}

.culture .xp_search_box .vertical .ert-dropdown .ert-combo i {
  transition: 500ms ease;
  transform: rotate(0);
  position: absolute;
  top: 2.25rem;
  right: 15px;
}

.culture .xp_search_box .vertical .ert-dropdown .ert-combo .button {
  padding: 0px;
}

.culture .xp_search_box .vertical .ert-dropdown .dropdown-menu {
  width: 100% !important;
  border: none;
  border-radius: 0;
  box-shadow: 0px 2px 2px 0px #a9a9a970;
  border-top: 1px solid #a9a9a970;
}

.culture .xp_search_box .vertical .ert-dropdown .dropdown-menu .dropdown-item {
  font-size: 1.5rem;
  line-height: 4rem;
}

.culture .xp_search_box .vertical .ert-dropdown .dropdown-menu .dropdown-item:active {
  background-color: #4d3100;
}

.culture .xp_search_box .vertical .ert-dropdown.show .ert-combo i {
  transform: rotate(180deg);
}

.culture .xp_search_box .vertical .bootstrap-select *:focus {
  box-shadow: none important;
}

.culture .xp_search_box .vertical .bootstrap-select button {
  font-size: 1.5rem;
  color: #848484;
  letter-spacing: 0.3px;
  border: none;
  font-size: 1.5rem;
  height: 60px;
  border-radius: 0;
  background-color: white;
}

.culture .xp_search_box .vertical .bootstrap-select button:after {
  content: "\F078";
  border: none;
}

.culture .xp_search_box .vertical .bootstrap-select .dropdown-menu {
  width: 100% !important;
  border: none;
  border-radius: 0;
  box-shadow: 0px 2px 2px 0px #a9a9a970;
  border-top: 1px solid #a9a9a970;
}

.culture .xp_search_box .vertical .bootstrap-select .dropdown-menu .dropdown-item {
  font-size: 1.5rem;
  line-height: 4rem;
}

.culture .xp_search_box .vertical .bootstrap-select .dropdown-menu .dropdown-item:active,
.culture .xp_search_box .vertical .bootstrap-select .dropdown-menu .dropdown-item.active {
  background-color: #4d3100;
}

.culture .xp_search_box .vertical .btn-er,
.culture .xp_search_box .vertical .instagram .instabutton div span,
.instagram .instabutton div .culture .xp_search_box .vertical span {
  margin-top: 18px;
}

.culture .xp_search_box .vertical .btn-er .fa-chevron-down,
.culture .xp_search_box .vertical .instagram .instabutton div span .fa-chevron-down,
.instagram .instabutton div .culture .xp_search_box .vertical span .fa-chevron-down {
  float: right;
  line-height: 4rem;
}

.culture .operatori_search_box button span {
  color: white;
}

.culture .operatori_search_box .city {
  color: white;
}

.culture .operatori_search_box .horizontal {
  padding: 1rem;
  background-color: #4d3100;
  background-image: linear-gradient(-180deg, #4a2f00 0%, #4d3100 48%, #4a2f00 80%);
  font-size: 1.6rem;
}

.culture .operatori_search_box .horizontal.collapsed {
  border-radius: 2px;
  box-shadow: -1px 0 3px 0 rgba(0, 0, 0, 0.25);
}

.culture .operatori_search_box .horizontal .fa,
.culture .operatori_search_box .horizontal .search .searchearchbox.vertical .bootstrap-select button:after,
.search .searchearchbox.vertical .bootstrap-select .culture .operatori_search_box .horizontal button:after,
.culture .operatori_search_box .search .searchearchbox.horizontal .control .bootstrap-select button:after,
.search .culture .operatori_search_box .searchearchbox.horizontal .control .bootstrap-select button:after,
.culture .operatori_search_box .horizontal .downloads .downloadsearchbox.vertical .bootstrap-select button:after,
.downloads .downloadsearchbox.vertical .bootstrap-select .culture .operatori_search_box .horizontal button:after,
.culture .operatori_search_box .downloads .downloadsearchbox.horizontal .control .bootstrap-select button:after,
.downloads .culture .operatori_search_box .downloadsearchbox.horizontal .control .bootstrap-select button:after,
.culture .operatori_search_box .horizontal .localita #searchbox-app .bootstrap-select button:after,
.localita #searchbox-app .bootstrap-select .culture .operatori_search_box .horizontal button:after,
.culture .operatori_search_box .horizontal .itinerari .searchbox .control .bootstrap-select button:after,
.itinerari .searchbox .control .bootstrap-select .culture .operatori_search_box .horizontal button:after,
.culture .operatori_search_box .itinerari .searchbox.horizontal .control .bootstrap-select button:after,
.itinerari .culture .operatori_search_box .searchbox.horizontal .control .bootstrap-select button:after,
.culture .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .culture .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.culture .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .culture .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.culture .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .culture .operatori_search_box .horizontal .control .bootstrap-select button:after,
.culture .operatori_search_box .horizontal .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .vertical .bootstrap-select .culture .operatori_search_box .horizontal button:after,
.culture .operatori_search_box .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .culture .operatori_search_box .horizontal .control .bootstrap-select button:after,
.culture .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .culture .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.culture .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .culture .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.culture .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .culture .operatori_search_box .horizontal .control .bootstrap-select button:after,
.culture .operatori_search_box .horizontal .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .vertical .bootstrap-select .culture .operatori_search_box .horizontal button:after,
.culture .operatori_search_box .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .culture .operatori_search_box .horizontal .control .bootstrap-select button:after,
.culture .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .culture .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.culture .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .culture .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.culture .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .culture .operatori_search_box .horizontal .control .bootstrap-select button:after,
.culture .operatori_search_box .horizontal .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .vertical .bootstrap-select .culture .operatori_search_box .horizontal button:after,
.culture .operatori_search_box .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .culture .operatori_search_box .horizontal .control .bootstrap-select button:after,
.culture .romagna-craft .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna-craft .culture .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.culture .romagna-craft .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna-craft .culture .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.culture .romagna-craft .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna-craft .culture .operatori_search_box .horizontal .control .bootstrap-select button:after,
.culture .operatori_search_box .horizontal .romagna-craft .xp_search_box .vertical .bootstrap-select button:after,
.romagna-craft .xp_search_box .vertical .bootstrap-select .culture .operatori_search_box .horizontal button:after,
.culture .operatori_search_box .romagna-craft .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna-craft .xp_search_box .culture .operatori_search_box .horizontal .control .bootstrap-select button:after,
.culture .spass .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.spass .culture .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.culture .spass .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.spass .culture .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.culture .spass .operatori_search_box .horizontal .control .bootstrap-select button:after,
.spass .culture .operatori_search_box .horizontal .control .bootstrap-select button:after,
.culture .operatori_search_box .horizontal .spass .xp_search_box .vertical .bootstrap-select button:after,
.spass .xp_search_box .vertical .bootstrap-select .culture .operatori_search_box .horizontal button:after,
.culture .operatori_search_box .spass .xp_search_box .horizontal .control .bootstrap-select button:after,
.spass .xp_search_box .culture .operatori_search_box .horizontal .control .bootstrap-select button:after,
.culture .natur .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.natur .culture .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.culture .natur .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.natur .culture .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.culture .natur .operatori_search_box .horizontal .control .bootstrap-select button:after,
.natur .culture .operatori_search_box .horizontal .control .bootstrap-select button:after,
.culture .operatori_search_box .horizontal .natur .xp_search_box .vertical .bootstrap-select button:after,
.natur .xp_search_box .vertical .bootstrap-select .culture .operatori_search_box .horizontal button:after,
.culture .operatori_search_box .natur .xp_search_box .horizontal .control .bootstrap-select button:after,
.natur .xp_search_box .culture .operatori_search_box .horizontal .control .bootstrap-select button:after,
.culture .kultur .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.kultur .culture .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.culture .kultur .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.kultur .culture .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.culture .kultur .operatori_search_box .horizontal .control .bootstrap-select button:after,
.kultur .culture .operatori_search_box .horizontal .control .bootstrap-select button:after,
.culture .operatori_search_box .horizontal .kultur .xp_search_box .vertical .bootstrap-select button:after,
.kultur .xp_search_box .vertical .bootstrap-select .culture .operatori_search_box .horizontal button:after,
.culture .operatori_search_box .kultur .xp_search_box .horizontal .control .bootstrap-select button:after,
.kultur .xp_search_box .culture .operatori_search_box .horizontal .control .bootstrap-select button:after,
.culture .pet .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.pet .culture .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.culture .pet .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.pet .culture .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.culture .pet .operatori_search_box .horizontal .control .bootstrap-select button:after,
.pet .culture .operatori_search_box .horizontal .control .bootstrap-select button:after,
.culture .operatori_search_box .horizontal .pet .xp_search_box .vertical .bootstrap-select button:after,
.pet .xp_search_box .vertical .bootstrap-select .culture .operatori_search_box .horizontal button:after,
.culture .operatori_search_box .pet .xp_search_box .horizontal .control .bootstrap-select button:after,
.pet .xp_search_box .culture .operatori_search_box .horizontal .control .bootstrap-select button:after,
.culture .default .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.default .culture .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.culture .default .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.default .culture .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.culture .default .operatori_search_box .horizontal .control .bootstrap-select button:after,
.default .culture .operatori_search_box .horizontal .control .bootstrap-select button:after,
.culture .operatori_search_box .horizontal .default .xp_search_box .vertical .bootstrap-select button:after,
.default .xp_search_box .vertical .bootstrap-select .culture .operatori_search_box .horizontal button:after,
.culture .operatori_search_box .default .xp_search_box .horizontal .control .bootstrap-select button:after,
.default .xp_search_box .culture .operatori_search_box .horizontal .control .bootstrap-select button:after,
.culture .liscio .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.liscio .culture .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.culture .liscio .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.liscio .culture .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.culture .liscio .operatori_search_box .horizontal .control .bootstrap-select button:after,
.liscio .culture .operatori_search_box .horizontal .control .bootstrap-select button:after,
.culture .operatori_search_box .horizontal .liscio .xp_search_box .vertical .bootstrap-select button:after,
.liscio .xp_search_box .vertical .bootstrap-select .culture .operatori_search_box .horizontal button:after,
.culture .operatori_search_box .liscio .xp_search_box .horizontal .control .bootstrap-select button:after,
.liscio .xp_search_box .culture .operatori_search_box .horizontal .control .bootstrap-select button:after,
.culture .romagna .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna .culture .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.culture .romagna .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna .culture .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.culture .romagna .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna .culture .operatori_search_box .horizontal .control .bootstrap-select button:after,
.culture .operatori_search_box .horizontal .romagna .xp_search_box .vertical .bootstrap-select button:after,
.romagna .xp_search_box .vertical .bootstrap-select .culture .operatori_search_box .horizontal button:after,
.culture .operatori_search_box .romagna .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna .xp_search_box .culture .operatori_search_box .horizontal .control .bootstrap-select button:after,
.culture .motorcycle .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.motorcycle .culture .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.culture .motorcycle .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.motorcycle .culture .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.culture .motorcycle .operatori_search_box .horizontal .control .bootstrap-select button:after,
.motorcycle .culture .operatori_search_box .horizontal .control .bootstrap-select button:after,
.culture .operatori_search_box .horizontal .motorcycle .xp_search_box .vertical .bootstrap-select button:after,
.motorcycle .xp_search_box .vertical .bootstrap-select .culture .operatori_search_box .horizontal button:after,
.culture .operatori_search_box .motorcycle .xp_search_box .horizontal .control .bootstrap-select button:after,
.motorcycle .xp_search_box .culture .operatori_search_box .horizontal .control .bootstrap-select button:after,
.culture .sport .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.sport .culture .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.culture .sport .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.sport .culture .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.culture .sport .operatori_search_box .horizontal .control .bootstrap-select button:after,
.sport .culture .operatori_search_box .horizontal .control .bootstrap-select button:after,
.culture .operatori_search_box .horizontal .sport .xp_search_box .vertical .bootstrap-select button:after,
.sport .xp_search_box .vertical .bootstrap-select .culture .operatori_search_box .horizontal button:after,
.culture .operatori_search_box .sport .xp_search_box .horizontal .control .bootstrap-select button:after,
.sport .xp_search_box .culture .operatori_search_box .horizontal .control .bootstrap-select button:after,
.culture .fun .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.fun .culture .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.culture .fun .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.fun .culture .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.culture .fun .operatori_search_box .horizontal .control .bootstrap-select button:after,
.fun .culture .operatori_search_box .horizontal .control .bootstrap-select button:after,
.culture .operatori_search_box .horizontal .fun .xp_search_box .vertical .bootstrap-select button:after,
.fun .xp_search_box .vertical .bootstrap-select .culture .operatori_search_box .horizontal button:after,
.culture .operatori_search_box .fun .xp_search_box .horizontal .control .bootstrap-select button:after,
.fun .xp_search_box .culture .operatori_search_box .horizontal .control .bootstrap-select button:after,
.culture .wellness .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.wellness .culture .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.culture .wellness .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.wellness .culture .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.culture .wellness .operatori_search_box .horizontal .control .bootstrap-select button:after,
.wellness .culture .operatori_search_box .horizontal .control .bootstrap-select button:after,
.culture .operatori_search_box .horizontal .wellness .xp_search_box .vertical .bootstrap-select button:after,
.wellness .xp_search_box .vertical .bootstrap-select .culture .operatori_search_box .horizontal button:after,
.culture .operatori_search_box .wellness .xp_search_box .horizontal .control .bootstrap-select button:after,
.wellness .xp_search_box .culture .operatori_search_box .horizontal .control .bootstrap-select button:after,
.culture .empire .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.empire .culture .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.culture .empire .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.empire .culture .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.culture .empire .operatori_search_box .horizontal .control .bootstrap-select button:after,
.empire .culture .operatori_search_box .horizontal .control .bootstrap-select button:after,
.culture .operatori_search_box .horizontal .empire .xp_search_box .vertical .bootstrap-select button:after,
.empire .xp_search_box .vertical .bootstrap-select .culture .operatori_search_box .horizontal button:after,
.culture .operatori_search_box .empire .xp_search_box .horizontal .control .bootstrap-select button:after,
.empire .xp_search_box .culture .operatori_search_box .horizontal .control .bootstrap-select button:after,
.culture .bike .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.bike .culture .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.culture .bike .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.bike .culture .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.culture .bike .operatori_search_box .horizontal .control .bootstrap-select button:after,
.bike .culture .operatori_search_box .horizontal .control .bootstrap-select button:after,
.culture .operatori_search_box .horizontal .bike .xp_search_box .vertical .bootstrap-select button:after,
.bike .xp_search_box .vertical .bootstrap-select .culture .operatori_search_box .horizontal button:after,
.culture .operatori_search_box .bike .xp_search_box .horizontal .control .bootstrap-select button:after,
.bike .xp_search_box .culture .operatori_search_box .horizontal .control .bootstrap-select button:after,
.culture .castle .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.castle .culture .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.culture .castle .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.castle .culture .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.culture .castle .operatori_search_box .horizontal .control .bootstrap-select button:after,
.castle .culture .operatori_search_box .horizontal .control .bootstrap-select button:after,
.culture .operatori_search_box .horizontal .castle .xp_search_box .vertical .bootstrap-select button:after,
.castle .xp_search_box .vertical .bootstrap-select .culture .operatori_search_box .horizontal button:after,
.culture .operatori_search_box .castle .xp_search_box .horizontal .control .bootstrap-select button:after,
.castle .xp_search_box .culture .operatori_search_box .horizontal .control .bootstrap-select button:after,
.culture .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.culture .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.culture .operatori_search_box .horizontal .control .bootstrap-select button:after,
.culture .operatori_search_box .events-homepage .header .eventsearchbox.horizontal .control .bootstrap-select button:after,
.events-homepage .header .culture .operatori_search_box .eventsearchbox.horizontal .control .bootstrap-select button:after,
.culture .operatori_search_box .horizontal .events-homepage .header .eventsearchbox.vertical .bootstrap-select button:after,
.events-homepage .header .eventsearchbox.vertical .bootstrap-select .culture .operatori_search_box .horizontal button:after,
.culture .operatori_search_box .events-page .header .eventsearchbox.horizontal .control .bootstrap-select button:after,
.events-page .header .culture .operatori_search_box .eventsearchbox.horizontal .control .bootstrap-select button:after,
.culture .operatori_search_box .horizontal .events-page .header .eventsearchbox.vertical .bootstrap-select button:after,
.events-page .header .eventsearchbox.vertical .bootstrap-select .culture .operatori_search_box .horizontal button:after,
.culture .operatori_search_box .scopri .xp_search_box .horizontal .control .bootstrap-select button:after,
.scopri .xp_search_box .culture .operatori_search_box .horizontal .control .bootstrap-select button:after,
.culture .operatori_search_box .horizontal .scopri .xp_search_box .vertical .bootstrap-select button:after,
.scopri .xp_search_box .vertical .bootstrap-select .culture .operatori_search_box .horizontal button:after,
.culture .scopri .operatori_search_box .horizontal .control .bootstrap-select button:after,
.scopri .culture .operatori_search_box .horizontal .control .bootstrap-select button:after,
.culture .scopri .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.scopri .culture .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.culture .scopri .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.scopri .culture .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.culture .operatori_search_box .idee .xp_search_box .horizontal .control .bootstrap-select button:after,
.idee .xp_search_box .culture .operatori_search_box .horizontal .control .bootstrap-select button:after,
.culture .operatori_search_box .horizontal .idee .xp_search_box .vertical .bootstrap-select button:after,
.idee .xp_search_box .vertical .bootstrap-select .culture .operatori_search_box .horizontal button:after,
.culture .idee .operatori_search_box .horizontal .control .bootstrap-select button:after,
.idee .culture .operatori_search_box .horizontal .control .bootstrap-select button:after,
.culture .idee .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.idee .culture .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.culture .idee .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.idee .culture .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.culture .operatori_search_box .eventi .xp_search_box .horizontal .control .bootstrap-select button:after,
.eventi .xp_search_box .culture .operatori_search_box .horizontal .control .bootstrap-select button:after,
.culture .operatori_search_box .horizontal .eventi .xp_search_box .vertical .bootstrap-select button:after,
.eventi .xp_search_box .vertical .bootstrap-select .culture .operatori_search_box .horizontal button:after,
.culture .eventi .operatori_search_box .horizontal .control .bootstrap-select button:after,
.eventi .culture .operatori_search_box .horizontal .control .bootstrap-select button:after,
.culture .eventi .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.eventi .culture .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.culture .eventi .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.eventi .culture .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.culture .operatori_search_box .pianifica .xp_search_box .horizontal .control .bootstrap-select button:after,
.pianifica .xp_search_box .culture .operatori_search_box .horizontal .control .bootstrap-select button:after,
.culture .operatori_search_box .horizontal .pianifica .xp_search_box .vertical .bootstrap-select button:after,
.pianifica .xp_search_box .vertical .bootstrap-select .culture .operatori_search_box .horizontal button:after,
.culture .pianifica .operatori_search_box .horizontal .control .bootstrap-select button:after,
.pianifica .culture .operatori_search_box .horizontal .control .bootstrap-select button:after,
.culture .pianifica .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.pianifica .culture .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.culture .pianifica .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.pianifica .culture .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.culture .operatori_search_box .esperienze .xp_search_box .horizontal .control .bootstrap-select button:after,
.esperienze .xp_search_box .culture .operatori_search_box .horizontal .control .bootstrap-select button:after,
.culture .operatori_search_box .horizontal .esperienze .xp_search_box .vertical .bootstrap-select button:after,
.esperienze .xp_search_box .vertical .bootstrap-select .culture .operatori_search_box .horizontal button:after,
.culture .esperienze .operatori_search_box .horizontal .control .bootstrap-select button:after,
.esperienze .culture .operatori_search_box .horizontal .control .bootstrap-select button:after,
.culture .esperienze .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.esperienze .culture .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.culture .esperienze .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.esperienze .culture .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.culture .operatori_search_box .news .xp_search_box .horizontal .control .bootstrap-select button:after,
.news .xp_search_box .culture .operatori_search_box .horizontal .control .bootstrap-select button:after,
.culture .operatori_search_box .horizontal .news .xp_search_box .vertical .bootstrap-select button:after,
.news .xp_search_box .vertical .bootstrap-select .culture .operatori_search_box .horizontal button:after,
.culture .news .operatori_search_box .horizontal .control .bootstrap-select button:after,
.news .culture .operatori_search_box .horizontal .control .bootstrap-select button:after,
.culture .news .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.news .culture .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.culture .news .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.news .culture .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.culture .operatori_search_box .iat .xp_search_box .horizontal .control .bootstrap-select button:after,
.iat .xp_search_box .culture .operatori_search_box .horizontal .control .bootstrap-select button:after,
.culture .operatori_search_box .horizontal .iat .xp_search_box .vertical .bootstrap-select button:after,
.iat .xp_search_box .vertical .bootstrap-select .culture .operatori_search_box .horizontal button:after,
.culture .iat .operatori_search_box .horizontal .control .bootstrap-select button:after,
.iat .culture .operatori_search_box .horizontal .control .bootstrap-select button:after,
.culture .iat .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.iat .culture .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.culture .iat .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.iat .culture .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.culture .operatori_search_box .meteo .xp_search_box .horizontal .control .bootstrap-select button:after,
.meteo .xp_search_box .culture .operatori_search_box .horizontal .control .bootstrap-select button:after,
.culture .operatori_search_box .horizontal .meteo .xp_search_box .vertical .bootstrap-select button:after,
.meteo .xp_search_box .vertical .bootstrap-select .culture .operatori_search_box .horizontal button:after,
.culture .meteo .operatori_search_box .horizontal .control .bootstrap-select button:after,
.meteo .culture .operatori_search_box .horizontal .control .bootstrap-select button:after,
.culture .meteo .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.meteo .culture .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.culture .meteo .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.meteo .culture .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.culture .operatori_search_box .odm .xp_search_box .horizontal .control .bootstrap-select button:after,
.odm .xp_search_box .culture .operatori_search_box .horizontal .control .bootstrap-select button:after,
.culture .operatori_search_box .horizontal .odm .xp_search_box .vertical .bootstrap-select button:after,
.odm .xp_search_box .vertical .bootstrap-select .culture .operatori_search_box .horizontal button:after,
.culture .odm .operatori_search_box .horizontal .control .bootstrap-select button:after,
.odm .culture .operatori_search_box .horizontal .control .bootstrap-select button:after,
.culture .odm .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.odm .culture .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.culture .odm .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.odm .culture .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.culture .operatori_search_box .booking .xp_search_box .horizontal .control .bootstrap-select button:after,
.booking .xp_search_box .culture .operatori_search_box .horizontal .control .bootstrap-select button:after,
.culture .operatori_search_box .horizontal .booking .xp_search_box .vertical .bootstrap-select button:after,
.booking .xp_search_box .vertical .bootstrap-select .culture .operatori_search_box .horizontal button:after,
.culture .booking .operatori_search_box .horizontal .control .bootstrap-select button:after,
.booking .culture .operatori_search_box .horizontal .control .bootstrap-select button:after,
.culture .booking .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.booking .culture .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.culture .booking .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.booking .culture .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.culture .operatori_search_box .rock .xp_search_box .horizontal .control .bootstrap-select button:after,
.rock .xp_search_box .culture .operatori_search_box .horizontal .control .bootstrap-select button:after,
.culture .operatori_search_box .horizontal .rock .xp_search_box .vertical .bootstrap-select button:after,
.rock .xp_search_box .vertical .bootstrap-select .culture .operatori_search_box .horizontal button:after,
.culture .rock .operatori_search_box .horizontal .control .bootstrap-select button:after,
.rock .culture .operatori_search_box .horizontal .control .bootstrap-select button:after,
.culture .rock .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.rock .culture .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.culture .rock .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.rock .culture .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.culture .operatori_search_box .beach .xp_search_box .horizontal .control .bootstrap-select button:after,
.beach .xp_search_box .culture .operatori_search_box .horizontal .control .bootstrap-select button:after,
.culture .operatori_search_box .horizontal .beach .xp_search_box .vertical .bootstrap-select button:after,
.beach .xp_search_box .vertical .bootstrap-select .culture .operatori_search_box .horizontal button:after,
.culture .beach .operatori_search_box .horizontal .control .bootstrap-select button:after,
.beach .culture .operatori_search_box .horizontal .control .bootstrap-select button:after,
.culture .beach .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.beach .culture .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.culture .beach .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.beach .culture .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.culture .operatori_search_box .food .xp_search_box .horizontal .control .bootstrap-select button:after,
.food .xp_search_box .culture .operatori_search_box .horizontal .control .bootstrap-select button:after,
.culture .operatori_search_box .horizontal .food .xp_search_box .vertical .bootstrap-select button:after,
.food .xp_search_box .vertical .bootstrap-select .culture .operatori_search_box .horizontal button:after,
.culture .food .operatori_search_box .horizontal .control .bootstrap-select button:after,
.food .culture .operatori_search_box .horizontal .control .bootstrap-select button:after,
.culture .food .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.food .culture .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.culture .food .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.food .culture .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.culture .operatori_search_box .nature .xp_search_box .horizontal .control .bootstrap-select button:after,
.nature .xp_search_box .culture .operatori_search_box .horizontal .control .bootstrap-select button:after,
.culture .operatori_search_box .horizontal .nature .xp_search_box .vertical .bootstrap-select button:after,
.nature .xp_search_box .vertical .bootstrap-select .culture .operatori_search_box .horizontal button:after,
.culture .nature .operatori_search_box .horizontal .control .bootstrap-select button:after,
.nature .culture .operatori_search_box .horizontal .control .bootstrap-select button:after,
.culture .nature .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.nature .culture .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.culture .nature .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.nature .culture .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.culture .operatori_search_box .romagna_autentica .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna_autentica .xp_search_box .culture .operatori_search_box .horizontal .control .bootstrap-select button:after,
.culture .operatori_search_box .horizontal .romagna_autentica .xp_search_box .vertical .bootstrap-select button:after,
.romagna_autentica .xp_search_box .vertical .bootstrap-select .culture .operatori_search_box .horizontal button:after,
.culture .romagna_autentica .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna_autentica .culture .operatori_search_box .horizontal .control .bootstrap-select button:after,
.culture .romagna_autentica .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna_autentica .culture .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.culture .romagna_autentica .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna_autentica .culture .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.culture .operatori_search_box .xp_search_box .horizontal .control .bootstrap-select button:after,
.culture .xp_search_box .operatori_search_box .horizontal .control .bootstrap-select button:after,
.culture .operatori_search_box .horizontal .xp_search_box .vertical .bootstrap-select button:after,
.culture .xp_search_box .vertical .bootstrap-select .operatori_search_box .horizontal button:after {
  line-height: 2.2rem;
}

.culture .operatori_search_box .horizontal button.collapsible {
  border: none;
  background-color: transparent;
  display: block;
  width: 100%;
  font-size: 1.6rem;
  color: #ffffff;
  letter-spacing: -0.41px;
  text-align: left;
  text-transform: uppercase;
}

.culture .operatori_search_box .horizontal .control {
  padding: 0.5rem 1rem;
  height: 5rem;
  background-color: white;
  margin: 0.5rem;
}

.culture .operatori_search_box .horizontal .control.btn-holder {
  min-width: 2rem;
  width: auto;
  padding: 0px;
}

.culture .operatori_search_box .horizontal .control.btn-holder button {
  width: 100%;
  border: none;
  background-color: #1a1100;
  height: 100%;
  font-size: 1.6rem;
  color: #ffffff;
  letter-spacing: -0.41px;
  text-align: center;
  text-transform: uppercase;
  display: block;
  padding: 0px;
}

.culture .operatori_search_box .horizontal .control .ert-dropdown {
  width: 100%;
}

.culture .operatori_search_box .horizontal .control .ert-dropdown * {
  cursor: pointer;
}

.culture .operatori_search_box .horizontal .control .ert-dropdown .ert-combo {
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
  display: block;
  text-align: left;
}

.culture .operatori_search_box .horizontal .control .ert-dropdown .ert-combo::after {
  border: none;
}

.culture .operatori_search_box .horizontal .control .ert-dropdown .ert-combo i {
  transition: 500ms ease;
  transform: rotate(0);
  position: absolute;
  top: 2.25rem;
  right: 15px;
}

.culture .operatori_search_box .horizontal .control .ert-dropdown .ert-combo .button {
  padding: 0px;
}

.culture .operatori_search_box .horizontal .control .ert-dropdown.show .ert-combo i {
  transform: rotate(180deg);
}

.culture .operatori_search_box .horizontal .control .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: auto;
}

.culture .operatori_search_box .horizontal .control .bootstrap-select {
  margin-top: -1px;
}

.culture .operatori_search_box .horizontal .control .bootstrap-select *:focus {
  box-shadow: none important;
}

.culture .operatori_search_box .horizontal .control .bootstrap-select button {
  padding: 0px;
  font-size: 1.5rem;
  background: #ffffff;
  color: #848484;
  letter-spacing: 0.3px;
  border: none;
  border-radius: 0;
}

.culture .operatori_search_box .horizontal .control .bootstrap-select button:after {
  content: "\F078";
  border: none;
}

.culture .operatori_search_box .horizontal .control .bootstrap-select .dropdown-menu {
  width: 100% !important;
  border: none;
  border-radius: 0;
  box-shadow: 0px 2px 2px 0px #a9a9a970;
  border-top: 1px solid #a9a9a970;
}

.culture .operatori_search_box .horizontal .control .bootstrap-select .dropdown-menu.inner.show {
  border-top: none;
}

.culture .operatori_search_box .horizontal .control .bootstrap-select .dropdown-menu .dropdown-item {
  font-size: 1.5rem;
  line-height: 4rem;
}

.culture .operatori_search_box .horizontal .control .bootstrap-select .dropdown-menu .dropdown-item:active,
.culture .operatori_search_box .horizontal .control .bootstrap-select .dropdown-menu .dropdown-item.active {
  background-color: #4d3100;
}

.culture .operatori_search_box .horizontal .control label {
  background: #ffffff;
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
  line-height: 2.4rem;
  margin-bottom: 0px;
  margin-right: 0.5rem;
}

@media (max-width: 768px) {
  .culture .operatori_search_box .horizontal .control label {
    min-width: 6.2rem;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .culture .operatori_search_box .horizontal .control label {
    display: none;
  }
}

.culture .operatori_search_box .horizontal .control .flatpickr-mobile.form-control {
  padding: 1px 0;
}

.culture .operatori_search_box .horizontal .control input[type=text],
.culture .operatori_search_box .horizontal .control input[type=date] {
  border: none;
  font-size: 1.5rem;
  border-radius: 0;
  background-color: white;
  border-bottom: 1px solid #495057;
  min-width: 0;
  height: auto;
}

.culture .operatori_search_box .horizontal .control input[type=text]:focus,
.culture .operatori_search_box .horizontal .control input[type=date]:focus {
  box-shadow: none;
}

.culture .operatori_search_box .vertical {
  max-width: 30rem;
  z-index: 10;
  position: relative;
  height: 4.4rem;
  margin: 0 auto;
}

.culture .operatori_search_box .vertical button.collapsible {
  border: none;
  background-color: transparent;
  display: block;
  position: absolute;
  width: 100%;
}

.culture .operatori_search_box .vertical .dropbutton {
  display: none;
}

.culture .operatori_search_box .vertical .dropbutton.collapsed {
  display: block;
}

.culture .operatori_search_box .vertical #collapse-events {
  padding: 1.8rem;
  background-color: #4d3100;
  background-image: linear-gradient(-180deg, #4a2f00 0%, #4d3100 48%, #4a2f00 80%);
  font-size: 1.6rem;
}

.culture .operatori_search_box .vertical .fa-chevron-up {
  text-align: right;
  line-height: 4rem;
  color: white;
  margin-bottom: 1.8rem;
}

.culture .operatori_search_box .vertical .form-group {
  background: #ffffff;
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
}

.culture .operatori_search_box .vertical .form-group .col-form-label {
  line-height: 5rem;
}

.culture .operatori_search_box .vertical .ert-text {
  border: none;
  font-size: 1.5rem;
  height: 60px;
  border-radius: 0;
  background-color: white;
}

.culture .operatori_search_box .vertical .ert-text.line {
  border-bottom: 1px solid #495057;
  height: auto;
  margin-top: 14px;
}

.culture .operatori_search_box .vertical .ert-text:focus {
  box-shadow: none;
}

.culture .operatori_search_box .vertical button.search {
  border: none;
  position: absolute;
  bottom: -10rem;
  left: 5%;
  right: 5%;
  width: 90%;
  line-height: 4.4rem;
}

.culture .operatori_search_box .vertical .datepicker-holder {
  padding-right: 0px;
}

.culture .operatori_search_box .vertical .datepicker-holder * {
  cursor: pointer;
}

.culture .operatori_search_box .vertical .datepicker-holder input[type=date]::-webkit-calendar-picker-indicator {
  width: 1.2rem;
  height: 0.7rem;
  -webkit-mask: url(/images/caret.svg);
          mask: url(/images/caret.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  -webkit-transition: 500ms ease;
  transition: 500ms ease;
  background-color: #686868;
}

.culture .operatori_search_box .vertical .datepicker-holder .flatpickr-calendar.static {
  margin-left: -193px;
  margin-top: -184px;
  left: 50%;
  top: 50%;
}

.culture .operatori_search_box .vertical .datepicker-holder .flatpickr-calendar.static.arrowBottom:after {
  display: none;
}

.culture .operatori_search_box .vertical .datepicker-holder .flatpickr-calendar.static.arrowBottom:before {
  display: none;
}

.culture .operatori_search_box .vertical .datepicker-holder .flatpickr-months .flatpickr-month {
  height: 32px;
}

.culture .operatori_search_box .vertical .ert-dropdown * {
  cursor: pointer;
}

.culture .operatori_search_box .vertical .ert-dropdown .ert-combo {
  background: #ffffff;
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
  line-height: 5rem;
  display: block;
  width: 100%;
  height: 60px;
  text-align: left;
}

.culture .operatori_search_box .vertical .ert-dropdown .ert-combo::after {
  border: none;
}

.culture .operatori_search_box .vertical .ert-dropdown .ert-combo i {
  transition: 500ms ease;
  transform: rotate(0);
  position: absolute;
  top: 2.25rem;
  right: 15px;
}

.culture .operatori_search_box .vertical .ert-dropdown .ert-combo .button {
  padding: 0px;
}

.culture .operatori_search_box .vertical .ert-dropdown .dropdown-menu {
  width: 100% !important;
  border: none;
  border-radius: 0;
  box-shadow: 0px 2px 2px 0px #a9a9a970;
  border-top: 1px solid #a9a9a970;
}

.culture .operatori_search_box .vertical .ert-dropdown .dropdown-menu .dropdown-item {
  font-size: 1.5rem;
  line-height: 4rem;
}

.culture .operatori_search_box .vertical .ert-dropdown .dropdown-menu .dropdown-item:active {
  background-color: #4d3100;
}

.culture .operatori_search_box .vertical .ert-dropdown.show .ert-combo i {
  transform: rotate(180deg);
}

.culture .operatori_search_box .vertical .bootstrap-select *:focus {
  box-shadow: none important;
}

.culture .operatori_search_box .vertical .bootstrap-select button {
  font-size: 1.5rem;
  color: #848484;
  letter-spacing: 0.3px;
  border: none;
  font-size: 1.5rem;
  height: 60px;
  border-radius: 0;
  background-color: white;
}

.culture .operatori_search_box .vertical .bootstrap-select button:after {
  content: "\F078";
  border: none;
}

.culture .operatori_search_box .vertical .bootstrap-select .dropdown-menu {
  width: 100% !important;
  border: none;
  border-radius: 0;
  box-shadow: 0px 2px 2px 0px #a9a9a970;
  border-top: 1px solid #a9a9a970;
}

.culture .operatori_search_box .vertical .bootstrap-select .dropdown-menu .dropdown-item {
  font-size: 1.5rem;
  line-height: 4rem;
}

.culture .operatori_search_box .vertical .bootstrap-select .dropdown-menu .dropdown-item:active,
.culture .operatori_search_box .vertical .bootstrap-select .dropdown-menu .dropdown-item.active {
  background-color: #4d3100;
}

.culture .operatori_search_box .vertical .btn-er,
.culture .operatori_search_box .vertical .instagram .instabutton div span,
.instagram .instabutton div .culture .operatori_search_box .vertical span {
  margin-top: 18px;
}

.culture .operatori_search_box .vertical .btn-er .fa-chevron-down,
.culture .operatori_search_box .vertical .instagram .instabutton div span .fa-chevron-down,
.instagram .instabutton div .culture .operatori_search_box .vertical span .fa-chevron-down {
  float: right;
  line-height: 4rem;
}

.culture .home-boxes {
  background-color: #4d3100;
}

.culture .content-box a {
  font-weight: bold;
  color: #4d3100;
}

.culture .content-box a strong {
  color: #4d3100;
}

.culture .content-box .btn-er,
.culture .content-box .instagram .instabutton div span,
.instagram .instabutton div .culture .content-box span {
  background-color: #4d3100;
  color: white;
}

.culture .content-box h3.with-line {
  font-size: 1.8rem;
  color: #030303;
  letter-spacing: -0.43px;
  text-transform: uppercase;
  margin-bottom: 2.1rem;
}

.culture .content-box h3.with-line::before {
  content: "";
  display: block;
  height: 3px;
  background: #0e797b;
  width: 100%;
  max-width: 32rem;
  margin-left: 0;
  margin-right: 0;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.culture *:focus {
  outline: 1px solid #4d3100;
  outline-offset: -1px;
}

.culture .bootstrap-select .dropdown-toggle:focus {
  outline: 1px solid #4d3100;
  outline-offset: -1px;
}

.culture a:hover {
  outline: 1px solid #805100;
}

.culture a:active {
  outline: 1px solid #4d3100;
}

.culture .events-list {
  font-size: 1.4rem;
}

.culture .section-list {
  display: block;
  text-align: right;
}

.culture .section-list a {
  font-size: 2rem;
  color: #4d3100;
}

.culture .events-list dt,
.culture .section-list dt,
.culture .iat-list dt {
  text-transform: uppercase;
  font-size: 1.5rem;
  line-height: 1.5;
  color: #111;
  letter-spacing: -0.38px;
  font-weight: 600;
  margin-top: 1.4rem;
}

.culture .events-list dd,
.culture .section-list dd,
.culture .iat-list dd {
  font-size: 1.6rem;
  margin-bottom: 0.6rem;
  line-height: 1.5;
  color: #030303;
}

.culture .events-list dd i,
.culture .section-list dd i,
.culture .iat-list dd i {
  margin-right: 0.6rem;
}

.culture .events-list ul,
.culture .section-list ul,
.culture .iat-list ul {
  list-style: none;
  padding-inline-start: 0;
}

.culture .events-list ul li,
.culture .section-list ul li,
.culture .iat-list ul li {
  font-size: 1.5rem;
  color: #030303;
  margin-top: 0.6rem;
  line-height: 1.5;
}

.culture .events-list ul.tappe-list,
.culture .section-list ul.tappe-list,
.culture .iat-list ul.tappe-list {
  list-style: none;
  padding-inline-start: 0;
}

.culture .events-list ul.tappe-list li,
.culture .section-list ul.tappe-list li,
.culture .iat-list ul.tappe-list li {
  font-size: 1.6rem;
  line-height: 1.5;
  color: #030303;
}

.culture .tickets-list {
  display: flex;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #111;
  letter-spacing: -0.38px;
  font-weight: 600;
  margin-top: 1.4rem;
}

.culture .tickets-list i {
  margin-top: 0.6rem;
}

.culture .tickets-list li {
  color: #030303;
  font-size: 1.6rem;
  margin-left: 1.2rem;
}

.culture .tickets-list li i {
  margin-right: 0.6rem;
}

.culture .address * {
  color: white;
}

.culture .top-title-box {
  padding: 0rem;
  text-align: center;
}

.culture .top-title-box.no-image {
  padding-top: 10rem;
}

.culture .top-title-box.no-image .er-logo-top {
  margin: 0 auto;
  display: block;
  margin-bottom: 10rem;
}

.culture .top-title-box h1 {
  font-size: 3rem;
  color: #4d3100;
  letter-spacing: -1.01px;
  line-height: 4rem;
  margin: 2rem 0;
}

.culture .top-title-box h2 {
  font-size: 2rem;
  line-height: 1.5;
  color: #000;
  letter-spacing: -0.58px;
}

.culture .top-title-box .breadcrumb {
  opacity: 0.6;
  font-size: 1.5rem;
  letter-spacing: -0.38px;
  padding: 0;
  margin: 0;
  color: #4d3100;
  background-color: #fff;
}

.culture .top-title-box .breadcrumb .breadcrumb-item::before,
.culture .top-title-box .breadcrumb a {
  color: #4d3100;
}

@media (min-width: 992px) {
  .culture .top-title-box h1 {
    line-height: 7rem;
    font-size: 7rem;
    margin-top: 3rem;
  }

  .culture .top-title-box h2 {
    font-size: 2rem;
    line-height: 1.5rem;
  }

  .culture .top-title-box .breadcrumb {
    font-size: 1.9rem;
  }
}

.culture .image-box-with-border {
  margin: 2rem 0;
  border-top: 64px solid #4d3100;
}

.culture .image-box-with-border img {
  -o-object-fit: cover;
     object-fit: cover;
}

.culture .top-image {
  transition: background-image 1s ease-in-out;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 20px;
}

.culture .top-image .logo {
  position: absolute;
  width: 30rem;
  bottom: 20px;
  left: 50%;
  margin-left: -15rem;
}

.culture .top-image.no-mask {
  height: 600px;
}

.culture .top-image .mask {
  z-index: 997;
  position: relative;
  width: 100%;
}

@media (min-width: 992px) {
  .culture .top-image:after {
    position: absolute;
    content: "";
    left: 0px;
    bottom: -20px;
    width: 100%;
    height: 20px;
    transform: rotate(-180deg);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(255, 255, 255, 0.12) 12%, #e6e6e6);
  }
}

.culture .info-box {
  position: relative;
  z-index: 0;
  border-right: 1px solid #e6e6e6;
  border-left: 7px solid #4d3100;
  background-color: white;
  padding: 0.1rem 1.5rem;
}

.culture .info-box h3 {
  font-weight: bold;
  font-size: 1.9rem;
}

.culture .info-box .referente {
  font-size: 1.7rem;
  line-height: 1.8rem;
  color: #000;
  letter-spacing: -0.41px;
}

@media (min-width: 768px) {
  .culture .info-box {
    position: sticky;
    position: -webkit-sticky;
    top: 68px;
  }
}

.culture .info-box:after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: -8px;
  height: 8px;
  left: 0px;
  z-index: -1;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.01) 30%, rgba(0, 0, 0, 0.03) 50%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0.08) 90%, rgba(0, 0, 0, 0.09) 96%, rgba(0, 0, 0, 0.1) 100%);
}

.culture .info-box:after {
  width: calc(100% + 8px);
  left: -7px;
}

@media (max-width: 991.98px) {
  .culture .info-box {
    width: auto;
    max-width: 60%;
    min-width: 300px;
    margin: 20px auto;
    display: block;
  }
}

@media (min-width: 992px) {
  .culture .info-box {
    margin-top: 2.2rem;
  }
}

.culture .info-box li {
  padding: 1.1rem 0;
}

.culture .info-box li .icon {
  font-size: 2.8rem;
  line-height: 3.3rem;
  margin-right: 1rem;
  float: left;
}

.culture .info-box li .info .title {
  text-transform: uppercase;
  font-size: 1.2rem;
  line-height: 1.5rem;
  color: #787878;
  letter-spacing: -0.38px;
}

.culture .info-box li .info .value {
  font-size: 1.7rem;
  line-height: 1.8rem;
  color: #000000;
  letter-spacing: -0.41px;
  display: table;
}

.culture .info-box li .info .value a {
  word-break: break-all;
}

@media (max-width: 991.98px) {
  .culture .info-box li.bookmarks {
    display: none;
  }
}

.culture .info-box .title-index {
  text-transform: uppercase;
  font-size: 1.4rem;
  line-height: 3rem;
  letter-spacing: -0.38px;
}

.culture .info-box .bookmarks {
  display: inline-block;
}

.culture .info-box .bookmarks ul li {
  padding: 0.5rem 0;
  width: 100%;
}

.culture .info-box .bookmarks ul li a {
  font-size: 1.4rem;
  line-height: 1.5rem;
  color: #000000;
  letter-spacing: -0.41px;
}

.culture .info-box .bookmarks ul li a.active {
  text-decoration: underline;
}

.culture #bookmarks-index {
  margin-top: 8rem;
}

.culture #bookmarks-index .info {
  padding: 2.1rem;
}

.culture #bookmarks-index h4 {
  font-size: 1.8rem;
}

@media (min-width: 768px) {
  .culture #bookmarks-index {
    display: none;
  }
}

.culture blockquote:before {
  color: #523400;
}

.culture .btn-er,
.culture .instagram .instabutton div span,
.instagram .instabutton div .culture span,
.culture.btn {
  background: #4d3100;
}

.culture hr {
  height: 3px;
  background: #4d3100;
  width: 100%;
  max-width: 32rem;
  margin-left: 0;
  margin-right: 0;
  margin-top: 1rem;
  margin-bottom: 2rem;
}

.culture .section h2 {
  margin-top: 4.5rem;
  margin-bottom: 4.5rem;
  font-size: 4.42rem;
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.18;
  letter-spacing: -1.07px;
  text-align: center;
  color: black;
  /*text-decoration: underline;*/
}

.culture .section h2 a {
  color: black;
}

.culture .section h3 {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
  font-size: 3.42rem;
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.18;
  letter-spacing: -1.07px;
  text-align: center;
  color: black;
  text-transform: uppercase;
  /*text-decoration: underline;*/
}

.culture .section h3 a {
  color: black;
}

.culture .section .gallery {
  position: relative;
  padding-bottom: 33px;
}

.culture .section .gallery .swiper-button-next,
.culture .section .gallery .swiper-container-rtl .swiper-button-prev,
.culture .section .gallery .swiper-button-prev,
.culture .section .gallery .swiper-container-rtl .swiper-button-next {
  background-position: center;
  width: 7.2rem;
  bottom: 33px;
  height: auto;
  top: 0px;
  margin: 0px;
  left: auto;
}

.culture .section .gallery .swiper-button-next svg,
.culture .section .gallery .swiper-container-rtl .swiper-button-prev svg,
.culture .section .gallery .swiper-button-prev svg,
.culture .section .gallery .swiper-container-rtl .swiper-button-next svg {
  top: 50%;
  left: 2.1rem;
  position: absolute;
  width: 3rem;
  height: 3rem;
  margin-top: -1.5rem;
  filter: drop-shadow(0px 3px 3px black);
}

.culture .section .gallery .swiper-button-next,
.culture .section .gallery .swiper-button-prev,
.culture .section .gallery .swiper-container-rtl .swiper-button-prev,
.culture .section .gallery .swiper-container-rtl .swiper-button-next {
  fill: #fff;
}

.culture .section .gallery .swiper-button-next,
.culture .section .gallery .swiper-container-rtl .swiper-button-prev {
  right: 0px;
}

.culture .section .gallery .swiper-button-prev,
.culture .section .gallery .swiper-container-rtl .swiper-button-next {
  left: 0px;
}

.culture .section .gallery .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #4d3100;
}

.culture .section .gallery .swiper-pagination-bullet {
  border: 1px solid #4d3100;
}

.culture .section .gallery .swiper-pagination-bullets {
  bottom: 2px;
}

.culture .section .gallery .swiper-slide .carousel-content {
  background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.07) 8%, rgba(0, 0, 0, 0.45) 68%);
  position: absolute;
  left: 0rem;
  bottom: 0rem;
  right: 0rem;
  width: auto;
  padding: 10rem 2rem 2rem 2rem;
  font-size: 2.6rem;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.63px;
  text-align: center;
  color: #ffffff;
}

.culture .section .gallery .swiper-slide .carousel-content a {
  color: #ffffff !important;
}

.culture .section .card-carousel .nodefault.swiper-button-prev::after,
.culture .section .card-carousel .nodefault.swiper-button-prev::before,
.culture .section .card-carousel .nodefault.swiper-button-next::after,
.culture .section .card-carousel .nodefault.swiper-button-next::before {
  content: unset;
}

.culture .section .card-carousel .swiper-slide {
  height: auto;
  margin-bottom: 5rem;
}

.culture .section .card-carousel .swiper-slide .iv-wrapper,
.culture .section .card-carousel .swiper-slide a .iv-wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

.culture .section .card-carousel .swiper-slide .iv-wrapper > div,
.culture .section .card-carousel .swiper-slide a .iv-wrapper > div {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: start;
}

.culture .section .card-carousel .swiper-slide .iv-wrapper .image,
.culture .section .card-carousel .swiper-slide a .iv-wrapper .image {
  min-height: 23rem;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.culture .section .card-carousel .swiper-slide .iv-wrapper .content,
.culture .section .card-carousel .swiper-slide a .iv-wrapper .content {
  background: #ffffff;
  border: 0 solid #000000;
  position: relative;
  padding: 2rem 2.1rem 4rem;
  position: relative;
  z-index: 0;
}

.culture .section .card-carousel .swiper-slide .iv-wrapper .content:after,
.culture .section .card-carousel .swiper-slide a .iv-wrapper .content:after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: -4px;
  height: 4px;
  left: 0px;
  z-index: -1;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.01) 30%, rgba(0, 0, 0, 0.03) 50%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0.08) 90%, rgba(0, 0, 0, 0.09) 96%, rgba(0, 0, 0, 0.1) 100%);
}

.culture .section .card-carousel .swiper-slide .iv-wrapper .content h3,
.culture .section .card-carousel .swiper-slide a .iv-wrapper .content h3 {
  font-size: 2rem;
  color: #030303;
  letter-spacing: -0.48px;
  text-align: left;
}

.culture .section .card-carousel .swiper-slide .iv-wrapper .content p,
.culture .section .card-carousel .swiper-slide .iv-wrapper .content p a,
.culture .section .card-carousel .swiper-slide .iv-wrapper .content a p,
.culture .section .card-carousel .swiper-slide a .iv-wrapper .content p,
.culture .section .card-carousel .swiper-slide a .iv-wrapper .content p a,
.culture .section .card-carousel .swiper-slide a .iv-wrapper .content a p {
  font-size: 1.5rem;
  color: #030303;
  letter-spacing: -0.38px;
  margin-bottom: 0px;
}

.culture .section .card-carousel .swiper-slide .iv-wrapper .content p .readmore,
.culture .section .card-carousel .swiper-slide .iv-wrapper .content p a .readmore,
.culture .section .card-carousel .swiper-slide .iv-wrapper .content a p .readmore,
.culture .section .card-carousel .swiper-slide a .iv-wrapper .content p .readmore,
.culture .section .card-carousel .swiper-slide a .iv-wrapper .content p a .readmore,
.culture .section .card-carousel .swiper-slide a .iv-wrapper .content a p .readmore {
  font-style: italic;
  color: #1a1100;
  display: block;
  margin-top: 1rem;
}

.culture .section .card-carousel .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border: 1px solid #4d3100;
  background: none;
  opacity: 1;
}

.culture .section .card-carousel .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #4d3100;
}

.culture .section .card-carousel .swiper-button-next,
.culture .section .card-carousel .swiper-container-rtl .swiper-button-prev,
.culture .section .card-carousel .swiper-button-prev,
.culture .section .card-carousel .swiper-container-rtl .swiper-button-next {
  background-image: none;
  width: 4rem;
  height: 23rem;
  top: 0px;
  margin: 0px;
  left: auto;
}

.culture .section .card-carousel .swiper-button-next svg,
.culture .section .card-carousel .swiper-container-rtl .swiper-button-prev svg,
.culture .section .card-carousel .swiper-button-prev svg,
.culture .section .card-carousel .swiper-container-rtl .swiper-button-next svg {
  top: 50%;
  left: 50%;
  position: absolute;
  width: 3rem;
  height: 3rem;
  margin-top: -1.5rem;
  margin-left: -1.5rem;
  filter: drop-shadow(0px 3px 3px black);
}

.culture .section .card-carousel .swiper-button-next,
.culture .section .card-carousel .swiper-button-prev,
.culture .section .card-carousel .swiper-container-rtl .swiper-button-prev,
.culture .section .card-carousel .swiper-container-rtl .swiper-button-next {
  fill: #fff;
}

.culture .section .card-carousel .swiper-button-next,
.culture .section .card-carousel .swiper-container-rtl .swiper-button-prev {
  right: 0px;
}

.culture .section .card-carousel .swiper-button-prev,
.culture .section .card-carousel .swiper-container-rtl .swiper-button-next {
  left: 0px;
}

.culture .section .sassibox-item,
.culture .section a .sassibox-item {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 5rem;
}

.culture .section .sassibox-item > div,
.culture .section a .sassibox-item > div {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.culture .section .sassibox-item .image,
.culture .section a .sassibox-item .image {
  min-height: 23rem;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.culture .section .sassibox-item .content,
.culture .section a .sassibox-item .content {
  background: #ffffff;
  border: 0 solid #000000;
  position: relative;
  padding: 1rem 0;
  position: relative;
  z-index: 0;
}

.culture .section .sassibox-item .content:after,
.culture .section a .sassibox-item .content:after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: -4px;
  height: 4px;
  left: 0px;
  z-index: -1;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.01) 30%, rgba(0, 0, 0, 0.03) 50%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0.08) 90%, rgba(0, 0, 0, 0.09) 96%, rgba(0, 0, 0, 0.1) 100%);
}

.culture .section .sassibox-item .content h4,
.culture .section a .sassibox-item .content h4 {
  font-size: 2rem;
  color: #030303;
  letter-spacing: -0.48px;
  text-align: left;
}

.culture .section .sassibox-item .content p,
.culture .section .sassibox-item .content span,
.culture .section .sassibox-item .content a span,
.culture .section .sassibox-item .content span a,
.culture .section .sassibox-item .content p a,
.culture .section .sassibox-item .content a p,
.culture .section a .sassibox-item .content p,
.culture .section a .sassibox-item .content span,
.culture .section a .sassibox-item .content a span,
.culture .section a .sassibox-item .content span a,
.culture .section a .sassibox-item .content p a,
.culture .section a .sassibox-item .content a p {
  font-size: 1.5rem;
  color: #030303;
  letter-spacing: -0.38px;
}

.culture .section .sassibox-item .content .action,
.culture .section a .sassibox-item .content .action {
  margin: 10px 0;
}

.culture .section .sassibox-item .content .action button,
.culture .section a .sassibox-item .content .action button {
  font-family: "Open Sans", sans-serif !important;
}

.culture .section .sassibox-item .content .readmore,
.culture .section a .sassibox-item .content .readmore {
  border: 1px solid transparent;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  padding: 6px 12px;
  text-align: center;
  vertical-align: middle;
  width: -moz-fit-content;
  width: fit-content;
  text-transform: uppercase;
  background-color: #4d3100;
}

.castle .xp_search_box button span {
  color: white;
}

.castle .xp_search_box .city {
  color: white;
}

.castle .xp_search_box .horizontal {
  padding: 1rem;
  background-color: #8c6f65;
  background-image: linear-gradient(-180deg, #8a6e64 0%, #8c6f65 48%, #8b6e64 80%);
  font-size: 1.6rem;
}

.castle .xp_search_box .horizontal.collapsed {
  border-radius: 2px;
  box-shadow: -1px 0 3px 0 rgba(0, 0, 0, 0.25);
}

.castle .xp_search_box .horizontal .fa,
.castle .xp_search_box .horizontal .search .searchearchbox.vertical .bootstrap-select button:after,
.search .searchearchbox.vertical .bootstrap-select .castle .xp_search_box .horizontal button:after,
.castle .xp_search_box .search .searchearchbox.horizontal .control .bootstrap-select button:after,
.search .castle .xp_search_box .searchearchbox.horizontal .control .bootstrap-select button:after,
.castle .xp_search_box .horizontal .downloads .downloadsearchbox.vertical .bootstrap-select button:after,
.downloads .downloadsearchbox.vertical .bootstrap-select .castle .xp_search_box .horizontal button:after,
.castle .xp_search_box .downloads .downloadsearchbox.horizontal .control .bootstrap-select button:after,
.downloads .castle .xp_search_box .downloadsearchbox.horizontal .control .bootstrap-select button:after,
.castle .xp_search_box .horizontal .localita #searchbox-app .bootstrap-select button:after,
.localita #searchbox-app .bootstrap-select .castle .xp_search_box .horizontal button:after,
.castle .xp_search_box .horizontal .itinerari .searchbox .control .bootstrap-select button:after,
.itinerari .searchbox .control .bootstrap-select .castle .xp_search_box .horizontal button:after,
.castle .xp_search_box .itinerari .searchbox.horizontal .control .bootstrap-select button:after,
.itinerari .castle .xp_search_box .searchbox.horizontal .control .bootstrap-select button:after,
.castle .xp_search_box .horizontal .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .vertical .bootstrap-select .castle .xp_search_box .horizontal button:after,
.castle .xp_search_box .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .castle .xp_search_box .horizontal .control .bootstrap-select button:after,
.castle .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .castle .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.castle .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .castle .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.castle .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .castle .xp_search_box .horizontal .control .bootstrap-select button:after,
.castle .xp_search_box .horizontal .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .vertical .bootstrap-select .castle .xp_search_box .horizontal button:after,
.castle .xp_search_box .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .castle .xp_search_box .horizontal .control .bootstrap-select button:after,
.castle .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .castle .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.castle .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .castle .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.castle .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .castle .xp_search_box .horizontal .control .bootstrap-select button:after,
.castle .xp_search_box .horizontal .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .vertical .bootstrap-select .castle .xp_search_box .horizontal button:after,
.castle .xp_search_box .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .castle .xp_search_box .horizontal .control .bootstrap-select button:after,
.castle .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .castle .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.castle .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .castle .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.castle .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .castle .xp_search_box .horizontal .control .bootstrap-select button:after,
.castle .xp_search_box .horizontal .romagna-craft .operatori_search_box .vertical .bootstrap-select button:after,
.romagna-craft .operatori_search_box .vertical .bootstrap-select .castle .xp_search_box .horizontal button:after,
.castle .xp_search_box .romagna-craft .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna-craft .operatori_search_box .castle .xp_search_box .horizontal .control .bootstrap-select button:after,
.castle .romagna-craft .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna-craft .castle .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.castle .romagna-craft .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna-craft .castle .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.castle .romagna-craft .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna-craft .castle .xp_search_box .horizontal .control .bootstrap-select button:after,
.castle .xp_search_box .horizontal .spass .operatori_search_box .vertical .bootstrap-select button:after,
.spass .operatori_search_box .vertical .bootstrap-select .castle .xp_search_box .horizontal button:after,
.castle .xp_search_box .spass .operatori_search_box .horizontal .control .bootstrap-select button:after,
.spass .operatori_search_box .castle .xp_search_box .horizontal .control .bootstrap-select button:after,
.castle .spass .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.spass .castle .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.castle .spass .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.spass .castle .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.castle .spass .xp_search_box .horizontal .control .bootstrap-select button:after,
.spass .castle .xp_search_box .horizontal .control .bootstrap-select button:after,
.castle .xp_search_box .horizontal .natur .operatori_search_box .vertical .bootstrap-select button:after,
.natur .operatori_search_box .vertical .bootstrap-select .castle .xp_search_box .horizontal button:after,
.castle .xp_search_box .natur .operatori_search_box .horizontal .control .bootstrap-select button:after,
.natur .operatori_search_box .castle .xp_search_box .horizontal .control .bootstrap-select button:after,
.castle .natur .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.natur .castle .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.castle .natur .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.natur .castle .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.castle .natur .xp_search_box .horizontal .control .bootstrap-select button:after,
.natur .castle .xp_search_box .horizontal .control .bootstrap-select button:after,
.castle .xp_search_box .horizontal .kultur .operatori_search_box .vertical .bootstrap-select button:after,
.kultur .operatori_search_box .vertical .bootstrap-select .castle .xp_search_box .horizontal button:after,
.castle .xp_search_box .kultur .operatori_search_box .horizontal .control .bootstrap-select button:after,
.kultur .operatori_search_box .castle .xp_search_box .horizontal .control .bootstrap-select button:after,
.castle .kultur .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.kultur .castle .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.castle .kultur .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.kultur .castle .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.castle .kultur .xp_search_box .horizontal .control .bootstrap-select button:after,
.kultur .castle .xp_search_box .horizontal .control .bootstrap-select button:after,
.castle .xp_search_box .horizontal .pet .operatori_search_box .vertical .bootstrap-select button:after,
.pet .operatori_search_box .vertical .bootstrap-select .castle .xp_search_box .horizontal button:after,
.castle .xp_search_box .pet .operatori_search_box .horizontal .control .bootstrap-select button:after,
.pet .operatori_search_box .castle .xp_search_box .horizontal .control .bootstrap-select button:after,
.castle .pet .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.pet .castle .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.castle .pet .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.pet .castle .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.castle .pet .xp_search_box .horizontal .control .bootstrap-select button:after,
.pet .castle .xp_search_box .horizontal .control .bootstrap-select button:after,
.castle .xp_search_box .horizontal .default .operatori_search_box .vertical .bootstrap-select button:after,
.default .operatori_search_box .vertical .bootstrap-select .castle .xp_search_box .horizontal button:after,
.castle .xp_search_box .default .operatori_search_box .horizontal .control .bootstrap-select button:after,
.default .operatori_search_box .castle .xp_search_box .horizontal .control .bootstrap-select button:after,
.castle .default .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.default .castle .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.castle .default .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.default .castle .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.castle .default .xp_search_box .horizontal .control .bootstrap-select button:after,
.default .castle .xp_search_box .horizontal .control .bootstrap-select button:after,
.castle .xp_search_box .horizontal .liscio .operatori_search_box .vertical .bootstrap-select button:after,
.liscio .operatori_search_box .vertical .bootstrap-select .castle .xp_search_box .horizontal button:after,
.castle .xp_search_box .liscio .operatori_search_box .horizontal .control .bootstrap-select button:after,
.liscio .operatori_search_box .castle .xp_search_box .horizontal .control .bootstrap-select button:after,
.castle .liscio .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.liscio .castle .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.castle .liscio .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.liscio .castle .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.castle .liscio .xp_search_box .horizontal .control .bootstrap-select button:after,
.liscio .castle .xp_search_box .horizontal .control .bootstrap-select button:after,
.castle .xp_search_box .horizontal .romagna .operatori_search_box .vertical .bootstrap-select button:after,
.romagna .operatori_search_box .vertical .bootstrap-select .castle .xp_search_box .horizontal button:after,
.castle .xp_search_box .romagna .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna .operatori_search_box .castle .xp_search_box .horizontal .control .bootstrap-select button:after,
.castle .romagna .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna .castle .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.castle .romagna .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna .castle .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.castle .romagna .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna .castle .xp_search_box .horizontal .control .bootstrap-select button:after,
.castle .xp_search_box .horizontal .motorcycle .operatori_search_box .vertical .bootstrap-select button:after,
.motorcycle .operatori_search_box .vertical .bootstrap-select .castle .xp_search_box .horizontal button:after,
.castle .xp_search_box .motorcycle .operatori_search_box .horizontal .control .bootstrap-select button:after,
.motorcycle .operatori_search_box .castle .xp_search_box .horizontal .control .bootstrap-select button:after,
.castle .motorcycle .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.motorcycle .castle .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.castle .motorcycle .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.motorcycle .castle .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.castle .motorcycle .xp_search_box .horizontal .control .bootstrap-select button:after,
.motorcycle .castle .xp_search_box .horizontal .control .bootstrap-select button:after,
.castle .xp_search_box .horizontal .sport .operatori_search_box .vertical .bootstrap-select button:after,
.sport .operatori_search_box .vertical .bootstrap-select .castle .xp_search_box .horizontal button:after,
.castle .xp_search_box .sport .operatori_search_box .horizontal .control .bootstrap-select button:after,
.sport .operatori_search_box .castle .xp_search_box .horizontal .control .bootstrap-select button:after,
.castle .sport .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.sport .castle .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.castle .sport .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.sport .castle .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.castle .sport .xp_search_box .horizontal .control .bootstrap-select button:after,
.sport .castle .xp_search_box .horizontal .control .bootstrap-select button:after,
.castle .xp_search_box .horizontal .fun .operatori_search_box .vertical .bootstrap-select button:after,
.fun .operatori_search_box .vertical .bootstrap-select .castle .xp_search_box .horizontal button:after,
.castle .xp_search_box .fun .operatori_search_box .horizontal .control .bootstrap-select button:after,
.fun .operatori_search_box .castle .xp_search_box .horizontal .control .bootstrap-select button:after,
.castle .fun .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.fun .castle .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.castle .fun .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.fun .castle .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.castle .fun .xp_search_box .horizontal .control .bootstrap-select button:after,
.fun .castle .xp_search_box .horizontal .control .bootstrap-select button:after,
.castle .xp_search_box .horizontal .wellness .operatori_search_box .vertical .bootstrap-select button:after,
.wellness .operatori_search_box .vertical .bootstrap-select .castle .xp_search_box .horizontal button:after,
.castle .xp_search_box .wellness .operatori_search_box .horizontal .control .bootstrap-select button:after,
.wellness .operatori_search_box .castle .xp_search_box .horizontal .control .bootstrap-select button:after,
.castle .wellness .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.wellness .castle .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.castle .wellness .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.wellness .castle .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.castle .wellness .xp_search_box .horizontal .control .bootstrap-select button:after,
.wellness .castle .xp_search_box .horizontal .control .bootstrap-select button:after,
.castle .xp_search_box .horizontal .empire .operatori_search_box .vertical .bootstrap-select button:after,
.empire .operatori_search_box .vertical .bootstrap-select .castle .xp_search_box .horizontal button:after,
.castle .xp_search_box .empire .operatori_search_box .horizontal .control .bootstrap-select button:after,
.empire .operatori_search_box .castle .xp_search_box .horizontal .control .bootstrap-select button:after,
.castle .empire .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.empire .castle .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.castle .empire .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.empire .castle .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.castle .empire .xp_search_box .horizontal .control .bootstrap-select button:after,
.empire .castle .xp_search_box .horizontal .control .bootstrap-select button:after,
.castle .xp_search_box .horizontal .bike .operatori_search_box .vertical .bootstrap-select button:after,
.bike .operatori_search_box .vertical .bootstrap-select .castle .xp_search_box .horizontal button:after,
.castle .xp_search_box .bike .operatori_search_box .horizontal .control .bootstrap-select button:after,
.bike .operatori_search_box .castle .xp_search_box .horizontal .control .bootstrap-select button:after,
.castle .bike .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.bike .castle .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.castle .bike .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.bike .castle .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.castle .bike .xp_search_box .horizontal .control .bootstrap-select button:after,
.bike .castle .xp_search_box .horizontal .control .bootstrap-select button:after,
.castle .xp_search_box .horizontal .operatori_search_box .vertical .bootstrap-select button:after,
.castle .operatori_search_box .vertical .bootstrap-select .xp_search_box .horizontal button:after,
.castle .xp_search_box .operatori_search_box .horizontal .control .bootstrap-select button:after,
.castle .operatori_search_box .xp_search_box .horizontal .control .bootstrap-select button:after,
.castle .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.castle .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.castle .xp_search_box .horizontal .control .bootstrap-select button:after,
.castle .xp_search_box .events-homepage .header .eventsearchbox.horizontal .control .bootstrap-select button:after,
.events-homepage .header .castle .xp_search_box .eventsearchbox.horizontal .control .bootstrap-select button:after,
.castle .xp_search_box .horizontal .events-homepage .header .eventsearchbox.vertical .bootstrap-select button:after,
.events-homepage .header .eventsearchbox.vertical .bootstrap-select .castle .xp_search_box .horizontal button:after,
.castle .xp_search_box .events-page .header .eventsearchbox.horizontal .control .bootstrap-select button:after,
.events-page .header .castle .xp_search_box .eventsearchbox.horizontal .control .bootstrap-select button:after,
.castle .xp_search_box .horizontal .events-page .header .eventsearchbox.vertical .bootstrap-select button:after,
.events-page .header .eventsearchbox.vertical .bootstrap-select .castle .xp_search_box .horizontal button:after,
.castle .scopri .xp_search_box .horizontal .control .bootstrap-select button:after,
.scopri .castle .xp_search_box .horizontal .control .bootstrap-select button:after,
.castle .scopri .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.scopri .castle .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.castle .scopri .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.scopri .castle .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.castle .xp_search_box .scopri .operatori_search_box .horizontal .control .bootstrap-select button:after,
.scopri .operatori_search_box .castle .xp_search_box .horizontal .control .bootstrap-select button:after,
.castle .xp_search_box .horizontal .scopri .operatori_search_box .vertical .bootstrap-select button:after,
.scopri .operatori_search_box .vertical .bootstrap-select .castle .xp_search_box .horizontal button:after,
.castle .idee .xp_search_box .horizontal .control .bootstrap-select button:after,
.idee .castle .xp_search_box .horizontal .control .bootstrap-select button:after,
.castle .idee .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.idee .castle .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.castle .idee .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.idee .castle .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.castle .xp_search_box .idee .operatori_search_box .horizontal .control .bootstrap-select button:after,
.idee .operatori_search_box .castle .xp_search_box .horizontal .control .bootstrap-select button:after,
.castle .xp_search_box .horizontal .idee .operatori_search_box .vertical .bootstrap-select button:after,
.idee .operatori_search_box .vertical .bootstrap-select .castle .xp_search_box .horizontal button:after,
.castle .eventi .xp_search_box .horizontal .control .bootstrap-select button:after,
.eventi .castle .xp_search_box .horizontal .control .bootstrap-select button:after,
.castle .eventi .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.eventi .castle .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.castle .eventi .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.eventi .castle .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.castle .xp_search_box .eventi .operatori_search_box .horizontal .control .bootstrap-select button:after,
.eventi .operatori_search_box .castle .xp_search_box .horizontal .control .bootstrap-select button:after,
.castle .xp_search_box .horizontal .eventi .operatori_search_box .vertical .bootstrap-select button:after,
.eventi .operatori_search_box .vertical .bootstrap-select .castle .xp_search_box .horizontal button:after,
.castle .pianifica .xp_search_box .horizontal .control .bootstrap-select button:after,
.pianifica .castle .xp_search_box .horizontal .control .bootstrap-select button:after,
.castle .pianifica .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.pianifica .castle .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.castle .pianifica .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.pianifica .castle .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.castle .xp_search_box .pianifica .operatori_search_box .horizontal .control .bootstrap-select button:after,
.pianifica .operatori_search_box .castle .xp_search_box .horizontal .control .bootstrap-select button:after,
.castle .xp_search_box .horizontal .pianifica .operatori_search_box .vertical .bootstrap-select button:after,
.pianifica .operatori_search_box .vertical .bootstrap-select .castle .xp_search_box .horizontal button:after,
.castle .esperienze .xp_search_box .horizontal .control .bootstrap-select button:after,
.esperienze .castle .xp_search_box .horizontal .control .bootstrap-select button:after,
.castle .esperienze .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.esperienze .castle .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.castle .esperienze .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.esperienze .castle .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.castle .xp_search_box .esperienze .operatori_search_box .horizontal .control .bootstrap-select button:after,
.esperienze .operatori_search_box .castle .xp_search_box .horizontal .control .bootstrap-select button:after,
.castle .xp_search_box .horizontal .esperienze .operatori_search_box .vertical .bootstrap-select button:after,
.esperienze .operatori_search_box .vertical .bootstrap-select .castle .xp_search_box .horizontal button:after,
.castle .news .xp_search_box .horizontal .control .bootstrap-select button:after,
.news .castle .xp_search_box .horizontal .control .bootstrap-select button:after,
.castle .news .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.news .castle .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.castle .news .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.news .castle .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.castle .xp_search_box .news .operatori_search_box .horizontal .control .bootstrap-select button:after,
.news .operatori_search_box .castle .xp_search_box .horizontal .control .bootstrap-select button:after,
.castle .xp_search_box .horizontal .news .operatori_search_box .vertical .bootstrap-select button:after,
.news .operatori_search_box .vertical .bootstrap-select .castle .xp_search_box .horizontal button:after,
.castle .iat .xp_search_box .horizontal .control .bootstrap-select button:after,
.iat .castle .xp_search_box .horizontal .control .bootstrap-select button:after,
.castle .iat .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.iat .castle .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.castle .iat .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.iat .castle .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.castle .xp_search_box .iat .operatori_search_box .horizontal .control .bootstrap-select button:after,
.iat .operatori_search_box .castle .xp_search_box .horizontal .control .bootstrap-select button:after,
.castle .xp_search_box .horizontal .iat .operatori_search_box .vertical .bootstrap-select button:after,
.iat .operatori_search_box .vertical .bootstrap-select .castle .xp_search_box .horizontal button:after,
.castle .meteo .xp_search_box .horizontal .control .bootstrap-select button:after,
.meteo .castle .xp_search_box .horizontal .control .bootstrap-select button:after,
.castle .meteo .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.meteo .castle .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.castle .meteo .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.meteo .castle .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.castle .xp_search_box .meteo .operatori_search_box .horizontal .control .bootstrap-select button:after,
.meteo .operatori_search_box .castle .xp_search_box .horizontal .control .bootstrap-select button:after,
.castle .xp_search_box .horizontal .meteo .operatori_search_box .vertical .bootstrap-select button:after,
.meteo .operatori_search_box .vertical .bootstrap-select .castle .xp_search_box .horizontal button:after,
.castle .odm .xp_search_box .horizontal .control .bootstrap-select button:after,
.odm .castle .xp_search_box .horizontal .control .bootstrap-select button:after,
.castle .odm .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.odm .castle .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.castle .odm .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.odm .castle .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.castle .xp_search_box .odm .operatori_search_box .horizontal .control .bootstrap-select button:after,
.odm .operatori_search_box .castle .xp_search_box .horizontal .control .bootstrap-select button:after,
.castle .xp_search_box .horizontal .odm .operatori_search_box .vertical .bootstrap-select button:after,
.odm .operatori_search_box .vertical .bootstrap-select .castle .xp_search_box .horizontal button:after,
.castle .booking .xp_search_box .horizontal .control .bootstrap-select button:after,
.booking .castle .xp_search_box .horizontal .control .bootstrap-select button:after,
.castle .booking .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.booking .castle .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.castle .booking .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.booking .castle .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.castle .xp_search_box .booking .operatori_search_box .horizontal .control .bootstrap-select button:after,
.booking .operatori_search_box .castle .xp_search_box .horizontal .control .bootstrap-select button:after,
.castle .xp_search_box .horizontal .booking .operatori_search_box .vertical .bootstrap-select button:after,
.booking .operatori_search_box .vertical .bootstrap-select .castle .xp_search_box .horizontal button:after,
.castle .rock .xp_search_box .horizontal .control .bootstrap-select button:after,
.rock .castle .xp_search_box .horizontal .control .bootstrap-select button:after,
.castle .rock .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.rock .castle .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.castle .rock .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.rock .castle .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.castle .xp_search_box .rock .operatori_search_box .horizontal .control .bootstrap-select button:after,
.rock .operatori_search_box .castle .xp_search_box .horizontal .control .bootstrap-select button:after,
.castle .xp_search_box .horizontal .rock .operatori_search_box .vertical .bootstrap-select button:after,
.rock .operatori_search_box .vertical .bootstrap-select .castle .xp_search_box .horizontal button:after,
.castle .beach .xp_search_box .horizontal .control .bootstrap-select button:after,
.beach .castle .xp_search_box .horizontal .control .bootstrap-select button:after,
.castle .beach .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.beach .castle .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.castle .beach .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.beach .castle .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.castle .xp_search_box .beach .operatori_search_box .horizontal .control .bootstrap-select button:after,
.beach .operatori_search_box .castle .xp_search_box .horizontal .control .bootstrap-select button:after,
.castle .xp_search_box .horizontal .beach .operatori_search_box .vertical .bootstrap-select button:after,
.beach .operatori_search_box .vertical .bootstrap-select .castle .xp_search_box .horizontal button:after,
.castle .food .xp_search_box .horizontal .control .bootstrap-select button:after,
.food .castle .xp_search_box .horizontal .control .bootstrap-select button:after,
.castle .food .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.food .castle .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.castle .food .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.food .castle .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.castle .xp_search_box .food .operatori_search_box .horizontal .control .bootstrap-select button:after,
.food .operatori_search_box .castle .xp_search_box .horizontal .control .bootstrap-select button:after,
.castle .xp_search_box .horizontal .food .operatori_search_box .vertical .bootstrap-select button:after,
.food .operatori_search_box .vertical .bootstrap-select .castle .xp_search_box .horizontal button:after,
.castle .nature .xp_search_box .horizontal .control .bootstrap-select button:after,
.nature .castle .xp_search_box .horizontal .control .bootstrap-select button:after,
.castle .nature .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.nature .castle .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.castle .nature .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.nature .castle .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.castle .xp_search_box .nature .operatori_search_box .horizontal .control .bootstrap-select button:after,
.nature .operatori_search_box .castle .xp_search_box .horizontal .control .bootstrap-select button:after,
.castle .xp_search_box .horizontal .nature .operatori_search_box .vertical .bootstrap-select button:after,
.nature .operatori_search_box .vertical .bootstrap-select .castle .xp_search_box .horizontal button:after,
.castle .romagna_autentica .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna_autentica .castle .xp_search_box .horizontal .control .bootstrap-select button:after,
.castle .romagna_autentica .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna_autentica .castle .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.castle .romagna_autentica .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna_autentica .castle .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.castle .xp_search_box .romagna_autentica .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna_autentica .operatori_search_box .castle .xp_search_box .horizontal .control .bootstrap-select button:after,
.castle .xp_search_box .horizontal .romagna_autentica .operatori_search_box .vertical .bootstrap-select button:after,
.romagna_autentica .operatori_search_box .vertical .bootstrap-select .castle .xp_search_box .horizontal button:after,
.castle .culture .xp_search_box .horizontal .control .bootstrap-select button:after,
.culture .castle .xp_search_box .horizontal .control .bootstrap-select button:after,
.castle .culture .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.culture .castle .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.castle .culture .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.culture .castle .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.castle .xp_search_box .culture .operatori_search_box .horizontal .control .bootstrap-select button:after,
.culture .operatori_search_box .castle .xp_search_box .horizontal .control .bootstrap-select button:after,
.castle .xp_search_box .horizontal .culture .operatori_search_box .vertical .bootstrap-select button:after,
.culture .operatori_search_box .vertical .bootstrap-select .castle .xp_search_box .horizontal button:after {
  line-height: 2.2rem;
}

.castle .xp_search_box .horizontal button.collapsible {
  border: none;
  background-color: transparent;
  display: block;
  width: 100%;
  font-size: 1.6rem;
  color: #ffffff;
  letter-spacing: -0.41px;
  text-align: left;
  text-transform: uppercase;
  display: block;
}

.castle .xp_search_box .horizontal .control {
  padding: 0.5rem 1rem;
  height: 5rem;
  background-color: white;
  margin: 0.5rem;
}

.castle .xp_search_box .horizontal .control.btn-holder {
  min-width: 2rem;
  width: auto;
  padding: 0px;
}

.castle .xp_search_box .horizontal .control.btn-holder button {
  width: 100%;
  border: none;
  background-color: #6e5850;
  height: 100%;
  font-size: 1.6rem;
  color: #ffffff;
  letter-spacing: -0.41px;
  text-align: center;
  text-transform: uppercase;
  display: block;
  padding: 0px;
}

.castle .xp_search_box .horizontal .control .ert-dropdown {
  width: 100%;
}

.castle .xp_search_box .horizontal .control .ert-dropdown * {
  cursor: pointer;
}

.castle .xp_search_box .horizontal .control .ert-dropdown .ert-combo {
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
  display: block;
  text-align: left;
}

.castle .xp_search_box .horizontal .control .ert-dropdown .ert-combo::after {
  border: none;
}

.castle .xp_search_box .horizontal .control .ert-dropdown .ert-combo i {
  transition: 500ms ease;
  transform: rotate(0);
  position: absolute;
  top: 2.25rem;
  right: 15px;
}

.castle .xp_search_box .horizontal .control .ert-dropdown .ert-combo .button {
  padding: 0px;
}

.castle .xp_search_box .horizontal .control .ert-dropdown.show .ert-combo i {
  transform: rotate(180deg);
}

.castle .xp_search_box .horizontal .control .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: auto;
}

.castle .xp_search_box .horizontal .control .bootstrap-select {
  margin-top: -1px;
}

.castle .xp_search_box .horizontal .control .bootstrap-select *:focus {
  box-shadow: none important;
}

.castle .xp_search_box .horizontal .control .bootstrap-select button {
  padding: 0px;
  font-size: 1.5rem;
  background: #ffffff;
  color: #848484;
  letter-spacing: 0.3px;
  border: none;
  border-radius: 0;
}

.castle .xp_search_box .horizontal .control .bootstrap-select button:after {
  content: "\F078";
  border: none;
}

.castle .xp_search_box .horizontal .control .bootstrap-select .dropdown-menu {
  width: 100% !important;
  border: none;
  border-radius: 0;
  box-shadow: 0px 2px 2px 0px #a9a9a970;
  border-top: 1px solid #a9a9a970;
}

.castle .xp_search_box .horizontal .control .bootstrap-select .dropdown-menu.inner.show {
  border-top: none;
}

.castle .xp_search_box .horizontal .control .bootstrap-select .dropdown-menu .dropdown-item {
  font-size: 1.5rem;
  line-height: 4rem;
}

.castle .xp_search_box .horizontal .control .bootstrap-select .dropdown-menu .dropdown-item:active,
.castle .xp_search_box .horizontal .control .bootstrap-select .dropdown-menu .dropdown-item.active {
  background-color: #8c6f65;
}

.castle .xp_search_box .horizontal .control label {
  background: #ffffff;
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
  line-height: 2.4rem;
  margin-bottom: 0px;
  margin-right: 0.5rem;
}

@media (max-width: 768px) {
  .castle .xp_search_box .horizontal .control label {
    min-width: 6.2rem;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .castle .xp_search_box .horizontal .control label {
    display: none;
  }
}

.castle .xp_search_box .horizontal .control .flatpickr-mobile.form-control {
  padding: 1px 0;
}

.castle .xp_search_box .horizontal .control input[type=text],
.castle .xp_search_box .horizontal .control input[type=date] {
  border: none;
  font-size: 1.5rem;
  border-radius: 0;
  background-color: white;
  border-bottom: 1px solid #495057;
  min-width: 0;
  height: auto;
}

.castle .xp_search_box .horizontal .control input[type=text]:focus,
.castle .xp_search_box .horizontal .control input[type=date]:focus {
  box-shadow: none;
}

.castle .xp_search_box .vertical {
  max-width: 30rem;
  z-index: 10;
  position: relative;
  height: 4.4rem;
  margin: 0 auto;
}

.castle .xp_search_box .vertical button.collapsible {
  border: none;
  background-color: transparent;
  display: block;
  position: absolute;
  width: 100%;
}

.castle .xp_search_box .vertical .dropbutton {
  display: none;
}

.castle .xp_search_box .vertical .dropbutton.collapsed {
  display: block;
}

.castle .xp_search_box .vertical #collapse-events {
  padding: 1.8rem;
  background-color: #8c6f65;
  background-image: linear-gradient(-180deg, #8a6e64 0%, #8c6f65 48%, #8b6e64 80%);
  font-size: 1.6rem;
}

.castle .xp_search_box .vertical .fa-chevron-up {
  text-align: right;
  line-height: 4rem;
  color: white;
  margin-bottom: 1.8rem;
}

.castle .xp_search_box .vertical .form-group {
  background: #ffffff;
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
}

.castle .xp_search_box .vertical .form-group .col-form-label {
  line-height: 5rem;
}

.castle .xp_search_box .vertical .ert-text {
  border: none;
  font-size: 1.5rem;
  height: 60px;
  border-radius: 0;
  background-color: white;
}

.castle .xp_search_box .vertical .ert-text.line {
  border-bottom: 1px solid #495057;
  height: auto;
  margin-top: 14px;
}

.castle .xp_search_box .vertical .ert-text:focus {
  box-shadow: none;
}

.castle .xp_search_box .vertical button.search {
  border: none;
  position: absolute;
  bottom: -10rem;
  left: 5%;
  right: 5%;
  width: 90%;
  line-height: 4.4rem;
}

.castle .xp_search_box .vertical .datepicker-holder {
  padding-right: 0px;
}

.castle .xp_search_box .vertical .datepicker-holder * {
  cursor: pointer;
}

.castle .xp_search_box .vertical .datepicker-holder input[type=date]::-webkit-calendar-picker-indicator {
  width: 1.2rem;
  height: 0.7rem;
  -webkit-mask: url(/images/caret.svg);
          mask: url(/images/caret.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  -webkit-transition: 500ms ease;
  transition: 500ms ease;
  background-color: #686868;
}

.castle .xp_search_box .vertical .datepicker-holder .flatpickr-calendar.static {
  margin-left: -193px;
  margin-top: -184px;
  left: 50%;
  top: 50%;
}

.castle .xp_search_box .vertical .datepicker-holder .flatpickr-calendar.static.arrowBottom:after {
  display: none;
}

.castle .xp_search_box .vertical .datepicker-holder .flatpickr-calendar.static.arrowBottom:before {
  display: none;
}

.castle .xp_search_box .vertical .datepicker-holder .flatpickr-months .flatpickr-month {
  height: 32px;
}

.castle .xp_search_box .vertical .ert-dropdown * {
  cursor: pointer;
}

.castle .xp_search_box .vertical .ert-dropdown .ert-combo {
  background: #ffffff;
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
  line-height: 5rem;
  display: block;
  width: 100%;
  height: 60px;
  text-align: left;
}

.castle .xp_search_box .vertical .ert-dropdown .ert-combo::after {
  border: none;
}

.castle .xp_search_box .vertical .ert-dropdown .ert-combo i {
  transition: 500ms ease;
  transform: rotate(0);
  position: absolute;
  top: 2.25rem;
  right: 15px;
}

.castle .xp_search_box .vertical .ert-dropdown .ert-combo .button {
  padding: 0px;
}

.castle .xp_search_box .vertical .ert-dropdown .dropdown-menu {
  width: 100% !important;
  border: none;
  border-radius: 0;
  box-shadow: 0px 2px 2px 0px #a9a9a970;
  border-top: 1px solid #a9a9a970;
}

.castle .xp_search_box .vertical .ert-dropdown .dropdown-menu .dropdown-item {
  font-size: 1.5rem;
  line-height: 4rem;
}

.castle .xp_search_box .vertical .ert-dropdown .dropdown-menu .dropdown-item:active {
  background-color: #8c6f65;
}

.castle .xp_search_box .vertical .ert-dropdown.show .ert-combo i {
  transform: rotate(180deg);
}

.castle .xp_search_box .vertical .bootstrap-select *:focus {
  box-shadow: none important;
}

.castle .xp_search_box .vertical .bootstrap-select button {
  font-size: 1.5rem;
  color: #848484;
  letter-spacing: 0.3px;
  border: none;
  font-size: 1.5rem;
  height: 60px;
  border-radius: 0;
  background-color: white;
}

.castle .xp_search_box .vertical .bootstrap-select button:after {
  content: "\F078";
  border: none;
}

.castle .xp_search_box .vertical .bootstrap-select .dropdown-menu {
  width: 100% !important;
  border: none;
  border-radius: 0;
  box-shadow: 0px 2px 2px 0px #a9a9a970;
  border-top: 1px solid #a9a9a970;
}

.castle .xp_search_box .vertical .bootstrap-select .dropdown-menu .dropdown-item {
  font-size: 1.5rem;
  line-height: 4rem;
}

.castle .xp_search_box .vertical .bootstrap-select .dropdown-menu .dropdown-item:active,
.castle .xp_search_box .vertical .bootstrap-select .dropdown-menu .dropdown-item.active {
  background-color: #8c6f65;
}

.castle .xp_search_box .vertical .btn-er,
.castle .xp_search_box .vertical .instagram .instabutton div span,
.instagram .instabutton div .castle .xp_search_box .vertical span {
  margin-top: 18px;
}

.castle .xp_search_box .vertical .btn-er .fa-chevron-down,
.castle .xp_search_box .vertical .instagram .instabutton div span .fa-chevron-down,
.instagram .instabutton div .castle .xp_search_box .vertical span .fa-chevron-down {
  float: right;
  line-height: 4rem;
}

.castle .operatori_search_box button span {
  color: white;
}

.castle .operatori_search_box .city {
  color: white;
}

.castle .operatori_search_box .horizontal {
  padding: 1rem;
  background-color: #8c6f65;
  background-image: linear-gradient(-180deg, #8a6e64 0%, #8c6f65 48%, #8b6e64 80%);
  font-size: 1.6rem;
}

.castle .operatori_search_box .horizontal.collapsed {
  border-radius: 2px;
  box-shadow: -1px 0 3px 0 rgba(0, 0, 0, 0.25);
}

.castle .operatori_search_box .horizontal .fa,
.castle .operatori_search_box .horizontal .search .searchearchbox.vertical .bootstrap-select button:after,
.search .searchearchbox.vertical .bootstrap-select .castle .operatori_search_box .horizontal button:after,
.castle .operatori_search_box .search .searchearchbox.horizontal .control .bootstrap-select button:after,
.search .castle .operatori_search_box .searchearchbox.horizontal .control .bootstrap-select button:after,
.castle .operatori_search_box .horizontal .downloads .downloadsearchbox.vertical .bootstrap-select button:after,
.downloads .downloadsearchbox.vertical .bootstrap-select .castle .operatori_search_box .horizontal button:after,
.castle .operatori_search_box .downloads .downloadsearchbox.horizontal .control .bootstrap-select button:after,
.downloads .castle .operatori_search_box .downloadsearchbox.horizontal .control .bootstrap-select button:after,
.castle .operatori_search_box .horizontal .localita #searchbox-app .bootstrap-select button:after,
.localita #searchbox-app .bootstrap-select .castle .operatori_search_box .horizontal button:after,
.castle .operatori_search_box .horizontal .itinerari .searchbox .control .bootstrap-select button:after,
.itinerari .searchbox .control .bootstrap-select .castle .operatori_search_box .horizontal button:after,
.castle .operatori_search_box .itinerari .searchbox.horizontal .control .bootstrap-select button:after,
.itinerari .castle .operatori_search_box .searchbox.horizontal .control .bootstrap-select button:after,
.castle .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .castle .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.castle .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .castle .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.castle .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .castle .operatori_search_box .horizontal .control .bootstrap-select button:after,
.castle .operatori_search_box .horizontal .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .vertical .bootstrap-select .castle .operatori_search_box .horizontal button:after,
.castle .operatori_search_box .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .castle .operatori_search_box .horizontal .control .bootstrap-select button:after,
.castle .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .castle .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.castle .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .castle .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.castle .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .castle .operatori_search_box .horizontal .control .bootstrap-select button:after,
.castle .operatori_search_box .horizontal .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .vertical .bootstrap-select .castle .operatori_search_box .horizontal button:after,
.castle .operatori_search_box .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .castle .operatori_search_box .horizontal .control .bootstrap-select button:after,
.castle .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .castle .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.castle .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .castle .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.castle .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .castle .operatori_search_box .horizontal .control .bootstrap-select button:after,
.castle .operatori_search_box .horizontal .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .vertical .bootstrap-select .castle .operatori_search_box .horizontal button:after,
.castle .operatori_search_box .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .castle .operatori_search_box .horizontal .control .bootstrap-select button:after,
.castle .romagna-craft .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna-craft .castle .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.castle .romagna-craft .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna-craft .castle .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.castle .romagna-craft .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna-craft .castle .operatori_search_box .horizontal .control .bootstrap-select button:after,
.castle .operatori_search_box .horizontal .romagna-craft .xp_search_box .vertical .bootstrap-select button:after,
.romagna-craft .xp_search_box .vertical .bootstrap-select .castle .operatori_search_box .horizontal button:after,
.castle .operatori_search_box .romagna-craft .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna-craft .xp_search_box .castle .operatori_search_box .horizontal .control .bootstrap-select button:after,
.castle .spass .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.spass .castle .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.castle .spass .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.spass .castle .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.castle .spass .operatori_search_box .horizontal .control .bootstrap-select button:after,
.spass .castle .operatori_search_box .horizontal .control .bootstrap-select button:after,
.castle .operatori_search_box .horizontal .spass .xp_search_box .vertical .bootstrap-select button:after,
.spass .xp_search_box .vertical .bootstrap-select .castle .operatori_search_box .horizontal button:after,
.castle .operatori_search_box .spass .xp_search_box .horizontal .control .bootstrap-select button:after,
.spass .xp_search_box .castle .operatori_search_box .horizontal .control .bootstrap-select button:after,
.castle .natur .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.natur .castle .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.castle .natur .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.natur .castle .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.castle .natur .operatori_search_box .horizontal .control .bootstrap-select button:after,
.natur .castle .operatori_search_box .horizontal .control .bootstrap-select button:after,
.castle .operatori_search_box .horizontal .natur .xp_search_box .vertical .bootstrap-select button:after,
.natur .xp_search_box .vertical .bootstrap-select .castle .operatori_search_box .horizontal button:after,
.castle .operatori_search_box .natur .xp_search_box .horizontal .control .bootstrap-select button:after,
.natur .xp_search_box .castle .operatori_search_box .horizontal .control .bootstrap-select button:after,
.castle .kultur .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.kultur .castle .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.castle .kultur .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.kultur .castle .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.castle .kultur .operatori_search_box .horizontal .control .bootstrap-select button:after,
.kultur .castle .operatori_search_box .horizontal .control .bootstrap-select button:after,
.castle .operatori_search_box .horizontal .kultur .xp_search_box .vertical .bootstrap-select button:after,
.kultur .xp_search_box .vertical .bootstrap-select .castle .operatori_search_box .horizontal button:after,
.castle .operatori_search_box .kultur .xp_search_box .horizontal .control .bootstrap-select button:after,
.kultur .xp_search_box .castle .operatori_search_box .horizontal .control .bootstrap-select button:after,
.castle .pet .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.pet .castle .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.castle .pet .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.pet .castle .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.castle .pet .operatori_search_box .horizontal .control .bootstrap-select button:after,
.pet .castle .operatori_search_box .horizontal .control .bootstrap-select button:after,
.castle .operatori_search_box .horizontal .pet .xp_search_box .vertical .bootstrap-select button:after,
.pet .xp_search_box .vertical .bootstrap-select .castle .operatori_search_box .horizontal button:after,
.castle .operatori_search_box .pet .xp_search_box .horizontal .control .bootstrap-select button:after,
.pet .xp_search_box .castle .operatori_search_box .horizontal .control .bootstrap-select button:after,
.castle .default .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.default .castle .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.castle .default .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.default .castle .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.castle .default .operatori_search_box .horizontal .control .bootstrap-select button:after,
.default .castle .operatori_search_box .horizontal .control .bootstrap-select button:after,
.castle .operatori_search_box .horizontal .default .xp_search_box .vertical .bootstrap-select button:after,
.default .xp_search_box .vertical .bootstrap-select .castle .operatori_search_box .horizontal button:after,
.castle .operatori_search_box .default .xp_search_box .horizontal .control .bootstrap-select button:after,
.default .xp_search_box .castle .operatori_search_box .horizontal .control .bootstrap-select button:after,
.castle .liscio .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.liscio .castle .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.castle .liscio .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.liscio .castle .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.castle .liscio .operatori_search_box .horizontal .control .bootstrap-select button:after,
.liscio .castle .operatori_search_box .horizontal .control .bootstrap-select button:after,
.castle .operatori_search_box .horizontal .liscio .xp_search_box .vertical .bootstrap-select button:after,
.liscio .xp_search_box .vertical .bootstrap-select .castle .operatori_search_box .horizontal button:after,
.castle .operatori_search_box .liscio .xp_search_box .horizontal .control .bootstrap-select button:after,
.liscio .xp_search_box .castle .operatori_search_box .horizontal .control .bootstrap-select button:after,
.castle .romagna .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna .castle .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.castle .romagna .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna .castle .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.castle .romagna .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna .castle .operatori_search_box .horizontal .control .bootstrap-select button:after,
.castle .operatori_search_box .horizontal .romagna .xp_search_box .vertical .bootstrap-select button:after,
.romagna .xp_search_box .vertical .bootstrap-select .castle .operatori_search_box .horizontal button:after,
.castle .operatori_search_box .romagna .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna .xp_search_box .castle .operatori_search_box .horizontal .control .bootstrap-select button:after,
.castle .motorcycle .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.motorcycle .castle .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.castle .motorcycle .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.motorcycle .castle .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.castle .motorcycle .operatori_search_box .horizontal .control .bootstrap-select button:after,
.motorcycle .castle .operatori_search_box .horizontal .control .bootstrap-select button:after,
.castle .operatori_search_box .horizontal .motorcycle .xp_search_box .vertical .bootstrap-select button:after,
.motorcycle .xp_search_box .vertical .bootstrap-select .castle .operatori_search_box .horizontal button:after,
.castle .operatori_search_box .motorcycle .xp_search_box .horizontal .control .bootstrap-select button:after,
.motorcycle .xp_search_box .castle .operatori_search_box .horizontal .control .bootstrap-select button:after,
.castle .sport .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.sport .castle .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.castle .sport .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.sport .castle .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.castle .sport .operatori_search_box .horizontal .control .bootstrap-select button:after,
.sport .castle .operatori_search_box .horizontal .control .bootstrap-select button:after,
.castle .operatori_search_box .horizontal .sport .xp_search_box .vertical .bootstrap-select button:after,
.sport .xp_search_box .vertical .bootstrap-select .castle .operatori_search_box .horizontal button:after,
.castle .operatori_search_box .sport .xp_search_box .horizontal .control .bootstrap-select button:after,
.sport .xp_search_box .castle .operatori_search_box .horizontal .control .bootstrap-select button:after,
.castle .fun .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.fun .castle .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.castle .fun .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.fun .castle .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.castle .fun .operatori_search_box .horizontal .control .bootstrap-select button:after,
.fun .castle .operatori_search_box .horizontal .control .bootstrap-select button:after,
.castle .operatori_search_box .horizontal .fun .xp_search_box .vertical .bootstrap-select button:after,
.fun .xp_search_box .vertical .bootstrap-select .castle .operatori_search_box .horizontal button:after,
.castle .operatori_search_box .fun .xp_search_box .horizontal .control .bootstrap-select button:after,
.fun .xp_search_box .castle .operatori_search_box .horizontal .control .bootstrap-select button:after,
.castle .wellness .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.wellness .castle .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.castle .wellness .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.wellness .castle .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.castle .wellness .operatori_search_box .horizontal .control .bootstrap-select button:after,
.wellness .castle .operatori_search_box .horizontal .control .bootstrap-select button:after,
.castle .operatori_search_box .horizontal .wellness .xp_search_box .vertical .bootstrap-select button:after,
.wellness .xp_search_box .vertical .bootstrap-select .castle .operatori_search_box .horizontal button:after,
.castle .operatori_search_box .wellness .xp_search_box .horizontal .control .bootstrap-select button:after,
.wellness .xp_search_box .castle .operatori_search_box .horizontal .control .bootstrap-select button:after,
.castle .empire .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.empire .castle .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.castle .empire .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.empire .castle .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.castle .empire .operatori_search_box .horizontal .control .bootstrap-select button:after,
.empire .castle .operatori_search_box .horizontal .control .bootstrap-select button:after,
.castle .operatori_search_box .horizontal .empire .xp_search_box .vertical .bootstrap-select button:after,
.empire .xp_search_box .vertical .bootstrap-select .castle .operatori_search_box .horizontal button:after,
.castle .operatori_search_box .empire .xp_search_box .horizontal .control .bootstrap-select button:after,
.empire .xp_search_box .castle .operatori_search_box .horizontal .control .bootstrap-select button:after,
.castle .bike .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.bike .castle .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.castle .bike .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.bike .castle .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.castle .bike .operatori_search_box .horizontal .control .bootstrap-select button:after,
.bike .castle .operatori_search_box .horizontal .control .bootstrap-select button:after,
.castle .operatori_search_box .horizontal .bike .xp_search_box .vertical .bootstrap-select button:after,
.bike .xp_search_box .vertical .bootstrap-select .castle .operatori_search_box .horizontal button:after,
.castle .operatori_search_box .bike .xp_search_box .horizontal .control .bootstrap-select button:after,
.bike .xp_search_box .castle .operatori_search_box .horizontal .control .bootstrap-select button:after,
.castle .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.castle .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.castle .operatori_search_box .horizontal .control .bootstrap-select button:after,
.castle .operatori_search_box .events-homepage .header .eventsearchbox.horizontal .control .bootstrap-select button:after,
.events-homepage .header .castle .operatori_search_box .eventsearchbox.horizontal .control .bootstrap-select button:after,
.castle .operatori_search_box .horizontal .events-homepage .header .eventsearchbox.vertical .bootstrap-select button:after,
.events-homepage .header .eventsearchbox.vertical .bootstrap-select .castle .operatori_search_box .horizontal button:after,
.castle .operatori_search_box .events-page .header .eventsearchbox.horizontal .control .bootstrap-select button:after,
.events-page .header .castle .operatori_search_box .eventsearchbox.horizontal .control .bootstrap-select button:after,
.castle .operatori_search_box .horizontal .events-page .header .eventsearchbox.vertical .bootstrap-select button:after,
.events-page .header .eventsearchbox.vertical .bootstrap-select .castle .operatori_search_box .horizontal button:after,
.castle .operatori_search_box .scopri .xp_search_box .horizontal .control .bootstrap-select button:after,
.scopri .xp_search_box .castle .operatori_search_box .horizontal .control .bootstrap-select button:after,
.castle .operatori_search_box .horizontal .scopri .xp_search_box .vertical .bootstrap-select button:after,
.scopri .xp_search_box .vertical .bootstrap-select .castle .operatori_search_box .horizontal button:after,
.castle .scopri .operatori_search_box .horizontal .control .bootstrap-select button:after,
.scopri .castle .operatori_search_box .horizontal .control .bootstrap-select button:after,
.castle .scopri .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.scopri .castle .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.castle .scopri .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.scopri .castle .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.castle .operatori_search_box .idee .xp_search_box .horizontal .control .bootstrap-select button:after,
.idee .xp_search_box .castle .operatori_search_box .horizontal .control .bootstrap-select button:after,
.castle .operatori_search_box .horizontal .idee .xp_search_box .vertical .bootstrap-select button:after,
.idee .xp_search_box .vertical .bootstrap-select .castle .operatori_search_box .horizontal button:after,
.castle .idee .operatori_search_box .horizontal .control .bootstrap-select button:after,
.idee .castle .operatori_search_box .horizontal .control .bootstrap-select button:after,
.castle .idee .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.idee .castle .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.castle .idee .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.idee .castle .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.castle .operatori_search_box .eventi .xp_search_box .horizontal .control .bootstrap-select button:after,
.eventi .xp_search_box .castle .operatori_search_box .horizontal .control .bootstrap-select button:after,
.castle .operatori_search_box .horizontal .eventi .xp_search_box .vertical .bootstrap-select button:after,
.eventi .xp_search_box .vertical .bootstrap-select .castle .operatori_search_box .horizontal button:after,
.castle .eventi .operatori_search_box .horizontal .control .bootstrap-select button:after,
.eventi .castle .operatori_search_box .horizontal .control .bootstrap-select button:after,
.castle .eventi .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.eventi .castle .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.castle .eventi .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.eventi .castle .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.castle .operatori_search_box .pianifica .xp_search_box .horizontal .control .bootstrap-select button:after,
.pianifica .xp_search_box .castle .operatori_search_box .horizontal .control .bootstrap-select button:after,
.castle .operatori_search_box .horizontal .pianifica .xp_search_box .vertical .bootstrap-select button:after,
.pianifica .xp_search_box .vertical .bootstrap-select .castle .operatori_search_box .horizontal button:after,
.castle .pianifica .operatori_search_box .horizontal .control .bootstrap-select button:after,
.pianifica .castle .operatori_search_box .horizontal .control .bootstrap-select button:after,
.castle .pianifica .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.pianifica .castle .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.castle .pianifica .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.pianifica .castle .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.castle .operatori_search_box .esperienze .xp_search_box .horizontal .control .bootstrap-select button:after,
.esperienze .xp_search_box .castle .operatori_search_box .horizontal .control .bootstrap-select button:after,
.castle .operatori_search_box .horizontal .esperienze .xp_search_box .vertical .bootstrap-select button:after,
.esperienze .xp_search_box .vertical .bootstrap-select .castle .operatori_search_box .horizontal button:after,
.castle .esperienze .operatori_search_box .horizontal .control .bootstrap-select button:after,
.esperienze .castle .operatori_search_box .horizontal .control .bootstrap-select button:after,
.castle .esperienze .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.esperienze .castle .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.castle .esperienze .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.esperienze .castle .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.castle .operatori_search_box .news .xp_search_box .horizontal .control .bootstrap-select button:after,
.news .xp_search_box .castle .operatori_search_box .horizontal .control .bootstrap-select button:after,
.castle .operatori_search_box .horizontal .news .xp_search_box .vertical .bootstrap-select button:after,
.news .xp_search_box .vertical .bootstrap-select .castle .operatori_search_box .horizontal button:after,
.castle .news .operatori_search_box .horizontal .control .bootstrap-select button:after,
.news .castle .operatori_search_box .horizontal .control .bootstrap-select button:after,
.castle .news .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.news .castle .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.castle .news .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.news .castle .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.castle .operatori_search_box .iat .xp_search_box .horizontal .control .bootstrap-select button:after,
.iat .xp_search_box .castle .operatori_search_box .horizontal .control .bootstrap-select button:after,
.castle .operatori_search_box .horizontal .iat .xp_search_box .vertical .bootstrap-select button:after,
.iat .xp_search_box .vertical .bootstrap-select .castle .operatori_search_box .horizontal button:after,
.castle .iat .operatori_search_box .horizontal .control .bootstrap-select button:after,
.iat .castle .operatori_search_box .horizontal .control .bootstrap-select button:after,
.castle .iat .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.iat .castle .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.castle .iat .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.iat .castle .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.castle .operatori_search_box .meteo .xp_search_box .horizontal .control .bootstrap-select button:after,
.meteo .xp_search_box .castle .operatori_search_box .horizontal .control .bootstrap-select button:after,
.castle .operatori_search_box .horizontal .meteo .xp_search_box .vertical .bootstrap-select button:after,
.meteo .xp_search_box .vertical .bootstrap-select .castle .operatori_search_box .horizontal button:after,
.castle .meteo .operatori_search_box .horizontal .control .bootstrap-select button:after,
.meteo .castle .operatori_search_box .horizontal .control .bootstrap-select button:after,
.castle .meteo .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.meteo .castle .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.castle .meteo .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.meteo .castle .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.castle .operatori_search_box .odm .xp_search_box .horizontal .control .bootstrap-select button:after,
.odm .xp_search_box .castle .operatori_search_box .horizontal .control .bootstrap-select button:after,
.castle .operatori_search_box .horizontal .odm .xp_search_box .vertical .bootstrap-select button:after,
.odm .xp_search_box .vertical .bootstrap-select .castle .operatori_search_box .horizontal button:after,
.castle .odm .operatori_search_box .horizontal .control .bootstrap-select button:after,
.odm .castle .operatori_search_box .horizontal .control .bootstrap-select button:after,
.castle .odm .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.odm .castle .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.castle .odm .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.odm .castle .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.castle .operatori_search_box .booking .xp_search_box .horizontal .control .bootstrap-select button:after,
.booking .xp_search_box .castle .operatori_search_box .horizontal .control .bootstrap-select button:after,
.castle .operatori_search_box .horizontal .booking .xp_search_box .vertical .bootstrap-select button:after,
.booking .xp_search_box .vertical .bootstrap-select .castle .operatori_search_box .horizontal button:after,
.castle .booking .operatori_search_box .horizontal .control .bootstrap-select button:after,
.booking .castle .operatori_search_box .horizontal .control .bootstrap-select button:after,
.castle .booking .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.booking .castle .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.castle .booking .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.booking .castle .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.castle .operatori_search_box .rock .xp_search_box .horizontal .control .bootstrap-select button:after,
.rock .xp_search_box .castle .operatori_search_box .horizontal .control .bootstrap-select button:after,
.castle .operatori_search_box .horizontal .rock .xp_search_box .vertical .bootstrap-select button:after,
.rock .xp_search_box .vertical .bootstrap-select .castle .operatori_search_box .horizontal button:after,
.castle .rock .operatori_search_box .horizontal .control .bootstrap-select button:after,
.rock .castle .operatori_search_box .horizontal .control .bootstrap-select button:after,
.castle .rock .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.rock .castle .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.castle .rock .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.rock .castle .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.castle .operatori_search_box .beach .xp_search_box .horizontal .control .bootstrap-select button:after,
.beach .xp_search_box .castle .operatori_search_box .horizontal .control .bootstrap-select button:after,
.castle .operatori_search_box .horizontal .beach .xp_search_box .vertical .bootstrap-select button:after,
.beach .xp_search_box .vertical .bootstrap-select .castle .operatori_search_box .horizontal button:after,
.castle .beach .operatori_search_box .horizontal .control .bootstrap-select button:after,
.beach .castle .operatori_search_box .horizontal .control .bootstrap-select button:after,
.castle .beach .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.beach .castle .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.castle .beach .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.beach .castle .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.castle .operatori_search_box .food .xp_search_box .horizontal .control .bootstrap-select button:after,
.food .xp_search_box .castle .operatori_search_box .horizontal .control .bootstrap-select button:after,
.castle .operatori_search_box .horizontal .food .xp_search_box .vertical .bootstrap-select button:after,
.food .xp_search_box .vertical .bootstrap-select .castle .operatori_search_box .horizontal button:after,
.castle .food .operatori_search_box .horizontal .control .bootstrap-select button:after,
.food .castle .operatori_search_box .horizontal .control .bootstrap-select button:after,
.castle .food .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.food .castle .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.castle .food .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.food .castle .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.castle .operatori_search_box .nature .xp_search_box .horizontal .control .bootstrap-select button:after,
.nature .xp_search_box .castle .operatori_search_box .horizontal .control .bootstrap-select button:after,
.castle .operatori_search_box .horizontal .nature .xp_search_box .vertical .bootstrap-select button:after,
.nature .xp_search_box .vertical .bootstrap-select .castle .operatori_search_box .horizontal button:after,
.castle .nature .operatori_search_box .horizontal .control .bootstrap-select button:after,
.nature .castle .operatori_search_box .horizontal .control .bootstrap-select button:after,
.castle .nature .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.nature .castle .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.castle .nature .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.nature .castle .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.castle .operatori_search_box .romagna_autentica .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna_autentica .xp_search_box .castle .operatori_search_box .horizontal .control .bootstrap-select button:after,
.castle .operatori_search_box .horizontal .romagna_autentica .xp_search_box .vertical .bootstrap-select button:after,
.romagna_autentica .xp_search_box .vertical .bootstrap-select .castle .operatori_search_box .horizontal button:after,
.castle .romagna_autentica .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna_autentica .castle .operatori_search_box .horizontal .control .bootstrap-select button:after,
.castle .romagna_autentica .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna_autentica .castle .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.castle .romagna_autentica .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna_autentica .castle .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.castle .operatori_search_box .culture .xp_search_box .horizontal .control .bootstrap-select button:after,
.culture .xp_search_box .castle .operatori_search_box .horizontal .control .bootstrap-select button:after,
.castle .operatori_search_box .horizontal .culture .xp_search_box .vertical .bootstrap-select button:after,
.culture .xp_search_box .vertical .bootstrap-select .castle .operatori_search_box .horizontal button:after,
.castle .culture .operatori_search_box .horizontal .control .bootstrap-select button:after,
.culture .castle .operatori_search_box .horizontal .control .bootstrap-select button:after,
.castle .culture .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.culture .castle .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.castle .culture .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.culture .castle .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.castle .operatori_search_box .xp_search_box .horizontal .control .bootstrap-select button:after,
.castle .xp_search_box .operatori_search_box .horizontal .control .bootstrap-select button:after,
.castle .operatori_search_box .horizontal .xp_search_box .vertical .bootstrap-select button:after,
.castle .xp_search_box .vertical .bootstrap-select .operatori_search_box .horizontal button:after {
  line-height: 2.2rem;
}

.castle .operatori_search_box .horizontal button.collapsible {
  border: none;
  background-color: transparent;
  display: block;
  width: 100%;
  font-size: 1.6rem;
  color: #ffffff;
  letter-spacing: -0.41px;
  text-align: left;
  text-transform: uppercase;
}

.castle .operatori_search_box .horizontal .control {
  padding: 0.5rem 1rem;
  height: 5rem;
  background-color: white;
  margin: 0.5rem;
}

.castle .operatori_search_box .horizontal .control.btn-holder {
  min-width: 2rem;
  width: auto;
  padding: 0px;
}

.castle .operatori_search_box .horizontal .control.btn-holder button {
  width: 100%;
  border: none;
  background-color: #6e5850;
  height: 100%;
  font-size: 1.6rem;
  color: #ffffff;
  letter-spacing: -0.41px;
  text-align: center;
  text-transform: uppercase;
  display: block;
  padding: 0px;
}

.castle .operatori_search_box .horizontal .control .ert-dropdown {
  width: 100%;
}

.castle .operatori_search_box .horizontal .control .ert-dropdown * {
  cursor: pointer;
}

.castle .operatori_search_box .horizontal .control .ert-dropdown .ert-combo {
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
  display: block;
  text-align: left;
}

.castle .operatori_search_box .horizontal .control .ert-dropdown .ert-combo::after {
  border: none;
}

.castle .operatori_search_box .horizontal .control .ert-dropdown .ert-combo i {
  transition: 500ms ease;
  transform: rotate(0);
  position: absolute;
  top: 2.25rem;
  right: 15px;
}

.castle .operatori_search_box .horizontal .control .ert-dropdown .ert-combo .button {
  padding: 0px;
}

.castle .operatori_search_box .horizontal .control .ert-dropdown.show .ert-combo i {
  transform: rotate(180deg);
}

.castle .operatori_search_box .horizontal .control .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: auto;
}

.castle .operatori_search_box .horizontal .control .bootstrap-select {
  margin-top: -1px;
}

.castle .operatori_search_box .horizontal .control .bootstrap-select *:focus {
  box-shadow: none important;
}

.castle .operatori_search_box .horizontal .control .bootstrap-select button {
  padding: 0px;
  font-size: 1.5rem;
  background: #ffffff;
  color: #848484;
  letter-spacing: 0.3px;
  border: none;
  border-radius: 0;
}

.castle .operatori_search_box .horizontal .control .bootstrap-select button:after {
  content: "\F078";
  border: none;
}

.castle .operatori_search_box .horizontal .control .bootstrap-select .dropdown-menu {
  width: 100% !important;
  border: none;
  border-radius: 0;
  box-shadow: 0px 2px 2px 0px #a9a9a970;
  border-top: 1px solid #a9a9a970;
}

.castle .operatori_search_box .horizontal .control .bootstrap-select .dropdown-menu.inner.show {
  border-top: none;
}

.castle .operatori_search_box .horizontal .control .bootstrap-select .dropdown-menu .dropdown-item {
  font-size: 1.5rem;
  line-height: 4rem;
}

.castle .operatori_search_box .horizontal .control .bootstrap-select .dropdown-menu .dropdown-item:active,
.castle .operatori_search_box .horizontal .control .bootstrap-select .dropdown-menu .dropdown-item.active {
  background-color: #8c6f65;
}

.castle .operatori_search_box .horizontal .control label {
  background: #ffffff;
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
  line-height: 2.4rem;
  margin-bottom: 0px;
  margin-right: 0.5rem;
}

@media (max-width: 768px) {
  .castle .operatori_search_box .horizontal .control label {
    min-width: 6.2rem;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .castle .operatori_search_box .horizontal .control label {
    display: none;
  }
}

.castle .operatori_search_box .horizontal .control .flatpickr-mobile.form-control {
  padding: 1px 0;
}

.castle .operatori_search_box .horizontal .control input[type=text],
.castle .operatori_search_box .horizontal .control input[type=date] {
  border: none;
  font-size: 1.5rem;
  border-radius: 0;
  background-color: white;
  border-bottom: 1px solid #495057;
  min-width: 0;
  height: auto;
}

.castle .operatori_search_box .horizontal .control input[type=text]:focus,
.castle .operatori_search_box .horizontal .control input[type=date]:focus {
  box-shadow: none;
}

.castle .operatori_search_box .vertical {
  max-width: 30rem;
  z-index: 10;
  position: relative;
  height: 4.4rem;
  margin: 0 auto;
}

.castle .operatori_search_box .vertical button.collapsible {
  border: none;
  background-color: transparent;
  display: block;
  position: absolute;
  width: 100%;
}

.castle .operatori_search_box .vertical .dropbutton {
  display: none;
}

.castle .operatori_search_box .vertical .dropbutton.collapsed {
  display: block;
}

.castle .operatori_search_box .vertical #collapse-events {
  padding: 1.8rem;
  background-color: #8c6f65;
  background-image: linear-gradient(-180deg, #8a6e64 0%, #8c6f65 48%, #8b6e64 80%);
  font-size: 1.6rem;
}

.castle .operatori_search_box .vertical .fa-chevron-up {
  text-align: right;
  line-height: 4rem;
  color: white;
  margin-bottom: 1.8rem;
}

.castle .operatori_search_box .vertical .form-group {
  background: #ffffff;
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
}

.castle .operatori_search_box .vertical .form-group .col-form-label {
  line-height: 5rem;
}

.castle .operatori_search_box .vertical .ert-text {
  border: none;
  font-size: 1.5rem;
  height: 60px;
  border-radius: 0;
  background-color: white;
}

.castle .operatori_search_box .vertical .ert-text.line {
  border-bottom: 1px solid #495057;
  height: auto;
  margin-top: 14px;
}

.castle .operatori_search_box .vertical .ert-text:focus {
  box-shadow: none;
}

.castle .operatori_search_box .vertical button.search {
  border: none;
  position: absolute;
  bottom: -10rem;
  left: 5%;
  right: 5%;
  width: 90%;
  line-height: 4.4rem;
}

.castle .operatori_search_box .vertical .datepicker-holder {
  padding-right: 0px;
}

.castle .operatori_search_box .vertical .datepicker-holder * {
  cursor: pointer;
}

.castle .operatori_search_box .vertical .datepicker-holder input[type=date]::-webkit-calendar-picker-indicator {
  width: 1.2rem;
  height: 0.7rem;
  -webkit-mask: url(/images/caret.svg);
          mask: url(/images/caret.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  -webkit-transition: 500ms ease;
  transition: 500ms ease;
  background-color: #686868;
}

.castle .operatori_search_box .vertical .datepicker-holder .flatpickr-calendar.static {
  margin-left: -193px;
  margin-top: -184px;
  left: 50%;
  top: 50%;
}

.castle .operatori_search_box .vertical .datepicker-holder .flatpickr-calendar.static.arrowBottom:after {
  display: none;
}

.castle .operatori_search_box .vertical .datepicker-holder .flatpickr-calendar.static.arrowBottom:before {
  display: none;
}

.castle .operatori_search_box .vertical .datepicker-holder .flatpickr-months .flatpickr-month {
  height: 32px;
}

.castle .operatori_search_box .vertical .ert-dropdown * {
  cursor: pointer;
}

.castle .operatori_search_box .vertical .ert-dropdown .ert-combo {
  background: #ffffff;
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
  line-height: 5rem;
  display: block;
  width: 100%;
  height: 60px;
  text-align: left;
}

.castle .operatori_search_box .vertical .ert-dropdown .ert-combo::after {
  border: none;
}

.castle .operatori_search_box .vertical .ert-dropdown .ert-combo i {
  transition: 500ms ease;
  transform: rotate(0);
  position: absolute;
  top: 2.25rem;
  right: 15px;
}

.castle .operatori_search_box .vertical .ert-dropdown .ert-combo .button {
  padding: 0px;
}

.castle .operatori_search_box .vertical .ert-dropdown .dropdown-menu {
  width: 100% !important;
  border: none;
  border-radius: 0;
  box-shadow: 0px 2px 2px 0px #a9a9a970;
  border-top: 1px solid #a9a9a970;
}

.castle .operatori_search_box .vertical .ert-dropdown .dropdown-menu .dropdown-item {
  font-size: 1.5rem;
  line-height: 4rem;
}

.castle .operatori_search_box .vertical .ert-dropdown .dropdown-menu .dropdown-item:active {
  background-color: #8c6f65;
}

.castle .operatori_search_box .vertical .ert-dropdown.show .ert-combo i {
  transform: rotate(180deg);
}

.castle .operatori_search_box .vertical .bootstrap-select *:focus {
  box-shadow: none important;
}

.castle .operatori_search_box .vertical .bootstrap-select button {
  font-size: 1.5rem;
  color: #848484;
  letter-spacing: 0.3px;
  border: none;
  font-size: 1.5rem;
  height: 60px;
  border-radius: 0;
  background-color: white;
}

.castle .operatori_search_box .vertical .bootstrap-select button:after {
  content: "\F078";
  border: none;
}

.castle .operatori_search_box .vertical .bootstrap-select .dropdown-menu {
  width: 100% !important;
  border: none;
  border-radius: 0;
  box-shadow: 0px 2px 2px 0px #a9a9a970;
  border-top: 1px solid #a9a9a970;
}

.castle .operatori_search_box .vertical .bootstrap-select .dropdown-menu .dropdown-item {
  font-size: 1.5rem;
  line-height: 4rem;
}

.castle .operatori_search_box .vertical .bootstrap-select .dropdown-menu .dropdown-item:active,
.castle .operatori_search_box .vertical .bootstrap-select .dropdown-menu .dropdown-item.active {
  background-color: #8c6f65;
}

.castle .operatori_search_box .vertical .btn-er,
.castle .operatori_search_box .vertical .instagram .instabutton div span,
.instagram .instabutton div .castle .operatori_search_box .vertical span {
  margin-top: 18px;
}

.castle .operatori_search_box .vertical .btn-er .fa-chevron-down,
.castle .operatori_search_box .vertical .instagram .instabutton div span .fa-chevron-down,
.instagram .instabutton div .castle .operatori_search_box .vertical span .fa-chevron-down {
  float: right;
  line-height: 4rem;
}

.castle .home-boxes {
  background-color: #8c6f65;
}

.castle .content-box a {
  font-weight: bold;
  color: #8c6f65;
}

.castle .content-box a strong {
  color: #8c6f65;
}

.castle .content-box .btn-er,
.castle .content-box .instagram .instabutton div span,
.instagram .instabutton div .castle .content-box span {
  background-color: #8c6f65;
  color: white;
}

.castle .content-box h3.with-line {
  font-size: 1.8rem;
  color: #030303;
  letter-spacing: -0.43px;
  text-transform: uppercase;
  margin-bottom: 2.1rem;
}

.castle .content-box h3.with-line::before {
  content: "";
  display: block;
  height: 3px;
  background: #0e797b;
  width: 100%;
  max-width: 32rem;
  margin-left: 0;
  margin-right: 0;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.castle *:focus {
  outline: 1px solid #8c6f65;
  outline-offset: -1px;
}

.castle .bootstrap-select .dropdown-toggle:focus {
  outline: 1px solid #8c6f65;
  outline-offset: -1px;
}

.castle a:hover {
  outline: 1px solid #a48980;
}

.castle a:active {
  outline: 1px solid #8c6f65;
}

.castle .events-list {
  font-size: 1.4rem;
}

.castle .section-list {
  display: block;
  text-align: right;
}

.castle .section-list a {
  font-size: 2rem;
  color: #8c6f65;
}

.castle .events-list dt,
.castle .section-list dt,
.castle .iat-list dt {
  text-transform: uppercase;
  font-size: 1.5rem;
  line-height: 1.5;
  color: #111;
  letter-spacing: -0.38px;
  font-weight: 600;
  margin-top: 1.4rem;
}

.castle .events-list dd,
.castle .section-list dd,
.castle .iat-list dd {
  font-size: 1.6rem;
  margin-bottom: 0.6rem;
  line-height: 1.5;
  color: #030303;
}

.castle .events-list dd i,
.castle .section-list dd i,
.castle .iat-list dd i {
  margin-right: 0.6rem;
}

.castle .events-list ul,
.castle .section-list ul,
.castle .iat-list ul {
  list-style: none;
  padding-inline-start: 0;
}

.castle .events-list ul li,
.castle .section-list ul li,
.castle .iat-list ul li {
  font-size: 1.5rem;
  color: #030303;
  margin-top: 0.6rem;
  line-height: 1.5;
}

.castle .events-list ul.tappe-list,
.castle .section-list ul.tappe-list,
.castle .iat-list ul.tappe-list {
  list-style: none;
  padding-inline-start: 0;
}

.castle .events-list ul.tappe-list li,
.castle .section-list ul.tappe-list li,
.castle .iat-list ul.tappe-list li {
  font-size: 1.6rem;
  line-height: 1.5;
  color: #030303;
}

.castle .tickets-list {
  display: flex;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #111;
  letter-spacing: -0.38px;
  font-weight: 600;
  margin-top: 1.4rem;
}

.castle .tickets-list i {
  margin-top: 0.6rem;
}

.castle .tickets-list li {
  color: #030303;
  font-size: 1.6rem;
  margin-left: 1.2rem;
}

.castle .tickets-list li i {
  margin-right: 0.6rem;
}

.castle .address * {
  color: white;
}

.castle .top-title-box {
  padding: 0rem;
  text-align: center;
}

.castle .top-title-box.no-image {
  padding-top: 10rem;
}

.castle .top-title-box.no-image .er-logo-top {
  margin: 0 auto;
  display: block;
  margin-bottom: 10rem;
}

.castle .top-title-box h1 {
  font-size: 3rem;
  color: #8c6f65;
  letter-spacing: -1.01px;
  line-height: 4rem;
  margin: 2rem 0;
}

.castle .top-title-box h2 {
  font-size: 2rem;
  line-height: 1.5;
  color: #000;
  letter-spacing: -0.58px;
}

.castle .top-title-box .breadcrumb {
  opacity: 0.6;
  font-size: 1.5rem;
  letter-spacing: -0.38px;
  padding: 0;
  margin: 0;
  color: #8c6f65;
  background-color: #fff;
}

.castle .top-title-box .breadcrumb .breadcrumb-item::before,
.castle .top-title-box .breadcrumb a {
  color: #8c6f65;
}

@media (min-width: 992px) {
  .castle .top-title-box h1 {
    line-height: 7rem;
    font-size: 7rem;
    margin-top: 3rem;
  }

  .castle .top-title-box h2 {
    font-size: 2rem;
    line-height: 1.5rem;
  }

  .castle .top-title-box .breadcrumb {
    font-size: 1.9rem;
  }
}

.castle .image-box-with-border {
  margin: 2rem 0;
  border-top: 64px solid #8c6f65;
}

.castle .image-box-with-border img {
  -o-object-fit: cover;
     object-fit: cover;
}

.castle .top-image {
  transition: background-image 1s ease-in-out;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 20px;
}

.castle .top-image .logo {
  position: absolute;
  width: 30rem;
  bottom: 20px;
  left: 50%;
  margin-left: -15rem;
}

.castle .top-image.no-mask {
  height: 600px;
}

.castle .top-image .mask {
  z-index: 997;
  position: relative;
  width: 100%;
}

@media (min-width: 992px) {
  .castle .top-image:after {
    position: absolute;
    content: "";
    left: 0px;
    bottom: -20px;
    width: 100%;
    height: 20px;
    transform: rotate(-180deg);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(255, 255, 255, 0.12) 12%, #e6e6e6);
  }
}

.castle .info-box {
  position: relative;
  z-index: 0;
  border-right: 1px solid #e6e6e6;
  border-left: 7px solid #8c6f65;
  background-color: white;
  padding: 0.1rem 1.5rem;
}

.castle .info-box h3 {
  font-weight: bold;
  font-size: 1.9rem;
}

.castle .info-box .referente {
  font-size: 1.7rem;
  line-height: 1.8rem;
  color: #000;
  letter-spacing: -0.41px;
}

@media (min-width: 768px) {
  .castle .info-box {
    position: sticky;
    position: -webkit-sticky;
    top: 68px;
  }
}

.castle .info-box:after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: -8px;
  height: 8px;
  left: 0px;
  z-index: -1;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.01) 30%, rgba(0, 0, 0, 0.03) 50%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0.08) 90%, rgba(0, 0, 0, 0.09) 96%, rgba(0, 0, 0, 0.1) 100%);
}

.castle .info-box:after {
  width: calc(100% + 8px);
  left: -7px;
}

@media (max-width: 991.98px) {
  .castle .info-box {
    width: auto;
    max-width: 60%;
    min-width: 300px;
    margin: 20px auto;
    display: block;
  }
}

@media (min-width: 992px) {
  .castle .info-box {
    margin-top: 2.2rem;
  }
}

.castle .info-box li {
  padding: 1.1rem 0;
}

.castle .info-box li .icon {
  font-size: 2.8rem;
  line-height: 3.3rem;
  margin-right: 1rem;
  float: left;
}

.castle .info-box li .info .title {
  text-transform: uppercase;
  font-size: 1.2rem;
  line-height: 1.5rem;
  color: #787878;
  letter-spacing: -0.38px;
}

.castle .info-box li .info .value {
  font-size: 1.7rem;
  line-height: 1.8rem;
  color: #000000;
  letter-spacing: -0.41px;
  display: table;
}

.castle .info-box li .info .value a {
  word-break: break-all;
}

@media (max-width: 991.98px) {
  .castle .info-box li.bookmarks {
    display: none;
  }
}

.castle .info-box .title-index {
  text-transform: uppercase;
  font-size: 1.4rem;
  line-height: 3rem;
  letter-spacing: -0.38px;
}

.castle .info-box .bookmarks {
  display: inline-block;
}

.castle .info-box .bookmarks ul li {
  padding: 0.5rem 0;
  width: 100%;
}

.castle .info-box .bookmarks ul li a {
  font-size: 1.4rem;
  line-height: 1.5rem;
  color: #000000;
  letter-spacing: -0.41px;
}

.castle .info-box .bookmarks ul li a.active {
  text-decoration: underline;
}

.castle #bookmarks-index {
  margin-top: 8rem;
}

.castle #bookmarks-index .info {
  padding: 2.1rem;
}

.castle #bookmarks-index h4 {
  font-size: 1.8rem;
}

@media (min-width: 768px) {
  .castle #bookmarks-index {
    display: none;
  }
}

.castle blockquote:before {
  color: #8f7167;
}

.castle .btn-er,
.castle .instagram .instabutton div span,
.instagram .instabutton div .castle span,
.castle.btn {
  background: #8c6f65;
}

.castle hr {
  height: 3px;
  background: #8c6f65;
  width: 100%;
  max-width: 32rem;
  margin-left: 0;
  margin-right: 0;
  margin-top: 1rem;
  margin-bottom: 2rem;
}

.castle .section h2 {
  margin-top: 4.5rem;
  margin-bottom: 4.5rem;
  font-size: 4.42rem;
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.18;
  letter-spacing: -1.07px;
  text-align: center;
  color: black;
  /*text-decoration: underline;*/
}

.castle .section h2 a {
  color: black;
}

.castle .section h3 {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
  font-size: 3.42rem;
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.18;
  letter-spacing: -1.07px;
  text-align: center;
  color: black;
  text-transform: uppercase;
  /*text-decoration: underline;*/
}

.castle .section h3 a {
  color: black;
}

.castle .section .gallery {
  position: relative;
  padding-bottom: 33px;
}

.castle .section .gallery .swiper-button-next,
.castle .section .gallery .swiper-container-rtl .swiper-button-prev,
.castle .section .gallery .swiper-button-prev,
.castle .section .gallery .swiper-container-rtl .swiper-button-next {
  background-position: center;
  width: 7.2rem;
  bottom: 33px;
  height: auto;
  top: 0px;
  margin: 0px;
  left: auto;
}

.castle .section .gallery .swiper-button-next svg,
.castle .section .gallery .swiper-container-rtl .swiper-button-prev svg,
.castle .section .gallery .swiper-button-prev svg,
.castle .section .gallery .swiper-container-rtl .swiper-button-next svg {
  top: 50%;
  left: 2.1rem;
  position: absolute;
  width: 3rem;
  height: 3rem;
  margin-top: -1.5rem;
  filter: drop-shadow(0px 3px 3px black);
}

.castle .section .gallery .swiper-button-next,
.castle .section .gallery .swiper-button-prev,
.castle .section .gallery .swiper-container-rtl .swiper-button-prev,
.castle .section .gallery .swiper-container-rtl .swiper-button-next {
  fill: #fff;
}

.castle .section .gallery .swiper-button-next,
.castle .section .gallery .swiper-container-rtl .swiper-button-prev {
  right: 0px;
}

.castle .section .gallery .swiper-button-prev,
.castle .section .gallery .swiper-container-rtl .swiper-button-next {
  left: 0px;
}

.castle .section .gallery .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #8c6f65;
}

.castle .section .gallery .swiper-pagination-bullet {
  border: 1px solid #8c6f65;
}

.castle .section .gallery .swiper-pagination-bullets {
  bottom: 2px;
}

.castle .section .gallery .swiper-slide .carousel-content {
  background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.07) 8%, rgba(0, 0, 0, 0.45) 68%);
  position: absolute;
  left: 0rem;
  bottom: 0rem;
  right: 0rem;
  width: auto;
  padding: 10rem 2rem 2rem 2rem;
  font-size: 2.6rem;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.63px;
  text-align: center;
  color: #ffffff;
}

.castle .section .gallery .swiper-slide .carousel-content a {
  color: #ffffff !important;
}

.castle .section .card-carousel .nodefault.swiper-button-prev::after,
.castle .section .card-carousel .nodefault.swiper-button-prev::before,
.castle .section .card-carousel .nodefault.swiper-button-next::after,
.castle .section .card-carousel .nodefault.swiper-button-next::before {
  content: unset;
}

.castle .section .card-carousel .swiper-slide {
  height: auto;
  margin-bottom: 5rem;
}

.castle .section .card-carousel .swiper-slide .iv-wrapper,
.castle .section .card-carousel .swiper-slide a .iv-wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

.castle .section .card-carousel .swiper-slide .iv-wrapper > div,
.castle .section .card-carousel .swiper-slide a .iv-wrapper > div {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: start;
}

.castle .section .card-carousel .swiper-slide .iv-wrapper .image,
.castle .section .card-carousel .swiper-slide a .iv-wrapper .image {
  min-height: 23rem;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.castle .section .card-carousel .swiper-slide .iv-wrapper .content,
.castle .section .card-carousel .swiper-slide a .iv-wrapper .content {
  background: #ffffff;
  border: 0 solid #000000;
  position: relative;
  padding: 2rem 2.1rem 4rem;
  position: relative;
  z-index: 0;
}

.castle .section .card-carousel .swiper-slide .iv-wrapper .content:after,
.castle .section .card-carousel .swiper-slide a .iv-wrapper .content:after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: -4px;
  height: 4px;
  left: 0px;
  z-index: -1;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.01) 30%, rgba(0, 0, 0, 0.03) 50%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0.08) 90%, rgba(0, 0, 0, 0.09) 96%, rgba(0, 0, 0, 0.1) 100%);
}

.castle .section .card-carousel .swiper-slide .iv-wrapper .content h3,
.castle .section .card-carousel .swiper-slide a .iv-wrapper .content h3 {
  font-size: 2rem;
  color: #030303;
  letter-spacing: -0.48px;
  text-align: left;
}

.castle .section .card-carousel .swiper-slide .iv-wrapper .content p,
.castle .section .card-carousel .swiper-slide .iv-wrapper .content p a,
.castle .section .card-carousel .swiper-slide .iv-wrapper .content a p,
.castle .section .card-carousel .swiper-slide a .iv-wrapper .content p,
.castle .section .card-carousel .swiper-slide a .iv-wrapper .content p a,
.castle .section .card-carousel .swiper-slide a .iv-wrapper .content a p {
  font-size: 1.5rem;
  color: #030303;
  letter-spacing: -0.38px;
  margin-bottom: 0px;
}

.castle .section .card-carousel .swiper-slide .iv-wrapper .content p .readmore,
.castle .section .card-carousel .swiper-slide .iv-wrapper .content p a .readmore,
.castle .section .card-carousel .swiper-slide .iv-wrapper .content a p .readmore,
.castle .section .card-carousel .swiper-slide a .iv-wrapper .content p .readmore,
.castle .section .card-carousel .swiper-slide a .iv-wrapper .content p a .readmore,
.castle .section .card-carousel .swiper-slide a .iv-wrapper .content a p .readmore {
  font-style: italic;
  color: #6e5850;
  display: block;
  margin-top: 1rem;
}

.castle .section .card-carousel .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border: 1px solid #8c6f65;
  background: none;
  opacity: 1;
}

.castle .section .card-carousel .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #8c6f65;
}

.castle .section .card-carousel .swiper-button-next,
.castle .section .card-carousel .swiper-container-rtl .swiper-button-prev,
.castle .section .card-carousel .swiper-button-prev,
.castle .section .card-carousel .swiper-container-rtl .swiper-button-next {
  background-image: none;
  width: 4rem;
  height: 23rem;
  top: 0px;
  margin: 0px;
  left: auto;
}

.castle .section .card-carousel .swiper-button-next svg,
.castle .section .card-carousel .swiper-container-rtl .swiper-button-prev svg,
.castle .section .card-carousel .swiper-button-prev svg,
.castle .section .card-carousel .swiper-container-rtl .swiper-button-next svg {
  top: 50%;
  left: 50%;
  position: absolute;
  width: 3rem;
  height: 3rem;
  margin-top: -1.5rem;
  margin-left: -1.5rem;
  filter: drop-shadow(0px 3px 3px black);
}

.castle .section .card-carousel .swiper-button-next,
.castle .section .card-carousel .swiper-button-prev,
.castle .section .card-carousel .swiper-container-rtl .swiper-button-prev,
.castle .section .card-carousel .swiper-container-rtl .swiper-button-next {
  fill: #fff;
}

.castle .section .card-carousel .swiper-button-next,
.castle .section .card-carousel .swiper-container-rtl .swiper-button-prev {
  right: 0px;
}

.castle .section .card-carousel .swiper-button-prev,
.castle .section .card-carousel .swiper-container-rtl .swiper-button-next {
  left: 0px;
}

.castle .section .sassibox-item,
.castle .section a .sassibox-item {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 5rem;
}

.castle .section .sassibox-item > div,
.castle .section a .sassibox-item > div {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.castle .section .sassibox-item .image,
.castle .section a .sassibox-item .image {
  min-height: 23rem;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.castle .section .sassibox-item .content,
.castle .section a .sassibox-item .content {
  background: #ffffff;
  border: 0 solid #000000;
  position: relative;
  padding: 1rem 0;
  position: relative;
  z-index: 0;
}

.castle .section .sassibox-item .content:after,
.castle .section a .sassibox-item .content:after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: -4px;
  height: 4px;
  left: 0px;
  z-index: -1;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.01) 30%, rgba(0, 0, 0, 0.03) 50%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0.08) 90%, rgba(0, 0, 0, 0.09) 96%, rgba(0, 0, 0, 0.1) 100%);
}

.castle .section .sassibox-item .content h4,
.castle .section a .sassibox-item .content h4 {
  font-size: 2rem;
  color: #030303;
  letter-spacing: -0.48px;
  text-align: left;
}

.castle .section .sassibox-item .content p,
.castle .section .sassibox-item .content span,
.castle .section .sassibox-item .content a span,
.castle .section .sassibox-item .content span a,
.castle .section .sassibox-item .content p a,
.castle .section .sassibox-item .content a p,
.castle .section a .sassibox-item .content p,
.castle .section a .sassibox-item .content span,
.castle .section a .sassibox-item .content a span,
.castle .section a .sassibox-item .content span a,
.castle .section a .sassibox-item .content p a,
.castle .section a .sassibox-item .content a p {
  font-size: 1.5rem;
  color: #030303;
  letter-spacing: -0.38px;
}

.castle .section .sassibox-item .content .action,
.castle .section a .sassibox-item .content .action {
  margin: 10px 0;
}

.castle .section .sassibox-item .content .action button,
.castle .section a .sassibox-item .content .action button {
  font-family: "Open Sans", sans-serif !important;
}

.castle .section .sassibox-item .content .readmore,
.castle .section a .sassibox-item .content .readmore {
  border: 1px solid transparent;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  padding: 6px 12px;
  text-align: center;
  vertical-align: middle;
  width: -moz-fit-content;
  width: fit-content;
  text-transform: uppercase;
  background-color: #8c6f65;
}

.bike .xp_search_box button span {
  color: white;
}

.bike .xp_search_box .city {
  color: white;
}

.bike .xp_search_box .horizontal {
  padding: 1rem;
  background-color: #f1354e;
  background-image: linear-gradient(-180deg, #f1324b 0%, #f1354e 48%, #f1334c 80%);
  font-size: 1.6rem;
}

.bike .xp_search_box .horizontal.collapsed {
  border-radius: 2px;
  box-shadow: -1px 0 3px 0 rgba(0, 0, 0, 0.25);
}

.bike .xp_search_box .horizontal .fa,
.bike .xp_search_box .horizontal .search .searchearchbox.vertical .bootstrap-select button:after,
.search .searchearchbox.vertical .bootstrap-select .bike .xp_search_box .horizontal button:after,
.bike .xp_search_box .search .searchearchbox.horizontal .control .bootstrap-select button:after,
.search .bike .xp_search_box .searchearchbox.horizontal .control .bootstrap-select button:after,
.bike .xp_search_box .horizontal .downloads .downloadsearchbox.vertical .bootstrap-select button:after,
.downloads .downloadsearchbox.vertical .bootstrap-select .bike .xp_search_box .horizontal button:after,
.bike .xp_search_box .downloads .downloadsearchbox.horizontal .control .bootstrap-select button:after,
.downloads .bike .xp_search_box .downloadsearchbox.horizontal .control .bootstrap-select button:after,
.bike .xp_search_box .horizontal .localita #searchbox-app .bootstrap-select button:after,
.localita #searchbox-app .bootstrap-select .bike .xp_search_box .horizontal button:after,
.bike .xp_search_box .horizontal .itinerari .searchbox .control .bootstrap-select button:after,
.itinerari .searchbox .control .bootstrap-select .bike .xp_search_box .horizontal button:after,
.bike .xp_search_box .itinerari .searchbox.horizontal .control .bootstrap-select button:after,
.itinerari .bike .xp_search_box .searchbox.horizontal .control .bootstrap-select button:after,
.bike .xp_search_box .horizontal .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .vertical .bootstrap-select .bike .xp_search_box .horizontal button:after,
.bike .xp_search_box .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .bike .xp_search_box .horizontal .control .bootstrap-select button:after,
.bike .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .bike .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.bike .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .bike .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.bike .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .bike .xp_search_box .horizontal .control .bootstrap-select button:after,
.bike .xp_search_box .horizontal .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .vertical .bootstrap-select .bike .xp_search_box .horizontal button:after,
.bike .xp_search_box .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .bike .xp_search_box .horizontal .control .bootstrap-select button:after,
.bike .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .bike .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.bike .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .bike .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.bike .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .bike .xp_search_box .horizontal .control .bootstrap-select button:after,
.bike .xp_search_box .horizontal .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .vertical .bootstrap-select .bike .xp_search_box .horizontal button:after,
.bike .xp_search_box .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .bike .xp_search_box .horizontal .control .bootstrap-select button:after,
.bike .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .bike .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.bike .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .bike .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.bike .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .bike .xp_search_box .horizontal .control .bootstrap-select button:after,
.bike .xp_search_box .horizontal .romagna-craft .operatori_search_box .vertical .bootstrap-select button:after,
.romagna-craft .operatori_search_box .vertical .bootstrap-select .bike .xp_search_box .horizontal button:after,
.bike .xp_search_box .romagna-craft .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna-craft .operatori_search_box .bike .xp_search_box .horizontal .control .bootstrap-select button:after,
.bike .romagna-craft .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna-craft .bike .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.bike .romagna-craft .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna-craft .bike .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.bike .romagna-craft .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna-craft .bike .xp_search_box .horizontal .control .bootstrap-select button:after,
.bike .xp_search_box .horizontal .spass .operatori_search_box .vertical .bootstrap-select button:after,
.spass .operatori_search_box .vertical .bootstrap-select .bike .xp_search_box .horizontal button:after,
.bike .xp_search_box .spass .operatori_search_box .horizontal .control .bootstrap-select button:after,
.spass .operatori_search_box .bike .xp_search_box .horizontal .control .bootstrap-select button:after,
.bike .spass .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.spass .bike .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.bike .spass .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.spass .bike .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.bike .spass .xp_search_box .horizontal .control .bootstrap-select button:after,
.spass .bike .xp_search_box .horizontal .control .bootstrap-select button:after,
.bike .xp_search_box .horizontal .natur .operatori_search_box .vertical .bootstrap-select button:after,
.natur .operatori_search_box .vertical .bootstrap-select .bike .xp_search_box .horizontal button:after,
.bike .xp_search_box .natur .operatori_search_box .horizontal .control .bootstrap-select button:after,
.natur .operatori_search_box .bike .xp_search_box .horizontal .control .bootstrap-select button:after,
.bike .natur .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.natur .bike .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.bike .natur .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.natur .bike .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.bike .natur .xp_search_box .horizontal .control .bootstrap-select button:after,
.natur .bike .xp_search_box .horizontal .control .bootstrap-select button:after,
.bike .xp_search_box .horizontal .kultur .operatori_search_box .vertical .bootstrap-select button:after,
.kultur .operatori_search_box .vertical .bootstrap-select .bike .xp_search_box .horizontal button:after,
.bike .xp_search_box .kultur .operatori_search_box .horizontal .control .bootstrap-select button:after,
.kultur .operatori_search_box .bike .xp_search_box .horizontal .control .bootstrap-select button:after,
.bike .kultur .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.kultur .bike .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.bike .kultur .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.kultur .bike .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.bike .kultur .xp_search_box .horizontal .control .bootstrap-select button:after,
.kultur .bike .xp_search_box .horizontal .control .bootstrap-select button:after,
.bike .xp_search_box .horizontal .pet .operatori_search_box .vertical .bootstrap-select button:after,
.pet .operatori_search_box .vertical .bootstrap-select .bike .xp_search_box .horizontal button:after,
.bike .xp_search_box .pet .operatori_search_box .horizontal .control .bootstrap-select button:after,
.pet .operatori_search_box .bike .xp_search_box .horizontal .control .bootstrap-select button:after,
.bike .pet .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.pet .bike .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.bike .pet .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.pet .bike .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.bike .pet .xp_search_box .horizontal .control .bootstrap-select button:after,
.pet .bike .xp_search_box .horizontal .control .bootstrap-select button:after,
.bike .xp_search_box .horizontal .default .operatori_search_box .vertical .bootstrap-select button:after,
.default .operatori_search_box .vertical .bootstrap-select .bike .xp_search_box .horizontal button:after,
.bike .xp_search_box .default .operatori_search_box .horizontal .control .bootstrap-select button:after,
.default .operatori_search_box .bike .xp_search_box .horizontal .control .bootstrap-select button:after,
.bike .default .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.default .bike .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.bike .default .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.default .bike .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.bike .default .xp_search_box .horizontal .control .bootstrap-select button:after,
.default .bike .xp_search_box .horizontal .control .bootstrap-select button:after,
.bike .xp_search_box .horizontal .liscio .operatori_search_box .vertical .bootstrap-select button:after,
.liscio .operatori_search_box .vertical .bootstrap-select .bike .xp_search_box .horizontal button:after,
.bike .xp_search_box .liscio .operatori_search_box .horizontal .control .bootstrap-select button:after,
.liscio .operatori_search_box .bike .xp_search_box .horizontal .control .bootstrap-select button:after,
.bike .liscio .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.liscio .bike .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.bike .liscio .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.liscio .bike .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.bike .liscio .xp_search_box .horizontal .control .bootstrap-select button:after,
.liscio .bike .xp_search_box .horizontal .control .bootstrap-select button:after,
.bike .xp_search_box .horizontal .romagna .operatori_search_box .vertical .bootstrap-select button:after,
.romagna .operatori_search_box .vertical .bootstrap-select .bike .xp_search_box .horizontal button:after,
.bike .xp_search_box .romagna .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna .operatori_search_box .bike .xp_search_box .horizontal .control .bootstrap-select button:after,
.bike .romagna .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna .bike .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.bike .romagna .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna .bike .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.bike .romagna .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna .bike .xp_search_box .horizontal .control .bootstrap-select button:after,
.bike .xp_search_box .horizontal .motorcycle .operatori_search_box .vertical .bootstrap-select button:after,
.motorcycle .operatori_search_box .vertical .bootstrap-select .bike .xp_search_box .horizontal button:after,
.bike .xp_search_box .motorcycle .operatori_search_box .horizontal .control .bootstrap-select button:after,
.motorcycle .operatori_search_box .bike .xp_search_box .horizontal .control .bootstrap-select button:after,
.bike .motorcycle .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.motorcycle .bike .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.bike .motorcycle .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.motorcycle .bike .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.bike .motorcycle .xp_search_box .horizontal .control .bootstrap-select button:after,
.motorcycle .bike .xp_search_box .horizontal .control .bootstrap-select button:after,
.bike .xp_search_box .horizontal .sport .operatori_search_box .vertical .bootstrap-select button:after,
.sport .operatori_search_box .vertical .bootstrap-select .bike .xp_search_box .horizontal button:after,
.bike .xp_search_box .sport .operatori_search_box .horizontal .control .bootstrap-select button:after,
.sport .operatori_search_box .bike .xp_search_box .horizontal .control .bootstrap-select button:after,
.bike .sport .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.sport .bike .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.bike .sport .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.sport .bike .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.bike .sport .xp_search_box .horizontal .control .bootstrap-select button:after,
.sport .bike .xp_search_box .horizontal .control .bootstrap-select button:after,
.bike .xp_search_box .horizontal .fun .operatori_search_box .vertical .bootstrap-select button:after,
.fun .operatori_search_box .vertical .bootstrap-select .bike .xp_search_box .horizontal button:after,
.bike .xp_search_box .fun .operatori_search_box .horizontal .control .bootstrap-select button:after,
.fun .operatori_search_box .bike .xp_search_box .horizontal .control .bootstrap-select button:after,
.bike .fun .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.fun .bike .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.bike .fun .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.fun .bike .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.bike .fun .xp_search_box .horizontal .control .bootstrap-select button:after,
.fun .bike .xp_search_box .horizontal .control .bootstrap-select button:after,
.bike .xp_search_box .horizontal .wellness .operatori_search_box .vertical .bootstrap-select button:after,
.wellness .operatori_search_box .vertical .bootstrap-select .bike .xp_search_box .horizontal button:after,
.bike .xp_search_box .wellness .operatori_search_box .horizontal .control .bootstrap-select button:after,
.wellness .operatori_search_box .bike .xp_search_box .horizontal .control .bootstrap-select button:after,
.bike .wellness .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.wellness .bike .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.bike .wellness .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.wellness .bike .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.bike .wellness .xp_search_box .horizontal .control .bootstrap-select button:after,
.wellness .bike .xp_search_box .horizontal .control .bootstrap-select button:after,
.bike .xp_search_box .horizontal .empire .operatori_search_box .vertical .bootstrap-select button:after,
.empire .operatori_search_box .vertical .bootstrap-select .bike .xp_search_box .horizontal button:after,
.bike .xp_search_box .empire .operatori_search_box .horizontal .control .bootstrap-select button:after,
.empire .operatori_search_box .bike .xp_search_box .horizontal .control .bootstrap-select button:after,
.bike .empire .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.empire .bike .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.bike .empire .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.empire .bike .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.bike .empire .xp_search_box .horizontal .control .bootstrap-select button:after,
.empire .bike .xp_search_box .horizontal .control .bootstrap-select button:after,
.bike .xp_search_box .horizontal .operatori_search_box .vertical .bootstrap-select button:after,
.bike .operatori_search_box .vertical .bootstrap-select .xp_search_box .horizontal button:after,
.bike .xp_search_box .operatori_search_box .horizontal .control .bootstrap-select button:after,
.bike .operatori_search_box .xp_search_box .horizontal .control .bootstrap-select button:after,
.bike .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.bike .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.bike .xp_search_box .horizontal .control .bootstrap-select button:after,
.bike .xp_search_box .events-homepage .header .eventsearchbox.horizontal .control .bootstrap-select button:after,
.events-homepage .header .bike .xp_search_box .eventsearchbox.horizontal .control .bootstrap-select button:after,
.bike .xp_search_box .horizontal .events-homepage .header .eventsearchbox.vertical .bootstrap-select button:after,
.events-homepage .header .eventsearchbox.vertical .bootstrap-select .bike .xp_search_box .horizontal button:after,
.bike .xp_search_box .events-page .header .eventsearchbox.horizontal .control .bootstrap-select button:after,
.events-page .header .bike .xp_search_box .eventsearchbox.horizontal .control .bootstrap-select button:after,
.bike .xp_search_box .horizontal .events-page .header .eventsearchbox.vertical .bootstrap-select button:after,
.events-page .header .eventsearchbox.vertical .bootstrap-select .bike .xp_search_box .horizontal button:after,
.bike .scopri .xp_search_box .horizontal .control .bootstrap-select button:after,
.scopri .bike .xp_search_box .horizontal .control .bootstrap-select button:after,
.bike .scopri .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.scopri .bike .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.bike .scopri .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.scopri .bike .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.bike .xp_search_box .scopri .operatori_search_box .horizontal .control .bootstrap-select button:after,
.scopri .operatori_search_box .bike .xp_search_box .horizontal .control .bootstrap-select button:after,
.bike .xp_search_box .horizontal .scopri .operatori_search_box .vertical .bootstrap-select button:after,
.scopri .operatori_search_box .vertical .bootstrap-select .bike .xp_search_box .horizontal button:after,
.bike .idee .xp_search_box .horizontal .control .bootstrap-select button:after,
.idee .bike .xp_search_box .horizontal .control .bootstrap-select button:after,
.bike .idee .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.idee .bike .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.bike .idee .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.idee .bike .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.bike .xp_search_box .idee .operatori_search_box .horizontal .control .bootstrap-select button:after,
.idee .operatori_search_box .bike .xp_search_box .horizontal .control .bootstrap-select button:after,
.bike .xp_search_box .horizontal .idee .operatori_search_box .vertical .bootstrap-select button:after,
.idee .operatori_search_box .vertical .bootstrap-select .bike .xp_search_box .horizontal button:after,
.bike .eventi .xp_search_box .horizontal .control .bootstrap-select button:after,
.eventi .bike .xp_search_box .horizontal .control .bootstrap-select button:after,
.bike .eventi .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.eventi .bike .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.bike .eventi .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.eventi .bike .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.bike .xp_search_box .eventi .operatori_search_box .horizontal .control .bootstrap-select button:after,
.eventi .operatori_search_box .bike .xp_search_box .horizontal .control .bootstrap-select button:after,
.bike .xp_search_box .horizontal .eventi .operatori_search_box .vertical .bootstrap-select button:after,
.eventi .operatori_search_box .vertical .bootstrap-select .bike .xp_search_box .horizontal button:after,
.bike .pianifica .xp_search_box .horizontal .control .bootstrap-select button:after,
.pianifica .bike .xp_search_box .horizontal .control .bootstrap-select button:after,
.bike .pianifica .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.pianifica .bike .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.bike .pianifica .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.pianifica .bike .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.bike .xp_search_box .pianifica .operatori_search_box .horizontal .control .bootstrap-select button:after,
.pianifica .operatori_search_box .bike .xp_search_box .horizontal .control .bootstrap-select button:after,
.bike .xp_search_box .horizontal .pianifica .operatori_search_box .vertical .bootstrap-select button:after,
.pianifica .operatori_search_box .vertical .bootstrap-select .bike .xp_search_box .horizontal button:after,
.bike .esperienze .xp_search_box .horizontal .control .bootstrap-select button:after,
.esperienze .bike .xp_search_box .horizontal .control .bootstrap-select button:after,
.bike .esperienze .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.esperienze .bike .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.bike .esperienze .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.esperienze .bike .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.bike .xp_search_box .esperienze .operatori_search_box .horizontal .control .bootstrap-select button:after,
.esperienze .operatori_search_box .bike .xp_search_box .horizontal .control .bootstrap-select button:after,
.bike .xp_search_box .horizontal .esperienze .operatori_search_box .vertical .bootstrap-select button:after,
.esperienze .operatori_search_box .vertical .bootstrap-select .bike .xp_search_box .horizontal button:after,
.bike .news .xp_search_box .horizontal .control .bootstrap-select button:after,
.news .bike .xp_search_box .horizontal .control .bootstrap-select button:after,
.bike .news .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.news .bike .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.bike .news .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.news .bike .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.bike .xp_search_box .news .operatori_search_box .horizontal .control .bootstrap-select button:after,
.news .operatori_search_box .bike .xp_search_box .horizontal .control .bootstrap-select button:after,
.bike .xp_search_box .horizontal .news .operatori_search_box .vertical .bootstrap-select button:after,
.news .operatori_search_box .vertical .bootstrap-select .bike .xp_search_box .horizontal button:after,
.bike .iat .xp_search_box .horizontal .control .bootstrap-select button:after,
.iat .bike .xp_search_box .horizontal .control .bootstrap-select button:after,
.bike .iat .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.iat .bike .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.bike .iat .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.iat .bike .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.bike .xp_search_box .iat .operatori_search_box .horizontal .control .bootstrap-select button:after,
.iat .operatori_search_box .bike .xp_search_box .horizontal .control .bootstrap-select button:after,
.bike .xp_search_box .horizontal .iat .operatori_search_box .vertical .bootstrap-select button:after,
.iat .operatori_search_box .vertical .bootstrap-select .bike .xp_search_box .horizontal button:after,
.bike .meteo .xp_search_box .horizontal .control .bootstrap-select button:after,
.meteo .bike .xp_search_box .horizontal .control .bootstrap-select button:after,
.bike .meteo .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.meteo .bike .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.bike .meteo .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.meteo .bike .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.bike .xp_search_box .meteo .operatori_search_box .horizontal .control .bootstrap-select button:after,
.meteo .operatori_search_box .bike .xp_search_box .horizontal .control .bootstrap-select button:after,
.bike .xp_search_box .horizontal .meteo .operatori_search_box .vertical .bootstrap-select button:after,
.meteo .operatori_search_box .vertical .bootstrap-select .bike .xp_search_box .horizontal button:after,
.bike .odm .xp_search_box .horizontal .control .bootstrap-select button:after,
.odm .bike .xp_search_box .horizontal .control .bootstrap-select button:after,
.bike .odm .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.odm .bike .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.bike .odm .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.odm .bike .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.bike .xp_search_box .odm .operatori_search_box .horizontal .control .bootstrap-select button:after,
.odm .operatori_search_box .bike .xp_search_box .horizontal .control .bootstrap-select button:after,
.bike .xp_search_box .horizontal .odm .operatori_search_box .vertical .bootstrap-select button:after,
.odm .operatori_search_box .vertical .bootstrap-select .bike .xp_search_box .horizontal button:after,
.bike .booking .xp_search_box .horizontal .control .bootstrap-select button:after,
.booking .bike .xp_search_box .horizontal .control .bootstrap-select button:after,
.bike .booking .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.booking .bike .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.bike .booking .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.booking .bike .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.bike .xp_search_box .booking .operatori_search_box .horizontal .control .bootstrap-select button:after,
.booking .operatori_search_box .bike .xp_search_box .horizontal .control .bootstrap-select button:after,
.bike .xp_search_box .horizontal .booking .operatori_search_box .vertical .bootstrap-select button:after,
.booking .operatori_search_box .vertical .bootstrap-select .bike .xp_search_box .horizontal button:after,
.bike .rock .xp_search_box .horizontal .control .bootstrap-select button:after,
.rock .bike .xp_search_box .horizontal .control .bootstrap-select button:after,
.bike .rock .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.rock .bike .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.bike .rock .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.rock .bike .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.bike .xp_search_box .rock .operatori_search_box .horizontal .control .bootstrap-select button:after,
.rock .operatori_search_box .bike .xp_search_box .horizontal .control .bootstrap-select button:after,
.bike .xp_search_box .horizontal .rock .operatori_search_box .vertical .bootstrap-select button:after,
.rock .operatori_search_box .vertical .bootstrap-select .bike .xp_search_box .horizontal button:after,
.bike .beach .xp_search_box .horizontal .control .bootstrap-select button:after,
.beach .bike .xp_search_box .horizontal .control .bootstrap-select button:after,
.bike .beach .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.beach .bike .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.bike .beach .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.beach .bike .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.bike .xp_search_box .beach .operatori_search_box .horizontal .control .bootstrap-select button:after,
.beach .operatori_search_box .bike .xp_search_box .horizontal .control .bootstrap-select button:after,
.bike .xp_search_box .horizontal .beach .operatori_search_box .vertical .bootstrap-select button:after,
.beach .operatori_search_box .vertical .bootstrap-select .bike .xp_search_box .horizontal button:after,
.bike .food .xp_search_box .horizontal .control .bootstrap-select button:after,
.food .bike .xp_search_box .horizontal .control .bootstrap-select button:after,
.bike .food .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.food .bike .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.bike .food .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.food .bike .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.bike .xp_search_box .food .operatori_search_box .horizontal .control .bootstrap-select button:after,
.food .operatori_search_box .bike .xp_search_box .horizontal .control .bootstrap-select button:after,
.bike .xp_search_box .horizontal .food .operatori_search_box .vertical .bootstrap-select button:after,
.food .operatori_search_box .vertical .bootstrap-select .bike .xp_search_box .horizontal button:after,
.bike .nature .xp_search_box .horizontal .control .bootstrap-select button:after,
.nature .bike .xp_search_box .horizontal .control .bootstrap-select button:after,
.bike .nature .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.nature .bike .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.bike .nature .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.nature .bike .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.bike .xp_search_box .nature .operatori_search_box .horizontal .control .bootstrap-select button:after,
.nature .operatori_search_box .bike .xp_search_box .horizontal .control .bootstrap-select button:after,
.bike .xp_search_box .horizontal .nature .operatori_search_box .vertical .bootstrap-select button:after,
.nature .operatori_search_box .vertical .bootstrap-select .bike .xp_search_box .horizontal button:after,
.bike .romagna_autentica .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna_autentica .bike .xp_search_box .horizontal .control .bootstrap-select button:after,
.bike .romagna_autentica .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna_autentica .bike .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.bike .romagna_autentica .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna_autentica .bike .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.bike .xp_search_box .romagna_autentica .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna_autentica .operatori_search_box .bike .xp_search_box .horizontal .control .bootstrap-select button:after,
.bike .xp_search_box .horizontal .romagna_autentica .operatori_search_box .vertical .bootstrap-select button:after,
.romagna_autentica .operatori_search_box .vertical .bootstrap-select .bike .xp_search_box .horizontal button:after,
.bike .culture .xp_search_box .horizontal .control .bootstrap-select button:after,
.culture .bike .xp_search_box .horizontal .control .bootstrap-select button:after,
.bike .culture .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.culture .bike .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.bike .culture .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.culture .bike .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.bike .xp_search_box .culture .operatori_search_box .horizontal .control .bootstrap-select button:after,
.culture .operatori_search_box .bike .xp_search_box .horizontal .control .bootstrap-select button:after,
.bike .xp_search_box .horizontal .culture .operatori_search_box .vertical .bootstrap-select button:after,
.culture .operatori_search_box .vertical .bootstrap-select .bike .xp_search_box .horizontal button:after,
.bike .castle .xp_search_box .horizontal .control .bootstrap-select button:after,
.castle .bike .xp_search_box .horizontal .control .bootstrap-select button:after,
.bike .castle .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.castle .bike .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.bike .castle .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.castle .bike .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.bike .xp_search_box .castle .operatori_search_box .horizontal .control .bootstrap-select button:after,
.castle .operatori_search_box .bike .xp_search_box .horizontal .control .bootstrap-select button:after,
.bike .xp_search_box .horizontal .castle .operatori_search_box .vertical .bootstrap-select button:after,
.castle .operatori_search_box .vertical .bootstrap-select .bike .xp_search_box .horizontal button:after {
  line-height: 2.2rem;
}

.bike .xp_search_box .horizontal button.collapsible {
  border: none;
  background-color: transparent;
  display: block;
  width: 100%;
  font-size: 1.6rem;
  color: #ffffff;
  letter-spacing: -0.41px;
  text-align: left;
  text-transform: uppercase;
  display: block;
}

.bike .xp_search_box .horizontal .control {
  padding: 0.5rem 1rem;
  height: 5rem;
  background-color: white;
  margin: 0.5rem;
}

.bike .xp_search_box .horizontal .control.btn-holder {
  min-width: 2rem;
  width: auto;
  padding: 0px;
}

.bike .xp_search_box .horizontal .control.btn-holder button {
  width: 100%;
  border: none;
  background-color: #e3102c;
  height: 100%;
  font-size: 1.6rem;
  color: #ffffff;
  letter-spacing: -0.41px;
  text-align: center;
  text-transform: uppercase;
  display: block;
  padding: 0px;
}

.bike .xp_search_box .horizontal .control .ert-dropdown {
  width: 100%;
}

.bike .xp_search_box .horizontal .control .ert-dropdown * {
  cursor: pointer;
}

.bike .xp_search_box .horizontal .control .ert-dropdown .ert-combo {
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
  display: block;
  text-align: left;
}

.bike .xp_search_box .horizontal .control .ert-dropdown .ert-combo::after {
  border: none;
}

.bike .xp_search_box .horizontal .control .ert-dropdown .ert-combo i {
  transition: 500ms ease;
  transform: rotate(0);
  position: absolute;
  top: 2.25rem;
  right: 15px;
}

.bike .xp_search_box .horizontal .control .ert-dropdown .ert-combo .button {
  padding: 0px;
}

.bike .xp_search_box .horizontal .control .ert-dropdown.show .ert-combo i {
  transform: rotate(180deg);
}

.bike .xp_search_box .horizontal .control .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: auto;
}

.bike .xp_search_box .horizontal .control .bootstrap-select {
  margin-top: -1px;
}

.bike .xp_search_box .horizontal .control .bootstrap-select *:focus {
  box-shadow: none important;
}

.bike .xp_search_box .horizontal .control .bootstrap-select button {
  padding: 0px;
  font-size: 1.5rem;
  background: #ffffff;
  color: #848484;
  letter-spacing: 0.3px;
  border: none;
  border-radius: 0;
}

.bike .xp_search_box .horizontal .control .bootstrap-select button:after {
  content: "\F078";
  border: none;
}

.bike .xp_search_box .horizontal .control .bootstrap-select .dropdown-menu {
  width: 100% !important;
  border: none;
  border-radius: 0;
  box-shadow: 0px 2px 2px 0px #a9a9a970;
  border-top: 1px solid #a9a9a970;
}

.bike .xp_search_box .horizontal .control .bootstrap-select .dropdown-menu.inner.show {
  border-top: none;
}

.bike .xp_search_box .horizontal .control .bootstrap-select .dropdown-menu .dropdown-item {
  font-size: 1.5rem;
  line-height: 4rem;
}

.bike .xp_search_box .horizontal .control .bootstrap-select .dropdown-menu .dropdown-item:active,
.bike .xp_search_box .horizontal .control .bootstrap-select .dropdown-menu .dropdown-item.active {
  background-color: #f1354e;
}

.bike .xp_search_box .horizontal .control label {
  background: #ffffff;
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
  line-height: 2.4rem;
  margin-bottom: 0px;
  margin-right: 0.5rem;
}

@media (max-width: 768px) {
  .bike .xp_search_box .horizontal .control label {
    min-width: 6.2rem;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .bike .xp_search_box .horizontal .control label {
    display: none;
  }
}

.bike .xp_search_box .horizontal .control .flatpickr-mobile.form-control {
  padding: 1px 0;
}

.bike .xp_search_box .horizontal .control input[type=text],
.bike .xp_search_box .horizontal .control input[type=date] {
  border: none;
  font-size: 1.5rem;
  border-radius: 0;
  background-color: white;
  border-bottom: 1px solid #495057;
  min-width: 0;
  height: auto;
}

.bike .xp_search_box .horizontal .control input[type=text]:focus,
.bike .xp_search_box .horizontal .control input[type=date]:focus {
  box-shadow: none;
}

.bike .xp_search_box .vertical {
  max-width: 30rem;
  z-index: 10;
  position: relative;
  height: 4.4rem;
  margin: 0 auto;
}

.bike .xp_search_box .vertical button.collapsible {
  border: none;
  background-color: transparent;
  display: block;
  position: absolute;
  width: 100%;
}

.bike .xp_search_box .vertical .dropbutton {
  display: none;
}

.bike .xp_search_box .vertical .dropbutton.collapsed {
  display: block;
}

.bike .xp_search_box .vertical #collapse-events {
  padding: 1.8rem;
  background-color: #f1354e;
  background-image: linear-gradient(-180deg, #f1324b 0%, #f1354e 48%, #f1334c 80%);
  font-size: 1.6rem;
}

.bike .xp_search_box .vertical .fa-chevron-up {
  text-align: right;
  line-height: 4rem;
  color: white;
  margin-bottom: 1.8rem;
}

.bike .xp_search_box .vertical .form-group {
  background: #ffffff;
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
}

.bike .xp_search_box .vertical .form-group .col-form-label {
  line-height: 5rem;
}

.bike .xp_search_box .vertical .ert-text {
  border: none;
  font-size: 1.5rem;
  height: 60px;
  border-radius: 0;
  background-color: white;
}

.bike .xp_search_box .vertical .ert-text.line {
  border-bottom: 1px solid #495057;
  height: auto;
  margin-top: 14px;
}

.bike .xp_search_box .vertical .ert-text:focus {
  box-shadow: none;
}

.bike .xp_search_box .vertical button.search {
  border: none;
  position: absolute;
  bottom: -10rem;
  left: 5%;
  right: 5%;
  width: 90%;
  line-height: 4.4rem;
}

.bike .xp_search_box .vertical .datepicker-holder {
  padding-right: 0px;
}

.bike .xp_search_box .vertical .datepicker-holder * {
  cursor: pointer;
}

.bike .xp_search_box .vertical .datepicker-holder input[type=date]::-webkit-calendar-picker-indicator {
  width: 1.2rem;
  height: 0.7rem;
  -webkit-mask: url(/images/caret.svg);
          mask: url(/images/caret.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  -webkit-transition: 500ms ease;
  transition: 500ms ease;
  background-color: #686868;
}

.bike .xp_search_box .vertical .datepicker-holder .flatpickr-calendar.static {
  margin-left: -193px;
  margin-top: -184px;
  left: 50%;
  top: 50%;
}

.bike .xp_search_box .vertical .datepicker-holder .flatpickr-calendar.static.arrowBottom:after {
  display: none;
}

.bike .xp_search_box .vertical .datepicker-holder .flatpickr-calendar.static.arrowBottom:before {
  display: none;
}

.bike .xp_search_box .vertical .datepicker-holder .flatpickr-months .flatpickr-month {
  height: 32px;
}

.bike .xp_search_box .vertical .ert-dropdown * {
  cursor: pointer;
}

.bike .xp_search_box .vertical .ert-dropdown .ert-combo {
  background: #ffffff;
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
  line-height: 5rem;
  display: block;
  width: 100%;
  height: 60px;
  text-align: left;
}

.bike .xp_search_box .vertical .ert-dropdown .ert-combo::after {
  border: none;
}

.bike .xp_search_box .vertical .ert-dropdown .ert-combo i {
  transition: 500ms ease;
  transform: rotate(0);
  position: absolute;
  top: 2.25rem;
  right: 15px;
}

.bike .xp_search_box .vertical .ert-dropdown .ert-combo .button {
  padding: 0px;
}

.bike .xp_search_box .vertical .ert-dropdown .dropdown-menu {
  width: 100% !important;
  border: none;
  border-radius: 0;
  box-shadow: 0px 2px 2px 0px #a9a9a970;
  border-top: 1px solid #a9a9a970;
}

.bike .xp_search_box .vertical .ert-dropdown .dropdown-menu .dropdown-item {
  font-size: 1.5rem;
  line-height: 4rem;
}

.bike .xp_search_box .vertical .ert-dropdown .dropdown-menu .dropdown-item:active {
  background-color: #f1354e;
}

.bike .xp_search_box .vertical .ert-dropdown.show .ert-combo i {
  transform: rotate(180deg);
}

.bike .xp_search_box .vertical .bootstrap-select *:focus {
  box-shadow: none important;
}

.bike .xp_search_box .vertical .bootstrap-select button {
  font-size: 1.5rem;
  color: #848484;
  letter-spacing: 0.3px;
  border: none;
  font-size: 1.5rem;
  height: 60px;
  border-radius: 0;
  background-color: white;
}

.bike .xp_search_box .vertical .bootstrap-select button:after {
  content: "\F078";
  border: none;
}

.bike .xp_search_box .vertical .bootstrap-select .dropdown-menu {
  width: 100% !important;
  border: none;
  border-radius: 0;
  box-shadow: 0px 2px 2px 0px #a9a9a970;
  border-top: 1px solid #a9a9a970;
}

.bike .xp_search_box .vertical .bootstrap-select .dropdown-menu .dropdown-item {
  font-size: 1.5rem;
  line-height: 4rem;
}

.bike .xp_search_box .vertical .bootstrap-select .dropdown-menu .dropdown-item:active,
.bike .xp_search_box .vertical .bootstrap-select .dropdown-menu .dropdown-item.active {
  background-color: #f1354e;
}

.bike .xp_search_box .vertical .btn-er,
.bike .xp_search_box .vertical .instagram .instabutton div span,
.instagram .instabutton div .bike .xp_search_box .vertical span {
  margin-top: 18px;
}

.bike .xp_search_box .vertical .btn-er .fa-chevron-down,
.bike .xp_search_box .vertical .instagram .instabutton div span .fa-chevron-down,
.instagram .instabutton div .bike .xp_search_box .vertical span .fa-chevron-down {
  float: right;
  line-height: 4rem;
}

.bike .operatori_search_box button span {
  color: white;
}

.bike .operatori_search_box .city {
  color: white;
}

.bike .operatori_search_box .horizontal {
  padding: 1rem;
  background-color: #f1354e;
  background-image: linear-gradient(-180deg, #f1324b 0%, #f1354e 48%, #f1334c 80%);
  font-size: 1.6rem;
}

.bike .operatori_search_box .horizontal.collapsed {
  border-radius: 2px;
  box-shadow: -1px 0 3px 0 rgba(0, 0, 0, 0.25);
}

.bike .operatori_search_box .horizontal .fa,
.bike .operatori_search_box .horizontal .search .searchearchbox.vertical .bootstrap-select button:after,
.search .searchearchbox.vertical .bootstrap-select .bike .operatori_search_box .horizontal button:after,
.bike .operatori_search_box .search .searchearchbox.horizontal .control .bootstrap-select button:after,
.search .bike .operatori_search_box .searchearchbox.horizontal .control .bootstrap-select button:after,
.bike .operatori_search_box .horizontal .downloads .downloadsearchbox.vertical .bootstrap-select button:after,
.downloads .downloadsearchbox.vertical .bootstrap-select .bike .operatori_search_box .horizontal button:after,
.bike .operatori_search_box .downloads .downloadsearchbox.horizontal .control .bootstrap-select button:after,
.downloads .bike .operatori_search_box .downloadsearchbox.horizontal .control .bootstrap-select button:after,
.bike .operatori_search_box .horizontal .localita #searchbox-app .bootstrap-select button:after,
.localita #searchbox-app .bootstrap-select .bike .operatori_search_box .horizontal button:after,
.bike .operatori_search_box .horizontal .itinerari .searchbox .control .bootstrap-select button:after,
.itinerari .searchbox .control .bootstrap-select .bike .operatori_search_box .horizontal button:after,
.bike .operatori_search_box .itinerari .searchbox.horizontal .control .bootstrap-select button:after,
.itinerari .bike .operatori_search_box .searchbox.horizontal .control .bootstrap-select button:after,
.bike .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .bike .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.bike .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .bike .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.bike .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .bike .operatori_search_box .horizontal .control .bootstrap-select button:after,
.bike .operatori_search_box .horizontal .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .vertical .bootstrap-select .bike .operatori_search_box .horizontal button:after,
.bike .operatori_search_box .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .bike .operatori_search_box .horizontal .control .bootstrap-select button:after,
.bike .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .bike .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.bike .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .bike .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.bike .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .bike .operatori_search_box .horizontal .control .bootstrap-select button:after,
.bike .operatori_search_box .horizontal .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .vertical .bootstrap-select .bike .operatori_search_box .horizontal button:after,
.bike .operatori_search_box .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .bike .operatori_search_box .horizontal .control .bootstrap-select button:after,
.bike .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .bike .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.bike .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .bike .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.bike .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .bike .operatori_search_box .horizontal .control .bootstrap-select button:after,
.bike .operatori_search_box .horizontal .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .vertical .bootstrap-select .bike .operatori_search_box .horizontal button:after,
.bike .operatori_search_box .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .bike .operatori_search_box .horizontal .control .bootstrap-select button:after,
.bike .romagna-craft .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna-craft .bike .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.bike .romagna-craft .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna-craft .bike .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.bike .romagna-craft .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna-craft .bike .operatori_search_box .horizontal .control .bootstrap-select button:after,
.bike .operatori_search_box .horizontal .romagna-craft .xp_search_box .vertical .bootstrap-select button:after,
.romagna-craft .xp_search_box .vertical .bootstrap-select .bike .operatori_search_box .horizontal button:after,
.bike .operatori_search_box .romagna-craft .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna-craft .xp_search_box .bike .operatori_search_box .horizontal .control .bootstrap-select button:after,
.bike .spass .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.spass .bike .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.bike .spass .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.spass .bike .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.bike .spass .operatori_search_box .horizontal .control .bootstrap-select button:after,
.spass .bike .operatori_search_box .horizontal .control .bootstrap-select button:after,
.bike .operatori_search_box .horizontal .spass .xp_search_box .vertical .bootstrap-select button:after,
.spass .xp_search_box .vertical .bootstrap-select .bike .operatori_search_box .horizontal button:after,
.bike .operatori_search_box .spass .xp_search_box .horizontal .control .bootstrap-select button:after,
.spass .xp_search_box .bike .operatori_search_box .horizontal .control .bootstrap-select button:after,
.bike .natur .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.natur .bike .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.bike .natur .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.natur .bike .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.bike .natur .operatori_search_box .horizontal .control .bootstrap-select button:after,
.natur .bike .operatori_search_box .horizontal .control .bootstrap-select button:after,
.bike .operatori_search_box .horizontal .natur .xp_search_box .vertical .bootstrap-select button:after,
.natur .xp_search_box .vertical .bootstrap-select .bike .operatori_search_box .horizontal button:after,
.bike .operatori_search_box .natur .xp_search_box .horizontal .control .bootstrap-select button:after,
.natur .xp_search_box .bike .operatori_search_box .horizontal .control .bootstrap-select button:after,
.bike .kultur .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.kultur .bike .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.bike .kultur .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.kultur .bike .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.bike .kultur .operatori_search_box .horizontal .control .bootstrap-select button:after,
.kultur .bike .operatori_search_box .horizontal .control .bootstrap-select button:after,
.bike .operatori_search_box .horizontal .kultur .xp_search_box .vertical .bootstrap-select button:after,
.kultur .xp_search_box .vertical .bootstrap-select .bike .operatori_search_box .horizontal button:after,
.bike .operatori_search_box .kultur .xp_search_box .horizontal .control .bootstrap-select button:after,
.kultur .xp_search_box .bike .operatori_search_box .horizontal .control .bootstrap-select button:after,
.bike .pet .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.pet .bike .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.bike .pet .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.pet .bike .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.bike .pet .operatori_search_box .horizontal .control .bootstrap-select button:after,
.pet .bike .operatori_search_box .horizontal .control .bootstrap-select button:after,
.bike .operatori_search_box .horizontal .pet .xp_search_box .vertical .bootstrap-select button:after,
.pet .xp_search_box .vertical .bootstrap-select .bike .operatori_search_box .horizontal button:after,
.bike .operatori_search_box .pet .xp_search_box .horizontal .control .bootstrap-select button:after,
.pet .xp_search_box .bike .operatori_search_box .horizontal .control .bootstrap-select button:after,
.bike .default .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.default .bike .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.bike .default .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.default .bike .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.bike .default .operatori_search_box .horizontal .control .bootstrap-select button:after,
.default .bike .operatori_search_box .horizontal .control .bootstrap-select button:after,
.bike .operatori_search_box .horizontal .default .xp_search_box .vertical .bootstrap-select button:after,
.default .xp_search_box .vertical .bootstrap-select .bike .operatori_search_box .horizontal button:after,
.bike .operatori_search_box .default .xp_search_box .horizontal .control .bootstrap-select button:after,
.default .xp_search_box .bike .operatori_search_box .horizontal .control .bootstrap-select button:after,
.bike .liscio .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.liscio .bike .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.bike .liscio .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.liscio .bike .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.bike .liscio .operatori_search_box .horizontal .control .bootstrap-select button:after,
.liscio .bike .operatori_search_box .horizontal .control .bootstrap-select button:after,
.bike .operatori_search_box .horizontal .liscio .xp_search_box .vertical .bootstrap-select button:after,
.liscio .xp_search_box .vertical .bootstrap-select .bike .operatori_search_box .horizontal button:after,
.bike .operatori_search_box .liscio .xp_search_box .horizontal .control .bootstrap-select button:after,
.liscio .xp_search_box .bike .operatori_search_box .horizontal .control .bootstrap-select button:after,
.bike .romagna .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna .bike .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.bike .romagna .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna .bike .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.bike .romagna .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna .bike .operatori_search_box .horizontal .control .bootstrap-select button:after,
.bike .operatori_search_box .horizontal .romagna .xp_search_box .vertical .bootstrap-select button:after,
.romagna .xp_search_box .vertical .bootstrap-select .bike .operatori_search_box .horizontal button:after,
.bike .operatori_search_box .romagna .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna .xp_search_box .bike .operatori_search_box .horizontal .control .bootstrap-select button:after,
.bike .motorcycle .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.motorcycle .bike .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.bike .motorcycle .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.motorcycle .bike .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.bike .motorcycle .operatori_search_box .horizontal .control .bootstrap-select button:after,
.motorcycle .bike .operatori_search_box .horizontal .control .bootstrap-select button:after,
.bike .operatori_search_box .horizontal .motorcycle .xp_search_box .vertical .bootstrap-select button:after,
.motorcycle .xp_search_box .vertical .bootstrap-select .bike .operatori_search_box .horizontal button:after,
.bike .operatori_search_box .motorcycle .xp_search_box .horizontal .control .bootstrap-select button:after,
.motorcycle .xp_search_box .bike .operatori_search_box .horizontal .control .bootstrap-select button:after,
.bike .sport .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.sport .bike .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.bike .sport .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.sport .bike .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.bike .sport .operatori_search_box .horizontal .control .bootstrap-select button:after,
.sport .bike .operatori_search_box .horizontal .control .bootstrap-select button:after,
.bike .operatori_search_box .horizontal .sport .xp_search_box .vertical .bootstrap-select button:after,
.sport .xp_search_box .vertical .bootstrap-select .bike .operatori_search_box .horizontal button:after,
.bike .operatori_search_box .sport .xp_search_box .horizontal .control .bootstrap-select button:after,
.sport .xp_search_box .bike .operatori_search_box .horizontal .control .bootstrap-select button:after,
.bike .fun .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.fun .bike .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.bike .fun .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.fun .bike .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.bike .fun .operatori_search_box .horizontal .control .bootstrap-select button:after,
.fun .bike .operatori_search_box .horizontal .control .bootstrap-select button:after,
.bike .operatori_search_box .horizontal .fun .xp_search_box .vertical .bootstrap-select button:after,
.fun .xp_search_box .vertical .bootstrap-select .bike .operatori_search_box .horizontal button:after,
.bike .operatori_search_box .fun .xp_search_box .horizontal .control .bootstrap-select button:after,
.fun .xp_search_box .bike .operatori_search_box .horizontal .control .bootstrap-select button:after,
.bike .wellness .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.wellness .bike .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.bike .wellness .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.wellness .bike .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.bike .wellness .operatori_search_box .horizontal .control .bootstrap-select button:after,
.wellness .bike .operatori_search_box .horizontal .control .bootstrap-select button:after,
.bike .operatori_search_box .horizontal .wellness .xp_search_box .vertical .bootstrap-select button:after,
.wellness .xp_search_box .vertical .bootstrap-select .bike .operatori_search_box .horizontal button:after,
.bike .operatori_search_box .wellness .xp_search_box .horizontal .control .bootstrap-select button:after,
.wellness .xp_search_box .bike .operatori_search_box .horizontal .control .bootstrap-select button:after,
.bike .empire .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.empire .bike .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.bike .empire .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.empire .bike .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.bike .empire .operatori_search_box .horizontal .control .bootstrap-select button:after,
.empire .bike .operatori_search_box .horizontal .control .bootstrap-select button:after,
.bike .operatori_search_box .horizontal .empire .xp_search_box .vertical .bootstrap-select button:after,
.empire .xp_search_box .vertical .bootstrap-select .bike .operatori_search_box .horizontal button:after,
.bike .operatori_search_box .empire .xp_search_box .horizontal .control .bootstrap-select button:after,
.empire .xp_search_box .bike .operatori_search_box .horizontal .control .bootstrap-select button:after,
.bike .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.bike .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.bike .operatori_search_box .horizontal .control .bootstrap-select button:after,
.bike .operatori_search_box .events-homepage .header .eventsearchbox.horizontal .control .bootstrap-select button:after,
.events-homepage .header .bike .operatori_search_box .eventsearchbox.horizontal .control .bootstrap-select button:after,
.bike .operatori_search_box .horizontal .events-homepage .header .eventsearchbox.vertical .bootstrap-select button:after,
.events-homepage .header .eventsearchbox.vertical .bootstrap-select .bike .operatori_search_box .horizontal button:after,
.bike .operatori_search_box .events-page .header .eventsearchbox.horizontal .control .bootstrap-select button:after,
.events-page .header .bike .operatori_search_box .eventsearchbox.horizontal .control .bootstrap-select button:after,
.bike .operatori_search_box .horizontal .events-page .header .eventsearchbox.vertical .bootstrap-select button:after,
.events-page .header .eventsearchbox.vertical .bootstrap-select .bike .operatori_search_box .horizontal button:after,
.bike .operatori_search_box .scopri .xp_search_box .horizontal .control .bootstrap-select button:after,
.scopri .xp_search_box .bike .operatori_search_box .horizontal .control .bootstrap-select button:after,
.bike .operatori_search_box .horizontal .scopri .xp_search_box .vertical .bootstrap-select button:after,
.scopri .xp_search_box .vertical .bootstrap-select .bike .operatori_search_box .horizontal button:after,
.bike .scopri .operatori_search_box .horizontal .control .bootstrap-select button:after,
.scopri .bike .operatori_search_box .horizontal .control .bootstrap-select button:after,
.bike .scopri .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.scopri .bike .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.bike .scopri .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.scopri .bike .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.bike .operatori_search_box .idee .xp_search_box .horizontal .control .bootstrap-select button:after,
.idee .xp_search_box .bike .operatori_search_box .horizontal .control .bootstrap-select button:after,
.bike .operatori_search_box .horizontal .idee .xp_search_box .vertical .bootstrap-select button:after,
.idee .xp_search_box .vertical .bootstrap-select .bike .operatori_search_box .horizontal button:after,
.bike .idee .operatori_search_box .horizontal .control .bootstrap-select button:after,
.idee .bike .operatori_search_box .horizontal .control .bootstrap-select button:after,
.bike .idee .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.idee .bike .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.bike .idee .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.idee .bike .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.bike .operatori_search_box .eventi .xp_search_box .horizontal .control .bootstrap-select button:after,
.eventi .xp_search_box .bike .operatori_search_box .horizontal .control .bootstrap-select button:after,
.bike .operatori_search_box .horizontal .eventi .xp_search_box .vertical .bootstrap-select button:after,
.eventi .xp_search_box .vertical .bootstrap-select .bike .operatori_search_box .horizontal button:after,
.bike .eventi .operatori_search_box .horizontal .control .bootstrap-select button:after,
.eventi .bike .operatori_search_box .horizontal .control .bootstrap-select button:after,
.bike .eventi .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.eventi .bike .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.bike .eventi .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.eventi .bike .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.bike .operatori_search_box .pianifica .xp_search_box .horizontal .control .bootstrap-select button:after,
.pianifica .xp_search_box .bike .operatori_search_box .horizontal .control .bootstrap-select button:after,
.bike .operatori_search_box .horizontal .pianifica .xp_search_box .vertical .bootstrap-select button:after,
.pianifica .xp_search_box .vertical .bootstrap-select .bike .operatori_search_box .horizontal button:after,
.bike .pianifica .operatori_search_box .horizontal .control .bootstrap-select button:after,
.pianifica .bike .operatori_search_box .horizontal .control .bootstrap-select button:after,
.bike .pianifica .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.pianifica .bike .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.bike .pianifica .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.pianifica .bike .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.bike .operatori_search_box .esperienze .xp_search_box .horizontal .control .bootstrap-select button:after,
.esperienze .xp_search_box .bike .operatori_search_box .horizontal .control .bootstrap-select button:after,
.bike .operatori_search_box .horizontal .esperienze .xp_search_box .vertical .bootstrap-select button:after,
.esperienze .xp_search_box .vertical .bootstrap-select .bike .operatori_search_box .horizontal button:after,
.bike .esperienze .operatori_search_box .horizontal .control .bootstrap-select button:after,
.esperienze .bike .operatori_search_box .horizontal .control .bootstrap-select button:after,
.bike .esperienze .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.esperienze .bike .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.bike .esperienze .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.esperienze .bike .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.bike .operatori_search_box .news .xp_search_box .horizontal .control .bootstrap-select button:after,
.news .xp_search_box .bike .operatori_search_box .horizontal .control .bootstrap-select button:after,
.bike .operatori_search_box .horizontal .news .xp_search_box .vertical .bootstrap-select button:after,
.news .xp_search_box .vertical .bootstrap-select .bike .operatori_search_box .horizontal button:after,
.bike .news .operatori_search_box .horizontal .control .bootstrap-select button:after,
.news .bike .operatori_search_box .horizontal .control .bootstrap-select button:after,
.bike .news .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.news .bike .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.bike .news .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.news .bike .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.bike .operatori_search_box .iat .xp_search_box .horizontal .control .bootstrap-select button:after,
.iat .xp_search_box .bike .operatori_search_box .horizontal .control .bootstrap-select button:after,
.bike .operatori_search_box .horizontal .iat .xp_search_box .vertical .bootstrap-select button:after,
.iat .xp_search_box .vertical .bootstrap-select .bike .operatori_search_box .horizontal button:after,
.bike .iat .operatori_search_box .horizontal .control .bootstrap-select button:after,
.iat .bike .operatori_search_box .horizontal .control .bootstrap-select button:after,
.bike .iat .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.iat .bike .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.bike .iat .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.iat .bike .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.bike .operatori_search_box .meteo .xp_search_box .horizontal .control .bootstrap-select button:after,
.meteo .xp_search_box .bike .operatori_search_box .horizontal .control .bootstrap-select button:after,
.bike .operatori_search_box .horizontal .meteo .xp_search_box .vertical .bootstrap-select button:after,
.meteo .xp_search_box .vertical .bootstrap-select .bike .operatori_search_box .horizontal button:after,
.bike .meteo .operatori_search_box .horizontal .control .bootstrap-select button:after,
.meteo .bike .operatori_search_box .horizontal .control .bootstrap-select button:after,
.bike .meteo .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.meteo .bike .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.bike .meteo .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.meteo .bike .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.bike .operatori_search_box .odm .xp_search_box .horizontal .control .bootstrap-select button:after,
.odm .xp_search_box .bike .operatori_search_box .horizontal .control .bootstrap-select button:after,
.bike .operatori_search_box .horizontal .odm .xp_search_box .vertical .bootstrap-select button:after,
.odm .xp_search_box .vertical .bootstrap-select .bike .operatori_search_box .horizontal button:after,
.bike .odm .operatori_search_box .horizontal .control .bootstrap-select button:after,
.odm .bike .operatori_search_box .horizontal .control .bootstrap-select button:after,
.bike .odm .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.odm .bike .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.bike .odm .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.odm .bike .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.bike .operatori_search_box .booking .xp_search_box .horizontal .control .bootstrap-select button:after,
.booking .xp_search_box .bike .operatori_search_box .horizontal .control .bootstrap-select button:after,
.bike .operatori_search_box .horizontal .booking .xp_search_box .vertical .bootstrap-select button:after,
.booking .xp_search_box .vertical .bootstrap-select .bike .operatori_search_box .horizontal button:after,
.bike .booking .operatori_search_box .horizontal .control .bootstrap-select button:after,
.booking .bike .operatori_search_box .horizontal .control .bootstrap-select button:after,
.bike .booking .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.booking .bike .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.bike .booking .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.booking .bike .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.bike .operatori_search_box .rock .xp_search_box .horizontal .control .bootstrap-select button:after,
.rock .xp_search_box .bike .operatori_search_box .horizontal .control .bootstrap-select button:after,
.bike .operatori_search_box .horizontal .rock .xp_search_box .vertical .bootstrap-select button:after,
.rock .xp_search_box .vertical .bootstrap-select .bike .operatori_search_box .horizontal button:after,
.bike .rock .operatori_search_box .horizontal .control .bootstrap-select button:after,
.rock .bike .operatori_search_box .horizontal .control .bootstrap-select button:after,
.bike .rock .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.rock .bike .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.bike .rock .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.rock .bike .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.bike .operatori_search_box .beach .xp_search_box .horizontal .control .bootstrap-select button:after,
.beach .xp_search_box .bike .operatori_search_box .horizontal .control .bootstrap-select button:after,
.bike .operatori_search_box .horizontal .beach .xp_search_box .vertical .bootstrap-select button:after,
.beach .xp_search_box .vertical .bootstrap-select .bike .operatori_search_box .horizontal button:after,
.bike .beach .operatori_search_box .horizontal .control .bootstrap-select button:after,
.beach .bike .operatori_search_box .horizontal .control .bootstrap-select button:after,
.bike .beach .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.beach .bike .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.bike .beach .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.beach .bike .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.bike .operatori_search_box .food .xp_search_box .horizontal .control .bootstrap-select button:after,
.food .xp_search_box .bike .operatori_search_box .horizontal .control .bootstrap-select button:after,
.bike .operatori_search_box .horizontal .food .xp_search_box .vertical .bootstrap-select button:after,
.food .xp_search_box .vertical .bootstrap-select .bike .operatori_search_box .horizontal button:after,
.bike .food .operatori_search_box .horizontal .control .bootstrap-select button:after,
.food .bike .operatori_search_box .horizontal .control .bootstrap-select button:after,
.bike .food .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.food .bike .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.bike .food .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.food .bike .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.bike .operatori_search_box .nature .xp_search_box .horizontal .control .bootstrap-select button:after,
.nature .xp_search_box .bike .operatori_search_box .horizontal .control .bootstrap-select button:after,
.bike .operatori_search_box .horizontal .nature .xp_search_box .vertical .bootstrap-select button:after,
.nature .xp_search_box .vertical .bootstrap-select .bike .operatori_search_box .horizontal button:after,
.bike .nature .operatori_search_box .horizontal .control .bootstrap-select button:after,
.nature .bike .operatori_search_box .horizontal .control .bootstrap-select button:after,
.bike .nature .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.nature .bike .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.bike .nature .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.nature .bike .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.bike .operatori_search_box .romagna_autentica .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna_autentica .xp_search_box .bike .operatori_search_box .horizontal .control .bootstrap-select button:after,
.bike .operatori_search_box .horizontal .romagna_autentica .xp_search_box .vertical .bootstrap-select button:after,
.romagna_autentica .xp_search_box .vertical .bootstrap-select .bike .operatori_search_box .horizontal button:after,
.bike .romagna_autentica .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna_autentica .bike .operatori_search_box .horizontal .control .bootstrap-select button:after,
.bike .romagna_autentica .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna_autentica .bike .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.bike .romagna_autentica .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna_autentica .bike .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.bike .operatori_search_box .culture .xp_search_box .horizontal .control .bootstrap-select button:after,
.culture .xp_search_box .bike .operatori_search_box .horizontal .control .bootstrap-select button:after,
.bike .operatori_search_box .horizontal .culture .xp_search_box .vertical .bootstrap-select button:after,
.culture .xp_search_box .vertical .bootstrap-select .bike .operatori_search_box .horizontal button:after,
.bike .culture .operatori_search_box .horizontal .control .bootstrap-select button:after,
.culture .bike .operatori_search_box .horizontal .control .bootstrap-select button:after,
.bike .culture .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.culture .bike .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.bike .culture .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.culture .bike .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.bike .operatori_search_box .castle .xp_search_box .horizontal .control .bootstrap-select button:after,
.castle .xp_search_box .bike .operatori_search_box .horizontal .control .bootstrap-select button:after,
.bike .operatori_search_box .horizontal .castle .xp_search_box .vertical .bootstrap-select button:after,
.castle .xp_search_box .vertical .bootstrap-select .bike .operatori_search_box .horizontal button:after,
.bike .castle .operatori_search_box .horizontal .control .bootstrap-select button:after,
.castle .bike .operatori_search_box .horizontal .control .bootstrap-select button:after,
.bike .castle .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.castle .bike .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.bike .castle .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.castle .bike .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.bike .operatori_search_box .xp_search_box .horizontal .control .bootstrap-select button:after,
.bike .xp_search_box .operatori_search_box .horizontal .control .bootstrap-select button:after,
.bike .operatori_search_box .horizontal .xp_search_box .vertical .bootstrap-select button:after,
.bike .xp_search_box .vertical .bootstrap-select .operatori_search_box .horizontal button:after {
  line-height: 2.2rem;
}

.bike .operatori_search_box .horizontal button.collapsible {
  border: none;
  background-color: transparent;
  display: block;
  width: 100%;
  font-size: 1.6rem;
  color: #ffffff;
  letter-spacing: -0.41px;
  text-align: left;
  text-transform: uppercase;
}

.bike .operatori_search_box .horizontal .control {
  padding: 0.5rem 1rem;
  height: 5rem;
  background-color: white;
  margin: 0.5rem;
}

.bike .operatori_search_box .horizontal .control.btn-holder {
  min-width: 2rem;
  width: auto;
  padding: 0px;
}

.bike .operatori_search_box .horizontal .control.btn-holder button {
  width: 100%;
  border: none;
  background-color: #e3102c;
  height: 100%;
  font-size: 1.6rem;
  color: #ffffff;
  letter-spacing: -0.41px;
  text-align: center;
  text-transform: uppercase;
  display: block;
  padding: 0px;
}

.bike .operatori_search_box .horizontal .control .ert-dropdown {
  width: 100%;
}

.bike .operatori_search_box .horizontal .control .ert-dropdown * {
  cursor: pointer;
}

.bike .operatori_search_box .horizontal .control .ert-dropdown .ert-combo {
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
  display: block;
  text-align: left;
}

.bike .operatori_search_box .horizontal .control .ert-dropdown .ert-combo::after {
  border: none;
}

.bike .operatori_search_box .horizontal .control .ert-dropdown .ert-combo i {
  transition: 500ms ease;
  transform: rotate(0);
  position: absolute;
  top: 2.25rem;
  right: 15px;
}

.bike .operatori_search_box .horizontal .control .ert-dropdown .ert-combo .button {
  padding: 0px;
}

.bike .operatori_search_box .horizontal .control .ert-dropdown.show .ert-combo i {
  transform: rotate(180deg);
}

.bike .operatori_search_box .horizontal .control .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: auto;
}

.bike .operatori_search_box .horizontal .control .bootstrap-select {
  margin-top: -1px;
}

.bike .operatori_search_box .horizontal .control .bootstrap-select *:focus {
  box-shadow: none important;
}

.bike .operatori_search_box .horizontal .control .bootstrap-select button {
  padding: 0px;
  font-size: 1.5rem;
  background: #ffffff;
  color: #848484;
  letter-spacing: 0.3px;
  border: none;
  border-radius: 0;
}

.bike .operatori_search_box .horizontal .control .bootstrap-select button:after {
  content: "\F078";
  border: none;
}

.bike .operatori_search_box .horizontal .control .bootstrap-select .dropdown-menu {
  width: 100% !important;
  border: none;
  border-radius: 0;
  box-shadow: 0px 2px 2px 0px #a9a9a970;
  border-top: 1px solid #a9a9a970;
}

.bike .operatori_search_box .horizontal .control .bootstrap-select .dropdown-menu.inner.show {
  border-top: none;
}

.bike .operatori_search_box .horizontal .control .bootstrap-select .dropdown-menu .dropdown-item {
  font-size: 1.5rem;
  line-height: 4rem;
}

.bike .operatori_search_box .horizontal .control .bootstrap-select .dropdown-menu .dropdown-item:active,
.bike .operatori_search_box .horizontal .control .bootstrap-select .dropdown-menu .dropdown-item.active {
  background-color: #f1354e;
}

.bike .operatori_search_box .horizontal .control label {
  background: #ffffff;
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
  line-height: 2.4rem;
  margin-bottom: 0px;
  margin-right: 0.5rem;
}

@media (max-width: 768px) {
  .bike .operatori_search_box .horizontal .control label {
    min-width: 6.2rem;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .bike .operatori_search_box .horizontal .control label {
    display: none;
  }
}

.bike .operatori_search_box .horizontal .control .flatpickr-mobile.form-control {
  padding: 1px 0;
}

.bike .operatori_search_box .horizontal .control input[type=text],
.bike .operatori_search_box .horizontal .control input[type=date] {
  border: none;
  font-size: 1.5rem;
  border-radius: 0;
  background-color: white;
  border-bottom: 1px solid #495057;
  min-width: 0;
  height: auto;
}

.bike .operatori_search_box .horizontal .control input[type=text]:focus,
.bike .operatori_search_box .horizontal .control input[type=date]:focus {
  box-shadow: none;
}

.bike .operatori_search_box .vertical {
  max-width: 30rem;
  z-index: 10;
  position: relative;
  height: 4.4rem;
  margin: 0 auto;
}

.bike .operatori_search_box .vertical button.collapsible {
  border: none;
  background-color: transparent;
  display: block;
  position: absolute;
  width: 100%;
}

.bike .operatori_search_box .vertical .dropbutton {
  display: none;
}

.bike .operatori_search_box .vertical .dropbutton.collapsed {
  display: block;
}

.bike .operatori_search_box .vertical #collapse-events {
  padding: 1.8rem;
  background-color: #f1354e;
  background-image: linear-gradient(-180deg, #f1324b 0%, #f1354e 48%, #f1334c 80%);
  font-size: 1.6rem;
}

.bike .operatori_search_box .vertical .fa-chevron-up {
  text-align: right;
  line-height: 4rem;
  color: white;
  margin-bottom: 1.8rem;
}

.bike .operatori_search_box .vertical .form-group {
  background: #ffffff;
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
}

.bike .operatori_search_box .vertical .form-group .col-form-label {
  line-height: 5rem;
}

.bike .operatori_search_box .vertical .ert-text {
  border: none;
  font-size: 1.5rem;
  height: 60px;
  border-radius: 0;
  background-color: white;
}

.bike .operatori_search_box .vertical .ert-text.line {
  border-bottom: 1px solid #495057;
  height: auto;
  margin-top: 14px;
}

.bike .operatori_search_box .vertical .ert-text:focus {
  box-shadow: none;
}

.bike .operatori_search_box .vertical button.search {
  border: none;
  position: absolute;
  bottom: -10rem;
  left: 5%;
  right: 5%;
  width: 90%;
  line-height: 4.4rem;
}

.bike .operatori_search_box .vertical .datepicker-holder {
  padding-right: 0px;
}

.bike .operatori_search_box .vertical .datepicker-holder * {
  cursor: pointer;
}

.bike .operatori_search_box .vertical .datepicker-holder input[type=date]::-webkit-calendar-picker-indicator {
  width: 1.2rem;
  height: 0.7rem;
  -webkit-mask: url(/images/caret.svg);
          mask: url(/images/caret.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  -webkit-transition: 500ms ease;
  transition: 500ms ease;
  background-color: #686868;
}

.bike .operatori_search_box .vertical .datepicker-holder .flatpickr-calendar.static {
  margin-left: -193px;
  margin-top: -184px;
  left: 50%;
  top: 50%;
}

.bike .operatori_search_box .vertical .datepicker-holder .flatpickr-calendar.static.arrowBottom:after {
  display: none;
}

.bike .operatori_search_box .vertical .datepicker-holder .flatpickr-calendar.static.arrowBottom:before {
  display: none;
}

.bike .operatori_search_box .vertical .datepicker-holder .flatpickr-months .flatpickr-month {
  height: 32px;
}

.bike .operatori_search_box .vertical .ert-dropdown * {
  cursor: pointer;
}

.bike .operatori_search_box .vertical .ert-dropdown .ert-combo {
  background: #ffffff;
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
  line-height: 5rem;
  display: block;
  width: 100%;
  height: 60px;
  text-align: left;
}

.bike .operatori_search_box .vertical .ert-dropdown .ert-combo::after {
  border: none;
}

.bike .operatori_search_box .vertical .ert-dropdown .ert-combo i {
  transition: 500ms ease;
  transform: rotate(0);
  position: absolute;
  top: 2.25rem;
  right: 15px;
}

.bike .operatori_search_box .vertical .ert-dropdown .ert-combo .button {
  padding: 0px;
}

.bike .operatori_search_box .vertical .ert-dropdown .dropdown-menu {
  width: 100% !important;
  border: none;
  border-radius: 0;
  box-shadow: 0px 2px 2px 0px #a9a9a970;
  border-top: 1px solid #a9a9a970;
}

.bike .operatori_search_box .vertical .ert-dropdown .dropdown-menu .dropdown-item {
  font-size: 1.5rem;
  line-height: 4rem;
}

.bike .operatori_search_box .vertical .ert-dropdown .dropdown-menu .dropdown-item:active {
  background-color: #f1354e;
}

.bike .operatori_search_box .vertical .ert-dropdown.show .ert-combo i {
  transform: rotate(180deg);
}

.bike .operatori_search_box .vertical .bootstrap-select *:focus {
  box-shadow: none important;
}

.bike .operatori_search_box .vertical .bootstrap-select button {
  font-size: 1.5rem;
  color: #848484;
  letter-spacing: 0.3px;
  border: none;
  font-size: 1.5rem;
  height: 60px;
  border-radius: 0;
  background-color: white;
}

.bike .operatori_search_box .vertical .bootstrap-select button:after {
  content: "\F078";
  border: none;
}

.bike .operatori_search_box .vertical .bootstrap-select .dropdown-menu {
  width: 100% !important;
  border: none;
  border-radius: 0;
  box-shadow: 0px 2px 2px 0px #a9a9a970;
  border-top: 1px solid #a9a9a970;
}

.bike .operatori_search_box .vertical .bootstrap-select .dropdown-menu .dropdown-item {
  font-size: 1.5rem;
  line-height: 4rem;
}

.bike .operatori_search_box .vertical .bootstrap-select .dropdown-menu .dropdown-item:active,
.bike .operatori_search_box .vertical .bootstrap-select .dropdown-menu .dropdown-item.active {
  background-color: #f1354e;
}

.bike .operatori_search_box .vertical .btn-er,
.bike .operatori_search_box .vertical .instagram .instabutton div span,
.instagram .instabutton div .bike .operatori_search_box .vertical span {
  margin-top: 18px;
}

.bike .operatori_search_box .vertical .btn-er .fa-chevron-down,
.bike .operatori_search_box .vertical .instagram .instabutton div span .fa-chevron-down,
.instagram .instabutton div .bike .operatori_search_box .vertical span .fa-chevron-down {
  float: right;
  line-height: 4rem;
}

.bike .home-boxes {
  background-color: #f1354e;
}

.bike .content-box a {
  font-weight: bold;
  color: #f1354e;
}

.bike .content-box a strong {
  color: #f1354e;
}

.bike .content-box .btn-er,
.bike .content-box .instagram .instabutton div span,
.instagram .instabutton div .bike .content-box span {
  background-color: #f1354e;
  color: white;
}

.bike .content-box h3.with-line {
  font-size: 1.8rem;
  color: #030303;
  letter-spacing: -0.43px;
  text-transform: uppercase;
  margin-bottom: 2.1rem;
}

.bike .content-box h3.with-line::before {
  content: "";
  display: block;
  height: 3px;
  background: #0e797b;
  width: 100%;
  max-width: 32rem;
  margin-left: 0;
  margin-right: 0;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.bike *:focus {
  outline: 1px solid #f1354e;
  outline-offset: -1px;
}

.bike .bootstrap-select .dropdown-toggle:focus {
  outline: 1px solid #f1354e;
  outline-offset: -1px;
}

.bike a:hover {
  outline: 1px solid #f46578;
}

.bike a:active {
  outline: 1px solid #f1354e;
}

.bike .events-list {
  font-size: 1.4rem;
}

.bike .section-list {
  display: block;
  text-align: right;
}

.bike .section-list a {
  font-size: 2rem;
  color: #f1354e;
}

.bike .events-list dt,
.bike .section-list dt,
.bike .iat-list dt {
  text-transform: uppercase;
  font-size: 1.5rem;
  line-height: 1.5;
  color: #111;
  letter-spacing: -0.38px;
  font-weight: 600;
  margin-top: 1.4rem;
}

.bike .events-list dd,
.bike .section-list dd,
.bike .iat-list dd {
  font-size: 1.6rem;
  margin-bottom: 0.6rem;
  line-height: 1.5;
  color: #030303;
}

.bike .events-list dd i,
.bike .section-list dd i,
.bike .iat-list dd i {
  margin-right: 0.6rem;
}

.bike .events-list ul,
.bike .section-list ul,
.bike .iat-list ul {
  list-style: none;
  padding-inline-start: 0;
}

.bike .events-list ul li,
.bike .section-list ul li,
.bike .iat-list ul li {
  font-size: 1.5rem;
  color: #030303;
  margin-top: 0.6rem;
  line-height: 1.5;
}

.bike .events-list ul.tappe-list,
.bike .section-list ul.tappe-list,
.bike .iat-list ul.tappe-list {
  list-style: none;
  padding-inline-start: 0;
}

.bike .events-list ul.tappe-list li,
.bike .section-list ul.tappe-list li,
.bike .iat-list ul.tappe-list li {
  font-size: 1.6rem;
  line-height: 1.5;
  color: #030303;
}

.bike .tickets-list {
  display: flex;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #111;
  letter-spacing: -0.38px;
  font-weight: 600;
  margin-top: 1.4rem;
}

.bike .tickets-list i {
  margin-top: 0.6rem;
}

.bike .tickets-list li {
  color: #030303;
  font-size: 1.6rem;
  margin-left: 1.2rem;
}

.bike .tickets-list li i {
  margin-right: 0.6rem;
}

.bike .address * {
  color: white;
}

.bike .top-title-box {
  padding: 0rem;
  text-align: center;
}

.bike .top-title-box.no-image {
  padding-top: 10rem;
}

.bike .top-title-box.no-image .er-logo-top {
  margin: 0 auto;
  display: block;
  margin-bottom: 10rem;
}

.bike .top-title-box h1 {
  font-size: 3rem;
  color: #f1354e;
  letter-spacing: -1.01px;
  line-height: 4rem;
  margin: 2rem 0;
}

.bike .top-title-box h2 {
  font-size: 2rem;
  line-height: 1.5;
  color: #000;
  letter-spacing: -0.58px;
}

.bike .top-title-box .breadcrumb {
  opacity: 0.6;
  font-size: 1.5rem;
  letter-spacing: -0.38px;
  padding: 0;
  margin: 0;
  color: #f1354e;
  background-color: #fff;
}

.bike .top-title-box .breadcrumb .breadcrumb-item::before,
.bike .top-title-box .breadcrumb a {
  color: #f1354e;
}

@media (min-width: 992px) {
  .bike .top-title-box h1 {
    line-height: 7rem;
    font-size: 7rem;
    margin-top: 3rem;
  }

  .bike .top-title-box h2 {
    font-size: 2rem;
    line-height: 1.5rem;
  }

  .bike .top-title-box .breadcrumb {
    font-size: 1.9rem;
  }
}

.bike .image-box-with-border {
  margin: 2rem 0;
  border-top: 64px solid #f1354e;
}

.bike .image-box-with-border img {
  -o-object-fit: cover;
     object-fit: cover;
}

.bike .top-image {
  transition: background-image 1s ease-in-out;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 20px;
}

.bike .top-image .logo {
  position: absolute;
  width: 30rem;
  bottom: 20px;
  left: 50%;
  margin-left: -15rem;
}

.bike .top-image.no-mask {
  height: 600px;
}

.bike .top-image .mask {
  z-index: 997;
  position: relative;
  width: 100%;
}

@media (min-width: 992px) {
  .bike .top-image:after {
    position: absolute;
    content: "";
    left: 0px;
    bottom: -20px;
    width: 100%;
    height: 20px;
    transform: rotate(-180deg);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(255, 255, 255, 0.12) 12%, #e6e6e6);
  }
}

.bike .info-box {
  position: relative;
  z-index: 0;
  border-right: 1px solid #e6e6e6;
  border-left: 7px solid #f1354e;
  background-color: white;
  padding: 0.1rem 1.5rem;
}

.bike .info-box h3 {
  font-weight: bold;
  font-size: 1.9rem;
}

.bike .info-box .referente {
  font-size: 1.7rem;
  line-height: 1.8rem;
  color: #000;
  letter-spacing: -0.41px;
}

@media (min-width: 768px) {
  .bike .info-box {
    position: sticky;
    position: -webkit-sticky;
    top: 68px;
  }
}

.bike .info-box:after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: -8px;
  height: 8px;
  left: 0px;
  z-index: -1;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.01) 30%, rgba(0, 0, 0, 0.03) 50%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0.08) 90%, rgba(0, 0, 0, 0.09) 96%, rgba(0, 0, 0, 0.1) 100%);
}

.bike .info-box:after {
  width: calc(100% + 8px);
  left: -7px;
}

@media (max-width: 991.98px) {
  .bike .info-box {
    width: auto;
    max-width: 60%;
    min-width: 300px;
    margin: 20px auto;
    display: block;
  }
}

@media (min-width: 992px) {
  .bike .info-box {
    margin-top: 2.2rem;
  }
}

.bike .info-box li {
  padding: 1.1rem 0;
}

.bike .info-box li .icon {
  font-size: 2.8rem;
  line-height: 3.3rem;
  margin-right: 1rem;
  float: left;
}

.bike .info-box li .info .title {
  text-transform: uppercase;
  font-size: 1.2rem;
  line-height: 1.5rem;
  color: #787878;
  letter-spacing: -0.38px;
}

.bike .info-box li .info .value {
  font-size: 1.7rem;
  line-height: 1.8rem;
  color: #000000;
  letter-spacing: -0.41px;
  display: table;
}

.bike .info-box li .info .value a {
  word-break: break-all;
}

@media (max-width: 991.98px) {
  .bike .info-box li.bookmarks {
    display: none;
  }
}

.bike .info-box .title-index {
  text-transform: uppercase;
  font-size: 1.4rem;
  line-height: 3rem;
  letter-spacing: -0.38px;
}

.bike .info-box .bookmarks {
  display: inline-block;
}

.bike .info-box .bookmarks ul li {
  padding: 0.5rem 0;
  width: 100%;
}

.bike .info-box .bookmarks ul li a {
  font-size: 1.4rem;
  line-height: 1.5rem;
  color: #000000;
  letter-spacing: -0.41px;
}

.bike .info-box .bookmarks ul li a.active {
  text-decoration: underline;
}

.bike #bookmarks-index {
  margin-top: 8rem;
}

.bike #bookmarks-index .info {
  padding: 2.1rem;
}

.bike #bookmarks-index h4 {
  font-size: 1.8rem;
}

@media (min-width: 768px) {
  .bike #bookmarks-index {
    display: none;
  }
}

.bike blockquote:before {
  color: #f13a52;
}

.bike .btn-er,
.bike .instagram .instabutton div span,
.instagram .instabutton div .bike span,
.bike.btn {
  background: #f1354e;
}

.bike hr {
  height: 3px;
  background: #f1354e;
  width: 100%;
  max-width: 32rem;
  margin-left: 0;
  margin-right: 0;
  margin-top: 1rem;
  margin-bottom: 2rem;
}

.bike .section h2 {
  margin-top: 4.5rem;
  margin-bottom: 4.5rem;
  font-size: 4.42rem;
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.18;
  letter-spacing: -1.07px;
  text-align: center;
  color: black;
  /*text-decoration: underline;*/
}

.bike .section h2 a {
  color: black;
}

.bike .section h3 {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
  font-size: 3.42rem;
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.18;
  letter-spacing: -1.07px;
  text-align: center;
  color: black;
  text-transform: uppercase;
  /*text-decoration: underline;*/
}

.bike .section h3 a {
  color: black;
}

.bike .section .gallery {
  position: relative;
  padding-bottom: 33px;
}

.bike .section .gallery .swiper-button-next,
.bike .section .gallery .swiper-container-rtl .swiper-button-prev,
.bike .section .gallery .swiper-button-prev,
.bike .section .gallery .swiper-container-rtl .swiper-button-next {
  background-position: center;
  width: 7.2rem;
  bottom: 33px;
  height: auto;
  top: 0px;
  margin: 0px;
  left: auto;
}

.bike .section .gallery .swiper-button-next svg,
.bike .section .gallery .swiper-container-rtl .swiper-button-prev svg,
.bike .section .gallery .swiper-button-prev svg,
.bike .section .gallery .swiper-container-rtl .swiper-button-next svg {
  top: 50%;
  left: 2.1rem;
  position: absolute;
  width: 3rem;
  height: 3rem;
  margin-top: -1.5rem;
  filter: drop-shadow(0px 3px 3px black);
}

.bike .section .gallery .swiper-button-next,
.bike .section .gallery .swiper-button-prev,
.bike .section .gallery .swiper-container-rtl .swiper-button-prev,
.bike .section .gallery .swiper-container-rtl .swiper-button-next {
  fill: #fff;
}

.bike .section .gallery .swiper-button-next,
.bike .section .gallery .swiper-container-rtl .swiper-button-prev {
  right: 0px;
}

.bike .section .gallery .swiper-button-prev,
.bike .section .gallery .swiper-container-rtl .swiper-button-next {
  left: 0px;
}

.bike .section .gallery .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #f1354e;
}

.bike .section .gallery .swiper-pagination-bullet {
  border: 1px solid #f1354e;
}

.bike .section .gallery .swiper-pagination-bullets {
  bottom: 2px;
}

.bike .section .gallery .swiper-slide .carousel-content {
  background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.07) 8%, rgba(0, 0, 0, 0.45) 68%);
  position: absolute;
  left: 0rem;
  bottom: 0rem;
  right: 0rem;
  width: auto;
  padding: 10rem 2rem 2rem 2rem;
  font-size: 2.6rem;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.63px;
  text-align: center;
  color: #ffffff;
}

.bike .section .gallery .swiper-slide .carousel-content a {
  color: #ffffff !important;
}

.bike .section .card-carousel .nodefault.swiper-button-prev::after,
.bike .section .card-carousel .nodefault.swiper-button-prev::before,
.bike .section .card-carousel .nodefault.swiper-button-next::after,
.bike .section .card-carousel .nodefault.swiper-button-next::before {
  content: unset;
}

.bike .section .card-carousel .swiper-slide {
  height: auto;
  margin-bottom: 5rem;
}

.bike .section .card-carousel .swiper-slide .iv-wrapper,
.bike .section .card-carousel .swiper-slide a .iv-wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

.bike .section .card-carousel .swiper-slide .iv-wrapper > div,
.bike .section .card-carousel .swiper-slide a .iv-wrapper > div {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: start;
}

.bike .section .card-carousel .swiper-slide .iv-wrapper .image,
.bike .section .card-carousel .swiper-slide a .iv-wrapper .image {
  min-height: 23rem;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.bike .section .card-carousel .swiper-slide .iv-wrapper .content,
.bike .section .card-carousel .swiper-slide a .iv-wrapper .content {
  background: #ffffff;
  border: 0 solid #000000;
  position: relative;
  padding: 2rem 2.1rem 4rem;
  position: relative;
  z-index: 0;
}

.bike .section .card-carousel .swiper-slide .iv-wrapper .content:after,
.bike .section .card-carousel .swiper-slide a .iv-wrapper .content:after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: -4px;
  height: 4px;
  left: 0px;
  z-index: -1;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.01) 30%, rgba(0, 0, 0, 0.03) 50%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0.08) 90%, rgba(0, 0, 0, 0.09) 96%, rgba(0, 0, 0, 0.1) 100%);
}

.bike .section .card-carousel .swiper-slide .iv-wrapper .content h3,
.bike .section .card-carousel .swiper-slide a .iv-wrapper .content h3 {
  font-size: 2rem;
  color: #030303;
  letter-spacing: -0.48px;
  text-align: left;
}

.bike .section .card-carousel .swiper-slide .iv-wrapper .content p,
.bike .section .card-carousel .swiper-slide .iv-wrapper .content p a,
.bike .section .card-carousel .swiper-slide .iv-wrapper .content a p,
.bike .section .card-carousel .swiper-slide a .iv-wrapper .content p,
.bike .section .card-carousel .swiper-slide a .iv-wrapper .content p a,
.bike .section .card-carousel .swiper-slide a .iv-wrapper .content a p {
  font-size: 1.5rem;
  color: #030303;
  letter-spacing: -0.38px;
  margin-bottom: 0px;
}

.bike .section .card-carousel .swiper-slide .iv-wrapper .content p .readmore,
.bike .section .card-carousel .swiper-slide .iv-wrapper .content p a .readmore,
.bike .section .card-carousel .swiper-slide .iv-wrapper .content a p .readmore,
.bike .section .card-carousel .swiper-slide a .iv-wrapper .content p .readmore,
.bike .section .card-carousel .swiper-slide a .iv-wrapper .content p a .readmore,
.bike .section .card-carousel .swiper-slide a .iv-wrapper .content a p .readmore {
  font-style: italic;
  color: #e3102c;
  display: block;
  margin-top: 1rem;
}

.bike .section .card-carousel .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border: 1px solid #f1354e;
  background: none;
  opacity: 1;
}

.bike .section .card-carousel .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #f1354e;
}

.bike .section .card-carousel .swiper-button-next,
.bike .section .card-carousel .swiper-container-rtl .swiper-button-prev,
.bike .section .card-carousel .swiper-button-prev,
.bike .section .card-carousel .swiper-container-rtl .swiper-button-next {
  background-image: none;
  width: 4rem;
  height: 23rem;
  top: 0px;
  margin: 0px;
  left: auto;
}

.bike .section .card-carousel .swiper-button-next svg,
.bike .section .card-carousel .swiper-container-rtl .swiper-button-prev svg,
.bike .section .card-carousel .swiper-button-prev svg,
.bike .section .card-carousel .swiper-container-rtl .swiper-button-next svg {
  top: 50%;
  left: 50%;
  position: absolute;
  width: 3rem;
  height: 3rem;
  margin-top: -1.5rem;
  margin-left: -1.5rem;
  filter: drop-shadow(0px 3px 3px black);
}

.bike .section .card-carousel .swiper-button-next,
.bike .section .card-carousel .swiper-button-prev,
.bike .section .card-carousel .swiper-container-rtl .swiper-button-prev,
.bike .section .card-carousel .swiper-container-rtl .swiper-button-next {
  fill: #fff;
}

.bike .section .card-carousel .swiper-button-next,
.bike .section .card-carousel .swiper-container-rtl .swiper-button-prev {
  right: 0px;
}

.bike .section .card-carousel .swiper-button-prev,
.bike .section .card-carousel .swiper-container-rtl .swiper-button-next {
  left: 0px;
}

.bike .section .sassibox-item,
.bike .section a .sassibox-item {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 5rem;
}

.bike .section .sassibox-item > div,
.bike .section a .sassibox-item > div {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.bike .section .sassibox-item .image,
.bike .section a .sassibox-item .image {
  min-height: 23rem;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.bike .section .sassibox-item .content,
.bike .section a .sassibox-item .content {
  background: #ffffff;
  border: 0 solid #000000;
  position: relative;
  padding: 1rem 0;
  position: relative;
  z-index: 0;
}

.bike .section .sassibox-item .content:after,
.bike .section a .sassibox-item .content:after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: -4px;
  height: 4px;
  left: 0px;
  z-index: -1;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.01) 30%, rgba(0, 0, 0, 0.03) 50%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0.08) 90%, rgba(0, 0, 0, 0.09) 96%, rgba(0, 0, 0, 0.1) 100%);
}

.bike .section .sassibox-item .content h4,
.bike .section a .sassibox-item .content h4 {
  font-size: 2rem;
  color: #030303;
  letter-spacing: -0.48px;
  text-align: left;
}

.bike .section .sassibox-item .content p,
.bike .section .sassibox-item .content span,
.bike .section .sassibox-item .content a span,
.bike .section .sassibox-item .content span a,
.bike .section .sassibox-item .content p a,
.bike .section .sassibox-item .content a p,
.bike .section a .sassibox-item .content p,
.bike .section a .sassibox-item .content span,
.bike .section a .sassibox-item .content a span,
.bike .section a .sassibox-item .content span a,
.bike .section a .sassibox-item .content p a,
.bike .section a .sassibox-item .content a p {
  font-size: 1.5rem;
  color: #030303;
  letter-spacing: -0.38px;
}

.bike .section .sassibox-item .content .action,
.bike .section a .sassibox-item .content .action {
  margin: 10px 0;
}

.bike .section .sassibox-item .content .action button,
.bike .section a .sassibox-item .content .action button {
  font-family: "Open Sans", sans-serif !important;
}

.bike .section .sassibox-item .content .readmore,
.bike .section a .sassibox-item .content .readmore {
  border: 1px solid transparent;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  padding: 6px 12px;
  text-align: center;
  vertical-align: middle;
  width: -moz-fit-content;
  width: fit-content;
  text-transform: uppercase;
  background-color: #f1354e;
}

.empire .xp_search_box button span {
  color: white;
}

.empire .xp_search_box .city {
  color: white;
}

.empire .xp_search_box .horizontal {
  padding: 1rem;
  background-color: #a41b1d;
  background-image: linear-gradient(-180deg, #a11b1d 0%, #a41b1d 48%, #a21b1d 80%);
  font-size: 1.6rem;
}

.empire .xp_search_box .horizontal.collapsed {
  border-radius: 2px;
  box-shadow: -1px 0 3px 0 rgba(0, 0, 0, 0.25);
}

.empire .xp_search_box .horizontal .fa,
.empire .xp_search_box .horizontal .search .searchearchbox.vertical .bootstrap-select button:after,
.search .searchearchbox.vertical .bootstrap-select .empire .xp_search_box .horizontal button:after,
.empire .xp_search_box .search .searchearchbox.horizontal .control .bootstrap-select button:after,
.search .empire .xp_search_box .searchearchbox.horizontal .control .bootstrap-select button:after,
.empire .xp_search_box .horizontal .downloads .downloadsearchbox.vertical .bootstrap-select button:after,
.downloads .downloadsearchbox.vertical .bootstrap-select .empire .xp_search_box .horizontal button:after,
.empire .xp_search_box .downloads .downloadsearchbox.horizontal .control .bootstrap-select button:after,
.downloads .empire .xp_search_box .downloadsearchbox.horizontal .control .bootstrap-select button:after,
.empire .xp_search_box .horizontal .localita #searchbox-app .bootstrap-select button:after,
.localita #searchbox-app .bootstrap-select .empire .xp_search_box .horizontal button:after,
.empire .xp_search_box .horizontal .itinerari .searchbox .control .bootstrap-select button:after,
.itinerari .searchbox .control .bootstrap-select .empire .xp_search_box .horizontal button:after,
.empire .xp_search_box .itinerari .searchbox.horizontal .control .bootstrap-select button:after,
.itinerari .empire .xp_search_box .searchbox.horizontal .control .bootstrap-select button:after,
.empire .xp_search_box .horizontal .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .vertical .bootstrap-select .empire .xp_search_box .horizontal button:after,
.empire .xp_search_box .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .empire .xp_search_box .horizontal .control .bootstrap-select button:after,
.empire .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .empire .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.empire .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .empire .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.empire .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .empire .xp_search_box .horizontal .control .bootstrap-select button:after,
.empire .xp_search_box .horizontal .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .vertical .bootstrap-select .empire .xp_search_box .horizontal button:after,
.empire .xp_search_box .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .empire .xp_search_box .horizontal .control .bootstrap-select button:after,
.empire .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .empire .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.empire .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .empire .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.empire .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .empire .xp_search_box .horizontal .control .bootstrap-select button:after,
.empire .xp_search_box .horizontal .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .vertical .bootstrap-select .empire .xp_search_box .horizontal button:after,
.empire .xp_search_box .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .empire .xp_search_box .horizontal .control .bootstrap-select button:after,
.empire .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .empire .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.empire .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .empire .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.empire .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .empire .xp_search_box .horizontal .control .bootstrap-select button:after,
.empire .xp_search_box .horizontal .romagna-craft .operatori_search_box .vertical .bootstrap-select button:after,
.romagna-craft .operatori_search_box .vertical .bootstrap-select .empire .xp_search_box .horizontal button:after,
.empire .xp_search_box .romagna-craft .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna-craft .operatori_search_box .empire .xp_search_box .horizontal .control .bootstrap-select button:after,
.empire .romagna-craft .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna-craft .empire .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.empire .romagna-craft .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna-craft .empire .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.empire .romagna-craft .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna-craft .empire .xp_search_box .horizontal .control .bootstrap-select button:after,
.empire .xp_search_box .horizontal .spass .operatori_search_box .vertical .bootstrap-select button:after,
.spass .operatori_search_box .vertical .bootstrap-select .empire .xp_search_box .horizontal button:after,
.empire .xp_search_box .spass .operatori_search_box .horizontal .control .bootstrap-select button:after,
.spass .operatori_search_box .empire .xp_search_box .horizontal .control .bootstrap-select button:after,
.empire .spass .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.spass .empire .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.empire .spass .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.spass .empire .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.empire .spass .xp_search_box .horizontal .control .bootstrap-select button:after,
.spass .empire .xp_search_box .horizontal .control .bootstrap-select button:after,
.empire .xp_search_box .horizontal .natur .operatori_search_box .vertical .bootstrap-select button:after,
.natur .operatori_search_box .vertical .bootstrap-select .empire .xp_search_box .horizontal button:after,
.empire .xp_search_box .natur .operatori_search_box .horizontal .control .bootstrap-select button:after,
.natur .operatori_search_box .empire .xp_search_box .horizontal .control .bootstrap-select button:after,
.empire .natur .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.natur .empire .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.empire .natur .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.natur .empire .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.empire .natur .xp_search_box .horizontal .control .bootstrap-select button:after,
.natur .empire .xp_search_box .horizontal .control .bootstrap-select button:after,
.empire .xp_search_box .horizontal .kultur .operatori_search_box .vertical .bootstrap-select button:after,
.kultur .operatori_search_box .vertical .bootstrap-select .empire .xp_search_box .horizontal button:after,
.empire .xp_search_box .kultur .operatori_search_box .horizontal .control .bootstrap-select button:after,
.kultur .operatori_search_box .empire .xp_search_box .horizontal .control .bootstrap-select button:after,
.empire .kultur .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.kultur .empire .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.empire .kultur .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.kultur .empire .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.empire .kultur .xp_search_box .horizontal .control .bootstrap-select button:after,
.kultur .empire .xp_search_box .horizontal .control .bootstrap-select button:after,
.empire .xp_search_box .horizontal .pet .operatori_search_box .vertical .bootstrap-select button:after,
.pet .operatori_search_box .vertical .bootstrap-select .empire .xp_search_box .horizontal button:after,
.empire .xp_search_box .pet .operatori_search_box .horizontal .control .bootstrap-select button:after,
.pet .operatori_search_box .empire .xp_search_box .horizontal .control .bootstrap-select button:after,
.empire .pet .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.pet .empire .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.empire .pet .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.pet .empire .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.empire .pet .xp_search_box .horizontal .control .bootstrap-select button:after,
.pet .empire .xp_search_box .horizontal .control .bootstrap-select button:after,
.empire .xp_search_box .horizontal .default .operatori_search_box .vertical .bootstrap-select button:after,
.default .operatori_search_box .vertical .bootstrap-select .empire .xp_search_box .horizontal button:after,
.empire .xp_search_box .default .operatori_search_box .horizontal .control .bootstrap-select button:after,
.default .operatori_search_box .empire .xp_search_box .horizontal .control .bootstrap-select button:after,
.empire .default .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.default .empire .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.empire .default .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.default .empire .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.empire .default .xp_search_box .horizontal .control .bootstrap-select button:after,
.default .empire .xp_search_box .horizontal .control .bootstrap-select button:after,
.empire .xp_search_box .horizontal .liscio .operatori_search_box .vertical .bootstrap-select button:after,
.liscio .operatori_search_box .vertical .bootstrap-select .empire .xp_search_box .horizontal button:after,
.empire .xp_search_box .liscio .operatori_search_box .horizontal .control .bootstrap-select button:after,
.liscio .operatori_search_box .empire .xp_search_box .horizontal .control .bootstrap-select button:after,
.empire .liscio .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.liscio .empire .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.empire .liscio .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.liscio .empire .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.empire .liscio .xp_search_box .horizontal .control .bootstrap-select button:after,
.liscio .empire .xp_search_box .horizontal .control .bootstrap-select button:after,
.empire .xp_search_box .horizontal .romagna .operatori_search_box .vertical .bootstrap-select button:after,
.romagna .operatori_search_box .vertical .bootstrap-select .empire .xp_search_box .horizontal button:after,
.empire .xp_search_box .romagna .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna .operatori_search_box .empire .xp_search_box .horizontal .control .bootstrap-select button:after,
.empire .romagna .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna .empire .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.empire .romagna .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna .empire .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.empire .romagna .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna .empire .xp_search_box .horizontal .control .bootstrap-select button:after,
.empire .xp_search_box .horizontal .motorcycle .operatori_search_box .vertical .bootstrap-select button:after,
.motorcycle .operatori_search_box .vertical .bootstrap-select .empire .xp_search_box .horizontal button:after,
.empire .xp_search_box .motorcycle .operatori_search_box .horizontal .control .bootstrap-select button:after,
.motorcycle .operatori_search_box .empire .xp_search_box .horizontal .control .bootstrap-select button:after,
.empire .motorcycle .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.motorcycle .empire .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.empire .motorcycle .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.motorcycle .empire .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.empire .motorcycle .xp_search_box .horizontal .control .bootstrap-select button:after,
.motorcycle .empire .xp_search_box .horizontal .control .bootstrap-select button:after,
.empire .xp_search_box .horizontal .sport .operatori_search_box .vertical .bootstrap-select button:after,
.sport .operatori_search_box .vertical .bootstrap-select .empire .xp_search_box .horizontal button:after,
.empire .xp_search_box .sport .operatori_search_box .horizontal .control .bootstrap-select button:after,
.sport .operatori_search_box .empire .xp_search_box .horizontal .control .bootstrap-select button:after,
.empire .sport .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.sport .empire .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.empire .sport .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.sport .empire .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.empire .sport .xp_search_box .horizontal .control .bootstrap-select button:after,
.sport .empire .xp_search_box .horizontal .control .bootstrap-select button:after,
.empire .xp_search_box .horizontal .fun .operatori_search_box .vertical .bootstrap-select button:after,
.fun .operatori_search_box .vertical .bootstrap-select .empire .xp_search_box .horizontal button:after,
.empire .xp_search_box .fun .operatori_search_box .horizontal .control .bootstrap-select button:after,
.fun .operatori_search_box .empire .xp_search_box .horizontal .control .bootstrap-select button:after,
.empire .fun .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.fun .empire .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.empire .fun .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.fun .empire .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.empire .fun .xp_search_box .horizontal .control .bootstrap-select button:after,
.fun .empire .xp_search_box .horizontal .control .bootstrap-select button:after,
.empire .xp_search_box .horizontal .wellness .operatori_search_box .vertical .bootstrap-select button:after,
.wellness .operatori_search_box .vertical .bootstrap-select .empire .xp_search_box .horizontal button:after,
.empire .xp_search_box .wellness .operatori_search_box .horizontal .control .bootstrap-select button:after,
.wellness .operatori_search_box .empire .xp_search_box .horizontal .control .bootstrap-select button:after,
.empire .wellness .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.wellness .empire .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.empire .wellness .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.wellness .empire .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.empire .wellness .xp_search_box .horizontal .control .bootstrap-select button:after,
.wellness .empire .xp_search_box .horizontal .control .bootstrap-select button:after,
.empire .xp_search_box .horizontal .operatori_search_box .vertical .bootstrap-select button:after,
.empire .operatori_search_box .vertical .bootstrap-select .xp_search_box .horizontal button:after,
.empire .xp_search_box .operatori_search_box .horizontal .control .bootstrap-select button:after,
.empire .operatori_search_box .xp_search_box .horizontal .control .bootstrap-select button:after,
.empire .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.empire .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.empire .xp_search_box .horizontal .control .bootstrap-select button:after,
.empire .xp_search_box .events-homepage .header .eventsearchbox.horizontal .control .bootstrap-select button:after,
.events-homepage .header .empire .xp_search_box .eventsearchbox.horizontal .control .bootstrap-select button:after,
.empire .xp_search_box .horizontal .events-homepage .header .eventsearchbox.vertical .bootstrap-select button:after,
.events-homepage .header .eventsearchbox.vertical .bootstrap-select .empire .xp_search_box .horizontal button:after,
.empire .xp_search_box .events-page .header .eventsearchbox.horizontal .control .bootstrap-select button:after,
.events-page .header .empire .xp_search_box .eventsearchbox.horizontal .control .bootstrap-select button:after,
.empire .xp_search_box .horizontal .events-page .header .eventsearchbox.vertical .bootstrap-select button:after,
.events-page .header .eventsearchbox.vertical .bootstrap-select .empire .xp_search_box .horizontal button:after,
.empire .scopri .xp_search_box .horizontal .control .bootstrap-select button:after,
.scopri .empire .xp_search_box .horizontal .control .bootstrap-select button:after,
.empire .scopri .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.scopri .empire .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.empire .scopri .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.scopri .empire .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.empire .xp_search_box .scopri .operatori_search_box .horizontal .control .bootstrap-select button:after,
.scopri .operatori_search_box .empire .xp_search_box .horizontal .control .bootstrap-select button:after,
.empire .xp_search_box .horizontal .scopri .operatori_search_box .vertical .bootstrap-select button:after,
.scopri .operatori_search_box .vertical .bootstrap-select .empire .xp_search_box .horizontal button:after,
.empire .idee .xp_search_box .horizontal .control .bootstrap-select button:after,
.idee .empire .xp_search_box .horizontal .control .bootstrap-select button:after,
.empire .idee .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.idee .empire .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.empire .idee .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.idee .empire .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.empire .xp_search_box .idee .operatori_search_box .horizontal .control .bootstrap-select button:after,
.idee .operatori_search_box .empire .xp_search_box .horizontal .control .bootstrap-select button:after,
.empire .xp_search_box .horizontal .idee .operatori_search_box .vertical .bootstrap-select button:after,
.idee .operatori_search_box .vertical .bootstrap-select .empire .xp_search_box .horizontal button:after,
.empire .eventi .xp_search_box .horizontal .control .bootstrap-select button:after,
.eventi .empire .xp_search_box .horizontal .control .bootstrap-select button:after,
.empire .eventi .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.eventi .empire .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.empire .eventi .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.eventi .empire .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.empire .xp_search_box .eventi .operatori_search_box .horizontal .control .bootstrap-select button:after,
.eventi .operatori_search_box .empire .xp_search_box .horizontal .control .bootstrap-select button:after,
.empire .xp_search_box .horizontal .eventi .operatori_search_box .vertical .bootstrap-select button:after,
.eventi .operatori_search_box .vertical .bootstrap-select .empire .xp_search_box .horizontal button:after,
.empire .pianifica .xp_search_box .horizontal .control .bootstrap-select button:after,
.pianifica .empire .xp_search_box .horizontal .control .bootstrap-select button:after,
.empire .pianifica .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.pianifica .empire .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.empire .pianifica .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.pianifica .empire .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.empire .xp_search_box .pianifica .operatori_search_box .horizontal .control .bootstrap-select button:after,
.pianifica .operatori_search_box .empire .xp_search_box .horizontal .control .bootstrap-select button:after,
.empire .xp_search_box .horizontal .pianifica .operatori_search_box .vertical .bootstrap-select button:after,
.pianifica .operatori_search_box .vertical .bootstrap-select .empire .xp_search_box .horizontal button:after,
.empire .esperienze .xp_search_box .horizontal .control .bootstrap-select button:after,
.esperienze .empire .xp_search_box .horizontal .control .bootstrap-select button:after,
.empire .esperienze .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.esperienze .empire .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.empire .esperienze .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.esperienze .empire .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.empire .xp_search_box .esperienze .operatori_search_box .horizontal .control .bootstrap-select button:after,
.esperienze .operatori_search_box .empire .xp_search_box .horizontal .control .bootstrap-select button:after,
.empire .xp_search_box .horizontal .esperienze .operatori_search_box .vertical .bootstrap-select button:after,
.esperienze .operatori_search_box .vertical .bootstrap-select .empire .xp_search_box .horizontal button:after,
.empire .news .xp_search_box .horizontal .control .bootstrap-select button:after,
.news .empire .xp_search_box .horizontal .control .bootstrap-select button:after,
.empire .news .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.news .empire .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.empire .news .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.news .empire .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.empire .xp_search_box .news .operatori_search_box .horizontal .control .bootstrap-select button:after,
.news .operatori_search_box .empire .xp_search_box .horizontal .control .bootstrap-select button:after,
.empire .xp_search_box .horizontal .news .operatori_search_box .vertical .bootstrap-select button:after,
.news .operatori_search_box .vertical .bootstrap-select .empire .xp_search_box .horizontal button:after,
.empire .iat .xp_search_box .horizontal .control .bootstrap-select button:after,
.iat .empire .xp_search_box .horizontal .control .bootstrap-select button:after,
.empire .iat .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.iat .empire .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.empire .iat .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.iat .empire .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.empire .xp_search_box .iat .operatori_search_box .horizontal .control .bootstrap-select button:after,
.iat .operatori_search_box .empire .xp_search_box .horizontal .control .bootstrap-select button:after,
.empire .xp_search_box .horizontal .iat .operatori_search_box .vertical .bootstrap-select button:after,
.iat .operatori_search_box .vertical .bootstrap-select .empire .xp_search_box .horizontal button:after,
.empire .meteo .xp_search_box .horizontal .control .bootstrap-select button:after,
.meteo .empire .xp_search_box .horizontal .control .bootstrap-select button:after,
.empire .meteo .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.meteo .empire .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.empire .meteo .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.meteo .empire .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.empire .xp_search_box .meteo .operatori_search_box .horizontal .control .bootstrap-select button:after,
.meteo .operatori_search_box .empire .xp_search_box .horizontal .control .bootstrap-select button:after,
.empire .xp_search_box .horizontal .meteo .operatori_search_box .vertical .bootstrap-select button:after,
.meteo .operatori_search_box .vertical .bootstrap-select .empire .xp_search_box .horizontal button:after,
.empire .odm .xp_search_box .horizontal .control .bootstrap-select button:after,
.odm .empire .xp_search_box .horizontal .control .bootstrap-select button:after,
.empire .odm .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.odm .empire .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.empire .odm .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.odm .empire .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.empire .xp_search_box .odm .operatori_search_box .horizontal .control .bootstrap-select button:after,
.odm .operatori_search_box .empire .xp_search_box .horizontal .control .bootstrap-select button:after,
.empire .xp_search_box .horizontal .odm .operatori_search_box .vertical .bootstrap-select button:after,
.odm .operatori_search_box .vertical .bootstrap-select .empire .xp_search_box .horizontal button:after,
.empire .booking .xp_search_box .horizontal .control .bootstrap-select button:after,
.booking .empire .xp_search_box .horizontal .control .bootstrap-select button:after,
.empire .booking .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.booking .empire .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.empire .booking .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.booking .empire .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.empire .xp_search_box .booking .operatori_search_box .horizontal .control .bootstrap-select button:after,
.booking .operatori_search_box .empire .xp_search_box .horizontal .control .bootstrap-select button:after,
.empire .xp_search_box .horizontal .booking .operatori_search_box .vertical .bootstrap-select button:after,
.booking .operatori_search_box .vertical .bootstrap-select .empire .xp_search_box .horizontal button:after,
.empire .rock .xp_search_box .horizontal .control .bootstrap-select button:after,
.rock .empire .xp_search_box .horizontal .control .bootstrap-select button:after,
.empire .rock .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.rock .empire .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.empire .rock .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.rock .empire .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.empire .xp_search_box .rock .operatori_search_box .horizontal .control .bootstrap-select button:after,
.rock .operatori_search_box .empire .xp_search_box .horizontal .control .bootstrap-select button:after,
.empire .xp_search_box .horizontal .rock .operatori_search_box .vertical .bootstrap-select button:after,
.rock .operatori_search_box .vertical .bootstrap-select .empire .xp_search_box .horizontal button:after,
.empire .beach .xp_search_box .horizontal .control .bootstrap-select button:after,
.beach .empire .xp_search_box .horizontal .control .bootstrap-select button:after,
.empire .beach .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.beach .empire .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.empire .beach .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.beach .empire .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.empire .xp_search_box .beach .operatori_search_box .horizontal .control .bootstrap-select button:after,
.beach .operatori_search_box .empire .xp_search_box .horizontal .control .bootstrap-select button:after,
.empire .xp_search_box .horizontal .beach .operatori_search_box .vertical .bootstrap-select button:after,
.beach .operatori_search_box .vertical .bootstrap-select .empire .xp_search_box .horizontal button:after,
.empire .food .xp_search_box .horizontal .control .bootstrap-select button:after,
.food .empire .xp_search_box .horizontal .control .bootstrap-select button:after,
.empire .food .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.food .empire .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.empire .food .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.food .empire .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.empire .xp_search_box .food .operatori_search_box .horizontal .control .bootstrap-select button:after,
.food .operatori_search_box .empire .xp_search_box .horizontal .control .bootstrap-select button:after,
.empire .xp_search_box .horizontal .food .operatori_search_box .vertical .bootstrap-select button:after,
.food .operatori_search_box .vertical .bootstrap-select .empire .xp_search_box .horizontal button:after,
.empire .nature .xp_search_box .horizontal .control .bootstrap-select button:after,
.nature .empire .xp_search_box .horizontal .control .bootstrap-select button:after,
.empire .nature .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.nature .empire .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.empire .nature .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.nature .empire .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.empire .xp_search_box .nature .operatori_search_box .horizontal .control .bootstrap-select button:after,
.nature .operatori_search_box .empire .xp_search_box .horizontal .control .bootstrap-select button:after,
.empire .xp_search_box .horizontal .nature .operatori_search_box .vertical .bootstrap-select button:after,
.nature .operatori_search_box .vertical .bootstrap-select .empire .xp_search_box .horizontal button:after,
.empire .romagna_autentica .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna_autentica .empire .xp_search_box .horizontal .control .bootstrap-select button:after,
.empire .romagna_autentica .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna_autentica .empire .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.empire .romagna_autentica .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna_autentica .empire .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.empire .xp_search_box .romagna_autentica .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna_autentica .operatori_search_box .empire .xp_search_box .horizontal .control .bootstrap-select button:after,
.empire .xp_search_box .horizontal .romagna_autentica .operatori_search_box .vertical .bootstrap-select button:after,
.romagna_autentica .operatori_search_box .vertical .bootstrap-select .empire .xp_search_box .horizontal button:after,
.empire .culture .xp_search_box .horizontal .control .bootstrap-select button:after,
.culture .empire .xp_search_box .horizontal .control .bootstrap-select button:after,
.empire .culture .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.culture .empire .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.empire .culture .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.culture .empire .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.empire .xp_search_box .culture .operatori_search_box .horizontal .control .bootstrap-select button:after,
.culture .operatori_search_box .empire .xp_search_box .horizontal .control .bootstrap-select button:after,
.empire .xp_search_box .horizontal .culture .operatori_search_box .vertical .bootstrap-select button:after,
.culture .operatori_search_box .vertical .bootstrap-select .empire .xp_search_box .horizontal button:after,
.empire .castle .xp_search_box .horizontal .control .bootstrap-select button:after,
.castle .empire .xp_search_box .horizontal .control .bootstrap-select button:after,
.empire .castle .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.castle .empire .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.empire .castle .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.castle .empire .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.empire .xp_search_box .castle .operatori_search_box .horizontal .control .bootstrap-select button:after,
.castle .operatori_search_box .empire .xp_search_box .horizontal .control .bootstrap-select button:after,
.empire .xp_search_box .horizontal .castle .operatori_search_box .vertical .bootstrap-select button:after,
.castle .operatori_search_box .vertical .bootstrap-select .empire .xp_search_box .horizontal button:after,
.empire .bike .xp_search_box .horizontal .control .bootstrap-select button:after,
.bike .empire .xp_search_box .horizontal .control .bootstrap-select button:after,
.empire .bike .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.bike .empire .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.empire .bike .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.bike .empire .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.empire .xp_search_box .bike .operatori_search_box .horizontal .control .bootstrap-select button:after,
.bike .operatori_search_box .empire .xp_search_box .horizontal .control .bootstrap-select button:after,
.empire .xp_search_box .horizontal .bike .operatori_search_box .vertical .bootstrap-select button:after,
.bike .operatori_search_box .vertical .bootstrap-select .empire .xp_search_box .horizontal button:after {
  line-height: 2.2rem;
}

.empire .xp_search_box .horizontal button.collapsible {
  border: none;
  background-color: transparent;
  display: block;
  width: 100%;
  font-size: 1.6rem;
  color: #ffffff;
  letter-spacing: -0.41px;
  text-align: left;
  text-transform: uppercase;
  display: block;
}

.empire .xp_search_box .horizontal .control {
  padding: 0.5rem 1rem;
  height: 5rem;
  background-color: white;
  margin: 0.5rem;
}

.empire .xp_search_box .horizontal .control.btn-holder {
  min-width: 2rem;
  width: auto;
  padding: 0px;
}

.empire .xp_search_box .horizontal .control.btn-holder button {
  width: 100%;
  border: none;
  background-color: #781415;
  height: 100%;
  font-size: 1.6rem;
  color: #ffffff;
  letter-spacing: -0.41px;
  text-align: center;
  text-transform: uppercase;
  display: block;
  padding: 0px;
}

.empire .xp_search_box .horizontal .control .ert-dropdown {
  width: 100%;
}

.empire .xp_search_box .horizontal .control .ert-dropdown * {
  cursor: pointer;
}

.empire .xp_search_box .horizontal .control .ert-dropdown .ert-combo {
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
  display: block;
  text-align: left;
}

.empire .xp_search_box .horizontal .control .ert-dropdown .ert-combo::after {
  border: none;
}

.empire .xp_search_box .horizontal .control .ert-dropdown .ert-combo i {
  transition: 500ms ease;
  transform: rotate(0);
  position: absolute;
  top: 2.25rem;
  right: 15px;
}

.empire .xp_search_box .horizontal .control .ert-dropdown .ert-combo .button {
  padding: 0px;
}

.empire .xp_search_box .horizontal .control .ert-dropdown.show .ert-combo i {
  transform: rotate(180deg);
}

.empire .xp_search_box .horizontal .control .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: auto;
}

.empire .xp_search_box .horizontal .control .bootstrap-select {
  margin-top: -1px;
}

.empire .xp_search_box .horizontal .control .bootstrap-select *:focus {
  box-shadow: none important;
}

.empire .xp_search_box .horizontal .control .bootstrap-select button {
  padding: 0px;
  font-size: 1.5rem;
  background: #ffffff;
  color: #848484;
  letter-spacing: 0.3px;
  border: none;
  border-radius: 0;
}

.empire .xp_search_box .horizontal .control .bootstrap-select button:after {
  content: "\F078";
  border: none;
}

.empire .xp_search_box .horizontal .control .bootstrap-select .dropdown-menu {
  width: 100% !important;
  border: none;
  border-radius: 0;
  box-shadow: 0px 2px 2px 0px #a9a9a970;
  border-top: 1px solid #a9a9a970;
}

.empire .xp_search_box .horizontal .control .bootstrap-select .dropdown-menu.inner.show {
  border-top: none;
}

.empire .xp_search_box .horizontal .control .bootstrap-select .dropdown-menu .dropdown-item {
  font-size: 1.5rem;
  line-height: 4rem;
}

.empire .xp_search_box .horizontal .control .bootstrap-select .dropdown-menu .dropdown-item:active,
.empire .xp_search_box .horizontal .control .bootstrap-select .dropdown-menu .dropdown-item.active {
  background-color: #a41b1d;
}

.empire .xp_search_box .horizontal .control label {
  background: #ffffff;
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
  line-height: 2.4rem;
  margin-bottom: 0px;
  margin-right: 0.5rem;
}

@media (max-width: 768px) {
  .empire .xp_search_box .horizontal .control label {
    min-width: 6.2rem;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .empire .xp_search_box .horizontal .control label {
    display: none;
  }
}

.empire .xp_search_box .horizontal .control .flatpickr-mobile.form-control {
  padding: 1px 0;
}

.empire .xp_search_box .horizontal .control input[type=text],
.empire .xp_search_box .horizontal .control input[type=date] {
  border: none;
  font-size: 1.5rem;
  border-radius: 0;
  background-color: white;
  border-bottom: 1px solid #495057;
  min-width: 0;
  height: auto;
}

.empire .xp_search_box .horizontal .control input[type=text]:focus,
.empire .xp_search_box .horizontal .control input[type=date]:focus {
  box-shadow: none;
}

.empire .xp_search_box .vertical {
  max-width: 30rem;
  z-index: 10;
  position: relative;
  height: 4.4rem;
  margin: 0 auto;
}

.empire .xp_search_box .vertical button.collapsible {
  border: none;
  background-color: transparent;
  display: block;
  position: absolute;
  width: 100%;
}

.empire .xp_search_box .vertical .dropbutton {
  display: none;
}

.empire .xp_search_box .vertical .dropbutton.collapsed {
  display: block;
}

.empire .xp_search_box .vertical #collapse-events {
  padding: 1.8rem;
  background-color: #a41b1d;
  background-image: linear-gradient(-180deg, #a11b1d 0%, #a41b1d 48%, #a21b1d 80%);
  font-size: 1.6rem;
}

.empire .xp_search_box .vertical .fa-chevron-up {
  text-align: right;
  line-height: 4rem;
  color: white;
  margin-bottom: 1.8rem;
}

.empire .xp_search_box .vertical .form-group {
  background: #ffffff;
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
}

.empire .xp_search_box .vertical .form-group .col-form-label {
  line-height: 5rem;
}

.empire .xp_search_box .vertical .ert-text {
  border: none;
  font-size: 1.5rem;
  height: 60px;
  border-radius: 0;
  background-color: white;
}

.empire .xp_search_box .vertical .ert-text.line {
  border-bottom: 1px solid #495057;
  height: auto;
  margin-top: 14px;
}

.empire .xp_search_box .vertical .ert-text:focus {
  box-shadow: none;
}

.empire .xp_search_box .vertical button.search {
  border: none;
  position: absolute;
  bottom: -10rem;
  left: 5%;
  right: 5%;
  width: 90%;
  line-height: 4.4rem;
}

.empire .xp_search_box .vertical .datepicker-holder {
  padding-right: 0px;
}

.empire .xp_search_box .vertical .datepicker-holder * {
  cursor: pointer;
}

.empire .xp_search_box .vertical .datepicker-holder input[type=date]::-webkit-calendar-picker-indicator {
  width: 1.2rem;
  height: 0.7rem;
  -webkit-mask: url(/images/caret.svg);
          mask: url(/images/caret.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  -webkit-transition: 500ms ease;
  transition: 500ms ease;
  background-color: #686868;
}

.empire .xp_search_box .vertical .datepicker-holder .flatpickr-calendar.static {
  margin-left: -193px;
  margin-top: -184px;
  left: 50%;
  top: 50%;
}

.empire .xp_search_box .vertical .datepicker-holder .flatpickr-calendar.static.arrowBottom:after {
  display: none;
}

.empire .xp_search_box .vertical .datepicker-holder .flatpickr-calendar.static.arrowBottom:before {
  display: none;
}

.empire .xp_search_box .vertical .datepicker-holder .flatpickr-months .flatpickr-month {
  height: 32px;
}

.empire .xp_search_box .vertical .ert-dropdown * {
  cursor: pointer;
}

.empire .xp_search_box .vertical .ert-dropdown .ert-combo {
  background: #ffffff;
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
  line-height: 5rem;
  display: block;
  width: 100%;
  height: 60px;
  text-align: left;
}

.empire .xp_search_box .vertical .ert-dropdown .ert-combo::after {
  border: none;
}

.empire .xp_search_box .vertical .ert-dropdown .ert-combo i {
  transition: 500ms ease;
  transform: rotate(0);
  position: absolute;
  top: 2.25rem;
  right: 15px;
}

.empire .xp_search_box .vertical .ert-dropdown .ert-combo .button {
  padding: 0px;
}

.empire .xp_search_box .vertical .ert-dropdown .dropdown-menu {
  width: 100% !important;
  border: none;
  border-radius: 0;
  box-shadow: 0px 2px 2px 0px #a9a9a970;
  border-top: 1px solid #a9a9a970;
}

.empire .xp_search_box .vertical .ert-dropdown .dropdown-menu .dropdown-item {
  font-size: 1.5rem;
  line-height: 4rem;
}

.empire .xp_search_box .vertical .ert-dropdown .dropdown-menu .dropdown-item:active {
  background-color: #a41b1d;
}

.empire .xp_search_box .vertical .ert-dropdown.show .ert-combo i {
  transform: rotate(180deg);
}

.empire .xp_search_box .vertical .bootstrap-select *:focus {
  box-shadow: none important;
}

.empire .xp_search_box .vertical .bootstrap-select button {
  font-size: 1.5rem;
  color: #848484;
  letter-spacing: 0.3px;
  border: none;
  font-size: 1.5rem;
  height: 60px;
  border-radius: 0;
  background-color: white;
}

.empire .xp_search_box .vertical .bootstrap-select button:after {
  content: "\F078";
  border: none;
}

.empire .xp_search_box .vertical .bootstrap-select .dropdown-menu {
  width: 100% !important;
  border: none;
  border-radius: 0;
  box-shadow: 0px 2px 2px 0px #a9a9a970;
  border-top: 1px solid #a9a9a970;
}

.empire .xp_search_box .vertical .bootstrap-select .dropdown-menu .dropdown-item {
  font-size: 1.5rem;
  line-height: 4rem;
}

.empire .xp_search_box .vertical .bootstrap-select .dropdown-menu .dropdown-item:active,
.empire .xp_search_box .vertical .bootstrap-select .dropdown-menu .dropdown-item.active {
  background-color: #a41b1d;
}

.empire .xp_search_box .vertical .btn-er,
.empire .xp_search_box .vertical .instagram .instabutton div span,
.instagram .instabutton div .empire .xp_search_box .vertical span {
  margin-top: 18px;
}

.empire .xp_search_box .vertical .btn-er .fa-chevron-down,
.empire .xp_search_box .vertical .instagram .instabutton div span .fa-chevron-down,
.instagram .instabutton div .empire .xp_search_box .vertical span .fa-chevron-down {
  float: right;
  line-height: 4rem;
}

.empire .operatori_search_box button span {
  color: white;
}

.empire .operatori_search_box .city {
  color: white;
}

.empire .operatori_search_box .horizontal {
  padding: 1rem;
  background-color: #a41b1d;
  background-image: linear-gradient(-180deg, #a11b1d 0%, #a41b1d 48%, #a21b1d 80%);
  font-size: 1.6rem;
}

.empire .operatori_search_box .horizontal.collapsed {
  border-radius: 2px;
  box-shadow: -1px 0 3px 0 rgba(0, 0, 0, 0.25);
}

.empire .operatori_search_box .horizontal .fa,
.empire .operatori_search_box .horizontal .search .searchearchbox.vertical .bootstrap-select button:after,
.search .searchearchbox.vertical .bootstrap-select .empire .operatori_search_box .horizontal button:after,
.empire .operatori_search_box .search .searchearchbox.horizontal .control .bootstrap-select button:after,
.search .empire .operatori_search_box .searchearchbox.horizontal .control .bootstrap-select button:after,
.empire .operatori_search_box .horizontal .downloads .downloadsearchbox.vertical .bootstrap-select button:after,
.downloads .downloadsearchbox.vertical .bootstrap-select .empire .operatori_search_box .horizontal button:after,
.empire .operatori_search_box .downloads .downloadsearchbox.horizontal .control .bootstrap-select button:after,
.downloads .empire .operatori_search_box .downloadsearchbox.horizontal .control .bootstrap-select button:after,
.empire .operatori_search_box .horizontal .localita #searchbox-app .bootstrap-select button:after,
.localita #searchbox-app .bootstrap-select .empire .operatori_search_box .horizontal button:after,
.empire .operatori_search_box .horizontal .itinerari .searchbox .control .bootstrap-select button:after,
.itinerari .searchbox .control .bootstrap-select .empire .operatori_search_box .horizontal button:after,
.empire .operatori_search_box .itinerari .searchbox.horizontal .control .bootstrap-select button:after,
.itinerari .empire .operatori_search_box .searchbox.horizontal .control .bootstrap-select button:after,
.empire .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .empire .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.empire .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .empire .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.empire .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .empire .operatori_search_box .horizontal .control .bootstrap-select button:after,
.empire .operatori_search_box .horizontal .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .vertical .bootstrap-select .empire .operatori_search_box .horizontal button:after,
.empire .operatori_search_box .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .empire .operatori_search_box .horizontal .control .bootstrap-select button:after,
.empire .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .empire .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.empire .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .empire .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.empire .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .empire .operatori_search_box .horizontal .control .bootstrap-select button:after,
.empire .operatori_search_box .horizontal .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .vertical .bootstrap-select .empire .operatori_search_box .horizontal button:after,
.empire .operatori_search_box .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .empire .operatori_search_box .horizontal .control .bootstrap-select button:after,
.empire .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .empire .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.empire .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .empire .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.empire .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .empire .operatori_search_box .horizontal .control .bootstrap-select button:after,
.empire .operatori_search_box .horizontal .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .vertical .bootstrap-select .empire .operatori_search_box .horizontal button:after,
.empire .operatori_search_box .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .empire .operatori_search_box .horizontal .control .bootstrap-select button:after,
.empire .romagna-craft .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna-craft .empire .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.empire .romagna-craft .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna-craft .empire .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.empire .romagna-craft .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna-craft .empire .operatori_search_box .horizontal .control .bootstrap-select button:after,
.empire .operatori_search_box .horizontal .romagna-craft .xp_search_box .vertical .bootstrap-select button:after,
.romagna-craft .xp_search_box .vertical .bootstrap-select .empire .operatori_search_box .horizontal button:after,
.empire .operatori_search_box .romagna-craft .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna-craft .xp_search_box .empire .operatori_search_box .horizontal .control .bootstrap-select button:after,
.empire .spass .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.spass .empire .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.empire .spass .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.spass .empire .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.empire .spass .operatori_search_box .horizontal .control .bootstrap-select button:after,
.spass .empire .operatori_search_box .horizontal .control .bootstrap-select button:after,
.empire .operatori_search_box .horizontal .spass .xp_search_box .vertical .bootstrap-select button:after,
.spass .xp_search_box .vertical .bootstrap-select .empire .operatori_search_box .horizontal button:after,
.empire .operatori_search_box .spass .xp_search_box .horizontal .control .bootstrap-select button:after,
.spass .xp_search_box .empire .operatori_search_box .horizontal .control .bootstrap-select button:after,
.empire .natur .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.natur .empire .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.empire .natur .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.natur .empire .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.empire .natur .operatori_search_box .horizontal .control .bootstrap-select button:after,
.natur .empire .operatori_search_box .horizontal .control .bootstrap-select button:after,
.empire .operatori_search_box .horizontal .natur .xp_search_box .vertical .bootstrap-select button:after,
.natur .xp_search_box .vertical .bootstrap-select .empire .operatori_search_box .horizontal button:after,
.empire .operatori_search_box .natur .xp_search_box .horizontal .control .bootstrap-select button:after,
.natur .xp_search_box .empire .operatori_search_box .horizontal .control .bootstrap-select button:after,
.empire .kultur .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.kultur .empire .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.empire .kultur .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.kultur .empire .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.empire .kultur .operatori_search_box .horizontal .control .bootstrap-select button:after,
.kultur .empire .operatori_search_box .horizontal .control .bootstrap-select button:after,
.empire .operatori_search_box .horizontal .kultur .xp_search_box .vertical .bootstrap-select button:after,
.kultur .xp_search_box .vertical .bootstrap-select .empire .operatori_search_box .horizontal button:after,
.empire .operatori_search_box .kultur .xp_search_box .horizontal .control .bootstrap-select button:after,
.kultur .xp_search_box .empire .operatori_search_box .horizontal .control .bootstrap-select button:after,
.empire .pet .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.pet .empire .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.empire .pet .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.pet .empire .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.empire .pet .operatori_search_box .horizontal .control .bootstrap-select button:after,
.pet .empire .operatori_search_box .horizontal .control .bootstrap-select button:after,
.empire .operatori_search_box .horizontal .pet .xp_search_box .vertical .bootstrap-select button:after,
.pet .xp_search_box .vertical .bootstrap-select .empire .operatori_search_box .horizontal button:after,
.empire .operatori_search_box .pet .xp_search_box .horizontal .control .bootstrap-select button:after,
.pet .xp_search_box .empire .operatori_search_box .horizontal .control .bootstrap-select button:after,
.empire .default .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.default .empire .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.empire .default .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.default .empire .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.empire .default .operatori_search_box .horizontal .control .bootstrap-select button:after,
.default .empire .operatori_search_box .horizontal .control .bootstrap-select button:after,
.empire .operatori_search_box .horizontal .default .xp_search_box .vertical .bootstrap-select button:after,
.default .xp_search_box .vertical .bootstrap-select .empire .operatori_search_box .horizontal button:after,
.empire .operatori_search_box .default .xp_search_box .horizontal .control .bootstrap-select button:after,
.default .xp_search_box .empire .operatori_search_box .horizontal .control .bootstrap-select button:after,
.empire .liscio .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.liscio .empire .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.empire .liscio .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.liscio .empire .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.empire .liscio .operatori_search_box .horizontal .control .bootstrap-select button:after,
.liscio .empire .operatori_search_box .horizontal .control .bootstrap-select button:after,
.empire .operatori_search_box .horizontal .liscio .xp_search_box .vertical .bootstrap-select button:after,
.liscio .xp_search_box .vertical .bootstrap-select .empire .operatori_search_box .horizontal button:after,
.empire .operatori_search_box .liscio .xp_search_box .horizontal .control .bootstrap-select button:after,
.liscio .xp_search_box .empire .operatori_search_box .horizontal .control .bootstrap-select button:after,
.empire .romagna .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna .empire .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.empire .romagna .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna .empire .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.empire .romagna .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna .empire .operatori_search_box .horizontal .control .bootstrap-select button:after,
.empire .operatori_search_box .horizontal .romagna .xp_search_box .vertical .bootstrap-select button:after,
.romagna .xp_search_box .vertical .bootstrap-select .empire .operatori_search_box .horizontal button:after,
.empire .operatori_search_box .romagna .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna .xp_search_box .empire .operatori_search_box .horizontal .control .bootstrap-select button:after,
.empire .motorcycle .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.motorcycle .empire .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.empire .motorcycle .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.motorcycle .empire .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.empire .motorcycle .operatori_search_box .horizontal .control .bootstrap-select button:after,
.motorcycle .empire .operatori_search_box .horizontal .control .bootstrap-select button:after,
.empire .operatori_search_box .horizontal .motorcycle .xp_search_box .vertical .bootstrap-select button:after,
.motorcycle .xp_search_box .vertical .bootstrap-select .empire .operatori_search_box .horizontal button:after,
.empire .operatori_search_box .motorcycle .xp_search_box .horizontal .control .bootstrap-select button:after,
.motorcycle .xp_search_box .empire .operatori_search_box .horizontal .control .bootstrap-select button:after,
.empire .sport .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.sport .empire .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.empire .sport .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.sport .empire .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.empire .sport .operatori_search_box .horizontal .control .bootstrap-select button:after,
.sport .empire .operatori_search_box .horizontal .control .bootstrap-select button:after,
.empire .operatori_search_box .horizontal .sport .xp_search_box .vertical .bootstrap-select button:after,
.sport .xp_search_box .vertical .bootstrap-select .empire .operatori_search_box .horizontal button:after,
.empire .operatori_search_box .sport .xp_search_box .horizontal .control .bootstrap-select button:after,
.sport .xp_search_box .empire .operatori_search_box .horizontal .control .bootstrap-select button:after,
.empire .fun .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.fun .empire .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.empire .fun .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.fun .empire .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.empire .fun .operatori_search_box .horizontal .control .bootstrap-select button:after,
.fun .empire .operatori_search_box .horizontal .control .bootstrap-select button:after,
.empire .operatori_search_box .horizontal .fun .xp_search_box .vertical .bootstrap-select button:after,
.fun .xp_search_box .vertical .bootstrap-select .empire .operatori_search_box .horizontal button:after,
.empire .operatori_search_box .fun .xp_search_box .horizontal .control .bootstrap-select button:after,
.fun .xp_search_box .empire .operatori_search_box .horizontal .control .bootstrap-select button:after,
.empire .wellness .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.wellness .empire .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.empire .wellness .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.wellness .empire .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.empire .wellness .operatori_search_box .horizontal .control .bootstrap-select button:after,
.wellness .empire .operatori_search_box .horizontal .control .bootstrap-select button:after,
.empire .operatori_search_box .horizontal .wellness .xp_search_box .vertical .bootstrap-select button:after,
.wellness .xp_search_box .vertical .bootstrap-select .empire .operatori_search_box .horizontal button:after,
.empire .operatori_search_box .wellness .xp_search_box .horizontal .control .bootstrap-select button:after,
.wellness .xp_search_box .empire .operatori_search_box .horizontal .control .bootstrap-select button:after,
.empire .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.empire .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.empire .operatori_search_box .horizontal .control .bootstrap-select button:after,
.empire .operatori_search_box .events-homepage .header .eventsearchbox.horizontal .control .bootstrap-select button:after,
.events-homepage .header .empire .operatori_search_box .eventsearchbox.horizontal .control .bootstrap-select button:after,
.empire .operatori_search_box .horizontal .events-homepage .header .eventsearchbox.vertical .bootstrap-select button:after,
.events-homepage .header .eventsearchbox.vertical .bootstrap-select .empire .operatori_search_box .horizontal button:after,
.empire .operatori_search_box .events-page .header .eventsearchbox.horizontal .control .bootstrap-select button:after,
.events-page .header .empire .operatori_search_box .eventsearchbox.horizontal .control .bootstrap-select button:after,
.empire .operatori_search_box .horizontal .events-page .header .eventsearchbox.vertical .bootstrap-select button:after,
.events-page .header .eventsearchbox.vertical .bootstrap-select .empire .operatori_search_box .horizontal button:after,
.empire .operatori_search_box .scopri .xp_search_box .horizontal .control .bootstrap-select button:after,
.scopri .xp_search_box .empire .operatori_search_box .horizontal .control .bootstrap-select button:after,
.empire .operatori_search_box .horizontal .scopri .xp_search_box .vertical .bootstrap-select button:after,
.scopri .xp_search_box .vertical .bootstrap-select .empire .operatori_search_box .horizontal button:after,
.empire .scopri .operatori_search_box .horizontal .control .bootstrap-select button:after,
.scopri .empire .operatori_search_box .horizontal .control .bootstrap-select button:after,
.empire .scopri .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.scopri .empire .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.empire .scopri .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.scopri .empire .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.empire .operatori_search_box .idee .xp_search_box .horizontal .control .bootstrap-select button:after,
.idee .xp_search_box .empire .operatori_search_box .horizontal .control .bootstrap-select button:after,
.empire .operatori_search_box .horizontal .idee .xp_search_box .vertical .bootstrap-select button:after,
.idee .xp_search_box .vertical .bootstrap-select .empire .operatori_search_box .horizontal button:after,
.empire .idee .operatori_search_box .horizontal .control .bootstrap-select button:after,
.idee .empire .operatori_search_box .horizontal .control .bootstrap-select button:after,
.empire .idee .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.idee .empire .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.empire .idee .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.idee .empire .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.empire .operatori_search_box .eventi .xp_search_box .horizontal .control .bootstrap-select button:after,
.eventi .xp_search_box .empire .operatori_search_box .horizontal .control .bootstrap-select button:after,
.empire .operatori_search_box .horizontal .eventi .xp_search_box .vertical .bootstrap-select button:after,
.eventi .xp_search_box .vertical .bootstrap-select .empire .operatori_search_box .horizontal button:after,
.empire .eventi .operatori_search_box .horizontal .control .bootstrap-select button:after,
.eventi .empire .operatori_search_box .horizontal .control .bootstrap-select button:after,
.empire .eventi .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.eventi .empire .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.empire .eventi .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.eventi .empire .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.empire .operatori_search_box .pianifica .xp_search_box .horizontal .control .bootstrap-select button:after,
.pianifica .xp_search_box .empire .operatori_search_box .horizontal .control .bootstrap-select button:after,
.empire .operatori_search_box .horizontal .pianifica .xp_search_box .vertical .bootstrap-select button:after,
.pianifica .xp_search_box .vertical .bootstrap-select .empire .operatori_search_box .horizontal button:after,
.empire .pianifica .operatori_search_box .horizontal .control .bootstrap-select button:after,
.pianifica .empire .operatori_search_box .horizontal .control .bootstrap-select button:after,
.empire .pianifica .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.pianifica .empire .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.empire .pianifica .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.pianifica .empire .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.empire .operatori_search_box .esperienze .xp_search_box .horizontal .control .bootstrap-select button:after,
.esperienze .xp_search_box .empire .operatori_search_box .horizontal .control .bootstrap-select button:after,
.empire .operatori_search_box .horizontal .esperienze .xp_search_box .vertical .bootstrap-select button:after,
.esperienze .xp_search_box .vertical .bootstrap-select .empire .operatori_search_box .horizontal button:after,
.empire .esperienze .operatori_search_box .horizontal .control .bootstrap-select button:after,
.esperienze .empire .operatori_search_box .horizontal .control .bootstrap-select button:after,
.empire .esperienze .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.esperienze .empire .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.empire .esperienze .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.esperienze .empire .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.empire .operatori_search_box .news .xp_search_box .horizontal .control .bootstrap-select button:after,
.news .xp_search_box .empire .operatori_search_box .horizontal .control .bootstrap-select button:after,
.empire .operatori_search_box .horizontal .news .xp_search_box .vertical .bootstrap-select button:after,
.news .xp_search_box .vertical .bootstrap-select .empire .operatori_search_box .horizontal button:after,
.empire .news .operatori_search_box .horizontal .control .bootstrap-select button:after,
.news .empire .operatori_search_box .horizontal .control .bootstrap-select button:after,
.empire .news .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.news .empire .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.empire .news .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.news .empire .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.empire .operatori_search_box .iat .xp_search_box .horizontal .control .bootstrap-select button:after,
.iat .xp_search_box .empire .operatori_search_box .horizontal .control .bootstrap-select button:after,
.empire .operatori_search_box .horizontal .iat .xp_search_box .vertical .bootstrap-select button:after,
.iat .xp_search_box .vertical .bootstrap-select .empire .operatori_search_box .horizontal button:after,
.empire .iat .operatori_search_box .horizontal .control .bootstrap-select button:after,
.iat .empire .operatori_search_box .horizontal .control .bootstrap-select button:after,
.empire .iat .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.iat .empire .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.empire .iat .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.iat .empire .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.empire .operatori_search_box .meteo .xp_search_box .horizontal .control .bootstrap-select button:after,
.meteo .xp_search_box .empire .operatori_search_box .horizontal .control .bootstrap-select button:after,
.empire .operatori_search_box .horizontal .meteo .xp_search_box .vertical .bootstrap-select button:after,
.meteo .xp_search_box .vertical .bootstrap-select .empire .operatori_search_box .horizontal button:after,
.empire .meteo .operatori_search_box .horizontal .control .bootstrap-select button:after,
.meteo .empire .operatori_search_box .horizontal .control .bootstrap-select button:after,
.empire .meteo .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.meteo .empire .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.empire .meteo .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.meteo .empire .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.empire .operatori_search_box .odm .xp_search_box .horizontal .control .bootstrap-select button:after,
.odm .xp_search_box .empire .operatori_search_box .horizontal .control .bootstrap-select button:after,
.empire .operatori_search_box .horizontal .odm .xp_search_box .vertical .bootstrap-select button:after,
.odm .xp_search_box .vertical .bootstrap-select .empire .operatori_search_box .horizontal button:after,
.empire .odm .operatori_search_box .horizontal .control .bootstrap-select button:after,
.odm .empire .operatori_search_box .horizontal .control .bootstrap-select button:after,
.empire .odm .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.odm .empire .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.empire .odm .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.odm .empire .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.empire .operatori_search_box .booking .xp_search_box .horizontal .control .bootstrap-select button:after,
.booking .xp_search_box .empire .operatori_search_box .horizontal .control .bootstrap-select button:after,
.empire .operatori_search_box .horizontal .booking .xp_search_box .vertical .bootstrap-select button:after,
.booking .xp_search_box .vertical .bootstrap-select .empire .operatori_search_box .horizontal button:after,
.empire .booking .operatori_search_box .horizontal .control .bootstrap-select button:after,
.booking .empire .operatori_search_box .horizontal .control .bootstrap-select button:after,
.empire .booking .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.booking .empire .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.empire .booking .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.booking .empire .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.empire .operatori_search_box .rock .xp_search_box .horizontal .control .bootstrap-select button:after,
.rock .xp_search_box .empire .operatori_search_box .horizontal .control .bootstrap-select button:after,
.empire .operatori_search_box .horizontal .rock .xp_search_box .vertical .bootstrap-select button:after,
.rock .xp_search_box .vertical .bootstrap-select .empire .operatori_search_box .horizontal button:after,
.empire .rock .operatori_search_box .horizontal .control .bootstrap-select button:after,
.rock .empire .operatori_search_box .horizontal .control .bootstrap-select button:after,
.empire .rock .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.rock .empire .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.empire .rock .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.rock .empire .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.empire .operatori_search_box .beach .xp_search_box .horizontal .control .bootstrap-select button:after,
.beach .xp_search_box .empire .operatori_search_box .horizontal .control .bootstrap-select button:after,
.empire .operatori_search_box .horizontal .beach .xp_search_box .vertical .bootstrap-select button:after,
.beach .xp_search_box .vertical .bootstrap-select .empire .operatori_search_box .horizontal button:after,
.empire .beach .operatori_search_box .horizontal .control .bootstrap-select button:after,
.beach .empire .operatori_search_box .horizontal .control .bootstrap-select button:after,
.empire .beach .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.beach .empire .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.empire .beach .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.beach .empire .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.empire .operatori_search_box .food .xp_search_box .horizontal .control .bootstrap-select button:after,
.food .xp_search_box .empire .operatori_search_box .horizontal .control .bootstrap-select button:after,
.empire .operatori_search_box .horizontal .food .xp_search_box .vertical .bootstrap-select button:after,
.food .xp_search_box .vertical .bootstrap-select .empire .operatori_search_box .horizontal button:after,
.empire .food .operatori_search_box .horizontal .control .bootstrap-select button:after,
.food .empire .operatori_search_box .horizontal .control .bootstrap-select button:after,
.empire .food .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.food .empire .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.empire .food .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.food .empire .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.empire .operatori_search_box .nature .xp_search_box .horizontal .control .bootstrap-select button:after,
.nature .xp_search_box .empire .operatori_search_box .horizontal .control .bootstrap-select button:after,
.empire .operatori_search_box .horizontal .nature .xp_search_box .vertical .bootstrap-select button:after,
.nature .xp_search_box .vertical .bootstrap-select .empire .operatori_search_box .horizontal button:after,
.empire .nature .operatori_search_box .horizontal .control .bootstrap-select button:after,
.nature .empire .operatori_search_box .horizontal .control .bootstrap-select button:after,
.empire .nature .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.nature .empire .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.empire .nature .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.nature .empire .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.empire .operatori_search_box .romagna_autentica .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna_autentica .xp_search_box .empire .operatori_search_box .horizontal .control .bootstrap-select button:after,
.empire .operatori_search_box .horizontal .romagna_autentica .xp_search_box .vertical .bootstrap-select button:after,
.romagna_autentica .xp_search_box .vertical .bootstrap-select .empire .operatori_search_box .horizontal button:after,
.empire .romagna_autentica .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna_autentica .empire .operatori_search_box .horizontal .control .bootstrap-select button:after,
.empire .romagna_autentica .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna_autentica .empire .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.empire .romagna_autentica .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna_autentica .empire .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.empire .operatori_search_box .culture .xp_search_box .horizontal .control .bootstrap-select button:after,
.culture .xp_search_box .empire .operatori_search_box .horizontal .control .bootstrap-select button:after,
.empire .operatori_search_box .horizontal .culture .xp_search_box .vertical .bootstrap-select button:after,
.culture .xp_search_box .vertical .bootstrap-select .empire .operatori_search_box .horizontal button:after,
.empire .culture .operatori_search_box .horizontal .control .bootstrap-select button:after,
.culture .empire .operatori_search_box .horizontal .control .bootstrap-select button:after,
.empire .culture .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.culture .empire .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.empire .culture .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.culture .empire .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.empire .operatori_search_box .castle .xp_search_box .horizontal .control .bootstrap-select button:after,
.castle .xp_search_box .empire .operatori_search_box .horizontal .control .bootstrap-select button:after,
.empire .operatori_search_box .horizontal .castle .xp_search_box .vertical .bootstrap-select button:after,
.castle .xp_search_box .vertical .bootstrap-select .empire .operatori_search_box .horizontal button:after,
.empire .castle .operatori_search_box .horizontal .control .bootstrap-select button:after,
.castle .empire .operatori_search_box .horizontal .control .bootstrap-select button:after,
.empire .castle .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.castle .empire .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.empire .castle .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.castle .empire .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.empire .operatori_search_box .bike .xp_search_box .horizontal .control .bootstrap-select button:after,
.bike .xp_search_box .empire .operatori_search_box .horizontal .control .bootstrap-select button:after,
.empire .operatori_search_box .horizontal .bike .xp_search_box .vertical .bootstrap-select button:after,
.bike .xp_search_box .vertical .bootstrap-select .empire .operatori_search_box .horizontal button:after,
.empire .bike .operatori_search_box .horizontal .control .bootstrap-select button:after,
.bike .empire .operatori_search_box .horizontal .control .bootstrap-select button:after,
.empire .bike .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.bike .empire .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.empire .bike .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.bike .empire .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.empire .operatori_search_box .xp_search_box .horizontal .control .bootstrap-select button:after,
.empire .xp_search_box .operatori_search_box .horizontal .control .bootstrap-select button:after,
.empire .operatori_search_box .horizontal .xp_search_box .vertical .bootstrap-select button:after,
.empire .xp_search_box .vertical .bootstrap-select .operatori_search_box .horizontal button:after {
  line-height: 2.2rem;
}

.empire .operatori_search_box .horizontal button.collapsible {
  border: none;
  background-color: transparent;
  display: block;
  width: 100%;
  font-size: 1.6rem;
  color: #ffffff;
  letter-spacing: -0.41px;
  text-align: left;
  text-transform: uppercase;
}

.empire .operatori_search_box .horizontal .control {
  padding: 0.5rem 1rem;
  height: 5rem;
  background-color: white;
  margin: 0.5rem;
}

.empire .operatori_search_box .horizontal .control.btn-holder {
  min-width: 2rem;
  width: auto;
  padding: 0px;
}

.empire .operatori_search_box .horizontal .control.btn-holder button {
  width: 100%;
  border: none;
  background-color: #781415;
  height: 100%;
  font-size: 1.6rem;
  color: #ffffff;
  letter-spacing: -0.41px;
  text-align: center;
  text-transform: uppercase;
  display: block;
  padding: 0px;
}

.empire .operatori_search_box .horizontal .control .ert-dropdown {
  width: 100%;
}

.empire .operatori_search_box .horizontal .control .ert-dropdown * {
  cursor: pointer;
}

.empire .operatori_search_box .horizontal .control .ert-dropdown .ert-combo {
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
  display: block;
  text-align: left;
}

.empire .operatori_search_box .horizontal .control .ert-dropdown .ert-combo::after {
  border: none;
}

.empire .operatori_search_box .horizontal .control .ert-dropdown .ert-combo i {
  transition: 500ms ease;
  transform: rotate(0);
  position: absolute;
  top: 2.25rem;
  right: 15px;
}

.empire .operatori_search_box .horizontal .control .ert-dropdown .ert-combo .button {
  padding: 0px;
}

.empire .operatori_search_box .horizontal .control .ert-dropdown.show .ert-combo i {
  transform: rotate(180deg);
}

.empire .operatori_search_box .horizontal .control .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: auto;
}

.empire .operatori_search_box .horizontal .control .bootstrap-select {
  margin-top: -1px;
}

.empire .operatori_search_box .horizontal .control .bootstrap-select *:focus {
  box-shadow: none important;
}

.empire .operatori_search_box .horizontal .control .bootstrap-select button {
  padding: 0px;
  font-size: 1.5rem;
  background: #ffffff;
  color: #848484;
  letter-spacing: 0.3px;
  border: none;
  border-radius: 0;
}

.empire .operatori_search_box .horizontal .control .bootstrap-select button:after {
  content: "\F078";
  border: none;
}

.empire .operatori_search_box .horizontal .control .bootstrap-select .dropdown-menu {
  width: 100% !important;
  border: none;
  border-radius: 0;
  box-shadow: 0px 2px 2px 0px #a9a9a970;
  border-top: 1px solid #a9a9a970;
}

.empire .operatori_search_box .horizontal .control .bootstrap-select .dropdown-menu.inner.show {
  border-top: none;
}

.empire .operatori_search_box .horizontal .control .bootstrap-select .dropdown-menu .dropdown-item {
  font-size: 1.5rem;
  line-height: 4rem;
}

.empire .operatori_search_box .horizontal .control .bootstrap-select .dropdown-menu .dropdown-item:active,
.empire .operatori_search_box .horizontal .control .bootstrap-select .dropdown-menu .dropdown-item.active {
  background-color: #a41b1d;
}

.empire .operatori_search_box .horizontal .control label {
  background: #ffffff;
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
  line-height: 2.4rem;
  margin-bottom: 0px;
  margin-right: 0.5rem;
}

@media (max-width: 768px) {
  .empire .operatori_search_box .horizontal .control label {
    min-width: 6.2rem;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .empire .operatori_search_box .horizontal .control label {
    display: none;
  }
}

.empire .operatori_search_box .horizontal .control .flatpickr-mobile.form-control {
  padding: 1px 0;
}

.empire .operatori_search_box .horizontal .control input[type=text],
.empire .operatori_search_box .horizontal .control input[type=date] {
  border: none;
  font-size: 1.5rem;
  border-radius: 0;
  background-color: white;
  border-bottom: 1px solid #495057;
  min-width: 0;
  height: auto;
}

.empire .operatori_search_box .horizontal .control input[type=text]:focus,
.empire .operatori_search_box .horizontal .control input[type=date]:focus {
  box-shadow: none;
}

.empire .operatori_search_box .vertical {
  max-width: 30rem;
  z-index: 10;
  position: relative;
  height: 4.4rem;
  margin: 0 auto;
}

.empire .operatori_search_box .vertical button.collapsible {
  border: none;
  background-color: transparent;
  display: block;
  position: absolute;
  width: 100%;
}

.empire .operatori_search_box .vertical .dropbutton {
  display: none;
}

.empire .operatori_search_box .vertical .dropbutton.collapsed {
  display: block;
}

.empire .operatori_search_box .vertical #collapse-events {
  padding: 1.8rem;
  background-color: #a41b1d;
  background-image: linear-gradient(-180deg, #a11b1d 0%, #a41b1d 48%, #a21b1d 80%);
  font-size: 1.6rem;
}

.empire .operatori_search_box .vertical .fa-chevron-up {
  text-align: right;
  line-height: 4rem;
  color: white;
  margin-bottom: 1.8rem;
}

.empire .operatori_search_box .vertical .form-group {
  background: #ffffff;
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
}

.empire .operatori_search_box .vertical .form-group .col-form-label {
  line-height: 5rem;
}

.empire .operatori_search_box .vertical .ert-text {
  border: none;
  font-size: 1.5rem;
  height: 60px;
  border-radius: 0;
  background-color: white;
}

.empire .operatori_search_box .vertical .ert-text.line {
  border-bottom: 1px solid #495057;
  height: auto;
  margin-top: 14px;
}

.empire .operatori_search_box .vertical .ert-text:focus {
  box-shadow: none;
}

.empire .operatori_search_box .vertical button.search {
  border: none;
  position: absolute;
  bottom: -10rem;
  left: 5%;
  right: 5%;
  width: 90%;
  line-height: 4.4rem;
}

.empire .operatori_search_box .vertical .datepicker-holder {
  padding-right: 0px;
}

.empire .operatori_search_box .vertical .datepicker-holder * {
  cursor: pointer;
}

.empire .operatori_search_box .vertical .datepicker-holder input[type=date]::-webkit-calendar-picker-indicator {
  width: 1.2rem;
  height: 0.7rem;
  -webkit-mask: url(/images/caret.svg);
          mask: url(/images/caret.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  -webkit-transition: 500ms ease;
  transition: 500ms ease;
  background-color: #686868;
}

.empire .operatori_search_box .vertical .datepicker-holder .flatpickr-calendar.static {
  margin-left: -193px;
  margin-top: -184px;
  left: 50%;
  top: 50%;
}

.empire .operatori_search_box .vertical .datepicker-holder .flatpickr-calendar.static.arrowBottom:after {
  display: none;
}

.empire .operatori_search_box .vertical .datepicker-holder .flatpickr-calendar.static.arrowBottom:before {
  display: none;
}

.empire .operatori_search_box .vertical .datepicker-holder .flatpickr-months .flatpickr-month {
  height: 32px;
}

.empire .operatori_search_box .vertical .ert-dropdown * {
  cursor: pointer;
}

.empire .operatori_search_box .vertical .ert-dropdown .ert-combo {
  background: #ffffff;
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
  line-height: 5rem;
  display: block;
  width: 100%;
  height: 60px;
  text-align: left;
}

.empire .operatori_search_box .vertical .ert-dropdown .ert-combo::after {
  border: none;
}

.empire .operatori_search_box .vertical .ert-dropdown .ert-combo i {
  transition: 500ms ease;
  transform: rotate(0);
  position: absolute;
  top: 2.25rem;
  right: 15px;
}

.empire .operatori_search_box .vertical .ert-dropdown .ert-combo .button {
  padding: 0px;
}

.empire .operatori_search_box .vertical .ert-dropdown .dropdown-menu {
  width: 100% !important;
  border: none;
  border-radius: 0;
  box-shadow: 0px 2px 2px 0px #a9a9a970;
  border-top: 1px solid #a9a9a970;
}

.empire .operatori_search_box .vertical .ert-dropdown .dropdown-menu .dropdown-item {
  font-size: 1.5rem;
  line-height: 4rem;
}

.empire .operatori_search_box .vertical .ert-dropdown .dropdown-menu .dropdown-item:active {
  background-color: #a41b1d;
}

.empire .operatori_search_box .vertical .ert-dropdown.show .ert-combo i {
  transform: rotate(180deg);
}

.empire .operatori_search_box .vertical .bootstrap-select *:focus {
  box-shadow: none important;
}

.empire .operatori_search_box .vertical .bootstrap-select button {
  font-size: 1.5rem;
  color: #848484;
  letter-spacing: 0.3px;
  border: none;
  font-size: 1.5rem;
  height: 60px;
  border-radius: 0;
  background-color: white;
}

.empire .operatori_search_box .vertical .bootstrap-select button:after {
  content: "\F078";
  border: none;
}

.empire .operatori_search_box .vertical .bootstrap-select .dropdown-menu {
  width: 100% !important;
  border: none;
  border-radius: 0;
  box-shadow: 0px 2px 2px 0px #a9a9a970;
  border-top: 1px solid #a9a9a970;
}

.empire .operatori_search_box .vertical .bootstrap-select .dropdown-menu .dropdown-item {
  font-size: 1.5rem;
  line-height: 4rem;
}

.empire .operatori_search_box .vertical .bootstrap-select .dropdown-menu .dropdown-item:active,
.empire .operatori_search_box .vertical .bootstrap-select .dropdown-menu .dropdown-item.active {
  background-color: #a41b1d;
}

.empire .operatori_search_box .vertical .btn-er,
.empire .operatori_search_box .vertical .instagram .instabutton div span,
.instagram .instabutton div .empire .operatori_search_box .vertical span {
  margin-top: 18px;
}

.empire .operatori_search_box .vertical .btn-er .fa-chevron-down,
.empire .operatori_search_box .vertical .instagram .instabutton div span .fa-chevron-down,
.instagram .instabutton div .empire .operatori_search_box .vertical span .fa-chevron-down {
  float: right;
  line-height: 4rem;
}

.empire .home-boxes {
  background-color: #a41b1d;
}

.empire .content-box a {
  font-weight: bold;
  color: #a41b1d;
}

.empire .content-box a strong {
  color: #a41b1d;
}

.empire .content-box .btn-er,
.empire .content-box .instagram .instabutton div span,
.instagram .instabutton div .empire .content-box span {
  background-color: #a41b1d;
  color: white;
}

.empire .content-box h3.with-line {
  font-size: 1.8rem;
  color: #030303;
  letter-spacing: -0.43px;
  text-transform: uppercase;
  margin-bottom: 2.1rem;
}

.empire .content-box h3.with-line::before {
  content: "";
  display: block;
  height: 3px;
  background: #0e797b;
  width: 100%;
  max-width: 32rem;
  margin-left: 0;
  margin-right: 0;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.empire *:focus {
  outline: 1px solid #a41b1d;
  outline-offset: -1px;
}

.empire .bootstrap-select .dropdown-toggle:focus {
  outline: 1px solid #a41b1d;
  outline-offset: -1px;
}

.empire a:hover {
  outline: 1px solid #d02225;
}

.empire a:active {
  outline: 1px solid #a41b1d;
}

.empire .events-list {
  font-size: 1.4rem;
}

.empire .section-list {
  display: block;
  text-align: right;
}

.empire .section-list a {
  font-size: 2rem;
  color: #a41b1d;
}

.empire .events-list dt,
.empire .section-list dt,
.empire .iat-list dt {
  text-transform: uppercase;
  font-size: 1.5rem;
  line-height: 1.5;
  color: #111;
  letter-spacing: -0.38px;
  font-weight: 600;
  margin-top: 1.4rem;
}

.empire .events-list dd,
.empire .section-list dd,
.empire .iat-list dd {
  font-size: 1.6rem;
  margin-bottom: 0.6rem;
  line-height: 1.5;
  color: #030303;
}

.empire .events-list dd i,
.empire .section-list dd i,
.empire .iat-list dd i {
  margin-right: 0.6rem;
}

.empire .events-list ul,
.empire .section-list ul,
.empire .iat-list ul {
  list-style: none;
  padding-inline-start: 0;
}

.empire .events-list ul li,
.empire .section-list ul li,
.empire .iat-list ul li {
  font-size: 1.5rem;
  color: #030303;
  margin-top: 0.6rem;
  line-height: 1.5;
}

.empire .events-list ul.tappe-list,
.empire .section-list ul.tappe-list,
.empire .iat-list ul.tappe-list {
  list-style: none;
  padding-inline-start: 0;
}

.empire .events-list ul.tappe-list li,
.empire .section-list ul.tappe-list li,
.empire .iat-list ul.tappe-list li {
  font-size: 1.6rem;
  line-height: 1.5;
  color: #030303;
}

.empire .tickets-list {
  display: flex;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #111;
  letter-spacing: -0.38px;
  font-weight: 600;
  margin-top: 1.4rem;
}

.empire .tickets-list i {
  margin-top: 0.6rem;
}

.empire .tickets-list li {
  color: #030303;
  font-size: 1.6rem;
  margin-left: 1.2rem;
}

.empire .tickets-list li i {
  margin-right: 0.6rem;
}

.empire .address * {
  color: white;
}

.empire .top-title-box {
  padding: 0rem;
  text-align: center;
}

.empire .top-title-box.no-image {
  padding-top: 10rem;
}

.empire .top-title-box.no-image .er-logo-top {
  margin: 0 auto;
  display: block;
  margin-bottom: 10rem;
}

.empire .top-title-box h1 {
  font-size: 3rem;
  color: #a41b1d;
  letter-spacing: -1.01px;
  line-height: 4rem;
  margin: 2rem 0;
}

.empire .top-title-box h2 {
  font-size: 2rem;
  line-height: 1.5;
  color: #000;
  letter-spacing: -0.58px;
}

.empire .top-title-box .breadcrumb {
  opacity: 0.6;
  font-size: 1.5rem;
  letter-spacing: -0.38px;
  padding: 0;
  margin: 0;
  color: #a41b1d;
  background-color: #fff;
}

.empire .top-title-box .breadcrumb .breadcrumb-item::before,
.empire .top-title-box .breadcrumb a {
  color: #a41b1d;
}

@media (min-width: 992px) {
  .empire .top-title-box h1 {
    line-height: 7rem;
    font-size: 7rem;
    margin-top: 3rem;
  }

  .empire .top-title-box h2 {
    font-size: 2rem;
    line-height: 1.5rem;
  }

  .empire .top-title-box .breadcrumb {
    font-size: 1.9rem;
  }
}

.empire .image-box-with-border {
  margin: 2rem 0;
  border-top: 64px solid #a41b1d;
}

.empire .image-box-with-border img {
  -o-object-fit: cover;
     object-fit: cover;
}

.empire .top-image {
  transition: background-image 1s ease-in-out;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 20px;
}

.empire .top-image .logo {
  position: absolute;
  width: 30rem;
  bottom: 20px;
  left: 50%;
  margin-left: -15rem;
}

.empire .top-image.no-mask {
  height: 600px;
}

.empire .top-image .mask {
  z-index: 997;
  position: relative;
  width: 100%;
}

@media (min-width: 992px) {
  .empire .top-image:after {
    position: absolute;
    content: "";
    left: 0px;
    bottom: -20px;
    width: 100%;
    height: 20px;
    transform: rotate(-180deg);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(255, 255, 255, 0.12) 12%, #e6e6e6);
  }
}

.empire .info-box {
  position: relative;
  z-index: 0;
  border-right: 1px solid #e6e6e6;
  border-left: 7px solid #a41b1d;
  background-color: white;
  padding: 0.1rem 1.5rem;
}

.empire .info-box h3 {
  font-weight: bold;
  font-size: 1.9rem;
}

.empire .info-box .referente {
  font-size: 1.7rem;
  line-height: 1.8rem;
  color: #000;
  letter-spacing: -0.41px;
}

@media (min-width: 768px) {
  .empire .info-box {
    position: sticky;
    position: -webkit-sticky;
    top: 68px;
  }
}

.empire .info-box:after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: -8px;
  height: 8px;
  left: 0px;
  z-index: -1;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.01) 30%, rgba(0, 0, 0, 0.03) 50%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0.08) 90%, rgba(0, 0, 0, 0.09) 96%, rgba(0, 0, 0, 0.1) 100%);
}

.empire .info-box:after {
  width: calc(100% + 8px);
  left: -7px;
}

@media (max-width: 991.98px) {
  .empire .info-box {
    width: auto;
    max-width: 60%;
    min-width: 300px;
    margin: 20px auto;
    display: block;
  }
}

@media (min-width: 992px) {
  .empire .info-box {
    margin-top: 2.2rem;
  }
}

.empire .info-box li {
  padding: 1.1rem 0;
}

.empire .info-box li .icon {
  font-size: 2.8rem;
  line-height: 3.3rem;
  margin-right: 1rem;
  float: left;
}

.empire .info-box li .info .title {
  text-transform: uppercase;
  font-size: 1.2rem;
  line-height: 1.5rem;
  color: #787878;
  letter-spacing: -0.38px;
}

.empire .info-box li .info .value {
  font-size: 1.7rem;
  line-height: 1.8rem;
  color: #000000;
  letter-spacing: -0.41px;
  display: table;
}

.empire .info-box li .info .value a {
  word-break: break-all;
}

@media (max-width: 991.98px) {
  .empire .info-box li.bookmarks {
    display: none;
  }
}

.empire .info-box .title-index {
  text-transform: uppercase;
  font-size: 1.4rem;
  line-height: 3rem;
  letter-spacing: -0.38px;
}

.empire .info-box .bookmarks {
  display: inline-block;
}

.empire .info-box .bookmarks ul li {
  padding: 0.5rem 0;
  width: 100%;
}

.empire .info-box .bookmarks ul li a {
  font-size: 1.4rem;
  line-height: 1.5rem;
  color: #000000;
  letter-spacing: -0.41px;
}

.empire .info-box .bookmarks ul li a.active {
  text-decoration: underline;
}

.empire #bookmarks-index {
  margin-top: 8rem;
}

.empire #bookmarks-index .info {
  padding: 2.1rem;
}

.empire #bookmarks-index h4 {
  font-size: 1.8rem;
}

@media (min-width: 768px) {
  .empire #bookmarks-index {
    display: none;
  }
}

.empire blockquote:before {
  color: #a81c1e;
}

.empire .btn-er,
.empire .instagram .instabutton div span,
.instagram .instabutton div .empire span,
.empire.btn {
  background: #a41b1d;
}

.empire hr {
  height: 3px;
  background: #a41b1d;
  width: 100%;
  max-width: 32rem;
  margin-left: 0;
  margin-right: 0;
  margin-top: 1rem;
  margin-bottom: 2rem;
}

.empire .section h2 {
  margin-top: 4.5rem;
  margin-bottom: 4.5rem;
  font-size: 4.42rem;
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.18;
  letter-spacing: -1.07px;
  text-align: center;
  color: black;
  /*text-decoration: underline;*/
}

.empire .section h2 a {
  color: black;
}

.empire .section h3 {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
  font-size: 3.42rem;
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.18;
  letter-spacing: -1.07px;
  text-align: center;
  color: black;
  text-transform: uppercase;
  /*text-decoration: underline;*/
}

.empire .section h3 a {
  color: black;
}

.empire .section .gallery {
  position: relative;
  padding-bottom: 33px;
}

.empire .section .gallery .swiper-button-next,
.empire .section .gallery .swiper-container-rtl .swiper-button-prev,
.empire .section .gallery .swiper-button-prev,
.empire .section .gallery .swiper-container-rtl .swiper-button-next {
  background-position: center;
  width: 7.2rem;
  bottom: 33px;
  height: auto;
  top: 0px;
  margin: 0px;
  left: auto;
}

.empire .section .gallery .swiper-button-next svg,
.empire .section .gallery .swiper-container-rtl .swiper-button-prev svg,
.empire .section .gallery .swiper-button-prev svg,
.empire .section .gallery .swiper-container-rtl .swiper-button-next svg {
  top: 50%;
  left: 2.1rem;
  position: absolute;
  width: 3rem;
  height: 3rem;
  margin-top: -1.5rem;
  filter: drop-shadow(0px 3px 3px black);
}

.empire .section .gallery .swiper-button-next,
.empire .section .gallery .swiper-button-prev,
.empire .section .gallery .swiper-container-rtl .swiper-button-prev,
.empire .section .gallery .swiper-container-rtl .swiper-button-next {
  fill: #fff;
}

.empire .section .gallery .swiper-button-next,
.empire .section .gallery .swiper-container-rtl .swiper-button-prev {
  right: 0px;
}

.empire .section .gallery .swiper-button-prev,
.empire .section .gallery .swiper-container-rtl .swiper-button-next {
  left: 0px;
}

.empire .section .gallery .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #a41b1d;
}

.empire .section .gallery .swiper-pagination-bullet {
  border: 1px solid #a41b1d;
}

.empire .section .gallery .swiper-pagination-bullets {
  bottom: 2px;
}

.empire .section .gallery .swiper-slide .carousel-content {
  background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.07) 8%, rgba(0, 0, 0, 0.45) 68%);
  position: absolute;
  left: 0rem;
  bottom: 0rem;
  right: 0rem;
  width: auto;
  padding: 10rem 2rem 2rem 2rem;
  font-size: 2.6rem;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.63px;
  text-align: center;
  color: #ffffff;
}

.empire .section .gallery .swiper-slide .carousel-content a {
  color: #ffffff !important;
}

.empire .section .card-carousel .nodefault.swiper-button-prev::after,
.empire .section .card-carousel .nodefault.swiper-button-prev::before,
.empire .section .card-carousel .nodefault.swiper-button-next::after,
.empire .section .card-carousel .nodefault.swiper-button-next::before {
  content: unset;
}

.empire .section .card-carousel .swiper-slide {
  height: auto;
  margin-bottom: 5rem;
}

.empire .section .card-carousel .swiper-slide .iv-wrapper,
.empire .section .card-carousel .swiper-slide a .iv-wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

.empire .section .card-carousel .swiper-slide .iv-wrapper > div,
.empire .section .card-carousel .swiper-slide a .iv-wrapper > div {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: start;
}

.empire .section .card-carousel .swiper-slide .iv-wrapper .image,
.empire .section .card-carousel .swiper-slide a .iv-wrapper .image {
  min-height: 23rem;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.empire .section .card-carousel .swiper-slide .iv-wrapper .content,
.empire .section .card-carousel .swiper-slide a .iv-wrapper .content {
  background: #ffffff;
  border: 0 solid #000000;
  position: relative;
  padding: 2rem 2.1rem 4rem;
  position: relative;
  z-index: 0;
}

.empire .section .card-carousel .swiper-slide .iv-wrapper .content:after,
.empire .section .card-carousel .swiper-slide a .iv-wrapper .content:after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: -4px;
  height: 4px;
  left: 0px;
  z-index: -1;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.01) 30%, rgba(0, 0, 0, 0.03) 50%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0.08) 90%, rgba(0, 0, 0, 0.09) 96%, rgba(0, 0, 0, 0.1) 100%);
}

.empire .section .card-carousel .swiper-slide .iv-wrapper .content h3,
.empire .section .card-carousel .swiper-slide a .iv-wrapper .content h3 {
  font-size: 2rem;
  color: #030303;
  letter-spacing: -0.48px;
  text-align: left;
}

.empire .section .card-carousel .swiper-slide .iv-wrapper .content p,
.empire .section .card-carousel .swiper-slide .iv-wrapper .content p a,
.empire .section .card-carousel .swiper-slide .iv-wrapper .content a p,
.empire .section .card-carousel .swiper-slide a .iv-wrapper .content p,
.empire .section .card-carousel .swiper-slide a .iv-wrapper .content p a,
.empire .section .card-carousel .swiper-slide a .iv-wrapper .content a p {
  font-size: 1.5rem;
  color: #030303;
  letter-spacing: -0.38px;
  margin-bottom: 0px;
}

.empire .section .card-carousel .swiper-slide .iv-wrapper .content p .readmore,
.empire .section .card-carousel .swiper-slide .iv-wrapper .content p a .readmore,
.empire .section .card-carousel .swiper-slide .iv-wrapper .content a p .readmore,
.empire .section .card-carousel .swiper-slide a .iv-wrapper .content p .readmore,
.empire .section .card-carousel .swiper-slide a .iv-wrapper .content p a .readmore,
.empire .section .card-carousel .swiper-slide a .iv-wrapper .content a p .readmore {
  font-style: italic;
  color: #781415;
  display: block;
  margin-top: 1rem;
}

.empire .section .card-carousel .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border: 1px solid #a41b1d;
  background: none;
  opacity: 1;
}

.empire .section .card-carousel .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #a41b1d;
}

.empire .section .card-carousel .swiper-button-next,
.empire .section .card-carousel .swiper-container-rtl .swiper-button-prev,
.empire .section .card-carousel .swiper-button-prev,
.empire .section .card-carousel .swiper-container-rtl .swiper-button-next {
  background-image: none;
  width: 4rem;
  height: 23rem;
  top: 0px;
  margin: 0px;
  left: auto;
}

.empire .section .card-carousel .swiper-button-next svg,
.empire .section .card-carousel .swiper-container-rtl .swiper-button-prev svg,
.empire .section .card-carousel .swiper-button-prev svg,
.empire .section .card-carousel .swiper-container-rtl .swiper-button-next svg {
  top: 50%;
  left: 50%;
  position: absolute;
  width: 3rem;
  height: 3rem;
  margin-top: -1.5rem;
  margin-left: -1.5rem;
  filter: drop-shadow(0px 3px 3px black);
}

.empire .section .card-carousel .swiper-button-next,
.empire .section .card-carousel .swiper-button-prev,
.empire .section .card-carousel .swiper-container-rtl .swiper-button-prev,
.empire .section .card-carousel .swiper-container-rtl .swiper-button-next {
  fill: #fff;
}

.empire .section .card-carousel .swiper-button-next,
.empire .section .card-carousel .swiper-container-rtl .swiper-button-prev {
  right: 0px;
}

.empire .section .card-carousel .swiper-button-prev,
.empire .section .card-carousel .swiper-container-rtl .swiper-button-next {
  left: 0px;
}

.empire .section .sassibox-item,
.empire .section a .sassibox-item {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 5rem;
}

.empire .section .sassibox-item > div,
.empire .section a .sassibox-item > div {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.empire .section .sassibox-item .image,
.empire .section a .sassibox-item .image {
  min-height: 23rem;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.empire .section .sassibox-item .content,
.empire .section a .sassibox-item .content {
  background: #ffffff;
  border: 0 solid #000000;
  position: relative;
  padding: 1rem 0;
  position: relative;
  z-index: 0;
}

.empire .section .sassibox-item .content:after,
.empire .section a .sassibox-item .content:after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: -4px;
  height: 4px;
  left: 0px;
  z-index: -1;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.01) 30%, rgba(0, 0, 0, 0.03) 50%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0.08) 90%, rgba(0, 0, 0, 0.09) 96%, rgba(0, 0, 0, 0.1) 100%);
}

.empire .section .sassibox-item .content h4,
.empire .section a .sassibox-item .content h4 {
  font-size: 2rem;
  color: #030303;
  letter-spacing: -0.48px;
  text-align: left;
}

.empire .section .sassibox-item .content p,
.empire .section .sassibox-item .content span,
.empire .section .sassibox-item .content a span,
.empire .section .sassibox-item .content span a,
.empire .section .sassibox-item .content p a,
.empire .section .sassibox-item .content a p,
.empire .section a .sassibox-item .content p,
.empire .section a .sassibox-item .content span,
.empire .section a .sassibox-item .content a span,
.empire .section a .sassibox-item .content span a,
.empire .section a .sassibox-item .content p a,
.empire .section a .sassibox-item .content a p {
  font-size: 1.5rem;
  color: #030303;
  letter-spacing: -0.38px;
}

.empire .section .sassibox-item .content .action,
.empire .section a .sassibox-item .content .action {
  margin: 10px 0;
}

.empire .section .sassibox-item .content .action button,
.empire .section a .sassibox-item .content .action button {
  font-family: "Open Sans", sans-serif !important;
}

.empire .section .sassibox-item .content .readmore,
.empire .section a .sassibox-item .content .readmore {
  border: 1px solid transparent;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  padding: 6px 12px;
  text-align: center;
  vertical-align: middle;
  width: -moz-fit-content;
  width: fit-content;
  text-transform: uppercase;
  background-color: #a41b1d;
}

.wellness .xp_search_box button span {
  color: white;
}

.wellness .xp_search_box .city {
  color: white;
}

.wellness .xp_search_box .horizontal {
  padding: 1rem;
  background-color: #B1CB30;
  background-image: linear-gradient(-180deg, #afc92f 0%, #B1CB30 48%, #afc930 80%);
  font-size: 1.6rem;
}

.wellness .xp_search_box .horizontal.collapsed {
  border-radius: 2px;
  box-shadow: -1px 0 3px 0 rgba(0, 0, 0, 0.25);
}

.wellness .xp_search_box .horizontal .fa,
.wellness .xp_search_box .horizontal .search .searchearchbox.vertical .bootstrap-select button:after,
.search .searchearchbox.vertical .bootstrap-select .wellness .xp_search_box .horizontal button:after,
.wellness .xp_search_box .search .searchearchbox.horizontal .control .bootstrap-select button:after,
.search .wellness .xp_search_box .searchearchbox.horizontal .control .bootstrap-select button:after,
.wellness .xp_search_box .horizontal .downloads .downloadsearchbox.vertical .bootstrap-select button:after,
.downloads .downloadsearchbox.vertical .bootstrap-select .wellness .xp_search_box .horizontal button:after,
.wellness .xp_search_box .downloads .downloadsearchbox.horizontal .control .bootstrap-select button:after,
.downloads .wellness .xp_search_box .downloadsearchbox.horizontal .control .bootstrap-select button:after,
.wellness .xp_search_box .horizontal .localita #searchbox-app .bootstrap-select button:after,
.localita #searchbox-app .bootstrap-select .wellness .xp_search_box .horizontal button:after,
.wellness .xp_search_box .horizontal .itinerari .searchbox .control .bootstrap-select button:after,
.itinerari .searchbox .control .bootstrap-select .wellness .xp_search_box .horizontal button:after,
.wellness .xp_search_box .itinerari .searchbox.horizontal .control .bootstrap-select button:after,
.itinerari .wellness .xp_search_box .searchbox.horizontal .control .bootstrap-select button:after,
.wellness .xp_search_box .horizontal .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .vertical .bootstrap-select .wellness .xp_search_box .horizontal button:after,
.wellness .xp_search_box .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .wellness .xp_search_box .horizontal .control .bootstrap-select button:after,
.wellness .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .wellness .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.wellness .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .wellness .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.wellness .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .wellness .xp_search_box .horizontal .control .bootstrap-select button:after,
.wellness .xp_search_box .horizontal .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .vertical .bootstrap-select .wellness .xp_search_box .horizontal button:after,
.wellness .xp_search_box .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .wellness .xp_search_box .horizontal .control .bootstrap-select button:after,
.wellness .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .wellness .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.wellness .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .wellness .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.wellness .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .wellness .xp_search_box .horizontal .control .bootstrap-select button:after,
.wellness .xp_search_box .horizontal .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .vertical .bootstrap-select .wellness .xp_search_box .horizontal button:after,
.wellness .xp_search_box .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .wellness .xp_search_box .horizontal .control .bootstrap-select button:after,
.wellness .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .wellness .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.wellness .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .wellness .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.wellness .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .wellness .xp_search_box .horizontal .control .bootstrap-select button:after,
.wellness .xp_search_box .horizontal .romagna-craft .operatori_search_box .vertical .bootstrap-select button:after,
.romagna-craft .operatori_search_box .vertical .bootstrap-select .wellness .xp_search_box .horizontal button:after,
.wellness .xp_search_box .romagna-craft .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna-craft .operatori_search_box .wellness .xp_search_box .horizontal .control .bootstrap-select button:after,
.wellness .romagna-craft .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna-craft .wellness .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.wellness .romagna-craft .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna-craft .wellness .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.wellness .romagna-craft .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna-craft .wellness .xp_search_box .horizontal .control .bootstrap-select button:after,
.wellness .xp_search_box .horizontal .spass .operatori_search_box .vertical .bootstrap-select button:after,
.spass .operatori_search_box .vertical .bootstrap-select .wellness .xp_search_box .horizontal button:after,
.wellness .xp_search_box .spass .operatori_search_box .horizontal .control .bootstrap-select button:after,
.spass .operatori_search_box .wellness .xp_search_box .horizontal .control .bootstrap-select button:after,
.wellness .spass .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.spass .wellness .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.wellness .spass .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.spass .wellness .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.wellness .spass .xp_search_box .horizontal .control .bootstrap-select button:after,
.spass .wellness .xp_search_box .horizontal .control .bootstrap-select button:after,
.wellness .xp_search_box .horizontal .natur .operatori_search_box .vertical .bootstrap-select button:after,
.natur .operatori_search_box .vertical .bootstrap-select .wellness .xp_search_box .horizontal button:after,
.wellness .xp_search_box .natur .operatori_search_box .horizontal .control .bootstrap-select button:after,
.natur .operatori_search_box .wellness .xp_search_box .horizontal .control .bootstrap-select button:after,
.wellness .natur .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.natur .wellness .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.wellness .natur .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.natur .wellness .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.wellness .natur .xp_search_box .horizontal .control .bootstrap-select button:after,
.natur .wellness .xp_search_box .horizontal .control .bootstrap-select button:after,
.wellness .xp_search_box .horizontal .kultur .operatori_search_box .vertical .bootstrap-select button:after,
.kultur .operatori_search_box .vertical .bootstrap-select .wellness .xp_search_box .horizontal button:after,
.wellness .xp_search_box .kultur .operatori_search_box .horizontal .control .bootstrap-select button:after,
.kultur .operatori_search_box .wellness .xp_search_box .horizontal .control .bootstrap-select button:after,
.wellness .kultur .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.kultur .wellness .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.wellness .kultur .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.kultur .wellness .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.wellness .kultur .xp_search_box .horizontal .control .bootstrap-select button:after,
.kultur .wellness .xp_search_box .horizontal .control .bootstrap-select button:after,
.wellness .xp_search_box .horizontal .pet .operatori_search_box .vertical .bootstrap-select button:after,
.pet .operatori_search_box .vertical .bootstrap-select .wellness .xp_search_box .horizontal button:after,
.wellness .xp_search_box .pet .operatori_search_box .horizontal .control .bootstrap-select button:after,
.pet .operatori_search_box .wellness .xp_search_box .horizontal .control .bootstrap-select button:after,
.wellness .pet .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.pet .wellness .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.wellness .pet .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.pet .wellness .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.wellness .pet .xp_search_box .horizontal .control .bootstrap-select button:after,
.pet .wellness .xp_search_box .horizontal .control .bootstrap-select button:after,
.wellness .xp_search_box .horizontal .default .operatori_search_box .vertical .bootstrap-select button:after,
.default .operatori_search_box .vertical .bootstrap-select .wellness .xp_search_box .horizontal button:after,
.wellness .xp_search_box .default .operatori_search_box .horizontal .control .bootstrap-select button:after,
.default .operatori_search_box .wellness .xp_search_box .horizontal .control .bootstrap-select button:after,
.wellness .default .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.default .wellness .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.wellness .default .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.default .wellness .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.wellness .default .xp_search_box .horizontal .control .bootstrap-select button:after,
.default .wellness .xp_search_box .horizontal .control .bootstrap-select button:after,
.wellness .xp_search_box .horizontal .liscio .operatori_search_box .vertical .bootstrap-select button:after,
.liscio .operatori_search_box .vertical .bootstrap-select .wellness .xp_search_box .horizontal button:after,
.wellness .xp_search_box .liscio .operatori_search_box .horizontal .control .bootstrap-select button:after,
.liscio .operatori_search_box .wellness .xp_search_box .horizontal .control .bootstrap-select button:after,
.wellness .liscio .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.liscio .wellness .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.wellness .liscio .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.liscio .wellness .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.wellness .liscio .xp_search_box .horizontal .control .bootstrap-select button:after,
.liscio .wellness .xp_search_box .horizontal .control .bootstrap-select button:after,
.wellness .xp_search_box .horizontal .romagna .operatori_search_box .vertical .bootstrap-select button:after,
.romagna .operatori_search_box .vertical .bootstrap-select .wellness .xp_search_box .horizontal button:after,
.wellness .xp_search_box .romagna .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna .operatori_search_box .wellness .xp_search_box .horizontal .control .bootstrap-select button:after,
.wellness .romagna .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna .wellness .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.wellness .romagna .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna .wellness .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.wellness .romagna .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna .wellness .xp_search_box .horizontal .control .bootstrap-select button:after,
.wellness .xp_search_box .horizontal .motorcycle .operatori_search_box .vertical .bootstrap-select button:after,
.motorcycle .operatori_search_box .vertical .bootstrap-select .wellness .xp_search_box .horizontal button:after,
.wellness .xp_search_box .motorcycle .operatori_search_box .horizontal .control .bootstrap-select button:after,
.motorcycle .operatori_search_box .wellness .xp_search_box .horizontal .control .bootstrap-select button:after,
.wellness .motorcycle .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.motorcycle .wellness .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.wellness .motorcycle .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.motorcycle .wellness .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.wellness .motorcycle .xp_search_box .horizontal .control .bootstrap-select button:after,
.motorcycle .wellness .xp_search_box .horizontal .control .bootstrap-select button:after,
.wellness .xp_search_box .horizontal .sport .operatori_search_box .vertical .bootstrap-select button:after,
.sport .operatori_search_box .vertical .bootstrap-select .wellness .xp_search_box .horizontal button:after,
.wellness .xp_search_box .sport .operatori_search_box .horizontal .control .bootstrap-select button:after,
.sport .operatori_search_box .wellness .xp_search_box .horizontal .control .bootstrap-select button:after,
.wellness .sport .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.sport .wellness .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.wellness .sport .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.sport .wellness .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.wellness .sport .xp_search_box .horizontal .control .bootstrap-select button:after,
.sport .wellness .xp_search_box .horizontal .control .bootstrap-select button:after,
.wellness .xp_search_box .horizontal .fun .operatori_search_box .vertical .bootstrap-select button:after,
.fun .operatori_search_box .vertical .bootstrap-select .wellness .xp_search_box .horizontal button:after,
.wellness .xp_search_box .fun .operatori_search_box .horizontal .control .bootstrap-select button:after,
.fun .operatori_search_box .wellness .xp_search_box .horizontal .control .bootstrap-select button:after,
.wellness .fun .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.fun .wellness .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.wellness .fun .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.fun .wellness .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.wellness .fun .xp_search_box .horizontal .control .bootstrap-select button:after,
.fun .wellness .xp_search_box .horizontal .control .bootstrap-select button:after,
.wellness .xp_search_box .horizontal .operatori_search_box .vertical .bootstrap-select button:after,
.wellness .operatori_search_box .vertical .bootstrap-select .xp_search_box .horizontal button:after,
.wellness .xp_search_box .operatori_search_box .horizontal .control .bootstrap-select button:after,
.wellness .operatori_search_box .xp_search_box .horizontal .control .bootstrap-select button:after,
.wellness .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.wellness .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.wellness .xp_search_box .horizontal .control .bootstrap-select button:after,
.wellness .xp_search_box .events-homepage .header .eventsearchbox.horizontal .control .bootstrap-select button:after,
.events-homepage .header .wellness .xp_search_box .eventsearchbox.horizontal .control .bootstrap-select button:after,
.wellness .xp_search_box .horizontal .events-homepage .header .eventsearchbox.vertical .bootstrap-select button:after,
.events-homepage .header .eventsearchbox.vertical .bootstrap-select .wellness .xp_search_box .horizontal button:after,
.wellness .xp_search_box .events-page .header .eventsearchbox.horizontal .control .bootstrap-select button:after,
.events-page .header .wellness .xp_search_box .eventsearchbox.horizontal .control .bootstrap-select button:after,
.wellness .xp_search_box .horizontal .events-page .header .eventsearchbox.vertical .bootstrap-select button:after,
.events-page .header .eventsearchbox.vertical .bootstrap-select .wellness .xp_search_box .horizontal button:after,
.wellness .scopri .xp_search_box .horizontal .control .bootstrap-select button:after,
.scopri .wellness .xp_search_box .horizontal .control .bootstrap-select button:after,
.wellness .scopri .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.scopri .wellness .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.wellness .scopri .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.scopri .wellness .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.wellness .xp_search_box .scopri .operatori_search_box .horizontal .control .bootstrap-select button:after,
.scopri .operatori_search_box .wellness .xp_search_box .horizontal .control .bootstrap-select button:after,
.wellness .xp_search_box .horizontal .scopri .operatori_search_box .vertical .bootstrap-select button:after,
.scopri .operatori_search_box .vertical .bootstrap-select .wellness .xp_search_box .horizontal button:after,
.wellness .idee .xp_search_box .horizontal .control .bootstrap-select button:after,
.idee .wellness .xp_search_box .horizontal .control .bootstrap-select button:after,
.wellness .idee .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.idee .wellness .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.wellness .idee .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.idee .wellness .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.wellness .xp_search_box .idee .operatori_search_box .horizontal .control .bootstrap-select button:after,
.idee .operatori_search_box .wellness .xp_search_box .horizontal .control .bootstrap-select button:after,
.wellness .xp_search_box .horizontal .idee .operatori_search_box .vertical .bootstrap-select button:after,
.idee .operatori_search_box .vertical .bootstrap-select .wellness .xp_search_box .horizontal button:after,
.wellness .eventi .xp_search_box .horizontal .control .bootstrap-select button:after,
.eventi .wellness .xp_search_box .horizontal .control .bootstrap-select button:after,
.wellness .eventi .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.eventi .wellness .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.wellness .eventi .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.eventi .wellness .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.wellness .xp_search_box .eventi .operatori_search_box .horizontal .control .bootstrap-select button:after,
.eventi .operatori_search_box .wellness .xp_search_box .horizontal .control .bootstrap-select button:after,
.wellness .xp_search_box .horizontal .eventi .operatori_search_box .vertical .bootstrap-select button:after,
.eventi .operatori_search_box .vertical .bootstrap-select .wellness .xp_search_box .horizontal button:after,
.wellness .pianifica .xp_search_box .horizontal .control .bootstrap-select button:after,
.pianifica .wellness .xp_search_box .horizontal .control .bootstrap-select button:after,
.wellness .pianifica .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.pianifica .wellness .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.wellness .pianifica .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.pianifica .wellness .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.wellness .xp_search_box .pianifica .operatori_search_box .horizontal .control .bootstrap-select button:after,
.pianifica .operatori_search_box .wellness .xp_search_box .horizontal .control .bootstrap-select button:after,
.wellness .xp_search_box .horizontal .pianifica .operatori_search_box .vertical .bootstrap-select button:after,
.pianifica .operatori_search_box .vertical .bootstrap-select .wellness .xp_search_box .horizontal button:after,
.wellness .esperienze .xp_search_box .horizontal .control .bootstrap-select button:after,
.esperienze .wellness .xp_search_box .horizontal .control .bootstrap-select button:after,
.wellness .esperienze .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.esperienze .wellness .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.wellness .esperienze .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.esperienze .wellness .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.wellness .xp_search_box .esperienze .operatori_search_box .horizontal .control .bootstrap-select button:after,
.esperienze .operatori_search_box .wellness .xp_search_box .horizontal .control .bootstrap-select button:after,
.wellness .xp_search_box .horizontal .esperienze .operatori_search_box .vertical .bootstrap-select button:after,
.esperienze .operatori_search_box .vertical .bootstrap-select .wellness .xp_search_box .horizontal button:after,
.wellness .news .xp_search_box .horizontal .control .bootstrap-select button:after,
.news .wellness .xp_search_box .horizontal .control .bootstrap-select button:after,
.wellness .news .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.news .wellness .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.wellness .news .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.news .wellness .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.wellness .xp_search_box .news .operatori_search_box .horizontal .control .bootstrap-select button:after,
.news .operatori_search_box .wellness .xp_search_box .horizontal .control .bootstrap-select button:after,
.wellness .xp_search_box .horizontal .news .operatori_search_box .vertical .bootstrap-select button:after,
.news .operatori_search_box .vertical .bootstrap-select .wellness .xp_search_box .horizontal button:after,
.wellness .iat .xp_search_box .horizontal .control .bootstrap-select button:after,
.iat .wellness .xp_search_box .horizontal .control .bootstrap-select button:after,
.wellness .iat .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.iat .wellness .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.wellness .iat .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.iat .wellness .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.wellness .xp_search_box .iat .operatori_search_box .horizontal .control .bootstrap-select button:after,
.iat .operatori_search_box .wellness .xp_search_box .horizontal .control .bootstrap-select button:after,
.wellness .xp_search_box .horizontal .iat .operatori_search_box .vertical .bootstrap-select button:after,
.iat .operatori_search_box .vertical .bootstrap-select .wellness .xp_search_box .horizontal button:after,
.wellness .meteo .xp_search_box .horizontal .control .bootstrap-select button:after,
.meteo .wellness .xp_search_box .horizontal .control .bootstrap-select button:after,
.wellness .meteo .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.meteo .wellness .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.wellness .meteo .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.meteo .wellness .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.wellness .xp_search_box .meteo .operatori_search_box .horizontal .control .bootstrap-select button:after,
.meteo .operatori_search_box .wellness .xp_search_box .horizontal .control .bootstrap-select button:after,
.wellness .xp_search_box .horizontal .meteo .operatori_search_box .vertical .bootstrap-select button:after,
.meteo .operatori_search_box .vertical .bootstrap-select .wellness .xp_search_box .horizontal button:after,
.wellness .odm .xp_search_box .horizontal .control .bootstrap-select button:after,
.odm .wellness .xp_search_box .horizontal .control .bootstrap-select button:after,
.wellness .odm .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.odm .wellness .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.wellness .odm .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.odm .wellness .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.wellness .xp_search_box .odm .operatori_search_box .horizontal .control .bootstrap-select button:after,
.odm .operatori_search_box .wellness .xp_search_box .horizontal .control .bootstrap-select button:after,
.wellness .xp_search_box .horizontal .odm .operatori_search_box .vertical .bootstrap-select button:after,
.odm .operatori_search_box .vertical .bootstrap-select .wellness .xp_search_box .horizontal button:after,
.wellness .booking .xp_search_box .horizontal .control .bootstrap-select button:after,
.booking .wellness .xp_search_box .horizontal .control .bootstrap-select button:after,
.wellness .booking .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.booking .wellness .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.wellness .booking .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.booking .wellness .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.wellness .xp_search_box .booking .operatori_search_box .horizontal .control .bootstrap-select button:after,
.booking .operatori_search_box .wellness .xp_search_box .horizontal .control .bootstrap-select button:after,
.wellness .xp_search_box .horizontal .booking .operatori_search_box .vertical .bootstrap-select button:after,
.booking .operatori_search_box .vertical .bootstrap-select .wellness .xp_search_box .horizontal button:after,
.wellness .rock .xp_search_box .horizontal .control .bootstrap-select button:after,
.rock .wellness .xp_search_box .horizontal .control .bootstrap-select button:after,
.wellness .rock .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.rock .wellness .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.wellness .rock .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.rock .wellness .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.wellness .xp_search_box .rock .operatori_search_box .horizontal .control .bootstrap-select button:after,
.rock .operatori_search_box .wellness .xp_search_box .horizontal .control .bootstrap-select button:after,
.wellness .xp_search_box .horizontal .rock .operatori_search_box .vertical .bootstrap-select button:after,
.rock .operatori_search_box .vertical .bootstrap-select .wellness .xp_search_box .horizontal button:after,
.wellness .beach .xp_search_box .horizontal .control .bootstrap-select button:after,
.beach .wellness .xp_search_box .horizontal .control .bootstrap-select button:after,
.wellness .beach .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.beach .wellness .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.wellness .beach .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.beach .wellness .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.wellness .xp_search_box .beach .operatori_search_box .horizontal .control .bootstrap-select button:after,
.beach .operatori_search_box .wellness .xp_search_box .horizontal .control .bootstrap-select button:after,
.wellness .xp_search_box .horizontal .beach .operatori_search_box .vertical .bootstrap-select button:after,
.beach .operatori_search_box .vertical .bootstrap-select .wellness .xp_search_box .horizontal button:after,
.wellness .food .xp_search_box .horizontal .control .bootstrap-select button:after,
.food .wellness .xp_search_box .horizontal .control .bootstrap-select button:after,
.wellness .food .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.food .wellness .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.wellness .food .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.food .wellness .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.wellness .xp_search_box .food .operatori_search_box .horizontal .control .bootstrap-select button:after,
.food .operatori_search_box .wellness .xp_search_box .horizontal .control .bootstrap-select button:after,
.wellness .xp_search_box .horizontal .food .operatori_search_box .vertical .bootstrap-select button:after,
.food .operatori_search_box .vertical .bootstrap-select .wellness .xp_search_box .horizontal button:after,
.wellness .nature .xp_search_box .horizontal .control .bootstrap-select button:after,
.nature .wellness .xp_search_box .horizontal .control .bootstrap-select button:after,
.wellness .nature .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.nature .wellness .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.wellness .nature .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.nature .wellness .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.wellness .xp_search_box .nature .operatori_search_box .horizontal .control .bootstrap-select button:after,
.nature .operatori_search_box .wellness .xp_search_box .horizontal .control .bootstrap-select button:after,
.wellness .xp_search_box .horizontal .nature .operatori_search_box .vertical .bootstrap-select button:after,
.nature .operatori_search_box .vertical .bootstrap-select .wellness .xp_search_box .horizontal button:after,
.wellness .romagna_autentica .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna_autentica .wellness .xp_search_box .horizontal .control .bootstrap-select button:after,
.wellness .romagna_autentica .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna_autentica .wellness .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.wellness .romagna_autentica .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna_autentica .wellness .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.wellness .xp_search_box .romagna_autentica .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna_autentica .operatori_search_box .wellness .xp_search_box .horizontal .control .bootstrap-select button:after,
.wellness .xp_search_box .horizontal .romagna_autentica .operatori_search_box .vertical .bootstrap-select button:after,
.romagna_autentica .operatori_search_box .vertical .bootstrap-select .wellness .xp_search_box .horizontal button:after,
.wellness .culture .xp_search_box .horizontal .control .bootstrap-select button:after,
.culture .wellness .xp_search_box .horizontal .control .bootstrap-select button:after,
.wellness .culture .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.culture .wellness .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.wellness .culture .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.culture .wellness .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.wellness .xp_search_box .culture .operatori_search_box .horizontal .control .bootstrap-select button:after,
.culture .operatori_search_box .wellness .xp_search_box .horizontal .control .bootstrap-select button:after,
.wellness .xp_search_box .horizontal .culture .operatori_search_box .vertical .bootstrap-select button:after,
.culture .operatori_search_box .vertical .bootstrap-select .wellness .xp_search_box .horizontal button:after,
.wellness .castle .xp_search_box .horizontal .control .bootstrap-select button:after,
.castle .wellness .xp_search_box .horizontal .control .bootstrap-select button:after,
.wellness .castle .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.castle .wellness .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.wellness .castle .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.castle .wellness .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.wellness .xp_search_box .castle .operatori_search_box .horizontal .control .bootstrap-select button:after,
.castle .operatori_search_box .wellness .xp_search_box .horizontal .control .bootstrap-select button:after,
.wellness .xp_search_box .horizontal .castle .operatori_search_box .vertical .bootstrap-select button:after,
.castle .operatori_search_box .vertical .bootstrap-select .wellness .xp_search_box .horizontal button:after,
.wellness .bike .xp_search_box .horizontal .control .bootstrap-select button:after,
.bike .wellness .xp_search_box .horizontal .control .bootstrap-select button:after,
.wellness .bike .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.bike .wellness .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.wellness .bike .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.bike .wellness .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.wellness .xp_search_box .bike .operatori_search_box .horizontal .control .bootstrap-select button:after,
.bike .operatori_search_box .wellness .xp_search_box .horizontal .control .bootstrap-select button:after,
.wellness .xp_search_box .horizontal .bike .operatori_search_box .vertical .bootstrap-select button:after,
.bike .operatori_search_box .vertical .bootstrap-select .wellness .xp_search_box .horizontal button:after,
.wellness .empire .xp_search_box .horizontal .control .bootstrap-select button:after,
.empire .wellness .xp_search_box .horizontal .control .bootstrap-select button:after,
.wellness .empire .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.empire .wellness .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.wellness .empire .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.empire .wellness .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.wellness .xp_search_box .empire .operatori_search_box .horizontal .control .bootstrap-select button:after,
.empire .operatori_search_box .wellness .xp_search_box .horizontal .control .bootstrap-select button:after,
.wellness .xp_search_box .horizontal .empire .operatori_search_box .vertical .bootstrap-select button:after,
.empire .operatori_search_box .vertical .bootstrap-select .wellness .xp_search_box .horizontal button:after {
  line-height: 2.2rem;
}

.wellness .xp_search_box .horizontal button.collapsible {
  border: none;
  background-color: transparent;
  display: block;
  width: 100%;
  font-size: 1.6rem;
  color: #ffffff;
  letter-spacing: -0.41px;
  text-align: left;
  text-transform: uppercase;
  display: block;
}

.wellness .xp_search_box .horizontal .control {
  padding: 0.5rem 1rem;
  height: 5rem;
  background-color: white;
  margin: 0.5rem;
}

.wellness .xp_search_box .horizontal .control.btn-holder {
  min-width: 2rem;
  width: auto;
  padding: 0px;
}

.wellness .xp_search_box .horizontal .control.btn-holder button {
  width: 100%;
  border: none;
  background-color: #8da226;
  height: 100%;
  font-size: 1.6rem;
  color: #ffffff;
  letter-spacing: -0.41px;
  text-align: center;
  text-transform: uppercase;
  display: block;
  padding: 0px;
}

.wellness .xp_search_box .horizontal .control .ert-dropdown {
  width: 100%;
}

.wellness .xp_search_box .horizontal .control .ert-dropdown * {
  cursor: pointer;
}

.wellness .xp_search_box .horizontal .control .ert-dropdown .ert-combo {
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
  display: block;
  text-align: left;
}

.wellness .xp_search_box .horizontal .control .ert-dropdown .ert-combo::after {
  border: none;
}

.wellness .xp_search_box .horizontal .control .ert-dropdown .ert-combo i {
  transition: 500ms ease;
  transform: rotate(0);
  position: absolute;
  top: 2.25rem;
  right: 15px;
}

.wellness .xp_search_box .horizontal .control .ert-dropdown .ert-combo .button {
  padding: 0px;
}

.wellness .xp_search_box .horizontal .control .ert-dropdown.show .ert-combo i {
  transform: rotate(180deg);
}

.wellness .xp_search_box .horizontal .control .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: auto;
}

.wellness .xp_search_box .horizontal .control .bootstrap-select {
  margin-top: -1px;
}

.wellness .xp_search_box .horizontal .control .bootstrap-select *:focus {
  box-shadow: none important;
}

.wellness .xp_search_box .horizontal .control .bootstrap-select button {
  padding: 0px;
  font-size: 1.5rem;
  background: #ffffff;
  color: #848484;
  letter-spacing: 0.3px;
  border: none;
  border-radius: 0;
}

.wellness .xp_search_box .horizontal .control .bootstrap-select button:after {
  content: "\F078";
  border: none;
}

.wellness .xp_search_box .horizontal .control .bootstrap-select .dropdown-menu {
  width: 100% !important;
  border: none;
  border-radius: 0;
  box-shadow: 0px 2px 2px 0px #a9a9a970;
  border-top: 1px solid #a9a9a970;
}

.wellness .xp_search_box .horizontal .control .bootstrap-select .dropdown-menu.inner.show {
  border-top: none;
}

.wellness .xp_search_box .horizontal .control .bootstrap-select .dropdown-menu .dropdown-item {
  font-size: 1.5rem;
  line-height: 4rem;
}

.wellness .xp_search_box .horizontal .control .bootstrap-select .dropdown-menu .dropdown-item:active,
.wellness .xp_search_box .horizontal .control .bootstrap-select .dropdown-menu .dropdown-item.active {
  background-color: #B1CB30;
}

.wellness .xp_search_box .horizontal .control label {
  background: #ffffff;
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
  line-height: 2.4rem;
  margin-bottom: 0px;
  margin-right: 0.5rem;
}

@media (max-width: 768px) {
  .wellness .xp_search_box .horizontal .control label {
    min-width: 6.2rem;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .wellness .xp_search_box .horizontal .control label {
    display: none;
  }
}

.wellness .xp_search_box .horizontal .control .flatpickr-mobile.form-control {
  padding: 1px 0;
}

.wellness .xp_search_box .horizontal .control input[type=text],
.wellness .xp_search_box .horizontal .control input[type=date] {
  border: none;
  font-size: 1.5rem;
  border-radius: 0;
  background-color: white;
  border-bottom: 1px solid #495057;
  min-width: 0;
  height: auto;
}

.wellness .xp_search_box .horizontal .control input[type=text]:focus,
.wellness .xp_search_box .horizontal .control input[type=date]:focus {
  box-shadow: none;
}

.wellness .xp_search_box .vertical {
  max-width: 30rem;
  z-index: 10;
  position: relative;
  height: 4.4rem;
  margin: 0 auto;
}

.wellness .xp_search_box .vertical button.collapsible {
  border: none;
  background-color: transparent;
  display: block;
  position: absolute;
  width: 100%;
}

.wellness .xp_search_box .vertical .dropbutton {
  display: none;
}

.wellness .xp_search_box .vertical .dropbutton.collapsed {
  display: block;
}

.wellness .xp_search_box .vertical #collapse-events {
  padding: 1.8rem;
  background-color: #B1CB30;
  background-image: linear-gradient(-180deg, #afc92f 0%, #B1CB30 48%, #afc930 80%);
  font-size: 1.6rem;
}

.wellness .xp_search_box .vertical .fa-chevron-up {
  text-align: right;
  line-height: 4rem;
  color: white;
  margin-bottom: 1.8rem;
}

.wellness .xp_search_box .vertical .form-group {
  background: #ffffff;
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
}

.wellness .xp_search_box .vertical .form-group .col-form-label {
  line-height: 5rem;
}

.wellness .xp_search_box .vertical .ert-text {
  border: none;
  font-size: 1.5rem;
  height: 60px;
  border-radius: 0;
  background-color: white;
}

.wellness .xp_search_box .vertical .ert-text.line {
  border-bottom: 1px solid #495057;
  height: auto;
  margin-top: 14px;
}

.wellness .xp_search_box .vertical .ert-text:focus {
  box-shadow: none;
}

.wellness .xp_search_box .vertical button.search {
  border: none;
  position: absolute;
  bottom: -10rem;
  left: 5%;
  right: 5%;
  width: 90%;
  line-height: 4.4rem;
}

.wellness .xp_search_box .vertical .datepicker-holder {
  padding-right: 0px;
}

.wellness .xp_search_box .vertical .datepicker-holder * {
  cursor: pointer;
}

.wellness .xp_search_box .vertical .datepicker-holder input[type=date]::-webkit-calendar-picker-indicator {
  width: 1.2rem;
  height: 0.7rem;
  -webkit-mask: url(/images/caret.svg);
          mask: url(/images/caret.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  -webkit-transition: 500ms ease;
  transition: 500ms ease;
  background-color: #686868;
}

.wellness .xp_search_box .vertical .datepicker-holder .flatpickr-calendar.static {
  margin-left: -193px;
  margin-top: -184px;
  left: 50%;
  top: 50%;
}

.wellness .xp_search_box .vertical .datepicker-holder .flatpickr-calendar.static.arrowBottom:after {
  display: none;
}

.wellness .xp_search_box .vertical .datepicker-holder .flatpickr-calendar.static.arrowBottom:before {
  display: none;
}

.wellness .xp_search_box .vertical .datepicker-holder .flatpickr-months .flatpickr-month {
  height: 32px;
}

.wellness .xp_search_box .vertical .ert-dropdown * {
  cursor: pointer;
}

.wellness .xp_search_box .vertical .ert-dropdown .ert-combo {
  background: #ffffff;
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
  line-height: 5rem;
  display: block;
  width: 100%;
  height: 60px;
  text-align: left;
}

.wellness .xp_search_box .vertical .ert-dropdown .ert-combo::after {
  border: none;
}

.wellness .xp_search_box .vertical .ert-dropdown .ert-combo i {
  transition: 500ms ease;
  transform: rotate(0);
  position: absolute;
  top: 2.25rem;
  right: 15px;
}

.wellness .xp_search_box .vertical .ert-dropdown .ert-combo .button {
  padding: 0px;
}

.wellness .xp_search_box .vertical .ert-dropdown .dropdown-menu {
  width: 100% !important;
  border: none;
  border-radius: 0;
  box-shadow: 0px 2px 2px 0px #a9a9a970;
  border-top: 1px solid #a9a9a970;
}

.wellness .xp_search_box .vertical .ert-dropdown .dropdown-menu .dropdown-item {
  font-size: 1.5rem;
  line-height: 4rem;
}

.wellness .xp_search_box .vertical .ert-dropdown .dropdown-menu .dropdown-item:active {
  background-color: #B1CB30;
}

.wellness .xp_search_box .vertical .ert-dropdown.show .ert-combo i {
  transform: rotate(180deg);
}

.wellness .xp_search_box .vertical .bootstrap-select *:focus {
  box-shadow: none important;
}

.wellness .xp_search_box .vertical .bootstrap-select button {
  font-size: 1.5rem;
  color: #848484;
  letter-spacing: 0.3px;
  border: none;
  font-size: 1.5rem;
  height: 60px;
  border-radius: 0;
  background-color: white;
}

.wellness .xp_search_box .vertical .bootstrap-select button:after {
  content: "\F078";
  border: none;
}

.wellness .xp_search_box .vertical .bootstrap-select .dropdown-menu {
  width: 100% !important;
  border: none;
  border-radius: 0;
  box-shadow: 0px 2px 2px 0px #a9a9a970;
  border-top: 1px solid #a9a9a970;
}

.wellness .xp_search_box .vertical .bootstrap-select .dropdown-menu .dropdown-item {
  font-size: 1.5rem;
  line-height: 4rem;
}

.wellness .xp_search_box .vertical .bootstrap-select .dropdown-menu .dropdown-item:active,
.wellness .xp_search_box .vertical .bootstrap-select .dropdown-menu .dropdown-item.active {
  background-color: #B1CB30;
}

.wellness .xp_search_box .vertical .btn-er,
.wellness .xp_search_box .vertical .instagram .instabutton div span,
.instagram .instabutton div .wellness .xp_search_box .vertical span {
  margin-top: 18px;
}

.wellness .xp_search_box .vertical .btn-er .fa-chevron-down,
.wellness .xp_search_box .vertical .instagram .instabutton div span .fa-chevron-down,
.instagram .instabutton div .wellness .xp_search_box .vertical span .fa-chevron-down {
  float: right;
  line-height: 4rem;
}

.wellness .operatori_search_box button span {
  color: white;
}

.wellness .operatori_search_box .city {
  color: white;
}

.wellness .operatori_search_box .horizontal {
  padding: 1rem;
  background-color: #B1CB30;
  background-image: linear-gradient(-180deg, #afc92f 0%, #B1CB30 48%, #afc930 80%);
  font-size: 1.6rem;
}

.wellness .operatori_search_box .horizontal.collapsed {
  border-radius: 2px;
  box-shadow: -1px 0 3px 0 rgba(0, 0, 0, 0.25);
}

.wellness .operatori_search_box .horizontal .fa,
.wellness .operatori_search_box .horizontal .search .searchearchbox.vertical .bootstrap-select button:after,
.search .searchearchbox.vertical .bootstrap-select .wellness .operatori_search_box .horizontal button:after,
.wellness .operatori_search_box .search .searchearchbox.horizontal .control .bootstrap-select button:after,
.search .wellness .operatori_search_box .searchearchbox.horizontal .control .bootstrap-select button:after,
.wellness .operatori_search_box .horizontal .downloads .downloadsearchbox.vertical .bootstrap-select button:after,
.downloads .downloadsearchbox.vertical .bootstrap-select .wellness .operatori_search_box .horizontal button:after,
.wellness .operatori_search_box .downloads .downloadsearchbox.horizontal .control .bootstrap-select button:after,
.downloads .wellness .operatori_search_box .downloadsearchbox.horizontal .control .bootstrap-select button:after,
.wellness .operatori_search_box .horizontal .localita #searchbox-app .bootstrap-select button:after,
.localita #searchbox-app .bootstrap-select .wellness .operatori_search_box .horizontal button:after,
.wellness .operatori_search_box .horizontal .itinerari .searchbox .control .bootstrap-select button:after,
.itinerari .searchbox .control .bootstrap-select .wellness .operatori_search_box .horizontal button:after,
.wellness .operatori_search_box .itinerari .searchbox.horizontal .control .bootstrap-select button:after,
.itinerari .wellness .operatori_search_box .searchbox.horizontal .control .bootstrap-select button:after,
.wellness .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .wellness .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.wellness .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .wellness .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.wellness .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .wellness .operatori_search_box .horizontal .control .bootstrap-select button:after,
.wellness .operatori_search_box .horizontal .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .vertical .bootstrap-select .wellness .operatori_search_box .horizontal button:after,
.wellness .operatori_search_box .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .wellness .operatori_search_box .horizontal .control .bootstrap-select button:after,
.wellness .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .wellness .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.wellness .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .wellness .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.wellness .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .wellness .operatori_search_box .horizontal .control .bootstrap-select button:after,
.wellness .operatori_search_box .horizontal .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .vertical .bootstrap-select .wellness .operatori_search_box .horizontal button:after,
.wellness .operatori_search_box .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .wellness .operatori_search_box .horizontal .control .bootstrap-select button:after,
.wellness .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .wellness .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.wellness .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .wellness .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.wellness .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .wellness .operatori_search_box .horizontal .control .bootstrap-select button:after,
.wellness .operatori_search_box .horizontal .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .vertical .bootstrap-select .wellness .operatori_search_box .horizontal button:after,
.wellness .operatori_search_box .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .wellness .operatori_search_box .horizontal .control .bootstrap-select button:after,
.wellness .romagna-craft .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna-craft .wellness .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.wellness .romagna-craft .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna-craft .wellness .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.wellness .romagna-craft .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna-craft .wellness .operatori_search_box .horizontal .control .bootstrap-select button:after,
.wellness .operatori_search_box .horizontal .romagna-craft .xp_search_box .vertical .bootstrap-select button:after,
.romagna-craft .xp_search_box .vertical .bootstrap-select .wellness .operatori_search_box .horizontal button:after,
.wellness .operatori_search_box .romagna-craft .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna-craft .xp_search_box .wellness .operatori_search_box .horizontal .control .bootstrap-select button:after,
.wellness .spass .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.spass .wellness .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.wellness .spass .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.spass .wellness .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.wellness .spass .operatori_search_box .horizontal .control .bootstrap-select button:after,
.spass .wellness .operatori_search_box .horizontal .control .bootstrap-select button:after,
.wellness .operatori_search_box .horizontal .spass .xp_search_box .vertical .bootstrap-select button:after,
.spass .xp_search_box .vertical .bootstrap-select .wellness .operatori_search_box .horizontal button:after,
.wellness .operatori_search_box .spass .xp_search_box .horizontal .control .bootstrap-select button:after,
.spass .xp_search_box .wellness .operatori_search_box .horizontal .control .bootstrap-select button:after,
.wellness .natur .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.natur .wellness .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.wellness .natur .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.natur .wellness .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.wellness .natur .operatori_search_box .horizontal .control .bootstrap-select button:after,
.natur .wellness .operatori_search_box .horizontal .control .bootstrap-select button:after,
.wellness .operatori_search_box .horizontal .natur .xp_search_box .vertical .bootstrap-select button:after,
.natur .xp_search_box .vertical .bootstrap-select .wellness .operatori_search_box .horizontal button:after,
.wellness .operatori_search_box .natur .xp_search_box .horizontal .control .bootstrap-select button:after,
.natur .xp_search_box .wellness .operatori_search_box .horizontal .control .bootstrap-select button:after,
.wellness .kultur .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.kultur .wellness .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.wellness .kultur .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.kultur .wellness .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.wellness .kultur .operatori_search_box .horizontal .control .bootstrap-select button:after,
.kultur .wellness .operatori_search_box .horizontal .control .bootstrap-select button:after,
.wellness .operatori_search_box .horizontal .kultur .xp_search_box .vertical .bootstrap-select button:after,
.kultur .xp_search_box .vertical .bootstrap-select .wellness .operatori_search_box .horizontal button:after,
.wellness .operatori_search_box .kultur .xp_search_box .horizontal .control .bootstrap-select button:after,
.kultur .xp_search_box .wellness .operatori_search_box .horizontal .control .bootstrap-select button:after,
.wellness .pet .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.pet .wellness .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.wellness .pet .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.pet .wellness .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.wellness .pet .operatori_search_box .horizontal .control .bootstrap-select button:after,
.pet .wellness .operatori_search_box .horizontal .control .bootstrap-select button:after,
.wellness .operatori_search_box .horizontal .pet .xp_search_box .vertical .bootstrap-select button:after,
.pet .xp_search_box .vertical .bootstrap-select .wellness .operatori_search_box .horizontal button:after,
.wellness .operatori_search_box .pet .xp_search_box .horizontal .control .bootstrap-select button:after,
.pet .xp_search_box .wellness .operatori_search_box .horizontal .control .bootstrap-select button:after,
.wellness .default .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.default .wellness .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.wellness .default .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.default .wellness .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.wellness .default .operatori_search_box .horizontal .control .bootstrap-select button:after,
.default .wellness .operatori_search_box .horizontal .control .bootstrap-select button:after,
.wellness .operatori_search_box .horizontal .default .xp_search_box .vertical .bootstrap-select button:after,
.default .xp_search_box .vertical .bootstrap-select .wellness .operatori_search_box .horizontal button:after,
.wellness .operatori_search_box .default .xp_search_box .horizontal .control .bootstrap-select button:after,
.default .xp_search_box .wellness .operatori_search_box .horizontal .control .bootstrap-select button:after,
.wellness .liscio .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.liscio .wellness .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.wellness .liscio .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.liscio .wellness .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.wellness .liscio .operatori_search_box .horizontal .control .bootstrap-select button:after,
.liscio .wellness .operatori_search_box .horizontal .control .bootstrap-select button:after,
.wellness .operatori_search_box .horizontal .liscio .xp_search_box .vertical .bootstrap-select button:after,
.liscio .xp_search_box .vertical .bootstrap-select .wellness .operatori_search_box .horizontal button:after,
.wellness .operatori_search_box .liscio .xp_search_box .horizontal .control .bootstrap-select button:after,
.liscio .xp_search_box .wellness .operatori_search_box .horizontal .control .bootstrap-select button:after,
.wellness .romagna .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna .wellness .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.wellness .romagna .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna .wellness .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.wellness .romagna .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna .wellness .operatori_search_box .horizontal .control .bootstrap-select button:after,
.wellness .operatori_search_box .horizontal .romagna .xp_search_box .vertical .bootstrap-select button:after,
.romagna .xp_search_box .vertical .bootstrap-select .wellness .operatori_search_box .horizontal button:after,
.wellness .operatori_search_box .romagna .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna .xp_search_box .wellness .operatori_search_box .horizontal .control .bootstrap-select button:after,
.wellness .motorcycle .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.motorcycle .wellness .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.wellness .motorcycle .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.motorcycle .wellness .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.wellness .motorcycle .operatori_search_box .horizontal .control .bootstrap-select button:after,
.motorcycle .wellness .operatori_search_box .horizontal .control .bootstrap-select button:after,
.wellness .operatori_search_box .horizontal .motorcycle .xp_search_box .vertical .bootstrap-select button:after,
.motorcycle .xp_search_box .vertical .bootstrap-select .wellness .operatori_search_box .horizontal button:after,
.wellness .operatori_search_box .motorcycle .xp_search_box .horizontal .control .bootstrap-select button:after,
.motorcycle .xp_search_box .wellness .operatori_search_box .horizontal .control .bootstrap-select button:after,
.wellness .sport .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.sport .wellness .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.wellness .sport .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.sport .wellness .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.wellness .sport .operatori_search_box .horizontal .control .bootstrap-select button:after,
.sport .wellness .operatori_search_box .horizontal .control .bootstrap-select button:after,
.wellness .operatori_search_box .horizontal .sport .xp_search_box .vertical .bootstrap-select button:after,
.sport .xp_search_box .vertical .bootstrap-select .wellness .operatori_search_box .horizontal button:after,
.wellness .operatori_search_box .sport .xp_search_box .horizontal .control .bootstrap-select button:after,
.sport .xp_search_box .wellness .operatori_search_box .horizontal .control .bootstrap-select button:after,
.wellness .fun .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.fun .wellness .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.wellness .fun .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.fun .wellness .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.wellness .fun .operatori_search_box .horizontal .control .bootstrap-select button:after,
.fun .wellness .operatori_search_box .horizontal .control .bootstrap-select button:after,
.wellness .operatori_search_box .horizontal .fun .xp_search_box .vertical .bootstrap-select button:after,
.fun .xp_search_box .vertical .bootstrap-select .wellness .operatori_search_box .horizontal button:after,
.wellness .operatori_search_box .fun .xp_search_box .horizontal .control .bootstrap-select button:after,
.fun .xp_search_box .wellness .operatori_search_box .horizontal .control .bootstrap-select button:after,
.wellness .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.wellness .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.wellness .operatori_search_box .horizontal .control .bootstrap-select button:after,
.wellness .operatori_search_box .events-homepage .header .eventsearchbox.horizontal .control .bootstrap-select button:after,
.events-homepage .header .wellness .operatori_search_box .eventsearchbox.horizontal .control .bootstrap-select button:after,
.wellness .operatori_search_box .horizontal .events-homepage .header .eventsearchbox.vertical .bootstrap-select button:after,
.events-homepage .header .eventsearchbox.vertical .bootstrap-select .wellness .operatori_search_box .horizontal button:after,
.wellness .operatori_search_box .events-page .header .eventsearchbox.horizontal .control .bootstrap-select button:after,
.events-page .header .wellness .operatori_search_box .eventsearchbox.horizontal .control .bootstrap-select button:after,
.wellness .operatori_search_box .horizontal .events-page .header .eventsearchbox.vertical .bootstrap-select button:after,
.events-page .header .eventsearchbox.vertical .bootstrap-select .wellness .operatori_search_box .horizontal button:after,
.wellness .operatori_search_box .scopri .xp_search_box .horizontal .control .bootstrap-select button:after,
.scopri .xp_search_box .wellness .operatori_search_box .horizontal .control .bootstrap-select button:after,
.wellness .operatori_search_box .horizontal .scopri .xp_search_box .vertical .bootstrap-select button:after,
.scopri .xp_search_box .vertical .bootstrap-select .wellness .operatori_search_box .horizontal button:after,
.wellness .scopri .operatori_search_box .horizontal .control .bootstrap-select button:after,
.scopri .wellness .operatori_search_box .horizontal .control .bootstrap-select button:after,
.wellness .scopri .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.scopri .wellness .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.wellness .scopri .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.scopri .wellness .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.wellness .operatori_search_box .idee .xp_search_box .horizontal .control .bootstrap-select button:after,
.idee .xp_search_box .wellness .operatori_search_box .horizontal .control .bootstrap-select button:after,
.wellness .operatori_search_box .horizontal .idee .xp_search_box .vertical .bootstrap-select button:after,
.idee .xp_search_box .vertical .bootstrap-select .wellness .operatori_search_box .horizontal button:after,
.wellness .idee .operatori_search_box .horizontal .control .bootstrap-select button:after,
.idee .wellness .operatori_search_box .horizontal .control .bootstrap-select button:after,
.wellness .idee .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.idee .wellness .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.wellness .idee .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.idee .wellness .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.wellness .operatori_search_box .eventi .xp_search_box .horizontal .control .bootstrap-select button:after,
.eventi .xp_search_box .wellness .operatori_search_box .horizontal .control .bootstrap-select button:after,
.wellness .operatori_search_box .horizontal .eventi .xp_search_box .vertical .bootstrap-select button:after,
.eventi .xp_search_box .vertical .bootstrap-select .wellness .operatori_search_box .horizontal button:after,
.wellness .eventi .operatori_search_box .horizontal .control .bootstrap-select button:after,
.eventi .wellness .operatori_search_box .horizontal .control .bootstrap-select button:after,
.wellness .eventi .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.eventi .wellness .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.wellness .eventi .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.eventi .wellness .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.wellness .operatori_search_box .pianifica .xp_search_box .horizontal .control .bootstrap-select button:after,
.pianifica .xp_search_box .wellness .operatori_search_box .horizontal .control .bootstrap-select button:after,
.wellness .operatori_search_box .horizontal .pianifica .xp_search_box .vertical .bootstrap-select button:after,
.pianifica .xp_search_box .vertical .bootstrap-select .wellness .operatori_search_box .horizontal button:after,
.wellness .pianifica .operatori_search_box .horizontal .control .bootstrap-select button:after,
.pianifica .wellness .operatori_search_box .horizontal .control .bootstrap-select button:after,
.wellness .pianifica .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.pianifica .wellness .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.wellness .pianifica .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.pianifica .wellness .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.wellness .operatori_search_box .esperienze .xp_search_box .horizontal .control .bootstrap-select button:after,
.esperienze .xp_search_box .wellness .operatori_search_box .horizontal .control .bootstrap-select button:after,
.wellness .operatori_search_box .horizontal .esperienze .xp_search_box .vertical .bootstrap-select button:after,
.esperienze .xp_search_box .vertical .bootstrap-select .wellness .operatori_search_box .horizontal button:after,
.wellness .esperienze .operatori_search_box .horizontal .control .bootstrap-select button:after,
.esperienze .wellness .operatori_search_box .horizontal .control .bootstrap-select button:after,
.wellness .esperienze .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.esperienze .wellness .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.wellness .esperienze .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.esperienze .wellness .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.wellness .operatori_search_box .news .xp_search_box .horizontal .control .bootstrap-select button:after,
.news .xp_search_box .wellness .operatori_search_box .horizontal .control .bootstrap-select button:after,
.wellness .operatori_search_box .horizontal .news .xp_search_box .vertical .bootstrap-select button:after,
.news .xp_search_box .vertical .bootstrap-select .wellness .operatori_search_box .horizontal button:after,
.wellness .news .operatori_search_box .horizontal .control .bootstrap-select button:after,
.news .wellness .operatori_search_box .horizontal .control .bootstrap-select button:after,
.wellness .news .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.news .wellness .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.wellness .news .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.news .wellness .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.wellness .operatori_search_box .iat .xp_search_box .horizontal .control .bootstrap-select button:after,
.iat .xp_search_box .wellness .operatori_search_box .horizontal .control .bootstrap-select button:after,
.wellness .operatori_search_box .horizontal .iat .xp_search_box .vertical .bootstrap-select button:after,
.iat .xp_search_box .vertical .bootstrap-select .wellness .operatori_search_box .horizontal button:after,
.wellness .iat .operatori_search_box .horizontal .control .bootstrap-select button:after,
.iat .wellness .operatori_search_box .horizontal .control .bootstrap-select button:after,
.wellness .iat .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.iat .wellness .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.wellness .iat .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.iat .wellness .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.wellness .operatori_search_box .meteo .xp_search_box .horizontal .control .bootstrap-select button:after,
.meteo .xp_search_box .wellness .operatori_search_box .horizontal .control .bootstrap-select button:after,
.wellness .operatori_search_box .horizontal .meteo .xp_search_box .vertical .bootstrap-select button:after,
.meteo .xp_search_box .vertical .bootstrap-select .wellness .operatori_search_box .horizontal button:after,
.wellness .meteo .operatori_search_box .horizontal .control .bootstrap-select button:after,
.meteo .wellness .operatori_search_box .horizontal .control .bootstrap-select button:after,
.wellness .meteo .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.meteo .wellness .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.wellness .meteo .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.meteo .wellness .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.wellness .operatori_search_box .odm .xp_search_box .horizontal .control .bootstrap-select button:after,
.odm .xp_search_box .wellness .operatori_search_box .horizontal .control .bootstrap-select button:after,
.wellness .operatori_search_box .horizontal .odm .xp_search_box .vertical .bootstrap-select button:after,
.odm .xp_search_box .vertical .bootstrap-select .wellness .operatori_search_box .horizontal button:after,
.wellness .odm .operatori_search_box .horizontal .control .bootstrap-select button:after,
.odm .wellness .operatori_search_box .horizontal .control .bootstrap-select button:after,
.wellness .odm .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.odm .wellness .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.wellness .odm .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.odm .wellness .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.wellness .operatori_search_box .booking .xp_search_box .horizontal .control .bootstrap-select button:after,
.booking .xp_search_box .wellness .operatori_search_box .horizontal .control .bootstrap-select button:after,
.wellness .operatori_search_box .horizontal .booking .xp_search_box .vertical .bootstrap-select button:after,
.booking .xp_search_box .vertical .bootstrap-select .wellness .operatori_search_box .horizontal button:after,
.wellness .booking .operatori_search_box .horizontal .control .bootstrap-select button:after,
.booking .wellness .operatori_search_box .horizontal .control .bootstrap-select button:after,
.wellness .booking .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.booking .wellness .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.wellness .booking .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.booking .wellness .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.wellness .operatori_search_box .rock .xp_search_box .horizontal .control .bootstrap-select button:after,
.rock .xp_search_box .wellness .operatori_search_box .horizontal .control .bootstrap-select button:after,
.wellness .operatori_search_box .horizontal .rock .xp_search_box .vertical .bootstrap-select button:after,
.rock .xp_search_box .vertical .bootstrap-select .wellness .operatori_search_box .horizontal button:after,
.wellness .rock .operatori_search_box .horizontal .control .bootstrap-select button:after,
.rock .wellness .operatori_search_box .horizontal .control .bootstrap-select button:after,
.wellness .rock .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.rock .wellness .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.wellness .rock .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.rock .wellness .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.wellness .operatori_search_box .beach .xp_search_box .horizontal .control .bootstrap-select button:after,
.beach .xp_search_box .wellness .operatori_search_box .horizontal .control .bootstrap-select button:after,
.wellness .operatori_search_box .horizontal .beach .xp_search_box .vertical .bootstrap-select button:after,
.beach .xp_search_box .vertical .bootstrap-select .wellness .operatori_search_box .horizontal button:after,
.wellness .beach .operatori_search_box .horizontal .control .bootstrap-select button:after,
.beach .wellness .operatori_search_box .horizontal .control .bootstrap-select button:after,
.wellness .beach .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.beach .wellness .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.wellness .beach .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.beach .wellness .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.wellness .operatori_search_box .food .xp_search_box .horizontal .control .bootstrap-select button:after,
.food .xp_search_box .wellness .operatori_search_box .horizontal .control .bootstrap-select button:after,
.wellness .operatori_search_box .horizontal .food .xp_search_box .vertical .bootstrap-select button:after,
.food .xp_search_box .vertical .bootstrap-select .wellness .operatori_search_box .horizontal button:after,
.wellness .food .operatori_search_box .horizontal .control .bootstrap-select button:after,
.food .wellness .operatori_search_box .horizontal .control .bootstrap-select button:after,
.wellness .food .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.food .wellness .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.wellness .food .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.food .wellness .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.wellness .operatori_search_box .nature .xp_search_box .horizontal .control .bootstrap-select button:after,
.nature .xp_search_box .wellness .operatori_search_box .horizontal .control .bootstrap-select button:after,
.wellness .operatori_search_box .horizontal .nature .xp_search_box .vertical .bootstrap-select button:after,
.nature .xp_search_box .vertical .bootstrap-select .wellness .operatori_search_box .horizontal button:after,
.wellness .nature .operatori_search_box .horizontal .control .bootstrap-select button:after,
.nature .wellness .operatori_search_box .horizontal .control .bootstrap-select button:after,
.wellness .nature .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.nature .wellness .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.wellness .nature .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.nature .wellness .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.wellness .operatori_search_box .romagna_autentica .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna_autentica .xp_search_box .wellness .operatori_search_box .horizontal .control .bootstrap-select button:after,
.wellness .operatori_search_box .horizontal .romagna_autentica .xp_search_box .vertical .bootstrap-select button:after,
.romagna_autentica .xp_search_box .vertical .bootstrap-select .wellness .operatori_search_box .horizontal button:after,
.wellness .romagna_autentica .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna_autentica .wellness .operatori_search_box .horizontal .control .bootstrap-select button:after,
.wellness .romagna_autentica .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna_autentica .wellness .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.wellness .romagna_autentica .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna_autentica .wellness .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.wellness .operatori_search_box .culture .xp_search_box .horizontal .control .bootstrap-select button:after,
.culture .xp_search_box .wellness .operatori_search_box .horizontal .control .bootstrap-select button:after,
.wellness .operatori_search_box .horizontal .culture .xp_search_box .vertical .bootstrap-select button:after,
.culture .xp_search_box .vertical .bootstrap-select .wellness .operatori_search_box .horizontal button:after,
.wellness .culture .operatori_search_box .horizontal .control .bootstrap-select button:after,
.culture .wellness .operatori_search_box .horizontal .control .bootstrap-select button:after,
.wellness .culture .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.culture .wellness .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.wellness .culture .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.culture .wellness .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.wellness .operatori_search_box .castle .xp_search_box .horizontal .control .bootstrap-select button:after,
.castle .xp_search_box .wellness .operatori_search_box .horizontal .control .bootstrap-select button:after,
.wellness .operatori_search_box .horizontal .castle .xp_search_box .vertical .bootstrap-select button:after,
.castle .xp_search_box .vertical .bootstrap-select .wellness .operatori_search_box .horizontal button:after,
.wellness .castle .operatori_search_box .horizontal .control .bootstrap-select button:after,
.castle .wellness .operatori_search_box .horizontal .control .bootstrap-select button:after,
.wellness .castle .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.castle .wellness .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.wellness .castle .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.castle .wellness .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.wellness .operatori_search_box .bike .xp_search_box .horizontal .control .bootstrap-select button:after,
.bike .xp_search_box .wellness .operatori_search_box .horizontal .control .bootstrap-select button:after,
.wellness .operatori_search_box .horizontal .bike .xp_search_box .vertical .bootstrap-select button:after,
.bike .xp_search_box .vertical .bootstrap-select .wellness .operatori_search_box .horizontal button:after,
.wellness .bike .operatori_search_box .horizontal .control .bootstrap-select button:after,
.bike .wellness .operatori_search_box .horizontal .control .bootstrap-select button:after,
.wellness .bike .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.bike .wellness .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.wellness .bike .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.bike .wellness .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.wellness .operatori_search_box .empire .xp_search_box .horizontal .control .bootstrap-select button:after,
.empire .xp_search_box .wellness .operatori_search_box .horizontal .control .bootstrap-select button:after,
.wellness .operatori_search_box .horizontal .empire .xp_search_box .vertical .bootstrap-select button:after,
.empire .xp_search_box .vertical .bootstrap-select .wellness .operatori_search_box .horizontal button:after,
.wellness .empire .operatori_search_box .horizontal .control .bootstrap-select button:after,
.empire .wellness .operatori_search_box .horizontal .control .bootstrap-select button:after,
.wellness .empire .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.empire .wellness .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.wellness .empire .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.empire .wellness .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.wellness .operatori_search_box .xp_search_box .horizontal .control .bootstrap-select button:after,
.wellness .xp_search_box .operatori_search_box .horizontal .control .bootstrap-select button:after,
.wellness .operatori_search_box .horizontal .xp_search_box .vertical .bootstrap-select button:after,
.wellness .xp_search_box .vertical .bootstrap-select .operatori_search_box .horizontal button:after {
  line-height: 2.2rem;
}

.wellness .operatori_search_box .horizontal button.collapsible {
  border: none;
  background-color: transparent;
  display: block;
  width: 100%;
  font-size: 1.6rem;
  color: #ffffff;
  letter-spacing: -0.41px;
  text-align: left;
  text-transform: uppercase;
}

.wellness .operatori_search_box .horizontal .control {
  padding: 0.5rem 1rem;
  height: 5rem;
  background-color: white;
  margin: 0.5rem;
}

.wellness .operatori_search_box .horizontal .control.btn-holder {
  min-width: 2rem;
  width: auto;
  padding: 0px;
}

.wellness .operatori_search_box .horizontal .control.btn-holder button {
  width: 100%;
  border: none;
  background-color: #8da226;
  height: 100%;
  font-size: 1.6rem;
  color: #ffffff;
  letter-spacing: -0.41px;
  text-align: center;
  text-transform: uppercase;
  display: block;
  padding: 0px;
}

.wellness .operatori_search_box .horizontal .control .ert-dropdown {
  width: 100%;
}

.wellness .operatori_search_box .horizontal .control .ert-dropdown * {
  cursor: pointer;
}

.wellness .operatori_search_box .horizontal .control .ert-dropdown .ert-combo {
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
  display: block;
  text-align: left;
}

.wellness .operatori_search_box .horizontal .control .ert-dropdown .ert-combo::after {
  border: none;
}

.wellness .operatori_search_box .horizontal .control .ert-dropdown .ert-combo i {
  transition: 500ms ease;
  transform: rotate(0);
  position: absolute;
  top: 2.25rem;
  right: 15px;
}

.wellness .operatori_search_box .horizontal .control .ert-dropdown .ert-combo .button {
  padding: 0px;
}

.wellness .operatori_search_box .horizontal .control .ert-dropdown.show .ert-combo i {
  transform: rotate(180deg);
}

.wellness .operatori_search_box .horizontal .control .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: auto;
}

.wellness .operatori_search_box .horizontal .control .bootstrap-select {
  margin-top: -1px;
}

.wellness .operatori_search_box .horizontal .control .bootstrap-select *:focus {
  box-shadow: none important;
}

.wellness .operatori_search_box .horizontal .control .bootstrap-select button {
  padding: 0px;
  font-size: 1.5rem;
  background: #ffffff;
  color: #848484;
  letter-spacing: 0.3px;
  border: none;
  border-radius: 0;
}

.wellness .operatori_search_box .horizontal .control .bootstrap-select button:after {
  content: "\F078";
  border: none;
}

.wellness .operatori_search_box .horizontal .control .bootstrap-select .dropdown-menu {
  width: 100% !important;
  border: none;
  border-radius: 0;
  box-shadow: 0px 2px 2px 0px #a9a9a970;
  border-top: 1px solid #a9a9a970;
}

.wellness .operatori_search_box .horizontal .control .bootstrap-select .dropdown-menu.inner.show {
  border-top: none;
}

.wellness .operatori_search_box .horizontal .control .bootstrap-select .dropdown-menu .dropdown-item {
  font-size: 1.5rem;
  line-height: 4rem;
}

.wellness .operatori_search_box .horizontal .control .bootstrap-select .dropdown-menu .dropdown-item:active,
.wellness .operatori_search_box .horizontal .control .bootstrap-select .dropdown-menu .dropdown-item.active {
  background-color: #B1CB30;
}

.wellness .operatori_search_box .horizontal .control label {
  background: #ffffff;
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
  line-height: 2.4rem;
  margin-bottom: 0px;
  margin-right: 0.5rem;
}

@media (max-width: 768px) {
  .wellness .operatori_search_box .horizontal .control label {
    min-width: 6.2rem;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .wellness .operatori_search_box .horizontal .control label {
    display: none;
  }
}

.wellness .operatori_search_box .horizontal .control .flatpickr-mobile.form-control {
  padding: 1px 0;
}

.wellness .operatori_search_box .horizontal .control input[type=text],
.wellness .operatori_search_box .horizontal .control input[type=date] {
  border: none;
  font-size: 1.5rem;
  border-radius: 0;
  background-color: white;
  border-bottom: 1px solid #495057;
  min-width: 0;
  height: auto;
}

.wellness .operatori_search_box .horizontal .control input[type=text]:focus,
.wellness .operatori_search_box .horizontal .control input[type=date]:focus {
  box-shadow: none;
}

.wellness .operatori_search_box .vertical {
  max-width: 30rem;
  z-index: 10;
  position: relative;
  height: 4.4rem;
  margin: 0 auto;
}

.wellness .operatori_search_box .vertical button.collapsible {
  border: none;
  background-color: transparent;
  display: block;
  position: absolute;
  width: 100%;
}

.wellness .operatori_search_box .vertical .dropbutton {
  display: none;
}

.wellness .operatori_search_box .vertical .dropbutton.collapsed {
  display: block;
}

.wellness .operatori_search_box .vertical #collapse-events {
  padding: 1.8rem;
  background-color: #B1CB30;
  background-image: linear-gradient(-180deg, #afc92f 0%, #B1CB30 48%, #afc930 80%);
  font-size: 1.6rem;
}

.wellness .operatori_search_box .vertical .fa-chevron-up {
  text-align: right;
  line-height: 4rem;
  color: white;
  margin-bottom: 1.8rem;
}

.wellness .operatori_search_box .vertical .form-group {
  background: #ffffff;
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
}

.wellness .operatori_search_box .vertical .form-group .col-form-label {
  line-height: 5rem;
}

.wellness .operatori_search_box .vertical .ert-text {
  border: none;
  font-size: 1.5rem;
  height: 60px;
  border-radius: 0;
  background-color: white;
}

.wellness .operatori_search_box .vertical .ert-text.line {
  border-bottom: 1px solid #495057;
  height: auto;
  margin-top: 14px;
}

.wellness .operatori_search_box .vertical .ert-text:focus {
  box-shadow: none;
}

.wellness .operatori_search_box .vertical button.search {
  border: none;
  position: absolute;
  bottom: -10rem;
  left: 5%;
  right: 5%;
  width: 90%;
  line-height: 4.4rem;
}

.wellness .operatori_search_box .vertical .datepicker-holder {
  padding-right: 0px;
}

.wellness .operatori_search_box .vertical .datepicker-holder * {
  cursor: pointer;
}

.wellness .operatori_search_box .vertical .datepicker-holder input[type=date]::-webkit-calendar-picker-indicator {
  width: 1.2rem;
  height: 0.7rem;
  -webkit-mask: url(/images/caret.svg);
          mask: url(/images/caret.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  -webkit-transition: 500ms ease;
  transition: 500ms ease;
  background-color: #686868;
}

.wellness .operatori_search_box .vertical .datepicker-holder .flatpickr-calendar.static {
  margin-left: -193px;
  margin-top: -184px;
  left: 50%;
  top: 50%;
}

.wellness .operatori_search_box .vertical .datepicker-holder .flatpickr-calendar.static.arrowBottom:after {
  display: none;
}

.wellness .operatori_search_box .vertical .datepicker-holder .flatpickr-calendar.static.arrowBottom:before {
  display: none;
}

.wellness .operatori_search_box .vertical .datepicker-holder .flatpickr-months .flatpickr-month {
  height: 32px;
}

.wellness .operatori_search_box .vertical .ert-dropdown * {
  cursor: pointer;
}

.wellness .operatori_search_box .vertical .ert-dropdown .ert-combo {
  background: #ffffff;
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
  line-height: 5rem;
  display: block;
  width: 100%;
  height: 60px;
  text-align: left;
}

.wellness .operatori_search_box .vertical .ert-dropdown .ert-combo::after {
  border: none;
}

.wellness .operatori_search_box .vertical .ert-dropdown .ert-combo i {
  transition: 500ms ease;
  transform: rotate(0);
  position: absolute;
  top: 2.25rem;
  right: 15px;
}

.wellness .operatori_search_box .vertical .ert-dropdown .ert-combo .button {
  padding: 0px;
}

.wellness .operatori_search_box .vertical .ert-dropdown .dropdown-menu {
  width: 100% !important;
  border: none;
  border-radius: 0;
  box-shadow: 0px 2px 2px 0px #a9a9a970;
  border-top: 1px solid #a9a9a970;
}

.wellness .operatori_search_box .vertical .ert-dropdown .dropdown-menu .dropdown-item {
  font-size: 1.5rem;
  line-height: 4rem;
}

.wellness .operatori_search_box .vertical .ert-dropdown .dropdown-menu .dropdown-item:active {
  background-color: #B1CB30;
}

.wellness .operatori_search_box .vertical .ert-dropdown.show .ert-combo i {
  transform: rotate(180deg);
}

.wellness .operatori_search_box .vertical .bootstrap-select *:focus {
  box-shadow: none important;
}

.wellness .operatori_search_box .vertical .bootstrap-select button {
  font-size: 1.5rem;
  color: #848484;
  letter-spacing: 0.3px;
  border: none;
  font-size: 1.5rem;
  height: 60px;
  border-radius: 0;
  background-color: white;
}

.wellness .operatori_search_box .vertical .bootstrap-select button:after {
  content: "\F078";
  border: none;
}

.wellness .operatori_search_box .vertical .bootstrap-select .dropdown-menu {
  width: 100% !important;
  border: none;
  border-radius: 0;
  box-shadow: 0px 2px 2px 0px #a9a9a970;
  border-top: 1px solid #a9a9a970;
}

.wellness .operatori_search_box .vertical .bootstrap-select .dropdown-menu .dropdown-item {
  font-size: 1.5rem;
  line-height: 4rem;
}

.wellness .operatori_search_box .vertical .bootstrap-select .dropdown-menu .dropdown-item:active,
.wellness .operatori_search_box .vertical .bootstrap-select .dropdown-menu .dropdown-item.active {
  background-color: #B1CB30;
}

.wellness .operatori_search_box .vertical .btn-er,
.wellness .operatori_search_box .vertical .instagram .instabutton div span,
.instagram .instabutton div .wellness .operatori_search_box .vertical span {
  margin-top: 18px;
}

.wellness .operatori_search_box .vertical .btn-er .fa-chevron-down,
.wellness .operatori_search_box .vertical .instagram .instabutton div span .fa-chevron-down,
.instagram .instabutton div .wellness .operatori_search_box .vertical span .fa-chevron-down {
  float: right;
  line-height: 4rem;
}

.wellness .home-boxes {
  background-color: #B1CB30;
}

.wellness .content-box a {
  font-weight: bold;
  color: #B1CB30;
}

.wellness .content-box a strong {
  color: #B1CB30;
}

.wellness .content-box .btn-er,
.wellness .content-box .instagram .instabutton div span,
.instagram .instabutton div .wellness .content-box span {
  background-color: #B1CB30;
  color: white;
}

.wellness .content-box h3.with-line {
  font-size: 1.8rem;
  color: #030303;
  letter-spacing: -0.43px;
  text-transform: uppercase;
  margin-bottom: 2.1rem;
}

.wellness .content-box h3.with-line::before {
  content: "";
  display: block;
  height: 3px;
  background: #0e797b;
  width: 100%;
  max-width: 32rem;
  margin-left: 0;
  margin-right: 0;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.wellness *:focus {
  outline: 1px solid #B1CB30;
  outline-offset: -1px;
}

.wellness .bootstrap-select .dropdown-toggle:focus {
  outline: 1px solid #B1CB30;
  outline-offset: -1px;
}

.wellness a:hover {
  outline: 1px solid #c2d757;
}

.wellness a:active {
  outline: 1px solid #B1CB30;
}

.wellness .events-list {
  font-size: 1.4rem;
}

.wellness .section-list {
  display: block;
  text-align: right;
}

.wellness .section-list a {
  font-size: 2rem;
  color: #B1CB30;
}

.wellness .events-list dt,
.wellness .section-list dt,
.wellness .iat-list dt {
  text-transform: uppercase;
  font-size: 1.5rem;
  line-height: 1.5;
  color: #111;
  letter-spacing: -0.38px;
  font-weight: 600;
  margin-top: 1.4rem;
}

.wellness .events-list dd,
.wellness .section-list dd,
.wellness .iat-list dd {
  font-size: 1.6rem;
  margin-bottom: 0.6rem;
  line-height: 1.5;
  color: #030303;
}

.wellness .events-list dd i,
.wellness .section-list dd i,
.wellness .iat-list dd i {
  margin-right: 0.6rem;
}

.wellness .events-list ul,
.wellness .section-list ul,
.wellness .iat-list ul {
  list-style: none;
  padding-inline-start: 0;
}

.wellness .events-list ul li,
.wellness .section-list ul li,
.wellness .iat-list ul li {
  font-size: 1.5rem;
  color: #030303;
  margin-top: 0.6rem;
  line-height: 1.5;
}

.wellness .events-list ul.tappe-list,
.wellness .section-list ul.tappe-list,
.wellness .iat-list ul.tappe-list {
  list-style: none;
  padding-inline-start: 0;
}

.wellness .events-list ul.tappe-list li,
.wellness .section-list ul.tappe-list li,
.wellness .iat-list ul.tappe-list li {
  font-size: 1.6rem;
  line-height: 1.5;
  color: #030303;
}

.wellness .tickets-list {
  display: flex;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #111;
  letter-spacing: -0.38px;
  font-weight: 600;
  margin-top: 1.4rem;
}

.wellness .tickets-list i {
  margin-top: 0.6rem;
}

.wellness .tickets-list li {
  color: #030303;
  font-size: 1.6rem;
  margin-left: 1.2rem;
}

.wellness .tickets-list li i {
  margin-right: 0.6rem;
}

.wellness .address * {
  color: white;
}

.wellness .top-title-box {
  padding: 0rem;
  text-align: center;
}

.wellness .top-title-box.no-image {
  padding-top: 10rem;
}

.wellness .top-title-box.no-image .er-logo-top {
  margin: 0 auto;
  display: block;
  margin-bottom: 10rem;
}

.wellness .top-title-box h1 {
  font-size: 3rem;
  color: #B1CB30;
  letter-spacing: -1.01px;
  line-height: 4rem;
  margin: 2rem 0;
}

.wellness .top-title-box h2 {
  font-size: 2rem;
  line-height: 1.5;
  color: #000;
  letter-spacing: -0.58px;
}

.wellness .top-title-box .breadcrumb {
  opacity: 0.6;
  font-size: 1.5rem;
  letter-spacing: -0.38px;
  padding: 0;
  margin: 0;
  color: #B1CB30;
  background-color: #fff;
}

.wellness .top-title-box .breadcrumb .breadcrumb-item::before,
.wellness .top-title-box .breadcrumb a {
  color: #B1CB30;
}

@media (min-width: 992px) {
  .wellness .top-title-box h1 {
    line-height: 7rem;
    font-size: 7rem;
    margin-top: 3rem;
  }

  .wellness .top-title-box h2 {
    font-size: 2rem;
    line-height: 1.5rem;
  }

  .wellness .top-title-box .breadcrumb {
    font-size: 1.9rem;
  }
}

.wellness .image-box-with-border {
  margin: 2rem 0;
  border-top: 64px solid #B1CB30;
}

.wellness .image-box-with-border img {
  -o-object-fit: cover;
     object-fit: cover;
}

.wellness .top-image {
  transition: background-image 1s ease-in-out;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 20px;
}

.wellness .top-image .logo {
  position: absolute;
  width: 30rem;
  bottom: 20px;
  left: 50%;
  margin-left: -15rem;
}

.wellness .top-image.no-mask {
  height: 600px;
}

.wellness .top-image .mask {
  z-index: 997;
  position: relative;
  width: 100%;
}

@media (min-width: 992px) {
  .wellness .top-image:after {
    position: absolute;
    content: "";
    left: 0px;
    bottom: -20px;
    width: 100%;
    height: 20px;
    transform: rotate(-180deg);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(255, 255, 255, 0.12) 12%, #e6e6e6);
  }
}

.wellness .info-box {
  position: relative;
  z-index: 0;
  border-right: 1px solid #e6e6e6;
  border-left: 7px solid #B1CB30;
  background-color: white;
  padding: 0.1rem 1.5rem;
}

.wellness .info-box h3 {
  font-weight: bold;
  font-size: 1.9rem;
}

.wellness .info-box .referente {
  font-size: 1.7rem;
  line-height: 1.8rem;
  color: #000;
  letter-spacing: -0.41px;
}

@media (min-width: 768px) {
  .wellness .info-box {
    position: sticky;
    position: -webkit-sticky;
    top: 68px;
  }
}

.wellness .info-box:after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: -8px;
  height: 8px;
  left: 0px;
  z-index: -1;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.01) 30%, rgba(0, 0, 0, 0.03) 50%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0.08) 90%, rgba(0, 0, 0, 0.09) 96%, rgba(0, 0, 0, 0.1) 100%);
}

.wellness .info-box:after {
  width: calc(100% + 8px);
  left: -7px;
}

@media (max-width: 991.98px) {
  .wellness .info-box {
    width: auto;
    max-width: 60%;
    min-width: 300px;
    margin: 20px auto;
    display: block;
  }
}

@media (min-width: 992px) {
  .wellness .info-box {
    margin-top: 2.2rem;
  }
}

.wellness .info-box li {
  padding: 1.1rem 0;
}

.wellness .info-box li .icon {
  font-size: 2.8rem;
  line-height: 3.3rem;
  margin-right: 1rem;
  float: left;
}

.wellness .info-box li .info .title {
  text-transform: uppercase;
  font-size: 1.2rem;
  line-height: 1.5rem;
  color: #787878;
  letter-spacing: -0.38px;
}

.wellness .info-box li .info .value {
  font-size: 1.7rem;
  line-height: 1.8rem;
  color: #000000;
  letter-spacing: -0.41px;
  display: table;
}

.wellness .info-box li .info .value a {
  word-break: break-all;
}

@media (max-width: 991.98px) {
  .wellness .info-box li.bookmarks {
    display: none;
  }
}

.wellness .info-box .title-index {
  text-transform: uppercase;
  font-size: 1.4rem;
  line-height: 3rem;
  letter-spacing: -0.38px;
}

.wellness .info-box .bookmarks {
  display: inline-block;
}

.wellness .info-box .bookmarks ul li {
  padding: 0.5rem 0;
  width: 100%;
}

.wellness .info-box .bookmarks ul li a {
  font-size: 1.4rem;
  line-height: 1.5rem;
  color: #000000;
  letter-spacing: -0.41px;
}

.wellness .info-box .bookmarks ul li a.active {
  text-decoration: underline;
}

.wellness #bookmarks-index {
  margin-top: 8rem;
}

.wellness #bookmarks-index .info {
  padding: 2.1rem;
}

.wellness #bookmarks-index h4 {
  font-size: 1.8rem;
}

@media (min-width: 768px) {
  .wellness #bookmarks-index {
    display: none;
  }
}

.wellness blockquote:before {
  color: #b4ce32;
}

.wellness .btn-er,
.wellness .instagram .instabutton div span,
.instagram .instabutton div .wellness span,
.wellness.btn {
  background: #B1CB30;
}

.wellness hr {
  height: 3px;
  background: #B1CB30;
  width: 100%;
  max-width: 32rem;
  margin-left: 0;
  margin-right: 0;
  margin-top: 1rem;
  margin-bottom: 2rem;
}

.wellness .section h2 {
  margin-top: 4.5rem;
  margin-bottom: 4.5rem;
  font-size: 4.42rem;
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.18;
  letter-spacing: -1.07px;
  text-align: center;
  color: black;
  /*text-decoration: underline;*/
}

.wellness .section h2 a {
  color: black;
}

.wellness .section h3 {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
  font-size: 3.42rem;
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.18;
  letter-spacing: -1.07px;
  text-align: center;
  color: black;
  text-transform: uppercase;
  /*text-decoration: underline;*/
}

.wellness .section h3 a {
  color: black;
}

.wellness .section .gallery {
  position: relative;
  padding-bottom: 33px;
}

.wellness .section .gallery .swiper-button-next,
.wellness .section .gallery .swiper-container-rtl .swiper-button-prev,
.wellness .section .gallery .swiper-button-prev,
.wellness .section .gallery .swiper-container-rtl .swiper-button-next {
  background-position: center;
  width: 7.2rem;
  bottom: 33px;
  height: auto;
  top: 0px;
  margin: 0px;
  left: auto;
}

.wellness .section .gallery .swiper-button-next svg,
.wellness .section .gallery .swiper-container-rtl .swiper-button-prev svg,
.wellness .section .gallery .swiper-button-prev svg,
.wellness .section .gallery .swiper-container-rtl .swiper-button-next svg {
  top: 50%;
  left: 2.1rem;
  position: absolute;
  width: 3rem;
  height: 3rem;
  margin-top: -1.5rem;
  filter: drop-shadow(0px 3px 3px black);
}

.wellness .section .gallery .swiper-button-next,
.wellness .section .gallery .swiper-button-prev,
.wellness .section .gallery .swiper-container-rtl .swiper-button-prev,
.wellness .section .gallery .swiper-container-rtl .swiper-button-next {
  fill: #fff;
}

.wellness .section .gallery .swiper-button-next,
.wellness .section .gallery .swiper-container-rtl .swiper-button-prev {
  right: 0px;
}

.wellness .section .gallery .swiper-button-prev,
.wellness .section .gallery .swiper-container-rtl .swiper-button-next {
  left: 0px;
}

.wellness .section .gallery .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #B1CB30;
}

.wellness .section .gallery .swiper-pagination-bullet {
  border: 1px solid #B1CB30;
}

.wellness .section .gallery .swiper-pagination-bullets {
  bottom: 2px;
}

.wellness .section .gallery .swiper-slide .carousel-content {
  background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.07) 8%, rgba(0, 0, 0, 0.45) 68%);
  position: absolute;
  left: 0rem;
  bottom: 0rem;
  right: 0rem;
  width: auto;
  padding: 10rem 2rem 2rem 2rem;
  font-size: 2.6rem;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.63px;
  text-align: center;
  color: #ffffff;
}

.wellness .section .gallery .swiper-slide .carousel-content a {
  color: #ffffff !important;
}

.wellness .section .card-carousel .nodefault.swiper-button-prev::after,
.wellness .section .card-carousel .nodefault.swiper-button-prev::before,
.wellness .section .card-carousel .nodefault.swiper-button-next::after,
.wellness .section .card-carousel .nodefault.swiper-button-next::before {
  content: unset;
}

.wellness .section .card-carousel .swiper-slide {
  height: auto;
  margin-bottom: 5rem;
}

.wellness .section .card-carousel .swiper-slide .iv-wrapper,
.wellness .section .card-carousel .swiper-slide a .iv-wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

.wellness .section .card-carousel .swiper-slide .iv-wrapper > div,
.wellness .section .card-carousel .swiper-slide a .iv-wrapper > div {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: start;
}

.wellness .section .card-carousel .swiper-slide .iv-wrapper .image,
.wellness .section .card-carousel .swiper-slide a .iv-wrapper .image {
  min-height: 23rem;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.wellness .section .card-carousel .swiper-slide .iv-wrapper .content,
.wellness .section .card-carousel .swiper-slide a .iv-wrapper .content {
  background: #ffffff;
  border: 0 solid #000000;
  position: relative;
  padding: 2rem 2.1rem 4rem;
  position: relative;
  z-index: 0;
}

.wellness .section .card-carousel .swiper-slide .iv-wrapper .content:after,
.wellness .section .card-carousel .swiper-slide a .iv-wrapper .content:after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: -4px;
  height: 4px;
  left: 0px;
  z-index: -1;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.01) 30%, rgba(0, 0, 0, 0.03) 50%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0.08) 90%, rgba(0, 0, 0, 0.09) 96%, rgba(0, 0, 0, 0.1) 100%);
}

.wellness .section .card-carousel .swiper-slide .iv-wrapper .content h3,
.wellness .section .card-carousel .swiper-slide a .iv-wrapper .content h3 {
  font-size: 2rem;
  color: #030303;
  letter-spacing: -0.48px;
  text-align: left;
}

.wellness .section .card-carousel .swiper-slide .iv-wrapper .content p,
.wellness .section .card-carousel .swiper-slide .iv-wrapper .content p a,
.wellness .section .card-carousel .swiper-slide .iv-wrapper .content a p,
.wellness .section .card-carousel .swiper-slide a .iv-wrapper .content p,
.wellness .section .card-carousel .swiper-slide a .iv-wrapper .content p a,
.wellness .section .card-carousel .swiper-slide a .iv-wrapper .content a p {
  font-size: 1.5rem;
  color: #030303;
  letter-spacing: -0.38px;
  margin-bottom: 0px;
}

.wellness .section .card-carousel .swiper-slide .iv-wrapper .content p .readmore,
.wellness .section .card-carousel .swiper-slide .iv-wrapper .content p a .readmore,
.wellness .section .card-carousel .swiper-slide .iv-wrapper .content a p .readmore,
.wellness .section .card-carousel .swiper-slide a .iv-wrapper .content p .readmore,
.wellness .section .card-carousel .swiper-slide a .iv-wrapper .content p a .readmore,
.wellness .section .card-carousel .swiper-slide a .iv-wrapper .content a p .readmore {
  font-style: italic;
  color: #8da226;
  display: block;
  margin-top: 1rem;
}

.wellness .section .card-carousel .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border: 1px solid #B1CB30;
  background: none;
  opacity: 1;
}

.wellness .section .card-carousel .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #B1CB30;
}

.wellness .section .card-carousel .swiper-button-next,
.wellness .section .card-carousel .swiper-container-rtl .swiper-button-prev,
.wellness .section .card-carousel .swiper-button-prev,
.wellness .section .card-carousel .swiper-container-rtl .swiper-button-next {
  background-image: none;
  width: 4rem;
  height: 23rem;
  top: 0px;
  margin: 0px;
  left: auto;
}

.wellness .section .card-carousel .swiper-button-next svg,
.wellness .section .card-carousel .swiper-container-rtl .swiper-button-prev svg,
.wellness .section .card-carousel .swiper-button-prev svg,
.wellness .section .card-carousel .swiper-container-rtl .swiper-button-next svg {
  top: 50%;
  left: 50%;
  position: absolute;
  width: 3rem;
  height: 3rem;
  margin-top: -1.5rem;
  margin-left: -1.5rem;
  filter: drop-shadow(0px 3px 3px black);
}

.wellness .section .card-carousel .swiper-button-next,
.wellness .section .card-carousel .swiper-button-prev,
.wellness .section .card-carousel .swiper-container-rtl .swiper-button-prev,
.wellness .section .card-carousel .swiper-container-rtl .swiper-button-next {
  fill: #fff;
}

.wellness .section .card-carousel .swiper-button-next,
.wellness .section .card-carousel .swiper-container-rtl .swiper-button-prev {
  right: 0px;
}

.wellness .section .card-carousel .swiper-button-prev,
.wellness .section .card-carousel .swiper-container-rtl .swiper-button-next {
  left: 0px;
}

.wellness .section .sassibox-item,
.wellness .section a .sassibox-item {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 5rem;
}

.wellness .section .sassibox-item > div,
.wellness .section a .sassibox-item > div {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.wellness .section .sassibox-item .image,
.wellness .section a .sassibox-item .image {
  min-height: 23rem;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.wellness .section .sassibox-item .content,
.wellness .section a .sassibox-item .content {
  background: #ffffff;
  border: 0 solid #000000;
  position: relative;
  padding: 1rem 0;
  position: relative;
  z-index: 0;
}

.wellness .section .sassibox-item .content:after,
.wellness .section a .sassibox-item .content:after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: -4px;
  height: 4px;
  left: 0px;
  z-index: -1;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.01) 30%, rgba(0, 0, 0, 0.03) 50%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0.08) 90%, rgba(0, 0, 0, 0.09) 96%, rgba(0, 0, 0, 0.1) 100%);
}

.wellness .section .sassibox-item .content h4,
.wellness .section a .sassibox-item .content h4 {
  font-size: 2rem;
  color: #030303;
  letter-spacing: -0.48px;
  text-align: left;
}

.wellness .section .sassibox-item .content p,
.wellness .section .sassibox-item .content span,
.wellness .section .sassibox-item .content a span,
.wellness .section .sassibox-item .content span a,
.wellness .section .sassibox-item .content p a,
.wellness .section .sassibox-item .content a p,
.wellness .section a .sassibox-item .content p,
.wellness .section a .sassibox-item .content span,
.wellness .section a .sassibox-item .content a span,
.wellness .section a .sassibox-item .content span a,
.wellness .section a .sassibox-item .content p a,
.wellness .section a .sassibox-item .content a p {
  font-size: 1.5rem;
  color: #030303;
  letter-spacing: -0.38px;
}

.wellness .section .sassibox-item .content .action,
.wellness .section a .sassibox-item .content .action {
  margin: 10px 0;
}

.wellness .section .sassibox-item .content .action button,
.wellness .section a .sassibox-item .content .action button {
  font-family: "Open Sans", sans-serif !important;
}

.wellness .section .sassibox-item .content .readmore,
.wellness .section a .sassibox-item .content .readmore {
  border: 1px solid transparent;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  padding: 6px 12px;
  text-align: center;
  vertical-align: middle;
  width: -moz-fit-content;
  width: fit-content;
  text-transform: uppercase;
  background-color: #B1CB30;
}

.fun .xp_search_box button span {
  color: white;
}

.fun .xp_search_box .city {
  color: white;
}

.fun .xp_search_box .horizontal {
  padding: 1rem;
  background-color: #F08EF4;
  background-image: linear-gradient(-180deg, #f08bf4 0%, #F08EF4 48%, #f08cf4 80%);
  font-size: 1.6rem;
}

.fun .xp_search_box .horizontal.collapsed {
  border-radius: 2px;
  box-shadow: -1px 0 3px 0 rgba(0, 0, 0, 0.25);
}

.fun .xp_search_box .horizontal .fa,
.fun .xp_search_box .horizontal .search .searchearchbox.vertical .bootstrap-select button:after,
.search .searchearchbox.vertical .bootstrap-select .fun .xp_search_box .horizontal button:after,
.fun .xp_search_box .search .searchearchbox.horizontal .control .bootstrap-select button:after,
.search .fun .xp_search_box .searchearchbox.horizontal .control .bootstrap-select button:after,
.fun .xp_search_box .horizontal .downloads .downloadsearchbox.vertical .bootstrap-select button:after,
.downloads .downloadsearchbox.vertical .bootstrap-select .fun .xp_search_box .horizontal button:after,
.fun .xp_search_box .downloads .downloadsearchbox.horizontal .control .bootstrap-select button:after,
.downloads .fun .xp_search_box .downloadsearchbox.horizontal .control .bootstrap-select button:after,
.fun .xp_search_box .horizontal .localita #searchbox-app .bootstrap-select button:after,
.localita #searchbox-app .bootstrap-select .fun .xp_search_box .horizontal button:after,
.fun .xp_search_box .horizontal .itinerari .searchbox .control .bootstrap-select button:after,
.itinerari .searchbox .control .bootstrap-select .fun .xp_search_box .horizontal button:after,
.fun .xp_search_box .itinerari .searchbox.horizontal .control .bootstrap-select button:after,
.itinerari .fun .xp_search_box .searchbox.horizontal .control .bootstrap-select button:after,
.fun .xp_search_box .horizontal .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .vertical .bootstrap-select .fun .xp_search_box .horizontal button:after,
.fun .xp_search_box .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .fun .xp_search_box .horizontal .control .bootstrap-select button:after,
.fun .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .fun .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.fun .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .fun .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.fun .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .fun .xp_search_box .horizontal .control .bootstrap-select button:after,
.fun .xp_search_box .horizontal .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .vertical .bootstrap-select .fun .xp_search_box .horizontal button:after,
.fun .xp_search_box .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .fun .xp_search_box .horizontal .control .bootstrap-select button:after,
.fun .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .fun .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.fun .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .fun .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.fun .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .fun .xp_search_box .horizontal .control .bootstrap-select button:after,
.fun .xp_search_box .horizontal .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .vertical .bootstrap-select .fun .xp_search_box .horizontal button:after,
.fun .xp_search_box .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .fun .xp_search_box .horizontal .control .bootstrap-select button:after,
.fun .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .fun .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.fun .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .fun .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.fun .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .fun .xp_search_box .horizontal .control .bootstrap-select button:after,
.fun .xp_search_box .horizontal .romagna-craft .operatori_search_box .vertical .bootstrap-select button:after,
.romagna-craft .operatori_search_box .vertical .bootstrap-select .fun .xp_search_box .horizontal button:after,
.fun .xp_search_box .romagna-craft .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna-craft .operatori_search_box .fun .xp_search_box .horizontal .control .bootstrap-select button:after,
.fun .romagna-craft .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna-craft .fun .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.fun .romagna-craft .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna-craft .fun .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.fun .romagna-craft .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna-craft .fun .xp_search_box .horizontal .control .bootstrap-select button:after,
.fun .xp_search_box .horizontal .spass .operatori_search_box .vertical .bootstrap-select button:after,
.spass .operatori_search_box .vertical .bootstrap-select .fun .xp_search_box .horizontal button:after,
.fun .xp_search_box .spass .operatori_search_box .horizontal .control .bootstrap-select button:after,
.spass .operatori_search_box .fun .xp_search_box .horizontal .control .bootstrap-select button:after,
.fun .spass .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.spass .fun .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.fun .spass .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.spass .fun .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.fun .spass .xp_search_box .horizontal .control .bootstrap-select button:after,
.spass .fun .xp_search_box .horizontal .control .bootstrap-select button:after,
.fun .xp_search_box .horizontal .natur .operatori_search_box .vertical .bootstrap-select button:after,
.natur .operatori_search_box .vertical .bootstrap-select .fun .xp_search_box .horizontal button:after,
.fun .xp_search_box .natur .operatori_search_box .horizontal .control .bootstrap-select button:after,
.natur .operatori_search_box .fun .xp_search_box .horizontal .control .bootstrap-select button:after,
.fun .natur .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.natur .fun .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.fun .natur .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.natur .fun .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.fun .natur .xp_search_box .horizontal .control .bootstrap-select button:after,
.natur .fun .xp_search_box .horizontal .control .bootstrap-select button:after,
.fun .xp_search_box .horizontal .kultur .operatori_search_box .vertical .bootstrap-select button:after,
.kultur .operatori_search_box .vertical .bootstrap-select .fun .xp_search_box .horizontal button:after,
.fun .xp_search_box .kultur .operatori_search_box .horizontal .control .bootstrap-select button:after,
.kultur .operatori_search_box .fun .xp_search_box .horizontal .control .bootstrap-select button:after,
.fun .kultur .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.kultur .fun .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.fun .kultur .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.kultur .fun .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.fun .kultur .xp_search_box .horizontal .control .bootstrap-select button:after,
.kultur .fun .xp_search_box .horizontal .control .bootstrap-select button:after,
.fun .xp_search_box .horizontal .pet .operatori_search_box .vertical .bootstrap-select button:after,
.pet .operatori_search_box .vertical .bootstrap-select .fun .xp_search_box .horizontal button:after,
.fun .xp_search_box .pet .operatori_search_box .horizontal .control .bootstrap-select button:after,
.pet .operatori_search_box .fun .xp_search_box .horizontal .control .bootstrap-select button:after,
.fun .pet .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.pet .fun .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.fun .pet .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.pet .fun .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.fun .pet .xp_search_box .horizontal .control .bootstrap-select button:after,
.pet .fun .xp_search_box .horizontal .control .bootstrap-select button:after,
.fun .xp_search_box .horizontal .default .operatori_search_box .vertical .bootstrap-select button:after,
.default .operatori_search_box .vertical .bootstrap-select .fun .xp_search_box .horizontal button:after,
.fun .xp_search_box .default .operatori_search_box .horizontal .control .bootstrap-select button:after,
.default .operatori_search_box .fun .xp_search_box .horizontal .control .bootstrap-select button:after,
.fun .default .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.default .fun .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.fun .default .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.default .fun .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.fun .default .xp_search_box .horizontal .control .bootstrap-select button:after,
.default .fun .xp_search_box .horizontal .control .bootstrap-select button:after,
.fun .xp_search_box .horizontal .liscio .operatori_search_box .vertical .bootstrap-select button:after,
.liscio .operatori_search_box .vertical .bootstrap-select .fun .xp_search_box .horizontal button:after,
.fun .xp_search_box .liscio .operatori_search_box .horizontal .control .bootstrap-select button:after,
.liscio .operatori_search_box .fun .xp_search_box .horizontal .control .bootstrap-select button:after,
.fun .liscio .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.liscio .fun .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.fun .liscio .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.liscio .fun .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.fun .liscio .xp_search_box .horizontal .control .bootstrap-select button:after,
.liscio .fun .xp_search_box .horizontal .control .bootstrap-select button:after,
.fun .xp_search_box .horizontal .romagna .operatori_search_box .vertical .bootstrap-select button:after,
.romagna .operatori_search_box .vertical .bootstrap-select .fun .xp_search_box .horizontal button:after,
.fun .xp_search_box .romagna .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna .operatori_search_box .fun .xp_search_box .horizontal .control .bootstrap-select button:after,
.fun .romagna .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna .fun .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.fun .romagna .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna .fun .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.fun .romagna .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna .fun .xp_search_box .horizontal .control .bootstrap-select button:after,
.fun .xp_search_box .horizontal .motorcycle .operatori_search_box .vertical .bootstrap-select button:after,
.motorcycle .operatori_search_box .vertical .bootstrap-select .fun .xp_search_box .horizontal button:after,
.fun .xp_search_box .motorcycle .operatori_search_box .horizontal .control .bootstrap-select button:after,
.motorcycle .operatori_search_box .fun .xp_search_box .horizontal .control .bootstrap-select button:after,
.fun .motorcycle .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.motorcycle .fun .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.fun .motorcycle .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.motorcycle .fun .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.fun .motorcycle .xp_search_box .horizontal .control .bootstrap-select button:after,
.motorcycle .fun .xp_search_box .horizontal .control .bootstrap-select button:after,
.fun .xp_search_box .horizontal .sport .operatori_search_box .vertical .bootstrap-select button:after,
.sport .operatori_search_box .vertical .bootstrap-select .fun .xp_search_box .horizontal button:after,
.fun .xp_search_box .sport .operatori_search_box .horizontal .control .bootstrap-select button:after,
.sport .operatori_search_box .fun .xp_search_box .horizontal .control .bootstrap-select button:after,
.fun .sport .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.sport .fun .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.fun .sport .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.sport .fun .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.fun .sport .xp_search_box .horizontal .control .bootstrap-select button:after,
.sport .fun .xp_search_box .horizontal .control .bootstrap-select button:after,
.fun .xp_search_box .horizontal .operatori_search_box .vertical .bootstrap-select button:after,
.fun .operatori_search_box .vertical .bootstrap-select .xp_search_box .horizontal button:after,
.fun .xp_search_box .operatori_search_box .horizontal .control .bootstrap-select button:after,
.fun .operatori_search_box .xp_search_box .horizontal .control .bootstrap-select button:after,
.fun .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.fun .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.fun .xp_search_box .horizontal .control .bootstrap-select button:after,
.fun .xp_search_box .events-homepage .header .eventsearchbox.horizontal .control .bootstrap-select button:after,
.events-homepage .header .fun .xp_search_box .eventsearchbox.horizontal .control .bootstrap-select button:after,
.fun .xp_search_box .horizontal .events-homepage .header .eventsearchbox.vertical .bootstrap-select button:after,
.events-homepage .header .eventsearchbox.vertical .bootstrap-select .fun .xp_search_box .horizontal button:after,
.fun .xp_search_box .events-page .header .eventsearchbox.horizontal .control .bootstrap-select button:after,
.events-page .header .fun .xp_search_box .eventsearchbox.horizontal .control .bootstrap-select button:after,
.fun .xp_search_box .horizontal .events-page .header .eventsearchbox.vertical .bootstrap-select button:after,
.events-page .header .eventsearchbox.vertical .bootstrap-select .fun .xp_search_box .horizontal button:after,
.fun .scopri .xp_search_box .horizontal .control .bootstrap-select button:after,
.scopri .fun .xp_search_box .horizontal .control .bootstrap-select button:after,
.fun .scopri .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.scopri .fun .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.fun .scopri .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.scopri .fun .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.fun .xp_search_box .scopri .operatori_search_box .horizontal .control .bootstrap-select button:after,
.scopri .operatori_search_box .fun .xp_search_box .horizontal .control .bootstrap-select button:after,
.fun .xp_search_box .horizontal .scopri .operatori_search_box .vertical .bootstrap-select button:after,
.scopri .operatori_search_box .vertical .bootstrap-select .fun .xp_search_box .horizontal button:after,
.fun .idee .xp_search_box .horizontal .control .bootstrap-select button:after,
.idee .fun .xp_search_box .horizontal .control .bootstrap-select button:after,
.fun .idee .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.idee .fun .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.fun .idee .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.idee .fun .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.fun .xp_search_box .idee .operatori_search_box .horizontal .control .bootstrap-select button:after,
.idee .operatori_search_box .fun .xp_search_box .horizontal .control .bootstrap-select button:after,
.fun .xp_search_box .horizontal .idee .operatori_search_box .vertical .bootstrap-select button:after,
.idee .operatori_search_box .vertical .bootstrap-select .fun .xp_search_box .horizontal button:after,
.fun .eventi .xp_search_box .horizontal .control .bootstrap-select button:after,
.eventi .fun .xp_search_box .horizontal .control .bootstrap-select button:after,
.fun .eventi .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.eventi .fun .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.fun .eventi .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.eventi .fun .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.fun .xp_search_box .eventi .operatori_search_box .horizontal .control .bootstrap-select button:after,
.eventi .operatori_search_box .fun .xp_search_box .horizontal .control .bootstrap-select button:after,
.fun .xp_search_box .horizontal .eventi .operatori_search_box .vertical .bootstrap-select button:after,
.eventi .operatori_search_box .vertical .bootstrap-select .fun .xp_search_box .horizontal button:after,
.fun .pianifica .xp_search_box .horizontal .control .bootstrap-select button:after,
.pianifica .fun .xp_search_box .horizontal .control .bootstrap-select button:after,
.fun .pianifica .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.pianifica .fun .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.fun .pianifica .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.pianifica .fun .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.fun .xp_search_box .pianifica .operatori_search_box .horizontal .control .bootstrap-select button:after,
.pianifica .operatori_search_box .fun .xp_search_box .horizontal .control .bootstrap-select button:after,
.fun .xp_search_box .horizontal .pianifica .operatori_search_box .vertical .bootstrap-select button:after,
.pianifica .operatori_search_box .vertical .bootstrap-select .fun .xp_search_box .horizontal button:after,
.fun .esperienze .xp_search_box .horizontal .control .bootstrap-select button:after,
.esperienze .fun .xp_search_box .horizontal .control .bootstrap-select button:after,
.fun .esperienze .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.esperienze .fun .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.fun .esperienze .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.esperienze .fun .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.fun .xp_search_box .esperienze .operatori_search_box .horizontal .control .bootstrap-select button:after,
.esperienze .operatori_search_box .fun .xp_search_box .horizontal .control .bootstrap-select button:after,
.fun .xp_search_box .horizontal .esperienze .operatori_search_box .vertical .bootstrap-select button:after,
.esperienze .operatori_search_box .vertical .bootstrap-select .fun .xp_search_box .horizontal button:after,
.fun .news .xp_search_box .horizontal .control .bootstrap-select button:after,
.news .fun .xp_search_box .horizontal .control .bootstrap-select button:after,
.fun .news .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.news .fun .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.fun .news .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.news .fun .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.fun .xp_search_box .news .operatori_search_box .horizontal .control .bootstrap-select button:after,
.news .operatori_search_box .fun .xp_search_box .horizontal .control .bootstrap-select button:after,
.fun .xp_search_box .horizontal .news .operatori_search_box .vertical .bootstrap-select button:after,
.news .operatori_search_box .vertical .bootstrap-select .fun .xp_search_box .horizontal button:after,
.fun .iat .xp_search_box .horizontal .control .bootstrap-select button:after,
.iat .fun .xp_search_box .horizontal .control .bootstrap-select button:after,
.fun .iat .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.iat .fun .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.fun .iat .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.iat .fun .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.fun .xp_search_box .iat .operatori_search_box .horizontal .control .bootstrap-select button:after,
.iat .operatori_search_box .fun .xp_search_box .horizontal .control .bootstrap-select button:after,
.fun .xp_search_box .horizontal .iat .operatori_search_box .vertical .bootstrap-select button:after,
.iat .operatori_search_box .vertical .bootstrap-select .fun .xp_search_box .horizontal button:after,
.fun .meteo .xp_search_box .horizontal .control .bootstrap-select button:after,
.meteo .fun .xp_search_box .horizontal .control .bootstrap-select button:after,
.fun .meteo .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.meteo .fun .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.fun .meteo .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.meteo .fun .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.fun .xp_search_box .meteo .operatori_search_box .horizontal .control .bootstrap-select button:after,
.meteo .operatori_search_box .fun .xp_search_box .horizontal .control .bootstrap-select button:after,
.fun .xp_search_box .horizontal .meteo .operatori_search_box .vertical .bootstrap-select button:after,
.meteo .operatori_search_box .vertical .bootstrap-select .fun .xp_search_box .horizontal button:after,
.fun .odm .xp_search_box .horizontal .control .bootstrap-select button:after,
.odm .fun .xp_search_box .horizontal .control .bootstrap-select button:after,
.fun .odm .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.odm .fun .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.fun .odm .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.odm .fun .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.fun .xp_search_box .odm .operatori_search_box .horizontal .control .bootstrap-select button:after,
.odm .operatori_search_box .fun .xp_search_box .horizontal .control .bootstrap-select button:after,
.fun .xp_search_box .horizontal .odm .operatori_search_box .vertical .bootstrap-select button:after,
.odm .operatori_search_box .vertical .bootstrap-select .fun .xp_search_box .horizontal button:after,
.fun .booking .xp_search_box .horizontal .control .bootstrap-select button:after,
.booking .fun .xp_search_box .horizontal .control .bootstrap-select button:after,
.fun .booking .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.booking .fun .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.fun .booking .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.booking .fun .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.fun .xp_search_box .booking .operatori_search_box .horizontal .control .bootstrap-select button:after,
.booking .operatori_search_box .fun .xp_search_box .horizontal .control .bootstrap-select button:after,
.fun .xp_search_box .horizontal .booking .operatori_search_box .vertical .bootstrap-select button:after,
.booking .operatori_search_box .vertical .bootstrap-select .fun .xp_search_box .horizontal button:after,
.fun .rock .xp_search_box .horizontal .control .bootstrap-select button:after,
.rock .fun .xp_search_box .horizontal .control .bootstrap-select button:after,
.fun .rock .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.rock .fun .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.fun .rock .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.rock .fun .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.fun .xp_search_box .rock .operatori_search_box .horizontal .control .bootstrap-select button:after,
.rock .operatori_search_box .fun .xp_search_box .horizontal .control .bootstrap-select button:after,
.fun .xp_search_box .horizontal .rock .operatori_search_box .vertical .bootstrap-select button:after,
.rock .operatori_search_box .vertical .bootstrap-select .fun .xp_search_box .horizontal button:after,
.fun .beach .xp_search_box .horizontal .control .bootstrap-select button:after,
.beach .fun .xp_search_box .horizontal .control .bootstrap-select button:after,
.fun .beach .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.beach .fun .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.fun .beach .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.beach .fun .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.fun .xp_search_box .beach .operatori_search_box .horizontal .control .bootstrap-select button:after,
.beach .operatori_search_box .fun .xp_search_box .horizontal .control .bootstrap-select button:after,
.fun .xp_search_box .horizontal .beach .operatori_search_box .vertical .bootstrap-select button:after,
.beach .operatori_search_box .vertical .bootstrap-select .fun .xp_search_box .horizontal button:after,
.fun .food .xp_search_box .horizontal .control .bootstrap-select button:after,
.food .fun .xp_search_box .horizontal .control .bootstrap-select button:after,
.fun .food .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.food .fun .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.fun .food .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.food .fun .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.fun .xp_search_box .food .operatori_search_box .horizontal .control .bootstrap-select button:after,
.food .operatori_search_box .fun .xp_search_box .horizontal .control .bootstrap-select button:after,
.fun .xp_search_box .horizontal .food .operatori_search_box .vertical .bootstrap-select button:after,
.food .operatori_search_box .vertical .bootstrap-select .fun .xp_search_box .horizontal button:after,
.fun .nature .xp_search_box .horizontal .control .bootstrap-select button:after,
.nature .fun .xp_search_box .horizontal .control .bootstrap-select button:after,
.fun .nature .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.nature .fun .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.fun .nature .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.nature .fun .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.fun .xp_search_box .nature .operatori_search_box .horizontal .control .bootstrap-select button:after,
.nature .operatori_search_box .fun .xp_search_box .horizontal .control .bootstrap-select button:after,
.fun .xp_search_box .horizontal .nature .operatori_search_box .vertical .bootstrap-select button:after,
.nature .operatori_search_box .vertical .bootstrap-select .fun .xp_search_box .horizontal button:after,
.fun .romagna_autentica .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna_autentica .fun .xp_search_box .horizontal .control .bootstrap-select button:after,
.fun .romagna_autentica .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna_autentica .fun .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.fun .romagna_autentica .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna_autentica .fun .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.fun .xp_search_box .romagna_autentica .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna_autentica .operatori_search_box .fun .xp_search_box .horizontal .control .bootstrap-select button:after,
.fun .xp_search_box .horizontal .romagna_autentica .operatori_search_box .vertical .bootstrap-select button:after,
.romagna_autentica .operatori_search_box .vertical .bootstrap-select .fun .xp_search_box .horizontal button:after,
.fun .culture .xp_search_box .horizontal .control .bootstrap-select button:after,
.culture .fun .xp_search_box .horizontal .control .bootstrap-select button:after,
.fun .culture .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.culture .fun .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.fun .culture .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.culture .fun .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.fun .xp_search_box .culture .operatori_search_box .horizontal .control .bootstrap-select button:after,
.culture .operatori_search_box .fun .xp_search_box .horizontal .control .bootstrap-select button:after,
.fun .xp_search_box .horizontal .culture .operatori_search_box .vertical .bootstrap-select button:after,
.culture .operatori_search_box .vertical .bootstrap-select .fun .xp_search_box .horizontal button:after,
.fun .castle .xp_search_box .horizontal .control .bootstrap-select button:after,
.castle .fun .xp_search_box .horizontal .control .bootstrap-select button:after,
.fun .castle .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.castle .fun .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.fun .castle .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.castle .fun .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.fun .xp_search_box .castle .operatori_search_box .horizontal .control .bootstrap-select button:after,
.castle .operatori_search_box .fun .xp_search_box .horizontal .control .bootstrap-select button:after,
.fun .xp_search_box .horizontal .castle .operatori_search_box .vertical .bootstrap-select button:after,
.castle .operatori_search_box .vertical .bootstrap-select .fun .xp_search_box .horizontal button:after,
.fun .bike .xp_search_box .horizontal .control .bootstrap-select button:after,
.bike .fun .xp_search_box .horizontal .control .bootstrap-select button:after,
.fun .bike .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.bike .fun .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.fun .bike .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.bike .fun .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.fun .xp_search_box .bike .operatori_search_box .horizontal .control .bootstrap-select button:after,
.bike .operatori_search_box .fun .xp_search_box .horizontal .control .bootstrap-select button:after,
.fun .xp_search_box .horizontal .bike .operatori_search_box .vertical .bootstrap-select button:after,
.bike .operatori_search_box .vertical .bootstrap-select .fun .xp_search_box .horizontal button:after,
.fun .empire .xp_search_box .horizontal .control .bootstrap-select button:after,
.empire .fun .xp_search_box .horizontal .control .bootstrap-select button:after,
.fun .empire .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.empire .fun .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.fun .empire .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.empire .fun .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.fun .xp_search_box .empire .operatori_search_box .horizontal .control .bootstrap-select button:after,
.empire .operatori_search_box .fun .xp_search_box .horizontal .control .bootstrap-select button:after,
.fun .xp_search_box .horizontal .empire .operatori_search_box .vertical .bootstrap-select button:after,
.empire .operatori_search_box .vertical .bootstrap-select .fun .xp_search_box .horizontal button:after,
.fun .wellness .xp_search_box .horizontal .control .bootstrap-select button:after,
.wellness .fun .xp_search_box .horizontal .control .bootstrap-select button:after,
.fun .wellness .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.wellness .fun .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.fun .wellness .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.wellness .fun .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.fun .xp_search_box .wellness .operatori_search_box .horizontal .control .bootstrap-select button:after,
.wellness .operatori_search_box .fun .xp_search_box .horizontal .control .bootstrap-select button:after,
.fun .xp_search_box .horizontal .wellness .operatori_search_box .vertical .bootstrap-select button:after,
.wellness .operatori_search_box .vertical .bootstrap-select .fun .xp_search_box .horizontal button:after {
  line-height: 2.2rem;
}

.fun .xp_search_box .horizontal button.collapsible {
  border: none;
  background-color: transparent;
  display: block;
  width: 100%;
  font-size: 1.6rem;
  color: #ffffff;
  letter-spacing: -0.41px;
  text-align: left;
  text-transform: uppercase;
  display: block;
}

.fun .xp_search_box .horizontal .control {
  padding: 0.5rem 1rem;
  height: 5rem;
  background-color: white;
  margin: 0.5rem;
}

.fun .xp_search_box .horizontal .control.btn-holder {
  min-width: 2rem;
  width: auto;
  padding: 0px;
}

.fun .xp_search_box .horizontal .control.btn-holder button {
  width: 100%;
  border: none;
  background-color: #ea60ef;
  height: 100%;
  font-size: 1.6rem;
  color: #ffffff;
  letter-spacing: -0.41px;
  text-align: center;
  text-transform: uppercase;
  display: block;
  padding: 0px;
}

.fun .xp_search_box .horizontal .control .ert-dropdown {
  width: 100%;
}

.fun .xp_search_box .horizontal .control .ert-dropdown * {
  cursor: pointer;
}

.fun .xp_search_box .horizontal .control .ert-dropdown .ert-combo {
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
  display: block;
  text-align: left;
}

.fun .xp_search_box .horizontal .control .ert-dropdown .ert-combo::after {
  border: none;
}

.fun .xp_search_box .horizontal .control .ert-dropdown .ert-combo i {
  transition: 500ms ease;
  transform: rotate(0);
  position: absolute;
  top: 2.25rem;
  right: 15px;
}

.fun .xp_search_box .horizontal .control .ert-dropdown .ert-combo .button {
  padding: 0px;
}

.fun .xp_search_box .horizontal .control .ert-dropdown.show .ert-combo i {
  transform: rotate(180deg);
}

.fun .xp_search_box .horizontal .control .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: auto;
}

.fun .xp_search_box .horizontal .control .bootstrap-select {
  margin-top: -1px;
}

.fun .xp_search_box .horizontal .control .bootstrap-select *:focus {
  box-shadow: none important;
}

.fun .xp_search_box .horizontal .control .bootstrap-select button {
  padding: 0px;
  font-size: 1.5rem;
  background: #ffffff;
  color: #848484;
  letter-spacing: 0.3px;
  border: none;
  border-radius: 0;
}

.fun .xp_search_box .horizontal .control .bootstrap-select button:after {
  content: "\F078";
  border: none;
}

.fun .xp_search_box .horizontal .control .bootstrap-select .dropdown-menu {
  width: 100% !important;
  border: none;
  border-radius: 0;
  box-shadow: 0px 2px 2px 0px #a9a9a970;
  border-top: 1px solid #a9a9a970;
}

.fun .xp_search_box .horizontal .control .bootstrap-select .dropdown-menu.inner.show {
  border-top: none;
}

.fun .xp_search_box .horizontal .control .bootstrap-select .dropdown-menu .dropdown-item {
  font-size: 1.5rem;
  line-height: 4rem;
}

.fun .xp_search_box .horizontal .control .bootstrap-select .dropdown-menu .dropdown-item:active,
.fun .xp_search_box .horizontal .control .bootstrap-select .dropdown-menu .dropdown-item.active {
  background-color: #F08EF4;
}

.fun .xp_search_box .horizontal .control label {
  background: #ffffff;
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
  line-height: 2.4rem;
  margin-bottom: 0px;
  margin-right: 0.5rem;
}

@media (max-width: 768px) {
  .fun .xp_search_box .horizontal .control label {
    min-width: 6.2rem;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .fun .xp_search_box .horizontal .control label {
    display: none;
  }
}

.fun .xp_search_box .horizontal .control .flatpickr-mobile.form-control {
  padding: 1px 0;
}

.fun .xp_search_box .horizontal .control input[type=text],
.fun .xp_search_box .horizontal .control input[type=date] {
  border: none;
  font-size: 1.5rem;
  border-radius: 0;
  background-color: white;
  border-bottom: 1px solid #495057;
  min-width: 0;
  height: auto;
}

.fun .xp_search_box .horizontal .control input[type=text]:focus,
.fun .xp_search_box .horizontal .control input[type=date]:focus {
  box-shadow: none;
}

.fun .xp_search_box .vertical {
  max-width: 30rem;
  z-index: 10;
  position: relative;
  height: 4.4rem;
  margin: 0 auto;
}

.fun .xp_search_box .vertical button.collapsible {
  border: none;
  background-color: transparent;
  display: block;
  position: absolute;
  width: 100%;
}

.fun .xp_search_box .vertical .dropbutton {
  display: none;
}

.fun .xp_search_box .vertical .dropbutton.collapsed {
  display: block;
}

.fun .xp_search_box .vertical #collapse-events {
  padding: 1.8rem;
  background-color: #F08EF4;
  background-image: linear-gradient(-180deg, #f08bf4 0%, #F08EF4 48%, #f08cf4 80%);
  font-size: 1.6rem;
}

.fun .xp_search_box .vertical .fa-chevron-up {
  text-align: right;
  line-height: 4rem;
  color: white;
  margin-bottom: 1.8rem;
}

.fun .xp_search_box .vertical .form-group {
  background: #ffffff;
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
}

.fun .xp_search_box .vertical .form-group .col-form-label {
  line-height: 5rem;
}

.fun .xp_search_box .vertical .ert-text {
  border: none;
  font-size: 1.5rem;
  height: 60px;
  border-radius: 0;
  background-color: white;
}

.fun .xp_search_box .vertical .ert-text.line {
  border-bottom: 1px solid #495057;
  height: auto;
  margin-top: 14px;
}

.fun .xp_search_box .vertical .ert-text:focus {
  box-shadow: none;
}

.fun .xp_search_box .vertical button.search {
  border: none;
  position: absolute;
  bottom: -10rem;
  left: 5%;
  right: 5%;
  width: 90%;
  line-height: 4.4rem;
}

.fun .xp_search_box .vertical .datepicker-holder {
  padding-right: 0px;
}

.fun .xp_search_box .vertical .datepicker-holder * {
  cursor: pointer;
}

.fun .xp_search_box .vertical .datepicker-holder input[type=date]::-webkit-calendar-picker-indicator {
  width: 1.2rem;
  height: 0.7rem;
  -webkit-mask: url(/images/caret.svg);
          mask: url(/images/caret.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  -webkit-transition: 500ms ease;
  transition: 500ms ease;
  background-color: #686868;
}

.fun .xp_search_box .vertical .datepicker-holder .flatpickr-calendar.static {
  margin-left: -193px;
  margin-top: -184px;
  left: 50%;
  top: 50%;
}

.fun .xp_search_box .vertical .datepicker-holder .flatpickr-calendar.static.arrowBottom:after {
  display: none;
}

.fun .xp_search_box .vertical .datepicker-holder .flatpickr-calendar.static.arrowBottom:before {
  display: none;
}

.fun .xp_search_box .vertical .datepicker-holder .flatpickr-months .flatpickr-month {
  height: 32px;
}

.fun .xp_search_box .vertical .ert-dropdown * {
  cursor: pointer;
}

.fun .xp_search_box .vertical .ert-dropdown .ert-combo {
  background: #ffffff;
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
  line-height: 5rem;
  display: block;
  width: 100%;
  height: 60px;
  text-align: left;
}

.fun .xp_search_box .vertical .ert-dropdown .ert-combo::after {
  border: none;
}

.fun .xp_search_box .vertical .ert-dropdown .ert-combo i {
  transition: 500ms ease;
  transform: rotate(0);
  position: absolute;
  top: 2.25rem;
  right: 15px;
}

.fun .xp_search_box .vertical .ert-dropdown .ert-combo .button {
  padding: 0px;
}

.fun .xp_search_box .vertical .ert-dropdown .dropdown-menu {
  width: 100% !important;
  border: none;
  border-radius: 0;
  box-shadow: 0px 2px 2px 0px #a9a9a970;
  border-top: 1px solid #a9a9a970;
}

.fun .xp_search_box .vertical .ert-dropdown .dropdown-menu .dropdown-item {
  font-size: 1.5rem;
  line-height: 4rem;
}

.fun .xp_search_box .vertical .ert-dropdown .dropdown-menu .dropdown-item:active {
  background-color: #F08EF4;
}

.fun .xp_search_box .vertical .ert-dropdown.show .ert-combo i {
  transform: rotate(180deg);
}

.fun .xp_search_box .vertical .bootstrap-select *:focus {
  box-shadow: none important;
}

.fun .xp_search_box .vertical .bootstrap-select button {
  font-size: 1.5rem;
  color: #848484;
  letter-spacing: 0.3px;
  border: none;
  font-size: 1.5rem;
  height: 60px;
  border-radius: 0;
  background-color: white;
}

.fun .xp_search_box .vertical .bootstrap-select button:after {
  content: "\F078";
  border: none;
}

.fun .xp_search_box .vertical .bootstrap-select .dropdown-menu {
  width: 100% !important;
  border: none;
  border-radius: 0;
  box-shadow: 0px 2px 2px 0px #a9a9a970;
  border-top: 1px solid #a9a9a970;
}

.fun .xp_search_box .vertical .bootstrap-select .dropdown-menu .dropdown-item {
  font-size: 1.5rem;
  line-height: 4rem;
}

.fun .xp_search_box .vertical .bootstrap-select .dropdown-menu .dropdown-item:active,
.fun .xp_search_box .vertical .bootstrap-select .dropdown-menu .dropdown-item.active {
  background-color: #F08EF4;
}

.fun .xp_search_box .vertical .btn-er,
.fun .xp_search_box .vertical .instagram .instabutton div span,
.instagram .instabutton div .fun .xp_search_box .vertical span {
  margin-top: 18px;
}

.fun .xp_search_box .vertical .btn-er .fa-chevron-down,
.fun .xp_search_box .vertical .instagram .instabutton div span .fa-chevron-down,
.instagram .instabutton div .fun .xp_search_box .vertical span .fa-chevron-down {
  float: right;
  line-height: 4rem;
}

.fun .operatori_search_box button span {
  color: white;
}

.fun .operatori_search_box .city {
  color: white;
}

.fun .operatori_search_box .horizontal {
  padding: 1rem;
  background-color: #F08EF4;
  background-image: linear-gradient(-180deg, #f08bf4 0%, #F08EF4 48%, #f08cf4 80%);
  font-size: 1.6rem;
}

.fun .operatori_search_box .horizontal.collapsed {
  border-radius: 2px;
  box-shadow: -1px 0 3px 0 rgba(0, 0, 0, 0.25);
}

.fun .operatori_search_box .horizontal .fa,
.fun .operatori_search_box .horizontal .search .searchearchbox.vertical .bootstrap-select button:after,
.search .searchearchbox.vertical .bootstrap-select .fun .operatori_search_box .horizontal button:after,
.fun .operatori_search_box .search .searchearchbox.horizontal .control .bootstrap-select button:after,
.search .fun .operatori_search_box .searchearchbox.horizontal .control .bootstrap-select button:after,
.fun .operatori_search_box .horizontal .downloads .downloadsearchbox.vertical .bootstrap-select button:after,
.downloads .downloadsearchbox.vertical .bootstrap-select .fun .operatori_search_box .horizontal button:after,
.fun .operatori_search_box .downloads .downloadsearchbox.horizontal .control .bootstrap-select button:after,
.downloads .fun .operatori_search_box .downloadsearchbox.horizontal .control .bootstrap-select button:after,
.fun .operatori_search_box .horizontal .localita #searchbox-app .bootstrap-select button:after,
.localita #searchbox-app .bootstrap-select .fun .operatori_search_box .horizontal button:after,
.fun .operatori_search_box .horizontal .itinerari .searchbox .control .bootstrap-select button:after,
.itinerari .searchbox .control .bootstrap-select .fun .operatori_search_box .horizontal button:after,
.fun .operatori_search_box .itinerari .searchbox.horizontal .control .bootstrap-select button:after,
.itinerari .fun .operatori_search_box .searchbox.horizontal .control .bootstrap-select button:after,
.fun .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .fun .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.fun .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .fun .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.fun .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .fun .operatori_search_box .horizontal .control .bootstrap-select button:after,
.fun .operatori_search_box .horizontal .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .vertical .bootstrap-select .fun .operatori_search_box .horizontal button:after,
.fun .operatori_search_box .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .fun .operatori_search_box .horizontal .control .bootstrap-select button:after,
.fun .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .fun .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.fun .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .fun .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.fun .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .fun .operatori_search_box .horizontal .control .bootstrap-select button:after,
.fun .operatori_search_box .horizontal .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .vertical .bootstrap-select .fun .operatori_search_box .horizontal button:after,
.fun .operatori_search_box .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .fun .operatori_search_box .horizontal .control .bootstrap-select button:after,
.fun .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .fun .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.fun .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .fun .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.fun .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .fun .operatori_search_box .horizontal .control .bootstrap-select button:after,
.fun .operatori_search_box .horizontal .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .vertical .bootstrap-select .fun .operatori_search_box .horizontal button:after,
.fun .operatori_search_box .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .fun .operatori_search_box .horizontal .control .bootstrap-select button:after,
.fun .romagna-craft .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna-craft .fun .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.fun .romagna-craft .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna-craft .fun .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.fun .romagna-craft .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna-craft .fun .operatori_search_box .horizontal .control .bootstrap-select button:after,
.fun .operatori_search_box .horizontal .romagna-craft .xp_search_box .vertical .bootstrap-select button:after,
.romagna-craft .xp_search_box .vertical .bootstrap-select .fun .operatori_search_box .horizontal button:after,
.fun .operatori_search_box .romagna-craft .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna-craft .xp_search_box .fun .operatori_search_box .horizontal .control .bootstrap-select button:after,
.fun .spass .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.spass .fun .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.fun .spass .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.spass .fun .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.fun .spass .operatori_search_box .horizontal .control .bootstrap-select button:after,
.spass .fun .operatori_search_box .horizontal .control .bootstrap-select button:after,
.fun .operatori_search_box .horizontal .spass .xp_search_box .vertical .bootstrap-select button:after,
.spass .xp_search_box .vertical .bootstrap-select .fun .operatori_search_box .horizontal button:after,
.fun .operatori_search_box .spass .xp_search_box .horizontal .control .bootstrap-select button:after,
.spass .xp_search_box .fun .operatori_search_box .horizontal .control .bootstrap-select button:after,
.fun .natur .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.natur .fun .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.fun .natur .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.natur .fun .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.fun .natur .operatori_search_box .horizontal .control .bootstrap-select button:after,
.natur .fun .operatori_search_box .horizontal .control .bootstrap-select button:after,
.fun .operatori_search_box .horizontal .natur .xp_search_box .vertical .bootstrap-select button:after,
.natur .xp_search_box .vertical .bootstrap-select .fun .operatori_search_box .horizontal button:after,
.fun .operatori_search_box .natur .xp_search_box .horizontal .control .bootstrap-select button:after,
.natur .xp_search_box .fun .operatori_search_box .horizontal .control .bootstrap-select button:after,
.fun .kultur .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.kultur .fun .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.fun .kultur .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.kultur .fun .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.fun .kultur .operatori_search_box .horizontal .control .bootstrap-select button:after,
.kultur .fun .operatori_search_box .horizontal .control .bootstrap-select button:after,
.fun .operatori_search_box .horizontal .kultur .xp_search_box .vertical .bootstrap-select button:after,
.kultur .xp_search_box .vertical .bootstrap-select .fun .operatori_search_box .horizontal button:after,
.fun .operatori_search_box .kultur .xp_search_box .horizontal .control .bootstrap-select button:after,
.kultur .xp_search_box .fun .operatori_search_box .horizontal .control .bootstrap-select button:after,
.fun .pet .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.pet .fun .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.fun .pet .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.pet .fun .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.fun .pet .operatori_search_box .horizontal .control .bootstrap-select button:after,
.pet .fun .operatori_search_box .horizontal .control .bootstrap-select button:after,
.fun .operatori_search_box .horizontal .pet .xp_search_box .vertical .bootstrap-select button:after,
.pet .xp_search_box .vertical .bootstrap-select .fun .operatori_search_box .horizontal button:after,
.fun .operatori_search_box .pet .xp_search_box .horizontal .control .bootstrap-select button:after,
.pet .xp_search_box .fun .operatori_search_box .horizontal .control .bootstrap-select button:after,
.fun .default .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.default .fun .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.fun .default .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.default .fun .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.fun .default .operatori_search_box .horizontal .control .bootstrap-select button:after,
.default .fun .operatori_search_box .horizontal .control .bootstrap-select button:after,
.fun .operatori_search_box .horizontal .default .xp_search_box .vertical .bootstrap-select button:after,
.default .xp_search_box .vertical .bootstrap-select .fun .operatori_search_box .horizontal button:after,
.fun .operatori_search_box .default .xp_search_box .horizontal .control .bootstrap-select button:after,
.default .xp_search_box .fun .operatori_search_box .horizontal .control .bootstrap-select button:after,
.fun .liscio .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.liscio .fun .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.fun .liscio .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.liscio .fun .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.fun .liscio .operatori_search_box .horizontal .control .bootstrap-select button:after,
.liscio .fun .operatori_search_box .horizontal .control .bootstrap-select button:after,
.fun .operatori_search_box .horizontal .liscio .xp_search_box .vertical .bootstrap-select button:after,
.liscio .xp_search_box .vertical .bootstrap-select .fun .operatori_search_box .horizontal button:after,
.fun .operatori_search_box .liscio .xp_search_box .horizontal .control .bootstrap-select button:after,
.liscio .xp_search_box .fun .operatori_search_box .horizontal .control .bootstrap-select button:after,
.fun .romagna .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna .fun .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.fun .romagna .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna .fun .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.fun .romagna .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna .fun .operatori_search_box .horizontal .control .bootstrap-select button:after,
.fun .operatori_search_box .horizontal .romagna .xp_search_box .vertical .bootstrap-select button:after,
.romagna .xp_search_box .vertical .bootstrap-select .fun .operatori_search_box .horizontal button:after,
.fun .operatori_search_box .romagna .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna .xp_search_box .fun .operatori_search_box .horizontal .control .bootstrap-select button:after,
.fun .motorcycle .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.motorcycle .fun .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.fun .motorcycle .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.motorcycle .fun .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.fun .motorcycle .operatori_search_box .horizontal .control .bootstrap-select button:after,
.motorcycle .fun .operatori_search_box .horizontal .control .bootstrap-select button:after,
.fun .operatori_search_box .horizontal .motorcycle .xp_search_box .vertical .bootstrap-select button:after,
.motorcycle .xp_search_box .vertical .bootstrap-select .fun .operatori_search_box .horizontal button:after,
.fun .operatori_search_box .motorcycle .xp_search_box .horizontal .control .bootstrap-select button:after,
.motorcycle .xp_search_box .fun .operatori_search_box .horizontal .control .bootstrap-select button:after,
.fun .sport .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.sport .fun .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.fun .sport .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.sport .fun .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.fun .sport .operatori_search_box .horizontal .control .bootstrap-select button:after,
.sport .fun .operatori_search_box .horizontal .control .bootstrap-select button:after,
.fun .operatori_search_box .horizontal .sport .xp_search_box .vertical .bootstrap-select button:after,
.sport .xp_search_box .vertical .bootstrap-select .fun .operatori_search_box .horizontal button:after,
.fun .operatori_search_box .sport .xp_search_box .horizontal .control .bootstrap-select button:after,
.sport .xp_search_box .fun .operatori_search_box .horizontal .control .bootstrap-select button:after,
.fun .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.fun .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.fun .operatori_search_box .horizontal .control .bootstrap-select button:after,
.fun .operatori_search_box .events-homepage .header .eventsearchbox.horizontal .control .bootstrap-select button:after,
.events-homepage .header .fun .operatori_search_box .eventsearchbox.horizontal .control .bootstrap-select button:after,
.fun .operatori_search_box .horizontal .events-homepage .header .eventsearchbox.vertical .bootstrap-select button:after,
.events-homepage .header .eventsearchbox.vertical .bootstrap-select .fun .operatori_search_box .horizontal button:after,
.fun .operatori_search_box .events-page .header .eventsearchbox.horizontal .control .bootstrap-select button:after,
.events-page .header .fun .operatori_search_box .eventsearchbox.horizontal .control .bootstrap-select button:after,
.fun .operatori_search_box .horizontal .events-page .header .eventsearchbox.vertical .bootstrap-select button:after,
.events-page .header .eventsearchbox.vertical .bootstrap-select .fun .operatori_search_box .horizontal button:after,
.fun .operatori_search_box .scopri .xp_search_box .horizontal .control .bootstrap-select button:after,
.scopri .xp_search_box .fun .operatori_search_box .horizontal .control .bootstrap-select button:after,
.fun .operatori_search_box .horizontal .scopri .xp_search_box .vertical .bootstrap-select button:after,
.scopri .xp_search_box .vertical .bootstrap-select .fun .operatori_search_box .horizontal button:after,
.fun .scopri .operatori_search_box .horizontal .control .bootstrap-select button:after,
.scopri .fun .operatori_search_box .horizontal .control .bootstrap-select button:after,
.fun .scopri .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.scopri .fun .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.fun .scopri .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.scopri .fun .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.fun .operatori_search_box .idee .xp_search_box .horizontal .control .bootstrap-select button:after,
.idee .xp_search_box .fun .operatori_search_box .horizontal .control .bootstrap-select button:after,
.fun .operatori_search_box .horizontal .idee .xp_search_box .vertical .bootstrap-select button:after,
.idee .xp_search_box .vertical .bootstrap-select .fun .operatori_search_box .horizontal button:after,
.fun .idee .operatori_search_box .horizontal .control .bootstrap-select button:after,
.idee .fun .operatori_search_box .horizontal .control .bootstrap-select button:after,
.fun .idee .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.idee .fun .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.fun .idee .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.idee .fun .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.fun .operatori_search_box .eventi .xp_search_box .horizontal .control .bootstrap-select button:after,
.eventi .xp_search_box .fun .operatori_search_box .horizontal .control .bootstrap-select button:after,
.fun .operatori_search_box .horizontal .eventi .xp_search_box .vertical .bootstrap-select button:after,
.eventi .xp_search_box .vertical .bootstrap-select .fun .operatori_search_box .horizontal button:after,
.fun .eventi .operatori_search_box .horizontal .control .bootstrap-select button:after,
.eventi .fun .operatori_search_box .horizontal .control .bootstrap-select button:after,
.fun .eventi .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.eventi .fun .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.fun .eventi .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.eventi .fun .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.fun .operatori_search_box .pianifica .xp_search_box .horizontal .control .bootstrap-select button:after,
.pianifica .xp_search_box .fun .operatori_search_box .horizontal .control .bootstrap-select button:after,
.fun .operatori_search_box .horizontal .pianifica .xp_search_box .vertical .bootstrap-select button:after,
.pianifica .xp_search_box .vertical .bootstrap-select .fun .operatori_search_box .horizontal button:after,
.fun .pianifica .operatori_search_box .horizontal .control .bootstrap-select button:after,
.pianifica .fun .operatori_search_box .horizontal .control .bootstrap-select button:after,
.fun .pianifica .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.pianifica .fun .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.fun .pianifica .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.pianifica .fun .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.fun .operatori_search_box .esperienze .xp_search_box .horizontal .control .bootstrap-select button:after,
.esperienze .xp_search_box .fun .operatori_search_box .horizontal .control .bootstrap-select button:after,
.fun .operatori_search_box .horizontal .esperienze .xp_search_box .vertical .bootstrap-select button:after,
.esperienze .xp_search_box .vertical .bootstrap-select .fun .operatori_search_box .horizontal button:after,
.fun .esperienze .operatori_search_box .horizontal .control .bootstrap-select button:after,
.esperienze .fun .operatori_search_box .horizontal .control .bootstrap-select button:after,
.fun .esperienze .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.esperienze .fun .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.fun .esperienze .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.esperienze .fun .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.fun .operatori_search_box .news .xp_search_box .horizontal .control .bootstrap-select button:after,
.news .xp_search_box .fun .operatori_search_box .horizontal .control .bootstrap-select button:after,
.fun .operatori_search_box .horizontal .news .xp_search_box .vertical .bootstrap-select button:after,
.news .xp_search_box .vertical .bootstrap-select .fun .operatori_search_box .horizontal button:after,
.fun .news .operatori_search_box .horizontal .control .bootstrap-select button:after,
.news .fun .operatori_search_box .horizontal .control .bootstrap-select button:after,
.fun .news .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.news .fun .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.fun .news .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.news .fun .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.fun .operatori_search_box .iat .xp_search_box .horizontal .control .bootstrap-select button:after,
.iat .xp_search_box .fun .operatori_search_box .horizontal .control .bootstrap-select button:after,
.fun .operatori_search_box .horizontal .iat .xp_search_box .vertical .bootstrap-select button:after,
.iat .xp_search_box .vertical .bootstrap-select .fun .operatori_search_box .horizontal button:after,
.fun .iat .operatori_search_box .horizontal .control .bootstrap-select button:after,
.iat .fun .operatori_search_box .horizontal .control .bootstrap-select button:after,
.fun .iat .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.iat .fun .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.fun .iat .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.iat .fun .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.fun .operatori_search_box .meteo .xp_search_box .horizontal .control .bootstrap-select button:after,
.meteo .xp_search_box .fun .operatori_search_box .horizontal .control .bootstrap-select button:after,
.fun .operatori_search_box .horizontal .meteo .xp_search_box .vertical .bootstrap-select button:after,
.meteo .xp_search_box .vertical .bootstrap-select .fun .operatori_search_box .horizontal button:after,
.fun .meteo .operatori_search_box .horizontal .control .bootstrap-select button:after,
.meteo .fun .operatori_search_box .horizontal .control .bootstrap-select button:after,
.fun .meteo .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.meteo .fun .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.fun .meteo .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.meteo .fun .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.fun .operatori_search_box .odm .xp_search_box .horizontal .control .bootstrap-select button:after,
.odm .xp_search_box .fun .operatori_search_box .horizontal .control .bootstrap-select button:after,
.fun .operatori_search_box .horizontal .odm .xp_search_box .vertical .bootstrap-select button:after,
.odm .xp_search_box .vertical .bootstrap-select .fun .operatori_search_box .horizontal button:after,
.fun .odm .operatori_search_box .horizontal .control .bootstrap-select button:after,
.odm .fun .operatori_search_box .horizontal .control .bootstrap-select button:after,
.fun .odm .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.odm .fun .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.fun .odm .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.odm .fun .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.fun .operatori_search_box .booking .xp_search_box .horizontal .control .bootstrap-select button:after,
.booking .xp_search_box .fun .operatori_search_box .horizontal .control .bootstrap-select button:after,
.fun .operatori_search_box .horizontal .booking .xp_search_box .vertical .bootstrap-select button:after,
.booking .xp_search_box .vertical .bootstrap-select .fun .operatori_search_box .horizontal button:after,
.fun .booking .operatori_search_box .horizontal .control .bootstrap-select button:after,
.booking .fun .operatori_search_box .horizontal .control .bootstrap-select button:after,
.fun .booking .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.booking .fun .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.fun .booking .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.booking .fun .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.fun .operatori_search_box .rock .xp_search_box .horizontal .control .bootstrap-select button:after,
.rock .xp_search_box .fun .operatori_search_box .horizontal .control .bootstrap-select button:after,
.fun .operatori_search_box .horizontal .rock .xp_search_box .vertical .bootstrap-select button:after,
.rock .xp_search_box .vertical .bootstrap-select .fun .operatori_search_box .horizontal button:after,
.fun .rock .operatori_search_box .horizontal .control .bootstrap-select button:after,
.rock .fun .operatori_search_box .horizontal .control .bootstrap-select button:after,
.fun .rock .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.rock .fun .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.fun .rock .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.rock .fun .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.fun .operatori_search_box .beach .xp_search_box .horizontal .control .bootstrap-select button:after,
.beach .xp_search_box .fun .operatori_search_box .horizontal .control .bootstrap-select button:after,
.fun .operatori_search_box .horizontal .beach .xp_search_box .vertical .bootstrap-select button:after,
.beach .xp_search_box .vertical .bootstrap-select .fun .operatori_search_box .horizontal button:after,
.fun .beach .operatori_search_box .horizontal .control .bootstrap-select button:after,
.beach .fun .operatori_search_box .horizontal .control .bootstrap-select button:after,
.fun .beach .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.beach .fun .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.fun .beach .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.beach .fun .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.fun .operatori_search_box .food .xp_search_box .horizontal .control .bootstrap-select button:after,
.food .xp_search_box .fun .operatori_search_box .horizontal .control .bootstrap-select button:after,
.fun .operatori_search_box .horizontal .food .xp_search_box .vertical .bootstrap-select button:after,
.food .xp_search_box .vertical .bootstrap-select .fun .operatori_search_box .horizontal button:after,
.fun .food .operatori_search_box .horizontal .control .bootstrap-select button:after,
.food .fun .operatori_search_box .horizontal .control .bootstrap-select button:after,
.fun .food .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.food .fun .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.fun .food .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.food .fun .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.fun .operatori_search_box .nature .xp_search_box .horizontal .control .bootstrap-select button:after,
.nature .xp_search_box .fun .operatori_search_box .horizontal .control .bootstrap-select button:after,
.fun .operatori_search_box .horizontal .nature .xp_search_box .vertical .bootstrap-select button:after,
.nature .xp_search_box .vertical .bootstrap-select .fun .operatori_search_box .horizontal button:after,
.fun .nature .operatori_search_box .horizontal .control .bootstrap-select button:after,
.nature .fun .operatori_search_box .horizontal .control .bootstrap-select button:after,
.fun .nature .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.nature .fun .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.fun .nature .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.nature .fun .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.fun .operatori_search_box .romagna_autentica .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna_autentica .xp_search_box .fun .operatori_search_box .horizontal .control .bootstrap-select button:after,
.fun .operatori_search_box .horizontal .romagna_autentica .xp_search_box .vertical .bootstrap-select button:after,
.romagna_autentica .xp_search_box .vertical .bootstrap-select .fun .operatori_search_box .horizontal button:after,
.fun .romagna_autentica .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna_autentica .fun .operatori_search_box .horizontal .control .bootstrap-select button:after,
.fun .romagna_autentica .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna_autentica .fun .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.fun .romagna_autentica .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna_autentica .fun .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.fun .operatori_search_box .culture .xp_search_box .horizontal .control .bootstrap-select button:after,
.culture .xp_search_box .fun .operatori_search_box .horizontal .control .bootstrap-select button:after,
.fun .operatori_search_box .horizontal .culture .xp_search_box .vertical .bootstrap-select button:after,
.culture .xp_search_box .vertical .bootstrap-select .fun .operatori_search_box .horizontal button:after,
.fun .culture .operatori_search_box .horizontal .control .bootstrap-select button:after,
.culture .fun .operatori_search_box .horizontal .control .bootstrap-select button:after,
.fun .culture .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.culture .fun .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.fun .culture .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.culture .fun .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.fun .operatori_search_box .castle .xp_search_box .horizontal .control .bootstrap-select button:after,
.castle .xp_search_box .fun .operatori_search_box .horizontal .control .bootstrap-select button:after,
.fun .operatori_search_box .horizontal .castle .xp_search_box .vertical .bootstrap-select button:after,
.castle .xp_search_box .vertical .bootstrap-select .fun .operatori_search_box .horizontal button:after,
.fun .castle .operatori_search_box .horizontal .control .bootstrap-select button:after,
.castle .fun .operatori_search_box .horizontal .control .bootstrap-select button:after,
.fun .castle .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.castle .fun .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.fun .castle .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.castle .fun .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.fun .operatori_search_box .bike .xp_search_box .horizontal .control .bootstrap-select button:after,
.bike .xp_search_box .fun .operatori_search_box .horizontal .control .bootstrap-select button:after,
.fun .operatori_search_box .horizontal .bike .xp_search_box .vertical .bootstrap-select button:after,
.bike .xp_search_box .vertical .bootstrap-select .fun .operatori_search_box .horizontal button:after,
.fun .bike .operatori_search_box .horizontal .control .bootstrap-select button:after,
.bike .fun .operatori_search_box .horizontal .control .bootstrap-select button:after,
.fun .bike .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.bike .fun .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.fun .bike .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.bike .fun .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.fun .operatori_search_box .empire .xp_search_box .horizontal .control .bootstrap-select button:after,
.empire .xp_search_box .fun .operatori_search_box .horizontal .control .bootstrap-select button:after,
.fun .operatori_search_box .horizontal .empire .xp_search_box .vertical .bootstrap-select button:after,
.empire .xp_search_box .vertical .bootstrap-select .fun .operatori_search_box .horizontal button:after,
.fun .empire .operatori_search_box .horizontal .control .bootstrap-select button:after,
.empire .fun .operatori_search_box .horizontal .control .bootstrap-select button:after,
.fun .empire .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.empire .fun .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.fun .empire .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.empire .fun .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.fun .operatori_search_box .wellness .xp_search_box .horizontal .control .bootstrap-select button:after,
.wellness .xp_search_box .fun .operatori_search_box .horizontal .control .bootstrap-select button:after,
.fun .operatori_search_box .horizontal .wellness .xp_search_box .vertical .bootstrap-select button:after,
.wellness .xp_search_box .vertical .bootstrap-select .fun .operatori_search_box .horizontal button:after,
.fun .wellness .operatori_search_box .horizontal .control .bootstrap-select button:after,
.wellness .fun .operatori_search_box .horizontal .control .bootstrap-select button:after,
.fun .wellness .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.wellness .fun .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.fun .wellness .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.wellness .fun .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.fun .operatori_search_box .xp_search_box .horizontal .control .bootstrap-select button:after,
.fun .xp_search_box .operatori_search_box .horizontal .control .bootstrap-select button:after,
.fun .operatori_search_box .horizontal .xp_search_box .vertical .bootstrap-select button:after,
.fun .xp_search_box .vertical .bootstrap-select .operatori_search_box .horizontal button:after {
  line-height: 2.2rem;
}

.fun .operatori_search_box .horizontal button.collapsible {
  border: none;
  background-color: transparent;
  display: block;
  width: 100%;
  font-size: 1.6rem;
  color: #ffffff;
  letter-spacing: -0.41px;
  text-align: left;
  text-transform: uppercase;
}

.fun .operatori_search_box .horizontal .control {
  padding: 0.5rem 1rem;
  height: 5rem;
  background-color: white;
  margin: 0.5rem;
}

.fun .operatori_search_box .horizontal .control.btn-holder {
  min-width: 2rem;
  width: auto;
  padding: 0px;
}

.fun .operatori_search_box .horizontal .control.btn-holder button {
  width: 100%;
  border: none;
  background-color: #ea60ef;
  height: 100%;
  font-size: 1.6rem;
  color: #ffffff;
  letter-spacing: -0.41px;
  text-align: center;
  text-transform: uppercase;
  display: block;
  padding: 0px;
}

.fun .operatori_search_box .horizontal .control .ert-dropdown {
  width: 100%;
}

.fun .operatori_search_box .horizontal .control .ert-dropdown * {
  cursor: pointer;
}

.fun .operatori_search_box .horizontal .control .ert-dropdown .ert-combo {
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
  display: block;
  text-align: left;
}

.fun .operatori_search_box .horizontal .control .ert-dropdown .ert-combo::after {
  border: none;
}

.fun .operatori_search_box .horizontal .control .ert-dropdown .ert-combo i {
  transition: 500ms ease;
  transform: rotate(0);
  position: absolute;
  top: 2.25rem;
  right: 15px;
}

.fun .operatori_search_box .horizontal .control .ert-dropdown .ert-combo .button {
  padding: 0px;
}

.fun .operatori_search_box .horizontal .control .ert-dropdown.show .ert-combo i {
  transform: rotate(180deg);
}

.fun .operatori_search_box .horizontal .control .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: auto;
}

.fun .operatori_search_box .horizontal .control .bootstrap-select {
  margin-top: -1px;
}

.fun .operatori_search_box .horizontal .control .bootstrap-select *:focus {
  box-shadow: none important;
}

.fun .operatori_search_box .horizontal .control .bootstrap-select button {
  padding: 0px;
  font-size: 1.5rem;
  background: #ffffff;
  color: #848484;
  letter-spacing: 0.3px;
  border: none;
  border-radius: 0;
}

.fun .operatori_search_box .horizontal .control .bootstrap-select button:after {
  content: "\F078";
  border: none;
}

.fun .operatori_search_box .horizontal .control .bootstrap-select .dropdown-menu {
  width: 100% !important;
  border: none;
  border-radius: 0;
  box-shadow: 0px 2px 2px 0px #a9a9a970;
  border-top: 1px solid #a9a9a970;
}

.fun .operatori_search_box .horizontal .control .bootstrap-select .dropdown-menu.inner.show {
  border-top: none;
}

.fun .operatori_search_box .horizontal .control .bootstrap-select .dropdown-menu .dropdown-item {
  font-size: 1.5rem;
  line-height: 4rem;
}

.fun .operatori_search_box .horizontal .control .bootstrap-select .dropdown-menu .dropdown-item:active,
.fun .operatori_search_box .horizontal .control .bootstrap-select .dropdown-menu .dropdown-item.active {
  background-color: #F08EF4;
}

.fun .operatori_search_box .horizontal .control label {
  background: #ffffff;
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
  line-height: 2.4rem;
  margin-bottom: 0px;
  margin-right: 0.5rem;
}

@media (max-width: 768px) {
  .fun .operatori_search_box .horizontal .control label {
    min-width: 6.2rem;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .fun .operatori_search_box .horizontal .control label {
    display: none;
  }
}

.fun .operatori_search_box .horizontal .control .flatpickr-mobile.form-control {
  padding: 1px 0;
}

.fun .operatori_search_box .horizontal .control input[type=text],
.fun .operatori_search_box .horizontal .control input[type=date] {
  border: none;
  font-size: 1.5rem;
  border-radius: 0;
  background-color: white;
  border-bottom: 1px solid #495057;
  min-width: 0;
  height: auto;
}

.fun .operatori_search_box .horizontal .control input[type=text]:focus,
.fun .operatori_search_box .horizontal .control input[type=date]:focus {
  box-shadow: none;
}

.fun .operatori_search_box .vertical {
  max-width: 30rem;
  z-index: 10;
  position: relative;
  height: 4.4rem;
  margin: 0 auto;
}

.fun .operatori_search_box .vertical button.collapsible {
  border: none;
  background-color: transparent;
  display: block;
  position: absolute;
  width: 100%;
}

.fun .operatori_search_box .vertical .dropbutton {
  display: none;
}

.fun .operatori_search_box .vertical .dropbutton.collapsed {
  display: block;
}

.fun .operatori_search_box .vertical #collapse-events {
  padding: 1.8rem;
  background-color: #F08EF4;
  background-image: linear-gradient(-180deg, #f08bf4 0%, #F08EF4 48%, #f08cf4 80%);
  font-size: 1.6rem;
}

.fun .operatori_search_box .vertical .fa-chevron-up {
  text-align: right;
  line-height: 4rem;
  color: white;
  margin-bottom: 1.8rem;
}

.fun .operatori_search_box .vertical .form-group {
  background: #ffffff;
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
}

.fun .operatori_search_box .vertical .form-group .col-form-label {
  line-height: 5rem;
}

.fun .operatori_search_box .vertical .ert-text {
  border: none;
  font-size: 1.5rem;
  height: 60px;
  border-radius: 0;
  background-color: white;
}

.fun .operatori_search_box .vertical .ert-text.line {
  border-bottom: 1px solid #495057;
  height: auto;
  margin-top: 14px;
}

.fun .operatori_search_box .vertical .ert-text:focus {
  box-shadow: none;
}

.fun .operatori_search_box .vertical button.search {
  border: none;
  position: absolute;
  bottom: -10rem;
  left: 5%;
  right: 5%;
  width: 90%;
  line-height: 4.4rem;
}

.fun .operatori_search_box .vertical .datepicker-holder {
  padding-right: 0px;
}

.fun .operatori_search_box .vertical .datepicker-holder * {
  cursor: pointer;
}

.fun .operatori_search_box .vertical .datepicker-holder input[type=date]::-webkit-calendar-picker-indicator {
  width: 1.2rem;
  height: 0.7rem;
  -webkit-mask: url(/images/caret.svg);
          mask: url(/images/caret.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  -webkit-transition: 500ms ease;
  transition: 500ms ease;
  background-color: #686868;
}

.fun .operatori_search_box .vertical .datepicker-holder .flatpickr-calendar.static {
  margin-left: -193px;
  margin-top: -184px;
  left: 50%;
  top: 50%;
}

.fun .operatori_search_box .vertical .datepicker-holder .flatpickr-calendar.static.arrowBottom:after {
  display: none;
}

.fun .operatori_search_box .vertical .datepicker-holder .flatpickr-calendar.static.arrowBottom:before {
  display: none;
}

.fun .operatori_search_box .vertical .datepicker-holder .flatpickr-months .flatpickr-month {
  height: 32px;
}

.fun .operatori_search_box .vertical .ert-dropdown * {
  cursor: pointer;
}

.fun .operatori_search_box .vertical .ert-dropdown .ert-combo {
  background: #ffffff;
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
  line-height: 5rem;
  display: block;
  width: 100%;
  height: 60px;
  text-align: left;
}

.fun .operatori_search_box .vertical .ert-dropdown .ert-combo::after {
  border: none;
}

.fun .operatori_search_box .vertical .ert-dropdown .ert-combo i {
  transition: 500ms ease;
  transform: rotate(0);
  position: absolute;
  top: 2.25rem;
  right: 15px;
}

.fun .operatori_search_box .vertical .ert-dropdown .ert-combo .button {
  padding: 0px;
}

.fun .operatori_search_box .vertical .ert-dropdown .dropdown-menu {
  width: 100% !important;
  border: none;
  border-radius: 0;
  box-shadow: 0px 2px 2px 0px #a9a9a970;
  border-top: 1px solid #a9a9a970;
}

.fun .operatori_search_box .vertical .ert-dropdown .dropdown-menu .dropdown-item {
  font-size: 1.5rem;
  line-height: 4rem;
}

.fun .operatori_search_box .vertical .ert-dropdown .dropdown-menu .dropdown-item:active {
  background-color: #F08EF4;
}

.fun .operatori_search_box .vertical .ert-dropdown.show .ert-combo i {
  transform: rotate(180deg);
}

.fun .operatori_search_box .vertical .bootstrap-select *:focus {
  box-shadow: none important;
}

.fun .operatori_search_box .vertical .bootstrap-select button {
  font-size: 1.5rem;
  color: #848484;
  letter-spacing: 0.3px;
  border: none;
  font-size: 1.5rem;
  height: 60px;
  border-radius: 0;
  background-color: white;
}

.fun .operatori_search_box .vertical .bootstrap-select button:after {
  content: "\F078";
  border: none;
}

.fun .operatori_search_box .vertical .bootstrap-select .dropdown-menu {
  width: 100% !important;
  border: none;
  border-radius: 0;
  box-shadow: 0px 2px 2px 0px #a9a9a970;
  border-top: 1px solid #a9a9a970;
}

.fun .operatori_search_box .vertical .bootstrap-select .dropdown-menu .dropdown-item {
  font-size: 1.5rem;
  line-height: 4rem;
}

.fun .operatori_search_box .vertical .bootstrap-select .dropdown-menu .dropdown-item:active,
.fun .operatori_search_box .vertical .bootstrap-select .dropdown-menu .dropdown-item.active {
  background-color: #F08EF4;
}

.fun .operatori_search_box .vertical .btn-er,
.fun .operatori_search_box .vertical .instagram .instabutton div span,
.instagram .instabutton div .fun .operatori_search_box .vertical span {
  margin-top: 18px;
}

.fun .operatori_search_box .vertical .btn-er .fa-chevron-down,
.fun .operatori_search_box .vertical .instagram .instabutton div span .fa-chevron-down,
.instagram .instabutton div .fun .operatori_search_box .vertical span .fa-chevron-down {
  float: right;
  line-height: 4rem;
}

.fun .home-boxes {
  background-color: #F08EF4;
}

.fun .content-box a {
  font-weight: bold;
  color: #F08EF4;
}

.fun .content-box a strong {
  color: #F08EF4;
}

.fun .content-box .btn-er,
.fun .content-box .instagram .instabutton div span,
.instagram .instabutton div .fun .content-box span {
  background-color: #F08EF4;
  color: white;
}

.fun .content-box h3.with-line {
  font-size: 1.8rem;
  color: #030303;
  letter-spacing: -0.43px;
  text-transform: uppercase;
  margin-bottom: 2.1rem;
}

.fun .content-box h3.with-line::before {
  content: "";
  display: block;
  height: 3px;
  background: #0e797b;
  width: 100%;
  max-width: 32rem;
  margin-left: 0;
  margin-right: 0;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.fun *:focus {
  outline: 1px solid #F08EF4;
  outline-offset: -1px;
}

.fun .bootstrap-select .dropdown-toggle:focus {
  outline: 1px solid #F08EF4;
  outline-offset: -1px;
}

.fun a:hover {
  outline: 1px solid #f6bcf9;
}

.fun a:active {
  outline: 1px solid #F08EF4;
}

.fun .events-list {
  font-size: 1.4rem;
}

.fun .section-list {
  display: block;
  text-align: right;
}

.fun .section-list a {
  font-size: 2rem;
  color: #F08EF4;
}

.fun .events-list dt,
.fun .section-list dt,
.fun .iat-list dt {
  text-transform: uppercase;
  font-size: 1.5rem;
  line-height: 1.5;
  color: #111;
  letter-spacing: -0.38px;
  font-weight: 600;
  margin-top: 1.4rem;
}

.fun .events-list dd,
.fun .section-list dd,
.fun .iat-list dd {
  font-size: 1.6rem;
  margin-bottom: 0.6rem;
  line-height: 1.5;
  color: #030303;
}

.fun .events-list dd i,
.fun .section-list dd i,
.fun .iat-list dd i {
  margin-right: 0.6rem;
}

.fun .events-list ul,
.fun .section-list ul,
.fun .iat-list ul {
  list-style: none;
  padding-inline-start: 0;
}

.fun .events-list ul li,
.fun .section-list ul li,
.fun .iat-list ul li {
  font-size: 1.5rem;
  color: #030303;
  margin-top: 0.6rem;
  line-height: 1.5;
}

.fun .events-list ul.tappe-list,
.fun .section-list ul.tappe-list,
.fun .iat-list ul.tappe-list {
  list-style: none;
  padding-inline-start: 0;
}

.fun .events-list ul.tappe-list li,
.fun .section-list ul.tappe-list li,
.fun .iat-list ul.tappe-list li {
  font-size: 1.6rem;
  line-height: 1.5;
  color: #030303;
}

.fun .tickets-list {
  display: flex;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #111;
  letter-spacing: -0.38px;
  font-weight: 600;
  margin-top: 1.4rem;
}

.fun .tickets-list i {
  margin-top: 0.6rem;
}

.fun .tickets-list li {
  color: #030303;
  font-size: 1.6rem;
  margin-left: 1.2rem;
}

.fun .tickets-list li i {
  margin-right: 0.6rem;
}

.fun .address * {
  color: white;
}

.fun .top-title-box {
  padding: 0rem;
  text-align: center;
}

.fun .top-title-box.no-image {
  padding-top: 10rem;
}

.fun .top-title-box.no-image .er-logo-top {
  margin: 0 auto;
  display: block;
  margin-bottom: 10rem;
}

.fun .top-title-box h1 {
  font-size: 3rem;
  color: #F08EF4;
  letter-spacing: -1.01px;
  line-height: 4rem;
  margin: 2rem 0;
}

.fun .top-title-box h2 {
  font-size: 2rem;
  line-height: 1.5;
  color: #000;
  letter-spacing: -0.58px;
}

.fun .top-title-box .breadcrumb {
  opacity: 0.6;
  font-size: 1.5rem;
  letter-spacing: -0.38px;
  padding: 0;
  margin: 0;
  color: #F08EF4;
  background-color: #fff;
}

.fun .top-title-box .breadcrumb .breadcrumb-item::before,
.fun .top-title-box .breadcrumb a {
  color: #F08EF4;
}

@media (min-width: 992px) {
  .fun .top-title-box h1 {
    line-height: 7rem;
    font-size: 7rem;
    margin-top: 3rem;
  }

  .fun .top-title-box h2 {
    font-size: 2rem;
    line-height: 1.5rem;
  }

  .fun .top-title-box .breadcrumb {
    font-size: 1.9rem;
  }
}

.fun .image-box-with-border {
  margin: 2rem 0;
  border-top: 64px solid #F08EF4;
}

.fun .image-box-with-border img {
  -o-object-fit: cover;
     object-fit: cover;
}

.fun .top-image {
  transition: background-image 1s ease-in-out;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 20px;
}

.fun .top-image .logo {
  position: absolute;
  width: 30rem;
  bottom: 20px;
  left: 50%;
  margin-left: -15rem;
}

.fun .top-image.no-mask {
  height: 600px;
}

.fun .top-image .mask {
  z-index: 997;
  position: relative;
  width: 100%;
}

@media (min-width: 992px) {
  .fun .top-image:after {
    position: absolute;
    content: "";
    left: 0px;
    bottom: -20px;
    width: 100%;
    height: 20px;
    transform: rotate(-180deg);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(255, 255, 255, 0.12) 12%, #e6e6e6);
  }
}

.fun .info-box {
  position: relative;
  z-index: 0;
  border-right: 1px solid #e6e6e6;
  border-left: 7px solid #F08EF4;
  background-color: white;
  padding: 0.1rem 1.5rem;
}

.fun .info-box h3 {
  font-weight: bold;
  font-size: 1.9rem;
}

.fun .info-box .referente {
  font-size: 1.7rem;
  line-height: 1.8rem;
  color: #000;
  letter-spacing: -0.41px;
}

@media (min-width: 768px) {
  .fun .info-box {
    position: sticky;
    position: -webkit-sticky;
    top: 68px;
  }
}

.fun .info-box:after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: -8px;
  height: 8px;
  left: 0px;
  z-index: -1;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.01) 30%, rgba(0, 0, 0, 0.03) 50%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0.08) 90%, rgba(0, 0, 0, 0.09) 96%, rgba(0, 0, 0, 0.1) 100%);
}

.fun .info-box:after {
  width: calc(100% + 8px);
  left: -7px;
}

@media (max-width: 991.98px) {
  .fun .info-box {
    width: auto;
    max-width: 60%;
    min-width: 300px;
    margin: 20px auto;
    display: block;
  }
}

@media (min-width: 992px) {
  .fun .info-box {
    margin-top: 2.2rem;
  }
}

.fun .info-box li {
  padding: 1.1rem 0;
}

.fun .info-box li .icon {
  font-size: 2.8rem;
  line-height: 3.3rem;
  margin-right: 1rem;
  float: left;
}

.fun .info-box li .info .title {
  text-transform: uppercase;
  font-size: 1.2rem;
  line-height: 1.5rem;
  color: #787878;
  letter-spacing: -0.38px;
}

.fun .info-box li .info .value {
  font-size: 1.7rem;
  line-height: 1.8rem;
  color: #000000;
  letter-spacing: -0.41px;
  display: table;
}

.fun .info-box li .info .value a {
  word-break: break-all;
}

@media (max-width: 991.98px) {
  .fun .info-box li.bookmarks {
    display: none;
  }
}

.fun .info-box .title-index {
  text-transform: uppercase;
  font-size: 1.4rem;
  line-height: 3rem;
  letter-spacing: -0.38px;
}

.fun .info-box .bookmarks {
  display: inline-block;
}

.fun .info-box .bookmarks ul li {
  padding: 0.5rem 0;
  width: 100%;
}

.fun .info-box .bookmarks ul li a {
  font-size: 1.4rem;
  line-height: 1.5rem;
  color: #000000;
  letter-spacing: -0.41px;
}

.fun .info-box .bookmarks ul li a.active {
  text-decoration: underline;
}

.fun #bookmarks-index {
  margin-top: 8rem;
}

.fun #bookmarks-index .info {
  padding: 2.1rem;
}

.fun #bookmarks-index h4 {
  font-size: 1.8rem;
}

@media (min-width: 768px) {
  .fun #bookmarks-index {
    display: none;
  }
}

.fun blockquote:before {
  color: #f193f4;
}

.fun .btn-er,
.fun .instagram .instabutton div span,
.instagram .instabutton div .fun span,
.fun.btn {
  background: #F08EF4;
}

.fun hr {
  height: 3px;
  background: #F08EF4;
  width: 100%;
  max-width: 32rem;
  margin-left: 0;
  margin-right: 0;
  margin-top: 1rem;
  margin-bottom: 2rem;
}

.fun .section h2 {
  margin-top: 4.5rem;
  margin-bottom: 4.5rem;
  font-size: 4.42rem;
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.18;
  letter-spacing: -1.07px;
  text-align: center;
  color: black;
  /*text-decoration: underline;*/
}

.fun .section h2 a {
  color: black;
}

.fun .section h3 {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
  font-size: 3.42rem;
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.18;
  letter-spacing: -1.07px;
  text-align: center;
  color: black;
  text-transform: uppercase;
  /*text-decoration: underline;*/
}

.fun .section h3 a {
  color: black;
}

.fun .section .gallery {
  position: relative;
  padding-bottom: 33px;
}

.fun .section .gallery .swiper-button-next,
.fun .section .gallery .swiper-container-rtl .swiper-button-prev,
.fun .section .gallery .swiper-button-prev,
.fun .section .gallery .swiper-container-rtl .swiper-button-next {
  background-position: center;
  width: 7.2rem;
  bottom: 33px;
  height: auto;
  top: 0px;
  margin: 0px;
  left: auto;
}

.fun .section .gallery .swiper-button-next svg,
.fun .section .gallery .swiper-container-rtl .swiper-button-prev svg,
.fun .section .gallery .swiper-button-prev svg,
.fun .section .gallery .swiper-container-rtl .swiper-button-next svg {
  top: 50%;
  left: 2.1rem;
  position: absolute;
  width: 3rem;
  height: 3rem;
  margin-top: -1.5rem;
  filter: drop-shadow(0px 3px 3px black);
}

.fun .section .gallery .swiper-button-next,
.fun .section .gallery .swiper-button-prev,
.fun .section .gallery .swiper-container-rtl .swiper-button-prev,
.fun .section .gallery .swiper-container-rtl .swiper-button-next {
  fill: #fff;
}

.fun .section .gallery .swiper-button-next,
.fun .section .gallery .swiper-container-rtl .swiper-button-prev {
  right: 0px;
}

.fun .section .gallery .swiper-button-prev,
.fun .section .gallery .swiper-container-rtl .swiper-button-next {
  left: 0px;
}

.fun .section .gallery .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #F08EF4;
}

.fun .section .gallery .swiper-pagination-bullet {
  border: 1px solid #F08EF4;
}

.fun .section .gallery .swiper-pagination-bullets {
  bottom: 2px;
}

.fun .section .gallery .swiper-slide .carousel-content {
  background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.07) 8%, rgba(0, 0, 0, 0.45) 68%);
  position: absolute;
  left: 0rem;
  bottom: 0rem;
  right: 0rem;
  width: auto;
  padding: 10rem 2rem 2rem 2rem;
  font-size: 2.6rem;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.63px;
  text-align: center;
  color: #ffffff;
}

.fun .section .gallery .swiper-slide .carousel-content a {
  color: #ffffff !important;
}

.fun .section .card-carousel .nodefault.swiper-button-prev::after,
.fun .section .card-carousel .nodefault.swiper-button-prev::before,
.fun .section .card-carousel .nodefault.swiper-button-next::after,
.fun .section .card-carousel .nodefault.swiper-button-next::before {
  content: unset;
}

.fun .section .card-carousel .swiper-slide {
  height: auto;
  margin-bottom: 5rem;
}

.fun .section .card-carousel .swiper-slide .iv-wrapper,
.fun .section .card-carousel .swiper-slide a .iv-wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

.fun .section .card-carousel .swiper-slide .iv-wrapper > div,
.fun .section .card-carousel .swiper-slide a .iv-wrapper > div {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: start;
}

.fun .section .card-carousel .swiper-slide .iv-wrapper .image,
.fun .section .card-carousel .swiper-slide a .iv-wrapper .image {
  min-height: 23rem;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.fun .section .card-carousel .swiper-slide .iv-wrapper .content,
.fun .section .card-carousel .swiper-slide a .iv-wrapper .content {
  background: #ffffff;
  border: 0 solid #000000;
  position: relative;
  padding: 2rem 2.1rem 4rem;
  position: relative;
  z-index: 0;
}

.fun .section .card-carousel .swiper-slide .iv-wrapper .content:after,
.fun .section .card-carousel .swiper-slide a .iv-wrapper .content:after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: -4px;
  height: 4px;
  left: 0px;
  z-index: -1;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.01) 30%, rgba(0, 0, 0, 0.03) 50%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0.08) 90%, rgba(0, 0, 0, 0.09) 96%, rgba(0, 0, 0, 0.1) 100%);
}

.fun .section .card-carousel .swiper-slide .iv-wrapper .content h3,
.fun .section .card-carousel .swiper-slide a .iv-wrapper .content h3 {
  font-size: 2rem;
  color: #030303;
  letter-spacing: -0.48px;
  text-align: left;
}

.fun .section .card-carousel .swiper-slide .iv-wrapper .content p,
.fun .section .card-carousel .swiper-slide .iv-wrapper .content p a,
.fun .section .card-carousel .swiper-slide .iv-wrapper .content a p,
.fun .section .card-carousel .swiper-slide a .iv-wrapper .content p,
.fun .section .card-carousel .swiper-slide a .iv-wrapper .content p a,
.fun .section .card-carousel .swiper-slide a .iv-wrapper .content a p {
  font-size: 1.5rem;
  color: #030303;
  letter-spacing: -0.38px;
  margin-bottom: 0px;
}

.fun .section .card-carousel .swiper-slide .iv-wrapper .content p .readmore,
.fun .section .card-carousel .swiper-slide .iv-wrapper .content p a .readmore,
.fun .section .card-carousel .swiper-slide .iv-wrapper .content a p .readmore,
.fun .section .card-carousel .swiper-slide a .iv-wrapper .content p .readmore,
.fun .section .card-carousel .swiper-slide a .iv-wrapper .content p a .readmore,
.fun .section .card-carousel .swiper-slide a .iv-wrapper .content a p .readmore {
  font-style: italic;
  color: #ea60ef;
  display: block;
  margin-top: 1rem;
}

.fun .section .card-carousel .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border: 1px solid #F08EF4;
  background: none;
  opacity: 1;
}

.fun .section .card-carousel .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #F08EF4;
}

.fun .section .card-carousel .swiper-button-next,
.fun .section .card-carousel .swiper-container-rtl .swiper-button-prev,
.fun .section .card-carousel .swiper-button-prev,
.fun .section .card-carousel .swiper-container-rtl .swiper-button-next {
  background-image: none;
  width: 4rem;
  height: 23rem;
  top: 0px;
  margin: 0px;
  left: auto;
}

.fun .section .card-carousel .swiper-button-next svg,
.fun .section .card-carousel .swiper-container-rtl .swiper-button-prev svg,
.fun .section .card-carousel .swiper-button-prev svg,
.fun .section .card-carousel .swiper-container-rtl .swiper-button-next svg {
  top: 50%;
  left: 50%;
  position: absolute;
  width: 3rem;
  height: 3rem;
  margin-top: -1.5rem;
  margin-left: -1.5rem;
  filter: drop-shadow(0px 3px 3px black);
}

.fun .section .card-carousel .swiper-button-next,
.fun .section .card-carousel .swiper-button-prev,
.fun .section .card-carousel .swiper-container-rtl .swiper-button-prev,
.fun .section .card-carousel .swiper-container-rtl .swiper-button-next {
  fill: #fff;
}

.fun .section .card-carousel .swiper-button-next,
.fun .section .card-carousel .swiper-container-rtl .swiper-button-prev {
  right: 0px;
}

.fun .section .card-carousel .swiper-button-prev,
.fun .section .card-carousel .swiper-container-rtl .swiper-button-next {
  left: 0px;
}

.fun .section .sassibox-item,
.fun .section a .sassibox-item {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 5rem;
}

.fun .section .sassibox-item > div,
.fun .section a .sassibox-item > div {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.fun .section .sassibox-item .image,
.fun .section a .sassibox-item .image {
  min-height: 23rem;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.fun .section .sassibox-item .content,
.fun .section a .sassibox-item .content {
  background: #ffffff;
  border: 0 solid #000000;
  position: relative;
  padding: 1rem 0;
  position: relative;
  z-index: 0;
}

.fun .section .sassibox-item .content:after,
.fun .section a .sassibox-item .content:after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: -4px;
  height: 4px;
  left: 0px;
  z-index: -1;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.01) 30%, rgba(0, 0, 0, 0.03) 50%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0.08) 90%, rgba(0, 0, 0, 0.09) 96%, rgba(0, 0, 0, 0.1) 100%);
}

.fun .section .sassibox-item .content h4,
.fun .section a .sassibox-item .content h4 {
  font-size: 2rem;
  color: #030303;
  letter-spacing: -0.48px;
  text-align: left;
}

.fun .section .sassibox-item .content p,
.fun .section .sassibox-item .content span,
.fun .section .sassibox-item .content a span,
.fun .section .sassibox-item .content span a,
.fun .section .sassibox-item .content p a,
.fun .section .sassibox-item .content a p,
.fun .section a .sassibox-item .content p,
.fun .section a .sassibox-item .content span,
.fun .section a .sassibox-item .content a span,
.fun .section a .sassibox-item .content span a,
.fun .section a .sassibox-item .content p a,
.fun .section a .sassibox-item .content a p {
  font-size: 1.5rem;
  color: #030303;
  letter-spacing: -0.38px;
}

.fun .section .sassibox-item .content .action,
.fun .section a .sassibox-item .content .action {
  margin: 10px 0;
}

.fun .section .sassibox-item .content .action button,
.fun .section a .sassibox-item .content .action button {
  font-family: "Open Sans", sans-serif !important;
}

.fun .section .sassibox-item .content .readmore,
.fun .section a .sassibox-item .content .readmore {
  border: 1px solid transparent;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  padding: 6px 12px;
  text-align: center;
  vertical-align: middle;
  width: -moz-fit-content;
  width: fit-content;
  text-transform: uppercase;
  background-color: #F08EF4;
}

.sport .xp_search_box button span {
  color: white;
}

.sport .xp_search_box .city {
  color: white;
}

.sport .xp_search_box .horizontal {
  padding: 1rem;
  background-color: #FF7A17;
  background-image: linear-gradient(-180deg, #ff7814 0%, #FF7A17 48%, #ff7914 80%);
  font-size: 1.6rem;
}

.sport .xp_search_box .horizontal.collapsed {
  border-radius: 2px;
  box-shadow: -1px 0 3px 0 rgba(0, 0, 0, 0.25);
}

.sport .xp_search_box .horizontal .fa,
.sport .xp_search_box .horizontal .search .searchearchbox.vertical .bootstrap-select button:after,
.search .searchearchbox.vertical .bootstrap-select .sport .xp_search_box .horizontal button:after,
.sport .xp_search_box .search .searchearchbox.horizontal .control .bootstrap-select button:after,
.search .sport .xp_search_box .searchearchbox.horizontal .control .bootstrap-select button:after,
.sport .xp_search_box .horizontal .downloads .downloadsearchbox.vertical .bootstrap-select button:after,
.downloads .downloadsearchbox.vertical .bootstrap-select .sport .xp_search_box .horizontal button:after,
.sport .xp_search_box .downloads .downloadsearchbox.horizontal .control .bootstrap-select button:after,
.downloads .sport .xp_search_box .downloadsearchbox.horizontal .control .bootstrap-select button:after,
.sport .xp_search_box .horizontal .localita #searchbox-app .bootstrap-select button:after,
.localita #searchbox-app .bootstrap-select .sport .xp_search_box .horizontal button:after,
.sport .xp_search_box .horizontal .itinerari .searchbox .control .bootstrap-select button:after,
.itinerari .searchbox .control .bootstrap-select .sport .xp_search_box .horizontal button:after,
.sport .xp_search_box .itinerari .searchbox.horizontal .control .bootstrap-select button:after,
.itinerari .sport .xp_search_box .searchbox.horizontal .control .bootstrap-select button:after,
.sport .xp_search_box .horizontal .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .vertical .bootstrap-select .sport .xp_search_box .horizontal button:after,
.sport .xp_search_box .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .sport .xp_search_box .horizontal .control .bootstrap-select button:after,
.sport .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .sport .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.sport .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .sport .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.sport .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .sport .xp_search_box .horizontal .control .bootstrap-select button:after,
.sport .xp_search_box .horizontal .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .vertical .bootstrap-select .sport .xp_search_box .horizontal button:after,
.sport .xp_search_box .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .sport .xp_search_box .horizontal .control .bootstrap-select button:after,
.sport .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .sport .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.sport .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .sport .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.sport .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .sport .xp_search_box .horizontal .control .bootstrap-select button:after,
.sport .xp_search_box .horizontal .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .vertical .bootstrap-select .sport .xp_search_box .horizontal button:after,
.sport .xp_search_box .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .sport .xp_search_box .horizontal .control .bootstrap-select button:after,
.sport .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .sport .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.sport .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .sport .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.sport .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .sport .xp_search_box .horizontal .control .bootstrap-select button:after,
.sport .xp_search_box .horizontal .romagna-craft .operatori_search_box .vertical .bootstrap-select button:after,
.romagna-craft .operatori_search_box .vertical .bootstrap-select .sport .xp_search_box .horizontal button:after,
.sport .xp_search_box .romagna-craft .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna-craft .operatori_search_box .sport .xp_search_box .horizontal .control .bootstrap-select button:after,
.sport .romagna-craft .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna-craft .sport .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.sport .romagna-craft .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna-craft .sport .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.sport .romagna-craft .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna-craft .sport .xp_search_box .horizontal .control .bootstrap-select button:after,
.sport .xp_search_box .horizontal .spass .operatori_search_box .vertical .bootstrap-select button:after,
.spass .operatori_search_box .vertical .bootstrap-select .sport .xp_search_box .horizontal button:after,
.sport .xp_search_box .spass .operatori_search_box .horizontal .control .bootstrap-select button:after,
.spass .operatori_search_box .sport .xp_search_box .horizontal .control .bootstrap-select button:after,
.sport .spass .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.spass .sport .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.sport .spass .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.spass .sport .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.sport .spass .xp_search_box .horizontal .control .bootstrap-select button:after,
.spass .sport .xp_search_box .horizontal .control .bootstrap-select button:after,
.sport .xp_search_box .horizontal .natur .operatori_search_box .vertical .bootstrap-select button:after,
.natur .operatori_search_box .vertical .bootstrap-select .sport .xp_search_box .horizontal button:after,
.sport .xp_search_box .natur .operatori_search_box .horizontal .control .bootstrap-select button:after,
.natur .operatori_search_box .sport .xp_search_box .horizontal .control .bootstrap-select button:after,
.sport .natur .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.natur .sport .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.sport .natur .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.natur .sport .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.sport .natur .xp_search_box .horizontal .control .bootstrap-select button:after,
.natur .sport .xp_search_box .horizontal .control .bootstrap-select button:after,
.sport .xp_search_box .horizontal .kultur .operatori_search_box .vertical .bootstrap-select button:after,
.kultur .operatori_search_box .vertical .bootstrap-select .sport .xp_search_box .horizontal button:after,
.sport .xp_search_box .kultur .operatori_search_box .horizontal .control .bootstrap-select button:after,
.kultur .operatori_search_box .sport .xp_search_box .horizontal .control .bootstrap-select button:after,
.sport .kultur .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.kultur .sport .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.sport .kultur .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.kultur .sport .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.sport .kultur .xp_search_box .horizontal .control .bootstrap-select button:after,
.kultur .sport .xp_search_box .horizontal .control .bootstrap-select button:after,
.sport .xp_search_box .horizontal .pet .operatori_search_box .vertical .bootstrap-select button:after,
.pet .operatori_search_box .vertical .bootstrap-select .sport .xp_search_box .horizontal button:after,
.sport .xp_search_box .pet .operatori_search_box .horizontal .control .bootstrap-select button:after,
.pet .operatori_search_box .sport .xp_search_box .horizontal .control .bootstrap-select button:after,
.sport .pet .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.pet .sport .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.sport .pet .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.pet .sport .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.sport .pet .xp_search_box .horizontal .control .bootstrap-select button:after,
.pet .sport .xp_search_box .horizontal .control .bootstrap-select button:after,
.sport .xp_search_box .horizontal .default .operatori_search_box .vertical .bootstrap-select button:after,
.default .operatori_search_box .vertical .bootstrap-select .sport .xp_search_box .horizontal button:after,
.sport .xp_search_box .default .operatori_search_box .horizontal .control .bootstrap-select button:after,
.default .operatori_search_box .sport .xp_search_box .horizontal .control .bootstrap-select button:after,
.sport .default .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.default .sport .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.sport .default .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.default .sport .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.sport .default .xp_search_box .horizontal .control .bootstrap-select button:after,
.default .sport .xp_search_box .horizontal .control .bootstrap-select button:after,
.sport .xp_search_box .horizontal .liscio .operatori_search_box .vertical .bootstrap-select button:after,
.liscio .operatori_search_box .vertical .bootstrap-select .sport .xp_search_box .horizontal button:after,
.sport .xp_search_box .liscio .operatori_search_box .horizontal .control .bootstrap-select button:after,
.liscio .operatori_search_box .sport .xp_search_box .horizontal .control .bootstrap-select button:after,
.sport .liscio .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.liscio .sport .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.sport .liscio .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.liscio .sport .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.sport .liscio .xp_search_box .horizontal .control .bootstrap-select button:after,
.liscio .sport .xp_search_box .horizontal .control .bootstrap-select button:after,
.sport .xp_search_box .horizontal .romagna .operatori_search_box .vertical .bootstrap-select button:after,
.romagna .operatori_search_box .vertical .bootstrap-select .sport .xp_search_box .horizontal button:after,
.sport .xp_search_box .romagna .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna .operatori_search_box .sport .xp_search_box .horizontal .control .bootstrap-select button:after,
.sport .romagna .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna .sport .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.sport .romagna .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna .sport .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.sport .romagna .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna .sport .xp_search_box .horizontal .control .bootstrap-select button:after,
.sport .xp_search_box .horizontal .motorcycle .operatori_search_box .vertical .bootstrap-select button:after,
.motorcycle .operatori_search_box .vertical .bootstrap-select .sport .xp_search_box .horizontal button:after,
.sport .xp_search_box .motorcycle .operatori_search_box .horizontal .control .bootstrap-select button:after,
.motorcycle .operatori_search_box .sport .xp_search_box .horizontal .control .bootstrap-select button:after,
.sport .motorcycle .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.motorcycle .sport .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.sport .motorcycle .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.motorcycle .sport .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.sport .motorcycle .xp_search_box .horizontal .control .bootstrap-select button:after,
.motorcycle .sport .xp_search_box .horizontal .control .bootstrap-select button:after,
.sport .xp_search_box .horizontal .operatori_search_box .vertical .bootstrap-select button:after,
.sport .operatori_search_box .vertical .bootstrap-select .xp_search_box .horizontal button:after,
.sport .xp_search_box .operatori_search_box .horizontal .control .bootstrap-select button:after,
.sport .operatori_search_box .xp_search_box .horizontal .control .bootstrap-select button:after,
.sport .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.sport .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.sport .xp_search_box .horizontal .control .bootstrap-select button:after,
.sport .xp_search_box .events-homepage .header .eventsearchbox.horizontal .control .bootstrap-select button:after,
.events-homepage .header .sport .xp_search_box .eventsearchbox.horizontal .control .bootstrap-select button:after,
.sport .xp_search_box .horizontal .events-homepage .header .eventsearchbox.vertical .bootstrap-select button:after,
.events-homepage .header .eventsearchbox.vertical .bootstrap-select .sport .xp_search_box .horizontal button:after,
.sport .xp_search_box .events-page .header .eventsearchbox.horizontal .control .bootstrap-select button:after,
.events-page .header .sport .xp_search_box .eventsearchbox.horizontal .control .bootstrap-select button:after,
.sport .xp_search_box .horizontal .events-page .header .eventsearchbox.vertical .bootstrap-select button:after,
.events-page .header .eventsearchbox.vertical .bootstrap-select .sport .xp_search_box .horizontal button:after,
.sport .scopri .xp_search_box .horizontal .control .bootstrap-select button:after,
.scopri .sport .xp_search_box .horizontal .control .bootstrap-select button:after,
.sport .scopri .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.scopri .sport .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.sport .scopri .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.scopri .sport .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.sport .xp_search_box .scopri .operatori_search_box .horizontal .control .bootstrap-select button:after,
.scopri .operatori_search_box .sport .xp_search_box .horizontal .control .bootstrap-select button:after,
.sport .xp_search_box .horizontal .scopri .operatori_search_box .vertical .bootstrap-select button:after,
.scopri .operatori_search_box .vertical .bootstrap-select .sport .xp_search_box .horizontal button:after,
.sport .idee .xp_search_box .horizontal .control .bootstrap-select button:after,
.idee .sport .xp_search_box .horizontal .control .bootstrap-select button:after,
.sport .idee .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.idee .sport .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.sport .idee .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.idee .sport .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.sport .xp_search_box .idee .operatori_search_box .horizontal .control .bootstrap-select button:after,
.idee .operatori_search_box .sport .xp_search_box .horizontal .control .bootstrap-select button:after,
.sport .xp_search_box .horizontal .idee .operatori_search_box .vertical .bootstrap-select button:after,
.idee .operatori_search_box .vertical .bootstrap-select .sport .xp_search_box .horizontal button:after,
.sport .eventi .xp_search_box .horizontal .control .bootstrap-select button:after,
.eventi .sport .xp_search_box .horizontal .control .bootstrap-select button:after,
.sport .eventi .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.eventi .sport .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.sport .eventi .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.eventi .sport .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.sport .xp_search_box .eventi .operatori_search_box .horizontal .control .bootstrap-select button:after,
.eventi .operatori_search_box .sport .xp_search_box .horizontal .control .bootstrap-select button:after,
.sport .xp_search_box .horizontal .eventi .operatori_search_box .vertical .bootstrap-select button:after,
.eventi .operatori_search_box .vertical .bootstrap-select .sport .xp_search_box .horizontal button:after,
.sport .pianifica .xp_search_box .horizontal .control .bootstrap-select button:after,
.pianifica .sport .xp_search_box .horizontal .control .bootstrap-select button:after,
.sport .pianifica .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.pianifica .sport .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.sport .pianifica .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.pianifica .sport .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.sport .xp_search_box .pianifica .operatori_search_box .horizontal .control .bootstrap-select button:after,
.pianifica .operatori_search_box .sport .xp_search_box .horizontal .control .bootstrap-select button:after,
.sport .xp_search_box .horizontal .pianifica .operatori_search_box .vertical .bootstrap-select button:after,
.pianifica .operatori_search_box .vertical .bootstrap-select .sport .xp_search_box .horizontal button:after,
.sport .esperienze .xp_search_box .horizontal .control .bootstrap-select button:after,
.esperienze .sport .xp_search_box .horizontal .control .bootstrap-select button:after,
.sport .esperienze .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.esperienze .sport .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.sport .esperienze .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.esperienze .sport .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.sport .xp_search_box .esperienze .operatori_search_box .horizontal .control .bootstrap-select button:after,
.esperienze .operatori_search_box .sport .xp_search_box .horizontal .control .bootstrap-select button:after,
.sport .xp_search_box .horizontal .esperienze .operatori_search_box .vertical .bootstrap-select button:after,
.esperienze .operatori_search_box .vertical .bootstrap-select .sport .xp_search_box .horizontal button:after,
.sport .news .xp_search_box .horizontal .control .bootstrap-select button:after,
.news .sport .xp_search_box .horizontal .control .bootstrap-select button:after,
.sport .news .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.news .sport .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.sport .news .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.news .sport .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.sport .xp_search_box .news .operatori_search_box .horizontal .control .bootstrap-select button:after,
.news .operatori_search_box .sport .xp_search_box .horizontal .control .bootstrap-select button:after,
.sport .xp_search_box .horizontal .news .operatori_search_box .vertical .bootstrap-select button:after,
.news .operatori_search_box .vertical .bootstrap-select .sport .xp_search_box .horizontal button:after,
.sport .iat .xp_search_box .horizontal .control .bootstrap-select button:after,
.iat .sport .xp_search_box .horizontal .control .bootstrap-select button:after,
.sport .iat .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.iat .sport .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.sport .iat .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.iat .sport .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.sport .xp_search_box .iat .operatori_search_box .horizontal .control .bootstrap-select button:after,
.iat .operatori_search_box .sport .xp_search_box .horizontal .control .bootstrap-select button:after,
.sport .xp_search_box .horizontal .iat .operatori_search_box .vertical .bootstrap-select button:after,
.iat .operatori_search_box .vertical .bootstrap-select .sport .xp_search_box .horizontal button:after,
.sport .meteo .xp_search_box .horizontal .control .bootstrap-select button:after,
.meteo .sport .xp_search_box .horizontal .control .bootstrap-select button:after,
.sport .meteo .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.meteo .sport .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.sport .meteo .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.meteo .sport .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.sport .xp_search_box .meteo .operatori_search_box .horizontal .control .bootstrap-select button:after,
.meteo .operatori_search_box .sport .xp_search_box .horizontal .control .bootstrap-select button:after,
.sport .xp_search_box .horizontal .meteo .operatori_search_box .vertical .bootstrap-select button:after,
.meteo .operatori_search_box .vertical .bootstrap-select .sport .xp_search_box .horizontal button:after,
.sport .odm .xp_search_box .horizontal .control .bootstrap-select button:after,
.odm .sport .xp_search_box .horizontal .control .bootstrap-select button:after,
.sport .odm .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.odm .sport .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.sport .odm .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.odm .sport .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.sport .xp_search_box .odm .operatori_search_box .horizontal .control .bootstrap-select button:after,
.odm .operatori_search_box .sport .xp_search_box .horizontal .control .bootstrap-select button:after,
.sport .xp_search_box .horizontal .odm .operatori_search_box .vertical .bootstrap-select button:after,
.odm .operatori_search_box .vertical .bootstrap-select .sport .xp_search_box .horizontal button:after,
.sport .booking .xp_search_box .horizontal .control .bootstrap-select button:after,
.booking .sport .xp_search_box .horizontal .control .bootstrap-select button:after,
.sport .booking .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.booking .sport .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.sport .booking .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.booking .sport .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.sport .xp_search_box .booking .operatori_search_box .horizontal .control .bootstrap-select button:after,
.booking .operatori_search_box .sport .xp_search_box .horizontal .control .bootstrap-select button:after,
.sport .xp_search_box .horizontal .booking .operatori_search_box .vertical .bootstrap-select button:after,
.booking .operatori_search_box .vertical .bootstrap-select .sport .xp_search_box .horizontal button:after,
.sport .rock .xp_search_box .horizontal .control .bootstrap-select button:after,
.rock .sport .xp_search_box .horizontal .control .bootstrap-select button:after,
.sport .rock .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.rock .sport .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.sport .rock .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.rock .sport .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.sport .xp_search_box .rock .operatori_search_box .horizontal .control .bootstrap-select button:after,
.rock .operatori_search_box .sport .xp_search_box .horizontal .control .bootstrap-select button:after,
.sport .xp_search_box .horizontal .rock .operatori_search_box .vertical .bootstrap-select button:after,
.rock .operatori_search_box .vertical .bootstrap-select .sport .xp_search_box .horizontal button:after,
.sport .beach .xp_search_box .horizontal .control .bootstrap-select button:after,
.beach .sport .xp_search_box .horizontal .control .bootstrap-select button:after,
.sport .beach .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.beach .sport .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.sport .beach .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.beach .sport .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.sport .xp_search_box .beach .operatori_search_box .horizontal .control .bootstrap-select button:after,
.beach .operatori_search_box .sport .xp_search_box .horizontal .control .bootstrap-select button:after,
.sport .xp_search_box .horizontal .beach .operatori_search_box .vertical .bootstrap-select button:after,
.beach .operatori_search_box .vertical .bootstrap-select .sport .xp_search_box .horizontal button:after,
.sport .food .xp_search_box .horizontal .control .bootstrap-select button:after,
.food .sport .xp_search_box .horizontal .control .bootstrap-select button:after,
.sport .food .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.food .sport .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.sport .food .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.food .sport .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.sport .xp_search_box .food .operatori_search_box .horizontal .control .bootstrap-select button:after,
.food .operatori_search_box .sport .xp_search_box .horizontal .control .bootstrap-select button:after,
.sport .xp_search_box .horizontal .food .operatori_search_box .vertical .bootstrap-select button:after,
.food .operatori_search_box .vertical .bootstrap-select .sport .xp_search_box .horizontal button:after,
.sport .nature .xp_search_box .horizontal .control .bootstrap-select button:after,
.nature .sport .xp_search_box .horizontal .control .bootstrap-select button:after,
.sport .nature .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.nature .sport .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.sport .nature .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.nature .sport .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.sport .xp_search_box .nature .operatori_search_box .horizontal .control .bootstrap-select button:after,
.nature .operatori_search_box .sport .xp_search_box .horizontal .control .bootstrap-select button:after,
.sport .xp_search_box .horizontal .nature .operatori_search_box .vertical .bootstrap-select button:after,
.nature .operatori_search_box .vertical .bootstrap-select .sport .xp_search_box .horizontal button:after,
.sport .romagna_autentica .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna_autentica .sport .xp_search_box .horizontal .control .bootstrap-select button:after,
.sport .romagna_autentica .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna_autentica .sport .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.sport .romagna_autentica .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna_autentica .sport .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.sport .xp_search_box .romagna_autentica .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna_autentica .operatori_search_box .sport .xp_search_box .horizontal .control .bootstrap-select button:after,
.sport .xp_search_box .horizontal .romagna_autentica .operatori_search_box .vertical .bootstrap-select button:after,
.romagna_autentica .operatori_search_box .vertical .bootstrap-select .sport .xp_search_box .horizontal button:after,
.sport .culture .xp_search_box .horizontal .control .bootstrap-select button:after,
.culture .sport .xp_search_box .horizontal .control .bootstrap-select button:after,
.sport .culture .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.culture .sport .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.sport .culture .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.culture .sport .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.sport .xp_search_box .culture .operatori_search_box .horizontal .control .bootstrap-select button:after,
.culture .operatori_search_box .sport .xp_search_box .horizontal .control .bootstrap-select button:after,
.sport .xp_search_box .horizontal .culture .operatori_search_box .vertical .bootstrap-select button:after,
.culture .operatori_search_box .vertical .bootstrap-select .sport .xp_search_box .horizontal button:after,
.sport .castle .xp_search_box .horizontal .control .bootstrap-select button:after,
.castle .sport .xp_search_box .horizontal .control .bootstrap-select button:after,
.sport .castle .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.castle .sport .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.sport .castle .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.castle .sport .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.sport .xp_search_box .castle .operatori_search_box .horizontal .control .bootstrap-select button:after,
.castle .operatori_search_box .sport .xp_search_box .horizontal .control .bootstrap-select button:after,
.sport .xp_search_box .horizontal .castle .operatori_search_box .vertical .bootstrap-select button:after,
.castle .operatori_search_box .vertical .bootstrap-select .sport .xp_search_box .horizontal button:after,
.sport .bike .xp_search_box .horizontal .control .bootstrap-select button:after,
.bike .sport .xp_search_box .horizontal .control .bootstrap-select button:after,
.sport .bike .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.bike .sport .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.sport .bike .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.bike .sport .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.sport .xp_search_box .bike .operatori_search_box .horizontal .control .bootstrap-select button:after,
.bike .operatori_search_box .sport .xp_search_box .horizontal .control .bootstrap-select button:after,
.sport .xp_search_box .horizontal .bike .operatori_search_box .vertical .bootstrap-select button:after,
.bike .operatori_search_box .vertical .bootstrap-select .sport .xp_search_box .horizontal button:after,
.sport .empire .xp_search_box .horizontal .control .bootstrap-select button:after,
.empire .sport .xp_search_box .horizontal .control .bootstrap-select button:after,
.sport .empire .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.empire .sport .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.sport .empire .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.empire .sport .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.sport .xp_search_box .empire .operatori_search_box .horizontal .control .bootstrap-select button:after,
.empire .operatori_search_box .sport .xp_search_box .horizontal .control .bootstrap-select button:after,
.sport .xp_search_box .horizontal .empire .operatori_search_box .vertical .bootstrap-select button:after,
.empire .operatori_search_box .vertical .bootstrap-select .sport .xp_search_box .horizontal button:after,
.sport .wellness .xp_search_box .horizontal .control .bootstrap-select button:after,
.wellness .sport .xp_search_box .horizontal .control .bootstrap-select button:after,
.sport .wellness .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.wellness .sport .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.sport .wellness .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.wellness .sport .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.sport .xp_search_box .wellness .operatori_search_box .horizontal .control .bootstrap-select button:after,
.wellness .operatori_search_box .sport .xp_search_box .horizontal .control .bootstrap-select button:after,
.sport .xp_search_box .horizontal .wellness .operatori_search_box .vertical .bootstrap-select button:after,
.wellness .operatori_search_box .vertical .bootstrap-select .sport .xp_search_box .horizontal button:after,
.sport .fun .xp_search_box .horizontal .control .bootstrap-select button:after,
.fun .sport .xp_search_box .horizontal .control .bootstrap-select button:after,
.sport .fun .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.fun .sport .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.sport .fun .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.fun .sport .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.sport .xp_search_box .fun .operatori_search_box .horizontal .control .bootstrap-select button:after,
.fun .operatori_search_box .sport .xp_search_box .horizontal .control .bootstrap-select button:after,
.sport .xp_search_box .horizontal .fun .operatori_search_box .vertical .bootstrap-select button:after,
.fun .operatori_search_box .vertical .bootstrap-select .sport .xp_search_box .horizontal button:after {
  line-height: 2.2rem;
}

.sport .xp_search_box .horizontal button.collapsible {
  border: none;
  background-color: transparent;
  display: block;
  width: 100%;
  font-size: 1.6rem;
  color: #ffffff;
  letter-spacing: -0.41px;
  text-align: left;
  text-transform: uppercase;
  display: block;
}

.sport .xp_search_box .horizontal .control {
  padding: 0.5rem 1rem;
  height: 5rem;
  background-color: white;
  margin: 0.5rem;
}

.sport .xp_search_box .horizontal .control.btn-holder {
  min-width: 2rem;
  width: auto;
  padding: 0px;
}

.sport .xp_search_box .horizontal .control.btn-holder button {
  width: 100%;
  border: none;
  background-color: #e36100;
  height: 100%;
  font-size: 1.6rem;
  color: #ffffff;
  letter-spacing: -0.41px;
  text-align: center;
  text-transform: uppercase;
  display: block;
  padding: 0px;
}

.sport .xp_search_box .horizontal .control .ert-dropdown {
  width: 100%;
}

.sport .xp_search_box .horizontal .control .ert-dropdown * {
  cursor: pointer;
}

.sport .xp_search_box .horizontal .control .ert-dropdown .ert-combo {
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
  display: block;
  text-align: left;
}

.sport .xp_search_box .horizontal .control .ert-dropdown .ert-combo::after {
  border: none;
}

.sport .xp_search_box .horizontal .control .ert-dropdown .ert-combo i {
  transition: 500ms ease;
  transform: rotate(0);
  position: absolute;
  top: 2.25rem;
  right: 15px;
}

.sport .xp_search_box .horizontal .control .ert-dropdown .ert-combo .button {
  padding: 0px;
}

.sport .xp_search_box .horizontal .control .ert-dropdown.show .ert-combo i {
  transform: rotate(180deg);
}

.sport .xp_search_box .horizontal .control .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: auto;
}

.sport .xp_search_box .horizontal .control .bootstrap-select {
  margin-top: -1px;
}

.sport .xp_search_box .horizontal .control .bootstrap-select *:focus {
  box-shadow: none important;
}

.sport .xp_search_box .horizontal .control .bootstrap-select button {
  padding: 0px;
  font-size: 1.5rem;
  background: #ffffff;
  color: #848484;
  letter-spacing: 0.3px;
  border: none;
  border-radius: 0;
}

.sport .xp_search_box .horizontal .control .bootstrap-select button:after {
  content: "\F078";
  border: none;
}

.sport .xp_search_box .horizontal .control .bootstrap-select .dropdown-menu {
  width: 100% !important;
  border: none;
  border-radius: 0;
  box-shadow: 0px 2px 2px 0px #a9a9a970;
  border-top: 1px solid #a9a9a970;
}

.sport .xp_search_box .horizontal .control .bootstrap-select .dropdown-menu.inner.show {
  border-top: none;
}

.sport .xp_search_box .horizontal .control .bootstrap-select .dropdown-menu .dropdown-item {
  font-size: 1.5rem;
  line-height: 4rem;
}

.sport .xp_search_box .horizontal .control .bootstrap-select .dropdown-menu .dropdown-item:active,
.sport .xp_search_box .horizontal .control .bootstrap-select .dropdown-menu .dropdown-item.active {
  background-color: #FF7A17;
}

.sport .xp_search_box .horizontal .control label {
  background: #ffffff;
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
  line-height: 2.4rem;
  margin-bottom: 0px;
  margin-right: 0.5rem;
}

@media (max-width: 768px) {
  .sport .xp_search_box .horizontal .control label {
    min-width: 6.2rem;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .sport .xp_search_box .horizontal .control label {
    display: none;
  }
}

.sport .xp_search_box .horizontal .control .flatpickr-mobile.form-control {
  padding: 1px 0;
}

.sport .xp_search_box .horizontal .control input[type=text],
.sport .xp_search_box .horizontal .control input[type=date] {
  border: none;
  font-size: 1.5rem;
  border-radius: 0;
  background-color: white;
  border-bottom: 1px solid #495057;
  min-width: 0;
  height: auto;
}

.sport .xp_search_box .horizontal .control input[type=text]:focus,
.sport .xp_search_box .horizontal .control input[type=date]:focus {
  box-shadow: none;
}

.sport .xp_search_box .vertical {
  max-width: 30rem;
  z-index: 10;
  position: relative;
  height: 4.4rem;
  margin: 0 auto;
}

.sport .xp_search_box .vertical button.collapsible {
  border: none;
  background-color: transparent;
  display: block;
  position: absolute;
  width: 100%;
}

.sport .xp_search_box .vertical .dropbutton {
  display: none;
}

.sport .xp_search_box .vertical .dropbutton.collapsed {
  display: block;
}

.sport .xp_search_box .vertical #collapse-events {
  padding: 1.8rem;
  background-color: #FF7A17;
  background-image: linear-gradient(-180deg, #ff7814 0%, #FF7A17 48%, #ff7914 80%);
  font-size: 1.6rem;
}

.sport .xp_search_box .vertical .fa-chevron-up {
  text-align: right;
  line-height: 4rem;
  color: white;
  margin-bottom: 1.8rem;
}

.sport .xp_search_box .vertical .form-group {
  background: #ffffff;
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
}

.sport .xp_search_box .vertical .form-group .col-form-label {
  line-height: 5rem;
}

.sport .xp_search_box .vertical .ert-text {
  border: none;
  font-size: 1.5rem;
  height: 60px;
  border-radius: 0;
  background-color: white;
}

.sport .xp_search_box .vertical .ert-text.line {
  border-bottom: 1px solid #495057;
  height: auto;
  margin-top: 14px;
}

.sport .xp_search_box .vertical .ert-text:focus {
  box-shadow: none;
}

.sport .xp_search_box .vertical button.search {
  border: none;
  position: absolute;
  bottom: -10rem;
  left: 5%;
  right: 5%;
  width: 90%;
  line-height: 4.4rem;
}

.sport .xp_search_box .vertical .datepicker-holder {
  padding-right: 0px;
}

.sport .xp_search_box .vertical .datepicker-holder * {
  cursor: pointer;
}

.sport .xp_search_box .vertical .datepicker-holder input[type=date]::-webkit-calendar-picker-indicator {
  width: 1.2rem;
  height: 0.7rem;
  -webkit-mask: url(/images/caret.svg);
          mask: url(/images/caret.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  -webkit-transition: 500ms ease;
  transition: 500ms ease;
  background-color: #686868;
}

.sport .xp_search_box .vertical .datepicker-holder .flatpickr-calendar.static {
  margin-left: -193px;
  margin-top: -184px;
  left: 50%;
  top: 50%;
}

.sport .xp_search_box .vertical .datepicker-holder .flatpickr-calendar.static.arrowBottom:after {
  display: none;
}

.sport .xp_search_box .vertical .datepicker-holder .flatpickr-calendar.static.arrowBottom:before {
  display: none;
}

.sport .xp_search_box .vertical .datepicker-holder .flatpickr-months .flatpickr-month {
  height: 32px;
}

.sport .xp_search_box .vertical .ert-dropdown * {
  cursor: pointer;
}

.sport .xp_search_box .vertical .ert-dropdown .ert-combo {
  background: #ffffff;
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
  line-height: 5rem;
  display: block;
  width: 100%;
  height: 60px;
  text-align: left;
}

.sport .xp_search_box .vertical .ert-dropdown .ert-combo::after {
  border: none;
}

.sport .xp_search_box .vertical .ert-dropdown .ert-combo i {
  transition: 500ms ease;
  transform: rotate(0);
  position: absolute;
  top: 2.25rem;
  right: 15px;
}

.sport .xp_search_box .vertical .ert-dropdown .ert-combo .button {
  padding: 0px;
}

.sport .xp_search_box .vertical .ert-dropdown .dropdown-menu {
  width: 100% !important;
  border: none;
  border-radius: 0;
  box-shadow: 0px 2px 2px 0px #a9a9a970;
  border-top: 1px solid #a9a9a970;
}

.sport .xp_search_box .vertical .ert-dropdown .dropdown-menu .dropdown-item {
  font-size: 1.5rem;
  line-height: 4rem;
}

.sport .xp_search_box .vertical .ert-dropdown .dropdown-menu .dropdown-item:active {
  background-color: #FF7A17;
}

.sport .xp_search_box .vertical .ert-dropdown.show .ert-combo i {
  transform: rotate(180deg);
}

.sport .xp_search_box .vertical .bootstrap-select *:focus {
  box-shadow: none important;
}

.sport .xp_search_box .vertical .bootstrap-select button {
  font-size: 1.5rem;
  color: #848484;
  letter-spacing: 0.3px;
  border: none;
  font-size: 1.5rem;
  height: 60px;
  border-radius: 0;
  background-color: white;
}

.sport .xp_search_box .vertical .bootstrap-select button:after {
  content: "\F078";
  border: none;
}

.sport .xp_search_box .vertical .bootstrap-select .dropdown-menu {
  width: 100% !important;
  border: none;
  border-radius: 0;
  box-shadow: 0px 2px 2px 0px #a9a9a970;
  border-top: 1px solid #a9a9a970;
}

.sport .xp_search_box .vertical .bootstrap-select .dropdown-menu .dropdown-item {
  font-size: 1.5rem;
  line-height: 4rem;
}

.sport .xp_search_box .vertical .bootstrap-select .dropdown-menu .dropdown-item:active,
.sport .xp_search_box .vertical .bootstrap-select .dropdown-menu .dropdown-item.active {
  background-color: #FF7A17;
}

.sport .xp_search_box .vertical .btn-er,
.sport .xp_search_box .vertical .instagram .instabutton div span,
.instagram .instabutton div .sport .xp_search_box .vertical span {
  margin-top: 18px;
}

.sport .xp_search_box .vertical .btn-er .fa-chevron-down,
.sport .xp_search_box .vertical .instagram .instabutton div span .fa-chevron-down,
.instagram .instabutton div .sport .xp_search_box .vertical span .fa-chevron-down {
  float: right;
  line-height: 4rem;
}

.sport .operatori_search_box button span {
  color: white;
}

.sport .operatori_search_box .city {
  color: white;
}

.sport .operatori_search_box .horizontal {
  padding: 1rem;
  background-color: #FF7A17;
  background-image: linear-gradient(-180deg, #ff7814 0%, #FF7A17 48%, #ff7914 80%);
  font-size: 1.6rem;
}

.sport .operatori_search_box .horizontal.collapsed {
  border-radius: 2px;
  box-shadow: -1px 0 3px 0 rgba(0, 0, 0, 0.25);
}

.sport .operatori_search_box .horizontal .fa,
.sport .operatori_search_box .horizontal .search .searchearchbox.vertical .bootstrap-select button:after,
.search .searchearchbox.vertical .bootstrap-select .sport .operatori_search_box .horizontal button:after,
.sport .operatori_search_box .search .searchearchbox.horizontal .control .bootstrap-select button:after,
.search .sport .operatori_search_box .searchearchbox.horizontal .control .bootstrap-select button:after,
.sport .operatori_search_box .horizontal .downloads .downloadsearchbox.vertical .bootstrap-select button:after,
.downloads .downloadsearchbox.vertical .bootstrap-select .sport .operatori_search_box .horizontal button:after,
.sport .operatori_search_box .downloads .downloadsearchbox.horizontal .control .bootstrap-select button:after,
.downloads .sport .operatori_search_box .downloadsearchbox.horizontal .control .bootstrap-select button:after,
.sport .operatori_search_box .horizontal .localita #searchbox-app .bootstrap-select button:after,
.localita #searchbox-app .bootstrap-select .sport .operatori_search_box .horizontal button:after,
.sport .operatori_search_box .horizontal .itinerari .searchbox .control .bootstrap-select button:after,
.itinerari .searchbox .control .bootstrap-select .sport .operatori_search_box .horizontal button:after,
.sport .operatori_search_box .itinerari .searchbox.horizontal .control .bootstrap-select button:after,
.itinerari .sport .operatori_search_box .searchbox.horizontal .control .bootstrap-select button:after,
.sport .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .sport .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.sport .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .sport .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.sport .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .sport .operatori_search_box .horizontal .control .bootstrap-select button:after,
.sport .operatori_search_box .horizontal .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .vertical .bootstrap-select .sport .operatori_search_box .horizontal button:after,
.sport .operatori_search_box .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .sport .operatori_search_box .horizontal .control .bootstrap-select button:after,
.sport .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .sport .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.sport .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .sport .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.sport .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .sport .operatori_search_box .horizontal .control .bootstrap-select button:after,
.sport .operatori_search_box .horizontal .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .vertical .bootstrap-select .sport .operatori_search_box .horizontal button:after,
.sport .operatori_search_box .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .sport .operatori_search_box .horizontal .control .bootstrap-select button:after,
.sport .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .sport .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.sport .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .sport .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.sport .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .sport .operatori_search_box .horizontal .control .bootstrap-select button:after,
.sport .operatori_search_box .horizontal .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .vertical .bootstrap-select .sport .operatori_search_box .horizontal button:after,
.sport .operatori_search_box .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .sport .operatori_search_box .horizontal .control .bootstrap-select button:after,
.sport .romagna-craft .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna-craft .sport .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.sport .romagna-craft .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna-craft .sport .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.sport .romagna-craft .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna-craft .sport .operatori_search_box .horizontal .control .bootstrap-select button:after,
.sport .operatori_search_box .horizontal .romagna-craft .xp_search_box .vertical .bootstrap-select button:after,
.romagna-craft .xp_search_box .vertical .bootstrap-select .sport .operatori_search_box .horizontal button:after,
.sport .operatori_search_box .romagna-craft .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna-craft .xp_search_box .sport .operatori_search_box .horizontal .control .bootstrap-select button:after,
.sport .spass .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.spass .sport .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.sport .spass .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.spass .sport .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.sport .spass .operatori_search_box .horizontal .control .bootstrap-select button:after,
.spass .sport .operatori_search_box .horizontal .control .bootstrap-select button:after,
.sport .operatori_search_box .horizontal .spass .xp_search_box .vertical .bootstrap-select button:after,
.spass .xp_search_box .vertical .bootstrap-select .sport .operatori_search_box .horizontal button:after,
.sport .operatori_search_box .spass .xp_search_box .horizontal .control .bootstrap-select button:after,
.spass .xp_search_box .sport .operatori_search_box .horizontal .control .bootstrap-select button:after,
.sport .natur .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.natur .sport .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.sport .natur .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.natur .sport .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.sport .natur .operatori_search_box .horizontal .control .bootstrap-select button:after,
.natur .sport .operatori_search_box .horizontal .control .bootstrap-select button:after,
.sport .operatori_search_box .horizontal .natur .xp_search_box .vertical .bootstrap-select button:after,
.natur .xp_search_box .vertical .bootstrap-select .sport .operatori_search_box .horizontal button:after,
.sport .operatori_search_box .natur .xp_search_box .horizontal .control .bootstrap-select button:after,
.natur .xp_search_box .sport .operatori_search_box .horizontal .control .bootstrap-select button:after,
.sport .kultur .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.kultur .sport .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.sport .kultur .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.kultur .sport .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.sport .kultur .operatori_search_box .horizontal .control .bootstrap-select button:after,
.kultur .sport .operatori_search_box .horizontal .control .bootstrap-select button:after,
.sport .operatori_search_box .horizontal .kultur .xp_search_box .vertical .bootstrap-select button:after,
.kultur .xp_search_box .vertical .bootstrap-select .sport .operatori_search_box .horizontal button:after,
.sport .operatori_search_box .kultur .xp_search_box .horizontal .control .bootstrap-select button:after,
.kultur .xp_search_box .sport .operatori_search_box .horizontal .control .bootstrap-select button:after,
.sport .pet .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.pet .sport .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.sport .pet .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.pet .sport .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.sport .pet .operatori_search_box .horizontal .control .bootstrap-select button:after,
.pet .sport .operatori_search_box .horizontal .control .bootstrap-select button:after,
.sport .operatori_search_box .horizontal .pet .xp_search_box .vertical .bootstrap-select button:after,
.pet .xp_search_box .vertical .bootstrap-select .sport .operatori_search_box .horizontal button:after,
.sport .operatori_search_box .pet .xp_search_box .horizontal .control .bootstrap-select button:after,
.pet .xp_search_box .sport .operatori_search_box .horizontal .control .bootstrap-select button:after,
.sport .default .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.default .sport .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.sport .default .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.default .sport .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.sport .default .operatori_search_box .horizontal .control .bootstrap-select button:after,
.default .sport .operatori_search_box .horizontal .control .bootstrap-select button:after,
.sport .operatori_search_box .horizontal .default .xp_search_box .vertical .bootstrap-select button:after,
.default .xp_search_box .vertical .bootstrap-select .sport .operatori_search_box .horizontal button:after,
.sport .operatori_search_box .default .xp_search_box .horizontal .control .bootstrap-select button:after,
.default .xp_search_box .sport .operatori_search_box .horizontal .control .bootstrap-select button:after,
.sport .liscio .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.liscio .sport .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.sport .liscio .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.liscio .sport .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.sport .liscio .operatori_search_box .horizontal .control .bootstrap-select button:after,
.liscio .sport .operatori_search_box .horizontal .control .bootstrap-select button:after,
.sport .operatori_search_box .horizontal .liscio .xp_search_box .vertical .bootstrap-select button:after,
.liscio .xp_search_box .vertical .bootstrap-select .sport .operatori_search_box .horizontal button:after,
.sport .operatori_search_box .liscio .xp_search_box .horizontal .control .bootstrap-select button:after,
.liscio .xp_search_box .sport .operatori_search_box .horizontal .control .bootstrap-select button:after,
.sport .romagna .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna .sport .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.sport .romagna .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna .sport .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.sport .romagna .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna .sport .operatori_search_box .horizontal .control .bootstrap-select button:after,
.sport .operatori_search_box .horizontal .romagna .xp_search_box .vertical .bootstrap-select button:after,
.romagna .xp_search_box .vertical .bootstrap-select .sport .operatori_search_box .horizontal button:after,
.sport .operatori_search_box .romagna .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna .xp_search_box .sport .operatori_search_box .horizontal .control .bootstrap-select button:after,
.sport .motorcycle .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.motorcycle .sport .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.sport .motorcycle .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.motorcycle .sport .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.sport .motorcycle .operatori_search_box .horizontal .control .bootstrap-select button:after,
.motorcycle .sport .operatori_search_box .horizontal .control .bootstrap-select button:after,
.sport .operatori_search_box .horizontal .motorcycle .xp_search_box .vertical .bootstrap-select button:after,
.motorcycle .xp_search_box .vertical .bootstrap-select .sport .operatori_search_box .horizontal button:after,
.sport .operatori_search_box .motorcycle .xp_search_box .horizontal .control .bootstrap-select button:after,
.motorcycle .xp_search_box .sport .operatori_search_box .horizontal .control .bootstrap-select button:after,
.sport .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.sport .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.sport .operatori_search_box .horizontal .control .bootstrap-select button:after,
.sport .operatori_search_box .events-homepage .header .eventsearchbox.horizontal .control .bootstrap-select button:after,
.events-homepage .header .sport .operatori_search_box .eventsearchbox.horizontal .control .bootstrap-select button:after,
.sport .operatori_search_box .horizontal .events-homepage .header .eventsearchbox.vertical .bootstrap-select button:after,
.events-homepage .header .eventsearchbox.vertical .bootstrap-select .sport .operatori_search_box .horizontal button:after,
.sport .operatori_search_box .events-page .header .eventsearchbox.horizontal .control .bootstrap-select button:after,
.events-page .header .sport .operatori_search_box .eventsearchbox.horizontal .control .bootstrap-select button:after,
.sport .operatori_search_box .horizontal .events-page .header .eventsearchbox.vertical .bootstrap-select button:after,
.events-page .header .eventsearchbox.vertical .bootstrap-select .sport .operatori_search_box .horizontal button:after,
.sport .operatori_search_box .scopri .xp_search_box .horizontal .control .bootstrap-select button:after,
.scopri .xp_search_box .sport .operatori_search_box .horizontal .control .bootstrap-select button:after,
.sport .operatori_search_box .horizontal .scopri .xp_search_box .vertical .bootstrap-select button:after,
.scopri .xp_search_box .vertical .bootstrap-select .sport .operatori_search_box .horizontal button:after,
.sport .scopri .operatori_search_box .horizontal .control .bootstrap-select button:after,
.scopri .sport .operatori_search_box .horizontal .control .bootstrap-select button:after,
.sport .scopri .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.scopri .sport .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.sport .scopri .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.scopri .sport .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.sport .operatori_search_box .idee .xp_search_box .horizontal .control .bootstrap-select button:after,
.idee .xp_search_box .sport .operatori_search_box .horizontal .control .bootstrap-select button:after,
.sport .operatori_search_box .horizontal .idee .xp_search_box .vertical .bootstrap-select button:after,
.idee .xp_search_box .vertical .bootstrap-select .sport .operatori_search_box .horizontal button:after,
.sport .idee .operatori_search_box .horizontal .control .bootstrap-select button:after,
.idee .sport .operatori_search_box .horizontal .control .bootstrap-select button:after,
.sport .idee .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.idee .sport .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.sport .idee .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.idee .sport .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.sport .operatori_search_box .eventi .xp_search_box .horizontal .control .bootstrap-select button:after,
.eventi .xp_search_box .sport .operatori_search_box .horizontal .control .bootstrap-select button:after,
.sport .operatori_search_box .horizontal .eventi .xp_search_box .vertical .bootstrap-select button:after,
.eventi .xp_search_box .vertical .bootstrap-select .sport .operatori_search_box .horizontal button:after,
.sport .eventi .operatori_search_box .horizontal .control .bootstrap-select button:after,
.eventi .sport .operatori_search_box .horizontal .control .bootstrap-select button:after,
.sport .eventi .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.eventi .sport .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.sport .eventi .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.eventi .sport .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.sport .operatori_search_box .pianifica .xp_search_box .horizontal .control .bootstrap-select button:after,
.pianifica .xp_search_box .sport .operatori_search_box .horizontal .control .bootstrap-select button:after,
.sport .operatori_search_box .horizontal .pianifica .xp_search_box .vertical .bootstrap-select button:after,
.pianifica .xp_search_box .vertical .bootstrap-select .sport .operatori_search_box .horizontal button:after,
.sport .pianifica .operatori_search_box .horizontal .control .bootstrap-select button:after,
.pianifica .sport .operatori_search_box .horizontal .control .bootstrap-select button:after,
.sport .pianifica .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.pianifica .sport .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.sport .pianifica .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.pianifica .sport .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.sport .operatori_search_box .esperienze .xp_search_box .horizontal .control .bootstrap-select button:after,
.esperienze .xp_search_box .sport .operatori_search_box .horizontal .control .bootstrap-select button:after,
.sport .operatori_search_box .horizontal .esperienze .xp_search_box .vertical .bootstrap-select button:after,
.esperienze .xp_search_box .vertical .bootstrap-select .sport .operatori_search_box .horizontal button:after,
.sport .esperienze .operatori_search_box .horizontal .control .bootstrap-select button:after,
.esperienze .sport .operatori_search_box .horizontal .control .bootstrap-select button:after,
.sport .esperienze .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.esperienze .sport .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.sport .esperienze .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.esperienze .sport .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.sport .operatori_search_box .news .xp_search_box .horizontal .control .bootstrap-select button:after,
.news .xp_search_box .sport .operatori_search_box .horizontal .control .bootstrap-select button:after,
.sport .operatori_search_box .horizontal .news .xp_search_box .vertical .bootstrap-select button:after,
.news .xp_search_box .vertical .bootstrap-select .sport .operatori_search_box .horizontal button:after,
.sport .news .operatori_search_box .horizontal .control .bootstrap-select button:after,
.news .sport .operatori_search_box .horizontal .control .bootstrap-select button:after,
.sport .news .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.news .sport .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.sport .news .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.news .sport .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.sport .operatori_search_box .iat .xp_search_box .horizontal .control .bootstrap-select button:after,
.iat .xp_search_box .sport .operatori_search_box .horizontal .control .bootstrap-select button:after,
.sport .operatori_search_box .horizontal .iat .xp_search_box .vertical .bootstrap-select button:after,
.iat .xp_search_box .vertical .bootstrap-select .sport .operatori_search_box .horizontal button:after,
.sport .iat .operatori_search_box .horizontal .control .bootstrap-select button:after,
.iat .sport .operatori_search_box .horizontal .control .bootstrap-select button:after,
.sport .iat .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.iat .sport .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.sport .iat .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.iat .sport .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.sport .operatori_search_box .meteo .xp_search_box .horizontal .control .bootstrap-select button:after,
.meteo .xp_search_box .sport .operatori_search_box .horizontal .control .bootstrap-select button:after,
.sport .operatori_search_box .horizontal .meteo .xp_search_box .vertical .bootstrap-select button:after,
.meteo .xp_search_box .vertical .bootstrap-select .sport .operatori_search_box .horizontal button:after,
.sport .meteo .operatori_search_box .horizontal .control .bootstrap-select button:after,
.meteo .sport .operatori_search_box .horizontal .control .bootstrap-select button:after,
.sport .meteo .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.meteo .sport .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.sport .meteo .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.meteo .sport .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.sport .operatori_search_box .odm .xp_search_box .horizontal .control .bootstrap-select button:after,
.odm .xp_search_box .sport .operatori_search_box .horizontal .control .bootstrap-select button:after,
.sport .operatori_search_box .horizontal .odm .xp_search_box .vertical .bootstrap-select button:after,
.odm .xp_search_box .vertical .bootstrap-select .sport .operatori_search_box .horizontal button:after,
.sport .odm .operatori_search_box .horizontal .control .bootstrap-select button:after,
.odm .sport .operatori_search_box .horizontal .control .bootstrap-select button:after,
.sport .odm .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.odm .sport .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.sport .odm .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.odm .sport .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.sport .operatori_search_box .booking .xp_search_box .horizontal .control .bootstrap-select button:after,
.booking .xp_search_box .sport .operatori_search_box .horizontal .control .bootstrap-select button:after,
.sport .operatori_search_box .horizontal .booking .xp_search_box .vertical .bootstrap-select button:after,
.booking .xp_search_box .vertical .bootstrap-select .sport .operatori_search_box .horizontal button:after,
.sport .booking .operatori_search_box .horizontal .control .bootstrap-select button:after,
.booking .sport .operatori_search_box .horizontal .control .bootstrap-select button:after,
.sport .booking .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.booking .sport .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.sport .booking .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.booking .sport .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.sport .operatori_search_box .rock .xp_search_box .horizontal .control .bootstrap-select button:after,
.rock .xp_search_box .sport .operatori_search_box .horizontal .control .bootstrap-select button:after,
.sport .operatori_search_box .horizontal .rock .xp_search_box .vertical .bootstrap-select button:after,
.rock .xp_search_box .vertical .bootstrap-select .sport .operatori_search_box .horizontal button:after,
.sport .rock .operatori_search_box .horizontal .control .bootstrap-select button:after,
.rock .sport .operatori_search_box .horizontal .control .bootstrap-select button:after,
.sport .rock .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.rock .sport .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.sport .rock .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.rock .sport .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.sport .operatori_search_box .beach .xp_search_box .horizontal .control .bootstrap-select button:after,
.beach .xp_search_box .sport .operatori_search_box .horizontal .control .bootstrap-select button:after,
.sport .operatori_search_box .horizontal .beach .xp_search_box .vertical .bootstrap-select button:after,
.beach .xp_search_box .vertical .bootstrap-select .sport .operatori_search_box .horizontal button:after,
.sport .beach .operatori_search_box .horizontal .control .bootstrap-select button:after,
.beach .sport .operatori_search_box .horizontal .control .bootstrap-select button:after,
.sport .beach .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.beach .sport .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.sport .beach .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.beach .sport .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.sport .operatori_search_box .food .xp_search_box .horizontal .control .bootstrap-select button:after,
.food .xp_search_box .sport .operatori_search_box .horizontal .control .bootstrap-select button:after,
.sport .operatori_search_box .horizontal .food .xp_search_box .vertical .bootstrap-select button:after,
.food .xp_search_box .vertical .bootstrap-select .sport .operatori_search_box .horizontal button:after,
.sport .food .operatori_search_box .horizontal .control .bootstrap-select button:after,
.food .sport .operatori_search_box .horizontal .control .bootstrap-select button:after,
.sport .food .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.food .sport .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.sport .food .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.food .sport .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.sport .operatori_search_box .nature .xp_search_box .horizontal .control .bootstrap-select button:after,
.nature .xp_search_box .sport .operatori_search_box .horizontal .control .bootstrap-select button:after,
.sport .operatori_search_box .horizontal .nature .xp_search_box .vertical .bootstrap-select button:after,
.nature .xp_search_box .vertical .bootstrap-select .sport .operatori_search_box .horizontal button:after,
.sport .nature .operatori_search_box .horizontal .control .bootstrap-select button:after,
.nature .sport .operatori_search_box .horizontal .control .bootstrap-select button:after,
.sport .nature .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.nature .sport .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.sport .nature .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.nature .sport .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.sport .operatori_search_box .romagna_autentica .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna_autentica .xp_search_box .sport .operatori_search_box .horizontal .control .bootstrap-select button:after,
.sport .operatori_search_box .horizontal .romagna_autentica .xp_search_box .vertical .bootstrap-select button:after,
.romagna_autentica .xp_search_box .vertical .bootstrap-select .sport .operatori_search_box .horizontal button:after,
.sport .romagna_autentica .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna_autentica .sport .operatori_search_box .horizontal .control .bootstrap-select button:after,
.sport .romagna_autentica .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna_autentica .sport .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.sport .romagna_autentica .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna_autentica .sport .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.sport .operatori_search_box .culture .xp_search_box .horizontal .control .bootstrap-select button:after,
.culture .xp_search_box .sport .operatori_search_box .horizontal .control .bootstrap-select button:after,
.sport .operatori_search_box .horizontal .culture .xp_search_box .vertical .bootstrap-select button:after,
.culture .xp_search_box .vertical .bootstrap-select .sport .operatori_search_box .horizontal button:after,
.sport .culture .operatori_search_box .horizontal .control .bootstrap-select button:after,
.culture .sport .operatori_search_box .horizontal .control .bootstrap-select button:after,
.sport .culture .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.culture .sport .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.sport .culture .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.culture .sport .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.sport .operatori_search_box .castle .xp_search_box .horizontal .control .bootstrap-select button:after,
.castle .xp_search_box .sport .operatori_search_box .horizontal .control .bootstrap-select button:after,
.sport .operatori_search_box .horizontal .castle .xp_search_box .vertical .bootstrap-select button:after,
.castle .xp_search_box .vertical .bootstrap-select .sport .operatori_search_box .horizontal button:after,
.sport .castle .operatori_search_box .horizontal .control .bootstrap-select button:after,
.castle .sport .operatori_search_box .horizontal .control .bootstrap-select button:after,
.sport .castle .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.castle .sport .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.sport .castle .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.castle .sport .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.sport .operatori_search_box .bike .xp_search_box .horizontal .control .bootstrap-select button:after,
.bike .xp_search_box .sport .operatori_search_box .horizontal .control .bootstrap-select button:after,
.sport .operatori_search_box .horizontal .bike .xp_search_box .vertical .bootstrap-select button:after,
.bike .xp_search_box .vertical .bootstrap-select .sport .operatori_search_box .horizontal button:after,
.sport .bike .operatori_search_box .horizontal .control .bootstrap-select button:after,
.bike .sport .operatori_search_box .horizontal .control .bootstrap-select button:after,
.sport .bike .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.bike .sport .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.sport .bike .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.bike .sport .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.sport .operatori_search_box .empire .xp_search_box .horizontal .control .bootstrap-select button:after,
.empire .xp_search_box .sport .operatori_search_box .horizontal .control .bootstrap-select button:after,
.sport .operatori_search_box .horizontal .empire .xp_search_box .vertical .bootstrap-select button:after,
.empire .xp_search_box .vertical .bootstrap-select .sport .operatori_search_box .horizontal button:after,
.sport .empire .operatori_search_box .horizontal .control .bootstrap-select button:after,
.empire .sport .operatori_search_box .horizontal .control .bootstrap-select button:after,
.sport .empire .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.empire .sport .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.sport .empire .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.empire .sport .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.sport .operatori_search_box .wellness .xp_search_box .horizontal .control .bootstrap-select button:after,
.wellness .xp_search_box .sport .operatori_search_box .horizontal .control .bootstrap-select button:after,
.sport .operatori_search_box .horizontal .wellness .xp_search_box .vertical .bootstrap-select button:after,
.wellness .xp_search_box .vertical .bootstrap-select .sport .operatori_search_box .horizontal button:after,
.sport .wellness .operatori_search_box .horizontal .control .bootstrap-select button:after,
.wellness .sport .operatori_search_box .horizontal .control .bootstrap-select button:after,
.sport .wellness .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.wellness .sport .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.sport .wellness .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.wellness .sport .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.sport .operatori_search_box .fun .xp_search_box .horizontal .control .bootstrap-select button:after,
.fun .xp_search_box .sport .operatori_search_box .horizontal .control .bootstrap-select button:after,
.sport .operatori_search_box .horizontal .fun .xp_search_box .vertical .bootstrap-select button:after,
.fun .xp_search_box .vertical .bootstrap-select .sport .operatori_search_box .horizontal button:after,
.sport .fun .operatori_search_box .horizontal .control .bootstrap-select button:after,
.fun .sport .operatori_search_box .horizontal .control .bootstrap-select button:after,
.sport .fun .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.fun .sport .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.sport .fun .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.fun .sport .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.sport .operatori_search_box .xp_search_box .horizontal .control .bootstrap-select button:after,
.sport .xp_search_box .operatori_search_box .horizontal .control .bootstrap-select button:after,
.sport .operatori_search_box .horizontal .xp_search_box .vertical .bootstrap-select button:after,
.sport .xp_search_box .vertical .bootstrap-select .operatori_search_box .horizontal button:after {
  line-height: 2.2rem;
}

.sport .operatori_search_box .horizontal button.collapsible {
  border: none;
  background-color: transparent;
  display: block;
  width: 100%;
  font-size: 1.6rem;
  color: #ffffff;
  letter-spacing: -0.41px;
  text-align: left;
  text-transform: uppercase;
}

.sport .operatori_search_box .horizontal .control {
  padding: 0.5rem 1rem;
  height: 5rem;
  background-color: white;
  margin: 0.5rem;
}

.sport .operatori_search_box .horizontal .control.btn-holder {
  min-width: 2rem;
  width: auto;
  padding: 0px;
}

.sport .operatori_search_box .horizontal .control.btn-holder button {
  width: 100%;
  border: none;
  background-color: #e36100;
  height: 100%;
  font-size: 1.6rem;
  color: #ffffff;
  letter-spacing: -0.41px;
  text-align: center;
  text-transform: uppercase;
  display: block;
  padding: 0px;
}

.sport .operatori_search_box .horizontal .control .ert-dropdown {
  width: 100%;
}

.sport .operatori_search_box .horizontal .control .ert-dropdown * {
  cursor: pointer;
}

.sport .operatori_search_box .horizontal .control .ert-dropdown .ert-combo {
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
  display: block;
  text-align: left;
}

.sport .operatori_search_box .horizontal .control .ert-dropdown .ert-combo::after {
  border: none;
}

.sport .operatori_search_box .horizontal .control .ert-dropdown .ert-combo i {
  transition: 500ms ease;
  transform: rotate(0);
  position: absolute;
  top: 2.25rem;
  right: 15px;
}

.sport .operatori_search_box .horizontal .control .ert-dropdown .ert-combo .button {
  padding: 0px;
}

.sport .operatori_search_box .horizontal .control .ert-dropdown.show .ert-combo i {
  transform: rotate(180deg);
}

.sport .operatori_search_box .horizontal .control .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: auto;
}

.sport .operatori_search_box .horizontal .control .bootstrap-select {
  margin-top: -1px;
}

.sport .operatori_search_box .horizontal .control .bootstrap-select *:focus {
  box-shadow: none important;
}

.sport .operatori_search_box .horizontal .control .bootstrap-select button {
  padding: 0px;
  font-size: 1.5rem;
  background: #ffffff;
  color: #848484;
  letter-spacing: 0.3px;
  border: none;
  border-radius: 0;
}

.sport .operatori_search_box .horizontal .control .bootstrap-select button:after {
  content: "\F078";
  border: none;
}

.sport .operatori_search_box .horizontal .control .bootstrap-select .dropdown-menu {
  width: 100% !important;
  border: none;
  border-radius: 0;
  box-shadow: 0px 2px 2px 0px #a9a9a970;
  border-top: 1px solid #a9a9a970;
}

.sport .operatori_search_box .horizontal .control .bootstrap-select .dropdown-menu.inner.show {
  border-top: none;
}

.sport .operatori_search_box .horizontal .control .bootstrap-select .dropdown-menu .dropdown-item {
  font-size: 1.5rem;
  line-height: 4rem;
}

.sport .operatori_search_box .horizontal .control .bootstrap-select .dropdown-menu .dropdown-item:active,
.sport .operatori_search_box .horizontal .control .bootstrap-select .dropdown-menu .dropdown-item.active {
  background-color: #FF7A17;
}

.sport .operatori_search_box .horizontal .control label {
  background: #ffffff;
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
  line-height: 2.4rem;
  margin-bottom: 0px;
  margin-right: 0.5rem;
}

@media (max-width: 768px) {
  .sport .operatori_search_box .horizontal .control label {
    min-width: 6.2rem;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .sport .operatori_search_box .horizontal .control label {
    display: none;
  }
}

.sport .operatori_search_box .horizontal .control .flatpickr-mobile.form-control {
  padding: 1px 0;
}

.sport .operatori_search_box .horizontal .control input[type=text],
.sport .operatori_search_box .horizontal .control input[type=date] {
  border: none;
  font-size: 1.5rem;
  border-radius: 0;
  background-color: white;
  border-bottom: 1px solid #495057;
  min-width: 0;
  height: auto;
}

.sport .operatori_search_box .horizontal .control input[type=text]:focus,
.sport .operatori_search_box .horizontal .control input[type=date]:focus {
  box-shadow: none;
}

.sport .operatori_search_box .vertical {
  max-width: 30rem;
  z-index: 10;
  position: relative;
  height: 4.4rem;
  margin: 0 auto;
}

.sport .operatori_search_box .vertical button.collapsible {
  border: none;
  background-color: transparent;
  display: block;
  position: absolute;
  width: 100%;
}

.sport .operatori_search_box .vertical .dropbutton {
  display: none;
}

.sport .operatori_search_box .vertical .dropbutton.collapsed {
  display: block;
}

.sport .operatori_search_box .vertical #collapse-events {
  padding: 1.8rem;
  background-color: #FF7A17;
  background-image: linear-gradient(-180deg, #ff7814 0%, #FF7A17 48%, #ff7914 80%);
  font-size: 1.6rem;
}

.sport .operatori_search_box .vertical .fa-chevron-up {
  text-align: right;
  line-height: 4rem;
  color: white;
  margin-bottom: 1.8rem;
}

.sport .operatori_search_box .vertical .form-group {
  background: #ffffff;
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
}

.sport .operatori_search_box .vertical .form-group .col-form-label {
  line-height: 5rem;
}

.sport .operatori_search_box .vertical .ert-text {
  border: none;
  font-size: 1.5rem;
  height: 60px;
  border-radius: 0;
  background-color: white;
}

.sport .operatori_search_box .vertical .ert-text.line {
  border-bottom: 1px solid #495057;
  height: auto;
  margin-top: 14px;
}

.sport .operatori_search_box .vertical .ert-text:focus {
  box-shadow: none;
}

.sport .operatori_search_box .vertical button.search {
  border: none;
  position: absolute;
  bottom: -10rem;
  left: 5%;
  right: 5%;
  width: 90%;
  line-height: 4.4rem;
}

.sport .operatori_search_box .vertical .datepicker-holder {
  padding-right: 0px;
}

.sport .operatori_search_box .vertical .datepicker-holder * {
  cursor: pointer;
}

.sport .operatori_search_box .vertical .datepicker-holder input[type=date]::-webkit-calendar-picker-indicator {
  width: 1.2rem;
  height: 0.7rem;
  -webkit-mask: url(/images/caret.svg);
          mask: url(/images/caret.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  -webkit-transition: 500ms ease;
  transition: 500ms ease;
  background-color: #686868;
}

.sport .operatori_search_box .vertical .datepicker-holder .flatpickr-calendar.static {
  margin-left: -193px;
  margin-top: -184px;
  left: 50%;
  top: 50%;
}

.sport .operatori_search_box .vertical .datepicker-holder .flatpickr-calendar.static.arrowBottom:after {
  display: none;
}

.sport .operatori_search_box .vertical .datepicker-holder .flatpickr-calendar.static.arrowBottom:before {
  display: none;
}

.sport .operatori_search_box .vertical .datepicker-holder .flatpickr-months .flatpickr-month {
  height: 32px;
}

.sport .operatori_search_box .vertical .ert-dropdown * {
  cursor: pointer;
}

.sport .operatori_search_box .vertical .ert-dropdown .ert-combo {
  background: #ffffff;
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
  line-height: 5rem;
  display: block;
  width: 100%;
  height: 60px;
  text-align: left;
}

.sport .operatori_search_box .vertical .ert-dropdown .ert-combo::after {
  border: none;
}

.sport .operatori_search_box .vertical .ert-dropdown .ert-combo i {
  transition: 500ms ease;
  transform: rotate(0);
  position: absolute;
  top: 2.25rem;
  right: 15px;
}

.sport .operatori_search_box .vertical .ert-dropdown .ert-combo .button {
  padding: 0px;
}

.sport .operatori_search_box .vertical .ert-dropdown .dropdown-menu {
  width: 100% !important;
  border: none;
  border-radius: 0;
  box-shadow: 0px 2px 2px 0px #a9a9a970;
  border-top: 1px solid #a9a9a970;
}

.sport .operatori_search_box .vertical .ert-dropdown .dropdown-menu .dropdown-item {
  font-size: 1.5rem;
  line-height: 4rem;
}

.sport .operatori_search_box .vertical .ert-dropdown .dropdown-menu .dropdown-item:active {
  background-color: #FF7A17;
}

.sport .operatori_search_box .vertical .ert-dropdown.show .ert-combo i {
  transform: rotate(180deg);
}

.sport .operatori_search_box .vertical .bootstrap-select *:focus {
  box-shadow: none important;
}

.sport .operatori_search_box .vertical .bootstrap-select button {
  font-size: 1.5rem;
  color: #848484;
  letter-spacing: 0.3px;
  border: none;
  font-size: 1.5rem;
  height: 60px;
  border-radius: 0;
  background-color: white;
}

.sport .operatori_search_box .vertical .bootstrap-select button:after {
  content: "\F078";
  border: none;
}

.sport .operatori_search_box .vertical .bootstrap-select .dropdown-menu {
  width: 100% !important;
  border: none;
  border-radius: 0;
  box-shadow: 0px 2px 2px 0px #a9a9a970;
  border-top: 1px solid #a9a9a970;
}

.sport .operatori_search_box .vertical .bootstrap-select .dropdown-menu .dropdown-item {
  font-size: 1.5rem;
  line-height: 4rem;
}

.sport .operatori_search_box .vertical .bootstrap-select .dropdown-menu .dropdown-item:active,
.sport .operatori_search_box .vertical .bootstrap-select .dropdown-menu .dropdown-item.active {
  background-color: #FF7A17;
}

.sport .operatori_search_box .vertical .btn-er,
.sport .operatori_search_box .vertical .instagram .instabutton div span,
.instagram .instabutton div .sport .operatori_search_box .vertical span {
  margin-top: 18px;
}

.sport .operatori_search_box .vertical .btn-er .fa-chevron-down,
.sport .operatori_search_box .vertical .instagram .instabutton div span .fa-chevron-down,
.instagram .instabutton div .sport .operatori_search_box .vertical span .fa-chevron-down {
  float: right;
  line-height: 4rem;
}

.sport .home-boxes {
  background-color: #FF7A17;
}

.sport .content-box a {
  font-weight: bold;
  color: #FF7A17;
}

.sport .content-box a strong {
  color: #FF7A17;
}

.sport .content-box .btn-er,
.sport .content-box .instagram .instabutton div span,
.instagram .instabutton div .sport .content-box span {
  background-color: #FF7A17;
  color: white;
}

.sport .content-box h3.with-line {
  font-size: 1.8rem;
  color: #030303;
  letter-spacing: -0.43px;
  text-transform: uppercase;
  margin-bottom: 2.1rem;
}

.sport .content-box h3.with-line::before {
  content: "";
  display: block;
  height: 3px;
  background: #0e797b;
  width: 100%;
  max-width: 32rem;
  margin-left: 0;
  margin-right: 0;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.sport *:focus {
  outline: 1px solid #FF7A17;
  outline-offset: -1px;
}

.sport .bootstrap-select .dropdown-toggle:focus {
  outline: 1px solid #FF7A17;
  outline-offset: -1px;
}

.sport a:hover {
  outline: 1px solid #ff974a;
}

.sport a:active {
  outline: 1px solid #FF7A17;
}

.sport .events-list {
  font-size: 1.4rem;
}

.sport .section-list {
  display: block;
  text-align: right;
}

.sport .section-list a {
  font-size: 2rem;
  color: #FF7A17;
}

.sport .events-list dt,
.sport .section-list dt,
.sport .iat-list dt {
  text-transform: uppercase;
  font-size: 1.5rem;
  line-height: 1.5;
  color: #111;
  letter-spacing: -0.38px;
  font-weight: 600;
  margin-top: 1.4rem;
}

.sport .events-list dd,
.sport .section-list dd,
.sport .iat-list dd {
  font-size: 1.6rem;
  margin-bottom: 0.6rem;
  line-height: 1.5;
  color: #030303;
}

.sport .events-list dd i,
.sport .section-list dd i,
.sport .iat-list dd i {
  margin-right: 0.6rem;
}

.sport .events-list ul,
.sport .section-list ul,
.sport .iat-list ul {
  list-style: none;
  padding-inline-start: 0;
}

.sport .events-list ul li,
.sport .section-list ul li,
.sport .iat-list ul li {
  font-size: 1.5rem;
  color: #030303;
  margin-top: 0.6rem;
  line-height: 1.5;
}

.sport .events-list ul.tappe-list,
.sport .section-list ul.tappe-list,
.sport .iat-list ul.tappe-list {
  list-style: none;
  padding-inline-start: 0;
}

.sport .events-list ul.tappe-list li,
.sport .section-list ul.tappe-list li,
.sport .iat-list ul.tappe-list li {
  font-size: 1.6rem;
  line-height: 1.5;
  color: #030303;
}

.sport .tickets-list {
  display: flex;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #111;
  letter-spacing: -0.38px;
  font-weight: 600;
  margin-top: 1.4rem;
}

.sport .tickets-list i {
  margin-top: 0.6rem;
}

.sport .tickets-list li {
  color: #030303;
  font-size: 1.6rem;
  margin-left: 1.2rem;
}

.sport .tickets-list li i {
  margin-right: 0.6rem;
}

.sport .address * {
  color: white;
}

.sport .top-title-box {
  padding: 0rem;
  text-align: center;
}

.sport .top-title-box.no-image {
  padding-top: 10rem;
}

.sport .top-title-box.no-image .er-logo-top {
  margin: 0 auto;
  display: block;
  margin-bottom: 10rem;
}

.sport .top-title-box h1 {
  font-size: 3rem;
  color: #FF7A17;
  letter-spacing: -1.01px;
  line-height: 4rem;
  margin: 2rem 0;
}

.sport .top-title-box h2 {
  font-size: 2rem;
  line-height: 1.5;
  color: #000;
  letter-spacing: -0.58px;
}

.sport .top-title-box .breadcrumb {
  opacity: 0.6;
  font-size: 1.5rem;
  letter-spacing: -0.38px;
  padding: 0;
  margin: 0;
  color: #FF7A17;
  background-color: #fff;
}

.sport .top-title-box .breadcrumb .breadcrumb-item::before,
.sport .top-title-box .breadcrumb a {
  color: #FF7A17;
}

@media (min-width: 992px) {
  .sport .top-title-box h1 {
    line-height: 7rem;
    font-size: 7rem;
    margin-top: 3rem;
  }

  .sport .top-title-box h2 {
    font-size: 2rem;
    line-height: 1.5rem;
  }

  .sport .top-title-box .breadcrumb {
    font-size: 1.9rem;
  }
}

.sport .image-box-with-border {
  margin: 2rem 0;
  border-top: 64px solid #FF7A17;
}

.sport .image-box-with-border img {
  -o-object-fit: cover;
     object-fit: cover;
}

.sport .top-image {
  transition: background-image 1s ease-in-out;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 20px;
}

.sport .top-image .logo {
  position: absolute;
  width: 30rem;
  bottom: 20px;
  left: 50%;
  margin-left: -15rem;
}

.sport .top-image.no-mask {
  height: 600px;
}

.sport .top-image .mask {
  z-index: 997;
  position: relative;
  width: 100%;
}

@media (min-width: 992px) {
  .sport .top-image:after {
    position: absolute;
    content: "";
    left: 0px;
    bottom: -20px;
    width: 100%;
    height: 20px;
    transform: rotate(-180deg);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(255, 255, 255, 0.12) 12%, #e6e6e6);
  }
}

.sport .info-box {
  position: relative;
  z-index: 0;
  border-right: 1px solid #e6e6e6;
  border-left: 7px solid #FF7A17;
  background-color: white;
  padding: 0.1rem 1.5rem;
}

.sport .info-box h3 {
  font-weight: bold;
  font-size: 1.9rem;
}

.sport .info-box .referente {
  font-size: 1.7rem;
  line-height: 1.8rem;
  color: #000;
  letter-spacing: -0.41px;
}

@media (min-width: 768px) {
  .sport .info-box {
    position: sticky;
    position: -webkit-sticky;
    top: 68px;
  }
}

.sport .info-box:after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: -8px;
  height: 8px;
  left: 0px;
  z-index: -1;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.01) 30%, rgba(0, 0, 0, 0.03) 50%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0.08) 90%, rgba(0, 0, 0, 0.09) 96%, rgba(0, 0, 0, 0.1) 100%);
}

.sport .info-box:after {
  width: calc(100% + 8px);
  left: -7px;
}

@media (max-width: 991.98px) {
  .sport .info-box {
    width: auto;
    max-width: 60%;
    min-width: 300px;
    margin: 20px auto;
    display: block;
  }
}

@media (min-width: 992px) {
  .sport .info-box {
    margin-top: 2.2rem;
  }
}

.sport .info-box li {
  padding: 1.1rem 0;
}

.sport .info-box li .icon {
  font-size: 2.8rem;
  line-height: 3.3rem;
  margin-right: 1rem;
  float: left;
}

.sport .info-box li .info .title {
  text-transform: uppercase;
  font-size: 1.2rem;
  line-height: 1.5rem;
  color: #787878;
  letter-spacing: -0.38px;
}

.sport .info-box li .info .value {
  font-size: 1.7rem;
  line-height: 1.8rem;
  color: #000000;
  letter-spacing: -0.41px;
  display: table;
}

.sport .info-box li .info .value a {
  word-break: break-all;
}

@media (max-width: 991.98px) {
  .sport .info-box li.bookmarks {
    display: none;
  }
}

.sport .info-box .title-index {
  text-transform: uppercase;
  font-size: 1.4rem;
  line-height: 3rem;
  letter-spacing: -0.38px;
}

.sport .info-box .bookmarks {
  display: inline-block;
}

.sport .info-box .bookmarks ul li {
  padding: 0.5rem 0;
  width: 100%;
}

.sport .info-box .bookmarks ul li a {
  font-size: 1.4rem;
  line-height: 1.5rem;
  color: #000000;
  letter-spacing: -0.41px;
}

.sport .info-box .bookmarks ul li a.active {
  text-decoration: underline;
}

.sport #bookmarks-index {
  margin-top: 8rem;
}

.sport #bookmarks-index .info {
  padding: 2.1rem;
}

.sport #bookmarks-index h4 {
  font-size: 1.8rem;
}

@media (min-width: 768px) {
  .sport #bookmarks-index {
    display: none;
  }
}

.sport blockquote:before {
  color: #ff7d1c;
}

.sport .btn-er,
.sport .instagram .instabutton div span,
.instagram .instabutton div .sport span,
.sport.btn {
  background: #FF7A17;
}

.sport hr {
  height: 3px;
  background: #FF7A17;
  width: 100%;
  max-width: 32rem;
  margin-left: 0;
  margin-right: 0;
  margin-top: 1rem;
  margin-bottom: 2rem;
}

.sport .section h2 {
  margin-top: 4.5rem;
  margin-bottom: 4.5rem;
  font-size: 4.42rem;
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.18;
  letter-spacing: -1.07px;
  text-align: center;
  color: black;
  /*text-decoration: underline;*/
}

.sport .section h2 a {
  color: black;
}

.sport .section h3 {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
  font-size: 3.42rem;
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.18;
  letter-spacing: -1.07px;
  text-align: center;
  color: black;
  text-transform: uppercase;
  /*text-decoration: underline;*/
}

.sport .section h3 a {
  color: black;
}

.sport .section .gallery {
  position: relative;
  padding-bottom: 33px;
}

.sport .section .gallery .swiper-button-next,
.sport .section .gallery .swiper-container-rtl .swiper-button-prev,
.sport .section .gallery .swiper-button-prev,
.sport .section .gallery .swiper-container-rtl .swiper-button-next {
  background-position: center;
  width: 7.2rem;
  bottom: 33px;
  height: auto;
  top: 0px;
  margin: 0px;
  left: auto;
}

.sport .section .gallery .swiper-button-next svg,
.sport .section .gallery .swiper-container-rtl .swiper-button-prev svg,
.sport .section .gallery .swiper-button-prev svg,
.sport .section .gallery .swiper-container-rtl .swiper-button-next svg {
  top: 50%;
  left: 2.1rem;
  position: absolute;
  width: 3rem;
  height: 3rem;
  margin-top: -1.5rem;
  filter: drop-shadow(0px 3px 3px black);
}

.sport .section .gallery .swiper-button-next,
.sport .section .gallery .swiper-button-prev,
.sport .section .gallery .swiper-container-rtl .swiper-button-prev,
.sport .section .gallery .swiper-container-rtl .swiper-button-next {
  fill: #fff;
}

.sport .section .gallery .swiper-button-next,
.sport .section .gallery .swiper-container-rtl .swiper-button-prev {
  right: 0px;
}

.sport .section .gallery .swiper-button-prev,
.sport .section .gallery .swiper-container-rtl .swiper-button-next {
  left: 0px;
}

.sport .section .gallery .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #FF7A17;
}

.sport .section .gallery .swiper-pagination-bullet {
  border: 1px solid #FF7A17;
}

.sport .section .gallery .swiper-pagination-bullets {
  bottom: 2px;
}

.sport .section .gallery .swiper-slide .carousel-content {
  background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.07) 8%, rgba(0, 0, 0, 0.45) 68%);
  position: absolute;
  left: 0rem;
  bottom: 0rem;
  right: 0rem;
  width: auto;
  padding: 10rem 2rem 2rem 2rem;
  font-size: 2.6rem;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.63px;
  text-align: center;
  color: #ffffff;
}

.sport .section .gallery .swiper-slide .carousel-content a {
  color: #ffffff !important;
}

.sport .section .card-carousel .nodefault.swiper-button-prev::after,
.sport .section .card-carousel .nodefault.swiper-button-prev::before,
.sport .section .card-carousel .nodefault.swiper-button-next::after,
.sport .section .card-carousel .nodefault.swiper-button-next::before {
  content: unset;
}

.sport .section .card-carousel .swiper-slide {
  height: auto;
  margin-bottom: 5rem;
}

.sport .section .card-carousel .swiper-slide .iv-wrapper,
.sport .section .card-carousel .swiper-slide a .iv-wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

.sport .section .card-carousel .swiper-slide .iv-wrapper > div,
.sport .section .card-carousel .swiper-slide a .iv-wrapper > div {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: start;
}

.sport .section .card-carousel .swiper-slide .iv-wrapper .image,
.sport .section .card-carousel .swiper-slide a .iv-wrapper .image {
  min-height: 23rem;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.sport .section .card-carousel .swiper-slide .iv-wrapper .content,
.sport .section .card-carousel .swiper-slide a .iv-wrapper .content {
  background: #ffffff;
  border: 0 solid #000000;
  position: relative;
  padding: 2rem 2.1rem 4rem;
  position: relative;
  z-index: 0;
}

.sport .section .card-carousel .swiper-slide .iv-wrapper .content:after,
.sport .section .card-carousel .swiper-slide a .iv-wrapper .content:after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: -4px;
  height: 4px;
  left: 0px;
  z-index: -1;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.01) 30%, rgba(0, 0, 0, 0.03) 50%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0.08) 90%, rgba(0, 0, 0, 0.09) 96%, rgba(0, 0, 0, 0.1) 100%);
}

.sport .section .card-carousel .swiper-slide .iv-wrapper .content h3,
.sport .section .card-carousel .swiper-slide a .iv-wrapper .content h3 {
  font-size: 2rem;
  color: #030303;
  letter-spacing: -0.48px;
  text-align: left;
}

.sport .section .card-carousel .swiper-slide .iv-wrapper .content p,
.sport .section .card-carousel .swiper-slide .iv-wrapper .content p a,
.sport .section .card-carousel .swiper-slide .iv-wrapper .content a p,
.sport .section .card-carousel .swiper-slide a .iv-wrapper .content p,
.sport .section .card-carousel .swiper-slide a .iv-wrapper .content p a,
.sport .section .card-carousel .swiper-slide a .iv-wrapper .content a p {
  font-size: 1.5rem;
  color: #030303;
  letter-spacing: -0.38px;
  margin-bottom: 0px;
}

.sport .section .card-carousel .swiper-slide .iv-wrapper .content p .readmore,
.sport .section .card-carousel .swiper-slide .iv-wrapper .content p a .readmore,
.sport .section .card-carousel .swiper-slide .iv-wrapper .content a p .readmore,
.sport .section .card-carousel .swiper-slide a .iv-wrapper .content p .readmore,
.sport .section .card-carousel .swiper-slide a .iv-wrapper .content p a .readmore,
.sport .section .card-carousel .swiper-slide a .iv-wrapper .content a p .readmore {
  font-style: italic;
  color: #e36100;
  display: block;
  margin-top: 1rem;
}

.sport .section .card-carousel .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border: 1px solid #FF7A17;
  background: none;
  opacity: 1;
}

.sport .section .card-carousel .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #FF7A17;
}

.sport .section .card-carousel .swiper-button-next,
.sport .section .card-carousel .swiper-container-rtl .swiper-button-prev,
.sport .section .card-carousel .swiper-button-prev,
.sport .section .card-carousel .swiper-container-rtl .swiper-button-next {
  background-image: none;
  width: 4rem;
  height: 23rem;
  top: 0px;
  margin: 0px;
  left: auto;
}

.sport .section .card-carousel .swiper-button-next svg,
.sport .section .card-carousel .swiper-container-rtl .swiper-button-prev svg,
.sport .section .card-carousel .swiper-button-prev svg,
.sport .section .card-carousel .swiper-container-rtl .swiper-button-next svg {
  top: 50%;
  left: 50%;
  position: absolute;
  width: 3rem;
  height: 3rem;
  margin-top: -1.5rem;
  margin-left: -1.5rem;
  filter: drop-shadow(0px 3px 3px black);
}

.sport .section .card-carousel .swiper-button-next,
.sport .section .card-carousel .swiper-button-prev,
.sport .section .card-carousel .swiper-container-rtl .swiper-button-prev,
.sport .section .card-carousel .swiper-container-rtl .swiper-button-next {
  fill: #fff;
}

.sport .section .card-carousel .swiper-button-next,
.sport .section .card-carousel .swiper-container-rtl .swiper-button-prev {
  right: 0px;
}

.sport .section .card-carousel .swiper-button-prev,
.sport .section .card-carousel .swiper-container-rtl .swiper-button-next {
  left: 0px;
}

.sport .section .sassibox-item,
.sport .section a .sassibox-item {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 5rem;
}

.sport .section .sassibox-item > div,
.sport .section a .sassibox-item > div {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.sport .section .sassibox-item .image,
.sport .section a .sassibox-item .image {
  min-height: 23rem;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.sport .section .sassibox-item .content,
.sport .section a .sassibox-item .content {
  background: #ffffff;
  border: 0 solid #000000;
  position: relative;
  padding: 1rem 0;
  position: relative;
  z-index: 0;
}

.sport .section .sassibox-item .content:after,
.sport .section a .sassibox-item .content:after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: -4px;
  height: 4px;
  left: 0px;
  z-index: -1;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.01) 30%, rgba(0, 0, 0, 0.03) 50%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0.08) 90%, rgba(0, 0, 0, 0.09) 96%, rgba(0, 0, 0, 0.1) 100%);
}

.sport .section .sassibox-item .content h4,
.sport .section a .sassibox-item .content h4 {
  font-size: 2rem;
  color: #030303;
  letter-spacing: -0.48px;
  text-align: left;
}

.sport .section .sassibox-item .content p,
.sport .section .sassibox-item .content span,
.sport .section .sassibox-item .content a span,
.sport .section .sassibox-item .content span a,
.sport .section .sassibox-item .content p a,
.sport .section .sassibox-item .content a p,
.sport .section a .sassibox-item .content p,
.sport .section a .sassibox-item .content span,
.sport .section a .sassibox-item .content a span,
.sport .section a .sassibox-item .content span a,
.sport .section a .sassibox-item .content p a,
.sport .section a .sassibox-item .content a p {
  font-size: 1.5rem;
  color: #030303;
  letter-spacing: -0.38px;
}

.sport .section .sassibox-item .content .action,
.sport .section a .sassibox-item .content .action {
  margin: 10px 0;
}

.sport .section .sassibox-item .content .action button,
.sport .section a .sassibox-item .content .action button {
  font-family: "Open Sans", sans-serif !important;
}

.sport .section .sassibox-item .content .readmore,
.sport .section a .sassibox-item .content .readmore {
  border: 1px solid transparent;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  padding: 6px 12px;
  text-align: center;
  vertical-align: middle;
  width: -moz-fit-content;
  width: fit-content;
  text-transform: uppercase;
  background-color: #FF7A17;
}

.motorcycle .xp_search_box button span {
  color: white;
}

.motorcycle .xp_search_box .city {
  color: white;
}

.motorcycle .xp_search_box .horizontal {
  padding: 1rem;
  background-color: #B1B6B1;
  background-image: linear-gradient(-180deg, #afb5af 0%, #B1B6B1 48%, #b0b5b0 80%);
  font-size: 1.6rem;
}

.motorcycle .xp_search_box .horizontal.collapsed {
  border-radius: 2px;
  box-shadow: -1px 0 3px 0 rgba(0, 0, 0, 0.25);
}

.motorcycle .xp_search_box .horizontal .fa,
.motorcycle .xp_search_box .horizontal .search .searchearchbox.vertical .bootstrap-select button:after,
.search .searchearchbox.vertical .bootstrap-select .motorcycle .xp_search_box .horizontal button:after,
.motorcycle .xp_search_box .search .searchearchbox.horizontal .control .bootstrap-select button:after,
.search .motorcycle .xp_search_box .searchearchbox.horizontal .control .bootstrap-select button:after,
.motorcycle .xp_search_box .horizontal .downloads .downloadsearchbox.vertical .bootstrap-select button:after,
.downloads .downloadsearchbox.vertical .bootstrap-select .motorcycle .xp_search_box .horizontal button:after,
.motorcycle .xp_search_box .downloads .downloadsearchbox.horizontal .control .bootstrap-select button:after,
.downloads .motorcycle .xp_search_box .downloadsearchbox.horizontal .control .bootstrap-select button:after,
.motorcycle .xp_search_box .horizontal .localita #searchbox-app .bootstrap-select button:after,
.localita #searchbox-app .bootstrap-select .motorcycle .xp_search_box .horizontal button:after,
.motorcycle .xp_search_box .horizontal .itinerari .searchbox .control .bootstrap-select button:after,
.itinerari .searchbox .control .bootstrap-select .motorcycle .xp_search_box .horizontal button:after,
.motorcycle .xp_search_box .itinerari .searchbox.horizontal .control .bootstrap-select button:after,
.itinerari .motorcycle .xp_search_box .searchbox.horizontal .control .bootstrap-select button:after,
.motorcycle .xp_search_box .horizontal .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .vertical .bootstrap-select .motorcycle .xp_search_box .horizontal button:after,
.motorcycle .xp_search_box .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .motorcycle .xp_search_box .horizontal .control .bootstrap-select button:after,
.motorcycle .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .motorcycle .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.motorcycle .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .motorcycle .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.motorcycle .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .motorcycle .xp_search_box .horizontal .control .bootstrap-select button:after,
.motorcycle .xp_search_box .horizontal .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .vertical .bootstrap-select .motorcycle .xp_search_box .horizontal button:after,
.motorcycle .xp_search_box .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .motorcycle .xp_search_box .horizontal .control .bootstrap-select button:after,
.motorcycle .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .motorcycle .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.motorcycle .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .motorcycle .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.motorcycle .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .motorcycle .xp_search_box .horizontal .control .bootstrap-select button:after,
.motorcycle .xp_search_box .horizontal .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .vertical .bootstrap-select .motorcycle .xp_search_box .horizontal button:after,
.motorcycle .xp_search_box .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .motorcycle .xp_search_box .horizontal .control .bootstrap-select button:after,
.motorcycle .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .motorcycle .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.motorcycle .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .motorcycle .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.motorcycle .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .motorcycle .xp_search_box .horizontal .control .bootstrap-select button:after,
.motorcycle .xp_search_box .horizontal .romagna-craft .operatori_search_box .vertical .bootstrap-select button:after,
.romagna-craft .operatori_search_box .vertical .bootstrap-select .motorcycle .xp_search_box .horizontal button:after,
.motorcycle .xp_search_box .romagna-craft .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna-craft .operatori_search_box .motorcycle .xp_search_box .horizontal .control .bootstrap-select button:after,
.motorcycle .romagna-craft .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna-craft .motorcycle .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.motorcycle .romagna-craft .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna-craft .motorcycle .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.motorcycle .romagna-craft .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna-craft .motorcycle .xp_search_box .horizontal .control .bootstrap-select button:after,
.motorcycle .xp_search_box .horizontal .spass .operatori_search_box .vertical .bootstrap-select button:after,
.spass .operatori_search_box .vertical .bootstrap-select .motorcycle .xp_search_box .horizontal button:after,
.motorcycle .xp_search_box .spass .operatori_search_box .horizontal .control .bootstrap-select button:after,
.spass .operatori_search_box .motorcycle .xp_search_box .horizontal .control .bootstrap-select button:after,
.motorcycle .spass .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.spass .motorcycle .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.motorcycle .spass .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.spass .motorcycle .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.motorcycle .spass .xp_search_box .horizontal .control .bootstrap-select button:after,
.spass .motorcycle .xp_search_box .horizontal .control .bootstrap-select button:after,
.motorcycle .xp_search_box .horizontal .natur .operatori_search_box .vertical .bootstrap-select button:after,
.natur .operatori_search_box .vertical .bootstrap-select .motorcycle .xp_search_box .horizontal button:after,
.motorcycle .xp_search_box .natur .operatori_search_box .horizontal .control .bootstrap-select button:after,
.natur .operatori_search_box .motorcycle .xp_search_box .horizontal .control .bootstrap-select button:after,
.motorcycle .natur .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.natur .motorcycle .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.motorcycle .natur .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.natur .motorcycle .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.motorcycle .natur .xp_search_box .horizontal .control .bootstrap-select button:after,
.natur .motorcycle .xp_search_box .horizontal .control .bootstrap-select button:after,
.motorcycle .xp_search_box .horizontal .kultur .operatori_search_box .vertical .bootstrap-select button:after,
.kultur .operatori_search_box .vertical .bootstrap-select .motorcycle .xp_search_box .horizontal button:after,
.motorcycle .xp_search_box .kultur .operatori_search_box .horizontal .control .bootstrap-select button:after,
.kultur .operatori_search_box .motorcycle .xp_search_box .horizontal .control .bootstrap-select button:after,
.motorcycle .kultur .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.kultur .motorcycle .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.motorcycle .kultur .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.kultur .motorcycle .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.motorcycle .kultur .xp_search_box .horizontal .control .bootstrap-select button:after,
.kultur .motorcycle .xp_search_box .horizontal .control .bootstrap-select button:after,
.motorcycle .xp_search_box .horizontal .pet .operatori_search_box .vertical .bootstrap-select button:after,
.pet .operatori_search_box .vertical .bootstrap-select .motorcycle .xp_search_box .horizontal button:after,
.motorcycle .xp_search_box .pet .operatori_search_box .horizontal .control .bootstrap-select button:after,
.pet .operatori_search_box .motorcycle .xp_search_box .horizontal .control .bootstrap-select button:after,
.motorcycle .pet .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.pet .motorcycle .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.motorcycle .pet .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.pet .motorcycle .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.motorcycle .pet .xp_search_box .horizontal .control .bootstrap-select button:after,
.pet .motorcycle .xp_search_box .horizontal .control .bootstrap-select button:after,
.motorcycle .xp_search_box .horizontal .default .operatori_search_box .vertical .bootstrap-select button:after,
.default .operatori_search_box .vertical .bootstrap-select .motorcycle .xp_search_box .horizontal button:after,
.motorcycle .xp_search_box .default .operatori_search_box .horizontal .control .bootstrap-select button:after,
.default .operatori_search_box .motorcycle .xp_search_box .horizontal .control .bootstrap-select button:after,
.motorcycle .default .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.default .motorcycle .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.motorcycle .default .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.default .motorcycle .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.motorcycle .default .xp_search_box .horizontal .control .bootstrap-select button:after,
.default .motorcycle .xp_search_box .horizontal .control .bootstrap-select button:after,
.motorcycle .xp_search_box .horizontal .liscio .operatori_search_box .vertical .bootstrap-select button:after,
.liscio .operatori_search_box .vertical .bootstrap-select .motorcycle .xp_search_box .horizontal button:after,
.motorcycle .xp_search_box .liscio .operatori_search_box .horizontal .control .bootstrap-select button:after,
.liscio .operatori_search_box .motorcycle .xp_search_box .horizontal .control .bootstrap-select button:after,
.motorcycle .liscio .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.liscio .motorcycle .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.motorcycle .liscio .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.liscio .motorcycle .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.motorcycle .liscio .xp_search_box .horizontal .control .bootstrap-select button:after,
.liscio .motorcycle .xp_search_box .horizontal .control .bootstrap-select button:after,
.motorcycle .xp_search_box .horizontal .romagna .operatori_search_box .vertical .bootstrap-select button:after,
.romagna .operatori_search_box .vertical .bootstrap-select .motorcycle .xp_search_box .horizontal button:after,
.motorcycle .xp_search_box .romagna .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna .operatori_search_box .motorcycle .xp_search_box .horizontal .control .bootstrap-select button:after,
.motorcycle .romagna .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna .motorcycle .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.motorcycle .romagna .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna .motorcycle .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.motorcycle .romagna .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna .motorcycle .xp_search_box .horizontal .control .bootstrap-select button:after,
.motorcycle .xp_search_box .horizontal .operatori_search_box .vertical .bootstrap-select button:after,
.motorcycle .operatori_search_box .vertical .bootstrap-select .xp_search_box .horizontal button:after,
.motorcycle .xp_search_box .operatori_search_box .horizontal .control .bootstrap-select button:after,
.motorcycle .operatori_search_box .xp_search_box .horizontal .control .bootstrap-select button:after,
.motorcycle .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.motorcycle .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.motorcycle .xp_search_box .horizontal .control .bootstrap-select button:after,
.motorcycle .xp_search_box .events-homepage .header .eventsearchbox.horizontal .control .bootstrap-select button:after,
.events-homepage .header .motorcycle .xp_search_box .eventsearchbox.horizontal .control .bootstrap-select button:after,
.motorcycle .xp_search_box .horizontal .events-homepage .header .eventsearchbox.vertical .bootstrap-select button:after,
.events-homepage .header .eventsearchbox.vertical .bootstrap-select .motorcycle .xp_search_box .horizontal button:after,
.motorcycle .xp_search_box .events-page .header .eventsearchbox.horizontal .control .bootstrap-select button:after,
.events-page .header .motorcycle .xp_search_box .eventsearchbox.horizontal .control .bootstrap-select button:after,
.motorcycle .xp_search_box .horizontal .events-page .header .eventsearchbox.vertical .bootstrap-select button:after,
.events-page .header .eventsearchbox.vertical .bootstrap-select .motorcycle .xp_search_box .horizontal button:after,
.motorcycle .scopri .xp_search_box .horizontal .control .bootstrap-select button:after,
.scopri .motorcycle .xp_search_box .horizontal .control .bootstrap-select button:after,
.motorcycle .scopri .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.scopri .motorcycle .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.motorcycle .scopri .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.scopri .motorcycle .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.motorcycle .xp_search_box .scopri .operatori_search_box .horizontal .control .bootstrap-select button:after,
.scopri .operatori_search_box .motorcycle .xp_search_box .horizontal .control .bootstrap-select button:after,
.motorcycle .xp_search_box .horizontal .scopri .operatori_search_box .vertical .bootstrap-select button:after,
.scopri .operatori_search_box .vertical .bootstrap-select .motorcycle .xp_search_box .horizontal button:after,
.motorcycle .idee .xp_search_box .horizontal .control .bootstrap-select button:after,
.idee .motorcycle .xp_search_box .horizontal .control .bootstrap-select button:after,
.motorcycle .idee .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.idee .motorcycle .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.motorcycle .idee .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.idee .motorcycle .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.motorcycle .xp_search_box .idee .operatori_search_box .horizontal .control .bootstrap-select button:after,
.idee .operatori_search_box .motorcycle .xp_search_box .horizontal .control .bootstrap-select button:after,
.motorcycle .xp_search_box .horizontal .idee .operatori_search_box .vertical .bootstrap-select button:after,
.idee .operatori_search_box .vertical .bootstrap-select .motorcycle .xp_search_box .horizontal button:after,
.motorcycle .eventi .xp_search_box .horizontal .control .bootstrap-select button:after,
.eventi .motorcycle .xp_search_box .horizontal .control .bootstrap-select button:after,
.motorcycle .eventi .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.eventi .motorcycle .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.motorcycle .eventi .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.eventi .motorcycle .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.motorcycle .xp_search_box .eventi .operatori_search_box .horizontal .control .bootstrap-select button:after,
.eventi .operatori_search_box .motorcycle .xp_search_box .horizontal .control .bootstrap-select button:after,
.motorcycle .xp_search_box .horizontal .eventi .operatori_search_box .vertical .bootstrap-select button:after,
.eventi .operatori_search_box .vertical .bootstrap-select .motorcycle .xp_search_box .horizontal button:after,
.motorcycle .pianifica .xp_search_box .horizontal .control .bootstrap-select button:after,
.pianifica .motorcycle .xp_search_box .horizontal .control .bootstrap-select button:after,
.motorcycle .pianifica .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.pianifica .motorcycle .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.motorcycle .pianifica .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.pianifica .motorcycle .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.motorcycle .xp_search_box .pianifica .operatori_search_box .horizontal .control .bootstrap-select button:after,
.pianifica .operatori_search_box .motorcycle .xp_search_box .horizontal .control .bootstrap-select button:after,
.motorcycle .xp_search_box .horizontal .pianifica .operatori_search_box .vertical .bootstrap-select button:after,
.pianifica .operatori_search_box .vertical .bootstrap-select .motorcycle .xp_search_box .horizontal button:after,
.motorcycle .esperienze .xp_search_box .horizontal .control .bootstrap-select button:after,
.esperienze .motorcycle .xp_search_box .horizontal .control .bootstrap-select button:after,
.motorcycle .esperienze .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.esperienze .motorcycle .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.motorcycle .esperienze .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.esperienze .motorcycle .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.motorcycle .xp_search_box .esperienze .operatori_search_box .horizontal .control .bootstrap-select button:after,
.esperienze .operatori_search_box .motorcycle .xp_search_box .horizontal .control .bootstrap-select button:after,
.motorcycle .xp_search_box .horizontal .esperienze .operatori_search_box .vertical .bootstrap-select button:after,
.esperienze .operatori_search_box .vertical .bootstrap-select .motorcycle .xp_search_box .horizontal button:after,
.motorcycle .news .xp_search_box .horizontal .control .bootstrap-select button:after,
.news .motorcycle .xp_search_box .horizontal .control .bootstrap-select button:after,
.motorcycle .news .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.news .motorcycle .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.motorcycle .news .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.news .motorcycle .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.motorcycle .xp_search_box .news .operatori_search_box .horizontal .control .bootstrap-select button:after,
.news .operatori_search_box .motorcycle .xp_search_box .horizontal .control .bootstrap-select button:after,
.motorcycle .xp_search_box .horizontal .news .operatori_search_box .vertical .bootstrap-select button:after,
.news .operatori_search_box .vertical .bootstrap-select .motorcycle .xp_search_box .horizontal button:after,
.motorcycle .iat .xp_search_box .horizontal .control .bootstrap-select button:after,
.iat .motorcycle .xp_search_box .horizontal .control .bootstrap-select button:after,
.motorcycle .iat .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.iat .motorcycle .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.motorcycle .iat .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.iat .motorcycle .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.motorcycle .xp_search_box .iat .operatori_search_box .horizontal .control .bootstrap-select button:after,
.iat .operatori_search_box .motorcycle .xp_search_box .horizontal .control .bootstrap-select button:after,
.motorcycle .xp_search_box .horizontal .iat .operatori_search_box .vertical .bootstrap-select button:after,
.iat .operatori_search_box .vertical .bootstrap-select .motorcycle .xp_search_box .horizontal button:after,
.motorcycle .meteo .xp_search_box .horizontal .control .bootstrap-select button:after,
.meteo .motorcycle .xp_search_box .horizontal .control .bootstrap-select button:after,
.motorcycle .meteo .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.meteo .motorcycle .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.motorcycle .meteo .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.meteo .motorcycle .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.motorcycle .xp_search_box .meteo .operatori_search_box .horizontal .control .bootstrap-select button:after,
.meteo .operatori_search_box .motorcycle .xp_search_box .horizontal .control .bootstrap-select button:after,
.motorcycle .xp_search_box .horizontal .meteo .operatori_search_box .vertical .bootstrap-select button:after,
.meteo .operatori_search_box .vertical .bootstrap-select .motorcycle .xp_search_box .horizontal button:after,
.motorcycle .odm .xp_search_box .horizontal .control .bootstrap-select button:after,
.odm .motorcycle .xp_search_box .horizontal .control .bootstrap-select button:after,
.motorcycle .odm .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.odm .motorcycle .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.motorcycle .odm .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.odm .motorcycle .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.motorcycle .xp_search_box .odm .operatori_search_box .horizontal .control .bootstrap-select button:after,
.odm .operatori_search_box .motorcycle .xp_search_box .horizontal .control .bootstrap-select button:after,
.motorcycle .xp_search_box .horizontal .odm .operatori_search_box .vertical .bootstrap-select button:after,
.odm .operatori_search_box .vertical .bootstrap-select .motorcycle .xp_search_box .horizontal button:after,
.motorcycle .booking .xp_search_box .horizontal .control .bootstrap-select button:after,
.booking .motorcycle .xp_search_box .horizontal .control .bootstrap-select button:after,
.motorcycle .booking .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.booking .motorcycle .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.motorcycle .booking .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.booking .motorcycle .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.motorcycle .xp_search_box .booking .operatori_search_box .horizontal .control .bootstrap-select button:after,
.booking .operatori_search_box .motorcycle .xp_search_box .horizontal .control .bootstrap-select button:after,
.motorcycle .xp_search_box .horizontal .booking .operatori_search_box .vertical .bootstrap-select button:after,
.booking .operatori_search_box .vertical .bootstrap-select .motorcycle .xp_search_box .horizontal button:after,
.motorcycle .rock .xp_search_box .horizontal .control .bootstrap-select button:after,
.rock .motorcycle .xp_search_box .horizontal .control .bootstrap-select button:after,
.motorcycle .rock .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.rock .motorcycle .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.motorcycle .rock .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.rock .motorcycle .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.motorcycle .xp_search_box .rock .operatori_search_box .horizontal .control .bootstrap-select button:after,
.rock .operatori_search_box .motorcycle .xp_search_box .horizontal .control .bootstrap-select button:after,
.motorcycle .xp_search_box .horizontal .rock .operatori_search_box .vertical .bootstrap-select button:after,
.rock .operatori_search_box .vertical .bootstrap-select .motorcycle .xp_search_box .horizontal button:after,
.motorcycle .beach .xp_search_box .horizontal .control .bootstrap-select button:after,
.beach .motorcycle .xp_search_box .horizontal .control .bootstrap-select button:after,
.motorcycle .beach .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.beach .motorcycle .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.motorcycle .beach .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.beach .motorcycle .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.motorcycle .xp_search_box .beach .operatori_search_box .horizontal .control .bootstrap-select button:after,
.beach .operatori_search_box .motorcycle .xp_search_box .horizontal .control .bootstrap-select button:after,
.motorcycle .xp_search_box .horizontal .beach .operatori_search_box .vertical .bootstrap-select button:after,
.beach .operatori_search_box .vertical .bootstrap-select .motorcycle .xp_search_box .horizontal button:after,
.motorcycle .food .xp_search_box .horizontal .control .bootstrap-select button:after,
.food .motorcycle .xp_search_box .horizontal .control .bootstrap-select button:after,
.motorcycle .food .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.food .motorcycle .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.motorcycle .food .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.food .motorcycle .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.motorcycle .xp_search_box .food .operatori_search_box .horizontal .control .bootstrap-select button:after,
.food .operatori_search_box .motorcycle .xp_search_box .horizontal .control .bootstrap-select button:after,
.motorcycle .xp_search_box .horizontal .food .operatori_search_box .vertical .bootstrap-select button:after,
.food .operatori_search_box .vertical .bootstrap-select .motorcycle .xp_search_box .horizontal button:after,
.motorcycle .nature .xp_search_box .horizontal .control .bootstrap-select button:after,
.nature .motorcycle .xp_search_box .horizontal .control .bootstrap-select button:after,
.motorcycle .nature .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.nature .motorcycle .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.motorcycle .nature .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.nature .motorcycle .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.motorcycle .xp_search_box .nature .operatori_search_box .horizontal .control .bootstrap-select button:after,
.nature .operatori_search_box .motorcycle .xp_search_box .horizontal .control .bootstrap-select button:after,
.motorcycle .xp_search_box .horizontal .nature .operatori_search_box .vertical .bootstrap-select button:after,
.nature .operatori_search_box .vertical .bootstrap-select .motorcycle .xp_search_box .horizontal button:after,
.motorcycle .romagna_autentica .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna_autentica .motorcycle .xp_search_box .horizontal .control .bootstrap-select button:after,
.motorcycle .romagna_autentica .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna_autentica .motorcycle .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.motorcycle .romagna_autentica .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna_autentica .motorcycle .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.motorcycle .xp_search_box .romagna_autentica .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna_autentica .operatori_search_box .motorcycle .xp_search_box .horizontal .control .bootstrap-select button:after,
.motorcycle .xp_search_box .horizontal .romagna_autentica .operatori_search_box .vertical .bootstrap-select button:after,
.romagna_autentica .operatori_search_box .vertical .bootstrap-select .motorcycle .xp_search_box .horizontal button:after,
.motorcycle .culture .xp_search_box .horizontal .control .bootstrap-select button:after,
.culture .motorcycle .xp_search_box .horizontal .control .bootstrap-select button:after,
.motorcycle .culture .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.culture .motorcycle .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.motorcycle .culture .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.culture .motorcycle .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.motorcycle .xp_search_box .culture .operatori_search_box .horizontal .control .bootstrap-select button:after,
.culture .operatori_search_box .motorcycle .xp_search_box .horizontal .control .bootstrap-select button:after,
.motorcycle .xp_search_box .horizontal .culture .operatori_search_box .vertical .bootstrap-select button:after,
.culture .operatori_search_box .vertical .bootstrap-select .motorcycle .xp_search_box .horizontal button:after,
.motorcycle .castle .xp_search_box .horizontal .control .bootstrap-select button:after,
.castle .motorcycle .xp_search_box .horizontal .control .bootstrap-select button:after,
.motorcycle .castle .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.castle .motorcycle .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.motorcycle .castle .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.castle .motorcycle .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.motorcycle .xp_search_box .castle .operatori_search_box .horizontal .control .bootstrap-select button:after,
.castle .operatori_search_box .motorcycle .xp_search_box .horizontal .control .bootstrap-select button:after,
.motorcycle .xp_search_box .horizontal .castle .operatori_search_box .vertical .bootstrap-select button:after,
.castle .operatori_search_box .vertical .bootstrap-select .motorcycle .xp_search_box .horizontal button:after,
.motorcycle .bike .xp_search_box .horizontal .control .bootstrap-select button:after,
.bike .motorcycle .xp_search_box .horizontal .control .bootstrap-select button:after,
.motorcycle .bike .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.bike .motorcycle .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.motorcycle .bike .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.bike .motorcycle .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.motorcycle .xp_search_box .bike .operatori_search_box .horizontal .control .bootstrap-select button:after,
.bike .operatori_search_box .motorcycle .xp_search_box .horizontal .control .bootstrap-select button:after,
.motorcycle .xp_search_box .horizontal .bike .operatori_search_box .vertical .bootstrap-select button:after,
.bike .operatori_search_box .vertical .bootstrap-select .motorcycle .xp_search_box .horizontal button:after,
.motorcycle .empire .xp_search_box .horizontal .control .bootstrap-select button:after,
.empire .motorcycle .xp_search_box .horizontal .control .bootstrap-select button:after,
.motorcycle .empire .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.empire .motorcycle .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.motorcycle .empire .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.empire .motorcycle .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.motorcycle .xp_search_box .empire .operatori_search_box .horizontal .control .bootstrap-select button:after,
.empire .operatori_search_box .motorcycle .xp_search_box .horizontal .control .bootstrap-select button:after,
.motorcycle .xp_search_box .horizontal .empire .operatori_search_box .vertical .bootstrap-select button:after,
.empire .operatori_search_box .vertical .bootstrap-select .motorcycle .xp_search_box .horizontal button:after,
.motorcycle .wellness .xp_search_box .horizontal .control .bootstrap-select button:after,
.wellness .motorcycle .xp_search_box .horizontal .control .bootstrap-select button:after,
.motorcycle .wellness .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.wellness .motorcycle .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.motorcycle .wellness .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.wellness .motorcycle .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.motorcycle .xp_search_box .wellness .operatori_search_box .horizontal .control .bootstrap-select button:after,
.wellness .operatori_search_box .motorcycle .xp_search_box .horizontal .control .bootstrap-select button:after,
.motorcycle .xp_search_box .horizontal .wellness .operatori_search_box .vertical .bootstrap-select button:after,
.wellness .operatori_search_box .vertical .bootstrap-select .motorcycle .xp_search_box .horizontal button:after,
.motorcycle .fun .xp_search_box .horizontal .control .bootstrap-select button:after,
.fun .motorcycle .xp_search_box .horizontal .control .bootstrap-select button:after,
.motorcycle .fun .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.fun .motorcycle .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.motorcycle .fun .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.fun .motorcycle .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.motorcycle .xp_search_box .fun .operatori_search_box .horizontal .control .bootstrap-select button:after,
.fun .operatori_search_box .motorcycle .xp_search_box .horizontal .control .bootstrap-select button:after,
.motorcycle .xp_search_box .horizontal .fun .operatori_search_box .vertical .bootstrap-select button:after,
.fun .operatori_search_box .vertical .bootstrap-select .motorcycle .xp_search_box .horizontal button:after,
.motorcycle .sport .xp_search_box .horizontal .control .bootstrap-select button:after,
.sport .motorcycle .xp_search_box .horizontal .control .bootstrap-select button:after,
.motorcycle .sport .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.sport .motorcycle .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.motorcycle .sport .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.sport .motorcycle .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.motorcycle .xp_search_box .sport .operatori_search_box .horizontal .control .bootstrap-select button:after,
.sport .operatori_search_box .motorcycle .xp_search_box .horizontal .control .bootstrap-select button:after,
.motorcycle .xp_search_box .horizontal .sport .operatori_search_box .vertical .bootstrap-select button:after,
.sport .operatori_search_box .vertical .bootstrap-select .motorcycle .xp_search_box .horizontal button:after {
  line-height: 2.2rem;
}

.motorcycle .xp_search_box .horizontal button.collapsible {
  border: none;
  background-color: transparent;
  display: block;
  width: 100%;
  font-size: 1.6rem;
  color: #ffffff;
  letter-spacing: -0.41px;
  text-align: left;
  text-transform: uppercase;
  display: block;
}

.motorcycle .xp_search_box .horizontal .control {
  padding: 0.5rem 1rem;
  height: 5rem;
  background-color: white;
  margin: 0.5rem;
}

.motorcycle .xp_search_box .horizontal .control.btn-holder {
  min-width: 2rem;
  width: auto;
  padding: 0px;
}

.motorcycle .xp_search_box .horizontal .control.btn-holder button {
  width: 100%;
  border: none;
  background-color: #979d97;
  height: 100%;
  font-size: 1.6rem;
  color: #ffffff;
  letter-spacing: -0.41px;
  text-align: center;
  text-transform: uppercase;
  display: block;
  padding: 0px;
}

.motorcycle .xp_search_box .horizontal .control .ert-dropdown {
  width: 100%;
}

.motorcycle .xp_search_box .horizontal .control .ert-dropdown * {
  cursor: pointer;
}

.motorcycle .xp_search_box .horizontal .control .ert-dropdown .ert-combo {
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
  display: block;
  text-align: left;
}

.motorcycle .xp_search_box .horizontal .control .ert-dropdown .ert-combo::after {
  border: none;
}

.motorcycle .xp_search_box .horizontal .control .ert-dropdown .ert-combo i {
  transition: 500ms ease;
  transform: rotate(0);
  position: absolute;
  top: 2.25rem;
  right: 15px;
}

.motorcycle .xp_search_box .horizontal .control .ert-dropdown .ert-combo .button {
  padding: 0px;
}

.motorcycle .xp_search_box .horizontal .control .ert-dropdown.show .ert-combo i {
  transform: rotate(180deg);
}

.motorcycle .xp_search_box .horizontal .control .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: auto;
}

.motorcycle .xp_search_box .horizontal .control .bootstrap-select {
  margin-top: -1px;
}

.motorcycle .xp_search_box .horizontal .control .bootstrap-select *:focus {
  box-shadow: none important;
}

.motorcycle .xp_search_box .horizontal .control .bootstrap-select button {
  padding: 0px;
  font-size: 1.5rem;
  background: #ffffff;
  color: #848484;
  letter-spacing: 0.3px;
  border: none;
  border-radius: 0;
}

.motorcycle .xp_search_box .horizontal .control .bootstrap-select button:after {
  content: "\F078";
  border: none;
}

.motorcycle .xp_search_box .horizontal .control .bootstrap-select .dropdown-menu {
  width: 100% !important;
  border: none;
  border-radius: 0;
  box-shadow: 0px 2px 2px 0px #a9a9a970;
  border-top: 1px solid #a9a9a970;
}

.motorcycle .xp_search_box .horizontal .control .bootstrap-select .dropdown-menu.inner.show {
  border-top: none;
}

.motorcycle .xp_search_box .horizontal .control .bootstrap-select .dropdown-menu .dropdown-item {
  font-size: 1.5rem;
  line-height: 4rem;
}

.motorcycle .xp_search_box .horizontal .control .bootstrap-select .dropdown-menu .dropdown-item:active,
.motorcycle .xp_search_box .horizontal .control .bootstrap-select .dropdown-menu .dropdown-item.active {
  background-color: #B1B6B1;
}

.motorcycle .xp_search_box .horizontal .control label {
  background: #ffffff;
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
  line-height: 2.4rem;
  margin-bottom: 0px;
  margin-right: 0.5rem;
}

@media (max-width: 768px) {
  .motorcycle .xp_search_box .horizontal .control label {
    min-width: 6.2rem;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .motorcycle .xp_search_box .horizontal .control label {
    display: none;
  }
}

.motorcycle .xp_search_box .horizontal .control .flatpickr-mobile.form-control {
  padding: 1px 0;
}

.motorcycle .xp_search_box .horizontal .control input[type=text],
.motorcycle .xp_search_box .horizontal .control input[type=date] {
  border: none;
  font-size: 1.5rem;
  border-radius: 0;
  background-color: white;
  border-bottom: 1px solid #495057;
  min-width: 0;
  height: auto;
}

.motorcycle .xp_search_box .horizontal .control input[type=text]:focus,
.motorcycle .xp_search_box .horizontal .control input[type=date]:focus {
  box-shadow: none;
}

.motorcycle .xp_search_box .vertical {
  max-width: 30rem;
  z-index: 10;
  position: relative;
  height: 4.4rem;
  margin: 0 auto;
}

.motorcycle .xp_search_box .vertical button.collapsible {
  border: none;
  background-color: transparent;
  display: block;
  position: absolute;
  width: 100%;
}

.motorcycle .xp_search_box .vertical .dropbutton {
  display: none;
}

.motorcycle .xp_search_box .vertical .dropbutton.collapsed {
  display: block;
}

.motorcycle .xp_search_box .vertical #collapse-events {
  padding: 1.8rem;
  background-color: #B1B6B1;
  background-image: linear-gradient(-180deg, #afb5af 0%, #B1B6B1 48%, #b0b5b0 80%);
  font-size: 1.6rem;
}

.motorcycle .xp_search_box .vertical .fa-chevron-up {
  text-align: right;
  line-height: 4rem;
  color: white;
  margin-bottom: 1.8rem;
}

.motorcycle .xp_search_box .vertical .form-group {
  background: #ffffff;
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
}

.motorcycle .xp_search_box .vertical .form-group .col-form-label {
  line-height: 5rem;
}

.motorcycle .xp_search_box .vertical .ert-text {
  border: none;
  font-size: 1.5rem;
  height: 60px;
  border-radius: 0;
  background-color: white;
}

.motorcycle .xp_search_box .vertical .ert-text.line {
  border-bottom: 1px solid #495057;
  height: auto;
  margin-top: 14px;
}

.motorcycle .xp_search_box .vertical .ert-text:focus {
  box-shadow: none;
}

.motorcycle .xp_search_box .vertical button.search {
  border: none;
  position: absolute;
  bottom: -10rem;
  left: 5%;
  right: 5%;
  width: 90%;
  line-height: 4.4rem;
}

.motorcycle .xp_search_box .vertical .datepicker-holder {
  padding-right: 0px;
}

.motorcycle .xp_search_box .vertical .datepicker-holder * {
  cursor: pointer;
}

.motorcycle .xp_search_box .vertical .datepicker-holder input[type=date]::-webkit-calendar-picker-indicator {
  width: 1.2rem;
  height: 0.7rem;
  -webkit-mask: url(/images/caret.svg);
          mask: url(/images/caret.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  -webkit-transition: 500ms ease;
  transition: 500ms ease;
  background-color: #686868;
}

.motorcycle .xp_search_box .vertical .datepicker-holder .flatpickr-calendar.static {
  margin-left: -193px;
  margin-top: -184px;
  left: 50%;
  top: 50%;
}

.motorcycle .xp_search_box .vertical .datepicker-holder .flatpickr-calendar.static.arrowBottom:after {
  display: none;
}

.motorcycle .xp_search_box .vertical .datepicker-holder .flatpickr-calendar.static.arrowBottom:before {
  display: none;
}

.motorcycle .xp_search_box .vertical .datepicker-holder .flatpickr-months .flatpickr-month {
  height: 32px;
}

.motorcycle .xp_search_box .vertical .ert-dropdown * {
  cursor: pointer;
}

.motorcycle .xp_search_box .vertical .ert-dropdown .ert-combo {
  background: #ffffff;
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
  line-height: 5rem;
  display: block;
  width: 100%;
  height: 60px;
  text-align: left;
}

.motorcycle .xp_search_box .vertical .ert-dropdown .ert-combo::after {
  border: none;
}

.motorcycle .xp_search_box .vertical .ert-dropdown .ert-combo i {
  transition: 500ms ease;
  transform: rotate(0);
  position: absolute;
  top: 2.25rem;
  right: 15px;
}

.motorcycle .xp_search_box .vertical .ert-dropdown .ert-combo .button {
  padding: 0px;
}

.motorcycle .xp_search_box .vertical .ert-dropdown .dropdown-menu {
  width: 100% !important;
  border: none;
  border-radius: 0;
  box-shadow: 0px 2px 2px 0px #a9a9a970;
  border-top: 1px solid #a9a9a970;
}

.motorcycle .xp_search_box .vertical .ert-dropdown .dropdown-menu .dropdown-item {
  font-size: 1.5rem;
  line-height: 4rem;
}

.motorcycle .xp_search_box .vertical .ert-dropdown .dropdown-menu .dropdown-item:active {
  background-color: #B1B6B1;
}

.motorcycle .xp_search_box .vertical .ert-dropdown.show .ert-combo i {
  transform: rotate(180deg);
}

.motorcycle .xp_search_box .vertical .bootstrap-select *:focus {
  box-shadow: none important;
}

.motorcycle .xp_search_box .vertical .bootstrap-select button {
  font-size: 1.5rem;
  color: #848484;
  letter-spacing: 0.3px;
  border: none;
  font-size: 1.5rem;
  height: 60px;
  border-radius: 0;
  background-color: white;
}

.motorcycle .xp_search_box .vertical .bootstrap-select button:after {
  content: "\F078";
  border: none;
}

.motorcycle .xp_search_box .vertical .bootstrap-select .dropdown-menu {
  width: 100% !important;
  border: none;
  border-radius: 0;
  box-shadow: 0px 2px 2px 0px #a9a9a970;
  border-top: 1px solid #a9a9a970;
}

.motorcycle .xp_search_box .vertical .bootstrap-select .dropdown-menu .dropdown-item {
  font-size: 1.5rem;
  line-height: 4rem;
}

.motorcycle .xp_search_box .vertical .bootstrap-select .dropdown-menu .dropdown-item:active,
.motorcycle .xp_search_box .vertical .bootstrap-select .dropdown-menu .dropdown-item.active {
  background-color: #B1B6B1;
}

.motorcycle .xp_search_box .vertical .btn-er,
.motorcycle .xp_search_box .vertical .instagram .instabutton div span,
.instagram .instabutton div .motorcycle .xp_search_box .vertical span {
  margin-top: 18px;
}

.motorcycle .xp_search_box .vertical .btn-er .fa-chevron-down,
.motorcycle .xp_search_box .vertical .instagram .instabutton div span .fa-chevron-down,
.instagram .instabutton div .motorcycle .xp_search_box .vertical span .fa-chevron-down {
  float: right;
  line-height: 4rem;
}

.motorcycle .operatori_search_box button span {
  color: white;
}

.motorcycle .operatori_search_box .city {
  color: white;
}

.motorcycle .operatori_search_box .horizontal {
  padding: 1rem;
  background-color: #B1B6B1;
  background-image: linear-gradient(-180deg, #afb5af 0%, #B1B6B1 48%, #b0b5b0 80%);
  font-size: 1.6rem;
}

.motorcycle .operatori_search_box .horizontal.collapsed {
  border-radius: 2px;
  box-shadow: -1px 0 3px 0 rgba(0, 0, 0, 0.25);
}

.motorcycle .operatori_search_box .horizontal .fa,
.motorcycle .operatori_search_box .horizontal .search .searchearchbox.vertical .bootstrap-select button:after,
.search .searchearchbox.vertical .bootstrap-select .motorcycle .operatori_search_box .horizontal button:after,
.motorcycle .operatori_search_box .search .searchearchbox.horizontal .control .bootstrap-select button:after,
.search .motorcycle .operatori_search_box .searchearchbox.horizontal .control .bootstrap-select button:after,
.motorcycle .operatori_search_box .horizontal .downloads .downloadsearchbox.vertical .bootstrap-select button:after,
.downloads .downloadsearchbox.vertical .bootstrap-select .motorcycle .operatori_search_box .horizontal button:after,
.motorcycle .operatori_search_box .downloads .downloadsearchbox.horizontal .control .bootstrap-select button:after,
.downloads .motorcycle .operatori_search_box .downloadsearchbox.horizontal .control .bootstrap-select button:after,
.motorcycle .operatori_search_box .horizontal .localita #searchbox-app .bootstrap-select button:after,
.localita #searchbox-app .bootstrap-select .motorcycle .operatori_search_box .horizontal button:after,
.motorcycle .operatori_search_box .horizontal .itinerari .searchbox .control .bootstrap-select button:after,
.itinerari .searchbox .control .bootstrap-select .motorcycle .operatori_search_box .horizontal button:after,
.motorcycle .operatori_search_box .itinerari .searchbox.horizontal .control .bootstrap-select button:after,
.itinerari .motorcycle .operatori_search_box .searchbox.horizontal .control .bootstrap-select button:after,
.motorcycle .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .motorcycle .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.motorcycle .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .motorcycle .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.motorcycle .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .motorcycle .operatori_search_box .horizontal .control .bootstrap-select button:after,
.motorcycle .operatori_search_box .horizontal .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .vertical .bootstrap-select .motorcycle .operatori_search_box .horizontal button:after,
.motorcycle .operatori_search_box .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .motorcycle .operatori_search_box .horizontal .control .bootstrap-select button:after,
.motorcycle .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .motorcycle .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.motorcycle .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .motorcycle .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.motorcycle .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .motorcycle .operatori_search_box .horizontal .control .bootstrap-select button:after,
.motorcycle .operatori_search_box .horizontal .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .vertical .bootstrap-select .motorcycle .operatori_search_box .horizontal button:after,
.motorcycle .operatori_search_box .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .motorcycle .operatori_search_box .horizontal .control .bootstrap-select button:after,
.motorcycle .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .motorcycle .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.motorcycle .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .motorcycle .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.motorcycle .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .motorcycle .operatori_search_box .horizontal .control .bootstrap-select button:after,
.motorcycle .operatori_search_box .horizontal .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .vertical .bootstrap-select .motorcycle .operatori_search_box .horizontal button:after,
.motorcycle .operatori_search_box .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .motorcycle .operatori_search_box .horizontal .control .bootstrap-select button:after,
.motorcycle .romagna-craft .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna-craft .motorcycle .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.motorcycle .romagna-craft .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna-craft .motorcycle .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.motorcycle .romagna-craft .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna-craft .motorcycle .operatori_search_box .horizontal .control .bootstrap-select button:after,
.motorcycle .operatori_search_box .horizontal .romagna-craft .xp_search_box .vertical .bootstrap-select button:after,
.romagna-craft .xp_search_box .vertical .bootstrap-select .motorcycle .operatori_search_box .horizontal button:after,
.motorcycle .operatori_search_box .romagna-craft .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna-craft .xp_search_box .motorcycle .operatori_search_box .horizontal .control .bootstrap-select button:after,
.motorcycle .spass .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.spass .motorcycle .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.motorcycle .spass .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.spass .motorcycle .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.motorcycle .spass .operatori_search_box .horizontal .control .bootstrap-select button:after,
.spass .motorcycle .operatori_search_box .horizontal .control .bootstrap-select button:after,
.motorcycle .operatori_search_box .horizontal .spass .xp_search_box .vertical .bootstrap-select button:after,
.spass .xp_search_box .vertical .bootstrap-select .motorcycle .operatori_search_box .horizontal button:after,
.motorcycle .operatori_search_box .spass .xp_search_box .horizontal .control .bootstrap-select button:after,
.spass .xp_search_box .motorcycle .operatori_search_box .horizontal .control .bootstrap-select button:after,
.motorcycle .natur .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.natur .motorcycle .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.motorcycle .natur .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.natur .motorcycle .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.motorcycle .natur .operatori_search_box .horizontal .control .bootstrap-select button:after,
.natur .motorcycle .operatori_search_box .horizontal .control .bootstrap-select button:after,
.motorcycle .operatori_search_box .horizontal .natur .xp_search_box .vertical .bootstrap-select button:after,
.natur .xp_search_box .vertical .bootstrap-select .motorcycle .operatori_search_box .horizontal button:after,
.motorcycle .operatori_search_box .natur .xp_search_box .horizontal .control .bootstrap-select button:after,
.natur .xp_search_box .motorcycle .operatori_search_box .horizontal .control .bootstrap-select button:after,
.motorcycle .kultur .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.kultur .motorcycle .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.motorcycle .kultur .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.kultur .motorcycle .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.motorcycle .kultur .operatori_search_box .horizontal .control .bootstrap-select button:after,
.kultur .motorcycle .operatori_search_box .horizontal .control .bootstrap-select button:after,
.motorcycle .operatori_search_box .horizontal .kultur .xp_search_box .vertical .bootstrap-select button:after,
.kultur .xp_search_box .vertical .bootstrap-select .motorcycle .operatori_search_box .horizontal button:after,
.motorcycle .operatori_search_box .kultur .xp_search_box .horizontal .control .bootstrap-select button:after,
.kultur .xp_search_box .motorcycle .operatori_search_box .horizontal .control .bootstrap-select button:after,
.motorcycle .pet .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.pet .motorcycle .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.motorcycle .pet .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.pet .motorcycle .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.motorcycle .pet .operatori_search_box .horizontal .control .bootstrap-select button:after,
.pet .motorcycle .operatori_search_box .horizontal .control .bootstrap-select button:after,
.motorcycle .operatori_search_box .horizontal .pet .xp_search_box .vertical .bootstrap-select button:after,
.pet .xp_search_box .vertical .bootstrap-select .motorcycle .operatori_search_box .horizontal button:after,
.motorcycle .operatori_search_box .pet .xp_search_box .horizontal .control .bootstrap-select button:after,
.pet .xp_search_box .motorcycle .operatori_search_box .horizontal .control .bootstrap-select button:after,
.motorcycle .default .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.default .motorcycle .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.motorcycle .default .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.default .motorcycle .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.motorcycle .default .operatori_search_box .horizontal .control .bootstrap-select button:after,
.default .motorcycle .operatori_search_box .horizontal .control .bootstrap-select button:after,
.motorcycle .operatori_search_box .horizontal .default .xp_search_box .vertical .bootstrap-select button:after,
.default .xp_search_box .vertical .bootstrap-select .motorcycle .operatori_search_box .horizontal button:after,
.motorcycle .operatori_search_box .default .xp_search_box .horizontal .control .bootstrap-select button:after,
.default .xp_search_box .motorcycle .operatori_search_box .horizontal .control .bootstrap-select button:after,
.motorcycle .liscio .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.liscio .motorcycle .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.motorcycle .liscio .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.liscio .motorcycle .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.motorcycle .liscio .operatori_search_box .horizontal .control .bootstrap-select button:after,
.liscio .motorcycle .operatori_search_box .horizontal .control .bootstrap-select button:after,
.motorcycle .operatori_search_box .horizontal .liscio .xp_search_box .vertical .bootstrap-select button:after,
.liscio .xp_search_box .vertical .bootstrap-select .motorcycle .operatori_search_box .horizontal button:after,
.motorcycle .operatori_search_box .liscio .xp_search_box .horizontal .control .bootstrap-select button:after,
.liscio .xp_search_box .motorcycle .operatori_search_box .horizontal .control .bootstrap-select button:after,
.motorcycle .romagna .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna .motorcycle .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.motorcycle .romagna .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna .motorcycle .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.motorcycle .romagna .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna .motorcycle .operatori_search_box .horizontal .control .bootstrap-select button:after,
.motorcycle .operatori_search_box .horizontal .romagna .xp_search_box .vertical .bootstrap-select button:after,
.romagna .xp_search_box .vertical .bootstrap-select .motorcycle .operatori_search_box .horizontal button:after,
.motorcycle .operatori_search_box .romagna .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna .xp_search_box .motorcycle .operatori_search_box .horizontal .control .bootstrap-select button:after,
.motorcycle .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.motorcycle .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.motorcycle .operatori_search_box .horizontal .control .bootstrap-select button:after,
.motorcycle .operatori_search_box .events-homepage .header .eventsearchbox.horizontal .control .bootstrap-select button:after,
.events-homepage .header .motorcycle .operatori_search_box .eventsearchbox.horizontal .control .bootstrap-select button:after,
.motorcycle .operatori_search_box .horizontal .events-homepage .header .eventsearchbox.vertical .bootstrap-select button:after,
.events-homepage .header .eventsearchbox.vertical .bootstrap-select .motorcycle .operatori_search_box .horizontal button:after,
.motorcycle .operatori_search_box .events-page .header .eventsearchbox.horizontal .control .bootstrap-select button:after,
.events-page .header .motorcycle .operatori_search_box .eventsearchbox.horizontal .control .bootstrap-select button:after,
.motorcycle .operatori_search_box .horizontal .events-page .header .eventsearchbox.vertical .bootstrap-select button:after,
.events-page .header .eventsearchbox.vertical .bootstrap-select .motorcycle .operatori_search_box .horizontal button:after,
.motorcycle .operatori_search_box .scopri .xp_search_box .horizontal .control .bootstrap-select button:after,
.scopri .xp_search_box .motorcycle .operatori_search_box .horizontal .control .bootstrap-select button:after,
.motorcycle .operatori_search_box .horizontal .scopri .xp_search_box .vertical .bootstrap-select button:after,
.scopri .xp_search_box .vertical .bootstrap-select .motorcycle .operatori_search_box .horizontal button:after,
.motorcycle .scopri .operatori_search_box .horizontal .control .bootstrap-select button:after,
.scopri .motorcycle .operatori_search_box .horizontal .control .bootstrap-select button:after,
.motorcycle .scopri .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.scopri .motorcycle .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.motorcycle .scopri .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.scopri .motorcycle .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.motorcycle .operatori_search_box .idee .xp_search_box .horizontal .control .bootstrap-select button:after,
.idee .xp_search_box .motorcycle .operatori_search_box .horizontal .control .bootstrap-select button:after,
.motorcycle .operatori_search_box .horizontal .idee .xp_search_box .vertical .bootstrap-select button:after,
.idee .xp_search_box .vertical .bootstrap-select .motorcycle .operatori_search_box .horizontal button:after,
.motorcycle .idee .operatori_search_box .horizontal .control .bootstrap-select button:after,
.idee .motorcycle .operatori_search_box .horizontal .control .bootstrap-select button:after,
.motorcycle .idee .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.idee .motorcycle .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.motorcycle .idee .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.idee .motorcycle .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.motorcycle .operatori_search_box .eventi .xp_search_box .horizontal .control .bootstrap-select button:after,
.eventi .xp_search_box .motorcycle .operatori_search_box .horizontal .control .bootstrap-select button:after,
.motorcycle .operatori_search_box .horizontal .eventi .xp_search_box .vertical .bootstrap-select button:after,
.eventi .xp_search_box .vertical .bootstrap-select .motorcycle .operatori_search_box .horizontal button:after,
.motorcycle .eventi .operatori_search_box .horizontal .control .bootstrap-select button:after,
.eventi .motorcycle .operatori_search_box .horizontal .control .bootstrap-select button:after,
.motorcycle .eventi .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.eventi .motorcycle .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.motorcycle .eventi .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.eventi .motorcycle .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.motorcycle .operatori_search_box .pianifica .xp_search_box .horizontal .control .bootstrap-select button:after,
.pianifica .xp_search_box .motorcycle .operatori_search_box .horizontal .control .bootstrap-select button:after,
.motorcycle .operatori_search_box .horizontal .pianifica .xp_search_box .vertical .bootstrap-select button:after,
.pianifica .xp_search_box .vertical .bootstrap-select .motorcycle .operatori_search_box .horizontal button:after,
.motorcycle .pianifica .operatori_search_box .horizontal .control .bootstrap-select button:after,
.pianifica .motorcycle .operatori_search_box .horizontal .control .bootstrap-select button:after,
.motorcycle .pianifica .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.pianifica .motorcycle .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.motorcycle .pianifica .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.pianifica .motorcycle .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.motorcycle .operatori_search_box .esperienze .xp_search_box .horizontal .control .bootstrap-select button:after,
.esperienze .xp_search_box .motorcycle .operatori_search_box .horizontal .control .bootstrap-select button:after,
.motorcycle .operatori_search_box .horizontal .esperienze .xp_search_box .vertical .bootstrap-select button:after,
.esperienze .xp_search_box .vertical .bootstrap-select .motorcycle .operatori_search_box .horizontal button:after,
.motorcycle .esperienze .operatori_search_box .horizontal .control .bootstrap-select button:after,
.esperienze .motorcycle .operatori_search_box .horizontal .control .bootstrap-select button:after,
.motorcycle .esperienze .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.esperienze .motorcycle .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.motorcycle .esperienze .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.esperienze .motorcycle .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.motorcycle .operatori_search_box .news .xp_search_box .horizontal .control .bootstrap-select button:after,
.news .xp_search_box .motorcycle .operatori_search_box .horizontal .control .bootstrap-select button:after,
.motorcycle .operatori_search_box .horizontal .news .xp_search_box .vertical .bootstrap-select button:after,
.news .xp_search_box .vertical .bootstrap-select .motorcycle .operatori_search_box .horizontal button:after,
.motorcycle .news .operatori_search_box .horizontal .control .bootstrap-select button:after,
.news .motorcycle .operatori_search_box .horizontal .control .bootstrap-select button:after,
.motorcycle .news .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.news .motorcycle .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.motorcycle .news .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.news .motorcycle .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.motorcycle .operatori_search_box .iat .xp_search_box .horizontal .control .bootstrap-select button:after,
.iat .xp_search_box .motorcycle .operatori_search_box .horizontal .control .bootstrap-select button:after,
.motorcycle .operatori_search_box .horizontal .iat .xp_search_box .vertical .bootstrap-select button:after,
.iat .xp_search_box .vertical .bootstrap-select .motorcycle .operatori_search_box .horizontal button:after,
.motorcycle .iat .operatori_search_box .horizontal .control .bootstrap-select button:after,
.iat .motorcycle .operatori_search_box .horizontal .control .bootstrap-select button:after,
.motorcycle .iat .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.iat .motorcycle .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.motorcycle .iat .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.iat .motorcycle .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.motorcycle .operatori_search_box .meteo .xp_search_box .horizontal .control .bootstrap-select button:after,
.meteo .xp_search_box .motorcycle .operatori_search_box .horizontal .control .bootstrap-select button:after,
.motorcycle .operatori_search_box .horizontal .meteo .xp_search_box .vertical .bootstrap-select button:after,
.meteo .xp_search_box .vertical .bootstrap-select .motorcycle .operatori_search_box .horizontal button:after,
.motorcycle .meteo .operatori_search_box .horizontal .control .bootstrap-select button:after,
.meteo .motorcycle .operatori_search_box .horizontal .control .bootstrap-select button:after,
.motorcycle .meteo .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.meteo .motorcycle .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.motorcycle .meteo .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.meteo .motorcycle .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.motorcycle .operatori_search_box .odm .xp_search_box .horizontal .control .bootstrap-select button:after,
.odm .xp_search_box .motorcycle .operatori_search_box .horizontal .control .bootstrap-select button:after,
.motorcycle .operatori_search_box .horizontal .odm .xp_search_box .vertical .bootstrap-select button:after,
.odm .xp_search_box .vertical .bootstrap-select .motorcycle .operatori_search_box .horizontal button:after,
.motorcycle .odm .operatori_search_box .horizontal .control .bootstrap-select button:after,
.odm .motorcycle .operatori_search_box .horizontal .control .bootstrap-select button:after,
.motorcycle .odm .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.odm .motorcycle .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.motorcycle .odm .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.odm .motorcycle .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.motorcycle .operatori_search_box .booking .xp_search_box .horizontal .control .bootstrap-select button:after,
.booking .xp_search_box .motorcycle .operatori_search_box .horizontal .control .bootstrap-select button:after,
.motorcycle .operatori_search_box .horizontal .booking .xp_search_box .vertical .bootstrap-select button:after,
.booking .xp_search_box .vertical .bootstrap-select .motorcycle .operatori_search_box .horizontal button:after,
.motorcycle .booking .operatori_search_box .horizontal .control .bootstrap-select button:after,
.booking .motorcycle .operatori_search_box .horizontal .control .bootstrap-select button:after,
.motorcycle .booking .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.booking .motorcycle .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.motorcycle .booking .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.booking .motorcycle .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.motorcycle .operatori_search_box .rock .xp_search_box .horizontal .control .bootstrap-select button:after,
.rock .xp_search_box .motorcycle .operatori_search_box .horizontal .control .bootstrap-select button:after,
.motorcycle .operatori_search_box .horizontal .rock .xp_search_box .vertical .bootstrap-select button:after,
.rock .xp_search_box .vertical .bootstrap-select .motorcycle .operatori_search_box .horizontal button:after,
.motorcycle .rock .operatori_search_box .horizontal .control .bootstrap-select button:after,
.rock .motorcycle .operatori_search_box .horizontal .control .bootstrap-select button:after,
.motorcycle .rock .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.rock .motorcycle .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.motorcycle .rock .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.rock .motorcycle .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.motorcycle .operatori_search_box .beach .xp_search_box .horizontal .control .bootstrap-select button:after,
.beach .xp_search_box .motorcycle .operatori_search_box .horizontal .control .bootstrap-select button:after,
.motorcycle .operatori_search_box .horizontal .beach .xp_search_box .vertical .bootstrap-select button:after,
.beach .xp_search_box .vertical .bootstrap-select .motorcycle .operatori_search_box .horizontal button:after,
.motorcycle .beach .operatori_search_box .horizontal .control .bootstrap-select button:after,
.beach .motorcycle .operatori_search_box .horizontal .control .bootstrap-select button:after,
.motorcycle .beach .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.beach .motorcycle .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.motorcycle .beach .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.beach .motorcycle .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.motorcycle .operatori_search_box .food .xp_search_box .horizontal .control .bootstrap-select button:after,
.food .xp_search_box .motorcycle .operatori_search_box .horizontal .control .bootstrap-select button:after,
.motorcycle .operatori_search_box .horizontal .food .xp_search_box .vertical .bootstrap-select button:after,
.food .xp_search_box .vertical .bootstrap-select .motorcycle .operatori_search_box .horizontal button:after,
.motorcycle .food .operatori_search_box .horizontal .control .bootstrap-select button:after,
.food .motorcycle .operatori_search_box .horizontal .control .bootstrap-select button:after,
.motorcycle .food .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.food .motorcycle .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.motorcycle .food .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.food .motorcycle .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.motorcycle .operatori_search_box .nature .xp_search_box .horizontal .control .bootstrap-select button:after,
.nature .xp_search_box .motorcycle .operatori_search_box .horizontal .control .bootstrap-select button:after,
.motorcycle .operatori_search_box .horizontal .nature .xp_search_box .vertical .bootstrap-select button:after,
.nature .xp_search_box .vertical .bootstrap-select .motorcycle .operatori_search_box .horizontal button:after,
.motorcycle .nature .operatori_search_box .horizontal .control .bootstrap-select button:after,
.nature .motorcycle .operatori_search_box .horizontal .control .bootstrap-select button:after,
.motorcycle .nature .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.nature .motorcycle .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.motorcycle .nature .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.nature .motorcycle .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.motorcycle .operatori_search_box .romagna_autentica .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna_autentica .xp_search_box .motorcycle .operatori_search_box .horizontal .control .bootstrap-select button:after,
.motorcycle .operatori_search_box .horizontal .romagna_autentica .xp_search_box .vertical .bootstrap-select button:after,
.romagna_autentica .xp_search_box .vertical .bootstrap-select .motorcycle .operatori_search_box .horizontal button:after,
.motorcycle .romagna_autentica .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna_autentica .motorcycle .operatori_search_box .horizontal .control .bootstrap-select button:after,
.motorcycle .romagna_autentica .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna_autentica .motorcycle .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.motorcycle .romagna_autentica .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna_autentica .motorcycle .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.motorcycle .operatori_search_box .culture .xp_search_box .horizontal .control .bootstrap-select button:after,
.culture .xp_search_box .motorcycle .operatori_search_box .horizontal .control .bootstrap-select button:after,
.motorcycle .operatori_search_box .horizontal .culture .xp_search_box .vertical .bootstrap-select button:after,
.culture .xp_search_box .vertical .bootstrap-select .motorcycle .operatori_search_box .horizontal button:after,
.motorcycle .culture .operatori_search_box .horizontal .control .bootstrap-select button:after,
.culture .motorcycle .operatori_search_box .horizontal .control .bootstrap-select button:after,
.motorcycle .culture .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.culture .motorcycle .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.motorcycle .culture .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.culture .motorcycle .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.motorcycle .operatori_search_box .castle .xp_search_box .horizontal .control .bootstrap-select button:after,
.castle .xp_search_box .motorcycle .operatori_search_box .horizontal .control .bootstrap-select button:after,
.motorcycle .operatori_search_box .horizontal .castle .xp_search_box .vertical .bootstrap-select button:after,
.castle .xp_search_box .vertical .bootstrap-select .motorcycle .operatori_search_box .horizontal button:after,
.motorcycle .castle .operatori_search_box .horizontal .control .bootstrap-select button:after,
.castle .motorcycle .operatori_search_box .horizontal .control .bootstrap-select button:after,
.motorcycle .castle .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.castle .motorcycle .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.motorcycle .castle .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.castle .motorcycle .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.motorcycle .operatori_search_box .bike .xp_search_box .horizontal .control .bootstrap-select button:after,
.bike .xp_search_box .motorcycle .operatori_search_box .horizontal .control .bootstrap-select button:after,
.motorcycle .operatori_search_box .horizontal .bike .xp_search_box .vertical .bootstrap-select button:after,
.bike .xp_search_box .vertical .bootstrap-select .motorcycle .operatori_search_box .horizontal button:after,
.motorcycle .bike .operatori_search_box .horizontal .control .bootstrap-select button:after,
.bike .motorcycle .operatori_search_box .horizontal .control .bootstrap-select button:after,
.motorcycle .bike .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.bike .motorcycle .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.motorcycle .bike .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.bike .motorcycle .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.motorcycle .operatori_search_box .empire .xp_search_box .horizontal .control .bootstrap-select button:after,
.empire .xp_search_box .motorcycle .operatori_search_box .horizontal .control .bootstrap-select button:after,
.motorcycle .operatori_search_box .horizontal .empire .xp_search_box .vertical .bootstrap-select button:after,
.empire .xp_search_box .vertical .bootstrap-select .motorcycle .operatori_search_box .horizontal button:after,
.motorcycle .empire .operatori_search_box .horizontal .control .bootstrap-select button:after,
.empire .motorcycle .operatori_search_box .horizontal .control .bootstrap-select button:after,
.motorcycle .empire .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.empire .motorcycle .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.motorcycle .empire .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.empire .motorcycle .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.motorcycle .operatori_search_box .wellness .xp_search_box .horizontal .control .bootstrap-select button:after,
.wellness .xp_search_box .motorcycle .operatori_search_box .horizontal .control .bootstrap-select button:after,
.motorcycle .operatori_search_box .horizontal .wellness .xp_search_box .vertical .bootstrap-select button:after,
.wellness .xp_search_box .vertical .bootstrap-select .motorcycle .operatori_search_box .horizontal button:after,
.motorcycle .wellness .operatori_search_box .horizontal .control .bootstrap-select button:after,
.wellness .motorcycle .operatori_search_box .horizontal .control .bootstrap-select button:after,
.motorcycle .wellness .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.wellness .motorcycle .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.motorcycle .wellness .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.wellness .motorcycle .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.motorcycle .operatori_search_box .fun .xp_search_box .horizontal .control .bootstrap-select button:after,
.fun .xp_search_box .motorcycle .operatori_search_box .horizontal .control .bootstrap-select button:after,
.motorcycle .operatori_search_box .horizontal .fun .xp_search_box .vertical .bootstrap-select button:after,
.fun .xp_search_box .vertical .bootstrap-select .motorcycle .operatori_search_box .horizontal button:after,
.motorcycle .fun .operatori_search_box .horizontal .control .bootstrap-select button:after,
.fun .motorcycle .operatori_search_box .horizontal .control .bootstrap-select button:after,
.motorcycle .fun .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.fun .motorcycle .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.motorcycle .fun .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.fun .motorcycle .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.motorcycle .operatori_search_box .sport .xp_search_box .horizontal .control .bootstrap-select button:after,
.sport .xp_search_box .motorcycle .operatori_search_box .horizontal .control .bootstrap-select button:after,
.motorcycle .operatori_search_box .horizontal .sport .xp_search_box .vertical .bootstrap-select button:after,
.sport .xp_search_box .vertical .bootstrap-select .motorcycle .operatori_search_box .horizontal button:after,
.motorcycle .sport .operatori_search_box .horizontal .control .bootstrap-select button:after,
.sport .motorcycle .operatori_search_box .horizontal .control .bootstrap-select button:after,
.motorcycle .sport .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.sport .motorcycle .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.motorcycle .sport .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.sport .motorcycle .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.motorcycle .operatori_search_box .xp_search_box .horizontal .control .bootstrap-select button:after,
.motorcycle .xp_search_box .operatori_search_box .horizontal .control .bootstrap-select button:after,
.motorcycle .operatori_search_box .horizontal .xp_search_box .vertical .bootstrap-select button:after,
.motorcycle .xp_search_box .vertical .bootstrap-select .operatori_search_box .horizontal button:after {
  line-height: 2.2rem;
}

.motorcycle .operatori_search_box .horizontal button.collapsible {
  border: none;
  background-color: transparent;
  display: block;
  width: 100%;
  font-size: 1.6rem;
  color: #ffffff;
  letter-spacing: -0.41px;
  text-align: left;
  text-transform: uppercase;
}

.motorcycle .operatori_search_box .horizontal .control {
  padding: 0.5rem 1rem;
  height: 5rem;
  background-color: white;
  margin: 0.5rem;
}

.motorcycle .operatori_search_box .horizontal .control.btn-holder {
  min-width: 2rem;
  width: auto;
  padding: 0px;
}

.motorcycle .operatori_search_box .horizontal .control.btn-holder button {
  width: 100%;
  border: none;
  background-color: #979d97;
  height: 100%;
  font-size: 1.6rem;
  color: #ffffff;
  letter-spacing: -0.41px;
  text-align: center;
  text-transform: uppercase;
  display: block;
  padding: 0px;
}

.motorcycle .operatori_search_box .horizontal .control .ert-dropdown {
  width: 100%;
}

.motorcycle .operatori_search_box .horizontal .control .ert-dropdown * {
  cursor: pointer;
}

.motorcycle .operatori_search_box .horizontal .control .ert-dropdown .ert-combo {
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
  display: block;
  text-align: left;
}

.motorcycle .operatori_search_box .horizontal .control .ert-dropdown .ert-combo::after {
  border: none;
}

.motorcycle .operatori_search_box .horizontal .control .ert-dropdown .ert-combo i {
  transition: 500ms ease;
  transform: rotate(0);
  position: absolute;
  top: 2.25rem;
  right: 15px;
}

.motorcycle .operatori_search_box .horizontal .control .ert-dropdown .ert-combo .button {
  padding: 0px;
}

.motorcycle .operatori_search_box .horizontal .control .ert-dropdown.show .ert-combo i {
  transform: rotate(180deg);
}

.motorcycle .operatori_search_box .horizontal .control .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: auto;
}

.motorcycle .operatori_search_box .horizontal .control .bootstrap-select {
  margin-top: -1px;
}

.motorcycle .operatori_search_box .horizontal .control .bootstrap-select *:focus {
  box-shadow: none important;
}

.motorcycle .operatori_search_box .horizontal .control .bootstrap-select button {
  padding: 0px;
  font-size: 1.5rem;
  background: #ffffff;
  color: #848484;
  letter-spacing: 0.3px;
  border: none;
  border-radius: 0;
}

.motorcycle .operatori_search_box .horizontal .control .bootstrap-select button:after {
  content: "\F078";
  border: none;
}

.motorcycle .operatori_search_box .horizontal .control .bootstrap-select .dropdown-menu {
  width: 100% !important;
  border: none;
  border-radius: 0;
  box-shadow: 0px 2px 2px 0px #a9a9a970;
  border-top: 1px solid #a9a9a970;
}

.motorcycle .operatori_search_box .horizontal .control .bootstrap-select .dropdown-menu.inner.show {
  border-top: none;
}

.motorcycle .operatori_search_box .horizontal .control .bootstrap-select .dropdown-menu .dropdown-item {
  font-size: 1.5rem;
  line-height: 4rem;
}

.motorcycle .operatori_search_box .horizontal .control .bootstrap-select .dropdown-menu .dropdown-item:active,
.motorcycle .operatori_search_box .horizontal .control .bootstrap-select .dropdown-menu .dropdown-item.active {
  background-color: #B1B6B1;
}

.motorcycle .operatori_search_box .horizontal .control label {
  background: #ffffff;
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
  line-height: 2.4rem;
  margin-bottom: 0px;
  margin-right: 0.5rem;
}

@media (max-width: 768px) {
  .motorcycle .operatori_search_box .horizontal .control label {
    min-width: 6.2rem;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .motorcycle .operatori_search_box .horizontal .control label {
    display: none;
  }
}

.motorcycle .operatori_search_box .horizontal .control .flatpickr-mobile.form-control {
  padding: 1px 0;
}

.motorcycle .operatori_search_box .horizontal .control input[type=text],
.motorcycle .operatori_search_box .horizontal .control input[type=date] {
  border: none;
  font-size: 1.5rem;
  border-radius: 0;
  background-color: white;
  border-bottom: 1px solid #495057;
  min-width: 0;
  height: auto;
}

.motorcycle .operatori_search_box .horizontal .control input[type=text]:focus,
.motorcycle .operatori_search_box .horizontal .control input[type=date]:focus {
  box-shadow: none;
}

.motorcycle .operatori_search_box .vertical {
  max-width: 30rem;
  z-index: 10;
  position: relative;
  height: 4.4rem;
  margin: 0 auto;
}

.motorcycle .operatori_search_box .vertical button.collapsible {
  border: none;
  background-color: transparent;
  display: block;
  position: absolute;
  width: 100%;
}

.motorcycle .operatori_search_box .vertical .dropbutton {
  display: none;
}

.motorcycle .operatori_search_box .vertical .dropbutton.collapsed {
  display: block;
}

.motorcycle .operatori_search_box .vertical #collapse-events {
  padding: 1.8rem;
  background-color: #B1B6B1;
  background-image: linear-gradient(-180deg, #afb5af 0%, #B1B6B1 48%, #b0b5b0 80%);
  font-size: 1.6rem;
}

.motorcycle .operatori_search_box .vertical .fa-chevron-up {
  text-align: right;
  line-height: 4rem;
  color: white;
  margin-bottom: 1.8rem;
}

.motorcycle .operatori_search_box .vertical .form-group {
  background: #ffffff;
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
}

.motorcycle .operatori_search_box .vertical .form-group .col-form-label {
  line-height: 5rem;
}

.motorcycle .operatori_search_box .vertical .ert-text {
  border: none;
  font-size: 1.5rem;
  height: 60px;
  border-radius: 0;
  background-color: white;
}

.motorcycle .operatori_search_box .vertical .ert-text.line {
  border-bottom: 1px solid #495057;
  height: auto;
  margin-top: 14px;
}

.motorcycle .operatori_search_box .vertical .ert-text:focus {
  box-shadow: none;
}

.motorcycle .operatori_search_box .vertical button.search {
  border: none;
  position: absolute;
  bottom: -10rem;
  left: 5%;
  right: 5%;
  width: 90%;
  line-height: 4.4rem;
}

.motorcycle .operatori_search_box .vertical .datepicker-holder {
  padding-right: 0px;
}

.motorcycle .operatori_search_box .vertical .datepicker-holder * {
  cursor: pointer;
}

.motorcycle .operatori_search_box .vertical .datepicker-holder input[type=date]::-webkit-calendar-picker-indicator {
  width: 1.2rem;
  height: 0.7rem;
  -webkit-mask: url(/images/caret.svg);
          mask: url(/images/caret.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  -webkit-transition: 500ms ease;
  transition: 500ms ease;
  background-color: #686868;
}

.motorcycle .operatori_search_box .vertical .datepicker-holder .flatpickr-calendar.static {
  margin-left: -193px;
  margin-top: -184px;
  left: 50%;
  top: 50%;
}

.motorcycle .operatori_search_box .vertical .datepicker-holder .flatpickr-calendar.static.arrowBottom:after {
  display: none;
}

.motorcycle .operatori_search_box .vertical .datepicker-holder .flatpickr-calendar.static.arrowBottom:before {
  display: none;
}

.motorcycle .operatori_search_box .vertical .datepicker-holder .flatpickr-months .flatpickr-month {
  height: 32px;
}

.motorcycle .operatori_search_box .vertical .ert-dropdown * {
  cursor: pointer;
}

.motorcycle .operatori_search_box .vertical .ert-dropdown .ert-combo {
  background: #ffffff;
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
  line-height: 5rem;
  display: block;
  width: 100%;
  height: 60px;
  text-align: left;
}

.motorcycle .operatori_search_box .vertical .ert-dropdown .ert-combo::after {
  border: none;
}

.motorcycle .operatori_search_box .vertical .ert-dropdown .ert-combo i {
  transition: 500ms ease;
  transform: rotate(0);
  position: absolute;
  top: 2.25rem;
  right: 15px;
}

.motorcycle .operatori_search_box .vertical .ert-dropdown .ert-combo .button {
  padding: 0px;
}

.motorcycle .operatori_search_box .vertical .ert-dropdown .dropdown-menu {
  width: 100% !important;
  border: none;
  border-radius: 0;
  box-shadow: 0px 2px 2px 0px #a9a9a970;
  border-top: 1px solid #a9a9a970;
}

.motorcycle .operatori_search_box .vertical .ert-dropdown .dropdown-menu .dropdown-item {
  font-size: 1.5rem;
  line-height: 4rem;
}

.motorcycle .operatori_search_box .vertical .ert-dropdown .dropdown-menu .dropdown-item:active {
  background-color: #B1B6B1;
}

.motorcycle .operatori_search_box .vertical .ert-dropdown.show .ert-combo i {
  transform: rotate(180deg);
}

.motorcycle .operatori_search_box .vertical .bootstrap-select *:focus {
  box-shadow: none important;
}

.motorcycle .operatori_search_box .vertical .bootstrap-select button {
  font-size: 1.5rem;
  color: #848484;
  letter-spacing: 0.3px;
  border: none;
  font-size: 1.5rem;
  height: 60px;
  border-radius: 0;
  background-color: white;
}

.motorcycle .operatori_search_box .vertical .bootstrap-select button:after {
  content: "\F078";
  border: none;
}

.motorcycle .operatori_search_box .vertical .bootstrap-select .dropdown-menu {
  width: 100% !important;
  border: none;
  border-radius: 0;
  box-shadow: 0px 2px 2px 0px #a9a9a970;
  border-top: 1px solid #a9a9a970;
}

.motorcycle .operatori_search_box .vertical .bootstrap-select .dropdown-menu .dropdown-item {
  font-size: 1.5rem;
  line-height: 4rem;
}

.motorcycle .operatori_search_box .vertical .bootstrap-select .dropdown-menu .dropdown-item:active,
.motorcycle .operatori_search_box .vertical .bootstrap-select .dropdown-menu .dropdown-item.active {
  background-color: #B1B6B1;
}

.motorcycle .operatori_search_box .vertical .btn-er,
.motorcycle .operatori_search_box .vertical .instagram .instabutton div span,
.instagram .instabutton div .motorcycle .operatori_search_box .vertical span {
  margin-top: 18px;
}

.motorcycle .operatori_search_box .vertical .btn-er .fa-chevron-down,
.motorcycle .operatori_search_box .vertical .instagram .instabutton div span .fa-chevron-down,
.instagram .instabutton div .motorcycle .operatori_search_box .vertical span .fa-chevron-down {
  float: right;
  line-height: 4rem;
}

.motorcycle .home-boxes {
  background-color: #B1B6B1;
}

.motorcycle .content-box a {
  font-weight: bold;
  color: #B1B6B1;
}

.motorcycle .content-box a strong {
  color: #B1B6B1;
}

.motorcycle .content-box .btn-er,
.motorcycle .content-box .instagram .instabutton div span,
.instagram .instabutton div .motorcycle .content-box span {
  background-color: #B1B6B1;
  color: white;
}

.motorcycle .content-box h3.with-line {
  font-size: 1.8rem;
  color: #030303;
  letter-spacing: -0.43px;
  text-transform: uppercase;
  margin-bottom: 2.1rem;
}

.motorcycle .content-box h3.with-line::before {
  content: "";
  display: block;
  height: 3px;
  background: #0e797b;
  width: 100%;
  max-width: 32rem;
  margin-left: 0;
  margin-right: 0;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.motorcycle *:focus {
  outline: 1px solid #B1B6B1;
  outline-offset: -1px;
}

.motorcycle .bootstrap-select .dropdown-toggle:focus {
  outline: 1px solid #B1B6B1;
  outline-offset: -1px;
}

.motorcycle a:hover {
  outline: 1px solid #cbcfcb;
}

.motorcycle a:active {
  outline: 1px solid #B1B6B1;
}

.motorcycle .events-list {
  font-size: 1.4rem;
}

.motorcycle .section-list {
  display: block;
  text-align: right;
}

.motorcycle .section-list a {
  font-size: 2rem;
  color: #B1B6B1;
}

.motorcycle .events-list dt,
.motorcycle .section-list dt,
.motorcycle .iat-list dt {
  text-transform: uppercase;
  font-size: 1.5rem;
  line-height: 1.5;
  color: #111;
  letter-spacing: -0.38px;
  font-weight: 600;
  margin-top: 1.4rem;
}

.motorcycle .events-list dd,
.motorcycle .section-list dd,
.motorcycle .iat-list dd {
  font-size: 1.6rem;
  margin-bottom: 0.6rem;
  line-height: 1.5;
  color: #030303;
}

.motorcycle .events-list dd i,
.motorcycle .section-list dd i,
.motorcycle .iat-list dd i {
  margin-right: 0.6rem;
}

.motorcycle .events-list ul,
.motorcycle .section-list ul,
.motorcycle .iat-list ul {
  list-style: none;
  padding-inline-start: 0;
}

.motorcycle .events-list ul li,
.motorcycle .section-list ul li,
.motorcycle .iat-list ul li {
  font-size: 1.5rem;
  color: #030303;
  margin-top: 0.6rem;
  line-height: 1.5;
}

.motorcycle .events-list ul.tappe-list,
.motorcycle .section-list ul.tappe-list,
.motorcycle .iat-list ul.tappe-list {
  list-style: none;
  padding-inline-start: 0;
}

.motorcycle .events-list ul.tappe-list li,
.motorcycle .section-list ul.tappe-list li,
.motorcycle .iat-list ul.tappe-list li {
  font-size: 1.6rem;
  line-height: 1.5;
  color: #030303;
}

.motorcycle .tickets-list {
  display: flex;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #111;
  letter-spacing: -0.38px;
  font-weight: 600;
  margin-top: 1.4rem;
}

.motorcycle .tickets-list i {
  margin-top: 0.6rem;
}

.motorcycle .tickets-list li {
  color: #030303;
  font-size: 1.6rem;
  margin-left: 1.2rem;
}

.motorcycle .tickets-list li i {
  margin-right: 0.6rem;
}

.motorcycle .address * {
  color: white;
}

.motorcycle .top-title-box {
  padding: 0rem;
  text-align: center;
}

.motorcycle .top-title-box.no-image {
  padding-top: 10rem;
}

.motorcycle .top-title-box.no-image .er-logo-top {
  margin: 0 auto;
  display: block;
  margin-bottom: 10rem;
}

.motorcycle .top-title-box h1 {
  font-size: 3rem;
  color: #B1B6B1;
  letter-spacing: -1.01px;
  line-height: 4rem;
  margin: 2rem 0;
}

.motorcycle .top-title-box h2 {
  font-size: 2rem;
  line-height: 1.5;
  color: #000;
  letter-spacing: -0.58px;
}

.motorcycle .top-title-box .breadcrumb {
  opacity: 0.6;
  font-size: 1.5rem;
  letter-spacing: -0.38px;
  padding: 0;
  margin: 0;
  color: #B1B6B1;
  background-color: #fff;
}

.motorcycle .top-title-box .breadcrumb .breadcrumb-item::before,
.motorcycle .top-title-box .breadcrumb a {
  color: #B1B6B1;
}

@media (min-width: 992px) {
  .motorcycle .top-title-box h1 {
    line-height: 7rem;
    font-size: 7rem;
    margin-top: 3rem;
  }

  .motorcycle .top-title-box h2 {
    font-size: 2rem;
    line-height: 1.5rem;
  }

  .motorcycle .top-title-box .breadcrumb {
    font-size: 1.9rem;
  }
}

.motorcycle .image-box-with-border {
  margin: 2rem 0;
  border-top: 64px solid #B1B6B1;
}

.motorcycle .image-box-with-border img {
  -o-object-fit: cover;
     object-fit: cover;
}

.motorcycle .top-image {
  transition: background-image 1s ease-in-out;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 20px;
}

.motorcycle .top-image .logo {
  position: absolute;
  width: 30rem;
  bottom: 20px;
  left: 50%;
  margin-left: -15rem;
}

.motorcycle .top-image.no-mask {
  height: 600px;
}

.motorcycle .top-image .mask {
  z-index: 997;
  position: relative;
  width: 100%;
}

@media (min-width: 992px) {
  .motorcycle .top-image:after {
    position: absolute;
    content: "";
    left: 0px;
    bottom: -20px;
    width: 100%;
    height: 20px;
    transform: rotate(-180deg);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(255, 255, 255, 0.12) 12%, #e6e6e6);
  }
}

.motorcycle .info-box {
  position: relative;
  z-index: 0;
  border-right: 1px solid #e6e6e6;
  border-left: 7px solid #B1B6B1;
  background-color: white;
  padding: 0.1rem 1.5rem;
}

.motorcycle .info-box h3 {
  font-weight: bold;
  font-size: 1.9rem;
}

.motorcycle .info-box .referente {
  font-size: 1.7rem;
  line-height: 1.8rem;
  color: #000;
  letter-spacing: -0.41px;
}

@media (min-width: 768px) {
  .motorcycle .info-box {
    position: sticky;
    position: -webkit-sticky;
    top: 68px;
  }
}

.motorcycle .info-box:after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: -8px;
  height: 8px;
  left: 0px;
  z-index: -1;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.01) 30%, rgba(0, 0, 0, 0.03) 50%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0.08) 90%, rgba(0, 0, 0, 0.09) 96%, rgba(0, 0, 0, 0.1) 100%);
}

.motorcycle .info-box:after {
  width: calc(100% + 8px);
  left: -7px;
}

@media (max-width: 991.98px) {
  .motorcycle .info-box {
    width: auto;
    max-width: 60%;
    min-width: 300px;
    margin: 20px auto;
    display: block;
  }
}

@media (min-width: 992px) {
  .motorcycle .info-box {
    margin-top: 2.2rem;
  }
}

.motorcycle .info-box li {
  padding: 1.1rem 0;
}

.motorcycle .info-box li .icon {
  font-size: 2.8rem;
  line-height: 3.3rem;
  margin-right: 1rem;
  float: left;
}

.motorcycle .info-box li .info .title {
  text-transform: uppercase;
  font-size: 1.2rem;
  line-height: 1.5rem;
  color: #787878;
  letter-spacing: -0.38px;
}

.motorcycle .info-box li .info .value {
  font-size: 1.7rem;
  line-height: 1.8rem;
  color: #000000;
  letter-spacing: -0.41px;
  display: table;
}

.motorcycle .info-box li .info .value a {
  word-break: break-all;
}

@media (max-width: 991.98px) {
  .motorcycle .info-box li.bookmarks {
    display: none;
  }
}

.motorcycle .info-box .title-index {
  text-transform: uppercase;
  font-size: 1.4rem;
  line-height: 3rem;
  letter-spacing: -0.38px;
}

.motorcycle .info-box .bookmarks {
  display: inline-block;
}

.motorcycle .info-box .bookmarks ul li {
  padding: 0.5rem 0;
  width: 100%;
}

.motorcycle .info-box .bookmarks ul li a {
  font-size: 1.4rem;
  line-height: 1.5rem;
  color: #000000;
  letter-spacing: -0.41px;
}

.motorcycle .info-box .bookmarks ul li a.active {
  text-decoration: underline;
}

.motorcycle #bookmarks-index {
  margin-top: 8rem;
}

.motorcycle #bookmarks-index .info {
  padding: 2.1rem;
}

.motorcycle #bookmarks-index h4 {
  font-size: 1.8rem;
}

@media (min-width: 768px) {
  .motorcycle #bookmarks-index {
    display: none;
  }
}

.motorcycle blockquote:before {
  color: #b4b8b4;
}

.motorcycle .btn-er,
.motorcycle .instagram .instabutton div span,
.instagram .instabutton div .motorcycle span,
.motorcycle.btn {
  background: #B1B6B1;
}

.motorcycle hr {
  height: 3px;
  background: #B1B6B1;
  width: 100%;
  max-width: 32rem;
  margin-left: 0;
  margin-right: 0;
  margin-top: 1rem;
  margin-bottom: 2rem;
}

.motorcycle .section h2 {
  margin-top: 4.5rem;
  margin-bottom: 4.5rem;
  font-size: 4.42rem;
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.18;
  letter-spacing: -1.07px;
  text-align: center;
  color: black;
  /*text-decoration: underline;*/
}

.motorcycle .section h2 a {
  color: black;
}

.motorcycle .section h3 {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
  font-size: 3.42rem;
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.18;
  letter-spacing: -1.07px;
  text-align: center;
  color: black;
  text-transform: uppercase;
  /*text-decoration: underline;*/
}

.motorcycle .section h3 a {
  color: black;
}

.motorcycle .section .gallery {
  position: relative;
  padding-bottom: 33px;
}

.motorcycle .section .gallery .swiper-button-next,
.motorcycle .section .gallery .swiper-container-rtl .swiper-button-prev,
.motorcycle .section .gallery .swiper-button-prev,
.motorcycle .section .gallery .swiper-container-rtl .swiper-button-next {
  background-position: center;
  width: 7.2rem;
  bottom: 33px;
  height: auto;
  top: 0px;
  margin: 0px;
  left: auto;
}

.motorcycle .section .gallery .swiper-button-next svg,
.motorcycle .section .gallery .swiper-container-rtl .swiper-button-prev svg,
.motorcycle .section .gallery .swiper-button-prev svg,
.motorcycle .section .gallery .swiper-container-rtl .swiper-button-next svg {
  top: 50%;
  left: 2.1rem;
  position: absolute;
  width: 3rem;
  height: 3rem;
  margin-top: -1.5rem;
  filter: drop-shadow(0px 3px 3px black);
}

.motorcycle .section .gallery .swiper-button-next,
.motorcycle .section .gallery .swiper-button-prev,
.motorcycle .section .gallery .swiper-container-rtl .swiper-button-prev,
.motorcycle .section .gallery .swiper-container-rtl .swiper-button-next {
  fill: #fff;
}

.motorcycle .section .gallery .swiper-button-next,
.motorcycle .section .gallery .swiper-container-rtl .swiper-button-prev {
  right: 0px;
}

.motorcycle .section .gallery .swiper-button-prev,
.motorcycle .section .gallery .swiper-container-rtl .swiper-button-next {
  left: 0px;
}

.motorcycle .section .gallery .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #B1B6B1;
}

.motorcycle .section .gallery .swiper-pagination-bullet {
  border: 1px solid #B1B6B1;
}

.motorcycle .section .gallery .swiper-pagination-bullets {
  bottom: 2px;
}

.motorcycle .section .gallery .swiper-slide .carousel-content {
  background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.07) 8%, rgba(0, 0, 0, 0.45) 68%);
  position: absolute;
  left: 0rem;
  bottom: 0rem;
  right: 0rem;
  width: auto;
  padding: 10rem 2rem 2rem 2rem;
  font-size: 2.6rem;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.63px;
  text-align: center;
  color: #ffffff;
}

.motorcycle .section .gallery .swiper-slide .carousel-content a {
  color: #ffffff !important;
}

.motorcycle .section .card-carousel .nodefault.swiper-button-prev::after,
.motorcycle .section .card-carousel .nodefault.swiper-button-prev::before,
.motorcycle .section .card-carousel .nodefault.swiper-button-next::after,
.motorcycle .section .card-carousel .nodefault.swiper-button-next::before {
  content: unset;
}

.motorcycle .section .card-carousel .swiper-slide {
  height: auto;
  margin-bottom: 5rem;
}

.motorcycle .section .card-carousel .swiper-slide .iv-wrapper,
.motorcycle .section .card-carousel .swiper-slide a .iv-wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

.motorcycle .section .card-carousel .swiper-slide .iv-wrapper > div,
.motorcycle .section .card-carousel .swiper-slide a .iv-wrapper > div {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: start;
}

.motorcycle .section .card-carousel .swiper-slide .iv-wrapper .image,
.motorcycle .section .card-carousel .swiper-slide a .iv-wrapper .image {
  min-height: 23rem;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.motorcycle .section .card-carousel .swiper-slide .iv-wrapper .content,
.motorcycle .section .card-carousel .swiper-slide a .iv-wrapper .content {
  background: #ffffff;
  border: 0 solid #000000;
  position: relative;
  padding: 2rem 2.1rem 4rem;
  position: relative;
  z-index: 0;
}

.motorcycle .section .card-carousel .swiper-slide .iv-wrapper .content:after,
.motorcycle .section .card-carousel .swiper-slide a .iv-wrapper .content:after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: -4px;
  height: 4px;
  left: 0px;
  z-index: -1;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.01) 30%, rgba(0, 0, 0, 0.03) 50%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0.08) 90%, rgba(0, 0, 0, 0.09) 96%, rgba(0, 0, 0, 0.1) 100%);
}

.motorcycle .section .card-carousel .swiper-slide .iv-wrapper .content h3,
.motorcycle .section .card-carousel .swiper-slide a .iv-wrapper .content h3 {
  font-size: 2rem;
  color: #030303;
  letter-spacing: -0.48px;
  text-align: left;
}

.motorcycle .section .card-carousel .swiper-slide .iv-wrapper .content p,
.motorcycle .section .card-carousel .swiper-slide .iv-wrapper .content p a,
.motorcycle .section .card-carousel .swiper-slide .iv-wrapper .content a p,
.motorcycle .section .card-carousel .swiper-slide a .iv-wrapper .content p,
.motorcycle .section .card-carousel .swiper-slide a .iv-wrapper .content p a,
.motorcycle .section .card-carousel .swiper-slide a .iv-wrapper .content a p {
  font-size: 1.5rem;
  color: #030303;
  letter-spacing: -0.38px;
  margin-bottom: 0px;
}

.motorcycle .section .card-carousel .swiper-slide .iv-wrapper .content p .readmore,
.motorcycle .section .card-carousel .swiper-slide .iv-wrapper .content p a .readmore,
.motorcycle .section .card-carousel .swiper-slide .iv-wrapper .content a p .readmore,
.motorcycle .section .card-carousel .swiper-slide a .iv-wrapper .content p .readmore,
.motorcycle .section .card-carousel .swiper-slide a .iv-wrapper .content p a .readmore,
.motorcycle .section .card-carousel .swiper-slide a .iv-wrapper .content a p .readmore {
  font-style: italic;
  color: #979d97;
  display: block;
  margin-top: 1rem;
}

.motorcycle .section .card-carousel .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border: 1px solid #B1B6B1;
  background: none;
  opacity: 1;
}

.motorcycle .section .card-carousel .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #B1B6B1;
}

.motorcycle .section .card-carousel .swiper-button-next,
.motorcycle .section .card-carousel .swiper-container-rtl .swiper-button-prev,
.motorcycle .section .card-carousel .swiper-button-prev,
.motorcycle .section .card-carousel .swiper-container-rtl .swiper-button-next {
  background-image: none;
  width: 4rem;
  height: 23rem;
  top: 0px;
  margin: 0px;
  left: auto;
}

.motorcycle .section .card-carousel .swiper-button-next svg,
.motorcycle .section .card-carousel .swiper-container-rtl .swiper-button-prev svg,
.motorcycle .section .card-carousel .swiper-button-prev svg,
.motorcycle .section .card-carousel .swiper-container-rtl .swiper-button-next svg {
  top: 50%;
  left: 50%;
  position: absolute;
  width: 3rem;
  height: 3rem;
  margin-top: -1.5rem;
  margin-left: -1.5rem;
  filter: drop-shadow(0px 3px 3px black);
}

.motorcycle .section .card-carousel .swiper-button-next,
.motorcycle .section .card-carousel .swiper-button-prev,
.motorcycle .section .card-carousel .swiper-container-rtl .swiper-button-prev,
.motorcycle .section .card-carousel .swiper-container-rtl .swiper-button-next {
  fill: #fff;
}

.motorcycle .section .card-carousel .swiper-button-next,
.motorcycle .section .card-carousel .swiper-container-rtl .swiper-button-prev {
  right: 0px;
}

.motorcycle .section .card-carousel .swiper-button-prev,
.motorcycle .section .card-carousel .swiper-container-rtl .swiper-button-next {
  left: 0px;
}

.motorcycle .section .sassibox-item,
.motorcycle .section a .sassibox-item {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 5rem;
}

.motorcycle .section .sassibox-item > div,
.motorcycle .section a .sassibox-item > div {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.motorcycle .section .sassibox-item .image,
.motorcycle .section a .sassibox-item .image {
  min-height: 23rem;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.motorcycle .section .sassibox-item .content,
.motorcycle .section a .sassibox-item .content {
  background: #ffffff;
  border: 0 solid #000000;
  position: relative;
  padding: 1rem 0;
  position: relative;
  z-index: 0;
}

.motorcycle .section .sassibox-item .content:after,
.motorcycle .section a .sassibox-item .content:after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: -4px;
  height: 4px;
  left: 0px;
  z-index: -1;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.01) 30%, rgba(0, 0, 0, 0.03) 50%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0.08) 90%, rgba(0, 0, 0, 0.09) 96%, rgba(0, 0, 0, 0.1) 100%);
}

.motorcycle .section .sassibox-item .content h4,
.motorcycle .section a .sassibox-item .content h4 {
  font-size: 2rem;
  color: #030303;
  letter-spacing: -0.48px;
  text-align: left;
}

.motorcycle .section .sassibox-item .content p,
.motorcycle .section .sassibox-item .content span,
.motorcycle .section .sassibox-item .content a span,
.motorcycle .section .sassibox-item .content span a,
.motorcycle .section .sassibox-item .content p a,
.motorcycle .section .sassibox-item .content a p,
.motorcycle .section a .sassibox-item .content p,
.motorcycle .section a .sassibox-item .content span,
.motorcycle .section a .sassibox-item .content a span,
.motorcycle .section a .sassibox-item .content span a,
.motorcycle .section a .sassibox-item .content p a,
.motorcycle .section a .sassibox-item .content a p {
  font-size: 1.5rem;
  color: #030303;
  letter-spacing: -0.38px;
}

.motorcycle .section .sassibox-item .content .action,
.motorcycle .section a .sassibox-item .content .action {
  margin: 10px 0;
}

.motorcycle .section .sassibox-item .content .action button,
.motorcycle .section a .sassibox-item .content .action button {
  font-family: "Open Sans", sans-serif !important;
}

.motorcycle .section .sassibox-item .content .readmore,
.motorcycle .section a .sassibox-item .content .readmore {
  border: 1px solid transparent;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  padding: 6px 12px;
  text-align: center;
  vertical-align: middle;
  width: -moz-fit-content;
  width: fit-content;
  text-transform: uppercase;
  background-color: #B1B6B1;
}

.romagna .xp_search_box button span {
  color: white;
}

.romagna .xp_search_box .city {
  color: white;
}

.romagna .xp_search_box .horizontal {
  padding: 1rem;
  background-color: #2F4A9A;
  background-image: linear-gradient(-180deg, #2e4998 0%, #2F4A9A 48%, #2e4998 80%);
  font-size: 1.6rem;
}

.romagna .xp_search_box .horizontal.collapsed {
  border-radius: 2px;
  box-shadow: -1px 0 3px 0 rgba(0, 0, 0, 0.25);
}

.romagna .xp_search_box .horizontal .fa,
.romagna .xp_search_box .horizontal .search .searchearchbox.vertical .bootstrap-select button:after,
.search .searchearchbox.vertical .bootstrap-select .romagna .xp_search_box .horizontal button:after,
.romagna .xp_search_box .search .searchearchbox.horizontal .control .bootstrap-select button:after,
.search .romagna .xp_search_box .searchearchbox.horizontal .control .bootstrap-select button:after,
.romagna .xp_search_box .horizontal .downloads .downloadsearchbox.vertical .bootstrap-select button:after,
.downloads .downloadsearchbox.vertical .bootstrap-select .romagna .xp_search_box .horizontal button:after,
.romagna .xp_search_box .downloads .downloadsearchbox.horizontal .control .bootstrap-select button:after,
.downloads .romagna .xp_search_box .downloadsearchbox.horizontal .control .bootstrap-select button:after,
.romagna .xp_search_box .horizontal .localita #searchbox-app .bootstrap-select button:after,
.localita #searchbox-app .bootstrap-select .romagna .xp_search_box .horizontal button:after,
.romagna .xp_search_box .horizontal .itinerari .searchbox .control .bootstrap-select button:after,
.itinerari .searchbox .control .bootstrap-select .romagna .xp_search_box .horizontal button:after,
.romagna .xp_search_box .itinerari .searchbox.horizontal .control .bootstrap-select button:after,
.itinerari .romagna .xp_search_box .searchbox.horizontal .control .bootstrap-select button:after,
.romagna .xp_search_box .horizontal .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .vertical .bootstrap-select .romagna .xp_search_box .horizontal button:after,
.romagna .xp_search_box .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .romagna .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .romagna .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .romagna .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .romagna .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna .xp_search_box .horizontal .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .vertical .bootstrap-select .romagna .xp_search_box .horizontal button:after,
.romagna .xp_search_box .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .romagna .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .romagna .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .romagna .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .romagna .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna .xp_search_box .horizontal .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .vertical .bootstrap-select .romagna .xp_search_box .horizontal button:after,
.romagna .xp_search_box .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .romagna .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .romagna .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .romagna .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .romagna .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna .xp_search_box .horizontal .romagna-craft .operatori_search_box .vertical .bootstrap-select button:after,
.romagna-craft .operatori_search_box .vertical .bootstrap-select .romagna .xp_search_box .horizontal button:after,
.romagna .xp_search_box .romagna-craft .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna-craft .operatori_search_box .romagna .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna .romagna-craft .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna-craft .romagna .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna .romagna-craft .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna-craft .romagna .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna .romagna-craft .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna-craft .romagna .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna .xp_search_box .horizontal .spass .operatori_search_box .vertical .bootstrap-select button:after,
.spass .operatori_search_box .vertical .bootstrap-select .romagna .xp_search_box .horizontal button:after,
.romagna .xp_search_box .spass .operatori_search_box .horizontal .control .bootstrap-select button:after,
.spass .operatori_search_box .romagna .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna .spass .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.spass .romagna .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna .spass .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.spass .romagna .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna .spass .xp_search_box .horizontal .control .bootstrap-select button:after,
.spass .romagna .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna .xp_search_box .horizontal .natur .operatori_search_box .vertical .bootstrap-select button:after,
.natur .operatori_search_box .vertical .bootstrap-select .romagna .xp_search_box .horizontal button:after,
.romagna .xp_search_box .natur .operatori_search_box .horizontal .control .bootstrap-select button:after,
.natur .operatori_search_box .romagna .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna .natur .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.natur .romagna .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna .natur .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.natur .romagna .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna .natur .xp_search_box .horizontal .control .bootstrap-select button:after,
.natur .romagna .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna .xp_search_box .horizontal .kultur .operatori_search_box .vertical .bootstrap-select button:after,
.kultur .operatori_search_box .vertical .bootstrap-select .romagna .xp_search_box .horizontal button:after,
.romagna .xp_search_box .kultur .operatori_search_box .horizontal .control .bootstrap-select button:after,
.kultur .operatori_search_box .romagna .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna .kultur .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.kultur .romagna .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna .kultur .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.kultur .romagna .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna .kultur .xp_search_box .horizontal .control .bootstrap-select button:after,
.kultur .romagna .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna .xp_search_box .horizontal .pet .operatori_search_box .vertical .bootstrap-select button:after,
.pet .operatori_search_box .vertical .bootstrap-select .romagna .xp_search_box .horizontal button:after,
.romagna .xp_search_box .pet .operatori_search_box .horizontal .control .bootstrap-select button:after,
.pet .operatori_search_box .romagna .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna .pet .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.pet .romagna .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna .pet .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.pet .romagna .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna .pet .xp_search_box .horizontal .control .bootstrap-select button:after,
.pet .romagna .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna .xp_search_box .horizontal .default .operatori_search_box .vertical .bootstrap-select button:after,
.default .operatori_search_box .vertical .bootstrap-select .romagna .xp_search_box .horizontal button:after,
.romagna .xp_search_box .default .operatori_search_box .horizontal .control .bootstrap-select button:after,
.default .operatori_search_box .romagna .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna .default .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.default .romagna .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna .default .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.default .romagna .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna .default .xp_search_box .horizontal .control .bootstrap-select button:after,
.default .romagna .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna .xp_search_box .horizontal .liscio .operatori_search_box .vertical .bootstrap-select button:after,
.liscio .operatori_search_box .vertical .bootstrap-select .romagna .xp_search_box .horizontal button:after,
.romagna .xp_search_box .liscio .operatori_search_box .horizontal .control .bootstrap-select button:after,
.liscio .operatori_search_box .romagna .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna .liscio .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.liscio .romagna .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna .liscio .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.liscio .romagna .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna .liscio .xp_search_box .horizontal .control .bootstrap-select button:after,
.liscio .romagna .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna .xp_search_box .horizontal .operatori_search_box .vertical .bootstrap-select button:after,
.romagna .operatori_search_box .vertical .bootstrap-select .xp_search_box .horizontal button:after,
.romagna .xp_search_box .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna .operatori_search_box .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna .xp_search_box .events-homepage .header .eventsearchbox.horizontal .control .bootstrap-select button:after,
.events-homepage .header .romagna .xp_search_box .eventsearchbox.horizontal .control .bootstrap-select button:after,
.romagna .xp_search_box .horizontal .events-homepage .header .eventsearchbox.vertical .bootstrap-select button:after,
.events-homepage .header .eventsearchbox.vertical .bootstrap-select .romagna .xp_search_box .horizontal button:after,
.romagna .xp_search_box .events-page .header .eventsearchbox.horizontal .control .bootstrap-select button:after,
.events-page .header .romagna .xp_search_box .eventsearchbox.horizontal .control .bootstrap-select button:after,
.romagna .xp_search_box .horizontal .events-page .header .eventsearchbox.vertical .bootstrap-select button:after,
.events-page .header .eventsearchbox.vertical .bootstrap-select .romagna .xp_search_box .horizontal button:after,
.romagna .scopri .xp_search_box .horizontal .control .bootstrap-select button:after,
.scopri .romagna .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna .scopri .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.scopri .romagna .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna .scopri .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.scopri .romagna .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna .xp_search_box .scopri .operatori_search_box .horizontal .control .bootstrap-select button:after,
.scopri .operatori_search_box .romagna .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna .xp_search_box .horizontal .scopri .operatori_search_box .vertical .bootstrap-select button:after,
.scopri .operatori_search_box .vertical .bootstrap-select .romagna .xp_search_box .horizontal button:after,
.romagna .idee .xp_search_box .horizontal .control .bootstrap-select button:after,
.idee .romagna .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna .idee .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.idee .romagna .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna .idee .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.idee .romagna .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna .xp_search_box .idee .operatori_search_box .horizontal .control .bootstrap-select button:after,
.idee .operatori_search_box .romagna .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna .xp_search_box .horizontal .idee .operatori_search_box .vertical .bootstrap-select button:after,
.idee .operatori_search_box .vertical .bootstrap-select .romagna .xp_search_box .horizontal button:after,
.romagna .eventi .xp_search_box .horizontal .control .bootstrap-select button:after,
.eventi .romagna .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna .eventi .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.eventi .romagna .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna .eventi .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.eventi .romagna .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna .xp_search_box .eventi .operatori_search_box .horizontal .control .bootstrap-select button:after,
.eventi .operatori_search_box .romagna .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna .xp_search_box .horizontal .eventi .operatori_search_box .vertical .bootstrap-select button:after,
.eventi .operatori_search_box .vertical .bootstrap-select .romagna .xp_search_box .horizontal button:after,
.romagna .pianifica .xp_search_box .horizontal .control .bootstrap-select button:after,
.pianifica .romagna .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna .pianifica .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.pianifica .romagna .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna .pianifica .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.pianifica .romagna .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna .xp_search_box .pianifica .operatori_search_box .horizontal .control .bootstrap-select button:after,
.pianifica .operatori_search_box .romagna .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna .xp_search_box .horizontal .pianifica .operatori_search_box .vertical .bootstrap-select button:after,
.pianifica .operatori_search_box .vertical .bootstrap-select .romagna .xp_search_box .horizontal button:after,
.romagna .esperienze .xp_search_box .horizontal .control .bootstrap-select button:after,
.esperienze .romagna .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna .esperienze .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.esperienze .romagna .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna .esperienze .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.esperienze .romagna .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna .xp_search_box .esperienze .operatori_search_box .horizontal .control .bootstrap-select button:after,
.esperienze .operatori_search_box .romagna .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna .xp_search_box .horizontal .esperienze .operatori_search_box .vertical .bootstrap-select button:after,
.esperienze .operatori_search_box .vertical .bootstrap-select .romagna .xp_search_box .horizontal button:after,
.romagna .news .xp_search_box .horizontal .control .bootstrap-select button:after,
.news .romagna .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna .news .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.news .romagna .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna .news .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.news .romagna .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna .xp_search_box .news .operatori_search_box .horizontal .control .bootstrap-select button:after,
.news .operatori_search_box .romagna .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna .xp_search_box .horizontal .news .operatori_search_box .vertical .bootstrap-select button:after,
.news .operatori_search_box .vertical .bootstrap-select .romagna .xp_search_box .horizontal button:after,
.romagna .iat .xp_search_box .horizontal .control .bootstrap-select button:after,
.iat .romagna .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna .iat .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.iat .romagna .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna .iat .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.iat .romagna .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna .xp_search_box .iat .operatori_search_box .horizontal .control .bootstrap-select button:after,
.iat .operatori_search_box .romagna .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna .xp_search_box .horizontal .iat .operatori_search_box .vertical .bootstrap-select button:after,
.iat .operatori_search_box .vertical .bootstrap-select .romagna .xp_search_box .horizontal button:after,
.romagna .meteo .xp_search_box .horizontal .control .bootstrap-select button:after,
.meteo .romagna .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna .meteo .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.meteo .romagna .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna .meteo .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.meteo .romagna .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna .xp_search_box .meteo .operatori_search_box .horizontal .control .bootstrap-select button:after,
.meteo .operatori_search_box .romagna .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna .xp_search_box .horizontal .meteo .operatori_search_box .vertical .bootstrap-select button:after,
.meteo .operatori_search_box .vertical .bootstrap-select .romagna .xp_search_box .horizontal button:after,
.romagna .odm .xp_search_box .horizontal .control .bootstrap-select button:after,
.odm .romagna .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna .odm .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.odm .romagna .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna .odm .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.odm .romagna .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna .xp_search_box .odm .operatori_search_box .horizontal .control .bootstrap-select button:after,
.odm .operatori_search_box .romagna .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna .xp_search_box .horizontal .odm .operatori_search_box .vertical .bootstrap-select button:after,
.odm .operatori_search_box .vertical .bootstrap-select .romagna .xp_search_box .horizontal button:after,
.romagna .booking .xp_search_box .horizontal .control .bootstrap-select button:after,
.booking .romagna .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna .booking .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.booking .romagna .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna .booking .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.booking .romagna .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna .xp_search_box .booking .operatori_search_box .horizontal .control .bootstrap-select button:after,
.booking .operatori_search_box .romagna .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna .xp_search_box .horizontal .booking .operatori_search_box .vertical .bootstrap-select button:after,
.booking .operatori_search_box .vertical .bootstrap-select .romagna .xp_search_box .horizontal button:after,
.romagna .rock .xp_search_box .horizontal .control .bootstrap-select button:after,
.rock .romagna .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna .rock .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.rock .romagna .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna .rock .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.rock .romagna .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna .xp_search_box .rock .operatori_search_box .horizontal .control .bootstrap-select button:after,
.rock .operatori_search_box .romagna .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna .xp_search_box .horizontal .rock .operatori_search_box .vertical .bootstrap-select button:after,
.rock .operatori_search_box .vertical .bootstrap-select .romagna .xp_search_box .horizontal button:after,
.romagna .beach .xp_search_box .horizontal .control .bootstrap-select button:after,
.beach .romagna .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna .beach .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.beach .romagna .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna .beach .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.beach .romagna .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna .xp_search_box .beach .operatori_search_box .horizontal .control .bootstrap-select button:after,
.beach .operatori_search_box .romagna .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna .xp_search_box .horizontal .beach .operatori_search_box .vertical .bootstrap-select button:after,
.beach .operatori_search_box .vertical .bootstrap-select .romagna .xp_search_box .horizontal button:after,
.romagna .food .xp_search_box .horizontal .control .bootstrap-select button:after,
.food .romagna .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna .food .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.food .romagna .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna .food .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.food .romagna .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna .xp_search_box .food .operatori_search_box .horizontal .control .bootstrap-select button:after,
.food .operatori_search_box .romagna .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna .xp_search_box .horizontal .food .operatori_search_box .vertical .bootstrap-select button:after,
.food .operatori_search_box .vertical .bootstrap-select .romagna .xp_search_box .horizontal button:after,
.romagna .nature .xp_search_box .horizontal .control .bootstrap-select button:after,
.nature .romagna .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna .nature .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.nature .romagna .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna .nature .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.nature .romagna .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna .xp_search_box .nature .operatori_search_box .horizontal .control .bootstrap-select button:after,
.nature .operatori_search_box .romagna .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna .xp_search_box .horizontal .nature .operatori_search_box .vertical .bootstrap-select button:after,
.nature .operatori_search_box .vertical .bootstrap-select .romagna .xp_search_box .horizontal button:after,
.romagna .romagna_autentica .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna_autentica .romagna .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna .romagna_autentica .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna_autentica .romagna .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna .romagna_autentica .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna_autentica .romagna .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna .xp_search_box .romagna_autentica .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna_autentica .operatori_search_box .romagna .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna .xp_search_box .horizontal .romagna_autentica .operatori_search_box .vertical .bootstrap-select button:after,
.romagna_autentica .operatori_search_box .vertical .bootstrap-select .romagna .xp_search_box .horizontal button:after,
.romagna .culture .xp_search_box .horizontal .control .bootstrap-select button:after,
.culture .romagna .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna .culture .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.culture .romagna .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna .culture .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.culture .romagna .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna .xp_search_box .culture .operatori_search_box .horizontal .control .bootstrap-select button:after,
.culture .operatori_search_box .romagna .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna .xp_search_box .horizontal .culture .operatori_search_box .vertical .bootstrap-select button:after,
.culture .operatori_search_box .vertical .bootstrap-select .romagna .xp_search_box .horizontal button:after,
.romagna .castle .xp_search_box .horizontal .control .bootstrap-select button:after,
.castle .romagna .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna .castle .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.castle .romagna .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna .castle .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.castle .romagna .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna .xp_search_box .castle .operatori_search_box .horizontal .control .bootstrap-select button:after,
.castle .operatori_search_box .romagna .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna .xp_search_box .horizontal .castle .operatori_search_box .vertical .bootstrap-select button:after,
.castle .operatori_search_box .vertical .bootstrap-select .romagna .xp_search_box .horizontal button:after,
.romagna .bike .xp_search_box .horizontal .control .bootstrap-select button:after,
.bike .romagna .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna .bike .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.bike .romagna .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna .bike .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.bike .romagna .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna .xp_search_box .bike .operatori_search_box .horizontal .control .bootstrap-select button:after,
.bike .operatori_search_box .romagna .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna .xp_search_box .horizontal .bike .operatori_search_box .vertical .bootstrap-select button:after,
.bike .operatori_search_box .vertical .bootstrap-select .romagna .xp_search_box .horizontal button:after,
.romagna .empire .xp_search_box .horizontal .control .bootstrap-select button:after,
.empire .romagna .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna .empire .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.empire .romagna .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna .empire .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.empire .romagna .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna .xp_search_box .empire .operatori_search_box .horizontal .control .bootstrap-select button:after,
.empire .operatori_search_box .romagna .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna .xp_search_box .horizontal .empire .operatori_search_box .vertical .bootstrap-select button:after,
.empire .operatori_search_box .vertical .bootstrap-select .romagna .xp_search_box .horizontal button:after,
.romagna .wellness .xp_search_box .horizontal .control .bootstrap-select button:after,
.wellness .romagna .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna .wellness .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.wellness .romagna .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna .wellness .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.wellness .romagna .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna .xp_search_box .wellness .operatori_search_box .horizontal .control .bootstrap-select button:after,
.wellness .operatori_search_box .romagna .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna .xp_search_box .horizontal .wellness .operatori_search_box .vertical .bootstrap-select button:after,
.wellness .operatori_search_box .vertical .bootstrap-select .romagna .xp_search_box .horizontal button:after,
.romagna .fun .xp_search_box .horizontal .control .bootstrap-select button:after,
.fun .romagna .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna .fun .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.fun .romagna .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna .fun .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.fun .romagna .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna .xp_search_box .fun .operatori_search_box .horizontal .control .bootstrap-select button:after,
.fun .operatori_search_box .romagna .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna .xp_search_box .horizontal .fun .operatori_search_box .vertical .bootstrap-select button:after,
.fun .operatori_search_box .vertical .bootstrap-select .romagna .xp_search_box .horizontal button:after,
.romagna .sport .xp_search_box .horizontal .control .bootstrap-select button:after,
.sport .romagna .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna .sport .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.sport .romagna .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna .sport .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.sport .romagna .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna .xp_search_box .sport .operatori_search_box .horizontal .control .bootstrap-select button:after,
.sport .operatori_search_box .romagna .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna .xp_search_box .horizontal .sport .operatori_search_box .vertical .bootstrap-select button:after,
.sport .operatori_search_box .vertical .bootstrap-select .romagna .xp_search_box .horizontal button:after,
.romagna .motorcycle .xp_search_box .horizontal .control .bootstrap-select button:after,
.motorcycle .romagna .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna .motorcycle .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.motorcycle .romagna .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna .motorcycle .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.motorcycle .romagna .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna .xp_search_box .motorcycle .operatori_search_box .horizontal .control .bootstrap-select button:after,
.motorcycle .operatori_search_box .romagna .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna .xp_search_box .horizontal .motorcycle .operatori_search_box .vertical .bootstrap-select button:after,
.motorcycle .operatori_search_box .vertical .bootstrap-select .romagna .xp_search_box .horizontal button:after {
  line-height: 2.2rem;
}

.romagna .xp_search_box .horizontal button.collapsible {
  border: none;
  background-color: transparent;
  display: block;
  width: 100%;
  font-size: 1.6rem;
  color: #ffffff;
  letter-spacing: -0.41px;
  text-align: left;
  text-transform: uppercase;
  display: block;
}

.romagna .xp_search_box .horizontal .control {
  padding: 0.5rem 1rem;
  height: 5rem;
  background-color: white;
  margin: 0.5rem;
}

.romagna .xp_search_box .horizontal .control.btn-holder {
  min-width: 2rem;
  width: auto;
  padding: 0px;
}

.romagna .xp_search_box .horizontal .control.btn-holder button {
  width: 100%;
  border: none;
  background-color: #233773;
  height: 100%;
  font-size: 1.6rem;
  color: #ffffff;
  letter-spacing: -0.41px;
  text-align: center;
  text-transform: uppercase;
  display: block;
  padding: 0px;
}

.romagna .xp_search_box .horizontal .control .ert-dropdown {
  width: 100%;
}

.romagna .xp_search_box .horizontal .control .ert-dropdown * {
  cursor: pointer;
}

.romagna .xp_search_box .horizontal .control .ert-dropdown .ert-combo {
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
  display: block;
  text-align: left;
}

.romagna .xp_search_box .horizontal .control .ert-dropdown .ert-combo::after {
  border: none;
}

.romagna .xp_search_box .horizontal .control .ert-dropdown .ert-combo i {
  transition: 500ms ease;
  transform: rotate(0);
  position: absolute;
  top: 2.25rem;
  right: 15px;
}

.romagna .xp_search_box .horizontal .control .ert-dropdown .ert-combo .button {
  padding: 0px;
}

.romagna .xp_search_box .horizontal .control .ert-dropdown.show .ert-combo i {
  transform: rotate(180deg);
}

.romagna .xp_search_box .horizontal .control .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: auto;
}

.romagna .xp_search_box .horizontal .control .bootstrap-select {
  margin-top: -1px;
}

.romagna .xp_search_box .horizontal .control .bootstrap-select *:focus {
  box-shadow: none important;
}

.romagna .xp_search_box .horizontal .control .bootstrap-select button {
  padding: 0px;
  font-size: 1.5rem;
  background: #ffffff;
  color: #848484;
  letter-spacing: 0.3px;
  border: none;
  border-radius: 0;
}

.romagna .xp_search_box .horizontal .control .bootstrap-select button:after {
  content: "\F078";
  border: none;
}

.romagna .xp_search_box .horizontal .control .bootstrap-select .dropdown-menu {
  width: 100% !important;
  border: none;
  border-radius: 0;
  box-shadow: 0px 2px 2px 0px #a9a9a970;
  border-top: 1px solid #a9a9a970;
}

.romagna .xp_search_box .horizontal .control .bootstrap-select .dropdown-menu.inner.show {
  border-top: none;
}

.romagna .xp_search_box .horizontal .control .bootstrap-select .dropdown-menu .dropdown-item {
  font-size: 1.5rem;
  line-height: 4rem;
}

.romagna .xp_search_box .horizontal .control .bootstrap-select .dropdown-menu .dropdown-item:active,
.romagna .xp_search_box .horizontal .control .bootstrap-select .dropdown-menu .dropdown-item.active {
  background-color: #2F4A9A;
}

.romagna .xp_search_box .horizontal .control label {
  background: #ffffff;
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
  line-height: 2.4rem;
  margin-bottom: 0px;
  margin-right: 0.5rem;
}

@media (max-width: 768px) {
  .romagna .xp_search_box .horizontal .control label {
    min-width: 6.2rem;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .romagna .xp_search_box .horizontal .control label {
    display: none;
  }
}

.romagna .xp_search_box .horizontal .control .flatpickr-mobile.form-control {
  padding: 1px 0;
}

.romagna .xp_search_box .horizontal .control input[type=text],
.romagna .xp_search_box .horizontal .control input[type=date] {
  border: none;
  font-size: 1.5rem;
  border-radius: 0;
  background-color: white;
  border-bottom: 1px solid #495057;
  min-width: 0;
  height: auto;
}

.romagna .xp_search_box .horizontal .control input[type=text]:focus,
.romagna .xp_search_box .horizontal .control input[type=date]:focus {
  box-shadow: none;
}

.romagna .xp_search_box .vertical {
  max-width: 30rem;
  z-index: 10;
  position: relative;
  height: 4.4rem;
  margin: 0 auto;
}

.romagna .xp_search_box .vertical button.collapsible {
  border: none;
  background-color: transparent;
  display: block;
  position: absolute;
  width: 100%;
}

.romagna .xp_search_box .vertical .dropbutton {
  display: none;
}

.romagna .xp_search_box .vertical .dropbutton.collapsed {
  display: block;
}

.romagna .xp_search_box .vertical #collapse-events {
  padding: 1.8rem;
  background-color: #2F4A9A;
  background-image: linear-gradient(-180deg, #2e4998 0%, #2F4A9A 48%, #2e4998 80%);
  font-size: 1.6rem;
}

.romagna .xp_search_box .vertical .fa-chevron-up {
  text-align: right;
  line-height: 4rem;
  color: white;
  margin-bottom: 1.8rem;
}

.romagna .xp_search_box .vertical .form-group {
  background: #ffffff;
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
}

.romagna .xp_search_box .vertical .form-group .col-form-label {
  line-height: 5rem;
}

.romagna .xp_search_box .vertical .ert-text {
  border: none;
  font-size: 1.5rem;
  height: 60px;
  border-radius: 0;
  background-color: white;
}

.romagna .xp_search_box .vertical .ert-text.line {
  border-bottom: 1px solid #495057;
  height: auto;
  margin-top: 14px;
}

.romagna .xp_search_box .vertical .ert-text:focus {
  box-shadow: none;
}

.romagna .xp_search_box .vertical button.search {
  border: none;
  position: absolute;
  bottom: -10rem;
  left: 5%;
  right: 5%;
  width: 90%;
  line-height: 4.4rem;
}

.romagna .xp_search_box .vertical .datepicker-holder {
  padding-right: 0px;
}

.romagna .xp_search_box .vertical .datepicker-holder * {
  cursor: pointer;
}

.romagna .xp_search_box .vertical .datepicker-holder input[type=date]::-webkit-calendar-picker-indicator {
  width: 1.2rem;
  height: 0.7rem;
  -webkit-mask: url(/images/caret.svg);
          mask: url(/images/caret.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  -webkit-transition: 500ms ease;
  transition: 500ms ease;
  background-color: #686868;
}

.romagna .xp_search_box .vertical .datepicker-holder .flatpickr-calendar.static {
  margin-left: -193px;
  margin-top: -184px;
  left: 50%;
  top: 50%;
}

.romagna .xp_search_box .vertical .datepicker-holder .flatpickr-calendar.static.arrowBottom:after {
  display: none;
}

.romagna .xp_search_box .vertical .datepicker-holder .flatpickr-calendar.static.arrowBottom:before {
  display: none;
}

.romagna .xp_search_box .vertical .datepicker-holder .flatpickr-months .flatpickr-month {
  height: 32px;
}

.romagna .xp_search_box .vertical .ert-dropdown * {
  cursor: pointer;
}

.romagna .xp_search_box .vertical .ert-dropdown .ert-combo {
  background: #ffffff;
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
  line-height: 5rem;
  display: block;
  width: 100%;
  height: 60px;
  text-align: left;
}

.romagna .xp_search_box .vertical .ert-dropdown .ert-combo::after {
  border: none;
}

.romagna .xp_search_box .vertical .ert-dropdown .ert-combo i {
  transition: 500ms ease;
  transform: rotate(0);
  position: absolute;
  top: 2.25rem;
  right: 15px;
}

.romagna .xp_search_box .vertical .ert-dropdown .ert-combo .button {
  padding: 0px;
}

.romagna .xp_search_box .vertical .ert-dropdown .dropdown-menu {
  width: 100% !important;
  border: none;
  border-radius: 0;
  box-shadow: 0px 2px 2px 0px #a9a9a970;
  border-top: 1px solid #a9a9a970;
}

.romagna .xp_search_box .vertical .ert-dropdown .dropdown-menu .dropdown-item {
  font-size: 1.5rem;
  line-height: 4rem;
}

.romagna .xp_search_box .vertical .ert-dropdown .dropdown-menu .dropdown-item:active {
  background-color: #2F4A9A;
}

.romagna .xp_search_box .vertical .ert-dropdown.show .ert-combo i {
  transform: rotate(180deg);
}

.romagna .xp_search_box .vertical .bootstrap-select *:focus {
  box-shadow: none important;
}

.romagna .xp_search_box .vertical .bootstrap-select button {
  font-size: 1.5rem;
  color: #848484;
  letter-spacing: 0.3px;
  border: none;
  font-size: 1.5rem;
  height: 60px;
  border-radius: 0;
  background-color: white;
}

.romagna .xp_search_box .vertical .bootstrap-select button:after {
  content: "\F078";
  border: none;
}

.romagna .xp_search_box .vertical .bootstrap-select .dropdown-menu {
  width: 100% !important;
  border: none;
  border-radius: 0;
  box-shadow: 0px 2px 2px 0px #a9a9a970;
  border-top: 1px solid #a9a9a970;
}

.romagna .xp_search_box .vertical .bootstrap-select .dropdown-menu .dropdown-item {
  font-size: 1.5rem;
  line-height: 4rem;
}

.romagna .xp_search_box .vertical .bootstrap-select .dropdown-menu .dropdown-item:active,
.romagna .xp_search_box .vertical .bootstrap-select .dropdown-menu .dropdown-item.active {
  background-color: #2F4A9A;
}

.romagna .xp_search_box .vertical .btn-er,
.romagna .xp_search_box .vertical .instagram .instabutton div span,
.instagram .instabutton div .romagna .xp_search_box .vertical span {
  margin-top: 18px;
}

.romagna .xp_search_box .vertical .btn-er .fa-chevron-down,
.romagna .xp_search_box .vertical .instagram .instabutton div span .fa-chevron-down,
.instagram .instabutton div .romagna .xp_search_box .vertical span .fa-chevron-down {
  float: right;
  line-height: 4rem;
}

.romagna .operatori_search_box button span {
  color: white;
}

.romagna .operatori_search_box .city {
  color: white;
}

.romagna .operatori_search_box .horizontal {
  padding: 1rem;
  background-color: #2F4A9A;
  background-image: linear-gradient(-180deg, #2e4998 0%, #2F4A9A 48%, #2e4998 80%);
  font-size: 1.6rem;
}

.romagna .operatori_search_box .horizontal.collapsed {
  border-radius: 2px;
  box-shadow: -1px 0 3px 0 rgba(0, 0, 0, 0.25);
}

.romagna .operatori_search_box .horizontal .fa,
.romagna .operatori_search_box .horizontal .search .searchearchbox.vertical .bootstrap-select button:after,
.search .searchearchbox.vertical .bootstrap-select .romagna .operatori_search_box .horizontal button:after,
.romagna .operatori_search_box .search .searchearchbox.horizontal .control .bootstrap-select button:after,
.search .romagna .operatori_search_box .searchearchbox.horizontal .control .bootstrap-select button:after,
.romagna .operatori_search_box .horizontal .downloads .downloadsearchbox.vertical .bootstrap-select button:after,
.downloads .downloadsearchbox.vertical .bootstrap-select .romagna .operatori_search_box .horizontal button:after,
.romagna .operatori_search_box .downloads .downloadsearchbox.horizontal .control .bootstrap-select button:after,
.downloads .romagna .operatori_search_box .downloadsearchbox.horizontal .control .bootstrap-select button:after,
.romagna .operatori_search_box .horizontal .localita #searchbox-app .bootstrap-select button:after,
.localita #searchbox-app .bootstrap-select .romagna .operatori_search_box .horizontal button:after,
.romagna .operatori_search_box .horizontal .itinerari .searchbox .control .bootstrap-select button:after,
.itinerari .searchbox .control .bootstrap-select .romagna .operatori_search_box .horizontal button:after,
.romagna .operatori_search_box .itinerari .searchbox.horizontal .control .bootstrap-select button:after,
.itinerari .romagna .operatori_search_box .searchbox.horizontal .control .bootstrap-select button:after,
.romagna .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .romagna .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .romagna .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .romagna .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna .operatori_search_box .horizontal .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .vertical .bootstrap-select .romagna .operatori_search_box .horizontal button:after,
.romagna .operatori_search_box .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .romagna .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .romagna .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .romagna .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .romagna .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna .operatori_search_box .horizontal .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .vertical .bootstrap-select .romagna .operatori_search_box .horizontal button:after,
.romagna .operatori_search_box .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .romagna .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .romagna .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .romagna .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .romagna .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna .operatori_search_box .horizontal .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .vertical .bootstrap-select .romagna .operatori_search_box .horizontal button:after,
.romagna .operatori_search_box .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .romagna .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna .romagna-craft .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna-craft .romagna .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna .romagna-craft .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna-craft .romagna .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna .romagna-craft .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna-craft .romagna .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna .operatori_search_box .horizontal .romagna-craft .xp_search_box .vertical .bootstrap-select button:after,
.romagna-craft .xp_search_box .vertical .bootstrap-select .romagna .operatori_search_box .horizontal button:after,
.romagna .operatori_search_box .romagna-craft .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna-craft .xp_search_box .romagna .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna .spass .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.spass .romagna .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna .spass .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.spass .romagna .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna .spass .operatori_search_box .horizontal .control .bootstrap-select button:after,
.spass .romagna .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna .operatori_search_box .horizontal .spass .xp_search_box .vertical .bootstrap-select button:after,
.spass .xp_search_box .vertical .bootstrap-select .romagna .operatori_search_box .horizontal button:after,
.romagna .operatori_search_box .spass .xp_search_box .horizontal .control .bootstrap-select button:after,
.spass .xp_search_box .romagna .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna .natur .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.natur .romagna .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna .natur .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.natur .romagna .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna .natur .operatori_search_box .horizontal .control .bootstrap-select button:after,
.natur .romagna .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna .operatori_search_box .horizontal .natur .xp_search_box .vertical .bootstrap-select button:after,
.natur .xp_search_box .vertical .bootstrap-select .romagna .operatori_search_box .horizontal button:after,
.romagna .operatori_search_box .natur .xp_search_box .horizontal .control .bootstrap-select button:after,
.natur .xp_search_box .romagna .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna .kultur .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.kultur .romagna .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna .kultur .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.kultur .romagna .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna .kultur .operatori_search_box .horizontal .control .bootstrap-select button:after,
.kultur .romagna .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna .operatori_search_box .horizontal .kultur .xp_search_box .vertical .bootstrap-select button:after,
.kultur .xp_search_box .vertical .bootstrap-select .romagna .operatori_search_box .horizontal button:after,
.romagna .operatori_search_box .kultur .xp_search_box .horizontal .control .bootstrap-select button:after,
.kultur .xp_search_box .romagna .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna .pet .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.pet .romagna .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna .pet .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.pet .romagna .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna .pet .operatori_search_box .horizontal .control .bootstrap-select button:after,
.pet .romagna .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna .operatori_search_box .horizontal .pet .xp_search_box .vertical .bootstrap-select button:after,
.pet .xp_search_box .vertical .bootstrap-select .romagna .operatori_search_box .horizontal button:after,
.romagna .operatori_search_box .pet .xp_search_box .horizontal .control .bootstrap-select button:after,
.pet .xp_search_box .romagna .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna .default .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.default .romagna .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna .default .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.default .romagna .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna .default .operatori_search_box .horizontal .control .bootstrap-select button:after,
.default .romagna .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna .operatori_search_box .horizontal .default .xp_search_box .vertical .bootstrap-select button:after,
.default .xp_search_box .vertical .bootstrap-select .romagna .operatori_search_box .horizontal button:after,
.romagna .operatori_search_box .default .xp_search_box .horizontal .control .bootstrap-select button:after,
.default .xp_search_box .romagna .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna .liscio .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.liscio .romagna .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna .liscio .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.liscio .romagna .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna .liscio .operatori_search_box .horizontal .control .bootstrap-select button:after,
.liscio .romagna .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna .operatori_search_box .horizontal .liscio .xp_search_box .vertical .bootstrap-select button:after,
.liscio .xp_search_box .vertical .bootstrap-select .romagna .operatori_search_box .horizontal button:after,
.romagna .operatori_search_box .liscio .xp_search_box .horizontal .control .bootstrap-select button:after,
.liscio .xp_search_box .romagna .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna .operatori_search_box .events-homepage .header .eventsearchbox.horizontal .control .bootstrap-select button:after,
.events-homepage .header .romagna .operatori_search_box .eventsearchbox.horizontal .control .bootstrap-select button:after,
.romagna .operatori_search_box .horizontal .events-homepage .header .eventsearchbox.vertical .bootstrap-select button:after,
.events-homepage .header .eventsearchbox.vertical .bootstrap-select .romagna .operatori_search_box .horizontal button:after,
.romagna .operatori_search_box .events-page .header .eventsearchbox.horizontal .control .bootstrap-select button:after,
.events-page .header .romagna .operatori_search_box .eventsearchbox.horizontal .control .bootstrap-select button:after,
.romagna .operatori_search_box .horizontal .events-page .header .eventsearchbox.vertical .bootstrap-select button:after,
.events-page .header .eventsearchbox.vertical .bootstrap-select .romagna .operatori_search_box .horizontal button:after,
.romagna .operatori_search_box .scopri .xp_search_box .horizontal .control .bootstrap-select button:after,
.scopri .xp_search_box .romagna .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna .operatori_search_box .horizontal .scopri .xp_search_box .vertical .bootstrap-select button:after,
.scopri .xp_search_box .vertical .bootstrap-select .romagna .operatori_search_box .horizontal button:after,
.romagna .scopri .operatori_search_box .horizontal .control .bootstrap-select button:after,
.scopri .romagna .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna .scopri .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.scopri .romagna .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna .scopri .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.scopri .romagna .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna .operatori_search_box .idee .xp_search_box .horizontal .control .bootstrap-select button:after,
.idee .xp_search_box .romagna .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna .operatori_search_box .horizontal .idee .xp_search_box .vertical .bootstrap-select button:after,
.idee .xp_search_box .vertical .bootstrap-select .romagna .operatori_search_box .horizontal button:after,
.romagna .idee .operatori_search_box .horizontal .control .bootstrap-select button:after,
.idee .romagna .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna .idee .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.idee .romagna .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna .idee .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.idee .romagna .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna .operatori_search_box .eventi .xp_search_box .horizontal .control .bootstrap-select button:after,
.eventi .xp_search_box .romagna .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna .operatori_search_box .horizontal .eventi .xp_search_box .vertical .bootstrap-select button:after,
.eventi .xp_search_box .vertical .bootstrap-select .romagna .operatori_search_box .horizontal button:after,
.romagna .eventi .operatori_search_box .horizontal .control .bootstrap-select button:after,
.eventi .romagna .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna .eventi .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.eventi .romagna .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna .eventi .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.eventi .romagna .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna .operatori_search_box .pianifica .xp_search_box .horizontal .control .bootstrap-select button:after,
.pianifica .xp_search_box .romagna .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna .operatori_search_box .horizontal .pianifica .xp_search_box .vertical .bootstrap-select button:after,
.pianifica .xp_search_box .vertical .bootstrap-select .romagna .operatori_search_box .horizontal button:after,
.romagna .pianifica .operatori_search_box .horizontal .control .bootstrap-select button:after,
.pianifica .romagna .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna .pianifica .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.pianifica .romagna .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna .pianifica .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.pianifica .romagna .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna .operatori_search_box .esperienze .xp_search_box .horizontal .control .bootstrap-select button:after,
.esperienze .xp_search_box .romagna .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna .operatori_search_box .horizontal .esperienze .xp_search_box .vertical .bootstrap-select button:after,
.esperienze .xp_search_box .vertical .bootstrap-select .romagna .operatori_search_box .horizontal button:after,
.romagna .esperienze .operatori_search_box .horizontal .control .bootstrap-select button:after,
.esperienze .romagna .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna .esperienze .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.esperienze .romagna .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna .esperienze .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.esperienze .romagna .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna .operatori_search_box .news .xp_search_box .horizontal .control .bootstrap-select button:after,
.news .xp_search_box .romagna .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna .operatori_search_box .horizontal .news .xp_search_box .vertical .bootstrap-select button:after,
.news .xp_search_box .vertical .bootstrap-select .romagna .operatori_search_box .horizontal button:after,
.romagna .news .operatori_search_box .horizontal .control .bootstrap-select button:after,
.news .romagna .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna .news .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.news .romagna .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna .news .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.news .romagna .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna .operatori_search_box .iat .xp_search_box .horizontal .control .bootstrap-select button:after,
.iat .xp_search_box .romagna .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna .operatori_search_box .horizontal .iat .xp_search_box .vertical .bootstrap-select button:after,
.iat .xp_search_box .vertical .bootstrap-select .romagna .operatori_search_box .horizontal button:after,
.romagna .iat .operatori_search_box .horizontal .control .bootstrap-select button:after,
.iat .romagna .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna .iat .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.iat .romagna .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna .iat .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.iat .romagna .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna .operatori_search_box .meteo .xp_search_box .horizontal .control .bootstrap-select button:after,
.meteo .xp_search_box .romagna .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna .operatori_search_box .horizontal .meteo .xp_search_box .vertical .bootstrap-select button:after,
.meteo .xp_search_box .vertical .bootstrap-select .romagna .operatori_search_box .horizontal button:after,
.romagna .meteo .operatori_search_box .horizontal .control .bootstrap-select button:after,
.meteo .romagna .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna .meteo .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.meteo .romagna .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna .meteo .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.meteo .romagna .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna .operatori_search_box .odm .xp_search_box .horizontal .control .bootstrap-select button:after,
.odm .xp_search_box .romagna .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna .operatori_search_box .horizontal .odm .xp_search_box .vertical .bootstrap-select button:after,
.odm .xp_search_box .vertical .bootstrap-select .romagna .operatori_search_box .horizontal button:after,
.romagna .odm .operatori_search_box .horizontal .control .bootstrap-select button:after,
.odm .romagna .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna .odm .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.odm .romagna .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna .odm .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.odm .romagna .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna .operatori_search_box .booking .xp_search_box .horizontal .control .bootstrap-select button:after,
.booking .xp_search_box .romagna .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna .operatori_search_box .horizontal .booking .xp_search_box .vertical .bootstrap-select button:after,
.booking .xp_search_box .vertical .bootstrap-select .romagna .operatori_search_box .horizontal button:after,
.romagna .booking .operatori_search_box .horizontal .control .bootstrap-select button:after,
.booking .romagna .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna .booking .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.booking .romagna .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna .booking .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.booking .romagna .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna .operatori_search_box .rock .xp_search_box .horizontal .control .bootstrap-select button:after,
.rock .xp_search_box .romagna .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna .operatori_search_box .horizontal .rock .xp_search_box .vertical .bootstrap-select button:after,
.rock .xp_search_box .vertical .bootstrap-select .romagna .operatori_search_box .horizontal button:after,
.romagna .rock .operatori_search_box .horizontal .control .bootstrap-select button:after,
.rock .romagna .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna .rock .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.rock .romagna .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna .rock .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.rock .romagna .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna .operatori_search_box .beach .xp_search_box .horizontal .control .bootstrap-select button:after,
.beach .xp_search_box .romagna .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna .operatori_search_box .horizontal .beach .xp_search_box .vertical .bootstrap-select button:after,
.beach .xp_search_box .vertical .bootstrap-select .romagna .operatori_search_box .horizontal button:after,
.romagna .beach .operatori_search_box .horizontal .control .bootstrap-select button:after,
.beach .romagna .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna .beach .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.beach .romagna .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna .beach .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.beach .romagna .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna .operatori_search_box .food .xp_search_box .horizontal .control .bootstrap-select button:after,
.food .xp_search_box .romagna .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna .operatori_search_box .horizontal .food .xp_search_box .vertical .bootstrap-select button:after,
.food .xp_search_box .vertical .bootstrap-select .romagna .operatori_search_box .horizontal button:after,
.romagna .food .operatori_search_box .horizontal .control .bootstrap-select button:after,
.food .romagna .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna .food .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.food .romagna .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna .food .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.food .romagna .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna .operatori_search_box .nature .xp_search_box .horizontal .control .bootstrap-select button:after,
.nature .xp_search_box .romagna .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna .operatori_search_box .horizontal .nature .xp_search_box .vertical .bootstrap-select button:after,
.nature .xp_search_box .vertical .bootstrap-select .romagna .operatori_search_box .horizontal button:after,
.romagna .nature .operatori_search_box .horizontal .control .bootstrap-select button:after,
.nature .romagna .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna .nature .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.nature .romagna .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna .nature .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.nature .romagna .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna .operatori_search_box .romagna_autentica .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna_autentica .xp_search_box .romagna .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna .operatori_search_box .horizontal .romagna_autentica .xp_search_box .vertical .bootstrap-select button:after,
.romagna_autentica .xp_search_box .vertical .bootstrap-select .romagna .operatori_search_box .horizontal button:after,
.romagna .romagna_autentica .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna_autentica .romagna .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna .romagna_autentica .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna_autentica .romagna .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna .romagna_autentica .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna_autentica .romagna .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna .operatori_search_box .culture .xp_search_box .horizontal .control .bootstrap-select button:after,
.culture .xp_search_box .romagna .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna .operatori_search_box .horizontal .culture .xp_search_box .vertical .bootstrap-select button:after,
.culture .xp_search_box .vertical .bootstrap-select .romagna .operatori_search_box .horizontal button:after,
.romagna .culture .operatori_search_box .horizontal .control .bootstrap-select button:after,
.culture .romagna .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna .culture .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.culture .romagna .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna .culture .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.culture .romagna .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna .operatori_search_box .castle .xp_search_box .horizontal .control .bootstrap-select button:after,
.castle .xp_search_box .romagna .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna .operatori_search_box .horizontal .castle .xp_search_box .vertical .bootstrap-select button:after,
.castle .xp_search_box .vertical .bootstrap-select .romagna .operatori_search_box .horizontal button:after,
.romagna .castle .operatori_search_box .horizontal .control .bootstrap-select button:after,
.castle .romagna .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna .castle .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.castle .romagna .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna .castle .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.castle .romagna .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna .operatori_search_box .bike .xp_search_box .horizontal .control .bootstrap-select button:after,
.bike .xp_search_box .romagna .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna .operatori_search_box .horizontal .bike .xp_search_box .vertical .bootstrap-select button:after,
.bike .xp_search_box .vertical .bootstrap-select .romagna .operatori_search_box .horizontal button:after,
.romagna .bike .operatori_search_box .horizontal .control .bootstrap-select button:after,
.bike .romagna .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna .bike .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.bike .romagna .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna .bike .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.bike .romagna .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna .operatori_search_box .empire .xp_search_box .horizontal .control .bootstrap-select button:after,
.empire .xp_search_box .romagna .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna .operatori_search_box .horizontal .empire .xp_search_box .vertical .bootstrap-select button:after,
.empire .xp_search_box .vertical .bootstrap-select .romagna .operatori_search_box .horizontal button:after,
.romagna .empire .operatori_search_box .horizontal .control .bootstrap-select button:after,
.empire .romagna .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna .empire .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.empire .romagna .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna .empire .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.empire .romagna .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna .operatori_search_box .wellness .xp_search_box .horizontal .control .bootstrap-select button:after,
.wellness .xp_search_box .romagna .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna .operatori_search_box .horizontal .wellness .xp_search_box .vertical .bootstrap-select button:after,
.wellness .xp_search_box .vertical .bootstrap-select .romagna .operatori_search_box .horizontal button:after,
.romagna .wellness .operatori_search_box .horizontal .control .bootstrap-select button:after,
.wellness .romagna .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna .wellness .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.wellness .romagna .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna .wellness .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.wellness .romagna .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna .operatori_search_box .fun .xp_search_box .horizontal .control .bootstrap-select button:after,
.fun .xp_search_box .romagna .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna .operatori_search_box .horizontal .fun .xp_search_box .vertical .bootstrap-select button:after,
.fun .xp_search_box .vertical .bootstrap-select .romagna .operatori_search_box .horizontal button:after,
.romagna .fun .operatori_search_box .horizontal .control .bootstrap-select button:after,
.fun .romagna .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna .fun .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.fun .romagna .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna .fun .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.fun .romagna .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna .operatori_search_box .sport .xp_search_box .horizontal .control .bootstrap-select button:after,
.sport .xp_search_box .romagna .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna .operatori_search_box .horizontal .sport .xp_search_box .vertical .bootstrap-select button:after,
.sport .xp_search_box .vertical .bootstrap-select .romagna .operatori_search_box .horizontal button:after,
.romagna .sport .operatori_search_box .horizontal .control .bootstrap-select button:after,
.sport .romagna .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna .sport .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.sport .romagna .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna .sport .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.sport .romagna .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna .operatori_search_box .motorcycle .xp_search_box .horizontal .control .bootstrap-select button:after,
.motorcycle .xp_search_box .romagna .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna .operatori_search_box .horizontal .motorcycle .xp_search_box .vertical .bootstrap-select button:after,
.motorcycle .xp_search_box .vertical .bootstrap-select .romagna .operatori_search_box .horizontal button:after,
.romagna .motorcycle .operatori_search_box .horizontal .control .bootstrap-select button:after,
.motorcycle .romagna .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna .motorcycle .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.motorcycle .romagna .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna .motorcycle .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.motorcycle .romagna .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna .operatori_search_box .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna .xp_search_box .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna .operatori_search_box .horizontal .xp_search_box .vertical .bootstrap-select button:after,
.romagna .xp_search_box .vertical .bootstrap-select .operatori_search_box .horizontal button:after {
  line-height: 2.2rem;
}

.romagna .operatori_search_box .horizontal button.collapsible {
  border: none;
  background-color: transparent;
  display: block;
  width: 100%;
  font-size: 1.6rem;
  color: #ffffff;
  letter-spacing: -0.41px;
  text-align: left;
  text-transform: uppercase;
}

.romagna .operatori_search_box .horizontal .control {
  padding: 0.5rem 1rem;
  height: 5rem;
  background-color: white;
  margin: 0.5rem;
}

.romagna .operatori_search_box .horizontal .control.btn-holder {
  min-width: 2rem;
  width: auto;
  padding: 0px;
}

.romagna .operatori_search_box .horizontal .control.btn-holder button {
  width: 100%;
  border: none;
  background-color: #233773;
  height: 100%;
  font-size: 1.6rem;
  color: #ffffff;
  letter-spacing: -0.41px;
  text-align: center;
  text-transform: uppercase;
  display: block;
  padding: 0px;
}

.romagna .operatori_search_box .horizontal .control .ert-dropdown {
  width: 100%;
}

.romagna .operatori_search_box .horizontal .control .ert-dropdown * {
  cursor: pointer;
}

.romagna .operatori_search_box .horizontal .control .ert-dropdown .ert-combo {
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
  display: block;
  text-align: left;
}

.romagna .operatori_search_box .horizontal .control .ert-dropdown .ert-combo::after {
  border: none;
}

.romagna .operatori_search_box .horizontal .control .ert-dropdown .ert-combo i {
  transition: 500ms ease;
  transform: rotate(0);
  position: absolute;
  top: 2.25rem;
  right: 15px;
}

.romagna .operatori_search_box .horizontal .control .ert-dropdown .ert-combo .button {
  padding: 0px;
}

.romagna .operatori_search_box .horizontal .control .ert-dropdown.show .ert-combo i {
  transform: rotate(180deg);
}

.romagna .operatori_search_box .horizontal .control .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: auto;
}

.romagna .operatori_search_box .horizontal .control .bootstrap-select {
  margin-top: -1px;
}

.romagna .operatori_search_box .horizontal .control .bootstrap-select *:focus {
  box-shadow: none important;
}

.romagna .operatori_search_box .horizontal .control .bootstrap-select button {
  padding: 0px;
  font-size: 1.5rem;
  background: #ffffff;
  color: #848484;
  letter-spacing: 0.3px;
  border: none;
  border-radius: 0;
}

.romagna .operatori_search_box .horizontal .control .bootstrap-select button:after {
  content: "\F078";
  border: none;
}

.romagna .operatori_search_box .horizontal .control .bootstrap-select .dropdown-menu {
  width: 100% !important;
  border: none;
  border-radius: 0;
  box-shadow: 0px 2px 2px 0px #a9a9a970;
  border-top: 1px solid #a9a9a970;
}

.romagna .operatori_search_box .horizontal .control .bootstrap-select .dropdown-menu.inner.show {
  border-top: none;
}

.romagna .operatori_search_box .horizontal .control .bootstrap-select .dropdown-menu .dropdown-item {
  font-size: 1.5rem;
  line-height: 4rem;
}

.romagna .operatori_search_box .horizontal .control .bootstrap-select .dropdown-menu .dropdown-item:active,
.romagna .operatori_search_box .horizontal .control .bootstrap-select .dropdown-menu .dropdown-item.active {
  background-color: #2F4A9A;
}

.romagna .operatori_search_box .horizontal .control label {
  background: #ffffff;
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
  line-height: 2.4rem;
  margin-bottom: 0px;
  margin-right: 0.5rem;
}

@media (max-width: 768px) {
  .romagna .operatori_search_box .horizontal .control label {
    min-width: 6.2rem;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .romagna .operatori_search_box .horizontal .control label {
    display: none;
  }
}

.romagna .operatori_search_box .horizontal .control .flatpickr-mobile.form-control {
  padding: 1px 0;
}

.romagna .operatori_search_box .horizontal .control input[type=text],
.romagna .operatori_search_box .horizontal .control input[type=date] {
  border: none;
  font-size: 1.5rem;
  border-radius: 0;
  background-color: white;
  border-bottom: 1px solid #495057;
  min-width: 0;
  height: auto;
}

.romagna .operatori_search_box .horizontal .control input[type=text]:focus,
.romagna .operatori_search_box .horizontal .control input[type=date]:focus {
  box-shadow: none;
}

.romagna .operatori_search_box .vertical {
  max-width: 30rem;
  z-index: 10;
  position: relative;
  height: 4.4rem;
  margin: 0 auto;
}

.romagna .operatori_search_box .vertical button.collapsible {
  border: none;
  background-color: transparent;
  display: block;
  position: absolute;
  width: 100%;
}

.romagna .operatori_search_box .vertical .dropbutton {
  display: none;
}

.romagna .operatori_search_box .vertical .dropbutton.collapsed {
  display: block;
}

.romagna .operatori_search_box .vertical #collapse-events {
  padding: 1.8rem;
  background-color: #2F4A9A;
  background-image: linear-gradient(-180deg, #2e4998 0%, #2F4A9A 48%, #2e4998 80%);
  font-size: 1.6rem;
}

.romagna .operatori_search_box .vertical .fa-chevron-up {
  text-align: right;
  line-height: 4rem;
  color: white;
  margin-bottom: 1.8rem;
}

.romagna .operatori_search_box .vertical .form-group {
  background: #ffffff;
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
}

.romagna .operatori_search_box .vertical .form-group .col-form-label {
  line-height: 5rem;
}

.romagna .operatori_search_box .vertical .ert-text {
  border: none;
  font-size: 1.5rem;
  height: 60px;
  border-radius: 0;
  background-color: white;
}

.romagna .operatori_search_box .vertical .ert-text.line {
  border-bottom: 1px solid #495057;
  height: auto;
  margin-top: 14px;
}

.romagna .operatori_search_box .vertical .ert-text:focus {
  box-shadow: none;
}

.romagna .operatori_search_box .vertical button.search {
  border: none;
  position: absolute;
  bottom: -10rem;
  left: 5%;
  right: 5%;
  width: 90%;
  line-height: 4.4rem;
}

.romagna .operatori_search_box .vertical .datepicker-holder {
  padding-right: 0px;
}

.romagna .operatori_search_box .vertical .datepicker-holder * {
  cursor: pointer;
}

.romagna .operatori_search_box .vertical .datepicker-holder input[type=date]::-webkit-calendar-picker-indicator {
  width: 1.2rem;
  height: 0.7rem;
  -webkit-mask: url(/images/caret.svg);
          mask: url(/images/caret.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  -webkit-transition: 500ms ease;
  transition: 500ms ease;
  background-color: #686868;
}

.romagna .operatori_search_box .vertical .datepicker-holder .flatpickr-calendar.static {
  margin-left: -193px;
  margin-top: -184px;
  left: 50%;
  top: 50%;
}

.romagna .operatori_search_box .vertical .datepicker-holder .flatpickr-calendar.static.arrowBottom:after {
  display: none;
}

.romagna .operatori_search_box .vertical .datepicker-holder .flatpickr-calendar.static.arrowBottom:before {
  display: none;
}

.romagna .operatori_search_box .vertical .datepicker-holder .flatpickr-months .flatpickr-month {
  height: 32px;
}

.romagna .operatori_search_box .vertical .ert-dropdown * {
  cursor: pointer;
}

.romagna .operatori_search_box .vertical .ert-dropdown .ert-combo {
  background: #ffffff;
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
  line-height: 5rem;
  display: block;
  width: 100%;
  height: 60px;
  text-align: left;
}

.romagna .operatori_search_box .vertical .ert-dropdown .ert-combo::after {
  border: none;
}

.romagna .operatori_search_box .vertical .ert-dropdown .ert-combo i {
  transition: 500ms ease;
  transform: rotate(0);
  position: absolute;
  top: 2.25rem;
  right: 15px;
}

.romagna .operatori_search_box .vertical .ert-dropdown .ert-combo .button {
  padding: 0px;
}

.romagna .operatori_search_box .vertical .ert-dropdown .dropdown-menu {
  width: 100% !important;
  border: none;
  border-radius: 0;
  box-shadow: 0px 2px 2px 0px #a9a9a970;
  border-top: 1px solid #a9a9a970;
}

.romagna .operatori_search_box .vertical .ert-dropdown .dropdown-menu .dropdown-item {
  font-size: 1.5rem;
  line-height: 4rem;
}

.romagna .operatori_search_box .vertical .ert-dropdown .dropdown-menu .dropdown-item:active {
  background-color: #2F4A9A;
}

.romagna .operatori_search_box .vertical .ert-dropdown.show .ert-combo i {
  transform: rotate(180deg);
}

.romagna .operatori_search_box .vertical .bootstrap-select *:focus {
  box-shadow: none important;
}

.romagna .operatori_search_box .vertical .bootstrap-select button {
  font-size: 1.5rem;
  color: #848484;
  letter-spacing: 0.3px;
  border: none;
  font-size: 1.5rem;
  height: 60px;
  border-radius: 0;
  background-color: white;
}

.romagna .operatori_search_box .vertical .bootstrap-select button:after {
  content: "\F078";
  border: none;
}

.romagna .operatori_search_box .vertical .bootstrap-select .dropdown-menu {
  width: 100% !important;
  border: none;
  border-radius: 0;
  box-shadow: 0px 2px 2px 0px #a9a9a970;
  border-top: 1px solid #a9a9a970;
}

.romagna .operatori_search_box .vertical .bootstrap-select .dropdown-menu .dropdown-item {
  font-size: 1.5rem;
  line-height: 4rem;
}

.romagna .operatori_search_box .vertical .bootstrap-select .dropdown-menu .dropdown-item:active,
.romagna .operatori_search_box .vertical .bootstrap-select .dropdown-menu .dropdown-item.active {
  background-color: #2F4A9A;
}

.romagna .operatori_search_box .vertical .btn-er,
.romagna .operatori_search_box .vertical .instagram .instabutton div span,
.instagram .instabutton div .romagna .operatori_search_box .vertical span {
  margin-top: 18px;
}

.romagna .operatori_search_box .vertical .btn-er .fa-chevron-down,
.romagna .operatori_search_box .vertical .instagram .instabutton div span .fa-chevron-down,
.instagram .instabutton div .romagna .operatori_search_box .vertical span .fa-chevron-down {
  float: right;
  line-height: 4rem;
}

.romagna .home-boxes {
  background-color: #2F4A9A;
}

.romagna .content-box a {
  font-weight: bold;
  color: #2F4A9A;
}

.romagna .content-box a strong {
  color: #2F4A9A;
}

.romagna .content-box .btn-er,
.romagna .content-box .instagram .instabutton div span,
.instagram .instabutton div .romagna .content-box span {
  background-color: #2F4A9A;
  color: white;
}

.romagna .content-box h3.with-line {
  font-size: 1.8rem;
  color: #030303;
  letter-spacing: -0.43px;
  text-transform: uppercase;
  margin-bottom: 2.1rem;
}

.romagna .content-box h3.with-line::before {
  content: "";
  display: block;
  height: 3px;
  background: #0e797b;
  width: 100%;
  max-width: 32rem;
  margin-left: 0;
  margin-right: 0;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.romagna *:focus {
  outline: 1px solid #2F4A9A;
  outline-offset: -1px;
}

.romagna .bootstrap-select .dropdown-toggle:focus {
  outline: 1px solid #2F4A9A;
  outline-offset: -1px;
}

.romagna a:hover {
  outline: 1px solid #3b5dc1;
}

.romagna a:active {
  outline: 1px solid #2F4A9A;
}

.romagna .events-list {
  font-size: 1.4rem;
}

.romagna .section-list {
  display: block;
  text-align: right;
}

.romagna .section-list a {
  font-size: 2rem;
  color: #2F4A9A;
}

.romagna .events-list dt,
.romagna .section-list dt,
.romagna .iat-list dt {
  text-transform: uppercase;
  font-size: 1.5rem;
  line-height: 1.5;
  color: #111;
  letter-spacing: -0.38px;
  font-weight: 600;
  margin-top: 1.4rem;
}

.romagna .events-list dd,
.romagna .section-list dd,
.romagna .iat-list dd {
  font-size: 1.6rem;
  margin-bottom: 0.6rem;
  line-height: 1.5;
  color: #030303;
}

.romagna .events-list dd i,
.romagna .section-list dd i,
.romagna .iat-list dd i {
  margin-right: 0.6rem;
}

.romagna .events-list ul,
.romagna .section-list ul,
.romagna .iat-list ul {
  list-style: none;
  padding-inline-start: 0;
}

.romagna .events-list ul li,
.romagna .section-list ul li,
.romagna .iat-list ul li {
  font-size: 1.5rem;
  color: #030303;
  margin-top: 0.6rem;
  line-height: 1.5;
}

.romagna .events-list ul.tappe-list,
.romagna .section-list ul.tappe-list,
.romagna .iat-list ul.tappe-list {
  list-style: none;
  padding-inline-start: 0;
}

.romagna .events-list ul.tappe-list li,
.romagna .section-list ul.tappe-list li,
.romagna .iat-list ul.tappe-list li {
  font-size: 1.6rem;
  line-height: 1.5;
  color: #030303;
}

.romagna .tickets-list {
  display: flex;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #111;
  letter-spacing: -0.38px;
  font-weight: 600;
  margin-top: 1.4rem;
}

.romagna .tickets-list i {
  margin-top: 0.6rem;
}

.romagna .tickets-list li {
  color: #030303;
  font-size: 1.6rem;
  margin-left: 1.2rem;
}

.romagna .tickets-list li i {
  margin-right: 0.6rem;
}

.romagna .address * {
  color: white;
}

.romagna .top-title-box {
  padding: 0rem;
  text-align: center;
}

.romagna .top-title-box.no-image {
  padding-top: 10rem;
}

.romagna .top-title-box.no-image .er-logo-top {
  margin: 0 auto;
  display: block;
  margin-bottom: 10rem;
}

.romagna .top-title-box h1 {
  font-size: 3rem;
  color: #2F4A9A;
  letter-spacing: -1.01px;
  line-height: 4rem;
  margin: 2rem 0;
}

.romagna .top-title-box h2 {
  font-size: 2rem;
  line-height: 1.5;
  color: #000;
  letter-spacing: -0.58px;
}

.romagna .top-title-box .breadcrumb {
  opacity: 0.6;
  font-size: 1.5rem;
  letter-spacing: -0.38px;
  padding: 0;
  margin: 0;
  color: #2F4A9A;
  background-color: #fff;
}

.romagna .top-title-box .breadcrumb .breadcrumb-item::before,
.romagna .top-title-box .breadcrumb a {
  color: #2F4A9A;
}

@media (min-width: 992px) {
  .romagna .top-title-box h1 {
    line-height: 7rem;
    font-size: 7rem;
    margin-top: 3rem;
  }

  .romagna .top-title-box h2 {
    font-size: 2rem;
    line-height: 1.5rem;
  }

  .romagna .top-title-box .breadcrumb {
    font-size: 1.9rem;
  }
}

.romagna .image-box-with-border {
  margin: 2rem 0;
  border-top: 64px solid #2F4A9A;
}

.romagna .image-box-with-border img {
  -o-object-fit: cover;
     object-fit: cover;
}

.romagna .top-image {
  transition: background-image 1s ease-in-out;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 20px;
}

.romagna .top-image .logo {
  position: absolute;
  width: 30rem;
  bottom: 20px;
  left: 50%;
  margin-left: -15rem;
}

.romagna .top-image.no-mask {
  height: 600px;
}

.romagna .top-image .mask {
  z-index: 997;
  position: relative;
  width: 100%;
}

@media (min-width: 992px) {
  .romagna .top-image:after {
    position: absolute;
    content: "";
    left: 0px;
    bottom: -20px;
    width: 100%;
    height: 20px;
    transform: rotate(-180deg);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(255, 255, 255, 0.12) 12%, #e6e6e6);
  }
}

.romagna .info-box {
  position: relative;
  z-index: 0;
  border-right: 1px solid #e6e6e6;
  border-left: 7px solid #2F4A9A;
  background-color: white;
  padding: 0.1rem 1.5rem;
}

.romagna .info-box h3 {
  font-weight: bold;
  font-size: 1.9rem;
}

.romagna .info-box .referente {
  font-size: 1.7rem;
  line-height: 1.8rem;
  color: #000;
  letter-spacing: -0.41px;
}

@media (min-width: 768px) {
  .romagna .info-box {
    position: sticky;
    position: -webkit-sticky;
    top: 68px;
  }
}

.romagna .info-box:after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: -8px;
  height: 8px;
  left: 0px;
  z-index: -1;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.01) 30%, rgba(0, 0, 0, 0.03) 50%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0.08) 90%, rgba(0, 0, 0, 0.09) 96%, rgba(0, 0, 0, 0.1) 100%);
}

.romagna .info-box:after {
  width: calc(100% + 8px);
  left: -7px;
}

@media (max-width: 991.98px) {
  .romagna .info-box {
    width: auto;
    max-width: 60%;
    min-width: 300px;
    margin: 20px auto;
    display: block;
  }
}

@media (min-width: 992px) {
  .romagna .info-box {
    margin-top: 2.2rem;
  }
}

.romagna .info-box li {
  padding: 1.1rem 0;
}

.romagna .info-box li .icon {
  font-size: 2.8rem;
  line-height: 3.3rem;
  margin-right: 1rem;
  float: left;
}

.romagna .info-box li .info .title {
  text-transform: uppercase;
  font-size: 1.2rem;
  line-height: 1.5rem;
  color: #787878;
  letter-spacing: -0.38px;
}

.romagna .info-box li .info .value {
  font-size: 1.7rem;
  line-height: 1.8rem;
  color: #000000;
  letter-spacing: -0.41px;
  display: table;
}

.romagna .info-box li .info .value a {
  word-break: break-all;
}

@media (max-width: 991.98px) {
  .romagna .info-box li.bookmarks {
    display: none;
  }
}

.romagna .info-box .title-index {
  text-transform: uppercase;
  font-size: 1.4rem;
  line-height: 3rem;
  letter-spacing: -0.38px;
}

.romagna .info-box .bookmarks {
  display: inline-block;
}

.romagna .info-box .bookmarks ul li {
  padding: 0.5rem 0;
  width: 100%;
}

.romagna .info-box .bookmarks ul li a {
  font-size: 1.4rem;
  line-height: 1.5rem;
  color: #000000;
  letter-spacing: -0.41px;
}

.romagna .info-box .bookmarks ul li a.active {
  text-decoration: underline;
}

.romagna #bookmarks-index {
  margin-top: 8rem;
}

.romagna #bookmarks-index .info {
  padding: 2.1rem;
}

.romagna #bookmarks-index h4 {
  font-size: 1.8rem;
}

@media (min-width: 768px) {
  .romagna #bookmarks-index {
    display: none;
  }
}

.romagna blockquote:before {
  color: #304c9e;
}

.romagna .btn-er,
.romagna .instagram .instabutton div span,
.instagram .instabutton div .romagna span,
.romagna.btn {
  background: #2F4A9A;
}

.romagna hr {
  height: 3px;
  background: #2F4A9A;
  width: 100%;
  max-width: 32rem;
  margin-left: 0;
  margin-right: 0;
  margin-top: 1rem;
  margin-bottom: 2rem;
}

.romagna .section h2 {
  margin-top: 4.5rem;
  margin-bottom: 4.5rem;
  font-size: 4.42rem;
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.18;
  letter-spacing: -1.07px;
  text-align: center;
  color: black;
  /*text-decoration: underline;*/
}

.romagna .section h2 a {
  color: black;
}

.romagna .section h3 {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
  font-size: 3.42rem;
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.18;
  letter-spacing: -1.07px;
  text-align: center;
  color: black;
  text-transform: uppercase;
  /*text-decoration: underline;*/
}

.romagna .section h3 a {
  color: black;
}

.romagna .section .gallery {
  position: relative;
  padding-bottom: 33px;
}

.romagna .section .gallery .swiper-button-next,
.romagna .section .gallery .swiper-container-rtl .swiper-button-prev,
.romagna .section .gallery .swiper-button-prev,
.romagna .section .gallery .swiper-container-rtl .swiper-button-next {
  background-position: center;
  width: 7.2rem;
  bottom: 33px;
  height: auto;
  top: 0px;
  margin: 0px;
  left: auto;
}

.romagna .section .gallery .swiper-button-next svg,
.romagna .section .gallery .swiper-container-rtl .swiper-button-prev svg,
.romagna .section .gallery .swiper-button-prev svg,
.romagna .section .gallery .swiper-container-rtl .swiper-button-next svg {
  top: 50%;
  left: 2.1rem;
  position: absolute;
  width: 3rem;
  height: 3rem;
  margin-top: -1.5rem;
  filter: drop-shadow(0px 3px 3px black);
}

.romagna .section .gallery .swiper-button-next,
.romagna .section .gallery .swiper-button-prev,
.romagna .section .gallery .swiper-container-rtl .swiper-button-prev,
.romagna .section .gallery .swiper-container-rtl .swiper-button-next {
  fill: #fff;
}

.romagna .section .gallery .swiper-button-next,
.romagna .section .gallery .swiper-container-rtl .swiper-button-prev {
  right: 0px;
}

.romagna .section .gallery .swiper-button-prev,
.romagna .section .gallery .swiper-container-rtl .swiper-button-next {
  left: 0px;
}

.romagna .section .gallery .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #2F4A9A;
}

.romagna .section .gallery .swiper-pagination-bullet {
  border: 1px solid #2F4A9A;
}

.romagna .section .gallery .swiper-pagination-bullets {
  bottom: 2px;
}

.romagna .section .gallery .swiper-slide .carousel-content {
  background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.07) 8%, rgba(0, 0, 0, 0.45) 68%);
  position: absolute;
  left: 0rem;
  bottom: 0rem;
  right: 0rem;
  width: auto;
  padding: 10rem 2rem 2rem 2rem;
  font-size: 2.6rem;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.63px;
  text-align: center;
  color: #ffffff;
}

.romagna .section .gallery .swiper-slide .carousel-content a {
  color: #ffffff !important;
}

.romagna .section .card-carousel .nodefault.swiper-button-prev::after,
.romagna .section .card-carousel .nodefault.swiper-button-prev::before,
.romagna .section .card-carousel .nodefault.swiper-button-next::after,
.romagna .section .card-carousel .nodefault.swiper-button-next::before {
  content: unset;
}

.romagna .section .card-carousel .swiper-slide {
  height: auto;
  margin-bottom: 5rem;
}

.romagna .section .card-carousel .swiper-slide .iv-wrapper,
.romagna .section .card-carousel .swiper-slide a .iv-wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

.romagna .section .card-carousel .swiper-slide .iv-wrapper > div,
.romagna .section .card-carousel .swiper-slide a .iv-wrapper > div {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: start;
}

.romagna .section .card-carousel .swiper-slide .iv-wrapper .image,
.romagna .section .card-carousel .swiper-slide a .iv-wrapper .image {
  min-height: 23rem;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.romagna .section .card-carousel .swiper-slide .iv-wrapper .content,
.romagna .section .card-carousel .swiper-slide a .iv-wrapper .content {
  background: #ffffff;
  border: 0 solid #000000;
  position: relative;
  padding: 2rem 2.1rem 4rem;
  position: relative;
  z-index: 0;
}

.romagna .section .card-carousel .swiper-slide .iv-wrapper .content:after,
.romagna .section .card-carousel .swiper-slide a .iv-wrapper .content:after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: -4px;
  height: 4px;
  left: 0px;
  z-index: -1;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.01) 30%, rgba(0, 0, 0, 0.03) 50%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0.08) 90%, rgba(0, 0, 0, 0.09) 96%, rgba(0, 0, 0, 0.1) 100%);
}

.romagna .section .card-carousel .swiper-slide .iv-wrapper .content h3,
.romagna .section .card-carousel .swiper-slide a .iv-wrapper .content h3 {
  font-size: 2rem;
  color: #030303;
  letter-spacing: -0.48px;
  text-align: left;
}

.romagna .section .card-carousel .swiper-slide .iv-wrapper .content p,
.romagna .section .card-carousel .swiper-slide .iv-wrapper .content p a,
.romagna .section .card-carousel .swiper-slide .iv-wrapper .content a p,
.romagna .section .card-carousel .swiper-slide a .iv-wrapper .content p,
.romagna .section .card-carousel .swiper-slide a .iv-wrapper .content p a,
.romagna .section .card-carousel .swiper-slide a .iv-wrapper .content a p {
  font-size: 1.5rem;
  color: #030303;
  letter-spacing: -0.38px;
  margin-bottom: 0px;
}

.romagna .section .card-carousel .swiper-slide .iv-wrapper .content p .readmore,
.romagna .section .card-carousel .swiper-slide .iv-wrapper .content p a .readmore,
.romagna .section .card-carousel .swiper-slide .iv-wrapper .content a p .readmore,
.romagna .section .card-carousel .swiper-slide a .iv-wrapper .content p .readmore,
.romagna .section .card-carousel .swiper-slide a .iv-wrapper .content p a .readmore,
.romagna .section .card-carousel .swiper-slide a .iv-wrapper .content a p .readmore {
  font-style: italic;
  color: #233773;
  display: block;
  margin-top: 1rem;
}

.romagna .section .card-carousel .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border: 1px solid #2F4A9A;
  background: none;
  opacity: 1;
}

.romagna .section .card-carousel .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #2F4A9A;
}

.romagna .section .card-carousel .swiper-button-next,
.romagna .section .card-carousel .swiper-container-rtl .swiper-button-prev,
.romagna .section .card-carousel .swiper-button-prev,
.romagna .section .card-carousel .swiper-container-rtl .swiper-button-next {
  background-image: none;
  width: 4rem;
  height: 23rem;
  top: 0px;
  margin: 0px;
  left: auto;
}

.romagna .section .card-carousel .swiper-button-next svg,
.romagna .section .card-carousel .swiper-container-rtl .swiper-button-prev svg,
.romagna .section .card-carousel .swiper-button-prev svg,
.romagna .section .card-carousel .swiper-container-rtl .swiper-button-next svg {
  top: 50%;
  left: 50%;
  position: absolute;
  width: 3rem;
  height: 3rem;
  margin-top: -1.5rem;
  margin-left: -1.5rem;
  filter: drop-shadow(0px 3px 3px black);
}

.romagna .section .card-carousel .swiper-button-next,
.romagna .section .card-carousel .swiper-button-prev,
.romagna .section .card-carousel .swiper-container-rtl .swiper-button-prev,
.romagna .section .card-carousel .swiper-container-rtl .swiper-button-next {
  fill: #fff;
}

.romagna .section .card-carousel .swiper-button-next,
.romagna .section .card-carousel .swiper-container-rtl .swiper-button-prev {
  right: 0px;
}

.romagna .section .card-carousel .swiper-button-prev,
.romagna .section .card-carousel .swiper-container-rtl .swiper-button-next {
  left: 0px;
}

.romagna .section .sassibox-item,
.romagna .section a .sassibox-item {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 5rem;
}

.romagna .section .sassibox-item > div,
.romagna .section a .sassibox-item > div {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.romagna .section .sassibox-item .image,
.romagna .section a .sassibox-item .image {
  min-height: 23rem;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.romagna .section .sassibox-item .content,
.romagna .section a .sassibox-item .content {
  background: #ffffff;
  border: 0 solid #000000;
  position: relative;
  padding: 1rem 0;
  position: relative;
  z-index: 0;
}

.romagna .section .sassibox-item .content:after,
.romagna .section a .sassibox-item .content:after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: -4px;
  height: 4px;
  left: 0px;
  z-index: -1;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.01) 30%, rgba(0, 0, 0, 0.03) 50%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0.08) 90%, rgba(0, 0, 0, 0.09) 96%, rgba(0, 0, 0, 0.1) 100%);
}

.romagna .section .sassibox-item .content h4,
.romagna .section a .sassibox-item .content h4 {
  font-size: 2rem;
  color: #030303;
  letter-spacing: -0.48px;
  text-align: left;
}

.romagna .section .sassibox-item .content p,
.romagna .section .sassibox-item .content span,
.romagna .section .sassibox-item .content a span,
.romagna .section .sassibox-item .content span a,
.romagna .section .sassibox-item .content p a,
.romagna .section .sassibox-item .content a p,
.romagna .section a .sassibox-item .content p,
.romagna .section a .sassibox-item .content span,
.romagna .section a .sassibox-item .content a span,
.romagna .section a .sassibox-item .content span a,
.romagna .section a .sassibox-item .content p a,
.romagna .section a .sassibox-item .content a p {
  font-size: 1.5rem;
  color: #030303;
  letter-spacing: -0.38px;
}

.romagna .section .sassibox-item .content .action,
.romagna .section a .sassibox-item .content .action {
  margin: 10px 0;
}

.romagna .section .sassibox-item .content .action button,
.romagna .section a .sassibox-item .content .action button {
  font-family: "Open Sans", sans-serif !important;
}

.romagna .section .sassibox-item .content .readmore,
.romagna .section a .sassibox-item .content .readmore {
  border: 1px solid transparent;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  padding: 6px 12px;
  text-align: center;
  vertical-align: middle;
  width: -moz-fit-content;
  width: fit-content;
  text-transform: uppercase;
  background-color: #2F4A9A;
}

.liscio .xp_search_box button span {
  color: white;
}

.liscio .xp_search_box .city {
  color: white;
}

.liscio .xp_search_box .horizontal {
  padding: 1rem;
  background-color: #ae5d69;
  background-image: linear-gradient(-180deg, #ad5b67 0%, #ae5d69 48%, #ad5b67 80%);
  font-size: 1.6rem;
}

.liscio .xp_search_box .horizontal.collapsed {
  border-radius: 2px;
  box-shadow: -1px 0 3px 0 rgba(0, 0, 0, 0.25);
}

.liscio .xp_search_box .horizontal .fa,
.liscio .xp_search_box .horizontal .search .searchearchbox.vertical .bootstrap-select button:after,
.search .searchearchbox.vertical .bootstrap-select .liscio .xp_search_box .horizontal button:after,
.liscio .xp_search_box .search .searchearchbox.horizontal .control .bootstrap-select button:after,
.search .liscio .xp_search_box .searchearchbox.horizontal .control .bootstrap-select button:after,
.liscio .xp_search_box .horizontal .downloads .downloadsearchbox.vertical .bootstrap-select button:after,
.downloads .downloadsearchbox.vertical .bootstrap-select .liscio .xp_search_box .horizontal button:after,
.liscio .xp_search_box .downloads .downloadsearchbox.horizontal .control .bootstrap-select button:after,
.downloads .liscio .xp_search_box .downloadsearchbox.horizontal .control .bootstrap-select button:after,
.liscio .xp_search_box .horizontal .localita #searchbox-app .bootstrap-select button:after,
.localita #searchbox-app .bootstrap-select .liscio .xp_search_box .horizontal button:after,
.liscio .xp_search_box .horizontal .itinerari .searchbox .control .bootstrap-select button:after,
.itinerari .searchbox .control .bootstrap-select .liscio .xp_search_box .horizontal button:after,
.liscio .xp_search_box .itinerari .searchbox.horizontal .control .bootstrap-select button:after,
.itinerari .liscio .xp_search_box .searchbox.horizontal .control .bootstrap-select button:after,
.liscio .xp_search_box .horizontal .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .vertical .bootstrap-select .liscio .xp_search_box .horizontal button:after,
.liscio .xp_search_box .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .liscio .xp_search_box .horizontal .control .bootstrap-select button:after,
.liscio .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .liscio .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.liscio .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .liscio .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.liscio .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .liscio .xp_search_box .horizontal .control .bootstrap-select button:after,
.liscio .xp_search_box .horizontal .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .vertical .bootstrap-select .liscio .xp_search_box .horizontal button:after,
.liscio .xp_search_box .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .liscio .xp_search_box .horizontal .control .bootstrap-select button:after,
.liscio .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .liscio .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.liscio .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .liscio .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.liscio .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .liscio .xp_search_box .horizontal .control .bootstrap-select button:after,
.liscio .xp_search_box .horizontal .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .vertical .bootstrap-select .liscio .xp_search_box .horizontal button:after,
.liscio .xp_search_box .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .liscio .xp_search_box .horizontal .control .bootstrap-select button:after,
.liscio .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .liscio .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.liscio .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .liscio .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.liscio .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .liscio .xp_search_box .horizontal .control .bootstrap-select button:after,
.liscio .xp_search_box .horizontal .romagna-craft .operatori_search_box .vertical .bootstrap-select button:after,
.romagna-craft .operatori_search_box .vertical .bootstrap-select .liscio .xp_search_box .horizontal button:after,
.liscio .xp_search_box .romagna-craft .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna-craft .operatori_search_box .liscio .xp_search_box .horizontal .control .bootstrap-select button:after,
.liscio .romagna-craft .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna-craft .liscio .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.liscio .romagna-craft .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna-craft .liscio .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.liscio .romagna-craft .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna-craft .liscio .xp_search_box .horizontal .control .bootstrap-select button:after,
.liscio .xp_search_box .horizontal .spass .operatori_search_box .vertical .bootstrap-select button:after,
.spass .operatori_search_box .vertical .bootstrap-select .liscio .xp_search_box .horizontal button:after,
.liscio .xp_search_box .spass .operatori_search_box .horizontal .control .bootstrap-select button:after,
.spass .operatori_search_box .liscio .xp_search_box .horizontal .control .bootstrap-select button:after,
.liscio .spass .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.spass .liscio .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.liscio .spass .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.spass .liscio .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.liscio .spass .xp_search_box .horizontal .control .bootstrap-select button:after,
.spass .liscio .xp_search_box .horizontal .control .bootstrap-select button:after,
.liscio .xp_search_box .horizontal .natur .operatori_search_box .vertical .bootstrap-select button:after,
.natur .operatori_search_box .vertical .bootstrap-select .liscio .xp_search_box .horizontal button:after,
.liscio .xp_search_box .natur .operatori_search_box .horizontal .control .bootstrap-select button:after,
.natur .operatori_search_box .liscio .xp_search_box .horizontal .control .bootstrap-select button:after,
.liscio .natur .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.natur .liscio .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.liscio .natur .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.natur .liscio .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.liscio .natur .xp_search_box .horizontal .control .bootstrap-select button:after,
.natur .liscio .xp_search_box .horizontal .control .bootstrap-select button:after,
.liscio .xp_search_box .horizontal .kultur .operatori_search_box .vertical .bootstrap-select button:after,
.kultur .operatori_search_box .vertical .bootstrap-select .liscio .xp_search_box .horizontal button:after,
.liscio .xp_search_box .kultur .operatori_search_box .horizontal .control .bootstrap-select button:after,
.kultur .operatori_search_box .liscio .xp_search_box .horizontal .control .bootstrap-select button:after,
.liscio .kultur .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.kultur .liscio .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.liscio .kultur .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.kultur .liscio .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.liscio .kultur .xp_search_box .horizontal .control .bootstrap-select button:after,
.kultur .liscio .xp_search_box .horizontal .control .bootstrap-select button:after,
.liscio .xp_search_box .horizontal .pet .operatori_search_box .vertical .bootstrap-select button:after,
.pet .operatori_search_box .vertical .bootstrap-select .liscio .xp_search_box .horizontal button:after,
.liscio .xp_search_box .pet .operatori_search_box .horizontal .control .bootstrap-select button:after,
.pet .operatori_search_box .liscio .xp_search_box .horizontal .control .bootstrap-select button:after,
.liscio .pet .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.pet .liscio .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.liscio .pet .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.pet .liscio .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.liscio .pet .xp_search_box .horizontal .control .bootstrap-select button:after,
.pet .liscio .xp_search_box .horizontal .control .bootstrap-select button:after,
.liscio .xp_search_box .horizontal .default .operatori_search_box .vertical .bootstrap-select button:after,
.default .operatori_search_box .vertical .bootstrap-select .liscio .xp_search_box .horizontal button:after,
.liscio .xp_search_box .default .operatori_search_box .horizontal .control .bootstrap-select button:after,
.default .operatori_search_box .liscio .xp_search_box .horizontal .control .bootstrap-select button:after,
.liscio .default .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.default .liscio .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.liscio .default .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.default .liscio .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.liscio .default .xp_search_box .horizontal .control .bootstrap-select button:after,
.default .liscio .xp_search_box .horizontal .control .bootstrap-select button:after,
.liscio .xp_search_box .horizontal .operatori_search_box .vertical .bootstrap-select button:after,
.liscio .operatori_search_box .vertical .bootstrap-select .xp_search_box .horizontal button:after,
.liscio .xp_search_box .operatori_search_box .horizontal .control .bootstrap-select button:after,
.liscio .operatori_search_box .xp_search_box .horizontal .control .bootstrap-select button:after,
.liscio .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.liscio .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.liscio .xp_search_box .horizontal .control .bootstrap-select button:after,
.liscio .xp_search_box .events-homepage .header .eventsearchbox.horizontal .control .bootstrap-select button:after,
.events-homepage .header .liscio .xp_search_box .eventsearchbox.horizontal .control .bootstrap-select button:after,
.liscio .xp_search_box .horizontal .events-homepage .header .eventsearchbox.vertical .bootstrap-select button:after,
.events-homepage .header .eventsearchbox.vertical .bootstrap-select .liscio .xp_search_box .horizontal button:after,
.liscio .xp_search_box .events-page .header .eventsearchbox.horizontal .control .bootstrap-select button:after,
.events-page .header .liscio .xp_search_box .eventsearchbox.horizontal .control .bootstrap-select button:after,
.liscio .xp_search_box .horizontal .events-page .header .eventsearchbox.vertical .bootstrap-select button:after,
.events-page .header .eventsearchbox.vertical .bootstrap-select .liscio .xp_search_box .horizontal button:after,
.liscio .scopri .xp_search_box .horizontal .control .bootstrap-select button:after,
.scopri .liscio .xp_search_box .horizontal .control .bootstrap-select button:after,
.liscio .scopri .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.scopri .liscio .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.liscio .scopri .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.scopri .liscio .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.liscio .xp_search_box .scopri .operatori_search_box .horizontal .control .bootstrap-select button:after,
.scopri .operatori_search_box .liscio .xp_search_box .horizontal .control .bootstrap-select button:after,
.liscio .xp_search_box .horizontal .scopri .operatori_search_box .vertical .bootstrap-select button:after,
.scopri .operatori_search_box .vertical .bootstrap-select .liscio .xp_search_box .horizontal button:after,
.liscio .idee .xp_search_box .horizontal .control .bootstrap-select button:after,
.idee .liscio .xp_search_box .horizontal .control .bootstrap-select button:after,
.liscio .idee .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.idee .liscio .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.liscio .idee .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.idee .liscio .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.liscio .xp_search_box .idee .operatori_search_box .horizontal .control .bootstrap-select button:after,
.idee .operatori_search_box .liscio .xp_search_box .horizontal .control .bootstrap-select button:after,
.liscio .xp_search_box .horizontal .idee .operatori_search_box .vertical .bootstrap-select button:after,
.idee .operatori_search_box .vertical .bootstrap-select .liscio .xp_search_box .horizontal button:after,
.liscio .eventi .xp_search_box .horizontal .control .bootstrap-select button:after,
.eventi .liscio .xp_search_box .horizontal .control .bootstrap-select button:after,
.liscio .eventi .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.eventi .liscio .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.liscio .eventi .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.eventi .liscio .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.liscio .xp_search_box .eventi .operatori_search_box .horizontal .control .bootstrap-select button:after,
.eventi .operatori_search_box .liscio .xp_search_box .horizontal .control .bootstrap-select button:after,
.liscio .xp_search_box .horizontal .eventi .operatori_search_box .vertical .bootstrap-select button:after,
.eventi .operatori_search_box .vertical .bootstrap-select .liscio .xp_search_box .horizontal button:after,
.liscio .pianifica .xp_search_box .horizontal .control .bootstrap-select button:after,
.pianifica .liscio .xp_search_box .horizontal .control .bootstrap-select button:after,
.liscio .pianifica .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.pianifica .liscio .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.liscio .pianifica .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.pianifica .liscio .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.liscio .xp_search_box .pianifica .operatori_search_box .horizontal .control .bootstrap-select button:after,
.pianifica .operatori_search_box .liscio .xp_search_box .horizontal .control .bootstrap-select button:after,
.liscio .xp_search_box .horizontal .pianifica .operatori_search_box .vertical .bootstrap-select button:after,
.pianifica .operatori_search_box .vertical .bootstrap-select .liscio .xp_search_box .horizontal button:after,
.liscio .esperienze .xp_search_box .horizontal .control .bootstrap-select button:after,
.esperienze .liscio .xp_search_box .horizontal .control .bootstrap-select button:after,
.liscio .esperienze .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.esperienze .liscio .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.liscio .esperienze .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.esperienze .liscio .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.liscio .xp_search_box .esperienze .operatori_search_box .horizontal .control .bootstrap-select button:after,
.esperienze .operatori_search_box .liscio .xp_search_box .horizontal .control .bootstrap-select button:after,
.liscio .xp_search_box .horizontal .esperienze .operatori_search_box .vertical .bootstrap-select button:after,
.esperienze .operatori_search_box .vertical .bootstrap-select .liscio .xp_search_box .horizontal button:after,
.liscio .news .xp_search_box .horizontal .control .bootstrap-select button:after,
.news .liscio .xp_search_box .horizontal .control .bootstrap-select button:after,
.liscio .news .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.news .liscio .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.liscio .news .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.news .liscio .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.liscio .xp_search_box .news .operatori_search_box .horizontal .control .bootstrap-select button:after,
.news .operatori_search_box .liscio .xp_search_box .horizontal .control .bootstrap-select button:after,
.liscio .xp_search_box .horizontal .news .operatori_search_box .vertical .bootstrap-select button:after,
.news .operatori_search_box .vertical .bootstrap-select .liscio .xp_search_box .horizontal button:after,
.liscio .iat .xp_search_box .horizontal .control .bootstrap-select button:after,
.iat .liscio .xp_search_box .horizontal .control .bootstrap-select button:after,
.liscio .iat .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.iat .liscio .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.liscio .iat .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.iat .liscio .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.liscio .xp_search_box .iat .operatori_search_box .horizontal .control .bootstrap-select button:after,
.iat .operatori_search_box .liscio .xp_search_box .horizontal .control .bootstrap-select button:after,
.liscio .xp_search_box .horizontal .iat .operatori_search_box .vertical .bootstrap-select button:after,
.iat .operatori_search_box .vertical .bootstrap-select .liscio .xp_search_box .horizontal button:after,
.liscio .meteo .xp_search_box .horizontal .control .bootstrap-select button:after,
.meteo .liscio .xp_search_box .horizontal .control .bootstrap-select button:after,
.liscio .meteo .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.meteo .liscio .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.liscio .meteo .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.meteo .liscio .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.liscio .xp_search_box .meteo .operatori_search_box .horizontal .control .bootstrap-select button:after,
.meteo .operatori_search_box .liscio .xp_search_box .horizontal .control .bootstrap-select button:after,
.liscio .xp_search_box .horizontal .meteo .operatori_search_box .vertical .bootstrap-select button:after,
.meteo .operatori_search_box .vertical .bootstrap-select .liscio .xp_search_box .horizontal button:after,
.liscio .odm .xp_search_box .horizontal .control .bootstrap-select button:after,
.odm .liscio .xp_search_box .horizontal .control .bootstrap-select button:after,
.liscio .odm .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.odm .liscio .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.liscio .odm .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.odm .liscio .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.liscio .xp_search_box .odm .operatori_search_box .horizontal .control .bootstrap-select button:after,
.odm .operatori_search_box .liscio .xp_search_box .horizontal .control .bootstrap-select button:after,
.liscio .xp_search_box .horizontal .odm .operatori_search_box .vertical .bootstrap-select button:after,
.odm .operatori_search_box .vertical .bootstrap-select .liscio .xp_search_box .horizontal button:after,
.liscio .booking .xp_search_box .horizontal .control .bootstrap-select button:after,
.booking .liscio .xp_search_box .horizontal .control .bootstrap-select button:after,
.liscio .booking .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.booking .liscio .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.liscio .booking .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.booking .liscio .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.liscio .xp_search_box .booking .operatori_search_box .horizontal .control .bootstrap-select button:after,
.booking .operatori_search_box .liscio .xp_search_box .horizontal .control .bootstrap-select button:after,
.liscio .xp_search_box .horizontal .booking .operatori_search_box .vertical .bootstrap-select button:after,
.booking .operatori_search_box .vertical .bootstrap-select .liscio .xp_search_box .horizontal button:after,
.liscio .rock .xp_search_box .horizontal .control .bootstrap-select button:after,
.rock .liscio .xp_search_box .horizontal .control .bootstrap-select button:after,
.liscio .rock .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.rock .liscio .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.liscio .rock .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.rock .liscio .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.liscio .xp_search_box .rock .operatori_search_box .horizontal .control .bootstrap-select button:after,
.rock .operatori_search_box .liscio .xp_search_box .horizontal .control .bootstrap-select button:after,
.liscio .xp_search_box .horizontal .rock .operatori_search_box .vertical .bootstrap-select button:after,
.rock .operatori_search_box .vertical .bootstrap-select .liscio .xp_search_box .horizontal button:after,
.liscio .beach .xp_search_box .horizontal .control .bootstrap-select button:after,
.beach .liscio .xp_search_box .horizontal .control .bootstrap-select button:after,
.liscio .beach .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.beach .liscio .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.liscio .beach .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.beach .liscio .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.liscio .xp_search_box .beach .operatori_search_box .horizontal .control .bootstrap-select button:after,
.beach .operatori_search_box .liscio .xp_search_box .horizontal .control .bootstrap-select button:after,
.liscio .xp_search_box .horizontal .beach .operatori_search_box .vertical .bootstrap-select button:after,
.beach .operatori_search_box .vertical .bootstrap-select .liscio .xp_search_box .horizontal button:after,
.liscio .food .xp_search_box .horizontal .control .bootstrap-select button:after,
.food .liscio .xp_search_box .horizontal .control .bootstrap-select button:after,
.liscio .food .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.food .liscio .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.liscio .food .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.food .liscio .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.liscio .xp_search_box .food .operatori_search_box .horizontal .control .bootstrap-select button:after,
.food .operatori_search_box .liscio .xp_search_box .horizontal .control .bootstrap-select button:after,
.liscio .xp_search_box .horizontal .food .operatori_search_box .vertical .bootstrap-select button:after,
.food .operatori_search_box .vertical .bootstrap-select .liscio .xp_search_box .horizontal button:after,
.liscio .nature .xp_search_box .horizontal .control .bootstrap-select button:after,
.nature .liscio .xp_search_box .horizontal .control .bootstrap-select button:after,
.liscio .nature .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.nature .liscio .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.liscio .nature .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.nature .liscio .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.liscio .xp_search_box .nature .operatori_search_box .horizontal .control .bootstrap-select button:after,
.nature .operatori_search_box .liscio .xp_search_box .horizontal .control .bootstrap-select button:after,
.liscio .xp_search_box .horizontal .nature .operatori_search_box .vertical .bootstrap-select button:after,
.nature .operatori_search_box .vertical .bootstrap-select .liscio .xp_search_box .horizontal button:after,
.liscio .romagna_autentica .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna_autentica .liscio .xp_search_box .horizontal .control .bootstrap-select button:after,
.liscio .romagna_autentica .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna_autentica .liscio .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.liscio .romagna_autentica .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna_autentica .liscio .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.liscio .xp_search_box .romagna_autentica .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna_autentica .operatori_search_box .liscio .xp_search_box .horizontal .control .bootstrap-select button:after,
.liscio .xp_search_box .horizontal .romagna_autentica .operatori_search_box .vertical .bootstrap-select button:after,
.romagna_autentica .operatori_search_box .vertical .bootstrap-select .liscio .xp_search_box .horizontal button:after,
.liscio .culture .xp_search_box .horizontal .control .bootstrap-select button:after,
.culture .liscio .xp_search_box .horizontal .control .bootstrap-select button:after,
.liscio .culture .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.culture .liscio .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.liscio .culture .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.culture .liscio .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.liscio .xp_search_box .culture .operatori_search_box .horizontal .control .bootstrap-select button:after,
.culture .operatori_search_box .liscio .xp_search_box .horizontal .control .bootstrap-select button:after,
.liscio .xp_search_box .horizontal .culture .operatori_search_box .vertical .bootstrap-select button:after,
.culture .operatori_search_box .vertical .bootstrap-select .liscio .xp_search_box .horizontal button:after,
.liscio .castle .xp_search_box .horizontal .control .bootstrap-select button:after,
.castle .liscio .xp_search_box .horizontal .control .bootstrap-select button:after,
.liscio .castle .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.castle .liscio .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.liscio .castle .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.castle .liscio .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.liscio .xp_search_box .castle .operatori_search_box .horizontal .control .bootstrap-select button:after,
.castle .operatori_search_box .liscio .xp_search_box .horizontal .control .bootstrap-select button:after,
.liscio .xp_search_box .horizontal .castle .operatori_search_box .vertical .bootstrap-select button:after,
.castle .operatori_search_box .vertical .bootstrap-select .liscio .xp_search_box .horizontal button:after,
.liscio .bike .xp_search_box .horizontal .control .bootstrap-select button:after,
.bike .liscio .xp_search_box .horizontal .control .bootstrap-select button:after,
.liscio .bike .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.bike .liscio .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.liscio .bike .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.bike .liscio .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.liscio .xp_search_box .bike .operatori_search_box .horizontal .control .bootstrap-select button:after,
.bike .operatori_search_box .liscio .xp_search_box .horizontal .control .bootstrap-select button:after,
.liscio .xp_search_box .horizontal .bike .operatori_search_box .vertical .bootstrap-select button:after,
.bike .operatori_search_box .vertical .bootstrap-select .liscio .xp_search_box .horizontal button:after,
.liscio .empire .xp_search_box .horizontal .control .bootstrap-select button:after,
.empire .liscio .xp_search_box .horizontal .control .bootstrap-select button:after,
.liscio .empire .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.empire .liscio .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.liscio .empire .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.empire .liscio .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.liscio .xp_search_box .empire .operatori_search_box .horizontal .control .bootstrap-select button:after,
.empire .operatori_search_box .liscio .xp_search_box .horizontal .control .bootstrap-select button:after,
.liscio .xp_search_box .horizontal .empire .operatori_search_box .vertical .bootstrap-select button:after,
.empire .operatori_search_box .vertical .bootstrap-select .liscio .xp_search_box .horizontal button:after,
.liscio .wellness .xp_search_box .horizontal .control .bootstrap-select button:after,
.wellness .liscio .xp_search_box .horizontal .control .bootstrap-select button:after,
.liscio .wellness .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.wellness .liscio .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.liscio .wellness .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.wellness .liscio .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.liscio .xp_search_box .wellness .operatori_search_box .horizontal .control .bootstrap-select button:after,
.wellness .operatori_search_box .liscio .xp_search_box .horizontal .control .bootstrap-select button:after,
.liscio .xp_search_box .horizontal .wellness .operatori_search_box .vertical .bootstrap-select button:after,
.wellness .operatori_search_box .vertical .bootstrap-select .liscio .xp_search_box .horizontal button:after,
.liscio .fun .xp_search_box .horizontal .control .bootstrap-select button:after,
.fun .liscio .xp_search_box .horizontal .control .bootstrap-select button:after,
.liscio .fun .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.fun .liscio .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.liscio .fun .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.fun .liscio .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.liscio .xp_search_box .fun .operatori_search_box .horizontal .control .bootstrap-select button:after,
.fun .operatori_search_box .liscio .xp_search_box .horizontal .control .bootstrap-select button:after,
.liscio .xp_search_box .horizontal .fun .operatori_search_box .vertical .bootstrap-select button:after,
.fun .operatori_search_box .vertical .bootstrap-select .liscio .xp_search_box .horizontal button:after,
.liscio .sport .xp_search_box .horizontal .control .bootstrap-select button:after,
.sport .liscio .xp_search_box .horizontal .control .bootstrap-select button:after,
.liscio .sport .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.sport .liscio .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.liscio .sport .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.sport .liscio .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.liscio .xp_search_box .sport .operatori_search_box .horizontal .control .bootstrap-select button:after,
.sport .operatori_search_box .liscio .xp_search_box .horizontal .control .bootstrap-select button:after,
.liscio .xp_search_box .horizontal .sport .operatori_search_box .vertical .bootstrap-select button:after,
.sport .operatori_search_box .vertical .bootstrap-select .liscio .xp_search_box .horizontal button:after,
.liscio .motorcycle .xp_search_box .horizontal .control .bootstrap-select button:after,
.motorcycle .liscio .xp_search_box .horizontal .control .bootstrap-select button:after,
.liscio .motorcycle .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.motorcycle .liscio .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.liscio .motorcycle .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.motorcycle .liscio .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.liscio .xp_search_box .motorcycle .operatori_search_box .horizontal .control .bootstrap-select button:after,
.motorcycle .operatori_search_box .liscio .xp_search_box .horizontal .control .bootstrap-select button:after,
.liscio .xp_search_box .horizontal .motorcycle .operatori_search_box .vertical .bootstrap-select button:after,
.motorcycle .operatori_search_box .vertical .bootstrap-select .liscio .xp_search_box .horizontal button:after,
.liscio .romagna .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna .liscio .xp_search_box .horizontal .control .bootstrap-select button:after,
.liscio .romagna .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna .liscio .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.liscio .romagna .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna .liscio .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.liscio .xp_search_box .romagna .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna .operatori_search_box .liscio .xp_search_box .horizontal .control .bootstrap-select button:after,
.liscio .xp_search_box .horizontal .romagna .operatori_search_box .vertical .bootstrap-select button:after,
.romagna .operatori_search_box .vertical .bootstrap-select .liscio .xp_search_box .horizontal button:after {
  line-height: 2.2rem;
}

.liscio .xp_search_box .horizontal button.collapsible {
  border: none;
  background-color: transparent;
  display: block;
  width: 100%;
  font-size: 1.6rem;
  color: #ffffff;
  letter-spacing: -0.41px;
  text-align: left;
  text-transform: uppercase;
  display: block;
}

.liscio .xp_search_box .horizontal .control {
  padding: 0.5rem 1rem;
  height: 5rem;
  background-color: white;
  margin: 0.5rem;
}

.liscio .xp_search_box .horizontal .control.btn-holder {
  min-width: 2rem;
  width: auto;
  padding: 0px;
}

.liscio .xp_search_box .horizontal .control.btn-holder button {
  width: 100%;
  border: none;
  background-color: #904853;
  height: 100%;
  font-size: 1.6rem;
  color: #ffffff;
  letter-spacing: -0.41px;
  text-align: center;
  text-transform: uppercase;
  display: block;
  padding: 0px;
}

.liscio .xp_search_box .horizontal .control .ert-dropdown {
  width: 100%;
}

.liscio .xp_search_box .horizontal .control .ert-dropdown * {
  cursor: pointer;
}

.liscio .xp_search_box .horizontal .control .ert-dropdown .ert-combo {
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
  display: block;
  text-align: left;
}

.liscio .xp_search_box .horizontal .control .ert-dropdown .ert-combo::after {
  border: none;
}

.liscio .xp_search_box .horizontal .control .ert-dropdown .ert-combo i {
  transition: 500ms ease;
  transform: rotate(0);
  position: absolute;
  top: 2.25rem;
  right: 15px;
}

.liscio .xp_search_box .horizontal .control .ert-dropdown .ert-combo .button {
  padding: 0px;
}

.liscio .xp_search_box .horizontal .control .ert-dropdown.show .ert-combo i {
  transform: rotate(180deg);
}

.liscio .xp_search_box .horizontal .control .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: auto;
}

.liscio .xp_search_box .horizontal .control .bootstrap-select {
  margin-top: -1px;
}

.liscio .xp_search_box .horizontal .control .bootstrap-select *:focus {
  box-shadow: none important;
}

.liscio .xp_search_box .horizontal .control .bootstrap-select button {
  padding: 0px;
  font-size: 1.5rem;
  background: #ffffff;
  color: #848484;
  letter-spacing: 0.3px;
  border: none;
  border-radius: 0;
}

.liscio .xp_search_box .horizontal .control .bootstrap-select button:after {
  content: "\F078";
  border: none;
}

.liscio .xp_search_box .horizontal .control .bootstrap-select .dropdown-menu {
  width: 100% !important;
  border: none;
  border-radius: 0;
  box-shadow: 0px 2px 2px 0px #a9a9a970;
  border-top: 1px solid #a9a9a970;
}

.liscio .xp_search_box .horizontal .control .bootstrap-select .dropdown-menu.inner.show {
  border-top: none;
}

.liscio .xp_search_box .horizontal .control .bootstrap-select .dropdown-menu .dropdown-item {
  font-size: 1.5rem;
  line-height: 4rem;
}

.liscio .xp_search_box .horizontal .control .bootstrap-select .dropdown-menu .dropdown-item:active,
.liscio .xp_search_box .horizontal .control .bootstrap-select .dropdown-menu .dropdown-item.active {
  background-color: #ae5d69;
}

.liscio .xp_search_box .horizontal .control label {
  background: #ffffff;
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
  line-height: 2.4rem;
  margin-bottom: 0px;
  margin-right: 0.5rem;
}

@media (max-width: 768px) {
  .liscio .xp_search_box .horizontal .control label {
    min-width: 6.2rem;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .liscio .xp_search_box .horizontal .control label {
    display: none;
  }
}

.liscio .xp_search_box .horizontal .control .flatpickr-mobile.form-control {
  padding: 1px 0;
}

.liscio .xp_search_box .horizontal .control input[type=text],
.liscio .xp_search_box .horizontal .control input[type=date] {
  border: none;
  font-size: 1.5rem;
  border-radius: 0;
  background-color: white;
  border-bottom: 1px solid #495057;
  min-width: 0;
  height: auto;
}

.liscio .xp_search_box .horizontal .control input[type=text]:focus,
.liscio .xp_search_box .horizontal .control input[type=date]:focus {
  box-shadow: none;
}

.liscio .xp_search_box .vertical {
  max-width: 30rem;
  z-index: 10;
  position: relative;
  height: 4.4rem;
  margin: 0 auto;
}

.liscio .xp_search_box .vertical button.collapsible {
  border: none;
  background-color: transparent;
  display: block;
  position: absolute;
  width: 100%;
}

.liscio .xp_search_box .vertical .dropbutton {
  display: none;
}

.liscio .xp_search_box .vertical .dropbutton.collapsed {
  display: block;
}

.liscio .xp_search_box .vertical #collapse-events {
  padding: 1.8rem;
  background-color: #ae5d69;
  background-image: linear-gradient(-180deg, #ad5b67 0%, #ae5d69 48%, #ad5b67 80%);
  font-size: 1.6rem;
}

.liscio .xp_search_box .vertical .fa-chevron-up {
  text-align: right;
  line-height: 4rem;
  color: white;
  margin-bottom: 1.8rem;
}

.liscio .xp_search_box .vertical .form-group {
  background: #ffffff;
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
}

.liscio .xp_search_box .vertical .form-group .col-form-label {
  line-height: 5rem;
}

.liscio .xp_search_box .vertical .ert-text {
  border: none;
  font-size: 1.5rem;
  height: 60px;
  border-radius: 0;
  background-color: white;
}

.liscio .xp_search_box .vertical .ert-text.line {
  border-bottom: 1px solid #495057;
  height: auto;
  margin-top: 14px;
}

.liscio .xp_search_box .vertical .ert-text:focus {
  box-shadow: none;
}

.liscio .xp_search_box .vertical button.search {
  border: none;
  position: absolute;
  bottom: -10rem;
  left: 5%;
  right: 5%;
  width: 90%;
  line-height: 4.4rem;
}

.liscio .xp_search_box .vertical .datepicker-holder {
  padding-right: 0px;
}

.liscio .xp_search_box .vertical .datepicker-holder * {
  cursor: pointer;
}

.liscio .xp_search_box .vertical .datepicker-holder input[type=date]::-webkit-calendar-picker-indicator {
  width: 1.2rem;
  height: 0.7rem;
  -webkit-mask: url(/images/caret.svg);
          mask: url(/images/caret.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  -webkit-transition: 500ms ease;
  transition: 500ms ease;
  background-color: #686868;
}

.liscio .xp_search_box .vertical .datepicker-holder .flatpickr-calendar.static {
  margin-left: -193px;
  margin-top: -184px;
  left: 50%;
  top: 50%;
}

.liscio .xp_search_box .vertical .datepicker-holder .flatpickr-calendar.static.arrowBottom:after {
  display: none;
}

.liscio .xp_search_box .vertical .datepicker-holder .flatpickr-calendar.static.arrowBottom:before {
  display: none;
}

.liscio .xp_search_box .vertical .datepicker-holder .flatpickr-months .flatpickr-month {
  height: 32px;
}

.liscio .xp_search_box .vertical .ert-dropdown * {
  cursor: pointer;
}

.liscio .xp_search_box .vertical .ert-dropdown .ert-combo {
  background: #ffffff;
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
  line-height: 5rem;
  display: block;
  width: 100%;
  height: 60px;
  text-align: left;
}

.liscio .xp_search_box .vertical .ert-dropdown .ert-combo::after {
  border: none;
}

.liscio .xp_search_box .vertical .ert-dropdown .ert-combo i {
  transition: 500ms ease;
  transform: rotate(0);
  position: absolute;
  top: 2.25rem;
  right: 15px;
}

.liscio .xp_search_box .vertical .ert-dropdown .ert-combo .button {
  padding: 0px;
}

.liscio .xp_search_box .vertical .ert-dropdown .dropdown-menu {
  width: 100% !important;
  border: none;
  border-radius: 0;
  box-shadow: 0px 2px 2px 0px #a9a9a970;
  border-top: 1px solid #a9a9a970;
}

.liscio .xp_search_box .vertical .ert-dropdown .dropdown-menu .dropdown-item {
  font-size: 1.5rem;
  line-height: 4rem;
}

.liscio .xp_search_box .vertical .ert-dropdown .dropdown-menu .dropdown-item:active {
  background-color: #ae5d69;
}

.liscio .xp_search_box .vertical .ert-dropdown.show .ert-combo i {
  transform: rotate(180deg);
}

.liscio .xp_search_box .vertical .bootstrap-select *:focus {
  box-shadow: none important;
}

.liscio .xp_search_box .vertical .bootstrap-select button {
  font-size: 1.5rem;
  color: #848484;
  letter-spacing: 0.3px;
  border: none;
  font-size: 1.5rem;
  height: 60px;
  border-radius: 0;
  background-color: white;
}

.liscio .xp_search_box .vertical .bootstrap-select button:after {
  content: "\F078";
  border: none;
}

.liscio .xp_search_box .vertical .bootstrap-select .dropdown-menu {
  width: 100% !important;
  border: none;
  border-radius: 0;
  box-shadow: 0px 2px 2px 0px #a9a9a970;
  border-top: 1px solid #a9a9a970;
}

.liscio .xp_search_box .vertical .bootstrap-select .dropdown-menu .dropdown-item {
  font-size: 1.5rem;
  line-height: 4rem;
}

.liscio .xp_search_box .vertical .bootstrap-select .dropdown-menu .dropdown-item:active,
.liscio .xp_search_box .vertical .bootstrap-select .dropdown-menu .dropdown-item.active {
  background-color: #ae5d69;
}

.liscio .xp_search_box .vertical .btn-er,
.liscio .xp_search_box .vertical .instagram .instabutton div span,
.instagram .instabutton div .liscio .xp_search_box .vertical span {
  margin-top: 18px;
}

.liscio .xp_search_box .vertical .btn-er .fa-chevron-down,
.liscio .xp_search_box .vertical .instagram .instabutton div span .fa-chevron-down,
.instagram .instabutton div .liscio .xp_search_box .vertical span .fa-chevron-down {
  float: right;
  line-height: 4rem;
}

.liscio .operatori_search_box button span {
  color: white;
}

.liscio .operatori_search_box .city {
  color: white;
}

.liscio .operatori_search_box .horizontal {
  padding: 1rem;
  background-color: #ae5d69;
  background-image: linear-gradient(-180deg, #ad5b67 0%, #ae5d69 48%, #ad5b67 80%);
  font-size: 1.6rem;
}

.liscio .operatori_search_box .horizontal.collapsed {
  border-radius: 2px;
  box-shadow: -1px 0 3px 0 rgba(0, 0, 0, 0.25);
}

.liscio .operatori_search_box .horizontal .fa,
.liscio .operatori_search_box .horizontal .search .searchearchbox.vertical .bootstrap-select button:after,
.search .searchearchbox.vertical .bootstrap-select .liscio .operatori_search_box .horizontal button:after,
.liscio .operatori_search_box .search .searchearchbox.horizontal .control .bootstrap-select button:after,
.search .liscio .operatori_search_box .searchearchbox.horizontal .control .bootstrap-select button:after,
.liscio .operatori_search_box .horizontal .downloads .downloadsearchbox.vertical .bootstrap-select button:after,
.downloads .downloadsearchbox.vertical .bootstrap-select .liscio .operatori_search_box .horizontal button:after,
.liscio .operatori_search_box .downloads .downloadsearchbox.horizontal .control .bootstrap-select button:after,
.downloads .liscio .operatori_search_box .downloadsearchbox.horizontal .control .bootstrap-select button:after,
.liscio .operatori_search_box .horizontal .localita #searchbox-app .bootstrap-select button:after,
.localita #searchbox-app .bootstrap-select .liscio .operatori_search_box .horizontal button:after,
.liscio .operatori_search_box .horizontal .itinerari .searchbox .control .bootstrap-select button:after,
.itinerari .searchbox .control .bootstrap-select .liscio .operatori_search_box .horizontal button:after,
.liscio .operatori_search_box .itinerari .searchbox.horizontal .control .bootstrap-select button:after,
.itinerari .liscio .operatori_search_box .searchbox.horizontal .control .bootstrap-select button:after,
.liscio .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .liscio .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.liscio .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .liscio .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.liscio .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .liscio .operatori_search_box .horizontal .control .bootstrap-select button:after,
.liscio .operatori_search_box .horizontal .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .vertical .bootstrap-select .liscio .operatori_search_box .horizontal button:after,
.liscio .operatori_search_box .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .liscio .operatori_search_box .horizontal .control .bootstrap-select button:after,
.liscio .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .liscio .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.liscio .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .liscio .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.liscio .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .liscio .operatori_search_box .horizontal .control .bootstrap-select button:after,
.liscio .operatori_search_box .horizontal .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .vertical .bootstrap-select .liscio .operatori_search_box .horizontal button:after,
.liscio .operatori_search_box .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .liscio .operatori_search_box .horizontal .control .bootstrap-select button:after,
.liscio .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .liscio .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.liscio .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .liscio .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.liscio .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .liscio .operatori_search_box .horizontal .control .bootstrap-select button:after,
.liscio .operatori_search_box .horizontal .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .vertical .bootstrap-select .liscio .operatori_search_box .horizontal button:after,
.liscio .operatori_search_box .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .liscio .operatori_search_box .horizontal .control .bootstrap-select button:after,
.liscio .romagna-craft .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna-craft .liscio .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.liscio .romagna-craft .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna-craft .liscio .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.liscio .romagna-craft .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna-craft .liscio .operatori_search_box .horizontal .control .bootstrap-select button:after,
.liscio .operatori_search_box .horizontal .romagna-craft .xp_search_box .vertical .bootstrap-select button:after,
.romagna-craft .xp_search_box .vertical .bootstrap-select .liscio .operatori_search_box .horizontal button:after,
.liscio .operatori_search_box .romagna-craft .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna-craft .xp_search_box .liscio .operatori_search_box .horizontal .control .bootstrap-select button:after,
.liscio .spass .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.spass .liscio .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.liscio .spass .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.spass .liscio .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.liscio .spass .operatori_search_box .horizontal .control .bootstrap-select button:after,
.spass .liscio .operatori_search_box .horizontal .control .bootstrap-select button:after,
.liscio .operatori_search_box .horizontal .spass .xp_search_box .vertical .bootstrap-select button:after,
.spass .xp_search_box .vertical .bootstrap-select .liscio .operatori_search_box .horizontal button:after,
.liscio .operatori_search_box .spass .xp_search_box .horizontal .control .bootstrap-select button:after,
.spass .xp_search_box .liscio .operatori_search_box .horizontal .control .bootstrap-select button:after,
.liscio .natur .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.natur .liscio .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.liscio .natur .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.natur .liscio .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.liscio .natur .operatori_search_box .horizontal .control .bootstrap-select button:after,
.natur .liscio .operatori_search_box .horizontal .control .bootstrap-select button:after,
.liscio .operatori_search_box .horizontal .natur .xp_search_box .vertical .bootstrap-select button:after,
.natur .xp_search_box .vertical .bootstrap-select .liscio .operatori_search_box .horizontal button:after,
.liscio .operatori_search_box .natur .xp_search_box .horizontal .control .bootstrap-select button:after,
.natur .xp_search_box .liscio .operatori_search_box .horizontal .control .bootstrap-select button:after,
.liscio .kultur .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.kultur .liscio .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.liscio .kultur .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.kultur .liscio .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.liscio .kultur .operatori_search_box .horizontal .control .bootstrap-select button:after,
.kultur .liscio .operatori_search_box .horizontal .control .bootstrap-select button:after,
.liscio .operatori_search_box .horizontal .kultur .xp_search_box .vertical .bootstrap-select button:after,
.kultur .xp_search_box .vertical .bootstrap-select .liscio .operatori_search_box .horizontal button:after,
.liscio .operatori_search_box .kultur .xp_search_box .horizontal .control .bootstrap-select button:after,
.kultur .xp_search_box .liscio .operatori_search_box .horizontal .control .bootstrap-select button:after,
.liscio .pet .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.pet .liscio .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.liscio .pet .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.pet .liscio .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.liscio .pet .operatori_search_box .horizontal .control .bootstrap-select button:after,
.pet .liscio .operatori_search_box .horizontal .control .bootstrap-select button:after,
.liscio .operatori_search_box .horizontal .pet .xp_search_box .vertical .bootstrap-select button:after,
.pet .xp_search_box .vertical .bootstrap-select .liscio .operatori_search_box .horizontal button:after,
.liscio .operatori_search_box .pet .xp_search_box .horizontal .control .bootstrap-select button:after,
.pet .xp_search_box .liscio .operatori_search_box .horizontal .control .bootstrap-select button:after,
.liscio .default .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.default .liscio .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.liscio .default .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.default .liscio .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.liscio .default .operatori_search_box .horizontal .control .bootstrap-select button:after,
.default .liscio .operatori_search_box .horizontal .control .bootstrap-select button:after,
.liscio .operatori_search_box .horizontal .default .xp_search_box .vertical .bootstrap-select button:after,
.default .xp_search_box .vertical .bootstrap-select .liscio .operatori_search_box .horizontal button:after,
.liscio .operatori_search_box .default .xp_search_box .horizontal .control .bootstrap-select button:after,
.default .xp_search_box .liscio .operatori_search_box .horizontal .control .bootstrap-select button:after,
.liscio .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.liscio .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.liscio .operatori_search_box .horizontal .control .bootstrap-select button:after,
.liscio .operatori_search_box .events-homepage .header .eventsearchbox.horizontal .control .bootstrap-select button:after,
.events-homepage .header .liscio .operatori_search_box .eventsearchbox.horizontal .control .bootstrap-select button:after,
.liscio .operatori_search_box .horizontal .events-homepage .header .eventsearchbox.vertical .bootstrap-select button:after,
.events-homepage .header .eventsearchbox.vertical .bootstrap-select .liscio .operatori_search_box .horizontal button:after,
.liscio .operatori_search_box .events-page .header .eventsearchbox.horizontal .control .bootstrap-select button:after,
.events-page .header .liscio .operatori_search_box .eventsearchbox.horizontal .control .bootstrap-select button:after,
.liscio .operatori_search_box .horizontal .events-page .header .eventsearchbox.vertical .bootstrap-select button:after,
.events-page .header .eventsearchbox.vertical .bootstrap-select .liscio .operatori_search_box .horizontal button:after,
.liscio .operatori_search_box .scopri .xp_search_box .horizontal .control .bootstrap-select button:after,
.scopri .xp_search_box .liscio .operatori_search_box .horizontal .control .bootstrap-select button:after,
.liscio .operatori_search_box .horizontal .scopri .xp_search_box .vertical .bootstrap-select button:after,
.scopri .xp_search_box .vertical .bootstrap-select .liscio .operatori_search_box .horizontal button:after,
.liscio .scopri .operatori_search_box .horizontal .control .bootstrap-select button:after,
.scopri .liscio .operatori_search_box .horizontal .control .bootstrap-select button:after,
.liscio .scopri .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.scopri .liscio .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.liscio .scopri .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.scopri .liscio .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.liscio .operatori_search_box .idee .xp_search_box .horizontal .control .bootstrap-select button:after,
.idee .xp_search_box .liscio .operatori_search_box .horizontal .control .bootstrap-select button:after,
.liscio .operatori_search_box .horizontal .idee .xp_search_box .vertical .bootstrap-select button:after,
.idee .xp_search_box .vertical .bootstrap-select .liscio .operatori_search_box .horizontal button:after,
.liscio .idee .operatori_search_box .horizontal .control .bootstrap-select button:after,
.idee .liscio .operatori_search_box .horizontal .control .bootstrap-select button:after,
.liscio .idee .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.idee .liscio .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.liscio .idee .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.idee .liscio .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.liscio .operatori_search_box .eventi .xp_search_box .horizontal .control .bootstrap-select button:after,
.eventi .xp_search_box .liscio .operatori_search_box .horizontal .control .bootstrap-select button:after,
.liscio .operatori_search_box .horizontal .eventi .xp_search_box .vertical .bootstrap-select button:after,
.eventi .xp_search_box .vertical .bootstrap-select .liscio .operatori_search_box .horizontal button:after,
.liscio .eventi .operatori_search_box .horizontal .control .bootstrap-select button:after,
.eventi .liscio .operatori_search_box .horizontal .control .bootstrap-select button:after,
.liscio .eventi .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.eventi .liscio .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.liscio .eventi .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.eventi .liscio .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.liscio .operatori_search_box .pianifica .xp_search_box .horizontal .control .bootstrap-select button:after,
.pianifica .xp_search_box .liscio .operatori_search_box .horizontal .control .bootstrap-select button:after,
.liscio .operatori_search_box .horizontal .pianifica .xp_search_box .vertical .bootstrap-select button:after,
.pianifica .xp_search_box .vertical .bootstrap-select .liscio .operatori_search_box .horizontal button:after,
.liscio .pianifica .operatori_search_box .horizontal .control .bootstrap-select button:after,
.pianifica .liscio .operatori_search_box .horizontal .control .bootstrap-select button:after,
.liscio .pianifica .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.pianifica .liscio .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.liscio .pianifica .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.pianifica .liscio .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.liscio .operatori_search_box .esperienze .xp_search_box .horizontal .control .bootstrap-select button:after,
.esperienze .xp_search_box .liscio .operatori_search_box .horizontal .control .bootstrap-select button:after,
.liscio .operatori_search_box .horizontal .esperienze .xp_search_box .vertical .bootstrap-select button:after,
.esperienze .xp_search_box .vertical .bootstrap-select .liscio .operatori_search_box .horizontal button:after,
.liscio .esperienze .operatori_search_box .horizontal .control .bootstrap-select button:after,
.esperienze .liscio .operatori_search_box .horizontal .control .bootstrap-select button:after,
.liscio .esperienze .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.esperienze .liscio .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.liscio .esperienze .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.esperienze .liscio .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.liscio .operatori_search_box .news .xp_search_box .horizontal .control .bootstrap-select button:after,
.news .xp_search_box .liscio .operatori_search_box .horizontal .control .bootstrap-select button:after,
.liscio .operatori_search_box .horizontal .news .xp_search_box .vertical .bootstrap-select button:after,
.news .xp_search_box .vertical .bootstrap-select .liscio .operatori_search_box .horizontal button:after,
.liscio .news .operatori_search_box .horizontal .control .bootstrap-select button:after,
.news .liscio .operatori_search_box .horizontal .control .bootstrap-select button:after,
.liscio .news .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.news .liscio .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.liscio .news .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.news .liscio .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.liscio .operatori_search_box .iat .xp_search_box .horizontal .control .bootstrap-select button:after,
.iat .xp_search_box .liscio .operatori_search_box .horizontal .control .bootstrap-select button:after,
.liscio .operatori_search_box .horizontal .iat .xp_search_box .vertical .bootstrap-select button:after,
.iat .xp_search_box .vertical .bootstrap-select .liscio .operatori_search_box .horizontal button:after,
.liscio .iat .operatori_search_box .horizontal .control .bootstrap-select button:after,
.iat .liscio .operatori_search_box .horizontal .control .bootstrap-select button:after,
.liscio .iat .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.iat .liscio .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.liscio .iat .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.iat .liscio .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.liscio .operatori_search_box .meteo .xp_search_box .horizontal .control .bootstrap-select button:after,
.meteo .xp_search_box .liscio .operatori_search_box .horizontal .control .bootstrap-select button:after,
.liscio .operatori_search_box .horizontal .meteo .xp_search_box .vertical .bootstrap-select button:after,
.meteo .xp_search_box .vertical .bootstrap-select .liscio .operatori_search_box .horizontal button:after,
.liscio .meteo .operatori_search_box .horizontal .control .bootstrap-select button:after,
.meteo .liscio .operatori_search_box .horizontal .control .bootstrap-select button:after,
.liscio .meteo .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.meteo .liscio .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.liscio .meteo .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.meteo .liscio .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.liscio .operatori_search_box .odm .xp_search_box .horizontal .control .bootstrap-select button:after,
.odm .xp_search_box .liscio .operatori_search_box .horizontal .control .bootstrap-select button:after,
.liscio .operatori_search_box .horizontal .odm .xp_search_box .vertical .bootstrap-select button:after,
.odm .xp_search_box .vertical .bootstrap-select .liscio .operatori_search_box .horizontal button:after,
.liscio .odm .operatori_search_box .horizontal .control .bootstrap-select button:after,
.odm .liscio .operatori_search_box .horizontal .control .bootstrap-select button:after,
.liscio .odm .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.odm .liscio .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.liscio .odm .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.odm .liscio .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.liscio .operatori_search_box .booking .xp_search_box .horizontal .control .bootstrap-select button:after,
.booking .xp_search_box .liscio .operatori_search_box .horizontal .control .bootstrap-select button:after,
.liscio .operatori_search_box .horizontal .booking .xp_search_box .vertical .bootstrap-select button:after,
.booking .xp_search_box .vertical .bootstrap-select .liscio .operatori_search_box .horizontal button:after,
.liscio .booking .operatori_search_box .horizontal .control .bootstrap-select button:after,
.booking .liscio .operatori_search_box .horizontal .control .bootstrap-select button:after,
.liscio .booking .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.booking .liscio .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.liscio .booking .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.booking .liscio .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.liscio .operatori_search_box .rock .xp_search_box .horizontal .control .bootstrap-select button:after,
.rock .xp_search_box .liscio .operatori_search_box .horizontal .control .bootstrap-select button:after,
.liscio .operatori_search_box .horizontal .rock .xp_search_box .vertical .bootstrap-select button:after,
.rock .xp_search_box .vertical .bootstrap-select .liscio .operatori_search_box .horizontal button:after,
.liscio .rock .operatori_search_box .horizontal .control .bootstrap-select button:after,
.rock .liscio .operatori_search_box .horizontal .control .bootstrap-select button:after,
.liscio .rock .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.rock .liscio .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.liscio .rock .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.rock .liscio .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.liscio .operatori_search_box .beach .xp_search_box .horizontal .control .bootstrap-select button:after,
.beach .xp_search_box .liscio .operatori_search_box .horizontal .control .bootstrap-select button:after,
.liscio .operatori_search_box .horizontal .beach .xp_search_box .vertical .bootstrap-select button:after,
.beach .xp_search_box .vertical .bootstrap-select .liscio .operatori_search_box .horizontal button:after,
.liscio .beach .operatori_search_box .horizontal .control .bootstrap-select button:after,
.beach .liscio .operatori_search_box .horizontal .control .bootstrap-select button:after,
.liscio .beach .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.beach .liscio .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.liscio .beach .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.beach .liscio .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.liscio .operatori_search_box .food .xp_search_box .horizontal .control .bootstrap-select button:after,
.food .xp_search_box .liscio .operatori_search_box .horizontal .control .bootstrap-select button:after,
.liscio .operatori_search_box .horizontal .food .xp_search_box .vertical .bootstrap-select button:after,
.food .xp_search_box .vertical .bootstrap-select .liscio .operatori_search_box .horizontal button:after,
.liscio .food .operatori_search_box .horizontal .control .bootstrap-select button:after,
.food .liscio .operatori_search_box .horizontal .control .bootstrap-select button:after,
.liscio .food .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.food .liscio .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.liscio .food .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.food .liscio .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.liscio .operatori_search_box .nature .xp_search_box .horizontal .control .bootstrap-select button:after,
.nature .xp_search_box .liscio .operatori_search_box .horizontal .control .bootstrap-select button:after,
.liscio .operatori_search_box .horizontal .nature .xp_search_box .vertical .bootstrap-select button:after,
.nature .xp_search_box .vertical .bootstrap-select .liscio .operatori_search_box .horizontal button:after,
.liscio .nature .operatori_search_box .horizontal .control .bootstrap-select button:after,
.nature .liscio .operatori_search_box .horizontal .control .bootstrap-select button:after,
.liscio .nature .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.nature .liscio .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.liscio .nature .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.nature .liscio .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.liscio .operatori_search_box .romagna_autentica .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna_autentica .xp_search_box .liscio .operatori_search_box .horizontal .control .bootstrap-select button:after,
.liscio .operatori_search_box .horizontal .romagna_autentica .xp_search_box .vertical .bootstrap-select button:after,
.romagna_autentica .xp_search_box .vertical .bootstrap-select .liscio .operatori_search_box .horizontal button:after,
.liscio .romagna_autentica .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna_autentica .liscio .operatori_search_box .horizontal .control .bootstrap-select button:after,
.liscio .romagna_autentica .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna_autentica .liscio .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.liscio .romagna_autentica .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna_autentica .liscio .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.liscio .operatori_search_box .culture .xp_search_box .horizontal .control .bootstrap-select button:after,
.culture .xp_search_box .liscio .operatori_search_box .horizontal .control .bootstrap-select button:after,
.liscio .operatori_search_box .horizontal .culture .xp_search_box .vertical .bootstrap-select button:after,
.culture .xp_search_box .vertical .bootstrap-select .liscio .operatori_search_box .horizontal button:after,
.liscio .culture .operatori_search_box .horizontal .control .bootstrap-select button:after,
.culture .liscio .operatori_search_box .horizontal .control .bootstrap-select button:after,
.liscio .culture .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.culture .liscio .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.liscio .culture .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.culture .liscio .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.liscio .operatori_search_box .castle .xp_search_box .horizontal .control .bootstrap-select button:after,
.castle .xp_search_box .liscio .operatori_search_box .horizontal .control .bootstrap-select button:after,
.liscio .operatori_search_box .horizontal .castle .xp_search_box .vertical .bootstrap-select button:after,
.castle .xp_search_box .vertical .bootstrap-select .liscio .operatori_search_box .horizontal button:after,
.liscio .castle .operatori_search_box .horizontal .control .bootstrap-select button:after,
.castle .liscio .operatori_search_box .horizontal .control .bootstrap-select button:after,
.liscio .castle .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.castle .liscio .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.liscio .castle .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.castle .liscio .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.liscio .operatori_search_box .bike .xp_search_box .horizontal .control .bootstrap-select button:after,
.bike .xp_search_box .liscio .operatori_search_box .horizontal .control .bootstrap-select button:after,
.liscio .operatori_search_box .horizontal .bike .xp_search_box .vertical .bootstrap-select button:after,
.bike .xp_search_box .vertical .bootstrap-select .liscio .operatori_search_box .horizontal button:after,
.liscio .bike .operatori_search_box .horizontal .control .bootstrap-select button:after,
.bike .liscio .operatori_search_box .horizontal .control .bootstrap-select button:after,
.liscio .bike .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.bike .liscio .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.liscio .bike .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.bike .liscio .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.liscio .operatori_search_box .empire .xp_search_box .horizontal .control .bootstrap-select button:after,
.empire .xp_search_box .liscio .operatori_search_box .horizontal .control .bootstrap-select button:after,
.liscio .operatori_search_box .horizontal .empire .xp_search_box .vertical .bootstrap-select button:after,
.empire .xp_search_box .vertical .bootstrap-select .liscio .operatori_search_box .horizontal button:after,
.liscio .empire .operatori_search_box .horizontal .control .bootstrap-select button:after,
.empire .liscio .operatori_search_box .horizontal .control .bootstrap-select button:after,
.liscio .empire .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.empire .liscio .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.liscio .empire .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.empire .liscio .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.liscio .operatori_search_box .wellness .xp_search_box .horizontal .control .bootstrap-select button:after,
.wellness .xp_search_box .liscio .operatori_search_box .horizontal .control .bootstrap-select button:after,
.liscio .operatori_search_box .horizontal .wellness .xp_search_box .vertical .bootstrap-select button:after,
.wellness .xp_search_box .vertical .bootstrap-select .liscio .operatori_search_box .horizontal button:after,
.liscio .wellness .operatori_search_box .horizontal .control .bootstrap-select button:after,
.wellness .liscio .operatori_search_box .horizontal .control .bootstrap-select button:after,
.liscio .wellness .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.wellness .liscio .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.liscio .wellness .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.wellness .liscio .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.liscio .operatori_search_box .fun .xp_search_box .horizontal .control .bootstrap-select button:after,
.fun .xp_search_box .liscio .operatori_search_box .horizontal .control .bootstrap-select button:after,
.liscio .operatori_search_box .horizontal .fun .xp_search_box .vertical .bootstrap-select button:after,
.fun .xp_search_box .vertical .bootstrap-select .liscio .operatori_search_box .horizontal button:after,
.liscio .fun .operatori_search_box .horizontal .control .bootstrap-select button:after,
.fun .liscio .operatori_search_box .horizontal .control .bootstrap-select button:after,
.liscio .fun .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.fun .liscio .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.liscio .fun .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.fun .liscio .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.liscio .operatori_search_box .sport .xp_search_box .horizontal .control .bootstrap-select button:after,
.sport .xp_search_box .liscio .operatori_search_box .horizontal .control .bootstrap-select button:after,
.liscio .operatori_search_box .horizontal .sport .xp_search_box .vertical .bootstrap-select button:after,
.sport .xp_search_box .vertical .bootstrap-select .liscio .operatori_search_box .horizontal button:after,
.liscio .sport .operatori_search_box .horizontal .control .bootstrap-select button:after,
.sport .liscio .operatori_search_box .horizontal .control .bootstrap-select button:after,
.liscio .sport .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.sport .liscio .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.liscio .sport .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.sport .liscio .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.liscio .operatori_search_box .motorcycle .xp_search_box .horizontal .control .bootstrap-select button:after,
.motorcycle .xp_search_box .liscio .operatori_search_box .horizontal .control .bootstrap-select button:after,
.liscio .operatori_search_box .horizontal .motorcycle .xp_search_box .vertical .bootstrap-select button:after,
.motorcycle .xp_search_box .vertical .bootstrap-select .liscio .operatori_search_box .horizontal button:after,
.liscio .motorcycle .operatori_search_box .horizontal .control .bootstrap-select button:after,
.motorcycle .liscio .operatori_search_box .horizontal .control .bootstrap-select button:after,
.liscio .motorcycle .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.motorcycle .liscio .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.liscio .motorcycle .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.motorcycle .liscio .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.liscio .operatori_search_box .romagna .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna .xp_search_box .liscio .operatori_search_box .horizontal .control .bootstrap-select button:after,
.liscio .operatori_search_box .horizontal .romagna .xp_search_box .vertical .bootstrap-select button:after,
.romagna .xp_search_box .vertical .bootstrap-select .liscio .operatori_search_box .horizontal button:after,
.liscio .romagna .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna .liscio .operatori_search_box .horizontal .control .bootstrap-select button:after,
.liscio .romagna .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna .liscio .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.liscio .romagna .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna .liscio .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.liscio .operatori_search_box .xp_search_box .horizontal .control .bootstrap-select button:after,
.liscio .xp_search_box .operatori_search_box .horizontal .control .bootstrap-select button:after,
.liscio .operatori_search_box .horizontal .xp_search_box .vertical .bootstrap-select button:after,
.liscio .xp_search_box .vertical .bootstrap-select .operatori_search_box .horizontal button:after {
  line-height: 2.2rem;
}

.liscio .operatori_search_box .horizontal button.collapsible {
  border: none;
  background-color: transparent;
  display: block;
  width: 100%;
  font-size: 1.6rem;
  color: #ffffff;
  letter-spacing: -0.41px;
  text-align: left;
  text-transform: uppercase;
}

.liscio .operatori_search_box .horizontal .control {
  padding: 0.5rem 1rem;
  height: 5rem;
  background-color: white;
  margin: 0.5rem;
}

.liscio .operatori_search_box .horizontal .control.btn-holder {
  min-width: 2rem;
  width: auto;
  padding: 0px;
}

.liscio .operatori_search_box .horizontal .control.btn-holder button {
  width: 100%;
  border: none;
  background-color: #904853;
  height: 100%;
  font-size: 1.6rem;
  color: #ffffff;
  letter-spacing: -0.41px;
  text-align: center;
  text-transform: uppercase;
  display: block;
  padding: 0px;
}

.liscio .operatori_search_box .horizontal .control .ert-dropdown {
  width: 100%;
}

.liscio .operatori_search_box .horizontal .control .ert-dropdown * {
  cursor: pointer;
}

.liscio .operatori_search_box .horizontal .control .ert-dropdown .ert-combo {
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
  display: block;
  text-align: left;
}

.liscio .operatori_search_box .horizontal .control .ert-dropdown .ert-combo::after {
  border: none;
}

.liscio .operatori_search_box .horizontal .control .ert-dropdown .ert-combo i {
  transition: 500ms ease;
  transform: rotate(0);
  position: absolute;
  top: 2.25rem;
  right: 15px;
}

.liscio .operatori_search_box .horizontal .control .ert-dropdown .ert-combo .button {
  padding: 0px;
}

.liscio .operatori_search_box .horizontal .control .ert-dropdown.show .ert-combo i {
  transform: rotate(180deg);
}

.liscio .operatori_search_box .horizontal .control .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: auto;
}

.liscio .operatori_search_box .horizontal .control .bootstrap-select {
  margin-top: -1px;
}

.liscio .operatori_search_box .horizontal .control .bootstrap-select *:focus {
  box-shadow: none important;
}

.liscio .operatori_search_box .horizontal .control .bootstrap-select button {
  padding: 0px;
  font-size: 1.5rem;
  background: #ffffff;
  color: #848484;
  letter-spacing: 0.3px;
  border: none;
  border-radius: 0;
}

.liscio .operatori_search_box .horizontal .control .bootstrap-select button:after {
  content: "\F078";
  border: none;
}

.liscio .operatori_search_box .horizontal .control .bootstrap-select .dropdown-menu {
  width: 100% !important;
  border: none;
  border-radius: 0;
  box-shadow: 0px 2px 2px 0px #a9a9a970;
  border-top: 1px solid #a9a9a970;
}

.liscio .operatori_search_box .horizontal .control .bootstrap-select .dropdown-menu.inner.show {
  border-top: none;
}

.liscio .operatori_search_box .horizontal .control .bootstrap-select .dropdown-menu .dropdown-item {
  font-size: 1.5rem;
  line-height: 4rem;
}

.liscio .operatori_search_box .horizontal .control .bootstrap-select .dropdown-menu .dropdown-item:active,
.liscio .operatori_search_box .horizontal .control .bootstrap-select .dropdown-menu .dropdown-item.active {
  background-color: #ae5d69;
}

.liscio .operatori_search_box .horizontal .control label {
  background: #ffffff;
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
  line-height: 2.4rem;
  margin-bottom: 0px;
  margin-right: 0.5rem;
}

@media (max-width: 768px) {
  .liscio .operatori_search_box .horizontal .control label {
    min-width: 6.2rem;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .liscio .operatori_search_box .horizontal .control label {
    display: none;
  }
}

.liscio .operatori_search_box .horizontal .control .flatpickr-mobile.form-control {
  padding: 1px 0;
}

.liscio .operatori_search_box .horizontal .control input[type=text],
.liscio .operatori_search_box .horizontal .control input[type=date] {
  border: none;
  font-size: 1.5rem;
  border-radius: 0;
  background-color: white;
  border-bottom: 1px solid #495057;
  min-width: 0;
  height: auto;
}

.liscio .operatori_search_box .horizontal .control input[type=text]:focus,
.liscio .operatori_search_box .horizontal .control input[type=date]:focus {
  box-shadow: none;
}

.liscio .operatori_search_box .vertical {
  max-width: 30rem;
  z-index: 10;
  position: relative;
  height: 4.4rem;
  margin: 0 auto;
}

.liscio .operatori_search_box .vertical button.collapsible {
  border: none;
  background-color: transparent;
  display: block;
  position: absolute;
  width: 100%;
}

.liscio .operatori_search_box .vertical .dropbutton {
  display: none;
}

.liscio .operatori_search_box .vertical .dropbutton.collapsed {
  display: block;
}

.liscio .operatori_search_box .vertical #collapse-events {
  padding: 1.8rem;
  background-color: #ae5d69;
  background-image: linear-gradient(-180deg, #ad5b67 0%, #ae5d69 48%, #ad5b67 80%);
  font-size: 1.6rem;
}

.liscio .operatori_search_box .vertical .fa-chevron-up {
  text-align: right;
  line-height: 4rem;
  color: white;
  margin-bottom: 1.8rem;
}

.liscio .operatori_search_box .vertical .form-group {
  background: #ffffff;
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
}

.liscio .operatori_search_box .vertical .form-group .col-form-label {
  line-height: 5rem;
}

.liscio .operatori_search_box .vertical .ert-text {
  border: none;
  font-size: 1.5rem;
  height: 60px;
  border-radius: 0;
  background-color: white;
}

.liscio .operatori_search_box .vertical .ert-text.line {
  border-bottom: 1px solid #495057;
  height: auto;
  margin-top: 14px;
}

.liscio .operatori_search_box .vertical .ert-text:focus {
  box-shadow: none;
}

.liscio .operatori_search_box .vertical button.search {
  border: none;
  position: absolute;
  bottom: -10rem;
  left: 5%;
  right: 5%;
  width: 90%;
  line-height: 4.4rem;
}

.liscio .operatori_search_box .vertical .datepicker-holder {
  padding-right: 0px;
}

.liscio .operatori_search_box .vertical .datepicker-holder * {
  cursor: pointer;
}

.liscio .operatori_search_box .vertical .datepicker-holder input[type=date]::-webkit-calendar-picker-indicator {
  width: 1.2rem;
  height: 0.7rem;
  -webkit-mask: url(/images/caret.svg);
          mask: url(/images/caret.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  -webkit-transition: 500ms ease;
  transition: 500ms ease;
  background-color: #686868;
}

.liscio .operatori_search_box .vertical .datepicker-holder .flatpickr-calendar.static {
  margin-left: -193px;
  margin-top: -184px;
  left: 50%;
  top: 50%;
}

.liscio .operatori_search_box .vertical .datepicker-holder .flatpickr-calendar.static.arrowBottom:after {
  display: none;
}

.liscio .operatori_search_box .vertical .datepicker-holder .flatpickr-calendar.static.arrowBottom:before {
  display: none;
}

.liscio .operatori_search_box .vertical .datepicker-holder .flatpickr-months .flatpickr-month {
  height: 32px;
}

.liscio .operatori_search_box .vertical .ert-dropdown * {
  cursor: pointer;
}

.liscio .operatori_search_box .vertical .ert-dropdown .ert-combo {
  background: #ffffff;
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
  line-height: 5rem;
  display: block;
  width: 100%;
  height: 60px;
  text-align: left;
}

.liscio .operatori_search_box .vertical .ert-dropdown .ert-combo::after {
  border: none;
}

.liscio .operatori_search_box .vertical .ert-dropdown .ert-combo i {
  transition: 500ms ease;
  transform: rotate(0);
  position: absolute;
  top: 2.25rem;
  right: 15px;
}

.liscio .operatori_search_box .vertical .ert-dropdown .ert-combo .button {
  padding: 0px;
}

.liscio .operatori_search_box .vertical .ert-dropdown .dropdown-menu {
  width: 100% !important;
  border: none;
  border-radius: 0;
  box-shadow: 0px 2px 2px 0px #a9a9a970;
  border-top: 1px solid #a9a9a970;
}

.liscio .operatori_search_box .vertical .ert-dropdown .dropdown-menu .dropdown-item {
  font-size: 1.5rem;
  line-height: 4rem;
}

.liscio .operatori_search_box .vertical .ert-dropdown .dropdown-menu .dropdown-item:active {
  background-color: #ae5d69;
}

.liscio .operatori_search_box .vertical .ert-dropdown.show .ert-combo i {
  transform: rotate(180deg);
}

.liscio .operatori_search_box .vertical .bootstrap-select *:focus {
  box-shadow: none important;
}

.liscio .operatori_search_box .vertical .bootstrap-select button {
  font-size: 1.5rem;
  color: #848484;
  letter-spacing: 0.3px;
  border: none;
  font-size: 1.5rem;
  height: 60px;
  border-radius: 0;
  background-color: white;
}

.liscio .operatori_search_box .vertical .bootstrap-select button:after {
  content: "\F078";
  border: none;
}

.liscio .operatori_search_box .vertical .bootstrap-select .dropdown-menu {
  width: 100% !important;
  border: none;
  border-radius: 0;
  box-shadow: 0px 2px 2px 0px #a9a9a970;
  border-top: 1px solid #a9a9a970;
}

.liscio .operatori_search_box .vertical .bootstrap-select .dropdown-menu .dropdown-item {
  font-size: 1.5rem;
  line-height: 4rem;
}

.liscio .operatori_search_box .vertical .bootstrap-select .dropdown-menu .dropdown-item:active,
.liscio .operatori_search_box .vertical .bootstrap-select .dropdown-menu .dropdown-item.active {
  background-color: #ae5d69;
}

.liscio .operatori_search_box .vertical .btn-er,
.liscio .operatori_search_box .vertical .instagram .instabutton div span,
.instagram .instabutton div .liscio .operatori_search_box .vertical span {
  margin-top: 18px;
}

.liscio .operatori_search_box .vertical .btn-er .fa-chevron-down,
.liscio .operatori_search_box .vertical .instagram .instabutton div span .fa-chevron-down,
.instagram .instabutton div .liscio .operatori_search_box .vertical span .fa-chevron-down {
  float: right;
  line-height: 4rem;
}

.liscio .home-boxes {
  background-color: #ae5d69;
}

.liscio .content-box a {
  font-weight: bold;
  color: #ae5d69;
}

.liscio .content-box a strong {
  color: #ae5d69;
}

.liscio .content-box .btn-er,
.liscio .content-box .instagram .instabutton div span,
.instagram .instabutton div .liscio .content-box span {
  background-color: #ae5d69;
  color: white;
}

.liscio .content-box h3.with-line {
  font-size: 1.8rem;
  color: #030303;
  letter-spacing: -0.43px;
  text-transform: uppercase;
  margin-bottom: 2.1rem;
}

.liscio .content-box h3.with-line::before {
  content: "";
  display: block;
  height: 3px;
  background: #0e797b;
  width: 100%;
  max-width: 32rem;
  margin-left: 0;
  margin-right: 0;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.liscio *:focus {
  outline: 1px solid #ae5d69;
  outline-offset: -1px;
}

.liscio .bootstrap-select .dropdown-toggle:focus {
  outline: 1px solid #ae5d69;
  outline-offset: -1px;
}

.liscio a:hover {
  outline: 1px solid #bf7f88;
}

.liscio a:active {
  outline: 1px solid #ae5d69;
}

.liscio .events-list {
  font-size: 1.4rem;
}

.liscio .section-list {
  display: block;
  text-align: right;
}

.liscio .section-list a {
  font-size: 2rem;
  color: #ae5d69;
}

.liscio .events-list dt,
.liscio .section-list dt,
.liscio .iat-list dt {
  text-transform: uppercase;
  font-size: 1.5rem;
  line-height: 1.5;
  color: #111;
  letter-spacing: -0.38px;
  font-weight: 600;
  margin-top: 1.4rem;
}

.liscio .events-list dd,
.liscio .section-list dd,
.liscio .iat-list dd {
  font-size: 1.6rem;
  margin-bottom: 0.6rem;
  line-height: 1.5;
  color: #030303;
}

.liscio .events-list dd i,
.liscio .section-list dd i,
.liscio .iat-list dd i {
  margin-right: 0.6rem;
}

.liscio .events-list ul,
.liscio .section-list ul,
.liscio .iat-list ul {
  list-style: none;
  padding-inline-start: 0;
}

.liscio .events-list ul li,
.liscio .section-list ul li,
.liscio .iat-list ul li {
  font-size: 1.5rem;
  color: #030303;
  margin-top: 0.6rem;
  line-height: 1.5;
}

.liscio .events-list ul.tappe-list,
.liscio .section-list ul.tappe-list,
.liscio .iat-list ul.tappe-list {
  list-style: none;
  padding-inline-start: 0;
}

.liscio .events-list ul.tappe-list li,
.liscio .section-list ul.tappe-list li,
.liscio .iat-list ul.tappe-list li {
  font-size: 1.6rem;
  line-height: 1.5;
  color: #030303;
}

.liscio .tickets-list {
  display: flex;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #111;
  letter-spacing: -0.38px;
  font-weight: 600;
  margin-top: 1.4rem;
}

.liscio .tickets-list i {
  margin-top: 0.6rem;
}

.liscio .tickets-list li {
  color: #030303;
  font-size: 1.6rem;
  margin-left: 1.2rem;
}

.liscio .tickets-list li i {
  margin-right: 0.6rem;
}

.liscio .address * {
  color: white;
}

.liscio .top-title-box {
  padding: 0rem;
  text-align: center;
}

.liscio .top-title-box.no-image {
  padding-top: 10rem;
}

.liscio .top-title-box.no-image .er-logo-top {
  margin: 0 auto;
  display: block;
  margin-bottom: 10rem;
}

.liscio .top-title-box h1 {
  font-size: 3rem;
  color: #ae5d69;
  letter-spacing: -1.01px;
  line-height: 4rem;
  margin: 2rem 0;
}

.liscio .top-title-box h2 {
  font-size: 2rem;
  line-height: 1.5;
  color: #000;
  letter-spacing: -0.58px;
}

.liscio .top-title-box .breadcrumb {
  opacity: 0.6;
  font-size: 1.5rem;
  letter-spacing: -0.38px;
  padding: 0;
  margin: 0;
  color: #ae5d69;
  background-color: #fff;
}

.liscio .top-title-box .breadcrumb .breadcrumb-item::before,
.liscio .top-title-box .breadcrumb a {
  color: #ae5d69;
}

@media (min-width: 992px) {
  .liscio .top-title-box h1 {
    line-height: 7rem;
    font-size: 7rem;
    margin-top: 3rem;
  }

  .liscio .top-title-box h2 {
    font-size: 2rem;
    line-height: 1.5rem;
  }

  .liscio .top-title-box .breadcrumb {
    font-size: 1.9rem;
  }
}

.liscio .image-box-with-border {
  margin: 2rem 0;
  border-top: 64px solid #ae5d69;
}

.liscio .image-box-with-border img {
  -o-object-fit: cover;
     object-fit: cover;
}

.liscio .top-image {
  transition: background-image 1s ease-in-out;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 20px;
}

.liscio .top-image .logo {
  position: absolute;
  width: 30rem;
  bottom: 20px;
  left: 50%;
  margin-left: -15rem;
}

.liscio .top-image.no-mask {
  height: 600px;
}

.liscio .top-image .mask {
  z-index: 997;
  position: relative;
  width: 100%;
}

@media (min-width: 992px) {
  .liscio .top-image:after {
    position: absolute;
    content: "";
    left: 0px;
    bottom: -20px;
    width: 100%;
    height: 20px;
    transform: rotate(-180deg);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(255, 255, 255, 0.12) 12%, #e6e6e6);
  }
}

.liscio .info-box {
  position: relative;
  z-index: 0;
  border-right: 1px solid #e6e6e6;
  border-left: 7px solid #ae5d69;
  background-color: white;
  padding: 0.1rem 1.5rem;
}

.liscio .info-box h3 {
  font-weight: bold;
  font-size: 1.9rem;
}

.liscio .info-box .referente {
  font-size: 1.7rem;
  line-height: 1.8rem;
  color: #000;
  letter-spacing: -0.41px;
}

@media (min-width: 768px) {
  .liscio .info-box {
    position: sticky;
    position: -webkit-sticky;
    top: 68px;
  }
}

.liscio .info-box:after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: -8px;
  height: 8px;
  left: 0px;
  z-index: -1;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.01) 30%, rgba(0, 0, 0, 0.03) 50%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0.08) 90%, rgba(0, 0, 0, 0.09) 96%, rgba(0, 0, 0, 0.1) 100%);
}

.liscio .info-box:after {
  width: calc(100% + 8px);
  left: -7px;
}

@media (max-width: 991.98px) {
  .liscio .info-box {
    width: auto;
    max-width: 60%;
    min-width: 300px;
    margin: 20px auto;
    display: block;
  }
}

@media (min-width: 992px) {
  .liscio .info-box {
    margin-top: 2.2rem;
  }
}

.liscio .info-box li {
  padding: 1.1rem 0;
}

.liscio .info-box li .icon {
  font-size: 2.8rem;
  line-height: 3.3rem;
  margin-right: 1rem;
  float: left;
}

.liscio .info-box li .info .title {
  text-transform: uppercase;
  font-size: 1.2rem;
  line-height: 1.5rem;
  color: #787878;
  letter-spacing: -0.38px;
}

.liscio .info-box li .info .value {
  font-size: 1.7rem;
  line-height: 1.8rem;
  color: #000000;
  letter-spacing: -0.41px;
  display: table;
}

.liscio .info-box li .info .value a {
  word-break: break-all;
}

@media (max-width: 991.98px) {
  .liscio .info-box li.bookmarks {
    display: none;
  }
}

.liscio .info-box .title-index {
  text-transform: uppercase;
  font-size: 1.4rem;
  line-height: 3rem;
  letter-spacing: -0.38px;
}

.liscio .info-box .bookmarks {
  display: inline-block;
}

.liscio .info-box .bookmarks ul li {
  padding: 0.5rem 0;
  width: 100%;
}

.liscio .info-box .bookmarks ul li a {
  font-size: 1.4rem;
  line-height: 1.5rem;
  color: #000000;
  letter-spacing: -0.41px;
}

.liscio .info-box .bookmarks ul li a.active {
  text-decoration: underline;
}

.liscio #bookmarks-index {
  margin-top: 8rem;
}

.liscio #bookmarks-index .info {
  padding: 2.1rem;
}

.liscio #bookmarks-index h4 {
  font-size: 1.8rem;
}

@media (min-width: 768px) {
  .liscio #bookmarks-index {
    display: none;
  }
}

.liscio blockquote:before {
  color: #b0606c;
}

.liscio .btn-er,
.liscio .instagram .instabutton div span,
.instagram .instabutton div .liscio span,
.liscio.btn {
  background: #ae5d69;
}

.liscio hr {
  height: 3px;
  background: #ae5d69;
  width: 100%;
  max-width: 32rem;
  margin-left: 0;
  margin-right: 0;
  margin-top: 1rem;
  margin-bottom: 2rem;
}

.liscio .section h2 {
  margin-top: 4.5rem;
  margin-bottom: 4.5rem;
  font-size: 4.42rem;
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.18;
  letter-spacing: -1.07px;
  text-align: center;
  color: black;
  /*text-decoration: underline;*/
}

.liscio .section h2 a {
  color: black;
}

.liscio .section h3 {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
  font-size: 3.42rem;
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.18;
  letter-spacing: -1.07px;
  text-align: center;
  color: black;
  text-transform: uppercase;
  /*text-decoration: underline;*/
}

.liscio .section h3 a {
  color: black;
}

.liscio .section .gallery {
  position: relative;
  padding-bottom: 33px;
}

.liscio .section .gallery .swiper-button-next,
.liscio .section .gallery .swiper-container-rtl .swiper-button-prev,
.liscio .section .gallery .swiper-button-prev,
.liscio .section .gallery .swiper-container-rtl .swiper-button-next {
  background-position: center;
  width: 7.2rem;
  bottom: 33px;
  height: auto;
  top: 0px;
  margin: 0px;
  left: auto;
}

.liscio .section .gallery .swiper-button-next svg,
.liscio .section .gallery .swiper-container-rtl .swiper-button-prev svg,
.liscio .section .gallery .swiper-button-prev svg,
.liscio .section .gallery .swiper-container-rtl .swiper-button-next svg {
  top: 50%;
  left: 2.1rem;
  position: absolute;
  width: 3rem;
  height: 3rem;
  margin-top: -1.5rem;
  filter: drop-shadow(0px 3px 3px black);
}

.liscio .section .gallery .swiper-button-next,
.liscio .section .gallery .swiper-button-prev,
.liscio .section .gallery .swiper-container-rtl .swiper-button-prev,
.liscio .section .gallery .swiper-container-rtl .swiper-button-next {
  fill: #fff;
}

.liscio .section .gallery .swiper-button-next,
.liscio .section .gallery .swiper-container-rtl .swiper-button-prev {
  right: 0px;
}

.liscio .section .gallery .swiper-button-prev,
.liscio .section .gallery .swiper-container-rtl .swiper-button-next {
  left: 0px;
}

.liscio .section .gallery .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #ae5d69;
}

.liscio .section .gallery .swiper-pagination-bullet {
  border: 1px solid #ae5d69;
}

.liscio .section .gallery .swiper-pagination-bullets {
  bottom: 2px;
}

.liscio .section .gallery .swiper-slide .carousel-content {
  background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.07) 8%, rgba(0, 0, 0, 0.45) 68%);
  position: absolute;
  left: 0rem;
  bottom: 0rem;
  right: 0rem;
  width: auto;
  padding: 10rem 2rem 2rem 2rem;
  font-size: 2.6rem;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.63px;
  text-align: center;
  color: #ffffff;
}

.liscio .section .gallery .swiper-slide .carousel-content a {
  color: #ffffff !important;
}

.liscio .section .card-carousel .nodefault.swiper-button-prev::after,
.liscio .section .card-carousel .nodefault.swiper-button-prev::before,
.liscio .section .card-carousel .nodefault.swiper-button-next::after,
.liscio .section .card-carousel .nodefault.swiper-button-next::before {
  content: unset;
}

.liscio .section .card-carousel .swiper-slide {
  height: auto;
  margin-bottom: 5rem;
}

.liscio .section .card-carousel .swiper-slide .iv-wrapper,
.liscio .section .card-carousel .swiper-slide a .iv-wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

.liscio .section .card-carousel .swiper-slide .iv-wrapper > div,
.liscio .section .card-carousel .swiper-slide a .iv-wrapper > div {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: start;
}

.liscio .section .card-carousel .swiper-slide .iv-wrapper .image,
.liscio .section .card-carousel .swiper-slide a .iv-wrapper .image {
  min-height: 23rem;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.liscio .section .card-carousel .swiper-slide .iv-wrapper .content,
.liscio .section .card-carousel .swiper-slide a .iv-wrapper .content {
  background: #ffffff;
  border: 0 solid #000000;
  position: relative;
  padding: 2rem 2.1rem 4rem;
  position: relative;
  z-index: 0;
}

.liscio .section .card-carousel .swiper-slide .iv-wrapper .content:after,
.liscio .section .card-carousel .swiper-slide a .iv-wrapper .content:after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: -4px;
  height: 4px;
  left: 0px;
  z-index: -1;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.01) 30%, rgba(0, 0, 0, 0.03) 50%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0.08) 90%, rgba(0, 0, 0, 0.09) 96%, rgba(0, 0, 0, 0.1) 100%);
}

.liscio .section .card-carousel .swiper-slide .iv-wrapper .content h3,
.liscio .section .card-carousel .swiper-slide a .iv-wrapper .content h3 {
  font-size: 2rem;
  color: #030303;
  letter-spacing: -0.48px;
  text-align: left;
}

.liscio .section .card-carousel .swiper-slide .iv-wrapper .content p,
.liscio .section .card-carousel .swiper-slide .iv-wrapper .content p a,
.liscio .section .card-carousel .swiper-slide .iv-wrapper .content a p,
.liscio .section .card-carousel .swiper-slide a .iv-wrapper .content p,
.liscio .section .card-carousel .swiper-slide a .iv-wrapper .content p a,
.liscio .section .card-carousel .swiper-slide a .iv-wrapper .content a p {
  font-size: 1.5rem;
  color: #030303;
  letter-spacing: -0.38px;
  margin-bottom: 0px;
}

.liscio .section .card-carousel .swiper-slide .iv-wrapper .content p .readmore,
.liscio .section .card-carousel .swiper-slide .iv-wrapper .content p a .readmore,
.liscio .section .card-carousel .swiper-slide .iv-wrapper .content a p .readmore,
.liscio .section .card-carousel .swiper-slide a .iv-wrapper .content p .readmore,
.liscio .section .card-carousel .swiper-slide a .iv-wrapper .content p a .readmore,
.liscio .section .card-carousel .swiper-slide a .iv-wrapper .content a p .readmore {
  font-style: italic;
  color: #904853;
  display: block;
  margin-top: 1rem;
}

.liscio .section .card-carousel .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border: 1px solid #ae5d69;
  background: none;
  opacity: 1;
}

.liscio .section .card-carousel .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #ae5d69;
}

.liscio .section .card-carousel .swiper-button-next,
.liscio .section .card-carousel .swiper-container-rtl .swiper-button-prev,
.liscio .section .card-carousel .swiper-button-prev,
.liscio .section .card-carousel .swiper-container-rtl .swiper-button-next {
  background-image: none;
  width: 4rem;
  height: 23rem;
  top: 0px;
  margin: 0px;
  left: auto;
}

.liscio .section .card-carousel .swiper-button-next svg,
.liscio .section .card-carousel .swiper-container-rtl .swiper-button-prev svg,
.liscio .section .card-carousel .swiper-button-prev svg,
.liscio .section .card-carousel .swiper-container-rtl .swiper-button-next svg {
  top: 50%;
  left: 50%;
  position: absolute;
  width: 3rem;
  height: 3rem;
  margin-top: -1.5rem;
  margin-left: -1.5rem;
  filter: drop-shadow(0px 3px 3px black);
}

.liscio .section .card-carousel .swiper-button-next,
.liscio .section .card-carousel .swiper-button-prev,
.liscio .section .card-carousel .swiper-container-rtl .swiper-button-prev,
.liscio .section .card-carousel .swiper-container-rtl .swiper-button-next {
  fill: #fff;
}

.liscio .section .card-carousel .swiper-button-next,
.liscio .section .card-carousel .swiper-container-rtl .swiper-button-prev {
  right: 0px;
}

.liscio .section .card-carousel .swiper-button-prev,
.liscio .section .card-carousel .swiper-container-rtl .swiper-button-next {
  left: 0px;
}

.liscio .section .sassibox-item,
.liscio .section a .sassibox-item {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 5rem;
}

.liscio .section .sassibox-item > div,
.liscio .section a .sassibox-item > div {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.liscio .section .sassibox-item .image,
.liscio .section a .sassibox-item .image {
  min-height: 23rem;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.liscio .section .sassibox-item .content,
.liscio .section a .sassibox-item .content {
  background: #ffffff;
  border: 0 solid #000000;
  position: relative;
  padding: 1rem 0;
  position: relative;
  z-index: 0;
}

.liscio .section .sassibox-item .content:after,
.liscio .section a .sassibox-item .content:after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: -4px;
  height: 4px;
  left: 0px;
  z-index: -1;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.01) 30%, rgba(0, 0, 0, 0.03) 50%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0.08) 90%, rgba(0, 0, 0, 0.09) 96%, rgba(0, 0, 0, 0.1) 100%);
}

.liscio .section .sassibox-item .content h4,
.liscio .section a .sassibox-item .content h4 {
  font-size: 2rem;
  color: #030303;
  letter-spacing: -0.48px;
  text-align: left;
}

.liscio .section .sassibox-item .content p,
.liscio .section .sassibox-item .content span,
.liscio .section .sassibox-item .content a span,
.liscio .section .sassibox-item .content span a,
.liscio .section .sassibox-item .content p a,
.liscio .section .sassibox-item .content a p,
.liscio .section a .sassibox-item .content p,
.liscio .section a .sassibox-item .content span,
.liscio .section a .sassibox-item .content a span,
.liscio .section a .sassibox-item .content span a,
.liscio .section a .sassibox-item .content p a,
.liscio .section a .sassibox-item .content a p {
  font-size: 1.5rem;
  color: #030303;
  letter-spacing: -0.38px;
}

.liscio .section .sassibox-item .content .action,
.liscio .section a .sassibox-item .content .action {
  margin: 10px 0;
}

.liscio .section .sassibox-item .content .action button,
.liscio .section a .sassibox-item .content .action button {
  font-family: "Open Sans", sans-serif !important;
}

.liscio .section .sassibox-item .content .readmore,
.liscio .section a .sassibox-item .content .readmore {
  border: 1px solid transparent;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  padding: 6px 12px;
  text-align: center;
  vertical-align: middle;
  width: -moz-fit-content;
  width: fit-content;
  text-transform: uppercase;
  background-color: #ae5d69;
}

.default .xp_search_box button span {
  color: white;
}

.default .xp_search_box .city {
  color: white;
}

.default .xp_search_box .horizontal {
  padding: 1rem;
  background-color: #2F4A9A;
  background-image: linear-gradient(-180deg, #2e4998 0%, #2F4A9A 48%, #2e4998 80%);
  font-size: 1.6rem;
}

.default .xp_search_box .horizontal.collapsed {
  border-radius: 2px;
  box-shadow: -1px 0 3px 0 rgba(0, 0, 0, 0.25);
}

.default .xp_search_box .horizontal .fa,
.default .xp_search_box .horizontal .search .searchearchbox.vertical .bootstrap-select button:after,
.search .searchearchbox.vertical .bootstrap-select .default .xp_search_box .horizontal button:after,
.default .xp_search_box .search .searchearchbox.horizontal .control .bootstrap-select button:after,
.search .default .xp_search_box .searchearchbox.horizontal .control .bootstrap-select button:after,
.default .xp_search_box .horizontal .downloads .downloadsearchbox.vertical .bootstrap-select button:after,
.downloads .downloadsearchbox.vertical .bootstrap-select .default .xp_search_box .horizontal button:after,
.default .xp_search_box .downloads .downloadsearchbox.horizontal .control .bootstrap-select button:after,
.downloads .default .xp_search_box .downloadsearchbox.horizontal .control .bootstrap-select button:after,
.default .xp_search_box .horizontal .localita #searchbox-app .bootstrap-select button:after,
.localita #searchbox-app .bootstrap-select .default .xp_search_box .horizontal button:after,
.default .xp_search_box .horizontal .itinerari .searchbox .control .bootstrap-select button:after,
.itinerari .searchbox .control .bootstrap-select .default .xp_search_box .horizontal button:after,
.default .xp_search_box .itinerari .searchbox.horizontal .control .bootstrap-select button:after,
.itinerari .default .xp_search_box .searchbox.horizontal .control .bootstrap-select button:after,
.default .xp_search_box .horizontal .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .vertical .bootstrap-select .default .xp_search_box .horizontal button:after,
.default .xp_search_box .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .default .xp_search_box .horizontal .control .bootstrap-select button:after,
.default .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .default .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.default .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .default .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.default .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .default .xp_search_box .horizontal .control .bootstrap-select button:after,
.default .xp_search_box .horizontal .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .vertical .bootstrap-select .default .xp_search_box .horizontal button:after,
.default .xp_search_box .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .default .xp_search_box .horizontal .control .bootstrap-select button:after,
.default .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .default .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.default .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .default .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.default .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .default .xp_search_box .horizontal .control .bootstrap-select button:after,
.default .xp_search_box .horizontal .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .vertical .bootstrap-select .default .xp_search_box .horizontal button:after,
.default .xp_search_box .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .default .xp_search_box .horizontal .control .bootstrap-select button:after,
.default .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .default .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.default .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .default .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.default .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .default .xp_search_box .horizontal .control .bootstrap-select button:after,
.default .xp_search_box .horizontal .romagna-craft .operatori_search_box .vertical .bootstrap-select button:after,
.romagna-craft .operatori_search_box .vertical .bootstrap-select .default .xp_search_box .horizontal button:after,
.default .xp_search_box .romagna-craft .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna-craft .operatori_search_box .default .xp_search_box .horizontal .control .bootstrap-select button:after,
.default .romagna-craft .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna-craft .default .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.default .romagna-craft .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna-craft .default .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.default .romagna-craft .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna-craft .default .xp_search_box .horizontal .control .bootstrap-select button:after,
.default .xp_search_box .horizontal .spass .operatori_search_box .vertical .bootstrap-select button:after,
.spass .operatori_search_box .vertical .bootstrap-select .default .xp_search_box .horizontal button:after,
.default .xp_search_box .spass .operatori_search_box .horizontal .control .bootstrap-select button:after,
.spass .operatori_search_box .default .xp_search_box .horizontal .control .bootstrap-select button:after,
.default .spass .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.spass .default .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.default .spass .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.spass .default .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.default .spass .xp_search_box .horizontal .control .bootstrap-select button:after,
.spass .default .xp_search_box .horizontal .control .bootstrap-select button:after,
.default .xp_search_box .horizontal .natur .operatori_search_box .vertical .bootstrap-select button:after,
.natur .operatori_search_box .vertical .bootstrap-select .default .xp_search_box .horizontal button:after,
.default .xp_search_box .natur .operatori_search_box .horizontal .control .bootstrap-select button:after,
.natur .operatori_search_box .default .xp_search_box .horizontal .control .bootstrap-select button:after,
.default .natur .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.natur .default .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.default .natur .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.natur .default .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.default .natur .xp_search_box .horizontal .control .bootstrap-select button:after,
.natur .default .xp_search_box .horizontal .control .bootstrap-select button:after,
.default .xp_search_box .horizontal .kultur .operatori_search_box .vertical .bootstrap-select button:after,
.kultur .operatori_search_box .vertical .bootstrap-select .default .xp_search_box .horizontal button:after,
.default .xp_search_box .kultur .operatori_search_box .horizontal .control .bootstrap-select button:after,
.kultur .operatori_search_box .default .xp_search_box .horizontal .control .bootstrap-select button:after,
.default .kultur .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.kultur .default .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.default .kultur .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.kultur .default .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.default .kultur .xp_search_box .horizontal .control .bootstrap-select button:after,
.kultur .default .xp_search_box .horizontal .control .bootstrap-select button:after,
.default .xp_search_box .horizontal .pet .operatori_search_box .vertical .bootstrap-select button:after,
.pet .operatori_search_box .vertical .bootstrap-select .default .xp_search_box .horizontal button:after,
.default .xp_search_box .pet .operatori_search_box .horizontal .control .bootstrap-select button:after,
.pet .operatori_search_box .default .xp_search_box .horizontal .control .bootstrap-select button:after,
.default .pet .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.pet .default .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.default .pet .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.pet .default .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.default .pet .xp_search_box .horizontal .control .bootstrap-select button:after,
.pet .default .xp_search_box .horizontal .control .bootstrap-select button:after,
.default .xp_search_box .horizontal .operatori_search_box .vertical .bootstrap-select button:after,
.default .operatori_search_box .vertical .bootstrap-select .xp_search_box .horizontal button:after,
.default .xp_search_box .operatori_search_box .horizontal .control .bootstrap-select button:after,
.default .operatori_search_box .xp_search_box .horizontal .control .bootstrap-select button:after,
.default .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.default .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.default .xp_search_box .horizontal .control .bootstrap-select button:after,
.default .xp_search_box .events-homepage .header .eventsearchbox.horizontal .control .bootstrap-select button:after,
.events-homepage .header .default .xp_search_box .eventsearchbox.horizontal .control .bootstrap-select button:after,
.default .xp_search_box .horizontal .events-homepage .header .eventsearchbox.vertical .bootstrap-select button:after,
.events-homepage .header .eventsearchbox.vertical .bootstrap-select .default .xp_search_box .horizontal button:after,
.default .xp_search_box .events-page .header .eventsearchbox.horizontal .control .bootstrap-select button:after,
.events-page .header .default .xp_search_box .eventsearchbox.horizontal .control .bootstrap-select button:after,
.default .xp_search_box .horizontal .events-page .header .eventsearchbox.vertical .bootstrap-select button:after,
.events-page .header .eventsearchbox.vertical .bootstrap-select .default .xp_search_box .horizontal button:after,
.default .scopri .xp_search_box .horizontal .control .bootstrap-select button:after,
.scopri .default .xp_search_box .horizontal .control .bootstrap-select button:after,
.default .scopri .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.scopri .default .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.default .scopri .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.scopri .default .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.default .xp_search_box .scopri .operatori_search_box .horizontal .control .bootstrap-select button:after,
.scopri .operatori_search_box .default .xp_search_box .horizontal .control .bootstrap-select button:after,
.default .xp_search_box .horizontal .scopri .operatori_search_box .vertical .bootstrap-select button:after,
.scopri .operatori_search_box .vertical .bootstrap-select .default .xp_search_box .horizontal button:after,
.default .idee .xp_search_box .horizontal .control .bootstrap-select button:after,
.idee .default .xp_search_box .horizontal .control .bootstrap-select button:after,
.default .idee .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.idee .default .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.default .idee .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.idee .default .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.default .xp_search_box .idee .operatori_search_box .horizontal .control .bootstrap-select button:after,
.idee .operatori_search_box .default .xp_search_box .horizontal .control .bootstrap-select button:after,
.default .xp_search_box .horizontal .idee .operatori_search_box .vertical .bootstrap-select button:after,
.idee .operatori_search_box .vertical .bootstrap-select .default .xp_search_box .horizontal button:after,
.default .eventi .xp_search_box .horizontal .control .bootstrap-select button:after,
.eventi .default .xp_search_box .horizontal .control .bootstrap-select button:after,
.default .eventi .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.eventi .default .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.default .eventi .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.eventi .default .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.default .xp_search_box .eventi .operatori_search_box .horizontal .control .bootstrap-select button:after,
.eventi .operatori_search_box .default .xp_search_box .horizontal .control .bootstrap-select button:after,
.default .xp_search_box .horizontal .eventi .operatori_search_box .vertical .bootstrap-select button:after,
.eventi .operatori_search_box .vertical .bootstrap-select .default .xp_search_box .horizontal button:after,
.default .pianifica .xp_search_box .horizontal .control .bootstrap-select button:after,
.pianifica .default .xp_search_box .horizontal .control .bootstrap-select button:after,
.default .pianifica .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.pianifica .default .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.default .pianifica .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.pianifica .default .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.default .xp_search_box .pianifica .operatori_search_box .horizontal .control .bootstrap-select button:after,
.pianifica .operatori_search_box .default .xp_search_box .horizontal .control .bootstrap-select button:after,
.default .xp_search_box .horizontal .pianifica .operatori_search_box .vertical .bootstrap-select button:after,
.pianifica .operatori_search_box .vertical .bootstrap-select .default .xp_search_box .horizontal button:after,
.default .esperienze .xp_search_box .horizontal .control .bootstrap-select button:after,
.esperienze .default .xp_search_box .horizontal .control .bootstrap-select button:after,
.default .esperienze .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.esperienze .default .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.default .esperienze .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.esperienze .default .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.default .xp_search_box .esperienze .operatori_search_box .horizontal .control .bootstrap-select button:after,
.esperienze .operatori_search_box .default .xp_search_box .horizontal .control .bootstrap-select button:after,
.default .xp_search_box .horizontal .esperienze .operatori_search_box .vertical .bootstrap-select button:after,
.esperienze .operatori_search_box .vertical .bootstrap-select .default .xp_search_box .horizontal button:after,
.default .news .xp_search_box .horizontal .control .bootstrap-select button:after,
.news .default .xp_search_box .horizontal .control .bootstrap-select button:after,
.default .news .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.news .default .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.default .news .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.news .default .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.default .xp_search_box .news .operatori_search_box .horizontal .control .bootstrap-select button:after,
.news .operatori_search_box .default .xp_search_box .horizontal .control .bootstrap-select button:after,
.default .xp_search_box .horizontal .news .operatori_search_box .vertical .bootstrap-select button:after,
.news .operatori_search_box .vertical .bootstrap-select .default .xp_search_box .horizontal button:after,
.default .iat .xp_search_box .horizontal .control .bootstrap-select button:after,
.iat .default .xp_search_box .horizontal .control .bootstrap-select button:after,
.default .iat .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.iat .default .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.default .iat .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.iat .default .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.default .xp_search_box .iat .operatori_search_box .horizontal .control .bootstrap-select button:after,
.iat .operatori_search_box .default .xp_search_box .horizontal .control .bootstrap-select button:after,
.default .xp_search_box .horizontal .iat .operatori_search_box .vertical .bootstrap-select button:after,
.iat .operatori_search_box .vertical .bootstrap-select .default .xp_search_box .horizontal button:after,
.default .meteo .xp_search_box .horizontal .control .bootstrap-select button:after,
.meteo .default .xp_search_box .horizontal .control .bootstrap-select button:after,
.default .meteo .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.meteo .default .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.default .meteo .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.meteo .default .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.default .xp_search_box .meteo .operatori_search_box .horizontal .control .bootstrap-select button:after,
.meteo .operatori_search_box .default .xp_search_box .horizontal .control .bootstrap-select button:after,
.default .xp_search_box .horizontal .meteo .operatori_search_box .vertical .bootstrap-select button:after,
.meteo .operatori_search_box .vertical .bootstrap-select .default .xp_search_box .horizontal button:after,
.default .odm .xp_search_box .horizontal .control .bootstrap-select button:after,
.odm .default .xp_search_box .horizontal .control .bootstrap-select button:after,
.default .odm .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.odm .default .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.default .odm .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.odm .default .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.default .xp_search_box .odm .operatori_search_box .horizontal .control .bootstrap-select button:after,
.odm .operatori_search_box .default .xp_search_box .horizontal .control .bootstrap-select button:after,
.default .xp_search_box .horizontal .odm .operatori_search_box .vertical .bootstrap-select button:after,
.odm .operatori_search_box .vertical .bootstrap-select .default .xp_search_box .horizontal button:after,
.default .booking .xp_search_box .horizontal .control .bootstrap-select button:after,
.booking .default .xp_search_box .horizontal .control .bootstrap-select button:after,
.default .booking .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.booking .default .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.default .booking .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.booking .default .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.default .xp_search_box .booking .operatori_search_box .horizontal .control .bootstrap-select button:after,
.booking .operatori_search_box .default .xp_search_box .horizontal .control .bootstrap-select button:after,
.default .xp_search_box .horizontal .booking .operatori_search_box .vertical .bootstrap-select button:after,
.booking .operatori_search_box .vertical .bootstrap-select .default .xp_search_box .horizontal button:after,
.default .rock .xp_search_box .horizontal .control .bootstrap-select button:after,
.rock .default .xp_search_box .horizontal .control .bootstrap-select button:after,
.default .rock .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.rock .default .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.default .rock .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.rock .default .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.default .xp_search_box .rock .operatori_search_box .horizontal .control .bootstrap-select button:after,
.rock .operatori_search_box .default .xp_search_box .horizontal .control .bootstrap-select button:after,
.default .xp_search_box .horizontal .rock .operatori_search_box .vertical .bootstrap-select button:after,
.rock .operatori_search_box .vertical .bootstrap-select .default .xp_search_box .horizontal button:after,
.default .beach .xp_search_box .horizontal .control .bootstrap-select button:after,
.beach .default .xp_search_box .horizontal .control .bootstrap-select button:after,
.default .beach .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.beach .default .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.default .beach .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.beach .default .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.default .xp_search_box .beach .operatori_search_box .horizontal .control .bootstrap-select button:after,
.beach .operatori_search_box .default .xp_search_box .horizontal .control .bootstrap-select button:after,
.default .xp_search_box .horizontal .beach .operatori_search_box .vertical .bootstrap-select button:after,
.beach .operatori_search_box .vertical .bootstrap-select .default .xp_search_box .horizontal button:after,
.default .food .xp_search_box .horizontal .control .bootstrap-select button:after,
.food .default .xp_search_box .horizontal .control .bootstrap-select button:after,
.default .food .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.food .default .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.default .food .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.food .default .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.default .xp_search_box .food .operatori_search_box .horizontal .control .bootstrap-select button:after,
.food .operatori_search_box .default .xp_search_box .horizontal .control .bootstrap-select button:after,
.default .xp_search_box .horizontal .food .operatori_search_box .vertical .bootstrap-select button:after,
.food .operatori_search_box .vertical .bootstrap-select .default .xp_search_box .horizontal button:after,
.default .nature .xp_search_box .horizontal .control .bootstrap-select button:after,
.nature .default .xp_search_box .horizontal .control .bootstrap-select button:after,
.default .nature .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.nature .default .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.default .nature .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.nature .default .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.default .xp_search_box .nature .operatori_search_box .horizontal .control .bootstrap-select button:after,
.nature .operatori_search_box .default .xp_search_box .horizontal .control .bootstrap-select button:after,
.default .xp_search_box .horizontal .nature .operatori_search_box .vertical .bootstrap-select button:after,
.nature .operatori_search_box .vertical .bootstrap-select .default .xp_search_box .horizontal button:after,
.default .romagna_autentica .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna_autentica .default .xp_search_box .horizontal .control .bootstrap-select button:after,
.default .romagna_autentica .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna_autentica .default .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.default .romagna_autentica .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna_autentica .default .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.default .xp_search_box .romagna_autentica .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna_autentica .operatori_search_box .default .xp_search_box .horizontal .control .bootstrap-select button:after,
.default .xp_search_box .horizontal .romagna_autentica .operatori_search_box .vertical .bootstrap-select button:after,
.romagna_autentica .operatori_search_box .vertical .bootstrap-select .default .xp_search_box .horizontal button:after,
.default .culture .xp_search_box .horizontal .control .bootstrap-select button:after,
.culture .default .xp_search_box .horizontal .control .bootstrap-select button:after,
.default .culture .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.culture .default .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.default .culture .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.culture .default .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.default .xp_search_box .culture .operatori_search_box .horizontal .control .bootstrap-select button:after,
.culture .operatori_search_box .default .xp_search_box .horizontal .control .bootstrap-select button:after,
.default .xp_search_box .horizontal .culture .operatori_search_box .vertical .bootstrap-select button:after,
.culture .operatori_search_box .vertical .bootstrap-select .default .xp_search_box .horizontal button:after,
.default .castle .xp_search_box .horizontal .control .bootstrap-select button:after,
.castle .default .xp_search_box .horizontal .control .bootstrap-select button:after,
.default .castle .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.castle .default .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.default .castle .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.castle .default .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.default .xp_search_box .castle .operatori_search_box .horizontal .control .bootstrap-select button:after,
.castle .operatori_search_box .default .xp_search_box .horizontal .control .bootstrap-select button:after,
.default .xp_search_box .horizontal .castle .operatori_search_box .vertical .bootstrap-select button:after,
.castle .operatori_search_box .vertical .bootstrap-select .default .xp_search_box .horizontal button:after,
.default .bike .xp_search_box .horizontal .control .bootstrap-select button:after,
.bike .default .xp_search_box .horizontal .control .bootstrap-select button:after,
.default .bike .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.bike .default .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.default .bike .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.bike .default .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.default .xp_search_box .bike .operatori_search_box .horizontal .control .bootstrap-select button:after,
.bike .operatori_search_box .default .xp_search_box .horizontal .control .bootstrap-select button:after,
.default .xp_search_box .horizontal .bike .operatori_search_box .vertical .bootstrap-select button:after,
.bike .operatori_search_box .vertical .bootstrap-select .default .xp_search_box .horizontal button:after,
.default .empire .xp_search_box .horizontal .control .bootstrap-select button:after,
.empire .default .xp_search_box .horizontal .control .bootstrap-select button:after,
.default .empire .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.empire .default .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.default .empire .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.empire .default .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.default .xp_search_box .empire .operatori_search_box .horizontal .control .bootstrap-select button:after,
.empire .operatori_search_box .default .xp_search_box .horizontal .control .bootstrap-select button:after,
.default .xp_search_box .horizontal .empire .operatori_search_box .vertical .bootstrap-select button:after,
.empire .operatori_search_box .vertical .bootstrap-select .default .xp_search_box .horizontal button:after,
.default .wellness .xp_search_box .horizontal .control .bootstrap-select button:after,
.wellness .default .xp_search_box .horizontal .control .bootstrap-select button:after,
.default .wellness .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.wellness .default .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.default .wellness .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.wellness .default .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.default .xp_search_box .wellness .operatori_search_box .horizontal .control .bootstrap-select button:after,
.wellness .operatori_search_box .default .xp_search_box .horizontal .control .bootstrap-select button:after,
.default .xp_search_box .horizontal .wellness .operatori_search_box .vertical .bootstrap-select button:after,
.wellness .operatori_search_box .vertical .bootstrap-select .default .xp_search_box .horizontal button:after,
.default .fun .xp_search_box .horizontal .control .bootstrap-select button:after,
.fun .default .xp_search_box .horizontal .control .bootstrap-select button:after,
.default .fun .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.fun .default .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.default .fun .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.fun .default .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.default .xp_search_box .fun .operatori_search_box .horizontal .control .bootstrap-select button:after,
.fun .operatori_search_box .default .xp_search_box .horizontal .control .bootstrap-select button:after,
.default .xp_search_box .horizontal .fun .operatori_search_box .vertical .bootstrap-select button:after,
.fun .operatori_search_box .vertical .bootstrap-select .default .xp_search_box .horizontal button:after,
.default .sport .xp_search_box .horizontal .control .bootstrap-select button:after,
.sport .default .xp_search_box .horizontal .control .bootstrap-select button:after,
.default .sport .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.sport .default .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.default .sport .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.sport .default .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.default .xp_search_box .sport .operatori_search_box .horizontal .control .bootstrap-select button:after,
.sport .operatori_search_box .default .xp_search_box .horizontal .control .bootstrap-select button:after,
.default .xp_search_box .horizontal .sport .operatori_search_box .vertical .bootstrap-select button:after,
.sport .operatori_search_box .vertical .bootstrap-select .default .xp_search_box .horizontal button:after,
.default .motorcycle .xp_search_box .horizontal .control .bootstrap-select button:after,
.motorcycle .default .xp_search_box .horizontal .control .bootstrap-select button:after,
.default .motorcycle .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.motorcycle .default .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.default .motorcycle .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.motorcycle .default .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.default .xp_search_box .motorcycle .operatori_search_box .horizontal .control .bootstrap-select button:after,
.motorcycle .operatori_search_box .default .xp_search_box .horizontal .control .bootstrap-select button:after,
.default .xp_search_box .horizontal .motorcycle .operatori_search_box .vertical .bootstrap-select button:after,
.motorcycle .operatori_search_box .vertical .bootstrap-select .default .xp_search_box .horizontal button:after,
.default .romagna .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna .default .xp_search_box .horizontal .control .bootstrap-select button:after,
.default .romagna .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna .default .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.default .romagna .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna .default .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.default .xp_search_box .romagna .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna .operatori_search_box .default .xp_search_box .horizontal .control .bootstrap-select button:after,
.default .xp_search_box .horizontal .romagna .operatori_search_box .vertical .bootstrap-select button:after,
.romagna .operatori_search_box .vertical .bootstrap-select .default .xp_search_box .horizontal button:after,
.default .liscio .xp_search_box .horizontal .control .bootstrap-select button:after,
.liscio .default .xp_search_box .horizontal .control .bootstrap-select button:after,
.default .liscio .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.liscio .default .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.default .liscio .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.liscio .default .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.default .xp_search_box .liscio .operatori_search_box .horizontal .control .bootstrap-select button:after,
.liscio .operatori_search_box .default .xp_search_box .horizontal .control .bootstrap-select button:after,
.default .xp_search_box .horizontal .liscio .operatori_search_box .vertical .bootstrap-select button:after,
.liscio .operatori_search_box .vertical .bootstrap-select .default .xp_search_box .horizontal button:after {
  line-height: 2.2rem;
}

.default .xp_search_box .horizontal button.collapsible {
  border: none;
  background-color: transparent;
  display: block;
  width: 100%;
  font-size: 1.6rem;
  color: #ffffff;
  letter-spacing: -0.41px;
  text-align: left;
  text-transform: uppercase;
  display: block;
}

.default .xp_search_box .horizontal .control {
  padding: 0.5rem 1rem;
  height: 5rem;
  background-color: white;
  margin: 0.5rem;
}

.default .xp_search_box .horizontal .control.btn-holder {
  min-width: 2rem;
  width: auto;
  padding: 0px;
}

.default .xp_search_box .horizontal .control.btn-holder button {
  width: 100%;
  border: none;
  background-color: #233773;
  height: 100%;
  font-size: 1.6rem;
  color: #ffffff;
  letter-spacing: -0.41px;
  text-align: center;
  text-transform: uppercase;
  display: block;
  padding: 0px;
}

.default .xp_search_box .horizontal .control .ert-dropdown {
  width: 100%;
}

.default .xp_search_box .horizontal .control .ert-dropdown * {
  cursor: pointer;
}

.default .xp_search_box .horizontal .control .ert-dropdown .ert-combo {
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
  display: block;
  text-align: left;
}

.default .xp_search_box .horizontal .control .ert-dropdown .ert-combo::after {
  border: none;
}

.default .xp_search_box .horizontal .control .ert-dropdown .ert-combo i {
  transition: 500ms ease;
  transform: rotate(0);
  position: absolute;
  top: 2.25rem;
  right: 15px;
}

.default .xp_search_box .horizontal .control .ert-dropdown .ert-combo .button {
  padding: 0px;
}

.default .xp_search_box .horizontal .control .ert-dropdown.show .ert-combo i {
  transform: rotate(180deg);
}

.default .xp_search_box .horizontal .control .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: auto;
}

.default .xp_search_box .horizontal .control .bootstrap-select {
  margin-top: -1px;
}

.default .xp_search_box .horizontal .control .bootstrap-select *:focus {
  box-shadow: none important;
}

.default .xp_search_box .horizontal .control .bootstrap-select button {
  padding: 0px;
  font-size: 1.5rem;
  background: #ffffff;
  color: #848484;
  letter-spacing: 0.3px;
  border: none;
  border-radius: 0;
}

.default .xp_search_box .horizontal .control .bootstrap-select button:after {
  content: "\F078";
  border: none;
}

.default .xp_search_box .horizontal .control .bootstrap-select .dropdown-menu {
  width: 100% !important;
  border: none;
  border-radius: 0;
  box-shadow: 0px 2px 2px 0px #a9a9a970;
  border-top: 1px solid #a9a9a970;
}

.default .xp_search_box .horizontal .control .bootstrap-select .dropdown-menu.inner.show {
  border-top: none;
}

.default .xp_search_box .horizontal .control .bootstrap-select .dropdown-menu .dropdown-item {
  font-size: 1.5rem;
  line-height: 4rem;
}

.default .xp_search_box .horizontal .control .bootstrap-select .dropdown-menu .dropdown-item:active,
.default .xp_search_box .horizontal .control .bootstrap-select .dropdown-menu .dropdown-item.active {
  background-color: #2F4A9A;
}

.default .xp_search_box .horizontal .control label {
  background: #ffffff;
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
  line-height: 2.4rem;
  margin-bottom: 0px;
  margin-right: 0.5rem;
}

@media (max-width: 768px) {
  .default .xp_search_box .horizontal .control label {
    min-width: 6.2rem;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .default .xp_search_box .horizontal .control label {
    display: none;
  }
}

.default .xp_search_box .horizontal .control .flatpickr-mobile.form-control {
  padding: 1px 0;
}

.default .xp_search_box .horizontal .control input[type=text],
.default .xp_search_box .horizontal .control input[type=date] {
  border: none;
  font-size: 1.5rem;
  border-radius: 0;
  background-color: white;
  border-bottom: 1px solid #495057;
  min-width: 0;
  height: auto;
}

.default .xp_search_box .horizontal .control input[type=text]:focus,
.default .xp_search_box .horizontal .control input[type=date]:focus {
  box-shadow: none;
}

.default .xp_search_box .vertical {
  max-width: 30rem;
  z-index: 10;
  position: relative;
  height: 4.4rem;
  margin: 0 auto;
}

.default .xp_search_box .vertical button.collapsible {
  border: none;
  background-color: transparent;
  display: block;
  position: absolute;
  width: 100%;
}

.default .xp_search_box .vertical .dropbutton {
  display: none;
}

.default .xp_search_box .vertical .dropbutton.collapsed {
  display: block;
}

.default .xp_search_box .vertical #collapse-events {
  padding: 1.8rem;
  background-color: #2F4A9A;
  background-image: linear-gradient(-180deg, #2e4998 0%, #2F4A9A 48%, #2e4998 80%);
  font-size: 1.6rem;
}

.default .xp_search_box .vertical .fa-chevron-up {
  text-align: right;
  line-height: 4rem;
  color: white;
  margin-bottom: 1.8rem;
}

.default .xp_search_box .vertical .form-group {
  background: #ffffff;
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
}

.default .xp_search_box .vertical .form-group .col-form-label {
  line-height: 5rem;
}

.default .xp_search_box .vertical .ert-text {
  border: none;
  font-size: 1.5rem;
  height: 60px;
  border-radius: 0;
  background-color: white;
}

.default .xp_search_box .vertical .ert-text.line {
  border-bottom: 1px solid #495057;
  height: auto;
  margin-top: 14px;
}

.default .xp_search_box .vertical .ert-text:focus {
  box-shadow: none;
}

.default .xp_search_box .vertical button.search {
  border: none;
  position: absolute;
  bottom: -10rem;
  left: 5%;
  right: 5%;
  width: 90%;
  line-height: 4.4rem;
}

.default .xp_search_box .vertical .datepicker-holder {
  padding-right: 0px;
}

.default .xp_search_box .vertical .datepicker-holder * {
  cursor: pointer;
}

.default .xp_search_box .vertical .datepicker-holder input[type=date]::-webkit-calendar-picker-indicator {
  width: 1.2rem;
  height: 0.7rem;
  -webkit-mask: url(/images/caret.svg);
          mask: url(/images/caret.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  -webkit-transition: 500ms ease;
  transition: 500ms ease;
  background-color: #686868;
}

.default .xp_search_box .vertical .datepicker-holder .flatpickr-calendar.static {
  margin-left: -193px;
  margin-top: -184px;
  left: 50%;
  top: 50%;
}

.default .xp_search_box .vertical .datepicker-holder .flatpickr-calendar.static.arrowBottom:after {
  display: none;
}

.default .xp_search_box .vertical .datepicker-holder .flatpickr-calendar.static.arrowBottom:before {
  display: none;
}

.default .xp_search_box .vertical .datepicker-holder .flatpickr-months .flatpickr-month {
  height: 32px;
}

.default .xp_search_box .vertical .ert-dropdown * {
  cursor: pointer;
}

.default .xp_search_box .vertical .ert-dropdown .ert-combo {
  background: #ffffff;
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
  line-height: 5rem;
  display: block;
  width: 100%;
  height: 60px;
  text-align: left;
}

.default .xp_search_box .vertical .ert-dropdown .ert-combo::after {
  border: none;
}

.default .xp_search_box .vertical .ert-dropdown .ert-combo i {
  transition: 500ms ease;
  transform: rotate(0);
  position: absolute;
  top: 2.25rem;
  right: 15px;
}

.default .xp_search_box .vertical .ert-dropdown .ert-combo .button {
  padding: 0px;
}

.default .xp_search_box .vertical .ert-dropdown .dropdown-menu {
  width: 100% !important;
  border: none;
  border-radius: 0;
  box-shadow: 0px 2px 2px 0px #a9a9a970;
  border-top: 1px solid #a9a9a970;
}

.default .xp_search_box .vertical .ert-dropdown .dropdown-menu .dropdown-item {
  font-size: 1.5rem;
  line-height: 4rem;
}

.default .xp_search_box .vertical .ert-dropdown .dropdown-menu .dropdown-item:active {
  background-color: #2F4A9A;
}

.default .xp_search_box .vertical .ert-dropdown.show .ert-combo i {
  transform: rotate(180deg);
}

.default .xp_search_box .vertical .bootstrap-select *:focus {
  box-shadow: none important;
}

.default .xp_search_box .vertical .bootstrap-select button {
  font-size: 1.5rem;
  color: #848484;
  letter-spacing: 0.3px;
  border: none;
  font-size: 1.5rem;
  height: 60px;
  border-radius: 0;
  background-color: white;
}

.default .xp_search_box .vertical .bootstrap-select button:after {
  content: "\F078";
  border: none;
}

.default .xp_search_box .vertical .bootstrap-select .dropdown-menu {
  width: 100% !important;
  border: none;
  border-radius: 0;
  box-shadow: 0px 2px 2px 0px #a9a9a970;
  border-top: 1px solid #a9a9a970;
}

.default .xp_search_box .vertical .bootstrap-select .dropdown-menu .dropdown-item {
  font-size: 1.5rem;
  line-height: 4rem;
}

.default .xp_search_box .vertical .bootstrap-select .dropdown-menu .dropdown-item:active,
.default .xp_search_box .vertical .bootstrap-select .dropdown-menu .dropdown-item.active {
  background-color: #2F4A9A;
}

.default .xp_search_box .vertical .btn-er,
.default .xp_search_box .vertical .instagram .instabutton div span,
.instagram .instabutton div .default .xp_search_box .vertical span {
  margin-top: 18px;
}

.default .xp_search_box .vertical .btn-er .fa-chevron-down,
.default .xp_search_box .vertical .instagram .instabutton div span .fa-chevron-down,
.instagram .instabutton div .default .xp_search_box .vertical span .fa-chevron-down {
  float: right;
  line-height: 4rem;
}

.default .operatori_search_box button span {
  color: white;
}

.default .operatori_search_box .city {
  color: white;
}

.default .operatori_search_box .horizontal {
  padding: 1rem;
  background-color: #2F4A9A;
  background-image: linear-gradient(-180deg, #2e4998 0%, #2F4A9A 48%, #2e4998 80%);
  font-size: 1.6rem;
}

.default .operatori_search_box .horizontal.collapsed {
  border-radius: 2px;
  box-shadow: -1px 0 3px 0 rgba(0, 0, 0, 0.25);
}

.default .operatori_search_box .horizontal .fa,
.default .operatori_search_box .horizontal .search .searchearchbox.vertical .bootstrap-select button:after,
.search .searchearchbox.vertical .bootstrap-select .default .operatori_search_box .horizontal button:after,
.default .operatori_search_box .search .searchearchbox.horizontal .control .bootstrap-select button:after,
.search .default .operatori_search_box .searchearchbox.horizontal .control .bootstrap-select button:after,
.default .operatori_search_box .horizontal .downloads .downloadsearchbox.vertical .bootstrap-select button:after,
.downloads .downloadsearchbox.vertical .bootstrap-select .default .operatori_search_box .horizontal button:after,
.default .operatori_search_box .downloads .downloadsearchbox.horizontal .control .bootstrap-select button:after,
.downloads .default .operatori_search_box .downloadsearchbox.horizontal .control .bootstrap-select button:after,
.default .operatori_search_box .horizontal .localita #searchbox-app .bootstrap-select button:after,
.localita #searchbox-app .bootstrap-select .default .operatori_search_box .horizontal button:after,
.default .operatori_search_box .horizontal .itinerari .searchbox .control .bootstrap-select button:after,
.itinerari .searchbox .control .bootstrap-select .default .operatori_search_box .horizontal button:after,
.default .operatori_search_box .itinerari .searchbox.horizontal .control .bootstrap-select button:after,
.itinerari .default .operatori_search_box .searchbox.horizontal .control .bootstrap-select button:after,
.default .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .default .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.default .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .default .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.default .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .default .operatori_search_box .horizontal .control .bootstrap-select button:after,
.default .operatori_search_box .horizontal .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .vertical .bootstrap-select .default .operatori_search_box .horizontal button:after,
.default .operatori_search_box .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .default .operatori_search_box .horizontal .control .bootstrap-select button:after,
.default .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .default .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.default .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .default .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.default .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .default .operatori_search_box .horizontal .control .bootstrap-select button:after,
.default .operatori_search_box .horizontal .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .vertical .bootstrap-select .default .operatori_search_box .horizontal button:after,
.default .operatori_search_box .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .default .operatori_search_box .horizontal .control .bootstrap-select button:after,
.default .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .default .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.default .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .default .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.default .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .default .operatori_search_box .horizontal .control .bootstrap-select button:after,
.default .operatori_search_box .horizontal .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .vertical .bootstrap-select .default .operatori_search_box .horizontal button:after,
.default .operatori_search_box .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .default .operatori_search_box .horizontal .control .bootstrap-select button:after,
.default .romagna-craft .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna-craft .default .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.default .romagna-craft .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna-craft .default .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.default .romagna-craft .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna-craft .default .operatori_search_box .horizontal .control .bootstrap-select button:after,
.default .operatori_search_box .horizontal .romagna-craft .xp_search_box .vertical .bootstrap-select button:after,
.romagna-craft .xp_search_box .vertical .bootstrap-select .default .operatori_search_box .horizontal button:after,
.default .operatori_search_box .romagna-craft .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna-craft .xp_search_box .default .operatori_search_box .horizontal .control .bootstrap-select button:after,
.default .spass .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.spass .default .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.default .spass .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.spass .default .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.default .spass .operatori_search_box .horizontal .control .bootstrap-select button:after,
.spass .default .operatori_search_box .horizontal .control .bootstrap-select button:after,
.default .operatori_search_box .horizontal .spass .xp_search_box .vertical .bootstrap-select button:after,
.spass .xp_search_box .vertical .bootstrap-select .default .operatori_search_box .horizontal button:after,
.default .operatori_search_box .spass .xp_search_box .horizontal .control .bootstrap-select button:after,
.spass .xp_search_box .default .operatori_search_box .horizontal .control .bootstrap-select button:after,
.default .natur .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.natur .default .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.default .natur .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.natur .default .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.default .natur .operatori_search_box .horizontal .control .bootstrap-select button:after,
.natur .default .operatori_search_box .horizontal .control .bootstrap-select button:after,
.default .operatori_search_box .horizontal .natur .xp_search_box .vertical .bootstrap-select button:after,
.natur .xp_search_box .vertical .bootstrap-select .default .operatori_search_box .horizontal button:after,
.default .operatori_search_box .natur .xp_search_box .horizontal .control .bootstrap-select button:after,
.natur .xp_search_box .default .operatori_search_box .horizontal .control .bootstrap-select button:after,
.default .kultur .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.kultur .default .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.default .kultur .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.kultur .default .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.default .kultur .operatori_search_box .horizontal .control .bootstrap-select button:after,
.kultur .default .operatori_search_box .horizontal .control .bootstrap-select button:after,
.default .operatori_search_box .horizontal .kultur .xp_search_box .vertical .bootstrap-select button:after,
.kultur .xp_search_box .vertical .bootstrap-select .default .operatori_search_box .horizontal button:after,
.default .operatori_search_box .kultur .xp_search_box .horizontal .control .bootstrap-select button:after,
.kultur .xp_search_box .default .operatori_search_box .horizontal .control .bootstrap-select button:after,
.default .pet .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.pet .default .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.default .pet .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.pet .default .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.default .pet .operatori_search_box .horizontal .control .bootstrap-select button:after,
.pet .default .operatori_search_box .horizontal .control .bootstrap-select button:after,
.default .operatori_search_box .horizontal .pet .xp_search_box .vertical .bootstrap-select button:after,
.pet .xp_search_box .vertical .bootstrap-select .default .operatori_search_box .horizontal button:after,
.default .operatori_search_box .pet .xp_search_box .horizontal .control .bootstrap-select button:after,
.pet .xp_search_box .default .operatori_search_box .horizontal .control .bootstrap-select button:after,
.default .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.default .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.default .operatori_search_box .horizontal .control .bootstrap-select button:after,
.default .operatori_search_box .events-homepage .header .eventsearchbox.horizontal .control .bootstrap-select button:after,
.events-homepage .header .default .operatori_search_box .eventsearchbox.horizontal .control .bootstrap-select button:after,
.default .operatori_search_box .horizontal .events-homepage .header .eventsearchbox.vertical .bootstrap-select button:after,
.events-homepage .header .eventsearchbox.vertical .bootstrap-select .default .operatori_search_box .horizontal button:after,
.default .operatori_search_box .events-page .header .eventsearchbox.horizontal .control .bootstrap-select button:after,
.events-page .header .default .operatori_search_box .eventsearchbox.horizontal .control .bootstrap-select button:after,
.default .operatori_search_box .horizontal .events-page .header .eventsearchbox.vertical .bootstrap-select button:after,
.events-page .header .eventsearchbox.vertical .bootstrap-select .default .operatori_search_box .horizontal button:after,
.default .operatori_search_box .scopri .xp_search_box .horizontal .control .bootstrap-select button:after,
.scopri .xp_search_box .default .operatori_search_box .horizontal .control .bootstrap-select button:after,
.default .operatori_search_box .horizontal .scopri .xp_search_box .vertical .bootstrap-select button:after,
.scopri .xp_search_box .vertical .bootstrap-select .default .operatori_search_box .horizontal button:after,
.default .scopri .operatori_search_box .horizontal .control .bootstrap-select button:after,
.scopri .default .operatori_search_box .horizontal .control .bootstrap-select button:after,
.default .scopri .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.scopri .default .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.default .scopri .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.scopri .default .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.default .operatori_search_box .idee .xp_search_box .horizontal .control .bootstrap-select button:after,
.idee .xp_search_box .default .operatori_search_box .horizontal .control .bootstrap-select button:after,
.default .operatori_search_box .horizontal .idee .xp_search_box .vertical .bootstrap-select button:after,
.idee .xp_search_box .vertical .bootstrap-select .default .operatori_search_box .horizontal button:after,
.default .idee .operatori_search_box .horizontal .control .bootstrap-select button:after,
.idee .default .operatori_search_box .horizontal .control .bootstrap-select button:after,
.default .idee .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.idee .default .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.default .idee .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.idee .default .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.default .operatori_search_box .eventi .xp_search_box .horizontal .control .bootstrap-select button:after,
.eventi .xp_search_box .default .operatori_search_box .horizontal .control .bootstrap-select button:after,
.default .operatori_search_box .horizontal .eventi .xp_search_box .vertical .bootstrap-select button:after,
.eventi .xp_search_box .vertical .bootstrap-select .default .operatori_search_box .horizontal button:after,
.default .eventi .operatori_search_box .horizontal .control .bootstrap-select button:after,
.eventi .default .operatori_search_box .horizontal .control .bootstrap-select button:after,
.default .eventi .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.eventi .default .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.default .eventi .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.eventi .default .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.default .operatori_search_box .pianifica .xp_search_box .horizontal .control .bootstrap-select button:after,
.pianifica .xp_search_box .default .operatori_search_box .horizontal .control .bootstrap-select button:after,
.default .operatori_search_box .horizontal .pianifica .xp_search_box .vertical .bootstrap-select button:after,
.pianifica .xp_search_box .vertical .bootstrap-select .default .operatori_search_box .horizontal button:after,
.default .pianifica .operatori_search_box .horizontal .control .bootstrap-select button:after,
.pianifica .default .operatori_search_box .horizontal .control .bootstrap-select button:after,
.default .pianifica .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.pianifica .default .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.default .pianifica .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.pianifica .default .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.default .operatori_search_box .esperienze .xp_search_box .horizontal .control .bootstrap-select button:after,
.esperienze .xp_search_box .default .operatori_search_box .horizontal .control .bootstrap-select button:after,
.default .operatori_search_box .horizontal .esperienze .xp_search_box .vertical .bootstrap-select button:after,
.esperienze .xp_search_box .vertical .bootstrap-select .default .operatori_search_box .horizontal button:after,
.default .esperienze .operatori_search_box .horizontal .control .bootstrap-select button:after,
.esperienze .default .operatori_search_box .horizontal .control .bootstrap-select button:after,
.default .esperienze .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.esperienze .default .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.default .esperienze .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.esperienze .default .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.default .operatori_search_box .news .xp_search_box .horizontal .control .bootstrap-select button:after,
.news .xp_search_box .default .operatori_search_box .horizontal .control .bootstrap-select button:after,
.default .operatori_search_box .horizontal .news .xp_search_box .vertical .bootstrap-select button:after,
.news .xp_search_box .vertical .bootstrap-select .default .operatori_search_box .horizontal button:after,
.default .news .operatori_search_box .horizontal .control .bootstrap-select button:after,
.news .default .operatori_search_box .horizontal .control .bootstrap-select button:after,
.default .news .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.news .default .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.default .news .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.news .default .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.default .operatori_search_box .iat .xp_search_box .horizontal .control .bootstrap-select button:after,
.iat .xp_search_box .default .operatori_search_box .horizontal .control .bootstrap-select button:after,
.default .operatori_search_box .horizontal .iat .xp_search_box .vertical .bootstrap-select button:after,
.iat .xp_search_box .vertical .bootstrap-select .default .operatori_search_box .horizontal button:after,
.default .iat .operatori_search_box .horizontal .control .bootstrap-select button:after,
.iat .default .operatori_search_box .horizontal .control .bootstrap-select button:after,
.default .iat .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.iat .default .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.default .iat .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.iat .default .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.default .operatori_search_box .meteo .xp_search_box .horizontal .control .bootstrap-select button:after,
.meteo .xp_search_box .default .operatori_search_box .horizontal .control .bootstrap-select button:after,
.default .operatori_search_box .horizontal .meteo .xp_search_box .vertical .bootstrap-select button:after,
.meteo .xp_search_box .vertical .bootstrap-select .default .operatori_search_box .horizontal button:after,
.default .meteo .operatori_search_box .horizontal .control .bootstrap-select button:after,
.meteo .default .operatori_search_box .horizontal .control .bootstrap-select button:after,
.default .meteo .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.meteo .default .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.default .meteo .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.meteo .default .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.default .operatori_search_box .odm .xp_search_box .horizontal .control .bootstrap-select button:after,
.odm .xp_search_box .default .operatori_search_box .horizontal .control .bootstrap-select button:after,
.default .operatori_search_box .horizontal .odm .xp_search_box .vertical .bootstrap-select button:after,
.odm .xp_search_box .vertical .bootstrap-select .default .operatori_search_box .horizontal button:after,
.default .odm .operatori_search_box .horizontal .control .bootstrap-select button:after,
.odm .default .operatori_search_box .horizontal .control .bootstrap-select button:after,
.default .odm .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.odm .default .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.default .odm .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.odm .default .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.default .operatori_search_box .booking .xp_search_box .horizontal .control .bootstrap-select button:after,
.booking .xp_search_box .default .operatori_search_box .horizontal .control .bootstrap-select button:after,
.default .operatori_search_box .horizontal .booking .xp_search_box .vertical .bootstrap-select button:after,
.booking .xp_search_box .vertical .bootstrap-select .default .operatori_search_box .horizontal button:after,
.default .booking .operatori_search_box .horizontal .control .bootstrap-select button:after,
.booking .default .operatori_search_box .horizontal .control .bootstrap-select button:after,
.default .booking .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.booking .default .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.default .booking .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.booking .default .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.default .operatori_search_box .rock .xp_search_box .horizontal .control .bootstrap-select button:after,
.rock .xp_search_box .default .operatori_search_box .horizontal .control .bootstrap-select button:after,
.default .operatori_search_box .horizontal .rock .xp_search_box .vertical .bootstrap-select button:after,
.rock .xp_search_box .vertical .bootstrap-select .default .operatori_search_box .horizontal button:after,
.default .rock .operatori_search_box .horizontal .control .bootstrap-select button:after,
.rock .default .operatori_search_box .horizontal .control .bootstrap-select button:after,
.default .rock .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.rock .default .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.default .rock .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.rock .default .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.default .operatori_search_box .beach .xp_search_box .horizontal .control .bootstrap-select button:after,
.beach .xp_search_box .default .operatori_search_box .horizontal .control .bootstrap-select button:after,
.default .operatori_search_box .horizontal .beach .xp_search_box .vertical .bootstrap-select button:after,
.beach .xp_search_box .vertical .bootstrap-select .default .operatori_search_box .horizontal button:after,
.default .beach .operatori_search_box .horizontal .control .bootstrap-select button:after,
.beach .default .operatori_search_box .horizontal .control .bootstrap-select button:after,
.default .beach .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.beach .default .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.default .beach .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.beach .default .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.default .operatori_search_box .food .xp_search_box .horizontal .control .bootstrap-select button:after,
.food .xp_search_box .default .operatori_search_box .horizontal .control .bootstrap-select button:after,
.default .operatori_search_box .horizontal .food .xp_search_box .vertical .bootstrap-select button:after,
.food .xp_search_box .vertical .bootstrap-select .default .operatori_search_box .horizontal button:after,
.default .food .operatori_search_box .horizontal .control .bootstrap-select button:after,
.food .default .operatori_search_box .horizontal .control .bootstrap-select button:after,
.default .food .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.food .default .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.default .food .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.food .default .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.default .operatori_search_box .nature .xp_search_box .horizontal .control .bootstrap-select button:after,
.nature .xp_search_box .default .operatori_search_box .horizontal .control .bootstrap-select button:after,
.default .operatori_search_box .horizontal .nature .xp_search_box .vertical .bootstrap-select button:after,
.nature .xp_search_box .vertical .bootstrap-select .default .operatori_search_box .horizontal button:after,
.default .nature .operatori_search_box .horizontal .control .bootstrap-select button:after,
.nature .default .operatori_search_box .horizontal .control .bootstrap-select button:after,
.default .nature .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.nature .default .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.default .nature .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.nature .default .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.default .operatori_search_box .romagna_autentica .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna_autentica .xp_search_box .default .operatori_search_box .horizontal .control .bootstrap-select button:after,
.default .operatori_search_box .horizontal .romagna_autentica .xp_search_box .vertical .bootstrap-select button:after,
.romagna_autentica .xp_search_box .vertical .bootstrap-select .default .operatori_search_box .horizontal button:after,
.default .romagna_autentica .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna_autentica .default .operatori_search_box .horizontal .control .bootstrap-select button:after,
.default .romagna_autentica .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna_autentica .default .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.default .romagna_autentica .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna_autentica .default .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.default .operatori_search_box .culture .xp_search_box .horizontal .control .bootstrap-select button:after,
.culture .xp_search_box .default .operatori_search_box .horizontal .control .bootstrap-select button:after,
.default .operatori_search_box .horizontal .culture .xp_search_box .vertical .bootstrap-select button:after,
.culture .xp_search_box .vertical .bootstrap-select .default .operatori_search_box .horizontal button:after,
.default .culture .operatori_search_box .horizontal .control .bootstrap-select button:after,
.culture .default .operatori_search_box .horizontal .control .bootstrap-select button:after,
.default .culture .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.culture .default .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.default .culture .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.culture .default .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.default .operatori_search_box .castle .xp_search_box .horizontal .control .bootstrap-select button:after,
.castle .xp_search_box .default .operatori_search_box .horizontal .control .bootstrap-select button:after,
.default .operatori_search_box .horizontal .castle .xp_search_box .vertical .bootstrap-select button:after,
.castle .xp_search_box .vertical .bootstrap-select .default .operatori_search_box .horizontal button:after,
.default .castle .operatori_search_box .horizontal .control .bootstrap-select button:after,
.castle .default .operatori_search_box .horizontal .control .bootstrap-select button:after,
.default .castle .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.castle .default .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.default .castle .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.castle .default .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.default .operatori_search_box .bike .xp_search_box .horizontal .control .bootstrap-select button:after,
.bike .xp_search_box .default .operatori_search_box .horizontal .control .bootstrap-select button:after,
.default .operatori_search_box .horizontal .bike .xp_search_box .vertical .bootstrap-select button:after,
.bike .xp_search_box .vertical .bootstrap-select .default .operatori_search_box .horizontal button:after,
.default .bike .operatori_search_box .horizontal .control .bootstrap-select button:after,
.bike .default .operatori_search_box .horizontal .control .bootstrap-select button:after,
.default .bike .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.bike .default .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.default .bike .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.bike .default .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.default .operatori_search_box .empire .xp_search_box .horizontal .control .bootstrap-select button:after,
.empire .xp_search_box .default .operatori_search_box .horizontal .control .bootstrap-select button:after,
.default .operatori_search_box .horizontal .empire .xp_search_box .vertical .bootstrap-select button:after,
.empire .xp_search_box .vertical .bootstrap-select .default .operatori_search_box .horizontal button:after,
.default .empire .operatori_search_box .horizontal .control .bootstrap-select button:after,
.empire .default .operatori_search_box .horizontal .control .bootstrap-select button:after,
.default .empire .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.empire .default .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.default .empire .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.empire .default .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.default .operatori_search_box .wellness .xp_search_box .horizontal .control .bootstrap-select button:after,
.wellness .xp_search_box .default .operatori_search_box .horizontal .control .bootstrap-select button:after,
.default .operatori_search_box .horizontal .wellness .xp_search_box .vertical .bootstrap-select button:after,
.wellness .xp_search_box .vertical .bootstrap-select .default .operatori_search_box .horizontal button:after,
.default .wellness .operatori_search_box .horizontal .control .bootstrap-select button:after,
.wellness .default .operatori_search_box .horizontal .control .bootstrap-select button:after,
.default .wellness .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.wellness .default .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.default .wellness .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.wellness .default .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.default .operatori_search_box .fun .xp_search_box .horizontal .control .bootstrap-select button:after,
.fun .xp_search_box .default .operatori_search_box .horizontal .control .bootstrap-select button:after,
.default .operatori_search_box .horizontal .fun .xp_search_box .vertical .bootstrap-select button:after,
.fun .xp_search_box .vertical .bootstrap-select .default .operatori_search_box .horizontal button:after,
.default .fun .operatori_search_box .horizontal .control .bootstrap-select button:after,
.fun .default .operatori_search_box .horizontal .control .bootstrap-select button:after,
.default .fun .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.fun .default .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.default .fun .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.fun .default .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.default .operatori_search_box .sport .xp_search_box .horizontal .control .bootstrap-select button:after,
.sport .xp_search_box .default .operatori_search_box .horizontal .control .bootstrap-select button:after,
.default .operatori_search_box .horizontal .sport .xp_search_box .vertical .bootstrap-select button:after,
.sport .xp_search_box .vertical .bootstrap-select .default .operatori_search_box .horizontal button:after,
.default .sport .operatori_search_box .horizontal .control .bootstrap-select button:after,
.sport .default .operatori_search_box .horizontal .control .bootstrap-select button:after,
.default .sport .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.sport .default .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.default .sport .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.sport .default .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.default .operatori_search_box .motorcycle .xp_search_box .horizontal .control .bootstrap-select button:after,
.motorcycle .xp_search_box .default .operatori_search_box .horizontal .control .bootstrap-select button:after,
.default .operatori_search_box .horizontal .motorcycle .xp_search_box .vertical .bootstrap-select button:after,
.motorcycle .xp_search_box .vertical .bootstrap-select .default .operatori_search_box .horizontal button:after,
.default .motorcycle .operatori_search_box .horizontal .control .bootstrap-select button:after,
.motorcycle .default .operatori_search_box .horizontal .control .bootstrap-select button:after,
.default .motorcycle .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.motorcycle .default .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.default .motorcycle .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.motorcycle .default .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.default .operatori_search_box .romagna .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna .xp_search_box .default .operatori_search_box .horizontal .control .bootstrap-select button:after,
.default .operatori_search_box .horizontal .romagna .xp_search_box .vertical .bootstrap-select button:after,
.romagna .xp_search_box .vertical .bootstrap-select .default .operatori_search_box .horizontal button:after,
.default .romagna .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna .default .operatori_search_box .horizontal .control .bootstrap-select button:after,
.default .romagna .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna .default .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.default .romagna .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna .default .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.default .operatori_search_box .liscio .xp_search_box .horizontal .control .bootstrap-select button:after,
.liscio .xp_search_box .default .operatori_search_box .horizontal .control .bootstrap-select button:after,
.default .operatori_search_box .horizontal .liscio .xp_search_box .vertical .bootstrap-select button:after,
.liscio .xp_search_box .vertical .bootstrap-select .default .operatori_search_box .horizontal button:after,
.default .liscio .operatori_search_box .horizontal .control .bootstrap-select button:after,
.liscio .default .operatori_search_box .horizontal .control .bootstrap-select button:after,
.default .liscio .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.liscio .default .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.default .liscio .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.liscio .default .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.default .operatori_search_box .xp_search_box .horizontal .control .bootstrap-select button:after,
.default .xp_search_box .operatori_search_box .horizontal .control .bootstrap-select button:after,
.default .operatori_search_box .horizontal .xp_search_box .vertical .bootstrap-select button:after,
.default .xp_search_box .vertical .bootstrap-select .operatori_search_box .horizontal button:after {
  line-height: 2.2rem;
}

.default .operatori_search_box .horizontal button.collapsible {
  border: none;
  background-color: transparent;
  display: block;
  width: 100%;
  font-size: 1.6rem;
  color: #ffffff;
  letter-spacing: -0.41px;
  text-align: left;
  text-transform: uppercase;
}

.default .operatori_search_box .horizontal .control {
  padding: 0.5rem 1rem;
  height: 5rem;
  background-color: white;
  margin: 0.5rem;
}

.default .operatori_search_box .horizontal .control.btn-holder {
  min-width: 2rem;
  width: auto;
  padding: 0px;
}

.default .operatori_search_box .horizontal .control.btn-holder button {
  width: 100%;
  border: none;
  background-color: #233773;
  height: 100%;
  font-size: 1.6rem;
  color: #ffffff;
  letter-spacing: -0.41px;
  text-align: center;
  text-transform: uppercase;
  display: block;
  padding: 0px;
}

.default .operatori_search_box .horizontal .control .ert-dropdown {
  width: 100%;
}

.default .operatori_search_box .horizontal .control .ert-dropdown * {
  cursor: pointer;
}

.default .operatori_search_box .horizontal .control .ert-dropdown .ert-combo {
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
  display: block;
  text-align: left;
}

.default .operatori_search_box .horizontal .control .ert-dropdown .ert-combo::after {
  border: none;
}

.default .operatori_search_box .horizontal .control .ert-dropdown .ert-combo i {
  transition: 500ms ease;
  transform: rotate(0);
  position: absolute;
  top: 2.25rem;
  right: 15px;
}

.default .operatori_search_box .horizontal .control .ert-dropdown .ert-combo .button {
  padding: 0px;
}

.default .operatori_search_box .horizontal .control .ert-dropdown.show .ert-combo i {
  transform: rotate(180deg);
}

.default .operatori_search_box .horizontal .control .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: auto;
}

.default .operatori_search_box .horizontal .control .bootstrap-select {
  margin-top: -1px;
}

.default .operatori_search_box .horizontal .control .bootstrap-select *:focus {
  box-shadow: none important;
}

.default .operatori_search_box .horizontal .control .bootstrap-select button {
  padding: 0px;
  font-size: 1.5rem;
  background: #ffffff;
  color: #848484;
  letter-spacing: 0.3px;
  border: none;
  border-radius: 0;
}

.default .operatori_search_box .horizontal .control .bootstrap-select button:after {
  content: "\F078";
  border: none;
}

.default .operatori_search_box .horizontal .control .bootstrap-select .dropdown-menu {
  width: 100% !important;
  border: none;
  border-radius: 0;
  box-shadow: 0px 2px 2px 0px #a9a9a970;
  border-top: 1px solid #a9a9a970;
}

.default .operatori_search_box .horizontal .control .bootstrap-select .dropdown-menu.inner.show {
  border-top: none;
}

.default .operatori_search_box .horizontal .control .bootstrap-select .dropdown-menu .dropdown-item {
  font-size: 1.5rem;
  line-height: 4rem;
}

.default .operatori_search_box .horizontal .control .bootstrap-select .dropdown-menu .dropdown-item:active,
.default .operatori_search_box .horizontal .control .bootstrap-select .dropdown-menu .dropdown-item.active {
  background-color: #2F4A9A;
}

.default .operatori_search_box .horizontal .control label {
  background: #ffffff;
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
  line-height: 2.4rem;
  margin-bottom: 0px;
  margin-right: 0.5rem;
}

@media (max-width: 768px) {
  .default .operatori_search_box .horizontal .control label {
    min-width: 6.2rem;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .default .operatori_search_box .horizontal .control label {
    display: none;
  }
}

.default .operatori_search_box .horizontal .control .flatpickr-mobile.form-control {
  padding: 1px 0;
}

.default .operatori_search_box .horizontal .control input[type=text],
.default .operatori_search_box .horizontal .control input[type=date] {
  border: none;
  font-size: 1.5rem;
  border-radius: 0;
  background-color: white;
  border-bottom: 1px solid #495057;
  min-width: 0;
  height: auto;
}

.default .operatori_search_box .horizontal .control input[type=text]:focus,
.default .operatori_search_box .horizontal .control input[type=date]:focus {
  box-shadow: none;
}

.default .operatori_search_box .vertical {
  max-width: 30rem;
  z-index: 10;
  position: relative;
  height: 4.4rem;
  margin: 0 auto;
}

.default .operatori_search_box .vertical button.collapsible {
  border: none;
  background-color: transparent;
  display: block;
  position: absolute;
  width: 100%;
}

.default .operatori_search_box .vertical .dropbutton {
  display: none;
}

.default .operatori_search_box .vertical .dropbutton.collapsed {
  display: block;
}

.default .operatori_search_box .vertical #collapse-events {
  padding: 1.8rem;
  background-color: #2F4A9A;
  background-image: linear-gradient(-180deg, #2e4998 0%, #2F4A9A 48%, #2e4998 80%);
  font-size: 1.6rem;
}

.default .operatori_search_box .vertical .fa-chevron-up {
  text-align: right;
  line-height: 4rem;
  color: white;
  margin-bottom: 1.8rem;
}

.default .operatori_search_box .vertical .form-group {
  background: #ffffff;
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
}

.default .operatori_search_box .vertical .form-group .col-form-label {
  line-height: 5rem;
}

.default .operatori_search_box .vertical .ert-text {
  border: none;
  font-size: 1.5rem;
  height: 60px;
  border-radius: 0;
  background-color: white;
}

.default .operatori_search_box .vertical .ert-text.line {
  border-bottom: 1px solid #495057;
  height: auto;
  margin-top: 14px;
}

.default .operatori_search_box .vertical .ert-text:focus {
  box-shadow: none;
}

.default .operatori_search_box .vertical button.search {
  border: none;
  position: absolute;
  bottom: -10rem;
  left: 5%;
  right: 5%;
  width: 90%;
  line-height: 4.4rem;
}

.default .operatori_search_box .vertical .datepicker-holder {
  padding-right: 0px;
}

.default .operatori_search_box .vertical .datepicker-holder * {
  cursor: pointer;
}

.default .operatori_search_box .vertical .datepicker-holder input[type=date]::-webkit-calendar-picker-indicator {
  width: 1.2rem;
  height: 0.7rem;
  -webkit-mask: url(/images/caret.svg);
          mask: url(/images/caret.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  -webkit-transition: 500ms ease;
  transition: 500ms ease;
  background-color: #686868;
}

.default .operatori_search_box .vertical .datepicker-holder .flatpickr-calendar.static {
  margin-left: -193px;
  margin-top: -184px;
  left: 50%;
  top: 50%;
}

.default .operatori_search_box .vertical .datepicker-holder .flatpickr-calendar.static.arrowBottom:after {
  display: none;
}

.default .operatori_search_box .vertical .datepicker-holder .flatpickr-calendar.static.arrowBottom:before {
  display: none;
}

.default .operatori_search_box .vertical .datepicker-holder .flatpickr-months .flatpickr-month {
  height: 32px;
}

.default .operatori_search_box .vertical .ert-dropdown * {
  cursor: pointer;
}

.default .operatori_search_box .vertical .ert-dropdown .ert-combo {
  background: #ffffff;
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
  line-height: 5rem;
  display: block;
  width: 100%;
  height: 60px;
  text-align: left;
}

.default .operatori_search_box .vertical .ert-dropdown .ert-combo::after {
  border: none;
}

.default .operatori_search_box .vertical .ert-dropdown .ert-combo i {
  transition: 500ms ease;
  transform: rotate(0);
  position: absolute;
  top: 2.25rem;
  right: 15px;
}

.default .operatori_search_box .vertical .ert-dropdown .ert-combo .button {
  padding: 0px;
}

.default .operatori_search_box .vertical .ert-dropdown .dropdown-menu {
  width: 100% !important;
  border: none;
  border-radius: 0;
  box-shadow: 0px 2px 2px 0px #a9a9a970;
  border-top: 1px solid #a9a9a970;
}

.default .operatori_search_box .vertical .ert-dropdown .dropdown-menu .dropdown-item {
  font-size: 1.5rem;
  line-height: 4rem;
}

.default .operatori_search_box .vertical .ert-dropdown .dropdown-menu .dropdown-item:active {
  background-color: #2F4A9A;
}

.default .operatori_search_box .vertical .ert-dropdown.show .ert-combo i {
  transform: rotate(180deg);
}

.default .operatori_search_box .vertical .bootstrap-select *:focus {
  box-shadow: none important;
}

.default .operatori_search_box .vertical .bootstrap-select button {
  font-size: 1.5rem;
  color: #848484;
  letter-spacing: 0.3px;
  border: none;
  font-size: 1.5rem;
  height: 60px;
  border-radius: 0;
  background-color: white;
}

.default .operatori_search_box .vertical .bootstrap-select button:after {
  content: "\F078";
  border: none;
}

.default .operatori_search_box .vertical .bootstrap-select .dropdown-menu {
  width: 100% !important;
  border: none;
  border-radius: 0;
  box-shadow: 0px 2px 2px 0px #a9a9a970;
  border-top: 1px solid #a9a9a970;
}

.default .operatori_search_box .vertical .bootstrap-select .dropdown-menu .dropdown-item {
  font-size: 1.5rem;
  line-height: 4rem;
}

.default .operatori_search_box .vertical .bootstrap-select .dropdown-menu .dropdown-item:active,
.default .operatori_search_box .vertical .bootstrap-select .dropdown-menu .dropdown-item.active {
  background-color: #2F4A9A;
}

.default .operatori_search_box .vertical .btn-er,
.default .operatori_search_box .vertical .instagram .instabutton div span,
.instagram .instabutton div .default .operatori_search_box .vertical span {
  margin-top: 18px;
}

.default .operatori_search_box .vertical .btn-er .fa-chevron-down,
.default .operatori_search_box .vertical .instagram .instabutton div span .fa-chevron-down,
.instagram .instabutton div .default .operatori_search_box .vertical span .fa-chevron-down {
  float: right;
  line-height: 4rem;
}

.default .home-boxes {
  background-color: #2F4A9A;
}

.default .content-box a {
  font-weight: bold;
  color: #2F4A9A;
}

.default .content-box a strong {
  color: #2F4A9A;
}

.default .content-box .btn-er,
.default .content-box .instagram .instabutton div span,
.instagram .instabutton div .default .content-box span {
  background-color: #2F4A9A;
  color: white;
}

.default .content-box h3.with-line {
  font-size: 1.8rem;
  color: #030303;
  letter-spacing: -0.43px;
  text-transform: uppercase;
  margin-bottom: 2.1rem;
}

.default .content-box h3.with-line::before {
  content: "";
  display: block;
  height: 3px;
  background: #0e797b;
  width: 100%;
  max-width: 32rem;
  margin-left: 0;
  margin-right: 0;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.default *:focus {
  outline: 1px solid #2F4A9A;
  outline-offset: -1px;
}

.default .bootstrap-select .dropdown-toggle:focus {
  outline: 1px solid #2F4A9A;
  outline-offset: -1px;
}

.default a:hover {
  outline: 1px solid #3b5dc1;
}

.default a:active {
  outline: 1px solid #2F4A9A;
}

.default .events-list {
  font-size: 1.4rem;
}

.default .section-list {
  display: block;
  text-align: right;
}

.default .section-list a {
  font-size: 2rem;
  color: #2F4A9A;
}

.default .events-list dt,
.default .section-list dt,
.default .iat-list dt {
  text-transform: uppercase;
  font-size: 1.5rem;
  line-height: 1.5;
  color: #111;
  letter-spacing: -0.38px;
  font-weight: 600;
  margin-top: 1.4rem;
}

.default .events-list dd,
.default .section-list dd,
.default .iat-list dd {
  font-size: 1.6rem;
  margin-bottom: 0.6rem;
  line-height: 1.5;
  color: #030303;
}

.default .events-list dd i,
.default .section-list dd i,
.default .iat-list dd i {
  margin-right: 0.6rem;
}

.default .events-list ul,
.default .section-list ul,
.default .iat-list ul {
  list-style: none;
  padding-inline-start: 0;
}

.default .events-list ul li,
.default .section-list ul li,
.default .iat-list ul li {
  font-size: 1.5rem;
  color: #030303;
  margin-top: 0.6rem;
  line-height: 1.5;
}

.default .events-list ul.tappe-list,
.default .section-list ul.tappe-list,
.default .iat-list ul.tappe-list {
  list-style: none;
  padding-inline-start: 0;
}

.default .events-list ul.tappe-list li,
.default .section-list ul.tappe-list li,
.default .iat-list ul.tappe-list li {
  font-size: 1.6rem;
  line-height: 1.5;
  color: #030303;
}

.default .tickets-list {
  display: flex;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #111;
  letter-spacing: -0.38px;
  font-weight: 600;
  margin-top: 1.4rem;
}

.default .tickets-list i {
  margin-top: 0.6rem;
}

.default .tickets-list li {
  color: #030303;
  font-size: 1.6rem;
  margin-left: 1.2rem;
}

.default .tickets-list li i {
  margin-right: 0.6rem;
}

.default .address * {
  color: white;
}

.default .top-title-box {
  padding: 0rem;
  text-align: center;
}

.default .top-title-box.no-image {
  padding-top: 10rem;
}

.default .top-title-box.no-image .er-logo-top {
  margin: 0 auto;
  display: block;
  margin-bottom: 10rem;
}

.default .top-title-box h1 {
  font-size: 3rem;
  color: #2F4A9A;
  letter-spacing: -1.01px;
  line-height: 4rem;
  margin: 2rem 0;
}

.default .top-title-box h2 {
  font-size: 2rem;
  line-height: 1.5;
  color: #000;
  letter-spacing: -0.58px;
}

.default .top-title-box .breadcrumb {
  opacity: 0.6;
  font-size: 1.5rem;
  letter-spacing: -0.38px;
  padding: 0;
  margin: 0;
  color: #2F4A9A;
  background-color: #fff;
}

.default .top-title-box .breadcrumb .breadcrumb-item::before,
.default .top-title-box .breadcrumb a {
  color: #2F4A9A;
}

@media (min-width: 992px) {
  .default .top-title-box h1 {
    line-height: 7rem;
    font-size: 7rem;
    margin-top: 3rem;
  }

  .default .top-title-box h2 {
    font-size: 2rem;
    line-height: 1.5rem;
  }

  .default .top-title-box .breadcrumb {
    font-size: 1.9rem;
  }
}

.default .image-box-with-border {
  margin: 2rem 0;
  border-top: 64px solid #2F4A9A;
}

.default .image-box-with-border img {
  -o-object-fit: cover;
     object-fit: cover;
}

.default .top-image {
  transition: background-image 1s ease-in-out;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 20px;
}

.default .top-image .logo {
  position: absolute;
  width: 30rem;
  bottom: 20px;
  left: 50%;
  margin-left: -15rem;
}

.default .top-image.no-mask {
  height: 600px;
}

.default .top-image .mask {
  z-index: 997;
  position: relative;
  width: 100%;
}

@media (min-width: 992px) {
  .default .top-image:after {
    position: absolute;
    content: "";
    left: 0px;
    bottom: -20px;
    width: 100%;
    height: 20px;
    transform: rotate(-180deg);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(255, 255, 255, 0.12) 12%, #e6e6e6);
  }
}

.default .info-box {
  position: relative;
  z-index: 0;
  border-right: 1px solid #e6e6e6;
  border-left: 7px solid #2F4A9A;
  background-color: white;
  padding: 0.1rem 1.5rem;
}

.default .info-box h3 {
  font-weight: bold;
  font-size: 1.9rem;
}

.default .info-box .referente {
  font-size: 1.7rem;
  line-height: 1.8rem;
  color: #000;
  letter-spacing: -0.41px;
}

@media (min-width: 768px) {
  .default .info-box {
    position: sticky;
    position: -webkit-sticky;
    top: 68px;
  }
}

.default .info-box:after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: -8px;
  height: 8px;
  left: 0px;
  z-index: -1;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.01) 30%, rgba(0, 0, 0, 0.03) 50%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0.08) 90%, rgba(0, 0, 0, 0.09) 96%, rgba(0, 0, 0, 0.1) 100%);
}

.default .info-box:after {
  width: calc(100% + 8px);
  left: -7px;
}

@media (max-width: 991.98px) {
  .default .info-box {
    width: auto;
    max-width: 60%;
    min-width: 300px;
    margin: 20px auto;
    display: block;
  }
}

@media (min-width: 992px) {
  .default .info-box {
    margin-top: 2.2rem;
  }
}

.default .info-box li {
  padding: 1.1rem 0;
}

.default .info-box li .icon {
  font-size: 2.8rem;
  line-height: 3.3rem;
  margin-right: 1rem;
  float: left;
}

.default .info-box li .info .title {
  text-transform: uppercase;
  font-size: 1.2rem;
  line-height: 1.5rem;
  color: #787878;
  letter-spacing: -0.38px;
}

.default .info-box li .info .value {
  font-size: 1.7rem;
  line-height: 1.8rem;
  color: #000000;
  letter-spacing: -0.41px;
  display: table;
}

.default .info-box li .info .value a {
  word-break: break-all;
}

@media (max-width: 991.98px) {
  .default .info-box li.bookmarks {
    display: none;
  }
}

.default .info-box .title-index {
  text-transform: uppercase;
  font-size: 1.4rem;
  line-height: 3rem;
  letter-spacing: -0.38px;
}

.default .info-box .bookmarks {
  display: inline-block;
}

.default .info-box .bookmarks ul li {
  padding: 0.5rem 0;
  width: 100%;
}

.default .info-box .bookmarks ul li a {
  font-size: 1.4rem;
  line-height: 1.5rem;
  color: #000000;
  letter-spacing: -0.41px;
}

.default .info-box .bookmarks ul li a.active {
  text-decoration: underline;
}

.default #bookmarks-index {
  margin-top: 8rem;
}

.default #bookmarks-index .info {
  padding: 2.1rem;
}

.default #bookmarks-index h4 {
  font-size: 1.8rem;
}

@media (min-width: 768px) {
  .default #bookmarks-index {
    display: none;
  }
}

.default blockquote:before {
  color: #304c9e;
}

.default .btn-er,
.default .instagram .instabutton div span,
.instagram .instabutton div .default span,
.default.btn {
  background: #2F4A9A;
}

.default hr {
  height: 3px;
  background: #2F4A9A;
  width: 100%;
  max-width: 32rem;
  margin-left: 0;
  margin-right: 0;
  margin-top: 1rem;
  margin-bottom: 2rem;
}

.default .section h2 {
  margin-top: 4.5rem;
  margin-bottom: 4.5rem;
  font-size: 4.42rem;
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.18;
  letter-spacing: -1.07px;
  text-align: center;
  color: black;
  /*text-decoration: underline;*/
}

.default .section h2 a {
  color: black;
}

.default .section h3 {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
  font-size: 3.42rem;
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.18;
  letter-spacing: -1.07px;
  text-align: center;
  color: black;
  text-transform: uppercase;
  /*text-decoration: underline;*/
}

.default .section h3 a {
  color: black;
}

.default .section .gallery {
  position: relative;
  padding-bottom: 33px;
}

.default .section .gallery .swiper-button-next,
.default .section .gallery .swiper-container-rtl .swiper-button-prev,
.default .section .gallery .swiper-button-prev,
.default .section .gallery .swiper-container-rtl .swiper-button-next {
  background-position: center;
  width: 7.2rem;
  bottom: 33px;
  height: auto;
  top: 0px;
  margin: 0px;
  left: auto;
}

.default .section .gallery .swiper-button-next svg,
.default .section .gallery .swiper-container-rtl .swiper-button-prev svg,
.default .section .gallery .swiper-button-prev svg,
.default .section .gallery .swiper-container-rtl .swiper-button-next svg {
  top: 50%;
  left: 2.1rem;
  position: absolute;
  width: 3rem;
  height: 3rem;
  margin-top: -1.5rem;
  filter: drop-shadow(0px 3px 3px black);
}

.default .section .gallery .swiper-button-next,
.default .section .gallery .swiper-button-prev,
.default .section .gallery .swiper-container-rtl .swiper-button-prev,
.default .section .gallery .swiper-container-rtl .swiper-button-next {
  fill: #fff;
}

.default .section .gallery .swiper-button-next,
.default .section .gallery .swiper-container-rtl .swiper-button-prev {
  right: 0px;
}

.default .section .gallery .swiper-button-prev,
.default .section .gallery .swiper-container-rtl .swiper-button-next {
  left: 0px;
}

.default .section .gallery .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #2F4A9A;
}

.default .section .gallery .swiper-pagination-bullet {
  border: 1px solid #2F4A9A;
}

.default .section .gallery .swiper-pagination-bullets {
  bottom: 2px;
}

.default .section .gallery .swiper-slide .carousel-content {
  background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.07) 8%, rgba(0, 0, 0, 0.45) 68%);
  position: absolute;
  left: 0rem;
  bottom: 0rem;
  right: 0rem;
  width: auto;
  padding: 10rem 2rem 2rem 2rem;
  font-size: 2.6rem;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.63px;
  text-align: center;
  color: #ffffff;
}

.default .section .gallery .swiper-slide .carousel-content a {
  color: #ffffff !important;
}

.default .section .card-carousel .nodefault.swiper-button-prev::after,
.default .section .card-carousel .nodefault.swiper-button-prev::before,
.default .section .card-carousel .nodefault.swiper-button-next::after,
.default .section .card-carousel .nodefault.swiper-button-next::before {
  content: unset;
}

.default .section .card-carousel .swiper-slide {
  height: auto;
  margin-bottom: 5rem;
}

.default .section .card-carousel .swiper-slide .iv-wrapper,
.default .section .card-carousel .swiper-slide a .iv-wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

.default .section .card-carousel .swiper-slide .iv-wrapper > div,
.default .section .card-carousel .swiper-slide a .iv-wrapper > div {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: start;
}

.default .section .card-carousel .swiper-slide .iv-wrapper .image,
.default .section .card-carousel .swiper-slide a .iv-wrapper .image {
  min-height: 23rem;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.default .section .card-carousel .swiper-slide .iv-wrapper .content,
.default .section .card-carousel .swiper-slide a .iv-wrapper .content {
  background: #ffffff;
  border: 0 solid #000000;
  position: relative;
  padding: 2rem 2.1rem 4rem;
  position: relative;
  z-index: 0;
}

.default .section .card-carousel .swiper-slide .iv-wrapper .content:after,
.default .section .card-carousel .swiper-slide a .iv-wrapper .content:after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: -4px;
  height: 4px;
  left: 0px;
  z-index: -1;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.01) 30%, rgba(0, 0, 0, 0.03) 50%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0.08) 90%, rgba(0, 0, 0, 0.09) 96%, rgba(0, 0, 0, 0.1) 100%);
}

.default .section .card-carousel .swiper-slide .iv-wrapper .content h3,
.default .section .card-carousel .swiper-slide a .iv-wrapper .content h3 {
  font-size: 2rem;
  color: #030303;
  letter-spacing: -0.48px;
  text-align: left;
}

.default .section .card-carousel .swiper-slide .iv-wrapper .content p,
.default .section .card-carousel .swiper-slide .iv-wrapper .content p a,
.default .section .card-carousel .swiper-slide .iv-wrapper .content a p,
.default .section .card-carousel .swiper-slide a .iv-wrapper .content p,
.default .section .card-carousel .swiper-slide a .iv-wrapper .content p a,
.default .section .card-carousel .swiper-slide a .iv-wrapper .content a p {
  font-size: 1.5rem;
  color: #030303;
  letter-spacing: -0.38px;
  margin-bottom: 0px;
}

.default .section .card-carousel .swiper-slide .iv-wrapper .content p .readmore,
.default .section .card-carousel .swiper-slide .iv-wrapper .content p a .readmore,
.default .section .card-carousel .swiper-slide .iv-wrapper .content a p .readmore,
.default .section .card-carousel .swiper-slide a .iv-wrapper .content p .readmore,
.default .section .card-carousel .swiper-slide a .iv-wrapper .content p a .readmore,
.default .section .card-carousel .swiper-slide a .iv-wrapper .content a p .readmore {
  font-style: italic;
  color: #233773;
  display: block;
  margin-top: 1rem;
}

.default .section .card-carousel .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border: 1px solid #2F4A9A;
  background: none;
  opacity: 1;
}

.default .section .card-carousel .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #2F4A9A;
}

.default .section .card-carousel .swiper-button-next,
.default .section .card-carousel .swiper-container-rtl .swiper-button-prev,
.default .section .card-carousel .swiper-button-prev,
.default .section .card-carousel .swiper-container-rtl .swiper-button-next {
  background-image: none;
  width: 4rem;
  height: 23rem;
  top: 0px;
  margin: 0px;
  left: auto;
}

.default .section .card-carousel .swiper-button-next svg,
.default .section .card-carousel .swiper-container-rtl .swiper-button-prev svg,
.default .section .card-carousel .swiper-button-prev svg,
.default .section .card-carousel .swiper-container-rtl .swiper-button-next svg {
  top: 50%;
  left: 50%;
  position: absolute;
  width: 3rem;
  height: 3rem;
  margin-top: -1.5rem;
  margin-left: -1.5rem;
  filter: drop-shadow(0px 3px 3px black);
}

.default .section .card-carousel .swiper-button-next,
.default .section .card-carousel .swiper-button-prev,
.default .section .card-carousel .swiper-container-rtl .swiper-button-prev,
.default .section .card-carousel .swiper-container-rtl .swiper-button-next {
  fill: #fff;
}

.default .section .card-carousel .swiper-button-next,
.default .section .card-carousel .swiper-container-rtl .swiper-button-prev {
  right: 0px;
}

.default .section .card-carousel .swiper-button-prev,
.default .section .card-carousel .swiper-container-rtl .swiper-button-next {
  left: 0px;
}

.default .section .sassibox-item,
.default .section a .sassibox-item {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 5rem;
}

.default .section .sassibox-item > div,
.default .section a .sassibox-item > div {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.default .section .sassibox-item .image,
.default .section a .sassibox-item .image {
  min-height: 23rem;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.default .section .sassibox-item .content,
.default .section a .sassibox-item .content {
  background: #ffffff;
  border: 0 solid #000000;
  position: relative;
  padding: 1rem 0;
  position: relative;
  z-index: 0;
}

.default .section .sassibox-item .content:after,
.default .section a .sassibox-item .content:after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: -4px;
  height: 4px;
  left: 0px;
  z-index: -1;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.01) 30%, rgba(0, 0, 0, 0.03) 50%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0.08) 90%, rgba(0, 0, 0, 0.09) 96%, rgba(0, 0, 0, 0.1) 100%);
}

.default .section .sassibox-item .content h4,
.default .section a .sassibox-item .content h4 {
  font-size: 2rem;
  color: #030303;
  letter-spacing: -0.48px;
  text-align: left;
}

.default .section .sassibox-item .content p,
.default .section .sassibox-item .content span,
.default .section .sassibox-item .content a span,
.default .section .sassibox-item .content span a,
.default .section .sassibox-item .content p a,
.default .section .sassibox-item .content a p,
.default .section a .sassibox-item .content p,
.default .section a .sassibox-item .content span,
.default .section a .sassibox-item .content a span,
.default .section a .sassibox-item .content span a,
.default .section a .sassibox-item .content p a,
.default .section a .sassibox-item .content a p {
  font-size: 1.5rem;
  color: #030303;
  letter-spacing: -0.38px;
}

.default .section .sassibox-item .content .action,
.default .section a .sassibox-item .content .action {
  margin: 10px 0;
}

.default .section .sassibox-item .content .action button,
.default .section a .sassibox-item .content .action button {
  font-family: "Open Sans", sans-serif !important;
}

.default .section .sassibox-item .content .readmore,
.default .section a .sassibox-item .content .readmore {
  border: 1px solid transparent;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  padding: 6px 12px;
  text-align: center;
  vertical-align: middle;
  width: -moz-fit-content;
  width: fit-content;
  text-transform: uppercase;
  background-color: #2F4A9A;
}

.pet .xp_search_box button span {
  color: white;
}

.pet .xp_search_box .city {
  color: white;
}

.pet .xp_search_box .horizontal {
  padding: 1rem;
  background-color: #f1354e;
  background-image: linear-gradient(-180deg, #f1324b 0%, #f1354e 48%, #f1334c 80%);
  font-size: 1.6rem;
}

.pet .xp_search_box .horizontal.collapsed {
  border-radius: 2px;
  box-shadow: -1px 0 3px 0 rgba(0, 0, 0, 0.25);
}

.pet .xp_search_box .horizontal .fa,
.pet .xp_search_box .horizontal .search .searchearchbox.vertical .bootstrap-select button:after,
.search .searchearchbox.vertical .bootstrap-select .pet .xp_search_box .horizontal button:after,
.pet .xp_search_box .search .searchearchbox.horizontal .control .bootstrap-select button:after,
.search .pet .xp_search_box .searchearchbox.horizontal .control .bootstrap-select button:after,
.pet .xp_search_box .horizontal .downloads .downloadsearchbox.vertical .bootstrap-select button:after,
.downloads .downloadsearchbox.vertical .bootstrap-select .pet .xp_search_box .horizontal button:after,
.pet .xp_search_box .downloads .downloadsearchbox.horizontal .control .bootstrap-select button:after,
.downloads .pet .xp_search_box .downloadsearchbox.horizontal .control .bootstrap-select button:after,
.pet .xp_search_box .horizontal .localita #searchbox-app .bootstrap-select button:after,
.localita #searchbox-app .bootstrap-select .pet .xp_search_box .horizontal button:after,
.pet .xp_search_box .horizontal .itinerari .searchbox .control .bootstrap-select button:after,
.itinerari .searchbox .control .bootstrap-select .pet .xp_search_box .horizontal button:after,
.pet .xp_search_box .itinerari .searchbox.horizontal .control .bootstrap-select button:after,
.itinerari .pet .xp_search_box .searchbox.horizontal .control .bootstrap-select button:after,
.pet .xp_search_box .horizontal .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .vertical .bootstrap-select .pet .xp_search_box .horizontal button:after,
.pet .xp_search_box .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .pet .xp_search_box .horizontal .control .bootstrap-select button:after,
.pet .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .pet .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.pet .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .pet .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.pet .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .pet .xp_search_box .horizontal .control .bootstrap-select button:after,
.pet .xp_search_box .horizontal .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .vertical .bootstrap-select .pet .xp_search_box .horizontal button:after,
.pet .xp_search_box .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .pet .xp_search_box .horizontal .control .bootstrap-select button:after,
.pet .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .pet .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.pet .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .pet .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.pet .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .pet .xp_search_box .horizontal .control .bootstrap-select button:after,
.pet .xp_search_box .horizontal .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .vertical .bootstrap-select .pet .xp_search_box .horizontal button:after,
.pet .xp_search_box .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .pet .xp_search_box .horizontal .control .bootstrap-select button:after,
.pet .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .pet .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.pet .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .pet .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.pet .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .pet .xp_search_box .horizontal .control .bootstrap-select button:after,
.pet .xp_search_box .horizontal .romagna-craft .operatori_search_box .vertical .bootstrap-select button:after,
.romagna-craft .operatori_search_box .vertical .bootstrap-select .pet .xp_search_box .horizontal button:after,
.pet .xp_search_box .romagna-craft .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna-craft .operatori_search_box .pet .xp_search_box .horizontal .control .bootstrap-select button:after,
.pet .romagna-craft .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna-craft .pet .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.pet .romagna-craft .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna-craft .pet .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.pet .romagna-craft .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna-craft .pet .xp_search_box .horizontal .control .bootstrap-select button:after,
.pet .xp_search_box .horizontal .spass .operatori_search_box .vertical .bootstrap-select button:after,
.spass .operatori_search_box .vertical .bootstrap-select .pet .xp_search_box .horizontal button:after,
.pet .xp_search_box .spass .operatori_search_box .horizontal .control .bootstrap-select button:after,
.spass .operatori_search_box .pet .xp_search_box .horizontal .control .bootstrap-select button:after,
.pet .spass .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.spass .pet .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.pet .spass .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.spass .pet .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.pet .spass .xp_search_box .horizontal .control .bootstrap-select button:after,
.spass .pet .xp_search_box .horizontal .control .bootstrap-select button:after,
.pet .xp_search_box .horizontal .natur .operatori_search_box .vertical .bootstrap-select button:after,
.natur .operatori_search_box .vertical .bootstrap-select .pet .xp_search_box .horizontal button:after,
.pet .xp_search_box .natur .operatori_search_box .horizontal .control .bootstrap-select button:after,
.natur .operatori_search_box .pet .xp_search_box .horizontal .control .bootstrap-select button:after,
.pet .natur .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.natur .pet .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.pet .natur .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.natur .pet .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.pet .natur .xp_search_box .horizontal .control .bootstrap-select button:after,
.natur .pet .xp_search_box .horizontal .control .bootstrap-select button:after,
.pet .xp_search_box .horizontal .kultur .operatori_search_box .vertical .bootstrap-select button:after,
.kultur .operatori_search_box .vertical .bootstrap-select .pet .xp_search_box .horizontal button:after,
.pet .xp_search_box .kultur .operatori_search_box .horizontal .control .bootstrap-select button:after,
.kultur .operatori_search_box .pet .xp_search_box .horizontal .control .bootstrap-select button:after,
.pet .kultur .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.kultur .pet .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.pet .kultur .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.kultur .pet .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.pet .kultur .xp_search_box .horizontal .control .bootstrap-select button:after,
.kultur .pet .xp_search_box .horizontal .control .bootstrap-select button:after,
.pet .xp_search_box .horizontal .operatori_search_box .vertical .bootstrap-select button:after,
.pet .operatori_search_box .vertical .bootstrap-select .xp_search_box .horizontal button:after,
.pet .xp_search_box .operatori_search_box .horizontal .control .bootstrap-select button:after,
.pet .operatori_search_box .xp_search_box .horizontal .control .bootstrap-select button:after,
.pet .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.pet .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.pet .xp_search_box .horizontal .control .bootstrap-select button:after,
.pet .xp_search_box .events-homepage .header .eventsearchbox.horizontal .control .bootstrap-select button:after,
.events-homepage .header .pet .xp_search_box .eventsearchbox.horizontal .control .bootstrap-select button:after,
.pet .xp_search_box .horizontal .events-homepage .header .eventsearchbox.vertical .bootstrap-select button:after,
.events-homepage .header .eventsearchbox.vertical .bootstrap-select .pet .xp_search_box .horizontal button:after,
.pet .xp_search_box .events-page .header .eventsearchbox.horizontal .control .bootstrap-select button:after,
.events-page .header .pet .xp_search_box .eventsearchbox.horizontal .control .bootstrap-select button:after,
.pet .xp_search_box .horizontal .events-page .header .eventsearchbox.vertical .bootstrap-select button:after,
.events-page .header .eventsearchbox.vertical .bootstrap-select .pet .xp_search_box .horizontal button:after,
.pet .scopri .xp_search_box .horizontal .control .bootstrap-select button:after,
.scopri .pet .xp_search_box .horizontal .control .bootstrap-select button:after,
.pet .scopri .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.scopri .pet .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.pet .scopri .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.scopri .pet .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.pet .xp_search_box .scopri .operatori_search_box .horizontal .control .bootstrap-select button:after,
.scopri .operatori_search_box .pet .xp_search_box .horizontal .control .bootstrap-select button:after,
.pet .xp_search_box .horizontal .scopri .operatori_search_box .vertical .bootstrap-select button:after,
.scopri .operatori_search_box .vertical .bootstrap-select .pet .xp_search_box .horizontal button:after,
.pet .idee .xp_search_box .horizontal .control .bootstrap-select button:after,
.idee .pet .xp_search_box .horizontal .control .bootstrap-select button:after,
.pet .idee .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.idee .pet .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.pet .idee .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.idee .pet .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.pet .xp_search_box .idee .operatori_search_box .horizontal .control .bootstrap-select button:after,
.idee .operatori_search_box .pet .xp_search_box .horizontal .control .bootstrap-select button:after,
.pet .xp_search_box .horizontal .idee .operatori_search_box .vertical .bootstrap-select button:after,
.idee .operatori_search_box .vertical .bootstrap-select .pet .xp_search_box .horizontal button:after,
.pet .eventi .xp_search_box .horizontal .control .bootstrap-select button:after,
.eventi .pet .xp_search_box .horizontal .control .bootstrap-select button:after,
.pet .eventi .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.eventi .pet .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.pet .eventi .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.eventi .pet .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.pet .xp_search_box .eventi .operatori_search_box .horizontal .control .bootstrap-select button:after,
.eventi .operatori_search_box .pet .xp_search_box .horizontal .control .bootstrap-select button:after,
.pet .xp_search_box .horizontal .eventi .operatori_search_box .vertical .bootstrap-select button:after,
.eventi .operatori_search_box .vertical .bootstrap-select .pet .xp_search_box .horizontal button:after,
.pet .pianifica .xp_search_box .horizontal .control .bootstrap-select button:after,
.pianifica .pet .xp_search_box .horizontal .control .bootstrap-select button:after,
.pet .pianifica .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.pianifica .pet .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.pet .pianifica .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.pianifica .pet .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.pet .xp_search_box .pianifica .operatori_search_box .horizontal .control .bootstrap-select button:after,
.pianifica .operatori_search_box .pet .xp_search_box .horizontal .control .bootstrap-select button:after,
.pet .xp_search_box .horizontal .pianifica .operatori_search_box .vertical .bootstrap-select button:after,
.pianifica .operatori_search_box .vertical .bootstrap-select .pet .xp_search_box .horizontal button:after,
.pet .esperienze .xp_search_box .horizontal .control .bootstrap-select button:after,
.esperienze .pet .xp_search_box .horizontal .control .bootstrap-select button:after,
.pet .esperienze .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.esperienze .pet .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.pet .esperienze .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.esperienze .pet .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.pet .xp_search_box .esperienze .operatori_search_box .horizontal .control .bootstrap-select button:after,
.esperienze .operatori_search_box .pet .xp_search_box .horizontal .control .bootstrap-select button:after,
.pet .xp_search_box .horizontal .esperienze .operatori_search_box .vertical .bootstrap-select button:after,
.esperienze .operatori_search_box .vertical .bootstrap-select .pet .xp_search_box .horizontal button:after,
.pet .news .xp_search_box .horizontal .control .bootstrap-select button:after,
.news .pet .xp_search_box .horizontal .control .bootstrap-select button:after,
.pet .news .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.news .pet .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.pet .news .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.news .pet .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.pet .xp_search_box .news .operatori_search_box .horizontal .control .bootstrap-select button:after,
.news .operatori_search_box .pet .xp_search_box .horizontal .control .bootstrap-select button:after,
.pet .xp_search_box .horizontal .news .operatori_search_box .vertical .bootstrap-select button:after,
.news .operatori_search_box .vertical .bootstrap-select .pet .xp_search_box .horizontal button:after,
.pet .iat .xp_search_box .horizontal .control .bootstrap-select button:after,
.iat .pet .xp_search_box .horizontal .control .bootstrap-select button:after,
.pet .iat .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.iat .pet .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.pet .iat .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.iat .pet .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.pet .xp_search_box .iat .operatori_search_box .horizontal .control .bootstrap-select button:after,
.iat .operatori_search_box .pet .xp_search_box .horizontal .control .bootstrap-select button:after,
.pet .xp_search_box .horizontal .iat .operatori_search_box .vertical .bootstrap-select button:after,
.iat .operatori_search_box .vertical .bootstrap-select .pet .xp_search_box .horizontal button:after,
.pet .meteo .xp_search_box .horizontal .control .bootstrap-select button:after,
.meteo .pet .xp_search_box .horizontal .control .bootstrap-select button:after,
.pet .meteo .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.meteo .pet .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.pet .meteo .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.meteo .pet .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.pet .xp_search_box .meteo .operatori_search_box .horizontal .control .bootstrap-select button:after,
.meteo .operatori_search_box .pet .xp_search_box .horizontal .control .bootstrap-select button:after,
.pet .xp_search_box .horizontal .meteo .operatori_search_box .vertical .bootstrap-select button:after,
.meteo .operatori_search_box .vertical .bootstrap-select .pet .xp_search_box .horizontal button:after,
.pet .odm .xp_search_box .horizontal .control .bootstrap-select button:after,
.odm .pet .xp_search_box .horizontal .control .bootstrap-select button:after,
.pet .odm .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.odm .pet .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.pet .odm .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.odm .pet .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.pet .xp_search_box .odm .operatori_search_box .horizontal .control .bootstrap-select button:after,
.odm .operatori_search_box .pet .xp_search_box .horizontal .control .bootstrap-select button:after,
.pet .xp_search_box .horizontal .odm .operatori_search_box .vertical .bootstrap-select button:after,
.odm .operatori_search_box .vertical .bootstrap-select .pet .xp_search_box .horizontal button:after,
.pet .booking .xp_search_box .horizontal .control .bootstrap-select button:after,
.booking .pet .xp_search_box .horizontal .control .bootstrap-select button:after,
.pet .booking .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.booking .pet .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.pet .booking .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.booking .pet .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.pet .xp_search_box .booking .operatori_search_box .horizontal .control .bootstrap-select button:after,
.booking .operatori_search_box .pet .xp_search_box .horizontal .control .bootstrap-select button:after,
.pet .xp_search_box .horizontal .booking .operatori_search_box .vertical .bootstrap-select button:after,
.booking .operatori_search_box .vertical .bootstrap-select .pet .xp_search_box .horizontal button:after,
.pet .rock .xp_search_box .horizontal .control .bootstrap-select button:after,
.rock .pet .xp_search_box .horizontal .control .bootstrap-select button:after,
.pet .rock .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.rock .pet .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.pet .rock .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.rock .pet .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.pet .xp_search_box .rock .operatori_search_box .horizontal .control .bootstrap-select button:after,
.rock .operatori_search_box .pet .xp_search_box .horizontal .control .bootstrap-select button:after,
.pet .xp_search_box .horizontal .rock .operatori_search_box .vertical .bootstrap-select button:after,
.rock .operatori_search_box .vertical .bootstrap-select .pet .xp_search_box .horizontal button:after,
.pet .beach .xp_search_box .horizontal .control .bootstrap-select button:after,
.beach .pet .xp_search_box .horizontal .control .bootstrap-select button:after,
.pet .beach .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.beach .pet .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.pet .beach .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.beach .pet .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.pet .xp_search_box .beach .operatori_search_box .horizontal .control .bootstrap-select button:after,
.beach .operatori_search_box .pet .xp_search_box .horizontal .control .bootstrap-select button:after,
.pet .xp_search_box .horizontal .beach .operatori_search_box .vertical .bootstrap-select button:after,
.beach .operatori_search_box .vertical .bootstrap-select .pet .xp_search_box .horizontal button:after,
.pet .food .xp_search_box .horizontal .control .bootstrap-select button:after,
.food .pet .xp_search_box .horizontal .control .bootstrap-select button:after,
.pet .food .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.food .pet .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.pet .food .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.food .pet .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.pet .xp_search_box .food .operatori_search_box .horizontal .control .bootstrap-select button:after,
.food .operatori_search_box .pet .xp_search_box .horizontal .control .bootstrap-select button:after,
.pet .xp_search_box .horizontal .food .operatori_search_box .vertical .bootstrap-select button:after,
.food .operatori_search_box .vertical .bootstrap-select .pet .xp_search_box .horizontal button:after,
.pet .nature .xp_search_box .horizontal .control .bootstrap-select button:after,
.nature .pet .xp_search_box .horizontal .control .bootstrap-select button:after,
.pet .nature .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.nature .pet .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.pet .nature .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.nature .pet .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.pet .xp_search_box .nature .operatori_search_box .horizontal .control .bootstrap-select button:after,
.nature .operatori_search_box .pet .xp_search_box .horizontal .control .bootstrap-select button:after,
.pet .xp_search_box .horizontal .nature .operatori_search_box .vertical .bootstrap-select button:after,
.nature .operatori_search_box .vertical .bootstrap-select .pet .xp_search_box .horizontal button:after,
.pet .romagna_autentica .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna_autentica .pet .xp_search_box .horizontal .control .bootstrap-select button:after,
.pet .romagna_autentica .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna_autentica .pet .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.pet .romagna_autentica .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna_autentica .pet .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.pet .xp_search_box .romagna_autentica .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna_autentica .operatori_search_box .pet .xp_search_box .horizontal .control .bootstrap-select button:after,
.pet .xp_search_box .horizontal .romagna_autentica .operatori_search_box .vertical .bootstrap-select button:after,
.romagna_autentica .operatori_search_box .vertical .bootstrap-select .pet .xp_search_box .horizontal button:after,
.pet .culture .xp_search_box .horizontal .control .bootstrap-select button:after,
.culture .pet .xp_search_box .horizontal .control .bootstrap-select button:after,
.pet .culture .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.culture .pet .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.pet .culture .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.culture .pet .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.pet .xp_search_box .culture .operatori_search_box .horizontal .control .bootstrap-select button:after,
.culture .operatori_search_box .pet .xp_search_box .horizontal .control .bootstrap-select button:after,
.pet .xp_search_box .horizontal .culture .operatori_search_box .vertical .bootstrap-select button:after,
.culture .operatori_search_box .vertical .bootstrap-select .pet .xp_search_box .horizontal button:after,
.pet .castle .xp_search_box .horizontal .control .bootstrap-select button:after,
.castle .pet .xp_search_box .horizontal .control .bootstrap-select button:after,
.pet .castle .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.castle .pet .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.pet .castle .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.castle .pet .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.pet .xp_search_box .castle .operatori_search_box .horizontal .control .bootstrap-select button:after,
.castle .operatori_search_box .pet .xp_search_box .horizontal .control .bootstrap-select button:after,
.pet .xp_search_box .horizontal .castle .operatori_search_box .vertical .bootstrap-select button:after,
.castle .operatori_search_box .vertical .bootstrap-select .pet .xp_search_box .horizontal button:after,
.pet .bike .xp_search_box .horizontal .control .bootstrap-select button:after,
.bike .pet .xp_search_box .horizontal .control .bootstrap-select button:after,
.pet .bike .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.bike .pet .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.pet .bike .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.bike .pet .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.pet .xp_search_box .bike .operatori_search_box .horizontal .control .bootstrap-select button:after,
.bike .operatori_search_box .pet .xp_search_box .horizontal .control .bootstrap-select button:after,
.pet .xp_search_box .horizontal .bike .operatori_search_box .vertical .bootstrap-select button:after,
.bike .operatori_search_box .vertical .bootstrap-select .pet .xp_search_box .horizontal button:after,
.pet .empire .xp_search_box .horizontal .control .bootstrap-select button:after,
.empire .pet .xp_search_box .horizontal .control .bootstrap-select button:after,
.pet .empire .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.empire .pet .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.pet .empire .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.empire .pet .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.pet .xp_search_box .empire .operatori_search_box .horizontal .control .bootstrap-select button:after,
.empire .operatori_search_box .pet .xp_search_box .horizontal .control .bootstrap-select button:after,
.pet .xp_search_box .horizontal .empire .operatori_search_box .vertical .bootstrap-select button:after,
.empire .operatori_search_box .vertical .bootstrap-select .pet .xp_search_box .horizontal button:after,
.pet .wellness .xp_search_box .horizontal .control .bootstrap-select button:after,
.wellness .pet .xp_search_box .horizontal .control .bootstrap-select button:after,
.pet .wellness .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.wellness .pet .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.pet .wellness .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.wellness .pet .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.pet .xp_search_box .wellness .operatori_search_box .horizontal .control .bootstrap-select button:after,
.wellness .operatori_search_box .pet .xp_search_box .horizontal .control .bootstrap-select button:after,
.pet .xp_search_box .horizontal .wellness .operatori_search_box .vertical .bootstrap-select button:after,
.wellness .operatori_search_box .vertical .bootstrap-select .pet .xp_search_box .horizontal button:after,
.pet .fun .xp_search_box .horizontal .control .bootstrap-select button:after,
.fun .pet .xp_search_box .horizontal .control .bootstrap-select button:after,
.pet .fun .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.fun .pet .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.pet .fun .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.fun .pet .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.pet .xp_search_box .fun .operatori_search_box .horizontal .control .bootstrap-select button:after,
.fun .operatori_search_box .pet .xp_search_box .horizontal .control .bootstrap-select button:after,
.pet .xp_search_box .horizontal .fun .operatori_search_box .vertical .bootstrap-select button:after,
.fun .operatori_search_box .vertical .bootstrap-select .pet .xp_search_box .horizontal button:after,
.pet .sport .xp_search_box .horizontal .control .bootstrap-select button:after,
.sport .pet .xp_search_box .horizontal .control .bootstrap-select button:after,
.pet .sport .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.sport .pet .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.pet .sport .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.sport .pet .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.pet .xp_search_box .sport .operatori_search_box .horizontal .control .bootstrap-select button:after,
.sport .operatori_search_box .pet .xp_search_box .horizontal .control .bootstrap-select button:after,
.pet .xp_search_box .horizontal .sport .operatori_search_box .vertical .bootstrap-select button:after,
.sport .operatori_search_box .vertical .bootstrap-select .pet .xp_search_box .horizontal button:after,
.pet .motorcycle .xp_search_box .horizontal .control .bootstrap-select button:after,
.motorcycle .pet .xp_search_box .horizontal .control .bootstrap-select button:after,
.pet .motorcycle .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.motorcycle .pet .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.pet .motorcycle .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.motorcycle .pet .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.pet .xp_search_box .motorcycle .operatori_search_box .horizontal .control .bootstrap-select button:after,
.motorcycle .operatori_search_box .pet .xp_search_box .horizontal .control .bootstrap-select button:after,
.pet .xp_search_box .horizontal .motorcycle .operatori_search_box .vertical .bootstrap-select button:after,
.motorcycle .operatori_search_box .vertical .bootstrap-select .pet .xp_search_box .horizontal button:after,
.pet .romagna .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna .pet .xp_search_box .horizontal .control .bootstrap-select button:after,
.pet .romagna .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna .pet .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.pet .romagna .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna .pet .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.pet .xp_search_box .romagna .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna .operatori_search_box .pet .xp_search_box .horizontal .control .bootstrap-select button:after,
.pet .xp_search_box .horizontal .romagna .operatori_search_box .vertical .bootstrap-select button:after,
.romagna .operatori_search_box .vertical .bootstrap-select .pet .xp_search_box .horizontal button:after,
.pet .liscio .xp_search_box .horizontal .control .bootstrap-select button:after,
.liscio .pet .xp_search_box .horizontal .control .bootstrap-select button:after,
.pet .liscio .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.liscio .pet .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.pet .liscio .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.liscio .pet .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.pet .xp_search_box .liscio .operatori_search_box .horizontal .control .bootstrap-select button:after,
.liscio .operatori_search_box .pet .xp_search_box .horizontal .control .bootstrap-select button:after,
.pet .xp_search_box .horizontal .liscio .operatori_search_box .vertical .bootstrap-select button:after,
.liscio .operatori_search_box .vertical .bootstrap-select .pet .xp_search_box .horizontal button:after,
.pet .default .xp_search_box .horizontal .control .bootstrap-select button:after,
.default .pet .xp_search_box .horizontal .control .bootstrap-select button:after,
.pet .default .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.default .pet .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.pet .default .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.default .pet .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.pet .xp_search_box .default .operatori_search_box .horizontal .control .bootstrap-select button:after,
.default .operatori_search_box .pet .xp_search_box .horizontal .control .bootstrap-select button:after,
.pet .xp_search_box .horizontal .default .operatori_search_box .vertical .bootstrap-select button:after,
.default .operatori_search_box .vertical .bootstrap-select .pet .xp_search_box .horizontal button:after {
  line-height: 2.2rem;
}

.pet .xp_search_box .horizontal button.collapsible {
  border: none;
  background-color: transparent;
  display: block;
  width: 100%;
  font-size: 1.6rem;
  color: #ffffff;
  letter-spacing: -0.41px;
  text-align: left;
  text-transform: uppercase;
  display: block;
}

.pet .xp_search_box .horizontal .control {
  padding: 0.5rem 1rem;
  height: 5rem;
  background-color: white;
  margin: 0.5rem;
}

.pet .xp_search_box .horizontal .control.btn-holder {
  min-width: 2rem;
  width: auto;
  padding: 0px;
}

.pet .xp_search_box .horizontal .control.btn-holder button {
  width: 100%;
  border: none;
  background-color: #e3102c;
  height: 100%;
  font-size: 1.6rem;
  color: #ffffff;
  letter-spacing: -0.41px;
  text-align: center;
  text-transform: uppercase;
  display: block;
  padding: 0px;
}

.pet .xp_search_box .horizontal .control .ert-dropdown {
  width: 100%;
}

.pet .xp_search_box .horizontal .control .ert-dropdown * {
  cursor: pointer;
}

.pet .xp_search_box .horizontal .control .ert-dropdown .ert-combo {
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
  display: block;
  text-align: left;
}

.pet .xp_search_box .horizontal .control .ert-dropdown .ert-combo::after {
  border: none;
}

.pet .xp_search_box .horizontal .control .ert-dropdown .ert-combo i {
  transition: 500ms ease;
  transform: rotate(0);
  position: absolute;
  top: 2.25rem;
  right: 15px;
}

.pet .xp_search_box .horizontal .control .ert-dropdown .ert-combo .button {
  padding: 0px;
}

.pet .xp_search_box .horizontal .control .ert-dropdown.show .ert-combo i {
  transform: rotate(180deg);
}

.pet .xp_search_box .horizontal .control .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: auto;
}

.pet .xp_search_box .horizontal .control .bootstrap-select {
  margin-top: -1px;
}

.pet .xp_search_box .horizontal .control .bootstrap-select *:focus {
  box-shadow: none important;
}

.pet .xp_search_box .horizontal .control .bootstrap-select button {
  padding: 0px;
  font-size: 1.5rem;
  background: #ffffff;
  color: #848484;
  letter-spacing: 0.3px;
  border: none;
  border-radius: 0;
}

.pet .xp_search_box .horizontal .control .bootstrap-select button:after {
  content: "\F078";
  border: none;
}

.pet .xp_search_box .horizontal .control .bootstrap-select .dropdown-menu {
  width: 100% !important;
  border: none;
  border-radius: 0;
  box-shadow: 0px 2px 2px 0px #a9a9a970;
  border-top: 1px solid #a9a9a970;
}

.pet .xp_search_box .horizontal .control .bootstrap-select .dropdown-menu.inner.show {
  border-top: none;
}

.pet .xp_search_box .horizontal .control .bootstrap-select .dropdown-menu .dropdown-item {
  font-size: 1.5rem;
  line-height: 4rem;
}

.pet .xp_search_box .horizontal .control .bootstrap-select .dropdown-menu .dropdown-item:active,
.pet .xp_search_box .horizontal .control .bootstrap-select .dropdown-menu .dropdown-item.active {
  background-color: #f1354e;
}

.pet .xp_search_box .horizontal .control label {
  background: #ffffff;
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
  line-height: 2.4rem;
  margin-bottom: 0px;
  margin-right: 0.5rem;
}

@media (max-width: 768px) {
  .pet .xp_search_box .horizontal .control label {
    min-width: 6.2rem;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .pet .xp_search_box .horizontal .control label {
    display: none;
  }
}

.pet .xp_search_box .horizontal .control .flatpickr-mobile.form-control {
  padding: 1px 0;
}

.pet .xp_search_box .horizontal .control input[type=text],
.pet .xp_search_box .horizontal .control input[type=date] {
  border: none;
  font-size: 1.5rem;
  border-radius: 0;
  background-color: white;
  border-bottom: 1px solid #495057;
  min-width: 0;
  height: auto;
}

.pet .xp_search_box .horizontal .control input[type=text]:focus,
.pet .xp_search_box .horizontal .control input[type=date]:focus {
  box-shadow: none;
}

.pet .xp_search_box .vertical {
  max-width: 30rem;
  z-index: 10;
  position: relative;
  height: 4.4rem;
  margin: 0 auto;
}

.pet .xp_search_box .vertical button.collapsible {
  border: none;
  background-color: transparent;
  display: block;
  position: absolute;
  width: 100%;
}

.pet .xp_search_box .vertical .dropbutton {
  display: none;
}

.pet .xp_search_box .vertical .dropbutton.collapsed {
  display: block;
}

.pet .xp_search_box .vertical #collapse-events {
  padding: 1.8rem;
  background-color: #f1354e;
  background-image: linear-gradient(-180deg, #f1324b 0%, #f1354e 48%, #f1334c 80%);
  font-size: 1.6rem;
}

.pet .xp_search_box .vertical .fa-chevron-up {
  text-align: right;
  line-height: 4rem;
  color: white;
  margin-bottom: 1.8rem;
}

.pet .xp_search_box .vertical .form-group {
  background: #ffffff;
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
}

.pet .xp_search_box .vertical .form-group .col-form-label {
  line-height: 5rem;
}

.pet .xp_search_box .vertical .ert-text {
  border: none;
  font-size: 1.5rem;
  height: 60px;
  border-radius: 0;
  background-color: white;
}

.pet .xp_search_box .vertical .ert-text.line {
  border-bottom: 1px solid #495057;
  height: auto;
  margin-top: 14px;
}

.pet .xp_search_box .vertical .ert-text:focus {
  box-shadow: none;
}

.pet .xp_search_box .vertical button.search {
  border: none;
  position: absolute;
  bottom: -10rem;
  left: 5%;
  right: 5%;
  width: 90%;
  line-height: 4.4rem;
}

.pet .xp_search_box .vertical .datepicker-holder {
  padding-right: 0px;
}

.pet .xp_search_box .vertical .datepicker-holder * {
  cursor: pointer;
}

.pet .xp_search_box .vertical .datepicker-holder input[type=date]::-webkit-calendar-picker-indicator {
  width: 1.2rem;
  height: 0.7rem;
  -webkit-mask: url(/images/caret.svg);
          mask: url(/images/caret.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  -webkit-transition: 500ms ease;
  transition: 500ms ease;
  background-color: #686868;
}

.pet .xp_search_box .vertical .datepicker-holder .flatpickr-calendar.static {
  margin-left: -193px;
  margin-top: -184px;
  left: 50%;
  top: 50%;
}

.pet .xp_search_box .vertical .datepicker-holder .flatpickr-calendar.static.arrowBottom:after {
  display: none;
}

.pet .xp_search_box .vertical .datepicker-holder .flatpickr-calendar.static.arrowBottom:before {
  display: none;
}

.pet .xp_search_box .vertical .datepicker-holder .flatpickr-months .flatpickr-month {
  height: 32px;
}

.pet .xp_search_box .vertical .ert-dropdown * {
  cursor: pointer;
}

.pet .xp_search_box .vertical .ert-dropdown .ert-combo {
  background: #ffffff;
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
  line-height: 5rem;
  display: block;
  width: 100%;
  height: 60px;
  text-align: left;
}

.pet .xp_search_box .vertical .ert-dropdown .ert-combo::after {
  border: none;
}

.pet .xp_search_box .vertical .ert-dropdown .ert-combo i {
  transition: 500ms ease;
  transform: rotate(0);
  position: absolute;
  top: 2.25rem;
  right: 15px;
}

.pet .xp_search_box .vertical .ert-dropdown .ert-combo .button {
  padding: 0px;
}

.pet .xp_search_box .vertical .ert-dropdown .dropdown-menu {
  width: 100% !important;
  border: none;
  border-radius: 0;
  box-shadow: 0px 2px 2px 0px #a9a9a970;
  border-top: 1px solid #a9a9a970;
}

.pet .xp_search_box .vertical .ert-dropdown .dropdown-menu .dropdown-item {
  font-size: 1.5rem;
  line-height: 4rem;
}

.pet .xp_search_box .vertical .ert-dropdown .dropdown-menu .dropdown-item:active {
  background-color: #f1354e;
}

.pet .xp_search_box .vertical .ert-dropdown.show .ert-combo i {
  transform: rotate(180deg);
}

.pet .xp_search_box .vertical .bootstrap-select *:focus {
  box-shadow: none important;
}

.pet .xp_search_box .vertical .bootstrap-select button {
  font-size: 1.5rem;
  color: #848484;
  letter-spacing: 0.3px;
  border: none;
  font-size: 1.5rem;
  height: 60px;
  border-radius: 0;
  background-color: white;
}

.pet .xp_search_box .vertical .bootstrap-select button:after {
  content: "\F078";
  border: none;
}

.pet .xp_search_box .vertical .bootstrap-select .dropdown-menu {
  width: 100% !important;
  border: none;
  border-radius: 0;
  box-shadow: 0px 2px 2px 0px #a9a9a970;
  border-top: 1px solid #a9a9a970;
}

.pet .xp_search_box .vertical .bootstrap-select .dropdown-menu .dropdown-item {
  font-size: 1.5rem;
  line-height: 4rem;
}

.pet .xp_search_box .vertical .bootstrap-select .dropdown-menu .dropdown-item:active,
.pet .xp_search_box .vertical .bootstrap-select .dropdown-menu .dropdown-item.active {
  background-color: #f1354e;
}

.pet .xp_search_box .vertical .btn-er,
.pet .xp_search_box .vertical .instagram .instabutton div span,
.instagram .instabutton div .pet .xp_search_box .vertical span {
  margin-top: 18px;
}

.pet .xp_search_box .vertical .btn-er .fa-chevron-down,
.pet .xp_search_box .vertical .instagram .instabutton div span .fa-chevron-down,
.instagram .instabutton div .pet .xp_search_box .vertical span .fa-chevron-down {
  float: right;
  line-height: 4rem;
}

.pet .operatori_search_box button span {
  color: white;
}

.pet .operatori_search_box .city {
  color: white;
}

.pet .operatori_search_box .horizontal {
  padding: 1rem;
  background-color: #f1354e;
  background-image: linear-gradient(-180deg, #f1324b 0%, #f1354e 48%, #f1334c 80%);
  font-size: 1.6rem;
}

.pet .operatori_search_box .horizontal.collapsed {
  border-radius: 2px;
  box-shadow: -1px 0 3px 0 rgba(0, 0, 0, 0.25);
}

.pet .operatori_search_box .horizontal .fa,
.pet .operatori_search_box .horizontal .search .searchearchbox.vertical .bootstrap-select button:after,
.search .searchearchbox.vertical .bootstrap-select .pet .operatori_search_box .horizontal button:after,
.pet .operatori_search_box .search .searchearchbox.horizontal .control .bootstrap-select button:after,
.search .pet .operatori_search_box .searchearchbox.horizontal .control .bootstrap-select button:after,
.pet .operatori_search_box .horizontal .downloads .downloadsearchbox.vertical .bootstrap-select button:after,
.downloads .downloadsearchbox.vertical .bootstrap-select .pet .operatori_search_box .horizontal button:after,
.pet .operatori_search_box .downloads .downloadsearchbox.horizontal .control .bootstrap-select button:after,
.downloads .pet .operatori_search_box .downloadsearchbox.horizontal .control .bootstrap-select button:after,
.pet .operatori_search_box .horizontal .localita #searchbox-app .bootstrap-select button:after,
.localita #searchbox-app .bootstrap-select .pet .operatori_search_box .horizontal button:after,
.pet .operatori_search_box .horizontal .itinerari .searchbox .control .bootstrap-select button:after,
.itinerari .searchbox .control .bootstrap-select .pet .operatori_search_box .horizontal button:after,
.pet .operatori_search_box .itinerari .searchbox.horizontal .control .bootstrap-select button:after,
.itinerari .pet .operatori_search_box .searchbox.horizontal .control .bootstrap-select button:after,
.pet .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .pet .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.pet .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .pet .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.pet .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .pet .operatori_search_box .horizontal .control .bootstrap-select button:after,
.pet .operatori_search_box .horizontal .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .vertical .bootstrap-select .pet .operatori_search_box .horizontal button:after,
.pet .operatori_search_box .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .pet .operatori_search_box .horizontal .control .bootstrap-select button:after,
.pet .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .pet .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.pet .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .pet .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.pet .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .pet .operatori_search_box .horizontal .control .bootstrap-select button:after,
.pet .operatori_search_box .horizontal .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .vertical .bootstrap-select .pet .operatori_search_box .horizontal button:after,
.pet .operatori_search_box .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .pet .operatori_search_box .horizontal .control .bootstrap-select button:after,
.pet .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .pet .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.pet .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .pet .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.pet .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .pet .operatori_search_box .horizontal .control .bootstrap-select button:after,
.pet .operatori_search_box .horizontal .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .vertical .bootstrap-select .pet .operatori_search_box .horizontal button:after,
.pet .operatori_search_box .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .pet .operatori_search_box .horizontal .control .bootstrap-select button:after,
.pet .romagna-craft .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna-craft .pet .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.pet .romagna-craft .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna-craft .pet .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.pet .romagna-craft .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna-craft .pet .operatori_search_box .horizontal .control .bootstrap-select button:after,
.pet .operatori_search_box .horizontal .romagna-craft .xp_search_box .vertical .bootstrap-select button:after,
.romagna-craft .xp_search_box .vertical .bootstrap-select .pet .operatori_search_box .horizontal button:after,
.pet .operatori_search_box .romagna-craft .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna-craft .xp_search_box .pet .operatori_search_box .horizontal .control .bootstrap-select button:after,
.pet .spass .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.spass .pet .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.pet .spass .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.spass .pet .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.pet .spass .operatori_search_box .horizontal .control .bootstrap-select button:after,
.spass .pet .operatori_search_box .horizontal .control .bootstrap-select button:after,
.pet .operatori_search_box .horizontal .spass .xp_search_box .vertical .bootstrap-select button:after,
.spass .xp_search_box .vertical .bootstrap-select .pet .operatori_search_box .horizontal button:after,
.pet .operatori_search_box .spass .xp_search_box .horizontal .control .bootstrap-select button:after,
.spass .xp_search_box .pet .operatori_search_box .horizontal .control .bootstrap-select button:after,
.pet .natur .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.natur .pet .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.pet .natur .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.natur .pet .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.pet .natur .operatori_search_box .horizontal .control .bootstrap-select button:after,
.natur .pet .operatori_search_box .horizontal .control .bootstrap-select button:after,
.pet .operatori_search_box .horizontal .natur .xp_search_box .vertical .bootstrap-select button:after,
.natur .xp_search_box .vertical .bootstrap-select .pet .operatori_search_box .horizontal button:after,
.pet .operatori_search_box .natur .xp_search_box .horizontal .control .bootstrap-select button:after,
.natur .xp_search_box .pet .operatori_search_box .horizontal .control .bootstrap-select button:after,
.pet .kultur .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.kultur .pet .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.pet .kultur .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.kultur .pet .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.pet .kultur .operatori_search_box .horizontal .control .bootstrap-select button:after,
.kultur .pet .operatori_search_box .horizontal .control .bootstrap-select button:after,
.pet .operatori_search_box .horizontal .kultur .xp_search_box .vertical .bootstrap-select button:after,
.kultur .xp_search_box .vertical .bootstrap-select .pet .operatori_search_box .horizontal button:after,
.pet .operatori_search_box .kultur .xp_search_box .horizontal .control .bootstrap-select button:after,
.kultur .xp_search_box .pet .operatori_search_box .horizontal .control .bootstrap-select button:after,
.pet .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.pet .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.pet .operatori_search_box .horizontal .control .bootstrap-select button:after,
.pet .operatori_search_box .events-homepage .header .eventsearchbox.horizontal .control .bootstrap-select button:after,
.events-homepage .header .pet .operatori_search_box .eventsearchbox.horizontal .control .bootstrap-select button:after,
.pet .operatori_search_box .horizontal .events-homepage .header .eventsearchbox.vertical .bootstrap-select button:after,
.events-homepage .header .eventsearchbox.vertical .bootstrap-select .pet .operatori_search_box .horizontal button:after,
.pet .operatori_search_box .events-page .header .eventsearchbox.horizontal .control .bootstrap-select button:after,
.events-page .header .pet .operatori_search_box .eventsearchbox.horizontal .control .bootstrap-select button:after,
.pet .operatori_search_box .horizontal .events-page .header .eventsearchbox.vertical .bootstrap-select button:after,
.events-page .header .eventsearchbox.vertical .bootstrap-select .pet .operatori_search_box .horizontal button:after,
.pet .operatori_search_box .scopri .xp_search_box .horizontal .control .bootstrap-select button:after,
.scopri .xp_search_box .pet .operatori_search_box .horizontal .control .bootstrap-select button:after,
.pet .operatori_search_box .horizontal .scopri .xp_search_box .vertical .bootstrap-select button:after,
.scopri .xp_search_box .vertical .bootstrap-select .pet .operatori_search_box .horizontal button:after,
.pet .scopri .operatori_search_box .horizontal .control .bootstrap-select button:after,
.scopri .pet .operatori_search_box .horizontal .control .bootstrap-select button:after,
.pet .scopri .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.scopri .pet .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.pet .scopri .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.scopri .pet .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.pet .operatori_search_box .idee .xp_search_box .horizontal .control .bootstrap-select button:after,
.idee .xp_search_box .pet .operatori_search_box .horizontal .control .bootstrap-select button:after,
.pet .operatori_search_box .horizontal .idee .xp_search_box .vertical .bootstrap-select button:after,
.idee .xp_search_box .vertical .bootstrap-select .pet .operatori_search_box .horizontal button:after,
.pet .idee .operatori_search_box .horizontal .control .bootstrap-select button:after,
.idee .pet .operatori_search_box .horizontal .control .bootstrap-select button:after,
.pet .idee .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.idee .pet .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.pet .idee .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.idee .pet .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.pet .operatori_search_box .eventi .xp_search_box .horizontal .control .bootstrap-select button:after,
.eventi .xp_search_box .pet .operatori_search_box .horizontal .control .bootstrap-select button:after,
.pet .operatori_search_box .horizontal .eventi .xp_search_box .vertical .bootstrap-select button:after,
.eventi .xp_search_box .vertical .bootstrap-select .pet .operatori_search_box .horizontal button:after,
.pet .eventi .operatori_search_box .horizontal .control .bootstrap-select button:after,
.eventi .pet .operatori_search_box .horizontal .control .bootstrap-select button:after,
.pet .eventi .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.eventi .pet .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.pet .eventi .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.eventi .pet .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.pet .operatori_search_box .pianifica .xp_search_box .horizontal .control .bootstrap-select button:after,
.pianifica .xp_search_box .pet .operatori_search_box .horizontal .control .bootstrap-select button:after,
.pet .operatori_search_box .horizontal .pianifica .xp_search_box .vertical .bootstrap-select button:after,
.pianifica .xp_search_box .vertical .bootstrap-select .pet .operatori_search_box .horizontal button:after,
.pet .pianifica .operatori_search_box .horizontal .control .bootstrap-select button:after,
.pianifica .pet .operatori_search_box .horizontal .control .bootstrap-select button:after,
.pet .pianifica .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.pianifica .pet .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.pet .pianifica .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.pianifica .pet .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.pet .operatori_search_box .esperienze .xp_search_box .horizontal .control .bootstrap-select button:after,
.esperienze .xp_search_box .pet .operatori_search_box .horizontal .control .bootstrap-select button:after,
.pet .operatori_search_box .horizontal .esperienze .xp_search_box .vertical .bootstrap-select button:after,
.esperienze .xp_search_box .vertical .bootstrap-select .pet .operatori_search_box .horizontal button:after,
.pet .esperienze .operatori_search_box .horizontal .control .bootstrap-select button:after,
.esperienze .pet .operatori_search_box .horizontal .control .bootstrap-select button:after,
.pet .esperienze .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.esperienze .pet .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.pet .esperienze .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.esperienze .pet .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.pet .operatori_search_box .news .xp_search_box .horizontal .control .bootstrap-select button:after,
.news .xp_search_box .pet .operatori_search_box .horizontal .control .bootstrap-select button:after,
.pet .operatori_search_box .horizontal .news .xp_search_box .vertical .bootstrap-select button:after,
.news .xp_search_box .vertical .bootstrap-select .pet .operatori_search_box .horizontal button:after,
.pet .news .operatori_search_box .horizontal .control .bootstrap-select button:after,
.news .pet .operatori_search_box .horizontal .control .bootstrap-select button:after,
.pet .news .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.news .pet .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.pet .news .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.news .pet .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.pet .operatori_search_box .iat .xp_search_box .horizontal .control .bootstrap-select button:after,
.iat .xp_search_box .pet .operatori_search_box .horizontal .control .bootstrap-select button:after,
.pet .operatori_search_box .horizontal .iat .xp_search_box .vertical .bootstrap-select button:after,
.iat .xp_search_box .vertical .bootstrap-select .pet .operatori_search_box .horizontal button:after,
.pet .iat .operatori_search_box .horizontal .control .bootstrap-select button:after,
.iat .pet .operatori_search_box .horizontal .control .bootstrap-select button:after,
.pet .iat .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.iat .pet .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.pet .iat .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.iat .pet .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.pet .operatori_search_box .meteo .xp_search_box .horizontal .control .bootstrap-select button:after,
.meteo .xp_search_box .pet .operatori_search_box .horizontal .control .bootstrap-select button:after,
.pet .operatori_search_box .horizontal .meteo .xp_search_box .vertical .bootstrap-select button:after,
.meteo .xp_search_box .vertical .bootstrap-select .pet .operatori_search_box .horizontal button:after,
.pet .meteo .operatori_search_box .horizontal .control .bootstrap-select button:after,
.meteo .pet .operatori_search_box .horizontal .control .bootstrap-select button:after,
.pet .meteo .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.meteo .pet .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.pet .meteo .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.meteo .pet .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.pet .operatori_search_box .odm .xp_search_box .horizontal .control .bootstrap-select button:after,
.odm .xp_search_box .pet .operatori_search_box .horizontal .control .bootstrap-select button:after,
.pet .operatori_search_box .horizontal .odm .xp_search_box .vertical .bootstrap-select button:after,
.odm .xp_search_box .vertical .bootstrap-select .pet .operatori_search_box .horizontal button:after,
.pet .odm .operatori_search_box .horizontal .control .bootstrap-select button:after,
.odm .pet .operatori_search_box .horizontal .control .bootstrap-select button:after,
.pet .odm .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.odm .pet .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.pet .odm .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.odm .pet .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.pet .operatori_search_box .booking .xp_search_box .horizontal .control .bootstrap-select button:after,
.booking .xp_search_box .pet .operatori_search_box .horizontal .control .bootstrap-select button:after,
.pet .operatori_search_box .horizontal .booking .xp_search_box .vertical .bootstrap-select button:after,
.booking .xp_search_box .vertical .bootstrap-select .pet .operatori_search_box .horizontal button:after,
.pet .booking .operatori_search_box .horizontal .control .bootstrap-select button:after,
.booking .pet .operatori_search_box .horizontal .control .bootstrap-select button:after,
.pet .booking .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.booking .pet .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.pet .booking .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.booking .pet .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.pet .operatori_search_box .rock .xp_search_box .horizontal .control .bootstrap-select button:after,
.rock .xp_search_box .pet .operatori_search_box .horizontal .control .bootstrap-select button:after,
.pet .operatori_search_box .horizontal .rock .xp_search_box .vertical .bootstrap-select button:after,
.rock .xp_search_box .vertical .bootstrap-select .pet .operatori_search_box .horizontal button:after,
.pet .rock .operatori_search_box .horizontal .control .bootstrap-select button:after,
.rock .pet .operatori_search_box .horizontal .control .bootstrap-select button:after,
.pet .rock .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.rock .pet .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.pet .rock .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.rock .pet .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.pet .operatori_search_box .beach .xp_search_box .horizontal .control .bootstrap-select button:after,
.beach .xp_search_box .pet .operatori_search_box .horizontal .control .bootstrap-select button:after,
.pet .operatori_search_box .horizontal .beach .xp_search_box .vertical .bootstrap-select button:after,
.beach .xp_search_box .vertical .bootstrap-select .pet .operatori_search_box .horizontal button:after,
.pet .beach .operatori_search_box .horizontal .control .bootstrap-select button:after,
.beach .pet .operatori_search_box .horizontal .control .bootstrap-select button:after,
.pet .beach .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.beach .pet .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.pet .beach .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.beach .pet .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.pet .operatori_search_box .food .xp_search_box .horizontal .control .bootstrap-select button:after,
.food .xp_search_box .pet .operatori_search_box .horizontal .control .bootstrap-select button:after,
.pet .operatori_search_box .horizontal .food .xp_search_box .vertical .bootstrap-select button:after,
.food .xp_search_box .vertical .bootstrap-select .pet .operatori_search_box .horizontal button:after,
.pet .food .operatori_search_box .horizontal .control .bootstrap-select button:after,
.food .pet .operatori_search_box .horizontal .control .bootstrap-select button:after,
.pet .food .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.food .pet .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.pet .food .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.food .pet .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.pet .operatori_search_box .nature .xp_search_box .horizontal .control .bootstrap-select button:after,
.nature .xp_search_box .pet .operatori_search_box .horizontal .control .bootstrap-select button:after,
.pet .operatori_search_box .horizontal .nature .xp_search_box .vertical .bootstrap-select button:after,
.nature .xp_search_box .vertical .bootstrap-select .pet .operatori_search_box .horizontal button:after,
.pet .nature .operatori_search_box .horizontal .control .bootstrap-select button:after,
.nature .pet .operatori_search_box .horizontal .control .bootstrap-select button:after,
.pet .nature .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.nature .pet .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.pet .nature .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.nature .pet .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.pet .operatori_search_box .romagna_autentica .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna_autentica .xp_search_box .pet .operatori_search_box .horizontal .control .bootstrap-select button:after,
.pet .operatori_search_box .horizontal .romagna_autentica .xp_search_box .vertical .bootstrap-select button:after,
.romagna_autentica .xp_search_box .vertical .bootstrap-select .pet .operatori_search_box .horizontal button:after,
.pet .romagna_autentica .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna_autentica .pet .operatori_search_box .horizontal .control .bootstrap-select button:after,
.pet .romagna_autentica .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna_autentica .pet .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.pet .romagna_autentica .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna_autentica .pet .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.pet .operatori_search_box .culture .xp_search_box .horizontal .control .bootstrap-select button:after,
.culture .xp_search_box .pet .operatori_search_box .horizontal .control .bootstrap-select button:after,
.pet .operatori_search_box .horizontal .culture .xp_search_box .vertical .bootstrap-select button:after,
.culture .xp_search_box .vertical .bootstrap-select .pet .operatori_search_box .horizontal button:after,
.pet .culture .operatori_search_box .horizontal .control .bootstrap-select button:after,
.culture .pet .operatori_search_box .horizontal .control .bootstrap-select button:after,
.pet .culture .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.culture .pet .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.pet .culture .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.culture .pet .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.pet .operatori_search_box .castle .xp_search_box .horizontal .control .bootstrap-select button:after,
.castle .xp_search_box .pet .operatori_search_box .horizontal .control .bootstrap-select button:after,
.pet .operatori_search_box .horizontal .castle .xp_search_box .vertical .bootstrap-select button:after,
.castle .xp_search_box .vertical .bootstrap-select .pet .operatori_search_box .horizontal button:after,
.pet .castle .operatori_search_box .horizontal .control .bootstrap-select button:after,
.castle .pet .operatori_search_box .horizontal .control .bootstrap-select button:after,
.pet .castle .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.castle .pet .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.pet .castle .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.castle .pet .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.pet .operatori_search_box .bike .xp_search_box .horizontal .control .bootstrap-select button:after,
.bike .xp_search_box .pet .operatori_search_box .horizontal .control .bootstrap-select button:after,
.pet .operatori_search_box .horizontal .bike .xp_search_box .vertical .bootstrap-select button:after,
.bike .xp_search_box .vertical .bootstrap-select .pet .operatori_search_box .horizontal button:after,
.pet .bike .operatori_search_box .horizontal .control .bootstrap-select button:after,
.bike .pet .operatori_search_box .horizontal .control .bootstrap-select button:after,
.pet .bike .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.bike .pet .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.pet .bike .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.bike .pet .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.pet .operatori_search_box .empire .xp_search_box .horizontal .control .bootstrap-select button:after,
.empire .xp_search_box .pet .operatori_search_box .horizontal .control .bootstrap-select button:after,
.pet .operatori_search_box .horizontal .empire .xp_search_box .vertical .bootstrap-select button:after,
.empire .xp_search_box .vertical .bootstrap-select .pet .operatori_search_box .horizontal button:after,
.pet .empire .operatori_search_box .horizontal .control .bootstrap-select button:after,
.empire .pet .operatori_search_box .horizontal .control .bootstrap-select button:after,
.pet .empire .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.empire .pet .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.pet .empire .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.empire .pet .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.pet .operatori_search_box .wellness .xp_search_box .horizontal .control .bootstrap-select button:after,
.wellness .xp_search_box .pet .operatori_search_box .horizontal .control .bootstrap-select button:after,
.pet .operatori_search_box .horizontal .wellness .xp_search_box .vertical .bootstrap-select button:after,
.wellness .xp_search_box .vertical .bootstrap-select .pet .operatori_search_box .horizontal button:after,
.pet .wellness .operatori_search_box .horizontal .control .bootstrap-select button:after,
.wellness .pet .operatori_search_box .horizontal .control .bootstrap-select button:after,
.pet .wellness .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.wellness .pet .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.pet .wellness .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.wellness .pet .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.pet .operatori_search_box .fun .xp_search_box .horizontal .control .bootstrap-select button:after,
.fun .xp_search_box .pet .operatori_search_box .horizontal .control .bootstrap-select button:after,
.pet .operatori_search_box .horizontal .fun .xp_search_box .vertical .bootstrap-select button:after,
.fun .xp_search_box .vertical .bootstrap-select .pet .operatori_search_box .horizontal button:after,
.pet .fun .operatori_search_box .horizontal .control .bootstrap-select button:after,
.fun .pet .operatori_search_box .horizontal .control .bootstrap-select button:after,
.pet .fun .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.fun .pet .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.pet .fun .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.fun .pet .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.pet .operatori_search_box .sport .xp_search_box .horizontal .control .bootstrap-select button:after,
.sport .xp_search_box .pet .operatori_search_box .horizontal .control .bootstrap-select button:after,
.pet .operatori_search_box .horizontal .sport .xp_search_box .vertical .bootstrap-select button:after,
.sport .xp_search_box .vertical .bootstrap-select .pet .operatori_search_box .horizontal button:after,
.pet .sport .operatori_search_box .horizontal .control .bootstrap-select button:after,
.sport .pet .operatori_search_box .horizontal .control .bootstrap-select button:after,
.pet .sport .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.sport .pet .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.pet .sport .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.sport .pet .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.pet .operatori_search_box .motorcycle .xp_search_box .horizontal .control .bootstrap-select button:after,
.motorcycle .xp_search_box .pet .operatori_search_box .horizontal .control .bootstrap-select button:after,
.pet .operatori_search_box .horizontal .motorcycle .xp_search_box .vertical .bootstrap-select button:after,
.motorcycle .xp_search_box .vertical .bootstrap-select .pet .operatori_search_box .horizontal button:after,
.pet .motorcycle .operatori_search_box .horizontal .control .bootstrap-select button:after,
.motorcycle .pet .operatori_search_box .horizontal .control .bootstrap-select button:after,
.pet .motorcycle .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.motorcycle .pet .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.pet .motorcycle .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.motorcycle .pet .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.pet .operatori_search_box .romagna .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna .xp_search_box .pet .operatori_search_box .horizontal .control .bootstrap-select button:after,
.pet .operatori_search_box .horizontal .romagna .xp_search_box .vertical .bootstrap-select button:after,
.romagna .xp_search_box .vertical .bootstrap-select .pet .operatori_search_box .horizontal button:after,
.pet .romagna .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna .pet .operatori_search_box .horizontal .control .bootstrap-select button:after,
.pet .romagna .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna .pet .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.pet .romagna .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna .pet .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.pet .operatori_search_box .liscio .xp_search_box .horizontal .control .bootstrap-select button:after,
.liscio .xp_search_box .pet .operatori_search_box .horizontal .control .bootstrap-select button:after,
.pet .operatori_search_box .horizontal .liscio .xp_search_box .vertical .bootstrap-select button:after,
.liscio .xp_search_box .vertical .bootstrap-select .pet .operatori_search_box .horizontal button:after,
.pet .liscio .operatori_search_box .horizontal .control .bootstrap-select button:after,
.liscio .pet .operatori_search_box .horizontal .control .bootstrap-select button:after,
.pet .liscio .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.liscio .pet .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.pet .liscio .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.liscio .pet .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.pet .operatori_search_box .default .xp_search_box .horizontal .control .bootstrap-select button:after,
.default .xp_search_box .pet .operatori_search_box .horizontal .control .bootstrap-select button:after,
.pet .operatori_search_box .horizontal .default .xp_search_box .vertical .bootstrap-select button:after,
.default .xp_search_box .vertical .bootstrap-select .pet .operatori_search_box .horizontal button:after,
.pet .default .operatori_search_box .horizontal .control .bootstrap-select button:after,
.default .pet .operatori_search_box .horizontal .control .bootstrap-select button:after,
.pet .default .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.default .pet .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.pet .default .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.default .pet .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.pet .operatori_search_box .xp_search_box .horizontal .control .bootstrap-select button:after,
.pet .xp_search_box .operatori_search_box .horizontal .control .bootstrap-select button:after,
.pet .operatori_search_box .horizontal .xp_search_box .vertical .bootstrap-select button:after,
.pet .xp_search_box .vertical .bootstrap-select .operatori_search_box .horizontal button:after {
  line-height: 2.2rem;
}

.pet .operatori_search_box .horizontal button.collapsible {
  border: none;
  background-color: transparent;
  display: block;
  width: 100%;
  font-size: 1.6rem;
  color: #ffffff;
  letter-spacing: -0.41px;
  text-align: left;
  text-transform: uppercase;
}

.pet .operatori_search_box .horizontal .control {
  padding: 0.5rem 1rem;
  height: 5rem;
  background-color: white;
  margin: 0.5rem;
}

.pet .operatori_search_box .horizontal .control.btn-holder {
  min-width: 2rem;
  width: auto;
  padding: 0px;
}

.pet .operatori_search_box .horizontal .control.btn-holder button {
  width: 100%;
  border: none;
  background-color: #e3102c;
  height: 100%;
  font-size: 1.6rem;
  color: #ffffff;
  letter-spacing: -0.41px;
  text-align: center;
  text-transform: uppercase;
  display: block;
  padding: 0px;
}

.pet .operatori_search_box .horizontal .control .ert-dropdown {
  width: 100%;
}

.pet .operatori_search_box .horizontal .control .ert-dropdown * {
  cursor: pointer;
}

.pet .operatori_search_box .horizontal .control .ert-dropdown .ert-combo {
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
  display: block;
  text-align: left;
}

.pet .operatori_search_box .horizontal .control .ert-dropdown .ert-combo::after {
  border: none;
}

.pet .operatori_search_box .horizontal .control .ert-dropdown .ert-combo i {
  transition: 500ms ease;
  transform: rotate(0);
  position: absolute;
  top: 2.25rem;
  right: 15px;
}

.pet .operatori_search_box .horizontal .control .ert-dropdown .ert-combo .button {
  padding: 0px;
}

.pet .operatori_search_box .horizontal .control .ert-dropdown.show .ert-combo i {
  transform: rotate(180deg);
}

.pet .operatori_search_box .horizontal .control .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: auto;
}

.pet .operatori_search_box .horizontal .control .bootstrap-select {
  margin-top: -1px;
}

.pet .operatori_search_box .horizontal .control .bootstrap-select *:focus {
  box-shadow: none important;
}

.pet .operatori_search_box .horizontal .control .bootstrap-select button {
  padding: 0px;
  font-size: 1.5rem;
  background: #ffffff;
  color: #848484;
  letter-spacing: 0.3px;
  border: none;
  border-radius: 0;
}

.pet .operatori_search_box .horizontal .control .bootstrap-select button:after {
  content: "\F078";
  border: none;
}

.pet .operatori_search_box .horizontal .control .bootstrap-select .dropdown-menu {
  width: 100% !important;
  border: none;
  border-radius: 0;
  box-shadow: 0px 2px 2px 0px #a9a9a970;
  border-top: 1px solid #a9a9a970;
}

.pet .operatori_search_box .horizontal .control .bootstrap-select .dropdown-menu.inner.show {
  border-top: none;
}

.pet .operatori_search_box .horizontal .control .bootstrap-select .dropdown-menu .dropdown-item {
  font-size: 1.5rem;
  line-height: 4rem;
}

.pet .operatori_search_box .horizontal .control .bootstrap-select .dropdown-menu .dropdown-item:active,
.pet .operatori_search_box .horizontal .control .bootstrap-select .dropdown-menu .dropdown-item.active {
  background-color: #f1354e;
}

.pet .operatori_search_box .horizontal .control label {
  background: #ffffff;
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
  line-height: 2.4rem;
  margin-bottom: 0px;
  margin-right: 0.5rem;
}

@media (max-width: 768px) {
  .pet .operatori_search_box .horizontal .control label {
    min-width: 6.2rem;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .pet .operatori_search_box .horizontal .control label {
    display: none;
  }
}

.pet .operatori_search_box .horizontal .control .flatpickr-mobile.form-control {
  padding: 1px 0;
}

.pet .operatori_search_box .horizontal .control input[type=text],
.pet .operatori_search_box .horizontal .control input[type=date] {
  border: none;
  font-size: 1.5rem;
  border-radius: 0;
  background-color: white;
  border-bottom: 1px solid #495057;
  min-width: 0;
  height: auto;
}

.pet .operatori_search_box .horizontal .control input[type=text]:focus,
.pet .operatori_search_box .horizontal .control input[type=date]:focus {
  box-shadow: none;
}

.pet .operatori_search_box .vertical {
  max-width: 30rem;
  z-index: 10;
  position: relative;
  height: 4.4rem;
  margin: 0 auto;
}

.pet .operatori_search_box .vertical button.collapsible {
  border: none;
  background-color: transparent;
  display: block;
  position: absolute;
  width: 100%;
}

.pet .operatori_search_box .vertical .dropbutton {
  display: none;
}

.pet .operatori_search_box .vertical .dropbutton.collapsed {
  display: block;
}

.pet .operatori_search_box .vertical #collapse-events {
  padding: 1.8rem;
  background-color: #f1354e;
  background-image: linear-gradient(-180deg, #f1324b 0%, #f1354e 48%, #f1334c 80%);
  font-size: 1.6rem;
}

.pet .operatori_search_box .vertical .fa-chevron-up {
  text-align: right;
  line-height: 4rem;
  color: white;
  margin-bottom: 1.8rem;
}

.pet .operatori_search_box .vertical .form-group {
  background: #ffffff;
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
}

.pet .operatori_search_box .vertical .form-group .col-form-label {
  line-height: 5rem;
}

.pet .operatori_search_box .vertical .ert-text {
  border: none;
  font-size: 1.5rem;
  height: 60px;
  border-radius: 0;
  background-color: white;
}

.pet .operatori_search_box .vertical .ert-text.line {
  border-bottom: 1px solid #495057;
  height: auto;
  margin-top: 14px;
}

.pet .operatori_search_box .vertical .ert-text:focus {
  box-shadow: none;
}

.pet .operatori_search_box .vertical button.search {
  border: none;
  position: absolute;
  bottom: -10rem;
  left: 5%;
  right: 5%;
  width: 90%;
  line-height: 4.4rem;
}

.pet .operatori_search_box .vertical .datepicker-holder {
  padding-right: 0px;
}

.pet .operatori_search_box .vertical .datepicker-holder * {
  cursor: pointer;
}

.pet .operatori_search_box .vertical .datepicker-holder input[type=date]::-webkit-calendar-picker-indicator {
  width: 1.2rem;
  height: 0.7rem;
  -webkit-mask: url(/images/caret.svg);
          mask: url(/images/caret.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  -webkit-transition: 500ms ease;
  transition: 500ms ease;
  background-color: #686868;
}

.pet .operatori_search_box .vertical .datepicker-holder .flatpickr-calendar.static {
  margin-left: -193px;
  margin-top: -184px;
  left: 50%;
  top: 50%;
}

.pet .operatori_search_box .vertical .datepicker-holder .flatpickr-calendar.static.arrowBottom:after {
  display: none;
}

.pet .operatori_search_box .vertical .datepicker-holder .flatpickr-calendar.static.arrowBottom:before {
  display: none;
}

.pet .operatori_search_box .vertical .datepicker-holder .flatpickr-months .flatpickr-month {
  height: 32px;
}

.pet .operatori_search_box .vertical .ert-dropdown * {
  cursor: pointer;
}

.pet .operatori_search_box .vertical .ert-dropdown .ert-combo {
  background: #ffffff;
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
  line-height: 5rem;
  display: block;
  width: 100%;
  height: 60px;
  text-align: left;
}

.pet .operatori_search_box .vertical .ert-dropdown .ert-combo::after {
  border: none;
}

.pet .operatori_search_box .vertical .ert-dropdown .ert-combo i {
  transition: 500ms ease;
  transform: rotate(0);
  position: absolute;
  top: 2.25rem;
  right: 15px;
}

.pet .operatori_search_box .vertical .ert-dropdown .ert-combo .button {
  padding: 0px;
}

.pet .operatori_search_box .vertical .ert-dropdown .dropdown-menu {
  width: 100% !important;
  border: none;
  border-radius: 0;
  box-shadow: 0px 2px 2px 0px #a9a9a970;
  border-top: 1px solid #a9a9a970;
}

.pet .operatori_search_box .vertical .ert-dropdown .dropdown-menu .dropdown-item {
  font-size: 1.5rem;
  line-height: 4rem;
}

.pet .operatori_search_box .vertical .ert-dropdown .dropdown-menu .dropdown-item:active {
  background-color: #f1354e;
}

.pet .operatori_search_box .vertical .ert-dropdown.show .ert-combo i {
  transform: rotate(180deg);
}

.pet .operatori_search_box .vertical .bootstrap-select *:focus {
  box-shadow: none important;
}

.pet .operatori_search_box .vertical .bootstrap-select button {
  font-size: 1.5rem;
  color: #848484;
  letter-spacing: 0.3px;
  border: none;
  font-size: 1.5rem;
  height: 60px;
  border-radius: 0;
  background-color: white;
}

.pet .operatori_search_box .vertical .bootstrap-select button:after {
  content: "\F078";
  border: none;
}

.pet .operatori_search_box .vertical .bootstrap-select .dropdown-menu {
  width: 100% !important;
  border: none;
  border-radius: 0;
  box-shadow: 0px 2px 2px 0px #a9a9a970;
  border-top: 1px solid #a9a9a970;
}

.pet .operatori_search_box .vertical .bootstrap-select .dropdown-menu .dropdown-item {
  font-size: 1.5rem;
  line-height: 4rem;
}

.pet .operatori_search_box .vertical .bootstrap-select .dropdown-menu .dropdown-item:active,
.pet .operatori_search_box .vertical .bootstrap-select .dropdown-menu .dropdown-item.active {
  background-color: #f1354e;
}

.pet .operatori_search_box .vertical .btn-er,
.pet .operatori_search_box .vertical .instagram .instabutton div span,
.instagram .instabutton div .pet .operatori_search_box .vertical span {
  margin-top: 18px;
}

.pet .operatori_search_box .vertical .btn-er .fa-chevron-down,
.pet .operatori_search_box .vertical .instagram .instabutton div span .fa-chevron-down,
.instagram .instabutton div .pet .operatori_search_box .vertical span .fa-chevron-down {
  float: right;
  line-height: 4rem;
}

.pet .home-boxes {
  background-color: #f1354e;
}

.pet .content-box a {
  font-weight: bold;
  color: #f1354e;
}

.pet .content-box a strong {
  color: #f1354e;
}

.pet .content-box .btn-er,
.pet .content-box .instagram .instabutton div span,
.instagram .instabutton div .pet .content-box span {
  background-color: #f1354e;
  color: white;
}

.pet .content-box h3.with-line {
  font-size: 1.8rem;
  color: #030303;
  letter-spacing: -0.43px;
  text-transform: uppercase;
  margin-bottom: 2.1rem;
}

.pet .content-box h3.with-line::before {
  content: "";
  display: block;
  height: 3px;
  background: #0e797b;
  width: 100%;
  max-width: 32rem;
  margin-left: 0;
  margin-right: 0;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.pet *:focus {
  outline: 1px solid #f1354e;
  outline-offset: -1px;
}

.pet .bootstrap-select .dropdown-toggle:focus {
  outline: 1px solid #f1354e;
  outline-offset: -1px;
}

.pet a:hover {
  outline: 1px solid #f46578;
}

.pet a:active {
  outline: 1px solid #f1354e;
}

.pet .events-list {
  font-size: 1.4rem;
}

.pet .section-list {
  display: block;
  text-align: right;
}

.pet .section-list a {
  font-size: 2rem;
  color: #f1354e;
}

.pet .events-list dt,
.pet .section-list dt,
.pet .iat-list dt {
  text-transform: uppercase;
  font-size: 1.5rem;
  line-height: 1.5;
  color: #111;
  letter-spacing: -0.38px;
  font-weight: 600;
  margin-top: 1.4rem;
}

.pet .events-list dd,
.pet .section-list dd,
.pet .iat-list dd {
  font-size: 1.6rem;
  margin-bottom: 0.6rem;
  line-height: 1.5;
  color: #030303;
}

.pet .events-list dd i,
.pet .section-list dd i,
.pet .iat-list dd i {
  margin-right: 0.6rem;
}

.pet .events-list ul,
.pet .section-list ul,
.pet .iat-list ul {
  list-style: none;
  padding-inline-start: 0;
}

.pet .events-list ul li,
.pet .section-list ul li,
.pet .iat-list ul li {
  font-size: 1.5rem;
  color: #030303;
  margin-top: 0.6rem;
  line-height: 1.5;
}

.pet .events-list ul.tappe-list,
.pet .section-list ul.tappe-list,
.pet .iat-list ul.tappe-list {
  list-style: none;
  padding-inline-start: 0;
}

.pet .events-list ul.tappe-list li,
.pet .section-list ul.tappe-list li,
.pet .iat-list ul.tappe-list li {
  font-size: 1.6rem;
  line-height: 1.5;
  color: #030303;
}

.pet .tickets-list {
  display: flex;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #111;
  letter-spacing: -0.38px;
  font-weight: 600;
  margin-top: 1.4rem;
}

.pet .tickets-list i {
  margin-top: 0.6rem;
}

.pet .tickets-list li {
  color: #030303;
  font-size: 1.6rem;
  margin-left: 1.2rem;
}

.pet .tickets-list li i {
  margin-right: 0.6rem;
}

.pet .address * {
  color: white;
}

.pet .top-title-box {
  padding: 0rem;
  text-align: center;
}

.pet .top-title-box.no-image {
  padding-top: 10rem;
}

.pet .top-title-box.no-image .er-logo-top {
  margin: 0 auto;
  display: block;
  margin-bottom: 10rem;
}

.pet .top-title-box h1 {
  font-size: 3rem;
  color: #f1354e;
  letter-spacing: -1.01px;
  line-height: 4rem;
  margin: 2rem 0;
}

.pet .top-title-box h2 {
  font-size: 2rem;
  line-height: 1.5;
  color: #000;
  letter-spacing: -0.58px;
}

.pet .top-title-box .breadcrumb {
  opacity: 0.6;
  font-size: 1.5rem;
  letter-spacing: -0.38px;
  padding: 0;
  margin: 0;
  color: #f1354e;
  background-color: #fff;
}

.pet .top-title-box .breadcrumb .breadcrumb-item::before,
.pet .top-title-box .breadcrumb a {
  color: #f1354e;
}

@media (min-width: 992px) {
  .pet .top-title-box h1 {
    line-height: 7rem;
    font-size: 7rem;
    margin-top: 3rem;
  }

  .pet .top-title-box h2 {
    font-size: 2rem;
    line-height: 1.5rem;
  }

  .pet .top-title-box .breadcrumb {
    font-size: 1.9rem;
  }
}

.pet .image-box-with-border {
  margin: 2rem 0;
  border-top: 64px solid #f1354e;
}

.pet .image-box-with-border img {
  -o-object-fit: cover;
     object-fit: cover;
}

.pet .top-image {
  transition: background-image 1s ease-in-out;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 20px;
}

.pet .top-image .logo {
  position: absolute;
  width: 30rem;
  bottom: 20px;
  left: 50%;
  margin-left: -15rem;
}

.pet .top-image.no-mask {
  height: 600px;
}

.pet .top-image .mask {
  z-index: 997;
  position: relative;
  width: 100%;
}

@media (min-width: 992px) {
  .pet .top-image:after {
    position: absolute;
    content: "";
    left: 0px;
    bottom: -20px;
    width: 100%;
    height: 20px;
    transform: rotate(-180deg);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(255, 255, 255, 0.12) 12%, #e6e6e6);
  }
}

.pet .info-box {
  position: relative;
  z-index: 0;
  border-right: 1px solid #e6e6e6;
  border-left: 7px solid #f1354e;
  background-color: white;
  padding: 0.1rem 1.5rem;
}

.pet .info-box h3 {
  font-weight: bold;
  font-size: 1.9rem;
}

.pet .info-box .referente {
  font-size: 1.7rem;
  line-height: 1.8rem;
  color: #000;
  letter-spacing: -0.41px;
}

@media (min-width: 768px) {
  .pet .info-box {
    position: sticky;
    position: -webkit-sticky;
    top: 68px;
  }
}

.pet .info-box:after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: -8px;
  height: 8px;
  left: 0px;
  z-index: -1;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.01) 30%, rgba(0, 0, 0, 0.03) 50%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0.08) 90%, rgba(0, 0, 0, 0.09) 96%, rgba(0, 0, 0, 0.1) 100%);
}

.pet .info-box:after {
  width: calc(100% + 8px);
  left: -7px;
}

@media (max-width: 991.98px) {
  .pet .info-box {
    width: auto;
    max-width: 60%;
    min-width: 300px;
    margin: 20px auto;
    display: block;
  }
}

@media (min-width: 992px) {
  .pet .info-box {
    margin-top: 2.2rem;
  }
}

.pet .info-box li {
  padding: 1.1rem 0;
}

.pet .info-box li .icon {
  font-size: 2.8rem;
  line-height: 3.3rem;
  margin-right: 1rem;
  float: left;
}

.pet .info-box li .info .title {
  text-transform: uppercase;
  font-size: 1.2rem;
  line-height: 1.5rem;
  color: #787878;
  letter-spacing: -0.38px;
}

.pet .info-box li .info .value {
  font-size: 1.7rem;
  line-height: 1.8rem;
  color: #000000;
  letter-spacing: -0.41px;
  display: table;
}

.pet .info-box li .info .value a {
  word-break: break-all;
}

@media (max-width: 991.98px) {
  .pet .info-box li.bookmarks {
    display: none;
  }
}

.pet .info-box .title-index {
  text-transform: uppercase;
  font-size: 1.4rem;
  line-height: 3rem;
  letter-spacing: -0.38px;
}

.pet .info-box .bookmarks {
  display: inline-block;
}

.pet .info-box .bookmarks ul li {
  padding: 0.5rem 0;
  width: 100%;
}

.pet .info-box .bookmarks ul li a {
  font-size: 1.4rem;
  line-height: 1.5rem;
  color: #000000;
  letter-spacing: -0.41px;
}

.pet .info-box .bookmarks ul li a.active {
  text-decoration: underline;
}

.pet #bookmarks-index {
  margin-top: 8rem;
}

.pet #bookmarks-index .info {
  padding: 2.1rem;
}

.pet #bookmarks-index h4 {
  font-size: 1.8rem;
}

@media (min-width: 768px) {
  .pet #bookmarks-index {
    display: none;
  }
}

.pet blockquote:before {
  color: #f13a52;
}

.pet .btn-er,
.pet .instagram .instabutton div span,
.instagram .instabutton div .pet span,
.pet.btn {
  background: #f1354e;
}

.pet hr {
  height: 3px;
  background: #f1354e;
  width: 100%;
  max-width: 32rem;
  margin-left: 0;
  margin-right: 0;
  margin-top: 1rem;
  margin-bottom: 2rem;
}

.pet .section h2 {
  margin-top: 4.5rem;
  margin-bottom: 4.5rem;
  font-size: 4.42rem;
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.18;
  letter-spacing: -1.07px;
  text-align: center;
  color: black;
  /*text-decoration: underline;*/
}

.pet .section h2 a {
  color: black;
}

.pet .section h3 {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
  font-size: 3.42rem;
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.18;
  letter-spacing: -1.07px;
  text-align: center;
  color: black;
  text-transform: uppercase;
  /*text-decoration: underline;*/
}

.pet .section h3 a {
  color: black;
}

.pet .section .gallery {
  position: relative;
  padding-bottom: 33px;
}

.pet .section .gallery .swiper-button-next,
.pet .section .gallery .swiper-container-rtl .swiper-button-prev,
.pet .section .gallery .swiper-button-prev,
.pet .section .gallery .swiper-container-rtl .swiper-button-next {
  background-position: center;
  width: 7.2rem;
  bottom: 33px;
  height: auto;
  top: 0px;
  margin: 0px;
  left: auto;
}

.pet .section .gallery .swiper-button-next svg,
.pet .section .gallery .swiper-container-rtl .swiper-button-prev svg,
.pet .section .gallery .swiper-button-prev svg,
.pet .section .gallery .swiper-container-rtl .swiper-button-next svg {
  top: 50%;
  left: 2.1rem;
  position: absolute;
  width: 3rem;
  height: 3rem;
  margin-top: -1.5rem;
  filter: drop-shadow(0px 3px 3px black);
}

.pet .section .gallery .swiper-button-next,
.pet .section .gallery .swiper-button-prev,
.pet .section .gallery .swiper-container-rtl .swiper-button-prev,
.pet .section .gallery .swiper-container-rtl .swiper-button-next {
  fill: #fff;
}

.pet .section .gallery .swiper-button-next,
.pet .section .gallery .swiper-container-rtl .swiper-button-prev {
  right: 0px;
}

.pet .section .gallery .swiper-button-prev,
.pet .section .gallery .swiper-container-rtl .swiper-button-next {
  left: 0px;
}

.pet .section .gallery .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #f1354e;
}

.pet .section .gallery .swiper-pagination-bullet {
  border: 1px solid #f1354e;
}

.pet .section .gallery .swiper-pagination-bullets {
  bottom: 2px;
}

.pet .section .gallery .swiper-slide .carousel-content {
  background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.07) 8%, rgba(0, 0, 0, 0.45) 68%);
  position: absolute;
  left: 0rem;
  bottom: 0rem;
  right: 0rem;
  width: auto;
  padding: 10rem 2rem 2rem 2rem;
  font-size: 2.6rem;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.63px;
  text-align: center;
  color: #ffffff;
}

.pet .section .gallery .swiper-slide .carousel-content a {
  color: #ffffff !important;
}

.pet .section .card-carousel .nodefault.swiper-button-prev::after,
.pet .section .card-carousel .nodefault.swiper-button-prev::before,
.pet .section .card-carousel .nodefault.swiper-button-next::after,
.pet .section .card-carousel .nodefault.swiper-button-next::before {
  content: unset;
}

.pet .section .card-carousel .swiper-slide {
  height: auto;
  margin-bottom: 5rem;
}

.pet .section .card-carousel .swiper-slide .iv-wrapper,
.pet .section .card-carousel .swiper-slide a .iv-wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

.pet .section .card-carousel .swiper-slide .iv-wrapper > div,
.pet .section .card-carousel .swiper-slide a .iv-wrapper > div {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: start;
}

.pet .section .card-carousel .swiper-slide .iv-wrapper .image,
.pet .section .card-carousel .swiper-slide a .iv-wrapper .image {
  min-height: 23rem;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.pet .section .card-carousel .swiper-slide .iv-wrapper .content,
.pet .section .card-carousel .swiper-slide a .iv-wrapper .content {
  background: #ffffff;
  border: 0 solid #000000;
  position: relative;
  padding: 2rem 2.1rem 4rem;
  position: relative;
  z-index: 0;
}

.pet .section .card-carousel .swiper-slide .iv-wrapper .content:after,
.pet .section .card-carousel .swiper-slide a .iv-wrapper .content:after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: -4px;
  height: 4px;
  left: 0px;
  z-index: -1;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.01) 30%, rgba(0, 0, 0, 0.03) 50%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0.08) 90%, rgba(0, 0, 0, 0.09) 96%, rgba(0, 0, 0, 0.1) 100%);
}

.pet .section .card-carousel .swiper-slide .iv-wrapper .content h3,
.pet .section .card-carousel .swiper-slide a .iv-wrapper .content h3 {
  font-size: 2rem;
  color: #030303;
  letter-spacing: -0.48px;
  text-align: left;
}

.pet .section .card-carousel .swiper-slide .iv-wrapper .content p,
.pet .section .card-carousel .swiper-slide .iv-wrapper .content p a,
.pet .section .card-carousel .swiper-slide .iv-wrapper .content a p,
.pet .section .card-carousel .swiper-slide a .iv-wrapper .content p,
.pet .section .card-carousel .swiper-slide a .iv-wrapper .content p a,
.pet .section .card-carousel .swiper-slide a .iv-wrapper .content a p {
  font-size: 1.5rem;
  color: #030303;
  letter-spacing: -0.38px;
  margin-bottom: 0px;
}

.pet .section .card-carousel .swiper-slide .iv-wrapper .content p .readmore,
.pet .section .card-carousel .swiper-slide .iv-wrapper .content p a .readmore,
.pet .section .card-carousel .swiper-slide .iv-wrapper .content a p .readmore,
.pet .section .card-carousel .swiper-slide a .iv-wrapper .content p .readmore,
.pet .section .card-carousel .swiper-slide a .iv-wrapper .content p a .readmore,
.pet .section .card-carousel .swiper-slide a .iv-wrapper .content a p .readmore {
  font-style: italic;
  color: #e3102c;
  display: block;
  margin-top: 1rem;
}

.pet .section .card-carousel .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border: 1px solid #f1354e;
  background: none;
  opacity: 1;
}

.pet .section .card-carousel .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #f1354e;
}

.pet .section .card-carousel .swiper-button-next,
.pet .section .card-carousel .swiper-container-rtl .swiper-button-prev,
.pet .section .card-carousel .swiper-button-prev,
.pet .section .card-carousel .swiper-container-rtl .swiper-button-next {
  background-image: none;
  width: 4rem;
  height: 23rem;
  top: 0px;
  margin: 0px;
  left: auto;
}

.pet .section .card-carousel .swiper-button-next svg,
.pet .section .card-carousel .swiper-container-rtl .swiper-button-prev svg,
.pet .section .card-carousel .swiper-button-prev svg,
.pet .section .card-carousel .swiper-container-rtl .swiper-button-next svg {
  top: 50%;
  left: 50%;
  position: absolute;
  width: 3rem;
  height: 3rem;
  margin-top: -1.5rem;
  margin-left: -1.5rem;
  filter: drop-shadow(0px 3px 3px black);
}

.pet .section .card-carousel .swiper-button-next,
.pet .section .card-carousel .swiper-button-prev,
.pet .section .card-carousel .swiper-container-rtl .swiper-button-prev,
.pet .section .card-carousel .swiper-container-rtl .swiper-button-next {
  fill: #fff;
}

.pet .section .card-carousel .swiper-button-next,
.pet .section .card-carousel .swiper-container-rtl .swiper-button-prev {
  right: 0px;
}

.pet .section .card-carousel .swiper-button-prev,
.pet .section .card-carousel .swiper-container-rtl .swiper-button-next {
  left: 0px;
}

.pet .section .sassibox-item,
.pet .section a .sassibox-item {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 5rem;
}

.pet .section .sassibox-item > div,
.pet .section a .sassibox-item > div {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.pet .section .sassibox-item .image,
.pet .section a .sassibox-item .image {
  min-height: 23rem;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.pet .section .sassibox-item .content,
.pet .section a .sassibox-item .content {
  background: #ffffff;
  border: 0 solid #000000;
  position: relative;
  padding: 1rem 0;
  position: relative;
  z-index: 0;
}

.pet .section .sassibox-item .content:after,
.pet .section a .sassibox-item .content:after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: -4px;
  height: 4px;
  left: 0px;
  z-index: -1;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.01) 30%, rgba(0, 0, 0, 0.03) 50%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0.08) 90%, rgba(0, 0, 0, 0.09) 96%, rgba(0, 0, 0, 0.1) 100%);
}

.pet .section .sassibox-item .content h4,
.pet .section a .sassibox-item .content h4 {
  font-size: 2rem;
  color: #030303;
  letter-spacing: -0.48px;
  text-align: left;
}

.pet .section .sassibox-item .content p,
.pet .section .sassibox-item .content span,
.pet .section .sassibox-item .content a span,
.pet .section .sassibox-item .content span a,
.pet .section .sassibox-item .content p a,
.pet .section .sassibox-item .content a p,
.pet .section a .sassibox-item .content p,
.pet .section a .sassibox-item .content span,
.pet .section a .sassibox-item .content a span,
.pet .section a .sassibox-item .content span a,
.pet .section a .sassibox-item .content p a,
.pet .section a .sassibox-item .content a p {
  font-size: 1.5rem;
  color: #030303;
  letter-spacing: -0.38px;
}

.pet .section .sassibox-item .content .action,
.pet .section a .sassibox-item .content .action {
  margin: 10px 0;
}

.pet .section .sassibox-item .content .action button,
.pet .section a .sassibox-item .content .action button {
  font-family: "Open Sans", sans-serif !important;
}

.pet .section .sassibox-item .content .readmore,
.pet .section a .sassibox-item .content .readmore {
  border: 1px solid transparent;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  padding: 6px 12px;
  text-align: center;
  vertical-align: middle;
  width: -moz-fit-content;
  width: fit-content;
  text-transform: uppercase;
  background-color: #f1354e;
}

.kultur .xp_search_box button span {
  color: white;
}

.kultur .xp_search_box .city {
  color: white;
}

.kultur .xp_search_box .horizontal {
  padding: 1rem;
  background-color: #4d3100;
  background-image: linear-gradient(-180deg, #4a2f00 0%, #4d3100 48%, #4a2f00 80%);
  font-size: 1.6rem;
}

.kultur .xp_search_box .horizontal.collapsed {
  border-radius: 2px;
  box-shadow: -1px 0 3px 0 rgba(0, 0, 0, 0.25);
}

.kultur .xp_search_box .horizontal .fa,
.kultur .xp_search_box .horizontal .search .searchearchbox.vertical .bootstrap-select button:after,
.search .searchearchbox.vertical .bootstrap-select .kultur .xp_search_box .horizontal button:after,
.kultur .xp_search_box .search .searchearchbox.horizontal .control .bootstrap-select button:after,
.search .kultur .xp_search_box .searchearchbox.horizontal .control .bootstrap-select button:after,
.kultur .xp_search_box .horizontal .downloads .downloadsearchbox.vertical .bootstrap-select button:after,
.downloads .downloadsearchbox.vertical .bootstrap-select .kultur .xp_search_box .horizontal button:after,
.kultur .xp_search_box .downloads .downloadsearchbox.horizontal .control .bootstrap-select button:after,
.downloads .kultur .xp_search_box .downloadsearchbox.horizontal .control .bootstrap-select button:after,
.kultur .xp_search_box .horizontal .localita #searchbox-app .bootstrap-select button:after,
.localita #searchbox-app .bootstrap-select .kultur .xp_search_box .horizontal button:after,
.kultur .xp_search_box .horizontal .itinerari .searchbox .control .bootstrap-select button:after,
.itinerari .searchbox .control .bootstrap-select .kultur .xp_search_box .horizontal button:after,
.kultur .xp_search_box .itinerari .searchbox.horizontal .control .bootstrap-select button:after,
.itinerari .kultur .xp_search_box .searchbox.horizontal .control .bootstrap-select button:after,
.kultur .xp_search_box .horizontal .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .vertical .bootstrap-select .kultur .xp_search_box .horizontal button:after,
.kultur .xp_search_box .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .kultur .xp_search_box .horizontal .control .bootstrap-select button:after,
.kultur .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .kultur .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.kultur .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .kultur .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.kultur .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .kultur .xp_search_box .horizontal .control .bootstrap-select button:after,
.kultur .xp_search_box .horizontal .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .vertical .bootstrap-select .kultur .xp_search_box .horizontal button:after,
.kultur .xp_search_box .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .kultur .xp_search_box .horizontal .control .bootstrap-select button:after,
.kultur .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .kultur .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.kultur .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .kultur .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.kultur .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .kultur .xp_search_box .horizontal .control .bootstrap-select button:after,
.kultur .xp_search_box .horizontal .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .vertical .bootstrap-select .kultur .xp_search_box .horizontal button:after,
.kultur .xp_search_box .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .kultur .xp_search_box .horizontal .control .bootstrap-select button:after,
.kultur .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .kultur .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.kultur .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .kultur .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.kultur .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .kultur .xp_search_box .horizontal .control .bootstrap-select button:after,
.kultur .xp_search_box .horizontal .romagna-craft .operatori_search_box .vertical .bootstrap-select button:after,
.romagna-craft .operatori_search_box .vertical .bootstrap-select .kultur .xp_search_box .horizontal button:after,
.kultur .xp_search_box .romagna-craft .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna-craft .operatori_search_box .kultur .xp_search_box .horizontal .control .bootstrap-select button:after,
.kultur .romagna-craft .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna-craft .kultur .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.kultur .romagna-craft .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna-craft .kultur .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.kultur .romagna-craft .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna-craft .kultur .xp_search_box .horizontal .control .bootstrap-select button:after,
.kultur .xp_search_box .horizontal .spass .operatori_search_box .vertical .bootstrap-select button:after,
.spass .operatori_search_box .vertical .bootstrap-select .kultur .xp_search_box .horizontal button:after,
.kultur .xp_search_box .spass .operatori_search_box .horizontal .control .bootstrap-select button:after,
.spass .operatori_search_box .kultur .xp_search_box .horizontal .control .bootstrap-select button:after,
.kultur .spass .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.spass .kultur .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.kultur .spass .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.spass .kultur .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.kultur .spass .xp_search_box .horizontal .control .bootstrap-select button:after,
.spass .kultur .xp_search_box .horizontal .control .bootstrap-select button:after,
.kultur .xp_search_box .horizontal .natur .operatori_search_box .vertical .bootstrap-select button:after,
.natur .operatori_search_box .vertical .bootstrap-select .kultur .xp_search_box .horizontal button:after,
.kultur .xp_search_box .natur .operatori_search_box .horizontal .control .bootstrap-select button:after,
.natur .operatori_search_box .kultur .xp_search_box .horizontal .control .bootstrap-select button:after,
.kultur .natur .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.natur .kultur .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.kultur .natur .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.natur .kultur .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.kultur .natur .xp_search_box .horizontal .control .bootstrap-select button:after,
.natur .kultur .xp_search_box .horizontal .control .bootstrap-select button:after,
.kultur .xp_search_box .horizontal .operatori_search_box .vertical .bootstrap-select button:after,
.kultur .operatori_search_box .vertical .bootstrap-select .xp_search_box .horizontal button:after,
.kultur .xp_search_box .operatori_search_box .horizontal .control .bootstrap-select button:after,
.kultur .operatori_search_box .xp_search_box .horizontal .control .bootstrap-select button:after,
.kultur .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.kultur .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.kultur .xp_search_box .horizontal .control .bootstrap-select button:after,
.kultur .xp_search_box .events-homepage .header .eventsearchbox.horizontal .control .bootstrap-select button:after,
.events-homepage .header .kultur .xp_search_box .eventsearchbox.horizontal .control .bootstrap-select button:after,
.kultur .xp_search_box .horizontal .events-homepage .header .eventsearchbox.vertical .bootstrap-select button:after,
.events-homepage .header .eventsearchbox.vertical .bootstrap-select .kultur .xp_search_box .horizontal button:after,
.kultur .xp_search_box .events-page .header .eventsearchbox.horizontal .control .bootstrap-select button:after,
.events-page .header .kultur .xp_search_box .eventsearchbox.horizontal .control .bootstrap-select button:after,
.kultur .xp_search_box .horizontal .events-page .header .eventsearchbox.vertical .bootstrap-select button:after,
.events-page .header .eventsearchbox.vertical .bootstrap-select .kultur .xp_search_box .horizontal button:after,
.kultur .scopri .xp_search_box .horizontal .control .bootstrap-select button:after,
.scopri .kultur .xp_search_box .horizontal .control .bootstrap-select button:after,
.kultur .scopri .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.scopri .kultur .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.kultur .scopri .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.scopri .kultur .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.kultur .xp_search_box .scopri .operatori_search_box .horizontal .control .bootstrap-select button:after,
.scopri .operatori_search_box .kultur .xp_search_box .horizontal .control .bootstrap-select button:after,
.kultur .xp_search_box .horizontal .scopri .operatori_search_box .vertical .bootstrap-select button:after,
.scopri .operatori_search_box .vertical .bootstrap-select .kultur .xp_search_box .horizontal button:after,
.kultur .idee .xp_search_box .horizontal .control .bootstrap-select button:after,
.idee .kultur .xp_search_box .horizontal .control .bootstrap-select button:after,
.kultur .idee .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.idee .kultur .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.kultur .idee .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.idee .kultur .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.kultur .xp_search_box .idee .operatori_search_box .horizontal .control .bootstrap-select button:after,
.idee .operatori_search_box .kultur .xp_search_box .horizontal .control .bootstrap-select button:after,
.kultur .xp_search_box .horizontal .idee .operatori_search_box .vertical .bootstrap-select button:after,
.idee .operatori_search_box .vertical .bootstrap-select .kultur .xp_search_box .horizontal button:after,
.kultur .eventi .xp_search_box .horizontal .control .bootstrap-select button:after,
.eventi .kultur .xp_search_box .horizontal .control .bootstrap-select button:after,
.kultur .eventi .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.eventi .kultur .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.kultur .eventi .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.eventi .kultur .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.kultur .xp_search_box .eventi .operatori_search_box .horizontal .control .bootstrap-select button:after,
.eventi .operatori_search_box .kultur .xp_search_box .horizontal .control .bootstrap-select button:after,
.kultur .xp_search_box .horizontal .eventi .operatori_search_box .vertical .bootstrap-select button:after,
.eventi .operatori_search_box .vertical .bootstrap-select .kultur .xp_search_box .horizontal button:after,
.kultur .pianifica .xp_search_box .horizontal .control .bootstrap-select button:after,
.pianifica .kultur .xp_search_box .horizontal .control .bootstrap-select button:after,
.kultur .pianifica .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.pianifica .kultur .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.kultur .pianifica .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.pianifica .kultur .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.kultur .xp_search_box .pianifica .operatori_search_box .horizontal .control .bootstrap-select button:after,
.pianifica .operatori_search_box .kultur .xp_search_box .horizontal .control .bootstrap-select button:after,
.kultur .xp_search_box .horizontal .pianifica .operatori_search_box .vertical .bootstrap-select button:after,
.pianifica .operatori_search_box .vertical .bootstrap-select .kultur .xp_search_box .horizontal button:after,
.kultur .esperienze .xp_search_box .horizontal .control .bootstrap-select button:after,
.esperienze .kultur .xp_search_box .horizontal .control .bootstrap-select button:after,
.kultur .esperienze .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.esperienze .kultur .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.kultur .esperienze .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.esperienze .kultur .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.kultur .xp_search_box .esperienze .operatori_search_box .horizontal .control .bootstrap-select button:after,
.esperienze .operatori_search_box .kultur .xp_search_box .horizontal .control .bootstrap-select button:after,
.kultur .xp_search_box .horizontal .esperienze .operatori_search_box .vertical .bootstrap-select button:after,
.esperienze .operatori_search_box .vertical .bootstrap-select .kultur .xp_search_box .horizontal button:after,
.kultur .news .xp_search_box .horizontal .control .bootstrap-select button:after,
.news .kultur .xp_search_box .horizontal .control .bootstrap-select button:after,
.kultur .news .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.news .kultur .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.kultur .news .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.news .kultur .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.kultur .xp_search_box .news .operatori_search_box .horizontal .control .bootstrap-select button:after,
.news .operatori_search_box .kultur .xp_search_box .horizontal .control .bootstrap-select button:after,
.kultur .xp_search_box .horizontal .news .operatori_search_box .vertical .bootstrap-select button:after,
.news .operatori_search_box .vertical .bootstrap-select .kultur .xp_search_box .horizontal button:after,
.kultur .iat .xp_search_box .horizontal .control .bootstrap-select button:after,
.iat .kultur .xp_search_box .horizontal .control .bootstrap-select button:after,
.kultur .iat .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.iat .kultur .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.kultur .iat .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.iat .kultur .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.kultur .xp_search_box .iat .operatori_search_box .horizontal .control .bootstrap-select button:after,
.iat .operatori_search_box .kultur .xp_search_box .horizontal .control .bootstrap-select button:after,
.kultur .xp_search_box .horizontal .iat .operatori_search_box .vertical .bootstrap-select button:after,
.iat .operatori_search_box .vertical .bootstrap-select .kultur .xp_search_box .horizontal button:after,
.kultur .meteo .xp_search_box .horizontal .control .bootstrap-select button:after,
.meteo .kultur .xp_search_box .horizontal .control .bootstrap-select button:after,
.kultur .meteo .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.meteo .kultur .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.kultur .meteo .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.meteo .kultur .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.kultur .xp_search_box .meteo .operatori_search_box .horizontal .control .bootstrap-select button:after,
.meteo .operatori_search_box .kultur .xp_search_box .horizontal .control .bootstrap-select button:after,
.kultur .xp_search_box .horizontal .meteo .operatori_search_box .vertical .bootstrap-select button:after,
.meteo .operatori_search_box .vertical .bootstrap-select .kultur .xp_search_box .horizontal button:after,
.kultur .odm .xp_search_box .horizontal .control .bootstrap-select button:after,
.odm .kultur .xp_search_box .horizontal .control .bootstrap-select button:after,
.kultur .odm .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.odm .kultur .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.kultur .odm .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.odm .kultur .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.kultur .xp_search_box .odm .operatori_search_box .horizontal .control .bootstrap-select button:after,
.odm .operatori_search_box .kultur .xp_search_box .horizontal .control .bootstrap-select button:after,
.kultur .xp_search_box .horizontal .odm .operatori_search_box .vertical .bootstrap-select button:after,
.odm .operatori_search_box .vertical .bootstrap-select .kultur .xp_search_box .horizontal button:after,
.kultur .booking .xp_search_box .horizontal .control .bootstrap-select button:after,
.booking .kultur .xp_search_box .horizontal .control .bootstrap-select button:after,
.kultur .booking .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.booking .kultur .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.kultur .booking .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.booking .kultur .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.kultur .xp_search_box .booking .operatori_search_box .horizontal .control .bootstrap-select button:after,
.booking .operatori_search_box .kultur .xp_search_box .horizontal .control .bootstrap-select button:after,
.kultur .xp_search_box .horizontal .booking .operatori_search_box .vertical .bootstrap-select button:after,
.booking .operatori_search_box .vertical .bootstrap-select .kultur .xp_search_box .horizontal button:after,
.kultur .rock .xp_search_box .horizontal .control .bootstrap-select button:after,
.rock .kultur .xp_search_box .horizontal .control .bootstrap-select button:after,
.kultur .rock .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.rock .kultur .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.kultur .rock .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.rock .kultur .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.kultur .xp_search_box .rock .operatori_search_box .horizontal .control .bootstrap-select button:after,
.rock .operatori_search_box .kultur .xp_search_box .horizontal .control .bootstrap-select button:after,
.kultur .xp_search_box .horizontal .rock .operatori_search_box .vertical .bootstrap-select button:after,
.rock .operatori_search_box .vertical .bootstrap-select .kultur .xp_search_box .horizontal button:after,
.kultur .beach .xp_search_box .horizontal .control .bootstrap-select button:after,
.beach .kultur .xp_search_box .horizontal .control .bootstrap-select button:after,
.kultur .beach .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.beach .kultur .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.kultur .beach .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.beach .kultur .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.kultur .xp_search_box .beach .operatori_search_box .horizontal .control .bootstrap-select button:after,
.beach .operatori_search_box .kultur .xp_search_box .horizontal .control .bootstrap-select button:after,
.kultur .xp_search_box .horizontal .beach .operatori_search_box .vertical .bootstrap-select button:after,
.beach .operatori_search_box .vertical .bootstrap-select .kultur .xp_search_box .horizontal button:after,
.kultur .food .xp_search_box .horizontal .control .bootstrap-select button:after,
.food .kultur .xp_search_box .horizontal .control .bootstrap-select button:after,
.kultur .food .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.food .kultur .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.kultur .food .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.food .kultur .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.kultur .xp_search_box .food .operatori_search_box .horizontal .control .bootstrap-select button:after,
.food .operatori_search_box .kultur .xp_search_box .horizontal .control .bootstrap-select button:after,
.kultur .xp_search_box .horizontal .food .operatori_search_box .vertical .bootstrap-select button:after,
.food .operatori_search_box .vertical .bootstrap-select .kultur .xp_search_box .horizontal button:after,
.kultur .nature .xp_search_box .horizontal .control .bootstrap-select button:after,
.nature .kultur .xp_search_box .horizontal .control .bootstrap-select button:after,
.kultur .nature .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.nature .kultur .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.kultur .nature .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.nature .kultur .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.kultur .xp_search_box .nature .operatori_search_box .horizontal .control .bootstrap-select button:after,
.nature .operatori_search_box .kultur .xp_search_box .horizontal .control .bootstrap-select button:after,
.kultur .xp_search_box .horizontal .nature .operatori_search_box .vertical .bootstrap-select button:after,
.nature .operatori_search_box .vertical .bootstrap-select .kultur .xp_search_box .horizontal button:after,
.kultur .romagna_autentica .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna_autentica .kultur .xp_search_box .horizontal .control .bootstrap-select button:after,
.kultur .romagna_autentica .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna_autentica .kultur .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.kultur .romagna_autentica .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna_autentica .kultur .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.kultur .xp_search_box .romagna_autentica .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna_autentica .operatori_search_box .kultur .xp_search_box .horizontal .control .bootstrap-select button:after,
.kultur .xp_search_box .horizontal .romagna_autentica .operatori_search_box .vertical .bootstrap-select button:after,
.romagna_autentica .operatori_search_box .vertical .bootstrap-select .kultur .xp_search_box .horizontal button:after,
.kultur .culture .xp_search_box .horizontal .control .bootstrap-select button:after,
.culture .kultur .xp_search_box .horizontal .control .bootstrap-select button:after,
.kultur .culture .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.culture .kultur .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.kultur .culture .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.culture .kultur .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.kultur .xp_search_box .culture .operatori_search_box .horizontal .control .bootstrap-select button:after,
.culture .operatori_search_box .kultur .xp_search_box .horizontal .control .bootstrap-select button:after,
.kultur .xp_search_box .horizontal .culture .operatori_search_box .vertical .bootstrap-select button:after,
.culture .operatori_search_box .vertical .bootstrap-select .kultur .xp_search_box .horizontal button:after,
.kultur .castle .xp_search_box .horizontal .control .bootstrap-select button:after,
.castle .kultur .xp_search_box .horizontal .control .bootstrap-select button:after,
.kultur .castle .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.castle .kultur .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.kultur .castle .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.castle .kultur .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.kultur .xp_search_box .castle .operatori_search_box .horizontal .control .bootstrap-select button:after,
.castle .operatori_search_box .kultur .xp_search_box .horizontal .control .bootstrap-select button:after,
.kultur .xp_search_box .horizontal .castle .operatori_search_box .vertical .bootstrap-select button:after,
.castle .operatori_search_box .vertical .bootstrap-select .kultur .xp_search_box .horizontal button:after,
.kultur .bike .xp_search_box .horizontal .control .bootstrap-select button:after,
.bike .kultur .xp_search_box .horizontal .control .bootstrap-select button:after,
.kultur .bike .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.bike .kultur .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.kultur .bike .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.bike .kultur .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.kultur .xp_search_box .bike .operatori_search_box .horizontal .control .bootstrap-select button:after,
.bike .operatori_search_box .kultur .xp_search_box .horizontal .control .bootstrap-select button:after,
.kultur .xp_search_box .horizontal .bike .operatori_search_box .vertical .bootstrap-select button:after,
.bike .operatori_search_box .vertical .bootstrap-select .kultur .xp_search_box .horizontal button:after,
.kultur .empire .xp_search_box .horizontal .control .bootstrap-select button:after,
.empire .kultur .xp_search_box .horizontal .control .bootstrap-select button:after,
.kultur .empire .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.empire .kultur .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.kultur .empire .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.empire .kultur .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.kultur .xp_search_box .empire .operatori_search_box .horizontal .control .bootstrap-select button:after,
.empire .operatori_search_box .kultur .xp_search_box .horizontal .control .bootstrap-select button:after,
.kultur .xp_search_box .horizontal .empire .operatori_search_box .vertical .bootstrap-select button:after,
.empire .operatori_search_box .vertical .bootstrap-select .kultur .xp_search_box .horizontal button:after,
.kultur .wellness .xp_search_box .horizontal .control .bootstrap-select button:after,
.wellness .kultur .xp_search_box .horizontal .control .bootstrap-select button:after,
.kultur .wellness .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.wellness .kultur .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.kultur .wellness .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.wellness .kultur .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.kultur .xp_search_box .wellness .operatori_search_box .horizontal .control .bootstrap-select button:after,
.wellness .operatori_search_box .kultur .xp_search_box .horizontal .control .bootstrap-select button:after,
.kultur .xp_search_box .horizontal .wellness .operatori_search_box .vertical .bootstrap-select button:after,
.wellness .operatori_search_box .vertical .bootstrap-select .kultur .xp_search_box .horizontal button:after,
.kultur .fun .xp_search_box .horizontal .control .bootstrap-select button:after,
.fun .kultur .xp_search_box .horizontal .control .bootstrap-select button:after,
.kultur .fun .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.fun .kultur .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.kultur .fun .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.fun .kultur .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.kultur .xp_search_box .fun .operatori_search_box .horizontal .control .bootstrap-select button:after,
.fun .operatori_search_box .kultur .xp_search_box .horizontal .control .bootstrap-select button:after,
.kultur .xp_search_box .horizontal .fun .operatori_search_box .vertical .bootstrap-select button:after,
.fun .operatori_search_box .vertical .bootstrap-select .kultur .xp_search_box .horizontal button:after,
.kultur .sport .xp_search_box .horizontal .control .bootstrap-select button:after,
.sport .kultur .xp_search_box .horizontal .control .bootstrap-select button:after,
.kultur .sport .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.sport .kultur .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.kultur .sport .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.sport .kultur .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.kultur .xp_search_box .sport .operatori_search_box .horizontal .control .bootstrap-select button:after,
.sport .operatori_search_box .kultur .xp_search_box .horizontal .control .bootstrap-select button:after,
.kultur .xp_search_box .horizontal .sport .operatori_search_box .vertical .bootstrap-select button:after,
.sport .operatori_search_box .vertical .bootstrap-select .kultur .xp_search_box .horizontal button:after,
.kultur .motorcycle .xp_search_box .horizontal .control .bootstrap-select button:after,
.motorcycle .kultur .xp_search_box .horizontal .control .bootstrap-select button:after,
.kultur .motorcycle .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.motorcycle .kultur .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.kultur .motorcycle .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.motorcycle .kultur .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.kultur .xp_search_box .motorcycle .operatori_search_box .horizontal .control .bootstrap-select button:after,
.motorcycle .operatori_search_box .kultur .xp_search_box .horizontal .control .bootstrap-select button:after,
.kultur .xp_search_box .horizontal .motorcycle .operatori_search_box .vertical .bootstrap-select button:after,
.motorcycle .operatori_search_box .vertical .bootstrap-select .kultur .xp_search_box .horizontal button:after,
.kultur .romagna .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna .kultur .xp_search_box .horizontal .control .bootstrap-select button:after,
.kultur .romagna .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna .kultur .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.kultur .romagna .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna .kultur .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.kultur .xp_search_box .romagna .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna .operatori_search_box .kultur .xp_search_box .horizontal .control .bootstrap-select button:after,
.kultur .xp_search_box .horizontal .romagna .operatori_search_box .vertical .bootstrap-select button:after,
.romagna .operatori_search_box .vertical .bootstrap-select .kultur .xp_search_box .horizontal button:after,
.kultur .liscio .xp_search_box .horizontal .control .bootstrap-select button:after,
.liscio .kultur .xp_search_box .horizontal .control .bootstrap-select button:after,
.kultur .liscio .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.liscio .kultur .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.kultur .liscio .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.liscio .kultur .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.kultur .xp_search_box .liscio .operatori_search_box .horizontal .control .bootstrap-select button:after,
.liscio .operatori_search_box .kultur .xp_search_box .horizontal .control .bootstrap-select button:after,
.kultur .xp_search_box .horizontal .liscio .operatori_search_box .vertical .bootstrap-select button:after,
.liscio .operatori_search_box .vertical .bootstrap-select .kultur .xp_search_box .horizontal button:after,
.kultur .default .xp_search_box .horizontal .control .bootstrap-select button:after,
.default .kultur .xp_search_box .horizontal .control .bootstrap-select button:after,
.kultur .default .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.default .kultur .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.kultur .default .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.default .kultur .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.kultur .xp_search_box .default .operatori_search_box .horizontal .control .bootstrap-select button:after,
.default .operatori_search_box .kultur .xp_search_box .horizontal .control .bootstrap-select button:after,
.kultur .xp_search_box .horizontal .default .operatori_search_box .vertical .bootstrap-select button:after,
.default .operatori_search_box .vertical .bootstrap-select .kultur .xp_search_box .horizontal button:after,
.kultur .pet .xp_search_box .horizontal .control .bootstrap-select button:after,
.pet .kultur .xp_search_box .horizontal .control .bootstrap-select button:after,
.kultur .pet .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.pet .kultur .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.kultur .pet .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.pet .kultur .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.kultur .xp_search_box .pet .operatori_search_box .horizontal .control .bootstrap-select button:after,
.pet .operatori_search_box .kultur .xp_search_box .horizontal .control .bootstrap-select button:after,
.kultur .xp_search_box .horizontal .pet .operatori_search_box .vertical .bootstrap-select button:after,
.pet .operatori_search_box .vertical .bootstrap-select .kultur .xp_search_box .horizontal button:after {
  line-height: 2.2rem;
}

.kultur .xp_search_box .horizontal button.collapsible {
  border: none;
  background-color: transparent;
  display: block;
  width: 100%;
  font-size: 1.6rem;
  color: #ffffff;
  letter-spacing: -0.41px;
  text-align: left;
  text-transform: uppercase;
  display: block;
}

.kultur .xp_search_box .horizontal .control {
  padding: 0.5rem 1rem;
  height: 5rem;
  background-color: white;
  margin: 0.5rem;
}

.kultur .xp_search_box .horizontal .control.btn-holder {
  min-width: 2rem;
  width: auto;
  padding: 0px;
}

.kultur .xp_search_box .horizontal .control.btn-holder button {
  width: 100%;
  border: none;
  background-color: #1a1100;
  height: 100%;
  font-size: 1.6rem;
  color: #ffffff;
  letter-spacing: -0.41px;
  text-align: center;
  text-transform: uppercase;
  display: block;
  padding: 0px;
}

.kultur .xp_search_box .horizontal .control .ert-dropdown {
  width: 100%;
}

.kultur .xp_search_box .horizontal .control .ert-dropdown * {
  cursor: pointer;
}

.kultur .xp_search_box .horizontal .control .ert-dropdown .ert-combo {
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
  display: block;
  text-align: left;
}

.kultur .xp_search_box .horizontal .control .ert-dropdown .ert-combo::after {
  border: none;
}

.kultur .xp_search_box .horizontal .control .ert-dropdown .ert-combo i {
  transition: 500ms ease;
  transform: rotate(0);
  position: absolute;
  top: 2.25rem;
  right: 15px;
}

.kultur .xp_search_box .horizontal .control .ert-dropdown .ert-combo .button {
  padding: 0px;
}

.kultur .xp_search_box .horizontal .control .ert-dropdown.show .ert-combo i {
  transform: rotate(180deg);
}

.kultur .xp_search_box .horizontal .control .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: auto;
}

.kultur .xp_search_box .horizontal .control .bootstrap-select {
  margin-top: -1px;
}

.kultur .xp_search_box .horizontal .control .bootstrap-select *:focus {
  box-shadow: none important;
}

.kultur .xp_search_box .horizontal .control .bootstrap-select button {
  padding: 0px;
  font-size: 1.5rem;
  background: #ffffff;
  color: #848484;
  letter-spacing: 0.3px;
  border: none;
  border-radius: 0;
}

.kultur .xp_search_box .horizontal .control .bootstrap-select button:after {
  content: "\F078";
  border: none;
}

.kultur .xp_search_box .horizontal .control .bootstrap-select .dropdown-menu {
  width: 100% !important;
  border: none;
  border-radius: 0;
  box-shadow: 0px 2px 2px 0px #a9a9a970;
  border-top: 1px solid #a9a9a970;
}

.kultur .xp_search_box .horizontal .control .bootstrap-select .dropdown-menu.inner.show {
  border-top: none;
}

.kultur .xp_search_box .horizontal .control .bootstrap-select .dropdown-menu .dropdown-item {
  font-size: 1.5rem;
  line-height: 4rem;
}

.kultur .xp_search_box .horizontal .control .bootstrap-select .dropdown-menu .dropdown-item:active,
.kultur .xp_search_box .horizontal .control .bootstrap-select .dropdown-menu .dropdown-item.active {
  background-color: #4d3100;
}

.kultur .xp_search_box .horizontal .control label {
  background: #ffffff;
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
  line-height: 2.4rem;
  margin-bottom: 0px;
  margin-right: 0.5rem;
}

@media (max-width: 768px) {
  .kultur .xp_search_box .horizontal .control label {
    min-width: 6.2rem;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .kultur .xp_search_box .horizontal .control label {
    display: none;
  }
}

.kultur .xp_search_box .horizontal .control .flatpickr-mobile.form-control {
  padding: 1px 0;
}

.kultur .xp_search_box .horizontal .control input[type=text],
.kultur .xp_search_box .horizontal .control input[type=date] {
  border: none;
  font-size: 1.5rem;
  border-radius: 0;
  background-color: white;
  border-bottom: 1px solid #495057;
  min-width: 0;
  height: auto;
}

.kultur .xp_search_box .horizontal .control input[type=text]:focus,
.kultur .xp_search_box .horizontal .control input[type=date]:focus {
  box-shadow: none;
}

.kultur .xp_search_box .vertical {
  max-width: 30rem;
  z-index: 10;
  position: relative;
  height: 4.4rem;
  margin: 0 auto;
}

.kultur .xp_search_box .vertical button.collapsible {
  border: none;
  background-color: transparent;
  display: block;
  position: absolute;
  width: 100%;
}

.kultur .xp_search_box .vertical .dropbutton {
  display: none;
}

.kultur .xp_search_box .vertical .dropbutton.collapsed {
  display: block;
}

.kultur .xp_search_box .vertical #collapse-events {
  padding: 1.8rem;
  background-color: #4d3100;
  background-image: linear-gradient(-180deg, #4a2f00 0%, #4d3100 48%, #4a2f00 80%);
  font-size: 1.6rem;
}

.kultur .xp_search_box .vertical .fa-chevron-up {
  text-align: right;
  line-height: 4rem;
  color: white;
  margin-bottom: 1.8rem;
}

.kultur .xp_search_box .vertical .form-group {
  background: #ffffff;
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
}

.kultur .xp_search_box .vertical .form-group .col-form-label {
  line-height: 5rem;
}

.kultur .xp_search_box .vertical .ert-text {
  border: none;
  font-size: 1.5rem;
  height: 60px;
  border-radius: 0;
  background-color: white;
}

.kultur .xp_search_box .vertical .ert-text.line {
  border-bottom: 1px solid #495057;
  height: auto;
  margin-top: 14px;
}

.kultur .xp_search_box .vertical .ert-text:focus {
  box-shadow: none;
}

.kultur .xp_search_box .vertical button.search {
  border: none;
  position: absolute;
  bottom: -10rem;
  left: 5%;
  right: 5%;
  width: 90%;
  line-height: 4.4rem;
}

.kultur .xp_search_box .vertical .datepicker-holder {
  padding-right: 0px;
}

.kultur .xp_search_box .vertical .datepicker-holder * {
  cursor: pointer;
}

.kultur .xp_search_box .vertical .datepicker-holder input[type=date]::-webkit-calendar-picker-indicator {
  width: 1.2rem;
  height: 0.7rem;
  -webkit-mask: url(/images/caret.svg);
          mask: url(/images/caret.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  -webkit-transition: 500ms ease;
  transition: 500ms ease;
  background-color: #686868;
}

.kultur .xp_search_box .vertical .datepicker-holder .flatpickr-calendar.static {
  margin-left: -193px;
  margin-top: -184px;
  left: 50%;
  top: 50%;
}

.kultur .xp_search_box .vertical .datepicker-holder .flatpickr-calendar.static.arrowBottom:after {
  display: none;
}

.kultur .xp_search_box .vertical .datepicker-holder .flatpickr-calendar.static.arrowBottom:before {
  display: none;
}

.kultur .xp_search_box .vertical .datepicker-holder .flatpickr-months .flatpickr-month {
  height: 32px;
}

.kultur .xp_search_box .vertical .ert-dropdown * {
  cursor: pointer;
}

.kultur .xp_search_box .vertical .ert-dropdown .ert-combo {
  background: #ffffff;
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
  line-height: 5rem;
  display: block;
  width: 100%;
  height: 60px;
  text-align: left;
}

.kultur .xp_search_box .vertical .ert-dropdown .ert-combo::after {
  border: none;
}

.kultur .xp_search_box .vertical .ert-dropdown .ert-combo i {
  transition: 500ms ease;
  transform: rotate(0);
  position: absolute;
  top: 2.25rem;
  right: 15px;
}

.kultur .xp_search_box .vertical .ert-dropdown .ert-combo .button {
  padding: 0px;
}

.kultur .xp_search_box .vertical .ert-dropdown .dropdown-menu {
  width: 100% !important;
  border: none;
  border-radius: 0;
  box-shadow: 0px 2px 2px 0px #a9a9a970;
  border-top: 1px solid #a9a9a970;
}

.kultur .xp_search_box .vertical .ert-dropdown .dropdown-menu .dropdown-item {
  font-size: 1.5rem;
  line-height: 4rem;
}

.kultur .xp_search_box .vertical .ert-dropdown .dropdown-menu .dropdown-item:active {
  background-color: #4d3100;
}

.kultur .xp_search_box .vertical .ert-dropdown.show .ert-combo i {
  transform: rotate(180deg);
}

.kultur .xp_search_box .vertical .bootstrap-select *:focus {
  box-shadow: none important;
}

.kultur .xp_search_box .vertical .bootstrap-select button {
  font-size: 1.5rem;
  color: #848484;
  letter-spacing: 0.3px;
  border: none;
  font-size: 1.5rem;
  height: 60px;
  border-radius: 0;
  background-color: white;
}

.kultur .xp_search_box .vertical .bootstrap-select button:after {
  content: "\F078";
  border: none;
}

.kultur .xp_search_box .vertical .bootstrap-select .dropdown-menu {
  width: 100% !important;
  border: none;
  border-radius: 0;
  box-shadow: 0px 2px 2px 0px #a9a9a970;
  border-top: 1px solid #a9a9a970;
}

.kultur .xp_search_box .vertical .bootstrap-select .dropdown-menu .dropdown-item {
  font-size: 1.5rem;
  line-height: 4rem;
}

.kultur .xp_search_box .vertical .bootstrap-select .dropdown-menu .dropdown-item:active,
.kultur .xp_search_box .vertical .bootstrap-select .dropdown-menu .dropdown-item.active {
  background-color: #4d3100;
}

.kultur .xp_search_box .vertical .btn-er,
.kultur .xp_search_box .vertical .instagram .instabutton div span,
.instagram .instabutton div .kultur .xp_search_box .vertical span {
  margin-top: 18px;
}

.kultur .xp_search_box .vertical .btn-er .fa-chevron-down,
.kultur .xp_search_box .vertical .instagram .instabutton div span .fa-chevron-down,
.instagram .instabutton div .kultur .xp_search_box .vertical span .fa-chevron-down {
  float: right;
  line-height: 4rem;
}

.kultur .operatori_search_box button span {
  color: white;
}

.kultur .operatori_search_box .city {
  color: white;
}

.kultur .operatori_search_box .horizontal {
  padding: 1rem;
  background-color: #4d3100;
  background-image: linear-gradient(-180deg, #4a2f00 0%, #4d3100 48%, #4a2f00 80%);
  font-size: 1.6rem;
}

.kultur .operatori_search_box .horizontal.collapsed {
  border-radius: 2px;
  box-shadow: -1px 0 3px 0 rgba(0, 0, 0, 0.25);
}

.kultur .operatori_search_box .horizontal .fa,
.kultur .operatori_search_box .horizontal .search .searchearchbox.vertical .bootstrap-select button:after,
.search .searchearchbox.vertical .bootstrap-select .kultur .operatori_search_box .horizontal button:after,
.kultur .operatori_search_box .search .searchearchbox.horizontal .control .bootstrap-select button:after,
.search .kultur .operatori_search_box .searchearchbox.horizontal .control .bootstrap-select button:after,
.kultur .operatori_search_box .horizontal .downloads .downloadsearchbox.vertical .bootstrap-select button:after,
.downloads .downloadsearchbox.vertical .bootstrap-select .kultur .operatori_search_box .horizontal button:after,
.kultur .operatori_search_box .downloads .downloadsearchbox.horizontal .control .bootstrap-select button:after,
.downloads .kultur .operatori_search_box .downloadsearchbox.horizontal .control .bootstrap-select button:after,
.kultur .operatori_search_box .horizontal .localita #searchbox-app .bootstrap-select button:after,
.localita #searchbox-app .bootstrap-select .kultur .operatori_search_box .horizontal button:after,
.kultur .operatori_search_box .horizontal .itinerari .searchbox .control .bootstrap-select button:after,
.itinerari .searchbox .control .bootstrap-select .kultur .operatori_search_box .horizontal button:after,
.kultur .operatori_search_box .itinerari .searchbox.horizontal .control .bootstrap-select button:after,
.itinerari .kultur .operatori_search_box .searchbox.horizontal .control .bootstrap-select button:after,
.kultur .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .kultur .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.kultur .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .kultur .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.kultur .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .kultur .operatori_search_box .horizontal .control .bootstrap-select button:after,
.kultur .operatori_search_box .horizontal .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .vertical .bootstrap-select .kultur .operatori_search_box .horizontal button:after,
.kultur .operatori_search_box .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .kultur .operatori_search_box .horizontal .control .bootstrap-select button:after,
.kultur .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .kultur .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.kultur .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .kultur .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.kultur .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .kultur .operatori_search_box .horizontal .control .bootstrap-select button:after,
.kultur .operatori_search_box .horizontal .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .vertical .bootstrap-select .kultur .operatori_search_box .horizontal button:after,
.kultur .operatori_search_box .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .kultur .operatori_search_box .horizontal .control .bootstrap-select button:after,
.kultur .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .kultur .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.kultur .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .kultur .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.kultur .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .kultur .operatori_search_box .horizontal .control .bootstrap-select button:after,
.kultur .operatori_search_box .horizontal .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .vertical .bootstrap-select .kultur .operatori_search_box .horizontal button:after,
.kultur .operatori_search_box .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .kultur .operatori_search_box .horizontal .control .bootstrap-select button:after,
.kultur .romagna-craft .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna-craft .kultur .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.kultur .romagna-craft .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna-craft .kultur .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.kultur .romagna-craft .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna-craft .kultur .operatori_search_box .horizontal .control .bootstrap-select button:after,
.kultur .operatori_search_box .horizontal .romagna-craft .xp_search_box .vertical .bootstrap-select button:after,
.romagna-craft .xp_search_box .vertical .bootstrap-select .kultur .operatori_search_box .horizontal button:after,
.kultur .operatori_search_box .romagna-craft .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna-craft .xp_search_box .kultur .operatori_search_box .horizontal .control .bootstrap-select button:after,
.kultur .spass .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.spass .kultur .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.kultur .spass .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.spass .kultur .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.kultur .spass .operatori_search_box .horizontal .control .bootstrap-select button:after,
.spass .kultur .operatori_search_box .horizontal .control .bootstrap-select button:after,
.kultur .operatori_search_box .horizontal .spass .xp_search_box .vertical .bootstrap-select button:after,
.spass .xp_search_box .vertical .bootstrap-select .kultur .operatori_search_box .horizontal button:after,
.kultur .operatori_search_box .spass .xp_search_box .horizontal .control .bootstrap-select button:after,
.spass .xp_search_box .kultur .operatori_search_box .horizontal .control .bootstrap-select button:after,
.kultur .natur .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.natur .kultur .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.kultur .natur .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.natur .kultur .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.kultur .natur .operatori_search_box .horizontal .control .bootstrap-select button:after,
.natur .kultur .operatori_search_box .horizontal .control .bootstrap-select button:after,
.kultur .operatori_search_box .horizontal .natur .xp_search_box .vertical .bootstrap-select button:after,
.natur .xp_search_box .vertical .bootstrap-select .kultur .operatori_search_box .horizontal button:after,
.kultur .operatori_search_box .natur .xp_search_box .horizontal .control .bootstrap-select button:after,
.natur .xp_search_box .kultur .operatori_search_box .horizontal .control .bootstrap-select button:after,
.kultur .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.kultur .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.kultur .operatori_search_box .horizontal .control .bootstrap-select button:after,
.kultur .operatori_search_box .events-homepage .header .eventsearchbox.horizontal .control .bootstrap-select button:after,
.events-homepage .header .kultur .operatori_search_box .eventsearchbox.horizontal .control .bootstrap-select button:after,
.kultur .operatori_search_box .horizontal .events-homepage .header .eventsearchbox.vertical .bootstrap-select button:after,
.events-homepage .header .eventsearchbox.vertical .bootstrap-select .kultur .operatori_search_box .horizontal button:after,
.kultur .operatori_search_box .events-page .header .eventsearchbox.horizontal .control .bootstrap-select button:after,
.events-page .header .kultur .operatori_search_box .eventsearchbox.horizontal .control .bootstrap-select button:after,
.kultur .operatori_search_box .horizontal .events-page .header .eventsearchbox.vertical .bootstrap-select button:after,
.events-page .header .eventsearchbox.vertical .bootstrap-select .kultur .operatori_search_box .horizontal button:after,
.kultur .operatori_search_box .scopri .xp_search_box .horizontal .control .bootstrap-select button:after,
.scopri .xp_search_box .kultur .operatori_search_box .horizontal .control .bootstrap-select button:after,
.kultur .operatori_search_box .horizontal .scopri .xp_search_box .vertical .bootstrap-select button:after,
.scopri .xp_search_box .vertical .bootstrap-select .kultur .operatori_search_box .horizontal button:after,
.kultur .scopri .operatori_search_box .horizontal .control .bootstrap-select button:after,
.scopri .kultur .operatori_search_box .horizontal .control .bootstrap-select button:after,
.kultur .scopri .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.scopri .kultur .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.kultur .scopri .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.scopri .kultur .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.kultur .operatori_search_box .idee .xp_search_box .horizontal .control .bootstrap-select button:after,
.idee .xp_search_box .kultur .operatori_search_box .horizontal .control .bootstrap-select button:after,
.kultur .operatori_search_box .horizontal .idee .xp_search_box .vertical .bootstrap-select button:after,
.idee .xp_search_box .vertical .bootstrap-select .kultur .operatori_search_box .horizontal button:after,
.kultur .idee .operatori_search_box .horizontal .control .bootstrap-select button:after,
.idee .kultur .operatori_search_box .horizontal .control .bootstrap-select button:after,
.kultur .idee .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.idee .kultur .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.kultur .idee .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.idee .kultur .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.kultur .operatori_search_box .eventi .xp_search_box .horizontal .control .bootstrap-select button:after,
.eventi .xp_search_box .kultur .operatori_search_box .horizontal .control .bootstrap-select button:after,
.kultur .operatori_search_box .horizontal .eventi .xp_search_box .vertical .bootstrap-select button:after,
.eventi .xp_search_box .vertical .bootstrap-select .kultur .operatori_search_box .horizontal button:after,
.kultur .eventi .operatori_search_box .horizontal .control .bootstrap-select button:after,
.eventi .kultur .operatori_search_box .horizontal .control .bootstrap-select button:after,
.kultur .eventi .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.eventi .kultur .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.kultur .eventi .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.eventi .kultur .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.kultur .operatori_search_box .pianifica .xp_search_box .horizontal .control .bootstrap-select button:after,
.pianifica .xp_search_box .kultur .operatori_search_box .horizontal .control .bootstrap-select button:after,
.kultur .operatori_search_box .horizontal .pianifica .xp_search_box .vertical .bootstrap-select button:after,
.pianifica .xp_search_box .vertical .bootstrap-select .kultur .operatori_search_box .horizontal button:after,
.kultur .pianifica .operatori_search_box .horizontal .control .bootstrap-select button:after,
.pianifica .kultur .operatori_search_box .horizontal .control .bootstrap-select button:after,
.kultur .pianifica .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.pianifica .kultur .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.kultur .pianifica .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.pianifica .kultur .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.kultur .operatori_search_box .esperienze .xp_search_box .horizontal .control .bootstrap-select button:after,
.esperienze .xp_search_box .kultur .operatori_search_box .horizontal .control .bootstrap-select button:after,
.kultur .operatori_search_box .horizontal .esperienze .xp_search_box .vertical .bootstrap-select button:after,
.esperienze .xp_search_box .vertical .bootstrap-select .kultur .operatori_search_box .horizontal button:after,
.kultur .esperienze .operatori_search_box .horizontal .control .bootstrap-select button:after,
.esperienze .kultur .operatori_search_box .horizontal .control .bootstrap-select button:after,
.kultur .esperienze .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.esperienze .kultur .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.kultur .esperienze .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.esperienze .kultur .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.kultur .operatori_search_box .news .xp_search_box .horizontal .control .bootstrap-select button:after,
.news .xp_search_box .kultur .operatori_search_box .horizontal .control .bootstrap-select button:after,
.kultur .operatori_search_box .horizontal .news .xp_search_box .vertical .bootstrap-select button:after,
.news .xp_search_box .vertical .bootstrap-select .kultur .operatori_search_box .horizontal button:after,
.kultur .news .operatori_search_box .horizontal .control .bootstrap-select button:after,
.news .kultur .operatori_search_box .horizontal .control .bootstrap-select button:after,
.kultur .news .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.news .kultur .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.kultur .news .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.news .kultur .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.kultur .operatori_search_box .iat .xp_search_box .horizontal .control .bootstrap-select button:after,
.iat .xp_search_box .kultur .operatori_search_box .horizontal .control .bootstrap-select button:after,
.kultur .operatori_search_box .horizontal .iat .xp_search_box .vertical .bootstrap-select button:after,
.iat .xp_search_box .vertical .bootstrap-select .kultur .operatori_search_box .horizontal button:after,
.kultur .iat .operatori_search_box .horizontal .control .bootstrap-select button:after,
.iat .kultur .operatori_search_box .horizontal .control .bootstrap-select button:after,
.kultur .iat .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.iat .kultur .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.kultur .iat .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.iat .kultur .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.kultur .operatori_search_box .meteo .xp_search_box .horizontal .control .bootstrap-select button:after,
.meteo .xp_search_box .kultur .operatori_search_box .horizontal .control .bootstrap-select button:after,
.kultur .operatori_search_box .horizontal .meteo .xp_search_box .vertical .bootstrap-select button:after,
.meteo .xp_search_box .vertical .bootstrap-select .kultur .operatori_search_box .horizontal button:after,
.kultur .meteo .operatori_search_box .horizontal .control .bootstrap-select button:after,
.meteo .kultur .operatori_search_box .horizontal .control .bootstrap-select button:after,
.kultur .meteo .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.meteo .kultur .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.kultur .meteo .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.meteo .kultur .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.kultur .operatori_search_box .odm .xp_search_box .horizontal .control .bootstrap-select button:after,
.odm .xp_search_box .kultur .operatori_search_box .horizontal .control .bootstrap-select button:after,
.kultur .operatori_search_box .horizontal .odm .xp_search_box .vertical .bootstrap-select button:after,
.odm .xp_search_box .vertical .bootstrap-select .kultur .operatori_search_box .horizontal button:after,
.kultur .odm .operatori_search_box .horizontal .control .bootstrap-select button:after,
.odm .kultur .operatori_search_box .horizontal .control .bootstrap-select button:after,
.kultur .odm .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.odm .kultur .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.kultur .odm .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.odm .kultur .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.kultur .operatori_search_box .booking .xp_search_box .horizontal .control .bootstrap-select button:after,
.booking .xp_search_box .kultur .operatori_search_box .horizontal .control .bootstrap-select button:after,
.kultur .operatori_search_box .horizontal .booking .xp_search_box .vertical .bootstrap-select button:after,
.booking .xp_search_box .vertical .bootstrap-select .kultur .operatori_search_box .horizontal button:after,
.kultur .booking .operatori_search_box .horizontal .control .bootstrap-select button:after,
.booking .kultur .operatori_search_box .horizontal .control .bootstrap-select button:after,
.kultur .booking .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.booking .kultur .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.kultur .booking .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.booking .kultur .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.kultur .operatori_search_box .rock .xp_search_box .horizontal .control .bootstrap-select button:after,
.rock .xp_search_box .kultur .operatori_search_box .horizontal .control .bootstrap-select button:after,
.kultur .operatori_search_box .horizontal .rock .xp_search_box .vertical .bootstrap-select button:after,
.rock .xp_search_box .vertical .bootstrap-select .kultur .operatori_search_box .horizontal button:after,
.kultur .rock .operatori_search_box .horizontal .control .bootstrap-select button:after,
.rock .kultur .operatori_search_box .horizontal .control .bootstrap-select button:after,
.kultur .rock .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.rock .kultur .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.kultur .rock .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.rock .kultur .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.kultur .operatori_search_box .beach .xp_search_box .horizontal .control .bootstrap-select button:after,
.beach .xp_search_box .kultur .operatori_search_box .horizontal .control .bootstrap-select button:after,
.kultur .operatori_search_box .horizontal .beach .xp_search_box .vertical .bootstrap-select button:after,
.beach .xp_search_box .vertical .bootstrap-select .kultur .operatori_search_box .horizontal button:after,
.kultur .beach .operatori_search_box .horizontal .control .bootstrap-select button:after,
.beach .kultur .operatori_search_box .horizontal .control .bootstrap-select button:after,
.kultur .beach .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.beach .kultur .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.kultur .beach .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.beach .kultur .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.kultur .operatori_search_box .food .xp_search_box .horizontal .control .bootstrap-select button:after,
.food .xp_search_box .kultur .operatori_search_box .horizontal .control .bootstrap-select button:after,
.kultur .operatori_search_box .horizontal .food .xp_search_box .vertical .bootstrap-select button:after,
.food .xp_search_box .vertical .bootstrap-select .kultur .operatori_search_box .horizontal button:after,
.kultur .food .operatori_search_box .horizontal .control .bootstrap-select button:after,
.food .kultur .operatori_search_box .horizontal .control .bootstrap-select button:after,
.kultur .food .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.food .kultur .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.kultur .food .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.food .kultur .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.kultur .operatori_search_box .nature .xp_search_box .horizontal .control .bootstrap-select button:after,
.nature .xp_search_box .kultur .operatori_search_box .horizontal .control .bootstrap-select button:after,
.kultur .operatori_search_box .horizontal .nature .xp_search_box .vertical .bootstrap-select button:after,
.nature .xp_search_box .vertical .bootstrap-select .kultur .operatori_search_box .horizontal button:after,
.kultur .nature .operatori_search_box .horizontal .control .bootstrap-select button:after,
.nature .kultur .operatori_search_box .horizontal .control .bootstrap-select button:after,
.kultur .nature .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.nature .kultur .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.kultur .nature .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.nature .kultur .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.kultur .operatori_search_box .romagna_autentica .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna_autentica .xp_search_box .kultur .operatori_search_box .horizontal .control .bootstrap-select button:after,
.kultur .operatori_search_box .horizontal .romagna_autentica .xp_search_box .vertical .bootstrap-select button:after,
.romagna_autentica .xp_search_box .vertical .bootstrap-select .kultur .operatori_search_box .horizontal button:after,
.kultur .romagna_autentica .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna_autentica .kultur .operatori_search_box .horizontal .control .bootstrap-select button:after,
.kultur .romagna_autentica .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna_autentica .kultur .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.kultur .romagna_autentica .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna_autentica .kultur .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.kultur .operatori_search_box .culture .xp_search_box .horizontal .control .bootstrap-select button:after,
.culture .xp_search_box .kultur .operatori_search_box .horizontal .control .bootstrap-select button:after,
.kultur .operatori_search_box .horizontal .culture .xp_search_box .vertical .bootstrap-select button:after,
.culture .xp_search_box .vertical .bootstrap-select .kultur .operatori_search_box .horizontal button:after,
.kultur .culture .operatori_search_box .horizontal .control .bootstrap-select button:after,
.culture .kultur .operatori_search_box .horizontal .control .bootstrap-select button:after,
.kultur .culture .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.culture .kultur .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.kultur .culture .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.culture .kultur .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.kultur .operatori_search_box .castle .xp_search_box .horizontal .control .bootstrap-select button:after,
.castle .xp_search_box .kultur .operatori_search_box .horizontal .control .bootstrap-select button:after,
.kultur .operatori_search_box .horizontal .castle .xp_search_box .vertical .bootstrap-select button:after,
.castle .xp_search_box .vertical .bootstrap-select .kultur .operatori_search_box .horizontal button:after,
.kultur .castle .operatori_search_box .horizontal .control .bootstrap-select button:after,
.castle .kultur .operatori_search_box .horizontal .control .bootstrap-select button:after,
.kultur .castle .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.castle .kultur .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.kultur .castle .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.castle .kultur .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.kultur .operatori_search_box .bike .xp_search_box .horizontal .control .bootstrap-select button:after,
.bike .xp_search_box .kultur .operatori_search_box .horizontal .control .bootstrap-select button:after,
.kultur .operatori_search_box .horizontal .bike .xp_search_box .vertical .bootstrap-select button:after,
.bike .xp_search_box .vertical .bootstrap-select .kultur .operatori_search_box .horizontal button:after,
.kultur .bike .operatori_search_box .horizontal .control .bootstrap-select button:after,
.bike .kultur .operatori_search_box .horizontal .control .bootstrap-select button:after,
.kultur .bike .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.bike .kultur .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.kultur .bike .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.bike .kultur .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.kultur .operatori_search_box .empire .xp_search_box .horizontal .control .bootstrap-select button:after,
.empire .xp_search_box .kultur .operatori_search_box .horizontal .control .bootstrap-select button:after,
.kultur .operatori_search_box .horizontal .empire .xp_search_box .vertical .bootstrap-select button:after,
.empire .xp_search_box .vertical .bootstrap-select .kultur .operatori_search_box .horizontal button:after,
.kultur .empire .operatori_search_box .horizontal .control .bootstrap-select button:after,
.empire .kultur .operatori_search_box .horizontal .control .bootstrap-select button:after,
.kultur .empire .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.empire .kultur .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.kultur .empire .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.empire .kultur .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.kultur .operatori_search_box .wellness .xp_search_box .horizontal .control .bootstrap-select button:after,
.wellness .xp_search_box .kultur .operatori_search_box .horizontal .control .bootstrap-select button:after,
.kultur .operatori_search_box .horizontal .wellness .xp_search_box .vertical .bootstrap-select button:after,
.wellness .xp_search_box .vertical .bootstrap-select .kultur .operatori_search_box .horizontal button:after,
.kultur .wellness .operatori_search_box .horizontal .control .bootstrap-select button:after,
.wellness .kultur .operatori_search_box .horizontal .control .bootstrap-select button:after,
.kultur .wellness .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.wellness .kultur .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.kultur .wellness .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.wellness .kultur .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.kultur .operatori_search_box .fun .xp_search_box .horizontal .control .bootstrap-select button:after,
.fun .xp_search_box .kultur .operatori_search_box .horizontal .control .bootstrap-select button:after,
.kultur .operatori_search_box .horizontal .fun .xp_search_box .vertical .bootstrap-select button:after,
.fun .xp_search_box .vertical .bootstrap-select .kultur .operatori_search_box .horizontal button:after,
.kultur .fun .operatori_search_box .horizontal .control .bootstrap-select button:after,
.fun .kultur .operatori_search_box .horizontal .control .bootstrap-select button:after,
.kultur .fun .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.fun .kultur .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.kultur .fun .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.fun .kultur .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.kultur .operatori_search_box .sport .xp_search_box .horizontal .control .bootstrap-select button:after,
.sport .xp_search_box .kultur .operatori_search_box .horizontal .control .bootstrap-select button:after,
.kultur .operatori_search_box .horizontal .sport .xp_search_box .vertical .bootstrap-select button:after,
.sport .xp_search_box .vertical .bootstrap-select .kultur .operatori_search_box .horizontal button:after,
.kultur .sport .operatori_search_box .horizontal .control .bootstrap-select button:after,
.sport .kultur .operatori_search_box .horizontal .control .bootstrap-select button:after,
.kultur .sport .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.sport .kultur .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.kultur .sport .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.sport .kultur .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.kultur .operatori_search_box .motorcycle .xp_search_box .horizontal .control .bootstrap-select button:after,
.motorcycle .xp_search_box .kultur .operatori_search_box .horizontal .control .bootstrap-select button:after,
.kultur .operatori_search_box .horizontal .motorcycle .xp_search_box .vertical .bootstrap-select button:after,
.motorcycle .xp_search_box .vertical .bootstrap-select .kultur .operatori_search_box .horizontal button:after,
.kultur .motorcycle .operatori_search_box .horizontal .control .bootstrap-select button:after,
.motorcycle .kultur .operatori_search_box .horizontal .control .bootstrap-select button:after,
.kultur .motorcycle .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.motorcycle .kultur .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.kultur .motorcycle .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.motorcycle .kultur .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.kultur .operatori_search_box .romagna .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna .xp_search_box .kultur .operatori_search_box .horizontal .control .bootstrap-select button:after,
.kultur .operatori_search_box .horizontal .romagna .xp_search_box .vertical .bootstrap-select button:after,
.romagna .xp_search_box .vertical .bootstrap-select .kultur .operatori_search_box .horizontal button:after,
.kultur .romagna .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna .kultur .operatori_search_box .horizontal .control .bootstrap-select button:after,
.kultur .romagna .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna .kultur .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.kultur .romagna .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna .kultur .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.kultur .operatori_search_box .liscio .xp_search_box .horizontal .control .bootstrap-select button:after,
.liscio .xp_search_box .kultur .operatori_search_box .horizontal .control .bootstrap-select button:after,
.kultur .operatori_search_box .horizontal .liscio .xp_search_box .vertical .bootstrap-select button:after,
.liscio .xp_search_box .vertical .bootstrap-select .kultur .operatori_search_box .horizontal button:after,
.kultur .liscio .operatori_search_box .horizontal .control .bootstrap-select button:after,
.liscio .kultur .operatori_search_box .horizontal .control .bootstrap-select button:after,
.kultur .liscio .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.liscio .kultur .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.kultur .liscio .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.liscio .kultur .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.kultur .operatori_search_box .default .xp_search_box .horizontal .control .bootstrap-select button:after,
.default .xp_search_box .kultur .operatori_search_box .horizontal .control .bootstrap-select button:after,
.kultur .operatori_search_box .horizontal .default .xp_search_box .vertical .bootstrap-select button:after,
.default .xp_search_box .vertical .bootstrap-select .kultur .operatori_search_box .horizontal button:after,
.kultur .default .operatori_search_box .horizontal .control .bootstrap-select button:after,
.default .kultur .operatori_search_box .horizontal .control .bootstrap-select button:after,
.kultur .default .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.default .kultur .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.kultur .default .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.default .kultur .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.kultur .operatori_search_box .pet .xp_search_box .horizontal .control .bootstrap-select button:after,
.pet .xp_search_box .kultur .operatori_search_box .horizontal .control .bootstrap-select button:after,
.kultur .operatori_search_box .horizontal .pet .xp_search_box .vertical .bootstrap-select button:after,
.pet .xp_search_box .vertical .bootstrap-select .kultur .operatori_search_box .horizontal button:after,
.kultur .pet .operatori_search_box .horizontal .control .bootstrap-select button:after,
.pet .kultur .operatori_search_box .horizontal .control .bootstrap-select button:after,
.kultur .pet .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.pet .kultur .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.kultur .pet .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.pet .kultur .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.kultur .operatori_search_box .xp_search_box .horizontal .control .bootstrap-select button:after,
.kultur .xp_search_box .operatori_search_box .horizontal .control .bootstrap-select button:after,
.kultur .operatori_search_box .horizontal .xp_search_box .vertical .bootstrap-select button:after,
.kultur .xp_search_box .vertical .bootstrap-select .operatori_search_box .horizontal button:after {
  line-height: 2.2rem;
}

.kultur .operatori_search_box .horizontal button.collapsible {
  border: none;
  background-color: transparent;
  display: block;
  width: 100%;
  font-size: 1.6rem;
  color: #ffffff;
  letter-spacing: -0.41px;
  text-align: left;
  text-transform: uppercase;
}

.kultur .operatori_search_box .horizontal .control {
  padding: 0.5rem 1rem;
  height: 5rem;
  background-color: white;
  margin: 0.5rem;
}

.kultur .operatori_search_box .horizontal .control.btn-holder {
  min-width: 2rem;
  width: auto;
  padding: 0px;
}

.kultur .operatori_search_box .horizontal .control.btn-holder button {
  width: 100%;
  border: none;
  background-color: #1a1100;
  height: 100%;
  font-size: 1.6rem;
  color: #ffffff;
  letter-spacing: -0.41px;
  text-align: center;
  text-transform: uppercase;
  display: block;
  padding: 0px;
}

.kultur .operatori_search_box .horizontal .control .ert-dropdown {
  width: 100%;
}

.kultur .operatori_search_box .horizontal .control .ert-dropdown * {
  cursor: pointer;
}

.kultur .operatori_search_box .horizontal .control .ert-dropdown .ert-combo {
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
  display: block;
  text-align: left;
}

.kultur .operatori_search_box .horizontal .control .ert-dropdown .ert-combo::after {
  border: none;
}

.kultur .operatori_search_box .horizontal .control .ert-dropdown .ert-combo i {
  transition: 500ms ease;
  transform: rotate(0);
  position: absolute;
  top: 2.25rem;
  right: 15px;
}

.kultur .operatori_search_box .horizontal .control .ert-dropdown .ert-combo .button {
  padding: 0px;
}

.kultur .operatori_search_box .horizontal .control .ert-dropdown.show .ert-combo i {
  transform: rotate(180deg);
}

.kultur .operatori_search_box .horizontal .control .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: auto;
}

.kultur .operatori_search_box .horizontal .control .bootstrap-select {
  margin-top: -1px;
}

.kultur .operatori_search_box .horizontal .control .bootstrap-select *:focus {
  box-shadow: none important;
}

.kultur .operatori_search_box .horizontal .control .bootstrap-select button {
  padding: 0px;
  font-size: 1.5rem;
  background: #ffffff;
  color: #848484;
  letter-spacing: 0.3px;
  border: none;
  border-radius: 0;
}

.kultur .operatori_search_box .horizontal .control .bootstrap-select button:after {
  content: "\F078";
  border: none;
}

.kultur .operatori_search_box .horizontal .control .bootstrap-select .dropdown-menu {
  width: 100% !important;
  border: none;
  border-radius: 0;
  box-shadow: 0px 2px 2px 0px #a9a9a970;
  border-top: 1px solid #a9a9a970;
}

.kultur .operatori_search_box .horizontal .control .bootstrap-select .dropdown-menu.inner.show {
  border-top: none;
}

.kultur .operatori_search_box .horizontal .control .bootstrap-select .dropdown-menu .dropdown-item {
  font-size: 1.5rem;
  line-height: 4rem;
}

.kultur .operatori_search_box .horizontal .control .bootstrap-select .dropdown-menu .dropdown-item:active,
.kultur .operatori_search_box .horizontal .control .bootstrap-select .dropdown-menu .dropdown-item.active {
  background-color: #4d3100;
}

.kultur .operatori_search_box .horizontal .control label {
  background: #ffffff;
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
  line-height: 2.4rem;
  margin-bottom: 0px;
  margin-right: 0.5rem;
}

@media (max-width: 768px) {
  .kultur .operatori_search_box .horizontal .control label {
    min-width: 6.2rem;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .kultur .operatori_search_box .horizontal .control label {
    display: none;
  }
}

.kultur .operatori_search_box .horizontal .control .flatpickr-mobile.form-control {
  padding: 1px 0;
}

.kultur .operatori_search_box .horizontal .control input[type=text],
.kultur .operatori_search_box .horizontal .control input[type=date] {
  border: none;
  font-size: 1.5rem;
  border-radius: 0;
  background-color: white;
  border-bottom: 1px solid #495057;
  min-width: 0;
  height: auto;
}

.kultur .operatori_search_box .horizontal .control input[type=text]:focus,
.kultur .operatori_search_box .horizontal .control input[type=date]:focus {
  box-shadow: none;
}

.kultur .operatori_search_box .vertical {
  max-width: 30rem;
  z-index: 10;
  position: relative;
  height: 4.4rem;
  margin: 0 auto;
}

.kultur .operatori_search_box .vertical button.collapsible {
  border: none;
  background-color: transparent;
  display: block;
  position: absolute;
  width: 100%;
}

.kultur .operatori_search_box .vertical .dropbutton {
  display: none;
}

.kultur .operatori_search_box .vertical .dropbutton.collapsed {
  display: block;
}

.kultur .operatori_search_box .vertical #collapse-events {
  padding: 1.8rem;
  background-color: #4d3100;
  background-image: linear-gradient(-180deg, #4a2f00 0%, #4d3100 48%, #4a2f00 80%);
  font-size: 1.6rem;
}

.kultur .operatori_search_box .vertical .fa-chevron-up {
  text-align: right;
  line-height: 4rem;
  color: white;
  margin-bottom: 1.8rem;
}

.kultur .operatori_search_box .vertical .form-group {
  background: #ffffff;
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
}

.kultur .operatori_search_box .vertical .form-group .col-form-label {
  line-height: 5rem;
}

.kultur .operatori_search_box .vertical .ert-text {
  border: none;
  font-size: 1.5rem;
  height: 60px;
  border-radius: 0;
  background-color: white;
}

.kultur .operatori_search_box .vertical .ert-text.line {
  border-bottom: 1px solid #495057;
  height: auto;
  margin-top: 14px;
}

.kultur .operatori_search_box .vertical .ert-text:focus {
  box-shadow: none;
}

.kultur .operatori_search_box .vertical button.search {
  border: none;
  position: absolute;
  bottom: -10rem;
  left: 5%;
  right: 5%;
  width: 90%;
  line-height: 4.4rem;
}

.kultur .operatori_search_box .vertical .datepicker-holder {
  padding-right: 0px;
}

.kultur .operatori_search_box .vertical .datepicker-holder * {
  cursor: pointer;
}

.kultur .operatori_search_box .vertical .datepicker-holder input[type=date]::-webkit-calendar-picker-indicator {
  width: 1.2rem;
  height: 0.7rem;
  -webkit-mask: url(/images/caret.svg);
          mask: url(/images/caret.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  -webkit-transition: 500ms ease;
  transition: 500ms ease;
  background-color: #686868;
}

.kultur .operatori_search_box .vertical .datepicker-holder .flatpickr-calendar.static {
  margin-left: -193px;
  margin-top: -184px;
  left: 50%;
  top: 50%;
}

.kultur .operatori_search_box .vertical .datepicker-holder .flatpickr-calendar.static.arrowBottom:after {
  display: none;
}

.kultur .operatori_search_box .vertical .datepicker-holder .flatpickr-calendar.static.arrowBottom:before {
  display: none;
}

.kultur .operatori_search_box .vertical .datepicker-holder .flatpickr-months .flatpickr-month {
  height: 32px;
}

.kultur .operatori_search_box .vertical .ert-dropdown * {
  cursor: pointer;
}

.kultur .operatori_search_box .vertical .ert-dropdown .ert-combo {
  background: #ffffff;
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
  line-height: 5rem;
  display: block;
  width: 100%;
  height: 60px;
  text-align: left;
}

.kultur .operatori_search_box .vertical .ert-dropdown .ert-combo::after {
  border: none;
}

.kultur .operatori_search_box .vertical .ert-dropdown .ert-combo i {
  transition: 500ms ease;
  transform: rotate(0);
  position: absolute;
  top: 2.25rem;
  right: 15px;
}

.kultur .operatori_search_box .vertical .ert-dropdown .ert-combo .button {
  padding: 0px;
}

.kultur .operatori_search_box .vertical .ert-dropdown .dropdown-menu {
  width: 100% !important;
  border: none;
  border-radius: 0;
  box-shadow: 0px 2px 2px 0px #a9a9a970;
  border-top: 1px solid #a9a9a970;
}

.kultur .operatori_search_box .vertical .ert-dropdown .dropdown-menu .dropdown-item {
  font-size: 1.5rem;
  line-height: 4rem;
}

.kultur .operatori_search_box .vertical .ert-dropdown .dropdown-menu .dropdown-item:active {
  background-color: #4d3100;
}

.kultur .operatori_search_box .vertical .ert-dropdown.show .ert-combo i {
  transform: rotate(180deg);
}

.kultur .operatori_search_box .vertical .bootstrap-select *:focus {
  box-shadow: none important;
}

.kultur .operatori_search_box .vertical .bootstrap-select button {
  font-size: 1.5rem;
  color: #848484;
  letter-spacing: 0.3px;
  border: none;
  font-size: 1.5rem;
  height: 60px;
  border-radius: 0;
  background-color: white;
}

.kultur .operatori_search_box .vertical .bootstrap-select button:after {
  content: "\F078";
  border: none;
}

.kultur .operatori_search_box .vertical .bootstrap-select .dropdown-menu {
  width: 100% !important;
  border: none;
  border-radius: 0;
  box-shadow: 0px 2px 2px 0px #a9a9a970;
  border-top: 1px solid #a9a9a970;
}

.kultur .operatori_search_box .vertical .bootstrap-select .dropdown-menu .dropdown-item {
  font-size: 1.5rem;
  line-height: 4rem;
}

.kultur .operatori_search_box .vertical .bootstrap-select .dropdown-menu .dropdown-item:active,
.kultur .operatori_search_box .vertical .bootstrap-select .dropdown-menu .dropdown-item.active {
  background-color: #4d3100;
}

.kultur .operatori_search_box .vertical .btn-er,
.kultur .operatori_search_box .vertical .instagram .instabutton div span,
.instagram .instabutton div .kultur .operatori_search_box .vertical span {
  margin-top: 18px;
}

.kultur .operatori_search_box .vertical .btn-er .fa-chevron-down,
.kultur .operatori_search_box .vertical .instagram .instabutton div span .fa-chevron-down,
.instagram .instabutton div .kultur .operatori_search_box .vertical span .fa-chevron-down {
  float: right;
  line-height: 4rem;
}

.kultur .home-boxes {
  background-color: #4d3100;
}

.kultur .content-box a {
  font-weight: bold;
  color: #4d3100;
}

.kultur .content-box a strong {
  color: #4d3100;
}

.kultur .content-box .btn-er,
.kultur .content-box .instagram .instabutton div span,
.instagram .instabutton div .kultur .content-box span {
  background-color: #4d3100;
  color: white;
}

.kultur .content-box h3.with-line {
  font-size: 1.8rem;
  color: #030303;
  letter-spacing: -0.43px;
  text-transform: uppercase;
  margin-bottom: 2.1rem;
}

.kultur .content-box h3.with-line::before {
  content: "";
  display: block;
  height: 3px;
  background: #0e797b;
  width: 100%;
  max-width: 32rem;
  margin-left: 0;
  margin-right: 0;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.kultur *:focus {
  outline: 1px solid #4d3100;
  outline-offset: -1px;
}

.kultur .bootstrap-select .dropdown-toggle:focus {
  outline: 1px solid #4d3100;
  outline-offset: -1px;
}

.kultur a:hover {
  outline: 1px solid #805100;
}

.kultur a:active {
  outline: 1px solid #4d3100;
}

.kultur .events-list {
  font-size: 1.4rem;
}

.kultur .section-list {
  display: block;
  text-align: right;
}

.kultur .section-list a {
  font-size: 2rem;
  color: #4d3100;
}

.kultur .events-list dt,
.kultur .section-list dt,
.kultur .iat-list dt {
  text-transform: uppercase;
  font-size: 1.5rem;
  line-height: 1.5;
  color: #111;
  letter-spacing: -0.38px;
  font-weight: 600;
  margin-top: 1.4rem;
}

.kultur .events-list dd,
.kultur .section-list dd,
.kultur .iat-list dd {
  font-size: 1.6rem;
  margin-bottom: 0.6rem;
  line-height: 1.5;
  color: #030303;
}

.kultur .events-list dd i,
.kultur .section-list dd i,
.kultur .iat-list dd i {
  margin-right: 0.6rem;
}

.kultur .events-list ul,
.kultur .section-list ul,
.kultur .iat-list ul {
  list-style: none;
  padding-inline-start: 0;
}

.kultur .events-list ul li,
.kultur .section-list ul li,
.kultur .iat-list ul li {
  font-size: 1.5rem;
  color: #030303;
  margin-top: 0.6rem;
  line-height: 1.5;
}

.kultur .events-list ul.tappe-list,
.kultur .section-list ul.tappe-list,
.kultur .iat-list ul.tappe-list {
  list-style: none;
  padding-inline-start: 0;
}

.kultur .events-list ul.tappe-list li,
.kultur .section-list ul.tappe-list li,
.kultur .iat-list ul.tappe-list li {
  font-size: 1.6rem;
  line-height: 1.5;
  color: #030303;
}

.kultur .tickets-list {
  display: flex;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #111;
  letter-spacing: -0.38px;
  font-weight: 600;
  margin-top: 1.4rem;
}

.kultur .tickets-list i {
  margin-top: 0.6rem;
}

.kultur .tickets-list li {
  color: #030303;
  font-size: 1.6rem;
  margin-left: 1.2rem;
}

.kultur .tickets-list li i {
  margin-right: 0.6rem;
}

.kultur .address * {
  color: white;
}

.kultur .top-title-box {
  padding: 0rem;
  text-align: center;
}

.kultur .top-title-box.no-image {
  padding-top: 10rem;
}

.kultur .top-title-box.no-image .er-logo-top {
  margin: 0 auto;
  display: block;
  margin-bottom: 10rem;
}

.kultur .top-title-box h1 {
  font-size: 3rem;
  color: #4d3100;
  letter-spacing: -1.01px;
  line-height: 4rem;
  margin: 2rem 0;
}

.kultur .top-title-box h2 {
  font-size: 2rem;
  line-height: 1.5;
  color: #000;
  letter-spacing: -0.58px;
}

.kultur .top-title-box .breadcrumb {
  opacity: 0.6;
  font-size: 1.5rem;
  letter-spacing: -0.38px;
  padding: 0;
  margin: 0;
  color: #4d3100;
  background-color: #fff;
}

.kultur .top-title-box .breadcrumb .breadcrumb-item::before,
.kultur .top-title-box .breadcrumb a {
  color: #4d3100;
}

@media (min-width: 992px) {
  .kultur .top-title-box h1 {
    line-height: 7rem;
    font-size: 7rem;
    margin-top: 3rem;
  }

  .kultur .top-title-box h2 {
    font-size: 2rem;
    line-height: 1.5rem;
  }

  .kultur .top-title-box .breadcrumb {
    font-size: 1.9rem;
  }
}

.kultur .image-box-with-border {
  margin: 2rem 0;
  border-top: 64px solid #4d3100;
}

.kultur .image-box-with-border img {
  -o-object-fit: cover;
     object-fit: cover;
}

.kultur .top-image {
  transition: background-image 1s ease-in-out;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 20px;
}

.kultur .top-image .logo {
  position: absolute;
  width: 30rem;
  bottom: 20px;
  left: 50%;
  margin-left: -15rem;
}

.kultur .top-image.no-mask {
  height: 600px;
}

.kultur .top-image .mask {
  z-index: 997;
  position: relative;
  width: 100%;
}

@media (min-width: 992px) {
  .kultur .top-image:after {
    position: absolute;
    content: "";
    left: 0px;
    bottom: -20px;
    width: 100%;
    height: 20px;
    transform: rotate(-180deg);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(255, 255, 255, 0.12) 12%, #e6e6e6);
  }
}

.kultur .info-box {
  position: relative;
  z-index: 0;
  border-right: 1px solid #e6e6e6;
  border-left: 7px solid #4d3100;
  background-color: white;
  padding: 0.1rem 1.5rem;
}

.kultur .info-box h3 {
  font-weight: bold;
  font-size: 1.9rem;
}

.kultur .info-box .referente {
  font-size: 1.7rem;
  line-height: 1.8rem;
  color: #000;
  letter-spacing: -0.41px;
}

@media (min-width: 768px) {
  .kultur .info-box {
    position: sticky;
    position: -webkit-sticky;
    top: 68px;
  }
}

.kultur .info-box:after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: -8px;
  height: 8px;
  left: 0px;
  z-index: -1;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.01) 30%, rgba(0, 0, 0, 0.03) 50%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0.08) 90%, rgba(0, 0, 0, 0.09) 96%, rgba(0, 0, 0, 0.1) 100%);
}

.kultur .info-box:after {
  width: calc(100% + 8px);
  left: -7px;
}

@media (max-width: 991.98px) {
  .kultur .info-box {
    width: auto;
    max-width: 60%;
    min-width: 300px;
    margin: 20px auto;
    display: block;
  }
}

@media (min-width: 992px) {
  .kultur .info-box {
    margin-top: 2.2rem;
  }
}

.kultur .info-box li {
  padding: 1.1rem 0;
}

.kultur .info-box li .icon {
  font-size: 2.8rem;
  line-height: 3.3rem;
  margin-right: 1rem;
  float: left;
}

.kultur .info-box li .info .title {
  text-transform: uppercase;
  font-size: 1.2rem;
  line-height: 1.5rem;
  color: #787878;
  letter-spacing: -0.38px;
}

.kultur .info-box li .info .value {
  font-size: 1.7rem;
  line-height: 1.8rem;
  color: #000000;
  letter-spacing: -0.41px;
  display: table;
}

.kultur .info-box li .info .value a {
  word-break: break-all;
}

@media (max-width: 991.98px) {
  .kultur .info-box li.bookmarks {
    display: none;
  }
}

.kultur .info-box .title-index {
  text-transform: uppercase;
  font-size: 1.4rem;
  line-height: 3rem;
  letter-spacing: -0.38px;
}

.kultur .info-box .bookmarks {
  display: inline-block;
}

.kultur .info-box .bookmarks ul li {
  padding: 0.5rem 0;
  width: 100%;
}

.kultur .info-box .bookmarks ul li a {
  font-size: 1.4rem;
  line-height: 1.5rem;
  color: #000000;
  letter-spacing: -0.41px;
}

.kultur .info-box .bookmarks ul li a.active {
  text-decoration: underline;
}

.kultur #bookmarks-index {
  margin-top: 8rem;
}

.kultur #bookmarks-index .info {
  padding: 2.1rem;
}

.kultur #bookmarks-index h4 {
  font-size: 1.8rem;
}

@media (min-width: 768px) {
  .kultur #bookmarks-index {
    display: none;
  }
}

.kultur blockquote:before {
  color: #523400;
}

.kultur .btn-er,
.kultur .instagram .instabutton div span,
.instagram .instabutton div .kultur span,
.kultur.btn {
  background: #4d3100;
}

.kultur hr {
  height: 3px;
  background: #4d3100;
  width: 100%;
  max-width: 32rem;
  margin-left: 0;
  margin-right: 0;
  margin-top: 1rem;
  margin-bottom: 2rem;
}

.kultur .section h2 {
  margin-top: 4.5rem;
  margin-bottom: 4.5rem;
  font-size: 4.42rem;
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.18;
  letter-spacing: -1.07px;
  text-align: center;
  color: black;
  /*text-decoration: underline;*/
}

.kultur .section h2 a {
  color: black;
}

.kultur .section h3 {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
  font-size: 3.42rem;
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.18;
  letter-spacing: -1.07px;
  text-align: center;
  color: black;
  text-transform: uppercase;
  /*text-decoration: underline;*/
}

.kultur .section h3 a {
  color: black;
}

.kultur .section .gallery {
  position: relative;
  padding-bottom: 33px;
}

.kultur .section .gallery .swiper-button-next,
.kultur .section .gallery .swiper-container-rtl .swiper-button-prev,
.kultur .section .gallery .swiper-button-prev,
.kultur .section .gallery .swiper-container-rtl .swiper-button-next {
  background-position: center;
  width: 7.2rem;
  bottom: 33px;
  height: auto;
  top: 0px;
  margin: 0px;
  left: auto;
}

.kultur .section .gallery .swiper-button-next svg,
.kultur .section .gallery .swiper-container-rtl .swiper-button-prev svg,
.kultur .section .gallery .swiper-button-prev svg,
.kultur .section .gallery .swiper-container-rtl .swiper-button-next svg {
  top: 50%;
  left: 2.1rem;
  position: absolute;
  width: 3rem;
  height: 3rem;
  margin-top: -1.5rem;
  filter: drop-shadow(0px 3px 3px black);
}

.kultur .section .gallery .swiper-button-next,
.kultur .section .gallery .swiper-button-prev,
.kultur .section .gallery .swiper-container-rtl .swiper-button-prev,
.kultur .section .gallery .swiper-container-rtl .swiper-button-next {
  fill: #fff;
}

.kultur .section .gallery .swiper-button-next,
.kultur .section .gallery .swiper-container-rtl .swiper-button-prev {
  right: 0px;
}

.kultur .section .gallery .swiper-button-prev,
.kultur .section .gallery .swiper-container-rtl .swiper-button-next {
  left: 0px;
}

.kultur .section .gallery .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #4d3100;
}

.kultur .section .gallery .swiper-pagination-bullet {
  border: 1px solid #4d3100;
}

.kultur .section .gallery .swiper-pagination-bullets {
  bottom: 2px;
}

.kultur .section .gallery .swiper-slide .carousel-content {
  background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.07) 8%, rgba(0, 0, 0, 0.45) 68%);
  position: absolute;
  left: 0rem;
  bottom: 0rem;
  right: 0rem;
  width: auto;
  padding: 10rem 2rem 2rem 2rem;
  font-size: 2.6rem;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.63px;
  text-align: center;
  color: #ffffff;
}

.kultur .section .gallery .swiper-slide .carousel-content a {
  color: #ffffff !important;
}

.kultur .section .card-carousel .nodefault.swiper-button-prev::after,
.kultur .section .card-carousel .nodefault.swiper-button-prev::before,
.kultur .section .card-carousel .nodefault.swiper-button-next::after,
.kultur .section .card-carousel .nodefault.swiper-button-next::before {
  content: unset;
}

.kultur .section .card-carousel .swiper-slide {
  height: auto;
  margin-bottom: 5rem;
}

.kultur .section .card-carousel .swiper-slide .iv-wrapper,
.kultur .section .card-carousel .swiper-slide a .iv-wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

.kultur .section .card-carousel .swiper-slide .iv-wrapper > div,
.kultur .section .card-carousel .swiper-slide a .iv-wrapper > div {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: start;
}

.kultur .section .card-carousel .swiper-slide .iv-wrapper .image,
.kultur .section .card-carousel .swiper-slide a .iv-wrapper .image {
  min-height: 23rem;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.kultur .section .card-carousel .swiper-slide .iv-wrapper .content,
.kultur .section .card-carousel .swiper-slide a .iv-wrapper .content {
  background: #ffffff;
  border: 0 solid #000000;
  position: relative;
  padding: 2rem 2.1rem 4rem;
  position: relative;
  z-index: 0;
}

.kultur .section .card-carousel .swiper-slide .iv-wrapper .content:after,
.kultur .section .card-carousel .swiper-slide a .iv-wrapper .content:after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: -4px;
  height: 4px;
  left: 0px;
  z-index: -1;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.01) 30%, rgba(0, 0, 0, 0.03) 50%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0.08) 90%, rgba(0, 0, 0, 0.09) 96%, rgba(0, 0, 0, 0.1) 100%);
}

.kultur .section .card-carousel .swiper-slide .iv-wrapper .content h3,
.kultur .section .card-carousel .swiper-slide a .iv-wrapper .content h3 {
  font-size: 2rem;
  color: #030303;
  letter-spacing: -0.48px;
  text-align: left;
}

.kultur .section .card-carousel .swiper-slide .iv-wrapper .content p,
.kultur .section .card-carousel .swiper-slide .iv-wrapper .content p a,
.kultur .section .card-carousel .swiper-slide .iv-wrapper .content a p,
.kultur .section .card-carousel .swiper-slide a .iv-wrapper .content p,
.kultur .section .card-carousel .swiper-slide a .iv-wrapper .content p a,
.kultur .section .card-carousel .swiper-slide a .iv-wrapper .content a p {
  font-size: 1.5rem;
  color: #030303;
  letter-spacing: -0.38px;
  margin-bottom: 0px;
}

.kultur .section .card-carousel .swiper-slide .iv-wrapper .content p .readmore,
.kultur .section .card-carousel .swiper-slide .iv-wrapper .content p a .readmore,
.kultur .section .card-carousel .swiper-slide .iv-wrapper .content a p .readmore,
.kultur .section .card-carousel .swiper-slide a .iv-wrapper .content p .readmore,
.kultur .section .card-carousel .swiper-slide a .iv-wrapper .content p a .readmore,
.kultur .section .card-carousel .swiper-slide a .iv-wrapper .content a p .readmore {
  font-style: italic;
  color: #1a1100;
  display: block;
  margin-top: 1rem;
}

.kultur .section .card-carousel .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border: 1px solid #4d3100;
  background: none;
  opacity: 1;
}

.kultur .section .card-carousel .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #4d3100;
}

.kultur .section .card-carousel .swiper-button-next,
.kultur .section .card-carousel .swiper-container-rtl .swiper-button-prev,
.kultur .section .card-carousel .swiper-button-prev,
.kultur .section .card-carousel .swiper-container-rtl .swiper-button-next {
  background-image: none;
  width: 4rem;
  height: 23rem;
  top: 0px;
  margin: 0px;
  left: auto;
}

.kultur .section .card-carousel .swiper-button-next svg,
.kultur .section .card-carousel .swiper-container-rtl .swiper-button-prev svg,
.kultur .section .card-carousel .swiper-button-prev svg,
.kultur .section .card-carousel .swiper-container-rtl .swiper-button-next svg {
  top: 50%;
  left: 50%;
  position: absolute;
  width: 3rem;
  height: 3rem;
  margin-top: -1.5rem;
  margin-left: -1.5rem;
  filter: drop-shadow(0px 3px 3px black);
}

.kultur .section .card-carousel .swiper-button-next,
.kultur .section .card-carousel .swiper-button-prev,
.kultur .section .card-carousel .swiper-container-rtl .swiper-button-prev,
.kultur .section .card-carousel .swiper-container-rtl .swiper-button-next {
  fill: #fff;
}

.kultur .section .card-carousel .swiper-button-next,
.kultur .section .card-carousel .swiper-container-rtl .swiper-button-prev {
  right: 0px;
}

.kultur .section .card-carousel .swiper-button-prev,
.kultur .section .card-carousel .swiper-container-rtl .swiper-button-next {
  left: 0px;
}

.kultur .section .sassibox-item,
.kultur .section a .sassibox-item {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 5rem;
}

.kultur .section .sassibox-item > div,
.kultur .section a .sassibox-item > div {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.kultur .section .sassibox-item .image,
.kultur .section a .sassibox-item .image {
  min-height: 23rem;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.kultur .section .sassibox-item .content,
.kultur .section a .sassibox-item .content {
  background: #ffffff;
  border: 0 solid #000000;
  position: relative;
  padding: 1rem 0;
  position: relative;
  z-index: 0;
}

.kultur .section .sassibox-item .content:after,
.kultur .section a .sassibox-item .content:after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: -4px;
  height: 4px;
  left: 0px;
  z-index: -1;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.01) 30%, rgba(0, 0, 0, 0.03) 50%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0.08) 90%, rgba(0, 0, 0, 0.09) 96%, rgba(0, 0, 0, 0.1) 100%);
}

.kultur .section .sassibox-item .content h4,
.kultur .section a .sassibox-item .content h4 {
  font-size: 2rem;
  color: #030303;
  letter-spacing: -0.48px;
  text-align: left;
}

.kultur .section .sassibox-item .content p,
.kultur .section .sassibox-item .content span,
.kultur .section .sassibox-item .content a span,
.kultur .section .sassibox-item .content span a,
.kultur .section .sassibox-item .content p a,
.kultur .section .sassibox-item .content a p,
.kultur .section a .sassibox-item .content p,
.kultur .section a .sassibox-item .content span,
.kultur .section a .sassibox-item .content a span,
.kultur .section a .sassibox-item .content span a,
.kultur .section a .sassibox-item .content p a,
.kultur .section a .sassibox-item .content a p {
  font-size: 1.5rem;
  color: #030303;
  letter-spacing: -0.38px;
}

.kultur .section .sassibox-item .content .action,
.kultur .section a .sassibox-item .content .action {
  margin: 10px 0;
}

.kultur .section .sassibox-item .content .action button,
.kultur .section a .sassibox-item .content .action button {
  font-family: "Open Sans", sans-serif !important;
}

.kultur .section .sassibox-item .content .readmore,
.kultur .section a .sassibox-item .content .readmore {
  border: 1px solid transparent;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  padding: 6px 12px;
  text-align: center;
  vertical-align: middle;
  width: -moz-fit-content;
  width: fit-content;
  text-transform: uppercase;
  background-color: #4d3100;
}

.natur .xp_search_box button span {
  color: white;
}

.natur .xp_search_box .city {
  color: white;
}

.natur .xp_search_box .horizontal {
  padding: 1rem;
  background-color: #58b366;
  background-image: linear-gradient(-180deg, #56b264 0%, #58b366 48%, #56b264 80%);
  font-size: 1.6rem;
}

.natur .xp_search_box .horizontal.collapsed {
  border-radius: 2px;
  box-shadow: -1px 0 3px 0 rgba(0, 0, 0, 0.25);
}

.natur .xp_search_box .horizontal .fa,
.natur .xp_search_box .horizontal .search .searchearchbox.vertical .bootstrap-select button:after,
.search .searchearchbox.vertical .bootstrap-select .natur .xp_search_box .horizontal button:after,
.natur .xp_search_box .search .searchearchbox.horizontal .control .bootstrap-select button:after,
.search .natur .xp_search_box .searchearchbox.horizontal .control .bootstrap-select button:after,
.natur .xp_search_box .horizontal .downloads .downloadsearchbox.vertical .bootstrap-select button:after,
.downloads .downloadsearchbox.vertical .bootstrap-select .natur .xp_search_box .horizontal button:after,
.natur .xp_search_box .downloads .downloadsearchbox.horizontal .control .bootstrap-select button:after,
.downloads .natur .xp_search_box .downloadsearchbox.horizontal .control .bootstrap-select button:after,
.natur .xp_search_box .horizontal .localita #searchbox-app .bootstrap-select button:after,
.localita #searchbox-app .bootstrap-select .natur .xp_search_box .horizontal button:after,
.natur .xp_search_box .horizontal .itinerari .searchbox .control .bootstrap-select button:after,
.itinerari .searchbox .control .bootstrap-select .natur .xp_search_box .horizontal button:after,
.natur .xp_search_box .itinerari .searchbox.horizontal .control .bootstrap-select button:after,
.itinerari .natur .xp_search_box .searchbox.horizontal .control .bootstrap-select button:after,
.natur .xp_search_box .horizontal .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .vertical .bootstrap-select .natur .xp_search_box .horizontal button:after,
.natur .xp_search_box .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .natur .xp_search_box .horizontal .control .bootstrap-select button:after,
.natur .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .natur .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.natur .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .natur .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.natur .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .natur .xp_search_box .horizontal .control .bootstrap-select button:after,
.natur .xp_search_box .horizontal .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .vertical .bootstrap-select .natur .xp_search_box .horizontal button:after,
.natur .xp_search_box .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .natur .xp_search_box .horizontal .control .bootstrap-select button:after,
.natur .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .natur .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.natur .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .natur .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.natur .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .natur .xp_search_box .horizontal .control .bootstrap-select button:after,
.natur .xp_search_box .horizontal .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .vertical .bootstrap-select .natur .xp_search_box .horizontal button:after,
.natur .xp_search_box .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .natur .xp_search_box .horizontal .control .bootstrap-select button:after,
.natur .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .natur .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.natur .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .natur .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.natur .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .natur .xp_search_box .horizontal .control .bootstrap-select button:after,
.natur .xp_search_box .horizontal .romagna-craft .operatori_search_box .vertical .bootstrap-select button:after,
.romagna-craft .operatori_search_box .vertical .bootstrap-select .natur .xp_search_box .horizontal button:after,
.natur .xp_search_box .romagna-craft .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna-craft .operatori_search_box .natur .xp_search_box .horizontal .control .bootstrap-select button:after,
.natur .romagna-craft .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna-craft .natur .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.natur .romagna-craft .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna-craft .natur .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.natur .romagna-craft .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna-craft .natur .xp_search_box .horizontal .control .bootstrap-select button:after,
.natur .xp_search_box .horizontal .spass .operatori_search_box .vertical .bootstrap-select button:after,
.spass .operatori_search_box .vertical .bootstrap-select .natur .xp_search_box .horizontal button:after,
.natur .xp_search_box .spass .operatori_search_box .horizontal .control .bootstrap-select button:after,
.spass .operatori_search_box .natur .xp_search_box .horizontal .control .bootstrap-select button:after,
.natur .spass .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.spass .natur .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.natur .spass .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.spass .natur .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.natur .spass .xp_search_box .horizontal .control .bootstrap-select button:after,
.spass .natur .xp_search_box .horizontal .control .bootstrap-select button:after,
.natur .xp_search_box .horizontal .operatori_search_box .vertical .bootstrap-select button:after,
.natur .operatori_search_box .vertical .bootstrap-select .xp_search_box .horizontal button:after,
.natur .xp_search_box .operatori_search_box .horizontal .control .bootstrap-select button:after,
.natur .operatori_search_box .xp_search_box .horizontal .control .bootstrap-select button:after,
.natur .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.natur .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.natur .xp_search_box .horizontal .control .bootstrap-select button:after,
.natur .xp_search_box .events-homepage .header .eventsearchbox.horizontal .control .bootstrap-select button:after,
.events-homepage .header .natur .xp_search_box .eventsearchbox.horizontal .control .bootstrap-select button:after,
.natur .xp_search_box .horizontal .events-homepage .header .eventsearchbox.vertical .bootstrap-select button:after,
.events-homepage .header .eventsearchbox.vertical .bootstrap-select .natur .xp_search_box .horizontal button:after,
.natur .xp_search_box .events-page .header .eventsearchbox.horizontal .control .bootstrap-select button:after,
.events-page .header .natur .xp_search_box .eventsearchbox.horizontal .control .bootstrap-select button:after,
.natur .xp_search_box .horizontal .events-page .header .eventsearchbox.vertical .bootstrap-select button:after,
.events-page .header .eventsearchbox.vertical .bootstrap-select .natur .xp_search_box .horizontal button:after,
.natur .scopri .xp_search_box .horizontal .control .bootstrap-select button:after,
.scopri .natur .xp_search_box .horizontal .control .bootstrap-select button:after,
.natur .scopri .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.scopri .natur .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.natur .scopri .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.scopri .natur .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.natur .xp_search_box .scopri .operatori_search_box .horizontal .control .bootstrap-select button:after,
.scopri .operatori_search_box .natur .xp_search_box .horizontal .control .bootstrap-select button:after,
.natur .xp_search_box .horizontal .scopri .operatori_search_box .vertical .bootstrap-select button:after,
.scopri .operatori_search_box .vertical .bootstrap-select .natur .xp_search_box .horizontal button:after,
.natur .idee .xp_search_box .horizontal .control .bootstrap-select button:after,
.idee .natur .xp_search_box .horizontal .control .bootstrap-select button:after,
.natur .idee .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.idee .natur .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.natur .idee .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.idee .natur .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.natur .xp_search_box .idee .operatori_search_box .horizontal .control .bootstrap-select button:after,
.idee .operatori_search_box .natur .xp_search_box .horizontal .control .bootstrap-select button:after,
.natur .xp_search_box .horizontal .idee .operatori_search_box .vertical .bootstrap-select button:after,
.idee .operatori_search_box .vertical .bootstrap-select .natur .xp_search_box .horizontal button:after,
.natur .eventi .xp_search_box .horizontal .control .bootstrap-select button:after,
.eventi .natur .xp_search_box .horizontal .control .bootstrap-select button:after,
.natur .eventi .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.eventi .natur .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.natur .eventi .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.eventi .natur .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.natur .xp_search_box .eventi .operatori_search_box .horizontal .control .bootstrap-select button:after,
.eventi .operatori_search_box .natur .xp_search_box .horizontal .control .bootstrap-select button:after,
.natur .xp_search_box .horizontal .eventi .operatori_search_box .vertical .bootstrap-select button:after,
.eventi .operatori_search_box .vertical .bootstrap-select .natur .xp_search_box .horizontal button:after,
.natur .pianifica .xp_search_box .horizontal .control .bootstrap-select button:after,
.pianifica .natur .xp_search_box .horizontal .control .bootstrap-select button:after,
.natur .pianifica .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.pianifica .natur .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.natur .pianifica .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.pianifica .natur .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.natur .xp_search_box .pianifica .operatori_search_box .horizontal .control .bootstrap-select button:after,
.pianifica .operatori_search_box .natur .xp_search_box .horizontal .control .bootstrap-select button:after,
.natur .xp_search_box .horizontal .pianifica .operatori_search_box .vertical .bootstrap-select button:after,
.pianifica .operatori_search_box .vertical .bootstrap-select .natur .xp_search_box .horizontal button:after,
.natur .esperienze .xp_search_box .horizontal .control .bootstrap-select button:after,
.esperienze .natur .xp_search_box .horizontal .control .bootstrap-select button:after,
.natur .esperienze .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.esperienze .natur .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.natur .esperienze .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.esperienze .natur .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.natur .xp_search_box .esperienze .operatori_search_box .horizontal .control .bootstrap-select button:after,
.esperienze .operatori_search_box .natur .xp_search_box .horizontal .control .bootstrap-select button:after,
.natur .xp_search_box .horizontal .esperienze .operatori_search_box .vertical .bootstrap-select button:after,
.esperienze .operatori_search_box .vertical .bootstrap-select .natur .xp_search_box .horizontal button:after,
.natur .news .xp_search_box .horizontal .control .bootstrap-select button:after,
.news .natur .xp_search_box .horizontal .control .bootstrap-select button:after,
.natur .news .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.news .natur .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.natur .news .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.news .natur .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.natur .xp_search_box .news .operatori_search_box .horizontal .control .bootstrap-select button:after,
.news .operatori_search_box .natur .xp_search_box .horizontal .control .bootstrap-select button:after,
.natur .xp_search_box .horizontal .news .operatori_search_box .vertical .bootstrap-select button:after,
.news .operatori_search_box .vertical .bootstrap-select .natur .xp_search_box .horizontal button:after,
.natur .iat .xp_search_box .horizontal .control .bootstrap-select button:after,
.iat .natur .xp_search_box .horizontal .control .bootstrap-select button:after,
.natur .iat .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.iat .natur .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.natur .iat .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.iat .natur .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.natur .xp_search_box .iat .operatori_search_box .horizontal .control .bootstrap-select button:after,
.iat .operatori_search_box .natur .xp_search_box .horizontal .control .bootstrap-select button:after,
.natur .xp_search_box .horizontal .iat .operatori_search_box .vertical .bootstrap-select button:after,
.iat .operatori_search_box .vertical .bootstrap-select .natur .xp_search_box .horizontal button:after,
.natur .meteo .xp_search_box .horizontal .control .bootstrap-select button:after,
.meteo .natur .xp_search_box .horizontal .control .bootstrap-select button:after,
.natur .meteo .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.meteo .natur .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.natur .meteo .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.meteo .natur .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.natur .xp_search_box .meteo .operatori_search_box .horizontal .control .bootstrap-select button:after,
.meteo .operatori_search_box .natur .xp_search_box .horizontal .control .bootstrap-select button:after,
.natur .xp_search_box .horizontal .meteo .operatori_search_box .vertical .bootstrap-select button:after,
.meteo .operatori_search_box .vertical .bootstrap-select .natur .xp_search_box .horizontal button:after,
.natur .odm .xp_search_box .horizontal .control .bootstrap-select button:after,
.odm .natur .xp_search_box .horizontal .control .bootstrap-select button:after,
.natur .odm .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.odm .natur .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.natur .odm .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.odm .natur .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.natur .xp_search_box .odm .operatori_search_box .horizontal .control .bootstrap-select button:after,
.odm .operatori_search_box .natur .xp_search_box .horizontal .control .bootstrap-select button:after,
.natur .xp_search_box .horizontal .odm .operatori_search_box .vertical .bootstrap-select button:after,
.odm .operatori_search_box .vertical .bootstrap-select .natur .xp_search_box .horizontal button:after,
.natur .booking .xp_search_box .horizontal .control .bootstrap-select button:after,
.booking .natur .xp_search_box .horizontal .control .bootstrap-select button:after,
.natur .booking .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.booking .natur .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.natur .booking .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.booking .natur .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.natur .xp_search_box .booking .operatori_search_box .horizontal .control .bootstrap-select button:after,
.booking .operatori_search_box .natur .xp_search_box .horizontal .control .bootstrap-select button:after,
.natur .xp_search_box .horizontal .booking .operatori_search_box .vertical .bootstrap-select button:after,
.booking .operatori_search_box .vertical .bootstrap-select .natur .xp_search_box .horizontal button:after,
.natur .rock .xp_search_box .horizontal .control .bootstrap-select button:after,
.rock .natur .xp_search_box .horizontal .control .bootstrap-select button:after,
.natur .rock .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.rock .natur .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.natur .rock .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.rock .natur .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.natur .xp_search_box .rock .operatori_search_box .horizontal .control .bootstrap-select button:after,
.rock .operatori_search_box .natur .xp_search_box .horizontal .control .bootstrap-select button:after,
.natur .xp_search_box .horizontal .rock .operatori_search_box .vertical .bootstrap-select button:after,
.rock .operatori_search_box .vertical .bootstrap-select .natur .xp_search_box .horizontal button:after,
.natur .beach .xp_search_box .horizontal .control .bootstrap-select button:after,
.beach .natur .xp_search_box .horizontal .control .bootstrap-select button:after,
.natur .beach .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.beach .natur .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.natur .beach .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.beach .natur .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.natur .xp_search_box .beach .operatori_search_box .horizontal .control .bootstrap-select button:after,
.beach .operatori_search_box .natur .xp_search_box .horizontal .control .bootstrap-select button:after,
.natur .xp_search_box .horizontal .beach .operatori_search_box .vertical .bootstrap-select button:after,
.beach .operatori_search_box .vertical .bootstrap-select .natur .xp_search_box .horizontal button:after,
.natur .food .xp_search_box .horizontal .control .bootstrap-select button:after,
.food .natur .xp_search_box .horizontal .control .bootstrap-select button:after,
.natur .food .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.food .natur .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.natur .food .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.food .natur .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.natur .xp_search_box .food .operatori_search_box .horizontal .control .bootstrap-select button:after,
.food .operatori_search_box .natur .xp_search_box .horizontal .control .bootstrap-select button:after,
.natur .xp_search_box .horizontal .food .operatori_search_box .vertical .bootstrap-select button:after,
.food .operatori_search_box .vertical .bootstrap-select .natur .xp_search_box .horizontal button:after,
.natur .nature .xp_search_box .horizontal .control .bootstrap-select button:after,
.nature .natur .xp_search_box .horizontal .control .bootstrap-select button:after,
.natur .nature .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.nature .natur .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.natur .nature .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.nature .natur .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.natur .xp_search_box .nature .operatori_search_box .horizontal .control .bootstrap-select button:after,
.nature .operatori_search_box .natur .xp_search_box .horizontal .control .bootstrap-select button:after,
.natur .xp_search_box .horizontal .nature .operatori_search_box .vertical .bootstrap-select button:after,
.nature .operatori_search_box .vertical .bootstrap-select .natur .xp_search_box .horizontal button:after,
.natur .romagna_autentica .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna_autentica .natur .xp_search_box .horizontal .control .bootstrap-select button:after,
.natur .romagna_autentica .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna_autentica .natur .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.natur .romagna_autentica .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna_autentica .natur .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.natur .xp_search_box .romagna_autentica .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna_autentica .operatori_search_box .natur .xp_search_box .horizontal .control .bootstrap-select button:after,
.natur .xp_search_box .horizontal .romagna_autentica .operatori_search_box .vertical .bootstrap-select button:after,
.romagna_autentica .operatori_search_box .vertical .bootstrap-select .natur .xp_search_box .horizontal button:after,
.natur .culture .xp_search_box .horizontal .control .bootstrap-select button:after,
.culture .natur .xp_search_box .horizontal .control .bootstrap-select button:after,
.natur .culture .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.culture .natur .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.natur .culture .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.culture .natur .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.natur .xp_search_box .culture .operatori_search_box .horizontal .control .bootstrap-select button:after,
.culture .operatori_search_box .natur .xp_search_box .horizontal .control .bootstrap-select button:after,
.natur .xp_search_box .horizontal .culture .operatori_search_box .vertical .bootstrap-select button:after,
.culture .operatori_search_box .vertical .bootstrap-select .natur .xp_search_box .horizontal button:after,
.natur .castle .xp_search_box .horizontal .control .bootstrap-select button:after,
.castle .natur .xp_search_box .horizontal .control .bootstrap-select button:after,
.natur .castle .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.castle .natur .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.natur .castle .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.castle .natur .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.natur .xp_search_box .castle .operatori_search_box .horizontal .control .bootstrap-select button:after,
.castle .operatori_search_box .natur .xp_search_box .horizontal .control .bootstrap-select button:after,
.natur .xp_search_box .horizontal .castle .operatori_search_box .vertical .bootstrap-select button:after,
.castle .operatori_search_box .vertical .bootstrap-select .natur .xp_search_box .horizontal button:after,
.natur .bike .xp_search_box .horizontal .control .bootstrap-select button:after,
.bike .natur .xp_search_box .horizontal .control .bootstrap-select button:after,
.natur .bike .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.bike .natur .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.natur .bike .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.bike .natur .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.natur .xp_search_box .bike .operatori_search_box .horizontal .control .bootstrap-select button:after,
.bike .operatori_search_box .natur .xp_search_box .horizontal .control .bootstrap-select button:after,
.natur .xp_search_box .horizontal .bike .operatori_search_box .vertical .bootstrap-select button:after,
.bike .operatori_search_box .vertical .bootstrap-select .natur .xp_search_box .horizontal button:after,
.natur .empire .xp_search_box .horizontal .control .bootstrap-select button:after,
.empire .natur .xp_search_box .horizontal .control .bootstrap-select button:after,
.natur .empire .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.empire .natur .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.natur .empire .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.empire .natur .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.natur .xp_search_box .empire .operatori_search_box .horizontal .control .bootstrap-select button:after,
.empire .operatori_search_box .natur .xp_search_box .horizontal .control .bootstrap-select button:after,
.natur .xp_search_box .horizontal .empire .operatori_search_box .vertical .bootstrap-select button:after,
.empire .operatori_search_box .vertical .bootstrap-select .natur .xp_search_box .horizontal button:after,
.natur .wellness .xp_search_box .horizontal .control .bootstrap-select button:after,
.wellness .natur .xp_search_box .horizontal .control .bootstrap-select button:after,
.natur .wellness .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.wellness .natur .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.natur .wellness .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.wellness .natur .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.natur .xp_search_box .wellness .operatori_search_box .horizontal .control .bootstrap-select button:after,
.wellness .operatori_search_box .natur .xp_search_box .horizontal .control .bootstrap-select button:after,
.natur .xp_search_box .horizontal .wellness .operatori_search_box .vertical .bootstrap-select button:after,
.wellness .operatori_search_box .vertical .bootstrap-select .natur .xp_search_box .horizontal button:after,
.natur .fun .xp_search_box .horizontal .control .bootstrap-select button:after,
.fun .natur .xp_search_box .horizontal .control .bootstrap-select button:after,
.natur .fun .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.fun .natur .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.natur .fun .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.fun .natur .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.natur .xp_search_box .fun .operatori_search_box .horizontal .control .bootstrap-select button:after,
.fun .operatori_search_box .natur .xp_search_box .horizontal .control .bootstrap-select button:after,
.natur .xp_search_box .horizontal .fun .operatori_search_box .vertical .bootstrap-select button:after,
.fun .operatori_search_box .vertical .bootstrap-select .natur .xp_search_box .horizontal button:after,
.natur .sport .xp_search_box .horizontal .control .bootstrap-select button:after,
.sport .natur .xp_search_box .horizontal .control .bootstrap-select button:after,
.natur .sport .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.sport .natur .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.natur .sport .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.sport .natur .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.natur .xp_search_box .sport .operatori_search_box .horizontal .control .bootstrap-select button:after,
.sport .operatori_search_box .natur .xp_search_box .horizontal .control .bootstrap-select button:after,
.natur .xp_search_box .horizontal .sport .operatori_search_box .vertical .bootstrap-select button:after,
.sport .operatori_search_box .vertical .bootstrap-select .natur .xp_search_box .horizontal button:after,
.natur .motorcycle .xp_search_box .horizontal .control .bootstrap-select button:after,
.motorcycle .natur .xp_search_box .horizontal .control .bootstrap-select button:after,
.natur .motorcycle .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.motorcycle .natur .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.natur .motorcycle .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.motorcycle .natur .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.natur .xp_search_box .motorcycle .operatori_search_box .horizontal .control .bootstrap-select button:after,
.motorcycle .operatori_search_box .natur .xp_search_box .horizontal .control .bootstrap-select button:after,
.natur .xp_search_box .horizontal .motorcycle .operatori_search_box .vertical .bootstrap-select button:after,
.motorcycle .operatori_search_box .vertical .bootstrap-select .natur .xp_search_box .horizontal button:after,
.natur .romagna .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna .natur .xp_search_box .horizontal .control .bootstrap-select button:after,
.natur .romagna .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna .natur .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.natur .romagna .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna .natur .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.natur .xp_search_box .romagna .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna .operatori_search_box .natur .xp_search_box .horizontal .control .bootstrap-select button:after,
.natur .xp_search_box .horizontal .romagna .operatori_search_box .vertical .bootstrap-select button:after,
.romagna .operatori_search_box .vertical .bootstrap-select .natur .xp_search_box .horizontal button:after,
.natur .liscio .xp_search_box .horizontal .control .bootstrap-select button:after,
.liscio .natur .xp_search_box .horizontal .control .bootstrap-select button:after,
.natur .liscio .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.liscio .natur .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.natur .liscio .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.liscio .natur .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.natur .xp_search_box .liscio .operatori_search_box .horizontal .control .bootstrap-select button:after,
.liscio .operatori_search_box .natur .xp_search_box .horizontal .control .bootstrap-select button:after,
.natur .xp_search_box .horizontal .liscio .operatori_search_box .vertical .bootstrap-select button:after,
.liscio .operatori_search_box .vertical .bootstrap-select .natur .xp_search_box .horizontal button:after,
.natur .default .xp_search_box .horizontal .control .bootstrap-select button:after,
.default .natur .xp_search_box .horizontal .control .bootstrap-select button:after,
.natur .default .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.default .natur .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.natur .default .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.default .natur .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.natur .xp_search_box .default .operatori_search_box .horizontal .control .bootstrap-select button:after,
.default .operatori_search_box .natur .xp_search_box .horizontal .control .bootstrap-select button:after,
.natur .xp_search_box .horizontal .default .operatori_search_box .vertical .bootstrap-select button:after,
.default .operatori_search_box .vertical .bootstrap-select .natur .xp_search_box .horizontal button:after,
.natur .pet .xp_search_box .horizontal .control .bootstrap-select button:after,
.pet .natur .xp_search_box .horizontal .control .bootstrap-select button:after,
.natur .pet .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.pet .natur .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.natur .pet .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.pet .natur .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.natur .xp_search_box .pet .operatori_search_box .horizontal .control .bootstrap-select button:after,
.pet .operatori_search_box .natur .xp_search_box .horizontal .control .bootstrap-select button:after,
.natur .xp_search_box .horizontal .pet .operatori_search_box .vertical .bootstrap-select button:after,
.pet .operatori_search_box .vertical .bootstrap-select .natur .xp_search_box .horizontal button:after,
.natur .kultur .xp_search_box .horizontal .control .bootstrap-select button:after,
.kultur .natur .xp_search_box .horizontal .control .bootstrap-select button:after,
.natur .kultur .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.kultur .natur .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.natur .kultur .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.kultur .natur .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.natur .xp_search_box .kultur .operatori_search_box .horizontal .control .bootstrap-select button:after,
.kultur .operatori_search_box .natur .xp_search_box .horizontal .control .bootstrap-select button:after,
.natur .xp_search_box .horizontal .kultur .operatori_search_box .vertical .bootstrap-select button:after,
.kultur .operatori_search_box .vertical .bootstrap-select .natur .xp_search_box .horizontal button:after {
  line-height: 2.2rem;
}

.natur .xp_search_box .horizontal button.collapsible {
  border: none;
  background-color: transparent;
  display: block;
  width: 100%;
  font-size: 1.6rem;
  color: #ffffff;
  letter-spacing: -0.41px;
  text-align: left;
  text-transform: uppercase;
  display: block;
}

.natur .xp_search_box .horizontal .control {
  padding: 0.5rem 1rem;
  height: 5rem;
  background-color: white;
  margin: 0.5rem;
}

.natur .xp_search_box .horizontal .control.btn-holder {
  min-width: 2rem;
  width: auto;
  padding: 0px;
}

.natur .xp_search_box .horizontal .control.btn-holder button {
  width: 100%;
  border: none;
  background-color: #449450;
  height: 100%;
  font-size: 1.6rem;
  color: #ffffff;
  letter-spacing: -0.41px;
  text-align: center;
  text-transform: uppercase;
  display: block;
  padding: 0px;
}

.natur .xp_search_box .horizontal .control .ert-dropdown {
  width: 100%;
}

.natur .xp_search_box .horizontal .control .ert-dropdown * {
  cursor: pointer;
}

.natur .xp_search_box .horizontal .control .ert-dropdown .ert-combo {
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
  display: block;
  text-align: left;
}

.natur .xp_search_box .horizontal .control .ert-dropdown .ert-combo::after {
  border: none;
}

.natur .xp_search_box .horizontal .control .ert-dropdown .ert-combo i {
  transition: 500ms ease;
  transform: rotate(0);
  position: absolute;
  top: 2.25rem;
  right: 15px;
}

.natur .xp_search_box .horizontal .control .ert-dropdown .ert-combo .button {
  padding: 0px;
}

.natur .xp_search_box .horizontal .control .ert-dropdown.show .ert-combo i {
  transform: rotate(180deg);
}

.natur .xp_search_box .horizontal .control .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: auto;
}

.natur .xp_search_box .horizontal .control .bootstrap-select {
  margin-top: -1px;
}

.natur .xp_search_box .horizontal .control .bootstrap-select *:focus {
  box-shadow: none important;
}

.natur .xp_search_box .horizontal .control .bootstrap-select button {
  padding: 0px;
  font-size: 1.5rem;
  background: #ffffff;
  color: #848484;
  letter-spacing: 0.3px;
  border: none;
  border-radius: 0;
}

.natur .xp_search_box .horizontal .control .bootstrap-select button:after {
  content: "\F078";
  border: none;
}

.natur .xp_search_box .horizontal .control .bootstrap-select .dropdown-menu {
  width: 100% !important;
  border: none;
  border-radius: 0;
  box-shadow: 0px 2px 2px 0px #a9a9a970;
  border-top: 1px solid #a9a9a970;
}

.natur .xp_search_box .horizontal .control .bootstrap-select .dropdown-menu.inner.show {
  border-top: none;
}

.natur .xp_search_box .horizontal .control .bootstrap-select .dropdown-menu .dropdown-item {
  font-size: 1.5rem;
  line-height: 4rem;
}

.natur .xp_search_box .horizontal .control .bootstrap-select .dropdown-menu .dropdown-item:active,
.natur .xp_search_box .horizontal .control .bootstrap-select .dropdown-menu .dropdown-item.active {
  background-color: #58b366;
}

.natur .xp_search_box .horizontal .control label {
  background: #ffffff;
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
  line-height: 2.4rem;
  margin-bottom: 0px;
  margin-right: 0.5rem;
}

@media (max-width: 768px) {
  .natur .xp_search_box .horizontal .control label {
    min-width: 6.2rem;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .natur .xp_search_box .horizontal .control label {
    display: none;
  }
}

.natur .xp_search_box .horizontal .control .flatpickr-mobile.form-control {
  padding: 1px 0;
}

.natur .xp_search_box .horizontal .control input[type=text],
.natur .xp_search_box .horizontal .control input[type=date] {
  border: none;
  font-size: 1.5rem;
  border-radius: 0;
  background-color: white;
  border-bottom: 1px solid #495057;
  min-width: 0;
  height: auto;
}

.natur .xp_search_box .horizontal .control input[type=text]:focus,
.natur .xp_search_box .horizontal .control input[type=date]:focus {
  box-shadow: none;
}

.natur .xp_search_box .vertical {
  max-width: 30rem;
  z-index: 10;
  position: relative;
  height: 4.4rem;
  margin: 0 auto;
}

.natur .xp_search_box .vertical button.collapsible {
  border: none;
  background-color: transparent;
  display: block;
  position: absolute;
  width: 100%;
}

.natur .xp_search_box .vertical .dropbutton {
  display: none;
}

.natur .xp_search_box .vertical .dropbutton.collapsed {
  display: block;
}

.natur .xp_search_box .vertical #collapse-events {
  padding: 1.8rem;
  background-color: #58b366;
  background-image: linear-gradient(-180deg, #56b264 0%, #58b366 48%, #56b264 80%);
  font-size: 1.6rem;
}

.natur .xp_search_box .vertical .fa-chevron-up {
  text-align: right;
  line-height: 4rem;
  color: white;
  margin-bottom: 1.8rem;
}

.natur .xp_search_box .vertical .form-group {
  background: #ffffff;
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
}

.natur .xp_search_box .vertical .form-group .col-form-label {
  line-height: 5rem;
}

.natur .xp_search_box .vertical .ert-text {
  border: none;
  font-size: 1.5rem;
  height: 60px;
  border-radius: 0;
  background-color: white;
}

.natur .xp_search_box .vertical .ert-text.line {
  border-bottom: 1px solid #495057;
  height: auto;
  margin-top: 14px;
}

.natur .xp_search_box .vertical .ert-text:focus {
  box-shadow: none;
}

.natur .xp_search_box .vertical button.search {
  border: none;
  position: absolute;
  bottom: -10rem;
  left: 5%;
  right: 5%;
  width: 90%;
  line-height: 4.4rem;
}

.natur .xp_search_box .vertical .datepicker-holder {
  padding-right: 0px;
}

.natur .xp_search_box .vertical .datepicker-holder * {
  cursor: pointer;
}

.natur .xp_search_box .vertical .datepicker-holder input[type=date]::-webkit-calendar-picker-indicator {
  width: 1.2rem;
  height: 0.7rem;
  -webkit-mask: url(/images/caret.svg);
          mask: url(/images/caret.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  -webkit-transition: 500ms ease;
  transition: 500ms ease;
  background-color: #686868;
}

.natur .xp_search_box .vertical .datepicker-holder .flatpickr-calendar.static {
  margin-left: -193px;
  margin-top: -184px;
  left: 50%;
  top: 50%;
}

.natur .xp_search_box .vertical .datepicker-holder .flatpickr-calendar.static.arrowBottom:after {
  display: none;
}

.natur .xp_search_box .vertical .datepicker-holder .flatpickr-calendar.static.arrowBottom:before {
  display: none;
}

.natur .xp_search_box .vertical .datepicker-holder .flatpickr-months .flatpickr-month {
  height: 32px;
}

.natur .xp_search_box .vertical .ert-dropdown * {
  cursor: pointer;
}

.natur .xp_search_box .vertical .ert-dropdown .ert-combo {
  background: #ffffff;
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
  line-height: 5rem;
  display: block;
  width: 100%;
  height: 60px;
  text-align: left;
}

.natur .xp_search_box .vertical .ert-dropdown .ert-combo::after {
  border: none;
}

.natur .xp_search_box .vertical .ert-dropdown .ert-combo i {
  transition: 500ms ease;
  transform: rotate(0);
  position: absolute;
  top: 2.25rem;
  right: 15px;
}

.natur .xp_search_box .vertical .ert-dropdown .ert-combo .button {
  padding: 0px;
}

.natur .xp_search_box .vertical .ert-dropdown .dropdown-menu {
  width: 100% !important;
  border: none;
  border-radius: 0;
  box-shadow: 0px 2px 2px 0px #a9a9a970;
  border-top: 1px solid #a9a9a970;
}

.natur .xp_search_box .vertical .ert-dropdown .dropdown-menu .dropdown-item {
  font-size: 1.5rem;
  line-height: 4rem;
}

.natur .xp_search_box .vertical .ert-dropdown .dropdown-menu .dropdown-item:active {
  background-color: #58b366;
}

.natur .xp_search_box .vertical .ert-dropdown.show .ert-combo i {
  transform: rotate(180deg);
}

.natur .xp_search_box .vertical .bootstrap-select *:focus {
  box-shadow: none important;
}

.natur .xp_search_box .vertical .bootstrap-select button {
  font-size: 1.5rem;
  color: #848484;
  letter-spacing: 0.3px;
  border: none;
  font-size: 1.5rem;
  height: 60px;
  border-radius: 0;
  background-color: white;
}

.natur .xp_search_box .vertical .bootstrap-select button:after {
  content: "\F078";
  border: none;
}

.natur .xp_search_box .vertical .bootstrap-select .dropdown-menu {
  width: 100% !important;
  border: none;
  border-radius: 0;
  box-shadow: 0px 2px 2px 0px #a9a9a970;
  border-top: 1px solid #a9a9a970;
}

.natur .xp_search_box .vertical .bootstrap-select .dropdown-menu .dropdown-item {
  font-size: 1.5rem;
  line-height: 4rem;
}

.natur .xp_search_box .vertical .bootstrap-select .dropdown-menu .dropdown-item:active,
.natur .xp_search_box .vertical .bootstrap-select .dropdown-menu .dropdown-item.active {
  background-color: #58b366;
}

.natur .xp_search_box .vertical .btn-er,
.natur .xp_search_box .vertical .instagram .instabutton div span,
.instagram .instabutton div .natur .xp_search_box .vertical span {
  margin-top: 18px;
}

.natur .xp_search_box .vertical .btn-er .fa-chevron-down,
.natur .xp_search_box .vertical .instagram .instabutton div span .fa-chevron-down,
.instagram .instabutton div .natur .xp_search_box .vertical span .fa-chevron-down {
  float: right;
  line-height: 4rem;
}

.natur .operatori_search_box button span {
  color: white;
}

.natur .operatori_search_box .city {
  color: white;
}

.natur .operatori_search_box .horizontal {
  padding: 1rem;
  background-color: #58b366;
  background-image: linear-gradient(-180deg, #56b264 0%, #58b366 48%, #56b264 80%);
  font-size: 1.6rem;
}

.natur .operatori_search_box .horizontal.collapsed {
  border-radius: 2px;
  box-shadow: -1px 0 3px 0 rgba(0, 0, 0, 0.25);
}

.natur .operatori_search_box .horizontal .fa,
.natur .operatori_search_box .horizontal .search .searchearchbox.vertical .bootstrap-select button:after,
.search .searchearchbox.vertical .bootstrap-select .natur .operatori_search_box .horizontal button:after,
.natur .operatori_search_box .search .searchearchbox.horizontal .control .bootstrap-select button:after,
.search .natur .operatori_search_box .searchearchbox.horizontal .control .bootstrap-select button:after,
.natur .operatori_search_box .horizontal .downloads .downloadsearchbox.vertical .bootstrap-select button:after,
.downloads .downloadsearchbox.vertical .bootstrap-select .natur .operatori_search_box .horizontal button:after,
.natur .operatori_search_box .downloads .downloadsearchbox.horizontal .control .bootstrap-select button:after,
.downloads .natur .operatori_search_box .downloadsearchbox.horizontal .control .bootstrap-select button:after,
.natur .operatori_search_box .horizontal .localita #searchbox-app .bootstrap-select button:after,
.localita #searchbox-app .bootstrap-select .natur .operatori_search_box .horizontal button:after,
.natur .operatori_search_box .horizontal .itinerari .searchbox .control .bootstrap-select button:after,
.itinerari .searchbox .control .bootstrap-select .natur .operatori_search_box .horizontal button:after,
.natur .operatori_search_box .itinerari .searchbox.horizontal .control .bootstrap-select button:after,
.itinerari .natur .operatori_search_box .searchbox.horizontal .control .bootstrap-select button:after,
.natur .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .natur .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.natur .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .natur .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.natur .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .natur .operatori_search_box .horizontal .control .bootstrap-select button:after,
.natur .operatori_search_box .horizontal .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .vertical .bootstrap-select .natur .operatori_search_box .horizontal button:after,
.natur .operatori_search_box .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .natur .operatori_search_box .horizontal .control .bootstrap-select button:after,
.natur .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .natur .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.natur .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .natur .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.natur .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .natur .operatori_search_box .horizontal .control .bootstrap-select button:after,
.natur .operatori_search_box .horizontal .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .vertical .bootstrap-select .natur .operatori_search_box .horizontal button:after,
.natur .operatori_search_box .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .natur .operatori_search_box .horizontal .control .bootstrap-select button:after,
.natur .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .natur .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.natur .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .natur .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.natur .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .natur .operatori_search_box .horizontal .control .bootstrap-select button:after,
.natur .operatori_search_box .horizontal .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .vertical .bootstrap-select .natur .operatori_search_box .horizontal button:after,
.natur .operatori_search_box .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .natur .operatori_search_box .horizontal .control .bootstrap-select button:after,
.natur .romagna-craft .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna-craft .natur .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.natur .romagna-craft .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna-craft .natur .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.natur .romagna-craft .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna-craft .natur .operatori_search_box .horizontal .control .bootstrap-select button:after,
.natur .operatori_search_box .horizontal .romagna-craft .xp_search_box .vertical .bootstrap-select button:after,
.romagna-craft .xp_search_box .vertical .bootstrap-select .natur .operatori_search_box .horizontal button:after,
.natur .operatori_search_box .romagna-craft .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna-craft .xp_search_box .natur .operatori_search_box .horizontal .control .bootstrap-select button:after,
.natur .spass .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.spass .natur .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.natur .spass .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.spass .natur .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.natur .spass .operatori_search_box .horizontal .control .bootstrap-select button:after,
.spass .natur .operatori_search_box .horizontal .control .bootstrap-select button:after,
.natur .operatori_search_box .horizontal .spass .xp_search_box .vertical .bootstrap-select button:after,
.spass .xp_search_box .vertical .bootstrap-select .natur .operatori_search_box .horizontal button:after,
.natur .operatori_search_box .spass .xp_search_box .horizontal .control .bootstrap-select button:after,
.spass .xp_search_box .natur .operatori_search_box .horizontal .control .bootstrap-select button:after,
.natur .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.natur .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.natur .operatori_search_box .horizontal .control .bootstrap-select button:after,
.natur .operatori_search_box .events-homepage .header .eventsearchbox.horizontal .control .bootstrap-select button:after,
.events-homepage .header .natur .operatori_search_box .eventsearchbox.horizontal .control .bootstrap-select button:after,
.natur .operatori_search_box .horizontal .events-homepage .header .eventsearchbox.vertical .bootstrap-select button:after,
.events-homepage .header .eventsearchbox.vertical .bootstrap-select .natur .operatori_search_box .horizontal button:after,
.natur .operatori_search_box .events-page .header .eventsearchbox.horizontal .control .bootstrap-select button:after,
.events-page .header .natur .operatori_search_box .eventsearchbox.horizontal .control .bootstrap-select button:after,
.natur .operatori_search_box .horizontal .events-page .header .eventsearchbox.vertical .bootstrap-select button:after,
.events-page .header .eventsearchbox.vertical .bootstrap-select .natur .operatori_search_box .horizontal button:after,
.natur .operatori_search_box .scopri .xp_search_box .horizontal .control .bootstrap-select button:after,
.scopri .xp_search_box .natur .operatori_search_box .horizontal .control .bootstrap-select button:after,
.natur .operatori_search_box .horizontal .scopri .xp_search_box .vertical .bootstrap-select button:after,
.scopri .xp_search_box .vertical .bootstrap-select .natur .operatori_search_box .horizontal button:after,
.natur .scopri .operatori_search_box .horizontal .control .bootstrap-select button:after,
.scopri .natur .operatori_search_box .horizontal .control .bootstrap-select button:after,
.natur .scopri .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.scopri .natur .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.natur .scopri .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.scopri .natur .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.natur .operatori_search_box .idee .xp_search_box .horizontal .control .bootstrap-select button:after,
.idee .xp_search_box .natur .operatori_search_box .horizontal .control .bootstrap-select button:after,
.natur .operatori_search_box .horizontal .idee .xp_search_box .vertical .bootstrap-select button:after,
.idee .xp_search_box .vertical .bootstrap-select .natur .operatori_search_box .horizontal button:after,
.natur .idee .operatori_search_box .horizontal .control .bootstrap-select button:after,
.idee .natur .operatori_search_box .horizontal .control .bootstrap-select button:after,
.natur .idee .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.idee .natur .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.natur .idee .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.idee .natur .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.natur .operatori_search_box .eventi .xp_search_box .horizontal .control .bootstrap-select button:after,
.eventi .xp_search_box .natur .operatori_search_box .horizontal .control .bootstrap-select button:after,
.natur .operatori_search_box .horizontal .eventi .xp_search_box .vertical .bootstrap-select button:after,
.eventi .xp_search_box .vertical .bootstrap-select .natur .operatori_search_box .horizontal button:after,
.natur .eventi .operatori_search_box .horizontal .control .bootstrap-select button:after,
.eventi .natur .operatori_search_box .horizontal .control .bootstrap-select button:after,
.natur .eventi .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.eventi .natur .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.natur .eventi .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.eventi .natur .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.natur .operatori_search_box .pianifica .xp_search_box .horizontal .control .bootstrap-select button:after,
.pianifica .xp_search_box .natur .operatori_search_box .horizontal .control .bootstrap-select button:after,
.natur .operatori_search_box .horizontal .pianifica .xp_search_box .vertical .bootstrap-select button:after,
.pianifica .xp_search_box .vertical .bootstrap-select .natur .operatori_search_box .horizontal button:after,
.natur .pianifica .operatori_search_box .horizontal .control .bootstrap-select button:after,
.pianifica .natur .operatori_search_box .horizontal .control .bootstrap-select button:after,
.natur .pianifica .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.pianifica .natur .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.natur .pianifica .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.pianifica .natur .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.natur .operatori_search_box .esperienze .xp_search_box .horizontal .control .bootstrap-select button:after,
.esperienze .xp_search_box .natur .operatori_search_box .horizontal .control .bootstrap-select button:after,
.natur .operatori_search_box .horizontal .esperienze .xp_search_box .vertical .bootstrap-select button:after,
.esperienze .xp_search_box .vertical .bootstrap-select .natur .operatori_search_box .horizontal button:after,
.natur .esperienze .operatori_search_box .horizontal .control .bootstrap-select button:after,
.esperienze .natur .operatori_search_box .horizontal .control .bootstrap-select button:after,
.natur .esperienze .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.esperienze .natur .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.natur .esperienze .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.esperienze .natur .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.natur .operatori_search_box .news .xp_search_box .horizontal .control .bootstrap-select button:after,
.news .xp_search_box .natur .operatori_search_box .horizontal .control .bootstrap-select button:after,
.natur .operatori_search_box .horizontal .news .xp_search_box .vertical .bootstrap-select button:after,
.news .xp_search_box .vertical .bootstrap-select .natur .operatori_search_box .horizontal button:after,
.natur .news .operatori_search_box .horizontal .control .bootstrap-select button:after,
.news .natur .operatori_search_box .horizontal .control .bootstrap-select button:after,
.natur .news .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.news .natur .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.natur .news .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.news .natur .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.natur .operatori_search_box .iat .xp_search_box .horizontal .control .bootstrap-select button:after,
.iat .xp_search_box .natur .operatori_search_box .horizontal .control .bootstrap-select button:after,
.natur .operatori_search_box .horizontal .iat .xp_search_box .vertical .bootstrap-select button:after,
.iat .xp_search_box .vertical .bootstrap-select .natur .operatori_search_box .horizontal button:after,
.natur .iat .operatori_search_box .horizontal .control .bootstrap-select button:after,
.iat .natur .operatori_search_box .horizontal .control .bootstrap-select button:after,
.natur .iat .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.iat .natur .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.natur .iat .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.iat .natur .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.natur .operatori_search_box .meteo .xp_search_box .horizontal .control .bootstrap-select button:after,
.meteo .xp_search_box .natur .operatori_search_box .horizontal .control .bootstrap-select button:after,
.natur .operatori_search_box .horizontal .meteo .xp_search_box .vertical .bootstrap-select button:after,
.meteo .xp_search_box .vertical .bootstrap-select .natur .operatori_search_box .horizontal button:after,
.natur .meteo .operatori_search_box .horizontal .control .bootstrap-select button:after,
.meteo .natur .operatori_search_box .horizontal .control .bootstrap-select button:after,
.natur .meteo .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.meteo .natur .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.natur .meteo .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.meteo .natur .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.natur .operatori_search_box .odm .xp_search_box .horizontal .control .bootstrap-select button:after,
.odm .xp_search_box .natur .operatori_search_box .horizontal .control .bootstrap-select button:after,
.natur .operatori_search_box .horizontal .odm .xp_search_box .vertical .bootstrap-select button:after,
.odm .xp_search_box .vertical .bootstrap-select .natur .operatori_search_box .horizontal button:after,
.natur .odm .operatori_search_box .horizontal .control .bootstrap-select button:after,
.odm .natur .operatori_search_box .horizontal .control .bootstrap-select button:after,
.natur .odm .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.odm .natur .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.natur .odm .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.odm .natur .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.natur .operatori_search_box .booking .xp_search_box .horizontal .control .bootstrap-select button:after,
.booking .xp_search_box .natur .operatori_search_box .horizontal .control .bootstrap-select button:after,
.natur .operatori_search_box .horizontal .booking .xp_search_box .vertical .bootstrap-select button:after,
.booking .xp_search_box .vertical .bootstrap-select .natur .operatori_search_box .horizontal button:after,
.natur .booking .operatori_search_box .horizontal .control .bootstrap-select button:after,
.booking .natur .operatori_search_box .horizontal .control .bootstrap-select button:after,
.natur .booking .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.booking .natur .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.natur .booking .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.booking .natur .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.natur .operatori_search_box .rock .xp_search_box .horizontal .control .bootstrap-select button:after,
.rock .xp_search_box .natur .operatori_search_box .horizontal .control .bootstrap-select button:after,
.natur .operatori_search_box .horizontal .rock .xp_search_box .vertical .bootstrap-select button:after,
.rock .xp_search_box .vertical .bootstrap-select .natur .operatori_search_box .horizontal button:after,
.natur .rock .operatori_search_box .horizontal .control .bootstrap-select button:after,
.rock .natur .operatori_search_box .horizontal .control .bootstrap-select button:after,
.natur .rock .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.rock .natur .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.natur .rock .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.rock .natur .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.natur .operatori_search_box .beach .xp_search_box .horizontal .control .bootstrap-select button:after,
.beach .xp_search_box .natur .operatori_search_box .horizontal .control .bootstrap-select button:after,
.natur .operatori_search_box .horizontal .beach .xp_search_box .vertical .bootstrap-select button:after,
.beach .xp_search_box .vertical .bootstrap-select .natur .operatori_search_box .horizontal button:after,
.natur .beach .operatori_search_box .horizontal .control .bootstrap-select button:after,
.beach .natur .operatori_search_box .horizontal .control .bootstrap-select button:after,
.natur .beach .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.beach .natur .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.natur .beach .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.beach .natur .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.natur .operatori_search_box .food .xp_search_box .horizontal .control .bootstrap-select button:after,
.food .xp_search_box .natur .operatori_search_box .horizontal .control .bootstrap-select button:after,
.natur .operatori_search_box .horizontal .food .xp_search_box .vertical .bootstrap-select button:after,
.food .xp_search_box .vertical .bootstrap-select .natur .operatori_search_box .horizontal button:after,
.natur .food .operatori_search_box .horizontal .control .bootstrap-select button:after,
.food .natur .operatori_search_box .horizontal .control .bootstrap-select button:after,
.natur .food .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.food .natur .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.natur .food .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.food .natur .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.natur .operatori_search_box .nature .xp_search_box .horizontal .control .bootstrap-select button:after,
.nature .xp_search_box .natur .operatori_search_box .horizontal .control .bootstrap-select button:after,
.natur .operatori_search_box .horizontal .nature .xp_search_box .vertical .bootstrap-select button:after,
.nature .xp_search_box .vertical .bootstrap-select .natur .operatori_search_box .horizontal button:after,
.natur .nature .operatori_search_box .horizontal .control .bootstrap-select button:after,
.nature .natur .operatori_search_box .horizontal .control .bootstrap-select button:after,
.natur .nature .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.nature .natur .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.natur .nature .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.nature .natur .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.natur .operatori_search_box .romagna_autentica .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna_autentica .xp_search_box .natur .operatori_search_box .horizontal .control .bootstrap-select button:after,
.natur .operatori_search_box .horizontal .romagna_autentica .xp_search_box .vertical .bootstrap-select button:after,
.romagna_autentica .xp_search_box .vertical .bootstrap-select .natur .operatori_search_box .horizontal button:after,
.natur .romagna_autentica .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna_autentica .natur .operatori_search_box .horizontal .control .bootstrap-select button:after,
.natur .romagna_autentica .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna_autentica .natur .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.natur .romagna_autentica .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna_autentica .natur .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.natur .operatori_search_box .culture .xp_search_box .horizontal .control .bootstrap-select button:after,
.culture .xp_search_box .natur .operatori_search_box .horizontal .control .bootstrap-select button:after,
.natur .operatori_search_box .horizontal .culture .xp_search_box .vertical .bootstrap-select button:after,
.culture .xp_search_box .vertical .bootstrap-select .natur .operatori_search_box .horizontal button:after,
.natur .culture .operatori_search_box .horizontal .control .bootstrap-select button:after,
.culture .natur .operatori_search_box .horizontal .control .bootstrap-select button:after,
.natur .culture .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.culture .natur .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.natur .culture .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.culture .natur .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.natur .operatori_search_box .castle .xp_search_box .horizontal .control .bootstrap-select button:after,
.castle .xp_search_box .natur .operatori_search_box .horizontal .control .bootstrap-select button:after,
.natur .operatori_search_box .horizontal .castle .xp_search_box .vertical .bootstrap-select button:after,
.castle .xp_search_box .vertical .bootstrap-select .natur .operatori_search_box .horizontal button:after,
.natur .castle .operatori_search_box .horizontal .control .bootstrap-select button:after,
.castle .natur .operatori_search_box .horizontal .control .bootstrap-select button:after,
.natur .castle .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.castle .natur .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.natur .castle .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.castle .natur .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.natur .operatori_search_box .bike .xp_search_box .horizontal .control .bootstrap-select button:after,
.bike .xp_search_box .natur .operatori_search_box .horizontal .control .bootstrap-select button:after,
.natur .operatori_search_box .horizontal .bike .xp_search_box .vertical .bootstrap-select button:after,
.bike .xp_search_box .vertical .bootstrap-select .natur .operatori_search_box .horizontal button:after,
.natur .bike .operatori_search_box .horizontal .control .bootstrap-select button:after,
.bike .natur .operatori_search_box .horizontal .control .bootstrap-select button:after,
.natur .bike .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.bike .natur .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.natur .bike .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.bike .natur .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.natur .operatori_search_box .empire .xp_search_box .horizontal .control .bootstrap-select button:after,
.empire .xp_search_box .natur .operatori_search_box .horizontal .control .bootstrap-select button:after,
.natur .operatori_search_box .horizontal .empire .xp_search_box .vertical .bootstrap-select button:after,
.empire .xp_search_box .vertical .bootstrap-select .natur .operatori_search_box .horizontal button:after,
.natur .empire .operatori_search_box .horizontal .control .bootstrap-select button:after,
.empire .natur .operatori_search_box .horizontal .control .bootstrap-select button:after,
.natur .empire .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.empire .natur .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.natur .empire .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.empire .natur .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.natur .operatori_search_box .wellness .xp_search_box .horizontal .control .bootstrap-select button:after,
.wellness .xp_search_box .natur .operatori_search_box .horizontal .control .bootstrap-select button:after,
.natur .operatori_search_box .horizontal .wellness .xp_search_box .vertical .bootstrap-select button:after,
.wellness .xp_search_box .vertical .bootstrap-select .natur .operatori_search_box .horizontal button:after,
.natur .wellness .operatori_search_box .horizontal .control .bootstrap-select button:after,
.wellness .natur .operatori_search_box .horizontal .control .bootstrap-select button:after,
.natur .wellness .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.wellness .natur .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.natur .wellness .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.wellness .natur .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.natur .operatori_search_box .fun .xp_search_box .horizontal .control .bootstrap-select button:after,
.fun .xp_search_box .natur .operatori_search_box .horizontal .control .bootstrap-select button:after,
.natur .operatori_search_box .horizontal .fun .xp_search_box .vertical .bootstrap-select button:after,
.fun .xp_search_box .vertical .bootstrap-select .natur .operatori_search_box .horizontal button:after,
.natur .fun .operatori_search_box .horizontal .control .bootstrap-select button:after,
.fun .natur .operatori_search_box .horizontal .control .bootstrap-select button:after,
.natur .fun .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.fun .natur .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.natur .fun .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.fun .natur .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.natur .operatori_search_box .sport .xp_search_box .horizontal .control .bootstrap-select button:after,
.sport .xp_search_box .natur .operatori_search_box .horizontal .control .bootstrap-select button:after,
.natur .operatori_search_box .horizontal .sport .xp_search_box .vertical .bootstrap-select button:after,
.sport .xp_search_box .vertical .bootstrap-select .natur .operatori_search_box .horizontal button:after,
.natur .sport .operatori_search_box .horizontal .control .bootstrap-select button:after,
.sport .natur .operatori_search_box .horizontal .control .bootstrap-select button:after,
.natur .sport .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.sport .natur .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.natur .sport .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.sport .natur .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.natur .operatori_search_box .motorcycle .xp_search_box .horizontal .control .bootstrap-select button:after,
.motorcycle .xp_search_box .natur .operatori_search_box .horizontal .control .bootstrap-select button:after,
.natur .operatori_search_box .horizontal .motorcycle .xp_search_box .vertical .bootstrap-select button:after,
.motorcycle .xp_search_box .vertical .bootstrap-select .natur .operatori_search_box .horizontal button:after,
.natur .motorcycle .operatori_search_box .horizontal .control .bootstrap-select button:after,
.motorcycle .natur .operatori_search_box .horizontal .control .bootstrap-select button:after,
.natur .motorcycle .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.motorcycle .natur .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.natur .motorcycle .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.motorcycle .natur .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.natur .operatori_search_box .romagna .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna .xp_search_box .natur .operatori_search_box .horizontal .control .bootstrap-select button:after,
.natur .operatori_search_box .horizontal .romagna .xp_search_box .vertical .bootstrap-select button:after,
.romagna .xp_search_box .vertical .bootstrap-select .natur .operatori_search_box .horizontal button:after,
.natur .romagna .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna .natur .operatori_search_box .horizontal .control .bootstrap-select button:after,
.natur .romagna .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna .natur .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.natur .romagna .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna .natur .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.natur .operatori_search_box .liscio .xp_search_box .horizontal .control .bootstrap-select button:after,
.liscio .xp_search_box .natur .operatori_search_box .horizontal .control .bootstrap-select button:after,
.natur .operatori_search_box .horizontal .liscio .xp_search_box .vertical .bootstrap-select button:after,
.liscio .xp_search_box .vertical .bootstrap-select .natur .operatori_search_box .horizontal button:after,
.natur .liscio .operatori_search_box .horizontal .control .bootstrap-select button:after,
.liscio .natur .operatori_search_box .horizontal .control .bootstrap-select button:after,
.natur .liscio .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.liscio .natur .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.natur .liscio .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.liscio .natur .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.natur .operatori_search_box .default .xp_search_box .horizontal .control .bootstrap-select button:after,
.default .xp_search_box .natur .operatori_search_box .horizontal .control .bootstrap-select button:after,
.natur .operatori_search_box .horizontal .default .xp_search_box .vertical .bootstrap-select button:after,
.default .xp_search_box .vertical .bootstrap-select .natur .operatori_search_box .horizontal button:after,
.natur .default .operatori_search_box .horizontal .control .bootstrap-select button:after,
.default .natur .operatori_search_box .horizontal .control .bootstrap-select button:after,
.natur .default .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.default .natur .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.natur .default .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.default .natur .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.natur .operatori_search_box .pet .xp_search_box .horizontal .control .bootstrap-select button:after,
.pet .xp_search_box .natur .operatori_search_box .horizontal .control .bootstrap-select button:after,
.natur .operatori_search_box .horizontal .pet .xp_search_box .vertical .bootstrap-select button:after,
.pet .xp_search_box .vertical .bootstrap-select .natur .operatori_search_box .horizontal button:after,
.natur .pet .operatori_search_box .horizontal .control .bootstrap-select button:after,
.pet .natur .operatori_search_box .horizontal .control .bootstrap-select button:after,
.natur .pet .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.pet .natur .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.natur .pet .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.pet .natur .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.natur .operatori_search_box .kultur .xp_search_box .horizontal .control .bootstrap-select button:after,
.kultur .xp_search_box .natur .operatori_search_box .horizontal .control .bootstrap-select button:after,
.natur .operatori_search_box .horizontal .kultur .xp_search_box .vertical .bootstrap-select button:after,
.kultur .xp_search_box .vertical .bootstrap-select .natur .operatori_search_box .horizontal button:after,
.natur .kultur .operatori_search_box .horizontal .control .bootstrap-select button:after,
.kultur .natur .operatori_search_box .horizontal .control .bootstrap-select button:after,
.natur .kultur .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.kultur .natur .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.natur .kultur .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.kultur .natur .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.natur .operatori_search_box .xp_search_box .horizontal .control .bootstrap-select button:after,
.natur .xp_search_box .operatori_search_box .horizontal .control .bootstrap-select button:after,
.natur .operatori_search_box .horizontal .xp_search_box .vertical .bootstrap-select button:after,
.natur .xp_search_box .vertical .bootstrap-select .operatori_search_box .horizontal button:after {
  line-height: 2.2rem;
}

.natur .operatori_search_box .horizontal button.collapsible {
  border: none;
  background-color: transparent;
  display: block;
  width: 100%;
  font-size: 1.6rem;
  color: #ffffff;
  letter-spacing: -0.41px;
  text-align: left;
  text-transform: uppercase;
}

.natur .operatori_search_box .horizontal .control {
  padding: 0.5rem 1rem;
  height: 5rem;
  background-color: white;
  margin: 0.5rem;
}

.natur .operatori_search_box .horizontal .control.btn-holder {
  min-width: 2rem;
  width: auto;
  padding: 0px;
}

.natur .operatori_search_box .horizontal .control.btn-holder button {
  width: 100%;
  border: none;
  background-color: #449450;
  height: 100%;
  font-size: 1.6rem;
  color: #ffffff;
  letter-spacing: -0.41px;
  text-align: center;
  text-transform: uppercase;
  display: block;
  padding: 0px;
}

.natur .operatori_search_box .horizontal .control .ert-dropdown {
  width: 100%;
}

.natur .operatori_search_box .horizontal .control .ert-dropdown * {
  cursor: pointer;
}

.natur .operatori_search_box .horizontal .control .ert-dropdown .ert-combo {
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
  display: block;
  text-align: left;
}

.natur .operatori_search_box .horizontal .control .ert-dropdown .ert-combo::after {
  border: none;
}

.natur .operatori_search_box .horizontal .control .ert-dropdown .ert-combo i {
  transition: 500ms ease;
  transform: rotate(0);
  position: absolute;
  top: 2.25rem;
  right: 15px;
}

.natur .operatori_search_box .horizontal .control .ert-dropdown .ert-combo .button {
  padding: 0px;
}

.natur .operatori_search_box .horizontal .control .ert-dropdown.show .ert-combo i {
  transform: rotate(180deg);
}

.natur .operatori_search_box .horizontal .control .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: auto;
}

.natur .operatori_search_box .horizontal .control .bootstrap-select {
  margin-top: -1px;
}

.natur .operatori_search_box .horizontal .control .bootstrap-select *:focus {
  box-shadow: none important;
}

.natur .operatori_search_box .horizontal .control .bootstrap-select button {
  padding: 0px;
  font-size: 1.5rem;
  background: #ffffff;
  color: #848484;
  letter-spacing: 0.3px;
  border: none;
  border-radius: 0;
}

.natur .operatori_search_box .horizontal .control .bootstrap-select button:after {
  content: "\F078";
  border: none;
}

.natur .operatori_search_box .horizontal .control .bootstrap-select .dropdown-menu {
  width: 100% !important;
  border: none;
  border-radius: 0;
  box-shadow: 0px 2px 2px 0px #a9a9a970;
  border-top: 1px solid #a9a9a970;
}

.natur .operatori_search_box .horizontal .control .bootstrap-select .dropdown-menu.inner.show {
  border-top: none;
}

.natur .operatori_search_box .horizontal .control .bootstrap-select .dropdown-menu .dropdown-item {
  font-size: 1.5rem;
  line-height: 4rem;
}

.natur .operatori_search_box .horizontal .control .bootstrap-select .dropdown-menu .dropdown-item:active,
.natur .operatori_search_box .horizontal .control .bootstrap-select .dropdown-menu .dropdown-item.active {
  background-color: #58b366;
}

.natur .operatori_search_box .horizontal .control label {
  background: #ffffff;
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
  line-height: 2.4rem;
  margin-bottom: 0px;
  margin-right: 0.5rem;
}

@media (max-width: 768px) {
  .natur .operatori_search_box .horizontal .control label {
    min-width: 6.2rem;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .natur .operatori_search_box .horizontal .control label {
    display: none;
  }
}

.natur .operatori_search_box .horizontal .control .flatpickr-mobile.form-control {
  padding: 1px 0;
}

.natur .operatori_search_box .horizontal .control input[type=text],
.natur .operatori_search_box .horizontal .control input[type=date] {
  border: none;
  font-size: 1.5rem;
  border-radius: 0;
  background-color: white;
  border-bottom: 1px solid #495057;
  min-width: 0;
  height: auto;
}

.natur .operatori_search_box .horizontal .control input[type=text]:focus,
.natur .operatori_search_box .horizontal .control input[type=date]:focus {
  box-shadow: none;
}

.natur .operatori_search_box .vertical {
  max-width: 30rem;
  z-index: 10;
  position: relative;
  height: 4.4rem;
  margin: 0 auto;
}

.natur .operatori_search_box .vertical button.collapsible {
  border: none;
  background-color: transparent;
  display: block;
  position: absolute;
  width: 100%;
}

.natur .operatori_search_box .vertical .dropbutton {
  display: none;
}

.natur .operatori_search_box .vertical .dropbutton.collapsed {
  display: block;
}

.natur .operatori_search_box .vertical #collapse-events {
  padding: 1.8rem;
  background-color: #58b366;
  background-image: linear-gradient(-180deg, #56b264 0%, #58b366 48%, #56b264 80%);
  font-size: 1.6rem;
}

.natur .operatori_search_box .vertical .fa-chevron-up {
  text-align: right;
  line-height: 4rem;
  color: white;
  margin-bottom: 1.8rem;
}

.natur .operatori_search_box .vertical .form-group {
  background: #ffffff;
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
}

.natur .operatori_search_box .vertical .form-group .col-form-label {
  line-height: 5rem;
}

.natur .operatori_search_box .vertical .ert-text {
  border: none;
  font-size: 1.5rem;
  height: 60px;
  border-radius: 0;
  background-color: white;
}

.natur .operatori_search_box .vertical .ert-text.line {
  border-bottom: 1px solid #495057;
  height: auto;
  margin-top: 14px;
}

.natur .operatori_search_box .vertical .ert-text:focus {
  box-shadow: none;
}

.natur .operatori_search_box .vertical button.search {
  border: none;
  position: absolute;
  bottom: -10rem;
  left: 5%;
  right: 5%;
  width: 90%;
  line-height: 4.4rem;
}

.natur .operatori_search_box .vertical .datepicker-holder {
  padding-right: 0px;
}

.natur .operatori_search_box .vertical .datepicker-holder * {
  cursor: pointer;
}

.natur .operatori_search_box .vertical .datepicker-holder input[type=date]::-webkit-calendar-picker-indicator {
  width: 1.2rem;
  height: 0.7rem;
  -webkit-mask: url(/images/caret.svg);
          mask: url(/images/caret.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  -webkit-transition: 500ms ease;
  transition: 500ms ease;
  background-color: #686868;
}

.natur .operatori_search_box .vertical .datepicker-holder .flatpickr-calendar.static {
  margin-left: -193px;
  margin-top: -184px;
  left: 50%;
  top: 50%;
}

.natur .operatori_search_box .vertical .datepicker-holder .flatpickr-calendar.static.arrowBottom:after {
  display: none;
}

.natur .operatori_search_box .vertical .datepicker-holder .flatpickr-calendar.static.arrowBottom:before {
  display: none;
}

.natur .operatori_search_box .vertical .datepicker-holder .flatpickr-months .flatpickr-month {
  height: 32px;
}

.natur .operatori_search_box .vertical .ert-dropdown * {
  cursor: pointer;
}

.natur .operatori_search_box .vertical .ert-dropdown .ert-combo {
  background: #ffffff;
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
  line-height: 5rem;
  display: block;
  width: 100%;
  height: 60px;
  text-align: left;
}

.natur .operatori_search_box .vertical .ert-dropdown .ert-combo::after {
  border: none;
}

.natur .operatori_search_box .vertical .ert-dropdown .ert-combo i {
  transition: 500ms ease;
  transform: rotate(0);
  position: absolute;
  top: 2.25rem;
  right: 15px;
}

.natur .operatori_search_box .vertical .ert-dropdown .ert-combo .button {
  padding: 0px;
}

.natur .operatori_search_box .vertical .ert-dropdown .dropdown-menu {
  width: 100% !important;
  border: none;
  border-radius: 0;
  box-shadow: 0px 2px 2px 0px #a9a9a970;
  border-top: 1px solid #a9a9a970;
}

.natur .operatori_search_box .vertical .ert-dropdown .dropdown-menu .dropdown-item {
  font-size: 1.5rem;
  line-height: 4rem;
}

.natur .operatori_search_box .vertical .ert-dropdown .dropdown-menu .dropdown-item:active {
  background-color: #58b366;
}

.natur .operatori_search_box .vertical .ert-dropdown.show .ert-combo i {
  transform: rotate(180deg);
}

.natur .operatori_search_box .vertical .bootstrap-select *:focus {
  box-shadow: none important;
}

.natur .operatori_search_box .vertical .bootstrap-select button {
  font-size: 1.5rem;
  color: #848484;
  letter-spacing: 0.3px;
  border: none;
  font-size: 1.5rem;
  height: 60px;
  border-radius: 0;
  background-color: white;
}

.natur .operatori_search_box .vertical .bootstrap-select button:after {
  content: "\F078";
  border: none;
}

.natur .operatori_search_box .vertical .bootstrap-select .dropdown-menu {
  width: 100% !important;
  border: none;
  border-radius: 0;
  box-shadow: 0px 2px 2px 0px #a9a9a970;
  border-top: 1px solid #a9a9a970;
}

.natur .operatori_search_box .vertical .bootstrap-select .dropdown-menu .dropdown-item {
  font-size: 1.5rem;
  line-height: 4rem;
}

.natur .operatori_search_box .vertical .bootstrap-select .dropdown-menu .dropdown-item:active,
.natur .operatori_search_box .vertical .bootstrap-select .dropdown-menu .dropdown-item.active {
  background-color: #58b366;
}

.natur .operatori_search_box .vertical .btn-er,
.natur .operatori_search_box .vertical .instagram .instabutton div span,
.instagram .instabutton div .natur .operatori_search_box .vertical span {
  margin-top: 18px;
}

.natur .operatori_search_box .vertical .btn-er .fa-chevron-down,
.natur .operatori_search_box .vertical .instagram .instabutton div span .fa-chevron-down,
.instagram .instabutton div .natur .operatori_search_box .vertical span .fa-chevron-down {
  float: right;
  line-height: 4rem;
}

.natur .home-boxes {
  background-color: #58b366;
}

.natur .content-box a {
  font-weight: bold;
  color: #58b366;
}

.natur .content-box a strong {
  color: #58b366;
}

.natur .content-box .btn-er,
.natur .content-box .instagram .instabutton div span,
.instagram .instabutton div .natur .content-box span {
  background-color: #58b366;
  color: white;
}

.natur .content-box h3.with-line {
  font-size: 1.8rem;
  color: #030303;
  letter-spacing: -0.43px;
  text-transform: uppercase;
  margin-bottom: 2.1rem;
}

.natur .content-box h3.with-line::before {
  content: "";
  display: block;
  height: 3px;
  background: #0e797b;
  width: 100%;
  max-width: 32rem;
  margin-left: 0;
  margin-right: 0;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.natur *:focus {
  outline: 1px solid #58b366;
  outline-offset: -1px;
}

.natur .bootstrap-select .dropdown-toggle:focus {
  outline: 1px solid #58b366;
  outline-offset: -1px;
}

.natur a:hover {
  outline: 1px solid #7bc386;
}

.natur a:active {
  outline: 1px solid #58b366;
}

.natur .events-list {
  font-size: 1.4rem;
}

.natur .section-list {
  display: block;
  text-align: right;
}

.natur .section-list a {
  font-size: 2rem;
  color: #58b366;
}

.natur .events-list dt,
.natur .section-list dt,
.natur .iat-list dt {
  text-transform: uppercase;
  font-size: 1.5rem;
  line-height: 1.5;
  color: #111;
  letter-spacing: -0.38px;
  font-weight: 600;
  margin-top: 1.4rem;
}

.natur .events-list dd,
.natur .section-list dd,
.natur .iat-list dd {
  font-size: 1.6rem;
  margin-bottom: 0.6rem;
  line-height: 1.5;
  color: #030303;
}

.natur .events-list dd i,
.natur .section-list dd i,
.natur .iat-list dd i {
  margin-right: 0.6rem;
}

.natur .events-list ul,
.natur .section-list ul,
.natur .iat-list ul {
  list-style: none;
  padding-inline-start: 0;
}

.natur .events-list ul li,
.natur .section-list ul li,
.natur .iat-list ul li {
  font-size: 1.5rem;
  color: #030303;
  margin-top: 0.6rem;
  line-height: 1.5;
}

.natur .events-list ul.tappe-list,
.natur .section-list ul.tappe-list,
.natur .iat-list ul.tappe-list {
  list-style: none;
  padding-inline-start: 0;
}

.natur .events-list ul.tappe-list li,
.natur .section-list ul.tappe-list li,
.natur .iat-list ul.tappe-list li {
  font-size: 1.6rem;
  line-height: 1.5;
  color: #030303;
}

.natur .tickets-list {
  display: flex;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #111;
  letter-spacing: -0.38px;
  font-weight: 600;
  margin-top: 1.4rem;
}

.natur .tickets-list i {
  margin-top: 0.6rem;
}

.natur .tickets-list li {
  color: #030303;
  font-size: 1.6rem;
  margin-left: 1.2rem;
}

.natur .tickets-list li i {
  margin-right: 0.6rem;
}

.natur .address * {
  color: white;
}

.natur .top-title-box {
  padding: 0rem;
  text-align: center;
}

.natur .top-title-box.no-image {
  padding-top: 10rem;
}

.natur .top-title-box.no-image .er-logo-top {
  margin: 0 auto;
  display: block;
  margin-bottom: 10rem;
}

.natur .top-title-box h1 {
  font-size: 3rem;
  color: #58b366;
  letter-spacing: -1.01px;
  line-height: 4rem;
  margin: 2rem 0;
}

.natur .top-title-box h2 {
  font-size: 2rem;
  line-height: 1.5;
  color: #000;
  letter-spacing: -0.58px;
}

.natur .top-title-box .breadcrumb {
  opacity: 0.6;
  font-size: 1.5rem;
  letter-spacing: -0.38px;
  padding: 0;
  margin: 0;
  color: #58b366;
  background-color: #fff;
}

.natur .top-title-box .breadcrumb .breadcrumb-item::before,
.natur .top-title-box .breadcrumb a {
  color: #58b366;
}

@media (min-width: 992px) {
  .natur .top-title-box h1 {
    line-height: 7rem;
    font-size: 7rem;
    margin-top: 3rem;
  }

  .natur .top-title-box h2 {
    font-size: 2rem;
    line-height: 1.5rem;
  }

  .natur .top-title-box .breadcrumb {
    font-size: 1.9rem;
  }
}

.natur .image-box-with-border {
  margin: 2rem 0;
  border-top: 64px solid #58b366;
}

.natur .image-box-with-border img {
  -o-object-fit: cover;
     object-fit: cover;
}

.natur .top-image {
  transition: background-image 1s ease-in-out;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 20px;
}

.natur .top-image .logo {
  position: absolute;
  width: 30rem;
  bottom: 20px;
  left: 50%;
  margin-left: -15rem;
}

.natur .top-image.no-mask {
  height: 600px;
}

.natur .top-image .mask {
  z-index: 997;
  position: relative;
  width: 100%;
}

@media (min-width: 992px) {
  .natur .top-image:after {
    position: absolute;
    content: "";
    left: 0px;
    bottom: -20px;
    width: 100%;
    height: 20px;
    transform: rotate(-180deg);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(255, 255, 255, 0.12) 12%, #e6e6e6);
  }
}

.natur .info-box {
  position: relative;
  z-index: 0;
  border-right: 1px solid #e6e6e6;
  border-left: 7px solid #58b366;
  background-color: white;
  padding: 0.1rem 1.5rem;
}

.natur .info-box h3 {
  font-weight: bold;
  font-size: 1.9rem;
}

.natur .info-box .referente {
  font-size: 1.7rem;
  line-height: 1.8rem;
  color: #000;
  letter-spacing: -0.41px;
}

@media (min-width: 768px) {
  .natur .info-box {
    position: sticky;
    position: -webkit-sticky;
    top: 68px;
  }
}

.natur .info-box:after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: -8px;
  height: 8px;
  left: 0px;
  z-index: -1;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.01) 30%, rgba(0, 0, 0, 0.03) 50%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0.08) 90%, rgba(0, 0, 0, 0.09) 96%, rgba(0, 0, 0, 0.1) 100%);
}

.natur .info-box:after {
  width: calc(100% + 8px);
  left: -7px;
}

@media (max-width: 991.98px) {
  .natur .info-box {
    width: auto;
    max-width: 60%;
    min-width: 300px;
    margin: 20px auto;
    display: block;
  }
}

@media (min-width: 992px) {
  .natur .info-box {
    margin-top: 2.2rem;
  }
}

.natur .info-box li {
  padding: 1.1rem 0;
}

.natur .info-box li .icon {
  font-size: 2.8rem;
  line-height: 3.3rem;
  margin-right: 1rem;
  float: left;
}

.natur .info-box li .info .title {
  text-transform: uppercase;
  font-size: 1.2rem;
  line-height: 1.5rem;
  color: #787878;
  letter-spacing: -0.38px;
}

.natur .info-box li .info .value {
  font-size: 1.7rem;
  line-height: 1.8rem;
  color: #000000;
  letter-spacing: -0.41px;
  display: table;
}

.natur .info-box li .info .value a {
  word-break: break-all;
}

@media (max-width: 991.98px) {
  .natur .info-box li.bookmarks {
    display: none;
  }
}

.natur .info-box .title-index {
  text-transform: uppercase;
  font-size: 1.4rem;
  line-height: 3rem;
  letter-spacing: -0.38px;
}

.natur .info-box .bookmarks {
  display: inline-block;
}

.natur .info-box .bookmarks ul li {
  padding: 0.5rem 0;
  width: 100%;
}

.natur .info-box .bookmarks ul li a {
  font-size: 1.4rem;
  line-height: 1.5rem;
  color: #000000;
  letter-spacing: -0.41px;
}

.natur .info-box .bookmarks ul li a.active {
  text-decoration: underline;
}

.natur #bookmarks-index {
  margin-top: 8rem;
}

.natur #bookmarks-index .info {
  padding: 2.1rem;
}

.natur #bookmarks-index h4 {
  font-size: 1.8rem;
}

@media (min-width: 768px) {
  .natur #bookmarks-index {
    display: none;
  }
}

.natur blockquote:before {
  color: #5cb569;
}

.natur .btn-er,
.natur .instagram .instabutton div span,
.instagram .instabutton div .natur span,
.natur.btn {
  background: #58b366;
}

.natur hr {
  height: 3px;
  background: #58b366;
  width: 100%;
  max-width: 32rem;
  margin-left: 0;
  margin-right: 0;
  margin-top: 1rem;
  margin-bottom: 2rem;
}

.natur .section h2 {
  margin-top: 4.5rem;
  margin-bottom: 4.5rem;
  font-size: 4.42rem;
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.18;
  letter-spacing: -1.07px;
  text-align: center;
  color: black;
  /*text-decoration: underline;*/
}

.natur .section h2 a {
  color: black;
}

.natur .section h3 {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
  font-size: 3.42rem;
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.18;
  letter-spacing: -1.07px;
  text-align: center;
  color: black;
  text-transform: uppercase;
  /*text-decoration: underline;*/
}

.natur .section h3 a {
  color: black;
}

.natur .section .gallery {
  position: relative;
  padding-bottom: 33px;
}

.natur .section .gallery .swiper-button-next,
.natur .section .gallery .swiper-container-rtl .swiper-button-prev,
.natur .section .gallery .swiper-button-prev,
.natur .section .gallery .swiper-container-rtl .swiper-button-next {
  background-position: center;
  width: 7.2rem;
  bottom: 33px;
  height: auto;
  top: 0px;
  margin: 0px;
  left: auto;
}

.natur .section .gallery .swiper-button-next svg,
.natur .section .gallery .swiper-container-rtl .swiper-button-prev svg,
.natur .section .gallery .swiper-button-prev svg,
.natur .section .gallery .swiper-container-rtl .swiper-button-next svg {
  top: 50%;
  left: 2.1rem;
  position: absolute;
  width: 3rem;
  height: 3rem;
  margin-top: -1.5rem;
  filter: drop-shadow(0px 3px 3px black);
}

.natur .section .gallery .swiper-button-next,
.natur .section .gallery .swiper-button-prev,
.natur .section .gallery .swiper-container-rtl .swiper-button-prev,
.natur .section .gallery .swiper-container-rtl .swiper-button-next {
  fill: #fff;
}

.natur .section .gallery .swiper-button-next,
.natur .section .gallery .swiper-container-rtl .swiper-button-prev {
  right: 0px;
}

.natur .section .gallery .swiper-button-prev,
.natur .section .gallery .swiper-container-rtl .swiper-button-next {
  left: 0px;
}

.natur .section .gallery .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #58b366;
}

.natur .section .gallery .swiper-pagination-bullet {
  border: 1px solid #58b366;
}

.natur .section .gallery .swiper-pagination-bullets {
  bottom: 2px;
}

.natur .section .gallery .swiper-slide .carousel-content {
  background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.07) 8%, rgba(0, 0, 0, 0.45) 68%);
  position: absolute;
  left: 0rem;
  bottom: 0rem;
  right: 0rem;
  width: auto;
  padding: 10rem 2rem 2rem 2rem;
  font-size: 2.6rem;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.63px;
  text-align: center;
  color: #ffffff;
}

.natur .section .gallery .swiper-slide .carousel-content a {
  color: #ffffff !important;
}

.natur .section .card-carousel .nodefault.swiper-button-prev::after,
.natur .section .card-carousel .nodefault.swiper-button-prev::before,
.natur .section .card-carousel .nodefault.swiper-button-next::after,
.natur .section .card-carousel .nodefault.swiper-button-next::before {
  content: unset;
}

.natur .section .card-carousel .swiper-slide {
  height: auto;
  margin-bottom: 5rem;
}

.natur .section .card-carousel .swiper-slide .iv-wrapper,
.natur .section .card-carousel .swiper-slide a .iv-wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

.natur .section .card-carousel .swiper-slide .iv-wrapper > div,
.natur .section .card-carousel .swiper-slide a .iv-wrapper > div {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: start;
}

.natur .section .card-carousel .swiper-slide .iv-wrapper .image,
.natur .section .card-carousel .swiper-slide a .iv-wrapper .image {
  min-height: 23rem;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.natur .section .card-carousel .swiper-slide .iv-wrapper .content,
.natur .section .card-carousel .swiper-slide a .iv-wrapper .content {
  background: #ffffff;
  border: 0 solid #000000;
  position: relative;
  padding: 2rem 2.1rem 4rem;
  position: relative;
  z-index: 0;
}

.natur .section .card-carousel .swiper-slide .iv-wrapper .content:after,
.natur .section .card-carousel .swiper-slide a .iv-wrapper .content:after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: -4px;
  height: 4px;
  left: 0px;
  z-index: -1;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.01) 30%, rgba(0, 0, 0, 0.03) 50%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0.08) 90%, rgba(0, 0, 0, 0.09) 96%, rgba(0, 0, 0, 0.1) 100%);
}

.natur .section .card-carousel .swiper-slide .iv-wrapper .content h3,
.natur .section .card-carousel .swiper-slide a .iv-wrapper .content h3 {
  font-size: 2rem;
  color: #030303;
  letter-spacing: -0.48px;
  text-align: left;
}

.natur .section .card-carousel .swiper-slide .iv-wrapper .content p,
.natur .section .card-carousel .swiper-slide .iv-wrapper .content p a,
.natur .section .card-carousel .swiper-slide .iv-wrapper .content a p,
.natur .section .card-carousel .swiper-slide a .iv-wrapper .content p,
.natur .section .card-carousel .swiper-slide a .iv-wrapper .content p a,
.natur .section .card-carousel .swiper-slide a .iv-wrapper .content a p {
  font-size: 1.5rem;
  color: #030303;
  letter-spacing: -0.38px;
  margin-bottom: 0px;
}

.natur .section .card-carousel .swiper-slide .iv-wrapper .content p .readmore,
.natur .section .card-carousel .swiper-slide .iv-wrapper .content p a .readmore,
.natur .section .card-carousel .swiper-slide .iv-wrapper .content a p .readmore,
.natur .section .card-carousel .swiper-slide a .iv-wrapper .content p .readmore,
.natur .section .card-carousel .swiper-slide a .iv-wrapper .content p a .readmore,
.natur .section .card-carousel .swiper-slide a .iv-wrapper .content a p .readmore {
  font-style: italic;
  color: #449450;
  display: block;
  margin-top: 1rem;
}

.natur .section .card-carousel .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border: 1px solid #58b366;
  background: none;
  opacity: 1;
}

.natur .section .card-carousel .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #58b366;
}

.natur .section .card-carousel .swiper-button-next,
.natur .section .card-carousel .swiper-container-rtl .swiper-button-prev,
.natur .section .card-carousel .swiper-button-prev,
.natur .section .card-carousel .swiper-container-rtl .swiper-button-next {
  background-image: none;
  width: 4rem;
  height: 23rem;
  top: 0px;
  margin: 0px;
  left: auto;
}

.natur .section .card-carousel .swiper-button-next svg,
.natur .section .card-carousel .swiper-container-rtl .swiper-button-prev svg,
.natur .section .card-carousel .swiper-button-prev svg,
.natur .section .card-carousel .swiper-container-rtl .swiper-button-next svg {
  top: 50%;
  left: 50%;
  position: absolute;
  width: 3rem;
  height: 3rem;
  margin-top: -1.5rem;
  margin-left: -1.5rem;
  filter: drop-shadow(0px 3px 3px black);
}

.natur .section .card-carousel .swiper-button-next,
.natur .section .card-carousel .swiper-button-prev,
.natur .section .card-carousel .swiper-container-rtl .swiper-button-prev,
.natur .section .card-carousel .swiper-container-rtl .swiper-button-next {
  fill: #fff;
}

.natur .section .card-carousel .swiper-button-next,
.natur .section .card-carousel .swiper-container-rtl .swiper-button-prev {
  right: 0px;
}

.natur .section .card-carousel .swiper-button-prev,
.natur .section .card-carousel .swiper-container-rtl .swiper-button-next {
  left: 0px;
}

.natur .section .sassibox-item,
.natur .section a .sassibox-item {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 5rem;
}

.natur .section .sassibox-item > div,
.natur .section a .sassibox-item > div {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.natur .section .sassibox-item .image,
.natur .section a .sassibox-item .image {
  min-height: 23rem;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.natur .section .sassibox-item .content,
.natur .section a .sassibox-item .content {
  background: #ffffff;
  border: 0 solid #000000;
  position: relative;
  padding: 1rem 0;
  position: relative;
  z-index: 0;
}

.natur .section .sassibox-item .content:after,
.natur .section a .sassibox-item .content:after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: -4px;
  height: 4px;
  left: 0px;
  z-index: -1;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.01) 30%, rgba(0, 0, 0, 0.03) 50%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0.08) 90%, rgba(0, 0, 0, 0.09) 96%, rgba(0, 0, 0, 0.1) 100%);
}

.natur .section .sassibox-item .content h4,
.natur .section a .sassibox-item .content h4 {
  font-size: 2rem;
  color: #030303;
  letter-spacing: -0.48px;
  text-align: left;
}

.natur .section .sassibox-item .content p,
.natur .section .sassibox-item .content span,
.natur .section .sassibox-item .content a span,
.natur .section .sassibox-item .content span a,
.natur .section .sassibox-item .content p a,
.natur .section .sassibox-item .content a p,
.natur .section a .sassibox-item .content p,
.natur .section a .sassibox-item .content span,
.natur .section a .sassibox-item .content a span,
.natur .section a .sassibox-item .content span a,
.natur .section a .sassibox-item .content p a,
.natur .section a .sassibox-item .content a p {
  font-size: 1.5rem;
  color: #030303;
  letter-spacing: -0.38px;
}

.natur .section .sassibox-item .content .action,
.natur .section a .sassibox-item .content .action {
  margin: 10px 0;
}

.natur .section .sassibox-item .content .action button,
.natur .section a .sassibox-item .content .action button {
  font-family: "Open Sans", sans-serif !important;
}

.natur .section .sassibox-item .content .readmore,
.natur .section a .sassibox-item .content .readmore {
  border: 1px solid transparent;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  padding: 6px 12px;
  text-align: center;
  vertical-align: middle;
  width: -moz-fit-content;
  width: fit-content;
  text-transform: uppercase;
  background-color: #58b366;
}

.spass .xp_search_box button span {
  color: white;
}

.spass .xp_search_box .city {
  color: white;
}

.spass .xp_search_box .horizontal {
  padding: 1rem;
  background-color: #F08EF4;
  background-image: linear-gradient(-180deg, #f08bf4 0%, #F08EF4 48%, #f08cf4 80%);
  font-size: 1.6rem;
}

.spass .xp_search_box .horizontal.collapsed {
  border-radius: 2px;
  box-shadow: -1px 0 3px 0 rgba(0, 0, 0, 0.25);
}

.spass .xp_search_box .horizontal .fa,
.spass .xp_search_box .horizontal .search .searchearchbox.vertical .bootstrap-select button:after,
.search .searchearchbox.vertical .bootstrap-select .spass .xp_search_box .horizontal button:after,
.spass .xp_search_box .search .searchearchbox.horizontal .control .bootstrap-select button:after,
.search .spass .xp_search_box .searchearchbox.horizontal .control .bootstrap-select button:after,
.spass .xp_search_box .horizontal .downloads .downloadsearchbox.vertical .bootstrap-select button:after,
.downloads .downloadsearchbox.vertical .bootstrap-select .spass .xp_search_box .horizontal button:after,
.spass .xp_search_box .downloads .downloadsearchbox.horizontal .control .bootstrap-select button:after,
.downloads .spass .xp_search_box .downloadsearchbox.horizontal .control .bootstrap-select button:after,
.spass .xp_search_box .horizontal .localita #searchbox-app .bootstrap-select button:after,
.localita #searchbox-app .bootstrap-select .spass .xp_search_box .horizontal button:after,
.spass .xp_search_box .horizontal .itinerari .searchbox .control .bootstrap-select button:after,
.itinerari .searchbox .control .bootstrap-select .spass .xp_search_box .horizontal button:after,
.spass .xp_search_box .itinerari .searchbox.horizontal .control .bootstrap-select button:after,
.itinerari .spass .xp_search_box .searchbox.horizontal .control .bootstrap-select button:after,
.spass .xp_search_box .horizontal .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .vertical .bootstrap-select .spass .xp_search_box .horizontal button:after,
.spass .xp_search_box .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .spass .xp_search_box .horizontal .control .bootstrap-select button:after,
.spass .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .spass .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.spass .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .spass .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.spass .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .spass .xp_search_box .horizontal .control .bootstrap-select button:after,
.spass .xp_search_box .horizontal .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .vertical .bootstrap-select .spass .xp_search_box .horizontal button:after,
.spass .xp_search_box .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .spass .xp_search_box .horizontal .control .bootstrap-select button:after,
.spass .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .spass .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.spass .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .spass .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.spass .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .spass .xp_search_box .horizontal .control .bootstrap-select button:after,
.spass .xp_search_box .horizontal .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .vertical .bootstrap-select .spass .xp_search_box .horizontal button:after,
.spass .xp_search_box .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .spass .xp_search_box .horizontal .control .bootstrap-select button:after,
.spass .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .spass .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.spass .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .spass .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.spass .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .spass .xp_search_box .horizontal .control .bootstrap-select button:after,
.spass .xp_search_box .horizontal .romagna-craft .operatori_search_box .vertical .bootstrap-select button:after,
.romagna-craft .operatori_search_box .vertical .bootstrap-select .spass .xp_search_box .horizontal button:after,
.spass .xp_search_box .romagna-craft .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna-craft .operatori_search_box .spass .xp_search_box .horizontal .control .bootstrap-select button:after,
.spass .romagna-craft .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna-craft .spass .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.spass .romagna-craft .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna-craft .spass .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.spass .romagna-craft .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna-craft .spass .xp_search_box .horizontal .control .bootstrap-select button:after,
.spass .xp_search_box .horizontal .operatori_search_box .vertical .bootstrap-select button:after,
.spass .operatori_search_box .vertical .bootstrap-select .xp_search_box .horizontal button:after,
.spass .xp_search_box .operatori_search_box .horizontal .control .bootstrap-select button:after,
.spass .operatori_search_box .xp_search_box .horizontal .control .bootstrap-select button:after,
.spass .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.spass .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.spass .xp_search_box .horizontal .control .bootstrap-select button:after,
.spass .xp_search_box .events-homepage .header .eventsearchbox.horizontal .control .bootstrap-select button:after,
.events-homepage .header .spass .xp_search_box .eventsearchbox.horizontal .control .bootstrap-select button:after,
.spass .xp_search_box .horizontal .events-homepage .header .eventsearchbox.vertical .bootstrap-select button:after,
.events-homepage .header .eventsearchbox.vertical .bootstrap-select .spass .xp_search_box .horizontal button:after,
.spass .xp_search_box .events-page .header .eventsearchbox.horizontal .control .bootstrap-select button:after,
.events-page .header .spass .xp_search_box .eventsearchbox.horizontal .control .bootstrap-select button:after,
.spass .xp_search_box .horizontal .events-page .header .eventsearchbox.vertical .bootstrap-select button:after,
.events-page .header .eventsearchbox.vertical .bootstrap-select .spass .xp_search_box .horizontal button:after,
.spass .scopri .xp_search_box .horizontal .control .bootstrap-select button:after,
.scopri .spass .xp_search_box .horizontal .control .bootstrap-select button:after,
.spass .scopri .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.scopri .spass .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.spass .scopri .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.scopri .spass .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.spass .xp_search_box .scopri .operatori_search_box .horizontal .control .bootstrap-select button:after,
.scopri .operatori_search_box .spass .xp_search_box .horizontal .control .bootstrap-select button:after,
.spass .xp_search_box .horizontal .scopri .operatori_search_box .vertical .bootstrap-select button:after,
.scopri .operatori_search_box .vertical .bootstrap-select .spass .xp_search_box .horizontal button:after,
.spass .idee .xp_search_box .horizontal .control .bootstrap-select button:after,
.idee .spass .xp_search_box .horizontal .control .bootstrap-select button:after,
.spass .idee .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.idee .spass .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.spass .idee .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.idee .spass .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.spass .xp_search_box .idee .operatori_search_box .horizontal .control .bootstrap-select button:after,
.idee .operatori_search_box .spass .xp_search_box .horizontal .control .bootstrap-select button:after,
.spass .xp_search_box .horizontal .idee .operatori_search_box .vertical .bootstrap-select button:after,
.idee .operatori_search_box .vertical .bootstrap-select .spass .xp_search_box .horizontal button:after,
.spass .eventi .xp_search_box .horizontal .control .bootstrap-select button:after,
.eventi .spass .xp_search_box .horizontal .control .bootstrap-select button:after,
.spass .eventi .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.eventi .spass .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.spass .eventi .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.eventi .spass .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.spass .xp_search_box .eventi .operatori_search_box .horizontal .control .bootstrap-select button:after,
.eventi .operatori_search_box .spass .xp_search_box .horizontal .control .bootstrap-select button:after,
.spass .xp_search_box .horizontal .eventi .operatori_search_box .vertical .bootstrap-select button:after,
.eventi .operatori_search_box .vertical .bootstrap-select .spass .xp_search_box .horizontal button:after,
.spass .pianifica .xp_search_box .horizontal .control .bootstrap-select button:after,
.pianifica .spass .xp_search_box .horizontal .control .bootstrap-select button:after,
.spass .pianifica .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.pianifica .spass .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.spass .pianifica .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.pianifica .spass .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.spass .xp_search_box .pianifica .operatori_search_box .horizontal .control .bootstrap-select button:after,
.pianifica .operatori_search_box .spass .xp_search_box .horizontal .control .bootstrap-select button:after,
.spass .xp_search_box .horizontal .pianifica .operatori_search_box .vertical .bootstrap-select button:after,
.pianifica .operatori_search_box .vertical .bootstrap-select .spass .xp_search_box .horizontal button:after,
.spass .esperienze .xp_search_box .horizontal .control .bootstrap-select button:after,
.esperienze .spass .xp_search_box .horizontal .control .bootstrap-select button:after,
.spass .esperienze .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.esperienze .spass .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.spass .esperienze .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.esperienze .spass .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.spass .xp_search_box .esperienze .operatori_search_box .horizontal .control .bootstrap-select button:after,
.esperienze .operatori_search_box .spass .xp_search_box .horizontal .control .bootstrap-select button:after,
.spass .xp_search_box .horizontal .esperienze .operatori_search_box .vertical .bootstrap-select button:after,
.esperienze .operatori_search_box .vertical .bootstrap-select .spass .xp_search_box .horizontal button:after,
.spass .news .xp_search_box .horizontal .control .bootstrap-select button:after,
.news .spass .xp_search_box .horizontal .control .bootstrap-select button:after,
.spass .news .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.news .spass .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.spass .news .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.news .spass .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.spass .xp_search_box .news .operatori_search_box .horizontal .control .bootstrap-select button:after,
.news .operatori_search_box .spass .xp_search_box .horizontal .control .bootstrap-select button:after,
.spass .xp_search_box .horizontal .news .operatori_search_box .vertical .bootstrap-select button:after,
.news .operatori_search_box .vertical .bootstrap-select .spass .xp_search_box .horizontal button:after,
.spass .iat .xp_search_box .horizontal .control .bootstrap-select button:after,
.iat .spass .xp_search_box .horizontal .control .bootstrap-select button:after,
.spass .iat .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.iat .spass .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.spass .iat .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.iat .spass .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.spass .xp_search_box .iat .operatori_search_box .horizontal .control .bootstrap-select button:after,
.iat .operatori_search_box .spass .xp_search_box .horizontal .control .bootstrap-select button:after,
.spass .xp_search_box .horizontal .iat .operatori_search_box .vertical .bootstrap-select button:after,
.iat .operatori_search_box .vertical .bootstrap-select .spass .xp_search_box .horizontal button:after,
.spass .meteo .xp_search_box .horizontal .control .bootstrap-select button:after,
.meteo .spass .xp_search_box .horizontal .control .bootstrap-select button:after,
.spass .meteo .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.meteo .spass .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.spass .meteo .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.meteo .spass .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.spass .xp_search_box .meteo .operatori_search_box .horizontal .control .bootstrap-select button:after,
.meteo .operatori_search_box .spass .xp_search_box .horizontal .control .bootstrap-select button:after,
.spass .xp_search_box .horizontal .meteo .operatori_search_box .vertical .bootstrap-select button:after,
.meteo .operatori_search_box .vertical .bootstrap-select .spass .xp_search_box .horizontal button:after,
.spass .odm .xp_search_box .horizontal .control .bootstrap-select button:after,
.odm .spass .xp_search_box .horizontal .control .bootstrap-select button:after,
.spass .odm .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.odm .spass .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.spass .odm .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.odm .spass .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.spass .xp_search_box .odm .operatori_search_box .horizontal .control .bootstrap-select button:after,
.odm .operatori_search_box .spass .xp_search_box .horizontal .control .bootstrap-select button:after,
.spass .xp_search_box .horizontal .odm .operatori_search_box .vertical .bootstrap-select button:after,
.odm .operatori_search_box .vertical .bootstrap-select .spass .xp_search_box .horizontal button:after,
.spass .booking .xp_search_box .horizontal .control .bootstrap-select button:after,
.booking .spass .xp_search_box .horizontal .control .bootstrap-select button:after,
.spass .booking .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.booking .spass .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.spass .booking .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.booking .spass .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.spass .xp_search_box .booking .operatori_search_box .horizontal .control .bootstrap-select button:after,
.booking .operatori_search_box .spass .xp_search_box .horizontal .control .bootstrap-select button:after,
.spass .xp_search_box .horizontal .booking .operatori_search_box .vertical .bootstrap-select button:after,
.booking .operatori_search_box .vertical .bootstrap-select .spass .xp_search_box .horizontal button:after,
.spass .rock .xp_search_box .horizontal .control .bootstrap-select button:after,
.rock .spass .xp_search_box .horizontal .control .bootstrap-select button:after,
.spass .rock .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.rock .spass .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.spass .rock .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.rock .spass .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.spass .xp_search_box .rock .operatori_search_box .horizontal .control .bootstrap-select button:after,
.rock .operatori_search_box .spass .xp_search_box .horizontal .control .bootstrap-select button:after,
.spass .xp_search_box .horizontal .rock .operatori_search_box .vertical .bootstrap-select button:after,
.rock .operatori_search_box .vertical .bootstrap-select .spass .xp_search_box .horizontal button:after,
.spass .beach .xp_search_box .horizontal .control .bootstrap-select button:after,
.beach .spass .xp_search_box .horizontal .control .bootstrap-select button:after,
.spass .beach .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.beach .spass .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.spass .beach .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.beach .spass .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.spass .xp_search_box .beach .operatori_search_box .horizontal .control .bootstrap-select button:after,
.beach .operatori_search_box .spass .xp_search_box .horizontal .control .bootstrap-select button:after,
.spass .xp_search_box .horizontal .beach .operatori_search_box .vertical .bootstrap-select button:after,
.beach .operatori_search_box .vertical .bootstrap-select .spass .xp_search_box .horizontal button:after,
.spass .food .xp_search_box .horizontal .control .bootstrap-select button:after,
.food .spass .xp_search_box .horizontal .control .bootstrap-select button:after,
.spass .food .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.food .spass .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.spass .food .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.food .spass .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.spass .xp_search_box .food .operatori_search_box .horizontal .control .bootstrap-select button:after,
.food .operatori_search_box .spass .xp_search_box .horizontal .control .bootstrap-select button:after,
.spass .xp_search_box .horizontal .food .operatori_search_box .vertical .bootstrap-select button:after,
.food .operatori_search_box .vertical .bootstrap-select .spass .xp_search_box .horizontal button:after,
.spass .nature .xp_search_box .horizontal .control .bootstrap-select button:after,
.nature .spass .xp_search_box .horizontal .control .bootstrap-select button:after,
.spass .nature .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.nature .spass .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.spass .nature .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.nature .spass .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.spass .xp_search_box .nature .operatori_search_box .horizontal .control .bootstrap-select button:after,
.nature .operatori_search_box .spass .xp_search_box .horizontal .control .bootstrap-select button:after,
.spass .xp_search_box .horizontal .nature .operatori_search_box .vertical .bootstrap-select button:after,
.nature .operatori_search_box .vertical .bootstrap-select .spass .xp_search_box .horizontal button:after,
.spass .romagna_autentica .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna_autentica .spass .xp_search_box .horizontal .control .bootstrap-select button:after,
.spass .romagna_autentica .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna_autentica .spass .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.spass .romagna_autentica .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna_autentica .spass .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.spass .xp_search_box .romagna_autentica .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna_autentica .operatori_search_box .spass .xp_search_box .horizontal .control .bootstrap-select button:after,
.spass .xp_search_box .horizontal .romagna_autentica .operatori_search_box .vertical .bootstrap-select button:after,
.romagna_autentica .operatori_search_box .vertical .bootstrap-select .spass .xp_search_box .horizontal button:after,
.spass .culture .xp_search_box .horizontal .control .bootstrap-select button:after,
.culture .spass .xp_search_box .horizontal .control .bootstrap-select button:after,
.spass .culture .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.culture .spass .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.spass .culture .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.culture .spass .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.spass .xp_search_box .culture .operatori_search_box .horizontal .control .bootstrap-select button:after,
.culture .operatori_search_box .spass .xp_search_box .horizontal .control .bootstrap-select button:after,
.spass .xp_search_box .horizontal .culture .operatori_search_box .vertical .bootstrap-select button:after,
.culture .operatori_search_box .vertical .bootstrap-select .spass .xp_search_box .horizontal button:after,
.spass .castle .xp_search_box .horizontal .control .bootstrap-select button:after,
.castle .spass .xp_search_box .horizontal .control .bootstrap-select button:after,
.spass .castle .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.castle .spass .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.spass .castle .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.castle .spass .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.spass .xp_search_box .castle .operatori_search_box .horizontal .control .bootstrap-select button:after,
.castle .operatori_search_box .spass .xp_search_box .horizontal .control .bootstrap-select button:after,
.spass .xp_search_box .horizontal .castle .operatori_search_box .vertical .bootstrap-select button:after,
.castle .operatori_search_box .vertical .bootstrap-select .spass .xp_search_box .horizontal button:after,
.spass .bike .xp_search_box .horizontal .control .bootstrap-select button:after,
.bike .spass .xp_search_box .horizontal .control .bootstrap-select button:after,
.spass .bike .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.bike .spass .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.spass .bike .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.bike .spass .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.spass .xp_search_box .bike .operatori_search_box .horizontal .control .bootstrap-select button:after,
.bike .operatori_search_box .spass .xp_search_box .horizontal .control .bootstrap-select button:after,
.spass .xp_search_box .horizontal .bike .operatori_search_box .vertical .bootstrap-select button:after,
.bike .operatori_search_box .vertical .bootstrap-select .spass .xp_search_box .horizontal button:after,
.spass .empire .xp_search_box .horizontal .control .bootstrap-select button:after,
.empire .spass .xp_search_box .horizontal .control .bootstrap-select button:after,
.spass .empire .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.empire .spass .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.spass .empire .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.empire .spass .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.spass .xp_search_box .empire .operatori_search_box .horizontal .control .bootstrap-select button:after,
.empire .operatori_search_box .spass .xp_search_box .horizontal .control .bootstrap-select button:after,
.spass .xp_search_box .horizontal .empire .operatori_search_box .vertical .bootstrap-select button:after,
.empire .operatori_search_box .vertical .bootstrap-select .spass .xp_search_box .horizontal button:after,
.spass .wellness .xp_search_box .horizontal .control .bootstrap-select button:after,
.wellness .spass .xp_search_box .horizontal .control .bootstrap-select button:after,
.spass .wellness .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.wellness .spass .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.spass .wellness .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.wellness .spass .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.spass .xp_search_box .wellness .operatori_search_box .horizontal .control .bootstrap-select button:after,
.wellness .operatori_search_box .spass .xp_search_box .horizontal .control .bootstrap-select button:after,
.spass .xp_search_box .horizontal .wellness .operatori_search_box .vertical .bootstrap-select button:after,
.wellness .operatori_search_box .vertical .bootstrap-select .spass .xp_search_box .horizontal button:after,
.spass .fun .xp_search_box .horizontal .control .bootstrap-select button:after,
.fun .spass .xp_search_box .horizontal .control .bootstrap-select button:after,
.spass .fun .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.fun .spass .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.spass .fun .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.fun .spass .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.spass .xp_search_box .fun .operatori_search_box .horizontal .control .bootstrap-select button:after,
.fun .operatori_search_box .spass .xp_search_box .horizontal .control .bootstrap-select button:after,
.spass .xp_search_box .horizontal .fun .operatori_search_box .vertical .bootstrap-select button:after,
.fun .operatori_search_box .vertical .bootstrap-select .spass .xp_search_box .horizontal button:after,
.spass .sport .xp_search_box .horizontal .control .bootstrap-select button:after,
.sport .spass .xp_search_box .horizontal .control .bootstrap-select button:after,
.spass .sport .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.sport .spass .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.spass .sport .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.sport .spass .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.spass .xp_search_box .sport .operatori_search_box .horizontal .control .bootstrap-select button:after,
.sport .operatori_search_box .spass .xp_search_box .horizontal .control .bootstrap-select button:after,
.spass .xp_search_box .horizontal .sport .operatori_search_box .vertical .bootstrap-select button:after,
.sport .operatori_search_box .vertical .bootstrap-select .spass .xp_search_box .horizontal button:after,
.spass .motorcycle .xp_search_box .horizontal .control .bootstrap-select button:after,
.motorcycle .spass .xp_search_box .horizontal .control .bootstrap-select button:after,
.spass .motorcycle .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.motorcycle .spass .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.spass .motorcycle .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.motorcycle .spass .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.spass .xp_search_box .motorcycle .operatori_search_box .horizontal .control .bootstrap-select button:after,
.motorcycle .operatori_search_box .spass .xp_search_box .horizontal .control .bootstrap-select button:after,
.spass .xp_search_box .horizontal .motorcycle .operatori_search_box .vertical .bootstrap-select button:after,
.motorcycle .operatori_search_box .vertical .bootstrap-select .spass .xp_search_box .horizontal button:after,
.spass .romagna .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna .spass .xp_search_box .horizontal .control .bootstrap-select button:after,
.spass .romagna .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna .spass .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.spass .romagna .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna .spass .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.spass .xp_search_box .romagna .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna .operatori_search_box .spass .xp_search_box .horizontal .control .bootstrap-select button:after,
.spass .xp_search_box .horizontal .romagna .operatori_search_box .vertical .bootstrap-select button:after,
.romagna .operatori_search_box .vertical .bootstrap-select .spass .xp_search_box .horizontal button:after,
.spass .liscio .xp_search_box .horizontal .control .bootstrap-select button:after,
.liscio .spass .xp_search_box .horizontal .control .bootstrap-select button:after,
.spass .liscio .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.liscio .spass .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.spass .liscio .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.liscio .spass .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.spass .xp_search_box .liscio .operatori_search_box .horizontal .control .bootstrap-select button:after,
.liscio .operatori_search_box .spass .xp_search_box .horizontal .control .bootstrap-select button:after,
.spass .xp_search_box .horizontal .liscio .operatori_search_box .vertical .bootstrap-select button:after,
.liscio .operatori_search_box .vertical .bootstrap-select .spass .xp_search_box .horizontal button:after,
.spass .default .xp_search_box .horizontal .control .bootstrap-select button:after,
.default .spass .xp_search_box .horizontal .control .bootstrap-select button:after,
.spass .default .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.default .spass .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.spass .default .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.default .spass .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.spass .xp_search_box .default .operatori_search_box .horizontal .control .bootstrap-select button:after,
.default .operatori_search_box .spass .xp_search_box .horizontal .control .bootstrap-select button:after,
.spass .xp_search_box .horizontal .default .operatori_search_box .vertical .bootstrap-select button:after,
.default .operatori_search_box .vertical .bootstrap-select .spass .xp_search_box .horizontal button:after,
.spass .pet .xp_search_box .horizontal .control .bootstrap-select button:after,
.pet .spass .xp_search_box .horizontal .control .bootstrap-select button:after,
.spass .pet .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.pet .spass .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.spass .pet .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.pet .spass .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.spass .xp_search_box .pet .operatori_search_box .horizontal .control .bootstrap-select button:after,
.pet .operatori_search_box .spass .xp_search_box .horizontal .control .bootstrap-select button:after,
.spass .xp_search_box .horizontal .pet .operatori_search_box .vertical .bootstrap-select button:after,
.pet .operatori_search_box .vertical .bootstrap-select .spass .xp_search_box .horizontal button:after,
.spass .kultur .xp_search_box .horizontal .control .bootstrap-select button:after,
.kultur .spass .xp_search_box .horizontal .control .bootstrap-select button:after,
.spass .kultur .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.kultur .spass .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.spass .kultur .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.kultur .spass .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.spass .xp_search_box .kultur .operatori_search_box .horizontal .control .bootstrap-select button:after,
.kultur .operatori_search_box .spass .xp_search_box .horizontal .control .bootstrap-select button:after,
.spass .xp_search_box .horizontal .kultur .operatori_search_box .vertical .bootstrap-select button:after,
.kultur .operatori_search_box .vertical .bootstrap-select .spass .xp_search_box .horizontal button:after,
.spass .natur .xp_search_box .horizontal .control .bootstrap-select button:after,
.natur .spass .xp_search_box .horizontal .control .bootstrap-select button:after,
.spass .natur .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.natur .spass .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.spass .natur .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.natur .spass .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.spass .xp_search_box .natur .operatori_search_box .horizontal .control .bootstrap-select button:after,
.natur .operatori_search_box .spass .xp_search_box .horizontal .control .bootstrap-select button:after,
.spass .xp_search_box .horizontal .natur .operatori_search_box .vertical .bootstrap-select button:after,
.natur .operatori_search_box .vertical .bootstrap-select .spass .xp_search_box .horizontal button:after {
  line-height: 2.2rem;
}

.spass .xp_search_box .horizontal button.collapsible {
  border: none;
  background-color: transparent;
  display: block;
  width: 100%;
  font-size: 1.6rem;
  color: #ffffff;
  letter-spacing: -0.41px;
  text-align: left;
  text-transform: uppercase;
  display: block;
}

.spass .xp_search_box .horizontal .control {
  padding: 0.5rem 1rem;
  height: 5rem;
  background-color: white;
  margin: 0.5rem;
}

.spass .xp_search_box .horizontal .control.btn-holder {
  min-width: 2rem;
  width: auto;
  padding: 0px;
}

.spass .xp_search_box .horizontal .control.btn-holder button {
  width: 100%;
  border: none;
  background-color: #ea60ef;
  height: 100%;
  font-size: 1.6rem;
  color: #ffffff;
  letter-spacing: -0.41px;
  text-align: center;
  text-transform: uppercase;
  display: block;
  padding: 0px;
}

.spass .xp_search_box .horizontal .control .ert-dropdown {
  width: 100%;
}

.spass .xp_search_box .horizontal .control .ert-dropdown * {
  cursor: pointer;
}

.spass .xp_search_box .horizontal .control .ert-dropdown .ert-combo {
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
  display: block;
  text-align: left;
}

.spass .xp_search_box .horizontal .control .ert-dropdown .ert-combo::after {
  border: none;
}

.spass .xp_search_box .horizontal .control .ert-dropdown .ert-combo i {
  transition: 500ms ease;
  transform: rotate(0);
  position: absolute;
  top: 2.25rem;
  right: 15px;
}

.spass .xp_search_box .horizontal .control .ert-dropdown .ert-combo .button {
  padding: 0px;
}

.spass .xp_search_box .horizontal .control .ert-dropdown.show .ert-combo i {
  transform: rotate(180deg);
}

.spass .xp_search_box .horizontal .control .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: auto;
}

.spass .xp_search_box .horizontal .control .bootstrap-select {
  margin-top: -1px;
}

.spass .xp_search_box .horizontal .control .bootstrap-select *:focus {
  box-shadow: none important;
}

.spass .xp_search_box .horizontal .control .bootstrap-select button {
  padding: 0px;
  font-size: 1.5rem;
  background: #ffffff;
  color: #848484;
  letter-spacing: 0.3px;
  border: none;
  border-radius: 0;
}

.spass .xp_search_box .horizontal .control .bootstrap-select button:after {
  content: "\F078";
  border: none;
}

.spass .xp_search_box .horizontal .control .bootstrap-select .dropdown-menu {
  width: 100% !important;
  border: none;
  border-radius: 0;
  box-shadow: 0px 2px 2px 0px #a9a9a970;
  border-top: 1px solid #a9a9a970;
}

.spass .xp_search_box .horizontal .control .bootstrap-select .dropdown-menu.inner.show {
  border-top: none;
}

.spass .xp_search_box .horizontal .control .bootstrap-select .dropdown-menu .dropdown-item {
  font-size: 1.5rem;
  line-height: 4rem;
}

.spass .xp_search_box .horizontal .control .bootstrap-select .dropdown-menu .dropdown-item:active,
.spass .xp_search_box .horizontal .control .bootstrap-select .dropdown-menu .dropdown-item.active {
  background-color: #F08EF4;
}

.spass .xp_search_box .horizontal .control label {
  background: #ffffff;
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
  line-height: 2.4rem;
  margin-bottom: 0px;
  margin-right: 0.5rem;
}

@media (max-width: 768px) {
  .spass .xp_search_box .horizontal .control label {
    min-width: 6.2rem;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .spass .xp_search_box .horizontal .control label {
    display: none;
  }
}

.spass .xp_search_box .horizontal .control .flatpickr-mobile.form-control {
  padding: 1px 0;
}

.spass .xp_search_box .horizontal .control input[type=text],
.spass .xp_search_box .horizontal .control input[type=date] {
  border: none;
  font-size: 1.5rem;
  border-radius: 0;
  background-color: white;
  border-bottom: 1px solid #495057;
  min-width: 0;
  height: auto;
}

.spass .xp_search_box .horizontal .control input[type=text]:focus,
.spass .xp_search_box .horizontal .control input[type=date]:focus {
  box-shadow: none;
}

.spass .xp_search_box .vertical {
  max-width: 30rem;
  z-index: 10;
  position: relative;
  height: 4.4rem;
  margin: 0 auto;
}

.spass .xp_search_box .vertical button.collapsible {
  border: none;
  background-color: transparent;
  display: block;
  position: absolute;
  width: 100%;
}

.spass .xp_search_box .vertical .dropbutton {
  display: none;
}

.spass .xp_search_box .vertical .dropbutton.collapsed {
  display: block;
}

.spass .xp_search_box .vertical #collapse-events {
  padding: 1.8rem;
  background-color: #F08EF4;
  background-image: linear-gradient(-180deg, #f08bf4 0%, #F08EF4 48%, #f08cf4 80%);
  font-size: 1.6rem;
}

.spass .xp_search_box .vertical .fa-chevron-up {
  text-align: right;
  line-height: 4rem;
  color: white;
  margin-bottom: 1.8rem;
}

.spass .xp_search_box .vertical .form-group {
  background: #ffffff;
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
}

.spass .xp_search_box .vertical .form-group .col-form-label {
  line-height: 5rem;
}

.spass .xp_search_box .vertical .ert-text {
  border: none;
  font-size: 1.5rem;
  height: 60px;
  border-radius: 0;
  background-color: white;
}

.spass .xp_search_box .vertical .ert-text.line {
  border-bottom: 1px solid #495057;
  height: auto;
  margin-top: 14px;
}

.spass .xp_search_box .vertical .ert-text:focus {
  box-shadow: none;
}

.spass .xp_search_box .vertical button.search {
  border: none;
  position: absolute;
  bottom: -10rem;
  left: 5%;
  right: 5%;
  width: 90%;
  line-height: 4.4rem;
}

.spass .xp_search_box .vertical .datepicker-holder {
  padding-right: 0px;
}

.spass .xp_search_box .vertical .datepicker-holder * {
  cursor: pointer;
}

.spass .xp_search_box .vertical .datepicker-holder input[type=date]::-webkit-calendar-picker-indicator {
  width: 1.2rem;
  height: 0.7rem;
  -webkit-mask: url(/images/caret.svg);
          mask: url(/images/caret.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  -webkit-transition: 500ms ease;
  transition: 500ms ease;
  background-color: #686868;
}

.spass .xp_search_box .vertical .datepicker-holder .flatpickr-calendar.static {
  margin-left: -193px;
  margin-top: -184px;
  left: 50%;
  top: 50%;
}

.spass .xp_search_box .vertical .datepicker-holder .flatpickr-calendar.static.arrowBottom:after {
  display: none;
}

.spass .xp_search_box .vertical .datepicker-holder .flatpickr-calendar.static.arrowBottom:before {
  display: none;
}

.spass .xp_search_box .vertical .datepicker-holder .flatpickr-months .flatpickr-month {
  height: 32px;
}

.spass .xp_search_box .vertical .ert-dropdown * {
  cursor: pointer;
}

.spass .xp_search_box .vertical .ert-dropdown .ert-combo {
  background: #ffffff;
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
  line-height: 5rem;
  display: block;
  width: 100%;
  height: 60px;
  text-align: left;
}

.spass .xp_search_box .vertical .ert-dropdown .ert-combo::after {
  border: none;
}

.spass .xp_search_box .vertical .ert-dropdown .ert-combo i {
  transition: 500ms ease;
  transform: rotate(0);
  position: absolute;
  top: 2.25rem;
  right: 15px;
}

.spass .xp_search_box .vertical .ert-dropdown .ert-combo .button {
  padding: 0px;
}

.spass .xp_search_box .vertical .ert-dropdown .dropdown-menu {
  width: 100% !important;
  border: none;
  border-radius: 0;
  box-shadow: 0px 2px 2px 0px #a9a9a970;
  border-top: 1px solid #a9a9a970;
}

.spass .xp_search_box .vertical .ert-dropdown .dropdown-menu .dropdown-item {
  font-size: 1.5rem;
  line-height: 4rem;
}

.spass .xp_search_box .vertical .ert-dropdown .dropdown-menu .dropdown-item:active {
  background-color: #F08EF4;
}

.spass .xp_search_box .vertical .ert-dropdown.show .ert-combo i {
  transform: rotate(180deg);
}

.spass .xp_search_box .vertical .bootstrap-select *:focus {
  box-shadow: none important;
}

.spass .xp_search_box .vertical .bootstrap-select button {
  font-size: 1.5rem;
  color: #848484;
  letter-spacing: 0.3px;
  border: none;
  font-size: 1.5rem;
  height: 60px;
  border-radius: 0;
  background-color: white;
}

.spass .xp_search_box .vertical .bootstrap-select button:after {
  content: "\F078";
  border: none;
}

.spass .xp_search_box .vertical .bootstrap-select .dropdown-menu {
  width: 100% !important;
  border: none;
  border-radius: 0;
  box-shadow: 0px 2px 2px 0px #a9a9a970;
  border-top: 1px solid #a9a9a970;
}

.spass .xp_search_box .vertical .bootstrap-select .dropdown-menu .dropdown-item {
  font-size: 1.5rem;
  line-height: 4rem;
}

.spass .xp_search_box .vertical .bootstrap-select .dropdown-menu .dropdown-item:active,
.spass .xp_search_box .vertical .bootstrap-select .dropdown-menu .dropdown-item.active {
  background-color: #F08EF4;
}

.spass .xp_search_box .vertical .btn-er,
.spass .xp_search_box .vertical .instagram .instabutton div span,
.instagram .instabutton div .spass .xp_search_box .vertical span {
  margin-top: 18px;
}

.spass .xp_search_box .vertical .btn-er .fa-chevron-down,
.spass .xp_search_box .vertical .instagram .instabutton div span .fa-chevron-down,
.instagram .instabutton div .spass .xp_search_box .vertical span .fa-chevron-down {
  float: right;
  line-height: 4rem;
}

.spass .operatori_search_box button span {
  color: white;
}

.spass .operatori_search_box .city {
  color: white;
}

.spass .operatori_search_box .horizontal {
  padding: 1rem;
  background-color: #F08EF4;
  background-image: linear-gradient(-180deg, #f08bf4 0%, #F08EF4 48%, #f08cf4 80%);
  font-size: 1.6rem;
}

.spass .operatori_search_box .horizontal.collapsed {
  border-radius: 2px;
  box-shadow: -1px 0 3px 0 rgba(0, 0, 0, 0.25);
}

.spass .operatori_search_box .horizontal .fa,
.spass .operatori_search_box .horizontal .search .searchearchbox.vertical .bootstrap-select button:after,
.search .searchearchbox.vertical .bootstrap-select .spass .operatori_search_box .horizontal button:after,
.spass .operatori_search_box .search .searchearchbox.horizontal .control .bootstrap-select button:after,
.search .spass .operatori_search_box .searchearchbox.horizontal .control .bootstrap-select button:after,
.spass .operatori_search_box .horizontal .downloads .downloadsearchbox.vertical .bootstrap-select button:after,
.downloads .downloadsearchbox.vertical .bootstrap-select .spass .operatori_search_box .horizontal button:after,
.spass .operatori_search_box .downloads .downloadsearchbox.horizontal .control .bootstrap-select button:after,
.downloads .spass .operatori_search_box .downloadsearchbox.horizontal .control .bootstrap-select button:after,
.spass .operatori_search_box .horizontal .localita #searchbox-app .bootstrap-select button:after,
.localita #searchbox-app .bootstrap-select .spass .operatori_search_box .horizontal button:after,
.spass .operatori_search_box .horizontal .itinerari .searchbox .control .bootstrap-select button:after,
.itinerari .searchbox .control .bootstrap-select .spass .operatori_search_box .horizontal button:after,
.spass .operatori_search_box .itinerari .searchbox.horizontal .control .bootstrap-select button:after,
.itinerari .spass .operatori_search_box .searchbox.horizontal .control .bootstrap-select button:after,
.spass .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .spass .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.spass .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .spass .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.spass .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .spass .operatori_search_box .horizontal .control .bootstrap-select button:after,
.spass .operatori_search_box .horizontal .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .vertical .bootstrap-select .spass .operatori_search_box .horizontal button:after,
.spass .operatori_search_box .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .spass .operatori_search_box .horizontal .control .bootstrap-select button:after,
.spass .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .spass .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.spass .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .spass .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.spass .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .spass .operatori_search_box .horizontal .control .bootstrap-select button:after,
.spass .operatori_search_box .horizontal .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .vertical .bootstrap-select .spass .operatori_search_box .horizontal button:after,
.spass .operatori_search_box .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .spass .operatori_search_box .horizontal .control .bootstrap-select button:after,
.spass .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .spass .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.spass .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .spass .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.spass .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .spass .operatori_search_box .horizontal .control .bootstrap-select button:after,
.spass .operatori_search_box .horizontal .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .vertical .bootstrap-select .spass .operatori_search_box .horizontal button:after,
.spass .operatori_search_box .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .spass .operatori_search_box .horizontal .control .bootstrap-select button:after,
.spass .romagna-craft .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna-craft .spass .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.spass .romagna-craft .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna-craft .spass .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.spass .romagna-craft .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna-craft .spass .operatori_search_box .horizontal .control .bootstrap-select button:after,
.spass .operatori_search_box .horizontal .romagna-craft .xp_search_box .vertical .bootstrap-select button:after,
.romagna-craft .xp_search_box .vertical .bootstrap-select .spass .operatori_search_box .horizontal button:after,
.spass .operatori_search_box .romagna-craft .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna-craft .xp_search_box .spass .operatori_search_box .horizontal .control .bootstrap-select button:after,
.spass .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.spass .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.spass .operatori_search_box .horizontal .control .bootstrap-select button:after,
.spass .operatori_search_box .events-homepage .header .eventsearchbox.horizontal .control .bootstrap-select button:after,
.events-homepage .header .spass .operatori_search_box .eventsearchbox.horizontal .control .bootstrap-select button:after,
.spass .operatori_search_box .horizontal .events-homepage .header .eventsearchbox.vertical .bootstrap-select button:after,
.events-homepage .header .eventsearchbox.vertical .bootstrap-select .spass .operatori_search_box .horizontal button:after,
.spass .operatori_search_box .events-page .header .eventsearchbox.horizontal .control .bootstrap-select button:after,
.events-page .header .spass .operatori_search_box .eventsearchbox.horizontal .control .bootstrap-select button:after,
.spass .operatori_search_box .horizontal .events-page .header .eventsearchbox.vertical .bootstrap-select button:after,
.events-page .header .eventsearchbox.vertical .bootstrap-select .spass .operatori_search_box .horizontal button:after,
.spass .operatori_search_box .scopri .xp_search_box .horizontal .control .bootstrap-select button:after,
.scopri .xp_search_box .spass .operatori_search_box .horizontal .control .bootstrap-select button:after,
.spass .operatori_search_box .horizontal .scopri .xp_search_box .vertical .bootstrap-select button:after,
.scopri .xp_search_box .vertical .bootstrap-select .spass .operatori_search_box .horizontal button:after,
.spass .scopri .operatori_search_box .horizontal .control .bootstrap-select button:after,
.scopri .spass .operatori_search_box .horizontal .control .bootstrap-select button:after,
.spass .scopri .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.scopri .spass .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.spass .scopri .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.scopri .spass .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.spass .operatori_search_box .idee .xp_search_box .horizontal .control .bootstrap-select button:after,
.idee .xp_search_box .spass .operatori_search_box .horizontal .control .bootstrap-select button:after,
.spass .operatori_search_box .horizontal .idee .xp_search_box .vertical .bootstrap-select button:after,
.idee .xp_search_box .vertical .bootstrap-select .spass .operatori_search_box .horizontal button:after,
.spass .idee .operatori_search_box .horizontal .control .bootstrap-select button:after,
.idee .spass .operatori_search_box .horizontal .control .bootstrap-select button:after,
.spass .idee .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.idee .spass .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.spass .idee .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.idee .spass .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.spass .operatori_search_box .eventi .xp_search_box .horizontal .control .bootstrap-select button:after,
.eventi .xp_search_box .spass .operatori_search_box .horizontal .control .bootstrap-select button:after,
.spass .operatori_search_box .horizontal .eventi .xp_search_box .vertical .bootstrap-select button:after,
.eventi .xp_search_box .vertical .bootstrap-select .spass .operatori_search_box .horizontal button:after,
.spass .eventi .operatori_search_box .horizontal .control .bootstrap-select button:after,
.eventi .spass .operatori_search_box .horizontal .control .bootstrap-select button:after,
.spass .eventi .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.eventi .spass .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.spass .eventi .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.eventi .spass .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.spass .operatori_search_box .pianifica .xp_search_box .horizontal .control .bootstrap-select button:after,
.pianifica .xp_search_box .spass .operatori_search_box .horizontal .control .bootstrap-select button:after,
.spass .operatori_search_box .horizontal .pianifica .xp_search_box .vertical .bootstrap-select button:after,
.pianifica .xp_search_box .vertical .bootstrap-select .spass .operatori_search_box .horizontal button:after,
.spass .pianifica .operatori_search_box .horizontal .control .bootstrap-select button:after,
.pianifica .spass .operatori_search_box .horizontal .control .bootstrap-select button:after,
.spass .pianifica .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.pianifica .spass .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.spass .pianifica .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.pianifica .spass .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.spass .operatori_search_box .esperienze .xp_search_box .horizontal .control .bootstrap-select button:after,
.esperienze .xp_search_box .spass .operatori_search_box .horizontal .control .bootstrap-select button:after,
.spass .operatori_search_box .horizontal .esperienze .xp_search_box .vertical .bootstrap-select button:after,
.esperienze .xp_search_box .vertical .bootstrap-select .spass .operatori_search_box .horizontal button:after,
.spass .esperienze .operatori_search_box .horizontal .control .bootstrap-select button:after,
.esperienze .spass .operatori_search_box .horizontal .control .bootstrap-select button:after,
.spass .esperienze .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.esperienze .spass .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.spass .esperienze .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.esperienze .spass .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.spass .operatori_search_box .news .xp_search_box .horizontal .control .bootstrap-select button:after,
.news .xp_search_box .spass .operatori_search_box .horizontal .control .bootstrap-select button:after,
.spass .operatori_search_box .horizontal .news .xp_search_box .vertical .bootstrap-select button:after,
.news .xp_search_box .vertical .bootstrap-select .spass .operatori_search_box .horizontal button:after,
.spass .news .operatori_search_box .horizontal .control .bootstrap-select button:after,
.news .spass .operatori_search_box .horizontal .control .bootstrap-select button:after,
.spass .news .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.news .spass .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.spass .news .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.news .spass .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.spass .operatori_search_box .iat .xp_search_box .horizontal .control .bootstrap-select button:after,
.iat .xp_search_box .spass .operatori_search_box .horizontal .control .bootstrap-select button:after,
.spass .operatori_search_box .horizontal .iat .xp_search_box .vertical .bootstrap-select button:after,
.iat .xp_search_box .vertical .bootstrap-select .spass .operatori_search_box .horizontal button:after,
.spass .iat .operatori_search_box .horizontal .control .bootstrap-select button:after,
.iat .spass .operatori_search_box .horizontal .control .bootstrap-select button:after,
.spass .iat .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.iat .spass .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.spass .iat .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.iat .spass .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.spass .operatori_search_box .meteo .xp_search_box .horizontal .control .bootstrap-select button:after,
.meteo .xp_search_box .spass .operatori_search_box .horizontal .control .bootstrap-select button:after,
.spass .operatori_search_box .horizontal .meteo .xp_search_box .vertical .bootstrap-select button:after,
.meteo .xp_search_box .vertical .bootstrap-select .spass .operatori_search_box .horizontal button:after,
.spass .meteo .operatori_search_box .horizontal .control .bootstrap-select button:after,
.meteo .spass .operatori_search_box .horizontal .control .bootstrap-select button:after,
.spass .meteo .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.meteo .spass .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.spass .meteo .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.meteo .spass .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.spass .operatori_search_box .odm .xp_search_box .horizontal .control .bootstrap-select button:after,
.odm .xp_search_box .spass .operatori_search_box .horizontal .control .bootstrap-select button:after,
.spass .operatori_search_box .horizontal .odm .xp_search_box .vertical .bootstrap-select button:after,
.odm .xp_search_box .vertical .bootstrap-select .spass .operatori_search_box .horizontal button:after,
.spass .odm .operatori_search_box .horizontal .control .bootstrap-select button:after,
.odm .spass .operatori_search_box .horizontal .control .bootstrap-select button:after,
.spass .odm .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.odm .spass .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.spass .odm .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.odm .spass .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.spass .operatori_search_box .booking .xp_search_box .horizontal .control .bootstrap-select button:after,
.booking .xp_search_box .spass .operatori_search_box .horizontal .control .bootstrap-select button:after,
.spass .operatori_search_box .horizontal .booking .xp_search_box .vertical .bootstrap-select button:after,
.booking .xp_search_box .vertical .bootstrap-select .spass .operatori_search_box .horizontal button:after,
.spass .booking .operatori_search_box .horizontal .control .bootstrap-select button:after,
.booking .spass .operatori_search_box .horizontal .control .bootstrap-select button:after,
.spass .booking .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.booking .spass .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.spass .booking .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.booking .spass .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.spass .operatori_search_box .rock .xp_search_box .horizontal .control .bootstrap-select button:after,
.rock .xp_search_box .spass .operatori_search_box .horizontal .control .bootstrap-select button:after,
.spass .operatori_search_box .horizontal .rock .xp_search_box .vertical .bootstrap-select button:after,
.rock .xp_search_box .vertical .bootstrap-select .spass .operatori_search_box .horizontal button:after,
.spass .rock .operatori_search_box .horizontal .control .bootstrap-select button:after,
.rock .spass .operatori_search_box .horizontal .control .bootstrap-select button:after,
.spass .rock .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.rock .spass .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.spass .rock .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.rock .spass .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.spass .operatori_search_box .beach .xp_search_box .horizontal .control .bootstrap-select button:after,
.beach .xp_search_box .spass .operatori_search_box .horizontal .control .bootstrap-select button:after,
.spass .operatori_search_box .horizontal .beach .xp_search_box .vertical .bootstrap-select button:after,
.beach .xp_search_box .vertical .bootstrap-select .spass .operatori_search_box .horizontal button:after,
.spass .beach .operatori_search_box .horizontal .control .bootstrap-select button:after,
.beach .spass .operatori_search_box .horizontal .control .bootstrap-select button:after,
.spass .beach .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.beach .spass .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.spass .beach .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.beach .spass .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.spass .operatori_search_box .food .xp_search_box .horizontal .control .bootstrap-select button:after,
.food .xp_search_box .spass .operatori_search_box .horizontal .control .bootstrap-select button:after,
.spass .operatori_search_box .horizontal .food .xp_search_box .vertical .bootstrap-select button:after,
.food .xp_search_box .vertical .bootstrap-select .spass .operatori_search_box .horizontal button:after,
.spass .food .operatori_search_box .horizontal .control .bootstrap-select button:after,
.food .spass .operatori_search_box .horizontal .control .bootstrap-select button:after,
.spass .food .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.food .spass .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.spass .food .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.food .spass .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.spass .operatori_search_box .nature .xp_search_box .horizontal .control .bootstrap-select button:after,
.nature .xp_search_box .spass .operatori_search_box .horizontal .control .bootstrap-select button:after,
.spass .operatori_search_box .horizontal .nature .xp_search_box .vertical .bootstrap-select button:after,
.nature .xp_search_box .vertical .bootstrap-select .spass .operatori_search_box .horizontal button:after,
.spass .nature .operatori_search_box .horizontal .control .bootstrap-select button:after,
.nature .spass .operatori_search_box .horizontal .control .bootstrap-select button:after,
.spass .nature .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.nature .spass .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.spass .nature .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.nature .spass .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.spass .operatori_search_box .romagna_autentica .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna_autentica .xp_search_box .spass .operatori_search_box .horizontal .control .bootstrap-select button:after,
.spass .operatori_search_box .horizontal .romagna_autentica .xp_search_box .vertical .bootstrap-select button:after,
.romagna_autentica .xp_search_box .vertical .bootstrap-select .spass .operatori_search_box .horizontal button:after,
.spass .romagna_autentica .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna_autentica .spass .operatori_search_box .horizontal .control .bootstrap-select button:after,
.spass .romagna_autentica .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna_autentica .spass .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.spass .romagna_autentica .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna_autentica .spass .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.spass .operatori_search_box .culture .xp_search_box .horizontal .control .bootstrap-select button:after,
.culture .xp_search_box .spass .operatori_search_box .horizontal .control .bootstrap-select button:after,
.spass .operatori_search_box .horizontal .culture .xp_search_box .vertical .bootstrap-select button:after,
.culture .xp_search_box .vertical .bootstrap-select .spass .operatori_search_box .horizontal button:after,
.spass .culture .operatori_search_box .horizontal .control .bootstrap-select button:after,
.culture .spass .operatori_search_box .horizontal .control .bootstrap-select button:after,
.spass .culture .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.culture .spass .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.spass .culture .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.culture .spass .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.spass .operatori_search_box .castle .xp_search_box .horizontal .control .bootstrap-select button:after,
.castle .xp_search_box .spass .operatori_search_box .horizontal .control .bootstrap-select button:after,
.spass .operatori_search_box .horizontal .castle .xp_search_box .vertical .bootstrap-select button:after,
.castle .xp_search_box .vertical .bootstrap-select .spass .operatori_search_box .horizontal button:after,
.spass .castle .operatori_search_box .horizontal .control .bootstrap-select button:after,
.castle .spass .operatori_search_box .horizontal .control .bootstrap-select button:after,
.spass .castle .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.castle .spass .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.spass .castle .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.castle .spass .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.spass .operatori_search_box .bike .xp_search_box .horizontal .control .bootstrap-select button:after,
.bike .xp_search_box .spass .operatori_search_box .horizontal .control .bootstrap-select button:after,
.spass .operatori_search_box .horizontal .bike .xp_search_box .vertical .bootstrap-select button:after,
.bike .xp_search_box .vertical .bootstrap-select .spass .operatori_search_box .horizontal button:after,
.spass .bike .operatori_search_box .horizontal .control .bootstrap-select button:after,
.bike .spass .operatori_search_box .horizontal .control .bootstrap-select button:after,
.spass .bike .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.bike .spass .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.spass .bike .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.bike .spass .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.spass .operatori_search_box .empire .xp_search_box .horizontal .control .bootstrap-select button:after,
.empire .xp_search_box .spass .operatori_search_box .horizontal .control .bootstrap-select button:after,
.spass .operatori_search_box .horizontal .empire .xp_search_box .vertical .bootstrap-select button:after,
.empire .xp_search_box .vertical .bootstrap-select .spass .operatori_search_box .horizontal button:after,
.spass .empire .operatori_search_box .horizontal .control .bootstrap-select button:after,
.empire .spass .operatori_search_box .horizontal .control .bootstrap-select button:after,
.spass .empire .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.empire .spass .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.spass .empire .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.empire .spass .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.spass .operatori_search_box .wellness .xp_search_box .horizontal .control .bootstrap-select button:after,
.wellness .xp_search_box .spass .operatori_search_box .horizontal .control .bootstrap-select button:after,
.spass .operatori_search_box .horizontal .wellness .xp_search_box .vertical .bootstrap-select button:after,
.wellness .xp_search_box .vertical .bootstrap-select .spass .operatori_search_box .horizontal button:after,
.spass .wellness .operatori_search_box .horizontal .control .bootstrap-select button:after,
.wellness .spass .operatori_search_box .horizontal .control .bootstrap-select button:after,
.spass .wellness .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.wellness .spass .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.spass .wellness .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.wellness .spass .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.spass .operatori_search_box .fun .xp_search_box .horizontal .control .bootstrap-select button:after,
.fun .xp_search_box .spass .operatori_search_box .horizontal .control .bootstrap-select button:after,
.spass .operatori_search_box .horizontal .fun .xp_search_box .vertical .bootstrap-select button:after,
.fun .xp_search_box .vertical .bootstrap-select .spass .operatori_search_box .horizontal button:after,
.spass .fun .operatori_search_box .horizontal .control .bootstrap-select button:after,
.fun .spass .operatori_search_box .horizontal .control .bootstrap-select button:after,
.spass .fun .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.fun .spass .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.spass .fun .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.fun .spass .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.spass .operatori_search_box .sport .xp_search_box .horizontal .control .bootstrap-select button:after,
.sport .xp_search_box .spass .operatori_search_box .horizontal .control .bootstrap-select button:after,
.spass .operatori_search_box .horizontal .sport .xp_search_box .vertical .bootstrap-select button:after,
.sport .xp_search_box .vertical .bootstrap-select .spass .operatori_search_box .horizontal button:after,
.spass .sport .operatori_search_box .horizontal .control .bootstrap-select button:after,
.sport .spass .operatori_search_box .horizontal .control .bootstrap-select button:after,
.spass .sport .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.sport .spass .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.spass .sport .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.sport .spass .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.spass .operatori_search_box .motorcycle .xp_search_box .horizontal .control .bootstrap-select button:after,
.motorcycle .xp_search_box .spass .operatori_search_box .horizontal .control .bootstrap-select button:after,
.spass .operatori_search_box .horizontal .motorcycle .xp_search_box .vertical .bootstrap-select button:after,
.motorcycle .xp_search_box .vertical .bootstrap-select .spass .operatori_search_box .horizontal button:after,
.spass .motorcycle .operatori_search_box .horizontal .control .bootstrap-select button:after,
.motorcycle .spass .operatori_search_box .horizontal .control .bootstrap-select button:after,
.spass .motorcycle .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.motorcycle .spass .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.spass .motorcycle .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.motorcycle .spass .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.spass .operatori_search_box .romagna .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna .xp_search_box .spass .operatori_search_box .horizontal .control .bootstrap-select button:after,
.spass .operatori_search_box .horizontal .romagna .xp_search_box .vertical .bootstrap-select button:after,
.romagna .xp_search_box .vertical .bootstrap-select .spass .operatori_search_box .horizontal button:after,
.spass .romagna .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna .spass .operatori_search_box .horizontal .control .bootstrap-select button:after,
.spass .romagna .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna .spass .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.spass .romagna .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna .spass .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.spass .operatori_search_box .liscio .xp_search_box .horizontal .control .bootstrap-select button:after,
.liscio .xp_search_box .spass .operatori_search_box .horizontal .control .bootstrap-select button:after,
.spass .operatori_search_box .horizontal .liscio .xp_search_box .vertical .bootstrap-select button:after,
.liscio .xp_search_box .vertical .bootstrap-select .spass .operatori_search_box .horizontal button:after,
.spass .liscio .operatori_search_box .horizontal .control .bootstrap-select button:after,
.liscio .spass .operatori_search_box .horizontal .control .bootstrap-select button:after,
.spass .liscio .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.liscio .spass .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.spass .liscio .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.liscio .spass .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.spass .operatori_search_box .default .xp_search_box .horizontal .control .bootstrap-select button:after,
.default .xp_search_box .spass .operatori_search_box .horizontal .control .bootstrap-select button:after,
.spass .operatori_search_box .horizontal .default .xp_search_box .vertical .bootstrap-select button:after,
.default .xp_search_box .vertical .bootstrap-select .spass .operatori_search_box .horizontal button:after,
.spass .default .operatori_search_box .horizontal .control .bootstrap-select button:after,
.default .spass .operatori_search_box .horizontal .control .bootstrap-select button:after,
.spass .default .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.default .spass .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.spass .default .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.default .spass .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.spass .operatori_search_box .pet .xp_search_box .horizontal .control .bootstrap-select button:after,
.pet .xp_search_box .spass .operatori_search_box .horizontal .control .bootstrap-select button:after,
.spass .operatori_search_box .horizontal .pet .xp_search_box .vertical .bootstrap-select button:after,
.pet .xp_search_box .vertical .bootstrap-select .spass .operatori_search_box .horizontal button:after,
.spass .pet .operatori_search_box .horizontal .control .bootstrap-select button:after,
.pet .spass .operatori_search_box .horizontal .control .bootstrap-select button:after,
.spass .pet .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.pet .spass .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.spass .pet .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.pet .spass .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.spass .operatori_search_box .kultur .xp_search_box .horizontal .control .bootstrap-select button:after,
.kultur .xp_search_box .spass .operatori_search_box .horizontal .control .bootstrap-select button:after,
.spass .operatori_search_box .horizontal .kultur .xp_search_box .vertical .bootstrap-select button:after,
.kultur .xp_search_box .vertical .bootstrap-select .spass .operatori_search_box .horizontal button:after,
.spass .kultur .operatori_search_box .horizontal .control .bootstrap-select button:after,
.kultur .spass .operatori_search_box .horizontal .control .bootstrap-select button:after,
.spass .kultur .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.kultur .spass .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.spass .kultur .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.kultur .spass .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.spass .operatori_search_box .natur .xp_search_box .horizontal .control .bootstrap-select button:after,
.natur .xp_search_box .spass .operatori_search_box .horizontal .control .bootstrap-select button:after,
.spass .operatori_search_box .horizontal .natur .xp_search_box .vertical .bootstrap-select button:after,
.natur .xp_search_box .vertical .bootstrap-select .spass .operatori_search_box .horizontal button:after,
.spass .natur .operatori_search_box .horizontal .control .bootstrap-select button:after,
.natur .spass .operatori_search_box .horizontal .control .bootstrap-select button:after,
.spass .natur .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.natur .spass .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.spass .natur .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.natur .spass .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.spass .operatori_search_box .xp_search_box .horizontal .control .bootstrap-select button:after,
.spass .xp_search_box .operatori_search_box .horizontal .control .bootstrap-select button:after,
.spass .operatori_search_box .horizontal .xp_search_box .vertical .bootstrap-select button:after,
.spass .xp_search_box .vertical .bootstrap-select .operatori_search_box .horizontal button:after {
  line-height: 2.2rem;
}

.spass .operatori_search_box .horizontal button.collapsible {
  border: none;
  background-color: transparent;
  display: block;
  width: 100%;
  font-size: 1.6rem;
  color: #ffffff;
  letter-spacing: -0.41px;
  text-align: left;
  text-transform: uppercase;
}

.spass .operatori_search_box .horizontal .control {
  padding: 0.5rem 1rem;
  height: 5rem;
  background-color: white;
  margin: 0.5rem;
}

.spass .operatori_search_box .horizontal .control.btn-holder {
  min-width: 2rem;
  width: auto;
  padding: 0px;
}

.spass .operatori_search_box .horizontal .control.btn-holder button {
  width: 100%;
  border: none;
  background-color: #ea60ef;
  height: 100%;
  font-size: 1.6rem;
  color: #ffffff;
  letter-spacing: -0.41px;
  text-align: center;
  text-transform: uppercase;
  display: block;
  padding: 0px;
}

.spass .operatori_search_box .horizontal .control .ert-dropdown {
  width: 100%;
}

.spass .operatori_search_box .horizontal .control .ert-dropdown * {
  cursor: pointer;
}

.spass .operatori_search_box .horizontal .control .ert-dropdown .ert-combo {
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
  display: block;
  text-align: left;
}

.spass .operatori_search_box .horizontal .control .ert-dropdown .ert-combo::after {
  border: none;
}

.spass .operatori_search_box .horizontal .control .ert-dropdown .ert-combo i {
  transition: 500ms ease;
  transform: rotate(0);
  position: absolute;
  top: 2.25rem;
  right: 15px;
}

.spass .operatori_search_box .horizontal .control .ert-dropdown .ert-combo .button {
  padding: 0px;
}

.spass .operatori_search_box .horizontal .control .ert-dropdown.show .ert-combo i {
  transform: rotate(180deg);
}

.spass .operatori_search_box .horizontal .control .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: auto;
}

.spass .operatori_search_box .horizontal .control .bootstrap-select {
  margin-top: -1px;
}

.spass .operatori_search_box .horizontal .control .bootstrap-select *:focus {
  box-shadow: none important;
}

.spass .operatori_search_box .horizontal .control .bootstrap-select button {
  padding: 0px;
  font-size: 1.5rem;
  background: #ffffff;
  color: #848484;
  letter-spacing: 0.3px;
  border: none;
  border-radius: 0;
}

.spass .operatori_search_box .horizontal .control .bootstrap-select button:after {
  content: "\F078";
  border: none;
}

.spass .operatori_search_box .horizontal .control .bootstrap-select .dropdown-menu {
  width: 100% !important;
  border: none;
  border-radius: 0;
  box-shadow: 0px 2px 2px 0px #a9a9a970;
  border-top: 1px solid #a9a9a970;
}

.spass .operatori_search_box .horizontal .control .bootstrap-select .dropdown-menu.inner.show {
  border-top: none;
}

.spass .operatori_search_box .horizontal .control .bootstrap-select .dropdown-menu .dropdown-item {
  font-size: 1.5rem;
  line-height: 4rem;
}

.spass .operatori_search_box .horizontal .control .bootstrap-select .dropdown-menu .dropdown-item:active,
.spass .operatori_search_box .horizontal .control .bootstrap-select .dropdown-menu .dropdown-item.active {
  background-color: #F08EF4;
}

.spass .operatori_search_box .horizontal .control label {
  background: #ffffff;
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
  line-height: 2.4rem;
  margin-bottom: 0px;
  margin-right: 0.5rem;
}

@media (max-width: 768px) {
  .spass .operatori_search_box .horizontal .control label {
    min-width: 6.2rem;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .spass .operatori_search_box .horizontal .control label {
    display: none;
  }
}

.spass .operatori_search_box .horizontal .control .flatpickr-mobile.form-control {
  padding: 1px 0;
}

.spass .operatori_search_box .horizontal .control input[type=text],
.spass .operatori_search_box .horizontal .control input[type=date] {
  border: none;
  font-size: 1.5rem;
  border-radius: 0;
  background-color: white;
  border-bottom: 1px solid #495057;
  min-width: 0;
  height: auto;
}

.spass .operatori_search_box .horizontal .control input[type=text]:focus,
.spass .operatori_search_box .horizontal .control input[type=date]:focus {
  box-shadow: none;
}

.spass .operatori_search_box .vertical {
  max-width: 30rem;
  z-index: 10;
  position: relative;
  height: 4.4rem;
  margin: 0 auto;
}

.spass .operatori_search_box .vertical button.collapsible {
  border: none;
  background-color: transparent;
  display: block;
  position: absolute;
  width: 100%;
}

.spass .operatori_search_box .vertical .dropbutton {
  display: none;
}

.spass .operatori_search_box .vertical .dropbutton.collapsed {
  display: block;
}

.spass .operatori_search_box .vertical #collapse-events {
  padding: 1.8rem;
  background-color: #F08EF4;
  background-image: linear-gradient(-180deg, #f08bf4 0%, #F08EF4 48%, #f08cf4 80%);
  font-size: 1.6rem;
}

.spass .operatori_search_box .vertical .fa-chevron-up {
  text-align: right;
  line-height: 4rem;
  color: white;
  margin-bottom: 1.8rem;
}

.spass .operatori_search_box .vertical .form-group {
  background: #ffffff;
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
}

.spass .operatori_search_box .vertical .form-group .col-form-label {
  line-height: 5rem;
}

.spass .operatori_search_box .vertical .ert-text {
  border: none;
  font-size: 1.5rem;
  height: 60px;
  border-radius: 0;
  background-color: white;
}

.spass .operatori_search_box .vertical .ert-text.line {
  border-bottom: 1px solid #495057;
  height: auto;
  margin-top: 14px;
}

.spass .operatori_search_box .vertical .ert-text:focus {
  box-shadow: none;
}

.spass .operatori_search_box .vertical button.search {
  border: none;
  position: absolute;
  bottom: -10rem;
  left: 5%;
  right: 5%;
  width: 90%;
  line-height: 4.4rem;
}

.spass .operatori_search_box .vertical .datepicker-holder {
  padding-right: 0px;
}

.spass .operatori_search_box .vertical .datepicker-holder * {
  cursor: pointer;
}

.spass .operatori_search_box .vertical .datepicker-holder input[type=date]::-webkit-calendar-picker-indicator {
  width: 1.2rem;
  height: 0.7rem;
  -webkit-mask: url(/images/caret.svg);
          mask: url(/images/caret.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  -webkit-transition: 500ms ease;
  transition: 500ms ease;
  background-color: #686868;
}

.spass .operatori_search_box .vertical .datepicker-holder .flatpickr-calendar.static {
  margin-left: -193px;
  margin-top: -184px;
  left: 50%;
  top: 50%;
}

.spass .operatori_search_box .vertical .datepicker-holder .flatpickr-calendar.static.arrowBottom:after {
  display: none;
}

.spass .operatori_search_box .vertical .datepicker-holder .flatpickr-calendar.static.arrowBottom:before {
  display: none;
}

.spass .operatori_search_box .vertical .datepicker-holder .flatpickr-months .flatpickr-month {
  height: 32px;
}

.spass .operatori_search_box .vertical .ert-dropdown * {
  cursor: pointer;
}

.spass .operatori_search_box .vertical .ert-dropdown .ert-combo {
  background: #ffffff;
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
  line-height: 5rem;
  display: block;
  width: 100%;
  height: 60px;
  text-align: left;
}

.spass .operatori_search_box .vertical .ert-dropdown .ert-combo::after {
  border: none;
}

.spass .operatori_search_box .vertical .ert-dropdown .ert-combo i {
  transition: 500ms ease;
  transform: rotate(0);
  position: absolute;
  top: 2.25rem;
  right: 15px;
}

.spass .operatori_search_box .vertical .ert-dropdown .ert-combo .button {
  padding: 0px;
}

.spass .operatori_search_box .vertical .ert-dropdown .dropdown-menu {
  width: 100% !important;
  border: none;
  border-radius: 0;
  box-shadow: 0px 2px 2px 0px #a9a9a970;
  border-top: 1px solid #a9a9a970;
}

.spass .operatori_search_box .vertical .ert-dropdown .dropdown-menu .dropdown-item {
  font-size: 1.5rem;
  line-height: 4rem;
}

.spass .operatori_search_box .vertical .ert-dropdown .dropdown-menu .dropdown-item:active {
  background-color: #F08EF4;
}

.spass .operatori_search_box .vertical .ert-dropdown.show .ert-combo i {
  transform: rotate(180deg);
}

.spass .operatori_search_box .vertical .bootstrap-select *:focus {
  box-shadow: none important;
}

.spass .operatori_search_box .vertical .bootstrap-select button {
  font-size: 1.5rem;
  color: #848484;
  letter-spacing: 0.3px;
  border: none;
  font-size: 1.5rem;
  height: 60px;
  border-radius: 0;
  background-color: white;
}

.spass .operatori_search_box .vertical .bootstrap-select button:after {
  content: "\F078";
  border: none;
}

.spass .operatori_search_box .vertical .bootstrap-select .dropdown-menu {
  width: 100% !important;
  border: none;
  border-radius: 0;
  box-shadow: 0px 2px 2px 0px #a9a9a970;
  border-top: 1px solid #a9a9a970;
}

.spass .operatori_search_box .vertical .bootstrap-select .dropdown-menu .dropdown-item {
  font-size: 1.5rem;
  line-height: 4rem;
}

.spass .operatori_search_box .vertical .bootstrap-select .dropdown-menu .dropdown-item:active,
.spass .operatori_search_box .vertical .bootstrap-select .dropdown-menu .dropdown-item.active {
  background-color: #F08EF4;
}

.spass .operatori_search_box .vertical .btn-er,
.spass .operatori_search_box .vertical .instagram .instabutton div span,
.instagram .instabutton div .spass .operatori_search_box .vertical span {
  margin-top: 18px;
}

.spass .operatori_search_box .vertical .btn-er .fa-chevron-down,
.spass .operatori_search_box .vertical .instagram .instabutton div span .fa-chevron-down,
.instagram .instabutton div .spass .operatori_search_box .vertical span .fa-chevron-down {
  float: right;
  line-height: 4rem;
}

.spass .home-boxes {
  background-color: #F08EF4;
}

.spass .content-box a {
  font-weight: bold;
  color: #F08EF4;
}

.spass .content-box a strong {
  color: #F08EF4;
}

.spass .content-box .btn-er,
.spass .content-box .instagram .instabutton div span,
.instagram .instabutton div .spass .content-box span {
  background-color: #F08EF4;
  color: white;
}

.spass .content-box h3.with-line {
  font-size: 1.8rem;
  color: #030303;
  letter-spacing: -0.43px;
  text-transform: uppercase;
  margin-bottom: 2.1rem;
}

.spass .content-box h3.with-line::before {
  content: "";
  display: block;
  height: 3px;
  background: #0e797b;
  width: 100%;
  max-width: 32rem;
  margin-left: 0;
  margin-right: 0;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.spass *:focus {
  outline: 1px solid #F08EF4;
  outline-offset: -1px;
}

.spass .bootstrap-select .dropdown-toggle:focus {
  outline: 1px solid #F08EF4;
  outline-offset: -1px;
}

.spass a:hover {
  outline: 1px solid #f6bcf9;
}

.spass a:active {
  outline: 1px solid #F08EF4;
}

.spass .events-list {
  font-size: 1.4rem;
}

.spass .section-list {
  display: block;
  text-align: right;
}

.spass .section-list a {
  font-size: 2rem;
  color: #F08EF4;
}

.spass .events-list dt,
.spass .section-list dt,
.spass .iat-list dt {
  text-transform: uppercase;
  font-size: 1.5rem;
  line-height: 1.5;
  color: #111;
  letter-spacing: -0.38px;
  font-weight: 600;
  margin-top: 1.4rem;
}

.spass .events-list dd,
.spass .section-list dd,
.spass .iat-list dd {
  font-size: 1.6rem;
  margin-bottom: 0.6rem;
  line-height: 1.5;
  color: #030303;
}

.spass .events-list dd i,
.spass .section-list dd i,
.spass .iat-list dd i {
  margin-right: 0.6rem;
}

.spass .events-list ul,
.spass .section-list ul,
.spass .iat-list ul {
  list-style: none;
  padding-inline-start: 0;
}

.spass .events-list ul li,
.spass .section-list ul li,
.spass .iat-list ul li {
  font-size: 1.5rem;
  color: #030303;
  margin-top: 0.6rem;
  line-height: 1.5;
}

.spass .events-list ul.tappe-list,
.spass .section-list ul.tappe-list,
.spass .iat-list ul.tappe-list {
  list-style: none;
  padding-inline-start: 0;
}

.spass .events-list ul.tappe-list li,
.spass .section-list ul.tappe-list li,
.spass .iat-list ul.tappe-list li {
  font-size: 1.6rem;
  line-height: 1.5;
  color: #030303;
}

.spass .tickets-list {
  display: flex;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #111;
  letter-spacing: -0.38px;
  font-weight: 600;
  margin-top: 1.4rem;
}

.spass .tickets-list i {
  margin-top: 0.6rem;
}

.spass .tickets-list li {
  color: #030303;
  font-size: 1.6rem;
  margin-left: 1.2rem;
}

.spass .tickets-list li i {
  margin-right: 0.6rem;
}

.spass .address * {
  color: white;
}

.spass .top-title-box {
  padding: 0rem;
  text-align: center;
}

.spass .top-title-box.no-image {
  padding-top: 10rem;
}

.spass .top-title-box.no-image .er-logo-top {
  margin: 0 auto;
  display: block;
  margin-bottom: 10rem;
}

.spass .top-title-box h1 {
  font-size: 3rem;
  color: #F08EF4;
  letter-spacing: -1.01px;
  line-height: 4rem;
  margin: 2rem 0;
}

.spass .top-title-box h2 {
  font-size: 2rem;
  line-height: 1.5;
  color: #000;
  letter-spacing: -0.58px;
}

.spass .top-title-box .breadcrumb {
  opacity: 0.6;
  font-size: 1.5rem;
  letter-spacing: -0.38px;
  padding: 0;
  margin: 0;
  color: #F08EF4;
  background-color: #fff;
}

.spass .top-title-box .breadcrumb .breadcrumb-item::before,
.spass .top-title-box .breadcrumb a {
  color: #F08EF4;
}

@media (min-width: 992px) {
  .spass .top-title-box h1 {
    line-height: 7rem;
    font-size: 7rem;
    margin-top: 3rem;
  }

  .spass .top-title-box h2 {
    font-size: 2rem;
    line-height: 1.5rem;
  }

  .spass .top-title-box .breadcrumb {
    font-size: 1.9rem;
  }
}

.spass .image-box-with-border {
  margin: 2rem 0;
  border-top: 64px solid #F08EF4;
}

.spass .image-box-with-border img {
  -o-object-fit: cover;
     object-fit: cover;
}

.spass .top-image {
  transition: background-image 1s ease-in-out;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 20px;
}

.spass .top-image .logo {
  position: absolute;
  width: 30rem;
  bottom: 20px;
  left: 50%;
  margin-left: -15rem;
}

.spass .top-image.no-mask {
  height: 600px;
}

.spass .top-image .mask {
  z-index: 997;
  position: relative;
  width: 100%;
}

@media (min-width: 992px) {
  .spass .top-image:after {
    position: absolute;
    content: "";
    left: 0px;
    bottom: -20px;
    width: 100%;
    height: 20px;
    transform: rotate(-180deg);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(255, 255, 255, 0.12) 12%, #e6e6e6);
  }
}

.spass .info-box {
  position: relative;
  z-index: 0;
  border-right: 1px solid #e6e6e6;
  border-left: 7px solid #F08EF4;
  background-color: white;
  padding: 0.1rem 1.5rem;
}

.spass .info-box h3 {
  font-weight: bold;
  font-size: 1.9rem;
}

.spass .info-box .referente {
  font-size: 1.7rem;
  line-height: 1.8rem;
  color: #000;
  letter-spacing: -0.41px;
}

@media (min-width: 768px) {
  .spass .info-box {
    position: sticky;
    position: -webkit-sticky;
    top: 68px;
  }
}

.spass .info-box:after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: -8px;
  height: 8px;
  left: 0px;
  z-index: -1;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.01) 30%, rgba(0, 0, 0, 0.03) 50%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0.08) 90%, rgba(0, 0, 0, 0.09) 96%, rgba(0, 0, 0, 0.1) 100%);
}

.spass .info-box:after {
  width: calc(100% + 8px);
  left: -7px;
}

@media (max-width: 991.98px) {
  .spass .info-box {
    width: auto;
    max-width: 60%;
    min-width: 300px;
    margin: 20px auto;
    display: block;
  }
}

@media (min-width: 992px) {
  .spass .info-box {
    margin-top: 2.2rem;
  }
}

.spass .info-box li {
  padding: 1.1rem 0;
}

.spass .info-box li .icon {
  font-size: 2.8rem;
  line-height: 3.3rem;
  margin-right: 1rem;
  float: left;
}

.spass .info-box li .info .title {
  text-transform: uppercase;
  font-size: 1.2rem;
  line-height: 1.5rem;
  color: #787878;
  letter-spacing: -0.38px;
}

.spass .info-box li .info .value {
  font-size: 1.7rem;
  line-height: 1.8rem;
  color: #000000;
  letter-spacing: -0.41px;
  display: table;
}

.spass .info-box li .info .value a {
  word-break: break-all;
}

@media (max-width: 991.98px) {
  .spass .info-box li.bookmarks {
    display: none;
  }
}

.spass .info-box .title-index {
  text-transform: uppercase;
  font-size: 1.4rem;
  line-height: 3rem;
  letter-spacing: -0.38px;
}

.spass .info-box .bookmarks {
  display: inline-block;
}

.spass .info-box .bookmarks ul li {
  padding: 0.5rem 0;
  width: 100%;
}

.spass .info-box .bookmarks ul li a {
  font-size: 1.4rem;
  line-height: 1.5rem;
  color: #000000;
  letter-spacing: -0.41px;
}

.spass .info-box .bookmarks ul li a.active {
  text-decoration: underline;
}

.spass #bookmarks-index {
  margin-top: 8rem;
}

.spass #bookmarks-index .info {
  padding: 2.1rem;
}

.spass #bookmarks-index h4 {
  font-size: 1.8rem;
}

@media (min-width: 768px) {
  .spass #bookmarks-index {
    display: none;
  }
}

.spass blockquote:before {
  color: #f193f4;
}

.spass .btn-er,
.spass .instagram .instabutton div span,
.instagram .instabutton div .spass span,
.spass.btn {
  background: #F08EF4;
}

.spass hr {
  height: 3px;
  background: #F08EF4;
  width: 100%;
  max-width: 32rem;
  margin-left: 0;
  margin-right: 0;
  margin-top: 1rem;
  margin-bottom: 2rem;
}

.spass .section h2 {
  margin-top: 4.5rem;
  margin-bottom: 4.5rem;
  font-size: 4.42rem;
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.18;
  letter-spacing: -1.07px;
  text-align: center;
  color: black;
  /*text-decoration: underline;*/
}

.spass .section h2 a {
  color: black;
}

.spass .section h3 {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
  font-size: 3.42rem;
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.18;
  letter-spacing: -1.07px;
  text-align: center;
  color: black;
  text-transform: uppercase;
  /*text-decoration: underline;*/
}

.spass .section h3 a {
  color: black;
}

.spass .section .gallery {
  position: relative;
  padding-bottom: 33px;
}

.spass .section .gallery .swiper-button-next,
.spass .section .gallery .swiper-container-rtl .swiper-button-prev,
.spass .section .gallery .swiper-button-prev,
.spass .section .gallery .swiper-container-rtl .swiper-button-next {
  background-position: center;
  width: 7.2rem;
  bottom: 33px;
  height: auto;
  top: 0px;
  margin: 0px;
  left: auto;
}

.spass .section .gallery .swiper-button-next svg,
.spass .section .gallery .swiper-container-rtl .swiper-button-prev svg,
.spass .section .gallery .swiper-button-prev svg,
.spass .section .gallery .swiper-container-rtl .swiper-button-next svg {
  top: 50%;
  left: 2.1rem;
  position: absolute;
  width: 3rem;
  height: 3rem;
  margin-top: -1.5rem;
  filter: drop-shadow(0px 3px 3px black);
}

.spass .section .gallery .swiper-button-next,
.spass .section .gallery .swiper-button-prev,
.spass .section .gallery .swiper-container-rtl .swiper-button-prev,
.spass .section .gallery .swiper-container-rtl .swiper-button-next {
  fill: #fff;
}

.spass .section .gallery .swiper-button-next,
.spass .section .gallery .swiper-container-rtl .swiper-button-prev {
  right: 0px;
}

.spass .section .gallery .swiper-button-prev,
.spass .section .gallery .swiper-container-rtl .swiper-button-next {
  left: 0px;
}

.spass .section .gallery .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #F08EF4;
}

.spass .section .gallery .swiper-pagination-bullet {
  border: 1px solid #F08EF4;
}

.spass .section .gallery .swiper-pagination-bullets {
  bottom: 2px;
}

.spass .section .gallery .swiper-slide .carousel-content {
  background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.07) 8%, rgba(0, 0, 0, 0.45) 68%);
  position: absolute;
  left: 0rem;
  bottom: 0rem;
  right: 0rem;
  width: auto;
  padding: 10rem 2rem 2rem 2rem;
  font-size: 2.6rem;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.63px;
  text-align: center;
  color: #ffffff;
}

.spass .section .gallery .swiper-slide .carousel-content a {
  color: #ffffff !important;
}

.spass .section .card-carousel .nodefault.swiper-button-prev::after,
.spass .section .card-carousel .nodefault.swiper-button-prev::before,
.spass .section .card-carousel .nodefault.swiper-button-next::after,
.spass .section .card-carousel .nodefault.swiper-button-next::before {
  content: unset;
}

.spass .section .card-carousel .swiper-slide {
  height: auto;
  margin-bottom: 5rem;
}

.spass .section .card-carousel .swiper-slide .iv-wrapper,
.spass .section .card-carousel .swiper-slide a .iv-wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

.spass .section .card-carousel .swiper-slide .iv-wrapper > div,
.spass .section .card-carousel .swiper-slide a .iv-wrapper > div {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: start;
}

.spass .section .card-carousel .swiper-slide .iv-wrapper .image,
.spass .section .card-carousel .swiper-slide a .iv-wrapper .image {
  min-height: 23rem;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.spass .section .card-carousel .swiper-slide .iv-wrapper .content,
.spass .section .card-carousel .swiper-slide a .iv-wrapper .content {
  background: #ffffff;
  border: 0 solid #000000;
  position: relative;
  padding: 2rem 2.1rem 4rem;
  position: relative;
  z-index: 0;
}

.spass .section .card-carousel .swiper-slide .iv-wrapper .content:after,
.spass .section .card-carousel .swiper-slide a .iv-wrapper .content:after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: -4px;
  height: 4px;
  left: 0px;
  z-index: -1;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.01) 30%, rgba(0, 0, 0, 0.03) 50%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0.08) 90%, rgba(0, 0, 0, 0.09) 96%, rgba(0, 0, 0, 0.1) 100%);
}

.spass .section .card-carousel .swiper-slide .iv-wrapper .content h3,
.spass .section .card-carousel .swiper-slide a .iv-wrapper .content h3 {
  font-size: 2rem;
  color: #030303;
  letter-spacing: -0.48px;
  text-align: left;
}

.spass .section .card-carousel .swiper-slide .iv-wrapper .content p,
.spass .section .card-carousel .swiper-slide .iv-wrapper .content p a,
.spass .section .card-carousel .swiper-slide .iv-wrapper .content a p,
.spass .section .card-carousel .swiper-slide a .iv-wrapper .content p,
.spass .section .card-carousel .swiper-slide a .iv-wrapper .content p a,
.spass .section .card-carousel .swiper-slide a .iv-wrapper .content a p {
  font-size: 1.5rem;
  color: #030303;
  letter-spacing: -0.38px;
  margin-bottom: 0px;
}

.spass .section .card-carousel .swiper-slide .iv-wrapper .content p .readmore,
.spass .section .card-carousel .swiper-slide .iv-wrapper .content p a .readmore,
.spass .section .card-carousel .swiper-slide .iv-wrapper .content a p .readmore,
.spass .section .card-carousel .swiper-slide a .iv-wrapper .content p .readmore,
.spass .section .card-carousel .swiper-slide a .iv-wrapper .content p a .readmore,
.spass .section .card-carousel .swiper-slide a .iv-wrapper .content a p .readmore {
  font-style: italic;
  color: #ea60ef;
  display: block;
  margin-top: 1rem;
}

.spass .section .card-carousel .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border: 1px solid #F08EF4;
  background: none;
  opacity: 1;
}

.spass .section .card-carousel .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #F08EF4;
}

.spass .section .card-carousel .swiper-button-next,
.spass .section .card-carousel .swiper-container-rtl .swiper-button-prev,
.spass .section .card-carousel .swiper-button-prev,
.spass .section .card-carousel .swiper-container-rtl .swiper-button-next {
  background-image: none;
  width: 4rem;
  height: 23rem;
  top: 0px;
  margin: 0px;
  left: auto;
}

.spass .section .card-carousel .swiper-button-next svg,
.spass .section .card-carousel .swiper-container-rtl .swiper-button-prev svg,
.spass .section .card-carousel .swiper-button-prev svg,
.spass .section .card-carousel .swiper-container-rtl .swiper-button-next svg {
  top: 50%;
  left: 50%;
  position: absolute;
  width: 3rem;
  height: 3rem;
  margin-top: -1.5rem;
  margin-left: -1.5rem;
  filter: drop-shadow(0px 3px 3px black);
}

.spass .section .card-carousel .swiper-button-next,
.spass .section .card-carousel .swiper-button-prev,
.spass .section .card-carousel .swiper-container-rtl .swiper-button-prev,
.spass .section .card-carousel .swiper-container-rtl .swiper-button-next {
  fill: #fff;
}

.spass .section .card-carousel .swiper-button-next,
.spass .section .card-carousel .swiper-container-rtl .swiper-button-prev {
  right: 0px;
}

.spass .section .card-carousel .swiper-button-prev,
.spass .section .card-carousel .swiper-container-rtl .swiper-button-next {
  left: 0px;
}

.spass .section .sassibox-item,
.spass .section a .sassibox-item {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 5rem;
}

.spass .section .sassibox-item > div,
.spass .section a .sassibox-item > div {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.spass .section .sassibox-item .image,
.spass .section a .sassibox-item .image {
  min-height: 23rem;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.spass .section .sassibox-item .content,
.spass .section a .sassibox-item .content {
  background: #ffffff;
  border: 0 solid #000000;
  position: relative;
  padding: 1rem 0;
  position: relative;
  z-index: 0;
}

.spass .section .sassibox-item .content:after,
.spass .section a .sassibox-item .content:after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: -4px;
  height: 4px;
  left: 0px;
  z-index: -1;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.01) 30%, rgba(0, 0, 0, 0.03) 50%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0.08) 90%, rgba(0, 0, 0, 0.09) 96%, rgba(0, 0, 0, 0.1) 100%);
}

.spass .section .sassibox-item .content h4,
.spass .section a .sassibox-item .content h4 {
  font-size: 2rem;
  color: #030303;
  letter-spacing: -0.48px;
  text-align: left;
}

.spass .section .sassibox-item .content p,
.spass .section .sassibox-item .content span,
.spass .section .sassibox-item .content a span,
.spass .section .sassibox-item .content span a,
.spass .section .sassibox-item .content p a,
.spass .section .sassibox-item .content a p,
.spass .section a .sassibox-item .content p,
.spass .section a .sassibox-item .content span,
.spass .section a .sassibox-item .content a span,
.spass .section a .sassibox-item .content span a,
.spass .section a .sassibox-item .content p a,
.spass .section a .sassibox-item .content a p {
  font-size: 1.5rem;
  color: #030303;
  letter-spacing: -0.38px;
}

.spass .section .sassibox-item .content .action,
.spass .section a .sassibox-item .content .action {
  margin: 10px 0;
}

.spass .section .sassibox-item .content .action button,
.spass .section a .sassibox-item .content .action button {
  font-family: "Open Sans", sans-serif !important;
}

.spass .section .sassibox-item .content .readmore,
.spass .section a .sassibox-item .content .readmore {
  border: 1px solid transparent;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  padding: 6px 12px;
  text-align: center;
  vertical-align: middle;
  width: -moz-fit-content;
  width: fit-content;
  text-transform: uppercase;
  background-color: #F08EF4;
}

.romagna-craft .xp_search_box button span {
  color: white;
}

.romagna-craft .xp_search_box .city {
  color: white;
}

.romagna-craft .xp_search_box .horizontal {
  padding: 1rem;
  background-color: #2F4A9A;
  background-image: linear-gradient(-180deg, #2e4998 0%, #2F4A9A 48%, #2e4998 80%);
  font-size: 1.6rem;
}

.romagna-craft .xp_search_box .horizontal.collapsed {
  border-radius: 2px;
  box-shadow: -1px 0 3px 0 rgba(0, 0, 0, 0.25);
}

.romagna-craft .xp_search_box .horizontal .fa,
.romagna-craft .xp_search_box .horizontal .search .searchearchbox.vertical .bootstrap-select button:after,
.search .searchearchbox.vertical .bootstrap-select .romagna-craft .xp_search_box .horizontal button:after,
.romagna-craft .xp_search_box .search .searchearchbox.horizontal .control .bootstrap-select button:after,
.search .romagna-craft .xp_search_box .searchearchbox.horizontal .control .bootstrap-select button:after,
.romagna-craft .xp_search_box .horizontal .downloads .downloadsearchbox.vertical .bootstrap-select button:after,
.downloads .downloadsearchbox.vertical .bootstrap-select .romagna-craft .xp_search_box .horizontal button:after,
.romagna-craft .xp_search_box .downloads .downloadsearchbox.horizontal .control .bootstrap-select button:after,
.downloads .romagna-craft .xp_search_box .downloadsearchbox.horizontal .control .bootstrap-select button:after,
.romagna-craft .xp_search_box .horizontal .localita #searchbox-app .bootstrap-select button:after,
.localita #searchbox-app .bootstrap-select .romagna-craft .xp_search_box .horizontal button:after,
.romagna-craft .xp_search_box .horizontal .itinerari .searchbox .control .bootstrap-select button:after,
.itinerari .searchbox .control .bootstrap-select .romagna-craft .xp_search_box .horizontal button:after,
.romagna-craft .xp_search_box .itinerari .searchbox.horizontal .control .bootstrap-select button:after,
.itinerari .romagna-craft .xp_search_box .searchbox.horizontal .control .bootstrap-select button:after,
.romagna-craft .xp_search_box .horizontal .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .vertical .bootstrap-select .romagna-craft .xp_search_box .horizontal button:after,
.romagna-craft .xp_search_box .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .romagna-craft .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna-craft .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .romagna-craft .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna-craft .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .romagna-craft .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna-craft .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .romagna-craft .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna-craft .xp_search_box .horizontal .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .vertical .bootstrap-select .romagna-craft .xp_search_box .horizontal button:after,
.romagna-craft .xp_search_box .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .romagna-craft .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna-craft .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .romagna-craft .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna-craft .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .romagna-craft .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna-craft .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .romagna-craft .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna-craft .xp_search_box .horizontal .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .vertical .bootstrap-select .romagna-craft .xp_search_box .horizontal button:after,
.romagna-craft .xp_search_box .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .romagna-craft .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna-craft .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .romagna-craft .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna-craft .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .romagna-craft .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna-craft .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .romagna-craft .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna-craft .xp_search_box .horizontal .operatori_search_box .vertical .bootstrap-select button:after,
.romagna-craft .operatori_search_box .vertical .bootstrap-select .xp_search_box .horizontal button:after,
.romagna-craft .xp_search_box .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna-craft .operatori_search_box .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna-craft .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna-craft .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna-craft .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna-craft .xp_search_box .events-homepage .header .eventsearchbox.horizontal .control .bootstrap-select button:after,
.events-homepage .header .romagna-craft .xp_search_box .eventsearchbox.horizontal .control .bootstrap-select button:after,
.romagna-craft .xp_search_box .horizontal .events-homepage .header .eventsearchbox.vertical .bootstrap-select button:after,
.events-homepage .header .eventsearchbox.vertical .bootstrap-select .romagna-craft .xp_search_box .horizontal button:after,
.romagna-craft .xp_search_box .events-page .header .eventsearchbox.horizontal .control .bootstrap-select button:after,
.events-page .header .romagna-craft .xp_search_box .eventsearchbox.horizontal .control .bootstrap-select button:after,
.romagna-craft .xp_search_box .horizontal .events-page .header .eventsearchbox.vertical .bootstrap-select button:after,
.events-page .header .eventsearchbox.vertical .bootstrap-select .romagna-craft .xp_search_box .horizontal button:after,
.romagna-craft .scopri .xp_search_box .horizontal .control .bootstrap-select button:after,
.scopri .romagna-craft .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna-craft .scopri .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.scopri .romagna-craft .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna-craft .scopri .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.scopri .romagna-craft .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna-craft .xp_search_box .scopri .operatori_search_box .horizontal .control .bootstrap-select button:after,
.scopri .operatori_search_box .romagna-craft .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna-craft .xp_search_box .horizontal .scopri .operatori_search_box .vertical .bootstrap-select button:after,
.scopri .operatori_search_box .vertical .bootstrap-select .romagna-craft .xp_search_box .horizontal button:after,
.romagna-craft .idee .xp_search_box .horizontal .control .bootstrap-select button:after,
.idee .romagna-craft .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna-craft .idee .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.idee .romagna-craft .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna-craft .idee .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.idee .romagna-craft .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna-craft .xp_search_box .idee .operatori_search_box .horizontal .control .bootstrap-select button:after,
.idee .operatori_search_box .romagna-craft .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna-craft .xp_search_box .horizontal .idee .operatori_search_box .vertical .bootstrap-select button:after,
.idee .operatori_search_box .vertical .bootstrap-select .romagna-craft .xp_search_box .horizontal button:after,
.romagna-craft .eventi .xp_search_box .horizontal .control .bootstrap-select button:after,
.eventi .romagna-craft .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna-craft .eventi .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.eventi .romagna-craft .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna-craft .eventi .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.eventi .romagna-craft .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna-craft .xp_search_box .eventi .operatori_search_box .horizontal .control .bootstrap-select button:after,
.eventi .operatori_search_box .romagna-craft .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna-craft .xp_search_box .horizontal .eventi .operatori_search_box .vertical .bootstrap-select button:after,
.eventi .operatori_search_box .vertical .bootstrap-select .romagna-craft .xp_search_box .horizontal button:after,
.romagna-craft .pianifica .xp_search_box .horizontal .control .bootstrap-select button:after,
.pianifica .romagna-craft .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna-craft .pianifica .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.pianifica .romagna-craft .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna-craft .pianifica .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.pianifica .romagna-craft .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna-craft .xp_search_box .pianifica .operatori_search_box .horizontal .control .bootstrap-select button:after,
.pianifica .operatori_search_box .romagna-craft .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna-craft .xp_search_box .horizontal .pianifica .operatori_search_box .vertical .bootstrap-select button:after,
.pianifica .operatori_search_box .vertical .bootstrap-select .romagna-craft .xp_search_box .horizontal button:after,
.romagna-craft .esperienze .xp_search_box .horizontal .control .bootstrap-select button:after,
.esperienze .romagna-craft .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna-craft .esperienze .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.esperienze .romagna-craft .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna-craft .esperienze .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.esperienze .romagna-craft .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna-craft .xp_search_box .esperienze .operatori_search_box .horizontal .control .bootstrap-select button:after,
.esperienze .operatori_search_box .romagna-craft .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna-craft .xp_search_box .horizontal .esperienze .operatori_search_box .vertical .bootstrap-select button:after,
.esperienze .operatori_search_box .vertical .bootstrap-select .romagna-craft .xp_search_box .horizontal button:after,
.romagna-craft .news .xp_search_box .horizontal .control .bootstrap-select button:after,
.news .romagna-craft .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna-craft .news .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.news .romagna-craft .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna-craft .news .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.news .romagna-craft .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna-craft .xp_search_box .news .operatori_search_box .horizontal .control .bootstrap-select button:after,
.news .operatori_search_box .romagna-craft .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna-craft .xp_search_box .horizontal .news .operatori_search_box .vertical .bootstrap-select button:after,
.news .operatori_search_box .vertical .bootstrap-select .romagna-craft .xp_search_box .horizontal button:after,
.romagna-craft .iat .xp_search_box .horizontal .control .bootstrap-select button:after,
.iat .romagna-craft .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna-craft .iat .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.iat .romagna-craft .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna-craft .iat .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.iat .romagna-craft .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna-craft .xp_search_box .iat .operatori_search_box .horizontal .control .bootstrap-select button:after,
.iat .operatori_search_box .romagna-craft .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna-craft .xp_search_box .horizontal .iat .operatori_search_box .vertical .bootstrap-select button:after,
.iat .operatori_search_box .vertical .bootstrap-select .romagna-craft .xp_search_box .horizontal button:after,
.romagna-craft .meteo .xp_search_box .horizontal .control .bootstrap-select button:after,
.meteo .romagna-craft .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna-craft .meteo .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.meteo .romagna-craft .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna-craft .meteo .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.meteo .romagna-craft .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna-craft .xp_search_box .meteo .operatori_search_box .horizontal .control .bootstrap-select button:after,
.meteo .operatori_search_box .romagna-craft .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna-craft .xp_search_box .horizontal .meteo .operatori_search_box .vertical .bootstrap-select button:after,
.meteo .operatori_search_box .vertical .bootstrap-select .romagna-craft .xp_search_box .horizontal button:after,
.romagna-craft .odm .xp_search_box .horizontal .control .bootstrap-select button:after,
.odm .romagna-craft .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna-craft .odm .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.odm .romagna-craft .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna-craft .odm .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.odm .romagna-craft .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna-craft .xp_search_box .odm .operatori_search_box .horizontal .control .bootstrap-select button:after,
.odm .operatori_search_box .romagna-craft .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna-craft .xp_search_box .horizontal .odm .operatori_search_box .vertical .bootstrap-select button:after,
.odm .operatori_search_box .vertical .bootstrap-select .romagna-craft .xp_search_box .horizontal button:after,
.romagna-craft .booking .xp_search_box .horizontal .control .bootstrap-select button:after,
.booking .romagna-craft .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna-craft .booking .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.booking .romagna-craft .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna-craft .booking .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.booking .romagna-craft .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna-craft .xp_search_box .booking .operatori_search_box .horizontal .control .bootstrap-select button:after,
.booking .operatori_search_box .romagna-craft .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna-craft .xp_search_box .horizontal .booking .operatori_search_box .vertical .bootstrap-select button:after,
.booking .operatori_search_box .vertical .bootstrap-select .romagna-craft .xp_search_box .horizontal button:after,
.romagna-craft .rock .xp_search_box .horizontal .control .bootstrap-select button:after,
.rock .romagna-craft .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna-craft .rock .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.rock .romagna-craft .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna-craft .rock .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.rock .romagna-craft .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna-craft .xp_search_box .rock .operatori_search_box .horizontal .control .bootstrap-select button:after,
.rock .operatori_search_box .romagna-craft .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna-craft .xp_search_box .horizontal .rock .operatori_search_box .vertical .bootstrap-select button:after,
.rock .operatori_search_box .vertical .bootstrap-select .romagna-craft .xp_search_box .horizontal button:after,
.romagna-craft .beach .xp_search_box .horizontal .control .bootstrap-select button:after,
.beach .romagna-craft .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna-craft .beach .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.beach .romagna-craft .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna-craft .beach .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.beach .romagna-craft .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna-craft .xp_search_box .beach .operatori_search_box .horizontal .control .bootstrap-select button:after,
.beach .operatori_search_box .romagna-craft .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna-craft .xp_search_box .horizontal .beach .operatori_search_box .vertical .bootstrap-select button:after,
.beach .operatori_search_box .vertical .bootstrap-select .romagna-craft .xp_search_box .horizontal button:after,
.romagna-craft .food .xp_search_box .horizontal .control .bootstrap-select button:after,
.food .romagna-craft .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna-craft .food .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.food .romagna-craft .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna-craft .food .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.food .romagna-craft .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna-craft .xp_search_box .food .operatori_search_box .horizontal .control .bootstrap-select button:after,
.food .operatori_search_box .romagna-craft .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna-craft .xp_search_box .horizontal .food .operatori_search_box .vertical .bootstrap-select button:after,
.food .operatori_search_box .vertical .bootstrap-select .romagna-craft .xp_search_box .horizontal button:after,
.romagna-craft .nature .xp_search_box .horizontal .control .bootstrap-select button:after,
.nature .romagna-craft .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna-craft .nature .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.nature .romagna-craft .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna-craft .nature .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.nature .romagna-craft .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna-craft .xp_search_box .nature .operatori_search_box .horizontal .control .bootstrap-select button:after,
.nature .operatori_search_box .romagna-craft .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna-craft .xp_search_box .horizontal .nature .operatori_search_box .vertical .bootstrap-select button:after,
.nature .operatori_search_box .vertical .bootstrap-select .romagna-craft .xp_search_box .horizontal button:after,
.romagna-craft .romagna_autentica .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna_autentica .romagna-craft .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna-craft .romagna_autentica .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna_autentica .romagna-craft .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna-craft .romagna_autentica .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna_autentica .romagna-craft .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna-craft .xp_search_box .romagna_autentica .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna_autentica .operatori_search_box .romagna-craft .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna-craft .xp_search_box .horizontal .romagna_autentica .operatori_search_box .vertical .bootstrap-select button:after,
.romagna_autentica .operatori_search_box .vertical .bootstrap-select .romagna-craft .xp_search_box .horizontal button:after,
.romagna-craft .culture .xp_search_box .horizontal .control .bootstrap-select button:after,
.culture .romagna-craft .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna-craft .culture .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.culture .romagna-craft .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna-craft .culture .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.culture .romagna-craft .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna-craft .xp_search_box .culture .operatori_search_box .horizontal .control .bootstrap-select button:after,
.culture .operatori_search_box .romagna-craft .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna-craft .xp_search_box .horizontal .culture .operatori_search_box .vertical .bootstrap-select button:after,
.culture .operatori_search_box .vertical .bootstrap-select .romagna-craft .xp_search_box .horizontal button:after,
.romagna-craft .castle .xp_search_box .horizontal .control .bootstrap-select button:after,
.castle .romagna-craft .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna-craft .castle .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.castle .romagna-craft .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna-craft .castle .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.castle .romagna-craft .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna-craft .xp_search_box .castle .operatori_search_box .horizontal .control .bootstrap-select button:after,
.castle .operatori_search_box .romagna-craft .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna-craft .xp_search_box .horizontal .castle .operatori_search_box .vertical .bootstrap-select button:after,
.castle .operatori_search_box .vertical .bootstrap-select .romagna-craft .xp_search_box .horizontal button:after,
.romagna-craft .bike .xp_search_box .horizontal .control .bootstrap-select button:after,
.bike .romagna-craft .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna-craft .bike .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.bike .romagna-craft .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna-craft .bike .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.bike .romagna-craft .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna-craft .xp_search_box .bike .operatori_search_box .horizontal .control .bootstrap-select button:after,
.bike .operatori_search_box .romagna-craft .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna-craft .xp_search_box .horizontal .bike .operatori_search_box .vertical .bootstrap-select button:after,
.bike .operatori_search_box .vertical .bootstrap-select .romagna-craft .xp_search_box .horizontal button:after,
.romagna-craft .empire .xp_search_box .horizontal .control .bootstrap-select button:after,
.empire .romagna-craft .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna-craft .empire .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.empire .romagna-craft .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna-craft .empire .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.empire .romagna-craft .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna-craft .xp_search_box .empire .operatori_search_box .horizontal .control .bootstrap-select button:after,
.empire .operatori_search_box .romagna-craft .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna-craft .xp_search_box .horizontal .empire .operatori_search_box .vertical .bootstrap-select button:after,
.empire .operatori_search_box .vertical .bootstrap-select .romagna-craft .xp_search_box .horizontal button:after,
.romagna-craft .wellness .xp_search_box .horizontal .control .bootstrap-select button:after,
.wellness .romagna-craft .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna-craft .wellness .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.wellness .romagna-craft .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna-craft .wellness .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.wellness .romagna-craft .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna-craft .xp_search_box .wellness .operatori_search_box .horizontal .control .bootstrap-select button:after,
.wellness .operatori_search_box .romagna-craft .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna-craft .xp_search_box .horizontal .wellness .operatori_search_box .vertical .bootstrap-select button:after,
.wellness .operatori_search_box .vertical .bootstrap-select .romagna-craft .xp_search_box .horizontal button:after,
.romagna-craft .fun .xp_search_box .horizontal .control .bootstrap-select button:after,
.fun .romagna-craft .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna-craft .fun .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.fun .romagna-craft .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna-craft .fun .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.fun .romagna-craft .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna-craft .xp_search_box .fun .operatori_search_box .horizontal .control .bootstrap-select button:after,
.fun .operatori_search_box .romagna-craft .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna-craft .xp_search_box .horizontal .fun .operatori_search_box .vertical .bootstrap-select button:after,
.fun .operatori_search_box .vertical .bootstrap-select .romagna-craft .xp_search_box .horizontal button:after,
.romagna-craft .sport .xp_search_box .horizontal .control .bootstrap-select button:after,
.sport .romagna-craft .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna-craft .sport .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.sport .romagna-craft .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna-craft .sport .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.sport .romagna-craft .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna-craft .xp_search_box .sport .operatori_search_box .horizontal .control .bootstrap-select button:after,
.sport .operatori_search_box .romagna-craft .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna-craft .xp_search_box .horizontal .sport .operatori_search_box .vertical .bootstrap-select button:after,
.sport .operatori_search_box .vertical .bootstrap-select .romagna-craft .xp_search_box .horizontal button:after,
.romagna-craft .motorcycle .xp_search_box .horizontal .control .bootstrap-select button:after,
.motorcycle .romagna-craft .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna-craft .motorcycle .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.motorcycle .romagna-craft .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna-craft .motorcycle .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.motorcycle .romagna-craft .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna-craft .xp_search_box .motorcycle .operatori_search_box .horizontal .control .bootstrap-select button:after,
.motorcycle .operatori_search_box .romagna-craft .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna-craft .xp_search_box .horizontal .motorcycle .operatori_search_box .vertical .bootstrap-select button:after,
.motorcycle .operatori_search_box .vertical .bootstrap-select .romagna-craft .xp_search_box .horizontal button:after,
.romagna-craft .romagna .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna .romagna-craft .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna-craft .romagna .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna .romagna-craft .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna-craft .romagna .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna .romagna-craft .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna-craft .xp_search_box .romagna .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna .operatori_search_box .romagna-craft .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna-craft .xp_search_box .horizontal .romagna .operatori_search_box .vertical .bootstrap-select button:after,
.romagna .operatori_search_box .vertical .bootstrap-select .romagna-craft .xp_search_box .horizontal button:after,
.romagna-craft .liscio .xp_search_box .horizontal .control .bootstrap-select button:after,
.liscio .romagna-craft .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna-craft .liscio .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.liscio .romagna-craft .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna-craft .liscio .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.liscio .romagna-craft .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna-craft .xp_search_box .liscio .operatori_search_box .horizontal .control .bootstrap-select button:after,
.liscio .operatori_search_box .romagna-craft .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna-craft .xp_search_box .horizontal .liscio .operatori_search_box .vertical .bootstrap-select button:after,
.liscio .operatori_search_box .vertical .bootstrap-select .romagna-craft .xp_search_box .horizontal button:after,
.romagna-craft .default .xp_search_box .horizontal .control .bootstrap-select button:after,
.default .romagna-craft .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna-craft .default .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.default .romagna-craft .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna-craft .default .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.default .romagna-craft .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna-craft .xp_search_box .default .operatori_search_box .horizontal .control .bootstrap-select button:after,
.default .operatori_search_box .romagna-craft .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna-craft .xp_search_box .horizontal .default .operatori_search_box .vertical .bootstrap-select button:after,
.default .operatori_search_box .vertical .bootstrap-select .romagna-craft .xp_search_box .horizontal button:after,
.romagna-craft .pet .xp_search_box .horizontal .control .bootstrap-select button:after,
.pet .romagna-craft .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna-craft .pet .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.pet .romagna-craft .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna-craft .pet .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.pet .romagna-craft .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna-craft .xp_search_box .pet .operatori_search_box .horizontal .control .bootstrap-select button:after,
.pet .operatori_search_box .romagna-craft .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna-craft .xp_search_box .horizontal .pet .operatori_search_box .vertical .bootstrap-select button:after,
.pet .operatori_search_box .vertical .bootstrap-select .romagna-craft .xp_search_box .horizontal button:after,
.romagna-craft .kultur .xp_search_box .horizontal .control .bootstrap-select button:after,
.kultur .romagna-craft .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna-craft .kultur .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.kultur .romagna-craft .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna-craft .kultur .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.kultur .romagna-craft .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna-craft .xp_search_box .kultur .operatori_search_box .horizontal .control .bootstrap-select button:after,
.kultur .operatori_search_box .romagna-craft .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna-craft .xp_search_box .horizontal .kultur .operatori_search_box .vertical .bootstrap-select button:after,
.kultur .operatori_search_box .vertical .bootstrap-select .romagna-craft .xp_search_box .horizontal button:after,
.romagna-craft .natur .xp_search_box .horizontal .control .bootstrap-select button:after,
.natur .romagna-craft .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna-craft .natur .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.natur .romagna-craft .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna-craft .natur .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.natur .romagna-craft .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna-craft .xp_search_box .natur .operatori_search_box .horizontal .control .bootstrap-select button:after,
.natur .operatori_search_box .romagna-craft .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna-craft .xp_search_box .horizontal .natur .operatori_search_box .vertical .bootstrap-select button:after,
.natur .operatori_search_box .vertical .bootstrap-select .romagna-craft .xp_search_box .horizontal button:after,
.romagna-craft .spass .xp_search_box .horizontal .control .bootstrap-select button:after,
.spass .romagna-craft .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna-craft .spass .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.spass .romagna-craft .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna-craft .spass .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.spass .romagna-craft .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna-craft .xp_search_box .spass .operatori_search_box .horizontal .control .bootstrap-select button:after,
.spass .operatori_search_box .romagna-craft .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna-craft .xp_search_box .horizontal .spass .operatori_search_box .vertical .bootstrap-select button:after,
.spass .operatori_search_box .vertical .bootstrap-select .romagna-craft .xp_search_box .horizontal button:after {
  line-height: 2.2rem;
}

.romagna-craft .xp_search_box .horizontal button.collapsible {
  border: none;
  background-color: transparent;
  display: block;
  width: 100%;
  font-size: 1.6rem;
  color: #ffffff;
  letter-spacing: -0.41px;
  text-align: left;
  text-transform: uppercase;
  display: block;
}

.romagna-craft .xp_search_box .horizontal .control {
  padding: 0.5rem 1rem;
  height: 5rem;
  background-color: white;
  margin: 0.5rem;
}

.romagna-craft .xp_search_box .horizontal .control.btn-holder {
  min-width: 2rem;
  width: auto;
  padding: 0px;
}

.romagna-craft .xp_search_box .horizontal .control.btn-holder button {
  width: 100%;
  border: none;
  background-color: #233773;
  height: 100%;
  font-size: 1.6rem;
  color: #ffffff;
  letter-spacing: -0.41px;
  text-align: center;
  text-transform: uppercase;
  display: block;
  padding: 0px;
}

.romagna-craft .xp_search_box .horizontal .control .ert-dropdown {
  width: 100%;
}

.romagna-craft .xp_search_box .horizontal .control .ert-dropdown * {
  cursor: pointer;
}

.romagna-craft .xp_search_box .horizontal .control .ert-dropdown .ert-combo {
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
  display: block;
  text-align: left;
}

.romagna-craft .xp_search_box .horizontal .control .ert-dropdown .ert-combo::after {
  border: none;
}

.romagna-craft .xp_search_box .horizontal .control .ert-dropdown .ert-combo i {
  transition: 500ms ease;
  transform: rotate(0);
  position: absolute;
  top: 2.25rem;
  right: 15px;
}

.romagna-craft .xp_search_box .horizontal .control .ert-dropdown .ert-combo .button {
  padding: 0px;
}

.romagna-craft .xp_search_box .horizontal .control .ert-dropdown.show .ert-combo i {
  transform: rotate(180deg);
}

.romagna-craft .xp_search_box .horizontal .control .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: auto;
}

.romagna-craft .xp_search_box .horizontal .control .bootstrap-select {
  margin-top: -1px;
}

.romagna-craft .xp_search_box .horizontal .control .bootstrap-select *:focus {
  box-shadow: none important;
}

.romagna-craft .xp_search_box .horizontal .control .bootstrap-select button {
  padding: 0px;
  font-size: 1.5rem;
  background: #ffffff;
  color: #848484;
  letter-spacing: 0.3px;
  border: none;
  border-radius: 0;
}

.romagna-craft .xp_search_box .horizontal .control .bootstrap-select button:after {
  content: "\F078";
  border: none;
}

.romagna-craft .xp_search_box .horizontal .control .bootstrap-select .dropdown-menu {
  width: 100% !important;
  border: none;
  border-radius: 0;
  box-shadow: 0px 2px 2px 0px #a9a9a970;
  border-top: 1px solid #a9a9a970;
}

.romagna-craft .xp_search_box .horizontal .control .bootstrap-select .dropdown-menu.inner.show {
  border-top: none;
}

.romagna-craft .xp_search_box .horizontal .control .bootstrap-select .dropdown-menu .dropdown-item {
  font-size: 1.5rem;
  line-height: 4rem;
}

.romagna-craft .xp_search_box .horizontal .control .bootstrap-select .dropdown-menu .dropdown-item:active,
.romagna-craft .xp_search_box .horizontal .control .bootstrap-select .dropdown-menu .dropdown-item.active {
  background-color: #2F4A9A;
}

.romagna-craft .xp_search_box .horizontal .control label {
  background: #ffffff;
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
  line-height: 2.4rem;
  margin-bottom: 0px;
  margin-right: 0.5rem;
}

@media (max-width: 768px) {
  .romagna-craft .xp_search_box .horizontal .control label {
    min-width: 6.2rem;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .romagna-craft .xp_search_box .horizontal .control label {
    display: none;
  }
}

.romagna-craft .xp_search_box .horizontal .control .flatpickr-mobile.form-control {
  padding: 1px 0;
}

.romagna-craft .xp_search_box .horizontal .control input[type=text],
.romagna-craft .xp_search_box .horizontal .control input[type=date] {
  border: none;
  font-size: 1.5rem;
  border-radius: 0;
  background-color: white;
  border-bottom: 1px solid #495057;
  min-width: 0;
  height: auto;
}

.romagna-craft .xp_search_box .horizontal .control input[type=text]:focus,
.romagna-craft .xp_search_box .horizontal .control input[type=date]:focus {
  box-shadow: none;
}

.romagna-craft .xp_search_box .vertical {
  max-width: 30rem;
  z-index: 10;
  position: relative;
  height: 4.4rem;
  margin: 0 auto;
}

.romagna-craft .xp_search_box .vertical button.collapsible {
  border: none;
  background-color: transparent;
  display: block;
  position: absolute;
  width: 100%;
}

.romagna-craft .xp_search_box .vertical .dropbutton {
  display: none;
}

.romagna-craft .xp_search_box .vertical .dropbutton.collapsed {
  display: block;
}

.romagna-craft .xp_search_box .vertical #collapse-events {
  padding: 1.8rem;
  background-color: #2F4A9A;
  background-image: linear-gradient(-180deg, #2e4998 0%, #2F4A9A 48%, #2e4998 80%);
  font-size: 1.6rem;
}

.romagna-craft .xp_search_box .vertical .fa-chevron-up {
  text-align: right;
  line-height: 4rem;
  color: white;
  margin-bottom: 1.8rem;
}

.romagna-craft .xp_search_box .vertical .form-group {
  background: #ffffff;
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
}

.romagna-craft .xp_search_box .vertical .form-group .col-form-label {
  line-height: 5rem;
}

.romagna-craft .xp_search_box .vertical .ert-text {
  border: none;
  font-size: 1.5rem;
  height: 60px;
  border-radius: 0;
  background-color: white;
}

.romagna-craft .xp_search_box .vertical .ert-text.line {
  border-bottom: 1px solid #495057;
  height: auto;
  margin-top: 14px;
}

.romagna-craft .xp_search_box .vertical .ert-text:focus {
  box-shadow: none;
}

.romagna-craft .xp_search_box .vertical button.search {
  border: none;
  position: absolute;
  bottom: -10rem;
  left: 5%;
  right: 5%;
  width: 90%;
  line-height: 4.4rem;
}

.romagna-craft .xp_search_box .vertical .datepicker-holder {
  padding-right: 0px;
}

.romagna-craft .xp_search_box .vertical .datepicker-holder * {
  cursor: pointer;
}

.romagna-craft .xp_search_box .vertical .datepicker-holder input[type=date]::-webkit-calendar-picker-indicator {
  width: 1.2rem;
  height: 0.7rem;
  -webkit-mask: url(/images/caret.svg);
          mask: url(/images/caret.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  -webkit-transition: 500ms ease;
  transition: 500ms ease;
  background-color: #686868;
}

.romagna-craft .xp_search_box .vertical .datepicker-holder .flatpickr-calendar.static {
  margin-left: -193px;
  margin-top: -184px;
  left: 50%;
  top: 50%;
}

.romagna-craft .xp_search_box .vertical .datepicker-holder .flatpickr-calendar.static.arrowBottom:after {
  display: none;
}

.romagna-craft .xp_search_box .vertical .datepicker-holder .flatpickr-calendar.static.arrowBottom:before {
  display: none;
}

.romagna-craft .xp_search_box .vertical .datepicker-holder .flatpickr-months .flatpickr-month {
  height: 32px;
}

.romagna-craft .xp_search_box .vertical .ert-dropdown * {
  cursor: pointer;
}

.romagna-craft .xp_search_box .vertical .ert-dropdown .ert-combo {
  background: #ffffff;
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
  line-height: 5rem;
  display: block;
  width: 100%;
  height: 60px;
  text-align: left;
}

.romagna-craft .xp_search_box .vertical .ert-dropdown .ert-combo::after {
  border: none;
}

.romagna-craft .xp_search_box .vertical .ert-dropdown .ert-combo i {
  transition: 500ms ease;
  transform: rotate(0);
  position: absolute;
  top: 2.25rem;
  right: 15px;
}

.romagna-craft .xp_search_box .vertical .ert-dropdown .ert-combo .button {
  padding: 0px;
}

.romagna-craft .xp_search_box .vertical .ert-dropdown .dropdown-menu {
  width: 100% !important;
  border: none;
  border-radius: 0;
  box-shadow: 0px 2px 2px 0px #a9a9a970;
  border-top: 1px solid #a9a9a970;
}

.romagna-craft .xp_search_box .vertical .ert-dropdown .dropdown-menu .dropdown-item {
  font-size: 1.5rem;
  line-height: 4rem;
}

.romagna-craft .xp_search_box .vertical .ert-dropdown .dropdown-menu .dropdown-item:active {
  background-color: #2F4A9A;
}

.romagna-craft .xp_search_box .vertical .ert-dropdown.show .ert-combo i {
  transform: rotate(180deg);
}

.romagna-craft .xp_search_box .vertical .bootstrap-select *:focus {
  box-shadow: none important;
}

.romagna-craft .xp_search_box .vertical .bootstrap-select button {
  font-size: 1.5rem;
  color: #848484;
  letter-spacing: 0.3px;
  border: none;
  font-size: 1.5rem;
  height: 60px;
  border-radius: 0;
  background-color: white;
}

.romagna-craft .xp_search_box .vertical .bootstrap-select button:after {
  content: "\F078";
  border: none;
}

.romagna-craft .xp_search_box .vertical .bootstrap-select .dropdown-menu {
  width: 100% !important;
  border: none;
  border-radius: 0;
  box-shadow: 0px 2px 2px 0px #a9a9a970;
  border-top: 1px solid #a9a9a970;
}

.romagna-craft .xp_search_box .vertical .bootstrap-select .dropdown-menu .dropdown-item {
  font-size: 1.5rem;
  line-height: 4rem;
}

.romagna-craft .xp_search_box .vertical .bootstrap-select .dropdown-menu .dropdown-item:active,
.romagna-craft .xp_search_box .vertical .bootstrap-select .dropdown-menu .dropdown-item.active {
  background-color: #2F4A9A;
}

.romagna-craft .xp_search_box .vertical .btn-er,
.romagna-craft .xp_search_box .vertical .instagram .instabutton div span,
.instagram .instabutton div .romagna-craft .xp_search_box .vertical span {
  margin-top: 18px;
}

.romagna-craft .xp_search_box .vertical .btn-er .fa-chevron-down,
.romagna-craft .xp_search_box .vertical .instagram .instabutton div span .fa-chevron-down,
.instagram .instabutton div .romagna-craft .xp_search_box .vertical span .fa-chevron-down {
  float: right;
  line-height: 4rem;
}

.romagna-craft .operatori_search_box button span {
  color: white;
}

.romagna-craft .operatori_search_box .city {
  color: white;
}

.romagna-craft .operatori_search_box .horizontal {
  padding: 1rem;
  background-color: #2F4A9A;
  background-image: linear-gradient(-180deg, #2e4998 0%, #2F4A9A 48%, #2e4998 80%);
  font-size: 1.6rem;
}

.romagna-craft .operatori_search_box .horizontal.collapsed {
  border-radius: 2px;
  box-shadow: -1px 0 3px 0 rgba(0, 0, 0, 0.25);
}

.romagna-craft .operatori_search_box .horizontal .fa,
.romagna-craft .operatori_search_box .horizontal .search .searchearchbox.vertical .bootstrap-select button:after,
.search .searchearchbox.vertical .bootstrap-select .romagna-craft .operatori_search_box .horizontal button:after,
.romagna-craft .operatori_search_box .search .searchearchbox.horizontal .control .bootstrap-select button:after,
.search .romagna-craft .operatori_search_box .searchearchbox.horizontal .control .bootstrap-select button:after,
.romagna-craft .operatori_search_box .horizontal .downloads .downloadsearchbox.vertical .bootstrap-select button:after,
.downloads .downloadsearchbox.vertical .bootstrap-select .romagna-craft .operatori_search_box .horizontal button:after,
.romagna-craft .operatori_search_box .downloads .downloadsearchbox.horizontal .control .bootstrap-select button:after,
.downloads .romagna-craft .operatori_search_box .downloadsearchbox.horizontal .control .bootstrap-select button:after,
.romagna-craft .operatori_search_box .horizontal .localita #searchbox-app .bootstrap-select button:after,
.localita #searchbox-app .bootstrap-select .romagna-craft .operatori_search_box .horizontal button:after,
.romagna-craft .operatori_search_box .horizontal .itinerari .searchbox .control .bootstrap-select button:after,
.itinerari .searchbox .control .bootstrap-select .romagna-craft .operatori_search_box .horizontal button:after,
.romagna-craft .operatori_search_box .itinerari .searchbox.horizontal .control .bootstrap-select button:after,
.itinerari .romagna-craft .operatori_search_box .searchbox.horizontal .control .bootstrap-select button:after,
.romagna-craft .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .romagna-craft .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna-craft .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .romagna-craft .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna-craft .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .romagna-craft .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna-craft .operatori_search_box .horizontal .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .vertical .bootstrap-select .romagna-craft .operatori_search_box .horizontal button:after,
.romagna-craft .operatori_search_box .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .romagna-craft .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna-craft .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .romagna-craft .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna-craft .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .romagna-craft .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna-craft .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .romagna-craft .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna-craft .operatori_search_box .horizontal .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .vertical .bootstrap-select .romagna-craft .operatori_search_box .horizontal button:after,
.romagna-craft .operatori_search_box .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .romagna-craft .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna-craft .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .romagna-craft .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna-craft .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .romagna-craft .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna-craft .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .romagna-craft .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna-craft .operatori_search_box .horizontal .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .vertical .bootstrap-select .romagna-craft .operatori_search_box .horizontal button:after,
.romagna-craft .operatori_search_box .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .romagna-craft .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna-craft .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna-craft .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna-craft .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna-craft .operatori_search_box .events-homepage .header .eventsearchbox.horizontal .control .bootstrap-select button:after,
.events-homepage .header .romagna-craft .operatori_search_box .eventsearchbox.horizontal .control .bootstrap-select button:after,
.romagna-craft .operatori_search_box .horizontal .events-homepage .header .eventsearchbox.vertical .bootstrap-select button:after,
.events-homepage .header .eventsearchbox.vertical .bootstrap-select .romagna-craft .operatori_search_box .horizontal button:after,
.romagna-craft .operatori_search_box .events-page .header .eventsearchbox.horizontal .control .bootstrap-select button:after,
.events-page .header .romagna-craft .operatori_search_box .eventsearchbox.horizontal .control .bootstrap-select button:after,
.romagna-craft .operatori_search_box .horizontal .events-page .header .eventsearchbox.vertical .bootstrap-select button:after,
.events-page .header .eventsearchbox.vertical .bootstrap-select .romagna-craft .operatori_search_box .horizontal button:after,
.romagna-craft .operatori_search_box .scopri .xp_search_box .horizontal .control .bootstrap-select button:after,
.scopri .xp_search_box .romagna-craft .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna-craft .operatori_search_box .horizontal .scopri .xp_search_box .vertical .bootstrap-select button:after,
.scopri .xp_search_box .vertical .bootstrap-select .romagna-craft .operatori_search_box .horizontal button:after,
.romagna-craft .scopri .operatori_search_box .horizontal .control .bootstrap-select button:after,
.scopri .romagna-craft .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna-craft .scopri .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.scopri .romagna-craft .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna-craft .scopri .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.scopri .romagna-craft .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna-craft .operatori_search_box .idee .xp_search_box .horizontal .control .bootstrap-select button:after,
.idee .xp_search_box .romagna-craft .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna-craft .operatori_search_box .horizontal .idee .xp_search_box .vertical .bootstrap-select button:after,
.idee .xp_search_box .vertical .bootstrap-select .romagna-craft .operatori_search_box .horizontal button:after,
.romagna-craft .idee .operatori_search_box .horizontal .control .bootstrap-select button:after,
.idee .romagna-craft .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna-craft .idee .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.idee .romagna-craft .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna-craft .idee .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.idee .romagna-craft .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna-craft .operatori_search_box .eventi .xp_search_box .horizontal .control .bootstrap-select button:after,
.eventi .xp_search_box .romagna-craft .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna-craft .operatori_search_box .horizontal .eventi .xp_search_box .vertical .bootstrap-select button:after,
.eventi .xp_search_box .vertical .bootstrap-select .romagna-craft .operatori_search_box .horizontal button:after,
.romagna-craft .eventi .operatori_search_box .horizontal .control .bootstrap-select button:after,
.eventi .romagna-craft .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna-craft .eventi .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.eventi .romagna-craft .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna-craft .eventi .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.eventi .romagna-craft .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna-craft .operatori_search_box .pianifica .xp_search_box .horizontal .control .bootstrap-select button:after,
.pianifica .xp_search_box .romagna-craft .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna-craft .operatori_search_box .horizontal .pianifica .xp_search_box .vertical .bootstrap-select button:after,
.pianifica .xp_search_box .vertical .bootstrap-select .romagna-craft .operatori_search_box .horizontal button:after,
.romagna-craft .pianifica .operatori_search_box .horizontal .control .bootstrap-select button:after,
.pianifica .romagna-craft .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna-craft .pianifica .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.pianifica .romagna-craft .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna-craft .pianifica .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.pianifica .romagna-craft .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna-craft .operatori_search_box .esperienze .xp_search_box .horizontal .control .bootstrap-select button:after,
.esperienze .xp_search_box .romagna-craft .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna-craft .operatori_search_box .horizontal .esperienze .xp_search_box .vertical .bootstrap-select button:after,
.esperienze .xp_search_box .vertical .bootstrap-select .romagna-craft .operatori_search_box .horizontal button:after,
.romagna-craft .esperienze .operatori_search_box .horizontal .control .bootstrap-select button:after,
.esperienze .romagna-craft .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna-craft .esperienze .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.esperienze .romagna-craft .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna-craft .esperienze .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.esperienze .romagna-craft .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna-craft .operatori_search_box .news .xp_search_box .horizontal .control .bootstrap-select button:after,
.news .xp_search_box .romagna-craft .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna-craft .operatori_search_box .horizontal .news .xp_search_box .vertical .bootstrap-select button:after,
.news .xp_search_box .vertical .bootstrap-select .romagna-craft .operatori_search_box .horizontal button:after,
.romagna-craft .news .operatori_search_box .horizontal .control .bootstrap-select button:after,
.news .romagna-craft .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna-craft .news .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.news .romagna-craft .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna-craft .news .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.news .romagna-craft .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna-craft .operatori_search_box .iat .xp_search_box .horizontal .control .bootstrap-select button:after,
.iat .xp_search_box .romagna-craft .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna-craft .operatori_search_box .horizontal .iat .xp_search_box .vertical .bootstrap-select button:after,
.iat .xp_search_box .vertical .bootstrap-select .romagna-craft .operatori_search_box .horizontal button:after,
.romagna-craft .iat .operatori_search_box .horizontal .control .bootstrap-select button:after,
.iat .romagna-craft .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna-craft .iat .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.iat .romagna-craft .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna-craft .iat .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.iat .romagna-craft .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna-craft .operatori_search_box .meteo .xp_search_box .horizontal .control .bootstrap-select button:after,
.meteo .xp_search_box .romagna-craft .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna-craft .operatori_search_box .horizontal .meteo .xp_search_box .vertical .bootstrap-select button:after,
.meteo .xp_search_box .vertical .bootstrap-select .romagna-craft .operatori_search_box .horizontal button:after,
.romagna-craft .meteo .operatori_search_box .horizontal .control .bootstrap-select button:after,
.meteo .romagna-craft .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna-craft .meteo .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.meteo .romagna-craft .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna-craft .meteo .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.meteo .romagna-craft .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna-craft .operatori_search_box .odm .xp_search_box .horizontal .control .bootstrap-select button:after,
.odm .xp_search_box .romagna-craft .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna-craft .operatori_search_box .horizontal .odm .xp_search_box .vertical .bootstrap-select button:after,
.odm .xp_search_box .vertical .bootstrap-select .romagna-craft .operatori_search_box .horizontal button:after,
.romagna-craft .odm .operatori_search_box .horizontal .control .bootstrap-select button:after,
.odm .romagna-craft .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna-craft .odm .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.odm .romagna-craft .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna-craft .odm .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.odm .romagna-craft .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna-craft .operatori_search_box .booking .xp_search_box .horizontal .control .bootstrap-select button:after,
.booking .xp_search_box .romagna-craft .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna-craft .operatori_search_box .horizontal .booking .xp_search_box .vertical .bootstrap-select button:after,
.booking .xp_search_box .vertical .bootstrap-select .romagna-craft .operatori_search_box .horizontal button:after,
.romagna-craft .booking .operatori_search_box .horizontal .control .bootstrap-select button:after,
.booking .romagna-craft .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna-craft .booking .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.booking .romagna-craft .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna-craft .booking .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.booking .romagna-craft .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna-craft .operatori_search_box .rock .xp_search_box .horizontal .control .bootstrap-select button:after,
.rock .xp_search_box .romagna-craft .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna-craft .operatori_search_box .horizontal .rock .xp_search_box .vertical .bootstrap-select button:after,
.rock .xp_search_box .vertical .bootstrap-select .romagna-craft .operatori_search_box .horizontal button:after,
.romagna-craft .rock .operatori_search_box .horizontal .control .bootstrap-select button:after,
.rock .romagna-craft .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna-craft .rock .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.rock .romagna-craft .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna-craft .rock .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.rock .romagna-craft .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna-craft .operatori_search_box .beach .xp_search_box .horizontal .control .bootstrap-select button:after,
.beach .xp_search_box .romagna-craft .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna-craft .operatori_search_box .horizontal .beach .xp_search_box .vertical .bootstrap-select button:after,
.beach .xp_search_box .vertical .bootstrap-select .romagna-craft .operatori_search_box .horizontal button:after,
.romagna-craft .beach .operatori_search_box .horizontal .control .bootstrap-select button:after,
.beach .romagna-craft .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna-craft .beach .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.beach .romagna-craft .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna-craft .beach .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.beach .romagna-craft .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna-craft .operatori_search_box .food .xp_search_box .horizontal .control .bootstrap-select button:after,
.food .xp_search_box .romagna-craft .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna-craft .operatori_search_box .horizontal .food .xp_search_box .vertical .bootstrap-select button:after,
.food .xp_search_box .vertical .bootstrap-select .romagna-craft .operatori_search_box .horizontal button:after,
.romagna-craft .food .operatori_search_box .horizontal .control .bootstrap-select button:after,
.food .romagna-craft .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna-craft .food .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.food .romagna-craft .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna-craft .food .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.food .romagna-craft .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna-craft .operatori_search_box .nature .xp_search_box .horizontal .control .bootstrap-select button:after,
.nature .xp_search_box .romagna-craft .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna-craft .operatori_search_box .horizontal .nature .xp_search_box .vertical .bootstrap-select button:after,
.nature .xp_search_box .vertical .bootstrap-select .romagna-craft .operatori_search_box .horizontal button:after,
.romagna-craft .nature .operatori_search_box .horizontal .control .bootstrap-select button:after,
.nature .romagna-craft .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna-craft .nature .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.nature .romagna-craft .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna-craft .nature .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.nature .romagna-craft .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna-craft .operatori_search_box .romagna_autentica .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna_autentica .xp_search_box .romagna-craft .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna-craft .operatori_search_box .horizontal .romagna_autentica .xp_search_box .vertical .bootstrap-select button:after,
.romagna_autentica .xp_search_box .vertical .bootstrap-select .romagna-craft .operatori_search_box .horizontal button:after,
.romagna-craft .romagna_autentica .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna_autentica .romagna-craft .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna-craft .romagna_autentica .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna_autentica .romagna-craft .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna-craft .romagna_autentica .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna_autentica .romagna-craft .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna-craft .operatori_search_box .culture .xp_search_box .horizontal .control .bootstrap-select button:after,
.culture .xp_search_box .romagna-craft .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna-craft .operatori_search_box .horizontal .culture .xp_search_box .vertical .bootstrap-select button:after,
.culture .xp_search_box .vertical .bootstrap-select .romagna-craft .operatori_search_box .horizontal button:after,
.romagna-craft .culture .operatori_search_box .horizontal .control .bootstrap-select button:after,
.culture .romagna-craft .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna-craft .culture .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.culture .romagna-craft .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna-craft .culture .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.culture .romagna-craft .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna-craft .operatori_search_box .castle .xp_search_box .horizontal .control .bootstrap-select button:after,
.castle .xp_search_box .romagna-craft .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna-craft .operatori_search_box .horizontal .castle .xp_search_box .vertical .bootstrap-select button:after,
.castle .xp_search_box .vertical .bootstrap-select .romagna-craft .operatori_search_box .horizontal button:after,
.romagna-craft .castle .operatori_search_box .horizontal .control .bootstrap-select button:after,
.castle .romagna-craft .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna-craft .castle .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.castle .romagna-craft .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna-craft .castle .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.castle .romagna-craft .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna-craft .operatori_search_box .bike .xp_search_box .horizontal .control .bootstrap-select button:after,
.bike .xp_search_box .romagna-craft .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna-craft .operatori_search_box .horizontal .bike .xp_search_box .vertical .bootstrap-select button:after,
.bike .xp_search_box .vertical .bootstrap-select .romagna-craft .operatori_search_box .horizontal button:after,
.romagna-craft .bike .operatori_search_box .horizontal .control .bootstrap-select button:after,
.bike .romagna-craft .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna-craft .bike .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.bike .romagna-craft .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna-craft .bike .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.bike .romagna-craft .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna-craft .operatori_search_box .empire .xp_search_box .horizontal .control .bootstrap-select button:after,
.empire .xp_search_box .romagna-craft .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna-craft .operatori_search_box .horizontal .empire .xp_search_box .vertical .bootstrap-select button:after,
.empire .xp_search_box .vertical .bootstrap-select .romagna-craft .operatori_search_box .horizontal button:after,
.romagna-craft .empire .operatori_search_box .horizontal .control .bootstrap-select button:after,
.empire .romagna-craft .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna-craft .empire .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.empire .romagna-craft .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna-craft .empire .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.empire .romagna-craft .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna-craft .operatori_search_box .wellness .xp_search_box .horizontal .control .bootstrap-select button:after,
.wellness .xp_search_box .romagna-craft .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna-craft .operatori_search_box .horizontal .wellness .xp_search_box .vertical .bootstrap-select button:after,
.wellness .xp_search_box .vertical .bootstrap-select .romagna-craft .operatori_search_box .horizontal button:after,
.romagna-craft .wellness .operatori_search_box .horizontal .control .bootstrap-select button:after,
.wellness .romagna-craft .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna-craft .wellness .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.wellness .romagna-craft .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna-craft .wellness .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.wellness .romagna-craft .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna-craft .operatori_search_box .fun .xp_search_box .horizontal .control .bootstrap-select button:after,
.fun .xp_search_box .romagna-craft .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna-craft .operatori_search_box .horizontal .fun .xp_search_box .vertical .bootstrap-select button:after,
.fun .xp_search_box .vertical .bootstrap-select .romagna-craft .operatori_search_box .horizontal button:after,
.romagna-craft .fun .operatori_search_box .horizontal .control .bootstrap-select button:after,
.fun .romagna-craft .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna-craft .fun .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.fun .romagna-craft .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna-craft .fun .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.fun .romagna-craft .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna-craft .operatori_search_box .sport .xp_search_box .horizontal .control .bootstrap-select button:after,
.sport .xp_search_box .romagna-craft .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna-craft .operatori_search_box .horizontal .sport .xp_search_box .vertical .bootstrap-select button:after,
.sport .xp_search_box .vertical .bootstrap-select .romagna-craft .operatori_search_box .horizontal button:after,
.romagna-craft .sport .operatori_search_box .horizontal .control .bootstrap-select button:after,
.sport .romagna-craft .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna-craft .sport .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.sport .romagna-craft .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna-craft .sport .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.sport .romagna-craft .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna-craft .operatori_search_box .motorcycle .xp_search_box .horizontal .control .bootstrap-select button:after,
.motorcycle .xp_search_box .romagna-craft .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna-craft .operatori_search_box .horizontal .motorcycle .xp_search_box .vertical .bootstrap-select button:after,
.motorcycle .xp_search_box .vertical .bootstrap-select .romagna-craft .operatori_search_box .horizontal button:after,
.romagna-craft .motorcycle .operatori_search_box .horizontal .control .bootstrap-select button:after,
.motorcycle .romagna-craft .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna-craft .motorcycle .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.motorcycle .romagna-craft .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna-craft .motorcycle .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.motorcycle .romagna-craft .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna-craft .operatori_search_box .romagna .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna .xp_search_box .romagna-craft .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna-craft .operatori_search_box .horizontal .romagna .xp_search_box .vertical .bootstrap-select button:after,
.romagna .xp_search_box .vertical .bootstrap-select .romagna-craft .operatori_search_box .horizontal button:after,
.romagna-craft .romagna .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna .romagna-craft .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna-craft .romagna .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna .romagna-craft .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna-craft .romagna .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna .romagna-craft .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna-craft .operatori_search_box .liscio .xp_search_box .horizontal .control .bootstrap-select button:after,
.liscio .xp_search_box .romagna-craft .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna-craft .operatori_search_box .horizontal .liscio .xp_search_box .vertical .bootstrap-select button:after,
.liscio .xp_search_box .vertical .bootstrap-select .romagna-craft .operatori_search_box .horizontal button:after,
.romagna-craft .liscio .operatori_search_box .horizontal .control .bootstrap-select button:after,
.liscio .romagna-craft .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna-craft .liscio .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.liscio .romagna-craft .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna-craft .liscio .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.liscio .romagna-craft .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna-craft .operatori_search_box .default .xp_search_box .horizontal .control .bootstrap-select button:after,
.default .xp_search_box .romagna-craft .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna-craft .operatori_search_box .horizontal .default .xp_search_box .vertical .bootstrap-select button:after,
.default .xp_search_box .vertical .bootstrap-select .romagna-craft .operatori_search_box .horizontal button:after,
.romagna-craft .default .operatori_search_box .horizontal .control .bootstrap-select button:after,
.default .romagna-craft .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna-craft .default .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.default .romagna-craft .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna-craft .default .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.default .romagna-craft .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna-craft .operatori_search_box .pet .xp_search_box .horizontal .control .bootstrap-select button:after,
.pet .xp_search_box .romagna-craft .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna-craft .operatori_search_box .horizontal .pet .xp_search_box .vertical .bootstrap-select button:after,
.pet .xp_search_box .vertical .bootstrap-select .romagna-craft .operatori_search_box .horizontal button:after,
.romagna-craft .pet .operatori_search_box .horizontal .control .bootstrap-select button:after,
.pet .romagna-craft .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna-craft .pet .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.pet .romagna-craft .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna-craft .pet .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.pet .romagna-craft .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna-craft .operatori_search_box .kultur .xp_search_box .horizontal .control .bootstrap-select button:after,
.kultur .xp_search_box .romagna-craft .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna-craft .operatori_search_box .horizontal .kultur .xp_search_box .vertical .bootstrap-select button:after,
.kultur .xp_search_box .vertical .bootstrap-select .romagna-craft .operatori_search_box .horizontal button:after,
.romagna-craft .kultur .operatori_search_box .horizontal .control .bootstrap-select button:after,
.kultur .romagna-craft .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna-craft .kultur .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.kultur .romagna-craft .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna-craft .kultur .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.kultur .romagna-craft .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna-craft .operatori_search_box .natur .xp_search_box .horizontal .control .bootstrap-select button:after,
.natur .xp_search_box .romagna-craft .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna-craft .operatori_search_box .horizontal .natur .xp_search_box .vertical .bootstrap-select button:after,
.natur .xp_search_box .vertical .bootstrap-select .romagna-craft .operatori_search_box .horizontal button:after,
.romagna-craft .natur .operatori_search_box .horizontal .control .bootstrap-select button:after,
.natur .romagna-craft .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna-craft .natur .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.natur .romagna-craft .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna-craft .natur .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.natur .romagna-craft .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna-craft .operatori_search_box .spass .xp_search_box .horizontal .control .bootstrap-select button:after,
.spass .xp_search_box .romagna-craft .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna-craft .operatori_search_box .horizontal .spass .xp_search_box .vertical .bootstrap-select button:after,
.spass .xp_search_box .vertical .bootstrap-select .romagna-craft .operatori_search_box .horizontal button:after,
.romagna-craft .spass .operatori_search_box .horizontal .control .bootstrap-select button:after,
.spass .romagna-craft .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna-craft .spass .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.spass .romagna-craft .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna-craft .spass .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.spass .romagna-craft .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna-craft .operatori_search_box .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna-craft .xp_search_box .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna-craft .operatori_search_box .horizontal .xp_search_box .vertical .bootstrap-select button:after,
.romagna-craft .xp_search_box .vertical .bootstrap-select .operatori_search_box .horizontal button:after {
  line-height: 2.2rem;
}

.romagna-craft .operatori_search_box .horizontal button.collapsible {
  border: none;
  background-color: transparent;
  display: block;
  width: 100%;
  font-size: 1.6rem;
  color: #ffffff;
  letter-spacing: -0.41px;
  text-align: left;
  text-transform: uppercase;
}

.romagna-craft .operatori_search_box .horizontal .control {
  padding: 0.5rem 1rem;
  height: 5rem;
  background-color: white;
  margin: 0.5rem;
}

.romagna-craft .operatori_search_box .horizontal .control.btn-holder {
  min-width: 2rem;
  width: auto;
  padding: 0px;
}

.romagna-craft .operatori_search_box .horizontal .control.btn-holder button {
  width: 100%;
  border: none;
  background-color: #233773;
  height: 100%;
  font-size: 1.6rem;
  color: #ffffff;
  letter-spacing: -0.41px;
  text-align: center;
  text-transform: uppercase;
  display: block;
  padding: 0px;
}

.romagna-craft .operatori_search_box .horizontal .control .ert-dropdown {
  width: 100%;
}

.romagna-craft .operatori_search_box .horizontal .control .ert-dropdown * {
  cursor: pointer;
}

.romagna-craft .operatori_search_box .horizontal .control .ert-dropdown .ert-combo {
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
  display: block;
  text-align: left;
}

.romagna-craft .operatori_search_box .horizontal .control .ert-dropdown .ert-combo::after {
  border: none;
}

.romagna-craft .operatori_search_box .horizontal .control .ert-dropdown .ert-combo i {
  transition: 500ms ease;
  transform: rotate(0);
  position: absolute;
  top: 2.25rem;
  right: 15px;
}

.romagna-craft .operatori_search_box .horizontal .control .ert-dropdown .ert-combo .button {
  padding: 0px;
}

.romagna-craft .operatori_search_box .horizontal .control .ert-dropdown.show .ert-combo i {
  transform: rotate(180deg);
}

.romagna-craft .operatori_search_box .horizontal .control .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: auto;
}

.romagna-craft .operatori_search_box .horizontal .control .bootstrap-select {
  margin-top: -1px;
}

.romagna-craft .operatori_search_box .horizontal .control .bootstrap-select *:focus {
  box-shadow: none important;
}

.romagna-craft .operatori_search_box .horizontal .control .bootstrap-select button {
  padding: 0px;
  font-size: 1.5rem;
  background: #ffffff;
  color: #848484;
  letter-spacing: 0.3px;
  border: none;
  border-radius: 0;
}

.romagna-craft .operatori_search_box .horizontal .control .bootstrap-select button:after {
  content: "\F078";
  border: none;
}

.romagna-craft .operatori_search_box .horizontal .control .bootstrap-select .dropdown-menu {
  width: 100% !important;
  border: none;
  border-radius: 0;
  box-shadow: 0px 2px 2px 0px #a9a9a970;
  border-top: 1px solid #a9a9a970;
}

.romagna-craft .operatori_search_box .horizontal .control .bootstrap-select .dropdown-menu.inner.show {
  border-top: none;
}

.romagna-craft .operatori_search_box .horizontal .control .bootstrap-select .dropdown-menu .dropdown-item {
  font-size: 1.5rem;
  line-height: 4rem;
}

.romagna-craft .operatori_search_box .horizontal .control .bootstrap-select .dropdown-menu .dropdown-item:active,
.romagna-craft .operatori_search_box .horizontal .control .bootstrap-select .dropdown-menu .dropdown-item.active {
  background-color: #2F4A9A;
}

.romagna-craft .operatori_search_box .horizontal .control label {
  background: #ffffff;
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
  line-height: 2.4rem;
  margin-bottom: 0px;
  margin-right: 0.5rem;
}

@media (max-width: 768px) {
  .romagna-craft .operatori_search_box .horizontal .control label {
    min-width: 6.2rem;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .romagna-craft .operatori_search_box .horizontal .control label {
    display: none;
  }
}

.romagna-craft .operatori_search_box .horizontal .control .flatpickr-mobile.form-control {
  padding: 1px 0;
}

.romagna-craft .operatori_search_box .horizontal .control input[type=text],
.romagna-craft .operatori_search_box .horizontal .control input[type=date] {
  border: none;
  font-size: 1.5rem;
  border-radius: 0;
  background-color: white;
  border-bottom: 1px solid #495057;
  min-width: 0;
  height: auto;
}

.romagna-craft .operatori_search_box .horizontal .control input[type=text]:focus,
.romagna-craft .operatori_search_box .horizontal .control input[type=date]:focus {
  box-shadow: none;
}

.romagna-craft .operatori_search_box .vertical {
  max-width: 30rem;
  z-index: 10;
  position: relative;
  height: 4.4rem;
  margin: 0 auto;
}

.romagna-craft .operatori_search_box .vertical button.collapsible {
  border: none;
  background-color: transparent;
  display: block;
  position: absolute;
  width: 100%;
}

.romagna-craft .operatori_search_box .vertical .dropbutton {
  display: none;
}

.romagna-craft .operatori_search_box .vertical .dropbutton.collapsed {
  display: block;
}

.romagna-craft .operatori_search_box .vertical #collapse-events {
  padding: 1.8rem;
  background-color: #2F4A9A;
  background-image: linear-gradient(-180deg, #2e4998 0%, #2F4A9A 48%, #2e4998 80%);
  font-size: 1.6rem;
}

.romagna-craft .operatori_search_box .vertical .fa-chevron-up {
  text-align: right;
  line-height: 4rem;
  color: white;
  margin-bottom: 1.8rem;
}

.romagna-craft .operatori_search_box .vertical .form-group {
  background: #ffffff;
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
}

.romagna-craft .operatori_search_box .vertical .form-group .col-form-label {
  line-height: 5rem;
}

.romagna-craft .operatori_search_box .vertical .ert-text {
  border: none;
  font-size: 1.5rem;
  height: 60px;
  border-radius: 0;
  background-color: white;
}

.romagna-craft .operatori_search_box .vertical .ert-text.line {
  border-bottom: 1px solid #495057;
  height: auto;
  margin-top: 14px;
}

.romagna-craft .operatori_search_box .vertical .ert-text:focus {
  box-shadow: none;
}

.romagna-craft .operatori_search_box .vertical button.search {
  border: none;
  position: absolute;
  bottom: -10rem;
  left: 5%;
  right: 5%;
  width: 90%;
  line-height: 4.4rem;
}

.romagna-craft .operatori_search_box .vertical .datepicker-holder {
  padding-right: 0px;
}

.romagna-craft .operatori_search_box .vertical .datepicker-holder * {
  cursor: pointer;
}

.romagna-craft .operatori_search_box .vertical .datepicker-holder input[type=date]::-webkit-calendar-picker-indicator {
  width: 1.2rem;
  height: 0.7rem;
  -webkit-mask: url(/images/caret.svg);
          mask: url(/images/caret.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  -webkit-transition: 500ms ease;
  transition: 500ms ease;
  background-color: #686868;
}

.romagna-craft .operatori_search_box .vertical .datepicker-holder .flatpickr-calendar.static {
  margin-left: -193px;
  margin-top: -184px;
  left: 50%;
  top: 50%;
}

.romagna-craft .operatori_search_box .vertical .datepicker-holder .flatpickr-calendar.static.arrowBottom:after {
  display: none;
}

.romagna-craft .operatori_search_box .vertical .datepicker-holder .flatpickr-calendar.static.arrowBottom:before {
  display: none;
}

.romagna-craft .operatori_search_box .vertical .datepicker-holder .flatpickr-months .flatpickr-month {
  height: 32px;
}

.romagna-craft .operatori_search_box .vertical .ert-dropdown * {
  cursor: pointer;
}

.romagna-craft .operatori_search_box .vertical .ert-dropdown .ert-combo {
  background: #ffffff;
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
  line-height: 5rem;
  display: block;
  width: 100%;
  height: 60px;
  text-align: left;
}

.romagna-craft .operatori_search_box .vertical .ert-dropdown .ert-combo::after {
  border: none;
}

.romagna-craft .operatori_search_box .vertical .ert-dropdown .ert-combo i {
  transition: 500ms ease;
  transform: rotate(0);
  position: absolute;
  top: 2.25rem;
  right: 15px;
}

.romagna-craft .operatori_search_box .vertical .ert-dropdown .ert-combo .button {
  padding: 0px;
}

.romagna-craft .operatori_search_box .vertical .ert-dropdown .dropdown-menu {
  width: 100% !important;
  border: none;
  border-radius: 0;
  box-shadow: 0px 2px 2px 0px #a9a9a970;
  border-top: 1px solid #a9a9a970;
}

.romagna-craft .operatori_search_box .vertical .ert-dropdown .dropdown-menu .dropdown-item {
  font-size: 1.5rem;
  line-height: 4rem;
}

.romagna-craft .operatori_search_box .vertical .ert-dropdown .dropdown-menu .dropdown-item:active {
  background-color: #2F4A9A;
}

.romagna-craft .operatori_search_box .vertical .ert-dropdown.show .ert-combo i {
  transform: rotate(180deg);
}

.romagna-craft .operatori_search_box .vertical .bootstrap-select *:focus {
  box-shadow: none important;
}

.romagna-craft .operatori_search_box .vertical .bootstrap-select button {
  font-size: 1.5rem;
  color: #848484;
  letter-spacing: 0.3px;
  border: none;
  font-size: 1.5rem;
  height: 60px;
  border-radius: 0;
  background-color: white;
}

.romagna-craft .operatori_search_box .vertical .bootstrap-select button:after {
  content: "\F078";
  border: none;
}

.romagna-craft .operatori_search_box .vertical .bootstrap-select .dropdown-menu {
  width: 100% !important;
  border: none;
  border-radius: 0;
  box-shadow: 0px 2px 2px 0px #a9a9a970;
  border-top: 1px solid #a9a9a970;
}

.romagna-craft .operatori_search_box .vertical .bootstrap-select .dropdown-menu .dropdown-item {
  font-size: 1.5rem;
  line-height: 4rem;
}

.romagna-craft .operatori_search_box .vertical .bootstrap-select .dropdown-menu .dropdown-item:active,
.romagna-craft .operatori_search_box .vertical .bootstrap-select .dropdown-menu .dropdown-item.active {
  background-color: #2F4A9A;
}

.romagna-craft .operatori_search_box .vertical .btn-er,
.romagna-craft .operatori_search_box .vertical .instagram .instabutton div span,
.instagram .instabutton div .romagna-craft .operatori_search_box .vertical span {
  margin-top: 18px;
}

.romagna-craft .operatori_search_box .vertical .btn-er .fa-chevron-down,
.romagna-craft .operatori_search_box .vertical .instagram .instabutton div span .fa-chevron-down,
.instagram .instabutton div .romagna-craft .operatori_search_box .vertical span .fa-chevron-down {
  float: right;
  line-height: 4rem;
}

.romagna-craft .home-boxes {
  background-color: #2F4A9A;
}

.romagna-craft .content-box a {
  font-weight: bold;
  color: #2F4A9A;
}

.romagna-craft .content-box a strong {
  color: #2F4A9A;
}

.romagna-craft .content-box .btn-er,
.romagna-craft .content-box .instagram .instabutton div span,
.instagram .instabutton div .romagna-craft .content-box span {
  background-color: #2F4A9A;
  color: white;
}

.romagna-craft .content-box h3.with-line {
  font-size: 1.8rem;
  color: #030303;
  letter-spacing: -0.43px;
  text-transform: uppercase;
  margin-bottom: 2.1rem;
}

.romagna-craft .content-box h3.with-line::before {
  content: "";
  display: block;
  height: 3px;
  background: #0e797b;
  width: 100%;
  max-width: 32rem;
  margin-left: 0;
  margin-right: 0;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.romagna-craft *:focus {
  outline: 1px solid #2F4A9A;
  outline-offset: -1px;
}

.romagna-craft .bootstrap-select .dropdown-toggle:focus {
  outline: 1px solid #2F4A9A;
  outline-offset: -1px;
}

.romagna-craft a:hover {
  outline: 1px solid #3b5dc1;
}

.romagna-craft a:active {
  outline: 1px solid #2F4A9A;
}

.romagna-craft .events-list {
  font-size: 1.4rem;
}

.romagna-craft .section-list {
  display: block;
  text-align: right;
}

.romagna-craft .section-list a {
  font-size: 2rem;
  color: #2F4A9A;
}

.romagna-craft .events-list dt,
.romagna-craft .section-list dt,
.romagna-craft .iat-list dt {
  text-transform: uppercase;
  font-size: 1.5rem;
  line-height: 1.5;
  color: #111;
  letter-spacing: -0.38px;
  font-weight: 600;
  margin-top: 1.4rem;
}

.romagna-craft .events-list dd,
.romagna-craft .section-list dd,
.romagna-craft .iat-list dd {
  font-size: 1.6rem;
  margin-bottom: 0.6rem;
  line-height: 1.5;
  color: #030303;
}

.romagna-craft .events-list dd i,
.romagna-craft .section-list dd i,
.romagna-craft .iat-list dd i {
  margin-right: 0.6rem;
}

.romagna-craft .events-list ul,
.romagna-craft .section-list ul,
.romagna-craft .iat-list ul {
  list-style: none;
  padding-inline-start: 0;
}

.romagna-craft .events-list ul li,
.romagna-craft .section-list ul li,
.romagna-craft .iat-list ul li {
  font-size: 1.5rem;
  color: #030303;
  margin-top: 0.6rem;
  line-height: 1.5;
}

.romagna-craft .events-list ul.tappe-list,
.romagna-craft .section-list ul.tappe-list,
.romagna-craft .iat-list ul.tappe-list {
  list-style: none;
  padding-inline-start: 0;
}

.romagna-craft .events-list ul.tappe-list li,
.romagna-craft .section-list ul.tappe-list li,
.romagna-craft .iat-list ul.tappe-list li {
  font-size: 1.6rem;
  line-height: 1.5;
  color: #030303;
}

.romagna-craft .tickets-list {
  display: flex;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #111;
  letter-spacing: -0.38px;
  font-weight: 600;
  margin-top: 1.4rem;
}

.romagna-craft .tickets-list i {
  margin-top: 0.6rem;
}

.romagna-craft .tickets-list li {
  color: #030303;
  font-size: 1.6rem;
  margin-left: 1.2rem;
}

.romagna-craft .tickets-list li i {
  margin-right: 0.6rem;
}

.romagna-craft .address * {
  color: white;
}

.romagna-craft .top-title-box {
  padding: 0rem;
  text-align: center;
}

.romagna-craft .top-title-box.no-image {
  padding-top: 10rem;
}

.romagna-craft .top-title-box.no-image .er-logo-top {
  margin: 0 auto;
  display: block;
  margin-bottom: 10rem;
}

.romagna-craft .top-title-box h1 {
  font-size: 3rem;
  color: #2F4A9A;
  letter-spacing: -1.01px;
  line-height: 4rem;
  margin: 2rem 0;
}

.romagna-craft .top-title-box h2 {
  font-size: 2rem;
  line-height: 1.5;
  color: #000;
  letter-spacing: -0.58px;
}

.romagna-craft .top-title-box .breadcrumb {
  opacity: 0.6;
  font-size: 1.5rem;
  letter-spacing: -0.38px;
  padding: 0;
  margin: 0;
  color: #2F4A9A;
  background-color: #fff;
}

.romagna-craft .top-title-box .breadcrumb .breadcrumb-item::before,
.romagna-craft .top-title-box .breadcrumb a {
  color: #2F4A9A;
}

@media (min-width: 992px) {
  .romagna-craft .top-title-box h1 {
    line-height: 7rem;
    font-size: 7rem;
    margin-top: 3rem;
  }

  .romagna-craft .top-title-box h2 {
    font-size: 2rem;
    line-height: 1.5rem;
  }

  .romagna-craft .top-title-box .breadcrumb {
    font-size: 1.9rem;
  }
}

.romagna-craft .image-box-with-border {
  margin: 2rem 0;
  border-top: 64px solid #2F4A9A;
}

.romagna-craft .image-box-with-border img {
  -o-object-fit: cover;
     object-fit: cover;
}

.romagna-craft .top-image {
  transition: background-image 1s ease-in-out;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 20px;
}

.romagna-craft .top-image .logo {
  position: absolute;
  width: 30rem;
  bottom: 20px;
  left: 50%;
  margin-left: -15rem;
}

.romagna-craft .top-image.no-mask {
  height: 600px;
}

.romagna-craft .top-image .mask {
  z-index: 997;
  position: relative;
  width: 100%;
}

@media (min-width: 992px) {
  .romagna-craft .top-image:after {
    position: absolute;
    content: "";
    left: 0px;
    bottom: -20px;
    width: 100%;
    height: 20px;
    transform: rotate(-180deg);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(255, 255, 255, 0.12) 12%, #e6e6e6);
  }
}

.romagna-craft .info-box {
  position: relative;
  z-index: 0;
  border-right: 1px solid #e6e6e6;
  border-left: 7px solid #2F4A9A;
  background-color: white;
  padding: 0.1rem 1.5rem;
}

.romagna-craft .info-box h3 {
  font-weight: bold;
  font-size: 1.9rem;
}

.romagna-craft .info-box .referente {
  font-size: 1.7rem;
  line-height: 1.8rem;
  color: #000;
  letter-spacing: -0.41px;
}

@media (min-width: 768px) {
  .romagna-craft .info-box {
    position: sticky;
    position: -webkit-sticky;
    top: 68px;
  }
}

.romagna-craft .info-box:after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: -8px;
  height: 8px;
  left: 0px;
  z-index: -1;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.01) 30%, rgba(0, 0, 0, 0.03) 50%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0.08) 90%, rgba(0, 0, 0, 0.09) 96%, rgba(0, 0, 0, 0.1) 100%);
}

.romagna-craft .info-box:after {
  width: calc(100% + 8px);
  left: -7px;
}

@media (max-width: 991.98px) {
  .romagna-craft .info-box {
    width: auto;
    max-width: 60%;
    min-width: 300px;
    margin: 20px auto;
    display: block;
  }
}

@media (min-width: 992px) {
  .romagna-craft .info-box {
    margin-top: 2.2rem;
  }
}

.romagna-craft .info-box li {
  padding: 1.1rem 0;
}

.romagna-craft .info-box li .icon {
  font-size: 2.8rem;
  line-height: 3.3rem;
  margin-right: 1rem;
  float: left;
}

.romagna-craft .info-box li .info .title {
  text-transform: uppercase;
  font-size: 1.2rem;
  line-height: 1.5rem;
  color: #787878;
  letter-spacing: -0.38px;
}

.romagna-craft .info-box li .info .value {
  font-size: 1.7rem;
  line-height: 1.8rem;
  color: #000000;
  letter-spacing: -0.41px;
  display: table;
}

.romagna-craft .info-box li .info .value a {
  word-break: break-all;
}

@media (max-width: 991.98px) {
  .romagna-craft .info-box li.bookmarks {
    display: none;
  }
}

.romagna-craft .info-box .title-index {
  text-transform: uppercase;
  font-size: 1.4rem;
  line-height: 3rem;
  letter-spacing: -0.38px;
}

.romagna-craft .info-box .bookmarks {
  display: inline-block;
}

.romagna-craft .info-box .bookmarks ul li {
  padding: 0.5rem 0;
  width: 100%;
}

.romagna-craft .info-box .bookmarks ul li a {
  font-size: 1.4rem;
  line-height: 1.5rem;
  color: #000000;
  letter-spacing: -0.41px;
}

.romagna-craft .info-box .bookmarks ul li a.active {
  text-decoration: underline;
}

.romagna-craft #bookmarks-index {
  margin-top: 8rem;
}

.romagna-craft #bookmarks-index .info {
  padding: 2.1rem;
}

.romagna-craft #bookmarks-index h4 {
  font-size: 1.8rem;
}

@media (min-width: 768px) {
  .romagna-craft #bookmarks-index {
    display: none;
  }
}

.romagna-craft blockquote:before {
  color: #304c9e;
}

.romagna-craft .btn-er,
.romagna-craft .instagram .instabutton div span,
.instagram .instabutton div .romagna-craft span,
.romagna-craft.btn {
  background: #2F4A9A;
}

.romagna-craft hr {
  height: 3px;
  background: #2F4A9A;
  width: 100%;
  max-width: 32rem;
  margin-left: 0;
  margin-right: 0;
  margin-top: 1rem;
  margin-bottom: 2rem;
}

.romagna-craft .section h2 {
  margin-top: 4.5rem;
  margin-bottom: 4.5rem;
  font-size: 4.42rem;
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.18;
  letter-spacing: -1.07px;
  text-align: center;
  color: black;
  /*text-decoration: underline;*/
}

.romagna-craft .section h2 a {
  color: black;
}

.romagna-craft .section h3 {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
  font-size: 3.42rem;
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.18;
  letter-spacing: -1.07px;
  text-align: center;
  color: black;
  text-transform: uppercase;
  /*text-decoration: underline;*/
}

.romagna-craft .section h3 a {
  color: black;
}

.romagna-craft .section .gallery {
  position: relative;
  padding-bottom: 33px;
}

.romagna-craft .section .gallery .swiper-button-next,
.romagna-craft .section .gallery .swiper-container-rtl .swiper-button-prev,
.romagna-craft .section .gallery .swiper-button-prev,
.romagna-craft .section .gallery .swiper-container-rtl .swiper-button-next {
  background-position: center;
  width: 7.2rem;
  bottom: 33px;
  height: auto;
  top: 0px;
  margin: 0px;
  left: auto;
}

.romagna-craft .section .gallery .swiper-button-next svg,
.romagna-craft .section .gallery .swiper-container-rtl .swiper-button-prev svg,
.romagna-craft .section .gallery .swiper-button-prev svg,
.romagna-craft .section .gallery .swiper-container-rtl .swiper-button-next svg {
  top: 50%;
  left: 2.1rem;
  position: absolute;
  width: 3rem;
  height: 3rem;
  margin-top: -1.5rem;
  filter: drop-shadow(0px 3px 3px black);
}

.romagna-craft .section .gallery .swiper-button-next,
.romagna-craft .section .gallery .swiper-button-prev,
.romagna-craft .section .gallery .swiper-container-rtl .swiper-button-prev,
.romagna-craft .section .gallery .swiper-container-rtl .swiper-button-next {
  fill: #fff;
}

.romagna-craft .section .gallery .swiper-button-next,
.romagna-craft .section .gallery .swiper-container-rtl .swiper-button-prev {
  right: 0px;
}

.romagna-craft .section .gallery .swiper-button-prev,
.romagna-craft .section .gallery .swiper-container-rtl .swiper-button-next {
  left: 0px;
}

.romagna-craft .section .gallery .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #2F4A9A;
}

.romagna-craft .section .gallery .swiper-pagination-bullet {
  border: 1px solid #2F4A9A;
}

.romagna-craft .section .gallery .swiper-pagination-bullets {
  bottom: 2px;
}

.romagna-craft .section .gallery .swiper-slide .carousel-content {
  background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.07) 8%, rgba(0, 0, 0, 0.45) 68%);
  position: absolute;
  left: 0rem;
  bottom: 0rem;
  right: 0rem;
  width: auto;
  padding: 10rem 2rem 2rem 2rem;
  font-size: 2.6rem;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.63px;
  text-align: center;
  color: #ffffff;
}

.romagna-craft .section .gallery .swiper-slide .carousel-content a {
  color: #ffffff !important;
}

.romagna-craft .section .card-carousel .nodefault.swiper-button-prev::after,
.romagna-craft .section .card-carousel .nodefault.swiper-button-prev::before,
.romagna-craft .section .card-carousel .nodefault.swiper-button-next::after,
.romagna-craft .section .card-carousel .nodefault.swiper-button-next::before {
  content: unset;
}

.romagna-craft .section .card-carousel .swiper-slide {
  height: auto;
  margin-bottom: 5rem;
}

.romagna-craft .section .card-carousel .swiper-slide .iv-wrapper,
.romagna-craft .section .card-carousel .swiper-slide a .iv-wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

.romagna-craft .section .card-carousel .swiper-slide .iv-wrapper > div,
.romagna-craft .section .card-carousel .swiper-slide a .iv-wrapper > div {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: start;
}

.romagna-craft .section .card-carousel .swiper-slide .iv-wrapper .image,
.romagna-craft .section .card-carousel .swiper-slide a .iv-wrapper .image {
  min-height: 23rem;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.romagna-craft .section .card-carousel .swiper-slide .iv-wrapper .content,
.romagna-craft .section .card-carousel .swiper-slide a .iv-wrapper .content {
  background: #ffffff;
  border: 0 solid #000000;
  position: relative;
  padding: 2rem 2.1rem 4rem;
  position: relative;
  z-index: 0;
}

.romagna-craft .section .card-carousel .swiper-slide .iv-wrapper .content:after,
.romagna-craft .section .card-carousel .swiper-slide a .iv-wrapper .content:after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: -4px;
  height: 4px;
  left: 0px;
  z-index: -1;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.01) 30%, rgba(0, 0, 0, 0.03) 50%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0.08) 90%, rgba(0, 0, 0, 0.09) 96%, rgba(0, 0, 0, 0.1) 100%);
}

.romagna-craft .section .card-carousel .swiper-slide .iv-wrapper .content h3,
.romagna-craft .section .card-carousel .swiper-slide a .iv-wrapper .content h3 {
  font-size: 2rem;
  color: #030303;
  letter-spacing: -0.48px;
  text-align: left;
}

.romagna-craft .section .card-carousel .swiper-slide .iv-wrapper .content p,
.romagna-craft .section .card-carousel .swiper-slide .iv-wrapper .content p a,
.romagna-craft .section .card-carousel .swiper-slide .iv-wrapper .content a p,
.romagna-craft .section .card-carousel .swiper-slide a .iv-wrapper .content p,
.romagna-craft .section .card-carousel .swiper-slide a .iv-wrapper .content p a,
.romagna-craft .section .card-carousel .swiper-slide a .iv-wrapper .content a p {
  font-size: 1.5rem;
  color: #030303;
  letter-spacing: -0.38px;
  margin-bottom: 0px;
}

.romagna-craft .section .card-carousel .swiper-slide .iv-wrapper .content p .readmore,
.romagna-craft .section .card-carousel .swiper-slide .iv-wrapper .content p a .readmore,
.romagna-craft .section .card-carousel .swiper-slide .iv-wrapper .content a p .readmore,
.romagna-craft .section .card-carousel .swiper-slide a .iv-wrapper .content p .readmore,
.romagna-craft .section .card-carousel .swiper-slide a .iv-wrapper .content p a .readmore,
.romagna-craft .section .card-carousel .swiper-slide a .iv-wrapper .content a p .readmore {
  font-style: italic;
  color: #233773;
  display: block;
  margin-top: 1rem;
}

.romagna-craft .section .card-carousel .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border: 1px solid #2F4A9A;
  background: none;
  opacity: 1;
}

.romagna-craft .section .card-carousel .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #2F4A9A;
}

.romagna-craft .section .card-carousel .swiper-button-next,
.romagna-craft .section .card-carousel .swiper-container-rtl .swiper-button-prev,
.romagna-craft .section .card-carousel .swiper-button-prev,
.romagna-craft .section .card-carousel .swiper-container-rtl .swiper-button-next {
  background-image: none;
  width: 4rem;
  height: 23rem;
  top: 0px;
  margin: 0px;
  left: auto;
}

.romagna-craft .section .card-carousel .swiper-button-next svg,
.romagna-craft .section .card-carousel .swiper-container-rtl .swiper-button-prev svg,
.romagna-craft .section .card-carousel .swiper-button-prev svg,
.romagna-craft .section .card-carousel .swiper-container-rtl .swiper-button-next svg {
  top: 50%;
  left: 50%;
  position: absolute;
  width: 3rem;
  height: 3rem;
  margin-top: -1.5rem;
  margin-left: -1.5rem;
  filter: drop-shadow(0px 3px 3px black);
}

.romagna-craft .section .card-carousel .swiper-button-next,
.romagna-craft .section .card-carousel .swiper-button-prev,
.romagna-craft .section .card-carousel .swiper-container-rtl .swiper-button-prev,
.romagna-craft .section .card-carousel .swiper-container-rtl .swiper-button-next {
  fill: #fff;
}

.romagna-craft .section .card-carousel .swiper-button-next,
.romagna-craft .section .card-carousel .swiper-container-rtl .swiper-button-prev {
  right: 0px;
}

.romagna-craft .section .card-carousel .swiper-button-prev,
.romagna-craft .section .card-carousel .swiper-container-rtl .swiper-button-next {
  left: 0px;
}

.romagna-craft .section .sassibox-item,
.romagna-craft .section a .sassibox-item {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 5rem;
}

.romagna-craft .section .sassibox-item > div,
.romagna-craft .section a .sassibox-item > div {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.romagna-craft .section .sassibox-item .image,
.romagna-craft .section a .sassibox-item .image {
  min-height: 23rem;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.romagna-craft .section .sassibox-item .content,
.romagna-craft .section a .sassibox-item .content {
  background: #ffffff;
  border: 0 solid #000000;
  position: relative;
  padding: 1rem 0;
  position: relative;
  z-index: 0;
}

.romagna-craft .section .sassibox-item .content:after,
.romagna-craft .section a .sassibox-item .content:after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: -4px;
  height: 4px;
  left: 0px;
  z-index: -1;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.01) 30%, rgba(0, 0, 0, 0.03) 50%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0.08) 90%, rgba(0, 0, 0, 0.09) 96%, rgba(0, 0, 0, 0.1) 100%);
}

.romagna-craft .section .sassibox-item .content h4,
.romagna-craft .section a .sassibox-item .content h4 {
  font-size: 2rem;
  color: #030303;
  letter-spacing: -0.48px;
  text-align: left;
}

.romagna-craft .section .sassibox-item .content p,
.romagna-craft .section .sassibox-item .content span,
.romagna-craft .section .sassibox-item .content a span,
.romagna-craft .section .sassibox-item .content span a,
.romagna-craft .section .sassibox-item .content p a,
.romagna-craft .section .sassibox-item .content a p,
.romagna-craft .section a .sassibox-item .content p,
.romagna-craft .section a .sassibox-item .content span,
.romagna-craft .section a .sassibox-item .content a span,
.romagna-craft .section a .sassibox-item .content span a,
.romagna-craft .section a .sassibox-item .content p a,
.romagna-craft .section a .sassibox-item .content a p {
  font-size: 1.5rem;
  color: #030303;
  letter-spacing: -0.38px;
}

.romagna-craft .section .sassibox-item .content .action,
.romagna-craft .section a .sassibox-item .content .action {
  margin: 10px 0;
}

.romagna-craft .section .sassibox-item .content .action button,
.romagna-craft .section a .sassibox-item .content .action button {
  font-family: "Open Sans", sans-serif !important;
}

.romagna-craft .section .sassibox-item .content .readmore,
.romagna-craft .section a .sassibox-item .content .readmore {
  border: 1px solid transparent;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  padding: 6px 12px;
  text-align: center;
  vertical-align: middle;
  width: -moz-fit-content;
  width: fit-content;
  text-transform: uppercase;
  background-color: #2F4A9A;
}

.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box button span {
  color: white;
}

.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .city {
  color: white;
}

.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal {
  padding: 1rem;
  background-color: #f1354e;
  background-image: linear-gradient(-180deg, #f1324b 0%, #f1354e 48%, #f1334c 80%);
  font-size: 1.6rem;
}

.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal.collapsed {
  border-radius: 2px;
  box-shadow: -1px 0 3px 0 rgba(0, 0, 0, 0.25);
}

.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .fa,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .search .searchearchbox.vertical .bootstrap-select button:after,
.search .searchearchbox.vertical .bootstrap-select .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .search .searchearchbox.horizontal .control .bootstrap-select button:after,
.search .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .searchearchbox.horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .downloads .downloadsearchbox.vertical .bootstrap-select button:after,
.downloads .downloadsearchbox.vertical .bootstrap-select .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .downloads .downloadsearchbox.horizontal .control .bootstrap-select button:after,
.downloads .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .downloadsearchbox.horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .localita #searchbox-app .bootstrap-select button:after,
.localita #searchbox-app .bootstrap-select .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .itinerari .searchbox .control .bootstrap-select button:after,
.itinerari .searchbox .control .bootstrap-select .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .itinerari .searchbox.horizontal .control .bootstrap-select button:after,
.itinerari .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .searchbox.horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .vertical .bootstrap-select .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .vertical .bootstrap-select .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .operatori_search_box .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .vertical .bootstrap-select .xp_search_box .horizontal button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .events-homepage .header .eventsearchbox.horizontal .control .bootstrap-select button:after,
.events-homepage .header .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .eventsearchbox.horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .events-homepage .header .eventsearchbox.vertical .bootstrap-select button:after,
.events-homepage .header .eventsearchbox.vertical .bootstrap-select .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .events-page .header .eventsearchbox.horizontal .control .bootstrap-select button:after,
.events-page .header .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .eventsearchbox.horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .events-page .header .eventsearchbox.vertical .bootstrap-select button:after,
.events-page .header .eventsearchbox.vertical .bootstrap-select .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .scopri .xp_search_box .horizontal .control .bootstrap-select button:after,
.scopri .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .scopri .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.scopri .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .scopri .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.scopri .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .scopri .operatori_search_box .horizontal .control .bootstrap-select button:after,
.scopri .operatori_search_box .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .scopri .operatori_search_box .vertical .bootstrap-select button:after,
.scopri .operatori_search_box .vertical .bootstrap-select .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .idee .xp_search_box .horizontal .control .bootstrap-select button:after,
.idee .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .idee .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.idee .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .idee .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.idee .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .idee .operatori_search_box .horizontal .control .bootstrap-select button:after,
.idee .operatori_search_box .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .idee .operatori_search_box .vertical .bootstrap-select button:after,
.idee .operatori_search_box .vertical .bootstrap-select .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .eventi .xp_search_box .horizontal .control .bootstrap-select button:after,
.eventi .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .eventi .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.eventi .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .eventi .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.eventi .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .eventi .operatori_search_box .horizontal .control .bootstrap-select button:after,
.eventi .operatori_search_box .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .eventi .operatori_search_box .vertical .bootstrap-select button:after,
.eventi .operatori_search_box .vertical .bootstrap-select .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .pianifica .xp_search_box .horizontal .control .bootstrap-select button:after,
.pianifica .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .pianifica .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.pianifica .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .pianifica .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.pianifica .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .pianifica .operatori_search_box .horizontal .control .bootstrap-select button:after,
.pianifica .operatori_search_box .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .pianifica .operatori_search_box .vertical .bootstrap-select button:after,
.pianifica .operatori_search_box .vertical .bootstrap-select .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .esperienze .xp_search_box .horizontal .control .bootstrap-select button:after,
.esperienze .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .esperienze .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.esperienze .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .esperienze .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.esperienze .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .esperienze .operatori_search_box .horizontal .control .bootstrap-select button:after,
.esperienze .operatori_search_box .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .esperienze .operatori_search_box .vertical .bootstrap-select button:after,
.esperienze .operatori_search_box .vertical .bootstrap-select .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .news .xp_search_box .horizontal .control .bootstrap-select button:after,
.news .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .news .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.news .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .news .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.news .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .news .operatori_search_box .horizontal .control .bootstrap-select button:after,
.news .operatori_search_box .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .news .operatori_search_box .vertical .bootstrap-select button:after,
.news .operatori_search_box .vertical .bootstrap-select .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .iat .xp_search_box .horizontal .control .bootstrap-select button:after,
.iat .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .iat .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.iat .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .iat .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.iat .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .iat .operatori_search_box .horizontal .control .bootstrap-select button:after,
.iat .operatori_search_box .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .iat .operatori_search_box .vertical .bootstrap-select button:after,
.iat .operatori_search_box .vertical .bootstrap-select .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .meteo .xp_search_box .horizontal .control .bootstrap-select button:after,
.meteo .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .meteo .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.meteo .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .meteo .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.meteo .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .meteo .operatori_search_box .horizontal .control .bootstrap-select button:after,
.meteo .operatori_search_box .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .meteo .operatori_search_box .vertical .bootstrap-select button:after,
.meteo .operatori_search_box .vertical .bootstrap-select .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .odm .xp_search_box .horizontal .control .bootstrap-select button:after,
.odm .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .odm .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.odm .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .odm .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.odm .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .odm .operatori_search_box .horizontal .control .bootstrap-select button:after,
.odm .operatori_search_box .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .odm .operatori_search_box .vertical .bootstrap-select button:after,
.odm .operatori_search_box .vertical .bootstrap-select .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .booking .xp_search_box .horizontal .control .bootstrap-select button:after,
.booking .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .booking .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.booking .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .booking .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.booking .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .booking .operatori_search_box .horizontal .control .bootstrap-select button:after,
.booking .operatori_search_box .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .booking .operatori_search_box .vertical .bootstrap-select button:after,
.booking .operatori_search_box .vertical .bootstrap-select .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .rock .xp_search_box .horizontal .control .bootstrap-select button:after,
.rock .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .rock .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.rock .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .rock .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.rock .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .rock .operatori_search_box .horizontal .control .bootstrap-select button:after,
.rock .operatori_search_box .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .rock .operatori_search_box .vertical .bootstrap-select button:after,
.rock .operatori_search_box .vertical .bootstrap-select .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .beach .xp_search_box .horizontal .control .bootstrap-select button:after,
.beach .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .beach .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.beach .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .beach .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.beach .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .beach .operatori_search_box .horizontal .control .bootstrap-select button:after,
.beach .operatori_search_box .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .beach .operatori_search_box .vertical .bootstrap-select button:after,
.beach .operatori_search_box .vertical .bootstrap-select .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .food .xp_search_box .horizontal .control .bootstrap-select button:after,
.food .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .food .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.food .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .food .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.food .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .food .operatori_search_box .horizontal .control .bootstrap-select button:after,
.food .operatori_search_box .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .food .operatori_search_box .vertical .bootstrap-select button:after,
.food .operatori_search_box .vertical .bootstrap-select .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .nature .xp_search_box .horizontal .control .bootstrap-select button:after,
.nature .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .nature .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.nature .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .nature .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.nature .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .nature .operatori_search_box .horizontal .control .bootstrap-select button:after,
.nature .operatori_search_box .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .nature .operatori_search_box .vertical .bootstrap-select button:after,
.nature .operatori_search_box .vertical .bootstrap-select .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .romagna_autentica .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna_autentica .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .romagna_autentica .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna_autentica .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .romagna_autentica .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna_autentica .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .romagna_autentica .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna_autentica .operatori_search_box .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .romagna_autentica .operatori_search_box .vertical .bootstrap-select button:after,
.romagna_autentica .operatori_search_box .vertical .bootstrap-select .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .culture .xp_search_box .horizontal .control .bootstrap-select button:after,
.culture .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .culture .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.culture .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .culture .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.culture .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .culture .operatori_search_box .horizontal .control .bootstrap-select button:after,
.culture .operatori_search_box .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .culture .operatori_search_box .vertical .bootstrap-select button:after,
.culture .operatori_search_box .vertical .bootstrap-select .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .castle .xp_search_box .horizontal .control .bootstrap-select button:after,
.castle .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .castle .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.castle .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .castle .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.castle .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .castle .operatori_search_box .horizontal .control .bootstrap-select button:after,
.castle .operatori_search_box .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .castle .operatori_search_box .vertical .bootstrap-select button:after,
.castle .operatori_search_box .vertical .bootstrap-select .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .bike .xp_search_box .horizontal .control .bootstrap-select button:after,
.bike .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .bike .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.bike .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .bike .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.bike .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .bike .operatori_search_box .horizontal .control .bootstrap-select button:after,
.bike .operatori_search_box .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .bike .operatori_search_box .vertical .bootstrap-select button:after,
.bike .operatori_search_box .vertical .bootstrap-select .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .empire .xp_search_box .horizontal .control .bootstrap-select button:after,
.empire .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .empire .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.empire .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .empire .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.empire .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .empire .operatori_search_box .horizontal .control .bootstrap-select button:after,
.empire .operatori_search_box .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .empire .operatori_search_box .vertical .bootstrap-select button:after,
.empire .operatori_search_box .vertical .bootstrap-select .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .wellness .xp_search_box .horizontal .control .bootstrap-select button:after,
.wellness .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .wellness .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.wellness .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .wellness .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.wellness .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .wellness .operatori_search_box .horizontal .control .bootstrap-select button:after,
.wellness .operatori_search_box .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .wellness .operatori_search_box .vertical .bootstrap-select button:after,
.wellness .operatori_search_box .vertical .bootstrap-select .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .fun .xp_search_box .horizontal .control .bootstrap-select button:after,
.fun .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .fun .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.fun .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .fun .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.fun .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .fun .operatori_search_box .horizontal .control .bootstrap-select button:after,
.fun .operatori_search_box .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .fun .operatori_search_box .vertical .bootstrap-select button:after,
.fun .operatori_search_box .vertical .bootstrap-select .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .sport .xp_search_box .horizontal .control .bootstrap-select button:after,
.sport .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .sport .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.sport .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .sport .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.sport .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .sport .operatori_search_box .horizontal .control .bootstrap-select button:after,
.sport .operatori_search_box .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .sport .operatori_search_box .vertical .bootstrap-select button:after,
.sport .operatori_search_box .vertical .bootstrap-select .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .motorcycle .xp_search_box .horizontal .control .bootstrap-select button:after,
.motorcycle .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .motorcycle .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.motorcycle .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .motorcycle .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.motorcycle .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .motorcycle .operatori_search_box .horizontal .control .bootstrap-select button:after,
.motorcycle .operatori_search_box .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .motorcycle .operatori_search_box .vertical .bootstrap-select button:after,
.motorcycle .operatori_search_box .vertical .bootstrap-select .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .romagna .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .romagna .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .romagna .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .romagna .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna .operatori_search_box .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .romagna .operatori_search_box .vertical .bootstrap-select button:after,
.romagna .operatori_search_box .vertical .bootstrap-select .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .liscio .xp_search_box .horizontal .control .bootstrap-select button:after,
.liscio .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .liscio .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.liscio .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .liscio .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.liscio .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .liscio .operatori_search_box .horizontal .control .bootstrap-select button:after,
.liscio .operatori_search_box .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .liscio .operatori_search_box .vertical .bootstrap-select button:after,
.liscio .operatori_search_box .vertical .bootstrap-select .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .default .xp_search_box .horizontal .control .bootstrap-select button:after,
.default .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .default .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.default .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .default .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.default .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .default .operatori_search_box .horizontal .control .bootstrap-select button:after,
.default .operatori_search_box .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .default .operatori_search_box .vertical .bootstrap-select button:after,
.default .operatori_search_box .vertical .bootstrap-select .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .pet .xp_search_box .horizontal .control .bootstrap-select button:after,
.pet .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .pet .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.pet .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .pet .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.pet .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .pet .operatori_search_box .horizontal .control .bootstrap-select button:after,
.pet .operatori_search_box .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .pet .operatori_search_box .vertical .bootstrap-select button:after,
.pet .operatori_search_box .vertical .bootstrap-select .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .kultur .xp_search_box .horizontal .control .bootstrap-select button:after,
.kultur .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .kultur .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.kultur .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .kultur .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.kultur .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .kultur .operatori_search_box .horizontal .control .bootstrap-select button:after,
.kultur .operatori_search_box .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .kultur .operatori_search_box .vertical .bootstrap-select button:after,
.kultur .operatori_search_box .vertical .bootstrap-select .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .natur .xp_search_box .horizontal .control .bootstrap-select button:after,
.natur .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .natur .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.natur .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .natur .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.natur .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .natur .operatori_search_box .horizontal .control .bootstrap-select button:after,
.natur .operatori_search_box .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .natur .operatori_search_box .vertical .bootstrap-select button:after,
.natur .operatori_search_box .vertical .bootstrap-select .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .spass .xp_search_box .horizontal .control .bootstrap-select button:after,
.spass .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .spass .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.spass .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .spass .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.spass .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .spass .operatori_search_box .horizontal .control .bootstrap-select button:after,
.spass .operatori_search_box .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .spass .operatori_search_box .vertical .bootstrap-select button:after,
.spass .operatori_search_box .vertical .bootstrap-select .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .romagna-craft .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna-craft .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .romagna-craft .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna-craft .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .romagna-craft .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna-craft .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .romagna-craft .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna-craft .operatori_search_box .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .romagna-craft .operatori_search_box .vertical .bootstrap-select button:after,
.romagna-craft .operatori_search_box .vertical .bootstrap-select .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal button:after {
  line-height: 2.2rem;
}

.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal button.collapsible {
  border: none;
  background-color: transparent;
  display: block;
  width: 100%;
  font-size: 1.6rem;
  color: #ffffff;
  letter-spacing: -0.41px;
  text-align: left;
  text-transform: uppercase;
  display: block;
}

.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .control {
  padding: 0.5rem 1rem;
  height: 5rem;
  background-color: white;
  margin: 0.5rem;
}

.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .control.btn-holder {
  min-width: 2rem;
  width: auto;
  padding: 0px;
}

.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .control.btn-holder button {
  width: 100%;
  border: none;
  background-color: #e3102c;
  height: 100%;
  font-size: 1.6rem;
  color: #ffffff;
  letter-spacing: -0.41px;
  text-align: center;
  text-transform: uppercase;
  display: block;
  padding: 0px;
}

.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .control .ert-dropdown {
  width: 100%;
}

.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .control .ert-dropdown * {
  cursor: pointer;
}

.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .control .ert-dropdown .ert-combo {
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
  display: block;
  text-align: left;
}

.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .control .ert-dropdown .ert-combo::after {
  border: none;
}

.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .control .ert-dropdown .ert-combo i {
  transition: 500ms ease;
  transform: rotate(0);
  position: absolute;
  top: 2.25rem;
  right: 15px;
}

.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .control .ert-dropdown .ert-combo .button {
  padding: 0px;
}

.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .control .ert-dropdown.show .ert-combo i {
  transform: rotate(180deg);
}

.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .control .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: auto;
}

.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .control .bootstrap-select {
  margin-top: -1px;
}

.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .control .bootstrap-select *:focus {
  box-shadow: none important;
}

.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .control .bootstrap-select button {
  padding: 0px;
  font-size: 1.5rem;
  background: #ffffff;
  color: #848484;
  letter-spacing: 0.3px;
  border: none;
  border-radius: 0;
}

.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .control .bootstrap-select button:after {
  content: "\F078";
  border: none;
}

.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .control .bootstrap-select .dropdown-menu {
  width: 100% !important;
  border: none;
  border-radius: 0;
  box-shadow: 0px 2px 2px 0px #a9a9a970;
  border-top: 1px solid #a9a9a970;
}

.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .control .bootstrap-select .dropdown-menu.inner.show {
  border-top: none;
}

.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .control .bootstrap-select .dropdown-menu .dropdown-item {
  font-size: 1.5rem;
  line-height: 4rem;
}

.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .control .bootstrap-select .dropdown-menu .dropdown-item:active,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .control .bootstrap-select .dropdown-menu .dropdown-item.active {
  background-color: #f1354e;
}

.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .control label {
  background: #ffffff;
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
  line-height: 2.4rem;
  margin-bottom: 0px;
  margin-right: 0.5rem;
}

@media (max-width: 768px) {
  .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .control label {
    min-width: 6.2rem;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .control label {
    display: none;
  }
}

.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .control .flatpickr-mobile.form-control {
  padding: 1px 0;
}

.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .control input[type=text],
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .control input[type=date] {
  border: none;
  font-size: 1.5rem;
  border-radius: 0;
  background-color: white;
  border-bottom: 1px solid #495057;
  min-width: 0;
  height: auto;
}

.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .control input[type=text]:focus,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .control input[type=date]:focus {
  box-shadow: none;
}

.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .vertical {
  max-width: 30rem;
  z-index: 10;
  position: relative;
  height: 4.4rem;
  margin: 0 auto;
}

.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .vertical button.collapsible {
  border: none;
  background-color: transparent;
  display: block;
  position: absolute;
  width: 100%;
}

.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .vertical .dropbutton {
  display: none;
}

.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .vertical .dropbutton.collapsed {
  display: block;
}

.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .vertical #collapse-events {
  padding: 1.8rem;
  background-color: #f1354e;
  background-image: linear-gradient(-180deg, #f1324b 0%, #f1354e 48%, #f1334c 80%);
  font-size: 1.6rem;
}

.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .vertical .fa-chevron-up {
  text-align: right;
  line-height: 4rem;
  color: white;
  margin-bottom: 1.8rem;
}

.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .vertical .form-group {
  background: #ffffff;
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
}

.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .vertical .form-group .col-form-label {
  line-height: 5rem;
}

.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .vertical .ert-text {
  border: none;
  font-size: 1.5rem;
  height: 60px;
  border-radius: 0;
  background-color: white;
}

.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .vertical .ert-text.line {
  border-bottom: 1px solid #495057;
  height: auto;
  margin-top: 14px;
}

.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .vertical .ert-text:focus {
  box-shadow: none;
}

.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .vertical button.search {
  border: none;
  position: absolute;
  bottom: -10rem;
  left: 5%;
  right: 5%;
  width: 90%;
  line-height: 4.4rem;
}

.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .vertical .datepicker-holder {
  padding-right: 0px;
}

.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .vertical .datepicker-holder * {
  cursor: pointer;
}

.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .vertical .datepicker-holder input[type=date]::-webkit-calendar-picker-indicator {
  width: 1.2rem;
  height: 0.7rem;
  -webkit-mask: url(/images/caret.svg);
          mask: url(/images/caret.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  -webkit-transition: 500ms ease;
  transition: 500ms ease;
  background-color: #686868;
}

.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .vertical .datepicker-holder .flatpickr-calendar.static {
  margin-left: -193px;
  margin-top: -184px;
  left: 50%;
  top: 50%;
}

.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .vertical .datepicker-holder .flatpickr-calendar.static.arrowBottom:after {
  display: none;
}

.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .vertical .datepicker-holder .flatpickr-calendar.static.arrowBottom:before {
  display: none;
}

.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .vertical .datepicker-holder .flatpickr-months .flatpickr-month {
  height: 32px;
}

.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .vertical .ert-dropdown * {
  cursor: pointer;
}

.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .vertical .ert-dropdown .ert-combo {
  background: #ffffff;
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
  line-height: 5rem;
  display: block;
  width: 100%;
  height: 60px;
  text-align: left;
}

.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .vertical .ert-dropdown .ert-combo::after {
  border: none;
}

.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .vertical .ert-dropdown .ert-combo i {
  transition: 500ms ease;
  transform: rotate(0);
  position: absolute;
  top: 2.25rem;
  right: 15px;
}

.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .vertical .ert-dropdown .ert-combo .button {
  padding: 0px;
}

.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .vertical .ert-dropdown .dropdown-menu {
  width: 100% !important;
  border: none;
  border-radius: 0;
  box-shadow: 0px 2px 2px 0px #a9a9a970;
  border-top: 1px solid #a9a9a970;
}

.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .vertical .ert-dropdown .dropdown-menu .dropdown-item {
  font-size: 1.5rem;
  line-height: 4rem;
}

.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .vertical .ert-dropdown .dropdown-menu .dropdown-item:active {
  background-color: #f1354e;
}

.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .vertical .ert-dropdown.show .ert-combo i {
  transform: rotate(180deg);
}

.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .vertical .bootstrap-select *:focus {
  box-shadow: none important;
}

.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .vertical .bootstrap-select button {
  font-size: 1.5rem;
  color: #848484;
  letter-spacing: 0.3px;
  border: none;
  font-size: 1.5rem;
  height: 60px;
  border-radius: 0;
  background-color: white;
}

.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .vertical .bootstrap-select button:after {
  content: "\F078";
  border: none;
}

.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .vertical .bootstrap-select .dropdown-menu {
  width: 100% !important;
  border: none;
  border-radius: 0;
  box-shadow: 0px 2px 2px 0px #a9a9a970;
  border-top: 1px solid #a9a9a970;
}

.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .vertical .bootstrap-select .dropdown-menu .dropdown-item {
  font-size: 1.5rem;
  line-height: 4rem;
}

.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .vertical .bootstrap-select .dropdown-menu .dropdown-item:active,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .vertical .bootstrap-select .dropdown-menu .dropdown-item.active {
  background-color: #f1354e;
}

.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .vertical .btn-er,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .vertical .instagram .instabutton div span,
.instagram .instabutton div .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .vertical span {
  margin-top: 18px;
}

.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .vertical .btn-er .fa-chevron-down,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .vertical .instagram .instabutton div span .fa-chevron-down,
.instagram .instabutton div .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .vertical span .fa-chevron-down {
  float: right;
  line-height: 4rem;
}

.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box button span {
  color: white;
}

.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .city {
  color: white;
}

.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal {
  padding: 1rem;
  background-color: #f1354e;
  background-image: linear-gradient(-180deg, #f1324b 0%, #f1354e 48%, #f1334c 80%);
  font-size: 1.6rem;
}

.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal.collapsed {
  border-radius: 2px;
  box-shadow: -1px 0 3px 0 rgba(0, 0, 0, 0.25);
}

.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .fa,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .search .searchearchbox.vertical .bootstrap-select button:after,
.search .searchearchbox.vertical .bootstrap-select .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .search .searchearchbox.horizontal .control .bootstrap-select button:after,
.search .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .searchearchbox.horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .downloads .downloadsearchbox.vertical .bootstrap-select button:after,
.downloads .downloadsearchbox.vertical .bootstrap-select .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .downloads .downloadsearchbox.horizontal .control .bootstrap-select button:after,
.downloads .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .downloadsearchbox.horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .localita #searchbox-app .bootstrap-select button:after,
.localita #searchbox-app .bootstrap-select .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .itinerari .searchbox .control .bootstrap-select button:after,
.itinerari .searchbox .control .bootstrap-select .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .itinerari .searchbox.horizontal .control .bootstrap-select button:after,
.itinerari .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .searchbox.horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .vertical .bootstrap-select .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .vertical .bootstrap-select .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .events-homepage .header .eventsearchbox.horizontal .control .bootstrap-select button:after,
.events-homepage .header .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .eventsearchbox.horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .events-homepage .header .eventsearchbox.vertical .bootstrap-select button:after,
.events-homepage .header .eventsearchbox.vertical .bootstrap-select .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .events-page .header .eventsearchbox.horizontal .control .bootstrap-select button:after,
.events-page .header .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .eventsearchbox.horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .events-page .header .eventsearchbox.vertical .bootstrap-select button:after,
.events-page .header .eventsearchbox.vertical .bootstrap-select .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .scopri .xp_search_box .horizontal .control .bootstrap-select button:after,
.scopri .xp_search_box .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .scopri .xp_search_box .vertical .bootstrap-select button:after,
.scopri .xp_search_box .vertical .bootstrap-select .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .scopri .operatori_search_box .horizontal .control .bootstrap-select button:after,
.scopri .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .scopri .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.scopri .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .scopri .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.scopri .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .idee .xp_search_box .horizontal .control .bootstrap-select button:after,
.idee .xp_search_box .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .idee .xp_search_box .vertical .bootstrap-select button:after,
.idee .xp_search_box .vertical .bootstrap-select .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .idee .operatori_search_box .horizontal .control .bootstrap-select button:after,
.idee .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .idee .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.idee .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .idee .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.idee .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .eventi .xp_search_box .horizontal .control .bootstrap-select button:after,
.eventi .xp_search_box .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .eventi .xp_search_box .vertical .bootstrap-select button:after,
.eventi .xp_search_box .vertical .bootstrap-select .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .eventi .operatori_search_box .horizontal .control .bootstrap-select button:after,
.eventi .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .eventi .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.eventi .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .eventi .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.eventi .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .pianifica .xp_search_box .horizontal .control .bootstrap-select button:after,
.pianifica .xp_search_box .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .pianifica .xp_search_box .vertical .bootstrap-select button:after,
.pianifica .xp_search_box .vertical .bootstrap-select .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .pianifica .operatori_search_box .horizontal .control .bootstrap-select button:after,
.pianifica .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .pianifica .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.pianifica .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .pianifica .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.pianifica .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .esperienze .xp_search_box .horizontal .control .bootstrap-select button:after,
.esperienze .xp_search_box .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .esperienze .xp_search_box .vertical .bootstrap-select button:after,
.esperienze .xp_search_box .vertical .bootstrap-select .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .esperienze .operatori_search_box .horizontal .control .bootstrap-select button:after,
.esperienze .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .esperienze .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.esperienze .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .esperienze .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.esperienze .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .news .xp_search_box .horizontal .control .bootstrap-select button:after,
.news .xp_search_box .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .news .xp_search_box .vertical .bootstrap-select button:after,
.news .xp_search_box .vertical .bootstrap-select .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .news .operatori_search_box .horizontal .control .bootstrap-select button:after,
.news .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .news .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.news .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .news .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.news .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .iat .xp_search_box .horizontal .control .bootstrap-select button:after,
.iat .xp_search_box .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .iat .xp_search_box .vertical .bootstrap-select button:after,
.iat .xp_search_box .vertical .bootstrap-select .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .iat .operatori_search_box .horizontal .control .bootstrap-select button:after,
.iat .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .iat .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.iat .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .iat .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.iat .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .meteo .xp_search_box .horizontal .control .bootstrap-select button:after,
.meteo .xp_search_box .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .meteo .xp_search_box .vertical .bootstrap-select button:after,
.meteo .xp_search_box .vertical .bootstrap-select .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .meteo .operatori_search_box .horizontal .control .bootstrap-select button:after,
.meteo .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .meteo .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.meteo .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .meteo .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.meteo .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .odm .xp_search_box .horizontal .control .bootstrap-select button:after,
.odm .xp_search_box .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .odm .xp_search_box .vertical .bootstrap-select button:after,
.odm .xp_search_box .vertical .bootstrap-select .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .odm .operatori_search_box .horizontal .control .bootstrap-select button:after,
.odm .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .odm .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.odm .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .odm .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.odm .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .booking .xp_search_box .horizontal .control .bootstrap-select button:after,
.booking .xp_search_box .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .booking .xp_search_box .vertical .bootstrap-select button:after,
.booking .xp_search_box .vertical .bootstrap-select .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .booking .operatori_search_box .horizontal .control .bootstrap-select button:after,
.booking .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .booking .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.booking .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .booking .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.booking .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .rock .xp_search_box .horizontal .control .bootstrap-select button:after,
.rock .xp_search_box .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .rock .xp_search_box .vertical .bootstrap-select button:after,
.rock .xp_search_box .vertical .bootstrap-select .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .rock .operatori_search_box .horizontal .control .bootstrap-select button:after,
.rock .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .rock .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.rock .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .rock .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.rock .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .beach .xp_search_box .horizontal .control .bootstrap-select button:after,
.beach .xp_search_box .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .beach .xp_search_box .vertical .bootstrap-select button:after,
.beach .xp_search_box .vertical .bootstrap-select .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .beach .operatori_search_box .horizontal .control .bootstrap-select button:after,
.beach .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .beach .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.beach .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .beach .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.beach .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .food .xp_search_box .horizontal .control .bootstrap-select button:after,
.food .xp_search_box .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .food .xp_search_box .vertical .bootstrap-select button:after,
.food .xp_search_box .vertical .bootstrap-select .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .food .operatori_search_box .horizontal .control .bootstrap-select button:after,
.food .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .food .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.food .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .food .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.food .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .nature .xp_search_box .horizontal .control .bootstrap-select button:after,
.nature .xp_search_box .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .nature .xp_search_box .vertical .bootstrap-select button:after,
.nature .xp_search_box .vertical .bootstrap-select .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .nature .operatori_search_box .horizontal .control .bootstrap-select button:after,
.nature .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .nature .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.nature .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .nature .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.nature .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .romagna_autentica .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna_autentica .xp_search_box .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .romagna_autentica .xp_search_box .vertical .bootstrap-select button:after,
.romagna_autentica .xp_search_box .vertical .bootstrap-select .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .romagna_autentica .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna_autentica .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .romagna_autentica .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna_autentica .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .romagna_autentica .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna_autentica .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .culture .xp_search_box .horizontal .control .bootstrap-select button:after,
.culture .xp_search_box .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .culture .xp_search_box .vertical .bootstrap-select button:after,
.culture .xp_search_box .vertical .bootstrap-select .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .culture .operatori_search_box .horizontal .control .bootstrap-select button:after,
.culture .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .culture .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.culture .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .culture .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.culture .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .castle .xp_search_box .horizontal .control .bootstrap-select button:after,
.castle .xp_search_box .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .castle .xp_search_box .vertical .bootstrap-select button:after,
.castle .xp_search_box .vertical .bootstrap-select .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .castle .operatori_search_box .horizontal .control .bootstrap-select button:after,
.castle .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .castle .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.castle .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .castle .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.castle .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .bike .xp_search_box .horizontal .control .bootstrap-select button:after,
.bike .xp_search_box .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .bike .xp_search_box .vertical .bootstrap-select button:after,
.bike .xp_search_box .vertical .bootstrap-select .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .bike .operatori_search_box .horizontal .control .bootstrap-select button:after,
.bike .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .bike .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.bike .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .bike .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.bike .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .empire .xp_search_box .horizontal .control .bootstrap-select button:after,
.empire .xp_search_box .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .empire .xp_search_box .vertical .bootstrap-select button:after,
.empire .xp_search_box .vertical .bootstrap-select .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .empire .operatori_search_box .horizontal .control .bootstrap-select button:after,
.empire .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .empire .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.empire .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .empire .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.empire .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .wellness .xp_search_box .horizontal .control .bootstrap-select button:after,
.wellness .xp_search_box .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .wellness .xp_search_box .vertical .bootstrap-select button:after,
.wellness .xp_search_box .vertical .bootstrap-select .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .wellness .operatori_search_box .horizontal .control .bootstrap-select button:after,
.wellness .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .wellness .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.wellness .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .wellness .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.wellness .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .fun .xp_search_box .horizontal .control .bootstrap-select button:after,
.fun .xp_search_box .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .fun .xp_search_box .vertical .bootstrap-select button:after,
.fun .xp_search_box .vertical .bootstrap-select .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .fun .operatori_search_box .horizontal .control .bootstrap-select button:after,
.fun .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .fun .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.fun .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .fun .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.fun .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .sport .xp_search_box .horizontal .control .bootstrap-select button:after,
.sport .xp_search_box .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .sport .xp_search_box .vertical .bootstrap-select button:after,
.sport .xp_search_box .vertical .bootstrap-select .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .sport .operatori_search_box .horizontal .control .bootstrap-select button:after,
.sport .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .sport .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.sport .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .sport .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.sport .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .motorcycle .xp_search_box .horizontal .control .bootstrap-select button:after,
.motorcycle .xp_search_box .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .motorcycle .xp_search_box .vertical .bootstrap-select button:after,
.motorcycle .xp_search_box .vertical .bootstrap-select .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .motorcycle .operatori_search_box .horizontal .control .bootstrap-select button:after,
.motorcycle .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .motorcycle .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.motorcycle .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .motorcycle .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.motorcycle .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .romagna .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna .xp_search_box .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .romagna .xp_search_box .vertical .bootstrap-select button:after,
.romagna .xp_search_box .vertical .bootstrap-select .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .romagna .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .romagna .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .romagna .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .liscio .xp_search_box .horizontal .control .bootstrap-select button:after,
.liscio .xp_search_box .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .liscio .xp_search_box .vertical .bootstrap-select button:after,
.liscio .xp_search_box .vertical .bootstrap-select .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .liscio .operatori_search_box .horizontal .control .bootstrap-select button:after,
.liscio .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .liscio .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.liscio .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .liscio .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.liscio .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .default .xp_search_box .horizontal .control .bootstrap-select button:after,
.default .xp_search_box .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .default .xp_search_box .vertical .bootstrap-select button:after,
.default .xp_search_box .vertical .bootstrap-select .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .default .operatori_search_box .horizontal .control .bootstrap-select button:after,
.default .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .default .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.default .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .default .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.default .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .pet .xp_search_box .horizontal .control .bootstrap-select button:after,
.pet .xp_search_box .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .pet .xp_search_box .vertical .bootstrap-select button:after,
.pet .xp_search_box .vertical .bootstrap-select .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .pet .operatori_search_box .horizontal .control .bootstrap-select button:after,
.pet .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .pet .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.pet .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .pet .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.pet .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .kultur .xp_search_box .horizontal .control .bootstrap-select button:after,
.kultur .xp_search_box .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .kultur .xp_search_box .vertical .bootstrap-select button:after,
.kultur .xp_search_box .vertical .bootstrap-select .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .kultur .operatori_search_box .horizontal .control .bootstrap-select button:after,
.kultur .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .kultur .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.kultur .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .kultur .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.kultur .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .natur .xp_search_box .horizontal .control .bootstrap-select button:after,
.natur .xp_search_box .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .natur .xp_search_box .vertical .bootstrap-select button:after,
.natur .xp_search_box .vertical .bootstrap-select .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .natur .operatori_search_box .horizontal .control .bootstrap-select button:after,
.natur .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .natur .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.natur .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .natur .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.natur .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .spass .xp_search_box .horizontal .control .bootstrap-select button:after,
.spass .xp_search_box .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .spass .xp_search_box .vertical .bootstrap-select button:after,
.spass .xp_search_box .vertical .bootstrap-select .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .spass .operatori_search_box .horizontal .control .bootstrap-select button:after,
.spass .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .spass .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.spass .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .spass .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.spass .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .romagna-craft .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna-craft .xp_search_box .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .romagna-craft .xp_search_box .vertical .bootstrap-select button:after,
.romagna-craft .xp_search_box .vertical .bootstrap-select .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .romagna-craft .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna-craft .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .romagna-craft .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna-craft .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .romagna-craft .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna-craft .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .xp_search_box .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .vertical .bootstrap-select .operatori_search_box .horizontal button:after {
  line-height: 2.2rem;
}

.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal button.collapsible {
  border: none;
  background-color: transparent;
  display: block;
  width: 100%;
  font-size: 1.6rem;
  color: #ffffff;
  letter-spacing: -0.41px;
  text-align: left;
  text-transform: uppercase;
}

.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .control {
  padding: 0.5rem 1rem;
  height: 5rem;
  background-color: white;
  margin: 0.5rem;
}

.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .control.btn-holder {
  min-width: 2rem;
  width: auto;
  padding: 0px;
}

.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .control.btn-holder button {
  width: 100%;
  border: none;
  background-color: #e3102c;
  height: 100%;
  font-size: 1.6rem;
  color: #ffffff;
  letter-spacing: -0.41px;
  text-align: center;
  text-transform: uppercase;
  display: block;
  padding: 0px;
}

.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .control .ert-dropdown {
  width: 100%;
}

.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .control .ert-dropdown * {
  cursor: pointer;
}

.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .control .ert-dropdown .ert-combo {
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
  display: block;
  text-align: left;
}

.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .control .ert-dropdown .ert-combo::after {
  border: none;
}

.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .control .ert-dropdown .ert-combo i {
  transition: 500ms ease;
  transform: rotate(0);
  position: absolute;
  top: 2.25rem;
  right: 15px;
}

.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .control .ert-dropdown .ert-combo .button {
  padding: 0px;
}

.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .control .ert-dropdown.show .ert-combo i {
  transform: rotate(180deg);
}

.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .control .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: auto;
}

.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .control .bootstrap-select {
  margin-top: -1px;
}

.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .control .bootstrap-select *:focus {
  box-shadow: none important;
}

.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .control .bootstrap-select button {
  padding: 0px;
  font-size: 1.5rem;
  background: #ffffff;
  color: #848484;
  letter-spacing: 0.3px;
  border: none;
  border-radius: 0;
}

.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .control .bootstrap-select button:after {
  content: "\F078";
  border: none;
}

.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .control .bootstrap-select .dropdown-menu {
  width: 100% !important;
  border: none;
  border-radius: 0;
  box-shadow: 0px 2px 2px 0px #a9a9a970;
  border-top: 1px solid #a9a9a970;
}

.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .control .bootstrap-select .dropdown-menu.inner.show {
  border-top: none;
}

.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .control .bootstrap-select .dropdown-menu .dropdown-item {
  font-size: 1.5rem;
  line-height: 4rem;
}

.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .control .bootstrap-select .dropdown-menu .dropdown-item:active,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .control .bootstrap-select .dropdown-menu .dropdown-item.active {
  background-color: #f1354e;
}

.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .control label {
  background: #ffffff;
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
  line-height: 2.4rem;
  margin-bottom: 0px;
  margin-right: 0.5rem;
}

@media (max-width: 768px) {
  .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .control label {
    min-width: 6.2rem;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .control label {
    display: none;
  }
}

.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .control .flatpickr-mobile.form-control {
  padding: 1px 0;
}

.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .control input[type=text],
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .control input[type=date] {
  border: none;
  font-size: 1.5rem;
  border-radius: 0;
  background-color: white;
  border-bottom: 1px solid #495057;
  min-width: 0;
  height: auto;
}

.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .control input[type=text]:focus,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .control input[type=date]:focus {
  box-shadow: none;
}

.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .vertical {
  max-width: 30rem;
  z-index: 10;
  position: relative;
  height: 4.4rem;
  margin: 0 auto;
}

.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .vertical button.collapsible {
  border: none;
  background-color: transparent;
  display: block;
  position: absolute;
  width: 100%;
}

.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .vertical .dropbutton {
  display: none;
}

.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .vertical .dropbutton.collapsed {
  display: block;
}

.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .vertical #collapse-events {
  padding: 1.8rem;
  background-color: #f1354e;
  background-image: linear-gradient(-180deg, #f1324b 0%, #f1354e 48%, #f1334c 80%);
  font-size: 1.6rem;
}

.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .vertical .fa-chevron-up {
  text-align: right;
  line-height: 4rem;
  color: white;
  margin-bottom: 1.8rem;
}

.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .vertical .form-group {
  background: #ffffff;
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
}

.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .vertical .form-group .col-form-label {
  line-height: 5rem;
}

.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .vertical .ert-text {
  border: none;
  font-size: 1.5rem;
  height: 60px;
  border-radius: 0;
  background-color: white;
}

.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .vertical .ert-text.line {
  border-bottom: 1px solid #495057;
  height: auto;
  margin-top: 14px;
}

.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .vertical .ert-text:focus {
  box-shadow: none;
}

.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .vertical button.search {
  border: none;
  position: absolute;
  bottom: -10rem;
  left: 5%;
  right: 5%;
  width: 90%;
  line-height: 4.4rem;
}

.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .vertical .datepicker-holder {
  padding-right: 0px;
}

.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .vertical .datepicker-holder * {
  cursor: pointer;
}

.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .vertical .datepicker-holder input[type=date]::-webkit-calendar-picker-indicator {
  width: 1.2rem;
  height: 0.7rem;
  -webkit-mask: url(/images/caret.svg);
          mask: url(/images/caret.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  -webkit-transition: 500ms ease;
  transition: 500ms ease;
  background-color: #686868;
}

.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .vertical .datepicker-holder .flatpickr-calendar.static {
  margin-left: -193px;
  margin-top: -184px;
  left: 50%;
  top: 50%;
}

.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .vertical .datepicker-holder .flatpickr-calendar.static.arrowBottom:after {
  display: none;
}

.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .vertical .datepicker-holder .flatpickr-calendar.static.arrowBottom:before {
  display: none;
}

.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .vertical .datepicker-holder .flatpickr-months .flatpickr-month {
  height: 32px;
}

.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .vertical .ert-dropdown * {
  cursor: pointer;
}

.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .vertical .ert-dropdown .ert-combo {
  background: #ffffff;
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
  line-height: 5rem;
  display: block;
  width: 100%;
  height: 60px;
  text-align: left;
}

.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .vertical .ert-dropdown .ert-combo::after {
  border: none;
}

.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .vertical .ert-dropdown .ert-combo i {
  transition: 500ms ease;
  transform: rotate(0);
  position: absolute;
  top: 2.25rem;
  right: 15px;
}

.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .vertical .ert-dropdown .ert-combo .button {
  padding: 0px;
}

.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .vertical .ert-dropdown .dropdown-menu {
  width: 100% !important;
  border: none;
  border-radius: 0;
  box-shadow: 0px 2px 2px 0px #a9a9a970;
  border-top: 1px solid #a9a9a970;
}

.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .vertical .ert-dropdown .dropdown-menu .dropdown-item {
  font-size: 1.5rem;
  line-height: 4rem;
}

.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .vertical .ert-dropdown .dropdown-menu .dropdown-item:active {
  background-color: #f1354e;
}

.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .vertical .ert-dropdown.show .ert-combo i {
  transform: rotate(180deg);
}

.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .vertical .bootstrap-select *:focus {
  box-shadow: none important;
}

.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .vertical .bootstrap-select button {
  font-size: 1.5rem;
  color: #848484;
  letter-spacing: 0.3px;
  border: none;
  font-size: 1.5rem;
  height: 60px;
  border-radius: 0;
  background-color: white;
}

.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .vertical .bootstrap-select button:after {
  content: "\F078";
  border: none;
}

.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .vertical .bootstrap-select .dropdown-menu {
  width: 100% !important;
  border: none;
  border-radius: 0;
  box-shadow: 0px 2px 2px 0px #a9a9a970;
  border-top: 1px solid #a9a9a970;
}

.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .vertical .bootstrap-select .dropdown-menu .dropdown-item {
  font-size: 1.5rem;
  line-height: 4rem;
}

.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .vertical .bootstrap-select .dropdown-menu .dropdown-item:active,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .vertical .bootstrap-select .dropdown-menu .dropdown-item.active {
  background-color: #f1354e;
}

.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .vertical .btn-er,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .vertical .instagram .instabutton div span,
.instagram .instabutton div .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .vertical span {
  margin-top: 18px;
}

.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .vertical .btn-er .fa-chevron-down,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .vertical .instagram .instabutton div span .fa-chevron-down,
.instagram .instabutton div .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .vertical span .fa-chevron-down {
  float: right;
  line-height: 4rem;
}

.i-love-pet-visit-romagna-benvenuti-quattro-zampe .home-boxes {
  background-color: #f1354e;
}

.i-love-pet-visit-romagna-benvenuti-quattro-zampe .content-box a {
  font-weight: bold;
  color: #f1354e;
}

.i-love-pet-visit-romagna-benvenuti-quattro-zampe .content-box a strong {
  color: #f1354e;
}

.i-love-pet-visit-romagna-benvenuti-quattro-zampe .content-box .btn-er,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .content-box .instagram .instabutton div span,
.instagram .instabutton div .i-love-pet-visit-romagna-benvenuti-quattro-zampe .content-box span {
  background-color: #f1354e;
  color: white;
}

.i-love-pet-visit-romagna-benvenuti-quattro-zampe .content-box h3.with-line {
  font-size: 1.8rem;
  color: #030303;
  letter-spacing: -0.43px;
  text-transform: uppercase;
  margin-bottom: 2.1rem;
}

.i-love-pet-visit-romagna-benvenuti-quattro-zampe .content-box h3.with-line::before {
  content: "";
  display: block;
  height: 3px;
  background: #0e797b;
  width: 100%;
  max-width: 32rem;
  margin-left: 0;
  margin-right: 0;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.i-love-pet-visit-romagna-benvenuti-quattro-zampe *:focus {
  outline: 1px solid #f1354e;
  outline-offset: -1px;
}

.i-love-pet-visit-romagna-benvenuti-quattro-zampe .bootstrap-select .dropdown-toggle:focus {
  outline: 1px solid #f1354e;
  outline-offset: -1px;
}

.i-love-pet-visit-romagna-benvenuti-quattro-zampe a:hover {
  outline: 1px solid #f46578;
}

.i-love-pet-visit-romagna-benvenuti-quattro-zampe a:active {
  outline: 1px solid #f1354e;
}

.i-love-pet-visit-romagna-benvenuti-quattro-zampe .events-list {
  font-size: 1.4rem;
}

.i-love-pet-visit-romagna-benvenuti-quattro-zampe .section-list {
  display: block;
  text-align: right;
}

.i-love-pet-visit-romagna-benvenuti-quattro-zampe .section-list a {
  font-size: 2rem;
  color: #f1354e;
}

.i-love-pet-visit-romagna-benvenuti-quattro-zampe .events-list dt,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .section-list dt,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .iat-list dt {
  text-transform: uppercase;
  font-size: 1.5rem;
  line-height: 1.5;
  color: #111;
  letter-spacing: -0.38px;
  font-weight: 600;
  margin-top: 1.4rem;
}

.i-love-pet-visit-romagna-benvenuti-quattro-zampe .events-list dd,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .section-list dd,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .iat-list dd {
  font-size: 1.6rem;
  margin-bottom: 0.6rem;
  line-height: 1.5;
  color: #030303;
}

.i-love-pet-visit-romagna-benvenuti-quattro-zampe .events-list dd i,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .section-list dd i,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .iat-list dd i {
  margin-right: 0.6rem;
}

.i-love-pet-visit-romagna-benvenuti-quattro-zampe .events-list ul,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .section-list ul,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .iat-list ul {
  list-style: none;
  padding-inline-start: 0;
}

.i-love-pet-visit-romagna-benvenuti-quattro-zampe .events-list ul li,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .section-list ul li,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .iat-list ul li {
  font-size: 1.5rem;
  color: #030303;
  margin-top: 0.6rem;
  line-height: 1.5;
}

.i-love-pet-visit-romagna-benvenuti-quattro-zampe .events-list ul.tappe-list,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .section-list ul.tappe-list,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .iat-list ul.tappe-list {
  list-style: none;
  padding-inline-start: 0;
}

.i-love-pet-visit-romagna-benvenuti-quattro-zampe .events-list ul.tappe-list li,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .section-list ul.tappe-list li,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .iat-list ul.tappe-list li {
  font-size: 1.6rem;
  line-height: 1.5;
  color: #030303;
}

.i-love-pet-visit-romagna-benvenuti-quattro-zampe .tickets-list {
  display: flex;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #111;
  letter-spacing: -0.38px;
  font-weight: 600;
  margin-top: 1.4rem;
}

.i-love-pet-visit-romagna-benvenuti-quattro-zampe .tickets-list i {
  margin-top: 0.6rem;
}

.i-love-pet-visit-romagna-benvenuti-quattro-zampe .tickets-list li {
  color: #030303;
  font-size: 1.6rem;
  margin-left: 1.2rem;
}

.i-love-pet-visit-romagna-benvenuti-quattro-zampe .tickets-list li i {
  margin-right: 0.6rem;
}

.i-love-pet-visit-romagna-benvenuti-quattro-zampe .address * {
  color: white;
}

.i-love-pet-visit-romagna-benvenuti-quattro-zampe .top-title-box {
  padding: 0rem;
  text-align: center;
}

.i-love-pet-visit-romagna-benvenuti-quattro-zampe .top-title-box.no-image {
  padding-top: 10rem;
}

.i-love-pet-visit-romagna-benvenuti-quattro-zampe .top-title-box.no-image .er-logo-top {
  margin: 0 auto;
  display: block;
  margin-bottom: 10rem;
}

.i-love-pet-visit-romagna-benvenuti-quattro-zampe .top-title-box h1 {
  font-size: 3rem;
  color: #f1354e;
  letter-spacing: -1.01px;
  line-height: 4rem;
  margin: 2rem 0;
}

.i-love-pet-visit-romagna-benvenuti-quattro-zampe .top-title-box h2 {
  font-size: 2rem;
  line-height: 1.5;
  color: #000;
  letter-spacing: -0.58px;
}

.i-love-pet-visit-romagna-benvenuti-quattro-zampe .top-title-box .breadcrumb {
  opacity: 0.6;
  font-size: 1.5rem;
  letter-spacing: -0.38px;
  padding: 0;
  margin: 0;
  color: #f1354e;
  background-color: #fff;
}

.i-love-pet-visit-romagna-benvenuti-quattro-zampe .top-title-box .breadcrumb .breadcrumb-item::before,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .top-title-box .breadcrumb a {
  color: #f1354e;
}

@media (min-width: 992px) {
  .i-love-pet-visit-romagna-benvenuti-quattro-zampe .top-title-box h1 {
    line-height: 7rem;
    font-size: 7rem;
    margin-top: 3rem;
  }

  .i-love-pet-visit-romagna-benvenuti-quattro-zampe .top-title-box h2 {
    font-size: 2rem;
    line-height: 1.5rem;
  }

  .i-love-pet-visit-romagna-benvenuti-quattro-zampe .top-title-box .breadcrumb {
    font-size: 1.9rem;
  }
}

.i-love-pet-visit-romagna-benvenuti-quattro-zampe .image-box-with-border {
  margin: 2rem 0;
  border-top: 64px solid #f1354e;
}

.i-love-pet-visit-romagna-benvenuti-quattro-zampe .image-box-with-border img {
  -o-object-fit: cover;
     object-fit: cover;
}

.i-love-pet-visit-romagna-benvenuti-quattro-zampe .top-image {
  transition: background-image 1s ease-in-out;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 20px;
}

.i-love-pet-visit-romagna-benvenuti-quattro-zampe .top-image .logo {
  position: absolute;
  width: 30rem;
  bottom: 20px;
  left: 50%;
  margin-left: -15rem;
}

.i-love-pet-visit-romagna-benvenuti-quattro-zampe .top-image.no-mask {
  height: 600px;
}

.i-love-pet-visit-romagna-benvenuti-quattro-zampe .top-image .mask {
  z-index: 997;
  position: relative;
  width: 100%;
}

@media (min-width: 992px) {
  .i-love-pet-visit-romagna-benvenuti-quattro-zampe .top-image:after {
    position: absolute;
    content: "";
    left: 0px;
    bottom: -20px;
    width: 100%;
    height: 20px;
    transform: rotate(-180deg);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(255, 255, 255, 0.12) 12%, #e6e6e6);
  }
}

.i-love-pet-visit-romagna-benvenuti-quattro-zampe .info-box {
  position: relative;
  z-index: 0;
  border-right: 1px solid #e6e6e6;
  border-left: 7px solid #f1354e;
  background-color: white;
  padding: 0.1rem 1.5rem;
}

.i-love-pet-visit-romagna-benvenuti-quattro-zampe .info-box h3 {
  font-weight: bold;
  font-size: 1.9rem;
}

.i-love-pet-visit-romagna-benvenuti-quattro-zampe .info-box .referente {
  font-size: 1.7rem;
  line-height: 1.8rem;
  color: #000;
  letter-spacing: -0.41px;
}

@media (min-width: 768px) {
  .i-love-pet-visit-romagna-benvenuti-quattro-zampe .info-box {
    position: sticky;
    position: -webkit-sticky;
    top: 68px;
  }
}

.i-love-pet-visit-romagna-benvenuti-quattro-zampe .info-box:after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: -8px;
  height: 8px;
  left: 0px;
  z-index: -1;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.01) 30%, rgba(0, 0, 0, 0.03) 50%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0.08) 90%, rgba(0, 0, 0, 0.09) 96%, rgba(0, 0, 0, 0.1) 100%);
}

.i-love-pet-visit-romagna-benvenuti-quattro-zampe .info-box:after {
  width: calc(100% + 8px);
  left: -7px;
}

@media (max-width: 991.98px) {
  .i-love-pet-visit-romagna-benvenuti-quattro-zampe .info-box {
    width: auto;
    max-width: 60%;
    min-width: 300px;
    margin: 20px auto;
    display: block;
  }
}

@media (min-width: 992px) {
  .i-love-pet-visit-romagna-benvenuti-quattro-zampe .info-box {
    margin-top: 2.2rem;
  }
}

.i-love-pet-visit-romagna-benvenuti-quattro-zampe .info-box li {
  padding: 1.1rem 0;
}

.i-love-pet-visit-romagna-benvenuti-quattro-zampe .info-box li .icon {
  font-size: 2.8rem;
  line-height: 3.3rem;
  margin-right: 1rem;
  float: left;
}

.i-love-pet-visit-romagna-benvenuti-quattro-zampe .info-box li .info .title {
  text-transform: uppercase;
  font-size: 1.2rem;
  line-height: 1.5rem;
  color: #787878;
  letter-spacing: -0.38px;
}

.i-love-pet-visit-romagna-benvenuti-quattro-zampe .info-box li .info .value {
  font-size: 1.7rem;
  line-height: 1.8rem;
  color: #000000;
  letter-spacing: -0.41px;
  display: table;
}

.i-love-pet-visit-romagna-benvenuti-quattro-zampe .info-box li .info .value a {
  word-break: break-all;
}

@media (max-width: 991.98px) {
  .i-love-pet-visit-romagna-benvenuti-quattro-zampe .info-box li.bookmarks {
    display: none;
  }
}

.i-love-pet-visit-romagna-benvenuti-quattro-zampe .info-box .title-index {
  text-transform: uppercase;
  font-size: 1.4rem;
  line-height: 3rem;
  letter-spacing: -0.38px;
}

.i-love-pet-visit-romagna-benvenuti-quattro-zampe .info-box .bookmarks {
  display: inline-block;
}

.i-love-pet-visit-romagna-benvenuti-quattro-zampe .info-box .bookmarks ul li {
  padding: 0.5rem 0;
  width: 100%;
}

.i-love-pet-visit-romagna-benvenuti-quattro-zampe .info-box .bookmarks ul li a {
  font-size: 1.4rem;
  line-height: 1.5rem;
  color: #000000;
  letter-spacing: -0.41px;
}

.i-love-pet-visit-romagna-benvenuti-quattro-zampe .info-box .bookmarks ul li a.active {
  text-decoration: underline;
}

.i-love-pet-visit-romagna-benvenuti-quattro-zampe #bookmarks-index {
  margin-top: 8rem;
}

.i-love-pet-visit-romagna-benvenuti-quattro-zampe #bookmarks-index .info {
  padding: 2.1rem;
}

.i-love-pet-visit-romagna-benvenuti-quattro-zampe #bookmarks-index h4 {
  font-size: 1.8rem;
}

@media (min-width: 768px) {
  .i-love-pet-visit-romagna-benvenuti-quattro-zampe #bookmarks-index {
    display: none;
  }
}

.i-love-pet-visit-romagna-benvenuti-quattro-zampe blockquote:before {
  color: #f13a52;
}

.i-love-pet-visit-romagna-benvenuti-quattro-zampe .btn-er,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .instagram .instabutton div span,
.instagram .instabutton div .i-love-pet-visit-romagna-benvenuti-quattro-zampe span,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe.btn {
  background: #f1354e;
}

.i-love-pet-visit-romagna-benvenuti-quattro-zampe hr {
  height: 3px;
  background: #f1354e;
  width: 100%;
  max-width: 32rem;
  margin-left: 0;
  margin-right: 0;
  margin-top: 1rem;
  margin-bottom: 2rem;
}

.i-love-pet-visit-romagna-benvenuti-quattro-zampe .section h2 {
  margin-top: 4.5rem;
  margin-bottom: 4.5rem;
  font-size: 4.42rem;
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.18;
  letter-spacing: -1.07px;
  text-align: center;
  color: black;
  /*text-decoration: underline;*/
}

.i-love-pet-visit-romagna-benvenuti-quattro-zampe .section h2 a {
  color: black;
}

.i-love-pet-visit-romagna-benvenuti-quattro-zampe .section h3 {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
  font-size: 3.42rem;
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.18;
  letter-spacing: -1.07px;
  text-align: center;
  color: black;
  text-transform: uppercase;
  /*text-decoration: underline;*/
}

.i-love-pet-visit-romagna-benvenuti-quattro-zampe .section h3 a {
  color: black;
}

.i-love-pet-visit-romagna-benvenuti-quattro-zampe .section .gallery {
  position: relative;
  padding-bottom: 33px;
}

.i-love-pet-visit-romagna-benvenuti-quattro-zampe .section .gallery .swiper-button-next,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .section .gallery .swiper-container-rtl .swiper-button-prev,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .section .gallery .swiper-button-prev,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .section .gallery .swiper-container-rtl .swiper-button-next {
  background-position: center;
  width: 7.2rem;
  bottom: 33px;
  height: auto;
  top: 0px;
  margin: 0px;
  left: auto;
}

.i-love-pet-visit-romagna-benvenuti-quattro-zampe .section .gallery .swiper-button-next svg,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .section .gallery .swiper-container-rtl .swiper-button-prev svg,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .section .gallery .swiper-button-prev svg,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .section .gallery .swiper-container-rtl .swiper-button-next svg {
  top: 50%;
  left: 2.1rem;
  position: absolute;
  width: 3rem;
  height: 3rem;
  margin-top: -1.5rem;
  filter: drop-shadow(0px 3px 3px black);
}

.i-love-pet-visit-romagna-benvenuti-quattro-zampe .section .gallery .swiper-button-next,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .section .gallery .swiper-button-prev,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .section .gallery .swiper-container-rtl .swiper-button-prev,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .section .gallery .swiper-container-rtl .swiper-button-next {
  fill: #fff;
}

.i-love-pet-visit-romagna-benvenuti-quattro-zampe .section .gallery .swiper-button-next,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .section .gallery .swiper-container-rtl .swiper-button-prev {
  right: 0px;
}

.i-love-pet-visit-romagna-benvenuti-quattro-zampe .section .gallery .swiper-button-prev,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .section .gallery .swiper-container-rtl .swiper-button-next {
  left: 0px;
}

.i-love-pet-visit-romagna-benvenuti-quattro-zampe .section .gallery .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #f1354e;
}

.i-love-pet-visit-romagna-benvenuti-quattro-zampe .section .gallery .swiper-pagination-bullet {
  border: 1px solid #f1354e;
}

.i-love-pet-visit-romagna-benvenuti-quattro-zampe .section .gallery .swiper-pagination-bullets {
  bottom: 2px;
}

.i-love-pet-visit-romagna-benvenuti-quattro-zampe .section .gallery .swiper-slide .carousel-content {
  background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.07) 8%, rgba(0, 0, 0, 0.45) 68%);
  position: absolute;
  left: 0rem;
  bottom: 0rem;
  right: 0rem;
  width: auto;
  padding: 10rem 2rem 2rem 2rem;
  font-size: 2.6rem;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.63px;
  text-align: center;
  color: #ffffff;
}

.i-love-pet-visit-romagna-benvenuti-quattro-zampe .section .gallery .swiper-slide .carousel-content a {
  color: #ffffff !important;
}

.i-love-pet-visit-romagna-benvenuti-quattro-zampe .section .card-carousel .nodefault.swiper-button-prev::after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .section .card-carousel .nodefault.swiper-button-prev::before,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .section .card-carousel .nodefault.swiper-button-next::after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .section .card-carousel .nodefault.swiper-button-next::before {
  content: unset;
}

.i-love-pet-visit-romagna-benvenuti-quattro-zampe .section .card-carousel .swiper-slide {
  height: auto;
  margin-bottom: 5rem;
}

.i-love-pet-visit-romagna-benvenuti-quattro-zampe .section .card-carousel .swiper-slide .iv-wrapper,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .section .card-carousel .swiper-slide a .iv-wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

.i-love-pet-visit-romagna-benvenuti-quattro-zampe .section .card-carousel .swiper-slide .iv-wrapper > div,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .section .card-carousel .swiper-slide a .iv-wrapper > div {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: start;
}

.i-love-pet-visit-romagna-benvenuti-quattro-zampe .section .card-carousel .swiper-slide .iv-wrapper .image,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .section .card-carousel .swiper-slide a .iv-wrapper .image {
  min-height: 23rem;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.i-love-pet-visit-romagna-benvenuti-quattro-zampe .section .card-carousel .swiper-slide .iv-wrapper .content,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .section .card-carousel .swiper-slide a .iv-wrapper .content {
  background: #ffffff;
  border: 0 solid #000000;
  position: relative;
  padding: 2rem 2.1rem 4rem;
  position: relative;
  z-index: 0;
}

.i-love-pet-visit-romagna-benvenuti-quattro-zampe .section .card-carousel .swiper-slide .iv-wrapper .content:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .section .card-carousel .swiper-slide a .iv-wrapper .content:after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: -4px;
  height: 4px;
  left: 0px;
  z-index: -1;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.01) 30%, rgba(0, 0, 0, 0.03) 50%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0.08) 90%, rgba(0, 0, 0, 0.09) 96%, rgba(0, 0, 0, 0.1) 100%);
}

.i-love-pet-visit-romagna-benvenuti-quattro-zampe .section .card-carousel .swiper-slide .iv-wrapper .content h3,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .section .card-carousel .swiper-slide a .iv-wrapper .content h3 {
  font-size: 2rem;
  color: #030303;
  letter-spacing: -0.48px;
  text-align: left;
}

.i-love-pet-visit-romagna-benvenuti-quattro-zampe .section .card-carousel .swiper-slide .iv-wrapper .content p,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .section .card-carousel .swiper-slide .iv-wrapper .content p a,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .section .card-carousel .swiper-slide .iv-wrapper .content a p,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .section .card-carousel .swiper-slide a .iv-wrapper .content p,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .section .card-carousel .swiper-slide a .iv-wrapper .content p a,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .section .card-carousel .swiper-slide a .iv-wrapper .content a p {
  font-size: 1.5rem;
  color: #030303;
  letter-spacing: -0.38px;
  margin-bottom: 0px;
}

.i-love-pet-visit-romagna-benvenuti-quattro-zampe .section .card-carousel .swiper-slide .iv-wrapper .content p .readmore,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .section .card-carousel .swiper-slide .iv-wrapper .content p a .readmore,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .section .card-carousel .swiper-slide .iv-wrapper .content a p .readmore,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .section .card-carousel .swiper-slide a .iv-wrapper .content p .readmore,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .section .card-carousel .swiper-slide a .iv-wrapper .content p a .readmore,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .section .card-carousel .swiper-slide a .iv-wrapper .content a p .readmore {
  font-style: italic;
  color: #e3102c;
  display: block;
  margin-top: 1rem;
}

.i-love-pet-visit-romagna-benvenuti-quattro-zampe .section .card-carousel .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border: 1px solid #f1354e;
  background: none;
  opacity: 1;
}

.i-love-pet-visit-romagna-benvenuti-quattro-zampe .section .card-carousel .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #f1354e;
}

.i-love-pet-visit-romagna-benvenuti-quattro-zampe .section .card-carousel .swiper-button-next,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .section .card-carousel .swiper-container-rtl .swiper-button-prev,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .section .card-carousel .swiper-button-prev,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .section .card-carousel .swiper-container-rtl .swiper-button-next {
  background-image: none;
  width: 4rem;
  height: 23rem;
  top: 0px;
  margin: 0px;
  left: auto;
}

.i-love-pet-visit-romagna-benvenuti-quattro-zampe .section .card-carousel .swiper-button-next svg,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .section .card-carousel .swiper-container-rtl .swiper-button-prev svg,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .section .card-carousel .swiper-button-prev svg,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .section .card-carousel .swiper-container-rtl .swiper-button-next svg {
  top: 50%;
  left: 50%;
  position: absolute;
  width: 3rem;
  height: 3rem;
  margin-top: -1.5rem;
  margin-left: -1.5rem;
  filter: drop-shadow(0px 3px 3px black);
}

.i-love-pet-visit-romagna-benvenuti-quattro-zampe .section .card-carousel .swiper-button-next,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .section .card-carousel .swiper-button-prev,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .section .card-carousel .swiper-container-rtl .swiper-button-prev,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .section .card-carousel .swiper-container-rtl .swiper-button-next {
  fill: #fff;
}

.i-love-pet-visit-romagna-benvenuti-quattro-zampe .section .card-carousel .swiper-button-next,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .section .card-carousel .swiper-container-rtl .swiper-button-prev {
  right: 0px;
}

.i-love-pet-visit-romagna-benvenuti-quattro-zampe .section .card-carousel .swiper-button-prev,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .section .card-carousel .swiper-container-rtl .swiper-button-next {
  left: 0px;
}

.i-love-pet-visit-romagna-benvenuti-quattro-zampe .section .sassibox-item,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .section a .sassibox-item {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 5rem;
}

.i-love-pet-visit-romagna-benvenuti-quattro-zampe .section .sassibox-item > div,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .section a .sassibox-item > div {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.i-love-pet-visit-romagna-benvenuti-quattro-zampe .section .sassibox-item .image,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .section a .sassibox-item .image {
  min-height: 23rem;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.i-love-pet-visit-romagna-benvenuti-quattro-zampe .section .sassibox-item .content,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .section a .sassibox-item .content {
  background: #ffffff;
  border: 0 solid #000000;
  position: relative;
  padding: 1rem 0;
  position: relative;
  z-index: 0;
}

.i-love-pet-visit-romagna-benvenuti-quattro-zampe .section .sassibox-item .content:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .section a .sassibox-item .content:after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: -4px;
  height: 4px;
  left: 0px;
  z-index: -1;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.01) 30%, rgba(0, 0, 0, 0.03) 50%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0.08) 90%, rgba(0, 0, 0, 0.09) 96%, rgba(0, 0, 0, 0.1) 100%);
}

.i-love-pet-visit-romagna-benvenuti-quattro-zampe .section .sassibox-item .content h4,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .section a .sassibox-item .content h4 {
  font-size: 2rem;
  color: #030303;
  letter-spacing: -0.48px;
  text-align: left;
}

.i-love-pet-visit-romagna-benvenuti-quattro-zampe .section .sassibox-item .content p,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .section .sassibox-item .content span,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .section .sassibox-item .content a span,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .section .sassibox-item .content span a,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .section .sassibox-item .content p a,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .section .sassibox-item .content a p,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .section a .sassibox-item .content p,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .section a .sassibox-item .content span,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .section a .sassibox-item .content a span,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .section a .sassibox-item .content span a,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .section a .sassibox-item .content p a,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .section a .sassibox-item .content a p {
  font-size: 1.5rem;
  color: #030303;
  letter-spacing: -0.38px;
}

.i-love-pet-visit-romagna-benvenuti-quattro-zampe .section .sassibox-item .content .action,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .section a .sassibox-item .content .action {
  margin: 10px 0;
}

.i-love-pet-visit-romagna-benvenuti-quattro-zampe .section .sassibox-item .content .action button,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .section a .sassibox-item .content .action button {
  font-family: "Open Sans", sans-serif !important;
}

.i-love-pet-visit-romagna-benvenuti-quattro-zampe .section .sassibox-item .content .readmore,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .section a .sassibox-item .content .readmore {
  border: 1px solid transparent;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  padding: 6px 12px;
  text-align: center;
  vertical-align: middle;
  width: -moz-fit-content;
  width: fit-content;
  text-transform: uppercase;
  background-color: #f1354e;
}

.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box button span {
  color: white;
}

.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .city {
  color: white;
}

.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal {
  padding: 1rem;
  background-color: #f1354e;
  background-image: linear-gradient(-180deg, #f1324b 0%, #f1354e 48%, #f1334c 80%);
  font-size: 1.6rem;
}

.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal.collapsed {
  border-radius: 2px;
  box-shadow: -1px 0 3px 0 rgba(0, 0, 0, 0.25);
}

.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .fa,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .search .searchearchbox.vertical .bootstrap-select button:after,
.search .searchearchbox.vertical .bootstrap-select .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .search .searchearchbox.horizontal .control .bootstrap-select button:after,
.search .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .searchearchbox.horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .downloads .downloadsearchbox.vertical .bootstrap-select button:after,
.downloads .downloadsearchbox.vertical .bootstrap-select .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .downloads .downloadsearchbox.horizontal .control .bootstrap-select button:after,
.downloads .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .downloadsearchbox.horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .localita #searchbox-app .bootstrap-select button:after,
.localita #searchbox-app .bootstrap-select .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .itinerari .searchbox .control .bootstrap-select button:after,
.itinerari .searchbox .control .bootstrap-select .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .itinerari .searchbox.horizontal .control .bootstrap-select button:after,
.itinerari .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .searchbox.horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .vertical .bootstrap-select .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .operatori_search_box .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .vertical .bootstrap-select .xp_search_box .horizontal button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .events-homepage .header .eventsearchbox.horizontal .control .bootstrap-select button:after,
.events-homepage .header .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .eventsearchbox.horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .events-homepage .header .eventsearchbox.vertical .bootstrap-select button:after,
.events-homepage .header .eventsearchbox.vertical .bootstrap-select .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .events-page .header .eventsearchbox.horizontal .control .bootstrap-select button:after,
.events-page .header .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .eventsearchbox.horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .events-page .header .eventsearchbox.vertical .bootstrap-select button:after,
.events-page .header .eventsearchbox.vertical .bootstrap-select .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .scopri .xp_search_box .horizontal .control .bootstrap-select button:after,
.scopri .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .scopri .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.scopri .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .scopri .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.scopri .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .scopri .operatori_search_box .horizontal .control .bootstrap-select button:after,
.scopri .operatori_search_box .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .scopri .operatori_search_box .vertical .bootstrap-select button:after,
.scopri .operatori_search_box .vertical .bootstrap-select .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .idee .xp_search_box .horizontal .control .bootstrap-select button:after,
.idee .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .idee .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.idee .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .idee .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.idee .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .idee .operatori_search_box .horizontal .control .bootstrap-select button:after,
.idee .operatori_search_box .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .idee .operatori_search_box .vertical .bootstrap-select button:after,
.idee .operatori_search_box .vertical .bootstrap-select .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .eventi .xp_search_box .horizontal .control .bootstrap-select button:after,
.eventi .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .eventi .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.eventi .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .eventi .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.eventi .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .eventi .operatori_search_box .horizontal .control .bootstrap-select button:after,
.eventi .operatori_search_box .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .eventi .operatori_search_box .vertical .bootstrap-select button:after,
.eventi .operatori_search_box .vertical .bootstrap-select .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .pianifica .xp_search_box .horizontal .control .bootstrap-select button:after,
.pianifica .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .pianifica .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.pianifica .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .pianifica .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.pianifica .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .pianifica .operatori_search_box .horizontal .control .bootstrap-select button:after,
.pianifica .operatori_search_box .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .pianifica .operatori_search_box .vertical .bootstrap-select button:after,
.pianifica .operatori_search_box .vertical .bootstrap-select .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .esperienze .xp_search_box .horizontal .control .bootstrap-select button:after,
.esperienze .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .esperienze .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.esperienze .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .esperienze .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.esperienze .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .esperienze .operatori_search_box .horizontal .control .bootstrap-select button:after,
.esperienze .operatori_search_box .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .esperienze .operatori_search_box .vertical .bootstrap-select button:after,
.esperienze .operatori_search_box .vertical .bootstrap-select .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .news .xp_search_box .horizontal .control .bootstrap-select button:after,
.news .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .news .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.news .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .news .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.news .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .news .operatori_search_box .horizontal .control .bootstrap-select button:after,
.news .operatori_search_box .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .news .operatori_search_box .vertical .bootstrap-select button:after,
.news .operatori_search_box .vertical .bootstrap-select .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .iat .xp_search_box .horizontal .control .bootstrap-select button:after,
.iat .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .iat .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.iat .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .iat .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.iat .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .iat .operatori_search_box .horizontal .control .bootstrap-select button:after,
.iat .operatori_search_box .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .iat .operatori_search_box .vertical .bootstrap-select button:after,
.iat .operatori_search_box .vertical .bootstrap-select .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .meteo .xp_search_box .horizontal .control .bootstrap-select button:after,
.meteo .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .meteo .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.meteo .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .meteo .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.meteo .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .meteo .operatori_search_box .horizontal .control .bootstrap-select button:after,
.meteo .operatori_search_box .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .meteo .operatori_search_box .vertical .bootstrap-select button:after,
.meteo .operatori_search_box .vertical .bootstrap-select .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .odm .xp_search_box .horizontal .control .bootstrap-select button:after,
.odm .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .odm .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.odm .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .odm .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.odm .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .odm .operatori_search_box .horizontal .control .bootstrap-select button:after,
.odm .operatori_search_box .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .odm .operatori_search_box .vertical .bootstrap-select button:after,
.odm .operatori_search_box .vertical .bootstrap-select .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .booking .xp_search_box .horizontal .control .bootstrap-select button:after,
.booking .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .booking .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.booking .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .booking .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.booking .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .booking .operatori_search_box .horizontal .control .bootstrap-select button:after,
.booking .operatori_search_box .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .booking .operatori_search_box .vertical .bootstrap-select button:after,
.booking .operatori_search_box .vertical .bootstrap-select .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .rock .xp_search_box .horizontal .control .bootstrap-select button:after,
.rock .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .rock .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.rock .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .rock .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.rock .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .rock .operatori_search_box .horizontal .control .bootstrap-select button:after,
.rock .operatori_search_box .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .rock .operatori_search_box .vertical .bootstrap-select button:after,
.rock .operatori_search_box .vertical .bootstrap-select .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .beach .xp_search_box .horizontal .control .bootstrap-select button:after,
.beach .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .beach .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.beach .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .beach .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.beach .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .beach .operatori_search_box .horizontal .control .bootstrap-select button:after,
.beach .operatori_search_box .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .beach .operatori_search_box .vertical .bootstrap-select button:after,
.beach .operatori_search_box .vertical .bootstrap-select .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .food .xp_search_box .horizontal .control .bootstrap-select button:after,
.food .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .food .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.food .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .food .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.food .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .food .operatori_search_box .horizontal .control .bootstrap-select button:after,
.food .operatori_search_box .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .food .operatori_search_box .vertical .bootstrap-select button:after,
.food .operatori_search_box .vertical .bootstrap-select .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .nature .xp_search_box .horizontal .control .bootstrap-select button:after,
.nature .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .nature .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.nature .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .nature .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.nature .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .nature .operatori_search_box .horizontal .control .bootstrap-select button:after,
.nature .operatori_search_box .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .nature .operatori_search_box .vertical .bootstrap-select button:after,
.nature .operatori_search_box .vertical .bootstrap-select .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .romagna_autentica .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna_autentica .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .romagna_autentica .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna_autentica .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .romagna_autentica .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna_autentica .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .romagna_autentica .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna_autentica .operatori_search_box .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .romagna_autentica .operatori_search_box .vertical .bootstrap-select button:after,
.romagna_autentica .operatori_search_box .vertical .bootstrap-select .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .culture .xp_search_box .horizontal .control .bootstrap-select button:after,
.culture .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .culture .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.culture .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .culture .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.culture .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .culture .operatori_search_box .horizontal .control .bootstrap-select button:after,
.culture .operatori_search_box .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .culture .operatori_search_box .vertical .bootstrap-select button:after,
.culture .operatori_search_box .vertical .bootstrap-select .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .castle .xp_search_box .horizontal .control .bootstrap-select button:after,
.castle .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .castle .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.castle .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .castle .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.castle .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .castle .operatori_search_box .horizontal .control .bootstrap-select button:after,
.castle .operatori_search_box .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .castle .operatori_search_box .vertical .bootstrap-select button:after,
.castle .operatori_search_box .vertical .bootstrap-select .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .bike .xp_search_box .horizontal .control .bootstrap-select button:after,
.bike .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .bike .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.bike .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .bike .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.bike .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .bike .operatori_search_box .horizontal .control .bootstrap-select button:after,
.bike .operatori_search_box .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .bike .operatori_search_box .vertical .bootstrap-select button:after,
.bike .operatori_search_box .vertical .bootstrap-select .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .empire .xp_search_box .horizontal .control .bootstrap-select button:after,
.empire .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .empire .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.empire .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .empire .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.empire .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .empire .operatori_search_box .horizontal .control .bootstrap-select button:after,
.empire .operatori_search_box .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .empire .operatori_search_box .vertical .bootstrap-select button:after,
.empire .operatori_search_box .vertical .bootstrap-select .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .wellness .xp_search_box .horizontal .control .bootstrap-select button:after,
.wellness .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .wellness .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.wellness .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .wellness .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.wellness .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .wellness .operatori_search_box .horizontal .control .bootstrap-select button:after,
.wellness .operatori_search_box .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .wellness .operatori_search_box .vertical .bootstrap-select button:after,
.wellness .operatori_search_box .vertical .bootstrap-select .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .fun .xp_search_box .horizontal .control .bootstrap-select button:after,
.fun .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .fun .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.fun .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .fun .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.fun .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .fun .operatori_search_box .horizontal .control .bootstrap-select button:after,
.fun .operatori_search_box .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .fun .operatori_search_box .vertical .bootstrap-select button:after,
.fun .operatori_search_box .vertical .bootstrap-select .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .sport .xp_search_box .horizontal .control .bootstrap-select button:after,
.sport .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .sport .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.sport .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .sport .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.sport .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .sport .operatori_search_box .horizontal .control .bootstrap-select button:after,
.sport .operatori_search_box .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .sport .operatori_search_box .vertical .bootstrap-select button:after,
.sport .operatori_search_box .vertical .bootstrap-select .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .motorcycle .xp_search_box .horizontal .control .bootstrap-select button:after,
.motorcycle .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .motorcycle .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.motorcycle .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .motorcycle .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.motorcycle .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .motorcycle .operatori_search_box .horizontal .control .bootstrap-select button:after,
.motorcycle .operatori_search_box .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .motorcycle .operatori_search_box .vertical .bootstrap-select button:after,
.motorcycle .operatori_search_box .vertical .bootstrap-select .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .romagna .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .romagna .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .romagna .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .romagna .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna .operatori_search_box .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .romagna .operatori_search_box .vertical .bootstrap-select button:after,
.romagna .operatori_search_box .vertical .bootstrap-select .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .liscio .xp_search_box .horizontal .control .bootstrap-select button:after,
.liscio .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .liscio .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.liscio .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .liscio .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.liscio .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .liscio .operatori_search_box .horizontal .control .bootstrap-select button:after,
.liscio .operatori_search_box .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .liscio .operatori_search_box .vertical .bootstrap-select button:after,
.liscio .operatori_search_box .vertical .bootstrap-select .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .default .xp_search_box .horizontal .control .bootstrap-select button:after,
.default .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .default .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.default .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .default .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.default .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .default .operatori_search_box .horizontal .control .bootstrap-select button:after,
.default .operatori_search_box .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .default .operatori_search_box .vertical .bootstrap-select button:after,
.default .operatori_search_box .vertical .bootstrap-select .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .pet .xp_search_box .horizontal .control .bootstrap-select button:after,
.pet .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .pet .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.pet .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .pet .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.pet .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .pet .operatori_search_box .horizontal .control .bootstrap-select button:after,
.pet .operatori_search_box .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .pet .operatori_search_box .vertical .bootstrap-select button:after,
.pet .operatori_search_box .vertical .bootstrap-select .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .kultur .xp_search_box .horizontal .control .bootstrap-select button:after,
.kultur .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .kultur .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.kultur .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .kultur .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.kultur .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .kultur .operatori_search_box .horizontal .control .bootstrap-select button:after,
.kultur .operatori_search_box .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .kultur .operatori_search_box .vertical .bootstrap-select button:after,
.kultur .operatori_search_box .vertical .bootstrap-select .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .natur .xp_search_box .horizontal .control .bootstrap-select button:after,
.natur .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .natur .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.natur .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .natur .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.natur .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .natur .operatori_search_box .horizontal .control .bootstrap-select button:after,
.natur .operatori_search_box .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .natur .operatori_search_box .vertical .bootstrap-select button:after,
.natur .operatori_search_box .vertical .bootstrap-select .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .spass .xp_search_box .horizontal .control .bootstrap-select button:after,
.spass .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .spass .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.spass .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .spass .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.spass .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .spass .operatori_search_box .horizontal .control .bootstrap-select button:after,
.spass .operatori_search_box .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .spass .operatori_search_box .vertical .bootstrap-select button:after,
.spass .operatori_search_box .vertical .bootstrap-select .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .romagna-craft .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna-craft .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .romagna-craft .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna-craft .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .romagna-craft .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna-craft .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .romagna-craft .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna-craft .operatori_search_box .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .romagna-craft .operatori_search_box .vertical .bootstrap-select button:after,
.romagna-craft .operatori_search_box .vertical .bootstrap-select .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .vertical .bootstrap-select .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal button:after {
  line-height: 2.2rem;
}

.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal button.collapsible {
  border: none;
  background-color: transparent;
  display: block;
  width: 100%;
  font-size: 1.6rem;
  color: #ffffff;
  letter-spacing: -0.41px;
  text-align: left;
  text-transform: uppercase;
  display: block;
}

.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .control {
  padding: 0.5rem 1rem;
  height: 5rem;
  background-color: white;
  margin: 0.5rem;
}

.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .control.btn-holder {
  min-width: 2rem;
  width: auto;
  padding: 0px;
}

.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .control.btn-holder button {
  width: 100%;
  border: none;
  background-color: #e3102c;
  height: 100%;
  font-size: 1.6rem;
  color: #ffffff;
  letter-spacing: -0.41px;
  text-align: center;
  text-transform: uppercase;
  display: block;
  padding: 0px;
}

.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .control .ert-dropdown {
  width: 100%;
}

.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .control .ert-dropdown * {
  cursor: pointer;
}

.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .control .ert-dropdown .ert-combo {
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
  display: block;
  text-align: left;
}

.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .control .ert-dropdown .ert-combo::after {
  border: none;
}

.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .control .ert-dropdown .ert-combo i {
  transition: 500ms ease;
  transform: rotate(0);
  position: absolute;
  top: 2.25rem;
  right: 15px;
}

.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .control .ert-dropdown .ert-combo .button {
  padding: 0px;
}

.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .control .ert-dropdown.show .ert-combo i {
  transform: rotate(180deg);
}

.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .control .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: auto;
}

.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .control .bootstrap-select {
  margin-top: -1px;
}

.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .control .bootstrap-select *:focus {
  box-shadow: none important;
}

.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .control .bootstrap-select button {
  padding: 0px;
  font-size: 1.5rem;
  background: #ffffff;
  color: #848484;
  letter-spacing: 0.3px;
  border: none;
  border-radius: 0;
}

.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .control .bootstrap-select button:after {
  content: "\F078";
  border: none;
}

.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .control .bootstrap-select .dropdown-menu {
  width: 100% !important;
  border: none;
  border-radius: 0;
  box-shadow: 0px 2px 2px 0px #a9a9a970;
  border-top: 1px solid #a9a9a970;
}

.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .control .bootstrap-select .dropdown-menu.inner.show {
  border-top: none;
}

.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .control .bootstrap-select .dropdown-menu .dropdown-item {
  font-size: 1.5rem;
  line-height: 4rem;
}

.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .control .bootstrap-select .dropdown-menu .dropdown-item:active,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .control .bootstrap-select .dropdown-menu .dropdown-item.active {
  background-color: #f1354e;
}

.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .control label {
  background: #ffffff;
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
  line-height: 2.4rem;
  margin-bottom: 0px;
  margin-right: 0.5rem;
}

@media (max-width: 768px) {
  .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .control label {
    min-width: 6.2rem;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .control label {
    display: none;
  }
}

.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .control .flatpickr-mobile.form-control {
  padding: 1px 0;
}

.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .control input[type=text],
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .control input[type=date] {
  border: none;
  font-size: 1.5rem;
  border-radius: 0;
  background-color: white;
  border-bottom: 1px solid #495057;
  min-width: 0;
  height: auto;
}

.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .control input[type=text]:focus,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .control input[type=date]:focus {
  box-shadow: none;
}

.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .vertical {
  max-width: 30rem;
  z-index: 10;
  position: relative;
  height: 4.4rem;
  margin: 0 auto;
}

.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .vertical button.collapsible {
  border: none;
  background-color: transparent;
  display: block;
  position: absolute;
  width: 100%;
}

.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .vertical .dropbutton {
  display: none;
}

.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .vertical .dropbutton.collapsed {
  display: block;
}

.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .vertical #collapse-events {
  padding: 1.8rem;
  background-color: #f1354e;
  background-image: linear-gradient(-180deg, #f1324b 0%, #f1354e 48%, #f1334c 80%);
  font-size: 1.6rem;
}

.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .vertical .fa-chevron-up {
  text-align: right;
  line-height: 4rem;
  color: white;
  margin-bottom: 1.8rem;
}

.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .vertical .form-group {
  background: #ffffff;
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
}

.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .vertical .form-group .col-form-label {
  line-height: 5rem;
}

.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .vertical .ert-text {
  border: none;
  font-size: 1.5rem;
  height: 60px;
  border-radius: 0;
  background-color: white;
}

.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .vertical .ert-text.line {
  border-bottom: 1px solid #495057;
  height: auto;
  margin-top: 14px;
}

.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .vertical .ert-text:focus {
  box-shadow: none;
}

.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .vertical button.search {
  border: none;
  position: absolute;
  bottom: -10rem;
  left: 5%;
  right: 5%;
  width: 90%;
  line-height: 4.4rem;
}

.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .vertical .datepicker-holder {
  padding-right: 0px;
}

.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .vertical .datepicker-holder * {
  cursor: pointer;
}

.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .vertical .datepicker-holder input[type=date]::-webkit-calendar-picker-indicator {
  width: 1.2rem;
  height: 0.7rem;
  -webkit-mask: url(/images/caret.svg);
          mask: url(/images/caret.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  -webkit-transition: 500ms ease;
  transition: 500ms ease;
  background-color: #686868;
}

.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .vertical .datepicker-holder .flatpickr-calendar.static {
  margin-left: -193px;
  margin-top: -184px;
  left: 50%;
  top: 50%;
}

.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .vertical .datepicker-holder .flatpickr-calendar.static.arrowBottom:after {
  display: none;
}

.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .vertical .datepicker-holder .flatpickr-calendar.static.arrowBottom:before {
  display: none;
}

.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .vertical .datepicker-holder .flatpickr-months .flatpickr-month {
  height: 32px;
}

.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .vertical .ert-dropdown * {
  cursor: pointer;
}

.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .vertical .ert-dropdown .ert-combo {
  background: #ffffff;
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
  line-height: 5rem;
  display: block;
  width: 100%;
  height: 60px;
  text-align: left;
}

.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .vertical .ert-dropdown .ert-combo::after {
  border: none;
}

.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .vertical .ert-dropdown .ert-combo i {
  transition: 500ms ease;
  transform: rotate(0);
  position: absolute;
  top: 2.25rem;
  right: 15px;
}

.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .vertical .ert-dropdown .ert-combo .button {
  padding: 0px;
}

.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .vertical .ert-dropdown .dropdown-menu {
  width: 100% !important;
  border: none;
  border-radius: 0;
  box-shadow: 0px 2px 2px 0px #a9a9a970;
  border-top: 1px solid #a9a9a970;
}

.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .vertical .ert-dropdown .dropdown-menu .dropdown-item {
  font-size: 1.5rem;
  line-height: 4rem;
}

.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .vertical .ert-dropdown .dropdown-menu .dropdown-item:active {
  background-color: #f1354e;
}

.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .vertical .ert-dropdown.show .ert-combo i {
  transform: rotate(180deg);
}

.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .vertical .bootstrap-select *:focus {
  box-shadow: none important;
}

.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .vertical .bootstrap-select button {
  font-size: 1.5rem;
  color: #848484;
  letter-spacing: 0.3px;
  border: none;
  font-size: 1.5rem;
  height: 60px;
  border-radius: 0;
  background-color: white;
}

.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .vertical .bootstrap-select button:after {
  content: "\F078";
  border: none;
}

.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .vertical .bootstrap-select .dropdown-menu {
  width: 100% !important;
  border: none;
  border-radius: 0;
  box-shadow: 0px 2px 2px 0px #a9a9a970;
  border-top: 1px solid #a9a9a970;
}

.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .vertical .bootstrap-select .dropdown-menu .dropdown-item {
  font-size: 1.5rem;
  line-height: 4rem;
}

.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .vertical .bootstrap-select .dropdown-menu .dropdown-item:active,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .vertical .bootstrap-select .dropdown-menu .dropdown-item.active {
  background-color: #f1354e;
}

.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .vertical .btn-er,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .vertical .instagram .instabutton div span,
.instagram .instabutton div .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .vertical span {
  margin-top: 18px;
}

.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .vertical .btn-er .fa-chevron-down,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .vertical .instagram .instabutton div span .fa-chevron-down,
.instagram .instabutton div .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .vertical span .fa-chevron-down {
  float: right;
  line-height: 4rem;
}

.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box button span {
  color: white;
}

.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .city {
  color: white;
}

.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal {
  padding: 1rem;
  background-color: #f1354e;
  background-image: linear-gradient(-180deg, #f1324b 0%, #f1354e 48%, #f1334c 80%);
  font-size: 1.6rem;
}

.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal.collapsed {
  border-radius: 2px;
  box-shadow: -1px 0 3px 0 rgba(0, 0, 0, 0.25);
}

.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .fa,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .search .searchearchbox.vertical .bootstrap-select button:after,
.search .searchearchbox.vertical .bootstrap-select .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .search .searchearchbox.horizontal .control .bootstrap-select button:after,
.search .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .searchearchbox.horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .downloads .downloadsearchbox.vertical .bootstrap-select button:after,
.downloads .downloadsearchbox.vertical .bootstrap-select .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .downloads .downloadsearchbox.horizontal .control .bootstrap-select button:after,
.downloads .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .downloadsearchbox.horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .localita #searchbox-app .bootstrap-select button:after,
.localita #searchbox-app .bootstrap-select .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .itinerari .searchbox .control .bootstrap-select button:after,
.itinerari .searchbox .control .bootstrap-select .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .itinerari .searchbox.horizontal .control .bootstrap-select button:after,
.itinerari .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .searchbox.horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .vertical .bootstrap-select .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .events-homepage .header .eventsearchbox.horizontal .control .bootstrap-select button:after,
.events-homepage .header .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .eventsearchbox.horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .events-homepage .header .eventsearchbox.vertical .bootstrap-select button:after,
.events-homepage .header .eventsearchbox.vertical .bootstrap-select .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .events-page .header .eventsearchbox.horizontal .control .bootstrap-select button:after,
.events-page .header .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .eventsearchbox.horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .events-page .header .eventsearchbox.vertical .bootstrap-select button:after,
.events-page .header .eventsearchbox.vertical .bootstrap-select .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .scopri .xp_search_box .horizontal .control .bootstrap-select button:after,
.scopri .xp_search_box .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .scopri .xp_search_box .vertical .bootstrap-select button:after,
.scopri .xp_search_box .vertical .bootstrap-select .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .scopri .operatori_search_box .horizontal .control .bootstrap-select button:after,
.scopri .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .scopri .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.scopri .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .scopri .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.scopri .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .idee .xp_search_box .horizontal .control .bootstrap-select button:after,
.idee .xp_search_box .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .idee .xp_search_box .vertical .bootstrap-select button:after,
.idee .xp_search_box .vertical .bootstrap-select .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .idee .operatori_search_box .horizontal .control .bootstrap-select button:after,
.idee .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .idee .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.idee .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .idee .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.idee .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .eventi .xp_search_box .horizontal .control .bootstrap-select button:after,
.eventi .xp_search_box .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .eventi .xp_search_box .vertical .bootstrap-select button:after,
.eventi .xp_search_box .vertical .bootstrap-select .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .eventi .operatori_search_box .horizontal .control .bootstrap-select button:after,
.eventi .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .eventi .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.eventi .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .eventi .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.eventi .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .pianifica .xp_search_box .horizontal .control .bootstrap-select button:after,
.pianifica .xp_search_box .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .pianifica .xp_search_box .vertical .bootstrap-select button:after,
.pianifica .xp_search_box .vertical .bootstrap-select .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .pianifica .operatori_search_box .horizontal .control .bootstrap-select button:after,
.pianifica .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .pianifica .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.pianifica .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .pianifica .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.pianifica .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .esperienze .xp_search_box .horizontal .control .bootstrap-select button:after,
.esperienze .xp_search_box .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .esperienze .xp_search_box .vertical .bootstrap-select button:after,
.esperienze .xp_search_box .vertical .bootstrap-select .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .esperienze .operatori_search_box .horizontal .control .bootstrap-select button:after,
.esperienze .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .esperienze .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.esperienze .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .esperienze .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.esperienze .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .news .xp_search_box .horizontal .control .bootstrap-select button:after,
.news .xp_search_box .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .news .xp_search_box .vertical .bootstrap-select button:after,
.news .xp_search_box .vertical .bootstrap-select .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .news .operatori_search_box .horizontal .control .bootstrap-select button:after,
.news .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .news .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.news .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .news .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.news .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .iat .xp_search_box .horizontal .control .bootstrap-select button:after,
.iat .xp_search_box .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .iat .xp_search_box .vertical .bootstrap-select button:after,
.iat .xp_search_box .vertical .bootstrap-select .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .iat .operatori_search_box .horizontal .control .bootstrap-select button:after,
.iat .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .iat .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.iat .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .iat .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.iat .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .meteo .xp_search_box .horizontal .control .bootstrap-select button:after,
.meteo .xp_search_box .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .meteo .xp_search_box .vertical .bootstrap-select button:after,
.meteo .xp_search_box .vertical .bootstrap-select .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .meteo .operatori_search_box .horizontal .control .bootstrap-select button:after,
.meteo .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .meteo .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.meteo .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .meteo .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.meteo .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .odm .xp_search_box .horizontal .control .bootstrap-select button:after,
.odm .xp_search_box .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .odm .xp_search_box .vertical .bootstrap-select button:after,
.odm .xp_search_box .vertical .bootstrap-select .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .odm .operatori_search_box .horizontal .control .bootstrap-select button:after,
.odm .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .odm .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.odm .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .odm .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.odm .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .booking .xp_search_box .horizontal .control .bootstrap-select button:after,
.booking .xp_search_box .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .booking .xp_search_box .vertical .bootstrap-select button:after,
.booking .xp_search_box .vertical .bootstrap-select .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .booking .operatori_search_box .horizontal .control .bootstrap-select button:after,
.booking .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .booking .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.booking .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .booking .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.booking .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .rock .xp_search_box .horizontal .control .bootstrap-select button:after,
.rock .xp_search_box .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .rock .xp_search_box .vertical .bootstrap-select button:after,
.rock .xp_search_box .vertical .bootstrap-select .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .rock .operatori_search_box .horizontal .control .bootstrap-select button:after,
.rock .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .rock .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.rock .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .rock .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.rock .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .beach .xp_search_box .horizontal .control .bootstrap-select button:after,
.beach .xp_search_box .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .beach .xp_search_box .vertical .bootstrap-select button:after,
.beach .xp_search_box .vertical .bootstrap-select .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .beach .operatori_search_box .horizontal .control .bootstrap-select button:after,
.beach .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .beach .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.beach .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .beach .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.beach .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .food .xp_search_box .horizontal .control .bootstrap-select button:after,
.food .xp_search_box .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .food .xp_search_box .vertical .bootstrap-select button:after,
.food .xp_search_box .vertical .bootstrap-select .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .food .operatori_search_box .horizontal .control .bootstrap-select button:after,
.food .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .food .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.food .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .food .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.food .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .nature .xp_search_box .horizontal .control .bootstrap-select button:after,
.nature .xp_search_box .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .nature .xp_search_box .vertical .bootstrap-select button:after,
.nature .xp_search_box .vertical .bootstrap-select .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .nature .operatori_search_box .horizontal .control .bootstrap-select button:after,
.nature .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .nature .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.nature .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .nature .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.nature .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .romagna_autentica .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna_autentica .xp_search_box .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .romagna_autentica .xp_search_box .vertical .bootstrap-select button:after,
.romagna_autentica .xp_search_box .vertical .bootstrap-select .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .romagna_autentica .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna_autentica .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .romagna_autentica .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna_autentica .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .romagna_autentica .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna_autentica .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .culture .xp_search_box .horizontal .control .bootstrap-select button:after,
.culture .xp_search_box .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .culture .xp_search_box .vertical .bootstrap-select button:after,
.culture .xp_search_box .vertical .bootstrap-select .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .culture .operatori_search_box .horizontal .control .bootstrap-select button:after,
.culture .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .culture .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.culture .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .culture .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.culture .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .castle .xp_search_box .horizontal .control .bootstrap-select button:after,
.castle .xp_search_box .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .castle .xp_search_box .vertical .bootstrap-select button:after,
.castle .xp_search_box .vertical .bootstrap-select .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .castle .operatori_search_box .horizontal .control .bootstrap-select button:after,
.castle .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .castle .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.castle .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .castle .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.castle .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .bike .xp_search_box .horizontal .control .bootstrap-select button:after,
.bike .xp_search_box .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .bike .xp_search_box .vertical .bootstrap-select button:after,
.bike .xp_search_box .vertical .bootstrap-select .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .bike .operatori_search_box .horizontal .control .bootstrap-select button:after,
.bike .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .bike .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.bike .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .bike .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.bike .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .empire .xp_search_box .horizontal .control .bootstrap-select button:after,
.empire .xp_search_box .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .empire .xp_search_box .vertical .bootstrap-select button:after,
.empire .xp_search_box .vertical .bootstrap-select .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .empire .operatori_search_box .horizontal .control .bootstrap-select button:after,
.empire .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .empire .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.empire .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .empire .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.empire .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .wellness .xp_search_box .horizontal .control .bootstrap-select button:after,
.wellness .xp_search_box .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .wellness .xp_search_box .vertical .bootstrap-select button:after,
.wellness .xp_search_box .vertical .bootstrap-select .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .wellness .operatori_search_box .horizontal .control .bootstrap-select button:after,
.wellness .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .wellness .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.wellness .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .wellness .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.wellness .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .fun .xp_search_box .horizontal .control .bootstrap-select button:after,
.fun .xp_search_box .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .fun .xp_search_box .vertical .bootstrap-select button:after,
.fun .xp_search_box .vertical .bootstrap-select .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .fun .operatori_search_box .horizontal .control .bootstrap-select button:after,
.fun .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .fun .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.fun .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .fun .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.fun .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .sport .xp_search_box .horizontal .control .bootstrap-select button:after,
.sport .xp_search_box .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .sport .xp_search_box .vertical .bootstrap-select button:after,
.sport .xp_search_box .vertical .bootstrap-select .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .sport .operatori_search_box .horizontal .control .bootstrap-select button:after,
.sport .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .sport .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.sport .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .sport .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.sport .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .motorcycle .xp_search_box .horizontal .control .bootstrap-select button:after,
.motorcycle .xp_search_box .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .motorcycle .xp_search_box .vertical .bootstrap-select button:after,
.motorcycle .xp_search_box .vertical .bootstrap-select .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .motorcycle .operatori_search_box .horizontal .control .bootstrap-select button:after,
.motorcycle .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .motorcycle .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.motorcycle .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .motorcycle .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.motorcycle .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .romagna .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna .xp_search_box .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .romagna .xp_search_box .vertical .bootstrap-select button:after,
.romagna .xp_search_box .vertical .bootstrap-select .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .romagna .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .romagna .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .romagna .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .liscio .xp_search_box .horizontal .control .bootstrap-select button:after,
.liscio .xp_search_box .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .liscio .xp_search_box .vertical .bootstrap-select button:after,
.liscio .xp_search_box .vertical .bootstrap-select .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .liscio .operatori_search_box .horizontal .control .bootstrap-select button:after,
.liscio .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .liscio .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.liscio .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .liscio .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.liscio .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .default .xp_search_box .horizontal .control .bootstrap-select button:after,
.default .xp_search_box .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .default .xp_search_box .vertical .bootstrap-select button:after,
.default .xp_search_box .vertical .bootstrap-select .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .default .operatori_search_box .horizontal .control .bootstrap-select button:after,
.default .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .default .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.default .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .default .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.default .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .pet .xp_search_box .horizontal .control .bootstrap-select button:after,
.pet .xp_search_box .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .pet .xp_search_box .vertical .bootstrap-select button:after,
.pet .xp_search_box .vertical .bootstrap-select .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .pet .operatori_search_box .horizontal .control .bootstrap-select button:after,
.pet .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .pet .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.pet .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .pet .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.pet .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .kultur .xp_search_box .horizontal .control .bootstrap-select button:after,
.kultur .xp_search_box .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .kultur .xp_search_box .vertical .bootstrap-select button:after,
.kultur .xp_search_box .vertical .bootstrap-select .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .kultur .operatori_search_box .horizontal .control .bootstrap-select button:after,
.kultur .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .kultur .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.kultur .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .kultur .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.kultur .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .natur .xp_search_box .horizontal .control .bootstrap-select button:after,
.natur .xp_search_box .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .natur .xp_search_box .vertical .bootstrap-select button:after,
.natur .xp_search_box .vertical .bootstrap-select .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .natur .operatori_search_box .horizontal .control .bootstrap-select button:after,
.natur .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .natur .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.natur .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .natur .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.natur .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .spass .xp_search_box .horizontal .control .bootstrap-select button:after,
.spass .xp_search_box .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .spass .xp_search_box .vertical .bootstrap-select button:after,
.spass .xp_search_box .vertical .bootstrap-select .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .spass .operatori_search_box .horizontal .control .bootstrap-select button:after,
.spass .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .spass .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.spass .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .spass .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.spass .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .romagna-craft .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna-craft .xp_search_box .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .romagna-craft .xp_search_box .vertical .bootstrap-select button:after,
.romagna-craft .xp_search_box .vertical .bootstrap-select .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .romagna-craft .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna-craft .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .romagna-craft .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna-craft .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .romagna-craft .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna-craft .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .vertical .bootstrap-select .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .xp_search_box .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .vertical .bootstrap-select .operatori_search_box .horizontal button:after {
  line-height: 2.2rem;
}

.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal button.collapsible {
  border: none;
  background-color: transparent;
  display: block;
  width: 100%;
  font-size: 1.6rem;
  color: #ffffff;
  letter-spacing: -0.41px;
  text-align: left;
  text-transform: uppercase;
}

.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .control {
  padding: 0.5rem 1rem;
  height: 5rem;
  background-color: white;
  margin: 0.5rem;
}

.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .control.btn-holder {
  min-width: 2rem;
  width: auto;
  padding: 0px;
}

.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .control.btn-holder button {
  width: 100%;
  border: none;
  background-color: #e3102c;
  height: 100%;
  font-size: 1.6rem;
  color: #ffffff;
  letter-spacing: -0.41px;
  text-align: center;
  text-transform: uppercase;
  display: block;
  padding: 0px;
}

.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .control .ert-dropdown {
  width: 100%;
}

.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .control .ert-dropdown * {
  cursor: pointer;
}

.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .control .ert-dropdown .ert-combo {
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
  display: block;
  text-align: left;
}

.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .control .ert-dropdown .ert-combo::after {
  border: none;
}

.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .control .ert-dropdown .ert-combo i {
  transition: 500ms ease;
  transform: rotate(0);
  position: absolute;
  top: 2.25rem;
  right: 15px;
}

.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .control .ert-dropdown .ert-combo .button {
  padding: 0px;
}

.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .control .ert-dropdown.show .ert-combo i {
  transform: rotate(180deg);
}

.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .control .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: auto;
}

.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .control .bootstrap-select {
  margin-top: -1px;
}

.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .control .bootstrap-select *:focus {
  box-shadow: none important;
}

.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .control .bootstrap-select button {
  padding: 0px;
  font-size: 1.5rem;
  background: #ffffff;
  color: #848484;
  letter-spacing: 0.3px;
  border: none;
  border-radius: 0;
}

.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .control .bootstrap-select button:after {
  content: "\F078";
  border: none;
}

.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .control .bootstrap-select .dropdown-menu {
  width: 100% !important;
  border: none;
  border-radius: 0;
  box-shadow: 0px 2px 2px 0px #a9a9a970;
  border-top: 1px solid #a9a9a970;
}

.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .control .bootstrap-select .dropdown-menu.inner.show {
  border-top: none;
}

.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .control .bootstrap-select .dropdown-menu .dropdown-item {
  font-size: 1.5rem;
  line-height: 4rem;
}

.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .control .bootstrap-select .dropdown-menu .dropdown-item:active,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .control .bootstrap-select .dropdown-menu .dropdown-item.active {
  background-color: #f1354e;
}

.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .control label {
  background: #ffffff;
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
  line-height: 2.4rem;
  margin-bottom: 0px;
  margin-right: 0.5rem;
}

@media (max-width: 768px) {
  .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .control label {
    min-width: 6.2rem;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .control label {
    display: none;
  }
}

.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .control .flatpickr-mobile.form-control {
  padding: 1px 0;
}

.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .control input[type=text],
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .control input[type=date] {
  border: none;
  font-size: 1.5rem;
  border-radius: 0;
  background-color: white;
  border-bottom: 1px solid #495057;
  min-width: 0;
  height: auto;
}

.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .control input[type=text]:focus,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .control input[type=date]:focus {
  box-shadow: none;
}

.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .vertical {
  max-width: 30rem;
  z-index: 10;
  position: relative;
  height: 4.4rem;
  margin: 0 auto;
}

.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .vertical button.collapsible {
  border: none;
  background-color: transparent;
  display: block;
  position: absolute;
  width: 100%;
}

.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .vertical .dropbutton {
  display: none;
}

.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .vertical .dropbutton.collapsed {
  display: block;
}

.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .vertical #collapse-events {
  padding: 1.8rem;
  background-color: #f1354e;
  background-image: linear-gradient(-180deg, #f1324b 0%, #f1354e 48%, #f1334c 80%);
  font-size: 1.6rem;
}

.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .vertical .fa-chevron-up {
  text-align: right;
  line-height: 4rem;
  color: white;
  margin-bottom: 1.8rem;
}

.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .vertical .form-group {
  background: #ffffff;
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
}

.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .vertical .form-group .col-form-label {
  line-height: 5rem;
}

.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .vertical .ert-text {
  border: none;
  font-size: 1.5rem;
  height: 60px;
  border-radius: 0;
  background-color: white;
}

.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .vertical .ert-text.line {
  border-bottom: 1px solid #495057;
  height: auto;
  margin-top: 14px;
}

.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .vertical .ert-text:focus {
  box-shadow: none;
}

.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .vertical button.search {
  border: none;
  position: absolute;
  bottom: -10rem;
  left: 5%;
  right: 5%;
  width: 90%;
  line-height: 4.4rem;
}

.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .vertical .datepicker-holder {
  padding-right: 0px;
}

.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .vertical .datepicker-holder * {
  cursor: pointer;
}

.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .vertical .datepicker-holder input[type=date]::-webkit-calendar-picker-indicator {
  width: 1.2rem;
  height: 0.7rem;
  -webkit-mask: url(/images/caret.svg);
          mask: url(/images/caret.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  -webkit-transition: 500ms ease;
  transition: 500ms ease;
  background-color: #686868;
}

.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .vertical .datepicker-holder .flatpickr-calendar.static {
  margin-left: -193px;
  margin-top: -184px;
  left: 50%;
  top: 50%;
}

.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .vertical .datepicker-holder .flatpickr-calendar.static.arrowBottom:after {
  display: none;
}

.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .vertical .datepicker-holder .flatpickr-calendar.static.arrowBottom:before {
  display: none;
}

.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .vertical .datepicker-holder .flatpickr-months .flatpickr-month {
  height: 32px;
}

.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .vertical .ert-dropdown * {
  cursor: pointer;
}

.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .vertical .ert-dropdown .ert-combo {
  background: #ffffff;
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
  line-height: 5rem;
  display: block;
  width: 100%;
  height: 60px;
  text-align: left;
}

.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .vertical .ert-dropdown .ert-combo::after {
  border: none;
}

.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .vertical .ert-dropdown .ert-combo i {
  transition: 500ms ease;
  transform: rotate(0);
  position: absolute;
  top: 2.25rem;
  right: 15px;
}

.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .vertical .ert-dropdown .ert-combo .button {
  padding: 0px;
}

.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .vertical .ert-dropdown .dropdown-menu {
  width: 100% !important;
  border: none;
  border-radius: 0;
  box-shadow: 0px 2px 2px 0px #a9a9a970;
  border-top: 1px solid #a9a9a970;
}

.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .vertical .ert-dropdown .dropdown-menu .dropdown-item {
  font-size: 1.5rem;
  line-height: 4rem;
}

.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .vertical .ert-dropdown .dropdown-menu .dropdown-item:active {
  background-color: #f1354e;
}

.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .vertical .ert-dropdown.show .ert-combo i {
  transform: rotate(180deg);
}

.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .vertical .bootstrap-select *:focus {
  box-shadow: none important;
}

.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .vertical .bootstrap-select button {
  font-size: 1.5rem;
  color: #848484;
  letter-spacing: 0.3px;
  border: none;
  font-size: 1.5rem;
  height: 60px;
  border-radius: 0;
  background-color: white;
}

.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .vertical .bootstrap-select button:after {
  content: "\F078";
  border: none;
}

.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .vertical .bootstrap-select .dropdown-menu {
  width: 100% !important;
  border: none;
  border-radius: 0;
  box-shadow: 0px 2px 2px 0px #a9a9a970;
  border-top: 1px solid #a9a9a970;
}

.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .vertical .bootstrap-select .dropdown-menu .dropdown-item {
  font-size: 1.5rem;
  line-height: 4rem;
}

.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .vertical .bootstrap-select .dropdown-menu .dropdown-item:active,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .vertical .bootstrap-select .dropdown-menu .dropdown-item.active {
  background-color: #f1354e;
}

.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .vertical .btn-er,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .vertical .instagram .instabutton div span,
.instagram .instabutton div .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .vertical span {
  margin-top: 18px;
}

.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .vertical .btn-er .fa-chevron-down,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .vertical .instagram .instabutton div span .fa-chevron-down,
.instagram .instabutton div .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .vertical span .fa-chevron-down {
  float: right;
  line-height: 4rem;
}

.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .home-boxes {
  background-color: #f1354e;
}

.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .content-box a {
  font-weight: bold;
  color: #f1354e;
}

.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .content-box a strong {
  color: #f1354e;
}

.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .content-box .btn-er,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .content-box .instagram .instabutton div span,
.instagram .instabutton div .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .content-box span {
  background-color: #f1354e;
  color: white;
}

.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .content-box h3.with-line {
  font-size: 1.8rem;
  color: #030303;
  letter-spacing: -0.43px;
  text-transform: uppercase;
  margin-bottom: 2.1rem;
}

.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .content-box h3.with-line::before {
  content: "";
  display: block;
  height: 3px;
  background: #0e797b;
  width: 100%;
  max-width: 32rem;
  margin-left: 0;
  margin-right: 0;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends *:focus {
  outline: 1px solid #f1354e;
  outline-offset: -1px;
}

.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .bootstrap-select .dropdown-toggle:focus {
  outline: 1px solid #f1354e;
  outline-offset: -1px;
}

.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends a:hover {
  outline: 1px solid #f46578;
}

.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends a:active {
  outline: 1px solid #f1354e;
}

.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .events-list {
  font-size: 1.4rem;
}

.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .section-list {
  display: block;
  text-align: right;
}

.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .section-list a {
  font-size: 2rem;
  color: #f1354e;
}

.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .events-list dt,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .section-list dt,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .iat-list dt {
  text-transform: uppercase;
  font-size: 1.5rem;
  line-height: 1.5;
  color: #111;
  letter-spacing: -0.38px;
  font-weight: 600;
  margin-top: 1.4rem;
}

.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .events-list dd,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .section-list dd,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .iat-list dd {
  font-size: 1.6rem;
  margin-bottom: 0.6rem;
  line-height: 1.5;
  color: #030303;
}

.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .events-list dd i,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .section-list dd i,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .iat-list dd i {
  margin-right: 0.6rem;
}

.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .events-list ul,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .section-list ul,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .iat-list ul {
  list-style: none;
  padding-inline-start: 0;
}

.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .events-list ul li,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .section-list ul li,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .iat-list ul li {
  font-size: 1.5rem;
  color: #030303;
  margin-top: 0.6rem;
  line-height: 1.5;
}

.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .events-list ul.tappe-list,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .section-list ul.tappe-list,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .iat-list ul.tappe-list {
  list-style: none;
  padding-inline-start: 0;
}

.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .events-list ul.tappe-list li,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .section-list ul.tappe-list li,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .iat-list ul.tappe-list li {
  font-size: 1.6rem;
  line-height: 1.5;
  color: #030303;
}

.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .tickets-list {
  display: flex;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #111;
  letter-spacing: -0.38px;
  font-weight: 600;
  margin-top: 1.4rem;
}

.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .tickets-list i {
  margin-top: 0.6rem;
}

.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .tickets-list li {
  color: #030303;
  font-size: 1.6rem;
  margin-left: 1.2rem;
}

.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .tickets-list li i {
  margin-right: 0.6rem;
}

.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .address * {
  color: white;
}

.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .top-title-box {
  padding: 0rem;
  text-align: center;
}

.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .top-title-box.no-image {
  padding-top: 10rem;
}

.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .top-title-box.no-image .er-logo-top {
  margin: 0 auto;
  display: block;
  margin-bottom: 10rem;
}

.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .top-title-box h1 {
  font-size: 3rem;
  color: #f1354e;
  letter-spacing: -1.01px;
  line-height: 4rem;
  margin: 2rem 0;
}

.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .top-title-box h2 {
  font-size: 2rem;
  line-height: 1.5;
  color: #000;
  letter-spacing: -0.58px;
}

.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .top-title-box .breadcrumb {
  opacity: 0.6;
  font-size: 1.5rem;
  letter-spacing: -0.38px;
  padding: 0;
  margin: 0;
  color: #f1354e;
  background-color: #fff;
}

.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .top-title-box .breadcrumb .breadcrumb-item::before,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .top-title-box .breadcrumb a {
  color: #f1354e;
}

@media (min-width: 992px) {
  .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .top-title-box h1 {
    line-height: 7rem;
    font-size: 7rem;
    margin-top: 3rem;
  }

  .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .top-title-box h2 {
    font-size: 2rem;
    line-height: 1.5rem;
  }

  .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .top-title-box .breadcrumb {
    font-size: 1.9rem;
  }
}

.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .image-box-with-border {
  margin: 2rem 0;
  border-top: 64px solid #f1354e;
}

.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .image-box-with-border img {
  -o-object-fit: cover;
     object-fit: cover;
}

.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .top-image {
  transition: background-image 1s ease-in-out;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 20px;
}

.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .top-image .logo {
  position: absolute;
  width: 30rem;
  bottom: 20px;
  left: 50%;
  margin-left: -15rem;
}

.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .top-image.no-mask {
  height: 600px;
}

.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .top-image .mask {
  z-index: 997;
  position: relative;
  width: 100%;
}

@media (min-width: 992px) {
  .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .top-image:after {
    position: absolute;
    content: "";
    left: 0px;
    bottom: -20px;
    width: 100%;
    height: 20px;
    transform: rotate(-180deg);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(255, 255, 255, 0.12) 12%, #e6e6e6);
  }
}

.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .info-box {
  position: relative;
  z-index: 0;
  border-right: 1px solid #e6e6e6;
  border-left: 7px solid #f1354e;
  background-color: white;
  padding: 0.1rem 1.5rem;
}

.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .info-box h3 {
  font-weight: bold;
  font-size: 1.9rem;
}

.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .info-box .referente {
  font-size: 1.7rem;
  line-height: 1.8rem;
  color: #000;
  letter-spacing: -0.41px;
}

@media (min-width: 768px) {
  .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .info-box {
    position: sticky;
    position: -webkit-sticky;
    top: 68px;
  }
}

.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .info-box:after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: -8px;
  height: 8px;
  left: 0px;
  z-index: -1;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.01) 30%, rgba(0, 0, 0, 0.03) 50%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0.08) 90%, rgba(0, 0, 0, 0.09) 96%, rgba(0, 0, 0, 0.1) 100%);
}

.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .info-box:after {
  width: calc(100% + 8px);
  left: -7px;
}

@media (max-width: 991.98px) {
  .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .info-box {
    width: auto;
    max-width: 60%;
    min-width: 300px;
    margin: 20px auto;
    display: block;
  }
}

@media (min-width: 992px) {
  .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .info-box {
    margin-top: 2.2rem;
  }
}

.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .info-box li {
  padding: 1.1rem 0;
}

.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .info-box li .icon {
  font-size: 2.8rem;
  line-height: 3.3rem;
  margin-right: 1rem;
  float: left;
}

.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .info-box li .info .title {
  text-transform: uppercase;
  font-size: 1.2rem;
  line-height: 1.5rem;
  color: #787878;
  letter-spacing: -0.38px;
}

.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .info-box li .info .value {
  font-size: 1.7rem;
  line-height: 1.8rem;
  color: #000000;
  letter-spacing: -0.41px;
  display: table;
}

.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .info-box li .info .value a {
  word-break: break-all;
}

@media (max-width: 991.98px) {
  .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .info-box li.bookmarks {
    display: none;
  }
}

.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .info-box .title-index {
  text-transform: uppercase;
  font-size: 1.4rem;
  line-height: 3rem;
  letter-spacing: -0.38px;
}

.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .info-box .bookmarks {
  display: inline-block;
}

.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .info-box .bookmarks ul li {
  padding: 0.5rem 0;
  width: 100%;
}

.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .info-box .bookmarks ul li a {
  font-size: 1.4rem;
  line-height: 1.5rem;
  color: #000000;
  letter-spacing: -0.41px;
}

.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .info-box .bookmarks ul li a.active {
  text-decoration: underline;
}

.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends #bookmarks-index {
  margin-top: 8rem;
}

.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends #bookmarks-index .info {
  padding: 2.1rem;
}

.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends #bookmarks-index h4 {
  font-size: 1.8rem;
}

@media (min-width: 768px) {
  .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends #bookmarks-index {
    display: none;
  }
}

.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends blockquote:before {
  color: #f13a52;
}

.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .btn-er,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .instagram .instabutton div span,
.instagram .instabutton div .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends span,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends.btn {
  background: #f1354e;
}

.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends hr {
  height: 3px;
  background: #f1354e;
  width: 100%;
  max-width: 32rem;
  margin-left: 0;
  margin-right: 0;
  margin-top: 1rem;
  margin-bottom: 2rem;
}

.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .section h2 {
  margin-top: 4.5rem;
  margin-bottom: 4.5rem;
  font-size: 4.42rem;
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.18;
  letter-spacing: -1.07px;
  text-align: center;
  color: black;
  /*text-decoration: underline;*/
}

.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .section h2 a {
  color: black;
}

.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .section h3 {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
  font-size: 3.42rem;
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.18;
  letter-spacing: -1.07px;
  text-align: center;
  color: black;
  text-transform: uppercase;
  /*text-decoration: underline;*/
}

.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .section h3 a {
  color: black;
}

.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .section .gallery {
  position: relative;
  padding-bottom: 33px;
}

.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .section .gallery .swiper-button-next,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .section .gallery .swiper-container-rtl .swiper-button-prev,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .section .gallery .swiper-button-prev,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .section .gallery .swiper-container-rtl .swiper-button-next {
  background-position: center;
  width: 7.2rem;
  bottom: 33px;
  height: auto;
  top: 0px;
  margin: 0px;
  left: auto;
}

.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .section .gallery .swiper-button-next svg,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .section .gallery .swiper-container-rtl .swiper-button-prev svg,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .section .gallery .swiper-button-prev svg,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .section .gallery .swiper-container-rtl .swiper-button-next svg {
  top: 50%;
  left: 2.1rem;
  position: absolute;
  width: 3rem;
  height: 3rem;
  margin-top: -1.5rem;
  filter: drop-shadow(0px 3px 3px black);
}

.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .section .gallery .swiper-button-next,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .section .gallery .swiper-button-prev,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .section .gallery .swiper-container-rtl .swiper-button-prev,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .section .gallery .swiper-container-rtl .swiper-button-next {
  fill: #fff;
}

.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .section .gallery .swiper-button-next,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .section .gallery .swiper-container-rtl .swiper-button-prev {
  right: 0px;
}

.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .section .gallery .swiper-button-prev,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .section .gallery .swiper-container-rtl .swiper-button-next {
  left: 0px;
}

.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .section .gallery .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #f1354e;
}

.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .section .gallery .swiper-pagination-bullet {
  border: 1px solid #f1354e;
}

.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .section .gallery .swiper-pagination-bullets {
  bottom: 2px;
}

.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .section .gallery .swiper-slide .carousel-content {
  background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.07) 8%, rgba(0, 0, 0, 0.45) 68%);
  position: absolute;
  left: 0rem;
  bottom: 0rem;
  right: 0rem;
  width: auto;
  padding: 10rem 2rem 2rem 2rem;
  font-size: 2.6rem;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.63px;
  text-align: center;
  color: #ffffff;
}

.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .section .gallery .swiper-slide .carousel-content a {
  color: #ffffff !important;
}

.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .section .card-carousel .nodefault.swiper-button-prev::after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .section .card-carousel .nodefault.swiper-button-prev::before,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .section .card-carousel .nodefault.swiper-button-next::after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .section .card-carousel .nodefault.swiper-button-next::before {
  content: unset;
}

.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .section .card-carousel .swiper-slide {
  height: auto;
  margin-bottom: 5rem;
}

.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .section .card-carousel .swiper-slide .iv-wrapper,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .section .card-carousel .swiper-slide a .iv-wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .section .card-carousel .swiper-slide .iv-wrapper > div,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .section .card-carousel .swiper-slide a .iv-wrapper > div {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: start;
}

.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .section .card-carousel .swiper-slide .iv-wrapper .image,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .section .card-carousel .swiper-slide a .iv-wrapper .image {
  min-height: 23rem;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .section .card-carousel .swiper-slide .iv-wrapper .content,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .section .card-carousel .swiper-slide a .iv-wrapper .content {
  background: #ffffff;
  border: 0 solid #000000;
  position: relative;
  padding: 2rem 2.1rem 4rem;
  position: relative;
  z-index: 0;
}

.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .section .card-carousel .swiper-slide .iv-wrapper .content:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .section .card-carousel .swiper-slide a .iv-wrapper .content:after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: -4px;
  height: 4px;
  left: 0px;
  z-index: -1;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.01) 30%, rgba(0, 0, 0, 0.03) 50%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0.08) 90%, rgba(0, 0, 0, 0.09) 96%, rgba(0, 0, 0, 0.1) 100%);
}

.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .section .card-carousel .swiper-slide .iv-wrapper .content h3,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .section .card-carousel .swiper-slide a .iv-wrapper .content h3 {
  font-size: 2rem;
  color: #030303;
  letter-spacing: -0.48px;
  text-align: left;
}

.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .section .card-carousel .swiper-slide .iv-wrapper .content p,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .section .card-carousel .swiper-slide .iv-wrapper .content p a,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .section .card-carousel .swiper-slide .iv-wrapper .content a p,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .section .card-carousel .swiper-slide a .iv-wrapper .content p,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .section .card-carousel .swiper-slide a .iv-wrapper .content p a,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .section .card-carousel .swiper-slide a .iv-wrapper .content a p {
  font-size: 1.5rem;
  color: #030303;
  letter-spacing: -0.38px;
  margin-bottom: 0px;
}

.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .section .card-carousel .swiper-slide .iv-wrapper .content p .readmore,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .section .card-carousel .swiper-slide .iv-wrapper .content p a .readmore,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .section .card-carousel .swiper-slide .iv-wrapper .content a p .readmore,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .section .card-carousel .swiper-slide a .iv-wrapper .content p .readmore,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .section .card-carousel .swiper-slide a .iv-wrapper .content p a .readmore,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .section .card-carousel .swiper-slide a .iv-wrapper .content a p .readmore {
  font-style: italic;
  color: #e3102c;
  display: block;
  margin-top: 1rem;
}

.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .section .card-carousel .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border: 1px solid #f1354e;
  background: none;
  opacity: 1;
}

.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .section .card-carousel .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #f1354e;
}

.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .section .card-carousel .swiper-button-next,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .section .card-carousel .swiper-container-rtl .swiper-button-prev,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .section .card-carousel .swiper-button-prev,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .section .card-carousel .swiper-container-rtl .swiper-button-next {
  background-image: none;
  width: 4rem;
  height: 23rem;
  top: 0px;
  margin: 0px;
  left: auto;
}

.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .section .card-carousel .swiper-button-next svg,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .section .card-carousel .swiper-container-rtl .swiper-button-prev svg,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .section .card-carousel .swiper-button-prev svg,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .section .card-carousel .swiper-container-rtl .swiper-button-next svg {
  top: 50%;
  left: 50%;
  position: absolute;
  width: 3rem;
  height: 3rem;
  margin-top: -1.5rem;
  margin-left: -1.5rem;
  filter: drop-shadow(0px 3px 3px black);
}

.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .section .card-carousel .swiper-button-next,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .section .card-carousel .swiper-button-prev,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .section .card-carousel .swiper-container-rtl .swiper-button-prev,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .section .card-carousel .swiper-container-rtl .swiper-button-next {
  fill: #fff;
}

.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .section .card-carousel .swiper-button-next,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .section .card-carousel .swiper-container-rtl .swiper-button-prev {
  right: 0px;
}

.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .section .card-carousel .swiper-button-prev,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .section .card-carousel .swiper-container-rtl .swiper-button-next {
  left: 0px;
}

.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .section .sassibox-item,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .section a .sassibox-item {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 5rem;
}

.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .section .sassibox-item > div,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .section a .sassibox-item > div {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .section .sassibox-item .image,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .section a .sassibox-item .image {
  min-height: 23rem;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .section .sassibox-item .content,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .section a .sassibox-item .content {
  background: #ffffff;
  border: 0 solid #000000;
  position: relative;
  padding: 1rem 0;
  position: relative;
  z-index: 0;
}

.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .section .sassibox-item .content:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .section a .sassibox-item .content:after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: -4px;
  height: 4px;
  left: 0px;
  z-index: -1;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.01) 30%, rgba(0, 0, 0, 0.03) 50%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0.08) 90%, rgba(0, 0, 0, 0.09) 96%, rgba(0, 0, 0, 0.1) 100%);
}

.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .section .sassibox-item .content h4,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .section a .sassibox-item .content h4 {
  font-size: 2rem;
  color: #030303;
  letter-spacing: -0.48px;
  text-align: left;
}

.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .section .sassibox-item .content p,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .section .sassibox-item .content span,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .section .sassibox-item .content a span,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .section .sassibox-item .content span a,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .section .sassibox-item .content p a,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .section .sassibox-item .content a p,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .section a .sassibox-item .content p,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .section a .sassibox-item .content span,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .section a .sassibox-item .content a span,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .section a .sassibox-item .content span a,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .section a .sassibox-item .content p a,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .section a .sassibox-item .content a p {
  font-size: 1.5rem;
  color: #030303;
  letter-spacing: -0.38px;
}

.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .section .sassibox-item .content .action,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .section a .sassibox-item .content .action {
  margin: 10px 0;
}

.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .section .sassibox-item .content .action button,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .section a .sassibox-item .content .action button {
  font-family: "Open Sans", sans-serif !important;
}

.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .section .sassibox-item .content .readmore,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .section a .sassibox-item .content .readmore {
  border: 1px solid transparent;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  padding: 6px 12px;
  text-align: center;
  vertical-align: middle;
  width: -moz-fit-content;
  width: fit-content;
  text-transform: uppercase;
  background-color: #f1354e;
}

.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box button span {
  color: white;
}

.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .city {
  color: white;
}

.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal {
  padding: 1rem;
  background-color: #f1354e;
  background-image: linear-gradient(-180deg, #f1324b 0%, #f1354e 48%, #f1334c 80%);
  font-size: 1.6rem;
}

.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal.collapsed {
  border-radius: 2px;
  box-shadow: -1px 0 3px 0 rgba(0, 0, 0, 0.25);
}

.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .fa,
.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .search .searchearchbox.vertical .bootstrap-select button:after,
.search .searchearchbox.vertical .bootstrap-select .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .search .searchearchbox.horizontal .control .bootstrap-select button:after,
.search .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .searchearchbox.horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .downloads .downloadsearchbox.vertical .bootstrap-select button:after,
.downloads .downloadsearchbox.vertical .bootstrap-select .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .downloads .downloadsearchbox.horizontal .control .bootstrap-select button:after,
.downloads .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .downloadsearchbox.horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .localita #searchbox-app .bootstrap-select button:after,
.localita #searchbox-app .bootstrap-select .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .itinerari .searchbox .control .bootstrap-select button:after,
.itinerari .searchbox .control .bootstrap-select .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .itinerari .searchbox.horizontal .control .bootstrap-select button:after,
.itinerari .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .searchbox.horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .operatori_search_box .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .vertical .bootstrap-select .xp_search_box .horizontal button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .events-homepage .header .eventsearchbox.horizontal .control .bootstrap-select button:after,
.events-homepage .header .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .eventsearchbox.horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .events-homepage .header .eventsearchbox.vertical .bootstrap-select button:after,
.events-homepage .header .eventsearchbox.vertical .bootstrap-select .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .events-page .header .eventsearchbox.horizontal .control .bootstrap-select button:after,
.events-page .header .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .eventsearchbox.horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .events-page .header .eventsearchbox.vertical .bootstrap-select button:after,
.events-page .header .eventsearchbox.vertical .bootstrap-select .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .scopri .xp_search_box .horizontal .control .bootstrap-select button:after,
.scopri .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .scopri .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.scopri .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .scopri .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.scopri .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .scopri .operatori_search_box .horizontal .control .bootstrap-select button:after,
.scopri .operatori_search_box .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .scopri .operatori_search_box .vertical .bootstrap-select button:after,
.scopri .operatori_search_box .vertical .bootstrap-select .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .idee .xp_search_box .horizontal .control .bootstrap-select button:after,
.idee .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .idee .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.idee .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .idee .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.idee .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .idee .operatori_search_box .horizontal .control .bootstrap-select button:after,
.idee .operatori_search_box .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .idee .operatori_search_box .vertical .bootstrap-select button:after,
.idee .operatori_search_box .vertical .bootstrap-select .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .eventi .xp_search_box .horizontal .control .bootstrap-select button:after,
.eventi .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .eventi .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.eventi .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .eventi .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.eventi .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .eventi .operatori_search_box .horizontal .control .bootstrap-select button:after,
.eventi .operatori_search_box .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .eventi .operatori_search_box .vertical .bootstrap-select button:after,
.eventi .operatori_search_box .vertical .bootstrap-select .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .pianifica .xp_search_box .horizontal .control .bootstrap-select button:after,
.pianifica .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .pianifica .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.pianifica .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .pianifica .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.pianifica .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .pianifica .operatori_search_box .horizontal .control .bootstrap-select button:after,
.pianifica .operatori_search_box .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .pianifica .operatori_search_box .vertical .bootstrap-select button:after,
.pianifica .operatori_search_box .vertical .bootstrap-select .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .esperienze .xp_search_box .horizontal .control .bootstrap-select button:after,
.esperienze .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .esperienze .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.esperienze .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .esperienze .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.esperienze .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .esperienze .operatori_search_box .horizontal .control .bootstrap-select button:after,
.esperienze .operatori_search_box .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .esperienze .operatori_search_box .vertical .bootstrap-select button:after,
.esperienze .operatori_search_box .vertical .bootstrap-select .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .news .xp_search_box .horizontal .control .bootstrap-select button:after,
.news .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .news .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.news .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .news .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.news .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .news .operatori_search_box .horizontal .control .bootstrap-select button:after,
.news .operatori_search_box .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .news .operatori_search_box .vertical .bootstrap-select button:after,
.news .operatori_search_box .vertical .bootstrap-select .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .iat .xp_search_box .horizontal .control .bootstrap-select button:after,
.iat .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .iat .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.iat .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .iat .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.iat .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .iat .operatori_search_box .horizontal .control .bootstrap-select button:after,
.iat .operatori_search_box .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .iat .operatori_search_box .vertical .bootstrap-select button:after,
.iat .operatori_search_box .vertical .bootstrap-select .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .meteo .xp_search_box .horizontal .control .bootstrap-select button:after,
.meteo .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .meteo .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.meteo .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .meteo .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.meteo .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .meteo .operatori_search_box .horizontal .control .bootstrap-select button:after,
.meteo .operatori_search_box .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .meteo .operatori_search_box .vertical .bootstrap-select button:after,
.meteo .operatori_search_box .vertical .bootstrap-select .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .odm .xp_search_box .horizontal .control .bootstrap-select button:after,
.odm .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .odm .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.odm .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .odm .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.odm .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .odm .operatori_search_box .horizontal .control .bootstrap-select button:after,
.odm .operatori_search_box .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .odm .operatori_search_box .vertical .bootstrap-select button:after,
.odm .operatori_search_box .vertical .bootstrap-select .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .booking .xp_search_box .horizontal .control .bootstrap-select button:after,
.booking .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .booking .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.booking .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .booking .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.booking .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .booking .operatori_search_box .horizontal .control .bootstrap-select button:after,
.booking .operatori_search_box .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .booking .operatori_search_box .vertical .bootstrap-select button:after,
.booking .operatori_search_box .vertical .bootstrap-select .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .rock .xp_search_box .horizontal .control .bootstrap-select button:after,
.rock .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .rock .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.rock .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .rock .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.rock .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .rock .operatori_search_box .horizontal .control .bootstrap-select button:after,
.rock .operatori_search_box .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .rock .operatori_search_box .vertical .bootstrap-select button:after,
.rock .operatori_search_box .vertical .bootstrap-select .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .beach .xp_search_box .horizontal .control .bootstrap-select button:after,
.beach .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .beach .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.beach .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .beach .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.beach .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .beach .operatori_search_box .horizontal .control .bootstrap-select button:after,
.beach .operatori_search_box .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .beach .operatori_search_box .vertical .bootstrap-select button:after,
.beach .operatori_search_box .vertical .bootstrap-select .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .food .xp_search_box .horizontal .control .bootstrap-select button:after,
.food .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .food .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.food .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .food .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.food .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .food .operatori_search_box .horizontal .control .bootstrap-select button:after,
.food .operatori_search_box .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .food .operatori_search_box .vertical .bootstrap-select button:after,
.food .operatori_search_box .vertical .bootstrap-select .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .nature .xp_search_box .horizontal .control .bootstrap-select button:after,
.nature .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .nature .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.nature .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .nature .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.nature .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .nature .operatori_search_box .horizontal .control .bootstrap-select button:after,
.nature .operatori_search_box .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .nature .operatori_search_box .vertical .bootstrap-select button:after,
.nature .operatori_search_box .vertical .bootstrap-select .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .romagna_autentica .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna_autentica .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .romagna_autentica .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna_autentica .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .romagna_autentica .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna_autentica .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .romagna_autentica .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna_autentica .operatori_search_box .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .romagna_autentica .operatori_search_box .vertical .bootstrap-select button:after,
.romagna_autentica .operatori_search_box .vertical .bootstrap-select .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .culture .xp_search_box .horizontal .control .bootstrap-select button:after,
.culture .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .culture .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.culture .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .culture .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.culture .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .culture .operatori_search_box .horizontal .control .bootstrap-select button:after,
.culture .operatori_search_box .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .culture .operatori_search_box .vertical .bootstrap-select button:after,
.culture .operatori_search_box .vertical .bootstrap-select .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .castle .xp_search_box .horizontal .control .bootstrap-select button:after,
.castle .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .castle .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.castle .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .castle .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.castle .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .castle .operatori_search_box .horizontal .control .bootstrap-select button:after,
.castle .operatori_search_box .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .castle .operatori_search_box .vertical .bootstrap-select button:after,
.castle .operatori_search_box .vertical .bootstrap-select .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .bike .xp_search_box .horizontal .control .bootstrap-select button:after,
.bike .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .bike .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.bike .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .bike .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.bike .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .bike .operatori_search_box .horizontal .control .bootstrap-select button:after,
.bike .operatori_search_box .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .bike .operatori_search_box .vertical .bootstrap-select button:after,
.bike .operatori_search_box .vertical .bootstrap-select .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .empire .xp_search_box .horizontal .control .bootstrap-select button:after,
.empire .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .empire .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.empire .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .empire .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.empire .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .empire .operatori_search_box .horizontal .control .bootstrap-select button:after,
.empire .operatori_search_box .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .empire .operatori_search_box .vertical .bootstrap-select button:after,
.empire .operatori_search_box .vertical .bootstrap-select .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .wellness .xp_search_box .horizontal .control .bootstrap-select button:after,
.wellness .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .wellness .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.wellness .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .wellness .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.wellness .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .wellness .operatori_search_box .horizontal .control .bootstrap-select button:after,
.wellness .operatori_search_box .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .wellness .operatori_search_box .vertical .bootstrap-select button:after,
.wellness .operatori_search_box .vertical .bootstrap-select .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .fun .xp_search_box .horizontal .control .bootstrap-select button:after,
.fun .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .fun .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.fun .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .fun .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.fun .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .fun .operatori_search_box .horizontal .control .bootstrap-select button:after,
.fun .operatori_search_box .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .fun .operatori_search_box .vertical .bootstrap-select button:after,
.fun .operatori_search_box .vertical .bootstrap-select .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .sport .xp_search_box .horizontal .control .bootstrap-select button:after,
.sport .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .sport .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.sport .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .sport .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.sport .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .sport .operatori_search_box .horizontal .control .bootstrap-select button:after,
.sport .operatori_search_box .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .sport .operatori_search_box .vertical .bootstrap-select button:after,
.sport .operatori_search_box .vertical .bootstrap-select .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .motorcycle .xp_search_box .horizontal .control .bootstrap-select button:after,
.motorcycle .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .motorcycle .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.motorcycle .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .motorcycle .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.motorcycle .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .motorcycle .operatori_search_box .horizontal .control .bootstrap-select button:after,
.motorcycle .operatori_search_box .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .motorcycle .operatori_search_box .vertical .bootstrap-select button:after,
.motorcycle .operatori_search_box .vertical .bootstrap-select .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .romagna .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .romagna .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .romagna .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .romagna .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna .operatori_search_box .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .romagna .operatori_search_box .vertical .bootstrap-select button:after,
.romagna .operatori_search_box .vertical .bootstrap-select .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .liscio .xp_search_box .horizontal .control .bootstrap-select button:after,
.liscio .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .liscio .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.liscio .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .liscio .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.liscio .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .liscio .operatori_search_box .horizontal .control .bootstrap-select button:after,
.liscio .operatori_search_box .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .liscio .operatori_search_box .vertical .bootstrap-select button:after,
.liscio .operatori_search_box .vertical .bootstrap-select .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .default .xp_search_box .horizontal .control .bootstrap-select button:after,
.default .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .default .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.default .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .default .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.default .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .default .operatori_search_box .horizontal .control .bootstrap-select button:after,
.default .operatori_search_box .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .default .operatori_search_box .vertical .bootstrap-select button:after,
.default .operatori_search_box .vertical .bootstrap-select .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .pet .xp_search_box .horizontal .control .bootstrap-select button:after,
.pet .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .pet .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.pet .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .pet .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.pet .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .pet .operatori_search_box .horizontal .control .bootstrap-select button:after,
.pet .operatori_search_box .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .pet .operatori_search_box .vertical .bootstrap-select button:after,
.pet .operatori_search_box .vertical .bootstrap-select .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .kultur .xp_search_box .horizontal .control .bootstrap-select button:after,
.kultur .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .kultur .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.kultur .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .kultur .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.kultur .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .kultur .operatori_search_box .horizontal .control .bootstrap-select button:after,
.kultur .operatori_search_box .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .kultur .operatori_search_box .vertical .bootstrap-select button:after,
.kultur .operatori_search_box .vertical .bootstrap-select .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .natur .xp_search_box .horizontal .control .bootstrap-select button:after,
.natur .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .natur .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.natur .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .natur .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.natur .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .natur .operatori_search_box .horizontal .control .bootstrap-select button:after,
.natur .operatori_search_box .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .natur .operatori_search_box .vertical .bootstrap-select button:after,
.natur .operatori_search_box .vertical .bootstrap-select .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .spass .xp_search_box .horizontal .control .bootstrap-select button:after,
.spass .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .spass .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.spass .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .spass .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.spass .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .spass .operatori_search_box .horizontal .control .bootstrap-select button:after,
.spass .operatori_search_box .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .spass .operatori_search_box .vertical .bootstrap-select button:after,
.spass .operatori_search_box .vertical .bootstrap-select .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .romagna-craft .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna-craft .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .romagna-craft .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna-craft .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .romagna-craft .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna-craft .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .romagna-craft .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna-craft .operatori_search_box .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .romagna-craft .operatori_search_box .vertical .bootstrap-select button:after,
.romagna-craft .operatori_search_box .vertical .bootstrap-select .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .vertical .bootstrap-select .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .vertical .bootstrap-select .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal button:after {
  line-height: 2.2rem;
}

.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal button.collapsible {
  border: none;
  background-color: transparent;
  display: block;
  width: 100%;
  font-size: 1.6rem;
  color: #ffffff;
  letter-spacing: -0.41px;
  text-align: left;
  text-transform: uppercase;
  display: block;
}

.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .control {
  padding: 0.5rem 1rem;
  height: 5rem;
  background-color: white;
  margin: 0.5rem;
}

.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .control.btn-holder {
  min-width: 2rem;
  width: auto;
  padding: 0px;
}

.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .control.btn-holder button {
  width: 100%;
  border: none;
  background-color: #e3102c;
  height: 100%;
  font-size: 1.6rem;
  color: #ffffff;
  letter-spacing: -0.41px;
  text-align: center;
  text-transform: uppercase;
  display: block;
  padding: 0px;
}

.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .control .ert-dropdown {
  width: 100%;
}

.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .control .ert-dropdown * {
  cursor: pointer;
}

.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .control .ert-dropdown .ert-combo {
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
  display: block;
  text-align: left;
}

.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .control .ert-dropdown .ert-combo::after {
  border: none;
}

.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .control .ert-dropdown .ert-combo i {
  transition: 500ms ease;
  transform: rotate(0);
  position: absolute;
  top: 2.25rem;
  right: 15px;
}

.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .control .ert-dropdown .ert-combo .button {
  padding: 0px;
}

.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .control .ert-dropdown.show .ert-combo i {
  transform: rotate(180deg);
}

.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .control .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: auto;
}

.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .control .bootstrap-select {
  margin-top: -1px;
}

.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .control .bootstrap-select *:focus {
  box-shadow: none important;
}

.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .control .bootstrap-select button {
  padding: 0px;
  font-size: 1.5rem;
  background: #ffffff;
  color: #848484;
  letter-spacing: 0.3px;
  border: none;
  border-radius: 0;
}

.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .control .bootstrap-select button:after {
  content: "\F078";
  border: none;
}

.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .control .bootstrap-select .dropdown-menu {
  width: 100% !important;
  border: none;
  border-radius: 0;
  box-shadow: 0px 2px 2px 0px #a9a9a970;
  border-top: 1px solid #a9a9a970;
}

.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .control .bootstrap-select .dropdown-menu.inner.show {
  border-top: none;
}

.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .control .bootstrap-select .dropdown-menu .dropdown-item {
  font-size: 1.5rem;
  line-height: 4rem;
}

.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .control .bootstrap-select .dropdown-menu .dropdown-item:active,
.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .control .bootstrap-select .dropdown-menu .dropdown-item.active {
  background-color: #f1354e;
}

.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .control label {
  background: #ffffff;
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
  line-height: 2.4rem;
  margin-bottom: 0px;
  margin-right: 0.5rem;
}

@media (max-width: 768px) {
  .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .control label {
    min-width: 6.2rem;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .control label {
    display: none;
  }
}

.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .control .flatpickr-mobile.form-control {
  padding: 1px 0;
}

.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .control input[type=text],
.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .control input[type=date] {
  border: none;
  font-size: 1.5rem;
  border-radius: 0;
  background-color: white;
  border-bottom: 1px solid #495057;
  min-width: 0;
  height: auto;
}

.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .control input[type=text]:focus,
.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .horizontal .control input[type=date]:focus {
  box-shadow: none;
}

.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .vertical {
  max-width: 30rem;
  z-index: 10;
  position: relative;
  height: 4.4rem;
  margin: 0 auto;
}

.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .vertical button.collapsible {
  border: none;
  background-color: transparent;
  display: block;
  position: absolute;
  width: 100%;
}

.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .vertical .dropbutton {
  display: none;
}

.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .vertical .dropbutton.collapsed {
  display: block;
}

.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .vertical #collapse-events {
  padding: 1.8rem;
  background-color: #f1354e;
  background-image: linear-gradient(-180deg, #f1324b 0%, #f1354e 48%, #f1334c 80%);
  font-size: 1.6rem;
}

.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .vertical .fa-chevron-up {
  text-align: right;
  line-height: 4rem;
  color: white;
  margin-bottom: 1.8rem;
}

.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .vertical .form-group {
  background: #ffffff;
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
}

.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .vertical .form-group .col-form-label {
  line-height: 5rem;
}

.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .vertical .ert-text {
  border: none;
  font-size: 1.5rem;
  height: 60px;
  border-radius: 0;
  background-color: white;
}

.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .vertical .ert-text.line {
  border-bottom: 1px solid #495057;
  height: auto;
  margin-top: 14px;
}

.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .vertical .ert-text:focus {
  box-shadow: none;
}

.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .vertical button.search {
  border: none;
  position: absolute;
  bottom: -10rem;
  left: 5%;
  right: 5%;
  width: 90%;
  line-height: 4.4rem;
}

.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .vertical .datepicker-holder {
  padding-right: 0px;
}

.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .vertical .datepicker-holder * {
  cursor: pointer;
}

.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .vertical .datepicker-holder input[type=date]::-webkit-calendar-picker-indicator {
  width: 1.2rem;
  height: 0.7rem;
  -webkit-mask: url(/images/caret.svg);
          mask: url(/images/caret.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  -webkit-transition: 500ms ease;
  transition: 500ms ease;
  background-color: #686868;
}

.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .vertical .datepicker-holder .flatpickr-calendar.static {
  margin-left: -193px;
  margin-top: -184px;
  left: 50%;
  top: 50%;
}

.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .vertical .datepicker-holder .flatpickr-calendar.static.arrowBottom:after {
  display: none;
}

.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .vertical .datepicker-holder .flatpickr-calendar.static.arrowBottom:before {
  display: none;
}

.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .vertical .datepicker-holder .flatpickr-months .flatpickr-month {
  height: 32px;
}

.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .vertical .ert-dropdown * {
  cursor: pointer;
}

.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .vertical .ert-dropdown .ert-combo {
  background: #ffffff;
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
  line-height: 5rem;
  display: block;
  width: 100%;
  height: 60px;
  text-align: left;
}

.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .vertical .ert-dropdown .ert-combo::after {
  border: none;
}

.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .vertical .ert-dropdown .ert-combo i {
  transition: 500ms ease;
  transform: rotate(0);
  position: absolute;
  top: 2.25rem;
  right: 15px;
}

.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .vertical .ert-dropdown .ert-combo .button {
  padding: 0px;
}

.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .vertical .ert-dropdown .dropdown-menu {
  width: 100% !important;
  border: none;
  border-radius: 0;
  box-shadow: 0px 2px 2px 0px #a9a9a970;
  border-top: 1px solid #a9a9a970;
}

.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .vertical .ert-dropdown .dropdown-menu .dropdown-item {
  font-size: 1.5rem;
  line-height: 4rem;
}

.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .vertical .ert-dropdown .dropdown-menu .dropdown-item:active {
  background-color: #f1354e;
}

.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .vertical .ert-dropdown.show .ert-combo i {
  transform: rotate(180deg);
}

.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .vertical .bootstrap-select *:focus {
  box-shadow: none important;
}

.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .vertical .bootstrap-select button {
  font-size: 1.5rem;
  color: #848484;
  letter-spacing: 0.3px;
  border: none;
  font-size: 1.5rem;
  height: 60px;
  border-radius: 0;
  background-color: white;
}

.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .vertical .bootstrap-select button:after {
  content: "\F078";
  border: none;
}

.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .vertical .bootstrap-select .dropdown-menu {
  width: 100% !important;
  border: none;
  border-radius: 0;
  box-shadow: 0px 2px 2px 0px #a9a9a970;
  border-top: 1px solid #a9a9a970;
}

.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .vertical .bootstrap-select .dropdown-menu .dropdown-item {
  font-size: 1.5rem;
  line-height: 4rem;
}

.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .vertical .bootstrap-select .dropdown-menu .dropdown-item:active,
.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .vertical .bootstrap-select .dropdown-menu .dropdown-item.active {
  background-color: #f1354e;
}

.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .vertical .btn-er,
.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .vertical .instagram .instabutton div span,
.instagram .instabutton div .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .vertical span {
  margin-top: 18px;
}

.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .vertical .btn-er .fa-chevron-down,
.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .vertical .instagram .instabutton div span .fa-chevron-down,
.instagram .instabutton div .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .vertical span .fa-chevron-down {
  float: right;
  line-height: 4rem;
}

.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box button span {
  color: white;
}

.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .city {
  color: white;
}

.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal {
  padding: 1rem;
  background-color: #f1354e;
  background-image: linear-gradient(-180deg, #f1324b 0%, #f1354e 48%, #f1334c 80%);
  font-size: 1.6rem;
}

.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal.collapsed {
  border-radius: 2px;
  box-shadow: -1px 0 3px 0 rgba(0, 0, 0, 0.25);
}

.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .fa,
.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .search .searchearchbox.vertical .bootstrap-select button:after,
.search .searchearchbox.vertical .bootstrap-select .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .search .searchearchbox.horizontal .control .bootstrap-select button:after,
.search .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .searchearchbox.horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .downloads .downloadsearchbox.vertical .bootstrap-select button:after,
.downloads .downloadsearchbox.vertical .bootstrap-select .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .downloads .downloadsearchbox.horizontal .control .bootstrap-select button:after,
.downloads .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .downloadsearchbox.horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .localita #searchbox-app .bootstrap-select button:after,
.localita #searchbox-app .bootstrap-select .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .itinerari .searchbox .control .bootstrap-select button:after,
.itinerari .searchbox .control .bootstrap-select .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .itinerari .searchbox.horizontal .control .bootstrap-select button:after,
.itinerari .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .searchbox.horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .events-homepage .header .eventsearchbox.horizontal .control .bootstrap-select button:after,
.events-homepage .header .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .eventsearchbox.horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .events-homepage .header .eventsearchbox.vertical .bootstrap-select button:after,
.events-homepage .header .eventsearchbox.vertical .bootstrap-select .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .events-page .header .eventsearchbox.horizontal .control .bootstrap-select button:after,
.events-page .header .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .eventsearchbox.horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .events-page .header .eventsearchbox.vertical .bootstrap-select button:after,
.events-page .header .eventsearchbox.vertical .bootstrap-select .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .scopri .xp_search_box .horizontal .control .bootstrap-select button:after,
.scopri .xp_search_box .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .scopri .xp_search_box .vertical .bootstrap-select button:after,
.scopri .xp_search_box .vertical .bootstrap-select .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .scopri .operatori_search_box .horizontal .control .bootstrap-select button:after,
.scopri .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .scopri .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.scopri .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .scopri .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.scopri .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .idee .xp_search_box .horizontal .control .bootstrap-select button:after,
.idee .xp_search_box .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .idee .xp_search_box .vertical .bootstrap-select button:after,
.idee .xp_search_box .vertical .bootstrap-select .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .idee .operatori_search_box .horizontal .control .bootstrap-select button:after,
.idee .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .idee .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.idee .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .idee .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.idee .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .eventi .xp_search_box .horizontal .control .bootstrap-select button:after,
.eventi .xp_search_box .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .eventi .xp_search_box .vertical .bootstrap-select button:after,
.eventi .xp_search_box .vertical .bootstrap-select .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .eventi .operatori_search_box .horizontal .control .bootstrap-select button:after,
.eventi .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .eventi .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.eventi .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .eventi .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.eventi .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .pianifica .xp_search_box .horizontal .control .bootstrap-select button:after,
.pianifica .xp_search_box .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .pianifica .xp_search_box .vertical .bootstrap-select button:after,
.pianifica .xp_search_box .vertical .bootstrap-select .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .pianifica .operatori_search_box .horizontal .control .bootstrap-select button:after,
.pianifica .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .pianifica .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.pianifica .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .pianifica .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.pianifica .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .esperienze .xp_search_box .horizontal .control .bootstrap-select button:after,
.esperienze .xp_search_box .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .esperienze .xp_search_box .vertical .bootstrap-select button:after,
.esperienze .xp_search_box .vertical .bootstrap-select .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .esperienze .operatori_search_box .horizontal .control .bootstrap-select button:after,
.esperienze .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .esperienze .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.esperienze .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .esperienze .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.esperienze .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .news .xp_search_box .horizontal .control .bootstrap-select button:after,
.news .xp_search_box .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .news .xp_search_box .vertical .bootstrap-select button:after,
.news .xp_search_box .vertical .bootstrap-select .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .news .operatori_search_box .horizontal .control .bootstrap-select button:after,
.news .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .news .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.news .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .news .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.news .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .iat .xp_search_box .horizontal .control .bootstrap-select button:after,
.iat .xp_search_box .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .iat .xp_search_box .vertical .bootstrap-select button:after,
.iat .xp_search_box .vertical .bootstrap-select .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .iat .operatori_search_box .horizontal .control .bootstrap-select button:after,
.iat .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .iat .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.iat .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .iat .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.iat .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .meteo .xp_search_box .horizontal .control .bootstrap-select button:after,
.meteo .xp_search_box .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .meteo .xp_search_box .vertical .bootstrap-select button:after,
.meteo .xp_search_box .vertical .bootstrap-select .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .meteo .operatori_search_box .horizontal .control .bootstrap-select button:after,
.meteo .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .meteo .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.meteo .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .meteo .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.meteo .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .odm .xp_search_box .horizontal .control .bootstrap-select button:after,
.odm .xp_search_box .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .odm .xp_search_box .vertical .bootstrap-select button:after,
.odm .xp_search_box .vertical .bootstrap-select .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .odm .operatori_search_box .horizontal .control .bootstrap-select button:after,
.odm .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .odm .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.odm .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .odm .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.odm .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .booking .xp_search_box .horizontal .control .bootstrap-select button:after,
.booking .xp_search_box .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .booking .xp_search_box .vertical .bootstrap-select button:after,
.booking .xp_search_box .vertical .bootstrap-select .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .booking .operatori_search_box .horizontal .control .bootstrap-select button:after,
.booking .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .booking .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.booking .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .booking .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.booking .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .rock .xp_search_box .horizontal .control .bootstrap-select button:after,
.rock .xp_search_box .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .rock .xp_search_box .vertical .bootstrap-select button:after,
.rock .xp_search_box .vertical .bootstrap-select .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .rock .operatori_search_box .horizontal .control .bootstrap-select button:after,
.rock .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .rock .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.rock .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .rock .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.rock .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .beach .xp_search_box .horizontal .control .bootstrap-select button:after,
.beach .xp_search_box .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .beach .xp_search_box .vertical .bootstrap-select button:after,
.beach .xp_search_box .vertical .bootstrap-select .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .beach .operatori_search_box .horizontal .control .bootstrap-select button:after,
.beach .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .beach .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.beach .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .beach .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.beach .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .food .xp_search_box .horizontal .control .bootstrap-select button:after,
.food .xp_search_box .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .food .xp_search_box .vertical .bootstrap-select button:after,
.food .xp_search_box .vertical .bootstrap-select .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .food .operatori_search_box .horizontal .control .bootstrap-select button:after,
.food .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .food .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.food .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .food .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.food .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .nature .xp_search_box .horizontal .control .bootstrap-select button:after,
.nature .xp_search_box .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .nature .xp_search_box .vertical .bootstrap-select button:after,
.nature .xp_search_box .vertical .bootstrap-select .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .nature .operatori_search_box .horizontal .control .bootstrap-select button:after,
.nature .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .nature .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.nature .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .nature .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.nature .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .romagna_autentica .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna_autentica .xp_search_box .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .romagna_autentica .xp_search_box .vertical .bootstrap-select button:after,
.romagna_autentica .xp_search_box .vertical .bootstrap-select .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .romagna_autentica .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna_autentica .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .romagna_autentica .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna_autentica .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .romagna_autentica .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna_autentica .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .culture .xp_search_box .horizontal .control .bootstrap-select button:after,
.culture .xp_search_box .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .culture .xp_search_box .vertical .bootstrap-select button:after,
.culture .xp_search_box .vertical .bootstrap-select .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .culture .operatori_search_box .horizontal .control .bootstrap-select button:after,
.culture .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .culture .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.culture .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .culture .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.culture .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .castle .xp_search_box .horizontal .control .bootstrap-select button:after,
.castle .xp_search_box .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .castle .xp_search_box .vertical .bootstrap-select button:after,
.castle .xp_search_box .vertical .bootstrap-select .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .castle .operatori_search_box .horizontal .control .bootstrap-select button:after,
.castle .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .castle .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.castle .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .castle .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.castle .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .bike .xp_search_box .horizontal .control .bootstrap-select button:after,
.bike .xp_search_box .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .bike .xp_search_box .vertical .bootstrap-select button:after,
.bike .xp_search_box .vertical .bootstrap-select .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .bike .operatori_search_box .horizontal .control .bootstrap-select button:after,
.bike .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .bike .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.bike .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .bike .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.bike .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .empire .xp_search_box .horizontal .control .bootstrap-select button:after,
.empire .xp_search_box .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .empire .xp_search_box .vertical .bootstrap-select button:after,
.empire .xp_search_box .vertical .bootstrap-select .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .empire .operatori_search_box .horizontal .control .bootstrap-select button:after,
.empire .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .empire .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.empire .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .empire .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.empire .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .wellness .xp_search_box .horizontal .control .bootstrap-select button:after,
.wellness .xp_search_box .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .wellness .xp_search_box .vertical .bootstrap-select button:after,
.wellness .xp_search_box .vertical .bootstrap-select .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .wellness .operatori_search_box .horizontal .control .bootstrap-select button:after,
.wellness .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .wellness .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.wellness .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .wellness .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.wellness .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .fun .xp_search_box .horizontal .control .bootstrap-select button:after,
.fun .xp_search_box .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .fun .xp_search_box .vertical .bootstrap-select button:after,
.fun .xp_search_box .vertical .bootstrap-select .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .fun .operatori_search_box .horizontal .control .bootstrap-select button:after,
.fun .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .fun .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.fun .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .fun .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.fun .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .sport .xp_search_box .horizontal .control .bootstrap-select button:after,
.sport .xp_search_box .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .sport .xp_search_box .vertical .bootstrap-select button:after,
.sport .xp_search_box .vertical .bootstrap-select .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .sport .operatori_search_box .horizontal .control .bootstrap-select button:after,
.sport .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .sport .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.sport .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .sport .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.sport .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .motorcycle .xp_search_box .horizontal .control .bootstrap-select button:after,
.motorcycle .xp_search_box .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .motorcycle .xp_search_box .vertical .bootstrap-select button:after,
.motorcycle .xp_search_box .vertical .bootstrap-select .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .motorcycle .operatori_search_box .horizontal .control .bootstrap-select button:after,
.motorcycle .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .motorcycle .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.motorcycle .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .motorcycle .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.motorcycle .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .romagna .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna .xp_search_box .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .romagna .xp_search_box .vertical .bootstrap-select button:after,
.romagna .xp_search_box .vertical .bootstrap-select .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .romagna .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .romagna .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .romagna .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .liscio .xp_search_box .horizontal .control .bootstrap-select button:after,
.liscio .xp_search_box .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .liscio .xp_search_box .vertical .bootstrap-select button:after,
.liscio .xp_search_box .vertical .bootstrap-select .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .liscio .operatori_search_box .horizontal .control .bootstrap-select button:after,
.liscio .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .liscio .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.liscio .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .liscio .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.liscio .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .default .xp_search_box .horizontal .control .bootstrap-select button:after,
.default .xp_search_box .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .default .xp_search_box .vertical .bootstrap-select button:after,
.default .xp_search_box .vertical .bootstrap-select .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .default .operatori_search_box .horizontal .control .bootstrap-select button:after,
.default .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .default .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.default .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .default .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.default .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .pet .xp_search_box .horizontal .control .bootstrap-select button:after,
.pet .xp_search_box .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .pet .xp_search_box .vertical .bootstrap-select button:after,
.pet .xp_search_box .vertical .bootstrap-select .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .pet .operatori_search_box .horizontal .control .bootstrap-select button:after,
.pet .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .pet .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.pet .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .pet .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.pet .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .kultur .xp_search_box .horizontal .control .bootstrap-select button:after,
.kultur .xp_search_box .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .kultur .xp_search_box .vertical .bootstrap-select button:after,
.kultur .xp_search_box .vertical .bootstrap-select .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .kultur .operatori_search_box .horizontal .control .bootstrap-select button:after,
.kultur .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .kultur .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.kultur .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .kultur .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.kultur .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .natur .xp_search_box .horizontal .control .bootstrap-select button:after,
.natur .xp_search_box .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .natur .xp_search_box .vertical .bootstrap-select button:after,
.natur .xp_search_box .vertical .bootstrap-select .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .natur .operatori_search_box .horizontal .control .bootstrap-select button:after,
.natur .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .natur .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.natur .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .natur .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.natur .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .spass .xp_search_box .horizontal .control .bootstrap-select button:after,
.spass .xp_search_box .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .spass .xp_search_box .vertical .bootstrap-select button:after,
.spass .xp_search_box .vertical .bootstrap-select .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .spass .operatori_search_box .horizontal .control .bootstrap-select button:after,
.spass .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .spass .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.spass .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .spass .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.spass .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .romagna-craft .xp_search_box .horizontal .control .bootstrap-select button:after,
.romagna-craft .xp_search_box .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .romagna-craft .xp_search_box .vertical .bootstrap-select button:after,
.romagna-craft .xp_search_box .vertical .bootstrap-select .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .romagna-craft .operatori_search_box .horizontal .control .bootstrap-select button:after,
.romagna-craft .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .romagna-craft .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.romagna-craft .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .romagna-craft .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.romagna-craft .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .vertical .bootstrap-select .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .vertical .bootstrap-select .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .vertical .bootstrap-select .horizontal button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .xp_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .operatori_search_box .horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .xp_search_box .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .vertical .bootstrap-select .operatori_search_box .horizontal button:after {
  line-height: 2.2rem;
}

.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal button.collapsible {
  border: none;
  background-color: transparent;
  display: block;
  width: 100%;
  font-size: 1.6rem;
  color: #ffffff;
  letter-spacing: -0.41px;
  text-align: left;
  text-transform: uppercase;
}

.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .control {
  padding: 0.5rem 1rem;
  height: 5rem;
  background-color: white;
  margin: 0.5rem;
}

.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .control.btn-holder {
  min-width: 2rem;
  width: auto;
  padding: 0px;
}

.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .control.btn-holder button {
  width: 100%;
  border: none;
  background-color: #e3102c;
  height: 100%;
  font-size: 1.6rem;
  color: #ffffff;
  letter-spacing: -0.41px;
  text-align: center;
  text-transform: uppercase;
  display: block;
  padding: 0px;
}

.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .control .ert-dropdown {
  width: 100%;
}

.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .control .ert-dropdown * {
  cursor: pointer;
}

.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .control .ert-dropdown .ert-combo {
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
  display: block;
  text-align: left;
}

.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .control .ert-dropdown .ert-combo::after {
  border: none;
}

.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .control .ert-dropdown .ert-combo i {
  transition: 500ms ease;
  transform: rotate(0);
  position: absolute;
  top: 2.25rem;
  right: 15px;
}

.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .control .ert-dropdown .ert-combo .button {
  padding: 0px;
}

.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .control .ert-dropdown.show .ert-combo i {
  transform: rotate(180deg);
}

.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .control .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: auto;
}

.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .control .bootstrap-select {
  margin-top: -1px;
}

.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .control .bootstrap-select *:focus {
  box-shadow: none important;
}

.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .control .bootstrap-select button {
  padding: 0px;
  font-size: 1.5rem;
  background: #ffffff;
  color: #848484;
  letter-spacing: 0.3px;
  border: none;
  border-radius: 0;
}

.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .control .bootstrap-select button:after {
  content: "\F078";
  border: none;
}

.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .control .bootstrap-select .dropdown-menu {
  width: 100% !important;
  border: none;
  border-radius: 0;
  box-shadow: 0px 2px 2px 0px #a9a9a970;
  border-top: 1px solid #a9a9a970;
}

.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .control .bootstrap-select .dropdown-menu.inner.show {
  border-top: none;
}

.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .control .bootstrap-select .dropdown-menu .dropdown-item {
  font-size: 1.5rem;
  line-height: 4rem;
}

.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .control .bootstrap-select .dropdown-menu .dropdown-item:active,
.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .control .bootstrap-select .dropdown-menu .dropdown-item.active {
  background-color: #f1354e;
}

.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .control label {
  background: #ffffff;
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
  line-height: 2.4rem;
  margin-bottom: 0px;
  margin-right: 0.5rem;
}

@media (max-width: 768px) {
  .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .control label {
    min-width: 6.2rem;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .control label {
    display: none;
  }
}

.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .control .flatpickr-mobile.form-control {
  padding: 1px 0;
}

.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .control input[type=text],
.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .control input[type=date] {
  border: none;
  font-size: 1.5rem;
  border-radius: 0;
  background-color: white;
  border-bottom: 1px solid #495057;
  min-width: 0;
  height: auto;
}

.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .control input[type=text]:focus,
.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .horizontal .control input[type=date]:focus {
  box-shadow: none;
}

.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .vertical {
  max-width: 30rem;
  z-index: 10;
  position: relative;
  height: 4.4rem;
  margin: 0 auto;
}

.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .vertical button.collapsible {
  border: none;
  background-color: transparent;
  display: block;
  position: absolute;
  width: 100%;
}

.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .vertical .dropbutton {
  display: none;
}

.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .vertical .dropbutton.collapsed {
  display: block;
}

.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .vertical #collapse-events {
  padding: 1.8rem;
  background-color: #f1354e;
  background-image: linear-gradient(-180deg, #f1324b 0%, #f1354e 48%, #f1334c 80%);
  font-size: 1.6rem;
}

.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .vertical .fa-chevron-up {
  text-align: right;
  line-height: 4rem;
  color: white;
  margin-bottom: 1.8rem;
}

.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .vertical .form-group {
  background: #ffffff;
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
}

.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .vertical .form-group .col-form-label {
  line-height: 5rem;
}

.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .vertical .ert-text {
  border: none;
  font-size: 1.5rem;
  height: 60px;
  border-radius: 0;
  background-color: white;
}

.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .vertical .ert-text.line {
  border-bottom: 1px solid #495057;
  height: auto;
  margin-top: 14px;
}

.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .vertical .ert-text:focus {
  box-shadow: none;
}

.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .vertical button.search {
  border: none;
  position: absolute;
  bottom: -10rem;
  left: 5%;
  right: 5%;
  width: 90%;
  line-height: 4.4rem;
}

.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .vertical .datepicker-holder {
  padding-right: 0px;
}

.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .vertical .datepicker-holder * {
  cursor: pointer;
}

.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .vertical .datepicker-holder input[type=date]::-webkit-calendar-picker-indicator {
  width: 1.2rem;
  height: 0.7rem;
  -webkit-mask: url(/images/caret.svg);
          mask: url(/images/caret.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  -webkit-transition: 500ms ease;
  transition: 500ms ease;
  background-color: #686868;
}

.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .vertical .datepicker-holder .flatpickr-calendar.static {
  margin-left: -193px;
  margin-top: -184px;
  left: 50%;
  top: 50%;
}

.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .vertical .datepicker-holder .flatpickr-calendar.static.arrowBottom:after {
  display: none;
}

.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .vertical .datepicker-holder .flatpickr-calendar.static.arrowBottom:before {
  display: none;
}

.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .vertical .datepicker-holder .flatpickr-months .flatpickr-month {
  height: 32px;
}

.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .vertical .ert-dropdown * {
  cursor: pointer;
}

.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .vertical .ert-dropdown .ert-combo {
  background: #ffffff;
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
  line-height: 5rem;
  display: block;
  width: 100%;
  height: 60px;
  text-align: left;
}

.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .vertical .ert-dropdown .ert-combo::after {
  border: none;
}

.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .vertical .ert-dropdown .ert-combo i {
  transition: 500ms ease;
  transform: rotate(0);
  position: absolute;
  top: 2.25rem;
  right: 15px;
}

.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .vertical .ert-dropdown .ert-combo .button {
  padding: 0px;
}

.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .vertical .ert-dropdown .dropdown-menu {
  width: 100% !important;
  border: none;
  border-radius: 0;
  box-shadow: 0px 2px 2px 0px #a9a9a970;
  border-top: 1px solid #a9a9a970;
}

.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .vertical .ert-dropdown .dropdown-menu .dropdown-item {
  font-size: 1.5rem;
  line-height: 4rem;
}

.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .vertical .ert-dropdown .dropdown-menu .dropdown-item:active {
  background-color: #f1354e;
}

.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .vertical .ert-dropdown.show .ert-combo i {
  transform: rotate(180deg);
}

.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .vertical .bootstrap-select *:focus {
  box-shadow: none important;
}

.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .vertical .bootstrap-select button {
  font-size: 1.5rem;
  color: #848484;
  letter-spacing: 0.3px;
  border: none;
  font-size: 1.5rem;
  height: 60px;
  border-radius: 0;
  background-color: white;
}

.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .vertical .bootstrap-select button:after {
  content: "\F078";
  border: none;
}

.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .vertical .bootstrap-select .dropdown-menu {
  width: 100% !important;
  border: none;
  border-radius: 0;
  box-shadow: 0px 2px 2px 0px #a9a9a970;
  border-top: 1px solid #a9a9a970;
}

.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .vertical .bootstrap-select .dropdown-menu .dropdown-item {
  font-size: 1.5rem;
  line-height: 4rem;
}

.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .vertical .bootstrap-select .dropdown-menu .dropdown-item:active,
.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .vertical .bootstrap-select .dropdown-menu .dropdown-item.active {
  background-color: #f1354e;
}

.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .vertical .btn-er,
.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .vertical .instagram .instabutton div span,
.instagram .instabutton div .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .vertical span {
  margin-top: 18px;
}

.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .vertical .btn-er .fa-chevron-down,
.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .vertical .instagram .instabutton div span .fa-chevron-down,
.instagram .instabutton div .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .vertical span .fa-chevron-down {
  float: right;
  line-height: 4rem;
}

.i-love-pet-visit-romagna-vierbeiner-willkommen .home-boxes {
  background-color: #f1354e;
}

.i-love-pet-visit-romagna-vierbeiner-willkommen .content-box a {
  font-weight: bold;
  color: #f1354e;
}

.i-love-pet-visit-romagna-vierbeiner-willkommen .content-box a strong {
  color: #f1354e;
}

.i-love-pet-visit-romagna-vierbeiner-willkommen .content-box .btn-er,
.i-love-pet-visit-romagna-vierbeiner-willkommen .content-box .instagram .instabutton div span,
.instagram .instabutton div .i-love-pet-visit-romagna-vierbeiner-willkommen .content-box span {
  background-color: #f1354e;
  color: white;
}

.i-love-pet-visit-romagna-vierbeiner-willkommen .content-box h3.with-line {
  font-size: 1.8rem;
  color: #030303;
  letter-spacing: -0.43px;
  text-transform: uppercase;
  margin-bottom: 2.1rem;
}

.i-love-pet-visit-romagna-vierbeiner-willkommen .content-box h3.with-line::before {
  content: "";
  display: block;
  height: 3px;
  background: #0e797b;
  width: 100%;
  max-width: 32rem;
  margin-left: 0;
  margin-right: 0;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.i-love-pet-visit-romagna-vierbeiner-willkommen *:focus {
  outline: 1px solid #f1354e;
  outline-offset: -1px;
}

.i-love-pet-visit-romagna-vierbeiner-willkommen .bootstrap-select .dropdown-toggle:focus {
  outline: 1px solid #f1354e;
  outline-offset: -1px;
}

.i-love-pet-visit-romagna-vierbeiner-willkommen a:hover {
  outline: 1px solid #f46578;
}

.i-love-pet-visit-romagna-vierbeiner-willkommen a:active {
  outline: 1px solid #f1354e;
}

.i-love-pet-visit-romagna-vierbeiner-willkommen .events-list {
  font-size: 1.4rem;
}

.i-love-pet-visit-romagna-vierbeiner-willkommen .section-list {
  display: block;
  text-align: right;
}

.i-love-pet-visit-romagna-vierbeiner-willkommen .section-list a {
  font-size: 2rem;
  color: #f1354e;
}

.i-love-pet-visit-romagna-vierbeiner-willkommen .events-list dt,
.i-love-pet-visit-romagna-vierbeiner-willkommen .section-list dt,
.i-love-pet-visit-romagna-vierbeiner-willkommen .iat-list dt {
  text-transform: uppercase;
  font-size: 1.5rem;
  line-height: 1.5;
  color: #111;
  letter-spacing: -0.38px;
  font-weight: 600;
  margin-top: 1.4rem;
}

.i-love-pet-visit-romagna-vierbeiner-willkommen .events-list dd,
.i-love-pet-visit-romagna-vierbeiner-willkommen .section-list dd,
.i-love-pet-visit-romagna-vierbeiner-willkommen .iat-list dd {
  font-size: 1.6rem;
  margin-bottom: 0.6rem;
  line-height: 1.5;
  color: #030303;
}

.i-love-pet-visit-romagna-vierbeiner-willkommen .events-list dd i,
.i-love-pet-visit-romagna-vierbeiner-willkommen .section-list dd i,
.i-love-pet-visit-romagna-vierbeiner-willkommen .iat-list dd i {
  margin-right: 0.6rem;
}

.i-love-pet-visit-romagna-vierbeiner-willkommen .events-list ul,
.i-love-pet-visit-romagna-vierbeiner-willkommen .section-list ul,
.i-love-pet-visit-romagna-vierbeiner-willkommen .iat-list ul {
  list-style: none;
  padding-inline-start: 0;
}

.i-love-pet-visit-romagna-vierbeiner-willkommen .events-list ul li,
.i-love-pet-visit-romagna-vierbeiner-willkommen .section-list ul li,
.i-love-pet-visit-romagna-vierbeiner-willkommen .iat-list ul li {
  font-size: 1.5rem;
  color: #030303;
  margin-top: 0.6rem;
  line-height: 1.5;
}

.i-love-pet-visit-romagna-vierbeiner-willkommen .events-list ul.tappe-list,
.i-love-pet-visit-romagna-vierbeiner-willkommen .section-list ul.tappe-list,
.i-love-pet-visit-romagna-vierbeiner-willkommen .iat-list ul.tappe-list {
  list-style: none;
  padding-inline-start: 0;
}

.i-love-pet-visit-romagna-vierbeiner-willkommen .events-list ul.tappe-list li,
.i-love-pet-visit-romagna-vierbeiner-willkommen .section-list ul.tappe-list li,
.i-love-pet-visit-romagna-vierbeiner-willkommen .iat-list ul.tappe-list li {
  font-size: 1.6rem;
  line-height: 1.5;
  color: #030303;
}

.i-love-pet-visit-romagna-vierbeiner-willkommen .tickets-list {
  display: flex;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #111;
  letter-spacing: -0.38px;
  font-weight: 600;
  margin-top: 1.4rem;
}

.i-love-pet-visit-romagna-vierbeiner-willkommen .tickets-list i {
  margin-top: 0.6rem;
}

.i-love-pet-visit-romagna-vierbeiner-willkommen .tickets-list li {
  color: #030303;
  font-size: 1.6rem;
  margin-left: 1.2rem;
}

.i-love-pet-visit-romagna-vierbeiner-willkommen .tickets-list li i {
  margin-right: 0.6rem;
}

.i-love-pet-visit-romagna-vierbeiner-willkommen .address * {
  color: white;
}

.i-love-pet-visit-romagna-vierbeiner-willkommen .top-title-box {
  padding: 0rem;
  text-align: center;
}

.i-love-pet-visit-romagna-vierbeiner-willkommen .top-title-box.no-image {
  padding-top: 10rem;
}

.i-love-pet-visit-romagna-vierbeiner-willkommen .top-title-box.no-image .er-logo-top {
  margin: 0 auto;
  display: block;
  margin-bottom: 10rem;
}

.i-love-pet-visit-romagna-vierbeiner-willkommen .top-title-box h1 {
  font-size: 3rem;
  color: #f1354e;
  letter-spacing: -1.01px;
  line-height: 4rem;
  margin: 2rem 0;
}

.i-love-pet-visit-romagna-vierbeiner-willkommen .top-title-box h2 {
  font-size: 2rem;
  line-height: 1.5;
  color: #000;
  letter-spacing: -0.58px;
}

.i-love-pet-visit-romagna-vierbeiner-willkommen .top-title-box .breadcrumb {
  opacity: 0.6;
  font-size: 1.5rem;
  letter-spacing: -0.38px;
  padding: 0;
  margin: 0;
  color: #f1354e;
  background-color: #fff;
}

.i-love-pet-visit-romagna-vierbeiner-willkommen .top-title-box .breadcrumb .breadcrumb-item::before,
.i-love-pet-visit-romagna-vierbeiner-willkommen .top-title-box .breadcrumb a {
  color: #f1354e;
}

@media (min-width: 992px) {
  .i-love-pet-visit-romagna-vierbeiner-willkommen .top-title-box h1 {
    line-height: 7rem;
    font-size: 7rem;
    margin-top: 3rem;
  }

  .i-love-pet-visit-romagna-vierbeiner-willkommen .top-title-box h2 {
    font-size: 2rem;
    line-height: 1.5rem;
  }

  .i-love-pet-visit-romagna-vierbeiner-willkommen .top-title-box .breadcrumb {
    font-size: 1.9rem;
  }
}

.i-love-pet-visit-romagna-vierbeiner-willkommen .image-box-with-border {
  margin: 2rem 0;
  border-top: 64px solid #f1354e;
}

.i-love-pet-visit-romagna-vierbeiner-willkommen .image-box-with-border img {
  -o-object-fit: cover;
     object-fit: cover;
}

.i-love-pet-visit-romagna-vierbeiner-willkommen .top-image {
  transition: background-image 1s ease-in-out;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 20px;
}

.i-love-pet-visit-romagna-vierbeiner-willkommen .top-image .logo {
  position: absolute;
  width: 30rem;
  bottom: 20px;
  left: 50%;
  margin-left: -15rem;
}

.i-love-pet-visit-romagna-vierbeiner-willkommen .top-image.no-mask {
  height: 600px;
}

.i-love-pet-visit-romagna-vierbeiner-willkommen .top-image .mask {
  z-index: 997;
  position: relative;
  width: 100%;
}

@media (min-width: 992px) {
  .i-love-pet-visit-romagna-vierbeiner-willkommen .top-image:after {
    position: absolute;
    content: "";
    left: 0px;
    bottom: -20px;
    width: 100%;
    height: 20px;
    transform: rotate(-180deg);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(255, 255, 255, 0.12) 12%, #e6e6e6);
  }
}

.i-love-pet-visit-romagna-vierbeiner-willkommen .info-box {
  position: relative;
  z-index: 0;
  border-right: 1px solid #e6e6e6;
  border-left: 7px solid #f1354e;
  background-color: white;
  padding: 0.1rem 1.5rem;
}

.i-love-pet-visit-romagna-vierbeiner-willkommen .info-box h3 {
  font-weight: bold;
  font-size: 1.9rem;
}

.i-love-pet-visit-romagna-vierbeiner-willkommen .info-box .referente {
  font-size: 1.7rem;
  line-height: 1.8rem;
  color: #000;
  letter-spacing: -0.41px;
}

@media (min-width: 768px) {
  .i-love-pet-visit-romagna-vierbeiner-willkommen .info-box {
    position: sticky;
    position: -webkit-sticky;
    top: 68px;
  }
}

.i-love-pet-visit-romagna-vierbeiner-willkommen .info-box:after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: -8px;
  height: 8px;
  left: 0px;
  z-index: -1;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.01) 30%, rgba(0, 0, 0, 0.03) 50%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0.08) 90%, rgba(0, 0, 0, 0.09) 96%, rgba(0, 0, 0, 0.1) 100%);
}

.i-love-pet-visit-romagna-vierbeiner-willkommen .info-box:after {
  width: calc(100% + 8px);
  left: -7px;
}

@media (max-width: 991.98px) {
  .i-love-pet-visit-romagna-vierbeiner-willkommen .info-box {
    width: auto;
    max-width: 60%;
    min-width: 300px;
    margin: 20px auto;
    display: block;
  }
}

@media (min-width: 992px) {
  .i-love-pet-visit-romagna-vierbeiner-willkommen .info-box {
    margin-top: 2.2rem;
  }
}

.i-love-pet-visit-romagna-vierbeiner-willkommen .info-box li {
  padding: 1.1rem 0;
}

.i-love-pet-visit-romagna-vierbeiner-willkommen .info-box li .icon {
  font-size: 2.8rem;
  line-height: 3.3rem;
  margin-right: 1rem;
  float: left;
}

.i-love-pet-visit-romagna-vierbeiner-willkommen .info-box li .info .title {
  text-transform: uppercase;
  font-size: 1.2rem;
  line-height: 1.5rem;
  color: #787878;
  letter-spacing: -0.38px;
}

.i-love-pet-visit-romagna-vierbeiner-willkommen .info-box li .info .value {
  font-size: 1.7rem;
  line-height: 1.8rem;
  color: #000000;
  letter-spacing: -0.41px;
  display: table;
}

.i-love-pet-visit-romagna-vierbeiner-willkommen .info-box li .info .value a {
  word-break: break-all;
}

@media (max-width: 991.98px) {
  .i-love-pet-visit-romagna-vierbeiner-willkommen .info-box li.bookmarks {
    display: none;
  }
}

.i-love-pet-visit-romagna-vierbeiner-willkommen .info-box .title-index {
  text-transform: uppercase;
  font-size: 1.4rem;
  line-height: 3rem;
  letter-spacing: -0.38px;
}

.i-love-pet-visit-romagna-vierbeiner-willkommen .info-box .bookmarks {
  display: inline-block;
}

.i-love-pet-visit-romagna-vierbeiner-willkommen .info-box .bookmarks ul li {
  padding: 0.5rem 0;
  width: 100%;
}

.i-love-pet-visit-romagna-vierbeiner-willkommen .info-box .bookmarks ul li a {
  font-size: 1.4rem;
  line-height: 1.5rem;
  color: #000000;
  letter-spacing: -0.41px;
}

.i-love-pet-visit-romagna-vierbeiner-willkommen .info-box .bookmarks ul li a.active {
  text-decoration: underline;
}

.i-love-pet-visit-romagna-vierbeiner-willkommen #bookmarks-index {
  margin-top: 8rem;
}

.i-love-pet-visit-romagna-vierbeiner-willkommen #bookmarks-index .info {
  padding: 2.1rem;
}

.i-love-pet-visit-romagna-vierbeiner-willkommen #bookmarks-index h4 {
  font-size: 1.8rem;
}

@media (min-width: 768px) {
  .i-love-pet-visit-romagna-vierbeiner-willkommen #bookmarks-index {
    display: none;
  }
}

.i-love-pet-visit-romagna-vierbeiner-willkommen blockquote:before {
  color: #f13a52;
}

.i-love-pet-visit-romagna-vierbeiner-willkommen .btn-er,
.i-love-pet-visit-romagna-vierbeiner-willkommen .instagram .instabutton div span,
.instagram .instabutton div .i-love-pet-visit-romagna-vierbeiner-willkommen span,
.i-love-pet-visit-romagna-vierbeiner-willkommen.btn {
  background: #f1354e;
}

.i-love-pet-visit-romagna-vierbeiner-willkommen hr {
  height: 3px;
  background: #f1354e;
  width: 100%;
  max-width: 32rem;
  margin-left: 0;
  margin-right: 0;
  margin-top: 1rem;
  margin-bottom: 2rem;
}

.i-love-pet-visit-romagna-vierbeiner-willkommen .section h2 {
  margin-top: 4.5rem;
  margin-bottom: 4.5rem;
  font-size: 4.42rem;
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.18;
  letter-spacing: -1.07px;
  text-align: center;
  color: black;
  /*text-decoration: underline;*/
}

.i-love-pet-visit-romagna-vierbeiner-willkommen .section h2 a {
  color: black;
}

.i-love-pet-visit-romagna-vierbeiner-willkommen .section h3 {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
  font-size: 3.42rem;
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.18;
  letter-spacing: -1.07px;
  text-align: center;
  color: black;
  text-transform: uppercase;
  /*text-decoration: underline;*/
}

.i-love-pet-visit-romagna-vierbeiner-willkommen .section h3 a {
  color: black;
}

.i-love-pet-visit-romagna-vierbeiner-willkommen .section .gallery {
  position: relative;
  padding-bottom: 33px;
}

.i-love-pet-visit-romagna-vierbeiner-willkommen .section .gallery .swiper-button-next,
.i-love-pet-visit-romagna-vierbeiner-willkommen .section .gallery .swiper-container-rtl .swiper-button-prev,
.i-love-pet-visit-romagna-vierbeiner-willkommen .section .gallery .swiper-button-prev,
.i-love-pet-visit-romagna-vierbeiner-willkommen .section .gallery .swiper-container-rtl .swiper-button-next {
  background-position: center;
  width: 7.2rem;
  bottom: 33px;
  height: auto;
  top: 0px;
  margin: 0px;
  left: auto;
}

.i-love-pet-visit-romagna-vierbeiner-willkommen .section .gallery .swiper-button-next svg,
.i-love-pet-visit-romagna-vierbeiner-willkommen .section .gallery .swiper-container-rtl .swiper-button-prev svg,
.i-love-pet-visit-romagna-vierbeiner-willkommen .section .gallery .swiper-button-prev svg,
.i-love-pet-visit-romagna-vierbeiner-willkommen .section .gallery .swiper-container-rtl .swiper-button-next svg {
  top: 50%;
  left: 2.1rem;
  position: absolute;
  width: 3rem;
  height: 3rem;
  margin-top: -1.5rem;
  filter: drop-shadow(0px 3px 3px black);
}

.i-love-pet-visit-romagna-vierbeiner-willkommen .section .gallery .swiper-button-next,
.i-love-pet-visit-romagna-vierbeiner-willkommen .section .gallery .swiper-button-prev,
.i-love-pet-visit-romagna-vierbeiner-willkommen .section .gallery .swiper-container-rtl .swiper-button-prev,
.i-love-pet-visit-romagna-vierbeiner-willkommen .section .gallery .swiper-container-rtl .swiper-button-next {
  fill: #fff;
}

.i-love-pet-visit-romagna-vierbeiner-willkommen .section .gallery .swiper-button-next,
.i-love-pet-visit-romagna-vierbeiner-willkommen .section .gallery .swiper-container-rtl .swiper-button-prev {
  right: 0px;
}

.i-love-pet-visit-romagna-vierbeiner-willkommen .section .gallery .swiper-button-prev,
.i-love-pet-visit-romagna-vierbeiner-willkommen .section .gallery .swiper-container-rtl .swiper-button-next {
  left: 0px;
}

.i-love-pet-visit-romagna-vierbeiner-willkommen .section .gallery .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #f1354e;
}

.i-love-pet-visit-romagna-vierbeiner-willkommen .section .gallery .swiper-pagination-bullet {
  border: 1px solid #f1354e;
}

.i-love-pet-visit-romagna-vierbeiner-willkommen .section .gallery .swiper-pagination-bullets {
  bottom: 2px;
}

.i-love-pet-visit-romagna-vierbeiner-willkommen .section .gallery .swiper-slide .carousel-content {
  background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.07) 8%, rgba(0, 0, 0, 0.45) 68%);
  position: absolute;
  left: 0rem;
  bottom: 0rem;
  right: 0rem;
  width: auto;
  padding: 10rem 2rem 2rem 2rem;
  font-size: 2.6rem;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.63px;
  text-align: center;
  color: #ffffff;
}

.i-love-pet-visit-romagna-vierbeiner-willkommen .section .gallery .swiper-slide .carousel-content a {
  color: #ffffff !important;
}

.i-love-pet-visit-romagna-vierbeiner-willkommen .section .card-carousel .nodefault.swiper-button-prev::after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .section .card-carousel .nodefault.swiper-button-prev::before,
.i-love-pet-visit-romagna-vierbeiner-willkommen .section .card-carousel .nodefault.swiper-button-next::after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .section .card-carousel .nodefault.swiper-button-next::before {
  content: unset;
}

.i-love-pet-visit-romagna-vierbeiner-willkommen .section .card-carousel .swiper-slide {
  height: auto;
  margin-bottom: 5rem;
}

.i-love-pet-visit-romagna-vierbeiner-willkommen .section .card-carousel .swiper-slide .iv-wrapper,
.i-love-pet-visit-romagna-vierbeiner-willkommen .section .card-carousel .swiper-slide a .iv-wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

.i-love-pet-visit-romagna-vierbeiner-willkommen .section .card-carousel .swiper-slide .iv-wrapper > div,
.i-love-pet-visit-romagna-vierbeiner-willkommen .section .card-carousel .swiper-slide a .iv-wrapper > div {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: start;
}

.i-love-pet-visit-romagna-vierbeiner-willkommen .section .card-carousel .swiper-slide .iv-wrapper .image,
.i-love-pet-visit-romagna-vierbeiner-willkommen .section .card-carousel .swiper-slide a .iv-wrapper .image {
  min-height: 23rem;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.i-love-pet-visit-romagna-vierbeiner-willkommen .section .card-carousel .swiper-slide .iv-wrapper .content,
.i-love-pet-visit-romagna-vierbeiner-willkommen .section .card-carousel .swiper-slide a .iv-wrapper .content {
  background: #ffffff;
  border: 0 solid #000000;
  position: relative;
  padding: 2rem 2.1rem 4rem;
  position: relative;
  z-index: 0;
}

.i-love-pet-visit-romagna-vierbeiner-willkommen .section .card-carousel .swiper-slide .iv-wrapper .content:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .section .card-carousel .swiper-slide a .iv-wrapper .content:after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: -4px;
  height: 4px;
  left: 0px;
  z-index: -1;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.01) 30%, rgba(0, 0, 0, 0.03) 50%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0.08) 90%, rgba(0, 0, 0, 0.09) 96%, rgba(0, 0, 0, 0.1) 100%);
}

.i-love-pet-visit-romagna-vierbeiner-willkommen .section .card-carousel .swiper-slide .iv-wrapper .content h3,
.i-love-pet-visit-romagna-vierbeiner-willkommen .section .card-carousel .swiper-slide a .iv-wrapper .content h3 {
  font-size: 2rem;
  color: #030303;
  letter-spacing: -0.48px;
  text-align: left;
}

.i-love-pet-visit-romagna-vierbeiner-willkommen .section .card-carousel .swiper-slide .iv-wrapper .content p,
.i-love-pet-visit-romagna-vierbeiner-willkommen .section .card-carousel .swiper-slide .iv-wrapper .content p a,
.i-love-pet-visit-romagna-vierbeiner-willkommen .section .card-carousel .swiper-slide .iv-wrapper .content a p,
.i-love-pet-visit-romagna-vierbeiner-willkommen .section .card-carousel .swiper-slide a .iv-wrapper .content p,
.i-love-pet-visit-romagna-vierbeiner-willkommen .section .card-carousel .swiper-slide a .iv-wrapper .content p a,
.i-love-pet-visit-romagna-vierbeiner-willkommen .section .card-carousel .swiper-slide a .iv-wrapper .content a p {
  font-size: 1.5rem;
  color: #030303;
  letter-spacing: -0.38px;
  margin-bottom: 0px;
}

.i-love-pet-visit-romagna-vierbeiner-willkommen .section .card-carousel .swiper-slide .iv-wrapper .content p .readmore,
.i-love-pet-visit-romagna-vierbeiner-willkommen .section .card-carousel .swiper-slide .iv-wrapper .content p a .readmore,
.i-love-pet-visit-romagna-vierbeiner-willkommen .section .card-carousel .swiper-slide .iv-wrapper .content a p .readmore,
.i-love-pet-visit-romagna-vierbeiner-willkommen .section .card-carousel .swiper-slide a .iv-wrapper .content p .readmore,
.i-love-pet-visit-romagna-vierbeiner-willkommen .section .card-carousel .swiper-slide a .iv-wrapper .content p a .readmore,
.i-love-pet-visit-romagna-vierbeiner-willkommen .section .card-carousel .swiper-slide a .iv-wrapper .content a p .readmore {
  font-style: italic;
  color: #e3102c;
  display: block;
  margin-top: 1rem;
}

.i-love-pet-visit-romagna-vierbeiner-willkommen .section .card-carousel .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border: 1px solid #f1354e;
  background: none;
  opacity: 1;
}

.i-love-pet-visit-romagna-vierbeiner-willkommen .section .card-carousel .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #f1354e;
}

.i-love-pet-visit-romagna-vierbeiner-willkommen .section .card-carousel .swiper-button-next,
.i-love-pet-visit-romagna-vierbeiner-willkommen .section .card-carousel .swiper-container-rtl .swiper-button-prev,
.i-love-pet-visit-romagna-vierbeiner-willkommen .section .card-carousel .swiper-button-prev,
.i-love-pet-visit-romagna-vierbeiner-willkommen .section .card-carousel .swiper-container-rtl .swiper-button-next {
  background-image: none;
  width: 4rem;
  height: 23rem;
  top: 0px;
  margin: 0px;
  left: auto;
}

.i-love-pet-visit-romagna-vierbeiner-willkommen .section .card-carousel .swiper-button-next svg,
.i-love-pet-visit-romagna-vierbeiner-willkommen .section .card-carousel .swiper-container-rtl .swiper-button-prev svg,
.i-love-pet-visit-romagna-vierbeiner-willkommen .section .card-carousel .swiper-button-prev svg,
.i-love-pet-visit-romagna-vierbeiner-willkommen .section .card-carousel .swiper-container-rtl .swiper-button-next svg {
  top: 50%;
  left: 50%;
  position: absolute;
  width: 3rem;
  height: 3rem;
  margin-top: -1.5rem;
  margin-left: -1.5rem;
  filter: drop-shadow(0px 3px 3px black);
}

.i-love-pet-visit-romagna-vierbeiner-willkommen .section .card-carousel .swiper-button-next,
.i-love-pet-visit-romagna-vierbeiner-willkommen .section .card-carousel .swiper-button-prev,
.i-love-pet-visit-romagna-vierbeiner-willkommen .section .card-carousel .swiper-container-rtl .swiper-button-prev,
.i-love-pet-visit-romagna-vierbeiner-willkommen .section .card-carousel .swiper-container-rtl .swiper-button-next {
  fill: #fff;
}

.i-love-pet-visit-romagna-vierbeiner-willkommen .section .card-carousel .swiper-button-next,
.i-love-pet-visit-romagna-vierbeiner-willkommen .section .card-carousel .swiper-container-rtl .swiper-button-prev {
  right: 0px;
}

.i-love-pet-visit-romagna-vierbeiner-willkommen .section .card-carousel .swiper-button-prev,
.i-love-pet-visit-romagna-vierbeiner-willkommen .section .card-carousel .swiper-container-rtl .swiper-button-next {
  left: 0px;
}

.i-love-pet-visit-romagna-vierbeiner-willkommen .section .sassibox-item,
.i-love-pet-visit-romagna-vierbeiner-willkommen .section a .sassibox-item {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 5rem;
}

.i-love-pet-visit-romagna-vierbeiner-willkommen .section .sassibox-item > div,
.i-love-pet-visit-romagna-vierbeiner-willkommen .section a .sassibox-item > div {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.i-love-pet-visit-romagna-vierbeiner-willkommen .section .sassibox-item .image,
.i-love-pet-visit-romagna-vierbeiner-willkommen .section a .sassibox-item .image {
  min-height: 23rem;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.i-love-pet-visit-romagna-vierbeiner-willkommen .section .sassibox-item .content,
.i-love-pet-visit-romagna-vierbeiner-willkommen .section a .sassibox-item .content {
  background: #ffffff;
  border: 0 solid #000000;
  position: relative;
  padding: 1rem 0;
  position: relative;
  z-index: 0;
}

.i-love-pet-visit-romagna-vierbeiner-willkommen .section .sassibox-item .content:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .section a .sassibox-item .content:after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: -4px;
  height: 4px;
  left: 0px;
  z-index: -1;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.01) 30%, rgba(0, 0, 0, 0.03) 50%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0.08) 90%, rgba(0, 0, 0, 0.09) 96%, rgba(0, 0, 0, 0.1) 100%);
}

.i-love-pet-visit-romagna-vierbeiner-willkommen .section .sassibox-item .content h4,
.i-love-pet-visit-romagna-vierbeiner-willkommen .section a .sassibox-item .content h4 {
  font-size: 2rem;
  color: #030303;
  letter-spacing: -0.48px;
  text-align: left;
}

.i-love-pet-visit-romagna-vierbeiner-willkommen .section .sassibox-item .content p,
.i-love-pet-visit-romagna-vierbeiner-willkommen .section .sassibox-item .content span,
.i-love-pet-visit-romagna-vierbeiner-willkommen .section .sassibox-item .content a span,
.i-love-pet-visit-romagna-vierbeiner-willkommen .section .sassibox-item .content span a,
.i-love-pet-visit-romagna-vierbeiner-willkommen .section .sassibox-item .content p a,
.i-love-pet-visit-romagna-vierbeiner-willkommen .section .sassibox-item .content a p,
.i-love-pet-visit-romagna-vierbeiner-willkommen .section a .sassibox-item .content p,
.i-love-pet-visit-romagna-vierbeiner-willkommen .section a .sassibox-item .content span,
.i-love-pet-visit-romagna-vierbeiner-willkommen .section a .sassibox-item .content a span,
.i-love-pet-visit-romagna-vierbeiner-willkommen .section a .sassibox-item .content span a,
.i-love-pet-visit-romagna-vierbeiner-willkommen .section a .sassibox-item .content p a,
.i-love-pet-visit-romagna-vierbeiner-willkommen .section a .sassibox-item .content a p {
  font-size: 1.5rem;
  color: #030303;
  letter-spacing: -0.38px;
}

.i-love-pet-visit-romagna-vierbeiner-willkommen .section .sassibox-item .content .action,
.i-love-pet-visit-romagna-vierbeiner-willkommen .section a .sassibox-item .content .action {
  margin: 10px 0;
}

.i-love-pet-visit-romagna-vierbeiner-willkommen .section .sassibox-item .content .action button,
.i-love-pet-visit-romagna-vierbeiner-willkommen .section a .sassibox-item .content .action button {
  font-family: "Open Sans", sans-serif !important;
}

.i-love-pet-visit-romagna-vierbeiner-willkommen .section .sassibox-item .content .readmore,
.i-love-pet-visit-romagna-vierbeiner-willkommen .section a .sassibox-item .content .readmore {
  border: 1px solid transparent;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  padding: 6px 12px;
  text-align: center;
  vertical-align: middle;
  width: -moz-fit-content;
  width: fit-content;
  text-transform: uppercase;
  background-color: #f1354e;
}

.content-box {
  padding-top: 2.2rem;
}

.content-box h2 {
  font-size: 3rem;
  margin: 2rem 0;
  font-weight: bold;
}

.content-box h3 {
  font-size: 2.5rem;
  margin: 1rem 0;
  font-weight: bold;
}

.content-box h4 {
  font-size: 2rem;
  margin: 1rem 0;
  font-weight: bold;
}

.content-box h5 {
  font-size: 1.9rem;
  margin: 1rem 0;
  font-weight: bold;
}

.content-box strong {
  color: #444;
}

.content-box iframe {
  width: 100% !important;
  max-width: 100%;
}

.content-box .tickets-list {
  font-size: 1.4rem;
}

.content-box p {
  font-size: 1.8rem;
  color: #030303;
  letter-spacing: -0.41px;
  line-height: 2.5rem;
  padding: 0;
}

.content-box ul,
.content-box li,
.content-box span {
  font-size: 1.6rem;
  color: #030303;
  letter-spacing: -0.41px;
  line-height: 2.5rem;
}

.content-box blockquote {
  font-size: 2rem;
  color: #000000;
  letter-spacing: -0.48px;
  text-align: center;
  position: relative;
  padding: 5.2rem 0;
}

.content-box blockquote:before {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\E900";
  display: block;
  width: 72px;
  font-size: 51px;
  position: absolute;
  right: 2.2rem;
  top: 0px;
}

.content-box img {
  max-width: 100%;
  width: 100%;
}

.content-box .header h4 {
  font-size: 1.8rem;
  color: #030303;
  letter-spacing: -0.43px;
  text-transform: uppercase;
  margin-bottom: 2.1rem;
}

.content-box .gallery {
  color: white;
}

.content-box .gallery .cc {
  width: 30px;
  height: 30px;
  top: 1rem;
  right: 1rem;
  font-weight: 400;
  border: 1px solid white;
  font-size: 10px;
  line-height: 28px;
}

.content-box .gallery .swiper-button-next,
.content-box .gallery .swiper-container-rtl .swiper-button-prev {
  opacity: 0.6;
  transition: opacity 200ms ease;
}

.content-box .gallery .swiper-button-prev,
.content-box .gallery .swiper-container-rtl .swiper-button-next {
  opacity: 0.6;
  transition: opacity 200ms ease;
}

.content-box .gallery:hover .swiper-button-next,
.content-box .gallery:hover .swiper-button-prev {
  opacity: 1;
}

.content-box .gallery:hover .swiper-button-prev.swiper-button-disabled,
.content-box .gallery:hover .swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
}

.content-box .gallery .carousel-content {
  padding-bottom: 4rem !important;
}

.content-box .gallery .carousel-content .caption {
  font-size: 1.4rem !important;
  line-height: 1.8rem !important;
  color: #fff !important;
}

.content-box .gallery .carousel-content a {
  color: #fff !important;
}

.content-box .gallery .swiper-pagination * {
  font-size: 1.4rem;
  line-height: 1.8rem;
  color: white !important;
}

.content-box#more-info .iat,
.content-box#more-info-2 .iat {
  padding: 0.4rem 0;
}

.content-box#more-info .redazione,
.content-box#more-info a,
.content-box#more-info-2 .redazione,
.content-box#more-info-2 a {
  font-size: 1.6rem;
  line-height: 2rem;
  color: #c82c2e;
  letter-spacing: -0.41px;
}

.content-box#more-info h4,
.content-box#more-info-2 h4 {
  font-size: 1.8rem;
  color: #030303;
  letter-spacing: -0.43px;
  text-transform: uppercase;
  margin-bottom: 2.1rem;
  margin-top: 2.1rem;
}

.content-box#more-info .minimap span,
.content-box#more-info-2 .minimap span {
  font-size: unset;
  line-height: unset;
}

.content-box#more-info .minimap a,
.content-box#more-info-2 .minimap a {
  font-size: unset;
  line-height: unset;
  font-style: normal;
  outline: none;
}

.content-box#more-info span,
.content-box#more-info-2 span {
  font-size: 1.6rem;
  line-height: 1.5;
  color: #030303;
}

.content-box#more-info span[itemprop=location],
.content-box#more-info span[itemprop=title],
.content-box#more-info-2 span[itemprop=location],
.content-box#more-info-2 span[itemprop=title] {
  font-weight: 600;
}

.content-box#more-info span[itemprop=streetAddress],
.content-box#more-info span[itemprop=telephone],
.content-box#more-info span[itemprop=faxNumber],
.content-box#more-info span[itemprop=mail],
.content-box#more-info span[itemprop=email],
.content-box#more-info span[itemprop=whatsapp],
.content-box#more-info a[itemprop=url],
.content-box#more-info-2 span[itemprop=streetAddress],
.content-box#more-info-2 span[itemprop=telephone],
.content-box#more-info-2 span[itemprop=faxNumber],
.content-box#more-info-2 span[itemprop=mail],
.content-box#more-info-2 span[itemprop=email],
.content-box#more-info-2 span[itemprop=whatsapp],
.content-box#more-info-2 a[itemprop=url] {
  display: block;
  margin-top: 0.6rem;
}

.content-box#more-info span[itemprop=streetAddress] i,
.content-box#more-info span[itemprop=telephone] i,
.content-box#more-info span[itemprop=faxNumber] i,
.content-box#more-info span[itemprop=mail] i,
.content-box#more-info span[itemprop=email] i,
.content-box#more-info span[itemprop=whatsapp] i,
.content-box#more-info a[itemprop=url] i,
.content-box#more-info-2 span[itemprop=streetAddress] i,
.content-box#more-info-2 span[itemprop=telephone] i,
.content-box#more-info-2 span[itemprop=faxNumber] i,
.content-box#more-info-2 span[itemprop=mail] i,
.content-box#more-info-2 span[itemprop=email] i,
.content-box#more-info-2 span[itemprop=whatsapp] i,
.content-box#more-info-2 a[itemprop=url] i {
  margin-right: 0.6rem;
}

.content-box#more-info span[itemprop=streetAddress],
.content-box#more-info-2 span[itemprop=streetAddress] {
  margin-bottom: 0.8em;
}

.content-box#more-info span,
.content-box#more-info-2 span {
  font-size: 1.6rem;
  line-height: 1.5;
  color: #030303;
}

.popover-header {
  font-size: 1.4rem;
}

.popover {
  font-size: 1.2rem;
}

.cc {
  color: white !important;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 2rem;
  bottom: 2rem;
  font-weight: 400;
  border: 2px solid white;
  border-radius: 50%;
  font-size: 1.4rem;
  background-color: #000000a3;
  display: block;
  line-height: 37px;
  text-align: center;
  padding: 0;
  margin: 0;
  cursor: pointer;
}

.cc svg {
  width: 100%;
  height: auto;
}

.cc:hover {
  color: #ffffff;
  font-weight: 900;
}

.minimap {
  width: 100%;
  margin-bottom: 6rem;
  margin-top: 0rem;
}

.minimap .header {
  padding-bottom: 2.2rem;
}

.minimap .header h4 {
  font-size: 1.8rem;
  color: #030303;
  letter-spacing: -0.43px;
  text-transform: uppercase;
}

.minimap #map {
  height: 600px;
  width: 100%;
}

@keyframes blink {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }
}

.expired .saving span {
  animation-name: blink;
  animation-duration: 1.4s;
  animation-iteration-count: infinite;
  animation-fill-mode: both;
}

.expired .saving span:nth-child(2) {
  /**
  * Starts the animation of the third dot
  * with a delay of .2s, otherwise all dots
  * would animate at the same time
  */
  animation-delay: 0.2s;
}

.expired .saving span:nth-child(3) {
  /**
  * Starts the animation of the third dot
  * with a delay of .4s, otherwise all dots
  * would animate at the same time
  */
  animation-delay: 0.4s;
}

.expired .modal-content {
  padding: 4rem;
  font-size: 3rem;
  text-align: center;
}

.expired .modal-content .close {
  position: absolute;
  font-size: 4rem;
  color: black;
  opacity: 1;
  right: 2rem;
  top: 2rem;
}

.expired .btn {
  background: rgba(0, 0, 0, 0.3);
  border: 2px solid #ffffff;
  box-shadow: -1px 0 3px 0 rgba(0, 0, 0, 0.35);
  font-size: 1.6rem;
  color: #ffffff;
  letter-spacing: -0.41px;
  text-align: center;
  text-transform: uppercase;
  line-height: 4.2rem;
  min-width: 18.5rem;
}

.text-small {
  font-size: 1.2rem !important;
}

.cover-video .video-background {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}

.cover-video .video-foreground iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.romagna_autentica .content-box {
  h2-font-size: 5rem;
  h2-margin: 0;
  h2-font-weight: normal;
  h2-margin-top: -3rem;
  h2-margin-bottom: 2rem;
}

.romagna_autentica .box .content .scrim {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  background-color: #00000066;
  background-image: none;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.archive .pagination {
  float: right;
}

.archive .pagination a,
.archive .pagination span {
  background-color: transparent;
}

.archive .pagination .page-item .page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.5rem;
  margin-left: -1px;
  line-height: 1.25;
  border: none;
  font-size: 1.95rem;
  color: #c82c2e;
  letter-spacing: -0.5px;
}

.archive .pagination .page-item .page-link.separator {
  margin-top: -4px;
}

.archive .pagination .page-item .page-link.dash:after {
  content: "-";
  position: relative;
  display: inline-block;
  padding: 0;
  padding-left: 0.5rem;
  line-height: 1.25;
  border: none;
  font-size: 1.95rem;
  color: #c82c2e;
  letter-spacing: -0.5px;
}

.archive .pagination .page-item.active .page-link {
  background-color: transparent;
  color: #000;
}

.archive .pagination .page-item.disabled .page-link {
  background-color: transparent;
  color: #c82c2e;
}

.archive.page404 .container svg {
  width: 90%;
  margin: 8rem 5% 2rem 5%;
  margin-left: -16px;
}

.archive.page404 .subtitle {
  font-size: 24px;
  color: #463737;
  letter-spacing: -0.8px;
  text-align: center;
  margin-bottom: 4rem;
}

.archive.page404 .title {
  font-size: 36px;
  color: #000000;
  letter-spacing: -1.2px;
  text-align: center;
  line-height: 45px;
  margin-bottom: 2rem;
}

.archive.page404 .btn-er,
.archive.page404 .instagram .instabutton div span,
.instagram .instabutton div .archive.page404 span {
  padding: 1rem 3rem;
  margin: 2rem 2rem;
}

.itinerari .searchbox {
  padding: 2rem;
  margin-bottom: 2rem;
  background-color: #c05116;
  background-image: linear-gradient(-180deg, #bd5016 0%, #c05116 48%, #be5016 80%);
  font-size: 1.6rem;
}

.itinerari .searchbox.horizontal {
  padding: 1rem;
  background-color: #c05116;
  background-image: linear-gradient(-180deg, #bd5016 0%, #c05116 48%, #be5016 80%);
  font-size: 1.6rem;
}

.itinerari .searchbox.horizontal.collapsed {
  border-radius: 2px;
  box-shadow: -1px 0 3px 0 rgba(0, 0, 0, 0.25);
}

.itinerari .searchbox.horizontal .fa,
.itinerari .searchbox.horizontal .search .searchearchbox.vertical .bootstrap-select button:after,
.search .searchearchbox.vertical .bootstrap-select .itinerari .searchbox.horizontal button:after,
.itinerari .searchbox.horizontal .search .searchearchbox.horizontal .control .bootstrap-select button:after,
.search .searchearchbox.horizontal .control .bootstrap-select .itinerari .searchbox.horizontal button:after,
.itinerari .searchbox.horizontal .downloads .downloadsearchbox.vertical .bootstrap-select button:after,
.downloads .downloadsearchbox.vertical .bootstrap-select .itinerari .searchbox.horizontal button:after,
.itinerari .searchbox.horizontal .downloads .downloadsearchbox.horizontal .control .bootstrap-select button:after,
.downloads .downloadsearchbox.horizontal .control .bootstrap-select .itinerari .searchbox.horizontal button:after,
.itinerari .searchbox.horizontal .localita #searchbox-app .bootstrap-select button:after,
.localita #searchbox-app .bootstrap-select .itinerari .searchbox.horizontal button:after,
.itinerari .searchbox.horizontal .control .bootstrap-select button:after,
.itinerari .searchbox.horizontal .control .bootstrap-select button:after,
.itinerari .searchbox.horizontal .events-homepage .header .eventsearchbox.horizontal .control .bootstrap-select button:after,
.events-homepage .header .eventsearchbox.horizontal .control .bootstrap-select .itinerari .searchbox.horizontal button:after,
.itinerari .searchbox.horizontal .events-homepage .header .eventsearchbox.vertical .bootstrap-select button:after,
.events-homepage .header .eventsearchbox.vertical .bootstrap-select .itinerari .searchbox.horizontal button:after,
.itinerari .searchbox.horizontal .events-page .header .eventsearchbox.horizontal .control .bootstrap-select button:after,
.events-page .header .eventsearchbox.horizontal .control .bootstrap-select .itinerari .searchbox.horizontal button:after,
.itinerari .searchbox.horizontal .events-page .header .eventsearchbox.vertical .bootstrap-select button:after,
.events-page .header .eventsearchbox.vertical .bootstrap-select .itinerari .searchbox.horizontal button:after,
.itinerari .scopri .xp_search_box .searchbox.horizontal .control .bootstrap-select button:after,
.scopri .xp_search_box .itinerari .searchbox.horizontal .control .bootstrap-select button:after,
.itinerari .searchbox.horizontal .scopri .xp_search_box .vertical .bootstrap-select button:after,
.scopri .xp_search_box .vertical .bootstrap-select .itinerari .searchbox.horizontal button:after,
.itinerari .scopri .operatori_search_box .searchbox.horizontal .control .bootstrap-select button:after,
.scopri .operatori_search_box .itinerari .searchbox.horizontal .control .bootstrap-select button:after,
.itinerari .searchbox.horizontal .scopri .operatori_search_box .vertical .bootstrap-select button:after,
.scopri .operatori_search_box .vertical .bootstrap-select .itinerari .searchbox.horizontal button:after,
.itinerari .idee .xp_search_box .searchbox.horizontal .control .bootstrap-select button:after,
.idee .xp_search_box .itinerari .searchbox.horizontal .control .bootstrap-select button:after,
.itinerari .searchbox.horizontal .idee .xp_search_box .vertical .bootstrap-select button:after,
.idee .xp_search_box .vertical .bootstrap-select .itinerari .searchbox.horizontal button:after,
.itinerari .idee .operatori_search_box .searchbox.horizontal .control .bootstrap-select button:after,
.idee .operatori_search_box .itinerari .searchbox.horizontal .control .bootstrap-select button:after,
.itinerari .searchbox.horizontal .idee .operatori_search_box .vertical .bootstrap-select button:after,
.idee .operatori_search_box .vertical .bootstrap-select .itinerari .searchbox.horizontal button:after,
.itinerari .eventi .xp_search_box .searchbox.horizontal .control .bootstrap-select button:after,
.eventi .xp_search_box .itinerari .searchbox.horizontal .control .bootstrap-select button:after,
.itinerari .searchbox.horizontal .eventi .xp_search_box .vertical .bootstrap-select button:after,
.eventi .xp_search_box .vertical .bootstrap-select .itinerari .searchbox.horizontal button:after,
.itinerari .eventi .operatori_search_box .searchbox.horizontal .control .bootstrap-select button:after,
.eventi .operatori_search_box .itinerari .searchbox.horizontal .control .bootstrap-select button:after,
.itinerari .searchbox.horizontal .eventi .operatori_search_box .vertical .bootstrap-select button:after,
.eventi .operatori_search_box .vertical .bootstrap-select .itinerari .searchbox.horizontal button:after,
.itinerari .pianifica .xp_search_box .searchbox.horizontal .control .bootstrap-select button:after,
.pianifica .xp_search_box .itinerari .searchbox.horizontal .control .bootstrap-select button:after,
.itinerari .searchbox.horizontal .pianifica .xp_search_box .vertical .bootstrap-select button:after,
.pianifica .xp_search_box .vertical .bootstrap-select .itinerari .searchbox.horizontal button:after,
.itinerari .pianifica .operatori_search_box .searchbox.horizontal .control .bootstrap-select button:after,
.pianifica .operatori_search_box .itinerari .searchbox.horizontal .control .bootstrap-select button:after,
.itinerari .searchbox.horizontal .pianifica .operatori_search_box .vertical .bootstrap-select button:after,
.pianifica .operatori_search_box .vertical .bootstrap-select .itinerari .searchbox.horizontal button:after,
.itinerari .esperienze .xp_search_box .searchbox.horizontal .control .bootstrap-select button:after,
.esperienze .xp_search_box .itinerari .searchbox.horizontal .control .bootstrap-select button:after,
.itinerari .searchbox.horizontal .esperienze .xp_search_box .vertical .bootstrap-select button:after,
.esperienze .xp_search_box .vertical .bootstrap-select .itinerari .searchbox.horizontal button:after,
.itinerari .esperienze .operatori_search_box .searchbox.horizontal .control .bootstrap-select button:after,
.esperienze .operatori_search_box .itinerari .searchbox.horizontal .control .bootstrap-select button:after,
.itinerari .searchbox.horizontal .esperienze .operatori_search_box .vertical .bootstrap-select button:after,
.esperienze .operatori_search_box .vertical .bootstrap-select .itinerari .searchbox.horizontal button:after,
.itinerari .news .xp_search_box .searchbox.horizontal .control .bootstrap-select button:after,
.news .xp_search_box .itinerari .searchbox.horizontal .control .bootstrap-select button:after,
.itinerari .searchbox.horizontal .news .xp_search_box .vertical .bootstrap-select button:after,
.news .xp_search_box .vertical .bootstrap-select .itinerari .searchbox.horizontal button:after,
.itinerari .news .operatori_search_box .searchbox.horizontal .control .bootstrap-select button:after,
.news .operatori_search_box .itinerari .searchbox.horizontal .control .bootstrap-select button:after,
.itinerari .searchbox.horizontal .news .operatori_search_box .vertical .bootstrap-select button:after,
.news .operatori_search_box .vertical .bootstrap-select .itinerari .searchbox.horizontal button:after,
.itinerari .iat .xp_search_box .searchbox.horizontal .control .bootstrap-select button:after,
.iat .xp_search_box .itinerari .searchbox.horizontal .control .bootstrap-select button:after,
.itinerari .searchbox.horizontal .iat .xp_search_box .vertical .bootstrap-select button:after,
.iat .xp_search_box .vertical .bootstrap-select .itinerari .searchbox.horizontal button:after,
.itinerari .iat .operatori_search_box .searchbox.horizontal .control .bootstrap-select button:after,
.iat .operatori_search_box .itinerari .searchbox.horizontal .control .bootstrap-select button:after,
.itinerari .searchbox.horizontal .iat .operatori_search_box .vertical .bootstrap-select button:after,
.iat .operatori_search_box .vertical .bootstrap-select .itinerari .searchbox.horizontal button:after,
.itinerari .meteo .xp_search_box .searchbox.horizontal .control .bootstrap-select button:after,
.meteo .xp_search_box .itinerari .searchbox.horizontal .control .bootstrap-select button:after,
.itinerari .searchbox.horizontal .meteo .xp_search_box .vertical .bootstrap-select button:after,
.meteo .xp_search_box .vertical .bootstrap-select .itinerari .searchbox.horizontal button:after,
.itinerari .meteo .operatori_search_box .searchbox.horizontal .control .bootstrap-select button:after,
.meteo .operatori_search_box .itinerari .searchbox.horizontal .control .bootstrap-select button:after,
.itinerari .searchbox.horizontal .meteo .operatori_search_box .vertical .bootstrap-select button:after,
.meteo .operatori_search_box .vertical .bootstrap-select .itinerari .searchbox.horizontal button:after,
.itinerari .odm .xp_search_box .searchbox.horizontal .control .bootstrap-select button:after,
.odm .xp_search_box .itinerari .searchbox.horizontal .control .bootstrap-select button:after,
.itinerari .searchbox.horizontal .odm .xp_search_box .vertical .bootstrap-select button:after,
.odm .xp_search_box .vertical .bootstrap-select .itinerari .searchbox.horizontal button:after,
.itinerari .odm .operatori_search_box .searchbox.horizontal .control .bootstrap-select button:after,
.odm .operatori_search_box .itinerari .searchbox.horizontal .control .bootstrap-select button:after,
.itinerari .searchbox.horizontal .odm .operatori_search_box .vertical .bootstrap-select button:after,
.odm .operatori_search_box .vertical .bootstrap-select .itinerari .searchbox.horizontal button:after,
.itinerari .booking .xp_search_box .searchbox.horizontal .control .bootstrap-select button:after,
.booking .xp_search_box .itinerari .searchbox.horizontal .control .bootstrap-select button:after,
.itinerari .searchbox.horizontal .booking .xp_search_box .vertical .bootstrap-select button:after,
.booking .xp_search_box .vertical .bootstrap-select .itinerari .searchbox.horizontal button:after,
.itinerari .booking .operatori_search_box .searchbox.horizontal .control .bootstrap-select button:after,
.booking .operatori_search_box .itinerari .searchbox.horizontal .control .bootstrap-select button:after,
.itinerari .searchbox.horizontal .booking .operatori_search_box .vertical .bootstrap-select button:after,
.booking .operatori_search_box .vertical .bootstrap-select .itinerari .searchbox.horizontal button:after,
.itinerari .rock .xp_search_box .searchbox.horizontal .control .bootstrap-select button:after,
.rock .xp_search_box .itinerari .searchbox.horizontal .control .bootstrap-select button:after,
.itinerari .searchbox.horizontal .rock .xp_search_box .vertical .bootstrap-select button:after,
.rock .xp_search_box .vertical .bootstrap-select .itinerari .searchbox.horizontal button:after,
.itinerari .rock .operatori_search_box .searchbox.horizontal .control .bootstrap-select button:after,
.rock .operatori_search_box .itinerari .searchbox.horizontal .control .bootstrap-select button:after,
.itinerari .searchbox.horizontal .rock .operatori_search_box .vertical .bootstrap-select button:after,
.rock .operatori_search_box .vertical .bootstrap-select .itinerari .searchbox.horizontal button:after,
.itinerari .beach .xp_search_box .searchbox.horizontal .control .bootstrap-select button:after,
.beach .xp_search_box .itinerari .searchbox.horizontal .control .bootstrap-select button:after,
.itinerari .searchbox.horizontal .beach .xp_search_box .vertical .bootstrap-select button:after,
.beach .xp_search_box .vertical .bootstrap-select .itinerari .searchbox.horizontal button:after,
.itinerari .beach .operatori_search_box .searchbox.horizontal .control .bootstrap-select button:after,
.beach .operatori_search_box .itinerari .searchbox.horizontal .control .bootstrap-select button:after,
.itinerari .searchbox.horizontal .beach .operatori_search_box .vertical .bootstrap-select button:after,
.beach .operatori_search_box .vertical .bootstrap-select .itinerari .searchbox.horizontal button:after,
.itinerari .food .xp_search_box .searchbox.horizontal .control .bootstrap-select button:after,
.food .xp_search_box .itinerari .searchbox.horizontal .control .bootstrap-select button:after,
.itinerari .searchbox.horizontal .food .xp_search_box .vertical .bootstrap-select button:after,
.food .xp_search_box .vertical .bootstrap-select .itinerari .searchbox.horizontal button:after,
.itinerari .food .operatori_search_box .searchbox.horizontal .control .bootstrap-select button:after,
.food .operatori_search_box .itinerari .searchbox.horizontal .control .bootstrap-select button:after,
.itinerari .searchbox.horizontal .food .operatori_search_box .vertical .bootstrap-select button:after,
.food .operatori_search_box .vertical .bootstrap-select .itinerari .searchbox.horizontal button:after,
.itinerari .nature .xp_search_box .searchbox.horizontal .control .bootstrap-select button:after,
.nature .xp_search_box .itinerari .searchbox.horizontal .control .bootstrap-select button:after,
.itinerari .searchbox.horizontal .nature .xp_search_box .vertical .bootstrap-select button:after,
.nature .xp_search_box .vertical .bootstrap-select .itinerari .searchbox.horizontal button:after,
.itinerari .nature .operatori_search_box .searchbox.horizontal .control .bootstrap-select button:after,
.nature .operatori_search_box .itinerari .searchbox.horizontal .control .bootstrap-select button:after,
.itinerari .searchbox.horizontal .nature .operatori_search_box .vertical .bootstrap-select button:after,
.nature .operatori_search_box .vertical .bootstrap-select .itinerari .searchbox.horizontal button:after,
.itinerari .romagna_autentica .xp_search_box .searchbox.horizontal .control .bootstrap-select button:after,
.romagna_autentica .xp_search_box .itinerari .searchbox.horizontal .control .bootstrap-select button:after,
.itinerari .searchbox.horizontal .romagna_autentica .xp_search_box .vertical .bootstrap-select button:after,
.romagna_autentica .xp_search_box .vertical .bootstrap-select .itinerari .searchbox.horizontal button:after,
.itinerari .romagna_autentica .operatori_search_box .searchbox.horizontal .control .bootstrap-select button:after,
.romagna_autentica .operatori_search_box .itinerari .searchbox.horizontal .control .bootstrap-select button:after,
.itinerari .searchbox.horizontal .romagna_autentica .operatori_search_box .vertical .bootstrap-select button:after,
.romagna_autentica .operatori_search_box .vertical .bootstrap-select .itinerari .searchbox.horizontal button:after,
.itinerari .culture .xp_search_box .searchbox.horizontal .control .bootstrap-select button:after,
.culture .xp_search_box .itinerari .searchbox.horizontal .control .bootstrap-select button:after,
.itinerari .searchbox.horizontal .culture .xp_search_box .vertical .bootstrap-select button:after,
.culture .xp_search_box .vertical .bootstrap-select .itinerari .searchbox.horizontal button:after,
.itinerari .culture .operatori_search_box .searchbox.horizontal .control .bootstrap-select button:after,
.culture .operatori_search_box .itinerari .searchbox.horizontal .control .bootstrap-select button:after,
.itinerari .searchbox.horizontal .culture .operatori_search_box .vertical .bootstrap-select button:after,
.culture .operatori_search_box .vertical .bootstrap-select .itinerari .searchbox.horizontal button:after,
.itinerari .castle .xp_search_box .searchbox.horizontal .control .bootstrap-select button:after,
.castle .xp_search_box .itinerari .searchbox.horizontal .control .bootstrap-select button:after,
.itinerari .searchbox.horizontal .castle .xp_search_box .vertical .bootstrap-select button:after,
.castle .xp_search_box .vertical .bootstrap-select .itinerari .searchbox.horizontal button:after,
.itinerari .castle .operatori_search_box .searchbox.horizontal .control .bootstrap-select button:after,
.castle .operatori_search_box .itinerari .searchbox.horizontal .control .bootstrap-select button:after,
.itinerari .searchbox.horizontal .castle .operatori_search_box .vertical .bootstrap-select button:after,
.castle .operatori_search_box .vertical .bootstrap-select .itinerari .searchbox.horizontal button:after,
.itinerari .bike .xp_search_box .searchbox.horizontal .control .bootstrap-select button:after,
.bike .xp_search_box .itinerari .searchbox.horizontal .control .bootstrap-select button:after,
.itinerari .searchbox.horizontal .bike .xp_search_box .vertical .bootstrap-select button:after,
.bike .xp_search_box .vertical .bootstrap-select .itinerari .searchbox.horizontal button:after,
.itinerari .bike .operatori_search_box .searchbox.horizontal .control .bootstrap-select button:after,
.bike .operatori_search_box .itinerari .searchbox.horizontal .control .bootstrap-select button:after,
.itinerari .searchbox.horizontal .bike .operatori_search_box .vertical .bootstrap-select button:after,
.bike .operatori_search_box .vertical .bootstrap-select .itinerari .searchbox.horizontal button:after,
.itinerari .empire .xp_search_box .searchbox.horizontal .control .bootstrap-select button:after,
.empire .xp_search_box .itinerari .searchbox.horizontal .control .bootstrap-select button:after,
.itinerari .searchbox.horizontal .empire .xp_search_box .vertical .bootstrap-select button:after,
.empire .xp_search_box .vertical .bootstrap-select .itinerari .searchbox.horizontal button:after,
.itinerari .empire .operatori_search_box .searchbox.horizontal .control .bootstrap-select button:after,
.empire .operatori_search_box .itinerari .searchbox.horizontal .control .bootstrap-select button:after,
.itinerari .searchbox.horizontal .empire .operatori_search_box .vertical .bootstrap-select button:after,
.empire .operatori_search_box .vertical .bootstrap-select .itinerari .searchbox.horizontal button:after,
.itinerari .wellness .xp_search_box .searchbox.horizontal .control .bootstrap-select button:after,
.wellness .xp_search_box .itinerari .searchbox.horizontal .control .bootstrap-select button:after,
.itinerari .searchbox.horizontal .wellness .xp_search_box .vertical .bootstrap-select button:after,
.wellness .xp_search_box .vertical .bootstrap-select .itinerari .searchbox.horizontal button:after,
.itinerari .wellness .operatori_search_box .searchbox.horizontal .control .bootstrap-select button:after,
.wellness .operatori_search_box .itinerari .searchbox.horizontal .control .bootstrap-select button:after,
.itinerari .searchbox.horizontal .wellness .operatori_search_box .vertical .bootstrap-select button:after,
.wellness .operatori_search_box .vertical .bootstrap-select .itinerari .searchbox.horizontal button:after,
.itinerari .fun .xp_search_box .searchbox.horizontal .control .bootstrap-select button:after,
.fun .xp_search_box .itinerari .searchbox.horizontal .control .bootstrap-select button:after,
.itinerari .searchbox.horizontal .fun .xp_search_box .vertical .bootstrap-select button:after,
.fun .xp_search_box .vertical .bootstrap-select .itinerari .searchbox.horizontal button:after,
.itinerari .fun .operatori_search_box .searchbox.horizontal .control .bootstrap-select button:after,
.fun .operatori_search_box .itinerari .searchbox.horizontal .control .bootstrap-select button:after,
.itinerari .searchbox.horizontal .fun .operatori_search_box .vertical .bootstrap-select button:after,
.fun .operatori_search_box .vertical .bootstrap-select .itinerari .searchbox.horizontal button:after,
.itinerari .sport .xp_search_box .searchbox.horizontal .control .bootstrap-select button:after,
.sport .xp_search_box .itinerari .searchbox.horizontal .control .bootstrap-select button:after,
.itinerari .searchbox.horizontal .sport .xp_search_box .vertical .bootstrap-select button:after,
.sport .xp_search_box .vertical .bootstrap-select .itinerari .searchbox.horizontal button:after,
.itinerari .sport .operatori_search_box .searchbox.horizontal .control .bootstrap-select button:after,
.sport .operatori_search_box .itinerari .searchbox.horizontal .control .bootstrap-select button:after,
.itinerari .searchbox.horizontal .sport .operatori_search_box .vertical .bootstrap-select button:after,
.sport .operatori_search_box .vertical .bootstrap-select .itinerari .searchbox.horizontal button:after,
.itinerari .motorcycle .xp_search_box .searchbox.horizontal .control .bootstrap-select button:after,
.motorcycle .xp_search_box .itinerari .searchbox.horizontal .control .bootstrap-select button:after,
.itinerari .searchbox.horizontal .motorcycle .xp_search_box .vertical .bootstrap-select button:after,
.motorcycle .xp_search_box .vertical .bootstrap-select .itinerari .searchbox.horizontal button:after,
.itinerari .motorcycle .operatori_search_box .searchbox.horizontal .control .bootstrap-select button:after,
.motorcycle .operatori_search_box .itinerari .searchbox.horizontal .control .bootstrap-select button:after,
.itinerari .searchbox.horizontal .motorcycle .operatori_search_box .vertical .bootstrap-select button:after,
.motorcycle .operatori_search_box .vertical .bootstrap-select .itinerari .searchbox.horizontal button:after,
.itinerari .romagna .xp_search_box .searchbox.horizontal .control .bootstrap-select button:after,
.romagna .xp_search_box .itinerari .searchbox.horizontal .control .bootstrap-select button:after,
.itinerari .searchbox.horizontal .romagna .xp_search_box .vertical .bootstrap-select button:after,
.romagna .xp_search_box .vertical .bootstrap-select .itinerari .searchbox.horizontal button:after,
.itinerari .romagna .operatori_search_box .searchbox.horizontal .control .bootstrap-select button:after,
.romagna .operatori_search_box .itinerari .searchbox.horizontal .control .bootstrap-select button:after,
.itinerari .searchbox.horizontal .romagna .operatori_search_box .vertical .bootstrap-select button:after,
.romagna .operatori_search_box .vertical .bootstrap-select .itinerari .searchbox.horizontal button:after,
.itinerari .liscio .xp_search_box .searchbox.horizontal .control .bootstrap-select button:after,
.liscio .xp_search_box .itinerari .searchbox.horizontal .control .bootstrap-select button:after,
.itinerari .searchbox.horizontal .liscio .xp_search_box .vertical .bootstrap-select button:after,
.liscio .xp_search_box .vertical .bootstrap-select .itinerari .searchbox.horizontal button:after,
.itinerari .liscio .operatori_search_box .searchbox.horizontal .control .bootstrap-select button:after,
.liscio .operatori_search_box .itinerari .searchbox.horizontal .control .bootstrap-select button:after,
.itinerari .searchbox.horizontal .liscio .operatori_search_box .vertical .bootstrap-select button:after,
.liscio .operatori_search_box .vertical .bootstrap-select .itinerari .searchbox.horizontal button:after,
.itinerari .default .xp_search_box .searchbox.horizontal .control .bootstrap-select button:after,
.default .xp_search_box .itinerari .searchbox.horizontal .control .bootstrap-select button:after,
.itinerari .searchbox.horizontal .default .xp_search_box .vertical .bootstrap-select button:after,
.default .xp_search_box .vertical .bootstrap-select .itinerari .searchbox.horizontal button:after,
.itinerari .default .operatori_search_box .searchbox.horizontal .control .bootstrap-select button:after,
.default .operatori_search_box .itinerari .searchbox.horizontal .control .bootstrap-select button:after,
.itinerari .searchbox.horizontal .default .operatori_search_box .vertical .bootstrap-select button:after,
.default .operatori_search_box .vertical .bootstrap-select .itinerari .searchbox.horizontal button:after,
.itinerari .pet .xp_search_box .searchbox.horizontal .control .bootstrap-select button:after,
.pet .xp_search_box .itinerari .searchbox.horizontal .control .bootstrap-select button:after,
.itinerari .searchbox.horizontal .pet .xp_search_box .vertical .bootstrap-select button:after,
.pet .xp_search_box .vertical .bootstrap-select .itinerari .searchbox.horizontal button:after,
.itinerari .pet .operatori_search_box .searchbox.horizontal .control .bootstrap-select button:after,
.pet .operatori_search_box .itinerari .searchbox.horizontal .control .bootstrap-select button:after,
.itinerari .searchbox.horizontal .pet .operatori_search_box .vertical .bootstrap-select button:after,
.pet .operatori_search_box .vertical .bootstrap-select .itinerari .searchbox.horizontal button:after,
.itinerari .kultur .xp_search_box .searchbox.horizontal .control .bootstrap-select button:after,
.kultur .xp_search_box .itinerari .searchbox.horizontal .control .bootstrap-select button:after,
.itinerari .searchbox.horizontal .kultur .xp_search_box .vertical .bootstrap-select button:after,
.kultur .xp_search_box .vertical .bootstrap-select .itinerari .searchbox.horizontal button:after,
.itinerari .kultur .operatori_search_box .searchbox.horizontal .control .bootstrap-select button:after,
.kultur .operatori_search_box .itinerari .searchbox.horizontal .control .bootstrap-select button:after,
.itinerari .searchbox.horizontal .kultur .operatori_search_box .vertical .bootstrap-select button:after,
.kultur .operatori_search_box .vertical .bootstrap-select .itinerari .searchbox.horizontal button:after,
.itinerari .natur .xp_search_box .searchbox.horizontal .control .bootstrap-select button:after,
.natur .xp_search_box .itinerari .searchbox.horizontal .control .bootstrap-select button:after,
.itinerari .searchbox.horizontal .natur .xp_search_box .vertical .bootstrap-select button:after,
.natur .xp_search_box .vertical .bootstrap-select .itinerari .searchbox.horizontal button:after,
.itinerari .natur .operatori_search_box .searchbox.horizontal .control .bootstrap-select button:after,
.natur .operatori_search_box .itinerari .searchbox.horizontal .control .bootstrap-select button:after,
.itinerari .searchbox.horizontal .natur .operatori_search_box .vertical .bootstrap-select button:after,
.natur .operatori_search_box .vertical .bootstrap-select .itinerari .searchbox.horizontal button:after,
.itinerari .spass .xp_search_box .searchbox.horizontal .control .bootstrap-select button:after,
.spass .xp_search_box .itinerari .searchbox.horizontal .control .bootstrap-select button:after,
.itinerari .searchbox.horizontal .spass .xp_search_box .vertical .bootstrap-select button:after,
.spass .xp_search_box .vertical .bootstrap-select .itinerari .searchbox.horizontal button:after,
.itinerari .spass .operatori_search_box .searchbox.horizontal .control .bootstrap-select button:after,
.spass .operatori_search_box .itinerari .searchbox.horizontal .control .bootstrap-select button:after,
.itinerari .searchbox.horizontal .spass .operatori_search_box .vertical .bootstrap-select button:after,
.spass .operatori_search_box .vertical .bootstrap-select .itinerari .searchbox.horizontal button:after,
.itinerari .romagna-craft .xp_search_box .searchbox.horizontal .control .bootstrap-select button:after,
.romagna-craft .xp_search_box .itinerari .searchbox.horizontal .control .bootstrap-select button:after,
.itinerari .searchbox.horizontal .romagna-craft .xp_search_box .vertical .bootstrap-select button:after,
.romagna-craft .xp_search_box .vertical .bootstrap-select .itinerari .searchbox.horizontal button:after,
.itinerari .romagna-craft .operatori_search_box .searchbox.horizontal .control .bootstrap-select button:after,
.romagna-craft .operatori_search_box .itinerari .searchbox.horizontal .control .bootstrap-select button:after,
.itinerari .searchbox.horizontal .romagna-craft .operatori_search_box .vertical .bootstrap-select button:after,
.romagna-craft .operatori_search_box .vertical .bootstrap-select .itinerari .searchbox.horizontal button:after,
.itinerari .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .searchbox.horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .itinerari .searchbox.horizontal .control .bootstrap-select button:after,
.itinerari .searchbox.horizontal .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .vertical .bootstrap-select .itinerari .searchbox.horizontal button:after,
.itinerari .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .searchbox.horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .itinerari .searchbox.horizontal .control .bootstrap-select button:after,
.itinerari .searchbox.horizontal .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .vertical .bootstrap-select .itinerari .searchbox.horizontal button:after,
.itinerari .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .searchbox.horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .itinerari .searchbox.horizontal .control .bootstrap-select button:after,
.itinerari .searchbox.horizontal .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .vertical .bootstrap-select .itinerari .searchbox.horizontal button:after,
.itinerari .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .searchbox.horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .itinerari .searchbox.horizontal .control .bootstrap-select button:after,
.itinerari .searchbox.horizontal .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .vertical .bootstrap-select .itinerari .searchbox.horizontal button:after,
.itinerari .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .searchbox.horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .itinerari .searchbox.horizontal .control .bootstrap-select button:after,
.itinerari .searchbox.horizontal .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .vertical .bootstrap-select .itinerari .searchbox.horizontal button:after,
.itinerari .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .searchbox.horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .itinerari .searchbox.horizontal .control .bootstrap-select button:after,
.itinerari .searchbox.horizontal .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .vertical .bootstrap-select .itinerari .searchbox.horizontal button:after {
  line-height: 2.2rem;
}

.itinerari .searchbox.horizontal button.collapsible {
  border: none;
  background-color: transparent;
  display: block;
  width: 100%;
  font-size: 1.6rem;
  color: #ffffff;
  letter-spacing: -0.41px;
  text-align: left;
  text-transform: uppercase;
  display: block;
}

.itinerari .searchbox.horizontal .control {
  padding: 0.5rem 1rem;
  height: 5rem;
  background-color: white;
  margin: 0.5rem;
}

.itinerari .searchbox.horizontal .control.btn-holder {
  min-width: 2rem;
  width: auto;
  padding: 0px;
}

.itinerari .searchbox.horizontal .control.btn-holder button {
  width: 100%;
  border: none;
  background-color: #923e11;
  height: 100%;
  font-size: 1.6rem;
  color: #ffffff;
  letter-spacing: -0.41px;
  text-align: center;
  text-transform: uppercase;
  display: block;
  padding: 0px;
}

.itinerari .searchbox.horizontal .control .ert-dropdown {
  width: 100%;
}

.itinerari .searchbox.horizontal .control .ert-dropdown * {
  cursor: pointer;
}

.itinerari .searchbox.horizontal .control .ert-dropdown .ert-combo {
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
  display: block;
  text-align: left;
}

.itinerari .searchbox.horizontal .control .ert-dropdown .ert-combo::after {
  border: none;
}

.itinerari .searchbox.horizontal .control .ert-dropdown .ert-combo i {
  transition: 500ms ease;
  transform: rotate(0);
  position: absolute;
  top: 2.25rem;
  right: 15px;
}

.itinerari .searchbox.horizontal .control .ert-dropdown .ert-combo .button {
  padding: 0px;
}

.itinerari .searchbox.horizontal .control .ert-dropdown.show .ert-combo i {
  transform: rotate(180deg);
}

.itinerari .searchbox.horizontal .control .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: auto;
}

.itinerari .searchbox.horizontal .control .bootstrap-select {
  margin-top: -1px;
}

.itinerari .searchbox.horizontal .control .bootstrap-select *:focus {
  box-shadow: none important;
}

.itinerari .searchbox.horizontal .control .bootstrap-select button {
  padding: 0px;
  font-size: 1.5rem;
  background: #ffffff;
  color: #848484;
  letter-spacing: 0.3px;
  border: none;
  border-radius: 0;
}

.itinerari .searchbox.horizontal .control .bootstrap-select button:after {
  content: "\F078";
  border: none;
}

.itinerari .searchbox.horizontal .control .bootstrap-select .dropdown-menu {
  width: 100% !important;
  border: none;
  border-radius: 0;
  box-shadow: 0px 2px 2px 0px #a9a9a970;
  border-top: 1px solid #a9a9a970;
}

.itinerari .searchbox.horizontal .control .bootstrap-select .dropdown-menu.inner.show {
  border-top: none;
}

.itinerari .searchbox.horizontal .control .bootstrap-select .dropdown-menu .dropdown-item {
  font-size: 1.5rem;
  line-height: 4rem;
}

.itinerari .searchbox.horizontal .control .bootstrap-select .dropdown-menu .dropdown-item:active,
.itinerari .searchbox.horizontal .control .bootstrap-select .dropdown-menu .dropdown-item.active {
  background-color: #c05116;
}

.itinerari .searchbox.horizontal .control label {
  background: #ffffff;
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
  line-height: 2.4rem;
  margin-bottom: 0px;
  margin-right: 0.5rem;
}

@media (max-width: 768px) {
  .itinerari .searchbox.horizontal .control label {
    min-width: 6.2rem;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .itinerari .searchbox.horizontal .control label {
    display: none;
  }
}

.itinerari .searchbox.horizontal .control .flatpickr-mobile.form-control {
  padding: 1px 0;
}

.itinerari .searchbox.horizontal .control input[type=text],
.itinerari .searchbox.horizontal .control input[type=date] {
  border: none;
  font-size: 1.5rem;
  border-radius: 0;
  background-color: white;
  border-bottom: 1px solid #495057;
  min-width: 0;
  height: auto;
}

.itinerari .searchbox.horizontal .control input[type=text]:focus,
.itinerari .searchbox.horizontal .control input[type=date]:focus {
  box-shadow: none;
}

.itinerari .searchbox .row,
.itinerari .searchbox .idee-viaggio .body,
.idee-viaggio .itinerari .searchbox .body {
  margin-right: -10px;
  margin-left: -10px;
}

.itinerari .searchbox .col-xl,
.itinerari .searchbox .col-xl-auto,
.itinerari .searchbox .col-xl-12,
.itinerari .searchbox .col-xl-11,
.itinerari .searchbox .col-xl-10,
.itinerari .searchbox .col-xl-9,
.itinerari .searchbox .col-xl-8,
.itinerari .searchbox .col-xl-7,
.itinerari .searchbox .col-xl-6,
.itinerari .searchbox .col-xl-5,
.itinerari .searchbox .col-xl-4,
.itinerari .searchbox .col-xl-3,
.itinerari .searchbox .col-xl-2,
.itinerari .searchbox .col-xl-1,
.itinerari .searchbox .col-lg,
.itinerari .searchbox .col-lg-auto,
.itinerari .searchbox .col-lg-12,
.itinerari .searchbox .col-lg-11,
.itinerari .searchbox .col-lg-10,
.itinerari .searchbox .col-lg-9,
.itinerari .searchbox .col-lg-8,
.itinerari .searchbox .col-lg-7,
.itinerari .searchbox .col-lg-6,
.itinerari .searchbox .col-lg-5,
.itinerari .searchbox .col-lg-4,
.itinerari .searchbox .col-lg-3,
.itinerari .searchbox .col-lg-2,
.itinerari .searchbox .col-lg-1,
.itinerari .searchbox .col-md,
.itinerari .searchbox .col-md-auto,
.itinerari .searchbox .col-md-12,
.itinerari .searchbox .col-md-11,
.itinerari .searchbox .col-md-10,
.itinerari .searchbox .col-md-9,
.itinerari .searchbox .col-md-8,
.itinerari .searchbox .col-md-7,
.itinerari .searchbox .col-md-6,
.itinerari .searchbox .col-md-5,
.itinerari .searchbox .col-md-4,
.itinerari .searchbox .col-md-3,
.itinerari .searchbox .col-md-2,
.itinerari .searchbox .col-md-1,
.itinerari .searchbox .col-sm,
.itinerari .searchbox .col-sm-auto,
.itinerari .searchbox .col-sm-12,
.itinerari .searchbox .col-sm-11,
.itinerari .searchbox .col-sm-10,
.itinerari .searchbox .col-sm-9,
.itinerari .searchbox .col-sm-8,
.itinerari .searchbox .col-sm-7,
.itinerari .searchbox .col-sm-6,
.itinerari .searchbox .col-sm-5,
.itinerari .searchbox .col-sm-4,
.itinerari .searchbox .col-sm-3,
.itinerari .searchbox .col-sm-2,
.itinerari .searchbox .col-sm-1,
.itinerari .searchbox .col,
.itinerari .searchbox .col-auto,
.itinerari .searchbox .col-12,
.itinerari .searchbox .col-11,
.itinerari .searchbox .col-10,
.itinerari .searchbox .col-9,
.itinerari .searchbox .col-8,
.itinerari .searchbox .col-7,
.itinerari .searchbox .col-6,
.itinerari .searchbox .col-5,
.itinerari .searchbox .col-4,
.itinerari .searchbox .col-3,
.itinerari .searchbox .col-2,
.itinerari .searchbox .col-1 {
  padding-right: 10px;
  padding-left: 10px;
}

.itinerari .searchbox .control {
  padding: 0.5rem 1rem;
  height: 5rem;
  background-color: white;
  margin: 0rem;
}

.itinerari .searchbox .control.btn-holder {
  min-width: 2rem;
  width: auto;
  padding: 0px;
}

.itinerari .searchbox .control.btn-holder button {
  width: 100%;
  border: none;
  background-color: #923e11;
  height: 100%;
  font-size: 1.6rem;
  color: #ffffff;
  letter-spacing: -0.41px;
  text-align: center;
  text-transform: uppercase;
  display: block;
  padding: 0px;
}

.itinerari .searchbox .control .ert-dropdown {
  width: 100%;
}

.itinerari .searchbox .control .ert-dropdown * {
  cursor: pointer;
}

.itinerari .searchbox .control .ert-dropdown .ert-combo {
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
  display: block;
  text-align: left;
}

.itinerari .searchbox .control .ert-dropdown .ert-combo::after {
  border: none;
}

.itinerari .searchbox .control .ert-dropdown .ert-combo i {
  transition: 500ms ease;
  transform: rotate(0);
  position: absolute;
  top: 2.25rem;
  right: 15px;
}

.itinerari .searchbox .control .ert-dropdown .ert-combo .button {
  padding: 0px;
}

.itinerari .searchbox .control .ert-dropdown.show .ert-combo i {
  transform: rotate(180deg);
}

.itinerari .searchbox .control .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: auto;
}

.itinerari .searchbox .control .bootstrap-select {
  margin-top: -1px;
}

.itinerari .searchbox .control .bootstrap-select *:focus {
  box-shadow: none important;
}

.itinerari .searchbox .control .bootstrap-select button {
  padding: 0px;
  font-size: 1.5rem;
  background: #ffffff;
  color: #848484;
  letter-spacing: 0.3px;
  border: none;
  border-radius: 0;
}

.itinerari .searchbox .control .bootstrap-select button:after {
  content: "\F078";
  border: none;
}

.itinerari .searchbox .control .bootstrap-select .dropdown-menu {
  border: none;
  border-radius: 0;
  box-shadow: 0px 2px 2px 0px #a9a9a970;
  border-top: 1px solid #a9a9a970;
}

.itinerari .searchbox .control .bootstrap-select .dropdown-menu.inner.show {
  border-top: none;
}

.itinerari .searchbox .control .bootstrap-select .dropdown-menu .dropdown-item {
  font-size: 1.5rem;
  line-height: 4rem;
}

.itinerari .searchbox .control .bootstrap-select .dropdown-menu .dropdown-item:active,
.itinerari .searchbox .control .bootstrap-select .dropdown-menu .dropdown-item.active {
  background-color: #c05116;
}

.itinerari .searchbox .control label {
  background: #ffffff;
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #000;
  letter-spacing: -0.38px;
  line-height: 2.4rem;
  margin-bottom: 0px;
  margin-right: 0.5rem;
}

@media (max-width: 768px) {
  .itinerari .searchbox .control label {
    min-width: 6.2rem;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .itinerari .searchbox .control label {
    display: none;
  }
}

.itinerari .searchbox .control .flatpickr-mobile.form-control {
  padding: 1px 0;
}

.itinerari .searchbox .control input[type=text],
.itinerari .searchbox .control input[type=date] {
  border: none;
  font-size: 1.5rem;
  border-radius: 0;
  background-color: white;
  border-bottom: 1px solid #495057;
  min-width: 0;
  height: auto;
}

.itinerari .searchbox .control input[type=text]:focus,
.itinerari .searchbox .control input[type=date]:focus {
  box-shadow: none;
}

.itinerari_seach_box {
  padding-top: 8rem;
}

.localita .contentBox {
  padding: 5.4rem 2.1rem 2.1rem 2.1rem;
  background-color: #ffffff;
}

.localita .contentBox .top-title-box {
  padding-bottom: 3rem;
}

.localita .contentBox .top-title-box h1 {
  font-size: 3rem;
  color: #000;
  letter-spacing: -1.01px;
  line-height: 3rem;
  text-transform: uppercase;
  margin-bottom: 0rem;
}

.localita .contentBox h2 {
  padding-top: 0rem;
  padding-bottom: 0.8rem;
  font-size: 2rem;
  color: #030303;
  letter-spacing: -0.48px;
}

.localita .contentBox p {
  font-size: 1.5rem;
  color: #030303;
  letter-spacing: -0.38px;
}

.localita #searchbox-app {
  padding: 15px;
}

.localita #searchbox-app .bootstrap-select button {
  font-size: 1.5rem;
  color: #030303;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  height: 60px;
  border: none;
  font-size: 1.5rem;
  height: 60px;
  border-radius: 0;
  background-color: white;
}

.localita #searchbox-app .bootstrap-select button:after {
  content: "\F078";
  border: none;
}

.localita #searchbox-app .bootstrap-select .dropdown-menu {
  width: 100% !important;
  border: none;
  border-radius: 0;
  box-shadow: 0px 2px 2px 0px #a9a9a970;
  border-top: 1px solid #a9a9a970;
}

.localita #searchbox-app .bootstrap-select .dropdown-menu .dropdown-item {
  font-size: 1.5rem;
  line-height: 4rem;
}

.localita #searchbox-app .bootstrap-select .dropdown-menu .dropdown-item:active,
.localita #searchbox-app .bootstrap-select .dropdown-menu .dropdown-item.active {
  background-color: #2F4A9A;
}

.localita #searchbox-app #lista_risultati {
  /* border-top: 4px $color-localita solid; */
}

.localita #searchbox-app #lista_risultati h3 {
  font-size: 26px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: -0.63px;
  color: #030303;
}

.localita #searchbox-app #lista_risultati .header {
  margin-bottom: 3rem;
}

.localita #searchbox-app #lista_risultati p.text {
  font-size: 2rem;
  color: #030303;
  letter-spacing: -0.6px;
  text-align: center;
  display: block;
  padding-top: 2.1rem;
  padding-bottom: 2.1rem;
}

.localita #searchbox-app #lista_risultati .form-group {
  background: #ffffff;
  border: 1px solid #e6e6e6;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
}

.localita #searchbox-app #lista_risultati .form-group .col-form-label {
  line-height: 5rem;
}

.localita #searchbox-app #lista_risultati .ert-text {
  border: none;
  font-size: 1.5rem;
  border-radius: 0;
  background-color: white;
  margin: 4px 0;
}

.localita #searchbox-app #lista_risultati .ert-text.line {
  border-bottom: 1px solid #495057;
  height: auto;
  margin-top: 14px;
}

.localita #searchbox-app #lista_risultati .ert-text:focus {
  box-shadow: none;
}

.localita #searchbox-app #lista_risultati button.search,
.localita #searchbox-app #lista_risultati a.search {
  border: none;
  background-color: #00979c;
  line-height: 4.4rem;
  box-shadow: -1px 0 3px 0 rgba(0, 0, 0, 0.25);
  border-radius: 2px;
  margin: 0 auto;
  display: block;
  width: auto;
  min-width: 0;
  padding: 0 3rem;
  position: relative;
}

.localita #searchbox-app #lista_risultati button.search.short,
.localita #searchbox-app #lista_risultati a.search.short {
  padding: 0 2rem;
  display: inline-block;
}

.localita #searchbox-app #lista_risultati .btn-er .fa-chevron-down,
.localita #searchbox-app #lista_risultati .instagram .instabutton div span .fa-chevron-down,
.instagram .instabutton div .localita #searchbox-app #lista_risultati span .fa-chevron-down {
  float: right;
  line-height: 4rem;
}

.localita #searchbox-app #lista_risultati #loader {
  display: block;
  margin: 1.1rem auto;
  height: 1.1rem;
  width: 4.4rem;
}

.localita #searchbox-app #lista_risultati .wrapper .results {
  color: #2F4A9A;
  font-size: 1.609rem;
  letter-spacing: -0.41px;
}

.localita #searchbox-app #lista_risultati .wrapper .item {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  position: relative;
  border: 1px solid #d1d1d1;
  margin-bottom: 1.7rem;
}

.localita #searchbox-app #lista_risultati .wrapper .item::after {
  position: absolute;
  left: 15px;
  height: 1px;
  display: block;
  bottom: 0px;
  right: 15px;
  content: " ";
  box-shadow: 0px 3px 4px 0px #d1d1d1;
}

.localita #searchbox-app #lista_risultati .wrapper .item .coverImage {
  height: auto;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.localita #searchbox-app #lista_risultati .wrapper .item .body {
  padding: 1.7rem;
}

.localita #searchbox-app #lista_risultati .wrapper .item .body .provincia {
  font-size: 1.4rem;
  color: #c12629;
  letter-spacing: 0.2px;
  text-transform: uppercase;
}

.localita #searchbox-app #lista_risultati .wrapper .item .body h3 a {
  font-size: 1.95rem;
  color: #c12629;
  letter-spacing: 0;
}

.localita #searchbox-app #lista_risultati .wrapper .item .body p {
  font-size: 1.5rem;
  color: #030303;
  letter-spacing: -0.4px;
}

.localita #searchbox-app #lista_risultati .wrapper nav {
  width: 100%;
}

.localita #searchbox-app #lista_risultati .wrapper nav .pagination {
  float: right;
}

.localita #searchbox-app #lista_risultati .wrapper nav .pagination .page-item .page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.5rem;
  margin-left: -1px;
  line-height: 1.25;
  border: none;
  font-size: 1.95rem;
  color: #c82c2e;
  letter-spacing: -0.5px;
}

.localita #searchbox-app #lista_risultati .wrapper nav .pagination .page-item .page-link span.dash {
  color: #c82c2e;
}

.localita #searchbox-app #lista_risultati .wrapper nav .pagination .page-item.active .page-link {
  background-color: transparent;
  color: #000;
}

.localita #searchbox-app #lista_risultati .wrapper nav .pagination .page-item.disabled .page-link {
  background-color: transparent;
  color: #e8e8e8;
}

.localita #searchbox-app #lista_risultati .searchbox {
  margin: 20px auto;
  width: auto;
  display: block;
}

.localita #searchbox-app #lista_risultati .searchbox .form-group {
  display: inline-block;
  margin-right: 20px;
}

.localita #searchbox-app #lista_risultati .searchbox .form-group input {
  width: 34.7rem;
}

.localita #searchbox-app #lista_risultati .searchbox button {
  line-height: 4.2rem;
  display: inline-block;
}

.localita #searchbox-app button.show-map {
  position: sticky;
  bottom: 20px;
  border-radius: 24px;
  line-height: 4.8rem;
  padding: 0px 4rem !important;
  min-width: 0;
  margin: 0 auto;
  display: block;
  font-weight: normal;
  border: none;
}

.localita #searchbox-app button.show-map svg {
  height: 18px;
  margin-top: -9px;
  width: auto;
}

.localita #searchbox-app #search_localita_map {
  width: 100%;
  height: auto;
}

.localita #searchbox-app #search_localita_map .box-ricerca {
  margin-left: 10px;
  padding: 1rem;
  background-color: #2F4A9A;
}

.localita #searchbox-app #search_localita_map .box-ricerca input {
  background: #ffffff;
  border: 0 solid #000000;
  width: 28rem;
  font-size: 1.4rem;
  display: block;
  float: left;
}

.localita #searchbox-app #search_localita_map .box-ricerca label {
  display: block;
  font-size: 2rem;
  color: #ffffff;
  letter-spacing: -0.63px;
}

.localita #searchbox-app #search_localita_map .box-ricerca button {
  display: block;
  float: left;
  line-height: 3.2rem;
  line-height: 3.2rem;
  width: 8rem;
  min-width: 0;
  border: none;
  background-color: white;
  color: black;
  margin-left: 10px;
  position: relative;
}

.localita #searchbox-app #search_localita_map .box-ricerca .dropbutton {
  display: none;
}

.localita #searchbox-app #search_localita_map .box-ricerca .dropbutton.collapsed {
  display: block;
}

.localita #searchbox-app #search_localita_map .box-ricerca #collapse-localita {
  padding: 1.8rem;
  padding-bottom: 4.3rem;
  background-color: #2F4A9A;
  background-image: linear-gradient(-180deg, #2e4998 0%, #2F4A9A 48%, #2e4998 80%);
  font-size: 1.6rem;
}

.localita #searchbox-app #search_localita_map .box-ricerca #collapse-localita .fa-chevron-up {
  text-align: right;
  line-height: 4rem;
  color: white;
  margin-bottom: 1.8rem;
}

.localita #searchbox-app #search_localita_map .box-ricerca #collapse-localita .form-group {
  background: #ffffff;
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
  margin: 1rem;
}

.localita #searchbox-app #search_localita_map .box-ricerca #collapse-localita .form-group .col-form-label {
  line-height: 5rem;
}

.localita #searchbox-app #search_localita_map .box-ricerca #collapse-localita .ert-text {
  border: none;
  font-size: 1.5rem;
  height: 60px;
  border-radius: 0;
  background-color: white;
}

.localita #searchbox-app #search_localita_map .box-ricerca #collapse-localita .ert-text.line {
  border-bottom: 1px solid #495057;
  height: auto;
  margin-top: 14px;
}

.localita #searchbox-app #search_localita_map .box-ricerca #collapse-localita .ert-text:focus {
  box-shadow: none;
}

.localita #searchbox-app #search_localita_map .box-ricerca #collapse-localita button.toggle-search {
  background: none;
  border: none;
  width: 100%;
  padding: 1px;
}

.localita #searchbox-app #search_localita_map .box-ricerca #collapse-localita button.localita {
  background-color: #00979c;
  border: none;
  position: absolute;
  bottom: -2rem;
  left: 15%;
  right: 15%;
  width: 70%;
  line-height: 4.4rem;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.localita #searchbox-app #search_localita_map .box-ricerca #collapse-localita .fa-spin {
  animation: spin 2s infinite linear;
}

.localita #searchbox-app #search_localita_map .box-ricerca .btn-er .fa-chevron-down,
.localita #searchbox-app #search_localita_map .box-ricerca .instagram .instabutton div span .fa-chevron-down,
.instagram .instabutton div .localita #searchbox-app #search_localita_map .box-ricerca span .fa-chevron-down {
  float: right;
  line-height: 4rem;
}

.leaflet-container {
  background: #fff !important;
  outline: 0;
}

.destinazioneLabel {
  color: white;
  z-index: 100;
  text-align: center;
}

.destinazioneLabel .name {
  font-size: 32px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.09;
  letter-spacing: -0.82px;
  text-align: center;
  color: #ffffff;
  text-shadow: 1px 1px 3px black;
  /* Safari prior 6.1 */
  transition: all 1s;
}

.destinazioneLabel .dt {
  font-size: 12px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 1.15px;
  text-shadow: 1px 1px 3px black;
  /* Safari prior 6.1 */
  transition: all 1s;
}

.destinazioneLabel.zoom-7 .name {
  font-size: 22px;
}

.destinazioneLabel.zoom-7 .dt {
  font-size: 8px;
}

.destinazioneLabel.zoom-6 .name {
  font-size: 12px;
}

.destinazioneLabel.zoom-6 .dt {
  font-size: 5px;
}

.destinazioneLabel.zoom-5,
.destinazioneLabel.zoom-4,
.destinazioneLabel.zoom-3,
.destinazioneLabel.zoom-2,
.destinazioneLabel.zoom-1 {
  display: none;
}

.destinazioni .contentBox {
  padding: 5.4rem 2.1rem 2.1rem 2.1rem;
  background-color: #ffffff;
}

.destinazioni .contentBox .top-title-box {
  padding-bottom: 3rem;
}

.destinazioni .contentBox .top-title-box h1 {
  font-size: 3rem;
  color: #000;
  letter-spacing: -1.01px;
  line-height: 3rem;
  text-transform: uppercase;
  margin-bottom: 0rem;
}

.destinazioni .contentBox h2 {
  padding-top: 0rem;
  padding-bottom: 0.8rem;
  font-size: 2rem;
  color: #030303;
  letter-spacing: -0.48px;
}

.destinazioni .contentBox p {
  font-size: 1.5rem;
  color: #030303;
  letter-spacing: -0.38px;
}

.destinazioni .contentBox blockquote {
  font-size: 20px;
  color: #00979c;
  letter-spacing: -0.48px;
  text-align: center;
  margin: 4rem 0;
}

.destinazioni .logo-box {
  padding: 2rem;
  margin-bottom: 2rem;
  position: relative;
  border: 1px solid lightgray;
}

.destinazioni .logo-box img {
  width: 100%;
  height: auto;
  margin-bottom: 2rem;
}

.destinazioni .logo-box a {
  font-size: 1.4rem;
  line-height: 2rem;
  color: #c82c2e;
  letter-spacing: -0.41px;
}

.destinazioni .logo-box::after {
  position: absolute;
  left: 0px;
  height: 1px;
  display: block;
  bottom: 0px;
  content: " ";
  box-shadow: 0px 3px 4px 0px #d1d1d1;
  right: 0px;
}

.news .news-box,
.esperienze .news-box {
  min-height: 25rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.news .news-box .image,
.esperienze .news-box .image {
  background-color: gainsboro;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  position: relative;
  min-height: 25rem;
  border-bottom: 8px solid #2F4A9A;
}

.news .news-box h4,
.esperienze .news-box h4 {
  font-size: 26px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.63px;
  color: #030303;
}

.news .news-box h5,
.news .news-box .h5,
.esperienze .news-box h5,
.esperienze .news-box .h5 {
  font-size: 2.125rem;
  padding: 0.248rem 0 2rem 0rem;
}

.news .news-box p,
.esperienze .news-box p {
  font-size: 20px;
  font-weight: normal;
  font-style: italic;
  font-stretch: normal;
  line-height: 1.35;
  letter-spacing: -0.51px;
  color: #030303;
}

.news .news-box button,
.esperienze .news-box button {
  min-width: 99.3px;
  border-radius: 2.6px;
  box-shadow: -1px 1px 4px 0 rgba(0, 0, 0, 0.25);
  background-color: #2F4A9A;
  color: #FFFFFF;
  padding: 1rem 2rem;
  line-height: 2.7rem;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: -0.41px;
  text-align: center;
  text-transform: uppercase;
  border: none;
}

.news .news-box .scrim,
.esperienze .news-box .scrim {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: auto;
  padding-top: 12rem;
  background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.11) 8%, rgba(0, 0, 0, 0.68) 68%);
  color: white;
}

.news .news-box .scrim .date,
.esperienze .news-box .scrim .date {
  font-size: 38px;
  font-weight: 800;
  font-style: italic;
  font-stretch: normal;
  line-height: 1.08;
  letter-spacing: -1.16px;
  color: #ffffff;
  position: absolute;
  bottom: 1rem;
  left: 1rem;
}

.news .close,
.esperienze .close {
  float: right;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 1;
  position: absolute;
  top: 1rem;
  left: 2rem;
  z-index: 1;
}

@media (max-width: 1200px) {
  .news .modal-backdrop,
  .esperienze .modal-backdrop {
    background-color: white;
    opacity: 0.65;
  }

  .news .modal-dialog,
  .esperienze .modal-dialog {
    margin: 0px 0 0 auto;
  }
}

@media (max-width: 1200px) and (min-width: 576px) {
  .news .modal-dialog,
  .esperienze .modal-dialog {
    max-width: 80%;
  }
}

@media (max-width: 1200px) {
  .news .modal-content,
  .esperienze .modal-content {
    border: 0px;
    border-radius: 0px;
    min-height: 100vh;
  }
}

@media (max-width: 1200px) {
  .news .modal-body,
  .esperienze .modal-body {
    padding: 11rem;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.5);
  }
}

@media (max-width: 1200px) and (max-width: 576px) {
  .news .modal-body,
  .esperienze .modal-body {
    padding: 6.5rem;
  }
}

@media (max-width: 1200px) {
  .news .modal-body h4,
  .esperienze .modal-body h4 {
    font-size: 36px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -0.87px;
    color: #030303;
  }
}

@media (max-width: 1200px) {
  .news .modal-body p,
  .news .modal-body a,
  .esperienze .modal-body p,
  .esperienze .modal-body a {
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.38;
    letter-spacing: -0.39px;
  }
}

@media (max-width: 1200px) {
  .news .modal-body h5,
  .esperienze .modal-body h5 {
    font-size: 24px;
    font-weight: normal;
    font-style: italic;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -0.58px;
    color: #030303;
    margin-bottom: 5rem;
    margin-top: 3rem;
  }
}

@media (min-width: 1200px) {
  .news .modal-backdrop,
  .esperienze .modal-backdrop {
    background-color: white;
    opacity: 0.65;
  }

  .news .modal-dialog,
  .esperienze .modal-dialog {
    margin: 0 auto;
  }
}

@media (min-width: 1200px) and (min-width: 576px) {
  .news .modal-dialog,
  .esperienze .modal-dialog {
    max-width: 80%;
  }
}

@media (min-width: 1200px) {
  .news .modal-content,
  .esperienze .modal-content {
    border: 0px;
    border-radius: 0px;
    height: auto;
  }
}

@media (min-width: 1200px) {
  .news .modal-body,
  .esperienze .modal-body {
    padding: 11rem;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.5);
  }

  .news .modal-body h4,
  .esperienze .modal-body h4 {
    font-size: 36px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -0.87px;
    color: #030303;
  }

  .news .modal-body p,
  .news .modal-body a,
  .esperienze .modal-body p,
  .esperienze .modal-body a {
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.38;
    letter-spacing: -0.39px;
  }

  .news .modal-body h5,
  .esperienze .modal-body h5 {
    font-size: 24px;
    font-weight: normal;
    font-style: italic;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -0.58px;
    color: #030303;
    margin-bottom: 5rem;
    margin-top: 3rem;
  }
}

.news .news-separators,
.esperienze .news-separators {
  width: 9.7rem;
  height: 1rem;
}

.news-homepage {
  max-width: 1300px;
  margin: 0 auto;
}

.news-homepage .header {
  padding: 6.4rem 2.1rem 2.1rem 2.1rem;
  text-align: center;
}

.news-homepage .header h2 {
  font-size: 3.4rem;
  color: #000000;
  letter-spacing: -0.82px;
  line-height: 4rem;
  margin-bottom: 2.8rem;
  text-transform: uppercase;
}

.news-homepage .header h3 {
  font-size: 2.8rem;
  color: #000000;
  letter-spacing: -0.68px;
  text-align: center;
  line-height: 40px;
  margin-bottom: 2.8rem;
  text-decoration: underline;
}

.news-homepage .body {
  padding: 4.1rem 2.1rem 2.1rem 2.1rem;
}

.news-homepage .eventbox .content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 0;
}

.news-homepage .eventbox .content .scrim {
  z-index: 1;
}

.meteo .meteo {
  background-color: #ae5d69;
  color: white;
  padding: 2rem;
  margin: 2rem;
}

.meteo .meteo .info h3 {
  line-height: 4rem;
  font-size: 3rem;
}

.meteo .meteo .info p {
  line-height: 2rem;
  font-size: 2rem;
  color: white;
}

.meteo .meteo svg {
  fill: white;
}

.odm hr {
  background-color: black !important;
}

.booking svg,
.booking-menu svg {
  width: 500px;
  height: 239px;
  margin: 0 auto;
  display: block;
}

.booking .booking-form,
.booking-menu .booking-form {
  background-color: #cb292f;
  color: #FFFFFF;
  padding: 2rem;
}

.booking .booking-form h3,
.booking-menu .booking-form h3 {
  font-size: 26.34px;
  color: #ffffff;
  letter-spacing: -0.99px;
  text-align: left;
  padding: 2rem 0;
}

.booking .booking-form .form-control,
.booking-menu .booking-form .form-control {
  background: #ffffff;
  border-radius: 2px;
  font-size: 18px;
  color: #606060;
  letter-spacing: -0.43px;
  height: auto;
  border: none;
  padding: 1rem;
}

.booking .booking-form select:not([multiple]),
.booking-menu .booking-form select:not([multiple]) {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-position: right 50%;
  background-repeat: no-repeat;
  background-image: url('data:image/svg+xml;utf8,<?xml version="1.0" encoding="utf-8"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg xmlns="http://www.w3.org/2000/svg" width="14" height="12" version="1"><path d="M4 8L0 4h8z"/></svg>');
  padding-right: 1.5rem;
}

.booking .booking-form button,
.booking-menu .booking-form button {
  background: #2d2d2d;
  border-radius: 2px;
  font-size: 18px;
  color: #ffffff;
  letter-spacing: -0.43px;
  text-align: center;
  display: block;
  width: 100%;
  padding: 1rem;
}

.booking .booking-form p,
.booking-menu .booking-form p {
  font-size: 18px;
  color: #ffffff;
  letter-spacing: -0.68px;
  padding: 2rem 0;
}

.booking-menu .booking-form p {
  padding: 0rem !important;
}

.downloads .downloads-box {
  min-height: 25rem;
}

.downloads .downloads-box .image {
  background-color: gainsboro;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  position: relative;
  min-height: 25rem;
}

.downloads .downloads-box .categoria {
  height: 21px;
  padding-bottom: 2px;
}

.downloads .downloads-box h4 {
  font-size: 26px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.63px;
  color: #030303;
}

.downloads .downloads-box h5,
.downloads .downloads-box .h5 {
  font-size: 2.125rem;
  padding: 0.248rem 0 2rem 0rem;
}

.downloads .downloads-box p {
  font-size: 20px;
  font-weight: normal;
  font-style: italic;
  font-stretch: normal;
  line-height: 1.35;
  letter-spacing: -0.51px;
  color: #030303;
  word-break: break-all;
}

.downloads .downloads-box button {
  min-width: 99.3px;
  border-radius: 2.6px;
  box-shadow: -1px 1px 4px 0 rgba(0, 0, 0, 0.25);
  background-color: #ae5d69;
  color: #FFFFFF;
  padding: 1rem 2rem;
  line-height: 2.7rem;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: -0.41px;
  text-align: center;
  text-transform: uppercase;
  border: none;
}

.downloads .downloads-box .scrim {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: auto;
  padding-top: 12rem;
  background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.11) 8%, rgba(0, 0, 0, 0.68) 68%);
  color: white;
}

.downloads .downloads-box .scrim .date {
  font-size: 48px;
  font-weight: 800;
  font-style: italic;
  font-stretch: normal;
  line-height: 1.08;
  letter-spacing: -1.16px;
  color: #ffffff;
  position: absolute;
  bottom: -7px;
  left: -3px;
}

.downloads .downloads-separators {
  width: 9.7rem;
  height: 1rem;
}

.downloads .downloadsearchbox.horizontal {
  padding: 1rem;
  background-color: #ae5d69;
  background-image: linear-gradient(-180deg, #ad5b67 0%, #ae5d69 48%, #ad5b67 80%);
  font-size: 1.6rem;
}

.downloads .downloadsearchbox.horizontal.collapsed {
  border-radius: 2px;
  box-shadow: -1px 0 3px 0 rgba(0, 0, 0, 0.25);
}

.downloads .downloadsearchbox.horizontal .fa,
.downloads .downloadsearchbox.horizontal .search .searchearchbox.vertical .bootstrap-select button:after,
.search .searchearchbox.vertical .bootstrap-select .downloads .downloadsearchbox.horizontal button:after,
.downloads .downloadsearchbox.horizontal .search .searchearchbox.horizontal .control .bootstrap-select button:after,
.search .searchearchbox.horizontal .control .bootstrap-select .downloads .downloadsearchbox.horizontal button:after,
.downloads .downloadsearchbox.horizontal .downloadsearchbox.vertical .bootstrap-select button:after,
.downloads .downloadsearchbox.vertical .bootstrap-select .downloadsearchbox.horizontal button:after,
.downloads .downloadsearchbox.horizontal .control .bootstrap-select button:after,
.downloads .downloadsearchbox.horizontal .events-homepage .header .eventsearchbox.horizontal .control .bootstrap-select button:after,
.events-homepage .header .eventsearchbox.horizontal .control .bootstrap-select .downloads .downloadsearchbox.horizontal button:after,
.downloads .downloadsearchbox.horizontal .events-homepage .header .eventsearchbox.vertical .bootstrap-select button:after,
.events-homepage .header .eventsearchbox.vertical .bootstrap-select .downloads .downloadsearchbox.horizontal button:after,
.downloads .downloadsearchbox.horizontal .events-page .header .eventsearchbox.horizontal .control .bootstrap-select button:after,
.events-page .header .eventsearchbox.horizontal .control .bootstrap-select .downloads .downloadsearchbox.horizontal button:after,
.downloads .downloadsearchbox.horizontal .events-page .header .eventsearchbox.vertical .bootstrap-select button:after,
.events-page .header .eventsearchbox.vertical .bootstrap-select .downloads .downloadsearchbox.horizontal button:after,
.downloads .scopri .xp_search_box .downloadsearchbox.horizontal .control .bootstrap-select button:after,
.scopri .xp_search_box .downloads .downloadsearchbox.horizontal .control .bootstrap-select button:after,
.downloads .downloadsearchbox.horizontal .scopri .xp_search_box .vertical .bootstrap-select button:after,
.scopri .xp_search_box .vertical .bootstrap-select .downloads .downloadsearchbox.horizontal button:after,
.downloads .scopri .operatori_search_box .downloadsearchbox.horizontal .control .bootstrap-select button:after,
.scopri .operatori_search_box .downloads .downloadsearchbox.horizontal .control .bootstrap-select button:after,
.downloads .downloadsearchbox.horizontal .scopri .operatori_search_box .vertical .bootstrap-select button:after,
.scopri .operatori_search_box .vertical .bootstrap-select .downloads .downloadsearchbox.horizontal button:after,
.downloads .idee .xp_search_box .downloadsearchbox.horizontal .control .bootstrap-select button:after,
.idee .xp_search_box .downloads .downloadsearchbox.horizontal .control .bootstrap-select button:after,
.downloads .downloadsearchbox.horizontal .idee .xp_search_box .vertical .bootstrap-select button:after,
.idee .xp_search_box .vertical .bootstrap-select .downloads .downloadsearchbox.horizontal button:after,
.downloads .idee .operatori_search_box .downloadsearchbox.horizontal .control .bootstrap-select button:after,
.idee .operatori_search_box .downloads .downloadsearchbox.horizontal .control .bootstrap-select button:after,
.downloads .downloadsearchbox.horizontal .idee .operatori_search_box .vertical .bootstrap-select button:after,
.idee .operatori_search_box .vertical .bootstrap-select .downloads .downloadsearchbox.horizontal button:after,
.downloads .eventi .xp_search_box .downloadsearchbox.horizontal .control .bootstrap-select button:after,
.eventi .xp_search_box .downloads .downloadsearchbox.horizontal .control .bootstrap-select button:after,
.downloads .downloadsearchbox.horizontal .eventi .xp_search_box .vertical .bootstrap-select button:after,
.eventi .xp_search_box .vertical .bootstrap-select .downloads .downloadsearchbox.horizontal button:after,
.downloads .eventi .operatori_search_box .downloadsearchbox.horizontal .control .bootstrap-select button:after,
.eventi .operatori_search_box .downloads .downloadsearchbox.horizontal .control .bootstrap-select button:after,
.downloads .downloadsearchbox.horizontal .eventi .operatori_search_box .vertical .bootstrap-select button:after,
.eventi .operatori_search_box .vertical .bootstrap-select .downloads .downloadsearchbox.horizontal button:after,
.downloads .pianifica .xp_search_box .downloadsearchbox.horizontal .control .bootstrap-select button:after,
.pianifica .xp_search_box .downloads .downloadsearchbox.horizontal .control .bootstrap-select button:after,
.downloads .downloadsearchbox.horizontal .pianifica .xp_search_box .vertical .bootstrap-select button:after,
.pianifica .xp_search_box .vertical .bootstrap-select .downloads .downloadsearchbox.horizontal button:after,
.downloads .pianifica .operatori_search_box .downloadsearchbox.horizontal .control .bootstrap-select button:after,
.pianifica .operatori_search_box .downloads .downloadsearchbox.horizontal .control .bootstrap-select button:after,
.downloads .downloadsearchbox.horizontal .pianifica .operatori_search_box .vertical .bootstrap-select button:after,
.pianifica .operatori_search_box .vertical .bootstrap-select .downloads .downloadsearchbox.horizontal button:after,
.downloads .esperienze .xp_search_box .downloadsearchbox.horizontal .control .bootstrap-select button:after,
.esperienze .xp_search_box .downloads .downloadsearchbox.horizontal .control .bootstrap-select button:after,
.downloads .downloadsearchbox.horizontal .esperienze .xp_search_box .vertical .bootstrap-select button:after,
.esperienze .xp_search_box .vertical .bootstrap-select .downloads .downloadsearchbox.horizontal button:after,
.downloads .esperienze .operatori_search_box .downloadsearchbox.horizontal .control .bootstrap-select button:after,
.esperienze .operatori_search_box .downloads .downloadsearchbox.horizontal .control .bootstrap-select button:after,
.downloads .downloadsearchbox.horizontal .esperienze .operatori_search_box .vertical .bootstrap-select button:after,
.esperienze .operatori_search_box .vertical .bootstrap-select .downloads .downloadsearchbox.horizontal button:after,
.downloads .news .xp_search_box .downloadsearchbox.horizontal .control .bootstrap-select button:after,
.news .xp_search_box .downloads .downloadsearchbox.horizontal .control .bootstrap-select button:after,
.downloads .downloadsearchbox.horizontal .news .xp_search_box .vertical .bootstrap-select button:after,
.news .xp_search_box .vertical .bootstrap-select .downloads .downloadsearchbox.horizontal button:after,
.downloads .news .operatori_search_box .downloadsearchbox.horizontal .control .bootstrap-select button:after,
.news .operatori_search_box .downloads .downloadsearchbox.horizontal .control .bootstrap-select button:after,
.downloads .downloadsearchbox.horizontal .news .operatori_search_box .vertical .bootstrap-select button:after,
.news .operatori_search_box .vertical .bootstrap-select .downloads .downloadsearchbox.horizontal button:after,
.downloads .iat .xp_search_box .downloadsearchbox.horizontal .control .bootstrap-select button:after,
.iat .xp_search_box .downloads .downloadsearchbox.horizontal .control .bootstrap-select button:after,
.downloads .downloadsearchbox.horizontal .iat .xp_search_box .vertical .bootstrap-select button:after,
.iat .xp_search_box .vertical .bootstrap-select .downloads .downloadsearchbox.horizontal button:after,
.downloads .iat .operatori_search_box .downloadsearchbox.horizontal .control .bootstrap-select button:after,
.iat .operatori_search_box .downloads .downloadsearchbox.horizontal .control .bootstrap-select button:after,
.downloads .downloadsearchbox.horizontal .iat .operatori_search_box .vertical .bootstrap-select button:after,
.iat .operatori_search_box .vertical .bootstrap-select .downloads .downloadsearchbox.horizontal button:after,
.downloads .meteo .xp_search_box .downloadsearchbox.horizontal .control .bootstrap-select button:after,
.meteo .xp_search_box .downloads .downloadsearchbox.horizontal .control .bootstrap-select button:after,
.downloads .downloadsearchbox.horizontal .meteo .xp_search_box .vertical .bootstrap-select button:after,
.meteo .xp_search_box .vertical .bootstrap-select .downloads .downloadsearchbox.horizontal button:after,
.downloads .meteo .operatori_search_box .downloadsearchbox.horizontal .control .bootstrap-select button:after,
.meteo .operatori_search_box .downloads .downloadsearchbox.horizontal .control .bootstrap-select button:after,
.downloads .downloadsearchbox.horizontal .meteo .operatori_search_box .vertical .bootstrap-select button:after,
.meteo .operatori_search_box .vertical .bootstrap-select .downloads .downloadsearchbox.horizontal button:after,
.downloads .odm .xp_search_box .downloadsearchbox.horizontal .control .bootstrap-select button:after,
.odm .xp_search_box .downloads .downloadsearchbox.horizontal .control .bootstrap-select button:after,
.downloads .downloadsearchbox.horizontal .odm .xp_search_box .vertical .bootstrap-select button:after,
.odm .xp_search_box .vertical .bootstrap-select .downloads .downloadsearchbox.horizontal button:after,
.downloads .odm .operatori_search_box .downloadsearchbox.horizontal .control .bootstrap-select button:after,
.odm .operatori_search_box .downloads .downloadsearchbox.horizontal .control .bootstrap-select button:after,
.downloads .downloadsearchbox.horizontal .odm .operatori_search_box .vertical .bootstrap-select button:after,
.odm .operatori_search_box .vertical .bootstrap-select .downloads .downloadsearchbox.horizontal button:after,
.downloads .booking .xp_search_box .downloadsearchbox.horizontal .control .bootstrap-select button:after,
.booking .xp_search_box .downloads .downloadsearchbox.horizontal .control .bootstrap-select button:after,
.downloads .downloadsearchbox.horizontal .booking .xp_search_box .vertical .bootstrap-select button:after,
.booking .xp_search_box .vertical .bootstrap-select .downloads .downloadsearchbox.horizontal button:after,
.downloads .booking .operatori_search_box .downloadsearchbox.horizontal .control .bootstrap-select button:after,
.booking .operatori_search_box .downloads .downloadsearchbox.horizontal .control .bootstrap-select button:after,
.downloads .downloadsearchbox.horizontal .booking .operatori_search_box .vertical .bootstrap-select button:after,
.booking .operatori_search_box .vertical .bootstrap-select .downloads .downloadsearchbox.horizontal button:after,
.downloads .rock .xp_search_box .downloadsearchbox.horizontal .control .bootstrap-select button:after,
.rock .xp_search_box .downloads .downloadsearchbox.horizontal .control .bootstrap-select button:after,
.downloads .downloadsearchbox.horizontal .rock .xp_search_box .vertical .bootstrap-select button:after,
.rock .xp_search_box .vertical .bootstrap-select .downloads .downloadsearchbox.horizontal button:after,
.downloads .rock .operatori_search_box .downloadsearchbox.horizontal .control .bootstrap-select button:after,
.rock .operatori_search_box .downloads .downloadsearchbox.horizontal .control .bootstrap-select button:after,
.downloads .downloadsearchbox.horizontal .rock .operatori_search_box .vertical .bootstrap-select button:after,
.rock .operatori_search_box .vertical .bootstrap-select .downloads .downloadsearchbox.horizontal button:after,
.downloads .beach .xp_search_box .downloadsearchbox.horizontal .control .bootstrap-select button:after,
.beach .xp_search_box .downloads .downloadsearchbox.horizontal .control .bootstrap-select button:after,
.downloads .downloadsearchbox.horizontal .beach .xp_search_box .vertical .bootstrap-select button:after,
.beach .xp_search_box .vertical .bootstrap-select .downloads .downloadsearchbox.horizontal button:after,
.downloads .beach .operatori_search_box .downloadsearchbox.horizontal .control .bootstrap-select button:after,
.beach .operatori_search_box .downloads .downloadsearchbox.horizontal .control .bootstrap-select button:after,
.downloads .downloadsearchbox.horizontal .beach .operatori_search_box .vertical .bootstrap-select button:after,
.beach .operatori_search_box .vertical .bootstrap-select .downloads .downloadsearchbox.horizontal button:after,
.downloads .food .xp_search_box .downloadsearchbox.horizontal .control .bootstrap-select button:after,
.food .xp_search_box .downloads .downloadsearchbox.horizontal .control .bootstrap-select button:after,
.downloads .downloadsearchbox.horizontal .food .xp_search_box .vertical .bootstrap-select button:after,
.food .xp_search_box .vertical .bootstrap-select .downloads .downloadsearchbox.horizontal button:after,
.downloads .food .operatori_search_box .downloadsearchbox.horizontal .control .bootstrap-select button:after,
.food .operatori_search_box .downloads .downloadsearchbox.horizontal .control .bootstrap-select button:after,
.downloads .downloadsearchbox.horizontal .food .operatori_search_box .vertical .bootstrap-select button:after,
.food .operatori_search_box .vertical .bootstrap-select .downloads .downloadsearchbox.horizontal button:after,
.downloads .nature .xp_search_box .downloadsearchbox.horizontal .control .bootstrap-select button:after,
.nature .xp_search_box .downloads .downloadsearchbox.horizontal .control .bootstrap-select button:after,
.downloads .downloadsearchbox.horizontal .nature .xp_search_box .vertical .bootstrap-select button:after,
.nature .xp_search_box .vertical .bootstrap-select .downloads .downloadsearchbox.horizontal button:after,
.downloads .nature .operatori_search_box .downloadsearchbox.horizontal .control .bootstrap-select button:after,
.nature .operatori_search_box .downloads .downloadsearchbox.horizontal .control .bootstrap-select button:after,
.downloads .downloadsearchbox.horizontal .nature .operatori_search_box .vertical .bootstrap-select button:after,
.nature .operatori_search_box .vertical .bootstrap-select .downloads .downloadsearchbox.horizontal button:after,
.downloads .romagna_autentica .xp_search_box .downloadsearchbox.horizontal .control .bootstrap-select button:after,
.romagna_autentica .xp_search_box .downloads .downloadsearchbox.horizontal .control .bootstrap-select button:after,
.downloads .downloadsearchbox.horizontal .romagna_autentica .xp_search_box .vertical .bootstrap-select button:after,
.romagna_autentica .xp_search_box .vertical .bootstrap-select .downloads .downloadsearchbox.horizontal button:after,
.downloads .romagna_autentica .operatori_search_box .downloadsearchbox.horizontal .control .bootstrap-select button:after,
.romagna_autentica .operatori_search_box .downloads .downloadsearchbox.horizontal .control .bootstrap-select button:after,
.downloads .downloadsearchbox.horizontal .romagna_autentica .operatori_search_box .vertical .bootstrap-select button:after,
.romagna_autentica .operatori_search_box .vertical .bootstrap-select .downloads .downloadsearchbox.horizontal button:after,
.downloads .culture .xp_search_box .downloadsearchbox.horizontal .control .bootstrap-select button:after,
.culture .xp_search_box .downloads .downloadsearchbox.horizontal .control .bootstrap-select button:after,
.downloads .downloadsearchbox.horizontal .culture .xp_search_box .vertical .bootstrap-select button:after,
.culture .xp_search_box .vertical .bootstrap-select .downloads .downloadsearchbox.horizontal button:after,
.downloads .culture .operatori_search_box .downloadsearchbox.horizontal .control .bootstrap-select button:after,
.culture .operatori_search_box .downloads .downloadsearchbox.horizontal .control .bootstrap-select button:after,
.downloads .downloadsearchbox.horizontal .culture .operatori_search_box .vertical .bootstrap-select button:after,
.culture .operatori_search_box .vertical .bootstrap-select .downloads .downloadsearchbox.horizontal button:after,
.downloads .castle .xp_search_box .downloadsearchbox.horizontal .control .bootstrap-select button:after,
.castle .xp_search_box .downloads .downloadsearchbox.horizontal .control .bootstrap-select button:after,
.downloads .downloadsearchbox.horizontal .castle .xp_search_box .vertical .bootstrap-select button:after,
.castle .xp_search_box .vertical .bootstrap-select .downloads .downloadsearchbox.horizontal button:after,
.downloads .castle .operatori_search_box .downloadsearchbox.horizontal .control .bootstrap-select button:after,
.castle .operatori_search_box .downloads .downloadsearchbox.horizontal .control .bootstrap-select button:after,
.downloads .downloadsearchbox.horizontal .castle .operatori_search_box .vertical .bootstrap-select button:after,
.castle .operatori_search_box .vertical .bootstrap-select .downloads .downloadsearchbox.horizontal button:after,
.downloads .bike .xp_search_box .downloadsearchbox.horizontal .control .bootstrap-select button:after,
.bike .xp_search_box .downloads .downloadsearchbox.horizontal .control .bootstrap-select button:after,
.downloads .downloadsearchbox.horizontal .bike .xp_search_box .vertical .bootstrap-select button:after,
.bike .xp_search_box .vertical .bootstrap-select .downloads .downloadsearchbox.horizontal button:after,
.downloads .bike .operatori_search_box .downloadsearchbox.horizontal .control .bootstrap-select button:after,
.bike .operatori_search_box .downloads .downloadsearchbox.horizontal .control .bootstrap-select button:after,
.downloads .downloadsearchbox.horizontal .bike .operatori_search_box .vertical .bootstrap-select button:after,
.bike .operatori_search_box .vertical .bootstrap-select .downloads .downloadsearchbox.horizontal button:after,
.downloads .empire .xp_search_box .downloadsearchbox.horizontal .control .bootstrap-select button:after,
.empire .xp_search_box .downloads .downloadsearchbox.horizontal .control .bootstrap-select button:after,
.downloads .downloadsearchbox.horizontal .empire .xp_search_box .vertical .bootstrap-select button:after,
.empire .xp_search_box .vertical .bootstrap-select .downloads .downloadsearchbox.horizontal button:after,
.downloads .empire .operatori_search_box .downloadsearchbox.horizontal .control .bootstrap-select button:after,
.empire .operatori_search_box .downloads .downloadsearchbox.horizontal .control .bootstrap-select button:after,
.downloads .downloadsearchbox.horizontal .empire .operatori_search_box .vertical .bootstrap-select button:after,
.empire .operatori_search_box .vertical .bootstrap-select .downloads .downloadsearchbox.horizontal button:after,
.downloads .wellness .xp_search_box .downloadsearchbox.horizontal .control .bootstrap-select button:after,
.wellness .xp_search_box .downloads .downloadsearchbox.horizontal .control .bootstrap-select button:after,
.downloads .downloadsearchbox.horizontal .wellness .xp_search_box .vertical .bootstrap-select button:after,
.wellness .xp_search_box .vertical .bootstrap-select .downloads .downloadsearchbox.horizontal button:after,
.downloads .wellness .operatori_search_box .downloadsearchbox.horizontal .control .bootstrap-select button:after,
.wellness .operatori_search_box .downloads .downloadsearchbox.horizontal .control .bootstrap-select button:after,
.downloads .downloadsearchbox.horizontal .wellness .operatori_search_box .vertical .bootstrap-select button:after,
.wellness .operatori_search_box .vertical .bootstrap-select .downloads .downloadsearchbox.horizontal button:after,
.downloads .fun .xp_search_box .downloadsearchbox.horizontal .control .bootstrap-select button:after,
.fun .xp_search_box .downloads .downloadsearchbox.horizontal .control .bootstrap-select button:after,
.downloads .downloadsearchbox.horizontal .fun .xp_search_box .vertical .bootstrap-select button:after,
.fun .xp_search_box .vertical .bootstrap-select .downloads .downloadsearchbox.horizontal button:after,
.downloads .fun .operatori_search_box .downloadsearchbox.horizontal .control .bootstrap-select button:after,
.fun .operatori_search_box .downloads .downloadsearchbox.horizontal .control .bootstrap-select button:after,
.downloads .downloadsearchbox.horizontal .fun .operatori_search_box .vertical .bootstrap-select button:after,
.fun .operatori_search_box .vertical .bootstrap-select .downloads .downloadsearchbox.horizontal button:after,
.downloads .sport .xp_search_box .downloadsearchbox.horizontal .control .bootstrap-select button:after,
.sport .xp_search_box .downloads .downloadsearchbox.horizontal .control .bootstrap-select button:after,
.downloads .downloadsearchbox.horizontal .sport .xp_search_box .vertical .bootstrap-select button:after,
.sport .xp_search_box .vertical .bootstrap-select .downloads .downloadsearchbox.horizontal button:after,
.downloads .sport .operatori_search_box .downloadsearchbox.horizontal .control .bootstrap-select button:after,
.sport .operatori_search_box .downloads .downloadsearchbox.horizontal .control .bootstrap-select button:after,
.downloads .downloadsearchbox.horizontal .sport .operatori_search_box .vertical .bootstrap-select button:after,
.sport .operatori_search_box .vertical .bootstrap-select .downloads .downloadsearchbox.horizontal button:after,
.downloads .motorcycle .xp_search_box .downloadsearchbox.horizontal .control .bootstrap-select button:after,
.motorcycle .xp_search_box .downloads .downloadsearchbox.horizontal .control .bootstrap-select button:after,
.downloads .downloadsearchbox.horizontal .motorcycle .xp_search_box .vertical .bootstrap-select button:after,
.motorcycle .xp_search_box .vertical .bootstrap-select .downloads .downloadsearchbox.horizontal button:after,
.downloads .motorcycle .operatori_search_box .downloadsearchbox.horizontal .control .bootstrap-select button:after,
.motorcycle .operatori_search_box .downloads .downloadsearchbox.horizontal .control .bootstrap-select button:after,
.downloads .downloadsearchbox.horizontal .motorcycle .operatori_search_box .vertical .bootstrap-select button:after,
.motorcycle .operatori_search_box .vertical .bootstrap-select .downloads .downloadsearchbox.horizontal button:after,
.downloads .romagna .xp_search_box .downloadsearchbox.horizontal .control .bootstrap-select button:after,
.romagna .xp_search_box .downloads .downloadsearchbox.horizontal .control .bootstrap-select button:after,
.downloads .downloadsearchbox.horizontal .romagna .xp_search_box .vertical .bootstrap-select button:after,
.romagna .xp_search_box .vertical .bootstrap-select .downloads .downloadsearchbox.horizontal button:after,
.downloads .romagna .operatori_search_box .downloadsearchbox.horizontal .control .bootstrap-select button:after,
.romagna .operatori_search_box .downloads .downloadsearchbox.horizontal .control .bootstrap-select button:after,
.downloads .downloadsearchbox.horizontal .romagna .operatori_search_box .vertical .bootstrap-select button:after,
.romagna .operatori_search_box .vertical .bootstrap-select .downloads .downloadsearchbox.horizontal button:after,
.downloads .liscio .xp_search_box .downloadsearchbox.horizontal .control .bootstrap-select button:after,
.liscio .xp_search_box .downloads .downloadsearchbox.horizontal .control .bootstrap-select button:after,
.downloads .downloadsearchbox.horizontal .liscio .xp_search_box .vertical .bootstrap-select button:after,
.liscio .xp_search_box .vertical .bootstrap-select .downloads .downloadsearchbox.horizontal button:after,
.downloads .liscio .operatori_search_box .downloadsearchbox.horizontal .control .bootstrap-select button:after,
.liscio .operatori_search_box .downloads .downloadsearchbox.horizontal .control .bootstrap-select button:after,
.downloads .downloadsearchbox.horizontal .liscio .operatori_search_box .vertical .bootstrap-select button:after,
.liscio .operatori_search_box .vertical .bootstrap-select .downloads .downloadsearchbox.horizontal button:after,
.downloads .default .xp_search_box .downloadsearchbox.horizontal .control .bootstrap-select button:after,
.default .xp_search_box .downloads .downloadsearchbox.horizontal .control .bootstrap-select button:after,
.downloads .downloadsearchbox.horizontal .default .xp_search_box .vertical .bootstrap-select button:after,
.default .xp_search_box .vertical .bootstrap-select .downloads .downloadsearchbox.horizontal button:after,
.downloads .default .operatori_search_box .downloadsearchbox.horizontal .control .bootstrap-select button:after,
.default .operatori_search_box .downloads .downloadsearchbox.horizontal .control .bootstrap-select button:after,
.downloads .downloadsearchbox.horizontal .default .operatori_search_box .vertical .bootstrap-select button:after,
.default .operatori_search_box .vertical .bootstrap-select .downloads .downloadsearchbox.horizontal button:after,
.downloads .pet .xp_search_box .downloadsearchbox.horizontal .control .bootstrap-select button:after,
.pet .xp_search_box .downloads .downloadsearchbox.horizontal .control .bootstrap-select button:after,
.downloads .downloadsearchbox.horizontal .pet .xp_search_box .vertical .bootstrap-select button:after,
.pet .xp_search_box .vertical .bootstrap-select .downloads .downloadsearchbox.horizontal button:after,
.downloads .pet .operatori_search_box .downloadsearchbox.horizontal .control .bootstrap-select button:after,
.pet .operatori_search_box .downloads .downloadsearchbox.horizontal .control .bootstrap-select button:after,
.downloads .downloadsearchbox.horizontal .pet .operatori_search_box .vertical .bootstrap-select button:after,
.pet .operatori_search_box .vertical .bootstrap-select .downloads .downloadsearchbox.horizontal button:after,
.downloads .kultur .xp_search_box .downloadsearchbox.horizontal .control .bootstrap-select button:after,
.kultur .xp_search_box .downloads .downloadsearchbox.horizontal .control .bootstrap-select button:after,
.downloads .downloadsearchbox.horizontal .kultur .xp_search_box .vertical .bootstrap-select button:after,
.kultur .xp_search_box .vertical .bootstrap-select .downloads .downloadsearchbox.horizontal button:after,
.downloads .kultur .operatori_search_box .downloadsearchbox.horizontal .control .bootstrap-select button:after,
.kultur .operatori_search_box .downloads .downloadsearchbox.horizontal .control .bootstrap-select button:after,
.downloads .downloadsearchbox.horizontal .kultur .operatori_search_box .vertical .bootstrap-select button:after,
.kultur .operatori_search_box .vertical .bootstrap-select .downloads .downloadsearchbox.horizontal button:after,
.downloads .natur .xp_search_box .downloadsearchbox.horizontal .control .bootstrap-select button:after,
.natur .xp_search_box .downloads .downloadsearchbox.horizontal .control .bootstrap-select button:after,
.downloads .downloadsearchbox.horizontal .natur .xp_search_box .vertical .bootstrap-select button:after,
.natur .xp_search_box .vertical .bootstrap-select .downloads .downloadsearchbox.horizontal button:after,
.downloads .natur .operatori_search_box .downloadsearchbox.horizontal .control .bootstrap-select button:after,
.natur .operatori_search_box .downloads .downloadsearchbox.horizontal .control .bootstrap-select button:after,
.downloads .downloadsearchbox.horizontal .natur .operatori_search_box .vertical .bootstrap-select button:after,
.natur .operatori_search_box .vertical .bootstrap-select .downloads .downloadsearchbox.horizontal button:after,
.downloads .spass .xp_search_box .downloadsearchbox.horizontal .control .bootstrap-select button:after,
.spass .xp_search_box .downloads .downloadsearchbox.horizontal .control .bootstrap-select button:after,
.downloads .downloadsearchbox.horizontal .spass .xp_search_box .vertical .bootstrap-select button:after,
.spass .xp_search_box .vertical .bootstrap-select .downloads .downloadsearchbox.horizontal button:after,
.downloads .spass .operatori_search_box .downloadsearchbox.horizontal .control .bootstrap-select button:after,
.spass .operatori_search_box .downloads .downloadsearchbox.horizontal .control .bootstrap-select button:after,
.downloads .downloadsearchbox.horizontal .spass .operatori_search_box .vertical .bootstrap-select button:after,
.spass .operatori_search_box .vertical .bootstrap-select .downloads .downloadsearchbox.horizontal button:after,
.downloads .romagna-craft .xp_search_box .downloadsearchbox.horizontal .control .bootstrap-select button:after,
.romagna-craft .xp_search_box .downloads .downloadsearchbox.horizontal .control .bootstrap-select button:after,
.downloads .downloadsearchbox.horizontal .romagna-craft .xp_search_box .vertical .bootstrap-select button:after,
.romagna-craft .xp_search_box .vertical .bootstrap-select .downloads .downloadsearchbox.horizontal button:after,
.downloads .romagna-craft .operatori_search_box .downloadsearchbox.horizontal .control .bootstrap-select button:after,
.romagna-craft .operatori_search_box .downloads .downloadsearchbox.horizontal .control .bootstrap-select button:after,
.downloads .downloadsearchbox.horizontal .romagna-craft .operatori_search_box .vertical .bootstrap-select button:after,
.romagna-craft .operatori_search_box .vertical .bootstrap-select .downloads .downloadsearchbox.horizontal button:after,
.downloads .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .downloadsearchbox.horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .downloads .downloadsearchbox.horizontal .control .bootstrap-select button:after,
.downloads .downloadsearchbox.horizontal .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .vertical .bootstrap-select .downloads .downloadsearchbox.horizontal button:after,
.downloads .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .downloadsearchbox.horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .downloads .downloadsearchbox.horizontal .control .bootstrap-select button:after,
.downloads .downloadsearchbox.horizontal .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .vertical .bootstrap-select .downloads .downloadsearchbox.horizontal button:after,
.downloads .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .downloadsearchbox.horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .downloads .downloadsearchbox.horizontal .control .bootstrap-select button:after,
.downloads .downloadsearchbox.horizontal .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .vertical .bootstrap-select .downloads .downloadsearchbox.horizontal button:after,
.downloads .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .downloadsearchbox.horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .downloads .downloadsearchbox.horizontal .control .bootstrap-select button:after,
.downloads .downloadsearchbox.horizontal .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .vertical .bootstrap-select .downloads .downloadsearchbox.horizontal button:after,
.downloads .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .downloadsearchbox.horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .downloads .downloadsearchbox.horizontal .control .bootstrap-select button:after,
.downloads .downloadsearchbox.horizontal .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .vertical .bootstrap-select .downloads .downloadsearchbox.horizontal button:after,
.downloads .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .downloadsearchbox.horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .downloads .downloadsearchbox.horizontal .control .bootstrap-select button:after,
.downloads .downloadsearchbox.horizontal .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .vertical .bootstrap-select .downloads .downloadsearchbox.horizontal button:after,
.downloads .downloadsearchbox.horizontal .itinerari .searchbox.horizontal .control .bootstrap-select button:after,
.itinerari .searchbox.horizontal .control .bootstrap-select .downloads .downloadsearchbox.horizontal button:after,
.downloads .downloadsearchbox.horizontal .itinerari .searchbox .control .bootstrap-select button:after,
.itinerari .searchbox .control .bootstrap-select .downloads .downloadsearchbox.horizontal button:after,
.downloads .downloadsearchbox.horizontal .localita #searchbox-app .bootstrap-select button:after,
.localita #searchbox-app .bootstrap-select .downloads .downloadsearchbox.horizontal button:after {
  line-height: 2.2rem;
}

.downloads .downloadsearchbox.horizontal button.collapsible {
  border: none;
  background-color: transparent;
  display: block;
  width: 100%;
  font-size: 1.6rem;
  color: #ffffff;
  letter-spacing: -0.41px;
  text-align: left;
  text-transform: uppercase;
  display: block;
}

.downloads .downloadsearchbox.horizontal .control {
  padding: 0.5rem 1rem;
  height: 5rem;
  background-color: white;
  margin: 0.5rem;
}

.downloads .downloadsearchbox.horizontal .control.btn-holder {
  min-width: 2rem;
  width: auto;
  padding: 0px;
}

.downloads .downloadsearchbox.horizontal .control.btn-holder button {
  width: 100%;
  border: none;
  background-color: #904853;
  height: 100%;
  font-size: 1.6rem;
  color: #ffffff;
  letter-spacing: -0.41px;
  text-align: center;
  text-transform: uppercase;
  display: block;
  padding: 0px;
}

.downloads .downloadsearchbox.horizontal .control .ert-dropdown {
  width: 100%;
}

.downloads .downloadsearchbox.horizontal .control .ert-dropdown * {
  cursor: pointer;
}

.downloads .downloadsearchbox.horizontal .control .ert-dropdown .ert-combo {
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
  display: block;
  text-align: left;
}

.downloads .downloadsearchbox.horizontal .control .ert-dropdown .ert-combo::after {
  border: none;
}

.downloads .downloadsearchbox.horizontal .control .ert-dropdown .ert-combo i {
  transition: 500ms ease;
  transform: rotate(0);
  position: absolute;
  top: 2.25rem;
  right: 15px;
}

.downloads .downloadsearchbox.horizontal .control .ert-dropdown .ert-combo .button {
  padding: 0px;
}

.downloads .downloadsearchbox.horizontal .control .ert-dropdown.show .ert-combo i {
  transform: rotate(180deg);
}

.downloads .downloadsearchbox.horizontal .control .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: auto;
}

.downloads .downloadsearchbox.horizontal .control .bootstrap-select {
  margin-top: -1px;
}

.downloads .downloadsearchbox.horizontal .control .bootstrap-select *:focus {
  box-shadow: none important;
}

.downloads .downloadsearchbox.horizontal .control .bootstrap-select button {
  padding: 0px;
  font-size: 1.5rem;
  background: #ffffff;
  color: #848484;
  letter-spacing: 0.3px;
  border: none;
  border-radius: 0;
}

.downloads .downloadsearchbox.horizontal .control .bootstrap-select button:after {
  content: "\F078";
  border: none;
}

.downloads .downloadsearchbox.horizontal .control .bootstrap-select .dropdown-menu {
  width: 100% !important;
  border: none;
  border-radius: 0;
  box-shadow: 0px 2px 2px 0px #a9a9a970;
  border-top: 1px solid #a9a9a970;
}

.downloads .downloadsearchbox.horizontal .control .bootstrap-select .dropdown-menu.inner.show {
  border-top: none;
}

.downloads .downloadsearchbox.horizontal .control .bootstrap-select .dropdown-menu .dropdown-item {
  font-size: 1.5rem;
  line-height: 4rem;
}

.downloads .downloadsearchbox.horizontal .control .bootstrap-select .dropdown-menu .dropdown-item:active,
.downloads .downloadsearchbox.horizontal .control .bootstrap-select .dropdown-menu .dropdown-item.active {
  background-color: #ae5d69;
}

.downloads .downloadsearchbox.horizontal .control label {
  background: #ffffff;
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
  line-height: 2.4rem;
  margin-bottom: 0px;
  margin-right: 0.5rem;
}

@media (max-width: 768px) {
  .downloads .downloadsearchbox.horizontal .control label {
    min-width: 6.2rem;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .downloads .downloadsearchbox.horizontal .control label {
    display: none;
  }
}

.downloads .downloadsearchbox.horizontal .control .flatpickr-mobile.form-control {
  padding: 1px 0;
}

.downloads .downloadsearchbox.horizontal .control input[type=text],
.downloads .downloadsearchbox.horizontal .control input[type=date] {
  border: none;
  font-size: 1.5rem;
  border-radius: 0;
  background-color: white;
  border-bottom: 1px solid #495057;
  min-width: 0;
  height: auto;
}

.downloads .downloadsearchbox.horizontal .control input[type=text]:focus,
.downloads .downloadsearchbox.horizontal .control input[type=date]:focus {
  box-shadow: none;
}

.downloads .downloadsearchbox.vertical {
  max-width: 30rem;
  z-index: 10;
  position: relative;
  height: 4.4rem;
  margin: 0 auto;
}

.downloads .downloadsearchbox.vertical button.collapsible {
  border: none;
  background-color: transparent;
  display: block;
  position: absolute;
  width: 100%;
}

.downloads .downloadsearchbox.vertical .dropbutton {
  display: none;
}

.downloads .downloadsearchbox.vertical .dropbutton.collapsed {
  display: block;
}

.downloads .downloadsearchbox.vertical #collapse-events {
  padding: 1.8rem;
  background-color: #ae5d69;
  background-image: linear-gradient(-180deg, #ad5b67 0%, #ae5d69 48%, #ad5b67 80%);
  font-size: 1.6rem;
}

.downloads .downloadsearchbox.vertical .fa-chevron-up {
  text-align: right;
  line-height: 4rem;
  color: white;
  margin-bottom: 1.8rem;
}

.downloads .downloadsearchbox.vertical .form-group {
  background: #ffffff;
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
}

.downloads .downloadsearchbox.vertical .form-group .col-form-label {
  line-height: 5rem;
}

.downloads .downloadsearchbox.vertical .ert-text {
  border: none;
  font-size: 1.5rem;
  height: 60px;
  border-radius: 0;
  background-color: white;
}

.downloads .downloadsearchbox.vertical .ert-text.line {
  border-bottom: 1px solid #495057;
  height: auto;
  margin-top: 14px;
}

.downloads .downloadsearchbox.vertical .ert-text:focus {
  box-shadow: none;
}

.downloads .downloadsearchbox.vertical button.search {
  border: none;
  position: absolute;
  bottom: -10rem;
  left: 5%;
  right: 5%;
  width: 90%;
  line-height: 4.4rem;
}

.downloads .downloadsearchbox.vertical .datepicker-holder {
  padding-right: 0px;
}

.downloads .downloadsearchbox.vertical .datepicker-holder * {
  cursor: pointer;
}

.downloads .downloadsearchbox.vertical .datepicker-holder input[type=date]::-webkit-calendar-picker-indicator {
  width: 1.2rem;
  height: 0.7rem;
  -webkit-mask: url(/images/caret.svg);
          mask: url(/images/caret.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  -webkit-transition: 500ms ease;
  transition: 500ms ease;
  background-color: #686868;
}

.downloads .downloadsearchbox.vertical .datepicker-holder .flatpickr-calendar.static {
  margin-left: -193px;
  margin-top: -184px;
  left: 50%;
  top: 50%;
}

.downloads .downloadsearchbox.vertical .datepicker-holder .flatpickr-calendar.static.arrowBottom:after {
  display: none;
}

.downloads .downloadsearchbox.vertical .datepicker-holder .flatpickr-calendar.static.arrowBottom:before {
  display: none;
}

.downloads .downloadsearchbox.vertical .datepicker-holder .flatpickr-months .flatpickr-month {
  height: 32px;
}

.downloads .downloadsearchbox.vertical .ert-dropdown * {
  cursor: pointer;
}

.downloads .downloadsearchbox.vertical .ert-dropdown .ert-combo {
  background: #ffffff;
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
  line-height: 5rem;
  display: block;
  width: 100%;
  height: 60px;
  text-align: left;
}

.downloads .downloadsearchbox.vertical .ert-dropdown .ert-combo::after {
  border: none;
}

.downloads .downloadsearchbox.vertical .ert-dropdown .ert-combo i {
  transition: 500ms ease;
  transform: rotate(0);
  position: absolute;
  top: 2.25rem;
  right: 15px;
}

.downloads .downloadsearchbox.vertical .ert-dropdown .ert-combo .button {
  padding: 0px;
}

.downloads .downloadsearchbox.vertical .ert-dropdown .dropdown-menu {
  width: 100% !important;
  border: none;
  border-radius: 0;
  box-shadow: 0px 2px 2px 0px #a9a9a970;
  border-top: 1px solid #a9a9a970;
}

.downloads .downloadsearchbox.vertical .ert-dropdown .dropdown-menu .dropdown-item {
  font-size: 1.5rem;
  line-height: 4rem;
}

.downloads .downloadsearchbox.vertical .ert-dropdown .dropdown-menu .dropdown-item:active {
  background-color: #ae5d69;
}

.downloads .downloadsearchbox.vertical .ert-dropdown.show .ert-combo i {
  transform: rotate(180deg);
}

.downloads .downloadsearchbox.vertical .bootstrap-select *:focus {
  box-shadow: none important;
}

.downloads .downloadsearchbox.vertical .bootstrap-select button {
  font-size: 1.5rem;
  color: #848484;
  letter-spacing: 0.3px;
  height: 60px;
  border: none;
  font-size: 1.5rem;
  height: 60px;
  border-radius: 0;
  background-color: white;
}

.downloads .downloadsearchbox.vertical .bootstrap-select button:after {
  content: "\F078";
  border: none;
}

.downloads .downloadsearchbox.vertical .bootstrap-select .dropdown-menu {
  width: 100% !important;
  border: none;
  border-radius: 0;
  box-shadow: 0px 2px 2px 0px #a9a9a970;
  border-top: 1px solid #a9a9a970;
}

.downloads .downloadsearchbox.vertical .bootstrap-select .dropdown-menu .dropdown-item {
  font-size: 1.5rem;
  line-height: 4rem;
}

.downloads .downloadsearchbox.vertical .bootstrap-select .dropdown-menu .dropdown-item:active,
.downloads .downloadsearchbox.vertical .bootstrap-select .dropdown-menu .dropdown-item.active {
  background-color: #ae5d69;
}

.downloads .downloadsearchbox.vertical .btn-er,
.downloads .downloadsearchbox.vertical .instagram .instabutton div span,
.instagram .instabutton div .downloads .downloadsearchbox.vertical span {
  margin-top: 18px;
}

.downloads .downloadsearchbox.vertical .btn-er .fa-chevron-down,
.downloads .downloadsearchbox.vertical .instagram .instabutton div span .fa-chevron-down,
.instagram .instabutton div .downloads .downloadsearchbox.vertical span .fa-chevron-down {
  float: right;
  line-height: 4rem;
}

.downloads .download-icon {
  width: 80px;
  height: auto;
  margin-top: 4rem;
}

.search .search-box {
  min-height: 25rem;
}

.search .search-box .image {
  background-color: gainsboro;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  position: relative;
  min-height: 25rem;
}

.search .search-box .categoria {
  height: 21px;
  padding-bottom: 2px;
}

.search .search-box h4 {
  font-size: 26px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.63px;
  color: #030303;
  margin-bottom: 0px;
}

.search .search-box h5,
.search .search-box .h5 {
  font-size: 2.125rem;
  padding: 0rem;
  margin-bottom: 1rem;
}

.search .search-box p {
  font-size: 20px;
  font-weight: normal;
  font-style: italic;
  font-stretch: normal;
  line-height: 1.35;
  letter-spacing: -0.51px;
  color: #030303;
  word-break: break-word;
  margin-bottom: 2rem;
}

.search .search-box .btn {
  min-width: 99.3px;
  border-radius: 2.6px;
  box-shadow: -1px 1px 4px 0 rgba(0, 0, 0, 0.25);
  padding: 1rem 2rem;
  line-height: 2.7rem;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: -0.41px;
  text-align: center;
  text-transform: uppercase;
  border: none;
}

.search .search-box .btn.localita {
  background-color: #2F4A9A;
  color: #FFFFFF;
}

.search .search-box .btn.event {
  background-color: #2F4A9A;
  color: #FFFFFF;
}

.search .search-box .btn.itinerary,
.search .search-box .btn.interessi,
.search .search-box .btn.page {
  background-color: #c05116;
  color: #FFFFFF;
}

.search .search-box .scrim {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: auto;
  padding-top: 12rem;
  background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.11) 8%, rgba(0, 0, 0, 0.68) 68%);
  color: white;
}

.search .search-box .scrim .date {
  font-size: 48px;
  font-weight: 800;
  font-style: italic;
  font-stretch: normal;
  line-height: 1.08;
  letter-spacing: -1.16px;
  color: #ffffff;
  position: absolute;
  bottom: -7px;
  left: -3px;
}

.search .search-separators {
  width: 9.7rem;
  height: 1rem;
}

.search .searchearchbox.horizontal {
  padding: 1rem;
  background-color: #ae5d69;
  background-image: linear-gradient(-180deg, #ad5b67 0%, #ae5d69 48%, #ad5b67 80%);
  font-size: 1.6rem;
}

.search .searchearchbox.horizontal.collapsed {
  border-radius: 2px;
  box-shadow: -1px 0 3px 0 rgba(0, 0, 0, 0.25);
}

.search .searchearchbox.horizontal .fa,
.search .searchearchbox.horizontal .searchearchbox.vertical .bootstrap-select button:after,
.search .searchearchbox.vertical .bootstrap-select .searchearchbox.horizontal button:after,
.search .searchearchbox.horizontal .control .bootstrap-select button:after,
.search .searchearchbox.horizontal .events-homepage .header .eventsearchbox.horizontal .control .bootstrap-select button:after,
.events-homepage .header .eventsearchbox.horizontal .control .bootstrap-select .search .searchearchbox.horizontal button:after,
.search .searchearchbox.horizontal .events-homepage .header .eventsearchbox.vertical .bootstrap-select button:after,
.events-homepage .header .eventsearchbox.vertical .bootstrap-select .search .searchearchbox.horizontal button:after,
.search .searchearchbox.horizontal .events-page .header .eventsearchbox.horizontal .control .bootstrap-select button:after,
.events-page .header .eventsearchbox.horizontal .control .bootstrap-select .search .searchearchbox.horizontal button:after,
.search .searchearchbox.horizontal .events-page .header .eventsearchbox.vertical .bootstrap-select button:after,
.events-page .header .eventsearchbox.vertical .bootstrap-select .search .searchearchbox.horizontal button:after,
.search .scopri .xp_search_box .searchearchbox.horizontal .control .bootstrap-select button:after,
.scopri .xp_search_box .search .searchearchbox.horizontal .control .bootstrap-select button:after,
.search .searchearchbox.horizontal .scopri .xp_search_box .vertical .bootstrap-select button:after,
.scopri .xp_search_box .vertical .bootstrap-select .search .searchearchbox.horizontal button:after,
.search .scopri .operatori_search_box .searchearchbox.horizontal .control .bootstrap-select button:after,
.scopri .operatori_search_box .search .searchearchbox.horizontal .control .bootstrap-select button:after,
.search .searchearchbox.horizontal .scopri .operatori_search_box .vertical .bootstrap-select button:after,
.scopri .operatori_search_box .vertical .bootstrap-select .search .searchearchbox.horizontal button:after,
.search .idee .xp_search_box .searchearchbox.horizontal .control .bootstrap-select button:after,
.idee .xp_search_box .search .searchearchbox.horizontal .control .bootstrap-select button:after,
.search .searchearchbox.horizontal .idee .xp_search_box .vertical .bootstrap-select button:after,
.idee .xp_search_box .vertical .bootstrap-select .search .searchearchbox.horizontal button:after,
.search .idee .operatori_search_box .searchearchbox.horizontal .control .bootstrap-select button:after,
.idee .operatori_search_box .search .searchearchbox.horizontal .control .bootstrap-select button:after,
.search .searchearchbox.horizontal .idee .operatori_search_box .vertical .bootstrap-select button:after,
.idee .operatori_search_box .vertical .bootstrap-select .search .searchearchbox.horizontal button:after,
.search .eventi .xp_search_box .searchearchbox.horizontal .control .bootstrap-select button:after,
.eventi .xp_search_box .search .searchearchbox.horizontal .control .bootstrap-select button:after,
.search .searchearchbox.horizontal .eventi .xp_search_box .vertical .bootstrap-select button:after,
.eventi .xp_search_box .vertical .bootstrap-select .search .searchearchbox.horizontal button:after,
.search .eventi .operatori_search_box .searchearchbox.horizontal .control .bootstrap-select button:after,
.eventi .operatori_search_box .search .searchearchbox.horizontal .control .bootstrap-select button:after,
.search .searchearchbox.horizontal .eventi .operatori_search_box .vertical .bootstrap-select button:after,
.eventi .operatori_search_box .vertical .bootstrap-select .search .searchearchbox.horizontal button:after,
.search .pianifica .xp_search_box .searchearchbox.horizontal .control .bootstrap-select button:after,
.pianifica .xp_search_box .search .searchearchbox.horizontal .control .bootstrap-select button:after,
.search .searchearchbox.horizontal .pianifica .xp_search_box .vertical .bootstrap-select button:after,
.pianifica .xp_search_box .vertical .bootstrap-select .search .searchearchbox.horizontal button:after,
.search .pianifica .operatori_search_box .searchearchbox.horizontal .control .bootstrap-select button:after,
.pianifica .operatori_search_box .search .searchearchbox.horizontal .control .bootstrap-select button:after,
.search .searchearchbox.horizontal .pianifica .operatori_search_box .vertical .bootstrap-select button:after,
.pianifica .operatori_search_box .vertical .bootstrap-select .search .searchearchbox.horizontal button:after,
.search .esperienze .xp_search_box .searchearchbox.horizontal .control .bootstrap-select button:after,
.esperienze .xp_search_box .search .searchearchbox.horizontal .control .bootstrap-select button:after,
.search .searchearchbox.horizontal .esperienze .xp_search_box .vertical .bootstrap-select button:after,
.esperienze .xp_search_box .vertical .bootstrap-select .search .searchearchbox.horizontal button:after,
.search .esperienze .operatori_search_box .searchearchbox.horizontal .control .bootstrap-select button:after,
.esperienze .operatori_search_box .search .searchearchbox.horizontal .control .bootstrap-select button:after,
.search .searchearchbox.horizontal .esperienze .operatori_search_box .vertical .bootstrap-select button:after,
.esperienze .operatori_search_box .vertical .bootstrap-select .search .searchearchbox.horizontal button:after,
.search .news .xp_search_box .searchearchbox.horizontal .control .bootstrap-select button:after,
.news .xp_search_box .search .searchearchbox.horizontal .control .bootstrap-select button:after,
.search .searchearchbox.horizontal .news .xp_search_box .vertical .bootstrap-select button:after,
.news .xp_search_box .vertical .bootstrap-select .search .searchearchbox.horizontal button:after,
.search .news .operatori_search_box .searchearchbox.horizontal .control .bootstrap-select button:after,
.news .operatori_search_box .search .searchearchbox.horizontal .control .bootstrap-select button:after,
.search .searchearchbox.horizontal .news .operatori_search_box .vertical .bootstrap-select button:after,
.news .operatori_search_box .vertical .bootstrap-select .search .searchearchbox.horizontal button:after,
.search .iat .xp_search_box .searchearchbox.horizontal .control .bootstrap-select button:after,
.iat .xp_search_box .search .searchearchbox.horizontal .control .bootstrap-select button:after,
.search .searchearchbox.horizontal .iat .xp_search_box .vertical .bootstrap-select button:after,
.iat .xp_search_box .vertical .bootstrap-select .search .searchearchbox.horizontal button:after,
.search .iat .operatori_search_box .searchearchbox.horizontal .control .bootstrap-select button:after,
.iat .operatori_search_box .search .searchearchbox.horizontal .control .bootstrap-select button:after,
.search .searchearchbox.horizontal .iat .operatori_search_box .vertical .bootstrap-select button:after,
.iat .operatori_search_box .vertical .bootstrap-select .search .searchearchbox.horizontal button:after,
.search .meteo .xp_search_box .searchearchbox.horizontal .control .bootstrap-select button:after,
.meteo .xp_search_box .search .searchearchbox.horizontal .control .bootstrap-select button:after,
.search .searchearchbox.horizontal .meteo .xp_search_box .vertical .bootstrap-select button:after,
.meteo .xp_search_box .vertical .bootstrap-select .search .searchearchbox.horizontal button:after,
.search .meteo .operatori_search_box .searchearchbox.horizontal .control .bootstrap-select button:after,
.meteo .operatori_search_box .search .searchearchbox.horizontal .control .bootstrap-select button:after,
.search .searchearchbox.horizontal .meteo .operatori_search_box .vertical .bootstrap-select button:after,
.meteo .operatori_search_box .vertical .bootstrap-select .search .searchearchbox.horizontal button:after,
.search .odm .xp_search_box .searchearchbox.horizontal .control .bootstrap-select button:after,
.odm .xp_search_box .search .searchearchbox.horizontal .control .bootstrap-select button:after,
.search .searchearchbox.horizontal .odm .xp_search_box .vertical .bootstrap-select button:after,
.odm .xp_search_box .vertical .bootstrap-select .search .searchearchbox.horizontal button:after,
.search .odm .operatori_search_box .searchearchbox.horizontal .control .bootstrap-select button:after,
.odm .operatori_search_box .search .searchearchbox.horizontal .control .bootstrap-select button:after,
.search .searchearchbox.horizontal .odm .operatori_search_box .vertical .bootstrap-select button:after,
.odm .operatori_search_box .vertical .bootstrap-select .search .searchearchbox.horizontal button:after,
.search .booking .xp_search_box .searchearchbox.horizontal .control .bootstrap-select button:after,
.booking .xp_search_box .search .searchearchbox.horizontal .control .bootstrap-select button:after,
.search .searchearchbox.horizontal .booking .xp_search_box .vertical .bootstrap-select button:after,
.booking .xp_search_box .vertical .bootstrap-select .search .searchearchbox.horizontal button:after,
.search .booking .operatori_search_box .searchearchbox.horizontal .control .bootstrap-select button:after,
.booking .operatori_search_box .search .searchearchbox.horizontal .control .bootstrap-select button:after,
.search .searchearchbox.horizontal .booking .operatori_search_box .vertical .bootstrap-select button:after,
.booking .operatori_search_box .vertical .bootstrap-select .search .searchearchbox.horizontal button:after,
.search .rock .xp_search_box .searchearchbox.horizontal .control .bootstrap-select button:after,
.rock .xp_search_box .search .searchearchbox.horizontal .control .bootstrap-select button:after,
.search .searchearchbox.horizontal .rock .xp_search_box .vertical .bootstrap-select button:after,
.rock .xp_search_box .vertical .bootstrap-select .search .searchearchbox.horizontal button:after,
.search .rock .operatori_search_box .searchearchbox.horizontal .control .bootstrap-select button:after,
.rock .operatori_search_box .search .searchearchbox.horizontal .control .bootstrap-select button:after,
.search .searchearchbox.horizontal .rock .operatori_search_box .vertical .bootstrap-select button:after,
.rock .operatori_search_box .vertical .bootstrap-select .search .searchearchbox.horizontal button:after,
.search .beach .xp_search_box .searchearchbox.horizontal .control .bootstrap-select button:after,
.beach .xp_search_box .search .searchearchbox.horizontal .control .bootstrap-select button:after,
.search .searchearchbox.horizontal .beach .xp_search_box .vertical .bootstrap-select button:after,
.beach .xp_search_box .vertical .bootstrap-select .search .searchearchbox.horizontal button:after,
.search .beach .operatori_search_box .searchearchbox.horizontal .control .bootstrap-select button:after,
.beach .operatori_search_box .search .searchearchbox.horizontal .control .bootstrap-select button:after,
.search .searchearchbox.horizontal .beach .operatori_search_box .vertical .bootstrap-select button:after,
.beach .operatori_search_box .vertical .bootstrap-select .search .searchearchbox.horizontal button:after,
.search .food .xp_search_box .searchearchbox.horizontal .control .bootstrap-select button:after,
.food .xp_search_box .search .searchearchbox.horizontal .control .bootstrap-select button:after,
.search .searchearchbox.horizontal .food .xp_search_box .vertical .bootstrap-select button:after,
.food .xp_search_box .vertical .bootstrap-select .search .searchearchbox.horizontal button:after,
.search .food .operatori_search_box .searchearchbox.horizontal .control .bootstrap-select button:after,
.food .operatori_search_box .search .searchearchbox.horizontal .control .bootstrap-select button:after,
.search .searchearchbox.horizontal .food .operatori_search_box .vertical .bootstrap-select button:after,
.food .operatori_search_box .vertical .bootstrap-select .search .searchearchbox.horizontal button:after,
.search .nature .xp_search_box .searchearchbox.horizontal .control .bootstrap-select button:after,
.nature .xp_search_box .search .searchearchbox.horizontal .control .bootstrap-select button:after,
.search .searchearchbox.horizontal .nature .xp_search_box .vertical .bootstrap-select button:after,
.nature .xp_search_box .vertical .bootstrap-select .search .searchearchbox.horizontal button:after,
.search .nature .operatori_search_box .searchearchbox.horizontal .control .bootstrap-select button:after,
.nature .operatori_search_box .search .searchearchbox.horizontal .control .bootstrap-select button:after,
.search .searchearchbox.horizontal .nature .operatori_search_box .vertical .bootstrap-select button:after,
.nature .operatori_search_box .vertical .bootstrap-select .search .searchearchbox.horizontal button:after,
.search .romagna_autentica .xp_search_box .searchearchbox.horizontal .control .bootstrap-select button:after,
.romagna_autentica .xp_search_box .search .searchearchbox.horizontal .control .bootstrap-select button:after,
.search .searchearchbox.horizontal .romagna_autentica .xp_search_box .vertical .bootstrap-select button:after,
.romagna_autentica .xp_search_box .vertical .bootstrap-select .search .searchearchbox.horizontal button:after,
.search .romagna_autentica .operatori_search_box .searchearchbox.horizontal .control .bootstrap-select button:after,
.romagna_autentica .operatori_search_box .search .searchearchbox.horizontal .control .bootstrap-select button:after,
.search .searchearchbox.horizontal .romagna_autentica .operatori_search_box .vertical .bootstrap-select button:after,
.romagna_autentica .operatori_search_box .vertical .bootstrap-select .search .searchearchbox.horizontal button:after,
.search .culture .xp_search_box .searchearchbox.horizontal .control .bootstrap-select button:after,
.culture .xp_search_box .search .searchearchbox.horizontal .control .bootstrap-select button:after,
.search .searchearchbox.horizontal .culture .xp_search_box .vertical .bootstrap-select button:after,
.culture .xp_search_box .vertical .bootstrap-select .search .searchearchbox.horizontal button:after,
.search .culture .operatori_search_box .searchearchbox.horizontal .control .bootstrap-select button:after,
.culture .operatori_search_box .search .searchearchbox.horizontal .control .bootstrap-select button:after,
.search .searchearchbox.horizontal .culture .operatori_search_box .vertical .bootstrap-select button:after,
.culture .operatori_search_box .vertical .bootstrap-select .search .searchearchbox.horizontal button:after,
.search .castle .xp_search_box .searchearchbox.horizontal .control .bootstrap-select button:after,
.castle .xp_search_box .search .searchearchbox.horizontal .control .bootstrap-select button:after,
.search .searchearchbox.horizontal .castle .xp_search_box .vertical .bootstrap-select button:after,
.castle .xp_search_box .vertical .bootstrap-select .search .searchearchbox.horizontal button:after,
.search .castle .operatori_search_box .searchearchbox.horizontal .control .bootstrap-select button:after,
.castle .operatori_search_box .search .searchearchbox.horizontal .control .bootstrap-select button:after,
.search .searchearchbox.horizontal .castle .operatori_search_box .vertical .bootstrap-select button:after,
.castle .operatori_search_box .vertical .bootstrap-select .search .searchearchbox.horizontal button:after,
.search .bike .xp_search_box .searchearchbox.horizontal .control .bootstrap-select button:after,
.bike .xp_search_box .search .searchearchbox.horizontal .control .bootstrap-select button:after,
.search .searchearchbox.horizontal .bike .xp_search_box .vertical .bootstrap-select button:after,
.bike .xp_search_box .vertical .bootstrap-select .search .searchearchbox.horizontal button:after,
.search .bike .operatori_search_box .searchearchbox.horizontal .control .bootstrap-select button:after,
.bike .operatori_search_box .search .searchearchbox.horizontal .control .bootstrap-select button:after,
.search .searchearchbox.horizontal .bike .operatori_search_box .vertical .bootstrap-select button:after,
.bike .operatori_search_box .vertical .bootstrap-select .search .searchearchbox.horizontal button:after,
.search .empire .xp_search_box .searchearchbox.horizontal .control .bootstrap-select button:after,
.empire .xp_search_box .search .searchearchbox.horizontal .control .bootstrap-select button:after,
.search .searchearchbox.horizontal .empire .xp_search_box .vertical .bootstrap-select button:after,
.empire .xp_search_box .vertical .bootstrap-select .search .searchearchbox.horizontal button:after,
.search .empire .operatori_search_box .searchearchbox.horizontal .control .bootstrap-select button:after,
.empire .operatori_search_box .search .searchearchbox.horizontal .control .bootstrap-select button:after,
.search .searchearchbox.horizontal .empire .operatori_search_box .vertical .bootstrap-select button:after,
.empire .operatori_search_box .vertical .bootstrap-select .search .searchearchbox.horizontal button:after,
.search .wellness .xp_search_box .searchearchbox.horizontal .control .bootstrap-select button:after,
.wellness .xp_search_box .search .searchearchbox.horizontal .control .bootstrap-select button:after,
.search .searchearchbox.horizontal .wellness .xp_search_box .vertical .bootstrap-select button:after,
.wellness .xp_search_box .vertical .bootstrap-select .search .searchearchbox.horizontal button:after,
.search .wellness .operatori_search_box .searchearchbox.horizontal .control .bootstrap-select button:after,
.wellness .operatori_search_box .search .searchearchbox.horizontal .control .bootstrap-select button:after,
.search .searchearchbox.horizontal .wellness .operatori_search_box .vertical .bootstrap-select button:after,
.wellness .operatori_search_box .vertical .bootstrap-select .search .searchearchbox.horizontal button:after,
.search .fun .xp_search_box .searchearchbox.horizontal .control .bootstrap-select button:after,
.fun .xp_search_box .search .searchearchbox.horizontal .control .bootstrap-select button:after,
.search .searchearchbox.horizontal .fun .xp_search_box .vertical .bootstrap-select button:after,
.fun .xp_search_box .vertical .bootstrap-select .search .searchearchbox.horizontal button:after,
.search .fun .operatori_search_box .searchearchbox.horizontal .control .bootstrap-select button:after,
.fun .operatori_search_box .search .searchearchbox.horizontal .control .bootstrap-select button:after,
.search .searchearchbox.horizontal .fun .operatori_search_box .vertical .bootstrap-select button:after,
.fun .operatori_search_box .vertical .bootstrap-select .search .searchearchbox.horizontal button:after,
.search .sport .xp_search_box .searchearchbox.horizontal .control .bootstrap-select button:after,
.sport .xp_search_box .search .searchearchbox.horizontal .control .bootstrap-select button:after,
.search .searchearchbox.horizontal .sport .xp_search_box .vertical .bootstrap-select button:after,
.sport .xp_search_box .vertical .bootstrap-select .search .searchearchbox.horizontal button:after,
.search .sport .operatori_search_box .searchearchbox.horizontal .control .bootstrap-select button:after,
.sport .operatori_search_box .search .searchearchbox.horizontal .control .bootstrap-select button:after,
.search .searchearchbox.horizontal .sport .operatori_search_box .vertical .bootstrap-select button:after,
.sport .operatori_search_box .vertical .bootstrap-select .search .searchearchbox.horizontal button:after,
.search .motorcycle .xp_search_box .searchearchbox.horizontal .control .bootstrap-select button:after,
.motorcycle .xp_search_box .search .searchearchbox.horizontal .control .bootstrap-select button:after,
.search .searchearchbox.horizontal .motorcycle .xp_search_box .vertical .bootstrap-select button:after,
.motorcycle .xp_search_box .vertical .bootstrap-select .search .searchearchbox.horizontal button:after,
.search .motorcycle .operatori_search_box .searchearchbox.horizontal .control .bootstrap-select button:after,
.motorcycle .operatori_search_box .search .searchearchbox.horizontal .control .bootstrap-select button:after,
.search .searchearchbox.horizontal .motorcycle .operatori_search_box .vertical .bootstrap-select button:after,
.motorcycle .operatori_search_box .vertical .bootstrap-select .search .searchearchbox.horizontal button:after,
.search .romagna .xp_search_box .searchearchbox.horizontal .control .bootstrap-select button:after,
.romagna .xp_search_box .search .searchearchbox.horizontal .control .bootstrap-select button:after,
.search .searchearchbox.horizontal .romagna .xp_search_box .vertical .bootstrap-select button:after,
.romagna .xp_search_box .vertical .bootstrap-select .search .searchearchbox.horizontal button:after,
.search .romagna .operatori_search_box .searchearchbox.horizontal .control .bootstrap-select button:after,
.romagna .operatori_search_box .search .searchearchbox.horizontal .control .bootstrap-select button:after,
.search .searchearchbox.horizontal .romagna .operatori_search_box .vertical .bootstrap-select button:after,
.romagna .operatori_search_box .vertical .bootstrap-select .search .searchearchbox.horizontal button:after,
.search .liscio .xp_search_box .searchearchbox.horizontal .control .bootstrap-select button:after,
.liscio .xp_search_box .search .searchearchbox.horizontal .control .bootstrap-select button:after,
.search .searchearchbox.horizontal .liscio .xp_search_box .vertical .bootstrap-select button:after,
.liscio .xp_search_box .vertical .bootstrap-select .search .searchearchbox.horizontal button:after,
.search .liscio .operatori_search_box .searchearchbox.horizontal .control .bootstrap-select button:after,
.liscio .operatori_search_box .search .searchearchbox.horizontal .control .bootstrap-select button:after,
.search .searchearchbox.horizontal .liscio .operatori_search_box .vertical .bootstrap-select button:after,
.liscio .operatori_search_box .vertical .bootstrap-select .search .searchearchbox.horizontal button:after,
.search .default .xp_search_box .searchearchbox.horizontal .control .bootstrap-select button:after,
.default .xp_search_box .search .searchearchbox.horizontal .control .bootstrap-select button:after,
.search .searchearchbox.horizontal .default .xp_search_box .vertical .bootstrap-select button:after,
.default .xp_search_box .vertical .bootstrap-select .search .searchearchbox.horizontal button:after,
.search .default .operatori_search_box .searchearchbox.horizontal .control .bootstrap-select button:after,
.default .operatori_search_box .search .searchearchbox.horizontal .control .bootstrap-select button:after,
.search .searchearchbox.horizontal .default .operatori_search_box .vertical .bootstrap-select button:after,
.default .operatori_search_box .vertical .bootstrap-select .search .searchearchbox.horizontal button:after,
.search .pet .xp_search_box .searchearchbox.horizontal .control .bootstrap-select button:after,
.pet .xp_search_box .search .searchearchbox.horizontal .control .bootstrap-select button:after,
.search .searchearchbox.horizontal .pet .xp_search_box .vertical .bootstrap-select button:after,
.pet .xp_search_box .vertical .bootstrap-select .search .searchearchbox.horizontal button:after,
.search .pet .operatori_search_box .searchearchbox.horizontal .control .bootstrap-select button:after,
.pet .operatori_search_box .search .searchearchbox.horizontal .control .bootstrap-select button:after,
.search .searchearchbox.horizontal .pet .operatori_search_box .vertical .bootstrap-select button:after,
.pet .operatori_search_box .vertical .bootstrap-select .search .searchearchbox.horizontal button:after,
.search .kultur .xp_search_box .searchearchbox.horizontal .control .bootstrap-select button:after,
.kultur .xp_search_box .search .searchearchbox.horizontal .control .bootstrap-select button:after,
.search .searchearchbox.horizontal .kultur .xp_search_box .vertical .bootstrap-select button:after,
.kultur .xp_search_box .vertical .bootstrap-select .search .searchearchbox.horizontal button:after,
.search .kultur .operatori_search_box .searchearchbox.horizontal .control .bootstrap-select button:after,
.kultur .operatori_search_box .search .searchearchbox.horizontal .control .bootstrap-select button:after,
.search .searchearchbox.horizontal .kultur .operatori_search_box .vertical .bootstrap-select button:after,
.kultur .operatori_search_box .vertical .bootstrap-select .search .searchearchbox.horizontal button:after,
.search .natur .xp_search_box .searchearchbox.horizontal .control .bootstrap-select button:after,
.natur .xp_search_box .search .searchearchbox.horizontal .control .bootstrap-select button:after,
.search .searchearchbox.horizontal .natur .xp_search_box .vertical .bootstrap-select button:after,
.natur .xp_search_box .vertical .bootstrap-select .search .searchearchbox.horizontal button:after,
.search .natur .operatori_search_box .searchearchbox.horizontal .control .bootstrap-select button:after,
.natur .operatori_search_box .search .searchearchbox.horizontal .control .bootstrap-select button:after,
.search .searchearchbox.horizontal .natur .operatori_search_box .vertical .bootstrap-select button:after,
.natur .operatori_search_box .vertical .bootstrap-select .search .searchearchbox.horizontal button:after,
.search .spass .xp_search_box .searchearchbox.horizontal .control .bootstrap-select button:after,
.spass .xp_search_box .search .searchearchbox.horizontal .control .bootstrap-select button:after,
.search .searchearchbox.horizontal .spass .xp_search_box .vertical .bootstrap-select button:after,
.spass .xp_search_box .vertical .bootstrap-select .search .searchearchbox.horizontal button:after,
.search .spass .operatori_search_box .searchearchbox.horizontal .control .bootstrap-select button:after,
.spass .operatori_search_box .search .searchearchbox.horizontal .control .bootstrap-select button:after,
.search .searchearchbox.horizontal .spass .operatori_search_box .vertical .bootstrap-select button:after,
.spass .operatori_search_box .vertical .bootstrap-select .search .searchearchbox.horizontal button:after,
.search .romagna-craft .xp_search_box .searchearchbox.horizontal .control .bootstrap-select button:after,
.romagna-craft .xp_search_box .search .searchearchbox.horizontal .control .bootstrap-select button:after,
.search .searchearchbox.horizontal .romagna-craft .xp_search_box .vertical .bootstrap-select button:after,
.romagna-craft .xp_search_box .vertical .bootstrap-select .search .searchearchbox.horizontal button:after,
.search .romagna-craft .operatori_search_box .searchearchbox.horizontal .control .bootstrap-select button:after,
.romagna-craft .operatori_search_box .search .searchearchbox.horizontal .control .bootstrap-select button:after,
.search .searchearchbox.horizontal .romagna-craft .operatori_search_box .vertical .bootstrap-select button:after,
.romagna-craft .operatori_search_box .vertical .bootstrap-select .search .searchearchbox.horizontal button:after,
.search .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .searchearchbox.horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .search .searchearchbox.horizontal .control .bootstrap-select button:after,
.search .searchearchbox.horizontal .i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .xp_search_box .vertical .bootstrap-select .search .searchearchbox.horizontal button:after,
.search .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .searchearchbox.horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .search .searchearchbox.horizontal .control .bootstrap-select button:after,
.search .searchearchbox.horizontal .i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .operatori_search_box .vertical .bootstrap-select .search .searchearchbox.horizontal button:after,
.search .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .searchearchbox.horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .search .searchearchbox.horizontal .control .bootstrap-select button:after,
.search .searchearchbox.horizontal .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .xp_search_box .vertical .bootstrap-select .search .searchearchbox.horizontal button:after,
.search .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .searchearchbox.horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .search .searchearchbox.horizontal .control .bootstrap-select button:after,
.search .searchearchbox.horizontal .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .operatori_search_box .vertical .bootstrap-select .search .searchearchbox.horizontal button:after,
.search .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .searchearchbox.horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .search .searchearchbox.horizontal .control .bootstrap-select button:after,
.search .searchearchbox.horizontal .i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .xp_search_box .vertical .bootstrap-select .search .searchearchbox.horizontal button:after,
.search .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .searchearchbox.horizontal .control .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .search .searchearchbox.horizontal .control .bootstrap-select button:after,
.search .searchearchbox.horizontal .i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .vertical .bootstrap-select button:after,
.i-love-pet-visit-romagna-vierbeiner-willkommen .operatori_search_box .vertical .bootstrap-select .search .searchearchbox.horizontal button:after,
.search .searchearchbox.horizontal .itinerari .searchbox.horizontal .control .bootstrap-select button:after,
.itinerari .searchbox.horizontal .control .bootstrap-select .search .searchearchbox.horizontal button:after,
.search .searchearchbox.horizontal .itinerari .searchbox .control .bootstrap-select button:after,
.itinerari .searchbox .control .bootstrap-select .search .searchearchbox.horizontal button:after,
.search .searchearchbox.horizontal .localita #searchbox-app .bootstrap-select button:after,
.localita #searchbox-app .bootstrap-select .search .searchearchbox.horizontal button:after,
.search .searchearchbox.horizontal .downloads .downloadsearchbox.horizontal .control .bootstrap-select button:after,
.downloads .downloadsearchbox.horizontal .control .bootstrap-select .search .searchearchbox.horizontal button:after,
.search .searchearchbox.horizontal .downloads .downloadsearchbox.vertical .bootstrap-select button:after,
.downloads .downloadsearchbox.vertical .bootstrap-select .search .searchearchbox.horizontal button:after {
  line-height: 2.2rem;
}

.search .searchearchbox.horizontal button.collapsible {
  border: none;
  background-color: transparent;
  display: block;
  width: 100%;
  font-size: 1.6rem;
  color: #ffffff;
  letter-spacing: -0.41px;
  text-align: left;
  text-transform: uppercase;
  display: block;
}

.search .searchearchbox.horizontal .control {
  padding: 0rem;
  height: 5rem;
  background-color: white;
  margin: 0.5rem;
}

.search .searchearchbox.horizontal .control.btn-holder {
  min-width: 2rem;
  width: auto;
  padding: 0px;
}

.search .searchearchbox.horizontal .control.btn-holder button {
  width: 100%;
  border: none;
  background-color: #904853;
  height: 100%;
  font-size: 1.6rem;
  color: #ffffff;
  letter-spacing: -0.41px;
  text-align: center;
  text-transform: uppercase;
  display: block;
  padding: 0px;
}

.search .searchearchbox.horizontal .control .ert-dropdown {
  width: 100%;
}

.search .searchearchbox.horizontal .control .ert-dropdown * {
  cursor: pointer;
}

.search .searchearchbox.horizontal .control .ert-dropdown .ert-combo {
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
  display: block;
  text-align: left;
}

.search .searchearchbox.horizontal .control .ert-dropdown .ert-combo::after {
  border: none;
}

.search .searchearchbox.horizontal .control .ert-dropdown .ert-combo i {
  transition: 500ms ease;
  transform: rotate(0);
  position: absolute;
  top: 2.25rem;
  right: 15px;
}

.search .searchearchbox.horizontal .control .ert-dropdown .ert-combo .button {
  padding: 0px;
}

.search .searchearchbox.horizontal .control .ert-dropdown.show .ert-combo i {
  transform: rotate(180deg);
}

.search .searchearchbox.horizontal .control .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: auto;
}

.search .searchearchbox.horizontal .control .bootstrap-select {
  margin-top: -1px;
}

.search .searchearchbox.horizontal .control .bootstrap-select *:focus {
  box-shadow: none important;
}

.search .searchearchbox.horizontal .control .bootstrap-select button {
  padding: 0px;
  font-size: 1.5rem;
  background: #ffffff;
  color: #848484;
  letter-spacing: 0.3px;
  border: none;
  border-radius: 0;
}

.search .searchearchbox.horizontal .control .bootstrap-select button:after {
  content: "\F078";
  border: none;
}

.search .searchearchbox.horizontal .control .bootstrap-select .dropdown-menu {
  min-width: 100% !important;
  width: -moz-max-content !important;
  width: max-content !important;
  max-width: 400px !important;
  border: none;
  border-radius: 0;
  box-shadow: 0px 2px 2px 0px #a9a9a970;
  border-top: 1px solid #a9a9a970;
}

.search .searchearchbox.horizontal .control .bootstrap-select .dropdown-menu.inner.show {
  border-top: none;
}

.search .searchearchbox.horizontal .control .bootstrap-select .dropdown-menu .dropdown-item {
  font-size: 1.5rem;
  line-height: 4rem;
}

.search .searchearchbox.horizontal .control .bootstrap-select .dropdown-menu .dropdown-item:active,
.search .searchearchbox.horizontal .control .bootstrap-select .dropdown-menu .dropdown-item.active {
  background-color: #ae5d69;
}

.search .searchearchbox.horizontal .control label {
  background: #ffffff;
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
  line-height: 2.4rem;
  margin-bottom: 0px;
  margin-right: 0.5rem;
}

@media (max-width: 768px) {
  .search .searchearchbox.horizontal .control label {
    min-width: 6.2rem;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .search .searchearchbox.horizontal .control label {
    display: none;
  }
}

.search .searchearchbox.horizontal .control .flatpickr-mobile.form-control {
  padding: 1px 0;
}

.search .searchearchbox.horizontal .control input[type=search],
.search .searchearchbox.horizontal .control input[type=date] {
  border: none;
  font-size: 1.5rem;
  border-radius: 0;
  padding: 1rem;
  background-color: white;
  min-width: 0;
  height: 100%;
}

.search .searchearchbox.horizontal .control input[type=search]:focus,
.search .searchearchbox.horizontal .control input[type=date]:focus {
  box-shadow: none;
}

.search .searchearchbox.vertical {
  max-width: 30rem;
  z-index: 10;
  position: relative;
  height: 4.4rem;
  margin: 0 auto;
}

.search .searchearchbox.vertical button.collapsible {
  border: none;
  background-color: transparent;
  display: block;
  position: absolute;
  width: 100%;
}

.search .searchearchbox.vertical .dropbutton {
  display: none;
}

.search .searchearchbox.vertical .dropbutton.collapsed {
  display: block;
}

.search .searchearchbox.vertical #collapse-events {
  padding: 1.8rem;
  background-color: #ae5d69;
  background-image: linear-gradient(-180deg, #ad5b67 0%, #ae5d69 48%, #ad5b67 80%);
  font-size: 1.6rem;
}

.search .searchearchbox.vertical .fa-chevron-up {
  text-align: right;
  line-height: 4rem;
  color: white;
  margin-bottom: 1.8rem;
}

.search .searchearchbox.vertical .form-group {
  background: #ffffff;
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
}

.search .searchearchbox.vertical .form-group .col-form-label {
  line-height: 5rem;
}

.search .searchearchbox.vertical .ert-text {
  border: none;
  font-size: 1.5rem;
  height: 60px;
  border-radius: 0;
  background-color: white;
}

.search .searchearchbox.vertical .ert-text.line {
  border-bottom: 1px solid #495057;
  height: auto;
  margin-top: 14px;
}

.search .searchearchbox.vertical .ert-text:focus {
  box-shadow: none;
}

.search .searchearchbox.vertical button.search {
  border: none;
  position: absolute;
  bottom: -10rem;
  left: 5%;
  right: 5%;
  width: 90%;
  line-height: 4.4rem;
}

.search .searchearchbox.vertical .datepicker-holder {
  padding-right: 0px;
}

.search .searchearchbox.vertical .datepicker-holder * {
  cursor: pointer;
}

.search .searchearchbox.vertical .datepicker-holder input[type=date]::-webkit-calendar-picker-indicator {
  width: 1.2rem;
  height: 0.7rem;
  -webkit-mask: url(/images/caret.svg);
          mask: url(/images/caret.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  -webkit-transition: 500ms ease;
  transition: 500ms ease;
  background-color: #686868;
}

.search .searchearchbox.vertical .datepicker-holder .flatpickr-calendar.static {
  margin-left: -193px;
  margin-top: -184px;
  left: 50%;
  top: 50%;
}

.search .searchearchbox.vertical .datepicker-holder .flatpickr-calendar.static.arrowBottom:after {
  display: none;
}

.search .searchearchbox.vertical .datepicker-holder .flatpickr-calendar.static.arrowBottom:before {
  display: none;
}

.search .searchearchbox.vertical .datepicker-holder .flatpickr-months .flatpickr-month {
  height: 32px;
}

.search .searchearchbox.vertical .ert-dropdown * {
  cursor: pointer;
}

.search .searchearchbox.vertical .ert-dropdown .ert-combo {
  background: #ffffff;
  border: 0 solid #000000;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -0.38px;
  line-height: 5rem;
  display: block;
  width: 100%;
  height: 60px;
  text-align: left;
}

.search .searchearchbox.vertical .ert-dropdown .ert-combo::after {
  border: none;
}

.search .searchearchbox.vertical .ert-dropdown .ert-combo i {
  transition: 500ms ease;
  transform: rotate(0);
  position: absolute;
  top: 2.25rem;
  right: 15px;
}

.search .searchearchbox.vertical .ert-dropdown .ert-combo .button {
  padding: 0px;
}

.search .searchearchbox.vertical .ert-dropdown .dropdown-menu {
  width: 100% !important;
  border: none;
  border-radius: 0;
  box-shadow: 0px 2px 2px 0px #a9a9a970;
  border-top: 1px solid #a9a9a970;
}

.search .searchearchbox.vertical .ert-dropdown .dropdown-menu .dropdown-item {
  font-size: 1.5rem;
  line-height: 4rem;
}

.search .searchearchbox.vertical .ert-dropdown .dropdown-menu .dropdown-item:active {
  background-color: #ae5d69;
}

.search .searchearchbox.vertical .ert-dropdown.show .ert-combo i {
  transform: rotate(180deg);
}

.search .searchearchbox.vertical .bootstrap-select *:focus {
  box-shadow: none important;
}

.search .searchearchbox.vertical .bootstrap-select button {
  font-size: 1.5rem;
  color: #848484;
  letter-spacing: 0.3px;
  height: 60px;
  border: none;
  font-size: 1.5rem;
  height: 60px;
  border-radius: 0;
  background-color: white;
}

.search .searchearchbox.vertical .bootstrap-select button:after {
  content: "\F078";
  border: none;
}

.search .searchearchbox.vertical .bootstrap-select .dropdown-menu {
  width: 100% !important;
  border: none;
  border-radius: 0;
  box-shadow: 0px 2px 2px 0px #a9a9a970;
  border-top: 1px solid #a9a9a970;
}

.search .searchearchbox.vertical .bootstrap-select .dropdown-menu .dropdown-item {
  font-size: 1.5rem;
  line-height: 4rem;
}

.search .searchearchbox.vertical .bootstrap-select .dropdown-menu .dropdown-item:active,
.search .searchearchbox.vertical .bootstrap-select .dropdown-menu .dropdown-item.active {
  background-color: #ae5d69;
}

.search .searchearchbox.vertical .btn-er,
.search .searchearchbox.vertical .instagram .instabutton div span,
.instagram .instabutton div .search .searchearchbox.vertical span {
  margin-top: 18px;
}

.search .searchearchbox.vertical .btn-er .fa-chevron-down,
.search .searchearchbox.vertical .instagram .instabutton div span .fa-chevron-down,
.instagram .instabutton div .search .searchearchbox.vertical span .fa-chevron-down {
  float: right;
  line-height: 4rem;
}

.search .download-icon {
  width: 80px;
  height: auto;
  margin-top: 4rem;
}

.correlati {
  background-color: #008489;
}

.correlati .title {
  background-color: #006366;
}

.correlati .title h4 {
  background-color: #006366;
  padding: 2rem 0;
  font-size: 2.4rem;
  color: #ffffff;
  letter-spacing: -0.62px;
}

.correlati .category {
  color: white;
}

.correlati .list {
  padding: 4rem 2rem;
}

.correlati .list .swiper-button-next,
.correlati .list .swiper-container-rtl .swiper-button-prev,
.correlati .list .swiper-button-prev,
.correlati .list .swiper-container-rtl .swiper-button-next {
  background-image: none;
  width: 7.2rem;
  bottom: 0px;
  height: auto;
  top: 0px;
  margin: 0px;
  left: auto;
}

.correlati .list .swiper-button-next svg,
.correlati .list .swiper-container-rtl .swiper-button-prev svg,
.correlati .list .swiper-button-prev svg,
.correlati .list .swiper-container-rtl .swiper-button-next svg {
  top: 50%;
  left: 2.1rem;
  position: absolute;
  width: 3rem;
  height: 3rem;
  margin-top: -1.5rem;
  filter: drop-shadow(0px 3px 3px black);
}

.correlati .list .swiper-button-next,
.correlati .list .swiper-button-prev,
.correlati .list .swiper-container-rtl .swiper-button-prev,
.correlati .list .swiper-container-rtl .swiper-button-next {
  fill: #fff;
}

.correlati .list .swiper-button-next,
.correlati .list .swiper-container-rtl .swiper-button-prev {
  right: 0px;
}

.correlati .list .swiper-button-prev,
.correlati .list .swiper-container-rtl .swiper-button-next {
  left: 0px;
}

.correlati .carousel-content .img {
  width: 8rem;
  height: 8rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media (min-width: 768px) {
  .correlati .carousel-content .img {
    width: 100%;
    height: 10rem;
  }
}

.correlati .carousel-content .titleBox .extraBold,
.correlati .carousel-content .titleBox .capodanno h1,
.capodanno .correlati .carousel-content .titleBox h1,
.correlati body.er .carousel .swiper-slide .carousel-content .titleBox h3,
body.er .carousel .swiper-slide .correlati .carousel-content .titleBox h3,
.correlati .carousel-content .titleBox .idee-viaggio .header h2,
.idee-viaggio .header .correlati .carousel-content .titleBox h2,
.correlati .carousel-content .titleBox .youtube .Big .title,
.youtube .Big .correlati .carousel-content .titleBox .title,
.correlati .carousel-content .titleBox .instagram #hashtag,
.instagram .correlati .carousel-content .titleBox #hashtag,
.correlati .carousel-content .titleBox .events-homepage .header h2,
.events-homepage .header .correlati .carousel-content .titleBox h2,
.correlati .carousel-content .titleBox .events-homepage .header h3,
.events-homepage .header .correlati .carousel-content .titleBox h3,
.correlati .carousel-content .titleBox .events-page .header h2,
.events-page .header .correlati .carousel-content .titleBox h2,
.correlati .carousel-content .titleBox .events-page .header h3,
.events-page .header .correlati .carousel-content .titleBox h3,
.correlati .carousel-content .titleBox .eventbox .content .scrim h3,
.eventbox .content .scrim .correlati .carousel-content .titleBox h3,
.correlati .carousel-content .titleBox .box .content .scrim h3,
.box .content .scrim .correlati .carousel-content .titleBox h3,
.correlati .carousel-content .titleBox .scopri-er .content h3,
.scopri-er .content .correlati .carousel-content .titleBox h3,
.correlati .carousel-content .titleBox .home-boxes .image .caption h3,
.home-boxes .image .caption .correlati .carousel-content .titleBox h3,
.correlati .carousel-content .titleBox .home-slider .swiper-slide .caption h3,
.home-slider .swiper-slide .caption .correlati .carousel-content .titleBox h3,
.correlati .carousel-content .titleBox .scopri .top-title-box h1,
.scopri .top-title-box .correlati .carousel-content .titleBox h1,
.correlati .carousel-content .titleBox .scopri #bookmarks-index h4,
.scopri #bookmarks-index .correlati .carousel-content .titleBox h4,
.correlati .carousel-content .titleBox .idee .top-title-box h1,
.idee .top-title-box .correlati .carousel-content .titleBox h1,
.correlati .carousel-content .titleBox .idee #bookmarks-index h4,
.idee #bookmarks-index .correlati .carousel-content .titleBox h4,
.correlati .carousel-content .titleBox .eventi .top-title-box h1,
.eventi .top-title-box .correlati .carousel-content .titleBox h1,
.correlati .carousel-content .titleBox .eventi #bookmarks-index h4,
.eventi #bookmarks-index .correlati .carousel-content .titleBox h4,
.correlati .carousel-content .titleBox .pianifica .top-title-box h1,
.pianifica .top-title-box .correlati .carousel-content .titleBox h1,
.correlati .carousel-content .titleBox .pianifica #bookmarks-index h4,
.pianifica #bookmarks-index .correlati .carousel-content .titleBox h4,
.correlati .carousel-content .titleBox .esperienze .top-title-box h1,
.esperienze .top-title-box .correlati .carousel-content .titleBox h1,
.correlati .carousel-content .titleBox .esperienze #bookmarks-index h4,
.esperienze #bookmarks-index .correlati .carousel-content .titleBox h4,
.correlati .carousel-content .titleBox .news .top-title-box h1,
.news .top-title-box .correlati .carousel-content .titleBox h1,
.correlati .carousel-content .titleBox .news #bookmarks-index h4,
.news #bookmarks-index .correlati .carousel-content .titleBox h4,
.correlati .carousel-content .titleBox .iat .top-title-box h1,
.iat .top-title-box .correlati .carousel-content .titleBox h1,
.correlati .carousel-content .titleBox .iat #bookmarks-index h4,
.iat #bookmarks-index .correlati .carousel-content .titleBox h4,
.correlati .carousel-content .titleBox .meteo .top-title-box h1,
.meteo .top-title-box .correlati .carousel-content .titleBox h1,
.correlati .carousel-content .titleBox .meteo #bookmarks-index h4,
.meteo #bookmarks-index .correlati .carousel-content .titleBox h4,
.correlati .carousel-content .titleBox .odm .top-title-box h1,
.odm .top-title-box .correlati .carousel-content .titleBox h1,
.correlati .carousel-content .titleBox .odm #bookmarks-index h4,
.odm #bookmarks-index .correlati .carousel-content .titleBox h4,
.correlati .carousel-content .titleBox .booking .top-title-box h1,
.booking .top-title-box .correlati .carousel-content .titleBox h1,
.correlati .carousel-content .titleBox .booking #bookmarks-index h4,
.booking #bookmarks-index .correlati .carousel-content .titleBox h4,
.correlati .carousel-content .titleBox .rock .top-title-box h1,
.rock .top-title-box .correlati .carousel-content .titleBox h1,
.correlati .carousel-content .titleBox .rock #bookmarks-index h4,
.rock #bookmarks-index .correlati .carousel-content .titleBox h4,
.correlati .carousel-content .titleBox .beach .top-title-box h1,
.beach .top-title-box .correlati .carousel-content .titleBox h1,
.correlati .carousel-content .titleBox .beach #bookmarks-index h4,
.beach #bookmarks-index .correlati .carousel-content .titleBox h4,
.correlati .carousel-content .titleBox .food .top-title-box h1,
.food .top-title-box .correlati .carousel-content .titleBox h1,
.correlati .carousel-content .titleBox .food #bookmarks-index h4,
.food #bookmarks-index .correlati .carousel-content .titleBox h4,
.correlati .carousel-content .titleBox .nature .top-title-box h1,
.nature .top-title-box .correlati .carousel-content .titleBox h1,
.correlati .carousel-content .titleBox .nature #bookmarks-index h4,
.nature #bookmarks-index .correlati .carousel-content .titleBox h4,
.correlati .carousel-content .titleBox .romagna_autentica .top-title-box h1,
.romagna_autentica .top-title-box .correlati .carousel-content .titleBox h1,
.correlati .carousel-content .titleBox .romagna_autentica #bookmarks-index h4,
.romagna_autentica #bookmarks-index .correlati .carousel-content .titleBox h4,
.correlati .carousel-content .titleBox .culture .top-title-box h1,
.culture .top-title-box .correlati .carousel-content .titleBox h1,
.correlati .carousel-content .titleBox .culture #bookmarks-index h4,
.culture #bookmarks-index .correlati .carousel-content .titleBox h4,
.correlati .carousel-content .titleBox .castle .top-title-box h1,
.castle .top-title-box .correlati .carousel-content .titleBox h1,
.correlati .carousel-content .titleBox .castle #bookmarks-index h4,
.castle #bookmarks-index .correlati .carousel-content .titleBox h4,
.correlati .carousel-content .titleBox .bike .top-title-box h1,
.bike .top-title-box .correlati .carousel-content .titleBox h1,
.correlati .carousel-content .titleBox .bike #bookmarks-index h4,
.bike #bookmarks-index .correlati .carousel-content .titleBox h4,
.correlati .carousel-content .titleBox .empire .top-title-box h1,
.empire .top-title-box .correlati .carousel-content .titleBox h1,
.correlati .carousel-content .titleBox .empire #bookmarks-index h4,
.empire #bookmarks-index .correlati .carousel-content .titleBox h4,
.correlati .carousel-content .titleBox .wellness .top-title-box h1,
.wellness .top-title-box .correlati .carousel-content .titleBox h1,
.correlati .carousel-content .titleBox .wellness #bookmarks-index h4,
.wellness #bookmarks-index .correlati .carousel-content .titleBox h4,
.correlati .carousel-content .titleBox .fun .top-title-box h1,
.fun .top-title-box .correlati .carousel-content .titleBox h1,
.correlati .carousel-content .titleBox .fun #bookmarks-index h4,
.fun #bookmarks-index .correlati .carousel-content .titleBox h4,
.correlati .carousel-content .titleBox .sport .top-title-box h1,
.sport .top-title-box .correlati .carousel-content .titleBox h1,
.correlati .carousel-content .titleBox .sport #bookmarks-index h4,
.sport #bookmarks-index .correlati .carousel-content .titleBox h4,
.correlati .carousel-content .titleBox .motorcycle .top-title-box h1,
.motorcycle .top-title-box .correlati .carousel-content .titleBox h1,
.correlati .carousel-content .titleBox .motorcycle #bookmarks-index h4,
.motorcycle #bookmarks-index .correlati .carousel-content .titleBox h4,
.correlati .carousel-content .titleBox .romagna .top-title-box h1,
.romagna .top-title-box .correlati .carousel-content .titleBox h1,
.correlati .carousel-content .titleBox .romagna #bookmarks-index h4,
.romagna #bookmarks-index .correlati .carousel-content .titleBox h4,
.correlati .carousel-content .titleBox .liscio .top-title-box h1,
.liscio .top-title-box .correlati .carousel-content .titleBox h1,
.correlati .carousel-content .titleBox .liscio #bookmarks-index h4,
.liscio #bookmarks-index .correlati .carousel-content .titleBox h4,
.correlati .carousel-content .titleBox .default .top-title-box h1,
.default .top-title-box .correlati .carousel-content .titleBox h1,
.correlati .carousel-content .titleBox .default #bookmarks-index h4,
.default #bookmarks-index .correlati .carousel-content .titleBox h4,
.correlati .carousel-content .titleBox .pet .top-title-box h1,
.pet .top-title-box .correlati .carousel-content .titleBox h1,
.correlati .carousel-content .titleBox .pet #bookmarks-index h4,
.pet #bookmarks-index .correlati .carousel-content .titleBox h4,
.correlati .carousel-content .titleBox .kultur .top-title-box h1,
.kultur .top-title-box .correlati .carousel-content .titleBox h1,
.correlati .carousel-content .titleBox .kultur #bookmarks-index h4,
.kultur #bookmarks-index .correlati .carousel-content .titleBox h4,
.correlati .carousel-content .titleBox .natur .top-title-box h1,
.natur .top-title-box .correlati .carousel-content .titleBox h1,
.correlati .carousel-content .titleBox .natur #bookmarks-index h4,
.natur #bookmarks-index .correlati .carousel-content .titleBox h4,
.correlati .carousel-content .titleBox .spass .top-title-box h1,
.spass .top-title-box .correlati .carousel-content .titleBox h1,
.correlati .carousel-content .titleBox .spass #bookmarks-index h4,
.spass #bookmarks-index .correlati .carousel-content .titleBox h4,
.correlati .carousel-content .titleBox .romagna-craft .top-title-box h1,
.romagna-craft .top-title-box .correlati .carousel-content .titleBox h1,
.correlati .carousel-content .titleBox .romagna-craft #bookmarks-index h4,
.romagna-craft #bookmarks-index .correlati .carousel-content .titleBox h4,
.correlati .carousel-content .titleBox .i-love-pet-visit-romagna-benvenuti-quattro-zampe .top-title-box h1,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe .top-title-box .correlati .carousel-content .titleBox h1,
.correlati .carousel-content .titleBox .i-love-pet-visit-romagna-benvenuti-quattro-zampe #bookmarks-index h4,
.i-love-pet-visit-romagna-benvenuti-quattro-zampe #bookmarks-index .correlati .carousel-content .titleBox h4,
.correlati .carousel-content .titleBox .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .top-title-box h1,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .top-title-box .correlati .carousel-content .titleBox h1,
.correlati .carousel-content .titleBox .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends #bookmarks-index h4,
.i-love-pet-visit-romagna-we-welcome-our-four-legged-friends #bookmarks-index .correlati .carousel-content .titleBox h4,
.correlati .carousel-content .titleBox .i-love-pet-visit-romagna-vierbeiner-willkommen .top-title-box h1,
.i-love-pet-visit-romagna-vierbeiner-willkommen .top-title-box .correlati .carousel-content .titleBox h1,
.correlati .carousel-content .titleBox .i-love-pet-visit-romagna-vierbeiner-willkommen #bookmarks-index h4,
.i-love-pet-visit-romagna-vierbeiner-willkommen #bookmarks-index .correlati .carousel-content .titleBox h4,
.correlati .carousel-content .titleBox .localita .contentBox .top-title-box h1,
.localita .contentBox .top-title-box .correlati .carousel-content .titleBox h1,
.correlati .carousel-content .titleBox .localita #searchbox-app .bootstrap-select button,
.localita #searchbox-app .bootstrap-select .correlati .carousel-content .titleBox button,
.correlati .carousel-content .titleBox .destinazioni .contentBox .top-title-box h1,
.destinazioni .contentBox .top-title-box .correlati .carousel-content .titleBox h1,
.correlati .carousel-content .titleBox .news-homepage .header h2,
.news-homepage .header .correlati .carousel-content .titleBox h2,
.correlati .carousel-content .titleBox .news-homepage .header h3,
.news-homepage .header .correlati .carousel-content .titleBox h3 {
  font-size: 1.35rem;
  color: white;
  margin: 0;
  padding: 0;
  max-height: 5.2rem;
  margin-bottom: 0.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  margin-right: 2rem;
}

.correlati .carousel-content .btn {
  background-color: #006569;
  color: white;
  text-transform: uppercase;
}

@media (max-width: 991.98px) {
  .correlati.simple .carousel-content.separator {
    padding-bottom: 2rem;
    border-bottom: 1px solid #0000004a;
    margin-bottom: 2rem;
  }

  .correlati.simple .carousel-content .titleBox .extraBold,
  .correlati.simple .carousel-content .titleBox .capodanno h1,
  .capodanno .correlati.simple .carousel-content .titleBox h1,
  .correlati.simple body.er .carousel .swiper-slide .carousel-content .titleBox h3,
  body.er .carousel .swiper-slide .correlati.simple .carousel-content .titleBox h3,
  .correlati.simple .carousel-content .titleBox .idee-viaggio .header h2,
  .idee-viaggio .header .correlati.simple .carousel-content .titleBox h2,
  .correlati.simple .carousel-content .titleBox .youtube .Big .title,
  .youtube .Big .correlati.simple .carousel-content .titleBox .title,
  .correlati.simple .carousel-content .titleBox .instagram #hashtag,
  .instagram .correlati.simple .carousel-content .titleBox #hashtag,
  .correlati.simple .carousel-content .titleBox .events-homepage .header h2,
  .events-homepage .header .correlati.simple .carousel-content .titleBox h2,
  .correlati.simple .carousel-content .titleBox .events-homepage .header h3,
  .events-homepage .header .correlati.simple .carousel-content .titleBox h3,
  .correlati.simple .carousel-content .titleBox .events-page .header h2,
  .events-page .header .correlati.simple .carousel-content .titleBox h2,
  .correlati.simple .carousel-content .titleBox .events-page .header h3,
  .events-page .header .correlati.simple .carousel-content .titleBox h3,
  .correlati.simple .carousel-content .titleBox .eventbox .content .scrim h3,
  .eventbox .content .scrim .correlati.simple .carousel-content .titleBox h3,
  .correlati.simple .carousel-content .titleBox .box .content .scrim h3,
  .box .content .scrim .correlati.simple .carousel-content .titleBox h3,
  .correlati.simple .carousel-content .titleBox .scopri-er .content h3,
  .scopri-er .content .correlati.simple .carousel-content .titleBox h3,
  .correlati.simple .carousel-content .titleBox .home-boxes .image .caption h3,
  .home-boxes .image .caption .correlati.simple .carousel-content .titleBox h3,
  .correlati.simple .carousel-content .titleBox .home-slider .swiper-slide .caption h3,
  .home-slider .swiper-slide .caption .correlati.simple .carousel-content .titleBox h3,
  .correlati.simple .carousel-content .titleBox .scopri .top-title-box h1,
  .scopri .top-title-box .correlati.simple .carousel-content .titleBox h1,
  .correlati.simple .carousel-content .titleBox .scopri #bookmarks-index h4,
  .scopri #bookmarks-index .correlati.simple .carousel-content .titleBox h4,
  .correlati.simple .carousel-content .titleBox .idee .top-title-box h1,
  .idee .top-title-box .correlati.simple .carousel-content .titleBox h1,
  .correlati.simple .carousel-content .titleBox .idee #bookmarks-index h4,
  .idee #bookmarks-index .correlati.simple .carousel-content .titleBox h4,
  .correlati.simple .carousel-content .titleBox .eventi .top-title-box h1,
  .eventi .top-title-box .correlati.simple .carousel-content .titleBox h1,
  .correlati.simple .carousel-content .titleBox .eventi #bookmarks-index h4,
  .eventi #bookmarks-index .correlati.simple .carousel-content .titleBox h4,
  .correlati.simple .carousel-content .titleBox .pianifica .top-title-box h1,
  .pianifica .top-title-box .correlati.simple .carousel-content .titleBox h1,
  .correlati.simple .carousel-content .titleBox .pianifica #bookmarks-index h4,
  .pianifica #bookmarks-index .correlati.simple .carousel-content .titleBox h4,
  .correlati.simple .carousel-content .titleBox .esperienze .top-title-box h1,
  .esperienze .top-title-box .correlati.simple .carousel-content .titleBox h1,
  .correlati.simple .carousel-content .titleBox .esperienze #bookmarks-index h4,
  .esperienze #bookmarks-index .correlati.simple .carousel-content .titleBox h4,
  .correlati.simple .carousel-content .titleBox .news .top-title-box h1,
  .news .top-title-box .correlati.simple .carousel-content .titleBox h1,
  .correlati.simple .carousel-content .titleBox .news #bookmarks-index h4,
  .news #bookmarks-index .correlati.simple .carousel-content .titleBox h4,
  .correlati.simple .carousel-content .titleBox .iat .top-title-box h1,
  .iat .top-title-box .correlati.simple .carousel-content .titleBox h1,
  .correlati.simple .carousel-content .titleBox .iat #bookmarks-index h4,
  .iat #bookmarks-index .correlati.simple .carousel-content .titleBox h4,
  .correlati.simple .carousel-content .titleBox .meteo .top-title-box h1,
  .meteo .top-title-box .correlati.simple .carousel-content .titleBox h1,
  .correlati.simple .carousel-content .titleBox .meteo #bookmarks-index h4,
  .meteo #bookmarks-index .correlati.simple .carousel-content .titleBox h4,
  .correlati.simple .carousel-content .titleBox .odm .top-title-box h1,
  .odm .top-title-box .correlati.simple .carousel-content .titleBox h1,
  .correlati.simple .carousel-content .titleBox .odm #bookmarks-index h4,
  .odm #bookmarks-index .correlati.simple .carousel-content .titleBox h4,
  .correlati.simple .carousel-content .titleBox .booking .top-title-box h1,
  .booking .top-title-box .correlati.simple .carousel-content .titleBox h1,
  .correlati.simple .carousel-content .titleBox .booking #bookmarks-index h4,
  .booking #bookmarks-index .correlati.simple .carousel-content .titleBox h4,
  .correlati.simple .carousel-content .titleBox .rock .top-title-box h1,
  .rock .top-title-box .correlati.simple .carousel-content .titleBox h1,
  .correlati.simple .carousel-content .titleBox .rock #bookmarks-index h4,
  .rock #bookmarks-index .correlati.simple .carousel-content .titleBox h4,
  .correlati.simple .carousel-content .titleBox .beach .top-title-box h1,
  .beach .top-title-box .correlati.simple .carousel-content .titleBox h1,
  .correlati.simple .carousel-content .titleBox .beach #bookmarks-index h4,
  .beach #bookmarks-index .correlati.simple .carousel-content .titleBox h4,
  .correlati.simple .carousel-content .titleBox .food .top-title-box h1,
  .food .top-title-box .correlati.simple .carousel-content .titleBox h1,
  .correlati.simple .carousel-content .titleBox .food #bookmarks-index h4,
  .food #bookmarks-index .correlati.simple .carousel-content .titleBox h4,
  .correlati.simple .carousel-content .titleBox .nature .top-title-box h1,
  .nature .top-title-box .correlati.simple .carousel-content .titleBox h1,
  .correlati.simple .carousel-content .titleBox .nature #bookmarks-index h4,
  .nature #bookmarks-index .correlati.simple .carousel-content .titleBox h4,
  .correlati.simple .carousel-content .titleBox .romagna_autentica .top-title-box h1,
  .romagna_autentica .top-title-box .correlati.simple .carousel-content .titleBox h1,
  .correlati.simple .carousel-content .titleBox .romagna_autentica #bookmarks-index h4,
  .romagna_autentica #bookmarks-index .correlati.simple .carousel-content .titleBox h4,
  .correlati.simple .carousel-content .titleBox .culture .top-title-box h1,
  .culture .top-title-box .correlati.simple .carousel-content .titleBox h1,
  .correlati.simple .carousel-content .titleBox .culture #bookmarks-index h4,
  .culture #bookmarks-index .correlati.simple .carousel-content .titleBox h4,
  .correlati.simple .carousel-content .titleBox .castle .top-title-box h1,
  .castle .top-title-box .correlati.simple .carousel-content .titleBox h1,
  .correlati.simple .carousel-content .titleBox .castle #bookmarks-index h4,
  .castle #bookmarks-index .correlati.simple .carousel-content .titleBox h4,
  .correlati.simple .carousel-content .titleBox .bike .top-title-box h1,
  .bike .top-title-box .correlati.simple .carousel-content .titleBox h1,
  .correlati.simple .carousel-content .titleBox .bike #bookmarks-index h4,
  .bike #bookmarks-index .correlati.simple .carousel-content .titleBox h4,
  .correlati.simple .carousel-content .titleBox .empire .top-title-box h1,
  .empire .top-title-box .correlati.simple .carousel-content .titleBox h1,
  .correlati.simple .carousel-content .titleBox .empire #bookmarks-index h4,
  .empire #bookmarks-index .correlati.simple .carousel-content .titleBox h4,
  .correlati.simple .carousel-content .titleBox .wellness .top-title-box h1,
  .wellness .top-title-box .correlati.simple .carousel-content .titleBox h1,
  .correlati.simple .carousel-content .titleBox .wellness #bookmarks-index h4,
  .wellness #bookmarks-index .correlati.simple .carousel-content .titleBox h4,
  .correlati.simple .carousel-content .titleBox .fun .top-title-box h1,
  .fun .top-title-box .correlati.simple .carousel-content .titleBox h1,
  .correlati.simple .carousel-content .titleBox .fun #bookmarks-index h4,
  .fun #bookmarks-index .correlati.simple .carousel-content .titleBox h4,
  .correlati.simple .carousel-content .titleBox .sport .top-title-box h1,
  .sport .top-title-box .correlati.simple .carousel-content .titleBox h1,
  .correlati.simple .carousel-content .titleBox .sport #bookmarks-index h4,
  .sport #bookmarks-index .correlati.simple .carousel-content .titleBox h4,
  .correlati.simple .carousel-content .titleBox .motorcycle .top-title-box h1,
  .motorcycle .top-title-box .correlati.simple .carousel-content .titleBox h1,
  .correlati.simple .carousel-content .titleBox .motorcycle #bookmarks-index h4,
  .motorcycle #bookmarks-index .correlati.simple .carousel-content .titleBox h4,
  .correlati.simple .carousel-content .titleBox .romagna .top-title-box h1,
  .romagna .top-title-box .correlati.simple .carousel-content .titleBox h1,
  .correlati.simple .carousel-content .titleBox .romagna #bookmarks-index h4,
  .romagna #bookmarks-index .correlati.simple .carousel-content .titleBox h4,
  .correlati.simple .carousel-content .titleBox .liscio .top-title-box h1,
  .liscio .top-title-box .correlati.simple .carousel-content .titleBox h1,
  .correlati.simple .carousel-content .titleBox .liscio #bookmarks-index h4,
  .liscio #bookmarks-index .correlati.simple .carousel-content .titleBox h4,
  .correlati.simple .carousel-content .titleBox .default .top-title-box h1,
  .default .top-title-box .correlati.simple .carousel-content .titleBox h1,
  .correlati.simple .carousel-content .titleBox .default #bookmarks-index h4,
  .default #bookmarks-index .correlati.simple .carousel-content .titleBox h4,
  .correlati.simple .carousel-content .titleBox .pet .top-title-box h1,
  .pet .top-title-box .correlati.simple .carousel-content .titleBox h1,
  .correlati.simple .carousel-content .titleBox .pet #bookmarks-index h4,
  .pet #bookmarks-index .correlati.simple .carousel-content .titleBox h4,
  .correlati.simple .carousel-content .titleBox .kultur .top-title-box h1,
  .kultur .top-title-box .correlati.simple .carousel-content .titleBox h1,
  .correlati.simple .carousel-content .titleBox .kultur #bookmarks-index h4,
  .kultur #bookmarks-index .correlati.simple .carousel-content .titleBox h4,
  .correlati.simple .carousel-content .titleBox .natur .top-title-box h1,
  .natur .top-title-box .correlati.simple .carousel-content .titleBox h1,
  .correlati.simple .carousel-content .titleBox .natur #bookmarks-index h4,
  .natur #bookmarks-index .correlati.simple .carousel-content .titleBox h4,
  .correlati.simple .carousel-content .titleBox .spass .top-title-box h1,
  .spass .top-title-box .correlati.simple .carousel-content .titleBox h1,
  .correlati.simple .carousel-content .titleBox .spass #bookmarks-index h4,
  .spass #bookmarks-index .correlati.simple .carousel-content .titleBox h4,
  .correlati.simple .carousel-content .titleBox .romagna-craft .top-title-box h1,
  .romagna-craft .top-title-box .correlati.simple .carousel-content .titleBox h1,
  .correlati.simple .carousel-content .titleBox .romagna-craft #bookmarks-index h4,
  .romagna-craft #bookmarks-index .correlati.simple .carousel-content .titleBox h4,
  .correlati.simple .carousel-content .titleBox .i-love-pet-visit-romagna-benvenuti-quattro-zampe .top-title-box h1,
  .i-love-pet-visit-romagna-benvenuti-quattro-zampe .top-title-box .correlati.simple .carousel-content .titleBox h1,
  .correlati.simple .carousel-content .titleBox .i-love-pet-visit-romagna-benvenuti-quattro-zampe #bookmarks-index h4,
  .i-love-pet-visit-romagna-benvenuti-quattro-zampe #bookmarks-index .correlati.simple .carousel-content .titleBox h4,
  .correlati.simple .carousel-content .titleBox .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .top-title-box h1,
  .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .top-title-box .correlati.simple .carousel-content .titleBox h1,
  .correlati.simple .carousel-content .titleBox .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends #bookmarks-index h4,
  .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends #bookmarks-index .correlati.simple .carousel-content .titleBox h4,
  .correlati.simple .carousel-content .titleBox .i-love-pet-visit-romagna-vierbeiner-willkommen .top-title-box h1,
  .i-love-pet-visit-romagna-vierbeiner-willkommen .top-title-box .correlati.simple .carousel-content .titleBox h1,
  .correlati.simple .carousel-content .titleBox .i-love-pet-visit-romagna-vierbeiner-willkommen #bookmarks-index h4,
  .i-love-pet-visit-romagna-vierbeiner-willkommen #bookmarks-index .correlati.simple .carousel-content .titleBox h4,
  .correlati.simple .carousel-content .titleBox .localita .contentBox .top-title-box h1,
  .localita .contentBox .top-title-box .correlati.simple .carousel-content .titleBox h1,
  .correlati.simple .carousel-content .titleBox .localita #searchbox-app .bootstrap-select button,
  .localita #searchbox-app .bootstrap-select .correlati.simple .carousel-content .titleBox button,
  .correlati.simple .carousel-content .titleBox .destinazioni .contentBox .top-title-box h1,
  .destinazioni .contentBox .top-title-box .correlati.simple .carousel-content .titleBox h1,
  .correlati.simple .carousel-content .titleBox .news-homepage .header h2,
  .news-homepage .header .correlati.simple .carousel-content .titleBox h2,
  .correlati.simple .carousel-content .titleBox .news-homepage .header h3,
  .news-homepage .header .correlati.simple .carousel-content .titleBox h3 {
    font-size: 2rem;
    margin-right: 0rem;
  }
}

@media (max-width: 767.98px) {
  .correlati.simple .extraBold,
  .correlati.simple .capodanno h1,
  .capodanno .correlati.simple h1,
  .correlati.simple body.er .carousel .swiper-slide .carousel-content h3,
  body.er .carousel .swiper-slide .carousel-content .correlati.simple h3,
  .correlati.simple .idee-viaggio .header h2,
  .idee-viaggio .header .correlati.simple h2,
  .correlati.simple .youtube .Big .title,
  .youtube .Big .correlati.simple .title,
  .correlati.simple .instagram #hashtag,
  .instagram .correlati.simple #hashtag,
  .correlati.simple .events-homepage .header h2,
  .events-homepage .header .correlati.simple h2,
  .correlati.simple .events-homepage .header h3,
  .events-homepage .header .correlati.simple h3,
  .correlati.simple .events-page .header h2,
  .events-page .header .correlati.simple h2,
  .correlati.simple .events-page .header h3,
  .events-page .header .correlati.simple h3,
  .correlati.simple .eventbox .content .scrim h3,
  .eventbox .content .scrim .correlati.simple h3,
  .correlati.simple .box .content .scrim h3,
  .box .content .scrim .correlati.simple h3,
  .correlati.simple .scopri-er .content h3,
  .scopri-er .content .correlati.simple h3,
  .correlati.simple .home-boxes .image .caption h3,
  .home-boxes .image .caption .correlati.simple h3,
  .correlati.simple .home-slider .swiper-slide .caption h3,
  .home-slider .swiper-slide .caption .correlati.simple h3,
  .correlati.simple .scopri .top-title-box h1,
  .scopri .top-title-box .correlati.simple h1,
  .correlati.simple .scopri #bookmarks-index h4,
  .scopri #bookmarks-index .correlati.simple h4,
  .correlati.simple .idee .top-title-box h1,
  .idee .top-title-box .correlati.simple h1,
  .correlati.simple .idee #bookmarks-index h4,
  .idee #bookmarks-index .correlati.simple h4,
  .correlati.simple .eventi .top-title-box h1,
  .eventi .top-title-box .correlati.simple h1,
  .correlati.simple .eventi #bookmarks-index h4,
  .eventi #bookmarks-index .correlati.simple h4,
  .correlati.simple .pianifica .top-title-box h1,
  .pianifica .top-title-box .correlati.simple h1,
  .correlati.simple .pianifica #bookmarks-index h4,
  .pianifica #bookmarks-index .correlati.simple h4,
  .correlati.simple .esperienze .top-title-box h1,
  .esperienze .top-title-box .correlati.simple h1,
  .correlati.simple .esperienze #bookmarks-index h4,
  .esperienze #bookmarks-index .correlati.simple h4,
  .correlati.simple .news .top-title-box h1,
  .news .top-title-box .correlati.simple h1,
  .correlati.simple .news #bookmarks-index h4,
  .news #bookmarks-index .correlati.simple h4,
  .correlati.simple .iat .top-title-box h1,
  .iat .top-title-box .correlati.simple h1,
  .correlati.simple .iat #bookmarks-index h4,
  .iat #bookmarks-index .correlati.simple h4,
  .correlati.simple .meteo .top-title-box h1,
  .meteo .top-title-box .correlati.simple h1,
  .correlati.simple .meteo #bookmarks-index h4,
  .meteo #bookmarks-index .correlati.simple h4,
  .correlati.simple .odm .top-title-box h1,
  .odm .top-title-box .correlati.simple h1,
  .correlati.simple .odm #bookmarks-index h4,
  .odm #bookmarks-index .correlati.simple h4,
  .correlati.simple .booking .top-title-box h1,
  .booking .top-title-box .correlati.simple h1,
  .correlati.simple .booking #bookmarks-index h4,
  .booking #bookmarks-index .correlati.simple h4,
  .correlati.simple .rock .top-title-box h1,
  .rock .top-title-box .correlati.simple h1,
  .correlati.simple .rock #bookmarks-index h4,
  .rock #bookmarks-index .correlati.simple h4,
  .correlati.simple .beach .top-title-box h1,
  .beach .top-title-box .correlati.simple h1,
  .correlati.simple .beach #bookmarks-index h4,
  .beach #bookmarks-index .correlati.simple h4,
  .correlati.simple .food .top-title-box h1,
  .food .top-title-box .correlati.simple h1,
  .correlati.simple .food #bookmarks-index h4,
  .food #bookmarks-index .correlati.simple h4,
  .correlati.simple .nature .top-title-box h1,
  .nature .top-title-box .correlati.simple h1,
  .correlati.simple .nature #bookmarks-index h4,
  .nature #bookmarks-index .correlati.simple h4,
  .correlati.simple .romagna_autentica .top-title-box h1,
  .romagna_autentica .top-title-box .correlati.simple h1,
  .correlati.simple .romagna_autentica #bookmarks-index h4,
  .romagna_autentica #bookmarks-index .correlati.simple h4,
  .correlati.simple .culture .top-title-box h1,
  .culture .top-title-box .correlati.simple h1,
  .correlati.simple .culture #bookmarks-index h4,
  .culture #bookmarks-index .correlati.simple h4,
  .correlati.simple .castle .top-title-box h1,
  .castle .top-title-box .correlati.simple h1,
  .correlati.simple .castle #bookmarks-index h4,
  .castle #bookmarks-index .correlati.simple h4,
  .correlati.simple .bike .top-title-box h1,
  .bike .top-title-box .correlati.simple h1,
  .correlati.simple .bike #bookmarks-index h4,
  .bike #bookmarks-index .correlati.simple h4,
  .correlati.simple .empire .top-title-box h1,
  .empire .top-title-box .correlati.simple h1,
  .correlati.simple .empire #bookmarks-index h4,
  .empire #bookmarks-index .correlati.simple h4,
  .correlati.simple .wellness .top-title-box h1,
  .wellness .top-title-box .correlati.simple h1,
  .correlati.simple .wellness #bookmarks-index h4,
  .wellness #bookmarks-index .correlati.simple h4,
  .correlati.simple .fun .top-title-box h1,
  .fun .top-title-box .correlati.simple h1,
  .correlati.simple .fun #bookmarks-index h4,
  .fun #bookmarks-index .correlati.simple h4,
  .correlati.simple .sport .top-title-box h1,
  .sport .top-title-box .correlati.simple h1,
  .correlati.simple .sport #bookmarks-index h4,
  .sport #bookmarks-index .correlati.simple h4,
  .correlati.simple .motorcycle .top-title-box h1,
  .motorcycle .top-title-box .correlati.simple h1,
  .correlati.simple .motorcycle #bookmarks-index h4,
  .motorcycle #bookmarks-index .correlati.simple h4,
  .correlati.simple .romagna .top-title-box h1,
  .romagna .top-title-box .correlati.simple h1,
  .correlati.simple .romagna #bookmarks-index h4,
  .romagna #bookmarks-index .correlati.simple h4,
  .correlati.simple .liscio .top-title-box h1,
  .liscio .top-title-box .correlati.simple h1,
  .correlati.simple .liscio #bookmarks-index h4,
  .liscio #bookmarks-index .correlati.simple h4,
  .correlati.simple .default .top-title-box h1,
  .default .top-title-box .correlati.simple h1,
  .correlati.simple .default #bookmarks-index h4,
  .default #bookmarks-index .correlati.simple h4,
  .correlati.simple .pet .top-title-box h1,
  .pet .top-title-box .correlati.simple h1,
  .correlati.simple .pet #bookmarks-index h4,
  .pet #bookmarks-index .correlati.simple h4,
  .correlati.simple .kultur .top-title-box h1,
  .kultur .top-title-box .correlati.simple h1,
  .correlati.simple .kultur #bookmarks-index h4,
  .kultur #bookmarks-index .correlati.simple h4,
  .correlati.simple .natur .top-title-box h1,
  .natur .top-title-box .correlati.simple h1,
  .correlati.simple .natur #bookmarks-index h4,
  .natur #bookmarks-index .correlati.simple h4,
  .correlati.simple .spass .top-title-box h1,
  .spass .top-title-box .correlati.simple h1,
  .correlati.simple .spass #bookmarks-index h4,
  .spass #bookmarks-index .correlati.simple h4,
  .correlati.simple .romagna-craft .top-title-box h1,
  .romagna-craft .top-title-box .correlati.simple h1,
  .correlati.simple .romagna-craft #bookmarks-index h4,
  .romagna-craft #bookmarks-index .correlati.simple h4,
  .correlati.simple .i-love-pet-visit-romagna-benvenuti-quattro-zampe .top-title-box h1,
  .i-love-pet-visit-romagna-benvenuti-quattro-zampe .top-title-box .correlati.simple h1,
  .correlati.simple .i-love-pet-visit-romagna-benvenuti-quattro-zampe #bookmarks-index h4,
  .i-love-pet-visit-romagna-benvenuti-quattro-zampe #bookmarks-index .correlati.simple h4,
  .correlati.simple .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .top-title-box h1,
  .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends .top-title-box .correlati.simple h1,
  .correlati.simple .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends #bookmarks-index h4,
  .i-love-pet-visit-romagna-we-welcome-our-four-legged-friends #bookmarks-index .correlati.simple h4,
  .correlati.simple .i-love-pet-visit-romagna-vierbeiner-willkommen .top-title-box h1,
  .i-love-pet-visit-romagna-vierbeiner-willkommen .top-title-box .correlati.simple h1,
  .correlati.simple .i-love-pet-visit-romagna-vierbeiner-willkommen #bookmarks-index h4,
  .i-love-pet-visit-romagna-vierbeiner-willkommen #bookmarks-index .correlati.simple h4,
  .correlati.simple .localita .contentBox .top-title-box h1,
  .localita .contentBox .top-title-box .correlati.simple h1,
  .correlati.simple .localita #searchbox-app .bootstrap-select button,
  .localita #searchbox-app .bootstrap-select .correlati.simple button,
  .correlati.simple .destinazioni .contentBox .top-title-box h1,
  .destinazioni .contentBox .top-title-box .correlati.simple h1,
  .correlati.simple .news-homepage .header h2,
  .news-homepage .header .correlati.simple h2,
  .correlati.simple .news-homepage .header h3,
  .news-homepage .header .correlati.simple h3 {
    font-size: 1.5rem;
  }
}

.interessi #interessi-carousel .swiper-button-prev {
  left: 2rem;
}

.interessi #interessi-carousel .swiper-button-next {
  right: 2rem;
}

.interessi #interessi-carousel .swiper-slide {
  height: auto;
}

.interessi #interessi-carousel .interesse {
  border: 2px solid #3c3c3c;
  padding: 2rem;
  text-align: center;
  display: block;
  margin: 1rem;
  color: #3c3c3c;
  font-size: 2rem;
}

.interessi #interessi-carousel .interesse img {
  display: block;
  margin: 0 auto;
  height: 10rem;
  margin-bottom: 2rem;
}

.test {
  font-size: 16px;
  /*
     * The following styles are auto-applied to elements with
     * transition="modal" when their visibility is toggled
     * by Vue.js.
     *
     * You can easily play with the modal transition by editing
     * these styles.
     */
}

.test .fugazFont,
.test .modal-container .avanti,
.test .modal-container .indietro,
.test .modal-container .title,
.test .modal-container .count {
  font-family: "Fugaz One", cursive;
}

.test img.natura {
  width: 150px;
  height: 150px;
  position: absolute;
  bottom: 10px;
  left: 10px;
}

.test img.riviera {
  width: 150px;
  height: 150px;
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.test .shadowFont,
.test .modal-container .creailtuoviaggio {
  font-family: "Shadows Into Light", cursive;
}

.test button {
  background-color: transparent;
  border: none;
}

.test .close-btn {
  background-color: #fff;
  position: absolute;
  font-size: 2em;
  width: 2em;
  height: 2em;
  top: 0em;
  right: 0em;
}

.test .modal-mask {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: table;
  transition: opacity 0.3s ease;
}

.test .modal-wrapper {
  display: table-cell;
  vertical-align: middle;
}

.test .modal-container {
  width: 100%;
  margin: 0px auto;
  padding: 1em;
  padding-top: 10rem;
  background-color: #ffcc33;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.33);
  transition: all 0.3s ease;
  position: relative;
}

.test .modal-container .pagina {
  padding: 1em 0;
  position: relative;
  max-width: 86vw;
}

.test .modal-container .content {
  margin: 0 2em;
}

.test .modal-container .title,
.test .modal-container .count {
  font-size: 2em;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: -1.07px;
  color: #3c3c3c;
  vertical-align: sub;
  line-height: 1;
}

.test .modal-container .title strong,
.test .modal-container .count strong {
  font-size: 2em;
}

.test .modal-container .creailtuoviaggio {
  transform: rotate(-12deg);
  max-width: 8em;
  font-size: 2.5em;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.07;
  letter-spacing: -2.25px;
  text-align: center;
  text-transform: uppercase;
  color: #3c3c3c;
  padding: 1em;
}

.test .modal-container .avanti,
.test .modal-container .indietro {
  font-size: 2em;
  font-weight: bold;
  font-style: italic;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -1.01px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: underline;
  color: #3c3c3c;
}

.test .modal-container .selectable {
  margin: 1rem 0;
  width: 100%;
  height: 18rem;
  font-size: 6rem;
  color: #3c3c3c;
  letter-spacing: -0.71px;
  text-align: center;
  line-height: 1;
  border: 1rem solid #3c3c3c;
  background: rgba(0, 0, 0, 0.1);
  padding: 0rem 4rem;
}

.test .modal-container .selectable.selected {
  background: #3c3c3c;
  color: #fff;
}

.test .modal-container .selectable.icon {
  font-size: 2rem;
}

.test .modal-container .selectable.icon img {
  width: 9rem;
  height: 9rem;
  display: block;
  margin: 0 auto;
  margin-bottom: 1rem;
}

.test .modal-container .VueCarousel-navigation-next,
.test .modal-container .VueCarousel-navigation-prev {
  font-size: 10rem;
  margin-top: -21px;
  color: #3c3c3c;
}

.test .modal-container .VueCarousel {
  margin-bottom: -25px;
}

.test .VueCarousel {
  margin-bottom: -25px;
}

.test .VueCarousel-slide {
  padding-left: 15px;
  padding-right: 15px;
}

.test .VueCarousel-slide:last-child {
  padding-right: 0px;
}

.test .VueCarousel-slide:first-child {
  padding-left: 0px;
}

.test .VueCarousel-dot {
  border: 1px solid #3c3c3c !important;
  margin: 0 5px;
}

.test .modal-enter {
  opacity: 0;
}

.test .modal-leave-active {
  opacity: 0;
}

.test .modal-enter .modal-container,
.test .modal-leave-active .modal-container {
  transform: scale(1.1);
}

.test .commands {
  margin: 3rem 0;
}

.test .filter-selected {
  text-decoration: underline;
  font-weight: bold;
}

@media (max-width: 767.98px) {
  .test .modal-container {
    width: 100vw;
    overflow: scroll;
    padding: 10px 0px;
  }

  .test .modal-container .title {
    font-size: 2.4rem;
  }

  .test .modal-container .count {
    font-size: 2.3rem;
    margin-bottom: 2rem;
  }

  .test .modal-container .avanti,
  .test .modal-container .indietro {
    font-size: 1.3em;
  }
}

@media (min-width: 768px) {
  .test .modal-container {
    max-width: 1000px;
  }
}

@media (min-width: 992px) {
  .via-emilia .gotop {
    display: none !important;
  }

  .via-emilia .marker {
    background-image: url("/images/pin/idee.svg");
    background-size: cover;
    width: 43px;
    height: 57px;
    margin-top: -28px;
    border-radius: 50%;
    cursor: pointer;
  }

  .via-emilia .sticky-map {
    position: relative;
    top: 0px;
    width: 100%;
    height: calc(100vh - 80px);
    transition: all 400ms;
  }

  .via-emilia .contenuto {
    position: relative;
    /* Stay in place */
    z-index: 997;
    /* Sit on top */
    width: auto;
    height: calc(100vh - 80px);
    background-color: #000000b3;
    overflow: scroll;
    padding-top: 0px;
  }

  .via-emilia .contenuto .text {
    background-color: white;
    position: relative;
    right: 0px;
    width: auto;
    max-width: 900px;
    margin-left: 0;
    display: block;
  }

  .via-emilia .contenuto .text .close {
    font-size: 3rem;
    top: 100px;
    position: fixed;
    right: 30px;
    z-index: 3;
    background-color: white;
    padding: 10px;
    opacity: 1;
  }

  .via-emilia .minimap {
    margin-top: 80px;
    margin: 0px;
    transition: all 350ms;
    position: relative;
  }

  .via-emilia .minimap .images {
    transition: all 350ms;
    position: absolute;
    width: 100%;
    bottom: 50px;
  }

  .via-emilia .minimap .images .carousel .swiper-slide {
    width: 300px;
    max-width: 300px;
    height: 200px;
  }

  .via-emilia .minimap .images .carousel .swiper-slide .carousel-content {
    padding-bottom: 2rem;
  }

  .via-emilia .minimap .images .carousel .swiper-slide .caption {
    color: white;
    font-size: 1.8rem;
  }

  .via-emilia .minimap .images .cc {
    color: white !important;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 2rem;
    top: 2rem;
    font-weight: 400;
    border: 2px solid white;
    border-radius: 50%;
    font-size: 0.7rem;
    background-color: #000000a3;
    display: block;
    line-height: 16px;
    text-align: center;
    padding: 0;
    margin: 0;
    cursor: pointer;
  }

  .via-emilia .minimap #map {
    margin: 0px;
    height: calc(100vh - 80px);
    width: 100%;
  }

  .via-emilia .minimap.show-images #map {
    opacity: 0;
  }

  .via-emilia .minimap.show-images .images {
    opacity: 1;
  }

  .via-emilia .stage {
    padding: 40px;
    font-size: 1.8rem;
  }

  .via-emilia .stage .eventbox .content .indirizzo .city {
    margin-left: 0rem;
  }

  .via-emilia .stage .eventbox .content .scrim h3 {
    font-size: 2rem;
    line-height: 2rem;
  }

  .via-emilia .stage h3.title {
    font-size: 2rem;
    font-weight: lighter;
    color: #c05116;
    margin-bottom: 10px;
  }

  .via-emilia .stage h2 {
    font-size: 3.5rem;
    font-weight: bolder;
    margin: 0;
  }

  .via-emilia .stage h3 {
    color: #c05116;
    font-size: 2.5rem;
    font-weight: bolder;
    margin-top: 6.5rem;
  }

  .via-emilia .stage .address {
    font-size: 1.6rem;
    font-style: italic;
    color: #444;
    display: block;
    margin-bottom: 30px;
  }

  .via-emilia .gallery-video .swiper-slide.video {
    height: auto;
  }

  .via-emilia .gallery-video .video {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    position: relative;
  }

  .via-emilia .gallery-video .video iframe,
  .via-emilia .gallery-video .video object,
  .via-emilia .gallery-video .video embed {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }

  .via-emilia .planning {
    margin: 2rem 0;
    box-shadow: 0px 0px 6px 5px #b5b0b03d;
    border-radius: 12px;
    overflow: hidden;
    outline: 1px solid #c0511600 !important;
    transition: all 400ms;
    font-size: 1.6rem;
  }

  .via-emilia .planning:focus,
  .via-emilia .planning:active {
    outline: 1px solid #c0511600 !important;
    outline-offset: 0px;
  }

  .via-emilia .planning:hover {
    transform: scale(1.04);
    box-shadow: 0px 0px 6px 3px #b5b0b082;
    outline: 1px solid #c0511600 !important;
  }

  .via-emilia .planning .img {
    width: 100px;
    height: 100px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
  }

  .via-emilia .planning .title {
    color: black;
    font-weight: 400;
  }

  .via-emilia .podcast .title {
    color: black;
    font-weight: 400;
  }

  .via-emilia .switch-button {
    box-shadow: 0px 0px 12px 0px #949494;
    overflow: hidden;
    width: 80%;
    max-width: 400px;
    height: 40px;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 10%;
    background-color: #cacaca;
    transform: translate3D(-50%, -50%, 0);
    will-change: transform;
    z-index: 197 !important;
    cursor: pointer;
    transition: 0.3s ease all;
    border: 1px solid white;
    border-radius: 8px;
  }

  .via-emilia .switch-button button:active {
    outline: none;
  }

  .via-emilia .switch-button button:focus {
    outline: none;
  }

  .via-emilia .switch-button-case {
    display: inline-block;
    background: none;
    width: 49%;
    height: 100%;
    color: black;
    position: relative;
    border: none;
    transition: 0.3s ease all;
    text-transform: uppercase;
    letter-spacing: 5px;
    padding-bottom: 1px;
  }

  .via-emilia .switch-button-case:hover {
    color: darkgrey;
    cursor: pointer;
    outline: none;
  }

  .via-emilia .switch-button-case:focus {
    outline: none;
  }

  .via-emilia .switch-button .active {
    color: #151515;
    background-color: white;
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    z-index: -1;
    transition: 0.3s ease-out all;
  }

  .via-emilia .switch-button .active-case {
    color: #151515;
  }
}

@media (max-width: 991px) {
  .via-emilia .gotop {
    display: none !important;
  }

  .via-emilia .marker {
    background-image: url("/images/pin/idee.svg");
    background-size: cover;
    width: 43px;
    height: 57px;
    margin-top: -28px;
    border-radius: 50%;
    cursor: pointer;
  }

  .via-emilia .sticky-map {
    position: relative;
    top: 0px;
    width: 100%;
    height: calc(100vh - 80px);
    transition: all 400ms;
  }

  .via-emilia .contenuto {
    position: fixed;
    /* Stay in place */
    z-index: 997;
    /* Sit on top */
    top: 78px;
    width: auto;
    height: calc(100vh - 80px);
    background-color: #000000b3;
    overflow: scroll;
    padding-top: 0px;
  }

  .via-emilia .contenuto .text {
    background-color: white;
    position: relative;
    right: 0px;
    width: 100vw;
  }

  .via-emilia .contenuto .text .close {
    font-size: 3rem;
    top: 100px;
    position: fixed;
    right: 30px;
    z-index: 3;
    background-color: white;
    padding: 10px;
    opacity: 1;
  }

  .via-emilia .minimap {
    margin: 0px;
    transition: all 350ms;
    position: relative;
  }

  .via-emilia .minimap.horizontal .images {
    bottom: 25px;
  }

  .via-emilia .minimap.horizontal .images .carousel .swiper-slide {
    width: 150px;
    max-width: 150px;
    height: 89px;
  }

  .via-emilia .minimap.horizontal .images .carousel .swiper-slide .carousel-content {
    padding-bottom: 0.5rem;
  }

  .via-emilia .minimap.horizontal .images .carousel .cc {
    top: 0.5rem;
    right: 0.5rem;
  }

  .via-emilia .minimap .images {
    transition: all 350ms;
    position: absolute;
    width: 100%;
    bottom: 50px;
  }

  .via-emilia .minimap .images .carousel .swiper-slide {
    width: 180px;
    max-width: 180px;
    height: 150px;
  }

  .via-emilia .minimap .images .carousel .swiper-slide .carousel-content {
    padding-bottom: 2rem;
  }

  .via-emilia .minimap .images .carousel .swiper-slide .caption {
    color: white;
    font-size: 1.8rem;
  }

  .via-emilia .minimap .images .cc {
    color: white !important;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 2rem;
    top: 2rem;
    font-weight: 400;
    border: 2px solid white;
    border-radius: 50%;
    font-size: 0.7rem;
    background-color: #000000a3;
    display: block;
    line-height: 16px;
    text-align: center;
    padding: 0;
    margin: 0;
    cursor: pointer;
  }

  .via-emilia .minimap #map {
    margin: 0px;
    height: calc(100vh - 80px);
    width: 100%;
  }

  .via-emilia .minimap.show-images #map {
    opacity: 0;
  }

  .via-emilia .minimap.show-images .images {
    opacity: 1;
  }

  .via-emilia .stage {
    padding: 40px;
    font-size: 1.8rem;
  }

  .via-emilia .stage h3.title {
    font-size: 2rem;
    font-weight: lighter;
    color: #c05116;
    margin-bottom: 10px;
  }

  .via-emilia .stage h2 {
    font-size: 3.5rem;
    font-weight: bolder;
    margin: 0;
  }

  .via-emilia .stage h3 {
    color: #c05116;
    font-size: 2.5rem;
    font-weight: bolder;
    margin-top: 6.5rem;
  }

  .via-emilia .stage .address {
    font-size: 1.6rem;
    font-style: italic;
    color: #444;
    display: block;
    margin-bottom: 30px;
  }

  .via-emilia .gallery-video .swiper-slide.video {
    height: auto;
  }

  .via-emilia .gallery-video .video {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    position: relative;
  }

  .via-emilia .gallery-video .video iframe,
  .via-emilia .gallery-video .video object,
  .via-emilia .gallery-video .video embed {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }

  .via-emilia .planning {
    margin: 2rem 0;
    box-shadow: 0px 0px 6px 5px #b5b0b03d;
    border-radius: 12px;
    overflow: hidden;
    outline: 1px solid #c0511600 !important;
    transition: all 400ms;
    font-size: 1.6rem;
  }

  .via-emilia .planning:focus,
  .via-emilia .planning:active {
    outline: 1px solid #c0511600 !important;
    outline-offset: 0px;
  }

  .via-emilia .planning:hover {
    transform: scale(1.04);
    box-shadow: 0px 0px 6px 3px #b5b0b082;
    outline: 1px solid #c0511600 !important;
  }

  .via-emilia .planning .img {
    width: 100px;
    height: 100px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
  }

  .via-emilia .planning .title {
    color: black;
    font-weight: 400;
    padding: 20px;
    word-break: break-word;
    max-width: 165px;
    text-align: center;
  }

  .via-emilia .podcast .title {
    color: black;
    font-weight: 400;
  }

  .via-emilia .switch-button {
    box-shadow: 0px 0px 12px 0px #949494;
    overflow: hidden;
    width: 80%;
    max-width: 400px;
    height: 40px;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 10%;
    background-color: #cacaca;
    transform: translate3D(-50%, -50%, 0);
    will-change: transform;
    z-index: 197 !important;
    cursor: pointer;
    transition: 0.3s ease all;
    border: 1px solid white;
    border-radius: 8px;
  }

  .via-emilia .switch-button button:active {
    outline: none;
  }

  .via-emilia .switch-button button:focus {
    outline: none;
  }

  .via-emilia .switch-button-case {
    display: inline-block;
    background: none;
    width: 49%;
    height: 100%;
    color: black;
    position: relative;
    border: none;
    transition: 0.3s ease all;
    text-transform: uppercase;
    letter-spacing: 5px;
    padding-bottom: 1px;
  }

  .via-emilia .switch-button-case:hover {
    color: darkgrey;
    cursor: pointer;
    outline: none;
  }

  .via-emilia .switch-button-case:focus {
    outline: none;
  }

  .via-emilia .switch-button .active {
    color: #151515;
    background-color: white;
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    z-index: -1;
    transition: 0.3s ease-out all;
  }

  .via-emilia .switch-button .active-case {
    color: #151515;
  }
}

button.show-element-on-click {
  background: none;
  border: none;
}

.gallery-mosaico img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.gallery-mosaico .itm {
  padding-right: 10px;
  padding-left: 10px;
  margin-bottom: 20px;
}

.gallery-mosaico .row,
.gallery-mosaico .idee-viaggio .body,
.idee-viaggio .gallery-mosaico .body {
  margin-right: -10px;
  margin-left: -10px;
}

a.lb-next:hover,
a.lb-prev:hover {
  outline: none !important;
}

.cookiebar {
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
  position: fixed;
  width: 100%;
  z-index: 1100;
  background-color: #435a70;
  padding: 24px 32px;
}

.cookiebar a {
  color: #ffe205;
}

.cookiebar.cookiebar-top {
  bottom: auto;
  top: 0;
}

.cookiebar.show {
  display: block;
}

.cookiebar p {
  font-size: 1.2rem;
  line-height: 1.5;
  color: #FFFFFF;
  margin-bottom: 0;
}

.cookiebar p br {
  display: none;
}

.cookiebar .cookiebar-buttons {
  text-align: right;
  margin-top: 32px;
  padding: 0;
  line-height: 1.5;
}

.cookiebar .cookiebar-btn {
  background: transparent;
  border: 2px solid #ffffff;
  box-shadow: -1px 0 3px 0 rgba(0, 0, 0, 0.35);
  font-size: 1.6rem;
  color: #ffffff;
  letter-spacing: -0.41px;
  text-align: center;
  text-transform: uppercase;
  line-height: 4.2rem;
  min-width: 18.5rem;
  padding: 0;
  color: #FFFFFF;
  letter-spacing: 0.1em;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1.2rem;
  display: inline-block;
}

.cookiebar .cookiebar-btn:hover {
  text-decoration: underline;
  cursor: pointer;
}

.cookiebar .cookiebar-btn:last-child {
  margin-left: 32px;
}

.cookiebar .cookiebar-btn:not(.cookiebar-confirm) {
  color: #FFFFFF;
}

@media (min-width: 576px) {
  .cookiebar p {
    font-size: 1.489rem;
  }

  .cookiebar .cookiebar-btn {
    font-size: 1.378rem;
  }
}

@media (min-width: 768px) {
  .cookiebar {
    padding: 32px 48px;
  }

  .cookiebar.show {
    display: flex;
    justify-content: space-between;
  }

  .cookiebar p {
    width: 60%;
    margin-right: 24px;
  }

  .cookiebar p br {
    display: block;
  }

  .cookiebar .cookiebar-buttons {
    margin-top: 0;
    width: 40%;
  }
}

@media (min-width: 992px) {
  .cookiebar {
    max-width: 832px;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    border-radius: 0.25rem 0.25rem 0 0;
  }

  .cookiebar p {
    width: 66%;
  }

  .cookiebar .cookiebar-buttons {
    width: 33%;
  }
}

.cookiebar {
  display: block;
}

@media (min-width: 768px) {
  .cookiebar {
    display: flex;
  }
}

div.oembedall-githubrepos {
  border: 1px solid #DDD;
  border-radius: 4px 4px 4px 4px;
  list-style-type: none;
  margin: 0 0 10px;
  padding: 8px 10px 0;
  font: 13.34px/1.4 helvetica, arial, freesans, clean, sans-serif;
  /*background: url("http://github.com/images/icons/public.png") no-repeat scroll 6px 9px transparent;*/
  width: 452px;
  background-color: #fff;
}

div.oembedall-githubrepos .oembedall-body {
  background: -moz-linear-gradient(center top, #FAFAFA, #EFEFEF) repeat scroll 0 0 transparent;
  background: -webkit-gradient(linear, left top, left bottom, from(#FAFAFA), to(#EFEFEF));
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top: 1px solid #EEE;
  margin-left: -10px;
  margin-top: 8px;
  padding: 5px 10px;
  width: 100%;
}

div.oembedall-githubrepos h3 {
  font-size: 14px;
  margin: 0;
  padding-left: 18px;
  white-space: nowrap;
}

div.oembedall-githubrepos p.oembedall-description {
  color: #444;
  font-size: 12px;
  margin: 0 0 3px;
}

div.oembedall-githubrepos p.oembedall-updated-at {
  color: #888;
  font-size: 11px;
  margin: 0;
}

div.oembedall-githubrepos ul.oembedall-repo-stats {
  /*background: url("http://github.com/images/modules/pagehead/actions_fade.png") no-repeat scroll 0 0 transparent;*/
  border: medium none;
  float: right;
  font-size: 11px;
  font-weight: bold;
  padding-left: 15px;
  position: relative;
  z-index: 5;
  margin: 0;
}

div.oembedall-githubrepos ul.oembedall-repo-stats li {
  border: medium none;
  color: #666;
  display: inline-block;
  list-style-type: none;
  margin: 0 !important;
}

div.oembedall-githubrepos ul.oembedall-repo-stats li a {
  background-color: transparent;
  background-position: 5px -2px;
  border: medium none;
  color: #666 !important;
  background-position: 5px -2px;
  background-repeat: no-repeat;
  border-left: 1px solid #DDD;
  display: inline-block;
  height: 21px;
  line-height: 21px;
  padding: 0 5px 0 23px;
}

div.oembedall-githubrepos ul.oembedall-repo-stats li:first-child a {
  border-left: medium none;
  margin-right: -3px;
}

div.oembedall-githubrepos ul.oembedall-repo-stats li a:hover {
  background: none no-repeat scroll 5px -27px #4183C4;
  color: #FFFFFF !important;
  text-decoration: none;
}

div.oembedall-githubrepos ul.oembedall-repo-stats li:first-child a:hover {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

ul.oembedall-repo-stats li:last-child a:hover {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

div.oembedall-githubrepos ul.oembedall-repo-stats li.oembedall-watchers a {
  /*background-image: url("http://github.com/images/modules/pagehead/repostat_watchers.png");*/
}

div.oembedall-githubrepos ul.oembedall-repo-stats li.oembedall-forks a {
  /*background-image: url("http://github.com/images/modules/pagehead/repostat_forks.png");*/
}

span.oembedall-closehide {
  background-color: #aaa;
  border-radius: 2px;
  cursor: pointer;
  margin-right: 3px;
}

div.oembedall-container {
  margin-top: 5px;
  text-align: left;
}

.oembedall-ljuser {
  font-weight: bold;
}

.oembedall-ljuser img {
  vertical-align: bottom;
  border: 0;
  padding-right: 1px;
}

.oembedall-stoqembed {
  border-bottom: 1px dotted #999999;
  float: left;
  overflow: hidden;
  padding: 11px 0;
  width: 730px;
  line-height: 1;
  background: none repeat scroll 0 0 #FFFFFF;
  color: #000000;
  font-family: Arial, Liberation Sans, DejaVu Sans, sans-serif;
  font-size: 80%;
  text-align: left;
  margin: 0;
  padding: 0;
}

.oembedall-stoqembed a {
  color: #0077CC;
  text-decoration: none;
  margin: 0;
  padding: 0;
}

.oembedall-stoqembed a:hover {
  text-decoration: underline;
}

.oembedall-stoqembed a:visited {
  color: #4A6B82;
}

.oembedall-stoqembed h3 {
  font-family: Trebuchet MS, Liberation Sans, DejaVu Sans, sans-serif;
  font-size: 130%;
  font-weight: bold;
  margin: 0;
  padding: 0;
}

.oembedall-stoqembed .oembedall-reputation-score {
  color: #444444;
  font-size: 120%;
  font-weight: bold;
  margin-right: 2px;
}

.oembedall-stoqembed .oembedall-user-info {
  height: 35px;
  width: 185px;
}

.oembedall-stoqembed .oembedall-user-info .oembedall-user-gravatar32 {
  float: left;
  height: 32px;
  width: 32px;
}

.oembedall-stoqembed .oembedall-user-info .oembedall-user-details {
  float: left;
  margin-left: 5px;
  overflow: hidden;
  white-space: nowrap;
  width: 145px;
}

.oembedall-stoqembed .oembedall-question-hyperlink {
  font-weight: bold;
}

.oembedall-stoqembed .oembedall-stats {
  background: none repeat scroll 0 0 #EEEEEE;
  margin: 0 0 0 7px;
  padding: 4px 7px 6px;
  width: 58px;
}

.oembedall-stoqembed .oembedall-statscontainer {
  float: left;
  margin-right: 8px;
  width: 86px;
}

.oembedall-stoqembed .oembedall-votes {
  color: #555555;
  padding: 0 0 7px;
  text-align: center;
}

.oembedall-stoqembed .oembedall-vote-count-post {
  display: block;
  font-size: 240%;
  color: #808185;
  display: block;
  font-weight: bold;
}

.oembedall-stoqembed .oembedall-views {
  color: #999999;
  padding-top: 4px;
  text-align: center;
}

.oembedall-stoqembed .oembedall-status {
  margin-top: -3px;
  padding: 4px 0;
  text-align: center;
  background: none repeat scroll 0 0 #75845C;
  color: #FFFFFF;
}

.oembedall-stoqembed .oembedall-status strong {
  color: #FFFFFF;
  display: block;
  font-size: 140%;
}

.oembedall-stoqembed .oembedall-summary {
  float: left;
  width: 635px;
}

.oembedall-stoqembed .oembedall-excerpt {
  line-height: 1.2;
  margin: 0;
  padding: 0 0 5px;
}

.oembedall-stoqembed .oembedall-tags {
  float: left;
  line-height: 18px;
}

.oembedall-stoqembed .oembedall-tags a:hover {
  text-decoration: none;
}

.oembedall-stoqembed .oembedall-post-tag {
  background-color: #E0EAF1;
  border-bottom: 1px solid #3E6D8E;
  border-right: 1px solid #7F9FB6;
  color: #3E6D8E;
  font-size: 90%;
  line-height: 2.4;
  margin: 2px 2px 2px 0;
  padding: 3px 4px;
  text-decoration: none;
  white-space: nowrap;
}

.oembedall-stoqembed .oembedall-post-tag:hover {
  background-color: #3E6D8E;
  border-bottom: 1px solid #37607D;
  border-right: 1px solid #37607D;
  color: #E0EAF1;
}

.oembedall-stoqembed .oembedall-fr {
  float: right;
}

.oembedall-stoqembed .oembedall-statsarrow {
  background-image: url("http://cdn.sstatic.net/stackoverflow/img/sprites.png?v=3");
  background-repeat: no-repeat;
  overflow: hidden;
  background-position: 0 -435px;
  float: right;
  height: 13px;
  margin-top: 12px;
  width: 7px;
}

.oembedall-facebook1 {
  border: #1A3C6C solid 1px;
  padding: 0px;
  font: 13.34px/1.4 verdana;
  width: 500px;
}

.oembedall-facebook2 {
  background-color: #627add;
}

.oembedall-facebook2 a {
  color: #e8e8e8;
  text-decoration: none;
}

.oembedall-facebookBody {
  background-color: #fff;
  vertical-align: top;
  padding: 5px;
}

.oembedall-facebookBody .contents {
  display: inline-block;
  width: 100%;
}

.oembedall-facebookBody div img {
  float: left;
  margin-right: 5px;
}

div.oembedall-lanyard {
  -webkit-box-shadow: none;
  -webkit-transition-delay: 0s;
  -webkit-transition-duration: 0.400000006s;
  -webkit-transition-property: width;
  -webkit-transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  background-attachment: scroll;
  background-clip: border-box;
  background-color: transparent;
  background-image: none;
  background-origin: padding-box;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  box-shadow: none;
  color: #112644;
  display: block;
  float: left;
  font-family: "Trebuchet MS", Trebuchet, sans-serif;
  font-size: 16px;
  height: 253px;
  line-height: 19px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  max-width: none;
  min-height: 0px;
  outline-color: #112644;
  outline-style: none;
  outline-width: 0px;
  overflow-x: visible;
  overflow-y: visible;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  position: relative;
  text-align: left;
  vertical-align: baseline;
  width: 804px;
}

div.oembedall-lanyard .tagline {
  font-size: 1.5em;
}

div.oembedall-lanyard .wrapper {
  overflow: hidden;
  clear: both;
}

div.oembedall-lanyard .split {
  float: left;
  display: inline;
}

div.oembedall-lanyard .prominent-place .flag:link,
div.oembedall-lanyard .prominent-place .flag:visited,
div.oembedall-lanyard .prominent-place .flag:hover,
div.oembedall-lanyard .prominent-place .flag:focus,
div.oembedall-lanyard .prominent-place .flag:active {
  float: left;
  display: block;
  width: 48px;
  height: 48px;
  position: relative;
  top: -5px;
  margin-right: 10px;
}

div.oembedall-lanyard .place-context {
  font-size: 0.889em;
}

div.oembedall-lanyard .prominent-place .sub-place {
  display: block;
}

div.oembedall-lanyard .prominent-place {
  font-size: 1.125em;
  line-height: 1.1em;
  font-weight: normal;
}

div.oembedall-lanyard .main-date {
  color: #8CB4E0;
  font-weight: bold;
  line-height: 1.1;
}

div.oembedall-lanyard .first {
  margin-left: 0;
  width: 48.57%;
  margin: 0 0 0 2.857%;
}

.oembed-content {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  padding-top: 30px;
  position: relative;
}

.oembed-content iframe,
.oembed-content object,
.oembed-content embed {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

body.capodanno {
  background-image: url(/images/sfondo.jpg?b7c389b39ff4f22fd5a16a51836a1dcb);
  background-position: top;
  background-size: cover;
  background-attachment: fixed;
}

@media (max-width: 1199.98px) {
  .capodanno .top-image-box {
    padding-top: 50px;
  }
}

.capodanno .top-title-box {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.capodanno .title-box {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.capodanno h1 {
  font-size: 6rem;
  color: white;
  line-height: 1.5;
  margin: 2rem 0;
}

.capodanno .content-box p,
.capodanno .content-box a,
.capodanno .content-box strong {
  color: white;
}

.capodanno .content-box a {
  text-decoration: underline;
}

.capodanno .border-bk {
  display: none;
}

.capodanno .border-righttop,
.capodanno .border-topright,
.capodanno .border-rightbottom,
.capodanno .border-bottomright,
.capodanno .border-bottomleft,
.capodanno .border-leftbottom,
.capodanno .border-lefttop,
.capodanno .border-topleft {
  padding: 0px;
}

.capodanno h2 {
  color: white;
}

.capodanno h2 * {
  color: white;
}

.capodanno .box {
  border: 8px solid white;
}

@media (min-width: 768px) {
  .capodanno .element-1,
  .capodanno .element-2,
  .capodanno .element-3,
  .capodanno .element-4,
  .capodanno .element-5,
  .capodanno .element-6,
  .capodanno .element-7 {
    flex: unset;
    max-width: 100%;
  }

  .capodanno .element-1 {
    width: 25%;
    margin-left: 25%;
  }

  .capodanno .element-2 {
    width: 25%;
    margin-right: 25%;
  }

  .capodanno .element-3 {
    width: 30%;
    margin-left: 20%;
  }

  .capodanno .element-4 {
    width: 30%;
    margin-right: 20%;
  }

  .capodanno .element-5 {
    width: 33.333%;
  }

  .capodanno .element-6 {
    width: 33.333%;
  }

  .capodanno .element-7 {
    width: 33.333%;
  }
}

.lb-loader,
.lightbox {
  text-align: center;
  line-height: 0;
  position: absolute;
  left: 0;
}

body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #000;
  filter: alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  width: 100%;
  z-index: 10000;
  font-weight: 400;
  outline: 0;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  border: 4px solid #fff;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  background-color: #fff;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  top: 43%;
  height: 25%;
  width: 100%;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(/images/vendor/lightbox2/dist/loading.gif?2299ad0b3f63413f026dfec20c205b8f) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: 0;
  background-image: url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==);
}

.lb-next,
.lb-prev {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(/images/vendor/lightbox2/dist/prev.png?84b76dee6b27b795e89e3649078a11c2) left 48% no-repeat;
  filter: alpha(Opacity=0);
  opacity: 0;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(/images/vendor/lightbox2/dist/next.png?31f15875975aab69085470aabbfec802) right 48% no-repeat;
  filter: alpha(Opacity=0);
  opacity: 0;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: 700;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(/images/vendor/lightbox2/dist/close.png?d9d2d0b1308cb694aa8116915592e2a9) top right no-repeat;
  text-align: right;
  outline: 0;
  filter: alpha(Opacity=70);
  opacity: 0.7;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: alpha(Opacity=100);
  opacity: 1;
}

select.bs-select-hidden,
.bootstrap-select > select.bs-select-hidden,
select.selectpicker {
  display: inline !important;
  border-style: solid;
  border-top: none;
  border-bottom: none;
  border-right: none;
  border-left: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

#loader {
  display: block;
  margin: 2rem auto;
  width: 5rem;
}

.si-content p {
  width: 100%;
  line-height: 25px;
  margin-bottom: 5px;
}

.si-content strong {
  width: 200px;
  line-height: 20px;
}

:focus {
  outline: 1px solid #0000ff;
}

*:focus {
  outline: 1px solid #0000ff;
}

a:hover,
a:focus {
  text-decoration: underline;
}

.btn-light:focus,
.btn-light.focus {
  box-shadow: none;
}

.beta {
  color: red;
  font-weight: bold;
  font-style: italic;
}

@media (max-width: 991.98px) {
  .beta {
    display: block;
    position: absolute;
    bottom: 0.4rem;
    left: 6.3rem;
  }
}

@media (max-width: 767.98px) {
  .beta {
    bottom: 1.4rem;
    left: 4rem;
    font-size: 1rem;
  }
}

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #686868;
  position: relative;
  z-index: 2000;
  right: 100%;
  width: 100%;
  height: 4px;
}

/*
  se il browser non supporta la proprietà translate, allora impostiamo il
  valore top negativo, dello stesso numero di pixel dell'altezza della navbar.
*/

body.without-translate .navbar-form {
  top: -70px;
}

/*
  se il browser non supporta la proprietà translate, allora
  attiviamo l'effetto agendo sulla proprietà 'top'.
*/

body.without-translate .navbar-form.open {
  top: 0;
}

@media print {
  body {
    padding-top: 0px;
    background-color: #FFF;
  }

  .content-box iframe {
    display: none;
  }

  .correlati {
    display: none !important;
  }
}

.romagna-logo {
  position: absolute;
  left: 50%;
  margin-left: -100px;
  width: 200px;
  z-index: 100;
  opacity: 0.8;
}

@media (max-width: 767.98px) {
  .romagna-logo {
    bottom: 20px;
  }
}

@media (min-width: 576px) {
  .romagna-logo {
    top: 30px;
  }
}

.menu-holder.home .romagna-logo {
  display: block;
  margin: 0 auto;
  text-align: center;
  padding: 2rem;
}

.menu-holder.no-home {
  background-image: url(/images/onda-menu.png?22c0926a1726a7b7ebe762d887254ff5);
  background-repeat: no-repeat;
}

.menu-holder.no-home .romagna-logo {
  padding: 4rem 2rem 2rem 6rem;
}

.menu-holder.no-home .menu-desktop {
  margin-top: 3rem;
  padding: 0;
}

/* css menu desktop */

.categories-grid {
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
}

@media (max-width: 991.98px) {
  .categories-grid {
    display: flex;
    flex-wrap: wrap;
  }

  .categories-grid .grid-item {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .categories-grid {
    display: grid;
    grid-template-columns: 1fr 0.25fr 0.25fr 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr;
    gap: 8px 8px;
    grid-auto-flow: row;
    grid-template-areas: "m1 m2 m2 m3" "m4 m2 m2 m5" "m6 m10 m10 m7" "m8 m10 m10 m9" "m11 m12 m12 m13";
  }

  .categories-grid .m1 {
    grid-area: m1;
  }

  .categories-grid .m2 {
    grid-area: m2;
  }

  .categories-grid .m2 img.cat-image {
    height: 100% !important;
  }

  .categories-grid .m3 {
    grid-area: m3;
  }

  .categories-grid .m4 {
    grid-area: m4;
  }

  .categories-grid .m5 {
    grid-area: m5;
  }

  .categories-grid .m6 {
    grid-area: m6;
  }

  .categories-grid .m7 {
    grid-area: m7;
  }

  .categories-grid .m8 {
    grid-area: m8;
  }

  .categories-grid .m9 {
    grid-area: m9;
  }

  .categories-grid .m10 {
    grid-area: m10;
  }

  .categories-grid .m10 img.cat-image {
    height: 100% !important;
  }

  .categories-grid .m11 {
    grid-area: m11;
  }

  .categories-grid .m12 {
    grid-area: m12;
  }

  .categories-grid .m12 img.cat-image {
    height: 100% !important;
  }

  .categories-grid .m13 {
    grid-area: m13;
  }

  .categories-grid .grid-item {
    width: 100%;
    height: 100%;
  }
}

.categories-grid .category-box {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  font-size: 8px;
  position: relative;
  display: block;
}

.categories-grid .category-box img.cat-image {
  height: 275px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.categories-grid .category-box img.icon {
  height: 60px;
  position: absolute;
}

.categories-grid .category-box img.icon.bottom-left {
  bottom: 10px;
  left: 10px;
}

.categories-grid .category-box img.icon.bottom-right {
  bottom: 10px;
  right: 10px;
}

.categories-grid .category-box img.icon.top-right {
  top: 10px;
  right: 10px;
}

.categories-grid .category-box img.icon.top-left {
  top: 10px;
  left: 10px;
}

.categories-grid h3 {
  padding: 1rem;
  margin-bottom: 1rem;
}

.swiper-categories-grid {
  width: 100%;
  height: 300px;
  margin: 0 auto;
  position: relative;
  padding: 0;
}

.swiper-categories-grid .grid-item,
.swiper-categories-grid .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: flex;
  justify-content: center;
  align-items: center;
  height: 300px;
  width: 100%;
}

.swiper-categories-grid .category-box {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  font-size: 8px;
  position: relative;
  display: block;
}

.swiper-categories-grid .category-box img.cat-image {
  height: 275px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.swiper-categories-grid .category-box img.icon {
  height: 60px;
  position: absolute;
}

.swiper-categories-grid .category-box img.icon.bottom-left,
.swiper-categories-grid .category-box img.icon.top-right,
.swiper-categories-grid .category-box img.icon.top-left,
.swiper-categories-grid .category-box img.icon.bottom-right {
  bottom: 10px;
  right: 10px;
}

.swiper-categories-grid h3 {
  padding: 1rem;
  margin-bottom: 1rem;
}

.ert-dropdown .dropdown-select {
  background-color: #2F4A9A;
  border-radius: 2px;
  box-shadow: -1px 0 3px 0 rgba(0, 0, 0, 0.25);
  font-size: 1.6rem;
  color: #ffffff;
  letter-spacing: -0.41px;
  text-align: left;
  text-transform: uppercase;
  line-height: 4.2rem;
  display: inline-block;
  padding: 0 1.8rem;
  margin-bottom: 1rem;
  min-width: 22rem;
  text-decoration: none;
}

.ert-dropdown .caret {
  margin-top: 9px;
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.ert-dropdown .dropdown-menu {
  padding: 0;
  margin: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.ert-dropdown .dropdown button:hover,
.ert-dropdown .dropdown button:focus {
  border: none;
  outline: 0;
}

.ert-dropdown .dropdown.open button {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.23);
  border: solid 1px #666;
  border-bottom: none;
}

.ert-dropdown .dropdown.open ul {
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.23);
  border: solid 1px #666;
  border-top: none;
  height: 200px;
  overflow-y: scroll;
}

.ert-dropdown .dropdown-menu li {
  line-height: 1.5;
  letter-spacing: 0.7px;
  color: #666;
  font-size: 14px;
  cursor: pointer;
  padding: 7.5px 15px;
  border-top: solid 1px #f3f3f3;
}

.ert-dropdown .dropdown-menu li:hover {
  background-color: #ccc;
}

hr.sottile {
  display: block;
  height: 1px;
  width: 90%;
  max-width: 100%;
  content: " ";
  border: none;
  background-color: #000000;
  margin: 4rem auto;
}

.romagna-autentica {
  background-color: #E6E5CA;
  padding: 0rem;
}

.romagna-autentica .logo {
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 2rem 4rem;
  display: block;
}

.romagna-autentica .foto {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.romagna-autentica .payload {
  max-width: 300px;
  margin: 4rem;
}

.romagna-autentica .btn-er,
.romagna-autentica .instagram .instabutton div span,
.instagram .instabutton div .romagna-autentica span {
  background-color: #897966;
}

.romagna-autentica p {
  font-size: 1.5rem;
}

figure.image {
  max-width: 600px;
  min-width: 300px;
  margin: 0 auto;
  width: 80%;
}

.aspass figure.image {
  max-width: 100%;
  width: 100%;
}

.aspass figure.image img {
  width: 100%;
  height: auto;
}

figure.table > table {
  width: 100% !important;
}

