/* input(404,31): run-time error CSS1046: Expect comma, found '0'
input(404,35): run-time error CSS1046: Expect comma, found '/' */
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/MaterialIcons-Regular.eot); /* For IE6-8 */
  src: local('Material Icons'),
  local('MaterialIcons-Regular'), 
  url(../fonts/MaterialIcons-Regular.woff2) format('woff2'),
  url(../fonts/MaterialIcons-Regular.woff) format('woff'),
  url(../fonts/MaterialIcons-Regular.ttf) format('truetype');
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
  color: #217BDD !important;
  font-size: 22px;
  margin-left: 8px;
}

@media (max-width: 768px) {
  a.navbar-brand {
    padding-top: 8px;
  }
}
 
.toggler-icon-blue {
  color: #217BDD !important;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.navbar {   
  padding-top: 14px; 
  padding-bottom: 13px;
}

.navbar .container {
  padding-left: 40px;
  padding-right: 40px;
}

.container {
  max-width: 930px;
}


@media (max-width: 576px) {
  .container-mob {
    max-width: none !important;
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  
  .navbar-collapse {
    background-color: #fff;
    position: relative;
    z-index: 2000;
  }

  .navbar-collapse ul li {
    box-shadow: 1px 1px rgba(0, 0, 0, 0.25);
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 16px;
    padding-right: 16px;
  }
}


@media (min-width: 768px) {
  
  .navbar-nav {
    margin-left: 50px;
  }

  .navbar-nav li {
    margin-left: 30px;
  }
}  
  
.nav-link {
  color: #217BDD !important;
  font-size: 18px;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
  margin: 0;
  padding: 0;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
  font-family: 'Raleway', sans-serif;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}

/* Content: */

.intro {
  margin-top: 38px;
  font-size: 22px;
}

.intro .circle-border {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 5px solid #217BDD;
  border-radius: 50%;
  margin-right: 10px;
  margin-top: 5px;
  width: 90px;
  height: 90px;
}

.intro .gas-icon {
  height: 50px;
  width: 50px;
} 

@media (min-width: 768px) {
  .intro .circle-border {
    margin-right: 20px;
    width: 95px;
    height: 95px;
  }

  .intro .gas-icon {
    height: 45px;
    width: 45px;
  }
}

.intro h1 {
  color: #217BDD;
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
}

.articles {
  margin-top: 36px;
}

@media (min-width: 768px) {
  .articles {
    margin-top: 136px;
  }
}

h1 {
  color: #217BDD;
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
}

.articles h1 {
  padding-bottom: 36px;
}

.articles p {
  font-size: 18px;
  padding-bottom: 20px;
}

.articles article {
  margin-bottom: 100px;
}



/* Search: 
 ----------------------------------------------------- */

.search {
  position: relative;
}

#scroll-to-hack {
  padding-top: 25px; 
  margin-top: -25px; 
}

.twitter-typeahead[style] {
  display: block !important;
  width: 100%;
}

#typeahead {
  width: 100%;
  height: 35px;
  position: relative;
  background: #FFFFFF;
  border: 2px solid #217BDD;
  box-sizing: border-box;
  border-radius: 100px;
  padding-left: 15px;
  font-size: 14px; 
  line-height: 16px;
  color: #217BDD;
  padding-top: 5px;
  padding-bottom: 5px;
}

.search-glass {
  display: inline-block;
  background-image: url('/img/icons/magnifying-glass.svg?v=zn5pwLUWXuC_zXmWkG7xCGo-A8w');
  background-repeat: no-repeat;
  width: 17px;
  height: 15px;
  position: absolute;
  right: 13px;
  bottom: 5px;
  top: 9px;
}

.tt-menu {
  width: calc(100% - 30px);
  background: #FFFFFF;
  border: 1px solid #217BDD;
  box-sizing: border-box;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  margin-left: 15px;
  cursor: pointer;
}

.search-result-item {
  display: flex;
  align-content: space-between;
  background-color: #fff;
  border-bottom: 1px solid #E5E5E5;
  width: 100%;
  padding-top: 12px;
  padding-left: 10px;
}

.search-result-item-description {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.tt-menu {
  z-index: 501 !important;
}

.search-result-item-description h5 {
  font-size: 16px;
  line-height: 19px;
  color: #217BDD;
}

.search-result-item-description p {
  font-weight: 300;
  font-size: 12px;
  line-height: 14px;
  color: #565656;
}

.search-result-chevron {
  display: flex;
  align-self: center;
  width: 20px;
  height: 20px;
  background: url("/img/icons/chevron.svg?v=fS9tAoN0BoKlYS-6Zvf5r88JdOQ");
  background-repeat: no-repeat;
}

/* Map: 
 ----------------------------------------------------- */

.map-container { 
  position: relative;
  min-height: 85vh;
  width: 100%;
  margin-top: 11px;
}

#map {
  width: 100%;
  min-height: calc(85vh);
  z-index: 0;
  border-radius: 15px;
}

@media screen and (max-width: 768px ) {
  .map-container {
    min-height: auto;
  }

  #map {
    min-height: auto !important;
    height: 450px !important; 
  }
}

.gps-location-btn {
  display: inline-block;
  position: absolute;
  z-index: 500;

  width: 31px;
  height: 31px;
  top: 68px;
  left: 9px;
  margin-left: 2px;
  margin-top: 10px;
  
  background-image: url("/img/gps_not_fixed_black_24dp.svg?v=6zs7ZYq90Cj9xLHMnEmwLiot4_M");
  background-position: center;
  background-repeat: no-repeat;
  background-color: #fff;
  background-size: 80%;
  
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0 1px 5px rgb(0 0 0 / 65%);

  -webkit-appearance: none;
  -moz-appearance: none;
}

@media screen and (min-width: 768px ) {
  .gps-location-btn {
    left: 7px;
  }
}

/* Fullscreen info */
#fullscreen-info {
  font-family: lato;
  display: none;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: calc(100% - 80px);
  z-index: 3000;
  background-color: #fff;
  border-top-left-radius: 15%;
  border-top-right-radius: 15%;
  color: #626262;
}

.location {
  max-width: 1321px;
  padding-left: 0;
  padding-right: 0;
}

@media screen and (min-width: 768px) {
  .location {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.location .coordinates {
  font-family: Raleway;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .location .heading {
    padding-left: 25px;
    padding-right: 25px;
    margin-bottom: 25px;
  }
} 


.location-image {
  border-radius: 5px !important;
  max-height: 200px;
  object-fit: cover;
  width: 100%;
} 

@media screen and (max-width: 768px) {
  .location-image {
    border-radius: 0px !important;
    width: 100%;
  }
}

.location .price-info p {
  color: #217BDD;
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 0;
  margin-left: 40px;
  padding-bottom: 10px;
}

.location h2 {
  color: #565656;
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .location .description {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.description-details {
  padding-left: 15px;
}

.location .description ul {
  font-size: 14px;
  padding-left: 0;
}

.location .description ul li ul {
  margin-bottom: 12px;
}

.location .description ul li {
  list-style-type: none;
}

.map-small {
  width: 100%;
    max-height: 800px !important;
    min-height: 600px !important; 

}

@media screen and (max-width: 768px ) {
  .map-small {
    min-height: auto !important;
    height: 400px !important;
  }
} 

#image-gallery {
  cursor: pointer;
}

.image-gallery-container {
  position: relative;
}

.expand-icon {
  position: absolute;
  right: 5px;
  top: 5px;
}


/* GPS: */

.gps-location-btn:hover {
  background-color: #f4f4f4;
  background-image: url("/img/gps_fixed_black_24dp.svg?v=XU8-zqUAfGTIS3kj74h42PgprS0");
}

.gps-location-btn:active {
  background-image: url("/img/gps_fixed_black_24dp.svg?v=XU8-zqUAfGTIS3kj74h42PgprS0");
}

.gps-location-btn:focus {
  border: none;
  outline: none;
}

.map-select-position {
  width: 100%;
  cursor: crosshair;
}

.hide {
  visibility: hidden;
  text-indent: -10000px;
  display: inline;
  height: 0px;
  width: 0px;
  margin: 0;
  padding: 0;
}

/* Details:
---------------------------------------------------------------
*/

.map-location-content {
  font-family: 'Raleway', sans-serif;
  cursor: pointer;
}

.map-location-content h2 {
  color: #217BDD;
  font-size: 22px;
  font-family: 'Raleway', sans-serif;
  font-weight: bold;
} 

.map-location-content h3 {
  color: #565656;
  font-size: 14px;
}

.map-location-content h4 {
  color: #565656;
  font-size: 12px;
}

.banner {
  width: 100%;
  height: 600px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 100px;  
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  color: #fff;
  font-size: 32px;
}

.banner h1 {
  margin-top: 30px;
  font-size: 60px;
  text-shadow: 0 3px rgba(0, 0, 0, 0.4);
}

.details h2, h3 {
  color: #626262;
}

.details {
  border-width: 1px !important;
  margin-top: -300px;
  padding: 20px;
  min-height: calc(100vh - 300px);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  position: relative;
  background-color: #FFF;
  z-index: 2000;
} 


/* ---------------------------------*/
.spacer {
  margin-top: 80px;
}

.location-add label {
  font-weight: bold;
  
}

.filepond--credits {
  display: none !important;
}

.suggestion-form label {
    font-weight: bold;
}

/** Filter: */
#btn-filter {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
  background: #fff;
  border: none;
  color: #217BDD;
}

.dropdown-filter {
  display: inline-block;
  margin-right: 25px;
  position: relative;
  height: 35px;
}

.btn-filter-img {
  margin-left: 10px;
  display: inline-block; 
}

.filter-item {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 13px;
  color: #217BDD;
}

.filter-item:nth-of-type {
  margin-bottom: 0;
}

.dropdown-body {
  padding: 14px;
  background: #FFFFFF;
  border: 1px solid #FAFAFA;
  box-sizing: border-box;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  display: none;
  position: absolute;
  left: 0;
  z-index: 1000;
  top: 40px;
}

.dropdown-body .chk-filter {
  width: 16px;
  height: 15px;

  border: 1px solid #C4C4C4;
  box-sizing: border-box;
}

.fuel-info {
  color: #217BDD;
  font-size: 19px;
  margin-left: 10px;
}

.fuel-info th {
 font-weight: 500;
  padding-right: 10px;
}

.fuel-info td {
  font-size: 20px;
  font-weight: bold;
}

.register-price-form label {
  color: #000;
  font-size: 22px;
  cursor: pointer;
}

.register-price-form input[type=radio] {
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 8px;
  margin-right: 17px;
}

.register-price-radio-label {
  padding-bottom: 5px;
}

.btn-location {
  background: #FFFFFF;
  border: 1px solid #217BDD;
  box-sizing: border-box;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  
  padding-top: 10px;
  padding-bottom: 9px;
  padding-left: 27px;
  padding-right: 26px;
  
  
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  line-height: 26px;
  color: #217BDD;
}

.btn-location--register {
  background: #217BDD;
  border-color: #083F9D;
  color: #fff;
}

.btn-location--warning {
  border-color: red;
  color: red;
  padding-top: 0px;
  padding-bottom: 0px;
}

.btn-location--small {
  font-size: 18px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 10px;
}

@media (max-width: 768px) {
  .btn-location {
    
    padding-top: 5px;
    padding-bottom: 4px;
    padding-left: 17px;
    padding-right: 16px;
  }
}

.headline-about {
  font-size: 18px;
  font-weight: bold;
  color: #217BDD;
}

.yellow-pages-link {
  color: black;
  text-decoration: none;
  background: none;
}

.yellow-pages-icon {
    height: 50px;
}

/* PIWIK CONSENT FORM: **/
.PiwikPROConsentForm-hidden {
  display: none;
}

.PiwikPROConsentForm-container {

}

.PiwikPROConsentForm-content {
  display: flex;
  flex-direction: column;
  max-width: 400px;
  position: fixed;
  left: 15px;
  bottom: 15px;
  padding: 10px;
  margin: 0;
  width: 100%;
  font-family: sans-serif;
  box-sizing: border-box;
  background-color: #FFFFFF;
  box-shadow: 0 0 10px;
  max-height: 80vh;
  overflow: auto;
}

.PiwikPROConsentForm-row-top {
  display: flex;
  margin-bottom: 10px;
}

.PiwikPROConsentForm-row-middle {
  flex-grow: 1;
  overflow: auto;
}

.PiwikPROConsentForm-row-bottom {

}

.PiwikPROConsentForm-header {
  font-weight: bold;
  font-size: 22px;
  flex-grow: 1;
}

.PiwikPROConsentForm-close-button {
  height: 100%;
  border: none;
  background-color: transparent;
  padding: 0; 
  cursor: pointer;
  font-size: 0; 
}


.consent-form-body {
  border-top: 1px solid #dee2e6;
  background-color: #fff;
  display: block;
  position: fixed;
  bottom: 1px;
  font-size: 16px;
  padding: 20px;
  z-index: 5000;
}

@media only screen and (min-width : 768px) {
  .consent-form-body {
    margin-bottom: 60px;
    margin-left: 20px !important;
    border: 1px solid #dee2e6;
    border-radius: 15px;
    bottom: 20px;
  }
}

.PiwikPROConsentForm-close-button svg {
  width: 20px;
  height: 20px;
}

.PiwikPROConsentForm-intro {
  text-align: justify;
}

.PiwikPROConsentForm-intro span {
  
}

.PiwikPROConsentForm-consent-types {
  display: block;
}

.PiwikPROConsentForm-consent-types ul {
  margin: 10px 0 10px -10px;
  display: flex;
  flex-wrap: wrap;
}

.PiwikPROConsentForm-consent-types ul li {
  padding: 0;
  margin: 0 30px 0 0;
}

.PiwikPROConsentForm-toggle-details {
  color: #107EF1;
}

.PiwikPROConsentForm-consents {
  border: 1px solid #ccc;
  margin: 10px 0;
}

.PiwikPROConsentForm-consent-item {
  padding: 5px;
  display: flex;
  align-items: flex-start;
}

.PiwikPROConsentForm-consent-item-type {
  font-weight: bold;
}

.PiwikPROConsentForm-consent-item-description {

}

.PiwikPROConsentForm-consent-checkbox {
  margin: 5px;
}

.PiwikPROConsentForm-buttons {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px;
}

.PiwikPROConsentForm-buttons button {
  margin: 8px;
  cursor: pointer;
}

.PiwikPROConsentForm-save-button {
  color: #131313;
  border-radius: 2px;
  border: 1px solid #cccccc;
  background-color: #eeeeee;
  padding: 7px;
  font-size: 14px;
  line-height: 17px;
  min-width: 130px;
}

.PiwikPROConsentForm-agree-to-all-button {
  color: #ffffff;
  border-radius: 2px;
  border: 1px solid #0B4BB3;
  background-color: #2775F2;
  padding: 7px;
  font-size: 14px;
  line-height: 17px;
  min-width: 130px;
}

.PiwikPROConsentForm-reject-all-button {
  color: #ffffff;
  border-radius: 2px;
  border: 1px solid #0B4BB3;
  background-color: #2775F2;
  padding: 7px;
  font-size: 14px;
  line-height: 17px;
  min-width: 130px;
}


.app-banner {
  background-image: url('/img/heroes/app-banner-small.webp?v=5YC7NBirWoWQzC4e31ZrkA29FF8');
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  margin-bottom: 20px;
}

.app-banner-buttons {
  padding-top: 80px;
  margin-left: 10px;
  justify-content: flex-start;
  display: flex;
  align-items: center;
}
.app-store-button {
  max-height: 38px;
}

.google-play-button {
  max-height: 55px;
}


@media (min-width: 768px) {
  .app-banner {
    background-image: url('/img/heroes/app-banner.webp?v=a80_xAxS5CPvRCJx9DPREDkiG9o');
    width: 100%;
    height: 290px;
    background-size: contain;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 120px;
    margin-bottom: 20px;
  }
  .app-banner-buttons {
    padding-top: 125px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .app-store-button {
    max-height: 40px;
  }

  .google-play-button {
    max-height: 58px;
  }
}



.truncate {
    max-width:80px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
