
body,li,p,span,input,textarea,a,td,th{
  font-family: 'Catamaran',sans-serif;
}
body{
  font-family: 'Catamaran',sans-serif;
  font-size:18px;
  color:#333;
  font-weight: 300;
  background:#B28D1B;
}
h1, h2, h3, h4, h5, h6{
  font-family: 'Great Vibes', cursive;
  color:#B28D1B;
  font-weight: 300;
}
p{
  line-height: 30px;
}
ul{
  margin:0;
  padding:0 0 0 40px;
}
.wrapper{
  max-width:1400px;
  margin:0 auto;
}
a {
  color:#B28D1B;
  text-decoration: none;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
a:hover{
  color:#E5D49E;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #B28D1B;
  margin: 30px 0;
  padding: 0;
  width: 100%;
  float: left;
}
.kontakt-info{
  float: left;
  width: 100%;
  display: block;
}
#kontakt-forma {
  width:45%;
  float: left;
  display:block;
}
#kontakt-forma{
  margin-top: 20px;
}
.kontakt-info{
  margin:0 auto 50px auto;
}
#kontakt-forma label, #kontakt-forma input, #kontakt-forma textarea{
  width: 100%;
  float: left;
  padding:7px 0;
  margin-bottom: 10px;
  font-size: 14px;
  background:none;
}
#kontakt-forma label{
  padding:4px 0;
}
.error {
  background-image: url(../images/error.png);
  background-position: right 15px center;
  background-repeat: no-repeat;
  border: 1px dashed #e81500 !important;
  padding: 15px;
}
.txt_error {
  background-image: url(../images/error.png);
  background-position: right 15px center;
  background-repeat: no-repeat;
  border-bottom: 1px solid #e81500 !important;
  padding: 15px 65px 15px 0px;
  color: #e81500; 
}
.success {
  background-image: url(../images/sucess-32.png);
  background-position: left 15px center;
  background-repeat: no-repeat;
  border: 1px dashed #7ac143;
  padding: 15px 15px 15px 65px;
}
.error_img {
  background-image: url(../images/error-32.png);
  background-position: left 15px center;
  background-repeat: no-repeat;
  border: 1px dashed #e81500;
  padding: 15px 65px 15px 15px; 
}
#kontakt-forma input.btn.send{
  background: #B28D1B;
  color: #fff;
  border:none;
  margin-top: 10px;
  padding: 10px;
  -webkit-border-top-right-radius: 23px;
  -moz-border-top-right-radius: 23px;
  border-top-right-radius: 23px;
  -webkit-border-bottom-left-radius: 23px;
  -moz-border-bottom-left-radius: 23px;
  border-bottom-left-radius: 23px;
  -webkit-transition:all 0.3s ease-in;
  -moz-transition:all 0.3s ease-in;
  transition:all 0.3s ease-in;
  width:40%;
}
#kontakt-forma input.btn.send:hover {
  background:#E5D49E;
  color:#fff;
  cursor:pointer;
  border:none;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
}
input[type="text"]:focus, textarea:focus, button:focus, a.button:focus, select:focus, input[type="file"]:focus, input[type="password"]:focus {}
input[type="text"], textarea, button, a.button, a, input[type="file"] {
  transition: none;
}
.prijava-obrazac #kontakt-forma input[type="checkbox"], .registracija-forma #kontakt-forma input[type="checkbox"]{
  margin-top: 30px;
  margin-bottom: 25px;
}
#kontakt-forma input[type="checkbox"] {
  float: none;
  width: auto;
}
#kontakt-forma input:focus, #kontakt-forma textarea:focus, #kontakt-forma input:hover, #kontakt-forma textarea:hover {
  border-bottom:1px solid #B28D1B;
}
#kontakt-forma input, #kontakt-forma textarea{
  border-bottom:1px solid #ddd;
}
.kontakt{
  margin-left: 0;
}
select {
  -moz-appearance: none;
  -webkit-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
}
select::-ms-expand {
  display: none;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}
.row.footer{
  padding:15px 0;
  color: #fff;
}
.none{
  display:none;
}
.copy{
  font-size:11px;
}
.v{
  float:right;
  margin-top: 2px;
}
.row{
  width:100%;
  clear: both;
  float:left;
}
.main-content { background:#fff }
.clearfix {
  clear: both;
  display: block; 
  width: 100%;
}
#toggle{
  display: none;
}
.footer-top{
  background:#B28D1B;
  color: #fff;
  padding: 42px 0;
}
.footer-logo{
  float: left;
  width: 100%;
  max-width: 300px;
}
/* Dokumenti */
.docs-list{
  float:left;
  margin-bottom: 30px;
  display: block;
  width: 100%;
}
.docs-list ul{
  list-style:none;
  float:left;
  width: 100%;
  padding-left: 0;
}
.docs-list ul li{
  background: url(../images/doc-icon.png) no-repeat left center transparent;
  -webkit-background-size:20px;
  -moz-background-size:20px;
  -o-background-size:20px;
  background-size:20px;
  padding: 10px 0 10px 30px;
  display: block;
  font-weight: 400; 
  float: left;
  margin-right: 40px;
}
.docs-list ul li a{
  line-height: 18px;
}
/* End Dokumenti */
/* Bread crumbs */
 ul.bread-crumbs{
    list-style:none;
    float:left;
    padding-left: 0;
}
 ul.bread-crumbs li{
    float:left;
    font-size: 14px;
}
 ul.bread-crumbs li:after{
    content:"|";
    padding-left: 10px;
    padding-right: 10px;
}
 ul.bread-crumbs li:last-child:after{
    content:"";
    padding-left: 0;
    padding-right: 0;
}
/* End Bread crumbs*/
.content img{
  max-width: 100%;
  height: auto;
}
/* Cookie */
.cookie-container {
  background: rgba(0, 0, 0, 0.8);
  bottom: 0;
  display: block;
  padding: 10px 0;
  position: fixed;
  width: 100%;
  z-index: 9999;
  color:#fff;
}
.cookie-container p{
  font-size: 14px;
  line-height: 18px;
  margin: 5px 0 0 0;
}
.cookie-container span {
  font-weight: 400;
  text-transform: uppercase;
  color: #B28D1B;
  font-size: 14px;
}
/* end of cookie */
.footer-info{
  float: right;
  width: 63%;
}
.footer-info p{
  margin: 5px 0;
}
.footer-links {
  float: left;
  width:auto;
}
.footer-links a {
  display: block;
  text-align:left;
  color:#fff;
  background:url(../images/list-dot.svg)no-repeat center left;
  padding-left:20px;
}
.facebook {
  width: 19%;
  margin-right: 10px;
  opacity: 1;
  float: left;
  margin-top: 15px;
}
.facebook img { 
  max-width:100%; 
}
.tel-mail, .adresa{
  margin-right: 100px;
  padding-left: 50px;
  min-height: 60px;
  width: auto;
  display: inline-block;
  float: left;
}
.tel-mail{
  background: url(../images/contact.svg) no-repeat left top 10px;
  background-size:34px;
}
.adresa{
  background: url(../images/home.svg) no-repeat left top;
  background-size:34px;
}
.tel-mail span, .adresa span{
  width:auto;
  display: block;
  color:#fff;
  font-size: 18px;
  font-weight: 400;
  clear: both;
}
.tel-mail a{
  color: #fff;
  opacity: 1;
}
a.map-link {
  float: left;
  display: block;
  width: 100%;
  border-top:5px solid #ded7c6;
}
.facebook:hover{
  opacity: 0.6;
}
.tel-mail a:hover{
  opacity: 0.7;
}
.header {
  border-bottom: 1px dotted #003366;
  -webkit-box-shadow: 0 0 14px rgba(0,0,0,0.6);
  -moz-box-shadow: 0 0 14px rgba(0,0,0,0.6);
  box-shadow: 0 0 14px rgba(0,0,0,0.6);
  z-index: 100;
  position: relative;
  position: fixed;
  background: rgba(255,255,255,0.75);
}
.header .wrapper {
  max-width:1400px;
}
.map-img {
  width: 100%;
  max-width: 1920px;
  background: url(../images/map.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  float: left;
  padding:295px 0;
}
.logo {
  float: left;
  display: inline-block;
  position: relative;
  margin-left: 20px;
}
.logo a {
  display:block;
  float: left;
}
.logo img{
  width: 100%;
  max-width: 350px;
}
.main-menu{
  float: left;
  list-style: none;
  padding-left: 0;
  margin-left:60px;
}
.main-menu li{
  float: left;
  padding:35px 17px;
  transition:all 0.6s ease;
  position: relative;
}
.main-menu li a {
  float: left;
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
  color: #333;
}
.main-menu li:hover, .main-menu li.mslc {
  background: #efefef;
}
.main-menu li.mslc a, .main-menu li:hover a { color:#B28D1B; }
.sub-menu {
  position: absolute;
  top: 70px;
  left: 0;
  max-width: 220px;
  min-width: 220px;
  z-index: 1;
  display:none;
  list-style-type: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.3);
  box-shadow: 0px 2px 5px rgba(0,0,0,0.3);
}
.main-menu li:hover .sub-menu {
  display:block;
}
.main-menu .sub-menu li {
  width: 100%;
  float: left;
  padding: 0;
  margin: 0;
}
.main-menu li .sub-menu a {
  display: block;
  float: left;
  width: 100%;
  background: #efefef;
  text-transform: none;
  color: #B28D1B;
  font-weight: 400;
  padding: 12px 15px;
  font-size: 15px;
  line-height: 21px;
}
.main-menu li .sub-menu a:hover { background:#ccc;color:#fff !important; }
/* odabir jezika */
.odabir-jezika {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  padding: 28px 26px;
  background: #E5D49E;
  -webkit-border-top-right-radius: 57px;
  -moz-border-top-right-radius: 57px;
  border-top-right-radius: 57px;
  -webkit-border-bottom-left-radius: 57px;
  -moz-border-bottom-left-radius: 57px;
  border-bottom-left-radius: 57px;
}
.list-inline li{
  float: left;
}
.list-inline li a {
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  padding:0 10px;
}
.list-inline li a:hover, .list-inline li a.slc{
  color:#B28D1B;
}
.list-inline{
  list-style: none;
  float: left;
  padding-left: 0;
}
/* end odabir jezika */
/* slider */
.slider {
  overflow: hidden;
  padding-top: 92px;
  background:#fff;
}
.slider .bxslider{
  list-style: none;
  padding-left: 0;
}
.slider .bx-wrapper .bx-viewport {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  left: 0;
  width: 100%;
  position: absolute;
  overflow: visible !important;
  background:#fff;
}
.slider .bx-wrapper {
  margin: 0 auto;
}
.slider .bx-wrapper img {
  max-width: 100%;
  display: block;
  overflow: hidden;
  -webkit-border-bottom-right-radius: 60px;
  -moz-border-bottom-right-radius: 60px;
  border-bottom-right-radius: 60px;
  -webkit-border-top-left-radius: 30px;
  -moz-border-top-left-radius: 30px;
  border-top-left-radius: 30px;
}
/*.slider .bx-wrapper .bx-pager, .slider .bx-wrapper .bx-controls-auto {
  bottom: 30px;
}
.slider .bx-wrapper .bx-pager.bx-default-pager a {
  background: #fff;
  width: 15px;
  height: 15px;
  margin: 0 3px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.slider .bx-wrapper .bx-pager.bx-default-pager a:hover, 
.slider .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #f58220;
}
.slider .bxslider li{
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  -webkit-animation: zoomin 80s 1;
  animation-fill-mode: forwards;
  min-height: 630px;
  width: 100%;
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  overflow: hidden;
}*/
.slider li{
  position: relative;
}
.slider li::after {
	content: "";
	opacity: 1;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 9;
	transition: opacity 150ms ease-in-out;
}
.slider .active-slide::after {
	opacity: 0;
}
.slider .active-slide {
	-webkit-box-shadow: 0 0 12px rgba(0,0,0,0.4);
	box-shadow: 0 0 12px rgba(0,0,0,0.4);
}
.slider .bx-controls-direction {
  display: block;
  bottom: 70px;
  float: right;
  width: 154px;
  position: absolute;
  right: 12px;
}
.slider .bx-wrapper .bx-controls-direction a {
  height: 40px;
  width: 40px;
  outline: 0 none;
  position: absolute;
  text-indent: -9999px;
  top: 50%;
  margin-top: -20px;
  z-index: 1;
  border-radius: 100%;
  padding: 32px;
  display:block;
}
.slider .bx-wrapper .bx-prev,.slider .bx-wrapper .bx-next { -webkit-transition:all 0.6s ease;-moz-transition:all 0.6s ease;transition:all 0.6s ease; }
.slider .bx-wrapper .bx-prev {
  background: rgba(158,158,158,0.9) url(../images/control-left.svg) no-repeat center center;
  left:8px;
}
.slider .bx-wrapper .bx-next {
  background: rgba(158,158,158,0.9) url(../images/control-right.svg) no-repeat center center;
  right:8px;
}
.slider .bx-wrapper .bx-prev:hover {
  left:0px;
}
.slider .bx-wrapper .bx-next:hover {
  right:0px;
}
.bx-wrapper img {
	max-width: 100%;
	display: block;
}
.slide-content {
  display: none;
  position: absolute;
  left: 0;
  bottom: 100px;
  background:rgba(158,158,158,0.9);
  padding:20px;
  -webkit-border-bottom-right-radius: 30px;
  -moz-border-bottom-right-radius: 30px;
  border-bottom-right-radius: 30px;
}
.slide-content, .slide-content a {
  font-size: 24px;
  line-height: 30px;
  color: #fff;
  -webkit-text-shadow: -1px -1px 12px rgba(0,0,0,0.5);
  -moz-text-shadow: -1px -1px 12px rgba(0,0,0,0.5);
  text-shadow: -1px -1px 12px rgba(0,0,0,0.5);
  font-weight: bold;
}
.active-slide .slide-content {
  display: block;
  z-index: 99;
}
.slider-btn {
	padding: 15px 95px 15px 30px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	background: #fff url(../images/opointer.svg) no-repeat right 30px center;
	background-size: 40px;
	border: 5px solid rgba(245,130,32,.65);
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	font-size: 30px;
	line-height: 26px;
	color: #f58220;
	font-weight: 400;
	-webkit-box-shadow: 8px 8px 10px 0px rgba(0,0,0,0.21);
	-moz-box-shadow: 8px 8px 10px 0px rgba(0,0,0,0.21);
	box-shadow: 8px 8px 10px 0px rgba(0,0,0,0.21);
}
.slider-btn:hover{;
  background:#f58220 url(../images/pointer.svg) no-repeat right 30px center;
  background-size: 45px;
  border: 5px solid #f58220;
  color: #fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* end slider */
.o-regiji{
  margin-bottom: 90px;
}
.subtitle{
  font-size:16px;
  font-style: italic;
}
.fw{
  float: left;
  width: 100%;
}
.title{
  font-size: 36px;
}
.home.title{
  margin: 15px 0 0 0;
}
.title-line {
  background: #fff;
  width: 100%;
  float: left;
  /* max-width: 90px; */
  height: 1px;
  margin:15px 0 10px 0;
  border-bottom: 1px dotted #B28D1B;
}
.hnews-box a{
  float: left;
  width:100%;
}
.hnews-box img{
  width: 100%;
  max-width: 470px;
  overflow: hidden;
  -webkit-border-bottom-right-radius: 60px;
  -moz-border-bottom-right-radius: 60px;
  border-bottom-right-radius: 60px;
  -webkit-border-top-left-radius: 30px;
  -moz-border-top-left-radius: 30px;
  border-top-left-radius: 30px;
}
.hnews-title{
  float: left;
  width: 100%;
  margin: 0;
  padding: 25px 30px;
  color: #003366;
  font-size:40px;
  line-height:46px;
  font-weight:400; 
}
.hnews-box {
  display: inline-block;
  vertical-align: middle;
  background: #fff;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
/*.hnews-box:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fa943e;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}*/
.hnews-box:hover, .hnews-box:focus, .hnews-box:active {
  color: white;
}
.hnews-box:hover:before, .hnews-box:focus:before, .hnews-box:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.hnews-box:nth-child(3n+4){
  margin-left: 0;
}
.hnews-box p{
  color: #8a8a8a;
  margin: 30px 0;
}
.box-padding{
  padding: 0 20px;
  background: #fff;
}
.sadrzaji{
  margin-bottom: 90px;
}
.homeBig{
  position: relative;
  z-index: 0;
}
.homeBig-img{
  float: left;
  display: inline-block;
  width: 60%;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.o-nama .homeBig-img{
  float: right;
}
.homeBig-img img {
  width: 100%;
  max-width: 640px;
}
.homeBig-text {
  background: rgba(255,255,255,0.9);
  /* border: 10px solid #f1f1f1; */
  padding: 50px;
  float: right;
  display: inline-block;
  width: 50%;
  position: absolute;
  z-index: 2;
  right: 0;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-border-top-right-radius: 50px;
  -moz-border-top-right-radius: 50px;
  border-top-right-radius: 50px;
}
.o-nama .homeBig-text{
  right: auto;
  left: 0;
}
.homeBig-text .title{
  margin: 0;
}
.homeBig-text .title-line{
  margin:15px 0;
}
.homeBig-list{
  width: 100%;
  float: left;
  list-style: none;
  padding-left: 0;
  -webkit-column-count: 2;
      -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 20px;
      -moz-column-gap: 20px;
          column-gap: 20px;
  -webkit-column-break-inside: avoid;
      page-break-inside: avoid;
          break-inside: avoid;
  -webkit-column-span: none;
      column-span: none;
  margin-top: 15px;
}
.homeBig-list li{
  width: auto;
  float: none;
  background: url(../images/check.svg) no-repeat left top 7px;
  padding:7px 0 7px 25px;
  background-size: 15px;
  line-height: 20px;
}
a .homeBig-list li, .homeBig-text a p{
  color: #8a8a8a;
}
.above {
  display: block;
  position: relative;
  z-index: 1;
}
.under {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
  opacity: 0;
}
.o-nama .under {
  left: auto;
}
.homeBig:hover .under {
  opacity: 1;
}
.o-nama {
  padding: 90px 0;
}
.bg-top {
  border-top: 1px solid #edf0f4;
  background:url(../images/top1.jpg) no-repeat center center;
  height: 150px;
}
.aline-center{
  text-align: center;
}
h1{
  margin: 0;
}
.content{
  padding: 100px 0;
  float: left;
  width: 100%;
}
::-webkit-input-placeholder  { 
  color: #666; 
  opacity: 1 !important; 
}
:-moz-placeholder { 
  color: #666; 
  opacity: 1 !important;
}
::-moz-placeholder {
  color: #666; 
  opacity: 1 !important;
}
:-ms-input-placeholder {
  color: #666;
}
.contact .homeBig-img {
  float: right;
}
.contact .homeBig-text {
  border: none;
  padding: 50px 75px;
  float: left;
  left: 0;
}
#map{
  float: left;
  width: 100%;
  height: 600px;
  border: 1px solid #edf0f4;
}
.izjave-form{
  background:#f9f9f9;
  padding: 50px;
}
.pr50{
  padding-right: 50px;
}
.izjave-form .title-line{
  margin-bottom: 30px;
} 
h2.title {
  font-size: 46px;
  line-height: 52px;
  color: #B28D1B;
}
.izjava{
  border-bottom: 1px solid #ebebeb;
  padding:25px 40px 40px 40px;
  margin-bottom: 40px;
  background: url(../images/quote.svg) no-repeat left top;
  background-size: 80px;
}
.izjava:last-child{
  border-bottom: none;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.potpis {
  width: 100%;
  float: left;
  display: block;
  color: #f58220;
  font-weight: 600;
}
.news{
  margin-bottom: 150px;
  text-align: left;
  position: relative;
  z-index: 1;
}
.news:last-child{
  margin-bottom: 60px;
}
.news-text{
  background:#f9f9f9;
  width: 70%;
  padding: 40px;
  position: relative;
  float: left;
  z-index: 3;
  -webkit-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}
.news-text a h2{
  font-size:26px;
  line-height: 36px;
  font-weight: 400;
  color: #5b5b5b;
  margin: 0;
  -webkit-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}
.news-text p{
  line-height: 30px;
  float: left;
  width: 100%;
  color: #8a8a8a;
  -webkit-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}
.news-img{
  width: 35%;
  position: absolute;
  right: 0;
  top: 50%;
  -ms-transform:translateY(-50%);
  -webkit-transform:translateY(-50%);
  transform:translateY(-50%);
  z-index: 2;
}
.news-img a{
  float: left;
}
.news-img img{
  width: 100%;
  max-width: 640px;
}
.news:nth-child(even) .news-img{
  right: auto;
  left:0;
}
.news:nth-child(even) .news-text{
  float: right;
}
.news-text .title-line {
  margin: 15px 0;
  -webkit-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}
.news:hover .news-text{
  background:#f58220;
}
.news:hover .title-line{
  background:#fff;
}
.news:hover .news-text a h2 ,
.news:hover .news-text p{
  color:#fff;
}
.galleryApp a {
  display:block;
  float: left;
  width:20%;
}
.gallery a{
  position: relative;
  float: left;
}
.gallery a::after {
  opacity: 0;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(245,130,32,0.3);
  background-image: url("../images/zoom.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 80px;
  transition: opacity 200ms ease-in-out;
}
.gallery a:hover::after {
  opacity: 1;
}
.gallery a img{
  width: 100%;
  max-width: 1000px;
}
.gallery .col_3:nth-child(4n+5){
  margin-left: 0;
}
/* gallery grid */
.grid{
  float: left;
  width: 100%;
}
.grid:after {
  content: '';
  display: block;
  clear: both;
}
.grid-sizer, .grid-item { 
  width: 33.33%; 
}
.grid-item {
  float: left;
  padding: 2px;
  overflow: hidden;
}
.grid-item--width2 { 
  width: 66.66%; 
}
.grid-item .gal-img img{
  width: 100%;
  max-width: 1000px;
}
/*.grid-item .gal-img,
.grid-item .gal-img img{
  max-height: 206px;
}
.grid-item.grid-item--width2 .gal-img,
.grid-item.grid-item--width2 .gal-img img{
  max-height: 416px;
}*/
.grid-item .gal-img,
.grid-item .gal-img img{
  max-height: 346px;
}
.grid-item.grid-item--width2 .gal-img,
.grid-item.grid-item--width2 .gal-img img{
  max-height: 696px;
}
.grid-item.fright{
  float: right;
}
/* end gallery grid */
.content .article-img{
  float: right;
  margin-left: 40px;
  margin-bottom: 40px;
  margin-top: 5px;
  width: 100%;
  max-width: 500px;
}
.single-video, .app-video{
  width: 50%;
}
.video-page{
  height: 0;
  padding-bottom: 55%;
  position: relative;
  width: 100%;
  z-index: 1;
  display: inline-block;
}
.video-page iframe{
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 2;
}
.single-video{
  float: right;
  margin:23px 0 40px 40px;
}
.app-video {
  float: left;
  padding:5px;
}
.mt50{
  margin-top: 50px;
}
.view-more {
  background: #E5D49E;
  -webkit-border-top-right-radius: 23px;
  -moz-border-top-right-radius: 23px;
  border-top-right-radius: 23px;
  -webkit-border-bottom-left-radius: 23px;
  -moz-border-bottom-left-radius: 23px;
  border-bottom-left-radius: 23px;
  padding: 5px 18px;
  color: #333;
  font-size: 14px;
  -webkit-transition:all 0.3s ease-in;
  -moz-transition:all 0.3s ease-in;
  transition:all 0.3s ease-in;
}
.view-more:hover {
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
  color:#333;
}
.paginacija{
  display: block;
  text-align: center;
  width: 100%;
  float: left;
  margin-bottom: 50px;
}
.paginacija ul{
  display: inline-block;
  margin: 0 auto;
  list-style: none;
  padding-left: 0;
}
.paginacija ul li{
  float: left;
}
.paginacija a{
  margin:0 2px;
  color: #f58220;
  width:40px;
  height:40px;
  float: left;
  padding-top: 9px;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #edf0f4;
}
.paginacija a:hover, .paginacija a:active, .paginacija li.pmslc a{
  background: #f58220;
  border: 1px solid #f58220;
  color: #fff !important;
}
.paginacija a.pprev{
  background: url(../images/prev.svg) no-repeat center center;
}
.paginacija a.pprev:hover{
  background: #f58220 url(../images/wprev.svg) no-repeat center center;
}
.paginacija a.pnext{
  background: url(../images/next.svg) no-repeat center center;
}
.paginacija a.pnext:hover{
  background: #f58220 url(../images/wnext.svg) no-repeat center center;
}
.sidra{
  float: left;
  width: 100%;
  border-bottom: 1px solid #ebebeb;
  list-style: none;
  padding-left: 0;
}
.sidra li{
  float: left;
  padding: 10px 15px;
  border-top:1px solid #ebebeb;
  border-right:1px solid #ebebeb;
}
.sidra li:first-child{
  border-left:1px solid #ebebeb;
}
.sidra li:hover{
  border-top:1px solid #f58220;
  border-right:1px solid #f58220;
  background:#f58220;
  color: #fff;
}
.sidra li:first-child:hover{
  border-left:1px solid #f58220;
}
.sidra a{
  cursor: pointer;
  color: #8a8a8a;
  width: 100%;
  float: left;
  display: block;
}
.sidra li:hover a{
  color: #fff;
  background:#f58220;
}
.pop-up {
  bottom: 45px;
  left: auto;
  position: fixed;
  right: 10px;
  width: 45px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 99999;
}
.pop-up:hover {
  bottom: 50px;
}
.pop-up img{
  width: 100%;
  max-width: 45px;
}
.informacije-lista ul, .sadrzaji-lista ul{
  width: 100%;
  float: left;
  list-style: none;
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  -webkit-column-span: none;
  column-span: none;
  margin-top: 20px;
}
.informacije-lista ul li{
  float: none;
  background:url(../images/list-dot.svg) no-repeat left top 12px;
  background-size: 7px;
  padding:7px 0 7px 15px;
  line-height: 20px;
}
.sadrzaji-lista ul li{
  background:url(../images/check.svg) no-repeat left top 7px;
  padding:7px 0 7px 25px;
  background-size: 15px;
  line-height: 20px;
}
.p-title{
  margin-top: 50px;
  float: left;
  width: 100%;
  color:#B28D1B;
  background:url(../images/list-dot.svg) no-repeat left top 9px;
  background-size: 15px;
  padding-left: 25px;
}
.line{
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 30px;
  padding-bottom: 70px;
}
.rezervacija #kontakt-forma{
  background:#fff;
  border: 1px solid #f1f1f1;
  padding: 42px;
  margin-top: 0;
  width:95%;
  -webkit-border-top-right-radius: 50px;
  -moz-border-top-right-radius: 50px;
  border-top-right-radius: 50px;
}
.rezervacija #kontakt-forma input.btn.send {
  margin-bottom: 0;
}
#prikaz_zauzeto, #prikaz_cijena{
  float: left;
  width: 100%;
  margin-top: 15px;
  font-weight: bold;
}
#prikaz_zauzeto{
  border: 1px solid #fe5d5d;
  padding: 10px 20px;
  background:#fed6d6;
  color: #fe5d5d;
}
#prikaz_cijena{
  border: 1px solid #62b362;
  padding: 10px 20px;
  background:#d7f1d7;
  color: #5a5a5a;
}
#prikaz_cijena .ukljuceno-cijena{
  font-weight: 400;
  margin-top: 5px;
  float: left;
  width: 100%;
  font-size: 14px;
}
/*#prikaz_cijena{
  border: 1px solid #62b362;
  padding: 10px 20px;
  background:#d7f1d7;
  color: #62b362;
}*/
#kontakt-forma input.datepicker{
  background:url(../images/calendar.svg) no-repeat left  center;
  padding-left: 25px;
  background-size: 15px;
}

/* animacija kalendar */
.animacija-box {
  display: block;
  position: relative;
  width: 690px;
  float: left;
  overflow: hidden;
  margin: 0 auto;
  border:1px solid #f1f1f1;
  -webkit-border-top-left-radius:23px;
  -moz-border-top-left-radius:23px;
  border-top-left-radius:23px;
  -webkit-border-top-right-radius:23px;
  -moz-border-top-right-radius:23px;
  border-top-right-radius:23px;
}
.butons {
  display: block;
  float: left;
  width: 100%;
}
.butons img{
  width: 15px;
  height: 15px;
}
.btn1, .btn2{
  margin: 7px;
  background: #d4d4d4;
  border: 1px solid #d4d4d4;
  padding: 0;
  width: 30px;
  height: 30px;
  -webkit-border-radius:50px;
  -moz-border-radius:50px;
  border-radius:50px;
}
.btn1 {
  float: left;
}
.btn2 {
  float: right;
}
.btn1:hover, .btn2:hover {
  background: #666;
  border: 1px solid #666;
}
.moving-box {
  position: relative;
  float: left;
  margin: 0;
  text-align: center;
}
.box-25 {
  float: left;
  width: 100%;
}
.moving-box .box-25 {
  width: 345px;
  padding: 10px;
}
.moving-box .box-25 h4 {
  text-align: center;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 0;
  margin: 10px 0;
  font-family:'Catamaran',sans-serif;
  color:#666;
}
table.kalendar-jedinice {
  width: 100%;
}
table.kalendar-jedinice td {
  border: 1px solid #f1f1f1;
  height: 47px !important;
  width: 28px !important;
  padding: 0;
  margin: 0;
  color: #5a5a5a;
  vertical-align: middle;
  text-align: center;
}
table.kalendar-jedinice td a {
  color: inherit;
  display: block;
  padding: 7px 0;
  text-decoration: none;
}
table.kalendar-jedinice td.dan {
  background: #f1f1f1;
  color: #5a5a5a;
  font-weight: bold;
}
table.kalendar-jedinice td.sivi-datum {
  color: #cccccc;
}
table.kalendar-jedinice td.zeleno {
  background: #d7f1d7;
  color: #5a5a5a;
}
table.kalendar-jedinice td.crveno {
  background: #fed6d6;
  color: #5a5a5a;
}
.bottom-half {
  background: url(../images/bottom-half.png) no-repeat right top;
}
.top-half {
  background: url(../images/top-half.png) no-repeat left top;
}
.legenda {
  float: left;
  margin: 20px 0 0;
  width: 100%;
  padding-left: 0;
  text-align: center;
}
.legenda li {
  display: inline-block;
  font-size: 13px;
  margin:0 5px 15px 5px;
  width: auto;
  float: none;
  background: none;
  padding-left: 0;
}
.legenda li div {
  border: 1px solid #f1f1f1;
  display: inline-block;
  font-size: 14px;
  margin-right: 5px;
  padding: 7px 0;
  text-align: center;
  width: 33px;
}
.legenda li div.sivo {
  color: #8a8a8a;
}
.legenda li div.zeleno {
  background: #d7f1d7;
  color: #8a8a8a;
}
.legenda li div.crveno {
  background: #fed6d6;
  color: #5a5a5a;
}
/* kraj animacija kalendar */
.cijena-period{
  margin: 10px 0 100px 0;
}
.cijena-boja{
  font-size: 22px;
  font-weight: 400;
  line-height: 22px;
  margin: 0 7px;
}
.cijena{
  float: left;
  display: inline-block;
  margin-right: 30px;
}
.raspolozivost-row{
  display: flex;
}
.raspolozivost-th, .raspolozivost-td{
  width: 25%;
  float: left;
  display: inline-block;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  -o-flex: 1;
  flex: 1;
  text-align: center;
  padding: 10px;
}
.raspolozivost-th{
  background:#f9f9f9;
  border-bottom: 1px solid #ccc;
  font-weight: 400;
  font-size: 14px;
  color: #5b5b5b;
}
.raspolozivost-td{
  border-bottom: 1px solid #f1f1f1;
}
/* popup kalendar */
.ui-datepicker {
  width: 325px;
  padding: 7px 7px 2px 7px;
}
.ui-widget-header {
  color: #5b5b5b !important;
  background:#f1f1f1;
  border: none;
}
.ui-datepicker .ui-datepicker-header {
  padding: 5px;
}
.ui-widget-content {
  color: #5b5b5b !important;
}
.ui-datepicker td span, .ui-datepicker td a {
  padding: 5px;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  border: 1px solid #f58220;
  background: #fddec4;
  color: #5b5b5b;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
  border: 1px solid #62b362;
  background: #d7f1d7;
  color: #62b362 !important;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  top: 5px;
}
.ui-datepicker .ui-datepicker-prev {
  left: 5px;
}
.ui-datepicker .ui-datepicker-next {
  right: 5px;
}
.ui-datepicker .ui-datepicker-next .ui-icon{
  right: 5px;
}
.ui-datepicker .ui-datepicker-prev span{
  background: #d4d4d4 url(../images/prev-btn.svg) no-repeat center center;
  background-size: 10px 10px;
  padding: 12px;
}
.ui-datepicker .ui-datepicker-next span{
  background: #d4d4d4 url(../images/next-btn.svg) no-repeat center center;
  background-size: 10px 10px;
  padding: 12px;
}
.ui-datepicker .ui-datepicker-prev span:hover{
  background: #a7a7a7 url(../images/prev-btn.svg) no-repeat center center;
  background-size: 10px 10px;
}
.ui-datepicker .ui-datepicker-next span:hover{
  background: #a7a7a7 url(../images/next-btn.svg) no-repeat center center;
  background-size: 10px 10px;
}
.ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-widget-header .ui-state-focus {
  border: none;
  background: none;
}
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
  margin-left: -12px;
  margin-top: -12px;
}
/* end popup kalendar */
.tt-holder{
  float: left;
}
.title-line.none{
  display: none;
}
/* lazy dim */
.homeBig-img .lazy {
  min-height: 480px;
}
.col_4 .hnews-box .lazy, .gal-img .lazy{
  min-height: 200px;
}
/* end lazy dim */
.clearfix.show{
  display: none;
}
.th-mob{
  display: none;
}
#player {background-color: #ffffff!important;}
.wrap-iframe{
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}
.article-holder iframe{
  min-height: 540px;
  width: 68%;
}

/*123*/
/* POČETAK RESPONSIVE */
@media screen and (-webkit-min-device-pixel-ratio:0) {}
@media only screen and (max-width: 1600px) {}
@media only screen and (max-width: 1460px) {
  .rezervacija .col_6{
    width:40.73%;
  }
  .rezervacija .col_6.kalendar-raspolozivosti{
    width:57.66%;
  }
  .animacija-box {
    float: none;
  }
}
@media only screen and (max-width:1440px){
  .footer-links {
    margin-top: 20px;
    width:100%;
  }
}
@media only screen and (max-width: 1410px) {
  .wrapper{
    width: 100%;
    padding: 0 20px;
  }
  .odabir-jezika {
    margin-left: 30px;
  }
  .main-menu li {
    float: left;
    padding: 26px 10px 15px 10px;
  }
  .main-menu li a, .list-inline li a {
    font-size: 15px;
  }
  .logo img {
    max-width: 240px;
  }
  /*.slider {
    max-height: 540px;
  }
  .slider .bxslider li {
    min-height: 540px;
  }
  .slider .bx-wrapper .bx-viewport {
    min-height: 540px !important;
  }*/
  .homeBig-text, .contact .homeBig-text {
    padding: 55px;
  }
  .hnews-title {
    padding: 20px 30px;
  }
  .homeBig-img .lazy{
    min-height: 500px;
  }
  .odabir-jezika {
    padding: 21px 26px;
  }
  .slider {
    padding-top: 52px;
  }
}
@media only screen and (max-width: 1367px) {
  .homeBig-img {
    width: 50%;
  }
  .homeBig-text {
    width: 60%;
  }
  .contact .homeBig-text {
    width: 50%;
    padding: 55px 55px 0 0;
  }
  .hnews-title {
    padding: 15px 20px;
    font-size: 26px;
    line-height: 30px;
  }
  .map-img {
    height: 430px;
  }
  .footer-logo {
    max-width: 200px;
  }
  .tel-mail {
    background: url(../images/contact.svg) no-repeat left top 5px;
  }
  .adresa {
    background: url(../images/home.svg) no-repeat left top 5px;
  }
  .tel-mail, .adresa {
    background-size: 30px;
    min-height: 50px;
    margin-right: 50px;
  }
  .facebook{
    margin-top: 3px;
  }
  .facebook, .facebook img{
    width: 28px;
  }
  .footer {
    padding: 25px 0;
  }
  .footer-top {
    padding: 60px 0;
  }
  .o-regiji {
    margin-bottom: 60px;
  }
  .rezervacija #kontakt-forma {
    padding: 50px;
  }
  .article-holder iframe{
    min-height: 510px;
  }
}
@media only screen and (max-width: 1280px) {
  /*.slider {
    max-height: 480px;
  }
  .slider .bxslider li {
    min-height: 480px;
  }
  .slider .bx-wrapper .bx-viewport {
    min-height: 480px !important;
  }*/
  .slider {
    padding-top: 62px;
  }
  .homeBig-text, .news-text {
    padding: 30px;
  }
  .contact .homeBig-text {
    padding: 0 50px 0 0;
  }
  .o-nama {
    margin: 50px 0;
  }
  .bg-top {
    height: 80px;
  }
  .content{
    padding: 50px 0;
  }
  .sadrzaji {
    margin-bottom: 50px;
  }
  .title-line {
    margin: 15px 0 30px 0;
  }
  body, .subtitle{
    font-size: 16px;
    line-height:26px;
  }
  .hnews-box p {
    margin: 20px 0;
  }
  .homeBig-img .lazy{
    min-height: 210px;
  }
  .tel-mail, .adresa {
    margin-right: 70px;
  }
  .news-list{
    margin-top: 50px;
  }
  .news-img {
    width: 40%;
  }
  .p-title {
    background: url(../images/list-dot.svg) no-repeat left top 7px;
    background-size: 15px;
    font-size:28px;
    line-height:34px;
  }
  .line {
    margin-bottom: 10px;
    padding-bottom: 50px;
  }
  .cijena-period {
    margin: 10px 0 50px 0;
  }
  .article-holder iframe{
    min-height: 480px;
  }
}
@media only screen and (max-width: 1240px) {
  .rezervacija .col_6 {
    width: 32.26%;
  }
  .rezervacija .col_6.kalendar-raspolozivosti {
    width: 66.13%;
  }
  .rezervacija #kontakt-forma {
    padding: 30px;
  }
}
@media only screen and (max-width: 1170px) {
  #toggle {
    display: block;
    position: absolute;
    right: 20px;
    bottom: 12px;
  }
  .sub-menu {
    position: relative;
    width:100% !important;
    max-width:100% !important;
    min-width:100% !important;
    top:0 !important;
    left:0 !important;
  }
  .main-menu li:hover .sub-menu {
    display: none;
    top: 75px;
  }
  .odabir-jezika {
    margin-left: 0;
  }
  .list-inline {
    margin-right:30px;
  }
  .logo img {
    max-width: 200px;
  }
  .main-menu{
    display: none;
    position: absolute;
    top: 52px;
    left: 0;
    width: 100%;
    float: left;
    z-index: 99999;
    margin-left:0;
    -webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.17);
    -moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.17);
    box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.17);
  }
  .main-menu li, .main-menu li a {
    float: left;
    padding: 0;
    width: 100%;
  }
  .main-menu li{
    border-top: 1px solid #f1f1f1;
  }
  .main-menu li a{
    padding: 10px 20px;
    text-align: center;
    background:#f5f5f5;
  }
  .main-menu li:hover, .main-menu li.mslc {
    border-bottom: none;
  }
  .main-menu li:hover a, .main-menu li.mslc a{
    background: #fff;
    color: #B28D1B;
  }
  .homeBig:hover .under {
    opacity: 0;
  }
  .homeBig-img {
    width: 50%;
  }
  .homeBig-text {
    width: 50%;
    border: none;
    position: relative;
    -ms-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    top: auto;
  }
  .home.title {
    margin: 10px 0 0 0;
  }
  .homeBig-text .title-line {
    margin: 10px 0;
  }
  .o-nama {
    margin: 50px 0 0 0;
  }
  .hnews-title {
    font-size: 24px;
    line-height: 28px;
  }
  .contact .homeBig-text {
    padding: 10px 50px 0 0;
  }
  .tel-mail, .adresa {
    background-size: 20px;
  }
}
@media only screen and (max-width: 1085px) {
  .rezervacija .col_6, .rezervacija .col_6.kalendar-raspolozivosti {
   width: 100%;
   margin-left: 0;
   margin-bottom: 30px;
  }
  .rezervacija .col_6.kalendar-raspolozivosti {
   margin-bottom: 0;
  }
  .slider li::after {
    opacity: 0;
  }
}
@media only screen and (max-width: 1024px) {
  /*.slider {
    max-height: 390px;
  }
  .slider .bxslider li {
    min-height: 390px;
  }
  .slider .bx-wrapper .bx-viewport {
    min-height: 390px !important;
  }*/
  .col_4.hnews-box {
    display: block;
    width: 100%;
    margin-left: 0;
  }
  .col_4.hnews-box, .col_4.hnews-box::before, .col_4.hnews-box:hover {
    background: none;
  }
  .col_4.hnews-box h3{
    color: #5b5b5b;
    font-weight: 300;
  }
  .col_4.hnews-box h3, .col_4 .box-padding{
    display: inline-block;
    padding: 0;
  }
  .col_4.hnews-box img{
    width: 30%;
    float: left;
  }
  .tt-holder{
    display: inline-block;
    width: 70%;
    padding: 20px 30px;
  }
  .title-line.none{
    display: block;
    margin: 10px 0 20px 0;
  }
  .col_4.hnews-box p {
    margin: 0 0 20px 0;
  }
  #map {
    height: 450px;
  }
  .contact .homeBig-text {
    padding: 0 50px 0 0;
  }
  .news-img {
    width: 50%;
  }
  .news-text {
    width: 60%;
  }
  .content .article-img {
    margin-left: 20px;
    margin-bottom: 20px;
    max-width: 400px;
  }
  .article-holder iframe{
    width: 78%;
  }
}
@media only screen and (max-width: 980px) {
  h2.title, .hnews-title, .news-text a h2 {
    font-size:36px;
    line-height:42px;
  }
  .tt-holder {
    padding: 0 30px;
  }
  .single-video {
    width: 55%;
    margin-left: 20px;
    margin-bottom: 20px;
  }
  .article-holder iframe{
    min-height: 530px;
  }
  .article-holder iframe{
    width: 100%;
  }
}
@media only screen and (max-width: 960px) {
  .homeBig-img {
    width: 30%;
  }
  .contact .homeBig-img {
    width: 50%;
    padding-top: 10px;
  }
  .homeBig-text {
    width: 70%;
  }
  .o-nama {
    margin: 50px 0;
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 40px;
  }
  .sadrzaji{
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 40px;
  }
  .homeBig-text {
    padding: 0 30px;
  }
  .news-img {
    width: 55%;
  }
  .o-nama .homeBig-img {
    float: left;
  }
  .homeBig-img .lazy {
    min-height: 190px;
  }
}
@media only screen and (max-width: 900px) {
  /*.slider {
    max-height: 340px;
  }
  .slider .bxslider li {
    min-height: 340px;
  }
  .slider .bx-wrapper .bx-viewport {
    min-height: 340px !important;
  }*/
  .col_4 .hnews-box .lazy, .gal-img .lazy{
    min-height: 100px;
  }
  .col_4.hnews-box img, .homeBig-img {
    width: 40%;
  }
  .tt-holder, .homeBig-text {
    width: 60%;
  }
  .footer-top {
    text-align: center;
    padding: 40px 0;
  }
  .footer-logo {
    float: none;
  }
  .footer-info {
    float: none;
    clear: both;
    width: 100%;
    margin: 30px auto 0 auto;
    max-width: 490px;
  }
  .tel-mail, .adresa, .facebook {
    display: inline-block;
    float: left;
    margin: 0;
  }
  .tel-mail, .adresa {
    padding-left: 65px;
    text-align: left;
  }
  .tel-mail{
    background: url(../images/contact.svg) no-repeat left top;
    background-size: 30px;
  }
  .tel-mail span, .adresa span {
   margin-top: 4px;
   font-size: 16px;
  }
  .adresa {
    background: url(../images/home.svg) no-repeat left top;
    background-size: 30px;
  }
  .informacije-lista ul, .sadrzaji-lista ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    padding-left: 10px;
  }
  .slide-content {
    right: 50%;
    margin-right: -116px;
    bottom: 55px;
  }
  .slider-btn {
    padding: 15px 75px 15px 30px;
    background-size: 35px;
    font-size: 26px;
  }
  .slider-btn:hover {
    background-size: 35px;
  }
  .news-img {
    width: 60%;
  }
  .article-holder iframe{
    min-height: 490px;
  }
  .th-mob{
    display: block;
    color: #B28D1B;
  }
  .raspolozivost-th {
    display: none;
  }
  .raspolozivost-row {
    display: block;
  }
  .raspolozivost-td {
    width: 100%;
    float: left;
    display: block;
    -webkit-flex: 0;
    -moz-flex: 0;
    -ms-flex: 0;
    -o-flex: 0;
    flex: 0;
    border-left: 1px solid #f1f1f1;
    border-right: 1px solid #f1f1f1;
  }
  .raspolozivost-td.dan {
    border-top: 1px solid #f1f1f1;
    border-bottom: none;
  }
  .raspolozivost-td.dan, .raspolozivost-td.tjedan {
    background: #f9f9f9;
    border-bottom: 1px solid #fcdbc0;
    font-weight: 400;
  }
}
@media only screen and (max-width: 835px) {
  .homeBig-img, .homeBig-text, .contact .homeBig-img {
    width: 100%;
    display: block;
    float: left;
  }
  .homeBig-text, .contact .homeBig-text {
    padding: 50px;
    width: 95%;
    margin-left: 2.5%;
    margin-top: -150px;
  }
  .o-nama {
    margin: 30px 0 0 0;
    border-bottom: none;
    padding-bottom: 0;
  }
  .sadrzaji, .o-regiji {
    margin-bottom: 30px;
  }
  .sadrzaji {
    padding-bottom: 0;
  }
  .izjave-form .col_6{
    width: 100%;
    padding: 0;
    margin-left: 0;
    margin-bottom: 0;
  }
  .news{
    margin-bottom: 30px;
  }
  .news:last-child {
    margin-bottom: 0;
  }
  .news-list {
    margin-top: 0;
  }
  .news-img, .news:nth-child(2n) .news-img {
    width: 40%;
    right: 0;
    left: 0;
    top: 0;
    position: relative;
    -ms-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    float: left;
  }
  .news-text, .news:nth-child(2n) .news-text {
    width: 60%;
    float: left;
  }
  .news-text {
    padding: 0 0 0 20px;
    background:#fff;
  } 
  .news-text a h2 {
    font-weight: 300;
  }
  .news:hover .news-text {
    background:#fff;
  }
  .news:hover .news-text a h2 {
    color: #5b5b5b;
  }
  .news:hover .news-text p {
    color: #8a8a8a;
  }
  .news:hover .title-line {
    background: #f58220;
  }
  .news-text p {
    margin-top: 0;
  }
}
@media only screen and (max-width: 800px) {
  .col_4.hnews-box p {
    margin: 0 0 10px 0;
  }
  .map-img, #map {
    height: 350px;
  }
  .single-video, .content .article-img {
    float: left;
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
    margin-top: 0;
  }
  .content .article-img{
    max-width: 100%;
  }
  .gallery .col_3{
    width: 32.26%;
  }
  .gallery .col_3:nth-child(4n+5) {
    margin-left: 1.6%;
  }
  .gallery .col_3:nth-child(3n+4) {
    margin-left:0;
  } 
  .article-holder iframe{
    min-height: 435px;
  }
  .slider .bx-wrapper .bx-controls-direction a {
      display:none;
  }
}
@media only screen and (max-width: 768px) {
  .col_4.hnews-box img, .tt-holder {
    width: 50%;
  }
  .facebook, .facebook img {
    width: 27px;
    margin-right: 4px;
  }
  #kontakt-forma {
    width:100%;
  }
}
@media only screen and (max-width: 735px) {
  .animacija-box {
    width: 345px;
  }
}
@media only screen and (max-width:700px){
  .galleryApp a {
    width:33%;
  }
  .app-video {
    width: 48%;
  }
}
@media only screen and (max-width: 660px) {
  .hbox-img, .news-img, .news:nth-child(2n) .news-img{
    float: left;
    width: 100%;
    text-align: center;
  }
  .col_4.hnews-box img, .news-img img, .news:nth-child(2n) .news-img img{
    float: none;
    width: 100%;
    display: inline-block !important;
  }
  .tt-holder, .news-text, .news:nth-child(2n) .news-text {
    padding: 30px;
    width: 95%;
    margin-left: 2.5%; 
    margin-top: -100px;
    background:#fff;
    display: block;
  }
  .news{
    margin-bottom: 0;
  }
  .news:last-child .news-text{
    padding-bottom: 0 !important;
  }
}
@media only screen and (max-width: 640px) {
  .grid-sizer, .grid-item, .grid-item--width2 { 
    width: 50%; 
  }
  .slide-content{
    bottom:10px;
  }
  .main-menu li a, .list-inline li a {
    font-size: 14px;
    line-height: 14px;
  }
  #toggle {
    bottom: 11px;
  }
  .main-menu {
    top:52px;
  }
  .list-inline {
    margin-right: 50px;
  }
  .homeBig-text, .contact .homeBig-text {
    padding: 30px 30px 50px 30px;
    margin-top: -100px;
  }
  .izjave-form{
    padding: 30px;
  }
  .footer-logo {
    max-width: 220px;
  }
  .tel-mail, .adresa {
    background-size: 40px;
    min-height: 40px;
    padding-left: 50px;
  }
  .facebook {
    width: 40px;
  }
  .copy {
    font-size: 14px;
    line-height:20px;
  }
  .footer {
    padding: 10px 0;
  }
  .footer-info {
    max-width: 445px;
  }
  .footer-links {
    margin-top: 15px;
  }
  .article-holder iframe{
    min-height: 345px;
  }
  .slider-btn {
    padding: 10px 70px 10px 20px;
    background: #fff url(../images/opointer.svg) no-repeat right 20px center;
    background-size: 30px;
    border: 3px solid rgba(245,130,32,.65);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    font-size: 20px;
    line-height: 16px;
  }
  .slider-btn:hover {
    background: #f58220 url(../images/pointer.svg) no-repeat right 20px center;
    background-size: 30px;
    border: 3px solid #f58220;
  }
  .footer-links {
    width:100%;
  }
}
@media only screen and (max-width: 620px) {}
@media only screen and (max-width: 600px) {
  .homeBig-list {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
  }
  .tel-mail, .adresa, .facebook {
    display: block;
    float: left;
    margin: 0;
    width: 26px !important;
  }
  .tel-mail, .adresa{
    display: inline-block;
    float: left;
    width: auto !important;
    background: none;
    padding-left: 0;
  }
  .tel-mail{
    margin: 10px auto;
  }
  .footer-info {
    margin: 15px auto 0 auto;
    max-width: auto;
  }
  .app-video {
    width: 100%;
  }
  .clearfix.show{
    display: block;
  }
  .sidra {
    border-bottom: none;
  }
  .sidra li {
    width: 50%;
    text-align: center;
    border-top: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
  }
  .sidra li:nth-child(3) {
    border-left: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
  }
  .sidra li:last-child {
    border-bottom: 1px solid #ebebeb;
  }
  .informacije-lista ul, .sadrzaji-lista ul {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
  }
  .line {
    margin-bottom: 0;
    padding-bottom: 30px;
  }
  .p-title {
    margin-top: 40px;
  }
  .legenda li div {
    font-size: 12px;
    padding: 3px 0;
    width: 23px;
  }
  .slide-content{
    bottom:10px;
    padding:10px;
  }
  .slide-content, .slide-content a {
    font-size: 16px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 480px) {
  .homeBig-text, .tt-holder, .contact .homeBig-text, .news-text, .news:nth-child(2n) .news-text {
    margin-top: -60px;
    padding: 20px 20px 40px 20px;
  }
  .slide-content{
    bottom:0;
  }
  .izjave-form{
    padding: 20px;
  }
  h2.title, .title {
    font-size: 36px;
    line-height:42px;
  }
  .map-img {
    height: 300px;
  }
  .tel-mail span, .adresa span{
    font-size: 16px;
    line-height:32px;
  }
  .footer {
    text-align: center;
  }
  .copy, .v {
    width: 100%;
    float: none;
    display: block;
  }
  .gallery a::after {
    background-size: 60px;
  }
  .izjava {
    padding: 20px 20px 30px 20px;
    margin-bottom: 30px;
  }
  .gallery .col_3{
    width: 49.2%;
    margin-left: 1.6%;
  }
  .gallery .col_3:nth-child(3n+4) {
    margin-left: 1.6%;
  }
  .gallery .col_3:first-child, .gallery .col_3:nth-child(2n+3) {
    margin-left:0;
  }
  .article-holder iframe{
    min-height: 255px;
  }
}
@media only screen and (max-width: 400px) {
  .odabir-jezika {
    margin-top: 5px;
    float: left;
    position: relative;
    padding:0;
  }
  .logo {
    display: block;
    width: 100%;
    text-align: center;
  }
  .logo a {
    float: none;
  }
  .list-inline li::after {
    padding: 0 5px;
  }
  .list-inline {
    margin:0 10px;
  }
  #toggle {
    bottom: 18px;
  }
  .odabir-jezika {
    margin-top: 24px;
  }
  .main-menu {
    top:100px;
  }
  .sidra li {
    width: 100%;
  }
  .sidra li:nth-child(2) {
    border-left: 1px solid #ebebeb;
  }
  .sidra li:nth-child(3) {
    border-left: 1px solid #ebebeb;
    border-bottom: none;
  }
  .sidra li:last-child {
    border-left: 1px solid #ebebeb;
  }
  .rezervacija #kontakt-forma {
    border: 5px solid #f1f1f1;
    padding: 20px;
  }
  .galleryApp a {
    width:50%;
  }
}
@media only screen and (max-width:390px){
  .slider {
    padding-top:100px;
  }
}
@media only screen and (max-width: 385px) {
  .animacija-box {
    width: 270px;
  }
  .moving-box .box-25 {
    width: 270px;
    padding: 5px;
  }
  table.kalendar-jedinice td {
    height: 37px !important;
    width: 37px !important;
  }
  .top-half {
    background-size: 37px;
  }
  .article-holder iframe{
    min-height: 200px;
  }
  .slider-btn {
    padding: 7px 50px 7px 15px;
    background: #fff url(../images/opointer.svg) no-repeat right 15px center;
    background-size: 25px;
    border: 3px solid rgba(245,130,32,.65);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    font-size: 18px;
    line-height: 16px;
  }
  .slider-btn:hover {
    background: #f58220 url(../images/pointer.svg) no-repeat right 15px center;
    background-size: 25px;
    border: 3px solid #f58220;
  }
  .slide-content {
    margin-right: -76px;
    bottom: 30px;
  }
  .slider .bx-wrapper .bx-controls-direction a {
    height: 30px;
    width: 30px;
    margin-top: -15px;
    background-size: 15px !important;
    display:none;
  }
}
@media only screen and (max-width: 361px) {
  .article-holder iframe{
    min-height: 185px;
  }
}
@media only screen and (max-width: 345px) {
  #toggle {
    top: 76px;
  }
  .main-menu {
    top: 100px;
  }
  .article-holder iframe{
    min-height: 180px;
  }
}
@media only screen and (max-width: 320px) {
  .article-holder iframe{
    min-height: 165px;
  }
}