/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ----- Code ----- */

body {
    font-family: 'Montserrat', sans-serif;
}

.navbar {
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: 2px 13px 43px -13px rgba(0,0,0,0.16);
            box-shadow: 2px 13px 43px -13px rgba(0,0,0,0.16);
    background: rgba(250, 250, 250, 0.0)!important;
}

.nav-link {
    color: #fff !important;
}

.nav-item {
    margin: 0 7px;
}

.dropdown-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff !important;
}

.dropdown {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.dropdown .jezik-slika {
    width: 25px;
    margin-right: 5px;
}

header nav a img {
    width: 100%;
    max-width: 50px;
}

.navbar-brand {
    margin-left: 10%;
}

.navbar-dark .navbar-toggler {
    outline: none;
    border: none;
}

.navbar-nav {
    position: relative;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.jezik-hide2 {
    margin-right: 10%;
}

.dropdown-menu {
    border-radius: 0;
}

.dropdown-item.active, 
.dropdown-item:active {
    background-color: #d9be7f;
}

.dropdown-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 4px 0px;
    margin-left: 22%;
    color: #caa54e;
}

.dropdown-item img {
    width: 20px;
    margin-right: 10px;
}

.dropdown .dropdown-menu {
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;

    max-height: 0;
    display: block;
    overflow: hidden;
    opacity: 0;
}

/* For Bootstrap 4, use .dropdown.show instead of .dropdown.open */
.dropdown.show .dropdown-menu { 
    max-height: 300px;
    opacity: 1;
    margin-bottom: 20px;
    background-color: #000;
}

/* --- Footer --- */
footer {
    background-color: #000;
    margin-top: 50px;
}

.footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    color: #fff;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    padding: 50px 0;
    border-bottom: 1px solid #fff;
}

.foot-kontakt,
.foot-social,
.foot-linkovi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 33%;
}

footer h1 {
    font-size: 25px;
}

.foot-span {
    margin: 15px 0;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    content: "";
    height: 2px;
    width: 35px;
    background-color: #d9be7f;
}

.footer h2 {
    font-size: 15px;
    padding-bottom: 30px;
}

.foot-social:hover span,
.foot-linkovi:hover span,
.foot-kontakt:hover span {
    width: 50px;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.foot-kontakt a {
    color: #fff;
    font-size: 20px;
    padding-bottom: 10px;
    text-decoration: none;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.foot-kontakt a:hover {
    color: #d9be7f;
}
.social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}

.social a {
    margin-right: 20px;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.social a i {
    color: #fff;
    font-size: 35px;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.social img {
    width: 35px;
    opacity: 0.8;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.social a:nth-of-type(1):hover i {
    background: -o-radial-gradient(33% 100%, circle, #FED373 4%, #F15245 30%, #D92E7F 62%, #9B36B7 85%, #515ECF);
    background: radial-gradient(circle at 33% 100%, #FED373 4%, #F15245 30%, #D92E7F 62%, #9B36B7 85%, #515ECF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
       -webkit-transition: all .2s linear;
       -o-transition: all .2s linear;
       transition: all .2s linear;
}

.social a:nth-of-type(2):hover i {
    color: #007bff;
}

.social a:nth-of-type(3):hover img {
    opacity: 1;
}

.foot-linkovi p {
    font-size: 20px;
    margin-bottom: 10px;
}

.foot-linkovi p i {
    padding-left: 7px;
}

.footer2 {
    width: 100%;
    text-align: center;
    color: #fff;
    padding: 20px 0;
    margin-top: 5px;
}

.footer2 a {
    background-color: #007bff;
    padding: 10px 20px;
    margin-left: 5px;
    color: #fff;
    text-decoration: none;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.footer2 a:hover {
    background-color: #0063cc;
}

.footer2 p {
    width: 90%;
    margin: 0 auto;
    line-height: 35px;
}

.card {
    background-color: #000;
}

.card button {
    color: #fff;
    font-size: 20px;
    border: none;
    outline: none;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.card button:focus {
    text-decoration: none;
}

.card button i {
    padding-left: 5px;
    font-size: 18px;
}

.card button:hover {
    text-decoration: none;
    color: #d9be7f;
}

.card-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.card-body a {
    color: #fff;
    margin-bottom: 10px;
}

.card-header {
    padding: 0;
}
/* --- End Footer --- */

/* --- Bootstrap Slider  --- */
.carousel-item {
    height: 100vh;
    min-height: 350px;
    background: no-repeat center center scroll;
    background-size: cover;
  }

  .carousel-caption {
      -webkit-transform: translateY(50%);
          -ms-transform: translateY(50%);
              transform: translateY(50%);
      bottom: 50%;
  }

  .carousel-control-next-icon {
      background-image: url(../slike/right-white.png);
  }

  .carousel-control-prev-icon {
      background-image: url(../slike/left-white.png);
  }

  .carousel-indicators .active {
    opacity: .7 !important;
    background-color: #d9be7f;
  }

  .carousel-indicators li {
      opacity: .2 !important;
  }

  .carousel-control-next:hover {
      opacity: 1;
  }
/* --- Bootstrap Slider End --- */

/* --- Bootstrao Slider Content --- */
.carousel-caption {
    left: 0;
    right: 0;
}
.slajder {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.slajder p {
    font-size: 20px;
    position: relative;
    padding-bottom: 20px;
}

.slajder p::before {
    content: "";
    background: #d9be7f;
    position: absolute;
    height: 2px;
    width: 50px;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}

.slajder h1 {
    font-family: 'Gilda Display', serif;
    font-size: 60px;
    margin: 20px 0 40px;
}

.dugmad {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.dugmad a {
    border: 2px solid #fff;
    color: #fff;
    font-size: 13px;
    width: 150px;
    max-width: 150px;
    height: 49px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-decoration: none;
    margin: 20px 13px 0;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.dugmad a:nth-of-type(2) {
    background: rgba(217, 190, 127, 0.5);
    border: none;
}

.dugmad a:nth-of-type(1):hover {
    border: 2px solid #d9be7f; 
}

.dugmad a:nth-of-type(2):hover {
    background: #d9be7f;
}
/* --- Bootstrao Slider Content End--- */

.div-fluid {
    width: 80%;
    margin: 0 auto;
}

/* --- class First --- */
.first {
    margin: 100px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}

.first-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 50%;
    padding-right: 20px;
}

.first-left div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}

.first-left div img {
    width: 50%;
    max-width: 330px;
    padding: 5px;
}

.first-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 50%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 75px;
}

.head1 {
    font-size: 35px;
    margin-bottom: 20px;
    line-height: 40px;
    max-width: 450px;
}

.span {
    content: "";
    height: 2px;
    width: 40px;
    background-color: #d9be7f;
}

.paragraf {
    font-size: 17px;
    margin-top: 20px;
    max-width: 450px;
    line-height: 26px;
}

.first-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 40px;
}

.first-buttons a {
    border: 2px solid #000;
    color: #000;
    font-size: 13px;
    width: 150px;
    max-width: 150px;
    height: 49px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.first-buttons a:nth-of-type(1):hover {
    border: 2px solid #d9be7f; 
}

.first-buttons a:nth-of-type(1) {
    margin-right: 12px;
}

.first-buttons a:nth-of-type(2) {
    background: #caa54e;
    border: none;
    color: #fff;
    margin-left: 12px;
}

.first-buttons a:nth-of-type(2):hover {
    background-color: #9d7c2f;
    border: none;
}

.first-buttons2 {
    display: none;
}
/* --- class First End --- */

/* --- class Onama  --- */
.onama {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 100px 0;
}

.onama-left {
    width: 50%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.onama-right {
    width: 50%;
}

.onama-right img {
    width: 100%;
}

.onama-left h1 {
    margin-bottom: 15px;
}

.onama-left p:nth-of-type(1) {
    font-size: 13px;
    margin-top: 15px;
}

.onama-left p:nth-of-type(2),
.onama-left p:nth-of-type(3) {
    max-width: none;
}
/* --- class Onama End --- */



/* --- class Izdvajamo --- */
.izdvajamo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 50px auto;
}

.izdvajamo-slike {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}

.izdvajamo-slike div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}

.izdvajamo-slike .izdvajamo-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative !important;
}

.izdvajamo-slike div div img {
    width: 100%;
}

.izdvajamo-prvi div:nth-of-type(2) {
    margin: 0 10px 0 20px;
}

.izdvajamo-drugi div:nth-of-type(1) {
    margin: 0 20px 0 10px;
}

.izdvajamo-tekst {
    position: absolute !important;
    bottom: 50%;
    color: #fff;
    margin: 0 !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-decoration: none;
}

.izdvajamo-tekst a {
    color: #fff;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

.izdvajamo-tekst a:hover {
    color: #d9d9d9;
    text-decoration: none;
}

.izdvajamo-tekst span {
    content: "";
    height: 2px;
    width: 30px;
    background-color: #fff;
    margin-top: 10px;
}

.izdvajamo h1 {
    margin-bottom: 15px;
}

.par {
    font-size: 13px;
    margin-top: 15px;
    margin-bottom: 30px;
}

.izdvajamo-opis {
    font-size: 17px;
    text-align: center;
    margin-top: 20px;
}

.izdvajamo-buttons {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}
/* --- class Izdvajamo End --- */

/* --- class ublizini --- */
.ublizini {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.ublizini h1 {
    margin-bottom: 15px;
}

.ublizini-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}

.ublizini-info1,
.ublizini-info2 {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.ublizini-info1 {
    position: relative;
}

.ublizini-info1 img {
    width: 100%;
    height: 100%;
}

.ublizini-info1 div {
    position: absolute;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    top: 50%;
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}

.ublizini-info1 div h2 {
    font-size: 14px;
}

.ublizini-info1 div p {
    font-size: 18px;
    max-width: 80%;
    margin: 0 auto;
    line-height: 24px;
}

.ublizini-info1 div span {
    content: "";
    height: 2px;
    width: 30px;
    background-color: #d9be7f;
    margin: 10px 0;
}

.ublizini-info1 div a {
 
    background-color: rgba(217, 190, 127, 0.5);;
    color: #fff;
    font-size: 13px;
    width: 150px;
    max-width: 150px;
    height: 49px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 30px;
}

.ublizini-info1 div a:hover {
    background: #d9be7f;
}

.ublizini-info2 {
    -webkit-box-shadow: 0px 30px 119px -26px rgba(0,0,0,0.16);
            box-shadow: 0px 30px 119px -26px rgba(0,0,0,0.16);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 46%;
    margin: 50px 0 50px auto;
    position: relative;
}

.ublizini-info2 h2 {
    font-size: 30px;
    width: 70%;
    margin: 40px auto 15px;
    position: relative;
    padding-bottom: 10px;
}

.ublizini-info2 h2 span {
    content: "";
    background: #d9be7f;
    height: 2px;
    width: 70%;
    max-width: 35px;
    position: absolute;
    top: 100%;
}

.ublizini-info2 p {
    font-size: 18px;
    width: 70%;
    margin: 0 auto 20px;
    line-height: 25px;
}

.ublizini-info2 p:nth-of-type(2) {
    margin-bottom: 40px;
}

.span2 {
    content: "";
    background-color: #d9be7f;
    height: 12px;
    width: 130px;
    -webkit-transform: rotateZ(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotateZ(-45deg);
    top: 25px;
    left: -34px;
    position: absolute;
}

.span3 {
    content: "";
    background-color: #d9be7f;
    height: 12px;
    width: 130px;
    -webkit-transform: rotateZ(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotateZ(-45deg);
    bottom: 25px;
    right: -34px;
    position: absolute;
}

.ublizini-info3 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
}

.ublizini-info4 {
    margin: 50px auto 50px 0;
}

.ublizini-info1 div a:nth-of-type(2) {
    display: none;
}
/* --- class ublizini End --- */

/* --- class Kontakt --- */
.kontakt {
    margin-top: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.kontakt h1 {
    margin-bottom: 15px;
}

.lokacija {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
}

.mapa {
    width: 50%;
}

.mapa iframe {
    width: 100%;
}

.objekti {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 10;
}

.objekti2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 20px 30px;
    margin-bottom: 10px;
    width: 80%;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.objekti2:hover {
    -webkit-box-shadow: 0px 30px 106px -18px rgba(0,0,0,0.16);
            box-shadow: 0px 30px 106px -18px rgba(0,0,0,0.16);
}

.objekti2 a {
    font-size: 20px;
    color: #000;
    text-decoration: none;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.objekti2 .decoration:hover {
    color: #999999;
}

.objekti2:hover span {
    width: 70px;
}

.decoration {
    position: relative;
    padding-bottom: 10px;
}

.objekti2 a span {
    content: "";
    width: 30px;
    height: 2px;
    background-color: #d9be7f;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.objekti2 div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}

.objekti2 div a {
    margin: 0 10px;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.objekti2 div a i {
    color: #d9be7f;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.objekti2 div a:hover i {
    color: #9d7c2f;
}
/* --- class Kontakt End --- */
 
/* --- class kontakt-info --- */
.kontakt-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: 40px auto;
}

.kontakt-info div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding: 10px;
    margin: 0 10px;
    -webkit-box-shadow: 0px 30px 106px -7px rgba(0,0,0,0.16);
            box-shadow: 0px 30px 106px -7px rgba(0,0,0,0.16);
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

.kontakt-info div:hover {
    background-color: #d9be7f;
}

.kontakt-info div a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #000;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    font-size: 13px;
}

.kontakt-info div:hover a {
    text-decoration: none;
    color: #fff;
}

.kontakt-info div img {
    width: 40px;
    margin: 0 auto 10px;
}
/* --- class kontakt-info End --- */

/* --- class forma --- */
.forma {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 100px;
}

.forma form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 20px;
}

.forma form .forma-prvi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.forma form .forma-prvi div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 30%;
}

.forma form .forma-drugaciji {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100% !important;
}

.forma form .forma-drugaciji input,
.forma form .forma-drugaciji select {
    width: 48%;
}

.forma form div input,
.forma form div select {
    width: 100%;
    padding: 20px 15px;
    margin-bottom: 20px;
    -webkit-box-shadow: 0px 30px 106px -7px rgba(0,0,0,0.16);
            box-shadow: 0px 30px 106px -7px rgba(0,0,0,0.16);
    border: none;
}

.forma form div input:focus,
.forma form div select:focus {
    border: none;
    outline: none;
}

.forma form div input::-webkit-input-placeholder {
    color: #999999;
}

.forma form div input::-moz-placeholder {
    color: #999999;
}

.forma form div input:-ms-input-placeholder {
    color: #999999;
}

.forma form div input::-ms-input-placeholder {
    color: #999999;
}

.forma form div input::placeholder {
    color: #999999;
}

.forma form div select {
    color: #999999;
}

.forma form textarea {
    -webkit-box-shadow: 0px 30px 106px -7px rgba(0,0,0,0.16);
            box-shadow: 0px 30px 106px -7px rgba(0,0,0,0.16);
    border: none;
    outline: none;
    padding: 20px;
    margin-bottom: 20px;
    height: 100%;
}

.form-dugmad {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 20px;
}

.form-dugmad input {
    border: 2px solid #000 !important;
    color: #000;
    font-size: 13px;
    width: 150px !important;
    height: 49px;
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    padding: 0 !important;
    background-color: #fff;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    margin-bottom: 11px !important;
}

.form-dugmad input:nth-of-type(1) {
    margin-right: 12px;
}

.form-dugmad input:nth-of-type(2) {
    background: #caa54e;
    border: none !important;
    color: #fff;
    margin-left: 12px;
}

.form-dugmad input:nth-of-type(1):hover {
    border: 2px solid #d9be7f !important;
} 

.form-dugmad input:nth-of-type(2):hover {
    border: none !important;
    background-color: #9d7c2f !important;
} 

.form-povratnainfo {
    width: 300px;
    margin: 0 auto;
}

.form-povratnainfo p {
    color: #959595;
    text-align: center;
    font-size: 12px;
    line-height: 15px;
}
/* --- class forma End --- */

/* --- Back To Top --- */
.back-to-top {
    position: fixed;
    bottom: 25px;
    right: 25px;
    display: none;
}
/* --- class smjestaj --- */
.smjestaj {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 100px auto;
}

.smjestaj h1 {
    margin-bottom: 15px;
}

.smjestaj-ponuda {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.smjestaj-apartmani,
.smjestaj-sobe {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 49%;
    position: relative;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.smjestaj-apartmani img,
.smjestaj-sobe img {
    width: 100%;
}

.smjestaj-apartmani div,
.smjestaj-sobe div {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}

.smjestaj-apartmani h2,
.smjestaj-sobe h2 {
    font-size: 30px;
    color: #fff;
}

.smjestaj-apartmani span,
.smjestaj-sobe span {
    margin: 15px 0;
}

.smjestaj-apartmani p,
.smjestaj-sobe p {
    color: #fff;
    margin-bottom: 30px;
    width: 70%;
    text-align: center;
    line-height: 20px;
} 

.smjestaj-apartmani a,
.smjestaj-sobe a {
    background-color: rgba(217, 190, 127, 0.5);
    color: #fff;
    font-size: 13px;
    width: 150px;
    max-width: 150px;
    height: 49px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.smjestaj-apartmani a:hover,
.smjestaj-sobe a:hover {
    background: #d9be7f;
}
/* --- class smjestaj End --- */

/* --- class Apartmani --- */
.apartmani {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 100px auto 50px;
}

.apartmani1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.apartmani h1 {
    margin-bottom: 15px;
}

.apartmani p {
    width: 100%;
    max-width: 350px;
    text-align: center;
    line-height: 19px;
}

.apartmani-naslov {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    margin-bottom: 20px;
}

.apartmani-naslov h2 {
    margin-bottom: 15px;
    font-size: 30px;
}

.apartmani-naslov span {
    width: 30px;
}

.apartmani-slika,
.gallery {
    width: 48%;
}

.apartmani-slika img {
    width: 100%;
}

.gallery .row {
    width: 100%;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}

.gallery a {
    width: 50%;
    transition: all .2s ease;
}

.gallery a:hover {
    transform: scale(1.02);
}

.gallery .row a:nth-of-type(1) {
    padding-bottom: 10px;
    padding-right: 5px;
}

.gallery .row a:nth-of-type(2) {
    padding-bottom: 10px;
    padding-left: 5px;
}

.apartmani-opis {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
}

.apartmani-opis div {
    width: 48%;
}

.apartmani-opis div p {
    text-align: start;
    max-width: 100%;
}

.apartmani-opis div:nth-of-type(1) p:nth-of-type(2) {
    font-weight: 600;
    margin-top: 5px;
}

.apartmani-opis2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}

.apartmani-opis3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 50% !important;
}

.apartmani-opis3 div {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.apartmani-opis3 div p {
    text-align: center;
    font-size: 15px;
}

.apartmani-opis3 .nocenje {
    font-weight: 600;
}

.apartmani-opis3 div i {
    font-size: 30px;
    margin-bottom: 10px;
    color: #caa54e;
}

.apartmani-rez {
    width: 100%;
    display: flex;
    align-items: center;
    margin-top: 30px;
}

.apartmani-rez p {
    font-size: 13px;
}

.apartmani-rez span {
    font-weight: 600;
}

.apartmani-rez a {
    background-color: #caa54e;
    color: #fff;
    font-size: 13px;
    width: 150px;
    max-width: 150px;
    height: 49px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.apartmani-rez a:hover {
    background-color: #9d7c2f;
    border: none;
}
/* --- class Apartmani End --- */

/* --- galerija / gallery / gallery1 --- */
.galerija {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 100px auto 50px;
}

.gallery1 {
    width: 100%;
}

.gallery1 a {
    width: 50%;
    padding: 5px !important;
}

.gallery2 {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}
/* --- galerija / gallery / gallery1 End --- */









@media screen and (max-width: 1440px) {
    .izdvajamo-slike div div img {
        width: 100%;
    }

    .izdvajamo-tekst {
        -webkit-transform: translateY(-25%);
            -ms-transform: translateY(-25%);
                transform: translateY(-25%);
    }
}

@media screen and (max-width:1220px) {
    .forma form div input::-webkit-input-placeholder {
        font-size: 13px;
    }
    .forma form div input::-moz-placeholder {
        font-size: 13px;
    }
    .forma form div input:-ms-input-placeholder {
        font-size: 13px;
    }
    .forma form div input::-ms-input-placeholder {
        font-size: 13px;
    }
    .forma form div input::placeholder {
        font-size: 13px;
    }

    .forma form .forma-drugaciji select {
        font-size: 13px;
    }

    .forma form textarea {
        font-size: 13px;
    }
}

@media screen and (max-width: 1220px) and (min-width: 769px) {
    .head1 {
        font-size: 30px;
        line-height: 33px;
    }

    .paragraf {
        font-size: 15px;
        line-height: 22px;
    }

    .ublizini-info2 h2 {
        font-size: 25px;
    }

    .ublizini-info2 p {
        font-size: 15px;
        line-height: 24px;
    }

    .ublizini-info1 div p {
        font-size: 15px;
        line-height: 24px;
    }

    .objekti2 a {
        font-size: 15px;
    }
}

@media screen and (max-width: 1024px) {
    .onama {
        padding-top: 0;
    }

    .footer {
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }

    .footer h1 {
        font-size: 20px;
    }

    .footer h2 {
        font-size: 12px;
        padding-bottom: 25px;
    }

    .foot-kontakt a {
        font-size: 15px;
    }

    .foot-linkovi p {
        font-size: 15px;
    }

    .ublizini-info2 h2 {
        margin: 40px auto 15px;
        font-size: 20px;
        width: 75%;
        position: relative;
        padding-bottom: 10px;
    }

    .ublizini-info2 p {
        font-size: 15px;
        width: 75%;
        margin: 0 auto 20px;
        line-height: 18px;
    }

    .ublizini-info2 p:nth-of-type(2) {
        margin-bottom: 40px;
    }

    .card button {
        font-size: 15px;
    }

    .card button i {
        font-size: 13px;
    }

    .card-body a {
        font-size: 13px;
    }

    .apartmani-naslov h2 {
        font-size: 20px;
    }

    .apartmani-opis div p {
        font-size: 14px;
    }

    .apartmani-opis2 p {
        font-size: 11px !important;
    }
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
    .first-left {
        padding: 0;
    }

    .first-right {
        padding-left: 20px;
    }

    .head1 {
        font-size: 25px;
        line-height: 30px;
        margin-bottom: 10px;
    }

    .paragraf {
        margin-top: 10px;
        line-height: 19px;
    }

    .smjestaj-apartmani h2, 
    .smjestaj-sobe h2 {
        font-size: 15px;
    }

    .smjestaj-apartmani p, 
    .smjestaj-sobe p {
        font-size: 13px;
        width: 85%;
    }
}

@media screen and (min-width:992px) {
    .jezik-hide {
        display:none;
    }

    .logo-hide {
        display: none;
    }

    .dropdown.show .dropdown-menu {
        background-color: #fff !important;
    }

    .dropdown-menu .dropdown-item {
        color: #000 !important;
        padding: 4px 25px;
        margin: 0;
    }

    /* --- change color of background and text on scroll --- */
    .navbar.scrolled {
        background-color: white !important;
        -webkit-transition: background-color 500ms linear;
        -o-transition: background-color 500ms linear;
        transition: background-color 500ms linear;
        -webkit-box-shadow: 2px 13px 43px -13px rgba(0,0,0,0.16);
                box-shadow: 2px 13px 43px -13px rgba(0,0,0,0.16);
    }

    .nav-link.scrolle {
        color: #000 !important;
        -webkit-transition: color 500ms linear;
        -o-transition: color 500ms linear;
        transition: color 500ms linear;
    }
/* --- change color of background and text on scroll End--- */
}

@media screen and (max-width: 991px) {
    .active::before {
        display: none;
    }

    .dropdown {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }

    .jezik-hide2 {
        display: none;
    }

    .navbar {
        background: #000 !important;
    }

    .navbar-nav li {
        font-size: 17px;
        margin-top: 30px;
    }

    .navbar-nav .nav-link {
        color: #fff !important;
    }

    .logo-show {
        display: none;
    }
}

@media screen and (max-width: 960px) and (min-width: 769px) {
    .izdvajamo-tekst {
        -webkit-transform: translateY(-75%);
            -ms-transform: translateY(-75%);
                transform: translateY(-75%);
        font-size: 13px;
    }
}

@media screen and (min-width: 769px) {
    .smjestaj-apartmani,
    .smjestaj-sobe {
        -webkit-transform: scale(0.97);
            -ms-transform: scale(0.97);
                transform: scale(0.97);
        -webkit-transition: all .2s ease;
        -o-transition: all .2s ease;
        transition: all .2s ease;
}

    .smjestaj-apartmani:hover,
    .smjestaj-sobe:hover {
        -webkit-transform: scale(1);
            -ms-transform: scale(1);
                transform: scale(1);
    }
}

@media screen and (max-width: 768px) {
    .slajder h1 {
        font-size: 35px;
        line-height: 39px;
    }

    .slajder p {
        font-size: 17px;
    }

    .div-fluid {
        width: 90%;
    }

    .first {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .first-right {
        padding: 0;
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        width: 100%;
    }

    .head1 {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 10px;
        max-width: none;
    }

    .paragraf {
        font-size: 15px;
        margin-top: 15px;
        max-width: none;
        line-height: 22px;
    }

    .first-buttons a:nth-of-type(2) {
        margin: 0;
    }

    .first-left {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        margin-top: 30px;
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
        width: 100%;
    }

    .first-left div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        margin-bottom: 5px;
    }

    .first-left div img {
        width: 100%;
        max-width: 50%;
        margin: 0;
        padding: 0;
    }

    .first-left div img:nth-of-type(1),
    .first-left div img:nth-of-type(3) {
        padding-right: 2.5px;
    }

    .first-left div img:nth-of-type(2),
    .first-left div img:nth-of-type(4) {
        padding-left: 2.5px;
    }

    .first-buttons {
        display: none;
    }

    .first-buttons2 {
        -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: 25px;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }

    .onama {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
    }

    .onama-right {
        margin-top: 30px;
    }

    .izdvajamo-slike {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .izdvajamo-prvi div:nth-of-type(2),
    .izdvajamo-drugi div:nth-of-type(1) {
        margin: 0;
    }

    .izdvajamo-wrapper2 {
        margin-right: 10px;
    }

    .izdvajamo-wrapper3 {
        margin-left: 10px;
    }

    .izdvajamo-tekst {
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        font-size: 15px;
    }

    .izdvajamo-opis {
        font-size: 17px;
        text-align: center;
        margin-top: 20px;
        margin-bottom: 25px;
    }

    .foot-kontakt, .foot-social, .foot-linkovi {
        margin-bottom: 30px;
    }

    .ublizini-info1 {
        width: 100%;
        margin-bottom: 50px;
    }

    .ublizini-info2 {
        margin: 0 0 50px 0;
        width: 100%;
    }

    .ublizini-info1 div p {
        font-size: 13px;
        line-height: 16px;
    }

    .ublizini-info2 h2 {
        font-size: 17px;
        margin: 40px auto 15px;
    }

    .ublizini-info2 p {
        font-size: 13px;
        line-height: 17px;
    }

    .ublizini-info2 p:nth-of-type(2) {
        margin-bottom: 40px;
    }

    .ublizini-info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .lokacija {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .mapa {
        width: 100%;
    }

    .objekti {
        width: 100%;
    }

    .objekti2 {
        width: 100%;
    }

    .objekti2 a {
        font-size: 17px;
    }

    .forma form .forma-prvi {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .forma form .forma-prvi div {
        width: 100%;
    }

    .smjestaj-ponuda {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .smjestaj-apartmani, 
    .smjestaj-sobe {
        width: 100%;
        margin-bottom: 30px;
    } 
    
    .apartmani1 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .apartmani-slika, 
    .gallery {
        width: 100%;
    }

    .apartmani-opis {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .gallery {
        margin-top: 10px;
    }

    .apartmani-opis div {
        width: 100%;
    }

    .apartmani-opis2 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .apartmani-opis3 {
        width: 100% !important;
        margin-top: 35px;
    }

    .apartmani-opis div:nth-of-type(1) p:nth-of-type(2) {
        margin-top: 10px;
    }

    .gallery2 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .apartmani-rez {
        width: 100%;
        display: flex;
        align-items: center;
        flex-direction: column;
        margin-top: 50px;
    }

    .apartmani-rez a {
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 650px) {
    .footer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .foot-kontakt, .foot-social, .foot-linkovi {
        width: 100%;
    }

    .kontakt-info div img {
        width: 35px;
    }

    .kontakt-info div a {
        line-height: 0; 
        font-size: 0;
        color: transparent; 
    }
}

@media screen and (max-width: 500px) {
    .smjestaj-apartmani h2, 
    .smjestaj-sobe h2 {
        font-size: 14px;
    }

    .smjestaj-apartmani p, 
    .smjestaj-sobe p {
        font-size: 13px;
    }
}

@media screen and (max-width: 425px) {
    .slajder h1 {
        font-size: 32px;
        line-height: 36px;
    }

    .slajder p::before {
        width: 30px;
    }

    .izdvajamo-opis {
        font-size: 13px;
        text-align: center;
        margin-top: 7px;
        margin-bottom: 20px;
    }

    .kontakt-info div {
        margin: 0;
    }

    .kontakt-info div img {
        width: 30px;
    }
}

@media screen and (max-width: 375px) {
    .slajder p {
        font-size: 15px;
    }

    .izdvajamo-tekst {
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        font-size: 13px;
    }

    .ublizini-info1 div a:nth-of-type(1) {
        display: none;
    }

    .ublizini-info1 div a:nth-of-type(2) {
        display: inline-block;
        border: none;
        width: 100% !important;
        max-width: 80%;
        height: auto;
        text-align: right;
        background: none !important;
    }

    .ublizini-info1 div a:nth-of-type(2) i {
        padding-left: 2px;
    }
}

@media screen and (max-width: 375px) and (min-width: 350px) {
    .slajder h1 {
        font-size: 28px;
        line-height: 33px;
    }
}

@media screen and (max-width: 349px) and (min-width: 321px) {
    .slajder h1 {
        font-size: 26px;
        line-height: 31px;
    }
}

@media screen and (max-width: 320px) {
    .slajder h1 {
        font-size: 24px;
        line-height: 32px;
    }
}
