.negative-margin-map {
	margin: -15px -15px;
}
#container.active {
	overflow:hidden;
}
ul.tabs li {
	cursor:pointer;
}
.btn.arr div{
	overflow: hidden;
	text-overflow: ellipsis;
}
#scroll {
  z-index: 2;
  position: fixed;
  left: 10px;
  bottom: 10px;
  cursor: pointer;
  width: 30px;
  height: 30px;
  background-color: #00BED6;
  text-indent: -9999px;
  display: none;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}
#scroll span {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -8px;
  margin-top: -12px;
  height: 0;
  width: 0;
  border: 8px solid transparent;
  border-bottom-color: #fff;
}
#scroll:hover {
  background-color: #D64168;
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
}
