h2 {
  font-weight: bold;
  color: #446091;
}
h3 {
  font-size: 1.2em;
  color: #000;
  font-weight: bold;
  font-style: italic;
}

ul#list-navbar {
  margin: 30px 0 0 0;
}

.container {
  max-width: 1000px;
}
#content {
  padding:10px 40px;
}
#content span {
  color: #f30;
  font-weight: bold;
  font-size: 1.1em;
}
#content img {
  opacity:0.8;
    -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#content img:hover {
  opacity:1;
}

/* ---------- NASTAVENI GOOGLE MAPY ----------- */
.google-maps {
   width:100%;
   position: relative;
   padding-bottom: 25%; // This is the aspect ratio
   height: 0;
   overflow: hidden;
}
.google-maps iframe {
   position: absolute;
   top: 0;
   left: 0;
   width: 100% !important;
   height: 100% !important;
}

td {
  padding: 15px;
  border: 1px solid #DBDBDB;
  background: #fff;
}
td:nth-child(2) {
  background: #FCFCFC;
}
table {
  margin: 0 0 30px;
}