html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
}

#map_canvas {
	height: 100%;
}

#legend {
	position: absolute;
	top:0px;
    left:0px;
	width:280px;
	z-index:100;
    margin: 10px;
}

#legendsmall {
	position: absolute;
	top:0px;
    left:0px;
	width:200px;
	z-index:100;
    margin: 10px;
}

a, a:hover, a:focus, a:active {
	text-decoration: none;
    outline: none;
}

h3, h4 {
    font-weight: 600;
}

.InfoboxContainer {
  max-width:  262px;
}

.img100 {
    width: 100%;
}
.ImgContainer {
  position: relative;
  text-align: center;
  width: 100%;
  margin-bottom: 10px;
}
.ImgCentered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 14px;
  text-shadow: 0px 0px 5px #000000;
}

.form-group {
    margin-bottom: 5px;
}

.list-group-item {
	font-size: 13px;
	line-height: 1.0;
}

.hand {
	cursor: pointer;
}

.Mar0 {
	margin: 0px;
}
.MarBottom0 {
	margin-bottom: 0px;
}
.MarRight0 {
	margin-right: 0px;
}
.MarTop0 {
	margin-top: 0px;
}
.MarTop5 {
	margin-top: 5px;
}
.MarTop10 {
	margin-top: 10px;
}
.Pad0 {
	padding: 0px;
}
.Boldirano {
	font-weight:700;
}
.modal-backdrop {
    display: none;
    z-index: 1040 !important;
}

.modal-content {
    margin: 2px auto;
    z-index: 1100 !important;
}

.modal-title {
    font-weight:500;
    font-size: 18px;
}

.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    background-color: #5cb85c;
}

.LegendaRed {
	margin: 0px;
    padding: 5px;
	font-size: 13px;
    line-height: 1.2;
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
    border: 1px solid transparent;
    border-radius: 4px;
}

.SlikaInfoBox {
    width: 250px;
}

.ImageCrop60 {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 60%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.carouselalignbottom {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
}

.NaslovBlackBgrPic {
    color: #e6e6e6;
    margin-top: 0px;
    background: rgba(50, 50, 50, 0.6);
    padding: 5px;
    font-size: 12px;
}

.OpisInfoBox {
    font-size: 15px;
    max-width: 500px;
}

.TableSmallText {
    font-size: 12px;
}

.WellYellow {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

@media (max-width: 992px) {
.LegendaRed {
    font-size: 11px;
}
.OpisInfoBox {
    font-size: 13px;
}
}

@media (max-width: 420px) {
#legend {
	width:230px;
}
.list-group-item {
	font-size: 11px;
}
.badge {
    font-size: 11px;
}
.OpisInfoBox {
    font-size: 13px;
}
}