html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

body {
  overflow-x: hidden;
  padding: 0;
  margin: 0;
  font-family: "Exo 2", serif;
  font-weight: 400;
  color: #898e9c;
  background: #fff;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.25px;
}
body.stop-scrolling {
  overflow: hidden;
}

a,
button {
  border: none;
  display: inline-block;
  cursor: pointer;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-decoration: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
a:focus, a:hover,
button:focus,
button:hover {
  border: none;
  cursor: pointer;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-decoration: none;
}
a.btn,
button.btn {
  border: none;
  display: inline-block;
  cursor: pointer;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-decoration: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
a.btn:focus, a.btn:hover,
button.btn:focus,
button.btn:hover {
  border: none;
  cursor: pointer;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-decoration: none;
}

main {
  display: block;
  max-width: 1920px;
  margin: 0 auto;
}

.hidden {
  display: none;
}

h1,
h2,
h3,
h4,
h5 {
  color: #2c3c81;
  line-height: 1.15;
}

h1,
h2 {
  font-size: 36px;
  margin: 0 0 30px;
}
@media only screen and (max-width: 1199px) {
  h1,
h2 {
    font-size: 34px;
  }
}
@media only screen and (max-width: 991px) {
  h1,
h2 {
    font-size: 33px;
  }
}
@media only screen and (max-width: 767px) {
  h1,
h2 {
    font-size: 31px;
  }
}
@media only screen and (max-width: 575px) {
  h1,
h2 {
    font-size: 30px;
  }
}

p {
  line-height: 1.6;
  margin: 0 0 40px;
}

p a {
  color: #2c3c81;
  font-weight: 500;
}
p a:hover {
  color: #53ba5b;
}

.grey {
  color: #898e9c;
}

a.btn.btn-main,
button.btn.btn-main {
  font-size: 16px;
  color: #2c3c81;
  background: #fff;
  background: -webkit-gradient(linear, left bottom, left top, from(#e9ebf3), color-stop(78%, white));
  background: -o-linear-gradient(bottom, #e9ebf3 0%, white 78%);
  background: linear-gradient(0deg, #e9ebf3 0%, white 78%);
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 100px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(14, 27, 84, 0.25);
          box-shadow: 0px 0px 15px 0px rgba(14, 27, 84, 0.25);
  text-align: center;
}
a.btn.btn-main:hover,
button.btn.btn-main:hover {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(14, 27, 84, 0.35);
          box-shadow: 0px 0px 5px 0px rgba(14, 27, 84, 0.35);
  color: #53ba5b;
}
a.btn.btn-main.active,
button.btn.btn-main.active {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #f05f3a;
  color: #fff;
  pointer-events: none;
}
a.btn.btn-main.menu-trigger,
button.btn.btn-main.menu-trigger {
  padding: 8px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
a.btn.btn-main.menu-trigger svg,
button.btn.btn-main.menu-trigger svg {
  margin-right: 10px;
  width: 20px;
  height: auto;
  fill: #2c3c81;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
a.btn.btn-main.menu-trigger:hover svg,
button.btn.btn-main.menu-trigger:hover svg {
  fill: #53ba5b;
}
a.btn.btn-main.btn-back,
button.btn.btn-main.btn-back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  max-width: 260px;
  margin: 0 0 25px;
}
a.btn.btn-main.btn-back svg,
button.btn.btn-main.btn-back svg {
  width: 20px;
  fill: #2c3c81;
  margin-right: 8px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
a.btn.btn-main.btn-back:hover svg,
button.btn.btn-main.btn-back:hover svg {
  fill: #53ba5b;
}

header {
  padding: 0;
  position: relative;
  z-index: 10;
  background: url("../img/menu-bg.png") repeat-x;
    min-height: 190px;
    margin-bottom:-90px;
    background-color: transparent;
    background-position: center -15px;
  /*
  -webkit-box-shadow: 0px 0px 15px 0px rgba(26, 26, 26, 0.4);
          box-shadow: 0px 0px 15px 0px rgba(26, 26, 26, 0.4);
  background: #fff;
  background: -webkit-gradient(linear, left bottom, left top, from(#e9ebf3), color-stop(78%, white));
  background: -o-linear-gradient(bottom, #e9ebf3 0%, white 78%);
  background: linear-gradient(0deg, #e9ebf3 0%, white 78%);
  */
}

header .navbar-brand {
  display: inline-block;
  margin-top:20px;
  margin-right: 30px;
  margin-left: 8%;
}
@media only screen and (max-width: 1760px) {
  header .navbar-brand {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media only screen and (max-width: 991px) {
  header .navbar-brand {
    margin: 0 0 10px;
  }
}
@media only screen and (max-width: 767px) {
  header .navbar-brand {
    margin: 10px 0;
  }
}
header .navbar-brand img {
  width: 150px;
  height: auto;
}
@media only screen and (max-width: 320px) {
  header .navbar-brand img {
    width: 190px;
  }
}
header .primary-nav .navbar-nav .nav-item {
  margin-left:5%;
}
header .secondary-nav .navbar-nav .nav-item {
  margin-left:0;
}
header .primary-nav .navbar-nav .nav-link {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  color: #2c3c81;
  letter-spacing: 0.1px;
  padding: 35px 25px 40px;
  background-color: transparent;
  background-repeat: no-repeat;
}
header .primary-nav .navbar-nav .nav-link#otokDropdown,
header .primary-nav .navbar-nav .nav-link#ponudaDropdown,
header .primary-nav .navbar-nav .nav-link#atrakcijeDropdown,
header .primary-nav .navbar-nav .nav-link#aktivnostiDropdown
{
    position:relative;
    z-index:1;
}
header .primary-nav .navbar-nav .nav-link#otokDropdown.hover,
header .primary-nav .navbar-nav .nav-link#ponudaDropdown.hover,
header .primary-nav .navbar-nav .nav-link#atrakcijeDropdown.hover,
header .primary-nav .navbar-nav .nav-link#aktivnostiDropdown.hover
{
  color:white;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
header .primary-nav .navbar-nav .nav-link#otokDropdown.hover::before,
header .primary-nav .navbar-nav .nav-link#ponudaDropdown.hover::before,
header .primary-nav .navbar-nav .nav-link#atrakcijeDropdown.hover::before,
header .primary-nav .navbar-nav .nav-link#aktivnostiDropdown.hover::before
{
  content:"";
  position:absolute;
  bottom:32px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index:-1;
  width:100%;
  height:50px;
  background-color: #00adee;
  border-top-left-radius:3px;
  border-top-right-radius:3px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
header .primary-nav .navbar-nav .nav-link#ponudaDropdown.hover::before {
    background-color: #79b860;
}
header .primary-nav .navbar-nav .nav-link#atrakcijeDropdown.hover::before {
    background-color: #fdbd10;
}
header .primary-nav .navbar-nav .nav-link#aktivnostiDropdown.hover::before {
    background-color: #ef5222;
}
header .primary-nav .navbar-nav .nav-link#otokDropdown {
  color: #00adee;
  background-image: url("../img/svg/kamencic-1.svg");
  background-position:90px 64px;
}
header .primary-nav .navbar-nav .nav-link#ponudaDropdown {
  color: #79b860;
  background-image: url("../img/svg/kamencic-2.svg");
  background-position:70px 12px;
}
header .primary-nav .navbar-nav .nav-link#atrakcijeDropdown {
  color: #faa209;
  background-image: url("../img/svg/kamencic-3.svg");
  background-size:34px auto;
  background-position:90px 64px;
}
header .primary-nav .navbar-nav .nav-link#aktivnostiDropdown {
  color: #ef5222;
  background-image: url("../img/svg/kamencic-4.svg");
  background-size:30px auto;
  background-position:70px 10px;
}

@media only screen and (max-width: 1683px) {
  header .primary-nav .navbar-nav .nav-link {
    padding: 35px 18px 40px;
  }
    header .primary-nav .navbar-nav .nav-link#ponudaDropdown {
    	background-position: 50px 12px;
    }
}
@media only screen and (max-width: 991px) {
  header .primary-nav .navbar-nav .nav-link {
    padding: 10px;
  }
}
header .primary-nav .navbar-nav .nav-link:hover {
  color: #53ba5b;
}
header .primary-nav .navbar-nav .nav-link.active {
  color: #898e9c;
}
header .primary-nav .navbar-nav {
  margin-top: 10px;
}
@media only screen and (max-width: 991px) {
  header .primary-nav .navbar-nav {
    margin-top: 10px;
    padding-top: 5px;
    border-top: 1px solid #2c3c81;
  }
}
header .primary-nav .nav-item:last-child .nav-link {
  margin-right: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1603px) {
  header .secondary-nav {
    display: none;
  }
}
header .secondary-nav .navbar-nav {
  margin-top: 8px;
}
header .secondary-nav .navbar-nav .nav-link {
  text-transform: initial;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 13px;
  color: #000;
  font-weight: 400;
  margin-left: 35px;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  header .secondary-nav .navbar-nav .nav-link {
    margin: 0;
    padding: 10px;
  }
}
header .secondary-nav .navbar-nav .nav-link:hover {
  color: #53ba5b;
}
header .secondary-nav .navbar-nav .nav-link img {
  width: 30px;
  margin-right: 10px;
}
@media only screen and (max-width: 767px) {
  header .secondary-nav .lang-picker {
    margin: 20px 10px 10px;
    max-width: 150px;
  }
}
header .secondary-nav .lang-picker .nav-link {
  text-transform: uppercase;
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 34px;
  text-align: center;
  padding: 0;
  margin-top: -10px;
  border-radius: 50%;
  border: 3px solid #bbc1d2;
  font-size: 14px;
  font-weight: 700;
  color:#898e9c;
}
header .secondary-nav .lang-picker .nav-link::after {
  display: none;
}
header .secondary-nav .lang-picker .dropdown-menu {
  left: unset;
  right: 0;
  margin: 0;
  padding: 0;
  background: #fff;
  background: -webkit-gradient(linear, left bottom, left top, from(#e9ebf3), color-stop(78%, white));
  background: -o-linear-gradient(bottom, #e9ebf3 0%, white 78%);
  background: linear-gradient(0deg, #e9ebf3 0%, white 78%);
  border: none;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(26, 26, 26, 0.4);
          box-shadow: 0px 0px 15px 0px rgba(26, 26, 26, 0.4);
  min-width: 140px;
  border-radius: 2px;
}
@media only screen and (max-width: 767px) {
  header .secondary-nav .lang-picker .dropdown-menu {
    margin-top: 5px;
  }
}
header .secondary-nav .lang-picker .dropdown-menu .dropdown-item {
  font-size: 14px;
  color: #898e9c;
  font-weight: 600;
  text-transform: initial;
  padding: 12px 10px 10px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
    */
}
header .secondary-nav .lang-picker .dropdown-menu .dropdown-item img {
  margin-right: 5px;
}
header .secondary-nav .lang-picker .dropdown-menu .dropdown-item:hover {
  color: #53ba5b;
}
header .secondary-nav .lang-picker .dropdown-menu .dropdown-item:active {
  background: transparent;
}
header nav.navbar.navbar-expand-lg {
  padding-top: 0;
  padding-bottom: 0;
}
header .navbar-toggler {
  width: 75px;
  margin-bottom: -10px;
  outline: none;
  border: none;
}
@media only screen and (max-width: 575px) {
  header .navbar-toggler {
    width: 65px;
  }
}
header .navbar-toggler span {
  display: block;
  width: 100%;
  height: 6px;
  margin: 5px auto;
  background: #2c3c81;
  border-radius: 2px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
header .navbar-toggler[aria-expanded=true] span:nth-child(3) {
  -webkit-transform: translateX(10px);
      -ms-transform: translateX(10px);
          transform: translateX(10px);
  opacity: 0;
}
header .navbar-toggler[aria-expanded=true] span:nth-child(1) {
  -webkit-transform: rotate(45deg) translate(9px, 8px);
      -ms-transform: rotate(45deg) translate(9px, 8px);
          transform: rotate(45deg) translate(9px, 8px);
}
header .navbar-toggler[aria-expanded=true] span:nth-child(2) {
  -webkit-transform: rotate(-45deg) translate(0px, 0px);
      -ms-transform: rotate(-45deg) translate(0px, 0px);
          transform: rotate(-45deg) translate(0px, 0px);
}
header .responsive-cont {
  padding: 10px 0 0;
  /*border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 10px;*/
  border-bottom: none;
  margin-bottom: 0px;
  display: block;
}
@media only screen and (min-width: 1604px) {
  header .responsive-cont {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  header .responsive-cont {
    display: none;
  }
}
header .responsive-cont ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .responsive-cont .nav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 13px;
  color: #000;
  font-weight: 400;
  margin-left: 30px;
  padding: 0;
}
@media only screen and (max-width: 991px) {
  header .responsive-cont .nav-link {
    margin-left: 30px;
  }
}
header .responsive-cont .nav-link:hover {
  color: #53ba5b;
}
header .responsive-cont .nav-link img {
  width: 30px;
  margin-right: 10px;
}
header .responsive-cont .nav-item {
  list-style: none;
}
header .responsive-cont .lang-picker {
  text-transform: uppercase;
}
header .responsive-cont .lang-picker .nav-link {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 34px;
  text-align: center;
  padding: 0;
  margin-top: -10px;
  border-radius: 50%;
  border: 3px solid #bbc1d2;
  font-size: 14px;
  font-weight: 700;
  color:#898e9c;
}
header .responsive-cont .lang-picker .nav-link::after {
  display: none;
}
header .responsive-cont .lang-picker .dropdown-menu {
  -webkit-transform: translate3d(-5px, 30px, 0px) !important;
          transform: translate3d(-5px, 30px, 0px) !important;
  left: unset !important;
  right: 0;
  top: 0;
  margin: 0;
  padding: 0;
  background: #fff;
  background: -webkit-gradient(linear, left bottom, left top, from(#e9ebf3), color-stop(78%, white));
  background: -o-linear-gradient(bottom, #e9ebf3 0%, white 78%);
  background: linear-gradient(0deg, #e9ebf3 0%, white 78%);
  border: none;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(26, 26, 26, 0.4);
          box-shadow: 0px 0px 15px 0px rgba(26, 26, 26, 0.4);
  min-width: 140px;
  border-radius: 2px;
}
header .responsive-cont .lang-picker .dropdown-item {
  font-size: 14px;
  color: #898e9c;
  font-weight: 600;
  text-transform: initial;
  padding: 12px 10px 10px;
  text-align: center;
  /*
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  */
  display: flex;
}


header .responsive-cont .lang-picker .dropdown-item img {
  margin-right: 5px;
}
header .responsive-cont .lang-picker .dropdown-item:hover {
  color: #53ba5b;
}
header .responsive-cont .lang-picker .dropdown-item:active {
  background: transparent;
}
header .country-img {
  display: block;
  position: absolute;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 50%;
  top: -12px;
  right: -12px;
}
header .country-img::before {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 32px;
  height: 32px;
  background: #f8f9fb;
  border-radius: 50%;
}
header .country-img img.country-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin: 0;
  width: auto;
  max-width: 24px;
}

@media (min-width: 992px) {
  .animate {
    animation-duration: 0.5s;
    -webkit-animation-duration: 0.5s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
  }
}
@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: translateY(-1rem);
            transform: translateY(-1rem);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0rem);
            transform: translateY(0rem);
    opacity: 1;
  }
  0% {
    -webkit-transform: translateY(-1rem);
            transform: translateY(-1rem);
    opacity: 0;
  }
}
@keyframes slideIn {
  0% {
    -webkit-transform: translateY(-1rem);
            transform: translateY(-1rem);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0rem);
            transform: translateY(0rem);
    opacity: 1;
  }
  0% {
    -webkit-transform: translateY(-1rem);
            transform: translateY(-1rem);
    opacity: 0;
  }
}
.slideIn {
  -webkit-animation-name: slideIn;
          animation-name: slideIn;
}

.box-link {
  display: inline-block;
  position: relative;
  background: #53ba5b;
  color: #fff;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(26, 26, 26, 0.4);
          box-shadow: 0px 0px 15px 0px rgba(26, 26, 26, 0.4);
  margin-top: 80px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.box-link .sub {
  position: absolute;
  bottom: 100%;
  background: #64697a;
  padding: 6px 15px 10px;
}
.box-link .sub h4 {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  margin: 0;
  padding: 0;
}
.box-link .main {
  position: relative;
  padding: 5px 20px 10px 12px;
}
.box-link .main h2,
.box-link .main h1 {
  display: block;
  font-size: 52px;
  font-weight: 500;
  color: #fff;
  margin: 0;
  padding: 0;
}
.box-link:hover {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(14, 27, 84, 0.35);
          box-shadow: 0px 0px 5px 0px rgba(14, 27, 84, 0.35);
}

.main-rotator .animated {
  -webkit-animation-delay: 0.35s;
          animation-delay: 0.35s;
}
.main-rotator .box-link {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 122px;
  -webkit-box-shadow: 0px 10px 15px 0px rgba(14, 27, 84, 0.3);
          box-shadow: 0px 10px 15px 0px rgba(14, 27, 84, 0.3);
  /*max-width: 600px;*/
  max-width: 900px;
}
.main-rotator .box-link:hover {
  -webkit-box-shadow: 0px 7px 10px 0px rgba(14, 27, 84, 0.2);
          box-shadow: 0px 7px 10px 0px rgba(14, 27, 84, 0.2);
}
.main-rotator .sub {
  background: #53ba5b;
  padding: 10px 28px 12px 61px;
}
@media only screen and (max-width: 767px) {
  .main-rotator .sub {
    padding-bottom: 5px;
    padding-left: 40px;
  }
}
.main-rotator .sub h4 {
  font-size: 28px;
}
@media only screen and (max-width: 991px) {
  .main-rotator .sub h4 {
    font-size: 27px;
  }
}
@media only screen and (max-width: 767px) {
  .main-rotator .sub h4 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 575px) {
  .main-rotator .sub h4 {
    font-size: 25px;
  }
}
.main-rotator .main {
  padding: 5px 32px 11px 58px;
}
@media only screen and (max-width: 767px) {
  .main-rotator .main {
    padding-left: 38px;
  }
}
@media only screen and (max-width: 991px) {
  .main-rotator .main {
    max-width: 390px;
    padding-right: 10px;
  }
}
.main-rotator .main h2,
.main-rotator .main h1 {
  font-size: 60px;
}
@media only screen and (max-width: 1199px) {
  .main-rotator .main h2,
.main-rotator .main h1 {
    font-size: 58px;
  }
}
@media only screen and (max-width: 991px) {
  .main-rotator .main h2,
.main-rotator .main h1 {
    font-size: 56px;
  }
}
@media only screen and (max-width: 767px) {
  .main-rotator .main h2,
.main-rotator .main h1 {
    font-size: 54px;
    line-height: 1;
    padding: 0 0 8px;
  }
}
@media only screen and (max-width: 575px) {
  .main-rotator .main h2,
.main-rotator .main h1 {
    font-size: 53px;
  }
}
@media only screen and (max-width: 307px) {
  .main-rotator .main h2,
.main-rotator .main h1 {
    font-size: 40px;
  }
}
.main-rotator .carousel-item {
  width: 100%;
  height: 735px;
  background-position: center center;
  background-size: cover;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .main-rotator .carousel-item {
    height: auto;
    min-height: 100vh;
  }
}
.main-rotator .carousel-indicators {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 40px 80px 46px;
}
.main-rotator .carousel-indicators li {
  border: none;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #fff;
  background: -webkit-gradient(linear, left bottom, left top, from(#e9ebf3), color-stop(78%, white));
  background: -o-linear-gradient(bottom, #e9ebf3 0%, white 78%);
  background: linear-gradient(0deg, #e9ebf3 0%, white 78%);
  -webkit-box-shadow: 0px 0px 15px 0px #0e1b54;
          box-shadow: 0px 0px 15px 0px #0e1b54;
  opacity: 1;
  position: relative;
  margin: 0 12px;
}
.main-rotator .carousel-indicators li::after {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #53ba5b;
  z-index: 1;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}
.main-rotator .carousel-indicators li::before {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1);
      -ms-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: transparent;
  border: 1px solid #53ba5b;
  z-index: 1;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}
.main-rotator .carousel-indicators li.active {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.main-rotator .carousel-indicators li.active::after {
  opacity: 1;
}
.main-rotator .carousel-indicators li.active::before {
  -webkit-transform: translate(-50%, -50%) scale(1.8);
      -ms-transform: translate(-50%, -50%) scale(1.8);
          transform: translate(-50%, -50%) scale(1.8);
  opacity: 1;
}

.title-box {
  position: relative;
  display: inline-block;
  background: #53ba5b;
  color: #fff;
  padding: 10px 20px 12px 50px;
  margin: 0 0 30px;
  max-width: 900px;
}
.title-box.w-shadow {
  -webkit-box-shadow: 0px 10px 15px 0px rgba(14, 27, 84, 0.3);
          box-shadow: 0px 10px 15px 0px rgba(14, 27, 84, 0.3);
}
@media only screen and (max-width: 767px) {
  .title-box {
    padding-left: 30px;
  }
}
.title-box h1,
.title-box h2 {
  color: #fff;
  margin: 0;
  padding: 0;
  font-weight: 600;
  font-size: 36px;
}
@media only screen and (max-width: 991px) {
  .title-box h1,
.title-box h2 {
    font-size: 33px;
  }
}
@media only screen and (max-width: 767px) {
  .title-box h1,
.title-box h2 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .title-box h1,
.title-box h2 {
    font-size: 28px;
  }
}
.title-box h1 {
  font-size: 60px;
  font-weight: 500;
  line-height: 1;
  margin: 0 0 5px;
  padding-right: 20px;
}
@media only screen and (max-width: 991px) {
  .title-box h1 {
    font-size: 55px;
  }
}
@media only screen and (max-width: 767px) {
  .title-box h1 {
    font-size: 50px;
  }
}
@media only screen and (max-width: 575px) {
  .title-box h1 {
    font-size: 46px;
  }
}
@media only screen and (max-width: 430px) {
  .title-box h1 {
    font-size: 40px;
  }
}

.title-box.objava h1{
    font-size: 45px
}

.title-box.objava .sub {
padding-bottom: 5px;
}

@media only screen and (max-width: 991px) {
.title-box.objava h1{
    font-size: 40px
}
}
@media only screen and (max-width: 767px) {
.title-box.objava h1{
    font-size: 35px
}

.title-box.objava .sub {
padding-left: 30px
}
}
@media only screen and (max-width: 575px) {
.title-box.objava h1{
    font-size: 30px
}
}
@media only screen and (max-width: 430px) {
.title-box.objava h1{
    font-size: 28px
}
}

.title-box .sub {
  position: absolute;
  bottom: 100%;
  left: 0;
  background: #53ba5b;
  color: #fff;
  padding: 10px 20px 0 50px;
}
.title-box .sub h4 {
  font-weight: 700;
  color: #fff;
  margin: 0;
  padding: 0;
}

.calendar-box {
  max-width: 800px;
  height: 450px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(26, 26, 26, 0.4);
          box-shadow: 0px 0px 15px 0px rgba(26, 26, 26, 0.4);
  display: inline-block;
  padding: 50px;
}
@media only screen and (max-width: 1100px) {
  .calendar-box {
    padding: 50px 30px;
  }
}
@media only screen and (max-width: 991px) {
  .calendar-box {
    display: block;
    max-width: 700px;
    margin: 0 auto;
    background: #f0f0f0;
    height: auto;
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 314px) {
  .calendar-box {
    padding: 50px 20px;
  }
}
.calendar-box h5 {
  text-align: center;
  color: #53ba5b;
  font-size: 15px;
  text-transform: uppercase;
  margin: 0 0 40px;
  font-weight: 700;
}

.calendar {
  max-width: 260px;
  display: block;
}
@media only screen and (max-width: 991px) {
  .calendar {
    max-width: 500px;
    margin: 0 auto;
  }
}

.calendar-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 30px;
}
.calendar-header button.controls {
  width: 25px;
  height: 25px;
  background: transparent;
  padding: 0;
  line-height: 22px;
  vertical-align: middle;
}
.calendar-header button.controls svg {
  width: 7px;
  fill: #767677;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.calendar-header button.controls:hover svg {
  fill: #53ba5b;
}
.calendar-header span.month {
  color: #6f776e;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  display: block;
  -webkit-transform: translateY(4px);
      -ms-transform: translateY(4px);
          transform: translateY(4px);
}

.calendar-body .calendar-days,
.calendar-body .days-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.calendar-body .calendar-days span,
.calendar-body .days-title span {
  width: calc(100% / 7 - 4px);
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #1f2328;
  font-weight: 400;
}
.calendar-body .calendar-days span.today,
.calendar-body .days-title span.today {
  font-weight: 700;
}
.calendar-body .calendar-days span.disabled,
.calendar-body .days-title span.disabled {
  color: #9d9d9e;
}
.calendar-body .days-title span {
  height: auto;
  line-height: unset;
  font-size: 16px;
  font-weight: 600;
  color: #595a5c;
}

.calendar-days span {
  font-size: 14px;
}
.calendar-days span a {
  display: block;
  text-align: center;
  margin: 6px auto 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  background: #53ba5b;
  color: #fff;
  font-weight: 700;
}

a.news-link {
  max-width: 490px;
}
@media only screen and (max-width: 991px) {
  a.news-link {
    max-width: 700px;
    margin: 0 auto 30px;
    padding: 0 20px;
    display: block;
  }
  a.news-link.last {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
a.news-link.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
a.news-link.flex .image {
  display: block;
  width: 165px;
}
@media only screen and (max-width: 1199px) {
  a.news-link.flex .image {
    width: 100px;
  }
}
@media only screen and (max-width: 575px) {
  a.news-link.flex .image {
    display: none;
  }
}
a.news-link.flex .image img {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
a.news-link.flex .text {
  width: calc(100% - 165px);
  padding: 0 0 0 25px;
}
@media only screen and (max-width: 1199px) {
  a.news-link.flex .text {
    padding: 0 0 0 12px;
    width: calc(100% - 100px);
  }
}
@media only screen and (max-width: 575px) {
  a.news-link.flex .text {
    width: 100%;
    padding: 0;
  }
}
a.news-link time {
  font-weight: 700;
  font-size: 12px;
  color: #53ba5b;
  display: block;
  margin: 0 0 5px;
}
a.news-link h3,
a.news-link p {
  color: #2c3c81;
  font-size: 24px;
  font-weight: 500;
  margin: 0 0 10px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
a.news-link h4 {
font-size: 15px;
-webkit-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s;
}

@media only screen and (max-width: 991px) {
  a.news-link h3,
a.news-link p {
    font-size: 22px;
  }
}
@media only screen and (max-width: 767px) {
  a.news-link h3,
a.news-link p {
    font-size: 20px;
  }
}
a.news-link p {
  font-size: 15px;
  margin: 0;
}
a.news-link:hover.flex .image img {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(14, 27, 84, 0.35);
          box-shadow: 0px 0px 5px 0px rgba(14, 27, 84, 0.35);
}
a.news-link:hover h4,
a.news-link:hover h3,
a.news-link:hover p {
  color: #53ba5b;
}

a.notice-link {
  margin-right: 20px;
}
@media only screen and (max-width: 991px) {
  a.notice-link {
    max-width: 700px;
    margin: 0 auto 30px;
    padding: 0 20px;
    display: block;
  }
  a.notice-link.last {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
a.notice-link.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
a.notice-link.flex .image {
  display: block;
  width: 165px;
}
@media only screen and (max-width: 1199px) {
  a.notice-link.flex .image {
    width: 100px;
  }
}
@media only screen and (max-width: 575px) {
  a.notice-link.flex .image {
    display: none;
  }
}
a.notice-link.flex .image img {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
a.notice-link.flex .text {
  width: calc(100% - 165px);
  padding: 0 25px;
}
@media only screen and (max-width: 1199px) {
  a.notice-link.flex .text {
    padding: 0 0 0 12px;
    width: calc(100% - 100px);
  }
}
@media only screen and (max-width: 575px) {
  a.notice-link.flex .text {
    width: 100%;
    padding: 0;
  }
}
a.notice-link time {
  font-weight: 700;
  font-size: 12px;
  color: #62697d;
  display: block;
  margin: 0 0 5px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
a.notice-link h3,
a.notice-link p {
  color: #62697d;
  font-size: 24px;
  font-weight: 500;
  margin: 0 0 10px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width: 991px) {
  a.notice-link h3,
a.notice-link p {
    font-size: 22px;
  }
}
@media only screen and (max-width: 767px) {
  a.notice-link h3,
a.notice-link p {
    font-size: 20px;
  }
}
a.notice-link p {
  font-size: 15px;
  margin: 0;
}
a.notice-link:hover.flex .image img {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(14, 27, 84, 0.35);
          box-shadow: 0px 0px 5px 0px rgba(14, 27, 84, 0.35);
}
a.notice-link:hover time,
a.notice-link:hover h3,
a.notice-link:hover p {
  color: #53ba5b;
}

footer {
  padding: 0;
  margin: 0;
  background: #2c3c81;
  overflow: hidden;
}
footer .inner {
  display: block;
  max-width: 1740px;
  margin: 0 auto;
}
footer h5 {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  color: #a6aecf;
  margin: 0 0 12px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  footer h5.aktivnosti-title {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  footer h5.aktivnosti-title {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 575px) {
  footer h5 {
    margin-top: 30px;
  }
}
footer .linkovi {
  display: block;
  margin: 50px 0;
}
footer .links-cont.additional {
  margin-top: 35px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  footer .links-cont.additional {
    margin-top: 60px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  footer .links-cont.additional {
    margin-top: 30px;
  }
}
footer .links-cont a {
  display: table;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  margin: 0 0 2px;
}
footer .links-cont a:hover {
  color: #53ba5b;
}
footer .image-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 991px) {
  footer .image-links {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
footer a.hrvatska {
  margin-top: 30px;
  margin-right: 50px;
}
@media only screen and (max-width: 1199px) {
  footer a.hrvatska {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 991px) {
  footer a.hrvatska {
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media only screen and (max-width: 535px) {
  footer a.hrvatska {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
footer a.zadar {
  margin-top: -1px;
}
@media only screen and (max-width: 991px) {
  footer a.zadar {
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media only screen and (max-width: 535px) {
  footer a.zadar {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
footer .futuro-potpis {
  float: right;
  margin-right: 50px;
  margin-top: -20px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1199px) {
  footer .futuro-potpis {
    margin-top: -60px;
  }
}

.mega-menu-parent {
  position: unset;
}
.mega-menu-parent a.nav-link {
  position: relative;
}
.mega-menu-parent a.nav-link::after {
  display: none;
}

.mega-menu {
  position: absolute;
  width: 100%;
  border-radius: 0;
  border: none;
  margin: 0 auto;
  background: transparent;
  padding: 0;
}
.mega-menu .links-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-top: none;
  background: #fff;
  background: -webkit-gradient(linear, left bottom, left top, from(white), color-stop(78%, #e9ebf3));
  background: -o-linear-gradient(bottom, white 0%, #e9ebf3 78%);
  background: linear-gradient(0deg, white 0%, #e9ebf3 78%);
  padding: 20px 50px 40px;
}
@media only screen and (max-width: 991px) {
  .mega-menu .links-container {
    padding: 5px 10px 30px;
    border: none;
    background: #fff;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(14, 27, 84, 0.35);
            box-shadow: 0px 0px 5px 0px rgba(14, 27, 84, 0.35);
  }
}
@media only screen and (max-width: 767px) {
  .mega-menu .links-container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.mega-menu .links-container a {
  width: calc(92% / 5);
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .mega-menu .links-container a {
    width: calc(92% / 2);
    margin-left: 10px;
    margin-bottom: 12px;
  }
  .mega-menu .links-container a:last-child {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 450px) {
  .mega-menu .links-container a {
    width: calc(92% / 1);
    margin-left: auto;
  }
}
.mega-menu .links-container a span,
.mega-menu .links-container a .main-img {
  display: block;
  width: 100%;
  height: auto;
}
.mega-menu .links-container a .main-img {
  overflow: hidden;
  position: relative;
}
.mega-menu .links-container a .main-img::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0);
  z-index: 1;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.mega-menu .links-container a .main-img img {
  border-radius: 1px;
  width: 100%;
  max-width: 100%;
  height: auto;
}
.mega-menu .links-container a span {
  color: #2c3c81;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.1px;
  padding: 5px 0 10px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width: 1199px) {
  .mega-menu .links-container a span {
    padding-bottom: 5px;
  }
}
.mega-menu .links-container a span svg {
  width: 20px;
  margin-left: 3px;
  -webkit-transform: translateY(-1px) translateX(0px);
      -ms-transform: translateY(-1px) translateX(0px);
          transform: translateY(-1px) translateX(0px);
  fill: #53ba5b;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.mega-menu .links-container a:hover .main-img::before {
  background: rgba(255, 255, 255, 0.2);
}
.mega-menu .links-container a:hover span {
  color: #53ba5b;
}
.mega-menu .links-container a:hover span svg {
  -webkit-transform: translateY(-1px) translateX(4px);
      -ms-transform: translateY(-1px) translateX(4px);
          transform: translateY(-1px) translateX(4px);
}

.tooltip-obavijest {
  display: block;
  font-weight: 500;
  color: #2c3c81;
  font-size: 14px;
  padding: 8px 15px;
  text-align: center;
}
.tooltip-obavijest:hover {
  color: #53ba5b;
}

.bs-popover-top {
  border-radius: 1px;
  border: none;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(14, 27, 84, 0.35);
          box-shadow: 0px 0px 5px 0px rgba(14, 27, 84, 0.35);
}

/* Futuro potpis */
.futuro,
.futuro span,
.futuro strong {
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.futuro {
  display: inline-block;
  position: relative;
  right: 30px;
  width: 25px;
  height: 25px;
  color: #fff;
  text-decoration: none;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.futuro.right {
  right: auto;
}

.futuro.neutral,
.futuro.neutral:hover {
  text-shadow: 1px 1px #333;
}

.futuro.light,
.futuro.light:hover {
  color: #333;
}

.futuro span {
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  z-index: 10;
  background: #1d1d1d url("https://www.futuro.hr/img/potpis/futuro.png") center 5px no-repeat;
  background-size: 18px auto;
  border-radius: 50%;
}

.futuro.neutral.alt span {
  background-color: #666;
}

.futuro.dark.alt span,
.futuro.light.alt span {
  background-color: #999;
}

.futuro.dark.alt2 span {
  background: transparent url("https://www.futuro.hr/img/potpis/futuro2.png") center -1px no-repeat;
  background-size: 30px auto;
}

.futuro.dark.alt2:hover span {
  background-color: #d5261e;
}

.futuro strong {
  display: block;
  position: absolute;
  top: 4px;
  left: 15px;
  font-size: 12px;
  font-weight: 400;
  line-height: 17px;
  opacity: 0;
}

.futuro.right strong {
  left: -20px;
}

.futuro:hover {
  color: #fff;
  text-decoration: none;
  overflow: visible;
}

.futuro:hover span,
.futuro.alt:hover span {
  background-color: #d5261e;
  border-radius: 6px;
}

.futuro:hover strong {
  left: 30px;
  opacity: 1;
}

.futuro.right:hover strong {
  left: -40px;
}

.cloud-menu-parent .dropdown-toggle::after {
  display: none;
}

.cloud-menu {
  padding: 0;
  margin: 0;
  top: 82px;
  left: 50%;
  right: unset;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 450px;
  min-width: 400px;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(14, 27, 84, 0.15);
          box-shadow: 0px 5px 10px 0px rgba(14, 27, 84, 0.15);
  border: none;
  border-radius: 3px;
  background: #fff;
  /*
  background: -webkit-gradient(linear, left bottom, left top, from(#e9ebf3), color-stop(78%, white));
  background: -o-linear-gradient(bottom, #e9ebf3 0%, white 78%);
  background: linear-gradient(0deg, #e9ebf3 0%, white 78%);
  */
}

@media only screen and (min-width: 991px) {
  .cloud-menu {
      position:fixed!important;
      max-width:1560px;
      min-width:auto;
      width:100%;
  }
  .cloud-menu.ponudaDropdown {
      /*max-width:1256px;*/
  }
}

.cloud-menu.otokDropdown {
  background-color: #00adee;
}
.cloud-menu.ponudaDropdown {
  background-color: #79b860;
}
.cloud-menu.atrakcijeDropdown {
  background-color: #fdbd10;
}
.cloud-menu.aktivnostiDropdown {
  background-color: #ef5222;
}

@media only screen and (max-width: 991px) {
  /*
  .cloud-menu {
    -webkit-box-shadow: 0px 2px 3px 0px rgba(14, 27, 84, 0.15);
            box-shadow: 0px 2px 3px 0px rgba(14, 27, 84, 0.15);
  }
  */
}
.cloud-menu::before {
  display:none;
  position: absolute;
  content: "";
  top: -9px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  /*
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
  */
  background-color:#fdbd10;
    width: 40%;
    height: 50px;
    top:auto;
    bottom: 100%;
    z-index: 0;
}
@media only screen and (max-width: 991px) {
  .cloud-menu {
    top: 0;
    left: 0;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    min-width: unset;
    max-width: unset;
  }
  .cloud-menu::before {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    left: 30px;
  }
}
.cloud-menu .links-container {
  /*
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  */
  overflow:auto;
  padding:30px;
  padding-bottom:0;
  background:url('../img/png/dropdown-menu-bg.png') no-repeat;
  background-size:110% auto;
  background-position:center;
}
.cloud-menu .links-container div {
  display: block;
  /*width: calc(100% - 85px);*/
}
.cloud-menu .links-container a {
  /*
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 20px 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  */
  display:block;
  max-width:284px;
  float:left;
  margin-right:20px;
  margin-bottom:30px;
  background: transparent;
  text-align:center;
}
@media only screen and (min-width: 576px) and (max-width: 991px) {
  .cloud-menu .links-container a {
    /*width: 50%;*/
  }
}
.cloud-menu .links-container a:last-child {
  margin-right:0px;
}
.cloud-menu .links-container a h5,
.cloud-menu .links-container a p {
  margin: 0;
  color: #fff;
}
.cloud-menu.atrakcijeDropdown .links-container a h5, .cloud-menu.atrakcijeDropdown .links-container a p,
.cloud-menu.atrakcijeDropdown .links-container a:hover h5, .cloud-menu.atrakcijeDropdown .links-container a:hover p {
  color: #000;
}
.cloud-menu .links-container a h5 {
  font-weight: 600;
  font-size: 22px;
}
.cloud-menu .links-container a p {
  line-height: 1.3;
  font-weight: 500;
  font-size: 14px;
  max-width: 270px;
}
.cloud-menu .links-container a svg {
  width: 20px;
  fill: #53ba5b;
}
.cloud-menu .links-container a .main-img {
  border-radius: 2px;
  overflow: hidden;
  margin-right: 0px;
  margin-bottom:22px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.cloud-menu .links-container a .main-img img {
  /*
  height: 100%;
  width: auto;
  */
  max-width:100%;
}
.cloud-menu .links-container a:hover h5,
.cloud-menu .links-container a:hover p {
  color: #fff;
}

@media (min-width: 992px) {
  .animate-cloud {
    animation-duration: 0.5s;
    -webkit-animation-duration: 0.5s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
  }
}
@-webkit-keyframes slideIn-cloud {
  0% {
    -webkit-transform: translateX(-50%) translateY(-1rem);
            transform: translateX(-50%) translateY(-1rem);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(0rem);
            transform: translateX(-50%) translateY(0rem);
    opacity: 1;
  }
  0% {
    -webkit-transform: translateX(-50%) translateY(-1rem);
            transform: translateX(-50%) translateY(-1rem);
    opacity: 0;
  }
}
@keyframes slideIn-cloud {
  0% {
    -webkit-transform: translateX(-50%) translateY(-1rem);
            transform: translateX(-50%) translateY(-1rem);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(0rem);
            transform: translateX(-50%) translateY(0rem);
    opacity: 1;
  }
  0% {
    -webkit-transform: translateX(-50%) translateY(-1rem);
            transform: translateX(-50%) translateY(-1rem);
    opacity: 0;
  }
}
.slideIn-cloud {
  -webkit-animation-name: slideIn-cloud;
          animation-name: slideIn-cloud;
}

.info-card {
  width: 100%;
  max-width: 460px;
  background: #fff;
  background: -webkit-gradient(linear, left bottom, left top, from(#e9ebf3), color-stop(78%, white));
  background: -o-linear-gradient(bottom, #e9ebf3 0%, white 78%);
  background: linear-gradient(0deg, #e9ebf3 0%, white 78%);
}
.info-card a.btn.btn-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 185px;
  margin: 0 0 45px;
}
.info-card a.btn.btn-main svg {
  width: 16px;
  margin-left: 8px;
  fill: #2c3c81;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.info-card a.btn.btn-main:hover svg {
  fill: #53ba5b;
}
.info-card .head {
  width: 100%;
  background: #334696;
  background: -o-radial-gradient(circle, #334696 0%, #26336f 100%);
  background: radial-gradient(circle, #334696 0%, #26336f 100%);
  padding: 20px;
  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;
  height: 185px;
}
.info-card .head img {
  max-width: 180px;
}
.info-card .main {
  display: block;
  padding: 40px 30px 30px;
  background: #fff;
  background: -webkit-gradient(linear, left bottom, left top, from(#e9ebf3), color-stop(78%, white));
  background: -o-linear-gradient(bottom, #e9ebf3 0%, white 78%);
  background: linear-gradient(0deg, #e9ebf3 0%, white 78%);
}
.info-card .main h5,
.info-card .main p {
  margin: 0 0 6px;
}
.info-card .main h3 {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 30px;
}
@media only screen and (max-width: 767px) {
  .info-card .main h3 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 575px) {
  .info-card .main h3 {
    font-size: 20px;
  }
}
.info-card .main h5 {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}
.info-card .main p {
  font-size: 15px;
  color: #2c3c81;
  margin: 0 0 15px;
  line-height: 1.6;
  font-weight: 500;
}
.info-card .additional {
  background-color: #334696;
  background: url("../img/svg/sidro.svg"), -o-radial-gradient(circle, #334595 0%, #25336e 100%);
  background: url("../img/svg/sidro.svg"), radial-gradient(circle, #334595 0%, #25336e 100%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 120px 30px;
}
.info-card .additional a.btn.btn-main {
  max-width: 260px;
  margin: 0;
}
.info-card .additional h4 {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  margin: 0 0 25px;
}
.info-card .additional p {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  margin: 0 0 40px;
}

.switch-toggle {
  display: inline-block;
  cursor: pointer;
}
.switch-toggle input[type=checkbox] {
  visibility: hidden;
  display: none;
}
.switch-toggle .switch-cont {
  display: inline-block;
  width: 40px;
  height: 20px;
  background: #e7e7e7;
  border-radius: 100px;
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: inset 0px 1px 3px 0px rgba(26, 25, 29, 0.22);
          box-shadow: inset 0px 1px 3px 0px rgba(26, 25, 29, 0.22);
}
.switch-toggle .switch-cont.active {
  background: #53ba5b;
}
.switch-toggle .switch-cont .switch {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 2px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #fff;
  -webkit-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
}
.switch-toggle input:checked + .switch-cont .switch {
  left: 22px;
}
.switch-toggle .text {
  -webkit-transform: translateY(-4px);
      -ms-transform: translateY(-4px);
          transform: translateY(-4px);
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  color: #727889;
  margin-left: 10px;
}

.slider-cont {
  display: block;
  max-width: 260px;
}
.slider-cont #slider-range.ui-slider-horizontal {
  height: 22px;
  background: #f05f3a;
  -webkit-box-shadow: inset 0px 1px 3px 0px rgba(26, 25, 29, 0.22);
          box-shadow: inset 0px 1px 3px 0px rgba(26, 25, 29, 0.22);
  border: none;
  border-radius: 100px;
  overflow: hidden;
  cursor: pointer;
}
.slider-cont #slider-range.ui-slider-horizontal .ui-slider-range {
  -webkit-box-shadow: inset 0px 1px 3px 0px rgba(26, 25, 29, 0.22);
          box-shadow: inset 0px 1px 3px 0px rgba(26, 25, 29, 0.22);
  background: #f05f3a;
  height: 22px;
  border: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 100px;
}
.slider-cont #slider-range.ui-slider-horizontal .ui-slider-handle {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: none;
  top: 3px;
  cursor: pointer;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent;
  position: relative;
}
.slider-cont #slider-range.ui-slider-horizontal .ui-slider-handle::before {
  cursor: pointer;
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #fff;
  top: -4px;
  left: 15px;
}
.slider-cont #slider-range.ui-slider-horizontal .ui-slider-handle:focus, .slider-cont #slider-range.ui-slider-horizontal .ui-slider-handle:active {
  cursor: pointer;
  background: black;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.slider-cont #slider-range.ui-slider-horizontal .ui-slider-handle:last-child::before {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #fff;
  top: -4px;
  left: 2px;
}
.slider-cont .values-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 3px;
}
.slider-cont .values-cont input {
  display: inline-block;
  width: 100%;
  background: transparent;
  border: none;
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  pointer-events: none;
  font-size: 18px;
  color: #727889;
  font-weight: 600;
}
.slider-cont .values-cont input.osoba-min {
  text-align: left;
}
.slider-cont .values-cont input.osoba-max {
  text-align: right;
}

.side-menu-box {
  background: #fff;
  -webkit-box-shadow: 0px 10px 15px 0px rgba(14, 27, 84, 0.3);
          box-shadow: 0px 10px 15px 0px rgba(14, 27, 84, 0.3);
}

.side-menu-box.objave-info {
margin-top: 55px;
}

.side-menu-box.objave-info a {
max-width: 100%
}

@media only screen and (max-width: 1199px) {
.side-menu-box.objave-info {
margin-top: 15px
}
}

.side-menu-box .box-header {
  display: block;
  padding: 18px 35px 16px;
  background: #334696;
  background: -o-radial-gradient(circle, #334595 0%, #25336e 100%);
  background: radial-gradient(circle, #334595 0%, #25336e 100%);
}
@media only screen and (max-width: 400px) {
  .side-menu-box .box-header {
    padding: 18px 25px 16px;
  }
}
@media only screen and (max-width: 330px) {
  .side-menu-box .box-header {
    padding: 18px 15px 16px;
  }
}
.side-menu-box .box-header h5 {
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
  margin: 0;
}
.side-menu-box .box-body {
  padding: 22px 35px 25px;
  background: -webkit-gradient(linear, left bottom, left top, from(#e9ebf3), color-stop(78%, white));
  background: -o-linear-gradient(bottom, #e9ebf3 0%, white 78%);
  background: linear-gradient(0deg, #e9ebf3 0%, white 78%);
}
@media only screen and (max-width: 400px) {
  .side-menu-box .box-body {
    padding: 18px 25px 16px;
  }
}
@media only screen and (max-width: 330px) {
  .side-menu-box .box-body {
    padding: 18px 15px 16px;
  }
}

.side-menu {
  display: block;
}
@media only screen and (max-width: 575px) {
  .side-menu {
    max-width: 280px;
  }
}
@media only screen and (max-width: 400px) {
  .side-menu {
    max-width: 240px;
  }
}
@media only screen and (max-width: 330px) {
  .side-menu {
    max-width: 200px;
  }
}
@media only screen and (max-width: 1199px) {
  .side-menu {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    position: fixed;
    z-index: 999999;
    -webkit-box-shadow: 0px 10px 15px 0px rgba(14, 27, 84, 0.3);
            box-shadow: 0px 10px 15px 0px rgba(14, 27, 84, 0.3);
  }
  .side-menu.overflow-active {
    overflow-y: scroll;
    overflow-x: hidden;
  }
}

.menu-modal {
  display: block;
}
@media only screen and (max-width: 1199px) {
  .menu-modal {
    display: none;
    position: fixed;
    z-index: 999998;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
  }
}

a.card-link {
  display: block;
  -webkit-box-shadow: 0px 7px 10px 0px rgba(14, 27, 84, 0.2);
          box-shadow: 0px 7px 10px 0px rgba(14, 27, 84, 0.2);
  border-radius: 1px;
}
a.card-link .image {
  display: block;
  width: 100%;
  max-height: 235px;
  overflow: hidden;
  position: relative;
}
a.card-link .image span {
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  padding: 2px 15px;
  z-index: 1;
  background-color: #53ba5b;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  border-top-right-radius: 1px;
}
a.card-link .image img {
  width: 100%;
}
a.card-link .text {
  background: -webkit-gradient(linear, left bottom, left top, from(#e9ebf3), color-stop(78%, white));
  background: -o-linear-gradient(bottom, #e9ebf3 0%, white 78%);
  background: linear-gradient(0deg, #e9ebf3 0%, white 78%);
  padding: 22px 20px 15px;
}
a.card-link .text .stars-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 3px;
}
a.card-link .text .stars-cont .star {
  display: inline-block;
  margin-right: 2px;
}
a.card-link .text .stars-cont .star svg {
  width: 13px;
  height: auto;
  fill: #c6cad8;
}
a.card-link .text .stars-cont .star.gold svg {
  fill: #f2b142;
}
a.card-link .title-cont h2 {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  padding: 0;
  padding-right: 10px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
a.card-link .counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-left: auto;
  line-height: 1;
  width: 100%;
}
a.card-link .counter span {
  display: inline-block;
  font-weight: 600;
  font-size: 16px;
  color: #f05f3a;
}
a.card-link .counter img {
  width: 22px;
  height: auto;
  margin-left: 5px;
}
a.card-link:hover {
  -webkit-box-shadow: 0px 10px 15px 0px rgba(14, 27, 84, 0.3);
          box-shadow: 0px 10px 15px 0px rgba(14, 27, 84, 0.3);
}
a.card-link:hover .text .title-cont h2 {
  color: #53ba5b;
}

ul.pagination {
  padding: 0;
  margin: 10px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 1199px) {
  ul.pagination {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
ul.pagination li {
  margin-right: 13px;
  margin-bottom: 10px;
}
ul.pagination li span,
ul.pagination li a {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  color: #2c3c81;
  min-width: 48px;
  height: 40px;
  line-height: 40px;
  border-radius: 100px;
  background: -webkit-gradient(linear, left bottom, left top, from(#e9ebf3), color-stop(78%, white));
  background: -o-linear-gradient(bottom, #e9ebf3 0%, white 78%);
  background: linear-gradient(0deg, #e9ebf3 0%, white 78%);
  text-align: center;
  margin: 0;
  padding: 0 8px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(14, 27, 84, 0.25);
          box-shadow: 0px 0px 15px 0px rgba(14, 27, 84, 0.25);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
ul.pagination li span:hover,
ul.pagination li a:hover {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(14, 27, 84, 0.35);
          box-shadow: 0px 0px 5px 0px rgba(14, 27, 84, 0.35);
}
@media only screen and (max-width: 767px) {
  ul.pagination li span,
ul.pagination li a {
    min-width: 38px;
    height: 35px;
    line-height: 35px;
  }
}
ul.pagination li.active span,
ul.pagination li.active a {
  background: #2c3c81;
  color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  pointer-events: none;
}
ul.pagination li.prev svg, ul.pagination li.next svg {
  width: 20px;
  fill: #2c3c81;
  display: inline-block;
  -webkit-transform: translateY(-1px);
      -ms-transform: translateY(-1px);
          transform: translateY(-1px);
}
ul.pagination li.prev svg {
  -webkit-transform: translateY(-1px) rotate(180deg);
      -ms-transform: translateY(-1px) rotate(180deg);
          transform: translateY(-1px) rotate(180deg);
}

a.fancy-link {
  display: block;
}
a.fancy-link img {
  width: 100%;
}

.thumbs-slider.slick-slider {
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .thumbs-slider.slick-slider {
    margin-bottom: 35px;
  }
}
.thumbs-slider.slick-slider .slick-track .slick-slide {
  margin: 0 5px;
}
.thumbs-slider.slick-slider button.carousel-button {
  position: absolute;
  bottom: -30px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  left: calc(50% + 10px);
  width: 25px;
  background: transparent;
}
.thumbs-slider.slick-slider button.carousel-button.prev {
  left: calc(50% - 30px);
}
.thumbs-slider.slick-slider button.carousel-button svg {
  width: 25px;
  fill: #2c3c81;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.thumbs-slider.slick-slider button.carousel-button:hover svg {
  fill: #53ba5b;
}

ul.table-list {
  padding: 0;
  margin: 0 auto 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
ul.table-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 10px 0 5px;
  margin: 0 20px 10px 0;
  list-style: none;
  border-bottom: 1px solid #f05f3a;
  font-size: 16px;
  font-weight: 600;
  width: calc(100% / 2 - 20px);
}
@media only screen and (max-width: 575px) {
  ul.table-list li {
    width: 100%;
  }
}
ul.table-list li span {
  display: inline-block;
  margin-left: auto;
}
ul.table-list li span img {
  width: 20px;
}

ul.pricing-list {
  padding: 0;
  margin: 0 auto 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
ul.pricing-list li {
  list-style: none;
  padding: 30px 20px;
  margin: 0 20px 20px 0;
  width: calc(100% / 5 - 20px);
  background: -webkit-gradient(linear, left bottom, left top, from(#e9ebf3), color-stop(78%, white));
  background: -o-linear-gradient(bottom, #e9ebf3 0%, white 78%);
  background: linear-gradient(0deg, #e9ebf3 0%, white 78%);
  -webkit-box-shadow: 0px 2px 5px 0px rgba(26, 26, 26, 0.2);
          box-shadow: 0px 2px 5px 0px rgba(26, 26, 26, 0.2);
}
@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  ul.pricing-list li {
    width: calc(100% / 3 - 20px);
  }
}
@media only screen and (max-width: 1199px) {
  ul.pricing-list li {
    width: 200px;
  }
}
@media only screen and (max-width: 767px) {
  ul.pricing-list li {
    width: calc(100% / 3 - 20px);
  }
}
@media only screen and (max-width: 575px) {
  ul.pricing-list li {
    width: calc(50% - 20px);
  }
}
@media only screen and (max-width: 420px) {
  ul.pricing-list li {
    width: 100%;
    margin-right: 0;
  }
}
ul.pricing-list li span {
  display: block;
  text-align: center;
  font-size: 16px;
}
ul.pricing-list li span.price {
  font-weight: 700;
  font-size: 18px;
}

.latest-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  overflow: hidden;
}
@media only screen and (max-width: 1199px) {
  .latest-post {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media only screen and (max-width: 991px) {
  .latest-post {
    max-width: 700px;
    margin: 0 auto 50px;
  }
}
.latest-post .read-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  z-index: 2;
  top: 53%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 26px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.latest-post .read-more svg {
  fill: #53ba5b;
  width: 28px;
  margin-left: 8px;
  margin-top: 3px;
  -webkit-transform: translateX(0px);
      -ms-transform: translateX(0px);
          transform: translateX(0px);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.latest-post .read-more:hover {
  color: #53ba5b;
}
.latest-post .read-more:hover svg {
  -webkit-transform: translateX(3px);
      -ms-transform: translateX(3px);
          transform: translateX(3px);
}
.latest-post .image {
  background: #334696;
  background: -o-radial-gradient(circle, #334696 0%, #26336f 100%);
  background: radial-gradient(circle, #334696 0%, #26336f 100%);
  position: relative;
  display: block;
  max-height: 450px;
  width: 60%;
}
@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .latest-post .image {
    width: 50%;
  }
}
@media only screen and (max-width: 1199px) {
  .latest-post .image {
    width: 100%;
    max-height: 350px;
  }
}
.latest-post .image img {
  height: 100%;
  width: auto;
}
@media only screen and (max-width: 1199px) {
  .latest-post .image img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
}
.latest-post .image::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.latest-post .image:hover::before {
  opacity: 1;
}
.latest-post .image:hover .read-more {
  opacity: 1;
  top: 50%;
}
.latest-post .text {
  width: 40%;
  background: #334696;
  background: -o-radial-gradient(circle, #334696 0%, #26336f 100%);
  background: radial-gradient(circle, #334696 0%, #26336f 100%);
  color: #fff;
  padding: 30px 35px 30px 35px;
  position: relative;
}
@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .latest-post .text {
    width: 50%;
  }
}
@media only screen and (max-width: 1199px) {
  .latest-post .text {
    width: 100%;
    padding-bottom: 55px;
  }
}
.latest-post a.bottom-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  position: absolute;
  bottom: 20px;
  right: 30px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  width: 155px;
}
.latest-post a.bottom-link svg {
  width: 20px;
  margin-left: 7px;
  fill: #53BA5B;
  -webkit-transform: translateX(0px);
      -ms-transform: translateX(0px);
          transform: translateX(0px);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.latest-post a.bottom-link:hover {
  color: #53ba5b;
}
.latest-post a.bottom-link:hover svg {
  -webkit-transform: translateX(3px);
      -ms-transform: translateX(3px);
          transform: translateX(3px);
}
.latest-post h3,
.latest-post p {
  color: #fff;
  font-weight: 500;
}
.latest-post h3 {
  font-size: 42px;
  margin: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width: 1199px) {
  .latest-post h3 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .latest-post h3 {
    font-size: 38px;
  }
}
@media only screen and (max-width: 767px) {
  .latest-post h3 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 575px) {
  .latest-post h3 {
    font-size: 33px;
  }
}
@media only screen and (max-width: 400px) {
  .latest-post h3 {
    font-size: 30px;
  }
}
.latest-post a.title-link {
  display: block;
  max-height: 150px;
  overflow: hidden;
  margin: 0 0 15px;
  padding: 0 0 5px;
}
.latest-post a.title-link:hover h3 {
  color: #53ba5b;
}
.latest-post p {
  font-size: 16px;
  letter-spacing: 0.15px;
  margin: 0 0 40px;
  max-height: 120px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .latest-post p {
    font-size: 15px;
    margin: 0 0 25px;
  }
}
@media only screen and (max-width: 575px) {
  .latest-post p {
    margin: 0 0 20px;
  }
}
.latest-post a.btn.btn-main {
  min-width: 135px;
}

.links-card {
  width: 100%;
  max-width: 460px;
  background: #334696;
  background: -o-radial-gradient(circle, #334696 0%, #26336f 100%);
  background: radial-gradient(circle, #334696 0%, #26336f 100%);
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0px 10px 15px 0px rgba(14, 27, 84, 0.3);
          box-shadow: 0px 10px 15px 0px rgba(14, 27, 84, 0.3);
  margin-top: 75px
}
@media only screen and (max-width: 1199px) {
.links-card {
margin-top: 50px
}
}
@media only screen and (max-width: 991px) {
  .links-card {
    margin: 10px auto 60px;
    max-width: 88%;
  }
}
@media only screen and (max-width: 575px) {
  .links-card {
    max-width: 90%;
  }
}
.links-card a {
  display: block;
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  padding: 25px 42px;
}
@media only screen and (max-width: 767px) {
  .links-card a {
    font-size: 22px;
  }
}
@media only screen and (max-width: 575) {
  .links-card a {
    font-size: 20px;
  }
}
.links-card a.active {
  background: #fff;
  color: #53ba5b;
}
.links-card a:hover {
  color: #53ba5b;
}

.gallery-rotator {
  -webkit-box-shadow: 0px 0px 15px 0px rgba(14, 27, 84, 0.25);
          box-shadow: 0px 0px 15px 0px rgba(14, 27, 84, 0.25);
  border-radius: 1px;
  overflow: hidden;
}
.gallery-rotator .carousel-item {
  width: 100%;
  height: 300px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 1px;
  position: relative;
}
.gallery-rotator .carousel-item::before {
  position: absolute;
  content: "";
  background: rgba(44, 60, 129, 0.5);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.gallery-rotator .carousel-item .icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  width: 70px;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.gallery-rotator .carousel-item:hover::before,
.gallery-rotator .carousel-item:hover .icon {
  opacity: 1;
}

.lokacije-sect {
  margin-top: -2px;
}
.lokacije-sect .top-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .lokacije-sect .top-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.lokacije-sect .top-row a {
  width: 50%;
  height: 625px;
}
@media only screen and (max-width: 991px) {
  .lokacije-sect .top-row a {
    height: 420px;
  }
}
@media only screen and (max-width: 767px) {
  .lokacije-sect .top-row a {
    width: 100%;
    height: 400px;
  }
}
.lokacije-sect .bottom-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .lokacije-sect .bottom-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.lokacije-sect .bottom-row a {
  width: calc(100% / 3);
  height: 415px;
}
@media only screen and (max-width: 991px) {
  .lokacije-sect .bottom-row a {
    height: 350px;
  }
}
@media only screen and (max-width: 767px) {
  .lokacije-sect .bottom-row a {
    width: 100%;
    height: 400px;
  }
}
.lokacije-sect .bottom-row .sub {
  padding-top: 5px;
  padding-bottom: 5px;
}
.lokacije-sect .bottom-row .sub h4 {
  font-size: 18px;
}
.lokacije-sect .bottom-row .main h2,
.lokacije-sect .bottom-row .main h1 {
  font-size: 36px;
  font-weight: 600;
}
.lokacije-sect .sakarun {
  background-image: url("../img/jpg/sakarun.jpg");
}
.lokacije-sect .sakarun .box-link .main {
  background: #148fe5;
}
.lokacije-sect .telascica {
  background-image: url("../img/jpg/telascica-home.jpg");
}
.lokacije-sect .telascica .box-link .main {
  background: #53ba5b;
}
.lokacije-sect .veli-rat {
  background-image: url("../img/jpg/veli-rat.jpg");
}
.lokacije-sect .veli-rat .box-link .main {
  background: #f09e1d;
}
.lokacije-sect .sali {
  background-image: url("../img/jpg/sali.jpg");
}
.lokacije-sect .sali .box-link .main {
  background: #f05f3a;
}
.lokacije-sect .plaze {
  background-image: url("../img/jpg/plaze.jpg");
}
.lokacije-sect .plaze .box-link .main {
  background: #2c3c81;
}
.lokacije-sect span.read-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 55%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  color: #fff;
  font-size: 26px;
  font-weight: 600;
  text-transform: uppercase;
  text-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.lokacije-sect span.read-more svg {
  fill: #53ba5b;
  width: 28px;
  height: auto;
  margin-left: 5px;
  margin-top: 5px;
  -webkit-transform: translateX(0px);
      -ms-transform: translateX(0px);
          transform: translateX(0px);
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.lokacije-sect span.read-more:hover {
  color: #53ba5b;
}
.lokacije-sect span.read-more:hover svg {
  -webkit-transform: translateX(3px);
      -ms-transform: translateX(3px);
          transform: translateX(3px);
}
.lokacije-sect a {
  overflow: hidden;
  position: relative;
  display: inline-block;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.lokacije-sect a::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.lokacije-sect a:hover::before {
  opacity: 1;
}
.lokacije-sect a:hover span.read-more {
  top: 50%;
  opacity: 1;
}
.lokacije-sect a:hover .box-link {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(14, 27, 84, 0.35);
          box-shadow: 0px 0px 5px 0px rgba(14, 27, 84, 0.35);
}

.novosti {
  background: #e2e5ef;
  background: -webkit-gradient(linear, left top, right top, from(#c6cade), to(#f4f5f9));
  background: -o-linear-gradient(left, #c6cade 0%, #f4f5f9 100%);
  background: linear-gradient(90deg, #c6cade 0%, #f4f5f9 100%);
  display: block;
  padding: 50px 0;
}
.novosti .content {
  display: block;
  max-width: 1620px;
  margin: 0 auto;
}

.pod-novosti {
  display: block;
  max-width: 1620px;
  margin: 50px auto;
}

.obavijesti {
  padding-top: 50px;
  margin-top: 60px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.obavijesti .title-box {
  background: #53ba5b;
}
.obavijesti .title-box h2 {
  font-size: 30px;
}
.obavijesti .notice-cont {
  display: block;
  max-width: 1620px;
  margin: 0 auto 50px;
}

@media only screen and (min-width: 1200px) {
.obavijesti .notice-cont.news-list {
margin-top: 40px
}
}

.sponzori {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 80px 0 40px;
  padding-top: 80px;
  padding-left: 20px;
  padding-right: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 1199px) {
  .sponzori {
    margin-top: 60px;
    padding-top: 60px;
  }
}
.sponzori a {
  display: inline-block;
  margin: 0 40px 30px;
}
@media only screen and (max-width: 767px) {
  .sponzori a {
    margin: 0 15px 30px;
  }
}
@media only screen and (max-width: 400px) {
  .sponzori a {
    margin: 0 auto 30px;
  }
}

.static-page {
  /*
  .flx-cont {
      display: flex;
      align-items: flex-start;

      @media only screen and (max-width: 991px) {
          flex-wrap: wrap;
      }
  }*/
}
.static-page .content {
  max-width: 1150px;
  padding: 70px 0px 70px 20px;
  margin: 0 auto;
}
@media only screen and (max-width: 1199px) {
  .static-page .content {
    padding: 40px 50px;
  }
}
@media only screen and (max-width: 575px) {
  .static-page .content {
    padding: 20px 25px 30px;
  }
}
.static-page .content h2 {
  font-size: 36px;
  font-weight: 400;
  line-height: 1.4;
}
@media only screen and (max-width: 991px) {
  .static-page .content h2 {
    font-size: 34px;
  }
}
@media only screen and (max-width: 767px) {
  .static-page .content h2 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 575px) {
  .static-page .content h2 {
    font-size: 30px;
  }
}
.static-page .content h3 {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.3;
}
@media only screen and (max-width: 991px) {
  .static-page .content h3 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .static-page .content h3 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 575px) {
  .static-page .content h3 {
    font-size: 24px;
  }
}
.static-page .content p {
  font-size: 18px;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .static-page .content p {
    font-size: 16px;
  }
}
.static-page .content p strong {
  font-weight: 600;
}
.static-page .content ul {
  padding: 0;
  margin: 0;
}
.static-page .content ul li {
  font-size: 18px;
  list-style: none;
  background: url("../img/png/bullet.png");
  background-repeat: no-repeat;
  background-position-x: left;
  background-position-y: 5px;
  padding-left: 35px;
  margin: 0 0 35px 15px;
}
.static-page .content ul li p {
  margin: 0;
  padding: 0;
}
.static-page .content ul li p strong {
  margin: 0;
  padding: 0;
}
.static-page .content ul li strong {
  font-weight: 600;
}
.static-page .info-card {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0px 10px 15px 0px rgba(14, 27, 84, 0.3);
          box-shadow: 0px 10px 15px 0px rgba(14, 27, 84, 0.3);
}
.static-page .info-card.negative {
  margin: -185px auto 40px auto;
}
@media only screen and (max-width: 991px) {
  .static-page .info-card {
    max-width: 88%;
  }
  .static-page .info-card.negative {
    margin: 10px auto 60px;
  }
}
@media only screen and (max-width: 575px) {
  .static-page .info-card {
    max-width: 90%;
  }
}
.static-page .gallery-cont {
  max-width: 460px;
  margin: 75px 0 0;
}
@media only screen and (max-width: 991px) {
  .static-page .gallery-cont {
    margin: 0 auto 40px;
    max-width: 88%;
  }
}
.static-page .gallery-cont h3 {
  margin: 0 0 15px;
}
.static-page .gallery-cont.atrakcije {
  margin: 0 auto 50px;
}
@media only screen and (max-width: 991px) {
  .static-page .gallery-cont.atrakcije {
    margin: 0 auto 35px;
  }
}

.offers-page {
  padding: 110px 0 60px;
  background-image: url("../img/png/privatni-smjestaj.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top center;
  overflow-x: hidden;
}
@media only screen and (max-width: 1199px) {
  .offers-page {
    padding: 100px 0 40px;
  }
}
@media only screen and (max-width: 767px) {
  .offers-page {
    padding: 80px 0 40px;
  }
}
.offers-page .main-box {
  display: block;
  max-width: 1790px;
  margin: 0 auto;
}
.offers-page .houses-list {
  display: block;
  margin: 55px 0 0;
}
@media only screen and (max-width: 1199px) {
  .offers-page .houses-list {
    margin: 40px 0 0;
  }
}
.offers-page a.card-link {
  margin: 0 auto 30px;
}
.offers-page button.btn.btn-main.menu-trigger {
  margin: 10px 0 0;
}
@media only screen and (min-width: 1200px) {
  .offers-page button.btn.btn-main.menu-trigger {
    display: none;
  }
}
@media only screen and (min-width: 1200px) {
  .offers-page .extras-col-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .offers-page .extras-col-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
}
@media only screen and (min-width: 1200px) {
  .offers-page .extras-col-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
            flex: 0 0 80%;
    max-width: 80%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .offers-page .extras-col-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .offers-page .extras-col-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}

.details-page {
  padding: 110px 0 0;
  background-image: url("../img/png/privatni-smjestaj.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top center;
  overflow-x: hidden;
}
.details-page .switcher-box {
  display: block;
  background: -webkit-gradient(linear, left bottom, left top, from(#e9ebf3), color-stop(78%, white));
  background: -o-linear-gradient(bottom, #e9ebf3 0%, white 78%);
  background: linear-gradient(0deg, #e9ebf3 0%, white 78%);
  -webkit-box-shadow: 0px 0px 15px 0px rgba(14, 27, 84, 0.25);
          box-shadow: 0px 0px 15px 0px rgba(14, 27, 84, 0.25);
  margin: 0 auto 40px;
  border-radius: 1px;
}
.details-page .switcher-box .title {
  background: -o-radial-gradient(circle, #334696 0%, #26336f 100%);
  background: radial-gradient(circle, #334696 0%, #26336f 100%);
  padding: 20px;
}
.details-page .switcher-box .title h5 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  margin: 0;
  padding: 0;
}
.details-page .switcher-box .buttons-cont {
  padding: 25px 20px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.details-page .switcher-box .buttons-cont .btn-main {
  margin-right: 10px;
  margin-bottom: 10px;
  width: 100%;
  max-width: 145px;
}
.details-page .main-box {
  display: block;
  max-width: 1790px;
  margin: 0 auto;
}
.details-page .main-box .content h3 {
  margin: 0 0 20px;
}
@media only screen and (max-width: 1199px) {
  .details-page .main-box .content h3 {
    margin-bottom: 10px;
  }
}
.details-page .main-box .top-content {
  margin: -127px auto 30px;
}
@media only screen and (max-width: 1199px) {
  .details-page .main-box .top-content {
    margin-top: 30px;
  }
}
.details-page .category-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .details-page .category-info {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.details-page .category-info .box {
  width: calc(100% / 3);
  display: block;
}
@media only screen and (max-width: 767px) {
  .details-page .category-info .box {
    text-align: center;
    width: 180px;
    margin-bottom: 20px;
  }
}
.details-page .category-info .box span {
  display: block;
  margin: 0 0 10px;
}
.details-page .category-info .box a {
  display: table;
  font-size: 15px;
  color: #2c3c81;
  font-weight: 600;
}
.details-page .category-info .box a:hover {
  color: #53ba5b;
}
.details-page .category-info .box p {
  margin: 0;
  line-height: 1.4;
}
.details-page .category-info .box h3 {
  font-weight: 600;
  padding-right: 10px;
}
.details-page .category-info .box img.star {
  width: 18px;
}
.details-page .category-info .box .star {
  display: inline-block;
}
.details-page .category-info .box .star svg {
  width: 18px;
  fill: #f2b142;
}
.details-page .category-info .box .count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: 28px;
  color: #2c3c81;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .details-page .category-info .box .count {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.details-page .category-info .box .count img {
  fill: #2c3c81;
  width: 30px;
  margin-left: 5px;
}
@media only screen and (max-width: 767px) {
  .details-page .category-info.contact-person {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.details-page .category-info.contact-person .box {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .details-page .category-info.contact-person .box {
    width: 250px;
    margin-bottom: 10px;
  }
  .details-page .category-info.contact-person .box:last-child {
    margin-bottom: 0;
  }
  .details-page .category-info.contact-person .box a {
    margin: 0 auto;
  }
}
.details-page ul.lang-list {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.details-page ul.lang-list li {
  list-style: none;
  margin-right: 10px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .details-page .custom-col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .details-page .contact-info-title {
    text-align: center;
    margin: 10px 0;
  }
}
.details-page .blue-cont {
  background: #e2e5ef;
  background: -webkit-gradient(linear, left top, right top, from(#c6cade), to(#f4f5f9));
  background: -o-linear-gradient(left, #c6cade 0%, #f4f5f9 100%);
  background: linear-gradient(90deg, #c6cade 0%, #f4f5f9 100%);
  display: block;
  padding: 50px 0 40px;
  margin: 50px 0 0;
}
.details-page .blue-cont h4 {
  margin: 0 0 20px;
  font-weight: 600;
}
.details-page .blue-cont a.box-link {
  margin: 0 auto 20px;
  display: block;
  background-color: #2c3c81;
}
.details-page .blue-cont a.box-link .image {
  display: block;
  max-height: 250px;
  overflow: hidden;
}
.details-page .blue-cont a.box-link .image img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
.details-page .blue-cont a.box-link .text {
  display: block;
  padding: 20px 25px;
  background: #2c3c81;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.details-page .blue-cont a.box-link .text h4 {
  font-weight: 600;
  margin: 0;
  font-size: 20px;
  color: #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.details-page .blue-cont a.box-link:hover .text h4 {
  color: #53ba5b;
}
.details-page .blue-cont .additional-actions {
  margin: 10px 0 0;
  display: block;
}
.details-page .blue-cont .additional-actions a.btn.btn-main {
  margin-right: 10px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 575px) {
  .details-page .blue-cont .additional-actions a.btn.btn-main {
    width: 100%;
    margin: 0 auto 15px;
    max-width: 400px;
    display: block;
  }
}

/* Smještaj detaljnije */
.offer-details .title-box {
  max-width: 800px;
}
.offer-details .actions-cont {
  margin: 0 0 50px;
}
.offer-details .preview-cont {
  text-align: center;
  margin: 0 0 30px;
}
.offer-details .preview-cont h5 {
  text-align: left;
  margin-left: 10px;
  margin-bottom: 15px;
  font-weight: 600;
}
.offer-details .preview-cont button {
  min-width: 140px;
  padding: 3px 20px 5px;
  background: #eee;
  border-radius: 100px;
  color: #2c3c81;
  font-weight: 600;
  margin: 0 3px 8px;
}
.offer-details .preview-cont button:hover {
  color: #53ba5b;
}
.offer-details .preview-cont button.active {
  background: #53ba5b;
  color: #fff;
}
.offer-details .nav-tabs {
  border: none;
  margin-top: 20px;
  margin-bottom: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.offer-details .nav-tabs .nav-link {
  min-width: 140px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 18px;
  color: #2c3c81;
  background: #fff;
  border: 1px solid #2c3c81;
  border-radius: 100px;
  margin-right: 8px;
  margin-bottom: 8px;
  padding: 5px 15px;
}
.offer-details .nav-tabs .nav-link:last-child {
  margin-right: 0;
}
.offer-details .nav-tabs .nav-link:hover {
  color: #53ba5b;
  border-color: #53ba5b;
}
.offer-details .nav-tabs .nav-link.active {
  background: #53ba5b;
  border-color: #53ba5b;
  color: #fff;
}
.offer-details .info-cont {
  max-width: 450px;
  margin: 0 auto 40px;
}
.offer-details .basic-info {
  margin: 0 0 18px;
  padding: 0 0 5px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.offer-details .basic-info .icon {
  width: 18px;
}
.offer-details .stars-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 15px;
}
.offer-details .stars-cont img {
  width: 20px;
  margin: 0 1px;
}
.offer-details .person-cont {
  margin-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.offer-details .person-cont img {
  width: 30px;
  margin-left: 5px;
}
.offer-details .main-info {
  margin: 0 0 20px;
  font-weight: 600;
}
.offer-details .main-info h2 {
  margin: 0;
}
.offer-details .info-card {
  max-width: 100%;
  -webkit-box-shadow: 0px 10px 15px 0px rgba(14, 27, 84, 0.3);
          box-shadow: 0px 10px 15px 0px rgba(14, 27, 84, 0.3);
  margin: 0 0 40px;
}
.offer-details .info-card .head {
  padding: 25px 20px;
  height: auto;
  display: block;
  text-align: center;
}
.offer-details .info-card .head p {
  color: #fff;
  margin: 0 0 5px;
  text-transform: uppercase;
}
.offer-details .info-card .main {
  padding: 20px 25px;
}
.offer-details .info-card .main p {
  margin: 0 0 2px;
  font-size: 17px;
}
.offer-details .info-card .main a {
  font-weight: 600;
}
.offer-details .locale-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.offer-details .locale-icons img {
  width: 24px;
  margin: 0 3px 5px;
}
.offer-details a.card-link {
  max-width: 460px;
  margin-left: 0;
}
.offer-details a.card-link .text {
  padding: 15px 20px;
}
.offer-details .slider-container {
  margin: 0 0 50px;
}
@media only screen and (max-width: 991px) {
  .offer-details .additional-actions a.btn.btn-main {
    display: block;
  }
}

.price-box {
  background: #fff;
  border-radius: 2px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(14, 27, 84, 0.35);
          box-shadow: 0px 0px 5px 0px rgba(14, 27, 84, 0.35);
  text-align: center;
  padding: 15px 10px;
  margin: 0 auto 20px;
}
.price-box .price,
.price-box .range {
  display: block;
}
.price-box .range {
  font-size: 18px;
}
.price-box .price {
  font-weight: 600;
  font-size: 24px;
}

.reach-us {
  padding: 110px 0 60px;
  background-image: url("../img/png/privatni-smjestaj.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top center;
  overflow-x: hidden;
}
@media only screen and (max-width: 1199px) {
  .reach-us {
    padding: 100px 0 40px;
  }
}
@media only screen and (max-width: 767px) {
  .reach-us {
    padding: 80px 0 40px;
  }
}
.reach-us .main-box {
  margin-top: 50px;
}
@media only screen and (max-width: 1199px) {
  .reach-us .main-box {
    margin-top: 10px;
  }
}
.reach-us .info-card {
  margin: 0 auto 30px;
}
.reach-us .info-card .head {
  display: block;
  text-align: center;
  padding: 20px;
  height: auto;
}
.reach-us .info-card .body {
  padding: 20px;
}
.reach-us .info-card p {
  margin: 0 0 15px;
}
.reach-us .info-card h4 {
  color: #fff;
  margin: 0;
}

.renters-corner {
  padding: 110px 0 60px;
  background-image: url("../img/png/privatni-smjestaj.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top center;
  overflow-x: hidden;
}
@media only screen and (max-width: 1199px) {
  .renters-corner {
    padding: 100px 0 40px;
  }
}
@media only screen and (max-width: 767px) {
  .renters-corner {
    padding: 80px 0 40px;
  }
}
.renters-corner .main-box {
  margin-top: 40px;
}
@media only screen and (max-width: 1199px) {
  .renters-corner .main-box {
    margin-top: 10px;
  }
}
.renters-corner .content {
  padding: 0 0 0 70px;
}
.renters-corner .info-card {
  margin: 0 auto 30px;
  max-width: 600px;
}
.renters-corner .info-card .head {
  display: block;
  text-align: center;
  padding: 20px;
  height: auto;
}
.renters-corner .info-card .body {
  padding: 20px;
}
.renters-corner .info-card p {
  margin: 0 0 15px;
}
.renters-corner .info-card h4 {
  color: #fff;
  margin: 0;
}
.renters-corner .info-card a.btn.btn-main {
  margin-top: 10px;
  margin-bottom: 35px;
  padding: 10px;
  max-width: 100%;
  background: #2c3c81;
  border: 2px solid #2c3c81;
  color: #fff;
}
.renters-corner .info-card a.btn.btn-main:hover {
  background: transparent;
  color: #2c3c81;
}
.renters-corner .list-links {
  padding: 0;
  margin: 0 auto;
  max-width: 500px;
  display: block;
}
.renters-corner .list-links li {
  list-style: none;
  display: block;
  margin: 0 0 20px;
  padding: 0 0 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.renters-corner .list-links li:last-child {
  border: none;
}
.renters-corner .list-links li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.renters-corner .list-links li svg {
  -webkit-transform: translateY(2px);
      -ms-transform: translateY(2px);
          transform: translateY(2px);
  width: 20px;
  height: auto;
  margin-right: 10px;
  fill: #2c3c81;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.renters-corner .list-links li svg.link-icon {
  -webkit-transform: translateY(6px);
      -ms-transform: translateY(6px);
          transform: translateY(6px);
}
.renters-corner .list-links li span {
  width: calc(100% - 30px);
  display: block;
  color: #2c3c81;
  font-weight: 600;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.renters-corner .list-links li a:hover span {
  color: #53ba5b;
}
.renters-corner .list-links li a:hover svg {
  fill: #53ba5b;
}

.multimedia {
  padding: 110px 0 60px;
  background-image: url("../img/png/privatni-smjestaj.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top center;
  overflow-x: hidden;
}
@media only screen and (max-width: 1199px) {
  .multimedia {
    padding: 100px 0 40px;
  }
}
@media only screen and (max-width: 767px) {
  .multimedia {
    padding: 80px 0 40px;
  }
}
.multimedia .main-box {
  margin-top: 40px;
}
@media only screen and (max-width: 1199px) {
  .multimedia .main-box {
    margin-top: 10px;
  }
}
.multimedia .content {
  padding: 0 20px;
  max-width: 100%;
}
.multimedia .gallery {
  margin: 0 0 40px;
}

.gallery-link {
  display: block;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(26, 26, 26, 0.4);
          box-shadow: 0px 0px 15px 0px rgba(26, 26, 26, 0.4);
  border-radius: 2px;
  overflow: hidden;
  margin: 0 auto 30px;
}
.gallery-link .image {
  max-height: 320px;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.gallery-link .image::before {
  position: absolute;
  content: "";
  background: rgba(44, 60, 129, 0.5);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.gallery-link .text {
  border-top: 1px solid rgba(0,0,0,.1);
  padding: 15px 10px;
  background: -o-linear-gradient(bottom, #e9ebf3 0%, white 78%);
  background: -webkit-gradient(linear, left bottom, left top, from(#e9ebf3), color-stop(78%, white));
  background: linear-gradient(0deg, #e9ebf3 0%, white 78%);
}
.gallery-link .text h5 {
  font-weight: 600;
  margin: 0;
  text-align: center;
}

.gallery-link .icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  width: 70px;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.gallery-link .icon svg {
fill: #fff;
width: 40px
}
.gallery-link:hover {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(14, 27, 84, 0.35);
          box-shadow: 0px 0px 5px 0px rgba(14, 27, 84, 0.35);
}
.gallery-link:hover .icon,
.gallery-link:hover .image::before {
  opacity: 1;
}

article {
margin-top: 10px
}

@media only screen and (min-width: 1200px) {
article {
margin-top: 50px
}
}

article .banner {
float: right;
width: 400px;
margin-left: 10px;
margin-bottom: 10px;
margin-top: 5px;
}


article .banner img {
-webkit-box-shadow: 0px 10px 15px 0px rgba(14, 27, 84, 0.3);
box-shadow: 0px 10px 15px 0px rgba(14, 27, 84, 0.3);
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;
}

article .banner:hover img {
-webkit-box-shadow: none;
box-shadow: none;
}

@media only screen and (max-width: 690px) {
article .banner {
width: 100%;
float: none;
display: block;
margin: 10px auto 20px;
max-height: 400px;
overflow: hidden;
}

article .banner img {
width: 100%
}

article {
margin-top: 0
}
}

article li {
margin: 0 0 18px
}

article ul {
margin-bottom: 30px
}

article time {
color: #53ba5b;
font-weight: 600;
display: inline-block;
margin-bottom: 15px;
background: -o-linear-gradient(bottom, #e9ebf3 0%, white 78%);
background: -webkit-gradient(linear, left bottom, left top, from(#e9ebf3), color-stop(78%, white));
background: linear-gradient(0deg, #e9ebf3 0%, white 78%);
border-radius: 100px;
padding: 3px 20px;
}

.image-upload label {
  background-color: indigo;
  color: white;
  padding: 0.5rem;
  font-family: sans-serif;
  border-radius: 0.3rem;
  cursor: pointer;
  margin-top: 1rem;
}

.image-upload .image-container {
    background-color: black;
    #padding-top: 70%;
    margin-bottom: -10%;
}
