body {
  background: #e2d5c5 url("../images/template/bg.png") center top no-repeat;
  margin: 0;
  padding: 0;
  border: 0;
  color: #72604c;
}

img { border: 0; }

#container {
  width: 960px;
  margin: 0 auto;
}

.stranica {
  width: 936px;
  background-color: #ecdfd9;
  border: 12px solid #b1997f;
}

.left {
  width: 199px;
  float: left;
  background-color: #d8c8bb;
  height: 100%;
}

.right {
  width: 737px;
  float: left;
}

.left-logo {
  margin-top: 33px;
  float: left;
}

.left-meni {
  background: transparent url("../images/template/left-bg.jpg") repeat-y;
  padding-left: 37px;
  padding-top: 20px;
  float: left;
  width: 162px;
  height: 200px;
}

.logo { margin-top: 30px; }
.logo img { display: block; }

.nasl-izdvojeno {
  width: 242px;
  height: 343px;
  float: left;
  text-align: center;
  background: #72604c url("../images/template/izdvojeni-radovi.jpg") center top no-repeat;
  padding-top: 42px;
}

.nasl-izdvojeno2 {
  float: left;
  height: 170px;
  background-color: #72604c;
  width: 737px;
  padding-top: 7px;
}

.o-nama {
  background: transparent url("../images/template/o-nama.jpg") no-repeat;
  width: 494px;
  height: 342px;
  float: left;
  font-size: 14px;
  padding: 0;
}

.onama {
  width: 400px;
  height: 240px;
  margin-left: 39px;
  margin-top: 60px;
}

.footer {
  background: transparent url("../images/template/footer.png") no-repeat;
  float: left;
  width: 677px;
  height: 54px;
  padding-left: 10px;
}

.footer p {
  padding-top: 5px;
  font-size: 11px;
  float: left;
  width: 250px;
}

.clear { clear: both; }

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.tekst {
  border: 10px solid #d8c8b9;
  padding: 10px;
  margin-top: 33px;
  min-height: 500px;
}

.worker { float: left; }

.service-promise {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
}

.references-table {
  width: 100%;
  border: 0;
}

.references-table thead tr { text-align: center; }
.references-table tbody tr { text-align: left; }

.contact-page { min-height: 560px; }

.modern-contact {
  max-width: 570px;
  padding: 3px 10px 25px;
}

.modern-contact h1 { margin-bottom: 8px; }

.contact-intro {
  margin-top: 0;
  line-height: 1.4;
}

.contact-intro a {
  color: #c63c13;
  font-weight: bold;
}

.contact-form { margin-top: 22px; }

.contact-field { margin-bottom: 14px; }

.contact-field label {
  position: static;
  display: block;
  width: auto;
  margin-bottom: 4px;
  font-weight: bold;
}

.contact-field input,
.contact-field textarea {
  width: 100%;
  margin: 0;
  padding: 7px 8px;
  border: 1px solid #b1997f;
  box-sizing: border-box;
  color: #554331;
  background: #fff;
  font: 14px Arial, Helvetica, sans-serif;
}

.contact-field input:focus,
.contact-field textarea:focus {
  outline: 2px solid #c63c13;
  outline-offset: 1px;
}

.contact-challenge { width: 290px; }
.contact-challenge input { width: 80px; }

.contact-privacy {
  margin: 5px 0 14px;
  font-size: 12px;
}

.contact-submit {
  padding: 8px 18px;
  border: 1px solid #9c8065;
  color: #fff;
  background: #c63c13;
  cursor: pointer;
  font-weight: bold;
}

.contact-submit:hover,
.contact-submit:focus { background: #a93210; }

.form-status {
  margin: 16px 0;
  padding: 10px 12px;
  border: 1px solid;
  line-height: 1.4;
}

.form-status-success {
  border-color: #768b55;
  background: #edf2e5;
}

.form-status-error {
  border-color: #b46d58;
  background: #f6e8e3;
}

.spam-trap {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.gallery-grid {
  margin: 8px auto;
  padding: 8px 0;
  list-style: none;
  clear: both;
  overflow: hidden;
}

.gallery-item {
  float: left;
  background: #fff;
  margin: 5px;
  padding: 0;
}

.gallery-frame {
  display: block;
  float: left;
  padding: 4px;
  border: 1px solid #ccc;
  box-shadow: 4px 4px 0 rgba(255, 255, 255, 0.75);
  transform: translate(-5px, -5px);
}

.gallery-page { padding-bottom: 18px; }

.gallery-link {
  position: relative;
  float: left;
  display: block;
  width: 200px;
  height: 160px;
  color: #eee;
  border: 0;
}

.gallery-link:hover {
  color: #222;
  text-decoration: none;
}

.gallery-image {
  display: block;
  width: 200px;
  height: 160px;
  object-fit: cover;
}

.gallery-caption {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  padding: 2px 4px;
  background: rgba(0, 0, 0, 0.7);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  box-sizing: border-box;
}

.gallery-link:hover .gallery-caption { background: rgba(255, 255, 255, 0.7); }

.lightbox[hidden] { display: none; }

.lightbox {
  position: fixed;
  z-index: 9999;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.82);
}

.lightbox-image {
  display: block;
  max-width: calc(100vw - 120px);
  max-height: calc(100vh - 100px);
  border: 10px solid #fff;
  background: #fff;
}

.lightbox-close,
.lightbox-prev,
.lightbox-next {
  position: fixed;
  z-index: 10000;
  border: 0;
  color: #fff;
  background: rgba(0, 0, 0, 0.35);
  cursor: pointer;
  font-family: Arial, Helvetica, sans-serif;
}

.lightbox-close {
  top: 18px;
  right: 24px;
  font-size: 36px;
}

.lightbox-prev,
.lightbox-next {
  top: 45%;
  padding: 8px 14px;
  font-size: 48px;
}

.lightbox-prev { left: 18px; }
.lightbox-next { right: 18px; }

.lightbox-count {
  position: fixed;
  bottom: 18px;
  left: 0;
  right: 0;
  color: #fff;
  text-align: center;
  font: 12px Arial, Helvetica, sans-serif;
}
