﻿/* VARIABLES ===========================================*/
html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: 'open sans'; }

.widget-container {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0; }

.map {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  top: 0;
  left: 0;
  position: absolute !important; }

.searchbox {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000; }
  .searchbox:before {
    content: "\f002";
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-size: 15px;
    position: fixed;
    top: 22px;
    left: 25px;
    z-index: 2; }
  .searchbox input {
    position: fixed;
    top: 10px;
    left: 10px;
    width: 260px;
    border: none;
    height: 40px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px;
    border-radius: 4px;
    padding: 0px 0px 0px 40px;
    margin: 0;
    outline: none;
    z-index: 1; }

.search-input,
.leaflet-control-search {
  max-width: 400px; }

.dialog-fixed {
  position: fixed;
  z-index: 999;
  left: calc(50% - 160px);
  top: calc(50% - 100px); }

.dialog {
  display: none;
  width: 320px;
  background: white;
  border-radius: 4px;
  overflow: hidden; }
  .dialog > p {
    font-size: 0.9em;
    padding: 10px;
    margin: 10px 0 0;
    text-align: center; }
  .dialog .btn {
    display: block;
    border-radius: 4px;
    border: none;
    color: white;
    padding: 10px;
    width: 100%; }

.dialog-header {
  color: white;
  font-size: 1.2em;
  padding: 10px;
  text-align: center; }
  .dialog-header p {
    margin: 0; }

.dialog-footer {
  padding: 10px; }

.brand-logo img {
  display: block;
  margin: 0 auto 5px;
  width: auto;
  height: auto;
  max-width: 75px;
  max-height: 25px; }

#contact-form-container {
  display: none; }

.img-picture {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: center center no-repeat;
  background-size: cover; }

.leaflet-popup-content {
  width: 215px !important; }

.popup {
  display: block;
  background: #fff;
  position: relative;
  transition-duration: 0.3s;
  box-sizing: border-box;
  width: calc(100% + 12px);
  margin: -14px -6px;
  border-radius: 4px;
  padding-bottom: 1px; }
  .popup .blocked-seller-list {
    position: absolute;
    right: 5px;
    top: 5px;
    background: #ED5565;
    color: #fff;
    width: 25px;
    height: 25px;
    text-align: center;
    border-radius: 50%;
    font-size: 9px;
    line-height: 30px; }
  .popup .popup-header {
    display: flex;
    height: 60px;
    width: 100%;
    padding: 10px 13px;
    transition: background 0.3s ease-in-out;
    background: #231c38;
    box-sizing: border-box;
    border-radius: 4px 4px 0 0;
    align-items: center; }
    .popup .popup-header .col-left img {
      width: 30px;
      height: 30px;
      border-radius: 50%; }
    .popup .popup-header .col-right {
      vertical-align: middle;
      flex: 1;
      padding: 0 0 0 10px; }
      .popup .popup-header .col-right p {
        margin: 0;
        line-height: 13px;
        color: #fff;
        text-transform: uppercase;
        overflow: hidden;
        font-weight: bold; }
      .popup .popup-header .col-right span {
        color: #fff; }
    .popup .popup-header .img-picture {
      width: 40px;
      height: 40px;
      border-radius: 50%;
      background-size: cover; }
  .popup .popup-body {
    padding: 10px 10px 0; }
  .popup .next-meeting-label {
    font-style: italic;
    color: #c2c2c2; }
  .popup .next-meeting {
    margin: 5px 0 0 0; }
  .popup .btn {
    margin: 10px;
    display: block;
    background: #4c446e;
    border: none;
    border-radius: 4px;
    padding: 8px;
    color: #fff;
    font-size: 13px;
    cursor: pointer;
    width: calc(100% - 20px);
    outline: none; }

/* =================================================== */
/* =================================================== */
.leaflet-marker {
  font-size: 2em;
  display: block;
  width: 0 !important;
  height: 0 !important;
  margin: -30px -25px !important;
  z-index: 1;
  border-width: 30px 18px 0 18px;
  border-style: solid;
  border-radius: 50%; }

.leaflet-marker::before {
  content: "";
  position: absolute;
  display: block;
  width: 0 !important;
  height: 0 !important;
  position: absolute;
  top: -44px;
  left: -15px;
  z-index: 1;
  border-radius: 50%; }

.leaflet-marker::after {
  content: "";
  position: absolute;
  display: block;
  background: #ccc;
  background: -webkit-radial-gradient(center, ellipse farthest-side, rgba(0, 0, 0, 0.45) 0%, transparent 100%);
  background: -moz-radial-gradient(center, ellipse farthest-side, rgba(0, 0, 0, 0.45) 0%, transparent 100%);
  background: -o-radial-gradient(center, ellipse farthest-side, rgba(0, 0, 0, 0.45) 0%, transparent 100%);
  background: radial-gradient(center, ellipse farthest-side, rgba(0, 0, 0, 0.45) 0%, transparent 100%);
  width: 40px;
  height: 10px;
  top: -5px;
  left: -20px;
  z-index: -2; }

.marker-cluster {
  background: none !important; }
  .marker-cluster > div {
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3); }

.marker-cluster-medium,
.marker-cluster-medium div {
  transform: scale(1.3); }

.marker-cluster-large,
.marker-cluster-large div {
  transform: scale(1.8); }

.leaflet-popup {
  bottom: 20px !important;
  left: -121px !important; }

.leaflet-popup-content {
  margin: 13px 5px; }

.leaflet-container a.leaflet-popup-close-button {
  top: 5px;
  right: 5px;
  z-index: 1; }

/* =================================================== */
/* =================================================== */
.contact-modal {
  display: block;
  height: 100%;
  width: 100%;
  background: #fff;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  transform: scale(0);
  transition: 0.3s all ease;
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll; }

.contact-modal-content {
  padding: 30px 0;
  display: flex;
  min-height: 100%;
  box-sizing: border-box;
  justify-content: center;
  align-items: center;
  height: auto;
  flex-direction: column;
  background: #fff; }

.contact-modal-open {
  transform: scale(1); }

.contact-modal-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 25px;
  transition: 0.3s all ease; }
  .contact-modal-close:hover {
    transform: rotate(90deg); }

.modal-header {
  text-align: center;
  margin-bottom: 30px; }
  .modal-header img {
    border-radius: 50%; }

.img-profile {
  border-radius: 50%;
  height: 120px;
  width: 120px;
  margin-bottom: 5px; }

.small {
  font-size: 12px;
  margin: 0px; }

.name {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: bold;
  margin: 0; }

.hidden {
  display: none; }

.contact-modal-form {
  max-width: 560px;
  text-align: center; }
  .contact-modal-form .label-textarea,
  .contact-modal-form .label-txt {
    width: calc(50% - 50px);
    display: block;
    float: left;
    margin: 0 25px;
    position: relative; }
    .contact-modal-form .label-textarea input,
    .contact-modal-form .label-txt input {
      border: none;
      border-bottom: 1px solid #eee;
      display: block;
      font-size: 14px;
      width: 100%;
      line-height: 40px;
      font-weight: 100;
      margin: 0;
      margin-bottom: 15px;
      outline: none; }
    .contact-modal-form .label-textarea textarea,
    .contact-modal-form .label-txt textarea {
      font-family: 'open sans';
      border: none;
      border-bottom: 1px solid #eee;
      display: block;
      font-size: 14px;
      width: 100%;
      line-height: 20px;
      font-weight: 100;
      margin-bottom: 15px;
      outline: none;
      resize: none;
      padding: 11px 0;
      max-height: 100px;
      overflow: auto !important; }
    .contact-modal-form .label-textarea ul,
    .contact-modal-form .label-txt ul {
      margin: 0;
      padding: 0;
      list-style: none; }
      .contact-modal-form .label-textarea ul li,
      .contact-modal-form .label-txt ul li {
        font-family: 'open sans';
        color: #ED5565;
        font-size: 10px;
        position: absolute;
        top: 42px;
        left: 0;
        right: 0;
        border-top: 1px solid #ED5565;
        text-align: left;
        line-height: 16px; }
    .contact-modal-form .label-textarea ::-webkit-input-placeholder,
    .contact-modal-form .label-txt ::-webkit-input-placeholder {
      font-style: italic; }
    .contact-modal-form .label-textarea :-moz-placeholder,
    .contact-modal-form .label-txt :-moz-placeholder {
      /* Firefox 18- */
      font-style: italic; }
    .contact-modal-form .label-textarea ::-moz-placeholder,
    .contact-modal-form .label-txt ::-moz-placeholder {
      /* Firefox 19+ */
      font-style: italic; }
    .contact-modal-form .label-textarea :-ms-input-placeholder,
    .contact-modal-form .label-txt :-ms-input-placeholder {
      font-style: italic; }
  .contact-modal-form .label-textarea {
    width: calc(100% - 50px); }
  .contact-modal-form .checkbox-radio-list {
    display: block;
    padding: 10px 25px;
    font-size: 14px;
    width: 100%;
    clear: both;
    text-align: left;
    list-style: none; }
  .contact-modal-form .btn {
    border: none;
    padding: 15px 20px;
    color: #fff;
    font-size: 14px;
    font-weight: 100;
    border-radius: 50px;
    margin-top: 30px;
    outline: none;
    cursor: pointer; }

.contact-modal-message {
  text-align: center; }
  .contact-modal-message img {
    margin-bottom: 15px; }
  .contact-modal-message p {
    margin: 5px 0px;
    font-size: 14px; }

#brand-contact .modal-header img {
  max-height: 120px; }
