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


		/*	mediaboxAdvanced Black theme	*/
		/*	version 2.1 - August 2010		*/
		/*	for mediaboxAdvanced v.1.3.1	*/

		/*	Overlay background styling	*/

#mbOverlay {
	position: fixed;
	z-index: 9998;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

		/*	Legacy fix for older browsers	*/

#mbOverlay.mbOverlayFF {
	background: transparent url("/salsa_javascripts/mediaboxAdv/css/img/80.png") repeat;
}

#mbOverlay.mbOverlayIE {
	position: absolute;
}

		/*	Overlay panel styling	*/

#mbCenter {
	position: absolute;
	z-index: 9999;
	left: 50%;
	overflow: hidden;
	overflow: visible;
	background-color: #fff;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 5px 20px rgba(0,0,0,0.50);
	-khtml-box-shadow: 0px 5px 20px rgba(0,0,0,0.50);
	-moz-box-shadow: 0px 5px 20px rgba(0,0,0,0.50);
	box-shadow: 0px 5px 20px rgba(0,0,0,0.50);
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=180, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=180, Color='#000000');
}

#mbCenter.mbLoading {
	background: #fff url("/salsa_javascripts/mediaboxAdv/css/img/loading-light.gif") no-repeat center;
		/*	This style is applied only during animation.	*/
		/*	For example, the next lines turn off shadows	*/
		/*	improving browser performance on slow systems.	*/
		/*	To leave shadows on, just remove the following:	*/
	-webkit-box-shadow: none;
	-khtml-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

#mbImage {
	position: relative;
	left: 0;
	top: 0;

		/*	Inline content styling	*/

	font-family: Myriad, Verdana, Arial, Helvetica, sans-serif;
	line-height: 20px;
	font-size: 12px;
	color: #000;
	text-align: left;
	background-position: center center;
	background-repeat: no-repeat;
	padding: 10px;
}

		/*	Title, Caption and Button styling	*/

#mbBottom {
	min-height: 20px;
	font-family: Myriad, Verdana, Arial, Helvetica, sans-serif;
	line-height: 20px;
	font-size: 12px;
	color: #777;
	text-align: left;
	padding: 0 10px 10px;
}

#mbPrevLink, #mbNextLink, #mbCloseLink {
	display: inline;
	color: #000;
	font-weight: bold;
	line-height: 20px;
	font-size: 12px;
}

#mbNumber {
	display: inline;
	color: #777;
	line-height: 14px;
	font-size: 10px;
}

#mbTitle,
#mbCaption {
	display: block;
	color: #777;
	line-height: 14px;
	font-size: 11px;
}

#mbPrevLink, #mbNextLink, #mbCloseLink {
	float: right;
	outline: none;
	margin: 0 0 0 10px;
	font-weight: normal;
}

#mbPrevLink b, #mbNextLink b, #mbCloseLink b {
	color: #333;
	font-weight: bold;
	text-decoration: underline;
}

#mbPrevLink big, #mbNextLink big, #mbCloseLink big {
	color: #333;
	font-size: 16px;
	line-height: 14px;
	font-weight: bold;
}

#mbBottom a, #mbBottom a:link, #mbBottom a:visited {	/* Thanks to Danny Jung for feedback and corrections */
	text-decoration: none;
	color: #333;
}

#mbBottom a:hover, #mbBottom a:active {
	text-decoration: underline;
	color: #000;
}


		/*	Error message styling	*/

#mbError {
	position: relative;
	font-family: Myriad, Verdana, Arial, Helvetica, sans-serif;
	line-height: 20px;
	font-size: 12px;
	color: #000;
	text-align: center;
	border: 10px solid #700;
	padding: 10px 10px 10px;
	margin: 20px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#mbError a, #mbError a:link, #mbError a:visited, #mbError a:hover, #mbError a:active {
	color: #d00;
	font-weight: bold;
	text-decoration: underline;
}



/* = */
#mbCloseLink { position:absolute; top:-12px; right:-12px; z-index:99999; width:30px; height:30px; background:transparent url("/salsa_javascripts/mediaboxAdv/css/img/close.png"); cursor:pointer; }
  #mbCloseLink big { display:none; }
#mbPrevLink,
#mbNextLink { position:absolute; bottom:0; z-index:99998; width:35%; height:100%; background-position:-9999px -9999px; background-repeat:no-repeat; cursor:pointer; outline:none; }
  #mbPrevLink big,
  #mbNextLink big { display:none; }
#mbPrevLink { left:0; background-image:url("/salsa_javascripts/mediaboxAdv/css/img/arrow-left.png"); }
#mbPrevLink:hover { background-position:1% 48%; }
  #mbPrevLink big {}
#mbNextLink { right:0; background-image:url("/salsa_javascripts/mediaboxAdv/css/img/arrow-right.png"); }
#mbNextLink:hover { background-position:95% 48%; }
  #mbNextLink big {}



/* =RWD */

@media screen and (max-width: 480px) {
  body.salsa-lightbox-opened.salsa-lightbox-not-image {
    overflow:hidden;
    height:100%;
  }

  body.salsa-lightbox-opened.salsa-lightbox-not-image #mbCenter,
  body.salsa-lightbox-opened.salsa-lightbox-not-image #mbImage {
    box-sizing: border-box !important;
    position:fixed !important;
    top:0 !important;
    right:0 !important;
    bottom:0 !important;
    left:0 !important;
    width:100% !important;
    height:100% !important;
    padding:0 !important;
    border:0 !important;
    border-radius:0 !important;
    margin:0 !important;
  }

  body.salsa-lightbox-opened.salsa-lightbox-not-image #mbImage {
    padding: 10px !important;
  }

  body.salsa-lightbox-opened.salsa-lightbox-not-image #mbCloseLink {
    top: 5px !important;
    right: 5px !important;
    width: 32px !important;
    height: 32px !important;
    background-color: rgba(255,255,255,.8) !important;
    background-image: url("/salsa_javascripts/mediaboxAdv/css/img/ico-close.png") !important;
    background-repeat: no-repeat !important;
    background-size: 32px !important;
    margin:0 !important;
  }

  body.salsa-lightbox-opened.salsa-lightbox-not-image #mbPrevLink,
  body.salsa-lightbox-opened.salsa-lightbox-not-image #mbNextLink {
    display: none !important;
  }
}


.salsa-policies-advice{box-sizing:border-box !important;position:fixed !important;bottom:20px !important;left:20px !important;z-index:9999 !important;overflow:hidden !important;max-width:400px !important;background:#fff !important;text-align:left !important;padding:10px 25px 15px 15px !important;border:0 !important;border-radius:5px !important;box-shadow:0 0 5px rgba(0,0,0,0.2) !important;margin:0 !important}@media screen and (max-width: 480px){.salsa-policies-advice{bottom:0 !important;right:0 !important;left:0 !important;width:100% !important;max-width:100% !important;padding-bottom:10px !important;padding-left:10px !important;border-radius:0 !important;box-shadow:0 0 10px rgba(0,0,0,0.2) !important}}.salsa-policies-advice-message{margin:0 0 10px !important}.salsa-policies-advice-message,.salsa-policies-advice-message a{color:#666 !important;font:normal normal 13px/18px helvetica,arial,sans-serif !important;padding:0 !important}.salsa-policies-advice-message a{white-space:nowrap !important;text-decoration:underline !important;cursor:pointer !important;margin:0 !important}.salsa-policies-advice-message a,.salsa-policies-advice-message a:hover{color:#666 !important}.salsa-policies-advice-message a:hover{text-decoration:none !important}.salsa-policies-advice-button{display:inline-block !important}.salsa-policies-advice-button,.salsa-policies-advice-button:hover{text-decoration:none !important}.salsa-policies-advice-confirm{position:relative !important;min-width:100px !important;width:auto !important;background:#4D90FE !important;background:-moz-linear-gradient(top, #4D90FE, #4787ED) !important;background-image:-webkit-gradient(linear, left top, left bottom, from(#4D90FE), to(#4787ED)) !important;color:#fff !important;font:bold 12px/1 arial,sans-serif !important;text-align:center !important;text-decoration:none !important;vertical-align:middle !important;padding:6px 12px !important;border:0 !important;border-radius:2px !important;margin:0 !important;white-space:nowrap !important;cursor:pointer !important;outline:0 none !important;user-select:none !important}@media screen and (max-width: 480px){.salsa-policies-advice-confirm{padding-top:8px !important;padding-bottom:8px !important}}a.salsa-policies-advice-close{position:absolute !important;overflow:hidden !important;top:5px !important;right:5px !important;z-index:1000 !important;padding:0 !important;width:20px !important;height:20px !important;text-indent:-9999px !important;background-color:#fff !important;background-image:url("/salsa_css/policies/img/close.svg") !important;background-repeat:no-repeat !important;background-position:center center !important;background-size:contain !important;border:0 !important;cursor:pointer !important;outline:0 !important}@media screen and (max-width: 480px){a.salsa-policies-advice-close{width:24px !important;height:24px !important}}.salsa-policies-detail{color:#444 !important;font-style:normal !important;font-weight:normal !important;font-size:14px !important;line-height:20px !important;font-family:helvetica,arial,sans-serif !important;padding:10px !important}.salsa-policies-detail h2,.salsa-policies-detail h3,.salsa-policies-detail h4,.salsa-policies-detail h5,.salsa-policies-detail h6,.salsa-policies-detail p,.salsa-policies-detail ul,.salsa-policies-detail ol,.salsa-policies-detail li,.salsa-policies-detail dl,.salsa-policies-detail dt,.salsa-policies-detail dd,.salsa-policies-detail form,.salsa-policies-detail fieldset,.salsa-policies-detail legend,.salsa-policies-detail label a,.salsa-policies-detail span,.salsa-policies-detail strong,.salsa-policies-detail em,.salsa-policies-detail b,.salsa-policies-detail i,.salsa-policies-detail small{outline:0 !important;background:transparent !important;color:#444 !important;font-style:normal !important;font-size:100% !important;font-family:helvetica,arial,sans-serif !important;text-align:left !important;vertical-align:baseline !important;text-transform:none !important;letter-spacing:normal !important;padding:0 !important;border:0 !important;margin:0 !important}.salsa-policies-detail h2:first-child,.salsa-policies-detail h3:first-child,.salsa-policies-detail ul:first-child,.salsa-policies-detail ol:first-child,.salsa-policies-detail p:first-child,.salsa-policies-detail li:first-child{margin-top:0 !important}.salsa-policies-detail h2:last-child,.salsa-policies-detail h3:last-child,.salsa-policies-detail ul:last-child,.salsa-policies-detail ol:last-child,.salsa-policies-detail p:last-child,.salsa-policies-detail li:last-child{margin-bottom:0 !important}.salsa-policies-detail h2,.salsa-policies-detail h3,.salsa-policies-detail h4{font-weight:bold !important}.salsa-policies-detail h2{font-size:24px !important;line-height:30px !important;margin:40px 0 10px !important}.salsa-policies-detail h3{font-size:18px !important;line-height:22px !important;margin:30px 0 10px !important}.salsa-policies-detail p,.salsa-policies-detail ul,.salsa-policies-detail ol{margin-bottom:20px !important}.salsa-policies-detail h4,.salsa-policies-detail p,.salsa-policies-detail li{font-size:14px !important;line-height:20px !important}.salsa-policies-detail ul li,.salsa-policies-detail ol li{margin-left:20px !important}.salsa-policies-detail ul li{list-style:disc !important}.salsa-policies-detail ol li{list-style:decimal !important}.salsa-policies-detail ol.alpha li{list-style:upper-alpha !important}.salsa-policies-detail a,.salsa-policies-detail a:link,.salsa-policies-detail a:visited,.salsa-policies-detail a:hover,.salsa-policies-detail a:active{color:#444 !important}.salsa-policies-detail a,.salsa-policies-detail a:link,.salsa-policies-detail a:visited{text-decoration:underline !important}.salsa-policies-detail a:hover,.salsa-policies-detail a:active{text-decoration:none !important}.salsa-policies-detail-item{margin-bottom:50px !important}.salsa-policies-detail-item:last-child{margin-bottom:0 !important}body.salsa-lightbox-not-image.salsa-lightbox-opened #mbImage{overflow:auto}


.salsa-button-base{cursor:pointer}.salsa-button-base[disabled="disabled"]{cursor:default;opacity:0.4;filter:alpha(opacity=40)}.salsa-button-base.salsa-button-loading{position:relative}.salsa-button-base.salsa-button-loading .salsa-button-in{visibility:hidden}.salsa-button-base.salsa-button-loading .salsa-loading-wrapper{display:inline-block}


@-webkit-keyframes fade{from{-webkit-opacity:1;-moz-opacity:1;opacity:1;filter:"alpha(opacity=100)"}to{-webkit-opacity:.25;-moz-opacity:.25;opacity:.25;filter:"alpha(opacity=25)"}}@keyframes fade{from{-webkit-opacity:1;-moz-opacity:1;opacity:1;filter:"alpha(opacity=100)"}to{-webkit-opacity:.25;-moz-opacity:.25;opacity:.25;filter:"alpha(opacity=25)"}}.salsa-loading-wrapper{position:relative}.salsa-loading-wrapper,.salsa-loading-wrapper b{display:inline-block;background:transparent;padding:0;border:0;margin:0}.salsa-loading-wrapper.salsa-loading-overlay{position:absolute;top:50%;left:50%;margin-right:0;margin-bottom:0}.salsa-loading-wrapper.salsa-loading-overlay,.salsa-loading-wrapper.salsa-loading-overlay b{display:block}.salsa-loading-wrapper.salsa-loading-small{width:18px;height:18px}.salsa-loading-wrapper.salsa-loading-small.salsa-loading-overlay{margin-top:-9px;margin-left:-9px}.salsa-loading-wrapper.salsa-loading-small.salsa-loading-container:before{width:58px;height:58px;margin-top:-29px;margin-left:-29px}.salsa-loading-wrapper.salsa-loading-medium{width:34px;height:34px}.salsa-loading-wrapper.salsa-loading-medium.salsa-loading-overlay{margin-top:-17px;margin-left:-17px}.salsa-loading-wrapper.salsa-loading-medium.salsa-loading-container:before{width:74px;height:74px;margin-top:-37px;margin-left:-37px}.salsa-loading-wrapper.salsa-loading-large{width:64px;height:64px}.salsa-loading-wrapper.salsa-loading-large.salsa-loading-overlay{margin-top:-32px;margin-left:-32px}.salsa-loading-wrapper.salsa-loading-large.salsa-loading-container:before{width:104px;height:104px;margin-top:-52px;margin-left:-52px}.salsa-loading-wrapper .salsa-loading-bar{width:12%;height:26%;position:absolute;left:44.5%;top:37%;-webkit-opacity:0;-moz-opacity:0;opacity:0;filter:"alpha(opacity=0)";border-radius:50px;-webkit-animation:fade 1s linear infinite;-moz-animation:fade 1s linear infinite;-ms-animation:fade 1s linear infinite;animation:fade 1s linear infinite}.salsa-loading-wrapper .salsa-loading-bar-1{-webkit-transform:rotate(0deg) translate(0, -142%);-moz-transform:rotate(0deg) translate(0, -142%);-ms-transform:rotate(0deg) translate(0, -142%);-o-transform:rotate(0deg) translate(0, -142%);transform:rotate(0deg) translate(0, -142%);-webkit-animation-delay:0s;-moz-animation-delay:0s;-ms-animation-delay:0s;animation-delay:0s}.salsa-loading-wrapper .salsa-loading-bar-2{-webkit-transform:rotate(30deg) translate(0, -142%);-moz-transform:rotate(30deg) translate(0, -142%);-ms-transform:rotate(30deg) translate(0, -142%);-o-transform:rotate(30deg) translate(0, -142%);transform:rotate(30deg) translate(0, -142%);-webkit-animation-delay:-.9167s;-moz-animation-delay:-.9167s;-ms-animation-delay:-.9167s;animation-delay:-.9167s}.salsa-loading-wrapper .salsa-loading-bar-3{-webkit-transform:rotate(60deg) translate(0, -142%);-moz-transform:rotate(60deg) translate(0, -142%);-ms-transform:rotate(60deg) translate(0, -142%);-o-transform:rotate(60deg) translate(0, -142%);transform:rotate(60deg) translate(0, -142%);-webkit-animation-delay:-.833s;-moz-animation-delay:-.833s;-ms-animation-delay:-.833s;animation-delay:-.833s}.salsa-loading-wrapper .salsa-loading-bar-4{-webkit-transform:rotate(90deg) translate(0, -142%);-moz-transform:rotate(90deg) translate(0, -142%);-ms-transform:rotate(90deg) translate(0, -142%);-o-transform:rotate(90deg) translate(0, -142%);transform:rotate(90deg) translate(0, -142%);-webkit-animation-delay:-.75s;-moz-animation-delay:-.75s;-ms-animation-delay:-.75s;animation-delay:-.75s}.salsa-loading-wrapper .salsa-loading-bar-5{-webkit-transform:rotate(120deg) translate(0, -142%);-moz-transform:rotate(120deg) translate(0, -142%);-ms-transform:rotate(120deg) translate(0, -142%);-o-transform:rotate(120deg) translate(0, -142%);transform:rotate(120deg) translate(0, -142%);-webkit-animation-delay:-.667s;-moz-animation-delay:-.667s;-ms-animation-delay:-.667s;animation-delay:-.667s}.salsa-loading-wrapper .salsa-loading-bar-6{-webkit-transform:rotate(150deg) translate(0, -142%);-moz-transform:rotate(150deg) translate(0, -142%);-ms-transform:rotate(150deg) translate(0, -142%);-o-transform:rotate(150deg) translate(0, -142%);transform:rotate(150deg) translate(0, -142%);-webkit-animation-delay:-.5833s;-moz-animation-delay:-.5833s;-ms-animation-delay:-.5833s;animation-delay:-.5833s}.salsa-loading-wrapper .salsa-loading-bar-7{-webkit-transform:rotate(180deg) translate(0, -142%);-moz-transform:rotate(180deg) translate(0, -142%);-ms-transform:rotate(180deg) translate(0, -142%);-o-transform:rotate(180deg) translate(0, -142%);transform:rotate(180deg) translate(0, -142%);-webkit-animation-delay:-.5s;-moz-animation-delay:-.5s;-ms-animation-delay:-.5s;animation-delay:-.5s}.salsa-loading-wrapper .salsa-loading-bar-8{-webkit-transform:rotate(210deg) translate(0, -142%);-moz-transform:rotate(210deg) translate(0, -142%);-ms-transform:rotate(210deg) translate(0, -142%);-o-transform:rotate(210deg) translate(0, -142%);transform:rotate(210deg) translate(0, -142%);-webkit-animation-delay:-.41667s;-moz-animation-delay:-.41667s;-ms-animation-delay:-.41667s;animation-delay:-.41667s}.salsa-loading-wrapper .salsa-loading-bar-9{-webkit-transform:rotate(240deg) translate(0, -142%);-moz-transform:rotate(240deg) translate(0, -142%);-ms-transform:rotate(240deg) translate(0, -142%);-o-transform:rotate(240deg) translate(0, -142%);transform:rotate(240deg) translate(0, -142%);-webkit-animation-delay:-.333s;-moz-animation-delay:-.333s;-ms-animation-delay:-.333s;animation-delay:-.333s}.salsa-loading-wrapper .salsa-loading-bar-10{-webkit-transform:rotate(270deg) translate(0, -142%);-moz-transform:rotate(270deg) translate(0, -142%);-ms-transform:rotate(270deg) translate(0, -142%);-o-transform:rotate(270deg) translate(0, -142%);transform:rotate(270deg) translate(0, -142%);-webkit-animation-delay:-.25s;-moz-animation-delay:-.25s;-ms-animation-delay:-.25s;animation-delay:-.25s}.salsa-loading-wrapper .salsa-loading-bar-11{-webkit-transform:rotate(300deg) translate(0, -142%);-moz-transform:rotate(300deg) translate(0, -142%);-ms-transform:rotate(300deg) translate(0, -142%);-o-transform:rotate(300deg) translate(0, -142%);transform:rotate(300deg) translate(0, -142%);-webkit-animation-delay:-.1667s;-moz-animation-delay:-.1667s;-ms-animation-delay:-.1667s;animation-delay:-.1667s}.salsa-loading-wrapper .salsa-loading-bar-12{-webkit-transform:rotate(330deg) translate(0, -142%);-moz-transform:rotate(330deg) translate(0, -142%);-ms-transform:rotate(330deg) translate(0, -142%);-o-transform:rotate(330deg) translate(0, -142%);transform:rotate(330deg) translate(0, -142%);-webkit-animation-delay:-.0833s;-moz-animation-delay:-.0833s;-ms-animation-delay:-.0833s;animation-delay:-.0833s}.salsa-loading-wrapper.salsa-loading-container:before{content:" ";position:absolute;top:50%;left:50%;margin-right:0;margin-bottom:0;border-radius:4px}.salsa-loading-wrapper.salsa-loading-light.salsa-loading-container:before{background-color:rgba(240,240,240,0.9)}.salsa-loading-wrapper.salsa-loading-light.salsa-loading-container .salsa-loading-bar{background:#999}.salsa-loading-wrapper.salsa-loading-light .salsa-loading-bar{background:#fff;box-shadow:0 0 3px rgba(255,255,255,0.2)}.salsa-loading-wrapper.salsa-loading-dark.salsa-loading-container:before{background-color:rgba(0,0,0,0.6)}.salsa-loading-wrapper.salsa-loading-dark.salsa-loading-container .salsa-loading-bar{background:#eee;box-shadow:0 0 3px rgba(255,255,255,0.2)}.salsa-loading-wrapper.salsa-loading-dark .salsa-loading-bar{background:#000;box-shadow:0 0 3px rgba(0,0,0,0.2)}.salsa-loading-wrapper.salsa-loading-hidden{display:none}


.mapboxgl-map {
    font: 12px/20px 'Helvetica Neue', Arial, Helvetica, sans-serif;
    overflow: hidden;
    position: relative;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mapboxgl-map:-webkit-full-screen {
    width: 100%;
    height: 100%;
}

.mapboxgl-canary {
    background-color: salmon;
}

.mapboxgl-canvas-container.mapboxgl-interactive,
.mapboxgl-ctrl-group > button.mapboxgl-ctrl-compass {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: grab;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.mapboxgl-canvas-container.mapboxgl-interactive:active,
.mapboxgl-ctrl-group > button.mapboxgl-ctrl-compass:active {
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: grabbing;
}

.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate,
.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate .mapboxgl-canvas {
    touch-action: pan-x pan-y;
}

.mapboxgl-canvas-container.mapboxgl-touch-drag-pan,
.mapboxgl-canvas-container.mapboxgl-touch-drag-pan .mapboxgl-canvas {
    touch-action: pinch-zoom;
}

.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate.mapboxgl-touch-drag-pan,
.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate.mapboxgl-touch-drag-pan .mapboxgl-canvas {
    touch-action: none;
}

.mapboxgl-ctrl-top-left,
.mapboxgl-ctrl-top-right,
.mapboxgl-ctrl-bottom-left,
.mapboxgl-ctrl-bottom-right { position: absolute; pointer-events: none; z-index: 2; }
.mapboxgl-ctrl-top-left     { top: 0; left: 0; }
.mapboxgl-ctrl-top-right    { top: 0; right: 0; }
.mapboxgl-ctrl-bottom-left  { bottom: 0; left: 0; }
.mapboxgl-ctrl-bottom-right { right: 0; bottom: 0; }

.mapboxgl-ctrl { clear: both; pointer-events: auto; }
.mapboxgl-ctrl-top-left .mapboxgl-ctrl     { margin: 10px 0 0 10px; float: left; }
.mapboxgl-ctrl-top-right .mapboxgl-ctrl    { margin: 10px 10px 0 0; float: right; }
.mapboxgl-ctrl-bottom-left .mapboxgl-ctrl  { margin: 0 0 10px 10px; float: left; }
.mapboxgl-ctrl-bottom-right .mapboxgl-ctrl { margin: 0 10px 10px 0; float: right; }

.mapboxgl-ctrl-group {
    border-radius: 4px;
    -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    background: #fff;
}

.mapboxgl-ctrl-group > button {
    width: 30px;
    height: 30px;
    display: block;
    padding: 0;
    outline: none;
    border: 0;
    box-sizing: border-box;
    background-color: transparent;
    cursor: pointer;
}

.mapboxgl-ctrl-group > button + button {
    border-top: 1px solid #ddd;
}

/* https://bugzilla.mozilla.org/show_bug.cgi?id=140562 */
.mapboxgl-ctrl > button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.mapboxgl-ctrl > button:hover {
    background-color: rgba(0, 0, 0, 0.05);
}

.mapboxgl-ctrl-icon,
.mapboxgl-ctrl-icon > .mapboxgl-ctrl-compass-arrow {
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.mapboxgl-ctrl-icon {
    padding: 5px;
}

.mapboxgl-ctrl-icon.mapboxgl-ctrl-zoom-out {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath style='fill:%23333333;' d='m 7,9 c -0.554,0 -1,0.446 -1,1 0,0.554 0.446,1 1,1 l 6,0 c 0.554,0 1,-0.446 1,-1 0,-0.554 -0.446,-1 -1,-1 z'/%3E %3C/svg%3E");
}

.mapboxgl-ctrl-icon.mapboxgl-ctrl-zoom-in {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath style='fill:%23333333;' d='M 10 6 C 9.446 6 9 6.4459904 9 7 L 9 9 L 7 9 C 6.446 9 6 9.446 6 10 C 6 10.554 6.446 11 7 11 L 9 11 L 9 13 C 9 13.55401 9.446 14 10 14 C 10.554 14 11 13.55401 11 13 L 11 11 L 13 11 C 13.554 11 14 10.554 14 10 C 14 9.446 13.554 9 13 9 L 11 9 L 11 7 C 11 6.4459904 10.554 6 10 6 z'/%3E %3C/svg%3E");
}

.mapboxgl-ctrl-icon.mapboxgl-ctrl-geolocate {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23333'%3E %3Cpath d='M10 4C9 4 9 5 9 5L9 5.1A5 5 0 0 0 5.1 9L5 9C5 9 4 9 4 10 4 11 5 11 5 11L5.1 11A5 5 0 0 0 9 14.9L9 15C9 15 9 16 10 16 11 16 11 15 11 15L11 14.9A5 5 0 0 0 14.9 11L15 11C15 11 16 11 16 10 16 9 15 9 15 9L14.9 9A5 5 0 0 0 11 5.1L11 5C11 5 11 4 10 4zM10 6.5A3.5 3.5 0 0 1 13.5 10 3.5 3.5 0 0 1 10 13.5 3.5 3.5 0 0 1 6.5 10 3.5 3.5 0 0 1 10 6.5zM10 8.3A1.8 1.8 0 0 0 8.3 10 1.8 1.8 0 0 0 10 11.8 1.8 1.8 0 0 0 11.8 10 1.8 1.8 0 0 0 10 8.3z'/%3E %3C/svg%3E");
}

.mapboxgl-ctrl-icon.mapboxgl-ctrl-geolocate:disabled {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23aaa'%3E %3Cpath d='M10 4C9 4 9 5 9 5L9 5.1A5 5 0 0 0 5.1 9L5 9C5 9 4 9 4 10 4 11 5 11 5 11L5.1 11A5 5 0 0 0 9 14.9L9 15C9 15 9 16 10 16 11 16 11 15 11 15L11 14.9A5 5 0 0 0 14.9 11L15 11C15 11 16 11 16 10 16 9 15 9 15 9L14.9 9A5 5 0 0 0 11 5.1L11 5C11 5 11 4 10 4zM10 6.5A3.5 3.5 0 0 1 13.5 10 3.5 3.5 0 0 1 10 13.5 3.5 3.5 0 0 1 6.5 10 3.5 3.5 0 0 1 10 6.5zM10 8.3A1.8 1.8 0 0 0 8.3 10 1.8 1.8 0 0 0 10 11.8 1.8 1.8 0 0 0 11.8 10 1.8 1.8 0 0 0 10 8.3z'/%3E %3C/svg%3E");
}

.mapboxgl-ctrl-icon.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E %3Cpath d='M10 4C9 4 9 5 9 5L9 5.1A5 5 0 0 0 5.1 9L5 9C5 9 4 9 4 10 4 11 5 11 5 11L5.1 11A5 5 0 0 0 9 14.9L9 15C9 15 9 16 10 16 11 16 11 15 11 15L11 14.9A5 5 0 0 0 14.9 11L15 11C15 11 16 11 16 10 16 9 15 9 15 9L14.9 9A5 5 0 0 0 11 5.1L11 5C11 5 11 4 10 4zM10 6.5A3.5 3.5 0 0 1 13.5 10 3.5 3.5 0 0 1 10 13.5 3.5 3.5 0 0 1 6.5 10 3.5 3.5 0 0 1 10 6.5zM10 8.3A1.8 1.8 0 0 0 8.3 10 1.8 1.8 0 0 0 10 11.8 1.8 1.8 0 0 0 11.8 10 1.8 1.8 0 0 0 10 8.3z'/%3E %3C/svg%3E");
}

.mapboxgl-ctrl-icon.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active-error {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e58978'%3E %3Cpath d='M10 4C9 4 9 5 9 5L9 5.1A5 5 0 0 0 5.1 9L5 9C5 9 4 9 4 10 4 11 5 11 5 11L5.1 11A5 5 0 0 0 9 14.9L9 15C9 15 9 16 10 16 11 16 11 15 11 15L11 14.9A5 5 0 0 0 14.9 11L15 11C15 11 16 11 16 10 16 9 15 9 15 9L14.9 9A5 5 0 0 0 11 5.1L11 5C11 5 11 4 10 4zM10 6.5A3.5 3.5 0 0 1 13.5 10 3.5 3.5 0 0 1 10 13.5 3.5 3.5 0 0 1 6.5 10 3.5 3.5 0 0 1 10 6.5zM10 8.3A1.8 1.8 0 0 0 8.3 10 1.8 1.8 0 0 0 10 11.8 1.8 1.8 0 0 0 11.8 10 1.8 1.8 0 0 0 10 8.3z'/%3E %3C/svg%3E");
}

.mapboxgl-ctrl-icon.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E %3Cpath d='M 10,4 C 9,4 9,5 9,5 L 9,5.1 C 7.0357113,5.5006048 5.5006048,7.0357113 5.1,9 L 5,9 c 0,0 -1,0 -1,1 0,1 1,1 1,1 l 0.1,0 c 0.4006048,1.964289 1.9357113,3.499395 3.9,3.9 L 9,15 c 0,0 0,1 1,1 1,0 1,-1 1,-1 l 0,-0.1 c 1.964289,-0.400605 3.499395,-1.935711 3.9,-3.9 l 0.1,0 c 0,0 1,0 1,-1 C 16,9 15,9 15,9 L 14.9,9 C 14.499395,7.0357113 12.964289,5.5006048 11,5.1 L 11,5 c 0,0 0,-1 -1,-1 z m 0,2.5 c 1.932997,0 3.5,1.5670034 3.5,3.5 0,1.932997 -1.567003,3.5 -3.5,3.5 C 8.0670034,13.5 6.5,11.932997 6.5,10 6.5,8.0670034 8.0670034,6.5 10,6.5 Z'/%3E %3C/svg%3E");
}

.mapboxgl-ctrl-icon.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background-error {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e54e33'%3E %3Cpath d='M 10,4 C 9,4 9,5 9,5 L 9,5.1 C 7.0357113,5.5006048 5.5006048,7.0357113 5.1,9 L 5,9 c 0,0 -1,0 -1,1 0,1 1,1 1,1 l 0.1,0 c 0.4006048,1.964289 1.9357113,3.499395 3.9,3.9 L 9,15 c 0,0 0,1 1,1 1,0 1,-1 1,-1 l 0,-0.1 c 1.964289,-0.400605 3.499395,-1.935711 3.9,-3.9 l 0.1,0 c 0,0 1,0 1,-1 C 16,9 15,9 15,9 L 14.9,9 C 14.499395,7.0357113 12.964289,5.5006048 11,5.1 L 11,5 c 0,0 0,-1 -1,-1 z m 0,2.5 c 1.932997,0 3.5,1.5670034 3.5,3.5 0,1.932997 -1.567003,3.5 -3.5,3.5 C 8.0670034,13.5 6.5,11.932997 6.5,10 6.5,8.0670034 8.0670034,6.5 10,6.5 Z'/%3E %3C/svg%3E");
}

.mapboxgl-ctrl-icon.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-waiting {
    -webkit-animation: mapboxgl-spin 2s infinite linear;
    -moz-animation: mapboxgl-spin 2s infinite linear;
    -o-animation: mapboxgl-spin 2s infinite linear;
    -ms-animation: mapboxgl-spin 2s infinite linear;
    animation: mapboxgl-spin 2s infinite linear;
}

@-webkit-keyframes mapboxgl-spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@-moz-keyframes mapboxgl-spin {
    0% { -moz-transform: rotate(0deg); }
    100% { -moz-transform: rotate(360deg); }
}

@-o-keyframes mapboxgl-spin {
    0% { -o-transform: rotate(0deg); }
    100% { -o-transform: rotate(360deg); }
}

@-ms-keyframes mapboxgl-spin {
    0% { -ms-transform: rotate(0deg); }
    100% { -ms-transform: rotate(360deg); }
}

@keyframes mapboxgl-spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.mapboxgl-ctrl-icon.mapboxgl-ctrl-fullscreen {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M 5 4 C 4.5 4 4 4.5 4 5 L 4 6 L 4 9 L 4.5 9 L 5.7773438 7.296875 C 6.7771319 8.0602131 7.835765 8.9565728 8.890625 10 C 7.8257121 11.0633 6.7761791 11.951675 5.78125 12.707031 L 4.5 11 L 4 11 L 4 15 C 4 15.5 4.5 16 5 16 L 9 16 L 9 15.5 L 7.2734375 14.205078 C 8.0428931 13.187886 8.9395441 12.133481 9.9609375 11.068359 C 11.042371 12.14699 11.942093 13.2112 12.707031 14.21875 L 11 15.5 L 11 16 L 14 16 L 15 16 C 15.5 16 16 15.5 16 15 L 16 14 L 16 11 L 15.5 11 L 14.205078 12.726562 C 13.177985 11.949617 12.112718 11.043577 11.037109 10.009766 C 12.151856 8.981061 13.224345 8.0798624 14.228516 7.3046875 L 15.5 9 L 16 9 L 16 5 C 16 4.5 15.5 4 15 4 L 11 4 L 11 4.5 L 12.703125 5.7773438 C 11.932647 6.7864834 11.026693 7.8554712 9.9707031 8.9199219 C 8.9584739 7.8204943 8.0698767 6.7627188 7.3046875 5.7714844 L 9 4.5 L 9 4 L 6 4 L 5 4 z '/%3E %3C/svg%3E");
}

.mapboxgl-ctrl-icon.mapboxgl-ctrl-shrink {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath style='fill:%23000000;' d='M 4.2421875 3.4921875 A 0.750075 0.750075 0 0 0 3.71875 4.78125 L 5.9648438 7.0273438 L 4 8.5 L 4 9 L 8 9 C 8.500001 8.9999988 9 8.4999992 9 8 L 9 4 L 8.5 4 L 7.0175781 5.9550781 L 4.78125 3.71875 A 0.750075 0.750075 0 0 0 4.2421875 3.4921875 z M 15.734375 3.4921875 A 0.750075 0.750075 0 0 0 15.21875 3.71875 L 12.984375 5.953125 L 11.5 4 L 11 4 L 11 8 C 11 8.4999992 11.499999 8.9999988 12 9 L 16 9 L 16 8.5 L 14.035156 7.0273438 L 16.28125 4.78125 A 0.750075 0.750075 0 0 0 15.734375 3.4921875 z M 4 11 L 4 11.5 L 5.9648438 12.972656 L 3.71875 15.21875 A 0.75130096 0.75130096 0 1 0 4.78125 16.28125 L 7.0273438 14.035156 L 8.5 16 L 9 16 L 9 12 C 9 11.500001 8.500001 11.000001 8 11 L 4 11 z M 12 11 C 11.499999 11.000001 11 11.500001 11 12 L 11 16 L 11.5 16 L 12.972656 14.035156 L 15.21875 16.28125 A 0.75130096 0.75130096 0 1 0 16.28125 15.21875 L 14.035156 12.972656 L 16 11.5 L 16 11 L 12 11 z '/%3E %3C/svg%3E");
}

.mapboxgl-ctrl-icon.mapboxgl-ctrl-compass > .mapboxgl-ctrl-compass-arrow {
    width: 20px;
    height: 20px;
    margin: 5px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E %3Cpolygon fill='%23333333' points='6,9 10,1 14,9'/%3E %3Cpolygon fill='%23CCCCCC' points='6,11 10,19 14,11 '/%3E %3C/svg%3E");
    background-repeat: no-repeat;
    display: inline-block;
}

a.mapboxgl-ctrl-logo {
    width: 85px;
    height: 21px;
    margin: 0 0 -3px -3px;
    display: block;
    background-repeat: no-repeat;
    cursor: pointer;
    background-image: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 84.49 21' style='enable-background:new 0 0 84.49 21;' xml:space='preserve'%3E%3Cg%3E %3Cpath class='st0' style='opacity:0.9; fill: %23FFFFFF; enable-background: new;' d='M83.25,14.26c0,0.12-0.09,0.21-0.21,0.21h-1.61c-0.13,0-0.24-0.06-0.3-0.17l-1.44-2.39l-1.44,2.39 c-0.06,0.11-0.18,0.17-0.3,0.17h-1.61c-0.04,0-0.08-0.01-0.12-0.03c-0.09-0.06-0.13-0.19-0.06-0.28l0,0l2.43-3.68L76.2,6.84 c-0.02-0.03-0.03-0.07-0.03-0.12c0-0.12,0.09-0.21,0.21-0.21h1.61c0.13,0,0.24,0.06,0.3,0.17l1.41,2.36l1.4-2.35 c0.06-0.11,0.18-0.17,0.3-0.17H83c0.04,0,0.08,0.01,0.12,0.03c0.09,0.06,0.13,0.19,0.06,0.28l0,0l-2.37,3.63l2.43,3.67 C83.24,14.18,83.25,14.22,83.25,14.26z'/%3E %3Cpath class='st0' style='opacity:0.9; fill: %23FFFFFF; enable-background: new;' d='M66.24,9.59c-0.39-1.88-1.96-3.28-3.84-3.28c-1.03,0-2.03,0.42-2.73,1.18V3.51c0-0.13-0.1-0.23-0.23-0.23h-1.4 c-0.13,0-0.23,0.11-0.23,0.23v10.72c0,0.13,0.1,0.23,0.23,0.23h1.4c0.13,0,0.23-0.11,0.23-0.23V13.5c0.71,0.75,1.7,1.18,2.73,1.18 c1.88,0,3.45-1.41,3.84-3.29C66.37,10.79,66.37,10.18,66.24,9.59L66.24,9.59z M62.08,13c-1.32,0-2.39-1.11-2.41-2.48v-0.06 c0.02-1.38,1.09-2.48,2.41-2.48s2.42,1.12,2.42,2.51S63.41,13,62.08,13z'/%3E %3Cpath class='st0' style='opacity:0.9; fill: %23FFFFFF; enable-background: new;' d='M71.67,6.32c-1.98-0.01-3.72,1.35-4.16,3.29c-0.13,0.59-0.13,1.19,0,1.77c0.44,1.94,2.17,3.32,4.17,3.3 c2.35,0,4.26-1.87,4.26-4.19S74.04,6.32,71.67,6.32z M71.65,13.01c-1.33,0-2.42-1.12-2.42-2.51s1.08-2.52,2.42-2.52 c1.33,0,2.42,1.12,2.42,2.51S72.99,13,71.65,13.01L71.65,13.01z'/%3E %3Cpath class='st1' style='opacity:0.35; enable-background:new;' d='M62.08,7.98c-1.32,0-2.39,1.11-2.41,2.48v0.06C59.68,11.9,60.75,13,62.08,13s2.42-1.12,2.42-2.51 S63.41,7.98,62.08,7.98z M62.08,11.76c-0.63,0-1.14-0.56-1.17-1.25v-0.04c0.01-0.69,0.54-1.25,1.17-1.25 c0.63,0,1.17,0.57,1.17,1.27C63.24,11.2,62.73,11.76,62.08,11.76z'/%3E %3Cpath class='st1' style='opacity:0.35; enable-background:new;' d='M71.65,7.98c-1.33,0-2.42,1.12-2.42,2.51S70.32,13,71.65,13s2.42-1.12,2.42-2.51S72.99,7.98,71.65,7.98z M71.65,11.76c-0.64,0-1.17-0.57-1.17-1.27c0-0.7,0.53-1.26,1.17-1.26s1.17,0.57,1.17,1.27C72.82,11.21,72.29,11.76,71.65,11.76z'/%3E %3Cpath class='st0' style='opacity:0.9; fill: %23FFFFFF; enable-background: new;' d='M45.74,6.53h-1.4c-0.13,0-0.23,0.11-0.23,0.23v0.73c-0.71-0.75-1.7-1.18-2.73-1.18 c-2.17,0-3.94,1.87-3.94,4.19s1.77,4.19,3.94,4.19c1.04,0,2.03-0.43,2.73-1.19v0.73c0,0.13,0.1,0.23,0.23,0.23h1.4 c0.13,0,0.23-0.11,0.23-0.23V6.74c0-0.12-0.09-0.22-0.22-0.22C45.75,6.53,45.75,6.53,45.74,6.53z M44.12,10.53 C44.11,11.9,43.03,13,41.71,13s-2.42-1.12-2.42-2.51s1.08-2.52,2.4-2.52c1.33,0,2.39,1.11,2.41,2.48L44.12,10.53z'/%3E %3Cpath class='st1' style='opacity:0.35; enable-background:new;' d='M41.71,7.98c-1.33,0-2.42,1.12-2.42,2.51S40.37,13,41.71,13s2.39-1.11,2.41-2.48v-0.06 C44.1,9.09,43.03,7.98,41.71,7.98z M40.55,10.49c0-0.7,0.52-1.27,1.17-1.27c0.64,0,1.14,0.56,1.17,1.25v0.04 c-0.01,0.68-0.53,1.24-1.17,1.24C41.08,11.75,40.55,11.19,40.55,10.49z'/%3E %3Cpath class='st0' style='opacity:0.9; fill: %23FFFFFF; enable-background: new;' d='M52.41,6.32c-1.03,0-2.03,0.42-2.73,1.18V6.75c0-0.13-0.1-0.23-0.23-0.23h-1.4c-0.13,0-0.23,0.11-0.23,0.23 v10.72c0,0.13,0.1,0.23,0.23,0.23h1.4c0.13,0,0.23-0.1,0.23-0.23V13.5c0.71,0.75,1.7,1.18,2.74,1.18c2.17,0,3.94-1.87,3.94-4.19 S54.58,6.32,52.41,6.32z M52.08,13.01c-1.32,0-2.39-1.11-2.42-2.48v-0.07c0.02-1.38,1.09-2.49,2.4-2.49c1.32,0,2.41,1.12,2.41,2.51 S53.4,13,52.08,13.01L52.08,13.01z'/%3E %3Cpath class='st1' style='opacity:0.35; enable-background:new;' d='M52.08,7.98c-1.32,0-2.39,1.11-2.42,2.48v0.06c0.03,1.38,1.1,2.48,2.42,2.48s2.41-1.12,2.41-2.51 S53.4,7.98,52.08,7.98z M52.08,11.76c-0.63,0-1.14-0.56-1.17-1.25v-0.04c0.01-0.69,0.54-1.25,1.17-1.25c0.63,0,1.17,0.58,1.17,1.27 S52.72,11.76,52.08,11.76z'/%3E %3Cpath class='st0' style='opacity:0.9; fill: %23FFFFFF; enable-background: new;' d='M36.08,14.24c0,0.13-0.1,0.23-0.23,0.23h-1.41c-0.13,0-0.23-0.11-0.23-0.23V9.68c0-0.98-0.74-1.71-1.62-1.71 c-0.8,0-1.46,0.7-1.59,1.62l0.01,4.66c0,0.13-0.11,0.23-0.23,0.23h-1.41c-0.13,0-0.23-0.11-0.23-0.23V9.68 c0-0.98-0.74-1.71-1.62-1.71c-0.85,0-1.54,0.79-1.6,1.8v4.48c0,0.13-0.1,0.23-0.23,0.23h-1.4c-0.13,0-0.23-0.11-0.23-0.23V6.74 c0.01-0.13,0.1-0.22,0.23-0.22h1.4c0.13,0,0.22,0.11,0.23,0.22V7.4c0.5-0.68,1.3-1.09,2.16-1.1h0.03c1.09,0,2.09,0.6,2.6,1.55 c0.45-0.95,1.4-1.55,2.44-1.56c1.62,0,2.93,1.25,2.9,2.78L36.08,14.24z'/%3E %3Cpath class='st1' style='opacity:0.35; enable-background:new;' d='M84.34,13.59l-0.07-0.13l-1.96-2.99l1.94-2.95c0.44-0.67,0.26-1.56-0.41-2.02c-0.02,0-0.03,0-0.04-0.01 c-0.23-0.15-0.5-0.22-0.78-0.22h-1.61c-0.56,0-1.08,0.29-1.37,0.78L79.72,6.6l-0.34-0.56C79.09,5.56,78.57,5.27,78,5.27h-1.6 c-0.6,0-1.13,0.37-1.35,0.92c-2.19-1.66-5.28-1.47-7.26,0.45c-0.35,0.34-0.65,0.72-0.89,1.14c-0.9-1.62-2.58-2.72-4.5-2.72 c-0.5,0-1.01,0.07-1.48,0.23V3.51c0-0.82-0.66-1.48-1.47-1.48h-1.4c-0.81,0-1.47,0.66-1.47,1.47v3.75 c-0.95-1.36-2.5-2.18-4.17-2.19c-0.74,0-1.46,0.16-2.12,0.47c-0.24-0.17-0.54-0.26-0.84-0.26h-1.4c-0.45,0-0.87,0.21-1.15,0.56 c-0.02-0.03-0.04-0.05-0.07-0.08c-0.28-0.3-0.68-0.47-1.09-0.47h-1.39c-0.3,0-0.6,0.09-0.84,0.26c-0.67-0.3-1.39-0.46-2.12-0.46 c-1.83,0-3.43,1-4.37,2.5c-0.2-0.46-0.48-0.89-0.83-1.25c-0.8-0.81-1.89-1.25-3.02-1.25h-0.01c-0.89,0.01-1.75,0.33-2.46,0.88 c-0.74-0.57-1.64-0.88-2.57-0.88H28.1c-0.29,0-0.58,0.03-0.86,0.11c-0.28,0.06-0.56,0.16-0.82,0.28c-0.21-0.12-0.45-0.18-0.7-0.18 h-1.4c-0.82,0-1.47,0.66-1.47,1.47v7.5c0,0.82,0.66,1.47,1.47,1.47h1.4c0.82,0,1.48-0.66,1.48-1.48l0,0V9.79 c0.03-0.36,0.23-0.59,0.36-0.59c0.18,0,0.38,0.18,0.38,0.47v4.57c0,0.82,0.66,1.47,1.47,1.47h1.41c0.82,0,1.47-0.66,1.47-1.47 l-0.01-4.57c0.06-0.32,0.25-0.47,0.35-0.47c0.18,0,0.38,0.18,0.38,0.47v4.57c0,0.82,0.66,1.47,1.47,1.47h1.41 c0.82,0,1.47-0.66,1.47-1.47v-0.38c0.96,1.29,2.46,2.06,4.06,2.06c0.74,0,1.46-0.16,2.12-0.47c0.24,0.17,0.54,0.26,0.84,0.26h1.39 c0.3,0,0.6-0.09,0.84-0.26v2.01c0,0.82,0.66,1.47,1.47,1.47h1.4c0.82,0,1.47-0.66,1.47-1.47v-1.77c0.48,0.15,0.99,0.23,1.49,0.22 c1.7,0,3.22-0.87,4.17-2.2v0.52c0,0.82,0.66,1.47,1.47,1.47h1.4c0.3,0,0.6-0.09,0.84-0.26c0.66,0.31,1.39,0.47,2.12,0.47 c1.92,0,3.6-1.1,4.49-2.73c1.54,2.65,4.95,3.53,7.58,1.98c0.18-0.11,0.36-0.22,0.53-0.36c0.22,0.55,0.76,0.91,1.35,0.9H78 c0.56,0,1.08-0.29,1.37-0.78l0.37-0.61l0.37,0.61c0.29,0.48,0.81,0.78,1.38,0.78h1.6c0.81,0,1.46-0.66,1.45-1.46 C84.49,14.02,84.44,13.8,84.34,13.59L84.34,13.59z M35.86,14.47h-1.41c-0.13,0-0.23-0.11-0.23-0.23V9.68 c0-0.98-0.74-1.71-1.62-1.71c-0.8,0-1.46,0.7-1.59,1.62l0.01,4.66c0,0.13-0.1,0.23-0.23,0.23h-1.41c-0.13,0-0.23-0.11-0.23-0.23 V9.68c0-0.98-0.74-1.71-1.62-1.71c-0.85,0-1.54,0.79-1.6,1.8v4.48c0,0.13-0.1,0.23-0.23,0.23h-1.4c-0.13,0-0.23-0.11-0.23-0.23 V6.74c0.01-0.13,0.11-0.22,0.23-0.22h1.4c0.13,0,0.22,0.11,0.23,0.22V7.4c0.5-0.68,1.3-1.09,2.16-1.1h0.03 c1.09,0,2.09,0.6,2.6,1.55c0.45-0.95,1.4-1.55,2.44-1.56c1.62,0,2.93,1.25,2.9,2.78l0.01,5.16C36.09,14.36,35.98,14.46,35.86,14.47 L35.86,14.47z M45.97,14.24c0,0.13-0.1,0.23-0.23,0.23h-1.4c-0.13,0-0.23-0.11-0.23-0.23V13.5c-0.7,0.76-1.69,1.18-2.72,1.18 c-2.17,0-3.94-1.87-3.94-4.19s1.77-4.19,3.94-4.19c1.03,0,2.02,0.43,2.73,1.18V6.74c0-0.13,0.1-0.23,0.23-0.23h1.4 c0.12-0.01,0.22,0.08,0.23,0.21c0,0.01,0,0.01,0,0.02v7.51h-0.01V14.24z M52.41,14.67c-1.03,0-2.02-0.43-2.73-1.18v3.97 c0,0.13-0.1,0.23-0.23,0.23h-1.4c-0.13,0-0.23-0.1-0.23-0.23V6.75c0-0.13,0.1-0.22,0.23-0.22h1.4c0.13,0,0.23,0.11,0.23,0.23v0.73 c0.71-0.76,1.7-1.18,2.73-1.18c2.17,0,3.94,1.86,3.94,4.18S54.58,14.67,52.41,14.67z M66.24,11.39c-0.39,1.87-1.96,3.29-3.84,3.29 c-1.03,0-2.02-0.43-2.73-1.18v0.73c0,0.13-0.1,0.23-0.23,0.23h-1.4c-0.13,0-0.23-0.11-0.23-0.23V3.51c0-0.13,0.1-0.23,0.23-0.23 h1.4c0.13,0,0.23,0.11,0.23,0.23v3.97c0.71-0.75,1.7-1.18,2.73-1.17c1.88,0,3.45,1.4,3.84,3.28C66.37,10.19,66.37,10.8,66.24,11.39 L66.24,11.39L66.24,11.39z M71.67,14.68c-2,0.01-3.73-1.35-4.17-3.3c-0.13-0.59-0.13-1.19,0-1.77c0.44-1.94,2.17-3.31,4.17-3.3 c2.36,0,4.26,1.87,4.26,4.19S74.03,14.68,71.67,14.68L71.67,14.68z M83.04,14.47h-1.61c-0.13,0-0.24-0.06-0.3-0.17l-1.44-2.39 l-1.44,2.39c-0.06,0.11-0.18,0.17-0.3,0.17h-1.61c-0.04,0-0.08-0.01-0.12-0.03c-0.09-0.06-0.13-0.19-0.06-0.28l0,0l2.43-3.68 L76.2,6.84c-0.02-0.03-0.03-0.07-0.03-0.12c0-0.12,0.09-0.21,0.21-0.21h1.61c0.13,0,0.24,0.06,0.3,0.17l1.41,2.36l1.41-2.36 c0.06-0.11,0.18-0.17,0.3-0.17h1.61c0.04,0,0.08,0.01,0.12,0.03c0.09,0.06,0.13,0.19,0.06,0.28l0,0l-2.38,3.64l2.43,3.67 c0.02,0.03,0.03,0.07,0.03,0.12C83.25,14.38,83.16,14.47,83.04,14.47L83.04,14.47L83.04,14.47z'/%3E %3Cpath class='st0' style='opacity:0.9; fill: %23FFFFFF; enable-background: new;' d='M10.5,1.24c-5.11,0-9.25,4.15-9.25,9.25s4.15,9.25,9.25,9.25s9.25-4.15,9.25-9.25 C19.75,5.38,15.61,1.24,10.5,1.24z M14.89,12.77c-1.93,1.93-4.78,2.31-6.7,2.31c-0.7,0-1.41-0.05-2.1-0.16c0,0-1.02-5.64,2.14-8.81 c0.83-0.83,1.95-1.28,3.13-1.28c1.27,0,2.49,0.51,3.39,1.42C16.59,8.09,16.64,11,14.89,12.77z'/%3E %3Cpath class='st1' style='opacity:0.35; enable-background:new;' d='M10.5-0.01C4.7-0.01,0,4.7,0,10.49s4.7,10.5,10.5,10.5S21,16.29,21,10.49C20.99,4.7,16.3-0.01,10.5-0.01z M10.5,19.74c-5.11,0-9.25-4.15-9.25-9.25s4.14-9.26,9.25-9.26s9.25,4.15,9.25,9.25C19.75,15.61,15.61,19.74,10.5,19.74z'/%3E %3Cpath class='st1' style='opacity:0.35; enable-background:new;' d='M14.74,6.25C12.9,4.41,9.98,4.35,8.23,6.1c-3.16,3.17-2.14,8.81-2.14,8.81s5.64,1.02,8.81-2.14 C16.64,11,16.59,8.09,14.74,6.25z M12.47,10.34l-0.91,1.87l-0.9-1.87L8.8,9.43l1.86-0.9l0.9-1.87l0.91,1.87l1.86,0.9L12.47,10.34z'/%3E %3Cpolygon class='st0' style='opacity:0.9; fill: %23FFFFFF; enable-background: new;' points='14.33,9.43 12.47,10.34 11.56,12.21 10.66,10.34 8.8,9.43 10.66,8.53 11.56,6.66 12.47,8.53 '/%3E%3C/g%3E%3C/svg%3E");
}

a.mapboxgl-ctrl-logo.mapboxgl-compact {
    width: 21px;
    height: 21px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 21 21' style='enable-background:new 0 0 21 21;' xml:space='preserve'%3E%3Cg transform='translate(0,0.01)'%3E%3Cpath d='m 10.5,1.24 c -5.11,0 -9.25,4.15 -9.25,9.25 0,5.1 4.15,9.25 9.25,9.25 5.1,0 9.25,-4.15 9.25,-9.25 0,-5.11 -4.14,-9.25 -9.25,-9.25 z m 4.39,11.53 c -1.93,1.93 -4.78,2.31 -6.7,2.31 -0.7,0 -1.41,-0.05 -2.1,-0.16 0,0 -1.02,-5.64 2.14,-8.81 0.83,-0.83 1.95,-1.28 3.13,-1.28 1.27,0 2.49,0.51 3.39,1.42 1.84,1.84 1.89,4.75 0.14,6.52 z' style='opacity:0.9;fill:%23ffffff;enable-background:new' class='st0'/%3E%3Cpath d='M 10.5,-0.01 C 4.7,-0.01 0,4.7 0,10.49 c 0,5.79 4.7,10.5 10.5,10.5 5.8,0 10.5,-4.7 10.5,-10.5 C 20.99,4.7 16.3,-0.01 10.5,-0.01 Z m 0,19.75 c -5.11,0 -9.25,-4.15 -9.25,-9.25 0,-5.1 4.14,-9.26 9.25,-9.26 5.11,0 9.25,4.15 9.25,9.25 0,5.13 -4.14,9.26 -9.25,9.26 z' style='opacity:0.35;enable-background:new' class='st1'/%3E%3Cpath d='M 14.74,6.25 C 12.9,4.41 9.98,4.35 8.23,6.1 5.07,9.27 6.09,14.91 6.09,14.91 c 0,0 5.64,1.02 8.81,-2.14 C 16.64,11 16.59,8.09 14.74,6.25 Z m -2.27,4.09 -0.91,1.87 -0.9,-1.87 -1.86,-0.91 1.86,-0.9 0.9,-1.87 0.91,1.87 1.86,0.9 z' style='opacity:0.35;enable-background:new' class='st1'/%3E%3Cpolygon points='11.56,12.21 10.66,10.34 8.8,9.43 10.66,8.53 11.56,6.66 12.47,8.53 14.33,9.43 12.47,10.34 ' style='opacity:0.9;fill:%23ffffff;enable-background:new' class='st0'/%3E%3C/g%3E%3C/svg%3E");
}

.mapboxgl-ctrl.mapboxgl-ctrl-attrib {
    padding: 0 5px;
    background-color: rgba(255, 255, 255, 0.5);
    margin: 0;
}

@media screen {
    .mapboxgl-ctrl-attrib.mapboxgl-compact {
        padding-top: 2px;
        padding-bottom: 2px;
        margin: 0 10px 10px;
        position: relative;
        padding-right: 24px;
        background-color: #fff;
        border-radius: 3px 12px 12px 3px;
        visibility: hidden;
    }

    .mapboxgl-ctrl-attrib.mapboxgl-compact:hover {
        visibility: visible;
    }

    .mapboxgl-ctrl-attrib.mapboxgl-compact::after {
        content: '';
        cursor: pointer;
        position: absolute;
        bottom: 0;
        right: 0;
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath fill='%23333333' fill-rule='evenodd' d='M4,10a6,6 0 1,0 12,0a6,6 0 1,0 -12,0 M9,7a1,1 0 1,0 2,0a1,1 0 1,0 -2,0 M9,10a1,1 0 1,1 2,0l0,3a1,1 0 1,1 -2,0'/%3E %3C/svg%3E");
        background-color: rgba(255, 255, 255, 0.5);
        width: 24px;
        height: 24px;
        box-sizing: border-box;
        visibility: visible;
        border-radius: 12px;
    }
}

.mapboxgl-ctrl-attrib a {
    color: rgba(0, 0, 0, 0.75);
    text-decoration: none;
}

.mapboxgl-ctrl-attrib a:hover {
    color: inherit;
    text-decoration: underline;
}

/* stylelint-disable-next-line selector-class-pattern */
.mapboxgl-ctrl-attrib .mapbox-improve-map {
    font-weight: bold;
    margin-left: 2px;
}

.mapboxgl-attrib-empty {
    display: none;
}

.mapboxgl-ctrl-scale {
    background-color: rgba(255, 255, 255, 0.75);
    font-size: 10px;
    border-width: medium 2px 2px;
    border-style: none solid solid;
    border-color: #333;
    padding: 0 5px;
    color: #333;
    box-sizing: border-box;
}

.mapboxgl-popup {
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-flex;
    display: flex;
    will-change: transform;
    pointer-events: none;
}

.mapboxgl-popup-anchor-top,
.mapboxgl-popup-anchor-top-left,
.mapboxgl-popup-anchor-top-right {
    -webkit-flex-direction: column;
    flex-direction: column;
}

.mapboxgl-popup-anchor-bottom,
.mapboxgl-popup-anchor-bottom-left,
.mapboxgl-popup-anchor-bottom-right {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

.mapboxgl-popup-anchor-left {
    -webkit-flex-direction: row;
    flex-direction: row;
}

.mapboxgl-popup-anchor-right {
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.mapboxgl-popup-tip {
    width: 0;
    height: 0;
    border: 10px solid transparent;
    z-index: 1;
}

.mapboxgl-popup-anchor-top .mapboxgl-popup-tip {
    -webkit-align-self: center;
    align-self: center;
    border-top: none;
    border-bottom-color: #fff;
}

.mapboxgl-popup-anchor-top-left .mapboxgl-popup-tip {
    -webkit-align-self: flex-start;
    align-self: flex-start;
    border-top: none;
    border-left: none;
    border-bottom-color: #fff;
}

.mapboxgl-popup-anchor-top-right .mapboxgl-popup-tip {
    -webkit-align-self: flex-end;
    align-self: flex-end;
    border-top: none;
    border-right: none;
    border-bottom-color: #fff;
}

.mapboxgl-popup-anchor-bottom .mapboxgl-popup-tip {
    -webkit-align-self: center;
    align-self: center;
    border-bottom: none;
    border-top-color: #fff;
}

.mapboxgl-popup-anchor-bottom-left .mapboxgl-popup-tip {
    -webkit-align-self: flex-start;
    align-self: flex-start;
    border-bottom: none;
    border-left: none;
    border-top-color: #fff;
}

.mapboxgl-popup-anchor-bottom-right .mapboxgl-popup-tip {
    -webkit-align-self: flex-end;
    align-self: flex-end;
    border-bottom: none;
    border-right: none;
    border-top-color: #fff;
}

.mapboxgl-popup-anchor-left .mapboxgl-popup-tip {
    -webkit-align-self: center;
    align-self: center;
    border-left: none;
    border-right-color: #fff;
}

.mapboxgl-popup-anchor-right .mapboxgl-popup-tip {
    -webkit-align-self: center;
    align-self: center;
    border-right: none;
    border-left-color: #fff;
}

.mapboxgl-popup-close-button {
    position: absolute;
    right: 0;
    top: 0;
    border: 0;
    border-radius: 0 3px 0 0;
    cursor: pointer;
    background-color: transparent;
}

.mapboxgl-popup-close-button:hover {
    background-color: rgba(0, 0, 0, 0.05);
}

.mapboxgl-popup-content {
    position: relative;
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    padding: 10px 10px 15px;
    pointer-events: auto;
}

.mapboxgl-popup-anchor-top-left .mapboxgl-popup-content {
    border-top-left-radius: 0;
}

.mapboxgl-popup-anchor-top-right .mapboxgl-popup-content {
    border-top-right-radius: 0;
}

.mapboxgl-popup-anchor-bottom-left .mapboxgl-popup-content {
    border-bottom-left-radius: 0;
}

.mapboxgl-popup-anchor-bottom-right .mapboxgl-popup-content {
    border-bottom-right-radius: 0;
}

.mapboxgl-marker {
    position: absolute;
    top: 0;
    left: 0;
    will-change: transform;
}

.mapboxgl-user-location-dot {
    background-color: #1da1f2;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
}

.mapboxgl-user-location-dot::before {
    background-color: #1da1f2;
    content: '';
    width: 15px;
    height: 15px;
    border-radius: 50%;
    position: absolute;
    -webkit-animation: mapboxgl-user-location-dot-pulse 2s infinite;
    -moz-animation: mapboxgl-user-location-dot-pulse 2s infinite;
    -ms-animation: mapboxgl-user-location-dot-pulse 2s infinite;
    animation: mapboxgl-user-location-dot-pulse 2s infinite;
}

.mapboxgl-user-location-dot::after {
    border-radius: 50%;
    border: 2px solid #fff;
    content: '';
    height: 19px;
    left: -2px;
    position: absolute;
    top: -2px;
    width: 19px;
    box-sizing: border-box;
}

@-webkit-keyframes mapboxgl-user-location-dot-pulse {
    0%   { -webkit-transform: scale(1); opacity: 1; }
    70%  { -webkit-transform: scale(3); opacity: 0; }
    100% { -webkit-transform: scale(1); opacity: 0; }
}

@-ms-keyframes mapboxgl-user-location-dot-pulse {
    0%   { -ms-transform: scale(1); opacity: 1; }
    70%  { -ms-transform: scale(3); opacity: 0; }
    100% { -ms-transform: scale(1); opacity: 0; }
}

@keyframes mapboxgl-user-location-dot-pulse {
    0%   { transform: scale(1); opacity: 1; }
    70%  { transform: scale(3); opacity: 0; }
    100% { transform: scale(1); opacity: 0; }
}

.mapboxgl-user-location-dot-stale {
    background-color: #aaa;
}

.mapboxgl-user-location-dot-stale::after {
    display: none;
}

.mapboxgl-crosshair,
.mapboxgl-crosshair .mapboxgl-interactive,
.mapboxgl-crosshair .mapboxgl-interactive:active {
    cursor: crosshair;
}

.mapboxgl-boxzoom {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    background: #fff;
    border: 2px dotted #202020;
    opacity: 0.5;
}

@media print {
    /* stylelint-disable-next-line selector-class-pattern */
    .mapbox-improve-map {
        display: none;
    }
}


/* 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;
	}
/* 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,
.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;
	}

.leaflet-container.leaflet-touch-zoom {
	-ms-touch-action: pan-x pan-y;
	touch-action: pan-x pan-y;
	}
.leaflet-container.leaflet-touch-drag {
	-ms-touch-action: pinch-zoom;
	/* Fallback for FF which doesn't support pinch-zoom */
	touch-action: none;
	touch-action: pinch-zoom;
}
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
	-ms-touch-action: none;
	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;
	-moz-box-sizing: border-box;
	     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("/salsa_javascripts/salsa/SalsaMap/leaflet/#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-tile {
	will-change: opacity;
	}
.leaflet-fade-anim .leaflet-popup {
	opacity: 0;
	-webkit-transition: opacity 0.2s linear;
	   -moz-transition: opacity 0.2s linear;
	        transition: opacity 0.2s linear;
	}
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
	opacity: 1;
	}
.leaflet-zoom-animated {
	-webkit-transform-origin: 0 0;
	    -ms-transform-origin: 0 0;
	        transform-origin: 0 0;
	}
.leaflet-zoom-anim .leaflet-zoom-animated {
	will-change: transform;
	}
.leaflet-zoom-anim .leaflet-zoom-animated {
	-webkit-transition: -webkit-transform 0.25s cubic-bezier(0,0,0.25,1);
	   -moz-transition:    -moz-transform 0.25s cubic-bezier(0,0,0.25,1);
	        transition:         transform 0.25s cubic-bezier(0,0,0.25,1);
	}
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
	-webkit-transition: none;
	   -moz-transition: none;
	        transition: none;
	}

.leaflet-zoom-anim .leaflet-zoom-hide {
	visibility: hidden;
	}


/* cursors */

.leaflet-interactive {
	cursor: pointer;
	}
.leaflet-grab {
	cursor: -webkit-grab;
	cursor:    -moz-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: -webkit-grabbing;
	cursor:    -moz-grabbing;
	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 {
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	pointer-events: auto;
	}

/* visual tweaks */

.leaflet-container {
	background: #ddd;
	outline: 0;
	}
.leaflet-container a {
	color: #0078A8;
	}
.leaflet-container a.leaflet-active {
	outline: 2px solid orange;
	}
.leaflet-zoom-box {
	border: 2px dotted #38f;
	background: rgba(255,255,255,0.5);
	}


/* general typography */
.leaflet-container {
	font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
	}


/* general toolbar styles */

.leaflet-bar {
	box-shadow: 0 1px 5px rgba(0,0,0,0.65);
	border-radius: 4px;
	}
.leaflet-bar a,
.leaflet-bar a:hover {
	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 {
	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("/salsa_javascripts/salsa/SalsaMap/leaflet/images/layers.png");
	width: 36px;
	height: 36px;
	}
.leaflet-retina .leaflet-control-layers-toggle {
	background-image: url("/salsa_javascripts/salsa/SalsaMap/leaflet/images/layers-2x.png");
	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;
	}
.leaflet-control-layers-separator {
	height: 0;
	border-top: 1px solid #ddd;
	margin: 5px -10px 5px -6px;
	}

/* Default icon URLs */
.leaflet-default-icon-path {
	background-image: url("/salsa_javascripts/salsa/SalsaMap/leaflet/images/marker-icon.png");
	}


/* attribution and scale controls */

.leaflet-container .leaflet-control-attribution {
	background: #fff;
	background: rgba(255, 255, 255, 0.7);
	margin: 0;
	}
.leaflet-control-attribution,
.leaflet-control-scale-line {
	padding: 0 5px;
	color: #333;
	}
.leaflet-control-attribution a {
	text-decoration: none;
	}
.leaflet-control-attribution a:hover {
	text-decoration: underline;
	}
.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
	font-size: 11px;
	}
.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;
	font-size: 11px;
	white-space: nowrap;
	overflow: hidden;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;

	background: #fff;
	background: rgba(255, 255, 255, 0.5);
	}
.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 19px;
	line-height: 1.4;
	}
.leaflet-popup-content p {
	margin: 18px 0;
	}
.leaflet-popup-tip-container {
	width: 40px;
	height: 20px;
	position: absolute;
	left: 50%;
	margin-left: -20px;
	overflow: hidden;
	pointer-events: none;
	}
.leaflet-popup-tip {
	width: 17px;
	height: 17px;
	padding: 1px;

	margin: -10px auto 0;

	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        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;
	padding: 4px 4px 0 0;
	border: none;
	text-align: center;
	width: 18px;
	height: 14px;
	font: 16px/14px Tahoma, Verdana, sans-serif;
	color: #c3c3c3;
	text-decoration: none;
	font-weight: bold;
	background: transparent;
	}
.leaflet-container a.leaflet-popup-close-button:hover {
	color: #999;
	}
.leaflet-popup-scrolled {
	overflow: auto;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	}

.leaflet-oldie .leaflet-popup-content-wrapper {
	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-popup-tip-container {
	margin-top: -1px;
	}

.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;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
	box-shadow: 0 1px 3px rgba(0,0,0,0.4);
	}
.leaflet-tooltip.leaflet-clickable {
	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;
	}


/*
Author: L. Voogdt
License: MIT
Version: 1.0
*/

/* Marker setup */
.awesome-marker {
  background: url("/salsa_javascripts/salsa/SalsaMap/leaflet/leaflet.awesome-markers/images/markers-soft.png") no-repeat 0 0;
  width: 35px;
  height: 46px;
  position:absolute;
  left:0;
  top:0;
  display: block;
  text-align: center;
}

.awesome-marker-shadow {
  background: url("/salsa_javascripts/salsa/SalsaMap/leaflet/leaflet.awesome-markers/images/markers-shadow.png") no-repeat 0 0;
  width: 36px;
  height: 16px;
}

/* Retina displays */
@media (min--moz-device-pixel-ratio: 1.5),(-o-min-device-pixel-ratio: 3/2),
(-webkit-min-device-pixel-ratio: 1.5),(min-device-pixel-ratio: 1.5),(min-resolution: 1.5dppx) {
 .awesome-marker {
  background-image: url("/salsa_javascripts/salsa/SalsaMap/leaflet/leaflet.awesome-markers/images/markers-soft@2x.png");
  background-size: 720px 46px;
 }
 .awesome-marker-shadow {
  background-image: url("/salsa_javascripts/salsa/SalsaMap/leaflet/leaflet.awesome-markers/images/markers-shadow@2x.png");
  background-size: 35px 16px;
 }
}

.awesome-marker i {
  color: #333;
  margin-top: 10px;
  display: inline-block;
  font-size: 14px;
}

.awesome-marker .icon-white {
  color: #fff;
}

/* Colors */
.awesome-marker-icon-red {
  background-position: 0 0;
}

.awesome-marker-icon-darkred {
  background-position: -180px 0;
}

.awesome-marker-icon-lightred {
  background-position: -360px 0;
}

.awesome-marker-icon-orange {
  background-position: -36px 0;
}

.awesome-marker-icon-beige {
  background-position: -396px 0;
}

.awesome-marker-icon-green {
  background-position: -72px 0;
}

.awesome-marker-icon-darkgreen {
  background-position: -252px 0;
}

.awesome-marker-icon-lightgreen {
  background-position: -432px 0;
}

.awesome-marker-icon-blue {
  background-position: -108px 0;
}

.awesome-marker-icon-darkblue {
  background-position: -216px 0;
}

.awesome-marker-icon-lightblue {
  background-position: -468px 0;
}

.awesome-marker-icon-purple {
  background-position: -144px 0;
}

.awesome-marker-icon-darkpurple {
  background-position: -288px 0;
}

.awesome-marker-icon-pink {
  background-position: -504px 0;
}

.awesome-marker-icon-cadetblue {
  background-position: -324px 0;
}

.awesome-marker-icon-white {
  background-position: -574px 0;
}

.awesome-marker-icon-gray {
  background-position: -648px 0;
}

.awesome-marker-icon-lightgray {
  background-position: -612px 0;
}

.awesome-marker-icon-black {
  background-position: -682px 0;
}


@font-face {
  font-family: 'icomoon';
  src:
    url("/salsa_javascripts/salsa/SalsaMap/leaflet/leaflet.awesome-markers/fonts/icomoon.ttf?9w3q0m") format('truetype'),
    url("/salsa_javascripts/salsa/SalsaMap/leaflet/leaflet.awesome-markers/fonts/icomoon.woff?9w3q0m") format('woff'),
    url("/salsa_javascripts/salsa/SalsaMap/leaflet/leaflet.awesome-markers/fonts/icomoon.svg?9w3q0m#icomoon") format('svg');
  font-weight: normal;
  font-style: normal;
}

i.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-default:before {
  content: "\f111";
  font-size: 70%;
}
.icon-service:before, .icon-service_small:before {
  content: "\f005";
}
.icon-suggestion:before, .icon-suggestion_small:before,
.icon-activity:before, .icon-activity_small:before {
  content: "\f024";
}
.icon-product:before, .icon-product_small:before {
  content: "\f02b";
}
.icon-cart:before, .icon-cart_small:before {
  content: "\f07a";
}
.icon-restaurant:before, .icon-restaurant_small:before {
  content: "\f0f5";
}
.icon-seaport:before, .icon-seaport_small:before {
  content: "\f13d";
}
.icon-place:before, .icon-place_small:before {
  content: "\f19c";
}
.icon-hotel:before, .icon-hotel_small:before {
  content: "\f236";
}
.icon-location:before, .icon-location_small:before {
  content: "\f277";
}
.icon-shopping:before, .icon-shopping_small:before {
  content: "\f290";
}


.leaflet-zoom-box { z-index: 180 !important; }
.leaflet-pane { z-index: 140 !important; }
.leaflet-tile-pane { z-index: 120 !important; }
.leaflet-overlay-pane { z-index: 140 !important; }
.leaflet-shadow-pane { z-index: 150 !important; }
.leaflet-marker-pane { z-index: 160 !important; }
.leaflet-tooltip-pane  { z-index: 165 !important; }
.leaflet-popup-pane { z-index: 170 !important; }
.leaflet-map-pane canvas { z-index: 110 !important; }
.leaflet-map-pane svg { z-index: 120 !important; }
.leaflet-control { z-index: 180 !important; }
.leaflet-top, .leaflet-bottom { z-index: 200 !important; }



.lato{font-family:lato,helvetica,arial,sans-serif}.eb{font-family:"EB Garamond",times,georgia}html{font-size:62.5%;-webkit-font-smoothing:antialiased}@media screen and (max-width:767px){html{font-size:55.5%}}h1,h2,h3,h4,h5,h6{font-family:"EB Garamond",times,georgia;font-size:20px\9;font-size:2rem;line-height:24px\9;line-height:2.4rem;color:#404041;text-transform:uppercase;margin-bottom:15px}p,li,dt,dd,blockquote,cite,a,span,td,th{font-family:lato,helvetica,arial,sans-serif;font-size:15px\9;font-size:1.5rem;line-height:24px\9;line-height:2.4rem;color:#423530}p.text-break,li.text-break,dt.text-break,dd.text-break,blockquote.text-break,cite.text-break,td.text-break,th.text-break{margin-bottom:22px}.display-inline-block{display:inline-block;zoom:1;*display:inline}body{background:#EEEEEE}.content{width:1000px;margin-left:auto;margin-right:auto}@media screen and (max-width:767px){.content{width:100%;min-width:0;padding:0 10px;box-sizing:border-box}.hide-sm{display:none !important}}@media screen and (min-width:768px) and (max-width:1000px){.content{width:748px;min-width:0;box-sizing:border-box}.hide-md{display:none !important}}@media screen and (min-width:1200px){.content{width:1200px;padding:0}}img.adaptive-img{display:block;width:100%}img[src$=".jpg"]{image-rendering:-moz-crisp-edges;image-rendering:-o-crisp-edges;image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges;-ms-interpolation-mode:nearest-neighbor}.cols-2,.cols-3{margin-left:auto;margin-right:auto;overflow:hidden}.cols-2 .col,.cols-3 .col{float:left}.cols-2 .col-gray,.cols-3 .col-gray{background:#E7E7E7 !important}.cols-2 .col-1-2{width:50%}.cols-3 .col-1-3{width:33.3%}.cols-3 .col-2-3{width:66.7%}.cols-3 .col-2-3 .inner{padding:60px 100px 70px}.thumbs{overflow:hidden}.thumbs li{float:left;width:49.85%;margin-right:1px;margin-bottom:1px}.thumbs .last{margin-right:0}.thumbs a{display:block}.intro{float:none;clear:both}.intro .col-1-3{background:#fff}.intro .logo{max-width:319px}.intro.intro-it .logo{margin:111px auto}.intro.intro-it .get-map{margin-top:57px}.intro.intro-en .logo{margin:111px auto}.intro .get-map{background:url("/inc/img/ico-map@2x.png") left top no-repeat;background-size:107px;padding:16px 0 10px 129px;margin-top:80px;min-height:82px}.intro .get-map .salsa-button{margin-top:23px}.how-to-arrive{padding:30px 0;background:#fff}.how-to-arrive .text{width:90%;margin:0 auto}.how-to-arrive .text-fondazione p,.how-to-arrive .text-fondazione ul,.how-to-arrive .text-fondazione ol{margin-bottom:20px}.how-to-arrive .text-fondazione p:last-child,.how-to-arrive .text-fondazione ul:last-child,.how-to-arrive .text-fondazione ol:last-child{margin-bottom:0}.how-to-arrive .text-fondazione li{margin-left:20px;list-style:disc}.how-to-arrive .thumbs{max-width:1000px;margin:40px auto}.how-to-arrive .thumbs li{width:19.5%}.map{padding-bottom:20px;background:#EEEEEE}.three-reasons .col{padding-bottom:40px;margin-right:1px;width:33.1%;min-height:412px;background:#fff}.three-reasons .col h3{margin-top:35px;margin-bottom:10px}.three-reasons .col h3,.three-reasons .col p{width:64.5%;margin-left:auto;margin-right:auto}.three-reasons .col-gray h3,.three-reasons .col-gray p{width:76.75%}.three-reasons .col:nth-child(1) h3,.three-reasons .col:nth-child(1) p{margin-left:100px}.three-reasons .col:nth-child(3) h3,.three-reasons .col:nth-child(3) p{margin-right:100px}.header{background:#EEEEEE;overflow:hidden}.header .lang{overflow:hidden;float:right;margin:15px 0}.header .lang li{float:left}.header .lang li:first-child:after{content:"\007C";margin:0 10px}.header .lang a{font-size:13px\9;font-size:1.3rem;color:#423530;text-decoration:none;text-transform:uppercase}.header .lang a.current{text-decoration:underline}.main-img{margin:40px auto;max-width:1200px}.main-img.no-margin{margin:1px auto}.footer{background:#EEEEEE;padding:65px 0 150px}.footer .inner{margin-left:100px}.footer .logo{max-width:300px;margin-top:41px}.footer .email,.footer .location,.footer .url{font-size:16px\9;font-size:1.6rem;padding-left:30px;margin-top:25px;display:inline-block;zoom:1;*display:inline}.footer .company-info,.footer .company-infos,.footer .company-info a,.footer .company-infos a{font-size:14px\9;font-size:1.4rem;margin-top:25px}.footer .company-info{margin-top:0}.footer .url{background:url("/inc/img/ico-url@2x.png") left center no-repeat;background-size:19px}.footer .email{background:url("/inc/img/ico-email@2x.png") left center no-repeat;background-size:19px}.footer .location{background:url("/inc/img/ico-location@2x.png") left center no-repeat;background-size:15px}.float-l{float:left;padding-right:10px}.mt-15{margin-top:15px}.text-biography li{margin-left:15px;list-style:disc}@media screen and (max-width:767px){.menu-mobile{display:block}.header .navigation,.header .lang{display:none}}@media screen and (max-width:767px){.container{padding:0}.cols-3 .col-2-3 .inner{padding:10px}.intro .col{width:100%;float:none}.intro .thumbs li{width:49.8%}.intro .logo{margin:0 auto 20px !important}.intro .col-1-3{padding:20px 0 0}.intro .get-map{margin-bottom:40px}.how-to-arrive{margin-top:50px}.how-to-arrive .col{width:100%;float:none}.how-to-arrive .thumbs{margin:50px 0}.how-to-arrive .thumbs li{width:calc(50% - 2px)}.how-to-arrive .thumbs li:nth-child(odd){margin-left:1px}.float-l{float:none;padding:0 0 20px 0}.three-reasons .col{float:none;width:100%;min-height:0}.three-reasons .col:nth-child(1) h3,.three-reasons .col:nth-child(2) h3,.three-reasons .col:nth-child(3) h3,.three-reasons .col:nth-child(1) p,.three-reasons .col:nth-child(2) p,.three-reasons .col:nth-child(3) p{margin-left:10px !important;width:90% !important}.footer .col{width:100%;float:none}.footer .inner{margin-left:20px;margin-bottom:30px}.map{padding-bottom:0;margin-bottom:30px}}@media screen and (min-width:768px) and (max-width:1000px){.intro .col{width:100%;float:none}.intro .thumbs li{width:24.8%}.intro .logo{margin:0 auto 20px !important}.intro .col-1-3{padding:20px 0 0}.how-to-arrive .col{width:100%;float:none}.how-to-arrive .thumbs{margin:50px 0}.how-to-arrive .thumbs li{width:24.8%}.three-reasons .col h3,.three-reasons .col p{width:90% !important}.three-reasons .col:nth-child(1) h3,.three-reasons .col:nth-child(1) p{margin-left:10px}.three-reasons .col:nth-child(3) h3,.three-reasons .col:nth-child(3) p{margin-right:10px}}@media screen and (min-width:1200px){.thumbs li{width:49.87%}.intro.intro-it .logo{margin:42px auto}.intro.intro-it .get-map{margin-top:56px}.intro.intro-en .logo{margin:42px auto}}.salsa-button-google{display:inline-block;*display:inline;*zoom:1;position:relative;font:bold 12px/1 arial,sans-serif;text-align:center;text-decoration:none;vertical-align:middle;-moz-border-radius:2px;-webkit-border-radius:2px;-o-border-radius:2px;padding:0;border-radius:2px;margin:0 2px 2px;white-space:nowrap;cursor:pointer;outline:medium none;-moz-user-select:none;-webkit-user-select:none;-moz-transition:border-color .218s;-webkit-transition:border-color .218s;outline:0 none}.salsa-button-google:last-child{margin-right:0}.salsa-button-google:focus{outline:0 none}.salsa-button-google:active{position:relative;top:1px}.salsa-button-google::-moz-focus-inner{border:0}.salsa-button-google span.salsa-button-in{display:inline-block;*display:inline;*zoom:1;background:transparent;padding:7px 28px;border:0;margin:0}.salsa-button-google:link,.salsa-button-google:visited,.salsa-button-google:hover,.salsa-button-google:active{text-decoration:none}.salsa-button-google[disabled="disabled"]{cursor:default;opacity:0.4;filter:alpha(opacity=40)}.salsa-button-google[disabled="disabled"]:active{top:0}.salsa-button-google.salsa-button-loading{position:relative}.salsa-button-google.salsa-button-loading .salsa-button-in{visibility:hidden}.salsa-button-google.salsa-button-loading .salsa-loading-wrapper{display:inline-block}.salsa-button-google-small,.salsa-button-google-medium{min-width:110px;font-size:11px}.salsa-button-google-large{min-width:120px}.salsa-button-google-xlarge{min-width:150px;font-size:16px}.salsa-button-google-xlarge span.salsa-button-in{padding:9px 40px 11px}a.salsa-button-google-small,a.salsa-button-google-medium{min-width:80px;font-size:11px}a.salsa-button-google-large{min-width:90px}a.salsa-button-google-xlarge{min-width:120px}.salsa-button-google-default{background:#7c7c7c;background:-moz-linear-gradient(top, #7c7c7c, #777);background-image:-webkit-gradient(linear, left top, left bottom, from(#7c7c7c), to(#777));color:#fff;border:1px solid rgba(0,0,0,0.2)}.salsa-button-google-default:link,.salsa-button-google-default:visited,.salsa-button-google-default:hover,.salsa-button-google-default:active{color:#fff;border:1px solid rgba(0,0,0,0.2)}.salsa-button-google-default:link,.salsa-button-google-default:visited{background:#7c7c7c;background:-moz-linear-gradient(top, #7c7c7c, #777);background-image:-webkit-gradient(linear, left top, left bottom, from(#7c7c7c), to(#777))}.salsa-button-google-default:hover,.salsa-button-google-default:active{background:#555;background:-moz-linear-gradient(top, #7c7c7c, #555);background-image:-webkit-gradient(linear, left top, left bottom, from(#7c7c7c), to(#555));color:#fff;border-color:rgba(0,0,0,0.4);-moz-box-shadow:0 1px 1px rgba(0,0,0,0.2);-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.2);box-shadow:0 1px 1px rgba(0,0,0,0.2)}.salsa-button-google-alt{background:#4d90fe;background:-moz-linear-gradient(top, #4d90fe, #4787ed);background-image:-webkit-gradient(linear, left top, left bottom, from(#4d90fe), to(#4787ed));color:#fff;border:1px solid rgba(0,0,0,0.2)}.salsa-button-google-alt:link,.salsa-button-google-alt:visited,.salsa-button-google-alt:hover,.salsa-button-google-alt:active{color:#fff;border:1px solid rgba(0,0,0,0.2)}.salsa-button-google-alt:link,.salsa-button-google-alt:visited{background:#4d90fe;background:-moz-linear-gradient(top, #4d90fe, #4787ed);background-image:-webkit-gradient(linear, left top, left bottom, from(#4d90fe), to(#4787ed))}.salsa-button-google-alt:hover,.salsa-button-google-alt:active{background:#357ae8;background:-moz-linear-gradient(top, #4d90fe, #357ae8);background-image:-webkit-gradient(linear, left top, left bottom, from(#4d90fe), to(#357ae8));color:#fff;border-color:#2f5bb7;-moz-box-shadow:0 1px 1px rgba(0,0,0,0.2);-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.2);box-shadow:0 1px 1px rgba(0,0,0,0.2)}.salsa-button-google-delete{background:#dd4b39;background:-moz-linear-gradient(top, #dd4b39, #d14836);background-image:-webkit-gradient(linear, left top, left bottom, from(#dd4b39), to(#d14836));color:#fff;border:1px solid transparent}.salsa-button-google-delete:link,.salsa-button-google-delete:visited,.salsa-button-google-delete:hover,.salsa-button-google-delete:active{color:#fff;border:1px solid transparent}.salsa-button-google-delete:link,.salsa-button-google-delete:visited{background:#dd4b39;background:-moz-linear-gradient(top, #dd4b39, #d14836);background-image:-webkit-gradient(linear, left top, left bottom, from(#dd4b39), to(#d14836))}.salsa-button-google-delete:hover,.salsa-button-google-delete:active{background:#c53727;background:-moz-linear-gradient(top, #dd4b39, #c53727);background-image:-webkit-gradient(linear, left top, left bottom, from(#dd4b39), to(#c53727));color:#fff;border-color:#b0281a;-moz-box-shadow:0 1px 1px rgba(0,0,0,0.2);-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.2);box-shadow:0 1px 1px rgba(0,0,0,0.2)}.salsa-button-google-light{background:#f5f5f5;background:-moz-linear-gradient(center top, #f5f5f5, #f1f1f1);background-image:-webkit-gradient(linear, 0 40%, 0 70%, from(#f5f5f5), to(#f1f1f1));color:#666;border:1px solid rgba(0,0,0,0.1)}.salsa-button-google-light:link,.salsa-button-google-light:visited,.salsa-button-google-light:hover,.salsa-button-google-light:active{background:-moz-linear-gradient(center top, #f5f5f5, #f1f1f1);background-image:-webkit-gradient(linear, 0 40%, 0 70%, from(#f5f5f5), to(#f1f1f1));color:#666;border:1px solid rgba(0,0,0,0.1)}.salsa-button-google-light:hover,.salsa-button-google-light:active{background:#f1f1f1;color:#333;border-color:#939393;-moz-box-shadow:0 1px 1px rgba(0,0,0,0.1);-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.1);box-shadow:0 1px 1px rgba(0,0,0,0.1)}.salsa-button-zurb{display:inline-block;*display:inline;*zoom:1;overflow:visible;cursor:pointer;width:auto;font-style:normal;font-weight:bold;font-family:Arial,Helvetica,"Helvetica Neue",Verdana,sans-serif;line-height:1.2;-webkit-font-smoothing:antialiased;font-smooth:always;text-align:center;text-transform:none;padding:0;border:0;border-bottom:1px solid rgba(0,0,0,0.25);-moz-border-radius:5px;-webkit-border-radius:5px;-o-border-radius:5px;border-radius:5px;-moz-box-shadow:0 1px 3px rgba(0,0,0,0.5);-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.5);-o-box-shadow:0 1px 3px rgba(0,0,0,0.5);box-shadow:0 1px 3px rgba(0,0,0,0.5);margin:3px 10px 3px 3px;outline:0 none;background-image:url("/inc/img/alert-overlay.png");background-repeat:repeat-x;text-decoration:none}.salsa-button-zurb:last-child{margin-right:3px}.salsa-button-zurb:focus{outline:0 none}.salsa-button-zurb:active{position:relative;top:1px}.salsa-button-zurb::-moz-focus-inner{border:0}.salsa-button-zurb.salsa-button-loading{position:relative}.salsa-button-zurb.salsa-button-loading .salsa-button-in{visibility:hidden}.salsa-button-zurb.salsa-button-loading .salsa-loading-wrapper{display:inline-block}.salsa-button-zurb span.salsa-button-in{display:inline-block;*display:inline;*zoom:1;background:transparent;padding:5px 10px 6px;border:0;margin:0}.salsa-button-zurb:link,.salsa-button-zurb:visited,.salsa-button-zurb:hover,.salsa-button-zurb:active{background-image:url("/inc/img/alert-overlay.png");background-repeat:repeat-x;text-decoration:none}.salsa-button-zurb[disabled="disabled"]{cursor:default;opacity:0.4;filter:alpha(opacity=40)}.salsa-button-zurb[disabled="disabled"]:active{top:0}.salsa-button-zurb-small{min-width:100px;font-size:11px}.salsa-button-zurb-medium{min-width:120px;font-size:13px}.salsa-button-zurb-large{min-width:140px;font-size:14px}.salsa-button-zurb-large span.salsa-button-in{padding:8px 14px 9px}.salsa-button-zurb-xlarge{min-width:160px;font-size:16px}.salsa-button-zurb-xlarge span.salsa-button-in{padding:9px 27px 11px}button.salsa-button-zurb-small{min-width:130px}button.salsa-button-zurb-medium{min-width:150px}button.salsa-button-zurb-large{min-width:170px}button.salsa-button-zurb-xlarge{min-width:190px}.salsa-button-zurb-default{background-color:#ff5c00;color:#fff;text-shadow:0 -1px 1px rgba(0,0,0,0.25)}.salsa-button-zurb-default:link,.salsa-button-zurb-default:visited,.salsa-button-zurb-default:hover,.salsa-button-zurb-default:active{color:#fff;text-shadow:0 -1px 1px rgba(0,0,0,0.25)}.salsa-button-zurb-default:link,.salsa-button-zurb-default:visited{background-color:#ff5c00}.salsa-button-zurb-default:hover,.salsa-button-zurb-default:active{background-color:#d45500}.salsa-button-zurb-default[disabled="disabled"]:hover,.salsa-button-zurb-default[disabled="disabled"]:active{background-color:#ff5c00}.salsa-button-zurb-alt{background-color:#2daebf;color:#fff;text-shadow:0 -1px 1px rgba(0,0,0,0.25)}.salsa-button-zurb-alt:link,.salsa-button-zurb-alt:visited,.salsa-button-zurb-alt:hover,.salsa-button-zurb-alt:active{color:#fff;text-shadow:0 -1px 1px rgba(0,0,0,0.25)}.salsa-button-zurb-alt:link,.salsa-button-zurb-alt:visited{background-color:#2daebf}.salsa-button-zurb-alt:hover,.salsa-button-zurb-alt:active{background-color:#007d9a}.salsa-button-zurb-alt[disabled="disabled"]:hover,.salsa-button-zurb-alt[disabled="disabled"]:active{background-color:#2daebf}.salsa-button-zurb-delete{background-color:#e33100;color:#fff;text-shadow:0 -1px 1px rgba(0,0,0,0.25)}.salsa-button-zurb-delete:link,.salsa-button-zurb-delete:visited,.salsa-button-zurb-delete:hover,.salsa-button-zurb-delete:active{color:#fff;text-shadow:0 -1px 1px rgba(0,0,0,0.25)}.salsa-button-zurb-delete:link,.salsa-button-zurb-delete:visited{background-color:#e33100}.salsa-button-zurb-delete:hover,.salsa-button-zurb-delete:active{background-color:#872300}.salsa-button-zurb-delete[disabled="disabled"]:hover,.salsa-button-zurb-delete[disabled="disabled"]:active{background-color:#e33100}.salsa-button-zurb-light{background-color:#ddd;color:#777;text-shadow:0 -1px 1px rgba(255,255,255,0.25)}.salsa-button-zurb-light:link,.salsa-button-zurb-light:visited,.salsa-button-zurb-light:hover,.salsa-button-zurb-light:active{color:#777;text-shadow:0 -1px 1px rgba(255,255,255,0.25)}.salsa-button-zurb-light:link,.salsa-button-zurb-light:visited{background-color:#ddd}.salsa-button-zurb-light:hover,.salsa-button-zurb-light:active{background-color:#ccc}.salsa-button-zurb-light[disabled="disabled"]:hover,.salsa-button-zurb-light[disabled="disabled"]:active{background-color:#ddd}.salsa-button-zurb-round{display:inline-block;*display:inline;*zoom:1;overflow:visible;cursor:pointer;width:auto;font-style:normal;font-weight:bold;font-family:Arial,Helvetica,"Helvetica Neue",Verdana,sans-serif;line-height:1.2;-webkit-font-smoothing:antialiased;font-smooth:always;text-align:center;text-transform:none;padding:0;border:1px solid rgba(0,0,0,0.25);border-bottom-color:rgba(0,0,0,0.35);-moz-box-shadow:0 1px 3px rgba(0,0,0,0.5);-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.5);-o-box-shadow:0 1px 3px rgba(0,0,0,0.5);box-shadow:0 1px 3px rgba(0,0,0,0.5);margin:3px 10px 3px 3px;outline:none;background-image:url("/inc/img/blended.png");background-position:center center;background-repeat:repeat-x;text-decoration:none}.salsa-button-zurb-round:last-child{margin-right:3px}.salsa-button-zurb-round:focus{outline:none}.salsa-button-zurb-round:active{position:relative;top:1px}.salsa-button-zurb-round::-moz-focus-inner{border:0}.salsa-button-zurb-round.salsa-button-loading{position:relative}.salsa-button-zurb-round.salsa-button-loading .salsa-button-in{visibility:hidden}.salsa-button-zurb-round.salsa-button-loading .salsa-loading-wrapper{display:inline-block}.salsa-button-zurb-round span.salsa-button-in{display:inline-block;*display:inline;*zoom:1;background:transparent;padding:4px 14px 6px;border:0;margin:0}.salsa-button-zurb-round:link,.salsa-button-zurb-round:visited,.salsa-button-zurb-round:hover,.salsa-button-zurb-round:active{background-image:url("/inc/img/blended.png");background-position:center center;background-repeat:repeat-x;text-decoration:none}.salsa-button-zurb-round[disabled="disabled"]{cursor:default;opacity:0.4;filter:alpha(opacity=40)}.salsa-button-zurb-round[disabled="disabled"]:active{top:0}.salsa-button-zurb-round-small{min-width:100px;font-size:11px;-webkit-border-radius:12px;-moz-border-radius:12px;-o-border-radius:12px;border-radius:12px}.salsa-button-zurb-round-medium{min-width:120px;font-size:13px;-webkit-border-radius:15px;-moz-border-radius:15px;-o-border-radius:15px;border-radius:15px}.salsa-button-zurb-round-large{min-width:140px;font-size:14px;-webkit-border-radius:18px;-moz-border-radius:18px;-o-border-radius:18px;border-radius:18px}.salsa-button-zurb-round-large span.salsa-button-in{padding:6px 17px 8px}.salsa-button-zurb-round-xlarge{min-width:160px;font-size:16px;-webkit-border-radius:22px;-moz-border-radius:22px;-o-border-radius:22px;border-radius:22px}.salsa-button-zurb-round-xlarge span.salsa-button-in{padding:9px 27px 11px}button.salsa-button-zurb-round-small{min-width:130px}button.salsa-button-zurb-round-medium{min-width:150px}button.salsa-button-zurb-round-large{min-width:170px}button.salsa-button-zurb-round-xlarge{min-width:190px}.salsa-button-zurb-round-default{background-color:#ff5c00;color:#fff;text-shadow:0 -1px 1px rgba(0,0,0,0.25)}.salsa-button-zurb-round-default:link,.salsa-button-zurb-round-default:visited,.salsa-button-zurb-round-default:hover,.salsa-button-zurb-round-default:active{color:#fff;text-shadow:0 -1px 1px rgba(0,0,0,0.25)}.salsa-button-zurb-round-default:link,.salsa-button-zurb-round-default:visited{background-color:#ff5c00}.salsa-button-zurb-round-default:hover,.salsa-button-zurb-round-default:active{background-color:#d45500}.salsa-button-zurb-round-default[disabled="disabled"]:hover,.salsa-button-zurb-round-default[disabled="disabled"]:active{background-color:#ff5c00}.salsa-button-zurb-round-alt{background-color:#2daebf;color:#fff;text-shadow:0 -1px 1px rgba(0,0,0,0.25)}.salsa-button-zurb-round-alt:link,.salsa-button-zurb-round-alt:visited,.salsa-button-zurb-round-alt:hover,.salsa-button-zurb-round-alt:active{color:#fff;text-shadow:0 -1px 1px rgba(0,0,0,0.25)}.salsa-button-zurb-round-alt:link,.salsa-button-zurb-round-alt:visited{background-color:#2daebf}.salsa-button-zurb-round-alt:hover,.salsa-button-zurb-round-alt:active{background-color:#007d9a}.salsa-button-zurb-round-alt[disabled="disabled"]:hover,.salsa-button-zurb-round-alt[disabled="disabled"]:active{background-color:#2daebf}.salsa-button-zurb-round-delete{background-color:#e33100;color:#fff;text-shadow:0 -1px 1px rgba(0,0,0,0.25)}.salsa-button-zurb-round-delete:link,.salsa-button-zurb-round-delete:visited,.salsa-button-zurb-round-delete:hover,.salsa-button-zurb-round-delete:active{color:#fff;text-shadow:0 -1px 1px rgba(0,0,0,0.25)}.salsa-button-zurb-round-delete:link,.salsa-button-zurb-round-delete:visited{background-color:#e33100}.salsa-button-zurb-round-delete:hover,.salsa-button-zurb-round-delete:active{background-color:#872300}.salsa-button-zurb-round-delete[disabled="disabled"]:hover,.salsa-button-zurb-round-delete[disabled="disabled"]:active{background-color:#e33100}.salsa-button-zurb-round-light{background-color:#fff;color:#555;text-shadow:0 -1px 1px rgba(255,255,255,0.25)}.salsa-button-zurb-round-light:link,.salsa-button-zurb-round-light:visited,.salsa-button-zurb-round-light:hover,.salsa-button-zurb-round-light:active{color:#555;text-shadow:0 -1px 1px rgba(255,255,255,0.25)}.salsa-button-zurb-round-light:link,.salsa-button-zurb-round-light:visited{background-color:#fff}.salsa-button-zurb-round-light:hover,.salsa-button-zurb-round-light:active{background-color:#eee}.salsa-button-zurb-round-light[disabled="disabled"]:hover,.salsa-button-zurb-round-light[disabled="disabled"]:active{background-color:#fff}a.salsa-button-bootstrap,button.salsa-button-bootstrap{display:inline-block;*display:inline;*zoom:1;margin-bottom:0;font-family:'helvetica neue',helvetica,arial,sans-serif;line-height:20px;text-align:center;text-decoration:none;vertical-align:middle;cursor:pointer;color:#333;text-shadow:0 1px 1px rgba(255,255,255,0.75);background-color:#f5f5f5;background-image:-moz-linear-gradient(top, #fff, #e6e6e6);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));background-image:-webkit-linear-gradient(top, #fff, #e6e6e6);background-image:-o-linear-gradient(top, #fff, #e6e6e6);background-image:linear-gradient(to bottom, #fff, #e6e6e6);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);border-color:#e6e6e6 #e6e6e6 #bfbfbf;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);*background-color:#e6e6e6;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);padding:0;border:1px solid #ccc;*border:0;border-bottom-color:#b3b3b3;*margin-left:.3em;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);box-shadow:inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05)}a.salsa-button-bootstrap:hover,button.salsa-button-bootstrap:hover,a.salsa-button-bootstrap:focus,button.salsa-button-bootstrap:focus,a.salsa-button-bootstrap:active,button.salsa-button-bootstrap:active,a.salsa-button-bootstrap[disabled],button.salsa-button-bootstrap[disabled]{color:#333;background-color:#e6e6e6;*background-color:#d9d9d9}a.salsa-button-bootstrap:active,button.salsa-button-bootstrap:active{background-color:#ccc \9}a.salsa-button-bootstrap:first-child,button.salsa-button-bootstrap:first-child{*margin-left:0}a.salsa-button-bootstrap span.salsa-button-in,button.salsa-button-bootstrap span.salsa-button-in{display:inline-block;*display:inline;*zoom:1;background:transparent;padding:0;border:0;margin:0}a.salsa-button-bootstrap:hover,button.salsa-button-bootstrap:hover,a.salsa-button-bootstrap:focus,button.salsa-button-bootstrap:focus{color:#333;text-decoration:none;background-position:0 -15px;-webkit-transition:background-position .1s linear .2s ease-out;-moz-transition:background-position .1s linear .2s ease-out;-o-transition:background-position .1s linear .2s ease-out;transition:background-position .1s linear .2s ease-out;-webkit-transition:background-position .1s linear;-moz-transition:background-position .1s linear;-o-transition:background-position .1s linear;transition:background-position .1s linear}a.salsa-button-bootstrap:focus,button.salsa-button-bootstrap:focus{outline:thin dotted #333;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}a.salsa-button-bootstrap:active,button.salsa-button-bootstrap:active{background-image:none;outline:0;-webkit-box-shadow:inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);-moz-box-shadow:inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);box-shadow:inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05)}a.salsa-button-bootstrap[disabled],button.salsa-button-bootstrap[disabled]{cursor:default;background-image:none;opacity:.65;filter:alpha(opacity=65);-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}a.salsa-button-bootstrap.salsa-button-loading,button.salsa-button-bootstrap.salsa-button-loading{position:relative}a.salsa-button-bootstrap.salsa-button-loading .salsa-button-in,button.salsa-button-bootstrap.salsa-button-loading .salsa-button-in{visibility:hidden}a.salsa-button-bootstrap.salsa-button-loading .salsa-loading-wrapper,button.salsa-button-bootstrap.salsa-button-loading .salsa-loading-wrapper{display:inline-block}a.salsa-button-bootstrap.salsa-button-bootstrap-xlarge,button.salsa-button-bootstrap.salsa-button-bootstrap-xlarge{font-size:17.5px;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px}a.salsa-button-bootstrap.salsa-button-bootstrap-xlarge span.salsa-button-in,button.salsa-button-bootstrap.salsa-button-bootstrap-xlarge span.salsa-button-in{padding:11px 19px}a.salsa-button-bootstrap.salsa-button-bootstrap-large,button.salsa-button-bootstrap.salsa-button-bootstrap-large{font-size:14px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}a.salsa-button-bootstrap.salsa-button-bootstrap-large span.salsa-button-in,button.salsa-button-bootstrap.salsa-button-bootstrap-large span.salsa-button-in{padding:4px 12px}a.salsa-button-bootstrap.salsa-button-bootstrap-medium,button.salsa-button-bootstrap.salsa-button-bootstrap-medium{font-size:11.9px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}a.salsa-button-bootstrap.salsa-button-bootstrap-medium span.salsa-button-in,button.salsa-button-bootstrap.salsa-button-bootstrap-medium span.salsa-button-in{padding:2px 10px}a.salsa-button-bootstrap.salsa-button-bootstrap-small,button.salsa-button-bootstrap.salsa-button-bootstrap-small{font-size:10.5px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}a.salsa-button-bootstrap.salsa-button-bootstrap-small span.salsa-button-in,button.salsa-button-bootstrap.salsa-button-bootstrap-small span.salsa-button-in{padding:0 6px}a.salsa-button-bootstrap.salsa-button-bootstrap-default,button.salsa-button-bootstrap.salsa-button-bootstrap-default{color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.25);background-color:#7b7b7b;background-image:-moz-linear-gradient(top, #7e7e7e, #777);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#7e7e7e), to(#777));background-image:-webkit-linear-gradient(top, #7e7e7e, #777);background-image:-o-linear-gradient(top, #7e7e7e, #777);background-image:linear-gradient(to bottom, #7e7e7e, #777);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7e7e7e', endColorstr='#ff777777', GradientType=0);border-color:#777 #777 #515151;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);*background-color:#777;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false)}a.salsa-button-bootstrap.salsa-button-bootstrap-default:hover,button.salsa-button-bootstrap.salsa-button-bootstrap-default:hover,a.salsa-button-bootstrap.salsa-button-bootstrap-default:focus,button.salsa-button-bootstrap.salsa-button-bootstrap-default:focus,a.salsa-button-bootstrap.salsa-button-bootstrap-default:active,button.salsa-button-bootstrap.salsa-button-bootstrap-default:active,a.salsa-button-bootstrap.salsa-button-bootstrap-default[disabled],button.salsa-button-bootstrap.salsa-button-bootstrap-default[disabled]{color:#fff;background-color:#777;*background-color:#6a6a6a}a.salsa-button-bootstrap.salsa-button-bootstrap-default:active,button.salsa-button-bootstrap.salsa-button-bootstrap-default:active{background-color:#5e5e5e \9}a.salsa-button-bootstrap.salsa-button-bootstrap-alt,button.salsa-button-bootstrap.salsa-button-bootstrap-alt{color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.25);background-color:#006dcc;background-image:-moz-linear-gradient(top, #08c, #04c);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#04c));background-image:-webkit-linear-gradient(top, #08c, #04c);background-image:-o-linear-gradient(top, #08c, #04c);background-image:linear-gradient(to bottom, #08c, #04c);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);border-color:#04c #04c #002a80;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);*background-color:#04c;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false)}a.salsa-button-bootstrap.salsa-button-bootstrap-alt:hover,button.salsa-button-bootstrap.salsa-button-bootstrap-alt:hover,a.salsa-button-bootstrap.salsa-button-bootstrap-alt:focus,button.salsa-button-bootstrap.salsa-button-bootstrap-alt:focus,a.salsa-button-bootstrap.salsa-button-bootstrap-alt:active,button.salsa-button-bootstrap.salsa-button-bootstrap-alt:active,a.salsa-button-bootstrap.salsa-button-bootstrap-alt[disabled],button.salsa-button-bootstrap.salsa-button-bootstrap-alt[disabled]{color:#fff;background-color:#04c;*background-color:#003bb3}a.salsa-button-bootstrap.salsa-button-bootstrap-alt:active,button.salsa-button-bootstrap.salsa-button-bootstrap-alt:active{background-color:#039 \9}a.salsa-button-bootstrap.salsa-button-bootstrap-delete,button.salsa-button-bootstrap.salsa-button-bootstrap-delete{color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.25);background-color:#da4f49;background-image:-moz-linear-gradient(top, #ee5f5b, #bd362f);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));background-image:-webkit-linear-gradient(top, #ee5f5b, #bd362f);background-image:-o-linear-gradient(top, #ee5f5b, #bd362f);background-image:linear-gradient(to bottom, #ee5f5b, #bd362f);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);border-color:#bd362f #bd362f #802420;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);*background-color:#bd362f;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false)}a.salsa-button-bootstrap.salsa-button-bootstrap-delete:hover,button.salsa-button-bootstrap.salsa-button-bootstrap-delete:hover,a.salsa-button-bootstrap.salsa-button-bootstrap-delete:focus,button.salsa-button-bootstrap.salsa-button-bootstrap-delete:focus,a.salsa-button-bootstrap.salsa-button-bootstrap-delete:active,button.salsa-button-bootstrap.salsa-button-bootstrap-delete:active,a.salsa-button-bootstrap.salsa-button-bootstrap-delete[disabled],button.salsa-button-bootstrap.salsa-button-bootstrap-delete[disabled]{color:#fff;background-color:#bd362f;*background-color:#a9302a}a.salsa-button-bootstrap.salsa-button-bootstrap-delete:active,button.salsa-button-bootstrap.salsa-button-bootstrap-delete:active{background-color:#942a25 \9}a.salsa-button-bootstrap.salsa-button-bootstrap-light,button.salsa-button-bootstrap.salsa-button-bootstrap-light{color:#333;text-shadow:0 1px 1px rgba(255,255,255,0.75);background-color:#f5f5f5;background-image:-moz-linear-gradient(top, #fff, #e6e6e6);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));background-image:-webkit-linear-gradient(top, #fff, #e6e6e6);background-image:-o-linear-gradient(top, #fff, #e6e6e6);background-image:linear-gradient(to bottom, #fff, #e6e6e6);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);border-color:#e6e6e6 #e6e6e6 #bfbfbf;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);*background-color:#e6e6e6;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false)}a.salsa-button-bootstrap.salsa-button-bootstrap-light:hover,button.salsa-button-bootstrap.salsa-button-bootstrap-light:hover,a.salsa-button-bootstrap.salsa-button-bootstrap-light:focus,button.salsa-button-bootstrap.salsa-button-bootstrap-light:focus,a.salsa-button-bootstrap.salsa-button-bootstrap-light:active,button.salsa-button-bootstrap.salsa-button-bootstrap-light:active,a.salsa-button-bootstrap.salsa-button-bootstrap-light[disabled],button.salsa-button-bootstrap.salsa-button-bootstrap-light[disabled]{color:#333;background-color:#e6e6e6;*background-color:#d9d9d9}a.salsa-button-bootstrap.salsa-button-bootstrap-light:active,button.salsa-button-bootstrap.salsa-button-bootstrap-light:active{background-color:#ccc \9}button.salsa-button-bootstrap{*padding-top:3px;*padding-bottom:3px}button.salsa-button-bootstrap::-moz-focus-inner{padding:0;border:0}button.salsa-button-bootstrap.salsa-button-bootstrap-xlarge{*padding-top:7px;*padding-bottom:7px}button.salsa-button-bootstrap.salsa-button-bootstrap-large{*padding-top:3px;*padding-bottom:3px}button.salsa-button-bootstrap.salsa-button-bootstrap-small{*padding-top:1px;*padding-bottom:1px}.salsa-button-tiny{display:inline-block;*display:inline;*zoom:1;overflow:visible;cursor:pointer;width:auto;font:normal bold 11px/1 arial,helvetiva,sans-serif;-webkit-font-smoothing:antialiased;font-smooth:always;text-align:center;text-transform:none;border:1px solid #c1c1c1;-moz-border-radius:3px;-webkit-border-radius:3px;-o-border-radius:3px;border-radius:3px;-moz-box-shadow:0 1px 1px rgba(0,0,0,0.1);-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.1);-o-box-shadow:0 1px 1px rgba(0,0,0,0.1);box-shadow:0 1px 1px rgba(0,0,0,0.1);margin:1px;outline:0 none;background-image:url("/inc/img/light.png");background-repeat:repeat-x;color:#555;text-decoration:none}.salsa-button-tiny:last-child{margin-right:3px}.salsa-button-tiny:focus{outline:0 none}.salsa-button-tiny:active{position:relative;top:1px}.salsa-button-tiny::-moz-focus-inner{border:0}.salsa-button-tiny.salsa-button-loading{position:relative}.salsa-button-tiny.salsa-button-loading .salsa-button-in{visibility:hidden}.salsa-button-tiny.salsa-button-loading .salsa-loading-wrapper{display:inline-block}.salsa-button-tiny span.salsa-button-in{display:inline-block;*display:inline;*zoom:1;background:transparent;padding:1px 20px 2px;border:0;margin:0}.salsa-button-tiny:link,.salsa-button-tiny:visited,.salsa-button-tiny:hover,.salsa-button-tiny:active{color:#555;text-decoration:none}.salsa-button-tiny:hover,.salsa-button-tiny:active{background-position:0 20px;color:#333;border-color:#999}.salsa-button-tiny[disabled="disabled"]{cursor:default;opacity:0.4;filter:alpha(opacity=40)}.salsa-button-tiny[disabled="disabled"]:active{top:0}.salsa-button-parcofilosofico{height:33px;padding:11px 25px 0;display:inline-block;zoom:1;*display:inline;-webkit-border-radius:8px;-moz-border-radius:8px;border-radius:8px;background-color:#8FC451;text-align:center;text-decoration:none;-webkit-box-shadow:0 3px 0 0 #5e9824;-moz-box-shadow:0 3px 0 0 #5e9824;box-shadow:0 3px 0 0 #5e9824;position:relative}.salsa-button-parcofilosofico:active{top:3px;-webkit-box-shadow:0 0 0 0 #5e9824;-moz-box-shadow:0 0 0 0 #5e9824;box-shadow:0 0 0 0 #5e9824}.salsa-button-parcofilosofico span{font-family:lato,helvetica,arial,sans-serif;font-weight:700;font-size:17px;color:#fff;text-transform:uppercase;text-decoration:none;text-shadow:0 -1px 0 #5c862e;text-shadow:0 -1px 0 rgba(92,134,46,0.5);letter-spacing:2px}


