@import '../js/bxslider/jquery.bxslider.css';
/*@import url(https://fonts.googleapis.com/css?family=Roboto:300,500,400);*/
@import url(https://fonts.googleapis.com/css?family=Allura);
@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');
 *, *::after, *::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {margin: 0;}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {display: block;}
audio, canvas, progress, video {
  display: inline-block; 
  vertical-align: baseline; 
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {display: none;}
a {background-color: transparent;}
a:active, a:hover {outline: 0;}
abbr[title] {border-bottom: 1px dotted;}
b, strong {font-weight: 400;}
dfn {font-style: italic;}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {font-size: 80%;}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {top: -0.5em;}
sub {bottom: -0.25em;}
img {border: 0;}
svg:not(:root) {overflow: hidden;}
figure {margin: 1em 40px;}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {overflow: auto;}
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button, input, optgroup, select, textarea {
  color: inherit; 
  font: inherit; 
  margin: 0; 
}
button {overflow: visible;}
button, select {text-transform: none;}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled], html input[disabled] {cursor: default;}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {line-height: normal;}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; 
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; 
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: none;
  margin: 0;
  padding: 0;
}
legend {
  border: 0; 
  padding: 0;
}
textarea {overflow: auto;}
optgroup {font-weight: bold;}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td, th {padding: 0;}
 /* kraj normalise */
/* početak grid */
.section {
  clear: both;
  padding: 0px;
  margin: 0px;
}
.col {
  display: block;
  float:left;
  margin: 1% 0 1% 1.6%;
  position: relative;
}
.col:first-child {margin-left: 0;}
.group:before,
.group:after {content:""; display:table;}
.group:after {clear:both;}
.group {zoom:1;}
.col_12 {width: 100%;}
.col_11 {width: 91.53%;}
.col_10 {width: 83.06%;}
.col_9 {width: 74.6%;}
.col_8 {width: 66.13%;}
.col_7 {width: 57.66%;}
.col_6 {width: 49.2%;}
.col_5 {width: 40.73%;}
.col_4 {width: 32.26%;}
.col_3 {width: 23.8%;}
.col_2 {width: 15.33%;}
.col_1 {width: 6.866%;}
@media only screen and (max-width: 480px) {
  .col {margin: 1% 0% 1% 0%;}
    .col_1, .col_2, .col_3, .col_4, .col_5, .col_6, .col_7, .col_8, .col_9, .col_10, .col_11, .col_12 {width: 100%; }
}
/* kraj grid */
/* Kontakt Forma */
#kontakt-forma{
  float: left;
  width: 100%;
  display: block;;
}
#kontakt-forma label, #kontakt-forma input, #kontakt-forma textarea{
  width: 100%;
  float: left;
  padding:5px;
  font-size: 16px;
}
#kontakt-forma label{
  padding:10px 0 4px 0;
}
#kontakt-forma label{
  font-size: 14px;
}
.error {
  background-image: url(../images/error.png);
  background-position: right 10px center;
  background-repeat: no-repeat;
  border: 1px dashed #e81500 !important;
  padding: 15px;
}
.txt_error {
  background-image: url(../images/error.png);
  background-position: right 10px center;
  background-repeat: no-repeat;
  border: 1px solid #e81500 !important;
  padding: 15px;
}
.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 60px;
}
.error_img {
  background-image: url(../images/error-32.png);
  background-position: left 15px center;
  background-repeat: no-repeat;
  border: 1px dashed #e81500;
  padding: 15px; 
}
#kontakt-forma input.send{
  background: #f8f8f8;
  color: #6f6f6f;
  margin-top: 25px;
  font-size: 16px;
  border:none;
  letter-spacing: 1px;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
#kontakt-forma input.send:hover {
  background:#0086cb;
  color:#fff;
  cursor:pointer;
  border:none;
}
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;
}
#kontakt-forma input[type="checkbox"]{
  width:auto;
  float: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:1px solid #0086cb;
}
#kontakt-forma input, #kontakt-forma textarea{
  border:1px solid #e2e2e2;
}
select {
  -moz-appearance: none;
  -webkit-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
}
select::-ms-expand {
  display: none;
}
.kontakt-info {
  float: left;
  width: 100%;
  margin-bottom: 50px;
}
#map{
  margin-top: 33px;
  float: left;
  display: block;
  width: 100%;
  height: 400px;
}
/* Kraj Kontakt Forma */
/* početak css-a */
body{
  font-family: 'Mulish', sans-serif;
  font-size:16px;
  color:#2e2e2e;
  font-weight: 300;
  background: #fff;
}
p{
  margin: 7px 0;
  line-height: 20px;
}
ul{
  margin:0;
  padding:0 0 0 20px;
}
.wrapper{
  max-width:1425px;
  margin:0 auto;
}
.wrapper2{
    max-width:1425px;
    margin:0 auto;
    padding: 0 50px;
}
a{
  text-decoration: none;
  color:#d0661c;
}
a:hover{
  color:#0086cb !important;
}
h1, h2, h3, h4, h5, h6{
  font-weight:300;
  color:#2e2e2e;
  margin-top: 15px;
  margin-bottom: 15px;
}
h1{
  font-size: 36px;
  line-height: 40px;
}
h2{
  font-size: 30px;
}
.row{
  width:100%;
  clear: both;
  float:left;
}
.clearfix {
  clear: both;
  display: block; 
  width: 100%;
}
#toggle{
  display: none;
}
/* Dokumenti */
.docs-list{
  float:left;
  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;
  padding: 10px 0 10px 35px;
  display: block;
  font-weight: 400; 
  float: left;
  margin-right: 40px;
}
.docs-list ul li a{
  line-height: 18px;
}
/* End Dokumenti */
/* Bread crumbs */
.bread-crumbs ul{
    list-style:none;
    float:left;
    padding-left: 0;
    padding: 20px 0;
}
.bread-crumbs ul li{
    float:left;
    font-size: 14px;
}
.bread-crumbs ul li:after{
    content:"|";
    padding-left: 10px;
    padding-right: 10px;
}
.bread-crumbs ul li:last-child:after{
    content:"";
    padding-left: 0;
    padding-right: 0;
}
/* End Bread crumbs*/
html{
  position: relative;
}
.header{
  background: url(../images/header-bg.png);
  padding: 30px 0;
  -webkit-box-shadow: 0px 5px 20px 0px rgba(255,255,255,1);
  -moz-box-shadow: 0px 5px 20px 0px rgba(255,255,255,1);
  box-shadow: 0px 5px 20px 0px rgba(255,255,255,1);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.header.other-pages{
  background: #fff;
  padding: 30px 0;
  position: static;
}
.logo{
  float: left;
  margin-right: 2%;
  width: 30%;
  display: inline-block;
}
.logo img{
  width: 100%;
  /*max-width:428px;*/
  max-width:200px;
}
.category-banner img{
  width: 100%;
}
.citat{
  float: right;
  font-family: 'Allura', cursive;
  font-weight: 400;
  font-size:30px;
  /*margin-top: 18px;*/
  margin-left:18px;
}
.menu{
  float: left;
  width: 68%;
  display: inline-block;
}
.main-menu{
  float: right;
  padding-left: 0;
  list-style:none;
  margin-top: 15px;
}
.main-menu > li{
  float: left;
  padding: 3px 0;
}
.main-menu > li > a {
	color: #2e2e2e;
	font-size: 17px;
	font-weight: 400;
	padding: 3px 13px;
	transition:all .4s ease-in-out;
}
.mslc, .mslc:hover, .main-menu > li > a:hover{
  color:#fff !important;
  background: #0086cb;
}
.has-sub{
  position: relative;
}
.sub-menu {
	padding-left: 0;
	width: 238px;
	float: left;
	position: absolute;
	top: 25px;
	left: 0;
	list-style: none;
	color: #fff !important;
	background: #0086cb;
	border-top: 1px solid transparent;
	background-clip: padding-box;
	display: none;
}
.sub-menu li{
  border-top: 1px solid #2aa9ea;
  float: left;
  width: 100%;
}
.sub-menu a{
  color:#fff;
  padding: 5px 10px;
  display: block;
  width: 100%;
  float: left;
}
.sub-menu a:hover{
  color:#fff !important;
  background: #d0661c;
}
.has-sub:hover .sub-menu{
  display: block;
}
/* početak Bxslider */
.slider {
  position: relative;
  z-index: 1;
}
.slider img{
  width: 100%;
}
.bxslider{
  width:100%;
  float: left;
}
.slider .bx-wrapper {
  margin: 0;
}
.slider .bx-wrapper .bx-viewport{
  background: none;
  border: none;
  box-shadow: none;
  left: 0;
}
.slider-header{
  position: absolute;
  top: 50%;
  right: 0;
  width: 100%;
  transition:all 0.3s ease;
}
.slider-title {
	font-size: 38px;
	font-weight: 700;
	display: block;
	float: right;
	color: #d0661c;
	background: url(../images/white-bg.png);
	padding: 17px 13% 17px 40px;
	margin: 0 0 5px 0;
	transition: all 0.3s ease;
}
.slider-text{
  font-size: 28px;
  font-weight: 400;
  line-height: 30px;
  float: right;
  display: block;
  background:url(../images/white-bg.png);
  padding: 12px 13% 12px 40px;
  margin: 0;
  transition:all 0.3s ease;
  color: #2e2e2e;
}
.slider-header:hover .slider-title, .slider-header:hover .slider-text{
  color:#fff;
  background: rgba(0,134,203,0.3);
}
.info-box{
  position: absolute;
  bottom: -15px;
  background: url(../images/info-box-bg.png);
  padding: 20px;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  width: 100%;
  max-width: 330px;
}
.info-box ul{
  padding-left: 0;
  list-style: none;
  float: left;
}
.info-box ul li{
  float: left;
  margin-bottom: 10px;
  width: 100%;
  display: block;
}
.info-box ul li:last-child{
  margin-bottom: 0;
}
.info-box ul li strong{
  font-weight: 500;
}
/* kraj Bxslider */
.orange-bg{
  background: #d0661c url(../images/heart-t8.png) no-repeat center top 125px;
  padding: 100px 0 100px 0;
  color: #fff;
  text-align: center;
  -webkit-box-shadow: inset 0px 10px 10px 0px rgba(25,25,25,0.3);
  -moz-box-shadow: inset 0px 10px 10px 0px rgba(25,25,25,0.3);
  box-shadow: inset 0px 10px 10px 0px rgba(25,25,25,0.3);
}
.orange-bg h3{
  font-family: 'Allura', cursive;
  font-weight: 400;
  font-size:48px;
  line-height: 44px;
  margin:0;
  color: #fff;
  margin-bottom:65px;
}
.two-col{
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
   -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:40px;
  width: 100%;
}
.two-col p{
  margin-top: 0;
  margin-bottom: 20px;
  text-align: left;
}
.gradiant-bg{
  padding: 100px 0 100px 0;
  text-align: center;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f7f7f7+100 */
  background: #ffffff;
  background: -moz-linear-gradient(top,  #ffffff 0%, #f7f7f7 100%);
  background: -webkit-linear-gradient(top,  #ffffff 0%,#f7f7f7 100%);
  background: linear-gradient(to bottom,  #ffffff 0%,#f7f7f7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f7f7f7',GradientType=0 );
}
.news50{
  border: 1px solid #e2e2e2;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  padding: 13px;
  text-align: left;
  width: 49.3%;
  margin-left: 0.9%;
  float: left;
  display: inline-block;
  margin-bottom: 13px;
  background: #fff;
}
.half-box{
  width: 50%;
  display: inline-block;
}
.padding-right{
  padding-right: 20px;
}
.half-box.padding-right{
  float: left;
}
.news50 .half-box.news-img{
  float: right;
}
.news h3{
  margin: 0 0 15px 0;
}
.column-bg{
  background: url(../images/stupovi-bg.jpg)no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 55px 0 80px 0;
  border-top: 1px solid #a3a3a3;
  text-align: center;
}
.home h2 {
	margin-bottom: 88px;
	margin-top: 0;
	font-weight: 700;
	font-size: 38px;
	/* color: #0086cb; */
	background: -webkit-linear-gradient(45deg, #008ed3 30%, #f37022 59%);
	background-clip: border-box;
	background-clip: border-box;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.news{
  text-align: left;
  position: relative;
}
.news25{
  padding: 13px;
  background: #fff;
  width: 24.625%;
  margin-left: 0.5%;
  margin-bottom: 7px;
  float: left;
  display: inline-block;
}
.news25:first-child, 
.news25:nth-child(4n+5),
.news50:first-child,
.news50:nth-child(2n+3){
  margin-left: 0;
}
.img25{
  width: 100%;
  max-width: 325px;
  margin-bottom: 15px;
}
.img50{
  width: 100%;
  max-width: 335px !important;
}
.img50 ,.img25{
  -webkit-box-shadow: 1px 1px 4px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 1px 1px 4px 0px rgba(0,0,0,0.1);
  box-shadow: 1px 1px 4px 0px rgba(0,0,0,0.1);
}
.news a{
  color: #d0661c;
  font-size: 20px;
  line-height: 22px;
  font-weight: 300;
}
.news-img a{
  width: 100%;
  float: left;
}
.news p{
  margin:0;
}
a.read-more{
  color:#6f6f6f;
  font-size: 16px;
  font-weight: 300;
  padding:10px;
  float: left;
  display: block;
  width: auto; 
  position: absolute;
  bottom: 13px;
  left: 13px;
}
.news25{
  padding-bottom: 82px;
}
.half-box.padding-right{
  padding-bottom: 67px;
}
.banners-holder{
  padding: 100px 0 85px 0;
}
.banners-holder a{
  width: 30%;
  margin-right: 5%;
}
.banners-holder a, .banners-holder a:hover{
  color: #fff !important;
  float: left;
  text-align: center;
  margin-bottom: 15px;
  display: inline-block;
}
.banners-holder a:last-child{
  margin-right: 0;
}
.read-more, .tour-banner, .view-more, .reservation-banner{
  background: #0086cb url(../images/heart-t10.png) no-repeat center center;
  vertical-align: middle;
  -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;
  padding: 40px 10px;
}
.read-more, .view-more{
  background:#0086cb;
}
.reservation-banner{
  background: #ee843b url(../images/heart-t10.png) no-repeat center center;
}
.read-more:before, .tour-banner:before, .view-more:before, .reservation-banner:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #ee843b url(../images/heart-t10.png) no-repeat center center;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: 50%;
  transform-origin: 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;
}
.reservation-banner:before{
  background: #0086cb url(../images/heart-t10.png) no-repeat center center;
}
.read-more:before, .view-more:before{
  background: #f8f8f8;
}
.tour-banner:hover, .tour-banner:focus, .tour-banner:active,
.read-more:hover, .read-more:focus, .read-more:active,
.view-more:hover, .view-more:focus, .view-more:active,
.reservation-banner:hover, .reservation-banner:focus, .reservation-banner:active {
  color: white !important;
}
.tour-banner:hover:before, .tour-banner:focus:before, .tour-banner:active:before,
.read-more:hover:before, .read-more:focus:before, .read-more:active:before,
.view-more:hover:before, .view-more:focus:before, .view-more:active:before,
.reservation-banner:hover:before, .reservation-banner:focus:before, .reservation-banner:active:before {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}
a.view-more{
  color:#6f6f6f;
  font-size: 16px;
  font-weight: 300;
  padding:10px;
  float: left;
  display: block;
  width: auto; 
  position: static;
  bottom: 0;
  left: 0;
}
.tour-banner h3, .reservation-banner h3{
  font-family: 'Allura', cursive;
  font-weight: 400;
  font-size: 55px;
  margin: 0;
  color:#fff;
}
.tour-banner p, .reservation-banner p{
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
  margin: 5px 0 0 0;
}
.places-to-see .wrapper2{
  text-align: center;
}
.places-links{
  width: 100%;
  float: left;
  display: block;
  background: #f7f7f7;
  padding: 15px;
  margin-bottom: 85px;
}
.places-links ul{
  list-style: none;
  padding-left: 0;
  display: inline-block;
  margin: 0 auto;
}
.places-links ul li{
  float: left;
  background: url(../images/dot.png) no-repeat right center;
  font-size: 18px;
  font-weight: 400;
  padding: 0 15px 0 10px;
}
.places-links ul li:first-child{
  padding-left: 0;
}
.places-links ul li:last-child{
  padding-right: 0;
}
.places-links ul li:last-child{
  background: none;
}
.footer-top{
  background: #515151;
  border-top: 6px solid #ee843b;
  font-size: 16px;
  padding:50px 0;
}
.footer-logo img{
  margin-bottom:30px;
  width: 100%;
  max-width: 319px;
}
.footer-logo p{
  color:#fff;
  margin:0;
  font-size: 16px;
  margin-bottom: 5px;
  font-weight: 400;
}
.footer-logos{
  float: left;
  margin-top: 50px;
  padding-left: 33.26%;
}
.footer-logos a{
  display: inline-block;
  float: left;
  margin-right: 30px;
}
.footer-logos img{
  width: 100%;
  max-width: 100px;
}
.footer-phones ul{
  color:#fff;
  list-style:none;
  float: left;
  width: 100%;
  padding-left: 0;
  margin-bottom: 25px;
}
.footer-phones ul li{
  width: 100%;
  display: block;
  float: left;
  padding: 5px 0;
}
.facebook{
  float: left;
}
.googleplus{
  float: left;
  margin-left: 10px;
  margin-top: 1px;
}
.facebook:hover, .googleplus:hover,  .instagram:hover,  .twitter:hover{
  opacity: 0.5;
}
.instagram{
    margin-left:10px;
}
.twitter{
    margin-left:10px;
}
.mini-text {
	float: left;
	width: 100%;
	margin-bottom: 30px;
}
.footer-links ul{
  list-style: none;
  float: left;
  width: 100%;
  padding-left: 0;
}
.footer-links ul li{
  width: 100%;
  display: block;
  float: left;
  padding: 5px 0;
  font-weight: 400;
}
.footer-links a{
  width: 100%;
  color:#f1f1f1;
}
.footer{
  width:100%;
  padding:20px 0;
  float:left;
  background:#424242;
  font-weight:300;
  font-size: 14px;
  color:#fff;
}
.none{
  display:none;
}
.v {
  float: right;
  width: 100px;
  overflow: hidden;
  margin-right: 50px;
}
.content{
  background:#fff; 
  text-align: left;
  float: left;
  width: 100%;
  padding: 50px 30px;
}
.sitemap, .sitemap ul{
  list-style:none;
}
.sitemap li{
  padding: 5px 0;
}
.sitemap a{
  padding: 5px 0 5px 15px;
  background: url(../images/dot.png) no-repeat left top 13px;
}
.sitemap, .sitemap li, .sitemap a{
  float: left;
  width: 100%;
  display: block;
}
.sitemap ul{
  padding-left: 20px;
}
.page-title{
  background: #f7f7f7 none repeat scroll 0 0;
  display: block;
  float: left;
  padding:10px 20px;
  width: 100%;
  color:#d0661c;
  margin-bottom: 30px;
}
.gallery, .video, .video ul{
  width: 100%;
  float: left;
}
.gallery .col_3:nth-child(4n+5){
  margin-left: 0;
}
.video ul{
  list-style:none;
  padding-left: 0;
}
.margin-top{
  margin-top: 30px;
}
.video li{
  width: 49.2%;
  float: left;
  display: inline-block;
  margin-left: 1.6%;
}
.video li:first-child, .video li:nth-child(2n+3){
  margin-left: 0;
}
.video iframe{
  width: 100%;
  height: 372px;
}
.width100{
  width: 100%;
  float: left;
  margin-bottom: 15px;
  border:1px solid #e2e2e2;
  padding: 13px;
}
.width100:last-child{
  margin-bottom: 0;
}
.width100-text p{
  padding-bottom: 10px;
}
.width100-img img{
  width: 100%;
  max-width:335px !important; 
}
.width100-img, .width100-text{
  margin:0;
  float: left;
}
.full-text{
  width: 100%;
  display: block;
}
.width100-img{
  float: right;
  margin-left: 1.6%;
}
.paginacija{
  display: block;
  width: 100%;
  float: left;
  text-align: center;
}
.paginacija a{
  color:#6f6f6f;
  background: #f8f8f8;
  width: 30px;
  height: 30px;
  margin: 0 3px;
  padding: 5px 10px;
}
.paginacija a:hover, .paginacija a.active{
  background: #0086cb;
  color:#fff !important;
}
.paginacija a.prev{
  background: #f8f8f8 url(../images/prev.png) no-repeat center center;
  padding: 5px 15px;
}
.paginacija a.prev:hover{
  background: #0086cb url(../images/prev-hover.png) no-repeat center center;
}
.paginacija a.next{
  background: #f8f8f8 url(../images/next.png) no-repeat center center;
  padding: 5px 15px;
}
.paginacija a.next:hover{
  background: #0086cb url(../images/next-hover.png) no-repeat center center;
}
.reservation-banner{
  width: 100%;
  float: left;
  margin: 40px 0;
  color:#fff;
  padding: 10px 50px 20px 50px;
  text-align: center;
  cursor: pointer;
}
.reservation-form{
  float: left;
  width: 100%;
  border:1px solid #e2e2e2;
  padding: 15px; 
}
.content img{
  max-width: 100%;
  height: auto;
}
.content .article-img{
  width: 100%;
  max-width: 500px;
  height: auto;
  float: left;
  margin: 0 15px 5px 0;
}
.datum{
  float: left;
  display: block;
  width: 100%;
  font-size: 14px;
  margin: 0 0 5px 0;
  color:#ee843b;
}
.tour-reservation-title{
  float: left;
  width: 100%;
  display: block;
  font-size: 18px;
  font-weight: 400;
}

  .cookie-container {
  background: rgba(0,0,0,0.8);
  bottom: 0;
  display: block;
  padding: 10px 0 0 0;
  position: fixed;
  width: 100%;
  z-index: 9999;
  -webkit-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.28);
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.28);
}
.cookie-container .center {
  padding: 10px 20px;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
.cookie-container .center span {
  text-transform: uppercase;
  font-weight: 400;
  color: #fff;
}
.cookie-container .center p {
  display: inline;
  color: #fff;
  font-size:14px;
  line-height: 20px;
}
.cookie-container .center a {
  color: #446CB3;
  text-decoration: underline;
  transition: all 0.6s ease;
  font-size:14px;
  line-height: 20px;
}
@media (min-width:600px) {
  .cookie-container .center a {float: none;width: auto;}
}

.msg_1 {
    float: left;
    width: 100%;
    font-size: 16px;
    line-height: 25px;
    margin-top: 20px;
}

.pregrada {
    display: block;
    float: left;
    margin-left:1.6%;

}


/* 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: 1425px) {
	.wrapper, .wrapper2{
	    max-width:100%;
	    margin:0 auto;
	    padding: 0 20px;
	}
  .footer-phones, .footer-links{
    padding-left: 5%;
  }
  .footer-logos {
    padding-left: 38%;
  }
  .v {
    margin-right: 0;
  }
}
@media only screen and (max-width: 1366px) {}
@media only screen and (max-width: 1280px) {}
@media only screen and (max-width: 1220px) {
  .banners-holder a {
    margin-right: 2%;
    width: 32%;
  }
  .tour-banner h3, .reservation-banner h3 {
    font-size: 50px;
    line-height: 45px;
  }
  .tour-banner p, .reservation-banner p {
    margin: 10px 0 0;
  }
}
@media only screen and (max-width: 1150px) {
	.header {
	  position: static;
	}
	.logo {
	  float: none;
	  left: 20px;
	  margin-right: 0;
	  position: absolute;
	  top: 30px;
	  min-width: 330px;
	}
	#toggle{
		display: block;
		float: right;	
	}
	.main-menu, .main-menu li, .main-menu li a{
		width: 100%;
		display: block;
		padding: 0;
	}
  .main-menu > li{
    padding-bottom: 1px;
  }
	.main-menu li a, .main-menu li a:hover{
		padding:7px 0;
	}
	.main-menu{
		display: none;
		text-align: center;
	}
	.citat {
	  margin-top: 0;
	}
	.menu {
	  width: 100%;
	  margin-top: 15px;
	}
	.has-sub:hover .sub-menu{
	  display: none;
	}
	.sub-menu {
		position: relative;
		top: 0;
		background: #eee;
		width:100%;
	}
	.sub-menu li {
	  border-top: 1px solid #fff;
	}
	.sub-menu li:first-child {
	  border-top: none;
	}
	.sub-menu a {
	  color: #2e2e2e;
	}
	.info-box {
	  bottom: 0;
	  left: 0;
	  padding: 20px;
	  max-width: 100%;
	}
	.info-box ul {
	  width: 100%;
	  text-align: center;
	  margin:0 auto;
	}
	.info-box ul li {
	  display: inline-block;
	  margin:5px 15px;
	  width: auto;
	  float: none;
	}
	.slider-header {
	  top: 30%;
	}
  .footer-top{
    text-align: center;
  }
  .footer-logo{
    width: 100%;
    display: block;
    margin-bottom: 30px;
    float: none;
  }
  .footer-phones, .footer-links{
    padding-left: 0;
    width: 49.2%;
  }
  .footer-phones{
    margin-left: 0;
    text-align: right;
    padding-right: 25px;
  }
  .footer-links{
    text-align: left;
    padding-left: 30px;
  }
  .footer-logos {
    padding-left: 0;
  }
  .footer-logos a {
    margin:0 25px;
  }
  .footer-logos, .footer-logos a, .facebook, .googleplus {
    float: none;
  }
}
@media only screen and (max-width: 1024px) {
  .video iframe{
    height: 256px;
  }
}
@media only screen and (max-width: 980px) {
  .news50 {
    display: block;
    margin-left: 0;
    width: 100%;
  }
  .gradiant-bg {
    padding: 50px 0;
  }
  .news25 {
    width: 33%;
  }
  .news25:nth-child(4n+5){
    margin-left: 0.5%;
  }
  .news25:nth-child(3n+4){
    margin-left: 0;
  }
  .column-bg{
    padding: 50px 0;
  }
  .banners-holder {
    padding: 55px 0 0 0;
  }
  .content {
    padding: 15px;
  }
  .half-box.news-img {
    text-align: right;
  }
}
@media only screen and (max-width: 900px) {
	.slider{
		background: #171717;
	}
	.info-box {
	  position: static;
	  float: left;
	  background: none;
	}
	.slider-title, .slider-text {
	  padding-right: 5%;
	}
  .two-col {
    webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
    margin-top: 20px;
  }
  .two-col p {
    margin: 5px 0;
    float: left;
  }
  .orange-bg {
    background: #d0661c url("../images/heart-t8.png") no-repeat scroll center center;
  }
  .banners-holder a{
    width: 100%;
    margin-right: 0;
  }
  .places-links{
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 800px) {
  #forma .col_6, .kontakt .col_6{
    width: 100%;
    margin-left: 0;
  }
}
@media only screen and (max-width: 768px) {
  .content .article-img {
    margin: 0 0 30px 0;
    width: 100%;
    max-width: 100%;
  }

  .video iframe{
    height: 200px;
  }
}
@media only screen and (max-width: 700px) {
	.header, .header.other-pages{
		padding:0 0 20px 0;
	}
	.logo {
	  left: auto;
	  position: static;
	  text-align: center;
	  top: auto;
	  width: 100%;
	  min-width: auto;
	  margin: 20px 0;
	}
	.logo img{
	  max-width: 270px;
	}
	.citat {
	  font-size: 28px;
	  float: left;
	  width: auto;
	  display: inline-block;
	}
	.menu {
	  margin-top: -35px;
	}
  .news25 {
    width: 49.75%;
  }
  .news25:nth-child(4n+5), .news25:nth-child(2n+3){
    margin-left: 0;
  }
  .news25:nth-child(3n+4) {
    margin-left: 0.5%;
  }
  .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;
  }
  .width100-img {
    float: left;
    margin-left: 0;
    width: 100%;
    margin-bottom: 15px;
  }
  .width100-text{
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
	.slider-header{
		display: none;
	}
	.info-box {
	  font-size: 16px;
	}
  .footer-links{
    margin-top: 20px;
  }
  .footer-phones, .footer-links{
    width: 100%;
    margin-left: 0;
    display: block;
    padding: 0;
    text-align: center;
  }
  .footer-logos a {
    margin:0 15px;
  }
  .video li {
    width: 100%;
    display: block;
    margin-left: 0;
  }
  .video iframe{
    height: 320px;
  }
}
@media only screen and (max-width: 620px) {}
@media only screen and (max-width: 600px) {
  .half-box {
    display: block;
    width: 100%;
  }
  .half-box.padding-right {
    padding-bottom: 0;
    padding-right: 0;
  }
  .news50{
    text-align: center;
  }
  .news50 .half-box.news-img {
    float: left;
    margin-bottom: 30px;
  }
  .half-box.news-img {
    text-align: center;
  }
  .news50 a.read-more {
    bottom: auto;
    display: block;
    float: none;
    left: auto;
    position: static;
    width: 100%;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .news25 {
    width: 100%;
    padding-bottom: 13px;
    text-align: center;
  }
  .news25:nth-child(3n+4) {
    margin-left: 0;
  }
  .news25 a.read-more {
    bottom: auto;
    display: block;
    float: none;
    left: auto;
    position: static;
    width: 100%;
    margin-top: 30px;
  }
  .img25 {
    margin-bottom: 30px;
  }
  .gallery .col_3 {
    width: 49.2%;
    margin-left: 1.6%;
  }
  .gallery .col_3:first-child, .gallery .col_3:nth-child(4n+5) {
    margin-left: 0;
  }
  .gallery .col_3:nth-child(3n+4) {
    margin-left: 1.6%;
  }
  .gallery .col_3:nth-child(2n+3) {
    margin-left: 0;
  }
  .reservation-banner {
    padding: 10px 10px 20px;
  }
  .video iframe{
    height: 230px;
  }
  .footer{
    text-align: center;
  }
  .copy, .v{
    width: 100%;
    display: block;
  }
  .v{
    width: 100px;
    overflow: hidden;
    margin: 10px auto 0 auto;
    float: none;
  }
}
@media only screen and (max-width: 360px) {
	.citat {
	  font-size: 24px;
	}
	.info-box {
	  font-size: 14px;
	}
	.menu {
	  margin-top: -30px;
	}
	#toggle img {
	  width: 30px;
	}
  .places-links ul li {
    font-size: 18px;
    line-height: 22px;
  }
  h1 {
    font-size: 30px;
    line-height: 35px;
  }
  h2 {
    font-size: 24px;
    line-height: 29px;
  }
  .gallery .col_3 {
    width: 100%;
    margin-left: 0;
  }
  .gallery .col_3:nth-child(3n+4) {
    margin-left: 0;
  }
  .video iframe{
    height: 165px;
  }

}
.banner-new{
    float:left;
    width:100%;
    margin-bottom:0;
    position:relative;
}
.color-overlay{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background-color:rgba(0,0,0,.4);
}
.banner-text{
    max-width:400px;
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
    width:100%;
}
.banner-text h2{
    color:#fff;
}
.banner-new img{
display:block;
width:100%;
}
.kod{
    display:block;
    color:#0086cb;
    font-weight:600;
    margin-bottom:8px;
}
.header-search{
    max-width:150px;
    float:right;
    margin-right:50px;
}
.header-search form{
    width:100%;
}
.header-search input{
    display:block;
    width:100%;
    border:1px solid #cecece;
    padding:7.5px;
    font-size:14px;
    color:#a4a4a4;
    background-image:url(../images/search.svg);
    background-repeat:no-repeat;
    background-size:15px;
    background-position:right 10px center;
    border-radius:5px;
}
.header-search input:focus{
    border-color:#ee843b;
}
.banners{
    position:relative;
    clear:both;
}
.banners .bx-prev, .banners .bx-next{
    position:absolute;
    top:50% !important;
    transform:translteY(-50%);
    background-repeat:no-repeat  !important;
    background-size:40px  !important;
    z-index:10;
    width:40px !important;
    height:40px !important;
    margin:0 !important;
}
.banners .bx-prev{
    left:20px  !important;
    background:url(../images/prev.svg) !important;
}
.banners .bx-next{
    right:20px  !important;
    background:url(../images/next.svg)  !important;
}
@media only screen and (min-width: 700px) {
    .header-search input{
           padding:10px;
    }
    .header-search{
        margin-right:0;
    }
    
}
@media only screen and (min-width: 50.0625em) {
  /*801px*/
  .header-search{
    max-width:200px;
  }

}


