@media screen and (max-width: 560px) {
  .navbar {
    padding-left: 6px;
    padding-right: 6px;
  }
  .navbar input {
    max-width: 200px;
  }
  .navbar-brand {
    margin-left: 0 !important;
  }
  .m-card-user .m-card-user__pic img {
    max-width: 50px !important;
  }
  .m-dropdown__header {
    padding: 8px 4px !important;
  }
  .m-dropdown__body {
    padding: 8px 8px !important;
  }
  .m-dropdown__body .btn.m-btn--custom {
    padding: 0.75rem 1rem !important;
  }
  #map .centerMarker {
    position: absolute;
    /*url of the marker*/
    background: url(/images/marker.png) no-repeat;
    background-size: contain;
    /*center the marker*/
    top: 50%;
    left: 50%;
    z-index: 1;
    /*fix offset when needed*/
    margin-left: -35px;
    margin-top: -35px;
    /*size of the image*/
    height: 70px;
    width: 70px;
    cursor: pointer;
  }
}
@media screen and (min-width: 700px) {
  .navbar input {
    min-width: 380px;
  }
  #map .centerMarker {
    position: absolute;
    /*url of the marker*/
    background: url(/images/marker.png) no-repeat;
    background-size: contain;
    /*center the marker*/
    top: 50%;
    left: 50%;
    z-index: 1;
    /*fix offset when needed*/
    margin-left: -5%;
    margin-top: -5%;
    /*size of the image*/
    height: 10vw;
    width: 10vw;
    cursor: pointer;
  }
}
.navbar {
  padding-top: 6px;
  padding-bottom: 6px;
  margin-bottom: 0;
  background-color: #f4511e;
  font-size: 12px !important;
  line-height: 1.42857143 !important;
  letter-spacing: 2px;
  border: 0;
  font-family: Montserrat, sans-serif;
  border-radius: 0;
}
.input-group button {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-color: #ced4da;
}
.navbar li a,
.navbar .navbar-brand {
  color: #fff !important;
}

.navbar-nav li a:hover,
.navbar-nav li.active a {
  color: #f4511e !important;
  background-color: #fff !important;
}

#user-menu:hover {
  background-color: #f4511e !important;
}

.navbar-default .navbar-toggler {
  border-color: transparent;
  color: #fff !important;
}
.navbar button.navbar-toggler {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}
html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
}
body {
  font: 400 15px Lato, sans-serif;
  line-height: 1.8;
  color: #818181;
}
.bg-grey {
  background-color: #f6f6f6;
}
#mainwrapper {
  padding-left: 0;
  padding-right: 0;
  height: 100%;
}
footer {
  width: 100%;
  height: 25px;
  position: fixed;
  bottom: 0;
  background-color: #f4511e;
}
#gsearch:focus {
  border-color: #4d90fe;
}
.pac-container {
  font-family: Roboto;
  z-index: 2000;
}
.m-topbar__userpic img {
  max-height: 37px !important;
  margin-right: 8px;
}
.m-nav__item .m-btn {
  color: #f4511e !important;
}
.m-widget4 .m-widget4__item .m-widget4__img.m-widget4__img--logo img {
  width: 4.5rem !important;
}
.full-width {
  width: 100% !important;
}

.point-background {
  background-image: url("/images/point_avar.jpg");
  background-size: cover;
}

/*.gm-style-iw {
   top: 0 !important;
   left: 0 !important;
   bottom: 0 !important;
   width: 100% !important;
   min-height: 105px !important;
   display: block !important;
}*/

.m-dropdown-checkbox {
  margin-left: 10px;
  margin-right: 10px;
}

.btn-dropdown-checkbox {
  font: 400 13.3333px Arial;
  text-align: left;
}

.btn-dropdown-checkbox-height {
  width: 187.33px !important;
}

.button__badge {
  background-color: #fa3e3e;
  border-radius: 2px;
  color: white;

  padding: 1px 3px;
  font-size: 10px;

  position: absolute; /* Position the badge within the relatively positioned button */
  top: 0;
  right: 0;
}

/* .button-badge {
  background-color: #fa3e3e;
  text-decoration: none;
  padding: 1rem 1.5rem;
  position: relative;
  display: inline-block;
  border-radius: .2rem;
  transition: all ease 0.4s;
}

.button-badge:hover {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}

.badge {
  position: absolute;
  top: -10px;
  right: -10px;
  font-size: .8em;
} */

button.badge-top-right:before {
  left: auto;
  right: -7px;
}

/*Image checkbox*/
.nopad {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
/*image gallery*/
.image-checkbox {
  cursor: pointer;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 4px solid transparent;
  margin-bottom: 0;
  outline: 0;
}
.image-checkbox input[type="checkbox"] {
  display: none;
}

.image-checkbox-checked {
  border-color: #4783b0;
}
.image-checkbox .fa {
  position: absolute;
  color: #4a79a3;
  background-color: #fff;
  padding: 10px;
  top: 0;
  right: 0;
}
.image-checkbox-checked .fa {
  display: block !important;
}

#goCenterUI {
  background-color: rgba(170, 218, 255, 0.79);
  border: 2px solid rgba(255, 255, 255, 0);
  border-radius: 3px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  float: left;
  width: 500px;
  margin-bottom: 22px;
  -webkit-margin-before: 50px;
  text-align: center;
}
#goCenterText {
  color: rgba(133, 14, 245, 0.938);
  font-family: Roboto, Arial, sans-serif;
  font-size: 15px;
  line-height: 25px;
  padding-left: 5px;
  padding-right: 5px;
}
#setCenterUI {
  margin-left: 12px;
}

#googlePlayUI {
  border-radius: 3px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  float: left;
  width: 0px;
  display: hidden;
  margin-bottom: 22px;
  text-align: center;
}
#markerInferUI {
  background-image: url("/images/marker_infer.png");
  background-size: contain;
  cursor: pointer;
  float: left;
  width: 50px;
  height: 50px;
  text-align: center;
}

#appStoreUI {
  border-radius: 3px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  float: left;
  margin-top: 50px;
  width: 0px;
  margin-bottom: 22px;
  display: hidden;
  text-align: center;
}

.item-1 {
  animation-name: anim-1;
}

@keyframes anim-1 {
  0%,
  8.3% {
    left: -100%;
    opacity: 0;
  }
  8.3%,
  25% {
    left: 25%;
    opacity: 1;
  }
  33.33%,
  100% {
    left: 110%;
    opacity: 0;
  }
}

/* .item {
  position:relative;
  padding-top:20px;
  display:inline-block;
}
.notify-badge{
  position: absolute;
  right:-20px;
  top:10px;
  background:red;
  text-align: center;
  border-radius: 30px 30px 30px 30px;
  color:white;
  padding:5px 10px;
  font-size:20px;
} */

.border-cal-color {
  border: 2px solid #ff0000 !important;
}
.border-top-1 {
  border-top: 2 !important;
}
.nav-horizontal-header {
  /*-webkit-box-orient: horizontal;*/
  flex-direction: row;
  flex-wrap: wrap;
}

.footer-height {
  height: 50px;
}

.cal-highlight {
  display: flex;
}

div.cal-highlight:hover {
  color: #ff0000;
}

.gm-style-iw {
  width: 350px !important;
  max-width: 350px !important;
  top: 25 !important;
  left: 0 !important;
  border-radius: 2px 2px 0 0;
}

.gm-style-iw-new {
  width: 350px !important;
  max-width: 350px !important;
  padding: 0 !important;
}
.gm-style-iw-d-new {
  overflow: hidden !important;
  width: 350px !important;
  max-width: 350px !important;
}

/*style the annoying little arrow at the bottom*/
.gm-style div div div div div div div div {
  background-color: rgb(237, 109, 0, 0) !important;
}

.iwContent {
  width: 350;
}

html,
body,
#map-canvas {
  height: 100%;
  margin: 0px;
  padding: 0px;
}
.custom-iw .gm-style-iw {
  top: 15px !important;
  left: 27px !important;
  border-radius: 2px;
}

.appStoreBackground {
  background-image: url("/images/appstore.png");
}

.top_up_height {
  height: 485px;
}
/* On screens that are 992px or less, set the background color to blue */
@media screen and (max-width: 376px) and (min-width: 321px) {
  .gm-style-iw-new {
    width: 340px !important;
    max-width: 340px !important;
    padding: 0 !important;
  }
  .gm-style-iw-d-new {
    overflow: hidden !important;
    width: 340px !important;
    max-width: 340px !important;
  }
  .custom-iw .gm-style-iw {
    top: 15px !important;
    left: -35px !important;
    border-radius: 2px;
  }
  .iwCloseBtn {
    top: 5px !important;
    right: 35px !important;
    opacity: 1;
  }

  .iwCloseBtn > img {
    width: 26px !important;
    height: 26px !important;
  }

  #goCenterUI {
    background-color: rgba(170, 218, 255, 0.79);
    border: 2px solid rgba(255, 255, 255, 0);
    border-radius: 3px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    float: left;
    width: 370px;
    margin-bottom: 22px;
    text-align: center;
  }

  #googlePlayUI {
    background-image: url("/images/google_play.png");
    cursor: pointer;
    float: left;
    width: 70px;
    height: 25px;
    text-align: center;
  }

  #appStoreUI {
    background-image: url("/images/appstore.png");
    cursor: pointer;
    float: left;
    width: 70px;
    height: 25px;
    margin: 0px !important;
    text-align: center;
  }

  .top_up_height {
    height: auto;
  }
}

@media screen and (max-width: 320px) {
  .gm-style-iw-new {
    width: 320px !important;
    max-width: 320px !important;
    padding: 0 !important;
  }
  .gm-style-iw-d-new {
    overflow: hidden !important;
    width: 320px !important;
    max-width: 320px !important;
  }
  .custom-iw .gm-style-iw {
    top: 15px !important;
    left: -60px !important;
    border-radius: 2px;
  }
  .custom-iw,
  .custom-iw > div:first-child > div:last-child {
    width: 300px !important;
  }

  .iwCloseBtn {
    top: 5px !important;
    right: 70px !important;
    opacity: 1;
  }

  .iwCloseBtn > img {
    width: 26px !important;
    height: 26px !important;
  }

  #goCenterUI {
    background-color: rgba(170, 218, 255, 0.79);
    border: 2px solid rgba(255, 255, 255, 0);
    border-radius: 3px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    float: left;
    width: 315px;
    margin-bottom: 22px;
    text-align: center;
  }

  #googlePlayUI {
    background-image: url("/images/google_play.png");
    cursor: pointer;
    float: left;
    width: 70px;
    height: 25px;
    text-align: center;
  }

  #appStoreUI {
    background-image: url("/images/appstore.png");
    cursor: pointer;
    float: left;
    width: 70px;
    height: 25px;
    margin: 0px !important;
    text-align: center;
  }

  .top_up_height {
    height: auto;
  }
}

@media screen and (max-width: 415px) and (min-width: 376px) {
  .gm-style-iw-new {
    width: 350px !important;
    max-width: 350px !important;
    padding: 0 !important;
  }
  .gm-style-iw-d-new {
    overflow: hidden !important;
    width: 350px !important;
    max-width: 350px !important;
  }
  .custom-iw .gm-style-iw {
    top: 15px !important;
    left: -17px !important;
    border-radius: 2px;
  }
  .iwCloseBtn {
    top: 6px !important;
    right: 18px !important;
    opacity: 1;
  }

  .iwCloseBtn > img {
    width: 26px !important;
    height: 26px !important;
  }

  #goCenterUI {
    background-color: rgba(170, 218, 255, 0.79);
    border: 2px solid rgba(255, 255, 255, 0);
    border-radius: 3px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    float: left;
    width: 410px;
    margin-bottom: 22px;
    text-align: center;
  }

  #googlePlayUI {
    background-image: url("/images/google_play.png");
    background-size: cover;
    cursor: pointer;
    float: left;
    width: 70px;
    height: 25px;
    text-align: center;
  }

  #appStoreUI {
    background-image: url("/images/appstore.png");
    cursor: pointer;
    float: left;
    width: 70px;
    height: 25px;
    margin: 0px !important;
    text-align: center;
  }

  .top_up_height {
    height: auto;
  }
}

.custom-iw > div:first-child > div:nth-child(2) {
  display: none;
}
.custom-iw .gm-style-iw,
.custom-iw .gm-style-iw > div,
.custom-iw .gm-style-iw > div > div {
  width: 100% !important;
  max-width: 100% !important;
}
/** set here the width **/
.custom-iw,
.custom-iw > div:first-child > div:last-child {
  width: 342px !important;
}
.custom-iw > div:first-child > div:last-child {
  left: 0 !important;
  top: 0px;
  box-shadow: rgba(0, 0, 0, 0.6) 0px 1px 6px;
  z-index: -1 !important;
}
/** set here the desired background-color **/
#div-main-infoWindow,
.custom-iw > div:first-child > div:nth-child(n-1) > div > div,
.custom-iw > div > div:last-child,
.custom-iw .gm-style-iw,
.custom-iw .gm-style-iw > div,
.custom-iw .gm-style-iw > div > div {
  background-color: #ed6d00 !important;
}
/** close-button **/
.custom-iw > div:last-child {
  top: 1px !important;
  right: 0 !important;
}
/** padding of the content **/
#div-main-infoWindow {
  padding: 6px;
}

@media screen and (min-width: 415px) {
  .gm-style-iw-new {
    width: 350px !important;
    max-width: 350px !important;
    padding: 0 !important;
  }
  .gm-style-iw-d-new {
    overflow: hidden !important;
    max-width: 350px !important;
  }
  .iwCloseBtn {
    top: 5px !important;
    right: -25px !important;
  }
  .iwCloseBtn > img {
    width: 26px !important;
    height: 26px !important;
  }
}

.importantleft {
  left: 160px !important;
}

.map_heigth {
  height: 250px !important;
}

.topup-text-size {
  font-size: 1rem !important;
  font-style: italic !important;
  font: 400 15px Lato, sans-serif !important;
}

.topup-select {
  margin-top: 7px !important;
}

.padding-porlet-header {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.m-portlet.m-portlet--accent.m-portlet--head-solid-bg
  .m-portlet__head-tools
  .m-tabs-line
  .m-tabs__link.active.custom-active {
  background: #f4516c !important;
}

@-moz-document url-prefix() {
  .margin-padding-map {
    margin-top: 50px;
    padding-bottom: 25px;
  }
}
.m-page--fluid .m-header {
  background-color: #f4511e !important;
}
.m-header {
  /* padding-top: 12px;
  padding-bottom: 12px; */
  margin-bottom: 0;
  background-color: #f4511e !important;
  font-size: 12px !important;
  line-height: 1.42857143 !important;
  letter-spacing: 2px;
  border: 0;
  font-family: Montserrat, sans-serif !important;
  border-radius: 0;
}
.m-brand {
  width: 160px !important;
}

.m-header-menu.m-header-menu--skin-light
  .m-menu__nav
  > .m-menu__item
  > .m-menu__link
  .m-menu__link-text:hover {
  font-size: 12px !important;
  color: #f4511e !important;
  background-color: #fff !important;
}

.m-header-menu.m-header-menu--skin-light
  .m-menu__nav
  > .m-menu__item
  > .m-menu__link
  .m-menu__link-text {
  font-size: 12px !important;
  color: #fff !important;
}

.m-header-menu .m-menu__nav > .m-menu__item {
  padding: 15px 5px !important;
}

.m-topbar
  .m-topbar__nav.m-nav
  > .m-nav__item
  > .m-nav__link
  .m-nav__link-icon
  > i:before {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(25%, #f4f5f8),
    color-stop(50%, #f4f5f8),
    color-stop(75%, #f4f5f8),
    to(#f4f5f8)
  ) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
.m-topbar {
  background-color: #f4511e !important;
}

.page-margin-top {
  margin-top: 50px;
}

.image_width_height {
  height: 100%;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

#map .ycenterMarker {
  position: absolute;
  /*url of the marker*/
  background: url(/images/marker.png) no-repeat;
  background-size: contain;
  /*center the marker*/
  top: 50%;
  left: 50%;
  z-index: 1;
  /*fix offset when needed*/
  margin-left: -20%;
  margin-top: -20%;
  /*size of the image*/
  height: 40vw;
  width: 40vw;
  cursor: pointer;
}
