body {
 font-family: 'Titillium Web', sans-serif;
 color: #303030;
 background: #fff;
}

.clear {clear:both;}

a, button {
 color: #303030;
}

button {
 background: inherit;
}

em {
 font-style: normal;
}

strong {
 font-weight: 700;
}

a,
a img,
button,
input,
em,
span
{
 transition: all 0.3s ease-in-out
}

header {
 max-height: 700px;
 position: relative;
 background: transparent;
}
header > span {
 display: block;
 position: absolute;
 bottom: -50px;
 z-index: 0;
 width: 100%;
 height: 200px;
background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 75%, rgba(255,255,255,1) 100%);
background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 75%,rgba(255,255,255,1) 100%);
background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 75%,rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}

.navbar {
 min-height: 70px;
 max-width: 1550px;
 margin: 0px auto;
 padding: 25px 0px;
 background: none;
 border: none;
 border-radius: 0
}

.navbar-default .navbar-nav > li > a.active {
    border-bottom: 2px solid #ffcc31;
}

.submit-button {
 display: inline-block;
 min-width: 200px;
 padding: 12px 10px 10px 10px;
 font-size: 13px;
 text-align: center;
 text-transform: uppercase;
 border: 1px solid #fff;
 border-radius:3px;
}

.navbar-default .navbar-nav {
 padding-top: 35px
}

.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-nav > li > button {
 margin-left: 35px;
 padding: 4px 0px;
 font-family: 'Roboto', sans-serif;
 font-size: 13px;
 font-weight: 400;
 color: #fff;
 border-bottom: 2px solid transparent
}
.navbar-default .navbar-nav > li > a#help {
 margin-left: 0px;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li.open > a, .navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > li > button:hover {
 color: #fff;
 border-bottom: 2px solid #ffcc31;
 background:none;
}
.navbar-default .navbar-nav > li.open > a, .navbar-default .navbar-nav > li > a:focus {
 color: #fff!important;
 background:none!important;
 background-color:none!important;
}

.navbar-default .navbar-nav > li > a.submit-button,
.navbar-default .navbar-nav > li > button.submit-button {
 margin-top: -7px;
 margin-left: 50px;
 /*padding: 10px;*/
 padding: 12px 10px 10px 10px;
 border-bottom: 1px solid #fff;
 background: rgba(255,255,255,0.1)
}

#booknow {
    color:rgba(255,255,255,1);
    background:rgba(255,255,255,0.15);
    border:1px solid rgba(255,255,255,0.50);
    border-radius:3px;
}

.navbar-default .navbar-nav > li > a.submit-button:hover,
.navbar-default .navbar-nav > li > button.submit-button:hover,
header .intro .submit-button, #booknow:hover, #booknow:focus,
.content-list .submit-button {
 color: #303030;
 background: #ffcc31;
 border-color: #ffcc31
}

.navbar-default .navbar-nav.navbar-lang {
    position:absolute;
    top:0;
    left:50%;
    margin-left:-58px;
    width:116px;
    padding-top:0px;
}
.navbar-default .navbar-nav.navbar-lang > li > a {
  height:25px;
  border-bottom: none;
  color: #084c90;
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  font-weight: 500;
  margin-left: 0px;
  padding: 2px 10px 0px 30px;
  overflow:hidden;
}
.navbar-default .navbar-nav.navbar-lang > li.active > a {
  color:rgba(8,76,144,0.5);
  opacity:0.75;
}
.navbar-default .navbar-nav.navbar-lang > li.active > a:hover {
  border-bottom:none;
}
.navbar-default .navbar-nav.navbar-lang > li:last-child > a {
  padding: 2px 30px 0px 10px;
  border-left:1px solid rgba(255,255,255,0.55);
}
.navbar-default .navbar-nav.navbar-lang > li:first-child > a::before,
.navbar-default .navbar-nav.navbar-lang > li:last-child > a::after {
  content:"";
  display:block;
  width:90px;
  height:25px;
  position:absolute;
  top:0px;
  left:20px;
  background:#fff;
  background:rgba(255,255,255,0.75);
  border-bottom-left-radius:4px;
  transform-origin: bottom left;
  transform: skewX(30deg);
  z-index:-1;
}
.navbar-default .navbar-nav.navbar-lang > li:last-child > a::after {
  left:auto;
  right:20px;
  border-bottom-right-radius:4px;
  transform-origin: bottom right;
  transform: skewX(-30deg);
}

.dropdown-menu, .navbar-nav .open .dropdown-menu {
  background-color: #ffcc31;
  border: none;
  border-radius: 0px;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  margin: 0;
  min-width: 160px;
  padding: 10px 0;
}
.dropdown-menu.booknow, .navbar-nav .open .dropdown-menu.booknow {
  left: 50px;
  font-size: 18px;
}
.dropdown-menu > li > a, .navbar-default .navbar-nav .open .dropdown-menu > li > a {
  color: #303030;
  padding: 8px 20px;
}


.logo {
 display: inline-block;
}

.logo img {
    width: 175px;
}

header .intro {
 min-height: 255px;
 text-align: center;
 color: #fff;
}

header .intro h1, header .intro h2 {
    /*color:#01264c;*/
}

header .intro h1 {
 padding-top: 50px;
 padding-bottom: 0px;
 font-size: 48px;
 font-weight: 700;
 text-shadow:0px 0px 5px rgba(0,0,0,0.5);
}

header .intro h2 {
 font-family: 'Roboto', sans-serif;
 font-size: 20px;
 font-weight: 400;
 line-height: 30px
}

header .intro .submit-button, .content-list .submit-button {
 font-family: 'Roboto', sans-serif;
 margin-top: 15px;
 font-size: 14px;
 font-weight: 500;
 text-decoration: none
}

header .intro .submit-button:hover {
 min-width: 220px;
 margin-top: 10px;
 font-size: 18px;
 box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.5)
}

.parallax-window.sub {
 min-height: 470px;
}

.wrapper {
    background-color:#fff;
}
.wrapper.home-blog {
margin-top: 350px;
background: rgb(238,244,248);
background: -moz-linear-gradient(top,  rgba(238,244,248,1) 0%, rgba(255,255,255,1) 83%);
background: -webkit-linear-gradient(top,  rgba(238,244,248,1) 0%,rgba(255,255,255,1) 83%);
background: linear-gradient(to bottom,  rgba(238,244,248,1) 0%,rgba(255,255,255,1) 83%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eef4f8', endColorstr='#ffffff',GradientType=0 );
}
.wrapper.home-blog.home-accommodation {
margin-top: 75px;
background: rgb(251,239,229);
background: -moz-linear-gradient(top,  rgba(251,239,229,1) 0%, rgba(255,255,255,1) 100%);
background: -webkit-linear-gradient(top,  rgba(251,239,229,1) 0%,rgba(255,255,255,1) 100%);
background: linear-gradient(to bottom,  rgba(251,239,229,1) 0%,rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbefe5', endColorstr='#ffffff',GradientType=0 );
}

section {
 margin-top: -60px;
 padding-bottom: 75px;
 text-align: center
}

section.intro-trio {
  margin-top: 170px;
}

.sub-page section {
 margin-top: -20px;
}

section h3 {
 display: inline-block;
 position: relative;
 margin-top: 0px;
 padding: 30px 15px 0px 15px;
 font-size: 32px;
 font-weight: 400;
 background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 1) 71%, rgba(255, 255, 255, 1) 100%);
 background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 1) 71%, rgba(255, 255, 255, 1) 100%);
 background: linear-gradient(to bottom, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 1) 71%, rgba(255, 255, 255, 1) 100%);
 filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#e6ffffff', endColorstr='#ffffff', GradientType=0);
}

section h3 span {
 display: block;
 content: "";
 position: absolute;
 width: 70px;
 height: 100%;
 left: -70px;
 top: 0;
 overflow: hidden
}

section h3 span:last-child {
 left: auto;
 right: -70px
}

section h3 span::before {
 display: block;
 content: "";
 position: absolute;
 width: 120px;
 height: 100%;
 left: 30px;
 top: 0;
 -ms-transform: skewX(-45deg);
 -webkit-transform: skewX(-45deg);
 transform: skewX(-45deg);
 background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 1) 71%, rgba(255, 255, 255, 1) 100%);
 background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 1) 71%, rgba(255, 255, 255, 1) 100%);
 background: linear-gradient(to bottom, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 1) 71%, rgba(255, 255, 255, 1) 100%);
 filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#e6ffffff', endColorstr='#ffffff', GradientType=0);
}

section h3 span:last-child::before {
 left: -80px;
 -ms-transform: skewX(45deg);
 -webkit-transform: skewX(45deg);
 transform: skewX(45deg)
}

.home-blog {
 box-shadow: inset 0px 2px 2px 0px rgba(70, 110, 150, 0.05);
}
.home-blog section h3, .home-blog section h3 span::before {
 background: #eff4f9;
}
.home-blog section h3, .home-events section h3 {
 min-width: 60%;
 font-size:30px;
 font-weight: 700;
 color: #9dadc3;
 text-transform: uppercase;
 box-shadow: inset 0px 4px 1px 0px rgba(70, 110, 150, 0.05);
}
.home-events section h3 {
 margin-bottom:50px;
 box-shadow: none;
}
.home-blog section h3 span::before {
 box-shadow: inset 5px 2px 2px 0px rgba(70, 110, 150, 0.05);
 border-radius: 8px 8px 0 0;
}
.home-blog section h3 span:last-child::before {
 box-shadow: inset -5px 2px 2px 0px rgba(70, 110, 150, 0.05);
}



.home-blog.home-accommodation {
 box-shadow: inset 0px 2px 2px 0px rgba(109, 57, 14, 0.05);
}
.home-blog.home-accommodation section h3, .home-blog.home-accommodation section h3 span::before {
 background: #fbefe5;
}
.home-blog.home-accommodation section h3 {
 /*margin-bottom: 80px;*/
 color: #f39c54;
 box-shadow: inset 0px 4px 1px 0px rgba(109, 57, 14, 0.03);
}
.home-blog.home-accommodation section h3 span::before {
 box-shadow: inset 5px 2px 2px 0px rgba(109, 57, 14, 0.03);
}
.home-blog.home-accommodation section h3 span:last-child::before {
 box-shadow: inset -5px 2px 2px 0px rgba(109, 57, 14, 0.03);
}





section h4 {
 max-width: 700px;
 margin: 5px auto;
 padding-bottom: 80px;
 font-size: 18px;
 font-weight: 400;
 line-height: 28px
}
section h4.subsub {
 padding-top:20px;
 padding-bottom:10px;
}
.blog-post section h4 {
 padding-bottom: 30px;
}
.home-blog section h4, .home-events section h4 {
 font-family: 'Roboto', sans-serif;
 font-size: 13px;
 font-weight: 500;
 color: #b7bec7;
 text-transform: uppercase;
}
.home-events section h4 {
 padding-bottom: 30px;
}
.home-blog section h4 i {
 display: inline-block;
 padding: 0px 5px;
 font-style: normal;
 font-weight: 400;
 color: rgba(0,0,0,0.2);
}
.home-accommodation section h4 {
 font-size:18px;
 color: #e8a771;
 text-transform:none;
}


.multi-item-carousel .carousel-inner {
  height: auto;
}
.multi-item-carousel .carousel-inner > .item {
  min-height: auto;
  padding: 0;
  -webkit-transition: 500ms ease-in-out left;
  transition: 500ms ease-in-out left;
}
.multi-item-carousel .carousel-inner > .item a {
  display: block;
  min-height: 275px;
  text-decoration: none;
  text-align: center;
  border-radius: 3px;
}
.multi-item-carousel .carousel-inner > .item a img {
  display: inline-block;
  border-radius: 3px;
}
.multi-item-carousel .carousel-inner > .item a:hover {
  /*background: #ffcc31;*/
}
.multi-item-carousel .carousel-inner > .item a:hover img {
  border-radius: 3px 100px;
}
.multi-item-carousel .carousel-inner > .item a p {
  padding: 15px 5px 0px 5px;
  font-size: 18px;
  font-weight: 700;
  color: #012c58;
  line-height: 24px;
}
.multi-item-carousel .carousel-inner > .item a p em {
  display: block;
  padding-top: 7px;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  line-height: 22px;
}
.multi-item-carousel .carousel-inner .active.left {
  left: -25%;
}
.multi-item-carousel .carousel-inner .active.right {
  left: 25%;
}
.multi-item-carousel .carousel-inner .next {
  left: 25%;
}
.multi-item-carousel .carousel-inner .prev {
  left: -25%;
}
.multi-item-carousel .carousel-control {
  color: #012c59;
  left: -8%;
  opacity: 0.2;
  top: 92px;
  bottom: auto;
  width: 30px;
  text-shadow: none;
}
.multi-item-carousel .carousel-control:hover {
  opacity: 0.8;
}
.multi-item-carousel .carousel-control.right {
  left: auto;
  right: -7%;
}
.multi-item-carousel .carousel-control.left,
.multi-item-carousel .carousel-control.right {
  background-image: none;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .multi-item-carousel .carousel-inner > .item {
    -webkit-transition: 500ms ease-in-out left;
    transition: 500ms ease-in-out left;
    -webkit-transition: 500ms ease-in-out all;
    transition: 500ms ease-in-out all;
    -webkit-backface-visibility: visible;
            backface-visibility: visible;
    -webkit-transform: none!important;
            transform: none!important;
  }
}
@media (max-width: 767px) {
	.multi-item-carousel .carousel-inner .active.left { left: -100%; }
	.multi-item-carousel  .carousel-inner .next        { left:  100%; }
	.multi-item-carousel .carousel-inner .prev		 { left: -100%; }
	.multi-item-carousel .active > div { display:none; }
	.multi-item-carousel .active > div:first-child { display:block; }

}
@media (min-width: 767px) and (max-width: 992px ) {
	.multi-item-carousel .carousel-inner .active.left { left: -50%; }
	.multi-item-carousel .carousel-inner .next        { left:  50%; }
	.multi-item-carousel .carousel-inner .prev		 { left: -50%; }
	.multi-item-carousel .active > div { display:none; }
	.multi-item-carousel .active > div:first-child { display:block; }
	.multi-item-carousel .active > div:first-child + div { display:block; }
}
@media (max-width: 1350px ) {
	/*
	.multi-item-carousel .carousel-inner .active.left { left: -16.7%; }
	.multi-item-carousel .carousel-inner .next        { left:  16.7%; }
	.multi-item-carousel .carousel-inner .prev		 { left: -16.7%; }	
	*/
    .multi-item-carousel {
      padding: 0 25px 0 35px;
    }
	.multi-item-carousel .carousel-control.left {
      left: 0px;
      right: auto;
    }
	.multi-item-carousel .carousel-control.right {
      left: auto;
      right: 0px;
    }
}


.icon, .icon:hover {
 font-family: 'Roboto', sans-serif;
 font-size: 16px;
 font-weight: 400;
 color: #5a5a5a;
 text-decoration: none;
}

.icon span {
 display: inline-block;
 width: 200px;
 height: 200px;
 position: relative;
 border-radius: 50%;
 border-top: 4px solid rgba(255,255,255,0.4);
 border-bottom: 4px solid rgba(0,0,0,0.15);
 overflow: visible;
background: rgb(237,134,30);
background: -moz-linear-gradient(top,  rgba(237,134,30,1) 0%, rgba(233,106,24,1) 100%);
background: -webkit-linear-gradient(top,  rgba(237,134,30,1) 0%,rgba(233,106,24,1) 100%);
background: linear-gradient(to bottom,  rgba(237,134,30,1) 0%,rgba(233,106,24,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed861e', endColorstr='#e96a18',GradientType=0 );
}

.icon span::after {
 display: block;
 content: "";
 width: 100%;
 height: 100%;
 position: absolute;
 left: 0;
 top: 0;
 background: url('../img/house.svg') center center no-repeat;
 background-size: auto 50%
}

.icon:hover span {
 /*border-radius: 10%;*/
 border:4px solid #ffcc31;
}

.icon span:hover::after {
 /*background-size: 72%;*/
}

.icon.trips span {
background: rgb(4,143,200);
background: -moz-linear-gradient(top,  rgba(4,143,200,1) 0%, rgba(4,113,186,1) 100%);
background: -webkit-linear-gradient(top,  rgba(4,143,200,1) 0%,rgba(4,113,186,1) 100%);
background: linear-gradient(to bottom,  rgba(4,143,200,1) 0%,rgba(4,113,186,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#048fc8', endColorstr='#0471ba',GradientType=0 );
}

.icon.trips span::after {
 background: url('../img/boat.svg') center center no-repeat;
 background-size: auto 58%
}

.icon.trips span:hover::after {
 /*background-size: 60%;*/
}

.icon.services span {
/*
background: rgb(1,166,186);
background: -moz-linear-gradient(top,  rgba(1,166,186,1) 0%, rgba(1,145,163,1) 100%);
background: -webkit-linear-gradient(top,  rgba(1,166,186,1) 0%,rgba(1,145,163,1) 100%);
background: linear-gradient(to bottom,  rgba(1,166,186,1) 0%,rgba(1,145,163,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01a6ba', endColorstr='#0191a3',GradientType=0 );
*/
background: rgb(255,204,49);
background: -moz-linear-gradient(top,  rgba(255,204,49,1) 0%, rgba(251,180,29,1) 100%);
background: -webkit-linear-gradient(top,  rgba(255,204,49,1) 0%,rgba(251,180,29,1) 100%);
background: linear-gradient(to bottom,  rgba(255,204,49,1) 0%,rgba(251,180,29,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcc31', endColorstr='#fbb41d',GradientType=0 );
}

.icon.services span::after {
 background: url('../img/car.svg') center 60% no-repeat;
 background-size: auto 40%
}

.icon.services span:hover::after {
 /*background-size: 57%;*/
}

.icon strong, .blog-post .icon h2 {
 display: block;
 padding-top: 18px;
 padding-bottom: 0px;
 font-family: 'Titillium Web', sans-serif;
 font-size: 30px;
 font-weight: 700;
 color: #eb781b;
}
.blog-post .icon strong {
 display: inline;
 padding-top: 0px;
 font-family: inherit;
 font-size: 16px;
 color: #5a5a5a;
}
.icon.trips strong {
 color: #0480c0;
}
.icon.services strong {
/*
 color: #0191a3;
*/
 color: #fbb41d;
}

.icon .submit-button {
 margin-top: 12px;
 font-size: 14px;
 font-weight: 700;
 color: #303030;
 text-decoration: none;
 background: #fff;
 border-color: #ffcc31
}

.icon .submit-button:hover {
 background: #ffcc31
}

section.help h4 {
	padding-bottom:40px
}
/*.help > div > div:nth-child(4) {
	clear:both
}*/

.icon-pomoc {
 padding:30px;
 font-size: 16px
}

.icon-pomoc span {
 display: inline-block;
 width: 69px;
 height: 65px;
 position: relative;
 background: none;
 overflow: visible
}

.icon-pomoc strong {
 display: block;
 padding-top: 15px;
 padding-bottom: 5px;
 font-size: 22px;
 font-weight: 600
}

.icon-pomoc.marketing span::after {
 display: block;
 content: "";
 width: 100%;
 height: 100%;
 position: absolute;
 left: 0;
 top: 0;
 background: url('../img/marketing.svg') center center no-repeat;
 background-size: 95%
}


.icon-pomoc.cijena span::after {
 display: block;
 content: "";
 width: 100%;
 height: 100%;
 position: absolute;
 left: 0;
 top: 0;
 background: url('../img/cijena.svg') center center no-repeat;
 background-size: 90%
}

.icon-pomoc.rezervacija span::after {
 display: block;
 content: "";
 width: 100%;
 height: 100%;
 position: absolute;
 left: 0;
 top: 0;
 background: url('../img/rezervacija.svg') center center no-repeat;
 background-size: 95%
}

.icon-pomoc.odrzavanje span::after {
 display: block;
 content: "";
 width: 100%;
 height: 100%;
 position: absolute;
 left: 0;
 top: 0;
 background: url('../img/odrzavanje.svg') center center no-repeat;
 background-size: 95%
}

.icon-pomoc.podrska span::after {
 display: block;
 content: "";
 width: 100%;
 height: 100%;
 position: absolute;
 left: 0;
 top: 0;
 background: url('../img/podrska.svg') center center no-repeat;
 background-size: 90%
}

.icon-pomoc.naplata span::after {
 display: block;
 content: "";
 width: 100%;
 height: 100%;
 position: absolute;
 left: 0;
 top: 0;
 background: url('../img/naplata.svg') center center no-repeat;
 background-size: 90%
}
.slider_placeholder{
 margin-bottom: 100px;
 background: url('../img/slider-bg.jpg') center center no-repeat;
}

.carousel-inner > .item {
 min-height:372px;
 margin:0px auto;
 padding:9% 15%;
 font-size:24px;
 font-weight:400;
 color:#fff;
 line-height:36px;
}
/*.carousel-inner > .item:first-child {
 padding:6% 15%;
}*/
.carousel-inner > .item:last-child {
 text-align:center;
 /*font-size:28px;
 font-weight:600;*/
}

.carousel .glyphicon {
  top: 50%;
  margin-top:-22px;
  font-size:44px;
  position: absolute;
  left: 0;
  right: 0;
}



ul.check {
 margin: 50px 0;
}

.check li {
 list-style: none;
 position:relative;
 max-width: 920px;
 margin: 5px auto;
 padding-left:45px;
 padding-bottom: 20px;
 font-size: 22px;
 font-weight: 400;
 color:#303030;
 line-height: 28px;
 text-align: left;
}

.check li::before {
 content: '';
 position:absolute;
 left:0;
 top:-2px;
 display: block;
 height: 25px;
 width: 25px;
 margin: 5px 10px 0 0;
 background-image: url('../img/bullet.svg');
 background-repeat: no-repeat;
 background-position: left center;
}

.outtro .submit-button {
 color: #fff;
 background: #fff;
 border-color: #fff
}

.outro {
 text-align: center;
 color: #303030;
 padding-top: 15%;
}

.outro h1 {
 font-family: 'Titillium Web', sans-serif;
 padding-top: 15px;
 padding-bottom: 5px;
 font-size: 36px;
 font-weight: 400;
 color:#303030;
 line-height:48px;
}

.outro .submit-button {
 margin-top: 15px;
 font-size: 14px;
 font-weight: 600;
 text-decoration: none;
 color: #fff;
 border:2px solid #fff;
}

.outro .submit-button:hover {
 min-width: 220px;
 margin-top: 10px;
 font-size: 18px;
 background: #ffcc31;
 box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.5);
 border: none;
}

footer {
    padding:70px 0; 
 background-color: #ffcc31;
 font-family: 'Titillium Web', sans-serif;
 font-size: 14px;
 font-weight: 400;
 color:#303030;
 line-height: 34px;
}

footer ul {
 margin: 0;
 list-style: none;
 padding: 0;
}

footer a:hover {
 color:#fff;
 text-decoration:none;
}


.send-mail {
    float: left;
    border: none;
    width: 20%;
    height: 30px;
    text-indent:-999px;
    overflow:hidden;
    background:#fff url('../img/letter.png') 85% center no-repeat;
    -o-border-radius: 0;
    -webkit-border-radius:0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.strong {
 font-weight: 700
}
.contact {
}

.contact P {
 line-height: 20px;
}

.subscribe-input {
    float: left;
  padding: 0 20px 0 10px;
  width: 80%;
  height: 30px;
  font-family: 'Titillium Web', sans-serif;
  font-size: 15px;
  color: #444;
  background-color: #fff;
  border: none;
  -o-border-radius: 0;
  -webkit-border-radius:0;
  -moz-border-radius: 0;
  border-radius: 0;
}
ul.social {
    
}
.social li {
    display: inline-block;
    margin: 0 5px 0 0;
}

.social li a {
    outline:none
}

.social img {
    transition: .2s all ease;
    transform: scale(0.8);
}

.social img:hover {
    transform: scale(1);
}

.content .jssocials-shares {
	margin-top:30px;
	margin-bottom:30px;
}
.content .jssocials-share {
	margin: 20px 7% 0 0;
}
.content .jssocials-share:last-child {
	margin: 20px 0 0 0;
}
.content .jssocials-share-link {
	font-family: 'Titillium Web', sans-serif;
	font-size: 18px;
	font-weight:600;
	text-decoration:none;
}



/* Contact form */
#enquiryform ol {
	margin:0;
	padding:0;
}
#enquiryform li {
	list-style:none;
}
#enquiryform li.provjera {
	display:none;
}
#enquiryform label {
	display: block;
	float: left;
	width: 100%;
	margin-top: 20px;
	color: #545454;
	font-size: 15px;
	font-weight: 500;
}
#enquiryform input, #enquiryform textarea {
	display: block;
	float: right;
	width: 100%;
	padding: 4px;
	margin-top: 0px;
	font-family: 'Titillium Web', sans-serif;
	color: #545454;
	font-size: 14px;
	background: #fbfbfb;
	border: 1px solid #d5d5d5;
	/*-moz-border-radius: 3px; -webkit-border-radius: 3px; -khtml-border-radius: 3px; border-radius: 3px;*/
}
#enquiryform textarea {
	height: 150px;
	font-family: 'Titillium Web', sans-serif;
	padding: 4px;
}
#enquiryform input:focus, #enquiryform textarea:focus {
	background: #ffffff;
	border-bottom: 1px solid #aeaeae;
}
#enquiryform .submit {
	float:right;width:100%;height:50px;padding:10px 25px;margin-top:15px;font-size:18px;font-weight:600;font-family: 'Titillium Web', sans-serif;color:#303030;background:#ffcc31;border:none;text-transform:uppercase;
	cursor: pointer;
}
#enquiryform .submit:hover {color:#fff;background:#303030}

.carousel-inner {
    height: 450px;
}

/* Futuro potpis */
.futuro,
.futuro span,
.futuro strong {
 -webkit-transition: all 0.4s ease-in-out;
 -moz-transition: all 0.4s ease-in-out;
 -o-transition: all 0.4s ease-in-out;
 transition: all 0.4s ease-in-out;
}

.futuro {
 display: inline-block;
 position: relative;
 right: 30px;
 top: 12px;
 float: right;
 width: 25px;
 height: 25px;
 color: #fff;
 text-decoration: none;
 overflow: hidden;
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}
.butterfly {
    position: relative;
    min-height: 200px;}

.futuro_logo {
 position: absolute;
 bottom: 15px;
 right:15px;
}

.futuro.right {
 right: auto;
}

.futuro.neutral,
.futuro.neutral:hover {
 text-shadow: 1px 1px #333;
}

.futuro.light,
.futuro.light:hover {
 color: #333;
}

.futuro span {
 display: block;
 width: 24px;
 height: 24px;
 position: absolute;
 z-index: 10;
 background: #1d1d1d url('https://www.futuro.hr/img/potpis/futuro.png') center 5px no-repeat;
 background-size: 18px auto;
 border-radius: 50%;
}

.futuro.neutral.alt span {
 background-color: #666;
}

.futuro.dark.alt span,
.futuro.light.alt span {
 background-color: #999;
}

.futuro.dark.alt2 span {
 background: transparent url('https://www.futuro.hr/img/potpis/futuro2.png') center 0px no-repeat;
 background-size: 26px auto;
}

.futuro.dark.alt2:hover span {
 /*background:#d5261e url('http://www.futuro.hr/img/potpis/futuro.png') center 7px no-repeat;
background-size:14px auto;*/
 background-color: #d5261e;
}

.futuro strong {
 display: block;
 position: absolute;
 top: 4px;
 left: 15px;
 font-size: 12px;
 font-weight: 600;
 line-height: 17px;
 opacity: 0;
}

.futuro.right strong {
 left: -20px;
}

.futuro:hover {
 color: #fff;
 text-decoration: none;
 overflow: visible;
}

.futuro:hover span,
.futuro.alt:hover span {
 background-color: #d5261e;
 border-radius: 6px;
}

.futuro:hover strong {
 left: 30px;
 opacity: 1;
}

.futuro.right:hover strong {
 left: -40px;
}

.nolink {
    opacity: 0.5;
}



.blog-post-nav .panel {
	border-radius: 0px;
	border-color: #ffcc31;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.blog-post-nav .panel-default > .panel-heading {
	background-color: #ffcc31;
	border-color: transparent;
	border-radius: 0px;
}
.blog-post-nav .panel-default > .panel-heading h3 {
	color:#333;
}
.blog-post-nav .list-group-item {
	border:none;
}
.blog-post-nav .list-group-item:first-child,
.blog-post-nav .list-group-item:last-child {
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}
.thumbnail {
	padding: 0;
	border: 1px solid #ffcc31;
	border-radius: 0px;
}



/* Large Devices, Wide Screens */
    @media only screen and (max-width : 1200px) {
        .logo {
            margin-left: 30px;
        }
        .navbar-nav {
            padding: 0;
            float: none;
        }

        .icon span {
            width: 170px;
            height: 170px;
        }
    }

    /* Medium Devices, Desktops */
    @media only screen and (max-width : 992px) {
        .contact {
            padding: 40px 0 0 0;
        }

        .navbar-nav {

            padding: 0;
            
        }
        .submit-button {
            display: block;
            min-width: 175px;
            padding: 12px 15px 10px 15px;
            font-size: 13px;
            text-align: center;
            text-transform: uppercase;
            border: 1px solid #fff;
            width: 30%;
            margin: 0 auto;
        }
        

        .icon span {
            width: 140px;
            height: 140px;
        }
        
        .navbar-default .navbar-nav > li > a.submit-button, .navbar-default .navbar-nav > li > button.submit-button {
          margin-left: 25px;
          padding: 12px 5px 10px 5px;
        }
        .dropdown-menu.booknow {
          left: 25px;
        }
        
    }

    @media only screen and (max-width : 800px) {
        section h3 span {
            display: none;
        }

        .home-blog section h3 {
            display:block;
            min-width: 100%;
            margin:0px -15px;
            
        }
        
        
    }

    /* Small Devices, Tablets */
    @media only screen and (max-width : 767px) {
        
            .nav > li:last-child {
                margin-top: 30px;
            }
            
            .navbar-default .navbar-nav.navbar-lang {
                position:relative;
                margin-top:0;
            }
            .nav.navbar-lang > li:last-child {
                margin-top: 0px;
                z-index: 1;
            }
            .nav.navbar-lang > li {
                display:inline-block;
                float:left;
                margin-top:0;
            }
            .navbar-default .navbar-nav.navbar-lang > li > a {
                margin-top:0;
            }

            .nav > a {
                display: block;
            }

            .navbar-default .navbar-toggle {
                border: none;
                border-radius: 2px;
            }

            section h4 {
                padding-bottom: 40px;
            }

            .navbar-default .navbar-nav {
                padding: 20px 0;
            }

            .navbar-toggle .icon-bar {
                height: 3px;
                border-radius: 2px;
                width: 30px;
            }
            .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
                background-color: rgba(0,0,0,.5);
            }
            .navbar-default .navbar-toggle .icon-bar {
                background-color: rgb(255,204,49);
            }

            .navbar-default .navbar-collapse, .navbar-default .navbar-form {
                margin-top: 10px;
                position: absolute;
                width: 100%;
                z-index: 1;
                text-align: center;
                border: none;
                background-image: url(../img/Header-Rentergo-Zadar.jpg);
                background-position: center -138px;
                border-top: 3px solid rgb(255,204,49);
            }
            
            header .intro .submit-button, #booknow {
             color: #303030;
             background: #ffcc31;
             border-color: #ffcc31
            }
            
            .navbar-default .navbar-collapse::before {
              display:block;
              width:100%;
              height:100%;
              content:"";
              position:absolute;
              top:0;
              bottom:0;
              left:0;
              right:0;
              background:#105598;
              /*
                background: -moz-linear-gradient(top,  rgba(10,80,150,0.2) 0%, rgba(10,80,150,0.37) 15%, rgba(52,119,178,1) 70%, rgba(75,141,193,1) 100%);
                background: -webkit-linear-gradient(top,  rgba(10,80,150,0.2) 0%,rgba(10,80,150,0.37) 15%,rgba(52,119,178,1) 70%,rgba(75,141,193,1) 100%);
                background: linear-gradient(to bottom,  rgba(10,80,150,0.2) 0%,rgba(10,80,150,0.37) 15%,rgba(52,119,178,1) 70%,rgba(75,141,193,1) 100%);
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#330a5096', endColorstr='#4b8dc1',GradientType=0 );
                */
background: -moz-linear-gradient(top,  rgba(75,141,193,0.2) 0%, rgba(75,141,193,0.37) 15%, rgba(33,102,165,1) 70%, rgba(10,80,150,1) 100%);
background: -webkit-linear-gradient(top,  rgba(75,141,193,0.2) 0%,rgba(75,141,193,0.37) 15%,rgba(33,102,165,1) 70%,rgba(10,80,150,1) 100%);
background: linear-gradient(to bottom,  rgba(75,141,193,0.2) 0%,rgba(75,141,193,0.37) 15%,rgba(33,102,165,1) 70%,rgba(10,80,150,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#334b8dc1', endColorstr='#0a5096',GradientType=0 );

            }

            .navbar-default .navbar-nav > li > a {
                /*padding: 10px 0;
                margin: 10px 0;*/
                display: inline-block;
            }


         .logo {
            margin-left: 20px;
        }
        .navbar-default .navbar-nav > li > a.submit-button,
		.navbar-default .navbar-nav > li > button.submit-button {
            margin: 0 auto;

        }
        .navbar-default .navbar-collapse, .navbar-default .navbar-form {
            margin-top: 10px;
        }
        
        header {
            min-height: 550px;
            max-height:none;
        }
        .parallax-mirror {
            max-height:700px;
        }
        section.intro-trio {
        	margin-top: 320px;
        	margin-bottom: -320px;
        }

        header .intro h1 {
          font-size: 40px;
        }
        
        section h3 span{
            display: none;
        }
        ul {
            padding: 0;
            
        }
        section .check li {
            font-size: 18px;
        }

        .icon {
            display:block;
            padding-top: 0;
            padding-bottom: 50px;
        }

        .icon span {
            width: 70px;
            height: 70px;
            border-top:none;
            border-bottom:none;
        }
        .icon span::after, .icon.trips span::after {
            background-size:auto 70%;
        }
        .icon.services span::after {
            background-size:auto 55%;
        }
        .icon strong {
          padding-top: 0px;
        }
        
        .multi-item-carousel.fake-carousel {
          padding: 0px;
        }
        .multi-item-carousel.fake-carousel .carousel-inner > .item a {
          min-height:inherit;
          margin:15px -15px 30px -15px;
        }
        
            .home-blog section.life {
                margin-top:-30px;
            }
            .sub-page .blog-post .icon ul, .sub-page .blog-post .icon ol,
            .trip ul, .trip ol {
            	padding-left: 30px;
            }
        
    
        
    }

    @media only screen and (max-width : 500px) { 
            .clear-icon {
                width: 100%;
                text-align: center;
            }

            .social {
                margin-bottom: 40px;
            }

            .carousel-inner > .item {
            font-size: 20px;
            line-height: 28px;
        }

            .futuro_logo {
                bottom: 0;
                margin: 0 auto;
            }

            .contact {
                margin-bottom: 80px;
            }
            footer {
                padding: 40px 0;
            }
            
            
        }

    /* Extra Small Devices, Phones */
    @media only screen and (max-width : 480px) {
        .navbar-nav {
            width: 100%;
            padding: 0;
            float: none;
        }
        ul.navbar-nav {
            width: 80%;
            margin:0 auto;
        }
        .navbar-default .navbar-nav > li > a,
		.navbar-default .navbar-nav > li > button {
            margin-left: 0;
        }
        .navbar-default .navbar-nav > li > a.submit-button,
		.navbar-default .navbar-nav > li > button.submit-button {
            margin: 0 auto;
            width: 50%;
        }
        .submit-button {
            display: block;
            min-width: 200px;
            padding: 12px 15px 10px 15px;
            font-size: 13px;
            text-align: center;
            text-transform: uppercase;
            border: 1px solid #fff;
            margin: 0 auto;
            width: 100%;
        }
        
        header .intro h2 {
          font-size: 18px;
          line-height: 26px;
        }
        

        
    }

    @media only screen and (max-width : 360px) {
            .carousel-inner > .item {
            font-size: 18px;
            line-height: 26px;
        }

        .outro h1{
            font-size: 32px;
        }

        header .intro h1 {
                font-size: 36px;
            }
            
        header .intro h2 {
          font-size: 17px;
          line-height: 24px;
        }

        section h3 {
            font-size: 28px;
        }
    }

    /* Custom, iPhone Retina */
    @media only screen and (max-width : 320px) {


        .carousel-inner > .item {
            font-size: 18px;
            line-height: 26px;
        }
        
        ul.check {
            margin: 0 0 0 0;
        }
        section {
            padding-bottom: 10px;
        }
        section.intro-trio {
          padding-bottom: 60px;
        }
        section .check li {
            font-size: 16px;
        }
        .navbar-default .navbar-nav > li > a.submit-button,
		.navbar-default .navbar-nav > li > button.submit-button {
            margin:0 auto;
            width: 50%
        }
        .navbar-default .navbar-nav > li > a,
		.navbar-default .navbar-nav > li > button {
            margin-left: 0;
        }
        ul.navbar-nav{
            width: 100%;
            padding: 0;
            float: none;
        }
        .nav > li {
            margin:0;
        }
        .logo img {
             /*width: 30%;*/
        }
    }


/* auto clear */

@media (min-width:1200px){
    .auto-clear .col-lg-1:nth-child(12n+1){clear:left;}
    .auto-clear .col-lg-2:nth-child(6n+1){clear:left;}
    .auto-clear .col-lg-3:nth-child(4n+1){clear:left;}
    .auto-clear .col-lg-4:nth-child(3n+1){clear:left;}
    .auto-clear .col-lg-6:nth-child(odd){clear:left;}
}
@media (min-width:992px) and (max-width:1199px){
    .auto-clear .col-md-1:nth-child(12n+1){clear:left;}
    .auto-clear .col-md-2:nth-child(6n+1){clear:left;}
    .auto-clear .col-md-3:nth-child(4n+1){clear:left;}
    .auto-clear .col-md-4:nth-child(3n+1){clear:left;}
    .auto-clear .col-md-6:nth-child(odd){clear:left;}
}
@media (min-width:768px) and (max-width:991px){
    .auto-clear .col-sm-1:nth-child(12n+1){clear:left;}
    .auto-clear .col-sm-2:nth-child(6n+1){clear:left;}
    .auto-clear .col-sm-3:nth-child(4n+1){clear:left;}
    .auto-clear .col-sm-4:nth-child(3n+1){clear:left;}
    .auto-clear .col-sm-6:nth-child(odd){clear:left;}
}
@media (max-width:767px){
    .auto-clear .col-xs-1:nth-child(12n+1){clear:left;}
    .auto-clear .col-xs-2:nth-child(6n+1){clear:left;}
    .auto-clear .col-xs-3:nth-child(4n+1){clear:left;}
    .auto-clear .col-xs-4:nth-child(3n+1){clear:left;}
    .auto-clear .col-xs-6:nth-child(odd){clear:left;}
}




