#map {
  position: relative;
  height: 700px;
  width: 100%;
  padding: 0; margin: 0;
}

.ol-control,
.ol-control:hover,
.ol-control:active {
    border: none;
    border-radius: 0;
	background-color: transparent;
}
.ol-zoom .ol-zoom-in,
.ol-zoom .ol-zoom-in:hover,
.ol-zoom .ol-zoom-in:active,
.ol-zoom .ol-zoom-in:focus,
.ol-zoom .ol-zoom-out,
.ol-zoom .ol-zoom-out:hover,
.ol-zoom .ol-zoom-out:active,
.ol-zoom .ol-zoom-out:focus,
.ol-full-screen .ol-full-screen-false,
.ol-full-screen .ol-full-screen-false:hover,
.ol-full-screen .ol-full-screen-false:active,
.ol-full-screen .ol-full-screen-false:focus,
.ol-full-screen .ol-full-screen-true,
.ol-full-screen .ol-full-screen-true:hover,
.ol-full-screen .ol-full-screen-true:active,
.ol-full-screen .ol-full-screen-true:focus,
.resize-map .resize-map-button,
.hideuserloc-map .hideuserloc-map-button,
.showuserloc-map .showuserloc-map-button,
.close-map .close-map-button {
    border-radius: 2em;
    background-color: #fff !important;
    border: 1px solid #336666 !important;
	text-decoration: none !important;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
}

.hideuserloc-map .hideuserloc-map-button,
.showuserloc-map .showuserloc-map-button {
	background: transparent !important;
	border: none !important;
    box-shadow: none;
}

.hideuserloc-map .hideuserloc-map-button img,
.showuserloc-map .showuserloc-map-button img {
	width: 4em;
	height: auto;
}

.resize-map {
    top: 7.4em;
	left: .5em;
}

.close-map {
    top: 3.9em;
	right: .5em;
}

.hideuserloc-map,
.showuserloc-map {
    top: 11em;
	left: .5em;
}

#hideuserloc {
    display: none;
}
#showuserloc {
    display: none;
}

.share-map {
    top: 3.9em;
	right: .5em;
}

#sharemap-layer {
    position: absolute;
    top: 7.5em;
	right: .5em;
    display: none;
	padding: 0;
    height: auto;
    width: auto;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 12px;
}
#sharemap-layer-close {
    position: absolute;
	right: 6px;
	top: 6px;
	margin-left: 6px;
    float: right;
}
#sharemap-layer-close img {
    float: right;
	width: 14px;
	height: 14px;
    cursor: pointer;
	opacity: 0.8;
}
.sharemap-layer-content {
    padding: 0.4em 1em 0.4em 1em;
    color: #000;
    text-decoration: none;
	font-size: 0.8em;
    line-height: 1.9em;
}

.ol-control button {
    display: block;
	margin: 8px 5px 8px 5px;
    padding: 0;
    color: #000;
    font-size: 1.5em;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    height: 2em;
    width: 2em;
    line-height: .4em;
    background-color: transparent;
	background: transparent;
    border: none;
    border-radius: 2px;
}

.ol-attribution {
    position: absolute;
    bottom: .5em;
    right: .5em;
	margin-rightx: 5px;
    background: #ffffff !important;
	padding: 0 !important;
	max-width: calc(100% - 0.1em);
	border: 1px solid #336666 !important;
	box-shadow: 0 5px 15px rgba(0,0,0,0.08);
}
.ol-attribution ul {
	font-size: 1.2rem;
}
.ol-attribution.ol-control button {
    font-size: 1em;
    height: 1.6em;
    width: 1.6em;
	margin: 0 !important;
	background-color: #ffffff !important;
	float: right;
}
.ol-layer canvas {
	max-width: none;
}

@media (max-width: 959px) { 
  #map {
    height: 580px; 
  }
}
@media (max-width: 1199px) { 
  #map {
    height: 580px; 
  }
}
@media (max-width: 639px) { 
  .ol-control button {
    margin: 0 0 8px 0;
    color: #000000;
    font-size: 18px !important;
   /* height: 2.3em;
    width: 2.3em;*/
    line-height: .9em;
    border-radius: 1em !important;
  }
  .resize-map {
    top: 5.4em;
  }
  .close-map {
    top: 3em;
	right: .5em;
  }
}