#sitemap ul { list-style: none; padding-left: 30px; }

.mh-220 { min-height: 220px !important }

.shortdescription {
  color: #103C6B;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
}  

.deal-content h1 {
  color: #103C6B;
}

.departure-item {
    position: relative;
}

.topright {
  position: absolute;
  top: 0;
  right: 0;
  margin: 1px; 
  z-index: 10; 
}

.img-circle{border-radius:50%}

.blink_me { animation: blinker 1s linear infinite; }
@keyframes blinker { 
  50% { opacity: 0; }
}


.shadowed-text {
  color: white;
  /* text-shadow: 5px 5px 7px rgba(0, 0, 0, 1); */
  
  text-shadow:
    0 0 3px #000,
    0 0 6px #000,
    2px 2px 8px rgba(0, 0, 0, 0.9);
}

.moreshadowed-text {
  color: white;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 1);
  background-color: rgba(0, 0, 0, 0.3);
  padding: 4px 8px;
  border-radius: 4px;
  display: inline-block;
}

.outlined-text {
  color: white;
  -webkit-text-stroke: 1px #eee;
}

.safe-text {
  color: white;
  text-shadow: 1px 1px 4px black;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 4px 8px;
  display: inline-block;
  border-radius: 3px;
}

.text-overlay-box {
  color: white;
  background-color: rgba(0, 0, 0, 0.5); /* crna sa 50% providnosti */
  padding: 5px 10px;
  display: inline-block;
  border-radius: 5px;
}

.deal-content h2 {
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  color: #103C6B;
}

.tab-pane .description, .description {
  font-size: 17px;
  /* font-weight: 400; */
  line-height: 24px;
  
  /*
    text-align: justify;
    text-justify: inter-word; 
  */
}  


.tab-pane .description img {
  /* width: 100%; */
  display: block;
  height: auto;
  margin: 15px auto; 
}

.aligncenter {
  display: block;
  height: auto;
  margin: 15px auto !important;
  border: 1px solid #ccc;
  padding: 1em;
}

.aligncenter:after {
  margin: 15px 0.5em !important;
}

img.alignnone {
  display: block;
  height: auto;
  margin: 15px auto !important;
  border: 1px solid #ccc !important;
  padding: 1em;
}

[class^="wp-image-"] {
  display: block;
  height: auto;
  margin: 15px auto !important;
  border: 1px solid #ccc;
  padding: 1em;
}

.tab-pane .description ul, .tab-pane .description ol, .tab-pane .description ul.custom-list {
  list-style-type: square !important;
  padding-left: 30px;
}

.tab-pane .description ol {
  list-style-type: decimal !important;
}


.regular-price {
  text-align: right;
  line-height: 30px;
}


.pricelist {
  display: block;
  border: 3px solid #003F74;
  padding: 1em;
  font-size: 14px;
}

.pricelist label {
  font-size: 20px;
  font-weight: bold;
  color: #003F74;
  padding: 0;
  margin: 0;
}

.pricelist h4 {
  background-color: #003F74;
  color: #ffffff;
  padding: 0.5em 1em;
}

.pricelist small {
  font-size: 15px !important;
  margin: 0;
  padding: 0;
}





.mt-1 { margin-top: 8px }
.mt-2 { margin-top: 16px }
.mt-3 { margin-top: 24px }
.mt-4 { margin-top: 32px }

.mb-1 { margin-bottom: 8px }
.mb-2 { margin-bottom: 16px }
.mb-3 { margin-bottom: 24px }
.mb-4 { margin-bottom: 32px }

.img-responsive { width: 100% }

.description ul, .description ol, .description ul.custom-list {
  list-style-type: square !important;
  padding-left: 30px;
}

.description ol { padding-left: 30px; }

.pad-20 { padding: 20px }
.mBot-10 { margin-bottom: 10px; }

.img-size { height: 270px }

body {
    font-family: 'Jost';
}


.modal-dialog.modal-xl-custom {
  max-width: 1200px;
}

.modaldescription {
  color: #103C6B;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
}  

.dataprice {
  padding: 15px;
  margin-top: 20px;
  background-color: #003F74;
  color: #ffffff;
  font-size: 25px;
  font-weight: 600;
  /* border: 2px solid #cc0000; */
}

.datatripbadge {
  display: block;
  padding: 5px 3px;
  margin: 3px 0 !important;
  border: 1px solid #103C6B;
  border-radius: 10px !important; 
  width: 98%;
}  

.datatripbadge span {
  font-size: 10px;
  color: #000000;
  text-transform: uppercase;
}









.hr-innertitle { margin: 30px 0 0; }


.hr-title {
    display: flex;
    align-items: center; /* Poravnava tekst i liniju po sredini */
    font-size: 20px; /* velicina teksta */
    font-weight: bold; /* Podebljan tekst */
    font-style: italic;
    color: #103C6B; /* Boja teksta */
    margin-top: 25px;
    margin-bottom: 15px;
}

.hr-title::after {
    content: ""; /* Prazan sadrzaj koji ce biti linija */
    flex-grow: 1; /* Prosiruje liniju da zauzme preostali prostor */
    height: 1px; /* Debljina linije */
    background-color: #103C6B; /* Boja linije */
    margin-left: 10px; /* Razmak izmedju teksta i linije */
    z-index: 0;
}


.tripbadge {
  display: block;
  padding: 5px 3px;
  margin: 3px 0 !important;
  border: 1px solid #103C6B;
  border-radius: 10px !important; 
  width: 98%;
}  

.tripbadge span {
  color: #000000;
  text-transform: uppercase;
}

.custom-gutter > [class^="col-"] {
  padding-left: 3px;
  padding-right: 3px;
}



.text-orange { color: #ff6600; }

.border-top { 
  border-top: 1px solid #f7f7f7;  
  padding-top: 5px;
}

.advance-search h4 {
  padding: 1em 0 0.2em 0.9em;
  border-bottom: 1px solid #f7f7f7;
}

.deal-entry img { max-height: 270px }
.deal-entry .title { min-height: 115px }
.deal-entry .entry-content { min-height: 185px }


/* COUNTDOWN */

footer .countdown .ti-timer { font-size: 20px; }


/* OPSTA DEFINICIJA ZA STRANICE SA TEKSTUALNIM SADRZAJEM  */
.pagecontent ul li {
  list-style-type: square;
  margin-left: 35px;
}


.top-bar a { 
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;

  color: #00cc00; 
}

.top-bar a:hover {
  color: #ffffff; 

}


.profil-title { display: block; border-bottom: 1px solid #55518a; padding-bottom: 10px }
.profil-title h2 { font-size: 30px; color: #55518a; margin: 0; padding: 0 }
.profil-title h4 { color: #55518a; margin: 0; padding: 0  }
.profil-title .glyphicon { float: left; font-size: 35px; padding-right: 10px; }


.minpageheight { min-height: 500px !important; }

.faqs .panel-heading {
  min-height: 30px !important;
}


/* PRICE SLIDER */
.slider-title {
  text-align: center;
  font-weight: 300;
  line-height: 1.2em;
  font-size: 0.8em;
}

.slider-labels .caption {
  font-weight: 300;
  font-size: 0.9em;
}


.terms-and-conditions .logo {
  text-align: left;
}

.terms-and-conditions .logo img {
  max-width: 300px;
  margin-bottom: 2em;
}




.companydata {
  padding-top: 5px;
  padding-left: 15px;  
}

.companydata h4 {
  color: #A4005A;
  margin-top: 0;
}

.companydata .address {
  font-size: 0.9em;
}

.companydata ul li.bold {
  font-size: 1.2em;
  font-weight: 500;
  font-style: italic;
}

.companydata ul li.space {
  margin-top: 1em;
}

.companydata .mapa {
  padding-left: 0;
}

.companydata .description {
  padding-top: 0.8em;
}

.companydata .partner-description {
  padding-left: 0;
  padding-top: 1.2em;
}

.companydata p {
  margin-top: 0;
  margin-bottom: 0.9em;
}



.logincard label {
  width: 100%;
  text-align: center;
}

.logincard .data-points {
  margin-top: 0.5em;
  font-size: 3em;
  color: #0075BE;
  text-align: center;
}

.logincard .forgot {
  min-height: 325px;

}




/* Offer Rating */
.rating-offer ul li { 
  display: inline-block;color: #F0F0F0;text-shadow: 0 0 1px #666666;font-size:30px;
}
.rating-offer .highlight, .rating-offer .selected {
  color:#F4B30A;text-shadow: 0 0 1px #F48F0A;
}



.deal-entry {
  position: relative;
  display: block;
}  

.deal-entry .dropdown:hover .dropdown-menu {
  display: block;
  /* background-color: #A4005A; */
}

.deal-entry .offer-menu {
    position: absolute;
    top: 8px;
    left: 8px;
    z-index: 99;
    min-height: 35px;
    min-width: 35px;
    text-transform: uppercase;
    
    /*
    text-align: center;
    font-weight: 700;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 12px;
    color: #fff!important;
    line-height: 24px;
    padding: 15px 0 0 0;
    box-shadow: 0 1px 3px 0 rgba(160, 158, 169, 0), 0 1px 2px 0 rgba(140, 139, 152, 0.13);
    */
}

.deal-entry .offer-menu a {
  color: #0075BE;
}

.deal-entry .offer-menu ul.dropdown-menu {
  background-color: #0075BE;
  position: absolute;
  top: 28px;
  z-index: 99999;
}

.deal-entry .offer-menu ul.dropdown-menu li {
  background-color: #0075BE;
}

.deal-entry .offer-menu ul.dropdown-menu li a {
  color: #ffffff;
}

.deal-entry .offer-menu ul.dropdown-menu li a:hover {
  background-color: #A4005A;
}  




.redborder {
  border: 1px solid #cc0000 !important;
}





/* FILTER TAGOVI */ 

.filter .badge {
  padding: 8px;
}

.filter .badge a {
  margin-left: 8px;
  color: #ffffff;
}

.filter .badge a:hover {
  color: #ffc107;
}

.btn-filter {
  
}

.card-filter {
  margin-top: 1em;
  border: 1px solid #f7f7f7;
}

.card {
/*	height: 10px; */
	/*  width: 310px; */
	box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);
	background-color: #fff;
	border-radius: 8px;
	overflow: hidden;
	position: relative;
	cursor: pointer
}

.card:hover {
  border: 1px solid #103C6B;
}


.badge {
	font-size:100%;
	font-weight:500;
	font-family: 'Jost', sans-serif;
}
.loyal span {
	font-size:85%;
	font-weight:700;
	font-family: 'Jost', sans-serif;
}
.hr-kat {
    border-bottom: 2px solid #ffbf1d;
}
.color-price, .color-blue {
  color:#003f74;
}

.hr-kat-wrap {
  position: relative;
  padding-bottom: 10px;
  border-bottom: 2px solid #ffbf1d;
}

.hr-kat-button {
  position: absolute;
  right: 0;
  top: 0;
  background: #ffbf1d; 
  color: #003f74; 
  font-size: 16px;
  font-weight: bold;
}


@media (max-width: 768px) {
  .hr-kat-button {
    top: -5px;
    font-size: 14px;
  }
}




.color-prime {
	background-color: #003f74;
}
.Card-blog .card-body {
  background-color: #fff;
}

.Card-blog .card-body .naslov {
  text-align: center;
  font-size: 1.25rem;
  font-weight: 600;
}

.last-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 20px;
  color:#636363;
}

.last-section .last-div {
  min-height: 1em;
}

.last-section .mini-calendar {
  min-height: 3.5em;
}

.wrapper-prg .card {
  min-height: 400px;
}

.wrapper-prg {
	/* padding: 5px; */
	margin: 0 auto;
	max-width: 100em;
}
.wrapper-prg a:hover {
  color: #000000;        /* #ff6600; */
  text-decoration: none;
}


.top-div {
  position: relative;
}

.top-div img {
	width: 100%;
	height: 100%;
	object-fit: cover
}


.badges-overlay {
  position: absolute;
  top: 7px;
  left: 7px;
  display: flex;
  gap: 5px; /* razmak izmedju bedzeva */
  z-index: 10;
}

.badges-overlay span {
  height: 28px;
  width: 110px;
  /* background-color: #103C6B; */
  color: #fff;
  border-radius: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
}

.font-20 {
  height: 38px !important;
  width: 160px !important;
  font-size: 20px !important;
}






/*
.top-div span {
	height: 28px;
	width: 110px;
	background-color: #103C6B;
	color: #fff;
	position: absolute;
	top: 7px;
	left: 1px;
	border-radius: 2px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 13px
}
*/

.bottom-div {
	display: flex;
	flex-direction: column;
	padding: 20px 5px 0 20px;
	min-height: 5em;
}
/*
.dat-flex {
	display:flex;
}
*/
.bottom-div p {
	font-size: 13px;
	color: #A89495
}
.loy {
	background-color: #103C6B;
	color:white
}
.bod {
	color: #ffbf1d;
	font-size: 20px;
    text-align: center;
    padding: 7px;
}

.top-put {
	height: 48px;
	width: 15px;
	color: #fff;
	position: absolute;
	top: 5px;
	right: 10px;
	border-radius: 4px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 18px
}
.carousel-control-next {
	background-color: transparent;
	border:0px
	}
.carousel-control-prev {
	background-color: transparent;
	border:0px
}	
.color-carosel {
	color: white;
    font-size: 26px;
}
.color-carosel-p {
	color: white;
    font-size: 16px;
}	
.card hr {
	 margin-bottom: 0.4rem;
}

.item-offer {
  position: relative;
  display: block;  
}  

.item-offer .deal-entry {
  z-index: 0;
}


/*  Call to Action */

.c2a1 {
  position: relative;
  display: block;
  z-index: -1;
  
  margin-top: 2em;
  color: #8d97ad;
  font-weight: 300;
  background-position: center top;
  background-size: cover;
  background-attachment: fixed;
}

.c2a1 h1, .c2a1 h2, .c2a1 h3, .c2a1 h4, .c2a1 h5, .c2a1 h6 {
  color: #3e4555;
}

.c2a1 .op-8 {
  opacity: 0.8;
}

.c2a1 .font-weight-medium {
  font-weight: 500;
}

.c2a1 .btn-danger-gradiant {
  background: #ff4d7e;
  background: -webkit-linear-gradient(legacy-direction(to right), #ff4d7e 0%, #ff6a5b 100%);
  background: -webkit-gradient(linear, left top, right top, from(#ff4d7e), to(#ff6a5b));
  background: -webkit-linear-gradient(left, #ff4d7e 0%, #ff6a5b 100%);
  background: -o-linear-gradient(left, #ff4d7e 0%, #ff6a5b 100%);
  background: linear-gradient(to right, #ff4d7e 0%, #ff6a5b 100%);
}

 .c2a1 .btn-danger-gradiant:hover {
  background: #ff6a5b;
  background: -webkit-linear-gradient(legacy-direction(to right), #ff6a5b 0%, #ff4d7e 100%);
  background: -webkit-gradient(linear, left top, right top, from(#ff6a5b), to(#ff4d7e));
  background: -webkit-linear-gradient(left, #ff6a5b 0%, #ff4d7e 100%);
  background: -o-linear-gradient(left, #ff6a5b 0%, #ff4d7e 100%);
  background: linear-gradient(to right, #ff6a5b 0%, #ff4d7e 100%);
}

.c2a1 .btn-md {
    padding: 15px 45px;
    font-size: 16px;
}

.c2a1 .text-cta {
  font-size: 24px;
  font-weight: bold;
  color: #FBBC05;
}



.c2a1 .btn-rose {
  position: relative;
  background-color: #0075BE;
}




/* GALERIJA */

.gallery {
  width: 1024px;
  border: 1px solid #eeeeee;
  padding: 1em;
}





/*
.dropbtn {
  background-color: #04AA6D;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 9999999;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {background-color: #ddd;}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {background-color: #3e8e41;}
*/

/*HYPER LINK*/
a:hover{
	
}
a, a:focus , a:hover{ 
  text-decoration: none;
  color: #103C6B;
}
 a:hover, .btn{
	outline:none!important;
}

/*ROUNDED CORNER*/

.mg-2, .mg-4{
	margin-left:-20px;
}
.linkfeat{
	background: rgba(76,76,76,0);
	background: -moz-linear-gradient(top, rgba(76,76,76,0) 0%, rgba(48,48,48,0) 49%, rgba(19,19,19,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(76,76,76,0)), color-stop(49%, rgba(48,48,48,0)), color-stop(100%, rgba(19,19,19,1)));
	background: -webkit-linear-gradient(top, rgba(76,76,76,0) 0%, rgba(48,48,48,0) 49%, rgba(19,19,19,1) 100%);
	background: -o-linear-gradient(top, rgba(76,76,76,0) 0%, rgba(48,48,48,0) 49%, rgba(19,19,19,1) 100%);
	background: -ms-linear-gradient(top, rgba(76,76,76,0) 0%, rgba(48,48,48,0) 49%, rgba(19,19,19,1) 100%);
	background: linear-gradient(to bottom, rgba(76,76,76,0) 0%, rgba(48,48,48,0) 49%, rgba(19,19,19,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313', GradientType=0 );
}
.card-kategorije {
color:#fff;
}

.top-search {
	padding: 5px 0;
	background-color: black;
/*	display: none */
}

.top-search input.form-control {
	background-color: transparent;
	border: none;
	-moz-box-shadow: 0px 0px 0px;
	-webkit-box-shadow: 0px 0px 0px;
	-o-box-shadow: 0px 0px 0px;
	box-shadow: 0px 0px 0px;
	color: #fff;
	height: 40px
}

.top-search .fa-search {
	    background-color: black;
}

.top-search input.form-control::placeholder {
/*	color: #f1f1f1; */
/*	opacity: 1 */
}

.top-search input.form-control::-ms-input-placeholder, .top-search input.form-control::-moz-input-placeholder
	{
	color: #f1f1f1
}

.top-search .input-group-addon {
	background-color: transparent;
	border: none;
	color: #fff;
	padding-left: 0;
	padding-right: 0;
	line-height: 36px;
	font-size: 16px
}

.top-search .input-group-addon.close-search {
	cursor: pointer
}
.attr-nav>ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block;
    vertical-align: top; 
}


.cta-100 {
  padding-top: 30px;
}
.col-md-4{
    padding-bottom:20px;
}

.white {
  color: #fff !important;
}
.mt{float: left;margin-top: -20px;padding-top: 20px;}
.bg-blue-ui {
  background-color: #708198 !important;
}
figure img{width:300px;}

#blogCarousel {
  padding-bottom: 50px;
}

.blog .carousel-indicators {
  left: 0;
 /* top: -50px;
  height: 50%; */
}


/* The colour of the indicators */

.blog .carousel-indicators li {
  background: #708198;
  border-radius: 50%;
  width: 8px;
  height: 8px;
}

.blog .carousel-indicators .active {
  background: #103c6b;
}




.item-carousel-blog-block {
  outline: medium none;
  padding: 15px;
}

.item-box-blog {
  border: 1px solid #dadada;
  text-align: center;
  z-index: 4;
  padding: 20px;
  background-color: #f9f9f9;
}

.item-box-blog-image {
  position: relative;
}

.item-box-blog-image figure img {
  width: 100%;
  height: auto;
}

.item-box-blog-date {
  position: absolute;
  z-index: 5;
  padding: 4px 20px;
  top: -20px;
  right: 8px;
  background-color: #41cb52;
}

.item-box-blog-date span {
  color: #fff;
  display: block;
  text-align: center;
  line-height: 1.2;
}

.item-box-blog-date span.mon {
  font-size: 18px;
}

.item-box-blog-date span.day {
  font-size: 16px;
}

.item-box-blog-body {
  padding: 10px;
}

.item-heading-blog a h5 {
  margin: 0;
  line-height: 1;
  text-decoration:none;
  transition: color 0.3s;
}

.item-box-blog-heading a {
    text-decoration: none;
}

.item-box-blog-data p {
  font-size: 13px;
}

.item-box-blog-data p i {
  font-size: 12px;
}

.item-box-blog-text {
  max-height: 100px;
  overflow: hidden;
}

.mt-10 {
  float: left;
  margin-top: -10px;
  padding-top: 10px;
}

.btn.bg-blue-ui.white.read {
  cursor: pointer;
  padding: 4px 20px;
  float: left;
  margin-top: 10px;
}

.btn.bg-blue-ui.white.read:hover {
  box-shadow: 0px 5px 15px inset #4d5f77;
}


        /* search start  */

        .search-inline {
            width: 100%;
            left: 0;
            padding-left: 15px;
            padding-right: 15px;
            top: 0;
            height: 100%;
            position: absolute;
            opacity: 0;
            visibility: hidden;
            background-color: #efefef;
            z-index: 9;
            transition: all .5s ease-in-out;
        }

        .search-inline.search-visible {
            opacity: 1;
            visibility: visible;
            animation: fadeInDown 0.4s ease-in-out;
        }

        .search-inline button[type="submit"] {
            position: absolute;
            right: 52px;
            top: 0;
            background-color: transparent;
            border: 0px;
            top: 0;
            right: 80px;
            padding: 0px;
            cursor: pointer;
            width: 80px;
            height: 99%;
            background: #222;
            color: #fff;
        }

        .search-inline .form-control {
            border: 0px;
            padding-left: 0;
            font-size: 2rem;
            position: absolute;
            left: 1%;
            top: 0;
            height: 100%;
            width: 99%;
            font-family: "Montserrat", sans-serif;
            font-weight: 700;
            outline: none;
        }

        .search-inline .search-close {
            position: absolute;
            top: 0;
            right: 0;
            color: #616161;
            width: 80px;
            height: 100%;
            text-align: center;
            display: table;
            background: #efefef;
            text-decoration: none;
        }

        .search-inline .search-close i {
            display: table-cell;
            vertical-align: middle;
        }

        .form-control {
            display: block;
            width: 100%;
            padding: .375rem .75rem;
            font-size: 1rem;
            line-height: 1.5;
            color: #495057;
            background-color: #efefef;
            background-clip: padding-box;
            border: 1px solid #efefef;
            border-radius: .25rem;
            transition: border-color .3s ease-in-out, box-shadow .3s ease-in-out;
        }

        @keyframes fadeInDown {
            from {
                opacity: 0;
                transform: translate3d(0, -20%, 0);
            }
            to {
                opacity: 1;
                transform: translate3d(0, 0, 0);
            }
        }
.search {
/*  position: absolute;  */
  top: 40%;
  left: 10%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
.search * {
  outline: none;
  box-sizing: border-box;
}
.search__wrapper {
  position: relative;
}
.search__field {
  width: 50px;
  height: 50px;
  color: transparent;
  font-family: Lato, sans-serif;
  font-size: 1.35em;
/*  padding: 0.35em 50px 0.35em 0; */
  border: 1px solid transparent;
  border-radius: 0;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.search__field:focus {
  border-bottom-color: #ccc;
  width: 50vw;
  color: #2b2b2b;
  cursor: default;
}
.search__field:focus ~ .search__icon {
  background-color: transparent;
  cursor: pointer;
  pointer-events: auto;
}
.search__icon {
  position: absolute;
  top: 0;
  right: 0;
/*  background-color: #103C6B;  */
  color:#DBDBE5;
  width: 50px;
  height: 50px;
  font-size: 1.35em;
  text-align: center;
  border-color: transparent;
  border-radius: 50%;
  pointer-events: none;
  display: inline-block;
  transition: background-color 0.2s ease-in-out;
}
.search__field::-webkit-input-placeholder {
  position: relative;
  top: 0;
  left: 0;
  transition-property: top, color;
  transition-duration: .1s;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  perspective: 1000;
}
.search__field:-moz-placeholder {
  position: relative;
  top: 0;
  left: 0;
  transition-property: top, color;
  transition-duration: .1s;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  perspective: 1000;
}
.search__field::-moz-placeholder {
  position: relative;
  top: 0;
  left: 0;
  transition-property: top, color;
  transition-duration: .1s;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  perspective: 1000;
}
.search__field:-ms-input-placeholder {
  position: relative;
  top: 0;
  left: 0;
  transition-property: top, color;
  transition-duration: .1s;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  perspective: 1000;
}
.search__field::-webkit-input-placeholder[style*=hidden] {
  color: #83b0c1;
  font-size: .65em;
  font-weight: normal;
  top: -20px;
  opacity: 1;
  visibility: visible !important;
}
.search__field:-moz-placeholder[style*=hidden] {
  color: #83b0c1;
  font-size: .65em;
  font-weight: normal;
  top: -20px;
  opacity: 1;
  visibility: visible !important;
}
.search__field::-moz-placeholder[style*=hidden] {
  color: #83b0c1;
  font-size: .65em;
  font-weight: normal;
  top: -20px;
  opacity: 1;
  visibility: visible !important;
}
.search__field:-ms-input-placeholder[style*=hidden] {
  color: #83b0c1;
  font-size: .65em;
  font-weight: normal;
  top: -20px;
  opacity: 1;
  visibility: visible !important;
}

.cal-date {
	padding-top: 11px;
	color: #DBDBE5;
	font-size: 16px;
	    padding-left: 5px;
}
.prof-icon {
	color: #DBDBE5;
	font-size: 16px;
}
/* Ion.RangeSlider
// css version 2.0.3
// Â© 2013-2014 Denis Ineshin | IonDen.com
// ===================================================================================================================*/

/* =====================================================================================================================
// RangeSlider */

.irs {
    position: relative; display: block;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
     -khtml-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}
    .irs-line {
        position: relative; display: block;
        overflow: hidden;
        outline: none !important;
    }
        .irs-line-left, .irs-line-mid, .irs-line-right {
            position: absolute; display: block;
            top: 0;
        }
        .irs-line-left {
            left: 0; width: 11%;
        }
        .irs-line-mid {
            left: 9%; width: 82%;
        }
        .irs-line-right {
            right: 0; width: 11%;
        }

    .irs-bar {
        position: absolute; display: block;
        left: 0; width: 0;
    }
        .irs-bar-edge {
            position: absolute; display: block;
            top: 0; left: 0;
        }

    .irs-shadow {
        position: absolute; display: none;
        left: 0; width: 0;
    }

    .irs-slider {
        position: absolute; display: block;
        cursor: default;
        z-index: 1;
        border-radius: 27px !important;
        height: 15px;
        width: 15px;
    }
        .irs-slider.single {

        }
        .irs-slider.from {

        }
        .irs-slider.to {

        }
        .irs-slider.type_last {
            z-index: 2;
        }

    .irs-min {
        position: absolute; display: block;
        left: 0;
        cursor: default;
    }
    .irs-max {
        position: absolute; display: block;
        right: 0;
        cursor: default;
    }

    .irs-from, .irs-to, .irs-single {
        position: absolute; display: block;
        top: 0; left: 0;
        cursor: default;
        white-space: nowrap;
    }

.irs-grid {
    position: absolute; display: none;
    bottom: 0; left: 0;
    width: 100%; height: 20px;
}
.irs-with-grid .irs-grid {
    display: block;
}
    .irs-grid-pol {
        position: absolute;
        top: 0; left: 0;
        width: 1px; height: 8px;
        background: #000;
    }
    .irs-grid-pol.small {
        height: 4px;
    }
    .irs-grid-text {
        position: absolute;
        bottom: 0; left: 0;
        white-space: nowrap;
        text-align: center;
        font-size: 9px; line-height: 9px;
        padding: 0 3px;
        color: #000;
    }

.irs-disable-mask {
    position: absolute; display: block;
    top: 0; left: -1%;
    width: 102%; height: 100%;
    cursor: default;
    background: rgba(0,0,0,0.0);
    z-index: 2;
}
.lt-ie9 .irs-disable-mask {
    background: #000;
    filter: alpha(opacity=0);
    cursor: not-allowed;
}

.irs-disabled {
    opacity: 0.4;
}


.irs-hidden-input {
    position: absolute !important;
    display: block !important;
    top: 0 !important;
    left: 0 !important;
    width: 0 !important;
    height: 0 !important;
    font-size: 0 !important;
    line-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    outline: none !important;
    z-index: -9999 !important;
    background: none !important;
    border-style: solid !important;
    border-color: transparent !important;
}


/* Ion.RangeSlider, Simple Skin
// css version 2.0.3
// Â© Denis Ineshin, 2014    https://github.com/IonDen
// Â© guybowden, 2014        https://github.com/guybowden
// ===================================================================================================================*/

/* =====================================================================================================================
// Skin details */

.irs {
    height: 65px;
}
.irs-with-grid {
    height: 75px;
}
.irs-line {
    height: 10px; top: 33px;
    background: #EEE;
    background: linear-gradient(to bottom, #DDD -50%, #FFF 150%); /* W3C */
    border: 1px solid #CCC;
    border-radius: 16px;
    -moz-border-radius: 16px;
}
    .irs-line-left {
        height: 8px;
    }
    .irs-line-mid {
        height: 8px;
    }
    .irs-line-right {
        height: 8px;
    }

.irs-bar {
    height: 10px; top: 33px;
    border-top: 1px solid #428bca;
    border-bottom: 1px solid #428bca;
    background: #428bca;
    background: linear-gradient(to top, rgba(66,139,202,1) 0%,rgba(127,195,232,1) 100%); /* W3C */
}
    .irs-bar-edge {
        height: 10px; top: 33px;
        width: 14px;
        border: 1px solid #428bca;
        border-right: 0;
        background: #428bca;
        background: linear-gradient(to top, rgba(66,139,202,1) 0%,rgba(127,195,232,1) 100%); /* W3C */
        border-radius: 16px 0 0 16px;
        -moz-border-radius: 16px 0 0 16px;
    }

.irs-shadow {
    height: 2px; top: 38px;
    background: #000;
    opacity: 0.3;
    border-radius: 5px;
    -moz-border-radius: 5px;
}
.lt-ie9 .irs-shadow {
    filter: alpha(opacity=30);
}

.irs-slider {
    top: 27px;
    width: 20px;
    height: 20px;
    border: 1px solid #AAA;
    background: #DDD;
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(220,220,220,1) 20%,rgba(255,255,255,1) 100%); /* W3C */
    border-radius: 27px;
    -moz-border-radius: 27px;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
    cursor: pointer;
}

.irs-slider.state_hover, .irs-slider:hover {
    background: #FFF;
}

.irs-min, .irs-max {
    color: #333;
    font-size: 12px; line-height: 1.333;
    text-shadow: none;
    top: 0;
    padding: 1px 5px;
    background: rgba(0,0,0,0.1);
    border-radius: 3px;
    -moz-border-radius: 3px;
}

.lt-ie9 .irs-min, .lt-ie9 .irs-max {
    background: #ccc;
}

.lt-ie9 .irs-from, .lt-ie9 .irs-to, .lt-ie9 .irs-single {
    background: #999;
}

.irs-grid {
    height: 27px;
}
.irs-grid-pol {
    opacity: 0.5;
    background: #428bca;
}
.irs-grid-pol.small {
    background: #999;
}

.irs-grid-text {
    bottom: 5px;
    color: #99a4ac;
}

.irs-disabled {
}
.hp-nav {
	min-width: 8px;
}
.hp {
	padding-top:120px
}
.put {
	font-weight: 400;
	color: #103C6B;
	font-size: 15px;
}





/***** PULSIRAJUCI LOGO *****/

@keyframes pulse_animation {
  0% { transform: scale(1); }
  30% { transform: scale(1); }
  40% { transform: scale(1.08); }
  50% { transform: scale(1); }
  60% { transform: scale(1); }
  70% { transform: scale(1.05); }
  80% { transform: scale(1); }
  100% { transform: scale(1); }
}

.pulse {
  animation-name: pulse_animation;
  animation-duration: 5000ms;
  transform-origin:70% 70%;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}





#contact_message {
  min-height: 200px;
}

.img-wraper img {
  max-height: 180px;
}

.btn-choose:hover {
  color: #cc0000;  
}

.trip h4 a:hover {
  color: #cc0000;  
}

.trip hr {
  margin: 10px 0 8px;
  padding: 0;
}


input {
  border: none !important;
  box-shadow: none !important; /* Bootstrap dodaje i shadow */
}

input.form-control {
  border: 1px !important;
  box-shadow: none !important;
}


.tripsfilter {
  font-size: 17px;
}

.tripsfilter h6 {
  padding: 0;
  margin: 0;
}

.tripsfilter li {
  line-height: 22px;
  padding: 3px 8px;
}

.tripsfilter li.active {
  background-color: #eeeeee;
  font-weight: 700;
}

.tripsfilter li a:hover {
  
  color: #cc0000;
}





.img-stage1 {
  height: 450px;
}

.img-stage2 {
  height: 208px;
}

.img-stage3 {
  height: 280px;
}


@media (max-width: 768px) {
  .img-stage1 {
    height: 100%;
  }

  .img-stage2 {
    height: 100%;
  }

  .img-stage3 {
    height: 100%;
  }
}






/* POLASCI */

    #polasci {
      padding: 10px 0;
    }

    #polasci .badge-container {
      display: flex;
      flex-wrap: wrap;
      gap: 11px;
    }

    #polasci .badge {
      padding: 0;
      width: 100px;
      border: 2px solid #2d8f47; 
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 4px 8px rgba(0,0,0,0.1);
      text-align: center;
      color: white;
      font-size: 14px;
    }

    #polasci .badge-header {
      background-color: #b26128; /* braonkasta */
      padding: 5px 0;
      font-weight: bold;
      text-transform: uppercase;
    }

    #polasci .badge-date {
      background-color: #b26128;
      font-size: 18px;
      padding: 8px 0;
    }

    #polasci .badge-year {
      background-color: #0e2b40; /* tamno plava */
      padding: 6px 0;
      font-weight: bold;
    }

    #polasci .badge-footer {
      padding: 5px 6px;
      font-size: 11px;
      background-color: #eaeaea;
      color: #333;
    }

    #polasci .badge.active .badge-header,
    #polasci .badge.active .badge-date {
      background-color: #2d8f47; /* zelena */
    }

    #polasci .badge.soon .badge-header,
    #polasci .badge.soon .badge-date {
      background-color: #1e90ff; /* plava */
    }

    #polasci .badge.soldout .badge-header,
    #polasci .badge.soldout .badge-date {
      background-color: #c0392b; /* crvena */
    }

    #polasci .badge.soldout .badge-year {
      background-color: #a93226;
    }
    
    
    #polasci a {
      text-decoration: none;
      color: inherit;
    }
    
    /* Hover efekat za klikabilne badge-ove */
    #polasci a .badge {
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    #polasci a .badge:hover {
      transform: scale(1.05);
      box-shadow: 0 6px 12px rgba(0,0,0,0.2);
      border: 2px solid #1abc9c; /* tirkizni obrub pri hoveru */
   }
   
   /* Onemogu�avanje hover efekta za neaktivne linkove */
   #polasci a.noactive .badge {
     pointer-events: none; /* sprecava klik */
     border: 2px solid #c0392b; /* beli obrub */
     transform: none !important;
     box-shadow: none !important;
   }

   /* Obezbe�uje da hover efekti ne rade */
   #polasci a.noactive .badge:hover {
     transform: none;
     box-shadow: none;
     border-color: #ffffff;
     cursor: default;
   }
   
   #polasci a.noactive .badge-footer {
     color: #999;
   }
   
   
   /* Crveni X preko rasprodatog bed�a */
   #polasci .badge.soldout {
     position: relative;
     opacity: 0.9;
   }

   #polasci .badge.soldout::after {
     content: "";
     position: absolute;
     top: 10px;
     left: 10px;
     width: calc(100% - 20px);
     height: calc(100% - 20px);
     pointer-events: none;
     background: repeating-linear-gradient(
       45deg,
       rgba(255, 255, 255, 0.4),
       rgba(255, 255, 255, 0.4) 2px,
       transparent 2px,
       transparent 6px
     );
   }

   #polasci .badge.soldout::before {
     content: "";   /* x */
     font-size: 40px;
     color: rgba(255, 255, 255, 0.7);
     position: absolute;
     top: 50%;
     left: 50%;
     transform: translate(-50%, -50%) rotate(-10deg);
     pointer-events: none;
   }
   
/* END POLASCI */   



#searchformhome .card-body {
 /* background-color: rgba(16, 60, 107, 0.9); */
  /* border-radius: 50px !important; */
  background: rgba(255, 255, 255, 0.5);
  overflow: hidden;
}

.form-back-search {
	background: rgba(255, 255, 255, 0.5);
    border-radius: 8px;
}


/* HOME DATE CALENDAR */

#datecalendar .carousel-container {
  overflow: hidden;
  position: relative;
}

#datecalendar .carousel-track {
  display: flex;
  transition: transform 0.5s ease-in-out;
  position: relative;
  left: 0;
}

#datecalendar .carousel-item-custom {
  flex: 0 0 25%;
  box-sizing: border-box;
  height: 300px;
  padding: 5px;
  position: relative;
}

#datecalendar .carousel-bg {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  border-radius: 10px;
  position: relative;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 15px;
}

#datecalendar .carousel-bg::after {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 10px;
  z-index: 1;
}

#datecalendar .trip-info {
  position: relative;
  z-index: 2;
  text-align: center;
  padding-bottom: 0px; /* prostor iznad tastera */
}

#datecalendar .trip-info h5 {
  font-weight: 600;
  color: #ffffff !important;
  margin-bottom: 8px;
  font-size: 1.6em;
}

#datecalendar .trip-info p {
  color: #ffffff !important;
  margin: 0;
}

#datecalendar .trip-days {
  color: #ffffff !important;
  font-size: 1.2em;
  margin: 0px 0px 3px;
}

#datecalendar .trip-price {
  font-size: 1.5em;
  font-weight: bold;
  color: #ffffff !important;
  margin: 10px 0;
}

#datecalendar .trip-btn {
  position: absolute;
  bottom: 0px;
  left: 90%;
  transform: translateX(-50%);
  width: 36px;
  height: 36px;
  border-radius: 50% !important;
  background-color: #ffbf1d;
  border: none;
  display: flex;
  align-items: right;
  justify-content: center;
  transition: background-color 0.3s ease;
  font-size: 1.2em;
  color: black;
}

#datecalendar .trip-btn:hover {
  background-color: white;
  color: black;
}

#datecalendar .badge-date {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: #ffbf1d;
  color: black;
  padding: 5px 10px;
  font-weight: bold;
  z-index: 2;
  border-radius: 5px;
}

#datecalendar .carousel-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.5);
  border: none;
  color: #ffffff !important;
  padding: 10px;
  z-index: 10;
  cursor: pointer;
  border-radius: 50%;
}

#datecalendar .arrow-left {
  left: 10px;
}

#datecalendar .arrow-right {
  right: 10px;
}

@media (max-width: 768px) {
  #datecalendar .carousel-item-custom {
    flex: 0 0 50%;
    width: 50%;
  }
  
}

@media (max-width: 575.98px) {
  #datecalendar .carousel-item-custom {
    flex: 0 0 100%;
    width: 100%;
  }
  
}
.bt-search {
	background-color: #103C6B;
}
.navbar-collapse {
    padding-top: 19px;
}

@media (max-width: 768px) {
  .tab-content img {
    width: 100%;
  }
  
}

    
/* END HOME DATE CALENDAR */


/* MOBILE MENI */

/* Mobilni fullscreen overlay meni */
  .mobile-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.95);
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 2000;
    opacity: 0;
    transition: opacity 0.3s ease;
  }

  .mobile-overlay.open {
    display: flex;
    opacity: 1;
  }

    @keyframes fadeIn {
      from { opacity: 0; }
      to { opacity: 1; }
    }

    .mobile-menu {
      list-style: none;
      padding: 0;
      margin: 0;
      text-align: center;
    }

    .mobile-menu li {
      margin: 15px 0;
    }

    .mobile-menu a {
      color: white;
      font-size: 22px;
      text-decoration: none;
      text-transform: uppercase;
      transition: color 0.2s;
    }

    .mobile-menu a:hover {
      color: #ccc;
    }

    /* Dugme za zatvaranje */
    .mobileclose-btn {
      position: absolute;
      top: 25px;
      right: 30px;
      font-size: 40px;
      color: white;
      background: none;
      border: none;
      cursor: pointer;
    }

    /* Sakrij standardni collapse meni na mobilnom */
    @media (max-width: 767px) {
      .collapse.navbar-collapse {
        display: none !important;
      }
    }
    
    @media (min-width: 768px) {
      #mobileMenuOverlay {
        display: none !important;
        visibility: hidden !important;
        opacity: 0 !important;
      }
    }
    
/* END MOBILE MENI */    













/* HOME SLIDER */

#SlideBaner,
#SlideBaner .carousel,
#SlideBaner .carousel-inner,
#SlideBaner .carousel-item,
#SlideBaner .carousel-item.active,
#SlideBaner .slide-background {
  height: 100vh !important;
  min-height: 85vh !important;
  max-height: 100vh !important;
  overflow: hidden !important;
  position: relative;
}

/* Slika u carousel-u da popuni ceo prostor */
#SlideBaner .carousel-item img,
#SlideBaner .slide-background img {
  height: 100% !important;
  width: 100% !important;
  object-fit: cover !important;
}

/* Overlay za tamnjenje slike */
#SlideBaner .overlay-dark {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.35);
  z-index: 1;
}

/* Centrirani tekst u slider-u */
#SlideBaner .centered-caption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  text-align: center;
  max-width: 1000px;
  padding: 2rem;
}

/* Naslov */
#SlideBaner .centered-caption h5 {
  font-size: 45px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fff;
  margin: 0.5rem 0;
  line-height: 1.1;
}

/* Opis (p tag) */
#SlideBaner .centered-caption p {
  font-size: 18px;
  line-height: 1.9;
  color: #eee;
  width: 90%;
  margin: 0 auto;
}


@media (max-width: 767.98px) {
  
  /* Carousel indikatori sakrij na mobilnom */
  #SlideBaner .carousel-indicators {
    display: none !important;
  }
  
  #SlideBaner .centered-caption h5 {
    width: 100%;
    font-size: 35px !important;
  }

  #SlideBaner .centered-caption p {
    width: 100% !important;
    font-size: 20px !important;
    line-height: 1.5; 
    display: block !important;
  }
  
}

/* Desktop verzija */
@media (min-width: 768px) {
  #SlideBaner .carousel-item {
    height: 100vh !important;
    min-height: 100vh !important;
    max-height: 100vh !important;
  }

  #SlideBaner .centered-caption h5 {
    font-size: 45px !important;
  }

  #SlideBaner .centered-caption p {
    display: block !important;
  }
}

/* Slide background */
#SlideBaner .slide-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}

/* Ukloni bottom na carousel-caption da ne bi preklapalo */
#SlideBaner .carousel-caption {
  bottom: auto !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  z-index: 2;
}

/* Preload i animacija slike */
#SlideBaner .carousel-item {
  opacity: 1 !important;
  transition: none !important;
}


/* END HOME SLIDER DOPUNA */




/* FAVORITI NA PROGRAMU PUTOVANJA - DODATAK */


.favorite-icon {
  position: absolute;
  top: 8px;
  right: 8px;
  background: rgba(255,255,255,0.8);
  border-radius: 50%;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
}
.favorite-icon i {
  font-size: 20px;
  color: #d00;
}

.favorite-icon.active i {
  color: red;
  
  animation-name: pulse_animation;
  animation-duration: 5000ms;
  transform-origin:70% 70%;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}


/* END FAVORITI NA PROGRAMU PUTOVANJA - DODATAK */




/* CUSTOM CMS FOTOGRAFIJE */
/* Osnovni stilovi za desktop */
.flex-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}

.flex-item {
    flex: 1 1 45%;
    max-width: 45%;
    padding: 0.5em;
    box-sizing: border-box;
}

/* Media query za ekrane manje od 768px (mobilni) */
@media (max-width: 768px) {
    .flex-item {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

/* END CUSTOM CMS FOTOGRAFIJE */