/*
Theme Name: WP ConcordSoft Basic Bootstrap Thema
Author: Mladen Prijić
Author URI: http://concordsoft.com/
Version: 1.0
Tags: responsive, white, bootstrap

*/

h1,
h2,
h3,
a,
li,
p {
  font-family: "Raleway", sans-serif;
}

html,
body {
  margin: 0;
  padding: 0;
}

.text-center {
  text-align: center;
}

.container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 15px;
}
.containerSecond {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 15px;
  display: flex;
}

* {
  box-sizing: border-box;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.header-content {
  border-bottom: 1px solid #cab98d;
  background: #1f3d63;
  z-index: 999;
  padding: 5px 0;
  height: 65px;
  min-height: 65px;
  display: flex;
  align-items: center;
  width: 100%;
}
.header-logo {
  flex: 0 0 25%;
  padding: 0 15px;
}
.main-menu {
  flex: 0 0 66.66666667%;
}
.language {
  flex: 0 0 8.33333333%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 5px 32.4px 0;
}
.navbar {
  min-height: 50px;
  margin: 0;
  border: 0;
}
.navbar-toggle {
  display: none;
}
.container-fluid {
  width: 100%;
  padding: 0 15px;
}
.navbar-collapse {
  width: 100%;
}
.nav {
  padding-left: 0;
  margin: 0;
  list-style: none;
}
.navbar-nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.navbar-nav > li {
  display: block;
  list-style: none;
  font-size: 16px;
}
.navbar-nav > li::marker,
.nav > li::marker {
  content: "";
}
.navbar-nav > li > a {
  display: block;
  padding: 15px 15px;
  line-height: 20px;
  text-decoration: none;
}
.navbar-nav li a {
  text-transform: uppercase;
  color: #fff;
}
.navbar-nav li a:hover {
  background: transparent;
  color: #efcc64;
}
.main-menu {
  /*padding-left:20%;*/
}
.grey-back {
  /*background:#1e2125;*/
  background: #1f3d63;
}
.logo img {
  width: 300px;
  max-width: 100%;
  display: block;
}
.navbar-collapse {
  padding-top: 5px;
}
.language {
  padding-top: 5px;
}
.language a {
  color: #337ab7;
  line-height: 20px;
  text-decoration: none;
}
.language a:first-of-type {
  border-right: 1px solid #eee;
  padding-right: 6px;
}
.language a + a {
  padding-left: 6px;
}
.earth-back {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  height: 600px;
  background-image: url(images/truck1.jpg);
  position: relative;
}
.earth {
  padding-top: 120px;
  position: relative;
  z-index: 1;
}
.earth h2 {
  color: #ecebeb;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.2;
  margin: 0 0 55px;
  padding-bottom: 0;
}
.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  /*background: rgba(2,42,82,0.75);*/
  background-color: rgba(37, 37, 37, 0.5);
}
.about-us-wh {
  color: #ecebeb;
  font-size: 20px;
  padding: 0 70px;
  line-height: 32px;
}
.about-us-wh p {
  margin: 0;
}
.usluge {
  background: #cab98d;
  padding: 70px 0;
}
.paddd {
  padding-top: 70px;
  padding-bottom: 30px;
}
.usluge h2 {
  margin-bottom: 40px;
}
.usluge li {
  margin-bottom: 20px;
}
h2.gold {
  color: #efcc64;
}
.about-us {
  color: #efcc64;
  font-size: 16px;
  font-weight: normal;
}
.about-us p {
  color: #efcc64;
}
.kontakt-part {
  padding: 75px 0 70px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  /*height:700px;*/
  background-image: url(images/kontakt1.png);
}
.kontakt-main {
  margin-bottom: 58px;
}
.kontakt-part .gold {
  margin: 0 0 28px;
  font-size: 30px;
  font-weight: 400;
}
.kontakt-part h3 {
  margin: 0 0 18px;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.2;
}
.kontakt-part p {
  margin: 0 0 18px;
}
.contact-branches {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 70px;
  margin-bottom: 58px;
}
.contact-form {
  width: 354px;
  max-width: 100%;
  margin: 0 auto;
}
.contact-form label {
  display: block;
  margin: 0 0 6px;
  color: #efcc64;
  font-weight: normal !important;
}
.kontakt-part input,
.kontakt-part textarea {
  background: rgba(0, 0, 0, 0.5);
  border: none;
  color: #fff;
  display: block;
  margin: 0 auto 16px;
  outline: none;
  padding: 10px 5px;
  width: 100%;
}
.kontakt-part input {
  height: 43px;
}
.kontakt-part textarea {
  height: 95px;
  resize: vertical;
}
.contact-form button {
  background: rgba(0, 0, 0, 0.5);
  border: none;
  color: #efcc64;
  cursor: pointer;
  display: inline-block;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  line-height: 20px;
  margin-top: 6px;
  padding: 10px 22px;
}
.contact-form button:hover {
  color: #fff;
}
.contact-honeypot {
  display: none !important;
}
.text-area-part p {
  margin-bottom: 5px;
}
.forma {
  margin-top: 0;
}
#vest {
  outline: none;
}
.vesti {
  padding: 50px 0;
}
.vesti h1 {
  margin-bottom: 30px;
}
.vesti p img {
  float: left;
  margin: 0 30px 30px 0;
}

/* Linkovi */

.linkovi {
  border-top: 1px solid #cab98d;
}
.linkovi h2 {
  margin-bottom: 30px;
}
.affix {
  top: 0;
  width: 100%;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background: rgba(1, 21, 41, 0.9);
  border-color: #fff;
  z-index: 100;
  border-bottom: 1px solid #eee;
}
.nav > li > a:focus {
  background-color: transparent;
  outline: none;
}
a:focus {
  outline: none;
}

/* foto */

.program-img {
  height: 200px;
  padding: 0;
  width: 99%;
  position: relative;
  margin-bottom: 20px;
}
.program-img h3 {
  background: linear-gradient(
    4deg,
    rgba(12, 10, 19, 0.8) 10%,
    rgba(12, 10, 19, 0.45) 35%,
    rgba(0, 0, 0, 0.1) 55%,
    transparent 75%
  );
  padding: 3%;
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0;
  color: #fff;
}

/* single foto */

.singl-galerija-main,
.galerija {
  padding: 50px 0;
}
.singl-galerija-main .naslov,
.galerija .naslov {
  margin-bottom: 30px;
}
.ms-item {
  width: 31%;
  padding: 0;
}
.ms-item img {
  width: 99%;
  margin-right: 1%;
  margin-bottom: 5px;
}
.naslov-down h2 a {
  float: right;
  font-size: 18px;
  color: #333;
}
.naslov-down h2 a:hover {
  text-decoration: none;
}
.naslov-down h2 a:hover img {
  background: #efcc64;
  border-radius: 50%;
}
input[type="submit"] {
  width: 7%;
}

/* MEDIA */

@media (max-width: 992px) {
  .kontakt-part {
    height: inherit;
  }
  input[type="submit"] {
    width: 15%;
  }
}
@media (min-width: 568px) {
}
@media (max-width: 768px) {
  .navbar-toggle .icon-bar {
    background: #fff;
  }
  .navbar-toggle {
    display: block;
    position: absolute;
    top: -40px;
    left: 0;
    margin: 0;
  }
  .header-logo {
    text-align: center;
  }
  .main-menu {
    padding: 0%;
  }
  .language {
    position: absolute;
    right: 0;
    top: 25px;
    padding-top: 0;
  }
  .navbar-collapse {
    padding: 0 20px;
    background: #1f3d63;
    margin-top: 15px;
  }
  .nav > li > a {
    padding: 10px 20px;
  }
  .vesti p img {
    width: 100%;
    height: auto;
  }
  .contact-branches {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .references-section {
    padding: 50px 0 35px;
  }
  .references-section .container-reference:first-child {
    margin-bottom: 70px;
  }
  .references-mobile {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .kontakt-part {
    padding: 45px 0;
  }
}
@media (max-width: 610px) {
  .paddd {
    padding-top: 0px;
  }
  .usluge {
    background: #cab98d;
    padding: 20px 0;
  }
}
@media (max-width: 480px) {
  .logo img {
    width: 200px;
    padding-top: 10px;
  }
  .navbar-toggle {
    top: -35px;
  }
  .language a {
    font-size: 12px;
  }
  .usluge-desno img {
    width: 100%;
  }
  .ms-item {
    width: 90%;
    height: auto;
    padding: 0;
  }
  .gallery-grid {
    grid-template-columns: 1fr;
  }
  .galerija-page {
    padding-top: 70px;
  }
}

/*//kontakt tabela//*/
table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 60%;
  table-layout: fixed;
  margin: 0 auto;
}

.darkgrey-row {
  background-color: #efefef;
}

.lightgrey-row {
  background-color: #f9f9f9;
}

table caption {
  font-size: 1.5em;
  margin: 0.5em 0 0.75em;
}

table tr {
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  padding: 0.35em;
}

table th,
table td {
  padding: 0.625em;
  text-align: center;
}

table th {
  font-size: 0.85em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.day-table {
  text-align: left;
  font-family: "Raleway", sans-serif;
  font-weight: bold;
  color: #333333;
  font-size: 14px;
  padding: 12px;
}

.hours-table {
  text-align: right;
  font-family: "Raleway", sans-serif;
  color: #3f3f3f;
  padding: 12px;
  font-size: 14px;
}

.contact-map-section {
  height: 400px;
  margin-top: 80px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.contact-map-scroll-shade {
  background: rgba(0, 0, 0, 0.42);
  inset: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transition: opacity 0.18s ease;
  z-index: 999;
}

.contact-map-scroll-shade.is-visible {
  opacity: 1;
}

.contact-map-scroll-hint {
  background: rgba(0, 0, 0, 0.58);
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 14px;
  left: 50%;
  line-height: 20px;
  opacity: 0;
  padding: 6px 10px;
  pointer-events: none;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.18s ease;
  z-index: 1000;
}

.contact-map-scroll-hint.is-visible {
  opacity: 1;
}

@media screen and (max-width: 600px) {
  table {
    border: 0;
  }
  table caption {
    font-size: 1.3em;
  }
  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: 0.625em;
  }
  .day-table {
    text-align: center;
    font-weight: bold;
  }
  .hours-table {
    text-align: center;
  }
  table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: 0.8em;
    text-align: center;
  }
  table td::before {
    /*
      * aria-label has no advantage, it won't be read inside a table
      content: attr(aria-label);
      */
    content: attr(data-label);
    float: left;
    display: none;
    font-weight: bold;
    text-transform: uppercase;
  }
  table td:last-child {
    border-bottom: 0;
  }
}
.gallery-single-image {
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  width: 100%;
  height: 240px;
  margin: 0;
  object-fit: cover;
}
.gallery-single-image2 {
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  height: 240px;
  width: 330px;
  display: block;
  margin: 0 auto;
  max-width: 100%;
  border: 15px solid whitesmoke;
  width: 100%;
}
@media (min-width: 768px) {
  .navbar-nav {
    float: right !important;
    margin: 0;
  }
}
@media (max-width: 768px) {
  .gallery-single-image2 {
    width: 330px;
  }
}
@media (max-width: 450px) {
  input[type="submit"] {
    width: 22%;
  }
  .earth {
    padding-top: 45px;
  }
}
label {
  font-weight: normal !important;
}
.onama-page {
  background: #cab98d;
  padding-top: 60px;
}
.kontakt-page,
.galerija-page {
  padding-top: 80px;
}
.galerija-page {
  background: #fff;
  padding-bottom: 88px;
}
.galerija-page h1 {
  color: #333333;
  font-size: 36px;
  font-weight: 300;
  line-height: 1.2;
  margin: 0 0 44px;
}
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 27px 30px;
}
.gallery-item a {
  display: block;
}
.container-onama {
  padding: 0 24px 70px;
}
.naslov-padding {
  margin-bottom: 40px;
}
.container-reference {
  padding: 0;
}
@media (max-width: 600px) {
  table {
    width: 90% !important;
  }
}
@media (max-width: 450px) {
  .container-reference {
    padding-top: 50px;
    padding-bottom: 15px;
  }
  .kontakt-page,
  .galerija-page,
  .onama-page {
    padding-top: 45px;
  }
  .onama-mobile {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
  .references-mobile {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
  .container-mobile {
    padding-top: 0px;
  }
}

.sectionh2 {
  font-size: 30px;
  font-weight: 100;
  color: #333333;
}

.sectionp {
  color: #3f3f3f;
  font-size: 15px;
  line-height: 22px;
}

.vestih2 {
  font-size: 36px;
  color: #333333;
  font-weight: normal;
}

.korisniLinkovih2 {
  font-size: 30px;
  color: #333333;
  font-weight: normal;
}
.naslovh1 {
  color: #ecebeb;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.2;
  margin: 0 0 55px;
  padding-bottom: 0;
}

.onamah2 {
  font-size: 30px;
  color: #333333;
  margin-top: 30px;
  margin-bottom: 40px;
  font-weight: 100;
}

.onamap {
  font-size: 14px;
  color: #3f3f3f;
  margin-bottom: 10px;
  font-weight: normal;
  line-height: 20px;
}

.onamareference {
  font-size: 36px;
  color: #333333;
  margin: 0;
  font-weight: 100 !important;
}

.stranidomaci {
  color: #333333;
  font-weight: 100;
}
.references-section {
  background: #fff;
  padding: 72px 0 54px;
}
.references-section .container-reference:first-child {
  margin-bottom: 162px;
}
.references-mobile {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
  gap: 30px;
}
.reference-column {
  text-align: center;
}
.reference-column h2 {
  color: #333333;
  font-size: 30px;
  font-weight: 100 !important;
  line-height: 1.2;
  margin: 0;
}

.naslovh11{
  font-size: 36px;
  margin-top: 20px;
  margin: 40px;
  font-weight: 100;
  color: #333333;
  letter-spacing: 1px;
}

/* RESPONSIVE REFINEMENTS */
html {
  overflow-x: hidden;
}

body {
  min-width: 0;
  overflow-x: hidden;
}

img,
iframe {
  max-width: 100%;
}

.header-content {
  position: relative;
}

.navbar-toggle {
  background: transparent;
  border: 1px solid rgba(239, 204, 100, 0.85);
  border-radius: 4px;
  cursor: pointer;
  height: 42px;
  padding: 9px 10px;
  width: 46px;
}

.navbar-toggle .icon-bar {
  background: #fff;
  border-radius: 1px;
  display: block;
  height: 2px;
  margin: 4px 0;
  transition: transform 0.2s ease, opacity 0.2s ease;
  width: 24px;
}

.navbar-toggle[aria-expanded="true"] .icon-bar:nth-child(2) {
  transform: translateY(6px) rotate(45deg);
}

.navbar-toggle[aria-expanded="true"] .icon-bar:nth-child(3) {
  opacity: 0;
}

.navbar-toggle[aria-expanded="true"] .icon-bar:nth-child(4) {
  transform: translateY(-6px) rotate(-45deg);
}

.sectionp p,
.onamap p {
  margin-top: 0;
}

.usluge-desno {
  align-items: center;
  display: flex;
  justify-content: center;
}

.usluge-desno img {
  display: block;
  height: auto;
  max-width: 260px;
  width: 100%;
}

@media (max-width: 1180px) {
  .header-logo {
    flex: 0 0 28%;
  }

  .main-menu {
    flex: 0 0 58%;
  }

  .language {
    flex: 0 0 14%;
    padding-right: 18px;
  }

  .navbar-nav > li > a {
    padding-left: 10px;
    padding-right: 10px;
  }

  .about-us-wh {
    padding-left: 40px;
    padding-right: 40px;
  }

  table {
    width: 78%;
  }
}

@media (max-width: 1200px) {
  .gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
  }
}

@media (max-width: 992px) {
  .container,
  .containerSecond {
    max-width: 900px;
  }

  .header-logo {
    flex: 0 0 30%;
  }

  .main-menu {
    flex: 0 0 56%;
  }

  .logo img {
    width: 250px;
  }

  .navbar-nav > li {
    font-size: 14px;
  }

  .earth-back,
  .kontakt-part {
    background-attachment: scroll;
  }

  .earth-back {
    height: 520px;
  }

  .earth {
    padding-top: 95px;
  }

  .about-us-wh {
    font-size: 18px;
    line-height: 29px;
  }

  .containerSecond {
    gap: 24px;
  }

  .usluge-levo {
    flex: 1 1 64%;
  }

  .usluge-desno {
    flex: 1 1 36%;
  }

  .gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  table {
    width: 88%;
  }
}

@media (max-width: 768px) {
  .container,
  .containerSecond,
  .container-onama,
  .container-reference {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .header-content {
    height: auto;
    min-height: 68px;
    padding: 10px 16px;
  }

  .header-logo {
    flex: 1 1 auto;
    padding: 0 70px 0 0;
    text-align: left;
  }

  .logo img {
    padding-top: 0;
    width: 220px;
  }

  .main-menu {
    flex: 0 0 auto;
    margin-left: auto;
    order: 3;
    padding: 0;
  }

  .container-fluid {
    padding: 0;
  }

  .navbar {
    min-height: 0;
  }

  .navbar-header {
    position: static;
  }

  .navbar-toggle {
    display: block;
    left: auto;
    position: absolute;
    right: 86px;
    top: 13px;
    z-index: 1001;
  }

  .navbar-collapse {
    background: #1f3d63;
    border-top: 1px solid rgba(239, 204, 100, 0.28);
    box-shadow: 0 14px 26px rgba(0, 0, 0, 0.18);
    left: 0;
    margin-top: 0;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0 20px;
    position: absolute;
    right: 0;
    top: 100%;
    transform: translateY(-6px);
    transition: max-height 0.25s ease, opacity 0.2s ease, transform 0.2s ease;
    visibility: hidden;
    width: 100%;
    z-index: 1000;
  }

  .navbar-collapse.is-open {
    max-height: 360px;
    opacity: 1;
    padding-bottom: 12px;
    padding-top: 12px;
    transform: translateY(0);
    visibility: visible;
  }

  .navbar-nav {
    align-items: stretch;
    display: flex;
    flex-direction: column;
    float: none !important;
    justify-content: flex-start;
  }

  .navbar-nav > li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    font-size: 15px;
  }

  .navbar-nav > li:last-child {
    border-bottom: 0;
  }

  .navbar-nav > li > a,
  .nav > li > a {
    padding: 13px 4px;
  }

  .language {
    flex: 0 0 auto;
    padding: 0;
    position: absolute;
    right: 18px;
    top: 24px;
  }

  .language a {
    color: #efcc64;
    font-size: 13px;
  }

  .earth-back {
    height: auto;
    min-height: 440px;
  }

  .overlay {
    position: relative;
    min-height: 440px;
    padding: 74px 0 70px;
  }

  .earth {
    padding-top: 0;
  }

  .naslovh1 {
    font-size: 27px;
    margin-bottom: 28px;
  }

  .about-us-wh {
    font-size: 17px;
    line-height: 28px;
    padding: 0;
  }

  .usluge {
    padding: 46px 0;
  }

  .usluge h2 {
    margin-bottom: 26px;
  }

  .containerSecond {
    display: flex;
    flex-direction: column;
    gap: 26px;
  }

  .usluge li {
    margin-bottom: 16px;
  }

  .usluge-desno img {
    max-width: 210px;
  }

  .vesti {
    padding: 38px 20px;
  }

  .kontakt-part {
    padding: 48px 0;
  }

  .kontakt-main,
  .contact-branches {
    margin-bottom: 34px;
  }

  .kontakt-part h3 {
    font-size: 23px;
  }

  .contact-form {
    width: min(100%, 420px);
  }

  .onama-page,
  .kontakt-page,
  .galerija-page {
    padding-top: 52px;
  }

  .container-onama {
    padding-bottom: 48px;
  }

  .references-section {
    padding: 50px 0 42px;
  }

  .references-section .container-reference:first-child {
    margin-bottom: 58px;
  }

  .references-mobile {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .reference-column h2,
  .onamareference,
  .galerija-page h1,
  .naslovh11 {
    font-size: 30px;
  }

  .gallery-grid {
    gap: 18px;
  }

  .gallery-single-image {
    height: 210px;
  }

  .contact-map-section {
    height: 340px;
    margin-top: 44px;
  }

  table {
    width: 100%;
  }
}

@media (max-width: 560px) {
  .container,
  .containerSecond,
  .container-onama,
  .container-reference {
    padding-left: 16px;
    padding-right: 16px;
  }

  .header-content {
    min-height: 64px;
    padding-left: 14px;
    padding-right: 14px;
  }

  .header-logo {
    padding-right: 110px;
  }

  .logo img {
    width: 190px;
  }

  .navbar-toggle {
    height: 40px;
    right: 72px;
    top: 12px;
    width: 44px;
  }

  .language {
    right: 14px;
    top: 23px;
  }

  .earth-back,
  .overlay {
    min-height: 390px;
  }

  .overlay {
    padding: 58px 0 54px;
  }

  .naslovh1 {
    font-size: 23px;
    line-height: 1.28;
  }

  .about-us-wh {
    font-size: 16px;
    line-height: 26px;
  }

  .sectionh2,
  .kontakt-part .gold,
  .onamah2,
  .korisniLinkovih2 {
    font-size: 27px;
  }

  .vestih2 {
    font-size: 30px;
  }

  .usluge {
    padding: 36px 0;
  }

  .sectionp,
  .onamap {
    font-size: 15px;
    line-height: 24px;
  }

  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .gallery-single-image {
    height: 230px;
  }

  .galerija-page {
    padding-bottom: 54px;
  }

  .galerija-page h1,
  .naslovh11 {
    margin-left: 0;
    margin-right: 0;
  }

  table tr {
    border: 1px solid #ddd;
    border-radius: 4px;
    overflow: hidden;
  }

  table td {
    overflow-wrap: anywhere;
  }

  .contact-map-section {
    height: 300px;
    margin-top: 34px;
  }

}

@media (max-width: 380px) {
  .logo img {
    width: 160px;
  }

  .header-logo {
    padding-right: 102px;
  }

  .navbar-toggle {
    right: 65px;
  }

  .language a {
    font-size: 12px;
  }

  .naslovh1 {
    font-size: 21px;
  }

  .gallery-single-image {
    height: 205px;
  }
}
