
.content-width {
  display: block;
  width: 100%;
  max-width: 1600px;
}


iframe {
  width: 100%;
  height: 3000px important;
  overflow: hidden;
}



.HotelOffer {
  margin: 0 0.05rem;
}

.HotelOffer h6 {
  font-size: 1rem;
}

.HotelOffer p {
  align: center;
}

.HotelOffer .akcija {
  align: center;
  font-style: italic;
  font-weight: 700;
}

.child-age {
  display: none;
  margin-top: 10px;
}

#priceForm {
  display: block;
  padding: 15px 0px;
  border: 2px solid #0000cc;
}

.ageRow {
  padding: 0 2.2rem;
}


.Offers .title {
  display: block;
  line-height: 1.7rem;
  font-size: 1.5rem;
  font-weight: 700;
}

.Offers .subtitle {
  display: block;
  line-height: 1.2rem;
  font-size: 1rem;
  font-weight: 700;
}

.Offers .info {
  display: block;
  line-height: 1.1rem;
  font-size: 0.8rem;
  font-weight: 400;
}


/* STEP RESERVATION */
.step {
	list-style: none;
	margin: .2rem 0;
	width: 100%;
}

.step .step-item {
	-ms-flex: 1 1 0;
	flex: 1 1 0;
	margin-top: 0;
	min-height: 1rem;
	position: relative;
	text-align: center;
}

.step .step-item:not (:first-child )::before {
	background: #0069d9;
	content: "";
	height: 2px;
	left: -50%;
	position: absolute;
	top: 9px;
	width: 100%;
}

.step .step-item a {
	color: #acb3c2;
	display: inline-block;
	padding: 20px 10px 0;
	text-decoration: none;
}

.step .step-item a::before {
	background: #0069d9;
	border: .1rem solid #fff;
	border-radius: 50%;
	content: "";
	display: block;
	height: .9rem;
	left: 50%;
	position: absolute;
	top: .2rem;
	transform: translateX(-50%);
	width: .9rem;
	z-index: 1;
}

.step .step-item.active a::before {
	background: #fff;
	border: .1rem solid #0069d9;
}

.step .step-item.active ~ .step-item::before {
	background: #e7e9ed;
}

.step .step-item.active ~ .step-item a::before {
	background: #e7e9ed;
}

/* Search form */
.search-form {
	border: 1px solid #6A2875;
	border-radius: 5px;
	margin-top: 10px;
	padding: 0.4em;
	background-color: #FFFCF4;
}

.search-form .padTop {
	padding-top: 2em;
}

.search-form .datepicker td, .search-form .datepicker th {
	width: 2.5rem;
	height: 1rem;
	font-size: 0.85rem;
}

.search-form input.form-control {
	font-weight: bold;
	color: #6A2875;
}

.search-form input.form-control::placeholder {
	font-style: italic;
	color: #C9B1CD;
}

/*
.search-form .input-group {
  border-radius: 5px;
}

.search-form input.form-control, .search-form select.form-control {
  border-radius: 5px;
  border: none; */
}
.search-form .input-group-text {
	border-radius: 5px;
	border: none;
}

.search-form .datepicker-dropdown {
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
}

* /
	/* NAPLATA */ 

ul.payment {
	list-style-type: none;
}

ul.payment li {
	font-weight: 600;
	width: 100%;
}

ul.payment li span {
	display: inline-block;
	width: 200px;
	font-weight: 300;
	color: #555555;
}





.filter-group .card-header {
  max-height: 55px;
  background-color: #6A2875;
}

.filter-group h6.title {
  color: #fff;
}




.owl-nav button {
  background: none;
  border: none;
  font-size: 24px;
  color: #333;
}

.owl-nav {
  position: absolute;
  top: 40%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-40%);
}

.owl-carousel .item {
  background: #f0f0f0;
  padding: 2px;
  text-align: center;
  font-size: 24px;
  height: 500px;
}

#single-room {
  position: relative;
  margin: 0;
  padding: 0;
}

#single-room img {
  height: 700px !important;
}
        
        

@media screen and (max-width: 1199px) {
  .owl-carousel .item {
    height: 550px;
  }

  #single-room img {
    height: 550px !important;
  }
  
}

@media screen and (max-width: 991px) {
  .owl-carousel .item {
    height: 450px;
  }

  #single-room img {
    height: 450px !important;
  }
}

@media screen and (max-width: 767px) {
  .owl-carousel .item {
    height: 200px;
  }

  #single-room img {
    height: 200px !important;
  }  
}         
        
        
        

.section-margin-30 {
  margin: 30px;
  padding: 0;
}

.inrow {
  display: inline-block;
  font-size: 15px;
  gap: 10px; /* razmak izmedju */
  text-align: center;
  margin-bottom: 10px;
  color: #2271e6;
}


.page-title-section2 {
  padding-top: 30px;
  padding-bottom: 0;
  text-align: center;
}

.page-title-section2 h1 {
  font-size: 31px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 1;
  color: #6A2875;
  margin-bottom: 0
}

page-title-section2 h2 {
  padding: 0;
  margin: 0;
}

.page-title-section2 ul {
  margin-bottom: 0;
  margin-top: 15px;
  text-align: center
}

.page-title-section2 ul li {
  display: inline-block;
  color: #000000;
  vertical-align: middle
}

.page-title-section2 ul li:last-child a {
  color: #000000;
  font-weight: 600
}

.page-title-section2 ul li:after {
  content: '\f105';
  font-weight: 700;
  vertical-align: middle;
  color: #000000;
  font-family: Font Awesome\ 5 Free;
  padding: 0 5px 0 10px
}

.page-title-section2 ul li:last-child:after {
  content: none
}

.page-title-section2 ul li a {
  color: #000000;
  font-size: 14px;
  font-weight: 500
}


.page-description ul {
  padding-left: 0;
  margin-left: 0;
  list-style-position: inside;
}

.page-description ul li{
  padding-left: 0 !important;
}

.page-description ul li:after {
  content: '\f105';
  font-weight: 700;
  vertical-align: middle;
  color: #fff;
  font-family: Font Awesome\ 5 Free;
  padding: 0 5px 0 0;
}


.page-description h4 {
  font-size: 20px;
  color: #cc0000;
}


@media screen and (max-width: 1199px) {
  .page-title-section2 {
    padding-top: 30px;
    padding-bottom: 0;
  }
  .page-title-section2 h1 {
    font-size: 42px;
    line-height: 42px
  }
}

@media screen and (max-width: 991px) {
  .page-title-section2 {
    padding-top: 30px;
    padding-bottom: 0;
  }
  .page-title-section2 h1 {
    font-size: 31px; 
    line-height: 40px
  }
  .page-title-section2 ul {
    margin-top: 10px
  }
  .page-title-section2 ul li a {
    font-size: 13px
  }
}

@media screen and (max-width: 767px) {
  .page-title-section2 {
    padding-top: 30px;
    padding-bottom: 0;
  }
  .page-title-section2 ul {
    margin-top: 5px
  }
} 








/* Hotelski tabulator */

.hotel-tab {
  padding: 10%;
  margin-top: -8%;
}
.hotel-tab #tabs{
  background: #007b5e;
  color: #eee;
}

.hotel-tab #tabs h6.section-title{
  color: #eee;
}

.hotel-tab #tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #0062cc;
  background-color: transparent;
  border-color: transparent transparent #ffffff;
  border-bottom: 3px solid !important;
  font-size: 16px;
  font-weight: bold;
}

.hotel-tab .nav-link {
  color: #0062cc;
  font-size: 16px;
  font-weight: 600;
}

.hotel-tab .nav-link:hover {
  border: none;
}

.hotel-tab thead{
  background: #f3f3f3;
  color: #333;
}

.hotel-tab a{
  text-decoration: none;
  color: #333;
  font-weight: 600;
}








/* Home Slide Baner */
.carousel-item {
    max-height: 600px;
    height: 100%;
    min-height: 600px;
    background-size: cover;
    background-position: center;
    position: relative;
    transition: opacity 1s ease-in-out;
  }

  .carousel-inner {
    height: 100%;
  }

  .carousel,
  .carousel-fade {
    max-height: 600px;
    overflow: hidden;
    position: relative;
    padding: 1px 0;
  }

  .carousel-caption {
    bottom: 30%;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
  }
  
  .carousel-caption h2 {
    color: #fff;
    font-size: 30px;
  }

  .search-box {
    background: rgba(255, 255, 255, 0.5);
    padding: 20px;
    border-radius: 8px;
  }

  .search-form input,
  .search-form select {
    margin-bottom: 10px;
  }
  
  
  /* Ograniči visinu slidera */
  .carousel, .carousel-inner, .carousel-item {
    max-height: 600px;
    height: 100%;
  }

  /* Osnovna fade logika */
  .carousel-fade .carousel-item {
    opacity: 0;
    transition: opacity 1s ease-in-out;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 0;
  }

  .carousel-fade .carousel-item.active {
    opacity: 1;
    position: relative;
    z-index: 2;
  }

  .carousel-fade .carousel-item-next,
  .carousel-fade .carousel-item-prev,
  .carousel-fade .carousel-item.active.carousel-item-left,
  .carousel-fade .carousel-item.active.carousel-item-right {
    opacity: 0;
    position: absolute;
    z-index: 1;
  }

  .carousel-fade .carousel-item-next.carousel-item-left,
  .carousel-fade .carousel-item-prev.carousel-item-right {
    opacity: 1;
    position: relative;
    z-index: 2;
  }

  /* Strelice - osiguraj da su vidljive */
  .carousel-control-prev,
  .carousel-control-next {
    z-index: 3;
  }

  /* Prilagodi strelice (po želji) */
  .carousel-control-prev-icon,
  .carousel-control-next-icon {
    background-color: transparent;
    width: 40px;   /* veća širina */
    height: 40px;  /* veća visina */    
    background-size: 100% 100%;
    border-radius: 50%;
  }
  
  @media (min-width: 768px) {
    .search-box {
      max-width: 800px;
      margin: 0 auto;
    }
  }


/* Kraj Home Slide Baner */










