@font-face {
    font-family: Oswald-Light;
    src: url(/fonts/Oswald-Light.otf);
}
@font-face {
    font-family: Oswald-Medium;
    src: url(/fonts/Oswald-Medium.otf);
}
@font-face {
    font-family: Oswald-Regular;
    src: url(/fonts/Oswald-Regular.otf);
}
@font-face {
    font-family: Oswald-SemiBold;
    src: url(/fonts/Oswald-SemiBold.otf);
}


/* Scrollbar Styling */
::-webkit-scrollbar {
    width: 5px;
}
 
::-webkit-scrollbar-track {
    background-color: #eeeeee;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background: #B60005; 
}

/* Scrollbar Styling */
::-webkit-scrollbar {
    width: 5px;
}
 

html, body {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 400;
  font-family: Oswald-Regular;
  max-width: 100vw;
  width: 100%;
  height: auto;
  min-height: 100vh;
  overflow-x: hidden;
  overflow-y: visible;
  padding-top: 0;
  background-size: 100% auto;
  scroll-behavior: smooth;
}

h1 {
  font-size: 45px;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #ffffff;
  font-family: Oswald-SemiBold;
}
.heading-title {
	text-shadow: 2px 2px 5px black;
}
h2 {
  font-size: 30px;
  line-height: 1.5;
  margin-bottom: 20px;
  color: #000;
  font-family: Oswald-Regular;
}
h3 {
  font-size: 25px;
  line-height: 1;
  margin-bottom: 10px;
  color: #000000;
  z-index: 1;
  font-family: MessinaSans-Regular;
}
h4 {
  font-size: 40px;
  line-height: 1.2;
  margin-bottom: 35px;
  color: #565656;
  font-family: Oswald-Light;
}
h4.small {
  font-size: 15px;
  font-weight: 900
}
p {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 20px;
}
p.big {
  font-size: 35px;
}
p.smal {
  font-size: 15px
}
a {
  color: #333;
}
a:hover,
a:focus{
  color: #000000;
}
strong {
  font-weight: 700;
}
*,
*:before,
*:after {
  /*transition: all 300ms ease-in-out;*/
}
.col-12 {
  margin-bottom: 30px
}
.color-main {
  color: #ffffff;
}
.color-grey {
  color: #999999;
}
.color-blue {
  color: #003874;
}
.color-red {
  color: #C30004;
}

.container {
  max-width: 1370px !important;
}
.container-min {
  max-width: 1170px !important;margin:0 auto;
}

.container-full {
  max-width: 100% !important;
}

.bg-secundary {
  background-color: #F8F4EB;
  padding-top: 200px;
  padding-bottom: 50px;
  background-image:url(/images/statua.png);
  background-position:right;
  background-repeat:no-repeat;
}

.bg-red {
  background-color: #C30004;
  margin-top: 50px;
  padding-top: 50px;
  padding-bottom: 25px;
}

#main {  
    background-color: #fff;
    min-height: 100vh;
}

.width400 {
  max-width: 450px !important;
  margin-right: auto;
  margin-left: 0;
}

.width850 {
  max-width: 850px !important;
  margin-right: auto;
  margin-left: auto;
}

.width1100 {
  max-width: 1100px !important;
  margin-right: auto;
  margin-left: auto;
}

.width1300 {
  max-width: 1260px !important;
  margin-right: auto;
  margin-left: auto;
}

.padd15b {
	padding-bottom: 15px;
}

.padd35t {
	padding-top: 35px;
}
.padd25t {
	padding-top: 25px;
}

.padd25 {
	padding-bottom: 35px;
}
.padd75b {
	padding-bottom: 75px;
}
.padd75t {
	padding-top: 65px;
}

.padd25r {
	padding-right: 50px;
}

.padd50 {
	padding-top: 35px;
	padding-bottom: 35px;
}
.padd75 {
	padding-top: 75px;
}

.padd125 {
	padding-top: 125px;
}
.padding25 {
	padding-left: 25px;
	padding-right: 25px;
}


.icons {
	padding-top: 45px;
	padding-left: 35px;
}

.carousel-caption {
	text-align:left;
	margin-bottom: 100px;
	padding-left: 0px;
    margin-left: 0;}

.carousel-caption a  {
	color:#fff;
}
.bg-right {
	border-right: 2px solid #fff;
}

u
{
	text-decoration: underline;
  	text-decoration-color: #C30004;
	text-underline-offset: 10px;
	text-decoration-style: solid;
  	text-decoration-thickness: 3px;
}
.ds-title-location {
  display: inline-block;
  width: 25px;
  height: 15px;
  position: relative;
  background-image: url(/images/icon_top_location.png);
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: left !important;
}

.ds-title-phone {
  display: inline-block;
  width: 25px;
  height: 15px;
  position: relative;
  background-image: url(/images/icon_top_phone.png);
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: left !important;
}

.ds-title-hour {
  display: inline-block;
  width: 25px;
  height: 15px;
  position: relative;
  background-image: url(/images/icon_top_hour.png);
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: left !important;
}

.title-top {
  font-size: 12px;
  line-height: 1.2;
  padding-top: 15px;
  color: #999999;
  font-family: MessinaSans-Regular;
}


.title-services {
  font-size: 15px;
  line-height: 1.2;
  padding-top: 15px;
  color: #000000;
  font-family: MessinaSans-Bold;
}
.text-services {
  font-size: 16px;
  line-height: 1.2;
  color: #999999;
  font-family: MessinaSans-Regular;
}



.title-row{
  font-size: 25px;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #000;
  font-family: MessinaSans-Regular;
  margin-bottom:100px;
  z-index:1}
  
.title-design,.title-row{line-height:1;text-align:center;position:relative;z-index:0}.title-design{color:#fff;font-family:Gilroy,Arial,sans-serif;font-weight:700;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;max-width:100%;margin-bottom:-.9375rem;margin-top:-1.875rem;font-size:3.125em}.title-design--grey{color:#f0f1f3}

.title-design{margin-bottom:-1.25rem;margin-top:-2.1875rem;font-size:4.375em}
@media only screen and (min-width:641px){.title-design{margin-bottom:-2.0625rem;margin-top:-3.75rem;font-size:6.875em}.slide-event-name{max-height:100%;position:absolute;left:1.25rem;top:0;height:100%;overflow:hidden;text-align:center;text-overflow:ellipsis;-webkit-transform:scale(-1);transform:scale(-1);white-space:nowrap;-webkit-writing-mode:tb-rl;-ms-writing-mode:tb-rl;writing-mode:tb-rl}.slider-pane{top:auto;bottom:7.625em}.slider-button{height:4.375em;width:4.375em}.slider-button svg{height:2.25em;width:1.25em}.mall-text-inside{padding:2.125em 1.875em 3.75em;width:26.875em}.home-adv-i{text-align:left}.home-adv-i-icon{height:3.4375em;width:3.4375em;margin:0 0 .6875em}.home-adv-i-title{font-size:1.75em}.page-title{font-size:2.1875em}.page-slogan{margin-top:-4.0625rem;font-size:6.875em}.page-head-description{font-size:3.4375em;max-width:42.5rem;margin-top:-5.625rem}.lavina-design{height:16.875em}.lavina-adv{margin-top:5.5em}.lavina-adv-i{text-align:left}.lavina-adv-i-icon{height:3.4375em;width:3.4375em;margin:0 0 .6875em}.lavina-adv-i-title{font-size:1.75em}.server-error__code{font-size:10em}.advantages-item{text-align:left}.advantages-item__icon{margin-bottom:1.6875em}.advantages-item__icon svg{height:4.0625em}.viewer3d-title{font-size:7.5em;margin-bottom:-2.1875rem}.viewer3d{padding-top:47.05882%}.news-filter-tools{-ms-flex-wrap:nowrap;flex-wrap:nowrap;width:auto;padding:0 1.875em}.news-groups{margin-right:1.25em}.news-groups-link{padding:1.375rem .625rem 1.1875rem}.news-i__name{font-size:1.25em}.sales-filter-tools{-ms-flex-wrap:nowrap;flex-wrap:nowrap;width:auto;padding:0 1.875em}.sales-groups{margin-right:1.25em}.sales-groups-link{padding:1.375rem .625rem 1.1875rem}.sales-control-check{padding:1.1875rem 0}.sales-i__name{font-size:1.25em}.shops-carousel{padding:0 3.4375em}.loc-nav-item{margin:0 1.375em}.places-form-control--large{width:50%}.places-search{border-bottom:none;border-right:1px solid #f0f1f3}.shops-i-cell{width:33.33%}.place-content{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.place-aside{width:14.375em}.place-logo{max-height:12.5em;max-width:12.5em}.place-share-btn{padding-left:30px;padding-right:30px}.place-share-btn-icon{margin-left:1.25rem}.place-map{height:37.5em}.search-nav-item{margin:0 1.375em}.scroll-up-btn{bottom:5em}}@media (min-width:768px) and (max-width:1366px){.shuttle-slogan{position:-webkit-sticky;position:sticky;top:20px}}@media only screen and (min-width:769px){.title-design{margin-bottom:-2.5rem;margin-top:-4.0625rem;font-size:8.125em}.f-search__input{font-size:2.375em}.breadcrumbs>:not(:last-child):after{content:"/";margin-left:.46875rem}.slide-data{padding:1.875em 1.25em 1.875em 4.375em;-webkit-box-shadow:0 12px 60px 0 rgba(50,54,65,.15);box-shadow:0 12px 60px 0 rgba(50,54,65,.15);bottom:-6%}.slide-event-name{letter-spacing:5px}.slide-title{font-size:2.375em}.mall-text-inside{padding:2.75em 2.5em 3.75em;width:29.375em}.mall-title{font-size:1.75em;margin-bottom:1.875rem}.footer{padding-bottom:1.5625em}.f-developer{text-align:left}.page-head-wrap{min-height:37.5em}.page-slogan{margin-top:-5rem;margin-bottom:-1.5625rem;font-size:8.75em}.page-head-decor{padding-top:1.875em}.lavina-col--1{margin-right:-16.028%;width:50.552%}.lavina-col--2{width:65.4756%}.lavina-decor{left:16%;right:auto}.lavina-aside{max-width:530px}.lavina-row--about .lavina-aside{max-width:600px;margin-right:0}.lavina-main{margin-left:24.4%;min-height:100%}.lavina-link{margin-left:0}.advantages-item__text{font-size:1.5em}.viewer3d-title{font-size:8.75em;margin-bottom:-2.625rem}.offer{margin-bottom:0}.offer-img{max-width:860px;width:50%}.offer-content{width:50%}.offer-title{font-size:2.1875em}.places-list-row{padding:3.75em 0 4.375em}.event-img{position:-webkit-sticky;position:sticky;top:20px}.event-content{padding-left:1.5625em}.event-detail{max-width:600px;margin-left:auto}.loc-title{font-size:2em}.shuttle-slogan{text-align:left}.shuttle-slogan-img{margin:.75em 0 0;width:100%}.map{height:50.9375em}.map-pane{top:1.875em;height:calc(100% - 3.75em)}.designation,.zoom{right:1.25em}.places-form-control--large{width:39%}.places-form-control--small{width:18%;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.places-search-input{min-height:3.75rem}.places-dropdown{border-right:1px solid #f0f1f3}.places-dropdown-selection{min-height:3.75rem}.places-form-button{min-height:3.75rem;border:none}.shops-cell--1{width:4.375em}.place-cover{min-height:25em}.place-aside{margin-top:-16.875em;width:18.75em;margin-bottom:0}.place-aside-wrap{padding:1.875em}.place-logo{max-height:15em;max-width:15em}.place-map-zoom{left:2.5em}.draggable-table.is-design-table:after,.draggable-table.is-design-table:before{top:1.75rem;bottom:1.75rem}}@media only screen and (min-width:961px){.shops-i-cell{width:25%}}@media only screen and (min-width:1025px){body{font-size:15px}.main{padding-top:0}.title-design{margin-bottom:-2.9375rem;margin-top:-4.375rem;font-size:8.75em}.latest-carousel{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.latest-carousel-aside{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-height:1px;min-width:0;width:16%}.latest-carousel-tools{margin:1.25em 1.875em 1.25em auto;height:75%;width:10.1875em}.latest-carousel-move,.latest-carousel-tools{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.latest-carousel-move{-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:auto}.latest-carousel-move .carousel-button-next,.latest-carousel-move .carousel-button-prev{margin-bottom:.9375em}.latest-carousel-content{margin-bottom:0;width:84%}.latest-carousel-wrap{margin-right:-49px}.page-nav{padding:2.5em 0}.header{display:block}.shown-search .search{height:calc(100% - 6.375em)}.search__wrap{margin-top:13%}.f-search__control{min-height:5.4375em}.f-search__input{font-size:3em}.m-header{display:none}.mall-decor{top:-3.75em;height:7.5em;width:4.1875em}.mall-title{font-size:2em;margin-bottom:2.25rem}.home-adv-row{margin-top:3.4375em;margin-bottom:4.375em}.home-adv-i-icon{height:3.875em;width:3.875em}.home-adv-i-title{font-size:2em;margin-bottom:1.25rem}.home-adv-i-text{line-height:1.75}.f-grid .f-cell--1{display:inline-block}.f-grid .f-cell--2{width:calc(100% - 12.8125em)}.f-part--1{margin-bottom:2.8125em}.page-head-wrap{min-height:40em}.page-title{font-size:2.8125em}.page-slogan{margin-top:-5.625rem;margin-bottom:-2.375rem;font-size:10em}.page-head-description{font-size:3.75em;margin-top:-6.25rem;max-width:50rem}.lavina-decor{top:-3.75em;height:7.5em;width:4.1875em}.lavina-aside{margin-top:3.6875em;margin-bottom:1.875em;margin-right:2.5em}.lavina-org-name{margin-bottom:2.1875em}.lavina-link{height:16.75em;width:16.75em}.lavina-adv-i-icon{height:3.875em;width:3.875em}.lavina-adv-i-title{font-size:2em;margin-bottom:1.25rem}.lavina-adv-i-text{line-height:1.75}.contacts-row{margin-bottom:5em}.contact+.contact{margin-top:2.5em}.contact-title{margin-bottom:1.1875rem}.feedback-header{margin-bottom:2.1875em}.server-error__code{font-size:11.25em}.about-us-row{margin-bottom:5em}.viewer3d-row{margin-bottom:6em}.viewer3d-title{font-size:10em;margin-bottom:-3.25rem}.offer-row{margin-bottom:5em}.offer-content{padding-left:7%}.offer--reverse .offer-content{padding-right:7%}.offer-title{font-size:2.5em;margin-bottom:1.5625rem}.offer-text{line-height:1.8}.news-i__preview{display:block}.news-i--large{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;max-width:1170px}.news-i--large .news-i__head{width:61%}.news-i--large .news-i__body{padding:5.2% 5% 2%;width:39%}.news-i--large .news-i__name{margin-bottom:1.875rem}.news-i--large .news-i__img{max-height:460px;max-width:711px}.news-i--large .news-i__img-ratio{padding-top:64.69761%}.sales-i__body{margin-top:-5em}.sales-i__logo{height:6.25em;width:6.25em}.sales-i__preview{display:block}.sales-i--large{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;max-width:1170px}.sales-i--large .sales-i__head{width:61%}.sales-i--large .sales-i__body{margin-top:0;padding:5.2% 5% 4%;width:39%}.sales-i--large .sales-i__img{max-height:460px;max-width:711px}.sales-i--large .sales-i__logo{margin-left:0}.sales-i--large .sales-i__img-ratio{padding-top:64.69761%}.places-list-row{padding:5em 0}.shops-carousel{padding:0 4.6875em}.event-row{margin-bottom:2.5em}.event-content--news{margin-top:4.0625em}.event-detail__bottom{margin-top:3.75em}.event-shop-logo{height:6.25em;width:6.25em}.app-map{padding-left:20em;padding-right:6.25em}.map-pane{left:.9375em}.map-pane-guide-button{display:none}.map-search-input{height:3.75rem;font-size:1.125em}.map-search-clear,.map-search-icon{height:3.75rem;width:3.75rem}.map-pane-checkbox{min-height:3.75rem;padding-left:1.75rem}.places-row{padding-top:4.0625rem;margin-bottom:4.0625rem}.place-i-preview{padding:0 2.5em 1.5em;min-height:14.375em}.shops-grid+.shops-grid{margin-top:5em}.shops-cell--1{width:6.875em}.place-row{margin-bottom:5em}.place-aside{margin-right:4.0625em;width:20em}.place-aside-wrap{padding:2.5em}.place-text{margin-bottom:5em}.place-map{height:46.875em}.scroll-up-btn{bottom:30vh;height:3.125rem;width:3.125rem}}
@media only screen and (min-width:1281px){.title-design{margin-bottom:-3.75rem;margin-top:-5rem;font-size:10em}}


.text-more {
  color: #CCCCCC;
  font-size: 16px;
  font-family: MessinaSans-Regular;
}



.text-arrow {
  color: #ffffff;
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: 20px;
  font-family: MessinaSans-Regular;
}

.text-home {
  color: #333;
  font-size: 25px;
  line-height: 1.5;
  margin-bottom: 20px;
  font-family: Oswald-Light;
}
.text-column {
  color: #ffffff;
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 5px;
  font-family: Oswald-Medium;
}
.text-time {
  color: #ffffff;
  font-size: 30px;
  line-height: 1.5;
  margin-bottom: 20px;
  font-family: Oswald-SemiBold;
}

.text-footer {
  color: #ffffff;
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 20px;
  font-family: Oswald-Regular;
}

.text-contact {
  color: #999999;
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 20px;
  font-family: MessinaSans-Regular;
}
.text-pravna-podrucja {
  color: #494949;
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 20px;
  font-family: MessinaSans-Light;
}

.color-black {
  color: #494949;
  line-height: 1.7;
}


.page-form label {
    font-size: 18px;
    display: inline;
	font-family: Oswald-Regular;
	color: #fff;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #333;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #fff;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

li {
    margin: 5px 0;
}

.text-right {
	text-align:right;
}

.mobile { 
	display:none;
}
.desktop { 
	display:block;
}


.navbar {
    padding: 0;
}

.navbar-brand {
    padding-top: 0;
}

.logo-header {
  background-image: url(/images/logo.png);
  background-size: cover !important;
  background-repeat: no-repeat !important;
  width: 290px;
  height: 300px;
  left: 0;
  right: 1080px;
  top: 0;
  display: block;
  z-index: 10;
  margin: 0 auto;
  position: absolute;
}

.divider-white {
	content:url(/images/slash_white.png);
	padding-left: 15px;
	padding-right: 15px;
}

@media screen and (min-width: 1400px) {

#main {
    display: block;
    position: relative;
    margin: 0 auto;
	max-width: 1920px;
    /*background-color: #fff;*/
    min-height: calc(100vh - 90px);
}
  
  .row-double-spacing {
    margin-left: -30px;
    margin-right: -30px;
  }
  .row-double-spacing .col-12 {
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 60px;
  }
}

.nav-link:icons {
  padding-top: 20px;
}


/*--------- M E N U ---------------*/

.overlay-menu { display:none; }

.overlay {
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 100;
  top: 0px;
  left: 0;
  background-color: rgba(255, 255, 255, 1);
}

.overlay-content {
  position: relative;
  top: 3%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.overlay a {
  padding: 10px;
  text-decoration: none;
  font-size: 20px;
  font-family: Oswald-Regular;
  line-height: 1.65;
  color: #393939;
  display: block;
  transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
  color: #cf9455;
}

.overlay .closebtn {
  position: absolute;
  top: -20px;
  right: 15px;
  font-size: 50px;
}


/*HEADER*/
.navbar-light .navbar-nav li >.nav-link {
  font-family: Oswald-Regular;
  font-size: 25px;
  color: #B60005;
}
.navbar-expand-xl .navbar-nav .nav-link {
	margin-top: 35px;
  padding-right: 1rem;
  padding-left: 1rem;
}


.nav-item {
  padding-right: 15px;
  padding-left: 15px;
}

.ds-nav {
  min-width: 320px;
  z-index: 10;
}
.dropdown-toggle::after {
  display: none;
}
.navbar.navbar-light {
  padding: 0 0 0 0;
  /*padding: 30px 0 0 0;*/
}
.lng-menu > a {
  padding-top: 5px;
  padding-bottom: 5px;
}
.dropdown-menu {
  border-top: 3px solid #990000 !important;
  border: 0;
  box-shadow: 0 4px 15px rgba(0,0,0,.2);
  border-radius: 0;
  background-color: #f5eee2;
  min-width: 180px;
  padding: 10px !important;
}
@media screen and (min-width: 1200px) {  
  #ds-nav {
    display: none !important;
  }
  .navbar-expand-xl .navbar-nav li:first-child .nav-link {
    padding-left: 0;
  }
  .navbar-expand-xl .navbar-nav li:last-child .nav-link {
    padding-right: 0;
  }
}
@media screen and (max-width: 1199px) {
  .ds-nav {
    display: none;
  }
  header {
    padding-left: 30px;
    padding-right: 30px;
  }
  #ds-nav { 
    padding: 30px;
    margin-left: -30px;
    margin-right: -30px;
    border-top: 3px solid #990000 !important;
    border: 0;
    box-shadow: 0 4px 15px rgba(0,0,0,.2);
    border-radius: 0;
    background-color: #f5eee2;
  }
}
/*GLOBAL*/
section {
  position: relative;
}
.ds-bg-img {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}
.ds-image-container.img-3d,
.ds-image-container.img-3d * {
  position: relative;
  z-index: 3
}
.ds-image-container.img-3d:before,
.ds-image-container.img-3d:after {
    position: absolute;
    bottom: 15px;
    left: 10px;
    z-index: 1;
    height: 20%;
    max-height: 100px;
    max-width: 460px;
    width: 60%;
    content: "";
    opacity: .7;
    -webkit-box-shadow: 0 17px 15px rgba(0,0,0,.7);
    box-shadow: 0 17px 15px rgba(0,0,0,.7);
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg);
}
.ds-image-container.img-3d:after {
      left: auto;
    right: 10px;
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
}
.ds-content-container {
  overflow: hidden;  
}
.ds-content-inner {
  position: absolute;
  left: 30px;
  right: 30px;
  top: 30px;
  bottom: 30px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.container-9-16 { 
    display: block; 
    position: relative; 
    width: 100%; 
    padding-top: 143.75%; /* 16:9 Aspect Ratio */ 
} 
.container-1-1 { 
    display: block; 
    position: relative; 
    width: 100%; 
    padding-top: 100%; /* 1:1 Aspect Ratio */ 
} 
.container-16-9 { 
    display: block; 
    position: relative; 
    width: 100%; 
    padding-top: 56.25%; /* 16:9 Aspect Ratio */ 
} 



.container-16-7 { 
    display: block; 
    position: relative; 
    width: 100%; 
    padding-top: 41.75%; /* 16:5 Aspect Ratio 43.75% */ 
} 

/*.container-16-7 { 
    display: block; 
    position: relative; 
    width: 100%; 
    padding-top: 36.50%; /* 16:5 Aspect Ratio 43.75% 
} */
.container-16-5 { 
    display: block; 
    position: relative; 
    width: 100%; 
    padding-top: 31.25%; /* 16:5 Aspect Ratio */ 
} 
/*OVERLAY SECTION*/
.ds-overlay {
  background-image: url(/images/overlay.png);
  background-size: cover !important;
  background-repeat: no-repeat !important;
  height: 100px;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  z-index: 3;
  position: absolute;
}
.ds-overlay-footer {
  background-image: url(/images/overlay-footer.png);
  background-size: cover !important;
  background-repeat: no-repeat !important;
  height: 133px;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  z-index: 3;
  position: absolute;
}

.ds-overlay-top {
  background-position: center top !important;
  top: 0;
}
.ds-overlay-bottom {
  background-position: center bottom !important;
  bottom: 0;
}
/*CAROSEL*/
.carousel-indicators {
    bottom: 50px;
	justify-content: left;
}
/*.carousel-indicators li {
    border-radius: 50%;
    height: 20px;
    width: 20px;
    opacity: 1;
}
.carousel-indicators .active {
    background-color: #990000;
}*/

.carousel-indicators li {
  border: none;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #fff;
/*  background: -webkit-gradient(linear, left bottom, left top, from(#ffffff), color-stop(78%, white));
  background: -o-linear-gradient(bottom, #e9ebf3 0%, white 78%);
  background: linear-gradient(0deg, #ffffff 0%, white 78%);
  -webkit-box-shadow: 0px 0px 15px 0px #ffffff;
          box-shadow: 0px 0px 15px 0px #ffffff;*/
  opacity: 1;
  position: relative;
  margin: 0 25px;
}
.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: #ffffff;
  z-index: 1;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}
.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: 350%;
  height: 350%;
  border-radius: 50%;
  background: transparent;
  border: 1px solid #ffffff;
  z-index: 1;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}
.carousel-indicators li.active {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.carousel-indicators li.active::after {
  opacity: 1;
}
.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;
}



.services-box {
    position: relative;
/*    padding: 30px; */
/*	height: 455px; */
    text-decoration: none;
    float: left;
	background-color: #F7F7F9;
    margin-bottom: 30px;
}
a.services-box:hover {
    text-decoration: none;
    cursor:pointer;
    background-color: #C30004; 
	opacity: 0.9;
}
.services-box .box-title {
    position: relative;
}
.services-box h4 {
    font-size: 30px;
    color: #565656;
	text-align: center;
    margin-bottom: 20px;
}
.services-box p {
    font-size: 13px;
	font-weight: 500;
    color: #666;
    margin-bottom: 20px;
}

a.services-box:hover h4 {
  color: #fff;
}
a.services-box:hover p {
  color: #fff;
}


.services-box-red {
    position: relative;
/*    padding: 30px; */
/*	height: 455px; */
    text-decoration: none;
    float: left;
	background-color: #C30004;
    margin-bottom: 30px;
}
a.services-box-red:hover {
    text-decoration: none;
    cursor:pointer;
    background-color: #F7F7F9; 
	opacity: 0.9;
}
.services-box-red .box-title {
    position: relative;
}
.services-box-red h4 {
    font-size: 30px;
    color: #fff;
	text-align: center;
    margin-bottom: 20px;
}
.services-box-red p {
    font-size: 13px;
	font-weight: 500;
    color: #666;
    margin-bottom: 20px;
}

a.services-box-red:hover h4 {
  color: #565656;
}
a.services-box-red:hover p {
  color: #565656;
}




.box-content {
	width:255px;
	height:300px;
	padding-top: 60px;
}

.icon1 {
    top: 20px;
    width: 125px;
    height: 125px;
    background: url("/images/ico/icon1.png") no-repeat;
	display: block;
}
.icon1:hover {
    background: url("/images/ico/icon1w.png") no-repeat;
}
.icon2 {
    top: 20px;
    width: 125px;
    height: 125px;
    background: url("/images/ico/icon2.png") no-repeat;
	display: block;
}
.icon2:hover {
     background: url("/images/ico/icon2w.png") no-repeat;
}
.icon3 {
    top: 20px;
    left: 30px;
    width: 125px;
    height: 125px;
    background: url("/images/ico/icon3.png") no-repeat;
	display: block;
}
.icon3:hover {
     background: url("/images/ico/icon3w.png") no-repeat;
}
.icon4 {
    top: 20px;
    left: 30px;
    width: 125px;
    height: 125px;
    background: url("/images/ico/icon4.png") no-repeat;
	display: block;
}
.icon4:hover {
     background: url("/images/ico/icon4w.png") no-repeat;
}


/*SOCIAL MEDIA*/
.banner-social {
    margin: 0 10px;
    text-align: center;
}

.social-media a {
    font-size: 24px;
    color: #ffffff;
    width: 45px;
    height: 45px;
    line-height: 44px;
    background-color: transparent;
    padding: 0;
    border: 1px solid transparent;
    margin: 10px 10px;
    background: #303872;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.social-media a:hover {
	color: #ffffff;
    /*opacity: .8;*/
}


.footer-social a {
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #ffffff;
  background: #C30004;
  margin: 0 10px;
}
.social-media a:hover {
    opacity: .8;
}

/*TITLES*/
.ds-title {
  display: block;
  position: relative;
}
.text-underline {
  position:relative;
  display: inline-block;
}
.text-underline {
  content: '';
  left: 0;
  right: 0;
  bottom: 0;
  border-bottom: 2px solid #990000;
  margin: auto;
}
.text-underline.color-blue {
  border-bottom: 2px solid #003874;
}
.ds-title-sep {
  display: block;
  width: 100px;
  height: 30px;
  position: relative;
  background-image: url(https://via.placeholder.com/100x30.png/990000/990000);
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  margin: 30px auto;
}
.ds-title.before-sep {
  padding-left: 45px;
}
.ds-title.before-sep:before {
  content: '';
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  left: 0;
  display: block;
  background-image: url(https://via.placeholder.com/30x30.png/990000/990000);
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}
/*BUTTONS*/
.btn {
  font-size: 17px;
  font-family: Oswald-Regular;
  border-radius: 0;
  padding: 10px 30px;
  text-transform: uppercase;
}
.btn i {
  display: inline-block;
  padding-left: 15px;
}
.btn-primary {
  background-color: #fff;
  border-color: #fff;
  color: #565656;
}
.btn-primary:hover {
  background-color: #565656;
  border-color: #565656;
  color: #f5eee2;
}

.btn-secondary {
    color: #fff;
    background-color: #C30004;
    border-color: #C30004;
    padding: 10px 20px;
}

.btn:hover {
  background-color: #565656;
  border-color: #565656;
  color: #fff;
}

.ds-title-arrow-white {
  display: inline-block;
  width: 35px;
  height: 11px;
  margin-left: 15px;  
  position: relative;
  background-image: url(/images/arrow-white.png);
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: left !important;
}

.ds-title-arrow-red {
  display: inline-block;
  width: 35px;
  height: 11px;
  margin-left: 15px;  
  position: relative;
  background-image: url(/images/arrow-red.png);
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: left !important;
}

/*POSTS*/
.post-content.max-400 p{
  max-width: 400px;
}
article {
  position: relative;
}
article .post-content{
  padding: 20px 15px;
}
article .post-content.no-padding {
  padding: 0;
}
article .post-content .ds-address,
article .post-content .ds-pdf {
  position: relative;
}
article .post-content .ds-address img,
article .post-content .ds-pdf img {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  max-width: 30px;
}
article .post-content .ds-pdf img {
  top: 5px;
  bottom: auto;
}
article .post-content .ds-address span,
article .post-content .ds-pdf > div {
  padding-left: 45px;
  display: block;
}
article .post-content .ds-pdf h4 a {
  text-decoration: underline;
  color: #003874;
}
article .date-box {
  position: absolute;
  top: 15px;
  left: 15px;
  background: #fff;
  color: #003874;
  display: inline-block;
  padding: 5px 10px;
  line-height: 1.2;
  font-size: 14px;
  font-weight: bold;
}
.controls-top {
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 10px;
  right: 10px;
}
.controls-top a {
  width: 40px;
  height: 40px;
  background: #f5eee2;
  color: #990000;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 5%;
  border-radius: 50%;
  text-decoration: none !important;
  font-weight: bold; 
  opacity: 1;
}
.controls-top a:hover {
  opacity: 0.8
}
/*MAP*/
.col-marker {
  max-width: 80px;
  padding-top: 5px;
}
#map {
  height: 600px;
  width: 100%;
  display: block;
}
/*FOOTER*/
footer {
  position: relative;
  display: block;
}
.footer-content {
  background: #C30004;
  position: relative;
  display: block;
  padding-top: 150px;
  padding-bottom: 25px
}

.text-underline {
    content: '';
    padding-bottom: 5px;
	padding-top: 25px;
    /*padding-left: 15px;
    padding-right: 15px;*/
    bottom: 0;
	/*width: 150px;*/
    border-bottom: 3px solid #C30004;
	margin-bottom: 25px;
}

.text-underline {
    position: relative;
    display: inline-block;
}




/*RESPONISVE*/
@media screen and (max-width:1199px) {
  .controls-top a {
    margin-top: 25%;
  }
  .ds-content-container {
    padding: 0;
  }
  .ds-content-container .ds-content-inner {
    position: relative;
    margin-bottom: 30px;
    display: block;
  }
}
@media screen and (max-width: 991px) {
  h1 {
    font-size: 35px
  }
  h2 {
    font-size: 20px;
  }
  h3 {
    font-size: 25px;
  }
  h4 {
    font-size: 18px;
  }
  p {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 20px;
  }
  p.big {
    font-size: 20px;
  }
  #banner .container-16-7 {
    min-height: 350px;
  }
  .banner-social {
    right: 30px;
  }
  #map {
    height: 400px;
  }
.overlay-menu { 
	display:block;
	color:#0C2723;
}
.navbar-brand>img {
      position: relative;
      max-width: 75%;
} 
.logo-header {
  width: 140px;
  height: 145px;
  left: -10px;
  right: 1350px;
  top: 0;
}
  
.carousel-caption {
	display:none;
}  

.carousel-indicators {
	display:none;
}

.services-box h4 {
    font-size: 20px;
}
.services-box-red h4 {
    font-size: 20px;
}

.box-content {
    width: 195px;
    height: 275px;
    padding-top: 60px;
}

.text-arrow {
    font-size: 14px;
} 
.padd25 {
    padding-bottom: 15px;
}
.padd50 {
	padding-top: 0;
	padding-bottom: 0;
}
.padd125 {
    padding-top: 50px;
}
.bg-secundary {
  background-color: #F8F4EB;
  padding-top: 25px;
  padding-bottom: 25px;
  background-image:url(/images/statua_mala.png);
  background-position:right;
  background-repeat:no-repeat;
}
.text-home {
    font-size: 20px;
}
.text-column {
  font-size: 20px;
}
.text-time {
  font-size: 25px;
}
.text-footer {
  font-size: 16px;
}
.text-pravna-podrucja {
  font-size: 18px;
}

.mobile { 
	display:block;
}
.desktop { 
	display:none;
} 

.bg-right {
	border-right: 2px solid #C30004;
}

.bg-red {
  background-color: #C30004;
  margin-top: 50px;
  padding-top: 50px;
  padding-bottom: 25px;
}

}
@media screen and (max-width: 768px) {
  footer .nav.link-nav {
    flex-direction: column !important;
  }
}

@media screen and (max-height: 450px) {
  .overlay a {font-size: 20px}
  .overlay .closebtn {
  font-size: 40px;
  top: 15px;
  right: 35px;
  }

}

@keyframes loaderAnim{to{opacity:1;transform:scale3d(.5,.5,1)}}a{text-decoration:none;color:#000000}a,a:hover{color:#000000}a:hover{color:#000000}a:focus{outline:none;background:outline}a:focus-visible,a:focus:not(:focus-visible){background:transparent}a:focus-visible{outline:2px solid red}.cursor{display:none}




.item__excerpt-link-black {position:relative;cursor:pointer;color:#000000;line-height:1;overflow:hidden;}
.item__excerpt-link-black span {display:inline-block;padding-bottom:10px;position:relative;text-decoration: none;color:#000000;}
.item__excerpt-link-black span:after {content:"";width:100%;height:2px;top:calc(100% - 10px);position:absolute;bottom:0;left:0;background:#000000;color:#000000;transition:transform .2s ease-in-out;transform-origin:right;transform: scaleX(0);}
.item__excerpt-link-black span:hover:after {transform-origin:left;transform:scaleX(1)}

.item__excerpt-link-red {position:relative;cursor:pointer;color:#B60005;line-height:1;overflow:hidden;}
.item__excerpt-link-red span {display:inline-block;padding-bottom:12px;position:relative;text-decoration: none;color:#B60005;}
.item__excerpt-link-red span:after {content:"";width:100%;height:2px;top:calc(100% - 10px);position:absolute;bottom:0;left:0;background:#B60005;color:#B60005;transition:transform .2s ease-in-out;transform-origin:right;transform: scaleX(0);}
.item__excerpt-link-red span:hover:after {transform-origin:left;transform:scaleX(1)}

.item__excerpt-link-white {position:relative;cursor:pointer;color:#fff;line-height:1;overflow:hidden;}
.item__excerpt-link-white span {display:inline-block;padding-bottom:10px;position:relative;text-decoration: none;color:#fff;}
.item__excerpt-link-white span:after {content:"";width:100%;height:2px;top:calc(100% - 10px);position:absolute;bottom:0;left:0;background:#fff;color:#fff;transition:transform .2s ease-in-out;transform-origin:right;transform: scaleX(0);}
.item__excerpt-link-white span:hover:after {transform-origin:left;transform:scaleX(1)}
