/*===================== TABLE OF CONTENT =======================

1. Reset
2. Body Style
3. Placeholders & Highlights
4. Container & Grid
5. Headings
6. Buttons
7. Form
8. Paddings & Margins
9. Breadcrumbs
10. Custom Style
11. Header
12. Intro
13. About
14. Categories
15. Fleet
16. Apartments
17. Footer
18. Apartments Page
19. Contact Page
20. Text Pages
21. Destination Page
22. Trips Page
23. Fleet Single Page

=============================================================*/
/* ================================================================================== 
1. Reset
===================================================================================== */
*, *::after, *::before { margin: 0; padding: 0; -webkit-box-sizing: inherit; box-sizing: inherit; } article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary { display: block; } audio, canvas, progress, video { display: inline-block; vertical-align: baseline; } audio:not([controls]) { display: none; height: 0; } [hidden], template { display: none; } a, a:active, a:hover, a:focus { outline: none; } abbr[title] { border-bottom: 1px dotted; } dfn { font-style: italic; } small { font-size: 80%; } sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } sup { top: -0.5em; } sub { bottom: -0.25em; } img { border: 0; max-width: 100%; } svg:not(:root) { overflow: hidden; } hr { -webkit-box-sizing: content-box; box-sizing: content-box; height: 0; margin-top: 30px; margin-bottom: 35px; border-width: 0; border-top: 1px solid #e1e1e1; } pre { overflow: auto; } code, kbd, pre, samp { font-family: monospace, monospace; font-size: 1em; } button, input, optgroup, select, textarea { color: inherit; font: inherit; margin: 0; } button { overflow: visible; } button, select { text-transform: none; } button, html input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; } input:focus, select:focus, textarea:focus, button:focus { outline: none; } button[disabled], html input[disabled] { cursor: default; } button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; } input { line-height: normal; } input[type="checkbox"], input[type="radio"] { -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0; } input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { height: auto; } input[type="search"] { -webkit-box-sizing: content-box; box-sizing: content-box; } input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; } legend { border: 0; padding: 0; } textarea { overflow: auto; } optgroup { font-weight: bold; } table { border-collapse: collapse; border-spacing: 0; } td, th { padding: 0; } input, textarea, button, select, a { -webkit-tap-highlight-color: transparent; } a { color: inherit; text-decoration: none; -webkit-transition: all 0.6s ease; -o-transition: all 0.6s ease; transition: all 0.6s ease; } strong { font-weight: 700; }
.fancybox__button--zoo, .fancybox__button--slideshow, .fancybox__button--fullscreen, .fancybox__button--thumbs, .fancybox__button--zoom{
  display: none;
}
.none{
  display: none;
}
ul, ol { padding-left: 4rem; }
img{
  height: auto;
  object-fit: contain;
}
/* ================================================================================== 
2. Body Style
===================================================================================== */
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 56.25%;
  word-wrap: break-word;
}
@media only screen and (min-width: 80.0625em) {
  /*1281px*/
  html {
    font-size: 62.5%;
  }
}
body {
  font-family: "Mulish", sans-serif;
  font-weight: 300;
  line-height: 1.6;
  color:#3a3a3a;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.6rem;
  
}
main{
  position: relative;
}
/* ================================================================================== 
3. Placeholders & Highlights
===================================================================================== */
::-webkit-input-placeholder { color: inherit; opacity: 1 !important; }
:-moz-placeholder { color: inherit; opacity: 1; }
::-moz-placeholder { color: inherit; opacity: 1; }
:-ms-input-placeholder { color: inherit; }
::-moz-selection { background-color: #1f3161;  color: #fff; }  
::selection { background-color: #1f3161; color: #fff }
/* ================================================================================== 
4. Container & Grid
===================================================================================== */
.container {
  position: relative;
  width: 100%;
  max-width: 164rem;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 2rem;
}
.container-sm{
  max-width: 100rem;
}
/* ================================================================================== 
5. Headings
===================================================================================== */

h1, h2, h3, h4, h5, h6 { margin-bottom: 2rem; font-weight: 700;line-height:1.4; color:#1f3161;}
h1{ font-size: 4rem; }
.title h1, .title h2{ font-size: 4rem;font-weight: 600; }
p { margin-bottom: 2rem; }
.title{ margin-bottom:4rem; }
.title-center{text-align: center;}
h3{
  font-size: 2.4rem;
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  h1{ font-size: 5rem; }
.title h1, .title h2{ font-size: 5rem; }
}
/* ================================================================================== 
6. Buttons
===================================================================================== */

.btn, .wpcf7-submit {
	display: inline-block;
	padding: 1.1rem 3rem;
	font-weight: 700;
  border-radius: 10rem;

}
.wpcf7-submit{
  width: auto;
}
.btn-primary, .wpcf7-submit{
  background-color: #1f3161;
  color: #fff;
}
.btn-secondary{
  background-color: #6d7fb0;
  color: #fff;
}
.btn-primary:hover,.btn-secondary:hover,  .wpcf7-submit:hover{
  background-color: #e8eaef;
  color: #1f3161;
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .btn, .wpcf7-submit {
    padding: 1.3rem 4rem;
  }
}
/* ================================================================================== 
7. Form
===================================================================================== */
input,
textarea, select {
  display: block;
  width: 100%;
  border: 1px solid #e8eaef;
  padding: 1.4rem 2rem;
  outline: none;
  background-color: #e8eaef;
  color: #8d93a2;
  border-radius: 1rem;
  font-size: 1.4rem;

}
select{
  appearance: none;
  -webkit-appearance: none;
  background-image: var(--wpr-bg-24397da5-0cad-45fa-a07d-ceff8c7e60ea);
  background-repeat: no-repeat;
  background-size: 1rem;
  background-position: right 2rem center;

}
textarea{
  resize: vertical;
  height: 14rem;
}
input:focus,
textarea:focus, select:focus {
  border-color: #1f3161;

}
label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 600;
  font-size: 1.7rem;
  color: #1f3161;
}
button {
  transition: all 0.4s ease-in-out;
  border:0;
}
fieldset{
  border: 0;
  margin-bottom: 2rem;
}
label.check-wrapper {
  position: relative;
  padding-left: 3rem;
  margin-bottom: 1rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: none;
}
.check-wrapper input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkmark {
	position: absolute;
	top: 0.8rem;
	left: 0;
	height: 1.5rem;
	width: 1.5rem;
	border: 1px solid #e8eaef;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	border-radius: 2px;
	background-color: #e8eaef;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.check-wrapper input:checked ~ .checkmark:after {
  display: block;
}
.check-wrapper .checkmark::after {
  left: 0.4rem;
  top: 0.2rem;
  width: 0.5rem;
  height: 1rem;
  border: solid #1f3161;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}


/* ================================================================================== 
8. Paddings & Margins
===================================================================================== */
.space {
  padding: 5rem 0;
}
.mt-5{
  margin-top: 5rem;
}
.no-pt{
  padding-top: 0 !important;
}
.no-pb{
  padding-bottom: 0 !important;
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .space {
    padding: 10rem 0;
  }
}
/* .menu-item-has-children za wp sub parent*/
/* .current_page_item za wp active link u navigaciji*/
/* ================================================================================== 
9. Breadcrumbs
===================================================================================== */
.breadcrumbs{
  background-color: #e8eaef;
  padding: 1rem 0;
  font-size: 1.4rem;
}
.breadcrumbs ul{
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.breadcrumbs ul li{
  display: inline-block;
  font-weight: 600;
  color: #1f3161;
}
.breadcrumbs ul li::after{
  content: '/';
  display: inline-block;
  margin: 0 1rem;
}
.breadcrumbs ul li a{
  display: inline-block;
  font-weight: 400;
  color: #3a3a3a;
}
.breadcrumbs ul li:last-child:after{
  content: none;
}
/* ================================================================================== 
10. Custom Style
===================================================================================== */
.list ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
.list ul li {
	position: relative;
	padding-left: 3.7rem;
	margin-bottom: 1rem;
}
.list  ul li::before{
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  width: 2rem;
  height: 2rem;
  background-image: var(--wpr-bg-b57c897d-bd6d-45f8-a6e7-0a8552f89e71);
  background-repeat: no-repeat;
  background-size: 2rem;
}
.list ul li.no::before{
  background-image: var(--wpr-bg-9407b2bc-dbb9-4299-8c23-9342acda9c63);
}
/* ================================================================================== 
11. Header
===================================================================================== */
header{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10;

}
header ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
.header-top{
  border-bottom: 1px solid rgba(255,255,255,.2);
  font-size: 1.4rem;
  font-weight: 400;
}
.header-top .container{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.social{
  margin-left: auto;
}
.header-info{
  display: flex;
  align-items: center;
}
.header-info a, .header-info p{
  display: flex;
  align-items: center;
  color: #fff;
  margin-right: 1rem;
  margin-bottom: 0;
}
.header-info img{
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 1rem;
}
.header-info a span{
  display: none;
} 
.social{
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-right: 1rem;
}
.social a{
  display: inline-block;
  margin-right: 1rem;
}
.social a:last-child{
  margin-right: 0;
}
.social img{
  display: block;
  width: 2.5rem;
  height: 2.5rem;
}
.lang{
  display: flex;
  align-items: center;
}
.wpml-ls-legacy-list-horizontal a {
	padding: 0 5px !important;

}
.wpml-ls-legacy-list-horizontal  li:last-child a{
  padding-right: 0 !important;
}
.lang a{
  display: inline-block;
  margin-right: 1rem;
}
.lang a:last-child{
  margin-right: 0;
}
.lang img{
  display: block;
  width: 2.5rem;
  height: 2.5rem;
}
.header-info p{
  display: none;
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  .header-info p{
    display: flex;
  }
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .header-info a, .header-info p{
    margin-right: 3rem;
  }
  .social{
    margin-right: 5rem;
  }
}
@media only screen and (min-width: 61.3125em) {
  /*981px*/
  .header-info a span{
    display: inline;
  } 
}
@media only screen and (min-width: 68.75em) {
  /*1100px*/
  .header-top{
    padding: 1rem 0;
  }
}
/*------------*/
.header-bottom{
  padding: 1rem 0;
  position: absolute;
  left: 0;
  width: 100%;
  top: 4.3rem;
  transition: background .4s ease-in-out;
}
header.scrolled .header-bottom{
  top: 0;
  background-color: #1f3161;
  position: fixed;
}
.header-logo{
  display: block
}
.header-logo img{
  filter: brightness(0) invert(1);
  width: 12.7rem;
  height: auto;
  transition: all .4s ease-in-out;
}
.header-bottom .container{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
nav{
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  background-color: #fff;
  height: 100%;
  min-height: 100vh;
  overflow-y: auto;
  padding: 3rem;
  padding-top: 10rem;
  transform: translateX(100%);
  opacity: 0;
  visibility: hidden;
  transition: all .4s ease-in-out;

}
nav.open{
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.menu-toggle{
  margin-left: 1rem;
  cursor: pointer;

}
.menu-toggle img{
  display: block;
  width: 3rem;
  height: auto;
}
.menu-close{
  position: absolute;
  top: 3rem;
  right: 3rem;
  font-size: 4rem;
  outline: none;
  cursor: pointer;
}

nav li{
  display: block;
}
nav li a{
  display: block;
  color: #1f3161;
  font-weight: 400;
  padding: 1rem 1.7rem;
  font-size: 1.8rem;
  position: relative;
}

nav li a:after {    
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  background: #1f3161;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}
nav li a:hover:after { 
  width: 100%; 

}
.menu-item-has-children{
  position: relative;
}
.sub-menu{
  padding-left: 3rem;
  display: none;
}
.sub-menu li{
  display: block;
}
.sub-menu li a{
  display: block;
  border-bottom: 1px solid rgba(255,255,255,.2);
}
.header-top .social{
  display: none;
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  nav{
    width: 40rem;
  }
}


  @media only screen and (min-width: 37.5625em) {
    /*601px*/
    .header-logo img{
      width: 17.7rem;
    }
    .social-mobile{
      display: none;
    }
    .header-top .social{
      display: flex;
    }
    .menu-toggle{
      margin-left: auto;
    }
  }

@media only screen and (min-width: 68.75em) {
  /*1100px*/
  nav{
    position: static;
    right: auto;
    top: auto;
    width: auto;
    height: auto;
    min-height: auto;
    overflow-y: visible;
    padding: 0;
    padding-top: 0;
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
    transition: none;
    background-color: transparent;
    
  }
  nav li{
    display: inline-block;
  }
  nav li a{
    display: inline-block;
    color: #fff;
  }
  .menu-toggle, .menu-close{
    display: none;
  }
  .header-bottom{
    padding: 2rem 0;
    top: 6.3rem;
  }
  .sub-menu {
    position: absolute;
    top: 5rem;
    left: 0;
    width: 23rem;
    border-radius: 2rem;
    overflow: hidden;
    background-color: #1f3161;
    color: #fff;
    transition: all  .4s ease-in-out;
    opacity: 0;
    visibility: hidden;
    border:1px solid rgba(255,255,255,.2);
    display: block;
    padding: 0;
  }
  .menu-item-has-children:hover .sub-menu{
    opacity: 1;
    visibility: visible;
  }
  nav li a:after {    
    left: 50%;
    background: #fff;
  }
  nav li a:hover:after { 
    width: 100%; 
    left: 0; 
  }
}
/* ================================================================================== 
12. Intro
===================================================================================== */

.intro-slide{
  position: relative;
}
.intro-slide img{
  display: block;
  width: 100%;
  height: 46rem;
  object-fit: cover;
}

.intro-overlay{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /* background: -moz-linear-gradient(top,  rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%, rgba(0,0,0,0) 100%);
  background: -webkit-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%,rgba(0,0,0,0) 100%);
  background: linear-gradient(to bottom,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%,rgba(0,0,0,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=0 ); */
  background-color: rgba(0,0,0,.2);
  z-index: 1;
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/

.intro-slide img{
  height: 46rem;

}
}
/* ================================================================================== 
13. About
===================================================================================== */
.about-text{
  width: 100%;
  margin-bottom: 5rem;
}
.about-images{
  width: 100%;
  position: relative;
}


.about-text .btn{
  margin-top: 4rem;
}
.about-box {
	width: 100%;
	border-radius: 2rem;
	background-color: #e8eaef;
	padding: 4rem;
  margin-bottom: 5rem;
}
.about-box p{
  font-size: 2rem;
  color: #1f3161;
  font-weight: 400;
}
.about-images img{
  width: 100%;
  border-radius: 2rem;
  height: auto;
  object-fit: cover;
}
.about-images img:last-child{
  display: none;
}
@media only screen and (min-width: 42.5625em) {
  /*681px*/
  .about-images::after {
    content: '';
    position: absolute;
    right: 8rem;
    bottom: 32rem;
    width: 33rem;
    height: 33rem;
    background-image: var(--wpr-bg-c87474f3-e4e2-4e74-8989-a5ea718db46c);
    background-repeat: no-repeat;
    background-size: 20rem;
    z-index: 1;
  }
  .about-images{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-between;
    gap:3%;
  }
  .about-box {
    width: 55%;
    margin-bottom: 0;
  }
  .about-images img{
    width: 42%;
    height: 67rem;
  }
  .about-images img:last-child {
    position: relative;
    width: 55%;
    top: -38rem;
    height: auto;
    display: block;
  }

}
  @media only screen and (min-width: 64.0625em) {
    /*1025px*/
    .about .container{
      display: flex;
      flex-direction: row;
      justify-content: space-between;
    }
    .about-text{
      width: 31%;
      margin-bottom: 0;
    }
    .about-images{
      width: 62%;
    }
    .about-images img:last-child {
      top: -29rem;
    }
    .about-box {
      margin-top: 10rem;
    }
  }
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  .about-images::after {
    right: 15rem;
  }
  .about-images img:last-child {
    top: -27rem;
  }
  .about-box {

    padding: 6rem;
  }
  .about-text{
    width: 28%;
  }
}
@media only screen and (min-width: 90em) {
  /*1440px*/
  .about-box {
    padding: 10rem;
  }
  .about-images img:last-child {

    top: -20rem;
  }
  .about-images::after {
    right: 23rem;
    background-size: 33rem;
  }
}
@media only screen and (min-width: 105em) {
  /*1680px*/
  .about-images img{
    height: auto;
  }
}
/* ================================================================================== 
14. Categories
===================================================================================== */


.categories a{
  overflow: hidden;
  position: relative;
  border-radius: 2rem;
  width: 100%;
  display: block;
  margin-bottom: 3rem;
  }
  .categories a:last-child{
    margin-bottom: 0;
  }
.categories a img{
  display: block;
  width: 100%;
  height: 40rem;
  object-fit: cover;
  transition: transform .4s ease-in-out;
}
.categories a:hover img{
  transform: scale(1.02);
}
.categories-text{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 3rem;
  z-index: 2;
}
.categories-text h3{
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
}
.categories-text p{
  color: #fff;
  display: none;
}
.categories a::before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.4);
  z-index: 1;
}
@media only screen and (min-width: 42.5625em) {
  /*681px*/
  .fleet{
    margin-top: -25rem;
  }
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .fleet{
    margin-top: -30rem;
  }
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .fleet{
    margin-top: -35rem;
  }
  .categories .container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap:2rem;
  }
  .categories a{
    width: auto;
    margin-bottom: 0;
  }
  .categories a:nth-child(1) { grid-area: 1 / 1 / 3 / 3; }
  .categories a:nth-child(2) { grid-area: 1 / 3 / 2 / 5; }
  .categories a:nth-child(3) { grid-area: 2 / 3 / 3 / 4; }
  .categories a:nth-child(4) { grid-area: 2 / 4 / 3 / 5; }
  .categories a img{
    height: 100%;
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/

  .fleet{
    margin-top: -20rem;
  }
}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  .fleet{
    margin-top: -15rem;
  }
  .categories-text h3{
    font-size: 3.4rem;
  }
  .categories-text p{
    display: block;
  }

}
/* ================================================================================== 
15. Fleet
===================================================================================== */
.fleet-wrapper{
  margin-top: 5rem;
}
.fleet-wrapper article {
	width: 100%;
	margin-bottom: 2rem;
	display: flex;
	flex-direction: column;
	border-radius: 2rem;
	overflow: hidden;
	border: 1px solid #d5d2d2;
	padding-bottom: 3rem;
}
.fleet-image{
  position: relative;
  display: block;
  margin-bottom: 3rem;
  overflow: hidden;
}
.sticker {
	position: absolute;
	top: 2rem;
	right: 2rem;
	background-color: #1f3161;
	padding: 0.6rem 2rem;
	font-weight: 600;
	z-index: 1;
	border-radius: 10rem;
	color: #fff;
}
.fleet-image img{
	display: block;
	width: 100%;
	height: 27rem;
	object-fit: cover;
  transition: transform 0.4s ease-in-out;
}
.fleet-image:hover img{
  transform: scale(1.03);
}
.fleet-wrapper  article h3{
  padding: 0  3rem;
}
.icons, .jedinice{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  padding: 0;
  gap:0 3rem;
  margin-bottom: 3rem;
}
.icon{
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  width: 45.2%;
  font-size: 1.5rem;
}
.icon img{
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  object-fit: contain;
  margin-right: 1rem;
}
.btn-bottom{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 3rem;
  margin-top: auto;
}
.fleet-wrapper .icon{
  width: auto;
}
.btn-bottom .btn{
  margin-bottom: 1rem;
}
@media only screen and (min-width: 37.5625em) {
  /*601px*/
  .fleet-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap:2%;
  }
  .fleet-wrapper article {
    width: 49%;
    margin-bottom: 2%;
  }
  .icons, .jedinice{
  padding: 0 3rem;
  }
}

@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .fleet-wrapper article {
    width: 32%;
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .fleet-wrapper{
    margin-top: 7rem;
  }
}
@media only screen and (min-width: 80.0625em) {
  /*1281px*/
  .fleet-wrapper article {
    width: 23.5%;
  }
}
/* ================================================================================== 
16. Apartments
===================================================================================== */
.apartments{
  padding-bottom: 5rem;
}
.apartments-wrapper{
  margin-top: 5rem;
}
.apartments-wrapper article {
	width: 100%;
	margin-bottom: 2rem;
	display: flex;
	flex-direction: column;
	border-radius: 2rem;
	overflow: hidden;
	border: 1px solid #d5d2d2;
	padding-bottom: 3rem;
}
.apartments-image{
  position: relative;
  display: block;
  margin-bottom: 3rem;
  overflow: hidden;
}
.apartments-image img {
	display: block;
	width: 100%;
	height: 27rem;
	object-fit: cover;
  transition: transform 0.4s ease-in-out;
}
.apartments-image:hover img{
  transform: scale(1.03);
}
.apartments-wrapper  article h3{
  padding: 0  3rem;
}
@media only screen and (min-width: 37.5625em) {
  /*601px*/
  .apartments-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap:2%;
  }
  .apartments-wrapper  article {
    width: 49%;
    margin-bottom: 2%;
  }
}

@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .apartments-wrapper  article {
    width: 32%;
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .apartments-wrapper {
    margin-top: 7rem;
  }
}
@media only screen and (min-width: 80.0625em) {
  /*1281px*/
  .apartments-wrapper  article {
    width: 23.5%;
  }
}
/* ================================================================================== 
17. Footer
===================================================================================== */
footer ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
footer .container{
  padding: 6rem;
  background-color: #1f3161;

  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
footer article{
  width: 100%;
  margin-bottom: 3rem;
}
footer article:last-child{
  margin-bottom: 0;
}
.footer-logo {
  margin-bottom: 3rem;
}
.footer-logo a{
  display: block;
}
.footer-logo img{
  display: block;
  width: 23rem;
  margin: 0 auto;
}
.footer-info a, .footer-info p, .info-mobile a, .info-mobile p{
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin-right: 3rem;
  margin-bottom: 1rem;

}
.info-mobile a, .info-mobile p{
  color: #1f3161;
  text-align: left;
  justify-content: flex-start;
}
.footer-info img, .info-mobile img{
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 1rem;

}
footer h3{
  color: #fff;
}

footer ul li a{
  color: #fff;
  display: inline-block;
  padding: 0.5rem 0;
}
.copyright{
  font-size: 1.4rem;
  text-align: left;
  padding: 2rem 0;
  font-weight: 400;
}
.copyright .container{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.v{
  margin-top: 5px;
}
.info-mobile{
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px dashed #000;
} 
 .phone{
  display: none !important;
}
@media only screen and (min-width: 42.5625em) {
  /*681px*/
  .copyright .container{
    flex-direction: row;
    justify-content: space-between;
    text-align: left;
  }
  .v{
    margin-top: 0;
  }
  .phone{
    display: flex  !important;
  }
}
  @media only screen and (min-width: 64.0625em) {
    /*1025px*/
    footer .container{
      flex-direction: row;
      text-align: left;
      justify-content: space-between;
    }
  
  footer article{
    width: auto;
    margin-bottom: 0;
  }
  .footer-info a, .footer-info p{
    justify-content: flex-start;
  }
  .footer-logo img{
    margin: 0;
  }
  .footer-logo {
    margin-bottom: 0;
  }

  }
  @media only screen and (min-width: 68.75em) {
    /*1100px*/
    .info-mobile{
      display: none;
    }
  }
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  .footer-links ul{
    column-count: 2;
    column-gap: 3rem;
  }
  
}
@media only screen and (min-width: 90em) {
  /*1440px*/
  .footer-logo img{
    width: 33.8rem;
  }

}
@media only screen and (min-width: 100em) {
  /*1600px*/
  footer .container{
    padding: 10rem;
    border-radius: 2rem;
  }
}
/* ================================================================================== 
18. Apartments Page
===================================================================================== */

.top-image{
  position: relative;
}
.top-image::before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.2);
}
.top-image img{
  width: 100%;
  height: 46rem;
  display: block;
  object-fit: cover;
}
.search-section .title h1{
  font-size: 3.6rem;
}
.search-section .container{
  max-width: 150rem;
}
.search-section form{
  flex-wrap: wrap;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 3rem;
  border-radius: 2rem;
  border:1px solid #d5d2d2
}
.search-section fieldset {
	width: 100%;
	padding: 1rem;
  margin-bottom: 0;
}
.search-section fieldset.check-group{
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.search-section fieldset.check-group label{
  margin-bottom: 0;
}
.search-section fieldset.destination-fieldset select{
  background-image: var(--wpr-bg-922da938-cc34-4c29-9379-60e0698de153), var(--wpr-bg-5005e444-8909-4f37-93f3-28cfb9ee4e7a);
  background-repeat: no-repeat;
  background-size: 1rem, 1.2rem;
  background-position: right 2rem center, left 2rem center;
  padding-left: 5.2rem;
}
.search-section fieldset.type-fieldset select{
  background-image: var(--wpr-bg-a322aa32-42f8-4f3c-b8b6-ba644ec6c2ee), var(--wpr-bg-95cb6369-52c5-445b-a7a4-77f0199b68bd);
  background-repeat: no-repeat;
  background-size: 1rem, 1.5rem;
  background-position: right 2rem center, left 2rem center;
  padding-left: 5.2rem;
}
.search-section fieldset.guests-fieldset select{
  background-image: var(--wpr-bg-38da36ec-bd64-4a33-8eb7-1ab85d09c892), var(--wpr-bg-52c43b9c-6a57-4bfa-a475-0e34efb0a6ac);
  background-repeat: no-repeat;
  background-size: 1rem, 1.4rem;
  background-position: right 2rem center, left 2rem center;
  padding-left: 5.2rem;
}
.search-section fieldset.form-btn{
  display: flex;
  align-items: flex-end;

}
.search-section fieldset.form-btn input{
  padding: 1.3rem 6rem;
  transition: all .4s ease-in-out;
  font-size: 1.6rem;
  font-weight: 700;
}
@media only screen and (min-width: 37.5625em) {
  /*601px*/
  .search-section fieldset {
    width: 50%;
    padding: 1.8rem;
  }
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .search-section fieldset {
    width: 33.3%
  }
}
@media only screen and (min-width: 61.3125em) {
  /*981px*/
  .search-section fieldset {
    width: 25%;
  }

}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  .search-section form{
    flex-wrap: nowrap;
  }
  .search-section fieldset {
    width: 24.2%;
  }
  .search-section fieldset.form-btn{
    width: auto;
  }
  .search-section fieldset.check-group{
    width: auto;
  }
  
}
/*-------------*/
.single-content{
  width: 100%;
  margin-bottom: 5rem;
}
.single-aside{
  width: 100%;
}
.single-desc, .single-list{
  padding: 5rem;
  background-color: #e8eaef;
  margin-bottom: 3rem;
  border-radius: 2rem;
}
.single-desc .icons{
  padding: 0;
  margin: 0;
}
.single-desc .icons .icon{
  width: 100%;
}
.slick-arrow{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background-color: rgba(255,255,255,.3);
  z-index: 2;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1rem;
}
.slick-prev{
  left: 1rem;
  background-image: var(--wpr-bg-5da55ba9-b646-4b02-acfa-97fb2de1f9c9);
}
.slick-next{
  right: 1rem;
  background-image: var(--wpr-bg-20d9f486-b849-4033-af8e-d2ac9a594b2b);
}
.slider-for img{
  display: block;
  width: 100%;
  height: auto;
}
.single-sliders{
  margin-bottom: 5rem;
}
.slider-for{
  border-radius: 2rem;
  overflow: hidden;
}
.slider-nav{
  border-radius: 2rem;
  overflow: hidden;
}
.slider-nav img{
  width: 100%;
  height: 10rem;
  object-fit: cover;
  padding: 1rem;
}
.slider-nav .slick-slide{
  cursor: pointer;
}
.price-table{
  margin-top: 5rem;
}
.map.single-map{
  margin-top: 5rem;
  width:100%;
}
.single-form-wrap{
  display: none;
}
.form-toggle{
  margin-bottom: 2rem;
}
.single-form form p{
  margin-bottom: 0;
}
.single-form {
  padding-bottom: 3rem;
}
.mobile-form{
  display: block;
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .single-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }
  .single-content{
    width: 65%;
    margin-bottom: 0;
  }
  .single-aside{
    width: 30%;
    position: sticky;
    top: 15rem;
    

  }
  .mobile-form{
  display: none !important;
}

}
@media only screen and (min-width: 80.0625em) {
  /*1281px*/
  .single-desc .icons .icon{
    width: 43.1%;
  }

}
/*----------*/
.tabs {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  gap:0.5rem;
  margin-top: 5rem;
}
.tabs a {
	padding: 1rem 3rem;
	display: inline-block;
	border: 1px solid #e7e7e7;
	background: #fff;
	margin-right: 0.5rem;
	font-weight: 600;
	border-radius: 10rem;
}
.tabs a:hover,
.tabs a.active-tab {
  background: #006fc8;
  border: 1px solid #006fc8;
  color: #fff;
}
.tabs-container {
  width: 100%;
  display: none;
  margin-top: 5rem;
  background-color: #fff;
}
.tabs-container.active-tab {
  display: block;
}
.tab-wrap{
  display: flex;
flex-direction: column;
}
.tab-box{
  width: 100%;
  border-radius: 2rem;
  padding: 2.5rem;
  background-color: #e8eaef;
  margin-bottom: 3rem;
}
.tab-box:last-child{
  margin-bottom: 0;
}
.mobile-form{
  display: block;
}
@media only screen and (max-width: 42.5em) {
  /*680px*/
 /* .single-aside{
  display: none;
 } */
  .single-aside .single-desc{
    display: none;
  }

}
@media only screen and (min-width: 42.5625em) {
  /*681px*/
  .tab-wrap{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .tab-box{
    width: 48%;

    margin-bottom: 0;
  }
  .tab-box.tab-box-mobile{
    display: none;
  }
    .tab-box{
  padding: 5rem;
  }
 

}

@media only screen and (max-width: 680px) {
  .tab-box-desktop{
    order: 4;
    margin-top: 3rem;
  }
}

@media only screen and (min-width: 64.0625em) {
  /*1025px*/

}
/* ================================================================================== 
19. Contact Page
===================================================================================== */

.contact-text{
  width: 100%;
  margin-bottom: 10rem;
}
.contact-form{
  width: 100%;
  border:1px solid #d5d2d2;
  border-radius: 5rem;
  padding: 5rem  3rem;
  padding-top: 8rem;
  position: relative;
}
.contact-form p{
  margin: 0;
}
.contact-form::before{
  content: '';
  position: absolute;
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  border:1px solid #d5d2d2;
  background-color: #fff;
  background-image: var(--wpr-bg-18eff203-5d75-4f57-a179-4e5f103e5989);
  background-repeat: no-repeat;
  background-size: 3rem;
  background-position: center;
  left: 50%;
  top: -5rem;
  transform: translateX(-50%);

}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .contact-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }
  .contact-text{
    width: 45%;
  }
  .contact-form{
    width: 45%;
  }
  .contact-wrapper{
    margin-top: 5rem;
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .contact-wrapper{
    margin-top: 0;
  }
  .contact-form{
    padding: 5rem;
    padding-top: 8rem;
  }
}
/* ================================================================================== 
20. Text Pages
===================================================================================== */
.map{
  margin-top: 5rem;
}
.map iframe{
  width: 100%;
  height: 40rem;
  display: block;
}
.text-center{
  text-align: center;
  max-width: 100rem;
  margin: 0 auto;
  width: 100%;
  margin-bottom: 5rem;
}
.text-image{
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 5rem;
  position: relative;
  border-radius: 2rem;
  overflow: hidden;
}
.text-image::before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.6);
  z-index: 0;
}
.text-image p{
  position: relative;
  z-index: 1;
  color: #fff;

}
@media only screen and (min-width: 40.0625em) {
  /*641px*/
  .text-image{
    column-count: 2;
    column-gap: 5rem;
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .text-center{
  
    margin-bottom: 10rem;
  }
  .map{
    margin-top: 10rem;
  }

}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  .text-image{
    padding: 10rem;
    column-gap: 10rem;
  }
}
/* ================================================================================== 
21. Destination Page
===================================================================================== */


.destination-wrapper{
  margin-top: 5rem;
  border-radius: 2rem;
  overflow: hidden;
}

.destination-box{
  height: auto;
  position: relative;
  width: 100%;
  display: block;
}
.destination-box a{
  display: block;
  position: relative;
}
.destination-box img {
	width: 100%;
	height: 40rem;
	background-size: cover;
	display: block;
	object-fit: cover;
}
.destination-box a::before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.3);
  z-index: 1;
}
.destination-box-text{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding:2rem;
  z-index: 2;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.destination-box-text h3{
  transition: all .4s  ease-in-out;
  color: #fff;
}
.destination-inner{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  padding: 5rem;
  opacity: 0;
  transition: all .4s ease-in-out;
  background-color: rgba(0,0,0,.6);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
.destination-box a:hover .destination-inner{
    opacity: 1;
    height: 100%;
}
.destination-box a:hover .destination-box-text > h3{
  opacity: 0;
  visibility: hidden;
}
@media only screen and (min-width: 42.5625em) {
  /*681px*/
  .destination-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .destination-box{

    width: 50%;
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .destination-box{
    width: 33.333%;
  }
  .destination-wrapper{

    margin-top: 10rem;

  }
}
/*-------------*/

.gallery .container  a, .gallery-single a, .gallery-wrap a{
  margin-bottom: 0;
  width: 100%;
  position: relative;
  display: block;
  margin-bottom: 3rem;
}

.gallery .container a img, .gallery-single a img, .gallery-wrap a img  {
	display: block;
	width: 100%;
	height: 24rem;
	object-fit: cover;
	transition: all .4s ease-in-out;
	transform: scale(1.002);
}
.gallery-single a img{
  height: 19rem;
}
.gallery .container a::after, .gallery-single a::after, .gallery-wrap a::after {
	content: '+';
	position: absolute;
	left: 50%;
	top: 46%;
	transform: translate(-50%, -50%);
	font-size: 5rem;
	color: #fff;
	line-height: 0;
	opacity: 0;
	visibility: hidden;
	transition: all .4s ease-in-out;
	z-index: 2;
}
.gallery .container a::before, .gallery-single a::before,  .gallery-wrap a::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-color: rgba(0,0,0,.5);
	transition: all .4s ease-in-out;
	opacity: 0;
	visibility: hidden;
}
.gallery .container a:hover::after, .gallery .container a:hover::before, .gallery-single a:hover::before,  .gallery-wrap a:hover::before {
	opacity: 1;
	visibility: visible;
}
.gallery-wrap{
  margin-top: 5rem;
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  .gallery .container, .gallery-single, .gallery-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
  
  
  }
  .gallery .container  a, .gallery-single a, .gallery-wrap a {
    width: auto;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .gallery .container, .gallery-single , .gallery-wrap{

    grid-template-columns: 1fr 1fr 1fr 1fr;

    grid-auto-flow: dense;
  
  }
  .gallery .container  a:nth-child(10n + 1), .gallery-single a:nth-child(10n + 1), .gallery-wrap a:nth-child(10n + 1) {

    grid-column: span 2;
    grid-row: span 2;
  
  }
  
  .gallery .container  a:nth-child(10n + 1) img, .gallery .container  a:nth-child(10n + 10) img, .gallery-single  a:nth-child(10n + 10) img, .gallery-single  a:nth-child(10n + 1) img,   .gallery-wrap  a:nth-child(10n + 10) img, .gallery-wrap  a:nth-child(10n + 1) img{
    height: 100%;
  }
  .gallery .container  a:nth-child(10n + 10), .gallery-single  a:nth-child(10n + 10), .gallery-wrap  a:nth-child(10n + 10) {
  
    grid-column: span 2;
    grid-row: span 2;
  
  }
  
  .gallery .container  a:nth-child(10n + 8), .gallery-single  a:nth-child(10n + 8), .gallery-wrap  a:nth-child(10n + 8) {
  
    grid-column: 1;
  }
  
  .gallery .container  a:nth-child(10n + 9), .gallery-single  a:nth-child(10n + 9), .gallery-wrap  a:nth-child(10n + 9)  {
  
    grid-column: 2;
  }
}
 
  @media only screen and (min-width: 75.0625em) {
    /*1201px*/
    .gallery .container a img, .gallery-single a img, .gallery-wrap a img  {
      height: 32rem;
    }
    .gallery-wrap a img  {
      height: 30rem;
    }
  }
/* ================================================================================== 
22. Trips Page
===================================================================================== */
.trip-wrapper{
  margin-top: 5rem;
}
.trip-row{
  overflow: hidden;
  border-radius: 2rem;
  margin-bottom: 5rem;
  background-color: #e8eaef;
}
.trip-row:last-child{
  margin-bottom: 0;
}
.trip-image {
	width: 100%;
	overflow: hidden;
}
.trip-image a{
  display: block;
  overflow: hidden;
  height: 100%;
}
.trip-image img{
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: transform .4s ease-in-out;
}
.trip-image:hover img{
  transform: scale(1.03);
}
.trip-text {
	width: 100%;
	padding: 5rem 3rem;
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .trip-row{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;


  }
  .trip-image {
    width: 41%;
  }
  .trip-image img{
    height: 100%;
  }
  .trip-text {
    width: 59%;
    padding: 7rem 5rem;
  }
}
/*---------*/


.trip-content{
  width: 100%;
  margin-bottom: 5rem;
}
.trip-aside{
  width: 100%;
}
.trip-price{
  padding: 5rem;
  background-color: #e8eaef;
  margin-bottom: 3rem;
  border-radius: 2rem;
}
.gallery-single{
  margin-top: 5rem
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .trip-single-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
  }
  .trip-content{
    width: 60%;
    margin-bottom: 0;
  }
  .trip-aside{
    width: 30%;
  }
}
/* ================================================================================== 
23. Fleet Single Page
===================================================================================== */
table td{
  padding: 0.5rem;
  border:1px solid #e7e7e7;
}
table thead td{
  background-color: #1f3161;
  border-color: #fff;
  color: #fff;
  font-weight: 600;
}
table tbody tr:nth-child(2n+2) td{
  background-color: #e8eaef;
}
.responsive-table{
  overflow-x: auto;
}
.responsive-table table{
  width: 50rem;
}
@media only screen and (min-width: 33.75em) {
  /*540px*/
  .responsive-table table{
    width: 100%;
  }
  table td{
    padding: 1rem;
  }
}


/* ŽAC */
.form-toggle {
    margin-bottom: 2rem;
    width: 100%;
    text-align: center;
}

.gallery .container a img, .gallery-single a img {
	border-radius: 2rem !important;
}
h3.cjenik {
    margin-top: 5rem;
}

.jedinice a {
    width: 100%;
    margin-bottom: 14px;
}

.cky-btn-revisit-wrapper,
.grecaptcha-badge {
	display: none !important;
}
