/* MAP PROPERTIES */

/* body {
  background-color: rgba(225, 231, 252, 1);
  margin: 0px;
  font-family: 'Open Sans', sans-serif;
  letter-spacing: -0.1px;
  word-spacing: -0.3px;
  line-height: 1.47;
  overflow: hidden;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-feature-settings: 'liga', 'kern';
  direction: ltr;
  color: #323232;
} */

.popup_container {
  height: auto;
  position: fixed;
  width: 100%;
  z-index: 1000;
  left: 0;
  top: 0;
  padding: 50px;
  bottom: 0;
  overflow-y: scroll;
  z-index: 5000;
  box-sizing: border-box;
}

.popup {
  background: white;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
  border-radius: 1px;
  border-top-right-radius: 10px;
  margin: 0 auto;
  max-width: 1152px;
}

.popup_content {
  padding: 50px;
  text-align: left;
}

.popup_close_button {
  width: 45px;
  height: 45px;
  line-height: 45px;
  margin-top: -5px;
  margin-right: -5px;
  font-size: 18px;
  font-weight: 600;
  float: right;
  text-align: center;
  cursor: pointer;
  color: #ffffff;
  border-radius: 50px;
  background: #d25065;
  box-shadow: 0 0 5px #00000033;
  transition: background 0.3s;
}

.popup_close_button:hover {
  background: #ff2e5e;
  transition: background 0.3s;
}

.popup_overlay {
  position: fixed;
  background: #748bc5 !important;
  opacity: 0.8;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5000;
}

.c2c_popup {
  background: #1f202b;
  border-radius: 2px;
  border-top-right-radius: 5px;
  min-height: 100px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.45);
}

.popup_container_small {
  width: 320px !important;
  padding: 20px !important;
  top: 50% !important;
  left: 50% !important;
  margin-top: -160px !important;
  margin-left: -160px !important;
}

.popup_container_small .c2c_popup {
  height: 320px !important;
  box-shadow: 0 15px 35px rgba(50,50,93,.2), 0 5px 15px rgba(0,0,0,.17);
  border-radius: 2px;
  border-top-right-radius: 5px;
}

.popup_container_small .popup_content_c2c {
  padding: 30px;
}

.noscroll {
  overflow: hidden;
}

.leaflet-control-attribution {
  display: none;
}

.intro-screen {
  left: 50%;
  top: 50%;
  margin-left: -300px;
  margin-top: -200px;
  width: 600px;
  height: 500px;
  border-radius: 20px;
  line-height: 1.4;
  font-size: 14px;
  position: absolute;
  background: #EBECFF;
  z-index: 1000;
  text-align: center;
}

.intro-background {
  position: absolute;
  left: 0;
  right: 0;
  top: 100px;
  bottom: 0;
  background: rgba(6, 9, 31, 0.83);
  z-index: 999;
}

.intro-center {
  color: #3E3E3E;
  font-size: 14px;
  font-weight: 400;
}

.intro-ds-title {
  margin-top: 30px;
  margin-bottom: 10px;
  color: #6964AB;
  font-size: 40px;
  font-weight: 100;
}

.intro-bottom {
  border-bottom: 1px solid #AAB8DA;
  margin: 20px;
  color: rgb(65, 86, 161);
  font-size: 16px;
  font-weight: 300;
  padding: 10px;
  line-height: 2;
}

.intro-screen a {
  color: #3168E6;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
}

.intro-close {
  color: #272727;
  line-height: 1.5;
  padding: 5px;
  text-align: center;
  font-size: 20px;
  font-weight: 300;
  width: 200px;
  border-radius: 20px;
  border: 1px solid grey;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 20px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.intro-close:hover {
  color: #5879D4;
  border: 1px solid #5879D4;
}

#loading-screen {
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  color: white;
  z-index: 999;
  color: #4c5088;
  font-weight: 100;
  font-size: 60px;
  display: block;
  padding: 100px 30px 30px 30px;
  height: 750px;
}

.loading-message {
  position: relative;
  top: 50%;
  margin-top: -50px;
  /* font-weight: 600 !important; */
}

.font-big {
  font-size: 50px;
  line-height: 2;
}

.font-small {
  font-size: 20px;
}

#map {
  position: static;
  width: 100%;
  height: 750px;
  background: rgb(117, 178, 243);
  overflow: hidden;
  box-shadow: 00 -8px 23px -10px rgba(0, 0, 0, 0.56) inset !important;
}

.leaflet-tile-pane {
  opacity: 0.5;
}

.left-panel {
  position: static;
  width: 250px;
  height: 100%;
  background: rgba(0, 0, 0, 0.95);
  border-right: 1px solid rgba(255, 255, 255, 0.11);
  box-shadow: 0 0 40px rgba(27, 110, 197, 0.2) inset;
}

.menu {
  box-sizing: border-box;
  text-align: center;
  background-image: linear-gradient(to top, transparent, #64eacbc9);
  left: 0;
  right: 0;
  top: 65px;
  height: 120px;
  position: absolute;
  /* background: rgb(245, 245, 255); */
  z-index: 1000;
  /* box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.19); */
  transition: right 0.5s;
  transition-timing-function: ease-in-out;
}

.menu-openFocus {
  right: 500px !important;
  transition: right 0.5s;
}

.menu-left {
  width: 150px;
  height: 60px;
  float: left;
}

.menu-right {
  width: 150px;
  height: 60px;
  float: right;
}

.menu-middle {
  width: auto;
  height: 60px;
  display: inline-block;
}

.image-align-helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.search-input-box {
  border: none;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.03), 0 3px 1px -2px rgba(0, 0, 0, 0), 0 1px 5px 0 rgba(31, 43, 72, 0.27);
  /* box-shadow: 0px 0px 7px rgba(90, 90, 90, 0.11) inset !important; */
  border-radius: 1px !important;
  color: #344a73;
  font-size: 16px;
  height: 48px !important;
  margin-left: 0 !important;
  margin-bottom: 20px;
  margin-top: 22px;
  width: 620px !important;
  padding: 3px !important;
  outline: none;
  text-indent: 15px !important;
  background: rgb(255, 255, 255) !important;
  transition: color 0.3s;
}

.unitHighlight {
  color: #2266b1;
  transition: color 0.3s;
}

.propBasicsContainer {
  display: none;
  box-sizing: border-box;
  text-align: center;
  padding: 8px 15px 8px 15px;
  width: auto;
  height: 35px;
  position: absolute;
  background: rgba(234, 238, 255, 0.93);
  z-index: 2000;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  transition: top 0.5s, left 0.5s, opacity 0.5s;
  transition-timing-function: ease-in-out;
  -webkit-transition: top 0.5s, left 0.5s, opacity 0.2s;
  -moz-transition: top 0.5s, left 0.5s, opacity 0.2s;
  pointer-events: none;
}

.propBasicsTitle {
  height: 50px;
  color: #a3a3a3;
}

.propInfoContainer {
  display: none;
  overflow: auto;
  border-radius: 9px;
  box-sizing: border-box;
  text-align: left;
  padding: 30px;
  /* width: 90%; */
  right: 20px;
  bottom: 20px;
  top: 20px;
  left: 20px;
  height: 90%;
  position: absolute;
  background: rgb(18, 21, 31);
  z-index: 2001;
  box-shadow: 0px -2px 8px rgba(0, 0, 0, 0.72);
  /* border-radius: 5px; */
  transition: top 0.5s, left 0.5s, right 0.5s;
  transition-timing-function: ease-in-out;
}

.photo-holder {
  padding-top: 60px;
  padding-bottom: 60px;
}

.uploadInfoContainer {
  text-align: center;
}

.uploadInfoContainer img {
  /* display: block; */
  float: right;
  width: 70vw;
  /* padding-right: 50px; */
  height: auto;
  max-width: 100%;
  /* max-height: 75vh; */
  border-right: 1px solid rgb(37, 38, 78);
}

.description-container {
  box-sizing: border-box;
  width: 30vw;
  padding: 30px;
  background: #15161f;
}

.photo-popup-title {
  font-size: 18px;
  color: white;
  font-weight: 600;
  padding-bottom: 10px;
  padding-top: 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #22222f;
}

.content-button-purple-fill {
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,0);
  box-shadow: 0 0 5px #00075d33;
  width: 150px;
  padding: 13px;
  margin: 20px;
  cursor: pointer;
  width: 150px;
  transition: border 1s;
  box-sizing: border-box;
  background: #6b7fd2;
  color: #fff;
  transition: background .3s,transform .1s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  transform-style: preserve-3d;
}

.image_preview_container {
  margin-top: 50px;
  margin-left: -40px;
  margin-right: -40px;
  padding: 50px 20px 20px 20px;
  /* max-width: 580px; */
  background: #ffffff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.featured-image-select {
border: 8px solid #00ffb8;
box-shadow: 0 0 20px #19cc79;
}

.upload_photo_container {
  position: relative;
  height: 200px;
  width: 200px;
  margin: 0 auto;
  border-radius: 10px;
  color: #fff;
  background: #00b3d0;
  transform: scale(1);
  transition: transform 0.3s;
  /* border-radius: 15px; */
  /* border: 5px solid #848b9d; */
  box-shadow: 0 5px 20px rgba(33, 45, 60, 0.24);
  cursor: pointer;
}

.upload_photo_container:hover {
  transform: scale(1.03);
  transition: transform 0.3s;
  cursor: pointer;
}

.image_preview {
  margin-top: 30px;
}

.upload_photo_progress {
  display: none;
  margin-top: 30px;
  width: 100%;
  font-size: 20px;
  text-align: center;
  font-weight: 600;
}

.upload_photo_image img {
  /* height: 100%; */
  /* width: 100%; */
  display: block;
  max-width: 400px;
  max-height: 262px;
  width: auto;
  height: auto;
  /* vertical-align: middle; */
  margin: 0 auto;
}

.upload_photo img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.upload_photo {
  width: 100%;
  height: 100%;
}
.upload-container .upload_photo_icon {
  width: 300px;
    height: 50px;
    background-color: white;
    background-position: 20px;
    padding-left: 20px;
    line-height: 22px;
}

.upload_photo_icon {
  background: url(../images/icons/upload_icon.svg);
  background-size: 32px;
  background-repeat: no-repeat;
  background-position: 15px;
  padding: 14px;
  /* line-height: 50px; */
  padding-left: 40px;
  padding-right: 10px;
  background-color: #3be4c1;
  color: #333;
  font-size: 14px;
  font-weight: 600;
  height: 50px;
  width: 235px;
  transition: background-color 0.3s;
}

.upload_photo_icon:hover {
  background-color: white;
  transition: background-color 0.3s;
}

.upload_photo .upload_photo_icon {
  background: url(../images/icons/upload_icon.svg);
  background-size: 32px;
  background-repeat: no-repeat;
  background-position: 5px;
  padding: 12px;
  padding-left: 50px;
  padding-right: 25px;
  background-color: #3be4c1;
  color: #333;
  font-size: 14px;
  font-weight: 600;
  height: 100px;
  transition: background-color 0.3s;
}

.upload_photo .upload_photo_icon:hover {
  background-color: #a6f9ea;
  transition: background-color 0.3s;
}


.photo-title.upload_photo_icon {
  background-color: transparent;
  background: url(../images/icons/upload_icon_white.svg);
  background-size: 100px;
  background-position: center;
  background-repeat: no-repeat;
}

.upload_photo_image {
  height: 100%;
  width: 100%;
  background: url(../images/icons/image_add_icon_white.svg);
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: center 20px;
  border-radius: 10px;
}

.upload_photo_image_published {
  background: transparent !important;
}

.mobile-lock-thumb {
  display: none;
  }

.propInfoContainer.lockParam {
  width: 100%;
  box-shadow: none;
  background: rgb(255, 255, 255);
  padding-left: 100px;
  z-index: 50;
  height: auto;
}

.city-button-population {
  background: #7857c7 !important;
}

.city-button-population .button-icon  {
  background: url(../images/icons/people_white.svg);
  background-size: 100%;
}

.city-button-tourism {
  background: #6152dc !important;
}

.city-button-tourism .button-icon  {
  background: url(../images/icons/tourism_white.png);
  background-size: 100%;
}

.city-button-companies {
  background: #5075df !important;
}

.city-button-companies .button-icon  {
  background: url(../images/icons/companies_white.svg);
}

.city-button-business {
  background: #22b2c8 !important;
}

.city-button-business .button-icon  {
  background: url(../images/icons/business_white.svg);
  background-size: 100%;
}

.city-button-budget {
  background: #13b98f !important;
}

.city-button-budget .button-icon  {
  background: url(../images/icons/budget_white.svg);
  background-size: 100%;
}

.city-button-budget-little {
  background: #d43f65 !important;
}

.city-button-budget-little .button-icon  {
  background: url(../images/icons/budget_little_white.svg);
  background-size: 100%;
}

.propInfoContainer.lockParam .city-plans {
  padding: 50px;
}

.propInfoContainer.lockParam .thumbnail-container {
  border-radius: 2px;
  position: relative;
  border-top: none;
  border-bottom: none;
  margin-left: -30px;
  margin-right: -30px;
  height: 220px;
  overflow: hidden;
  background: none;
  width: 500px;
  margin: 0 auto;
  box-shadow: 0 6px 8px rgba(102,119,136,.2), 0 1px 2px rgba(102,119,136,.7) !important;
}

.propInfoContainer.lockParam .propTitle {
  display:none;
}

.ui-front {
  z-index: 1500 !important;
}

.propInfoContainer.lockParam .content-button-blue-no-border {
  width: 280px !important;
  height: 100px;
  display: inline-block;
  line-height: 100px;
  background: #6667b3;
  color: white;
  font-weight: 600;
  width: 150px;
  font-size: 16px;
  margin-bottom: 10px;
  margin-right: 15px;
  border-radius: 5px;
  transition: transform 0.3s, box-shadow 0.3s;
  box-shadow: 0 6px 8px rgba(102,119,136,.03), 0 1px 2px rgba(102,119,136,.3) !important;
}

.propInfoContainer.lockParam .content-button-blue-no-border:hover {
  transition: transform 0.3s, box-shadow 0.3s;
  color: white;
  transform: translateY(2px);
  box-shadow: 0 7px 14px rgba(50,50,93,.1), 0 3px 6px rgba(0,0,0,.08) !important;
}

.propInfoContainer.lockParam .cityTitle {
  border-bottom: 1px solid #9da4bb;
  font-size: 50px;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  color: #313647;
  text-align: left;
}

.cityTitleColumn {
  font-size: 15px;
  color: #7b8195;
  font-weight: 400;
  border-bottom: none;
  margin: 0;
}

.propInfoContainer.lockParam .city-stats-boxes {
  width: 280px;
  height: 50px;
  line-height: 50px;
  color: black;
  font-weight: 500;
  width: 300px;
  box-shadow: 0 6px 8px rgba(102,119,136,.1), 0 1px 2px rgba(102,119,136,.3) !important;
  border-radius: 5px;
}
.propInfoContainer.lockParam .propLink .participant-date-column {
  color: #7b8194;
  margin-bottom: 0;
}
.propInfoContainer.lockParam .propLink .participant-date {
color: #24b6da;
}

.propInfoContainer.lockParam .arrows {
  /* color: #8884b8; */
  color: #dfdfee;
  font-size: 13px;
  margin-left: 5px;
}


.propInfoContainer.lockParam .button-icon {
  margin-top: 25px;
  margin-left: 20px;
  margin-right: 15px;
  width: 50px;
  height: 50px;
}

.user-cp-container .button-icon {
  margin-top: 25px;
  margin-left: 20px;
  margin-right: 15px;
  width: 50px;
  height: 50px;
}

.user-cp-container .arrows {
  /* color: #8884b8; */
  color: #dfdfee;
  font-size: 13px;
  margin-left: 5px;
}


.user-cp-container .c2c-open-popup {
  display: inline-block;
}

.user-cp-container .content-button-blue-no-border {
  width: 280px !important;
  height: 100px;
  display: inline-block;
  line-height: 100px;
  background: #6667b3;
  color: white;
  font-weight: 600;
  width: 150px;
  font-size: 16px;
  margin-bottom: 10px;
  margin-right: 15px;
  border-radius: 5px;
  transition: transform 0.3s, box-shadow 0.3s;
  box-shadow: 0 6px 8px rgba(102,119,136,.03), 0 1px 2px rgba(102,119,136,.3) !important;
}

.ui-widget.ui-widget-content {
  border: none !important;
}

.ui-menu .ui-state-active {
  margin: 0 !important;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover{
  margin: 0 !important;
  border:none !important;
  color: #4594ff !important;
  background: white !important;
  border-bottom: 1px solid #e8ebef !important;
}

.ui-menu-item {
  overflow: auto;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.19);
  border-top: none;
  background: #f7f8ff;
  box-sizing: border-box;
}

.ui-menu-item-wrapper {
  padding: 10px 20px 10px 20px !important;
  border-bottom: 1px solid #e8ebef !important;
  background: #f3f1ff !important;
  transition: background 0.3s, color 0.3s !important;
}

.ui-menu-item-wrapper:hover {
  background: white !important;
  color: #4594ff !important;
  cursor: pointer !important;
  transition: background 0.1s, color 0.3s !important;
  border: none !important;
  border-bottom: 1px solid #e8ebef !important;
}

.autocomplete-selected {
  background: white;
  color: #4594ff;
  transition: background 0.1s, color 0.3s;
  cursor: pointer;
}

.autocomplete-suggestion:last-child {
  border-bottom: none;
}

.autocomplete-suggestions strong {
  font-weight: normal;
  color: #3399FF;
}

.swipeShow {
  display: block;
}

.propCloseButton {
  position: relative;
  vertical-align: middle;
  float: right;
  right: 0;
  top: 20px;
  margin-top: -25px;
  /* left: 50px; */
  width: 33px;
  height: 33px;
  /* background: blue; */
  cursor: pointer;
  opacity: 0.75;
  transition: opacity 0.5s;
}

.propCloseButton:hover {
  opacity: 1;
  transition: opacity 0.5s;
}

.propCloseButton:before {
  content: '';
  height: 33px;
  border-left: 1px solid #fff;
  position: absolute;
  transform: rotate(-45deg);
  left: 18px;
}

.propCloseButton:after {
  content: '';
  height: 33px;
  border-left: 1px solid #fff;
  position: absolute;
  transform: rotate(45deg);
  left: 18px;
}

.propTitle {
  vertical-align: middle;
  width: 395px;
  display: inline-block;
  height: 50px;
  font-size: 26px;
  margin-top: -10px;
  margin-bottom: 10px;
  font-weight: 600;
  color: #e0e7ff;
}

.propLink {
  color: rgb(114, 200, 146);
  font-size: 14px;
}

.button-icon {
  margin-top: 5px;
  margin-left: 10px;
  margin-right: 10px;
  width: 28px;
  height: 28px;
  padding: 10px;
  background: url(../images/icons/overview_icon.png);
  background-size: 31px;
  background-position: center;
  float: left;
  background-repeat: no-repeat;
}


.arrows {
  /* color: #8884b8; */
  color: #ffffffab;
  font-size: 13px;
  float: right;
  margin-right: 15px;
}

.thumbnail-container {
  position: relative;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  margin-left: -30px;
  margin-right: -30px;
  height: 220px;
  overflow: hidden;
  background: #181c29;
}

.thumbnail-container img {
  width: 500px;
  margin-top: -27px;
}

.loader_img {
  background: #1f1e2e;
  width: 500px;
  height: 220px;
}

.image-container {
  position: absolute;
  top: 0;
}

.loader_text {
  color: #459b79;
  text-align: center;
  line-height: 220px;
}

.ds-logo-mob {
  display: none;
}

.info-mob {
  display: none;
}

.content-button-blue-no-border {
  color: #ffffff;
  width: 150px;
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
  cursor: pointer;
  transition: color 1s;
  box-sizing: border-box;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 10px;
  opacity: 0.9;
  transition: transform 0.3s, box-shadow 0.3s;
}

.content-button-blue-no-border:hover {
  transform: translatex(5px);
  color: white;
  transition: transform 0.3s, box-shadow 0.3s;
  box-shadow: 0 7px 14px rgba(50,50,93,.1), 0 3px 6px rgba(0,0,0,.08) !important;
}


a {
  color: inherit;
  text-decoration: none;
}

.popupBubble {
  display: none;
  width: 170px;
  height: 120px;
  background: #4f5874;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.09);
  position: absolute;
  top: 50%;
  margin-left: 50px;
  margin-top: -100px;
  left: 50%;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  padding: 20px;
  color: #e2e2ed;
  z-index: 1000;
  font-size: 14px;
  text-align: center;
}

.popupBubble:before {
  content: "";
  position: absolute;
  right: 100%;
  top: 50%;
  margin-top: -25px;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-right: 15px solid #4f5874;
  border-bottom: 20px solid transparent;
}

.bubbleClose {
  width: 90px;
  height: 23px;
  line-height: 23px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: white;
  font-weight: 600;
  font-size: 13px;
  background: rgba(0, 204, 171, 0.65);
  border-radius: 5px;
  margin: 30px auto 10px auto;
  text-align: center;
  cursor: pointer;
  transition: background 1s;
}

.bubbleClose:hover {
  background: rgba(0, 148, 204, 0.65);
  transition: background 1s;
}

.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
  background: #12151f !important;
  color: #999 !important;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid rgb(64, 137, 109);
  margin: 3em -0px 1em -0px;
  padding: 0;
}

.mapTitle {
  color: #1B1A33;
  font-size: 20px;
  font-weight: 300;
}

.drop {
  box-sizing: border-box;
  display: none;
  position: relative;
  line-height: 70px;
  width: 125px;
  top: -2px;
  left: -1px;
  z-index: 5000;
  background: rgba(188, 186, 255, 0.98);
  border: 1px solid rgba(255, 255, 255, 0.29);
}

.drop-button {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  transition: none;
}

.drop-button:last-child {
  border-bottom: none;
}

.drop-button:hover {
  background: rgba(14, 60, 207, 0.1);
  transition: none;
}

.b-maintitle {
  line-height: 35px;
  height: 35px;
}

.b-selected {
  height: 30px;
  line-height: 30px;
}

.b-drop {
  background: url("../images/drop_icon.png");
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: center;
  height: 35px;
}

.button-map {
  text-align: center;
  border-radius: -1px;
  color: #3A4051;
  font-size: 14px;
  width: 124px;
  height: 100px;
  float: left;
  line-height: 100px;
  cursor: pointer;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
  /* border-radius: 10px; */
  box-sizing: border-box;
  transition: background 0.3s;
}


/*.button-map:hover .drop {
  display:block;
}*/

.button-ranking {
  text-align: center;
  border-radius: -1px;
  color: #3A4051;
  font-size: 14px;
  width: 125px;
  height: 100px;
  float: left;
  line-height: 100px;
  cursor: pointer;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
  border-right: 1px solid rgba(0, 0, 0, 0.12);
  /* border-radius: 10px; */
  box-sizing: border-box;
  transition: background 0.3s;
}


/*.button-ranking:hover .drop {
  display:block;
}*/

.button-ranking:hover,
.button-map:hover {
  background: rgba(14, 60, 207, 0.1);
  transition: none;
}

.button-on {
  background: rgba(14, 60, 207, 0.1);
  transition: none;
}

.icon {
  width: 30px;
  height: 30px;
  float: left;
  cursor: pointer;
  margin-left: 22px;
  margin-top: 20px;
  background-repeat: no-repeat;
  background-position: center;
  box-sizing: border-box;
}

.facebook {
  background: url("../images/social_icon_facebook.svg");
  background-size: 30px;
}

.icon:hover {
  background-color: rgba(128, 64, 255, 0.2);
  border-radius: 20px;
  transition: background-color 0.3s linear;
}

.twitter {
  background: url("../images/social_icon_twitter.svg");
  background-size: 30px;
}

.twitter:hover {
  background-color: rgba(128, 64, 255, 0.2);
  border-radius: 20px;
  transition: background-color 0.3s linear;
}

.ds-logo {
  float: left;
  width: 45px;
  height: 60px;
  margin-left: 15px;
  background: url(../images/ds_logo.png);
  background-size: 175px;
  background-repeat: no-repeat;
  opacity: 0.9;
  background-position: 0 0;
}
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #6d7dad;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #6d7dad;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #6d7dad;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #6d7dad;
}

.user-box {
  color: #333;
  font-size: 14px;
  height: 70px;
  line-height: 70px;
  transition: color 0.4s;
}

.user-box:hover {
  cursor: pointer;
  color: #2a8fff;
  transition: color 0.4s;
}

.ds-logo:hover {
  cursor: pointer;
  background-position: 0px -70px;
}

.info {
  font-family: 'Roboto', sans-serif;
  opacity: 0;
  line-height: 1.6;
  font-weight: 300;
  border-radius: 5px;
  text-align: center;
}

.info h4 {
  pointer-events: none;
  font-size: 16px;
  margin: 0 0 5px;
  color: #232547;
}

.flowbox {
  left: 0px;
  top: 0px;
  font-size: 14px;
  color: #333;
  padding: 15px;
  position: relative;
  pointer-events: none;
  border: 1px solid rgba(255, 255, 255, 0.11);
  background: rgba(234, 236, 255, 0.95);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -moz-transition: left 0.6s ease-out, top 0.6s ease-out, opacity 0.6s ease-out;
  -webkit-transition: left 0.6s ease-out, top 0.6s ease-out, opacity 0.6s ease-out;
  -moz-transition: left 0.6s ease-out, top 0.6s ease-out, opacity 0.6s ease-out;
  -o-transition: left 0.6s ease-out, top 0.6s ease-out, opacity 0.6s ease-out;
  transition: left 0.6s ease-out, top 0.6s ease-out, opacity 0.6s ease-out;
}

.ranking-container {
  position: fixed;
  left: 0px;
  bottom: 0px;
  top: 100px;
  width: 100%;
  /* height: 100%; */
  background: rgb(226, 228, 255);
  z-index: 100;
  padding: 50px;
  overflow: auto;
  /* hack for smooth scrolling on iOS devices */
  -webkit-overflow-scrolling: touch;
  box-sizing: border-box;
  /* padding-left: 300px; */
  font-size: 14px;
  /* padding-top: 180px; */
  display: none;
  text-align: center;
}

.ranking-table {
  border-spacing: 0;
  font-family: Roboto;
  font-size: 13px;
  line-height: 2;
  color: #303030;
  text-align: right;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25) inset;
  margin: 0 auto;
}

.ranking-table tr:first-child td {
  background: black;
  color: #959595;
}

.ranking-table tr:first-child td {
  border-right: 1px solid #363636;
}

.ranking-table td {
  background: rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  padding: 5px;
  padding-right: 50px;
  text-align: right;
  padding-left: 20px;
  padding-right: 20px;
}

.ranking-table td:last-child {
  background: rgba(158, 238, 163, 0.58);
}

.ranking-table td:first-child {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.ranking-table td:first-child {
  text-align: right;
  padding-left: 20px;
  background: rgba(61, 43, 226, 0.16);
}

.ranking-table td:nth-child(2) {
  text-align: left;
  padding-left: 20px;
  padding-right: 50px;
}

.ranking-table td:nth-child(3) {
  text-align: right;
  padding-left: 20px;
  padding-right: 20px;
}

#search {
  padding: 5px;
  width: 200px;
  height: 35px;
  /* margin: 0 auto; */
  margin-bottom: 30px;
  color: #222261;
  font-size: 15px;
  font-weight: 300;
  border: 1px solid rgba(0, 0, 0, 0.14);
}

.legend-container {
  float: left;
  padding: 25px;
  font-weight: 400;
  width: 100%;
  background: rgb(49, 54, 71);
  pointer-events: none;
  box-sizing: border-box;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.29);
}

.inline-block.legend-text {
  color: white;
}

.legend-box {
  /* margin: 5px; */
  width: 14px;
  height: 14px;
  border-radius: 2px;
  margin-right: 10px;
  margin-bottom: -1px;
}

.legend {
  display: table;
  height: 100px;
  top: 200;
  right: 0;
  text-align: left;
  color: #949494;
  font-size: 16px;
  opacity: 1;
  z-index: 10;
  margin-top: 20px;
  transition: top 0.5s, left 0.5s, right 0.5s;
  transition-timing-function: ease-in-out;
}

.legend-title {
  text-align: center;
  padding: 25px;
  color: #BFC0D2;
  font-size: 13px;
  line-height: 1.5;
  padding-bottom: 20px;
  padding-top: 30px;
  border-bottom: 1px solid #1192BD;
}

.legend-list-container {
  display: table-row;
}

.legend-label {
  float: left;
  line-height: 30px;
}

.legend-list {
  width: 60px;
  height: 30px;
  margin-right: 20px;
  opacity: 0.9;
  border-radius: 2px;
  float: left;
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.71) inset;
}

.mapbox-logo {
  display: none;
}


/* required styles */

.leaflet-map-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-pane,
.leaflet-tile-container,
.leaflet-overlay-pane,
.leaflet-shadow-pane,
.leaflet-marker-pane,
.leaflet-popup-pane,
.leaflet-overlay-pane svg,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
  position: absolute;
  left: 0;
  top: 0;
}

.leaflet-container {
  overflow: hidden;
  -ms-touch-action: auto;
  touch-action: auto;
}
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
}

.leaflet-marker-icon,
.leaflet-marker-shadow {
  display: block;
}


/* map is broken in FF if you have max-width: 100% on tiles */

.leaflet-container img {
  max-width: none !important;
}


/* stupid Android 2 doesn't understand "max-width: none" properly */

.leaflet-container img.leaflet-image-layer {
  max-width: 15000px !important;
}

.hello {
  background-color: blue;
  fill-opacity: 0;
}

.leaflet-tile {
  filter: inherit;
  visibility: hidden;
}

.leaflet-tile-loaded {
  visibility: inherit;
}

.leaflet-zoom-box {
  display: none;
  width: 0;
  height: 0;
}


/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */

.leaflet-overlay-pane svg {
  -moz-user-select: none;
  user-select: none;
}

.leaflet-tile-pane {
  z-index: 2;
}

.leaflet-objects-pane {
  z-index: 3;
}

.leaflet-overlay-pane {
  z-index: 4;
}

.leaflet-shadow-pane {
  z-index: 5;
}

.leaflet-marker-pane {
  z-index: 6;
}

.leaflet-popup-pane {
  z-index: 7;
}

.leaflet-vml-shape {
  width: 1px;
  height: 1px;
}

.lvml {
  behavior: url(#default#VML);
  display: inline-block;
  position: absolute;
}

/* control positioning */
.leaflet-control {
  z-index: 7;
}

.leaflet-top,
.leaflet-bottom {
  position: absolute;
  z-index: 1999 !important;
}

.leaflet-top {
  top: 75px !important;
}

.leaflet-right {
  right: 10px !important;
}

.leaflet-bottom {
  bottom: 10px !important;
}

.leaflet-left {
  left: 10px !important;
}

.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,
.leaflet-fade-anim .leaflet-popup {
  opacity: 0;
  -webkit-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

.leaflet-fade-anim .leaflet-tile-loaded,
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
  opacity: 1;
}

.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,
.leaflet-touching .leaflet-zoom-animated {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}

.leaflet-zoom-anim .leaflet-zoom-hide {
  visibility: hidden;
}


/* cursors */

.leaflet-clickable {
  cursor: pointer;
}

.leaflet-container {
  cursor: -webkit-grab;
  cursor: -moz-grab;
}

.leaflet-popup-pane,
.leaflet-control {
  cursor: auto;
}

.leaflet-dragging .leaflet-container,
.leaflet-dragging .leaflet-clickable {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
}


/* 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-family: 'Roboto', sans-serif;
}


/* general toolbar styles */

.leaflet-bar {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
  border-radius: 4px;
  border: none;
}

.leaflet-bar a,
.leaflet-bar a:hover {
  border-bottom: 1px solid rgba(166, 178, 255, 0.28);
  width: 26px;
  height: 26px;
  line-height: 26px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: #AFC0CD;
  border: none;
}

.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;
}


/* zoom control */

.leaflet-control-zoom {
  /* display: none; */
}

.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
  font: bold 18px 'Lucida Console', Monaco, monospace;
  text-indent: 1px;
}

.leaflet-control-zoom-out {
  font-size: 20px;
}

.leaflet-touch .leaflet-control-zoom-in {
  font-size: 22px;
}

.leaflet-touch .leaflet-control-zoom-out {
  font-size: 24px;
}


/* layers control */

.leaflet-control-layers {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  background: rgba(234, 236, 255, 0.96);
  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;
}

.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;
}


/* attribution and scale controls */

.leaflet-container .leaflet-control-attribution {
  background: #fff;
  background: rgba(0, 0, 0, 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: content-box;
  box-sizing: content-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;
  pointer-events: none !important;
}

.leaflet-popup-content-wrapper {
  padding: 1px;
  text-align: left;
  border-radius: 12px;
}

.leaflet-popup-content {
  height: 21px;
  margin: 6px 8px !important;
  line-height: 1.4;
  background-color: black;
  background: url('../images/view_icon.png');
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: center;
}

.leaflet-popup-content p {
  margin: 18px 0;
}

.leaflet-popup-tip-container {
  margin: 0 auto;
  width: 40px;
  height: 20px;
  position: relative;
  overflow: hidden;
}

.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;
  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;
  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: none;
}


/* div icon */

.leaflet-div-icon {
  border: 1px solid #666;
}

@media screen and (min-width: 1900px) {
  .description-container {
    width: 25vw;
  }

  .featured-text-box {
    width: 25%;
  }

  .featured-image {
    width: 75%;
  }
  .featured-title {
    font-size: 36px;
  }
  }

@media screen and (min-width: 1600px) {
.description-container {
  width: 27vw;
}
}

/* MEDIA QUERY */
@media screen and (max-width: 1370px) {
  .featured-title {
    font-size: 27px;
  }
  }

/* MEDIA QUERY */
@media screen and (max-width: 1279px) {
.search-input-box {
  width: 480px !important;
}
}

@media screen and (max-width: 1024px) {



.uploadInfoContainer img {
  float: initial;
  width: 100%
}

.description-container {
  box-sizing: border-box;
  width: auto;
  padding-top: 35px;
  padding-left: 35px;
}

.ds-top.lockParam {
  position: fixed;
  left: 0;
  right: 0;
  height: 65px;
  width: 100%;
  background-color: #313646;
  text-align: center;
  box-shadow: 0 0 6px rgba(0,0,0,.2);
  z-index: 2000;
  transition: left .2s;
  box-sizing: initial!important;
}

.propInfoContainer.lockParam {
  padding-left: 20px;
  z-index: 2000;
}

.propInfoContainer.lockParam .city-plans {
  padding: 20px;
}

.mobile-lock-thumb {
width: 100%;
}

.media-container {
  display: none;
}

  .ds-top.menu-openFocus {
    right: 0 !important;
  }
  
  #map {
    position: static;
    width: 100%;
  }
  .search-input-box {
    font-size: 16px;
    width: 100% !important;
}
  #search {
    padding: 10px;
    width: 100%;
    height: 30px;
    /* margin: 0 auto; */
    margin-bottom: 0;
    color: #222261;
    font-size: 15px;
    font-weight: 300;
    border: 1px solid rgba(0, 0, 0, 0.14);
    border-top: none;
  }
  .menu-openFocus {
    right: 0;
    transition: right 0.5s;
  }
  .propInfoContainer {
    border-radius: 0;
    position: fixed;
    width: 100%;
    height: auto;
    margin-top: 65px;
    overflow-y: auto;
    top: 100%;
    right: 0;
    box-shadow: none;
}
  .swipeShow {
    right: 0;
    top: 0;
    transition: top 0.3s;
  }
  .propTitle {
    width: 85%;
    font-size: 16px;
  }
  .popupBubble {
    width: 140px;
    height: 110px;
    margin-left: -80px;
    margin-top: 0;
    padding: 15px;
    font-size: 12px;
  }
  .menu-middle {
    width: 100%;
    height: 60pxpx;
    float: right;
    line-height: 60px;
    display: block;
  }
  .ds-logo-mob {
    display: block;
    float: left;
    height: 50px;
    width: 20%;
    background: url("../images/ds_logo_mob.png");
    background-size: 50px;
    background-position: center;
    background-repeat: no-repeat;
  }
  .ds-logo-mob:hover {
    background-color: rgba(14, 60, 207, 0.1);
    cursor: pointer;
  }
  .info-mob {
    line-height: 1.4;
    font-size: 14px;
    position: absolute;
    left: 0;
    top: 50px;
    bottom: 0;
    right: 0;
    background: #EBECFF;
    z-index: 1000;
  }
  .info-mob-center {
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 5px;
    padding-bottom: 20px;
    font-weight: 300;
  }
  .info-mob-bottom {
    text-align: center;
  }
  .info-mob-close {
    text-align: center;
    font-size: 22px;
    font-weight: 100;
    width: 200px;
    border-radius: 20px;
    border: 1px solid grey;
    margin: 0 auto;
    margin-top: 25px;
    cursor: pointer;
    -webkit-user-select: none;
    /* Chrome/Safari */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* IE10+ */
    user-select: none;
  }
  .mob-icon-container {
    text-align: center;
  }
  .mob-title {
    font-size: 24px;
    font-weight: 300;
  }
  .button-map {
    height: 50px;
    width: 40%;
    font-size: 12px;
  }
  .button-ranking {
    height: 50px;
    font-size: 12px;
    width: 40%;
    border-right: none;
  }
  .menu {
    height: 50px;
  }
  .drop {
    width: 100%;
    left: 0;
    top: 0;
  }
  .flowbox {
    display: none;
  }
  .font-big {
    font-size: 24px;
  }
  .font-small {
    font-size: 18px;
  }
  .left-panel {
    height: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.95);
    border-right: 1px solid rgba(255, 255, 255, 0.11);
    box-shadow: 0 0 40px rgba(27, 110, 197, 0.2) inset;
  }
  .intro-screen {
    position: absolute;
    left: 0;
    top: 50px;
    bottom: 0;
    right: 0;
    width: auto;
    height: auto;
    margin-left: 0;
    margin-top: 0;
    border-radius: 0;
    line-height: 1.4;
    font-size: 14px;
    background: #EBECFF;
    z-index: 1000;
    text-align: center;
  }
  .intro-ds-title {
    margin-top: 20px;
    margin-bottom: 10px;
    color: #6964AB;
    font-size: 40px;
    font-weight: 100;
  }
  .intro-bottom {
    margin: 0;
    padding: 0;
  }
  .intro-bottom p {
    margin: 10px;
    padding: 0;
  }
  .intro-close {
    margin-bottom: 10px;
    margin-top: 30px;
    line-height: 1.4;
  }
  .b-maintitle {
    height: 20px;
  }
  .b-selected {
    height: 15px;
    line-height: 15px;
  }
  .b-drop {
    background-size: 15px;
    height: 15px;
  }
}

@media only screen and (max-width: 479px) {

  .image_preview_container {
    margin-top: 50px;
    margin-left: -10px;
    margin-right: -10px;
  }


  .upload_photo_image img {
    max-width: 250px;
    max-height: 262px;
  }
  
.legend-container {
  padding: 7px 12px;
  font-size: 13px;
}

.legend {
  height: 50px;
  right: 0;
}

  .popup_container {
    padding: 15px;
  }

  #map {
    height: 580px;
    background: rgb(117, 178, 243);
  }

  #loading-screen {
    background: rgba(35, 52, 125, 0.75);
    height: 580px;
  }

  .menu-middle {
    line-height: initial !important;
  }

  .search-input-box {
    width: 100% !important;
    margin-top: 0;
  }
}

@media screen and (max-width: 320px) {
  .search-input-box {
    font-size: 12px;
  }
  
}