@font-face {
    font-family: 'Font Awesome 6 Free';
    src: url(https://use.fontawesome.com/releases/v5.7.1/css/all.css);
    font-weight: 900;
    font-style: normal;
}

#sp-menu > .sp-column {
  height: 100%;
  justify-content: center;
  display: flex;
}

#sp-section-1 {
	
	background: #ffc20f;
}

.point-top .sppb-row-column  {
	
	padding: 0px;
}

#sp-section-2 {
  max-width: 1344px;
  margin: auto;
    margin-top: auto;
  margin-top: auto;
  background: white;
  margin-top: -50px;
  padding: 0px;
  border-radius: 10px;
  z-index: 99 !important;
  position: relative;
}
#sp-section-2 .row {
	display: flex;
	align-items: center;
	
}

.sp-megamenu-parent > li > a {
	
	font-size: 16px;
	color: #9b9b9b !important;
	font-weight: bold;
	text-transform: uppercase;
}

.sp-megamenu-parent > li.active > a {
  font-weight: bold;
}

img.spw_icon_big {
  height: 60px !important;
}

p.spw_current_temp {
  font-size: 14px !important;
  margin: -30px 0 0 15px;
  color: #9b9b9b !important;
  font-weight: bold
}

.point-karta {

  margin: auto !important;
    margin-top: auto;

  background: white;

  border-radius: 10px; 
}

.ol-viewport canvas {
	
	border-radius: 10px;
}

.point-header-slika {
	
	margin-top: -60px !important;
}

.point-botun-vise {
  width: 180px;
  border-radius: 30px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
  text-align: center;
  font-weight: 800;
  text-transform: uppercase;
  background: #ffc20f !important;
  letter-spacing: 1px;
  margin-top: 25px;
}


.destinacije {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.destinacije img{
  border-radius: 50%;
  width: 200px;
  height: 200px;
  object-fit: cover;
}

.destinacije p {
	
	text-align: center;
}

.destinacije a {
  text-align: center;
  font-size: 18px;
  font-weight: 800;
  text-transform: uppercase;
  color: #1e3655;
  top: 10px;
  position: relative;
}

.point-destinacije {
	
	  margin-top: -130px !important;
	  z-index: 0!important;
}

.point-destinacije .sppb-top-shape::before {
  content: "";
  background-image: url(images/light_left.png);
  width: 600px;
  height: 200px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 33px;
  left: 0;
  z-index: -1;
  display: inherit;
  transform: rotate(-10deg);
}

.point-destinacije .sppb-top-shape::after {
  content: "";
  background-image: url(images/light_right.png);
  width: 600px;
  height: 200px;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  bottom: 20px;
  right: 0;
  z-index: -1;
  display: inherit;
  transform: rotate(0deg);
  margin-left: auto;
}

#sp-bottom {
  background: #fff;
  color: #FFFFFF;
}


.point-f-menu ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  grid-gap: 1rem;
}
.point-f-menu a {
color: #1e3655 !important;
font-weight: 800;
font-size: 15px;
}

.point-f-menu .item-101 {
	
	display: none !important;
}

.point-f-menu li a::before {
    font: var(--fa-font-solid);
  content: '\f0a9';
    font-weight: 600 !important;
  margin-right: 5px;
  color: #c5e4fc;
  font-size: 20px;
  position: relative;
}

.point-f-menu ul > li > a{
	
	display: flex !important;
  align-items: center;
}

.point-f-menu-2 a {
color: #1e3655 !important;
font-weight: 800;
font-size: 15px;
}




.point-f-menu-2 ul > li > a{
	
	display: flex !important;
  align-items: center;
}

.point-info {
	
	border: 2px solid #c5e3fc;
	border-radius: 10px;
	padding: 90px;
}

.point-info-2{
	
	border: 2px solid #fff;
	border-radius: 10px;
	padding: 90px;
}

.burger-icon > span {
  display: block;
  height: 4px;
  background-color: #000000;
  margin: 5px 0;
  transition: background-color 0.3s ease-in, opacity 0.3s ease-in, transform 0.3s ease-in;
  border-radius: 10px;
}
.burger-icon {
  width: 30px;
  cursor: pointer;
}



#sp-bottom .sp-module {
  margin-bottom: 0px;
}

#sp-bottom {
  padding: 60px 0 0px;
}

.styled-table {
        border-collapse: separate;
        border-spacing: 0;
        border-radius: 10px;
        overflow: hidden; /* This is important to ensure that the border-radius works */
    }
.styled-table {
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 10px;
  overflow: hidden;
  margin: 25px 0;
  font-size: 0.9em;
  min-width: 300px;
  width: 100%;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
.styled-table thead tr {
      background-color: #ffc20f;
    color: #ffffff;
    text-align: left;
	font-size: 18px;
}

.styled-table th,
.styled-table td {
    padding: 12px 15px;
}
.styled-table tbody tr {
    border-bottom: 1px solid #dddddd;
}

.styled-table tbody tr:nth-of-type(even) {
    background-color: #f3f3f3;
}

.styled-table tbody tr:last-of-type {
    border-bottom: 2px solid #009879;
}
.styled-table tbody tr.active-row {
    font-weight: bold;
    color: #009879;
} 


.sppb-panel.sppb-panel-custom {
  background: transparent !important;
  border: none !important;
}

.sppb-panel-custom .sppb-panel-body {
  border-left: 1px solid #2e8074;
  border-right: 1px solid #2e8074;
  border-top: 0 !important;
  border-bottom: 0 !important;
  padding: 40px;
  width: 90%;
  margin: auto;
    margin-top: auto;
    margin-bottom: auto;
  margin-top: 30px;
  margin-bottom: 15px;
}

.sppb-panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: bolder;
  color: inherit;
  color: white;
} 

.sppb-reset-button-styles {
	
	border-radius: 30px !important;
}

.sppb-panel-custom .sppb-reset-button-styles {
  border-radius: 30px !important;
  background: #2e8074;
  padding: 15px;
}

.point-slide .sp-nav-control .nav-control i {
  line-height: inherit !important;
}



.point-slide .next-control.nav-control,
.point-slide .prev-control.nav-control
{
  height: 40px !important;
  line-height: 40px !important;
  width: 80px !important;
  background: #ffffff !important;
  color: #193029 !important;
  font-size: 24px !important;
  border-style: solid !important;
  border-width: 0px !important;
  border-radius: 48px !important;
}

.point-vise {
  width: 200px;
  border-radius: 30px;
  margin-bottom: 80px;
  margin-top: 80px;
  background-color: #FFC20F !important;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 18px;
	
}
.offcanvas-menu .logo-image-phone {
    height: 60px;
}

.offcanvas-menu .offcanvas-inner ul.menu > li a {
  color: #070607;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  line-height: 18px;
}

body.ltr.offcanvs-position-right.offcanvas-active .offcanvas-menu {
  right: 0;
  top: 0;
}

body.ltr.offcanvs-position-right .offcanvas-menu {
  right: -100%;
  top: 0;
}

.offcanvas-menu {
  width: 100%;
}

.offcanvas-menu .offcanvas-inner ul.menu li.active a {
  color: #ffc20f;

} 

li.field-entry.galerija-fotografija {
	
	list-style-type: none;
}
.article-details .article-info,
.field-entry.galerija-fotografija .field-label {
	
	display: none;
}

.article-details .article-header h1, .article-details .article-header h2 {
  font-size: 4rem;
  text-align: center;
  color: #ffc20f;
}

.image-layout-preset-style-collage .sppb-image-layout-title {
  font-size: 22px;
  line-height: 18px;
  color: #fff;
}

.sppb-addon-image-layout-content {
	
	padding: 15px;
	margin-top: 83px;
	left: -25px;
}

.image-layout-preset-style-collage .sppb-addon-image-layout-content {

background: linear-gradient(225deg,rgb(152, 207, 20) 0,rgb(245, 209, 0) 100%) transparent;
border-radius: 30px; 
}

.article-details .article-ratings-social-share {
	
	display: none !important;
}

.sp-module-content .mod-languages ul.lang-inline {
	
	display: flex;
	justify-content: flex-end;
}

.nord-slike img {
  max-height: 600px;
  min-height: 200px;
}

.nord-accordion .sppb-panel-title {
	
	color: #1e3655;
}

.nord-accordion .sppb-panel-heading {
  border-bottom: 1px solid #1e3655;
}

.nord-accordion .sppb-panel-body {
	
	border-bottom: 0;
}

.nord-accordion .sppb-addon-content ul li,
.nord-accordion .sppb-addon-content p {
	
	color: #000000;
}
.nord-accordion i.far,
.nord-accordion i.fas {
margin-right: 5px;
  padding-left: 10px;
}

.point-logoi {  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  grid-gap: 1rem;
  align-content: center;
  align-items: center;
}

.social-point {

display: flex;
  align-items: center;
  justify-content: end;

 }

.point-logoi  p{
  display: flex;
  justify-content: center;
}

.point-logoi img {
  display: block;
  max-width: 100%;
  height: auto;
  max-height: 120px;
  width: 100%;
  object-fit: contain;
}


.rezervacija {
	
	background-color: #FFF !important;
    color: #FFC20F !important;
	border-radius: 30px;
	font-weight: bold; 
	letter-spacing: 2px;
  margin-left: 10px;
}

@media only screen and (max-width: 1200px) {
	
.sp-megamenu-parent > li > a {
  font-size: 14px;

}
}
@media only screen and (max-width: 767px) {

.weather_sp1 {	
display: none;
}
	
.point-logoi {
grid-template-columns: repeat(auto-fit, minmax(120px, 1fr)) !important;
}
  
#sp-bottom .sp-module ul > li {
margin-bottom: 5px;
}

.point-f-menu-2 {
padding-bottom: 40px;
}
.social-point {
display: flex;
justify-content: center;
}
}



@media only screen and (max-width: 991px) {
	
.point-logoi {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(80px, 1fr));
  grid-gap: 1rem;
  align-content: center;
  align-items: center;
}


.point-socijal .sppb-row{
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
	grid-gap: 1rem;
}

.point-sekcija .sppb-col-md-6.sppb-col-sm-6   {
	
	max-width: 100% !important;
    flex-basis: 100% !important;
}

.point-sekcija {
	
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}


.rezervacija {
  background-color: #FFF !important;
  color: #FFC20F !important;
  border-radius: 30px;
  font-weight: bold;
  letter-spacing: 0;
  margin-left: 10px;
  font-size: 13px;
}

#sp-section-2 .row { 

display: flex; /* Arrange the child elements in a row */
}

#sp-section-2 .row > div:nth-child(1) {
  width: 60%; /* First child (div) takes 45% of the width */
}

#sp-section-2 .row > div:nth-child(2),
#sp-section-2 .row > div:nth-child(3) {
  width: 20%;
  display: flex;
  justify-content: flex-end;
}

#sp-section-2 #sp-menu {

right: -50px;
  position: relative !important;
}

.logo-image {
    height: 41px !important;
  }
  
.point-block-1 .sppb-shape-container.sppb-top-shape > svg {
  width: 100%;
  max-width: 100%;
  height: 100px !important;
}

.point-destinacije p {
	
	  margin-top: 15px !important;
	  z-index: 0!important;
}
.destinacije {
justify-content: center;
margin-top: 50px;
}

.point-info {

  padding: 40px;
  margin-top: 30px;
}

.point-info-2{
	
	padding: 40px;
}

.cjenik-1 {
	
	padding-bottom: 0px !important;
}

#sp-top1 .sppb-row-container .sppb-row {
	
	flex-wrap: nowrap;
}
}


.sppb-gallery img {
	
	object-fit: cover;
}


.basic-table {
	width: 100%;
}