body {
  font-family: 'Open Sans', sans-serif; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'Open Sans Condensed', sans-serif; }

header {
  position: relative;
  border: 1px solid #333;
  border-bottom: 4px solid white;
  box-shadow: 0px 10px 5px 0px rgba(153, 153, 153, 0.75);
  z-index: 2; }

header.container {
  padding-left: 0;
  padding-right: 0; }

.sadrzaj.container {
  border-left: 1px solid #333;
  border-right: 1px solid #333;
  z-index: 1; }

.sadrzaj img {
  max-width: 100%;
  max-height: 100%; }

.navbar {
  position: absolute;
  top: 100px;
  left: 15px;
  height: 85px;
  background: rgba(255, 255, 255, 0.85);
  box-sizing: content-box;
  max-width: 1140px; }

.navbar-brand {
  text-indent: -900em;
  width: 348px;
  height: 99px;
  display: block;
  background: url(../images/RESCUE-Logo.png) no-repeat;
  position: absolute;
  top: -15px;
  left: 30px; }

.navbar-nav {
  margin-left: 350px; }

.col-xs-9 {
  padding-bottom: 40px; }

footer {
  background-color: #0079c1;
  color: white;
  height: 50px;
  line-height: 50px;
  text-align: right; }

.sidebar {
  background: -webkit-linear-gradient(top, #dfe8f6 0%, #207cca 90%, #2989d8 100%, #0079c1 100%);
  background: linear-gradient(to bottom, #dfe8f6 0%, #207cca 90%, #2989d8 100%, #0079c1 100%); }
  .sidebar ul {
    margin-top: 30px; }
    .sidebar ul li {
      margin: 12px 0; }
  .sidebar figure {
    margin-top: 40px; }

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

figure {
  text-align: center;
  margin: 20px 0; }
  figure figcaption {
    font-weight: 700; }
  .box-grad figure {
    text-align: left; }

.header_text {
  position: absolute;
  bottom: 20px;
  left: 10px;
  background: rgba(255, 255, 255, 0.85);
  width: 400px;
  padding: 10px;
  border-radius: 5px;
  font-size: 1.5em;
  color: green; }

.rad-h2 {
  font-size: 1.6em;
  color: #3eb1ee; }

.text-lg
.rad-h3 {
  color: #31A815; }

.radionica-table {
  margin-top: 40px; }

.antisp {
  display: none; }

.poslana-prijava {
  font-size: 1.5em; }

.col-md-9 {
  margin-bottom: 40px; }

@media only screen and (max-width: 1200px) {
  .navbar {
    top: 50px;
    left: -2px; } }
@media only screen and (max-width: 992px) {
  .navbar {
    top: 10px; }

  .header_text {
    bottom: 10px; }

  .navbar-nav {
    margin-left: 330px; }

  .row-eq-height {
    display: block; } }
@media only screen and (max-width: 786px) {
  .navbar {
    width: 100%;
    height: auto; }

  .navbar-nav {
    margin-left: 0; }

  .header_text {
    display: none; }

  .navbar-brand {
    width: 234px;
    height: 60px;
    background: url(../images/RESCUE-Logo-sam.png) no-repeat; } }
