@import url('https://fonts.googleapis.com/css2?family=Source+Sans+3:wght@200..900&display=swap');

body, p {
  font-size: 20px;
  font-family: 'Source Sans 3', sans-serif !important;
  letter-spacing: 0.01em
}

.h2, h2 {
  /*color: #868686;*/
  color: #5C7A88;
  font-size: 38px;
  padding: 0 0 20px 0;
  font-weight: 700;
}

.h4, h4 {
  font-size: 24px !important;
  color: #5C7A88;
}

p {
  color: #5C7A88;
}

a {
  transition: all 0.6s ease-in-out;
}

a:hover {
  transition: all 0.6s ease-in-out;
}

.whitetext {
  color: #ffffff !important;
}

.greytext {
  /*color: #868686;*/
  color: #5C7A88;
}

.orangetext {
  /*color: #868686;*/
  color: #5C7A88;
}

.orangetext-day-menu {
  color: #7A909A
}


.navbar-brand {
  height: 140px;
  padding-bottom: 0 !important;
}

.logo-image {
  width: 85%;
  max-height: 100%;
}



.navigacija .nav>li>a {
  padding-top: 15px;
  padding-bottom: 15px;
}

.navigacija .navbar-toggle {
  padding: 10px;
  margin: 25px 15px 25px 0;
}

.navbar {
  margin-bottom: 0;
  border-radius: 0;
  background-color: #ffffff;
  /*color: #868686;*/
  color: #5C7A88;
  padding: 10px 0;
  border: 0;
  min-height: 250px;
  z-index: 100;
}


.navbar-nav {
  margin-top: 0;
  transform: translateY(310%);
}

.navbar-nav>li>a {
  font-size: 1.25em;
  font-weight: 400;
  padding: 15px 0 6px 0 !important;
  margin-left: 1.5em;
  /*color: #868686;*/
  color: #5C7A88 !important;
}

.navbar-nav>li>a::before {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #fff;
  transition: 0.5s transform ease;
  transform: scale3d(0, 1, 1);
  transform-origin: 0 50%;
}

.navbar-nav>li>a:hover::before {
  transform: scale3d(1, 1, 1);
}

.navbar-nav>li>a::before {
  background: #5C7A88;
  transform-origin: 100% 50%;
}

.navbar-nav>li>a:hover::before {
  transform-origin: 0 50%;
}


.navbar-nav>li>a:hover {
  color: #3b4a52 !important;
}

.navbar-inverse .navbar-nav .active a, .navbar-inverse .navbar-nav .active a:focus, .navbar-inverse .navbar-nav .active a:hover {
  color: #5C7A88;
  background-color: #ffffff;
}

.navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
  color: #5C7A88;
  background-color: #ffffff;
}

.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
  color: #5C7A88;
  background-color: #ffffff;
}

.navbar-header {
  width: 49%;
}

.navbar-collapse {
  width: 49%;
}

ul.navbar-new {
  display: inline-block;
  list-style-type: none;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
  top: 0;
  width: 100%;
  z-index: 100;
  text-align: center;
  padding-bottom: 1em;
}

ul.navbar-new li {
  display: inline-block;
  text-align: center;
}

ul.navbar-new li a {
  font-weight: 500;
  font-size: 19px;
  color: #5C7A88;
  padding: 1em 2em;
  text-decoration: none;
}

ul.navbar-new li a:hover {
  color: #3b4a52 !important;
}



.carousel .item {
  height: 600px;
}

.item img {
  position: absolute;
  top:50%;
  transform: translateY(-50%);
  left: 0;
  min-height: 600px;
  width: 100%;
  object-fit: cover;
}

.carousel-caption {
  top: 50%;
  transform: translateY(-50%);
  text-transform: uppercase;
}



.carousel-indicators {
  width: 100%;
  margin-left: -50%;
  margin-bottom: -20px;
}

.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}

.carousel-indicators li {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #D8E2E7;

  border: none;
  border-radius: 10px;
}

.btn {
  font-size: 18px;
  color: #fff;
  padding: 12px 22px;
  background-color: #cccccc;
  border: 2px solid #fff;
}

.section {
  padding: 0px 0;
  border-top: solid 5px #ffffff;
}

.bg-grey {
  background-color: #f4f4f4;
}

.thumbnl {
  max-width: 400px;
  /*margin: 1% auto;*/
}


.zatrazi-ponudu {
  left: 0;
  top: 495px;
  position: fixed;
  z-index: 100000;
}

.googlemap {
  border-top: solid 10px #ffffff;
}

.footer {
  color: #ffffff !important;
  padding: 25px 0;
  font-weight: 300;
  line-height: 24px;
}

.footer p {
  color: #ffffff !important;
}

.orangefrl {
  /*background-image: -webkit-linear-gradient(top, rgba(185, 200, 207, 1) 0, rgba(92, 122, 136, 1) 100%);
  background-image: -o-linear-gradient(top, rgba(185, 200, 207, 1) 0, rgba(92, 122, 136, 1) 100%);
  background-image: -webkit-gradient(linear, top, bottom, from(rgba(185, 200, 207, 1)), to(rgba(92, 122, 136, 1)));
  background-image: linear-gradient(to bottom, rgba(185, 200, 207, 1) 0, rgba(92, 122, 136, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee7f11', endColorstr='#ec700e', GradientType=1);*/
  background-color: #A0B1BD;
  background-repeat: repeat-x;
}

.whiteline {
  width: 360px;
  border-top: solid 2px #ffffff;
  margin: 30px auto;
}

.square-white {
  width: 360px;
  height: 360px;
  border: solid 3px #ffffff;
  border-radius: 0.5em;
  background-color: rgba(255, 255, 255, 0.3);
  text-align: center;
  margin: 70px auto 30px;
}

.square-pocetna {
  width: 260px;
  height: 260px;
  border: solid 3px #ffffff;
  border-radius: 0.5em;
  background-color: rgba(92, 122, 136, 0.6);
  text-align: center;
  margin: 50% auto;
  transition: all 0.8s;
}

.square-pocetna-gableci {
  bottom: 0;
  right: 15px;
  position: absolute;
  width: 260px;
  height: 80px;
  border-left: solid 3px #ffffff;
  border-top: solid 3px #ffffff;
  border-right: solid 3px #ffffff;
  border-radius: 0.5em 0.5em 0 0;
  background-color: rgba(92, 122, 136, 0.6);
  text-align: center;
  transition: all 0.8s;
}

.square-pocetna:hover {
  background-color: rgba(92, 122, 136, 0.3);
  cursor: pointer;
  transition: all 0.8s;
}

.square-pocetna-gableci:hover {
  background-color: rgba(92, 122, 136, 0.3);
  cursor: pointer;
  transition: all 0.8s;
}

.square-jelovnik {
  width: 360px;
  height: 160px;
  border-bottom: solid 2px #5C7A88;
  text-align: center;
  margin: -20px auto 30px;
  /*color: #868686;*/
  color: #5C7A88;
}

.square-advent {
  width: 360px;
  height: auto;
  border-bottom: solid 2px #5C7A88;
  text-align: center;
  margin: -20px auto 30px;
  /*color: #868686;*/
  color: #5C7A88;
}

.square-kolaci {
  width: 360px;
  height: 160px;
  border-bottom: solid 2px #5C7A88;
  text-align: center;
  margin: -20px auto 30px;
  /*color: #868686;*/
  color: #5C7A88;
}

/* tekst u kvadraticima */
.square-txt-slastice {
  padding-top: 85px;
  font-size: 30px;
  font-weight: 700;
}

.square-txt-domjenci {
  padding-top: 85px;
  font-size: 30px;
  font-weight: 700;
}

.square-txt-dvorana {
  padding-top: 70px;
  font-size: 30px;
  font-weight: 700;
}

.square-txt-vjencanja {
  padding-top: 85px;
  font-size: 30px;
  font-weight: 700;
}

.square-txt-gableci {
  padding-top: 1px;
  font-size: 19px;
  font-weight: 700;
}

.kapa {
  position: absolute;
  margin-top: -60px;
  margin-left: -90px;
}

.domjenci {
  background-image: url(../img/domjenci.png);
  text-align: center;
  margin: 0 auto;
  background-size: cover;
  repeat: none;
  min-height: 500px;
}

.domjenci-link {
  background-size: cover;

}

.domjenci-link:hover {
  cursor: pointer;
  background-image: url(../img/mali-dom/mali-dom-top.jpg);
  transition: background-image 1.5s ease-in;
}

.domjenci h2 {
  padding-top: 120px;
  font-size: 35px;
  letter-spacing: 0.01em;
}

.domjenci h3 {
  font-size: 22px;
}


/* MINI GALERIJA */

.mini-galerija .top-image {
  background-size: cover;
  background-position: center center;
  height: 300px;
  margin-bottom: 30px;
}

.mini-galerija-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 30px;
}

.mini-galerija-grid>div {
  background-size: cover;
  background-position: center center;
  height: 300px;
}



.jelovnik {
  background-image: url(../img/jelovnik.jpg);
  text-align: center;
  margin: 0 auto;
  background-size: cover;
  repeat: none;
  min-height: 500px;
}

.advent {
  background-image: url(../img/adventska_kucica.jpg);
  text-align: center;
  margin: 0 auto;
  background-size: cover;
  repeat: none;
  min-height: 500px;
}

.kolaci {
  background-image: url(../img/kolac.jpg);
  text-align: center;
  margin: 0 auto;
  background-size: cover;
  repeat: none;
  min-height: 500px;
}

.pocetna {
  /*background-image: url(../img/pocetna.jpg);*/
  text-align: center;
  margin: 0 auto;
  background-size: cover;
  repeat: none;
  /*min-height: 500px;*/

}

.mali-dom {
  background-image: url(../img/mali-dom/mali-dom-top.jpg);
  text-align: center;
  margin: 0 auto;
  background-size: cover;
  repeat: none;
  min-height: 500px;
}

.mali-dom-link {
  /*background-image: url(../img/mali-dom/mali-dom-top.jpg);*/
  text-align: center;
  margin: 0 auto;
  background-size: cover;
  repeat: none;
  /*min-height: 500px;*/
}

.mali-dom-link:hover {
  cursor: pointer;
  background-image: url(../img/domjenci.jpg);
  transition: background-image 1.5s ease-in;
}

.mali-dom-link h2 {
  padding-top: 120px;
  font-size: 37px;
  letter-spacing: 0.01em;
}

.mali-dom-link h3 {
  font-size: 24px;
}


.mali-dom-link h2 {
  padding-top: 120px;
  font-size: 37px;
  letter-spacing: 0.01em;
}

.mali-dom-link h3 {
  font-size: 24px;
}


.menu-contact-line {
  width: 100%;
  padding: 20px 0 30px 0;
  border-top: solid 2px #ffffff;

}

.menu-contact-icon {
  float: left;
  position: relative;
  margin-left: 30px;
}

.menu-contact-text {
  margin-left: 90px;
  margin-top: 6px;
  padding-bottom: 10px;
  font-size: 24px;
  font-weight: 300 !important;
}

.menu-contact-text b {
  font-weight: 600;
}

.menu-restaurant {
  width: 100%;
  float: left;
  padding: 19px 15px 46px 15px;
  position: relative;
  font-weight: 500;
  font-size: 21px;
  letter-spacing: 0.03em;
  line-height: 33px;
}

.menu-restaurant h3 {
  font-size: 34px;
  letter-spacing: 0.03em;
}

.menu-restaurant-actual {
  background-color: rgba(255, 255, 255, 0.7);
  color: #5C7A88;
}

.menu-restaurant .menu-title {
  float: left;
  text-align: left !important;
  color: #ffffff;
}

.menu-title a, p {
  font-size: 30px;
}

.menu-restaurant-actual .menu-title {
  float: left;
  color: #5C7A88;
}

.menu-restaurant .menu-line {
  position: absolute;
  bottom: 6px;
  border-bottom: 1px dotted rgba(0, 0, 0, .3);
  margin-left: .6rem;
  margin-right: .6rem;
}

.menu-restaurant .menu-price {
  font-weight: 600;
  float: right;
  right: 0;
  top: 0;
  color: #ffffff;
}

.menu-restaurant-actual .menu-price {
  font-weight: 600;
  float: right;
  right: 0;
  top: 0;
  color: #5C7A88;
}

.menu-restaurant .menu-subtitle {
  display: block;
  float: left;
  color: #ffffff;
  font-size: 1.2rem;
}

.menu-restaurant span.clearfix {
  position: relative;
  display: block;
  width: 90%;
}

#menu-flters ul li a.active, #menu-flters ul li a:hover {
  background: #D8E2E7;
  color: #fff;
  border: 1px solid #D8E2E7;
}

#menu-flters ul li {
  display: inline-block;
  color: #fff;
  text-transform: capitalize;
  letter-spacing: 1px;
  margin-bottom: 40px;
}

#menu-flters ul li a {
  padding: 10px 20px;
  font-size: 14px;
  color: #565656;
  border-radius: 0px;
  border: 1px solid #BBBBBB;
  text-decoration: none;
  cursor: pointer;
}

.popup-gallery h2 {
  margin-top: 28px;
  font-size: 31px;
}

.popup-gallery .col-sm-4 {
  margin-bottom: 20px;
}

a.vise-fotografija {
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  padding: 14px 35px;
  background-color: #5C7A88;
  border: none;
  margin: 15px 0 30px 0;
  text-transform: uppercase;
}

a.vise-fotografija:hover {
  background-color: #D8E2E7;
  color: #fff;
  text-decoration: none;
}



@media (max-width: 1200px) {

  .carousel .item {
    height: 420px;
  }

  .item img {
    min-height: 420px;
  }

  .square-pocetna {
    width: 220px;
    height: 220px;
    margin: 26% auto;
    font-size: 20px;
  }

  .square-pocetna-gableci {
    right: 0px;
    width: 220px;
    height: 80px;
    text-align: center;
  }

  .square-txt-slastice {
    padding-top: 70px;
    font-size: 22px;
    font-weight: 700;
  }

  .square-txt-domjenci {
    padding-top: 70px;
    font-size: 22px;
    font-weight: 700;
  }

  .square-txt-dvorana {
    padding-top: 55px;
    font-size: 22px;
    font-weight: 700;
  }

  .square-txt-vjencanja {
    padding-top: 70px;
    font-size: 22px;
    font-weight: 700;
  }

  .square-txt-gableci {
    padding-top: 0;
    font-size: 1em;
    font-weight: 700;
  }

  .navbar-nav>li>a {
    font-size: 1.2em;
    padding-top: 6px;
    padding-bottom: 6px;
    /*color: #868686;*/
  color: #5C7A88 !important;
  }

  .navbar-nav {
    margin-top: 0px !important;
  }
}

@media (max-width: 991px) {

  .carousel .item {
    height: 760px;
  }

  .item img {
    min-height: 760px;
  }

  .pocetna>.container {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .square-pocetna {
    width: 220px;
    height: 220px;
    margin: 8% auto;
    font-size: 20px;
  }

  .square-pocetna-gableci {
    right: calc(8% + 15px);
    width: 220px;
    height: 80px;
    text-align: center;
  }

  .navbar {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .navbar-nav>li>a {
    font-size: 1.1em;
    padding-top: 0px !important;
    padding-bottom: 13px;
    /*color: #868686;*/
  color: #5C7A88 !important;
  }

  .navbar-nav {
    margin-top: 0px !important;
    transform: translateY(0%);
  }

  .navbar-header {
    width: 49%;
  }

  .navbar-collapse {
    width: 49%;
    float: left !important;
  }
}

@media (max-width: 768px) {


  .carousel .item {
    height: 670px;
  }

  .item img {
    min-height: 670px;
  }

  .h2, h2 {
    font-size: 1.6em;
    padding: 0 17px 10px 17px;
  }

  .h4, h4 {
    font-size: 20px !important;
  }

  .navbar-collapse {
    border: none !important;
  }

  .navbar-collapse ul {
    background-color: #5C7A88;
    margin-bottom: 0 !important;
  }

  .navbar-collapse ul li {
    border-top: solid 2px #fff;
  }

  .navbar-collapse ul li a {
    color: #fff !important;
  }

  .navbar-collapse ul li a:hover {
    color: #fff !important;
  }

  .carousel-caption {
    display: none;
  }

  .square-pocetna {
    width: 220px;
    height: 220px;
    margin: 4% auto;
    font-size: 20px;
  }

  .square-pocetna-gableci {
    right: calc(4% + 15px);
    width: 220px;
    height: 80px;
    text-align: center;
  }

  .navigacija .navbar-brand {
    height: 140px;
  }

  .navbar-header {
    width: 100%;
    margin: 0 auto !important;
  }

  .navbar-collapse {
    width: 100%;
    margin: 0 auto !important;
  }

  .navbar-nav>li>a {
    font-size: 1.1em;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }

  .mini-galerija .top-image {
    height: 220px;
  }

  .mini-galerija-grid>div {
    height: 220px;
  }

}


@media (max-width: 480px) {

  .carousel .item {
    height: 460px;
  }

  .item img {
    min-height: 460px;
  }

  .pocetna>.container {
    min-height: 350px;
  }

  .square-pocetna {
    border: solid 3px #ffffff;
    width: 144px;
    height: 144px;
    margin: 4% auto;
  }

  .square-pocetna-gableci {
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 220px;
    height: 70px;
    text-align: center;
  }

  .square-txt-slastice {
    padding-top: 40px;
    font-size: 17px;
    font-weight: 600;
  }

  .square-txt-domjenci {
    padding-top: 40px;
    font-size: 17px;
    font-weight: 600;
  }

  .square-txt-dvorana {
    padding-top: 20px;
    font-size: 17px;
    font-weight: 600;
  }

  .square-txt-vjencanja {
    padding-top: 40px;
    font-size: 17px;
    font-weight: 600;
  }

  .square-txt-gableci {
    padding-top: 0px;
    font-size: 17px;
    font-weight: 600;
  }

  .menu-restaurant {
    width: 100%;
  }

  .navigacija .navbar-brand {
    height: 100px;
    max-width: 200px;
  }

  .square-white {
    width: 280px;
    height: 280px;
    border: solid 6px #ffffff;
    background-color: rgba(255, 255, 255, 0.3);
    text-align: center;
    margin: 70px auto 30px;
  }

  .square-white h2 {
    font-size: 30px;
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  }

  .square-white h3 {
    font-size: 20px;
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  }

  .mini-galerija .top-image {
    height: 180px;
  }

  .mini-galerija-grid>div {
    height: 180px;
  }

}




.input {
  width: 100%;
  height: 50px;
  padding: 8px;
  font-size: 1.3em;
  border: solid 2px #5C7A88;
  margin: 2px 0 20px;
  color: #5C7A88;
  background: transparent;
}