* {
  font-family: 'Roboto', sans-serif;
  margin: 0;
  padding: 0;
}
html {
  height: 100%;
}
body {
  height: 100%;
  margin: 0;
  padding: 0;
  background: #efefef;
}
ul {
  list-style-position: outside;
}
input {
  -webkit-appearance: none;
}
h1, h2, h3, h4, h5 {
  font-weight: bold;
  margin: 5px 0;
}
h1 { font-size: 16px; }
h5 { font-size: 1em; }
h6 { font-size: 12px;
  font-weight: normal;
  color: #B4B4B4;
  text-align: center;
  padding: 0px 0px 4px 0px;
}
a {
  text-decoration: none;
  color: white;
}

a:link, a:visited, a:hover {
  text-decoration: none;
  color: white;
}
/*
a:link {
  color: rgb(217, 83, 79);
}
a:visited {
  color: rgb(148, 39, 36);
}
*/
.content {
  height: 100%;
}

.content.fadeout .toolbox,
.content.fadeout .banner  {
  -webkit-filter: blur(2px);
  -moz-filter: blur(2px);
  -o-filter: blur(2px);
  -ms-filter: blur(2px);
  filter: blur(2px);
}
.content.fadeout div#map img {
  -webkit-filter: blur(1px);
  -moz-filter: blur(1px);
  -o-filter: blur(1px);
  -ms-filter: blur(1px);
  filter: blur(1px);
}

div.map {
  height: 100%;
  width: 73%;
  overflow: hidden;
  position: fixed;
  z-index: 1;
  background-color: #fcfbe7;
  overflow: hidden;
  -webkit-transform: translateZ(0);
}
div.map.privacy {
  width: 50%;
}

.overlay {
  position: fixed; /* Sit on top of the page content */
  width: 100%; /* Full width (cover the whole page) */
  height: 100%; /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.75); /* Black background with opacity */
  z-index: 1000; /* Specify a stack order in case you're using a different order for other elements */
}

.overlay.usage {
  background-color: rgba(255, 255, 255, 0.3);
}

.overlayContent {
  position: absolute;
  top: 50%;
  left: 50%;
  color: white;
  transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
}

.overlay.usage .overlayContent {
  background-color: rgba(51,51,51,0.8);
  padding: 2rem;
  border-radius: 2px;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
  transition: all 0.1s cubic-bezier(.25,.8,.25,1);
}

.overlay.usage .overlayContent:hover {
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}



.consent {
  display: none; /* Hidden by default */
}
.consentContent {}
.consentText {
  font-size: 17px;
  padding: 10px;
}

.overlay.usage .consentText {
  line-height: 1.3rem;
}

.consentText img {
  height: 76px;
  width: 76px;
  float: left;
  margin: 11px 13px 0px 0;
  border-radius: 3px;
}
.consentPrivacy {
  margin-top: 10px;
  border-top: 2px solid rgba(255,255,255,.2);
  font-size: 15px;
}
.consentHead {
  font-size: 28px;
  display: block;
  margin-bottom: 3px;
  color: #fcd577;
}
.overlay.usage .consentHead {
  margin-bottom: 1rem;
}

.consentText a:link, .consentText a:visited {
  color: #25d366;
}
.consentBtn {
  cursor: pointer;
  display: inline-block;
}
.consentBtns {
  text-align: right;
  border-top: 2px solid rgba(255,255,255,.2);
  margin-top: 20px;
  padding-top: 20px;
}
.consentBtn.decline {
  font-size: 25px;
  color: rgba(255,255,255,.85);
  /* border: 2px solid rgba(0,0,0,0.3); */
  border-radius: 2px;
  padding: 8px;
}
.consentBtn.agree {
  border: 2px solid rgba(255,255,255,1);
  width: auto;
  padding: 8px;
  border-radius: 3px;
  font-size: 30px;
  margin: 0 10px;
  background: rgba(255,255,255,0.9);
  color: rgba(0,0,0,0.8);
  text-decoration: none;
}
.overlay.usage .consentBtn {
  font-size: 1rem !important;
}

.changeConsentBtns a {
  cursor: pointer;
  display: inline-block;
  font-size: 25px;
  color: #000;
  border-radius: 2px;
  border: 2px solid #000;
  padding: 3px;
  margin: 5px;

}

/* *** Toolbox *** */
.logo {
  border: 2px #000;
  position: relative;
  background-color: #fff;
  padding: 10px;
  margin-bottom: 5px;
  border: .2px solid #141414;
}

.toolbox {
  position: fixed;
  z-index: 6;
  top: 10px;
  left: 10px;
}
.lang-select {
  display: block;
  float: left;
  height: 26px;
  width: 30px;
}
.main-head {
  display: inline-block;
  font-size: 20px;
}
.main-head a:link {
  text-decoration: none;
}
span.claim {
  display: block;
  font-size: 16px;
  margin-bottom: 5px;
}
a.main-distance {
  color: #000;
  vertical-align: middle;
}
a.main-route {
  color: #000;
}
a.main-route span {
  color: rgb(217, 83, 79);
  max-width: 137px;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
}
.main-distances {
  display: block;
  margin-top: 10px;
}
.headerAirline {
  display: block;
}

.waves-effect {
  position: relative;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  vertical-align: middle;
  z-index: 1;
  transition: .3s ease-out;
}
.btn {
  display: inline-block;
  height: 25px;
  line-height: 25px;
  padding: 0 0.5rem;
  text-transform: uppercase;
  border: .2px solid #000;
  font-size: 1rem;
  outline: 0;
  text-decoration: none;
  color: #5d5c5c;
  background-color: rgba(206, 206, 206, 0.71);
  text-align: center;
  letter-spacing: .5px;
}

div#sf { }
div#sf input.bd {
  border: 0 none;
  font-size: 18px;
  opacity: 0.8;
  padding: 6px;
  width: 300px;
  position: relative;
  background-color: #fff;
  border: .2px solid #141414;
}
div#sf input.bd:focus {
  opacity: 1;
  outline: 1px solid rgba(0,0,0,0);
}
div#sf button.bt {
  text-decoration: none;
  font-size: 16px;
  color: #fff;
  background-color: rgb(66, 187, 37);
  text-align: center;
  letter-spacing: .78px;
  border: none;
  display: inline-block;
  height: 36px;
  line-height: 36px;
  padding: 0 0.8rem;
  text-transform: uppercase;
  cursor: pointer;
  font-weight: bold;
  border: .2px solid #141414;
}

div#sf button.bt.batchflight {
  background-color: #ffd427;
  color: #000;
}
div#sf button.bt.batchcar {
  background-color: #8d9194;
  color: #fff;
}

span#route, span#route a {
  color: darkblue;
}

div#vardist {
  display: none;
  padding: 10px;
}
div#vardist ol#result {
  list-style-position: inside;
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #000;
  max-height: 200px;
  overflow: auto;
}
div#vardist ul#cpl { list-style-position: inside; list-style: none; }

.contribute {
  padding: 5px;
  margin: 0px;
  background: #e94a06;
  color: #fff;
  margin-bottom: 8px;
}
.contribute  a {
  color: #fff;
}

/** VALUES **/
span.headerAirline > .value, span.headerAirline > .unit {
  color: rgba(0,0,0,1); /*  First Value */
}
.e2nd {
  color: rgba(0,0,0,0.5);
}

span.directionsResult > .value, span.directionsResult > .unit {
  color: rgb(58, 128, 198) /*  First Value */
}
span.directionsResult > .e2nd  {
  color: rgba(58, 128, 198, 0.7);
}

/** ***** **/

/* New Info Block  */

.name {
  font-size: 13px;
}
.latlng {
  color: rgba(0,0,0,0.5);
}
.w3wlogo {
  color: #fff;
  font-weight: 900;
  background: #e11f26;
  padding: 2px 3px 2px 4px;
  font-size: 90%;
  border-radius: 1px;
  margin-right: 2px;
}
.regions {
  font-size: 11px;
  color: rgba(0,0,0,0.7);
  margin-bottom: 5px;
}
.route {
  color: #3a80c5;
}

div#rt {
  padding: 10px;
}
div#rt h2 {
  display: block;
  background: none;
  font-size: 16px;
  padding: 0;
  margin: 0

}
div#rt a {
  border-bottom: 1px dotted #E59D8A;
  color: #BA4834;
  text-decoration: none;
}
div#rt ul {
  font-size: 80%;
  list-style: none outside none;
  margin: 8px;
}

.sml {
  color: #67503A;
  font-size: 90%;
}

.lang {
  height: 16px;
  margin-top: 13px;
  width: 16px;
}
.banner {
  float: right;
  min-height: 100%;
  position: relative;
  z-index: 5;
  background: #fff;
  width: 50%;
  font-size: 12px;
  padding: 0 15px 15px 15px;
  border-left: 2px solid #141414;
}
.banner-outer {
  margin: 10px 0;
  text-align: center;
}
span.step {
  display: block;
  margin-bottom: 4px;
}
.information-block {
  padding: 10px;
  position: relative;
  margin: .5rem 0 1rem 0;
  background-color: #fff;
  transition: box-shadow .25s;
  background-color: #b4e0f5;
  border: .2px solid #000;
}
.distance-step-box {
  margin: 10px;
  margin-left: 10px;
  border-left: 2px solid rgba(0,0,0,0.4);
  padding-left: 10px;
}
.distance-total-box {
  margin: 0;
  margin-top: 10px;
  border-top: 2px solid rgba(0,0,0,0.2);
  padding-top: 10px;
}
.distance-box-extended {
  margin: 10px;
  margin-left: 10px;
  border-left: 2px solid rgba(0,0,0,0.4);
  padding-left: 10px;
}
.extended-information {}
.extended-step .step {
  font-size: 18px;
}
.extended-info {
  margin-bottom: 10px;
  color: rgba(0,0,0,0.5);
}
.extended-info a:link, .extended-info a:visited {
  color: rgba(0,0,0,0.7);
  text-decoration: none;
}



/* *** *** */
.prop {
  display: block;
}

/* ***  Colorz *** */

.lighter { color: rgba(0,0,0,0.5); }
.point { color: rgb(217, 83, 79); }

/* *** Colorz *** */

span.label {
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 5px;
  display: block;
}

.banner-inner {
  bottom: 10px;
  position: absolute;
  background: none !important;
  width: 100%;
  margin: 0;
}

div.lcad {
  padding: 10px;
  font-size: 80%;
}

/** *** Autosuggest *** **/
.typeaheadOuter {
  width: 312px;
  height: 33px;
  display: inline-block;
  margin-bottom: 4px;
}
.autocomplete-suggestions {
  border: 0 none;
  font-size: 18px;
  margin-bottom: 4px;
  margin-top: 4px;
  opacity: 0.99;
  padding: 6px;
  width: 300px;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 1px 5px 0 rgba(0,0,0,.12), 0 3px 1px -2px rgba(0,0,0,.2);
  position: relative;
  background-color: #fff;
  transition: box-shadow .25s;
  border-radius: 2px;
  text-overflow: ellipsis;
  text-overflow: ellipsis;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
}

.autocomplete-suggestion { padding: 2px 5px; white-space: nowrap; overflow: hidden; }
.autocomplete-selected { background: #F0F0F0; }
.autocomplete-suggestions strong { font-weight: normal; color: #3399FF; }
.autocomplete-group { padding: 2px 5px; }
.autocomplete-group strong { display: block; border-bottom: 1px solid #000; }


.clear {
  clear: both;
  height: 0;
  line-height: 0;
}
.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
.clearfix {
  display: block;
  height: 1%;
}
* html .clearfix {
  height: 1%;
}



.grey a:link, .ac_results .ac_even, .ac_results .ac_odd {
  color: grey !important;
}

ul.int {
  list-style: none outside none !important;
}
ul.int li {
  padding-left: 10px;
}
li.pt {
  background: url("/public/img/flag/128/pt.png") no-repeat scroll left center transparent;
}
#language {
  background: none repeat scroll 0 0 #fff;
  display: none;
  left: 10px;
  padding-bottom: 8px;
  padding-top: 9px;
  position: absolute;
  top: 0;
  z-index: 2;
  width: 605px;
}
#language a {
  display: block;
  float: left;
  height: 28px;
  width: 28px;
}
#language li {
  float: left;
}
#language li:first-child {
  padding-left: 0;
}
#language a.help {
  color: #333333;
  line-height: 50px;
  width: auto;
}

.languages li {
  padding-left: 30px !important;
}

.footer {
  margin: 1rem 0 2rem 0;
}


/* *** */

.mapAd {
  z-index: 2;
  position: absolute;
  bottom: 41px;
  right: 60px;
  width: 100px;
  font-size: 12px;
  line-height: 1.2;
}

/* *** */
.leaflet-control-zoom {
  margin-bottom: 50px !important;
}

#res-banner {
  display: none;
}

.share-list {
  display: inline-block;
  margin-left: 10px;
  float: right;
  line-height: 13px;
}

.resp-sharing-button__link,
.resp-sharing-button__icon {
  display: inline-block
}

.resp-sharing-button__link {
  text-decoration: none;
  color: #fff;
  margin: 0;
}

.resp-sharing-button {
  border-radius: 3px;
  transition: 25ms ease-out;
  padding: 5px;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif
}

.resp-sharing-button__icon svg {
  width: 15px;
  height: 15px;
  margin-right: 0.4em;
  vertical-align: top
}

.resp-sharing-button--small svg {
  margin: 0;
  vertical-align: middle
}

/* Non solid icons get a stroke */
.resp-sharing-button__icon {
  stroke: #fff;
  fill: none
}

/* Solid icons get a fill */
.resp-sharing-button__icon--solid,
.resp-sharing-button__icon--solidcircle {
  fill: #fff;
  stroke: none
}

.resp-sharing-button--twitter {
  background-color: #55acee
}

.resp-sharing-button--twitter:hover {
  background-color: #2795e9
}

.resp-sharing-button--pinterest {
  background-color: #bd081c
}

.resp-sharing-button--pinterest:hover {
  background-color: #8c0615
}

.resp-sharing-button--facebook {
  background-color: #3b5998
}

.resp-sharing-button--facebook:hover {
  background-color: #2d4373
}

.resp-sharing-button--tumblr {
  background-color: #35465C
}

.resp-sharing-button--tumblr:hover {
  background-color: #222d3c
}

.resp-sharing-button--reddit {
  background-color: #5f99cf
}

.resp-sharing-button--reddit:hover {
  background-color: #3a80c1
}

.resp-sharing-button--google {
  background-color: #dd4b39
}

.resp-sharing-button--google:hover {
  background-color: #c23321
}

.resp-sharing-button--linkedin {
  background-color: #0077b5
}

.resp-sharing-button--linkedin:hover {
  background-color: #046293
}

.resp-sharing-button--email {
  background-color: #777
}

.resp-sharing-button--email:hover {
  background-color: #5e5e5e
}

.resp-sharing-button--xing {
  background-color: #1a7576
}

.resp-sharing-button--xing:hover {
  background-color: #114c4c
}

.resp-sharing-button--whatsapp {
  background-color: #25D366
}

.resp-sharing-button--whatsapp:hover {
  background-color: #1da851
}

.resp-sharing-button--hackernews {
  background-color: #FF6600
}
.resp-sharing-button--hackernews:hover, .resp-sharing-button--hackernews:focus {   background-color: #FB6200 }

.resp-sharing-button--vk {
  background-color: #507299
}

.resp-sharing-button--vk:hover {
  background-color: #43648c
}

.resp-sharing-button--facebook {
  background-color: #3b5998;
  border-color: #3b5998;
}

.resp-sharing-button--facebook {
  background-color: #3b5998;
  border-color: #3b5998;
}

.resp-sharing-button--facebook:hover,
.resp-sharing-button--facebook:active {
  background-color: #2d4373;
  border-color: #2d4373;
}

.resp-sharing-button--twitter {
  background-color: #55acee;
  border-color: #55acee;
}

.resp-sharing-button--twitter:hover,
.resp-sharing-button--twitter:active {
  background-color: #2795e9;
  border-color: #2795e9;
}

.resp-sharing-button--google {
  background-color: #dd4b39;
  border-color: #dd4b39;
}

.resp-sharing-button--google:hover,
.resp-sharing-button--google:active {
  background-color: #c23321;
  border-color: #c23321;
}

.resp-sharing-button--whatsapp {
  background-color: #25D366;
  border-color: #25D366;
}

.resp-sharing-button--whatsapp:hover,
.resp-sharing-button--whatsapp:active {
  background-color: #1DA851;
  border-color: #1DA851;
}
.resp-sharing-button--telegram {
  background-color: #54A9EB;
}

.resp-sharing-button--telegram:hover {
  background-color: #4B97D1;}
.resp-sharing-button--email {
  background-color: #777777;
  border-color: #777777;
}

.resp-sharing-button--email:hover,
.resp-sharing-button--email:active {
  background-color: #5e5e5e;
  border-color: #5e5e5e;
}

.resp-sharing-button--reddit {
  background-color: #5f99cf;
  border-color: #5f99cf;
}

.resp-sharing-button--reddit:hover,
.resp-sharing-button--reddit:active {
  background-color: #3a80c1;
  border-color: #3a80c1;
}
/* 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 {
  max-width: 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;
}
.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(#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;
  -o-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);
  -o-transition:      -o-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;
  -o-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;
}
.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;
}

/* 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 {
  border: .2px solid #141414;
}
.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: .2px solid #141414;
}
.leaflet-bar a:last-child {
  border: .2px solid #141414;
}
.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: .2px solid #141414;
}
.leaflet-touch .leaflet-bar a:last-child {
  border: .2px solid #141414;
}

/* zoom control */

.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
  font: bold 18px 'Lucida Console', Monaco, monospace;
  text-indent: 1px;
}

.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out  {
  font-size: 22px;
}


/* layers control */

.leaflet-control-layers {
  box-shadow: 0 1px 5px rgba(0,0,0,0.4);
  background: #fff;
  border-radius: 5px;
}
.leaflet-control-layers-toggle {
  /*background-image: url(images/layers.png);*/
  width: 36px;
  height: 36px;
}
.leaflet-retina .leaflet-control-layers-toggle {
  /*background-image: url(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;
  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(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;
}


/* 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);
  -o-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;
}
/****
 * Distance.to
 * File: mq.css
 * Media Queries
 * (c) 2013 Stephan Georg
 ****/

@media (min-width: 1280px) {
  div#logo { }
  #res-banner {
    display: block;
  }

  .banner {
    width: 25%;
  }
  .banner.static {
    width: 50%;
  }

  .btn {
  }

}

@media (min-width: 1024px) and (max-width: 1280px) {
  div#logo {}
  div#logo h1 { font-size: 26px; }
  div#logo h2 { font-size: 22px; }

  .banner {
    width: 30%;
  }
  .banner.static {
    width: 50%;
  }
}



@media (min-width: 1024px) {
  div#logo {
    min-width: 430px;
  }
}

@media (min-width: 720px) and (max-width: 1024px) {

  div#logo {}
  div#logo h1 { font-size: 26px; }
  div#logo h2 { font-size: 22px; }

  .banner {
    width: 300px;
  }
  .banner.privacy {
    width: 50%;
  }

}

@media (max-width: 720px) {

  body {
    background: #fff;
  }

  h1, h2, h3, h4, h5 {
    margin: 10px;
  }

  div#logo {
    width: 96%;
    padding: 1.3%;
    position: relative;
    margin: 1%;
    background-color: #fff;
    margin-bottom: 3px;
    border: .2px solid #141414;
  }

  div#sf {
    text-align: left;
    margin: 1%;
  }

  div#sf input:focus {
    outline: none !important;
  }

  .consent {
    background-color: rgba(0, 0, 0, 0.9); /* Black background with opacity */
  }

  .consentContent {
    position: absolute;
    top: 0;
    left: 0;
    color: white;
    transform: none;
    -ms-transform: none;
    width: 90%;
    height: 90%;
    padding: 5%;
  }

  .consentHead {
    font-size: 20px;
  }

  .consentText img {
    margin: 4px 13px 0px 0;
  }

  .consentBtns {
    text-align: center;
    position: fixed;
    bottom: 20px;
    width: 90%;
  }

  .consentBtn {
    display: block;
  }

  .consentBtn.decline {
    margin: 20px 0;
    font-size: 20px;
  }

  .typeaheadOuter {
    display: inline-block;
    width: calc(100% - 38px);
    margin-bottom: 7px;
  }

  .twitter-typeahead {
    width: 100%;
  }

  .tt-dropdown-menu {
    margin-top: 1px;
    margin-left: 2px;
    width: 100%;
  }

  div#sf input.bd {
    width: 96%;
    margin: 3px 0px 3px 0px;
    padding: 6px;
  }

  .btn {
    float: right;
    right: 3px;
    top: 7px;
  }

  div#sf button.bt {
    text-align: center;
    width: calc(100% - 9.5%);
    margin: 3px 0 6px;

  }

  .toolbox {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    background: white;
    border-bottom: 2px solid #141414;
  }

  .main-head {
    padding: 0;
    font-size: 16px;
  }

  span.claim {
    font-size: 14px;
  }

  .main-distances {
    padding: 0;
    font-size: 14px;
  }

  .lang-select {
    display: none;
  }

  div.map {
    left: 0;
    position: relative;
    top: 0;
    width: 100%;
    height: 200px;
    height: calc(98% - 330px);
  }

  div.map.privacy {
    width: 100%;
    height: 150px;
  }

  .banner-outer {
    text-align: center;
    padding: 5px;
    margin: 0;
  }

  .banner-inner {
    position: relative;
    bottom: auto;
    margin: 0 !important;
    padding: 0;

  }

  .mapAd {
    right: 5px;
    bottom: 20px;
    padding: 5px;
    font-size: 90%;
  }

  .banner {
    height: 100px;
    min-height: 100px;
    padding: 0;
    background: none;
    width: 100% !important;
    box-shadow: none;
    font-size: 14px;
    background: white;
    border-top: 2px solid #141414;
  }

  .banner-outer.banner-sticky {
    position: fixed;
    bottom: 0;
    z-index: 5;
    width: 98%;
    height: 100px;
    /*height: calc(100px + .5%);*/
    padding: 1%;
    background: rgba(0, 0, 0, 0.8);
  }

  .banner-outer.banner-sticky.banner-320x50 {
    height: 50px;
  }

  .information-block {
    margin: 5px;
  }

  span.label {
    font-size: 16px;
  }

  div.lcad {
    display: none;
  }

  #userlike.userlike-mobile a#userlike-tab.userlike-right {
    bottom: 140px !important;
  }

  .footer {
    margin: 10px 0;
    text-align: center;
    margin-bottom: 150px;
  }
}