/* -------------------------------------------------------------------
/* Site design by Eddy @ jollyone.design (https://jollyone.design)
/* CSS written by Eddy @ jollyone.design (hello@jollyone.design)
--------------------------------------------------------------------*/
:root {
  --main-color: #cfa565;
}
@font-face {
    font-family: rawengulk;
    src: url("../fonts/rawengulk.otf") format("opentype");
}
@font-face {
  font-family: helvetica-neue;
  src: url("../fonts/HelveticaNeueThin.ttf") format("truetype");
}

html, body {
	font-family: 'rawengulk', 'helvetica-neue', sans-serif;
}

section {

  -webkit-animation: fadein 4s;
    -moz-animation: fadein 4s;
    -ms-animation: fadein 4s;
    -o-animation: fadein 4s;
    animation: fadein 4s;
}

@keyframes fadein{from{opacity:0}to{opacity:1}}@-moz-keyframes fadein{from{opacity:0}to{opacity:1}}@-webkit-keyframes fadein{from{opacity:0}to{opacity:1}}@-ms-keyframes fadein{from{opacity:0}to{opacity:1}}@-o-keyframes fadein{from{opacity:0}to{opacity:1}}

.section {
  min-height: 600px;
	height:100vh;
  position: relative;

}

.single-room-wrapper p {
  font-size: 18px;
  text-align: center;
}

.single-room-wrapper img {
  max-width: 100%;
  height: auto !important;
  margin: 6px;
}


p {
  /*font-size: 12px;*/
  font-weight: 300;
}
.section .welcomeText {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.container-padding {
  padding-top: 140px;
}
.padding-b {
  padding-bottom: 150px;
}
.section-padding {
  padding-top: 140px;
  padding-bottom: 50px;
}
.cover-img {
  background-repeat: no-repeat;
  background-attachment: fixed;
    background-position: center;
    background-size: cover;
}

.slide1 {
  background-image: url('../img/slides/1.jpg');
}

.bgPattern {
	background-image:url('../img/bg-pattern.jpg');
  background-position: center center;
    background-position-x: center;
    background-position-y: center;
}
.bgRooms {
  background-image: url('../img/bgRooms.jpg');
}
.bgRooms2 {
  background-image:url('../img/rooms/suite2.jpg') ;
}
.fineDining {
	background-image:url('../img/home/finedining-cover.jpg');
}
.dining1 {
  background-image:url('../img/menus/chef.jpg');
}
.experiences {
  background-image:url('../img/experiences/_MG_0840.jpg');
  background-position: center;
}
.bgSpa {
	background-image:url('../img/bgSpa.jpg');
}
.bgGolf {
  background-image:url('../img/home/otocec-2689.jpg');
}
.fishing {
  background-image:url('../img/home/otocec-2586-2.jpg');
}
.weddings {
	background-image:url('../img/weddings.jpg');
}
.businessMeetings {
	background-image:url('../img/meetings.jpg');
}
.bgAbout {
  background-image:url('../img/castle-from-above.jpg');
}





@media only screen and (max-device-width : 1024px) {
.bgPattern-ios {
  background-image: url('../img/bgPattern.jpg');
  background-position: center;
  background-repeat: no-repeat;
}
.bgRooms-ios {
  background-image: url('../img/bgRooms.jpg');
  background-position: center;
  background-repeat: no-repeat;
}
.bgDining-ios {
    background-image: url('../img/home/finedining-cover.jpg');
  background-position: center;
  background-repeat: no-repeat;
}
.bgSpa-ios {
      background-image: url('../img/bgSpa.jpg');
  background-position: center;
  background-repeat: no-repeat;
}
.bgGolf-ios {
        background-image: url('../img/home/otocec-2689.jpg');
  background-position: center;
  background-repeat: no-repeat;
}
.bgBoss-ios {
         background-image: url('../img/meetings.jpg');
  background-position: center;
  background-repeat: no-repeat;
}
.bgWed-ios {
   background-image: url('../img/weddings.jpg');
  background-position: center;
  background-repeat: no-repeat;
}
.bgFish-ios {
     background-image: url('../img/home/otocec-2586-2.jpg');
  background-position: center;
  background-repeat: no-repeat;
}
  .slide1::before {
  content: ' ';
  display: block;
  background-image: url('../img/slides/1.jpg');
  background-position: center;
  background-size: cover;
  height: 100vh;
  width: 100vw;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: fixed;
  z-index: -10; // This is pretty important.
}

.dining1::before {
  background-image:url('../img/menus/chef.jpg');
  content: ' ';
  display: block;
  background-position: center;
  background-size: cover;
  height: 100vh;
  width: 100vw;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: fixed;
  z-index: -10; // This is pretty important.
}
.bgAbout::before {
  background-image:url('../img/castle-from-above.jpg');
  content: ' ';
  display: block;
  background-position: center center;
  background-size: cover;
  height: 100vh;
  width: 100vw;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: fixed;
  z-index: -10; // This is pretty important.
}
.bgRooms2::before {
background-image:url('../img/rooms/suite2.jpg') ;
  content: ' ';
  display: block;
  background-position: center center;
  background-size: cover;
  height: 100vh;
  width: 100vw;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: fixed;
  z-index: -10; // This is pretty important.
}
.experiences::before {
  background-image:url('../img/experiences/_MG_0840.jpg');
  content: ' ';
  display: block;
  background-position: center center;
  background-size: cover;
  height: 100vh;
  width: 100vw;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: fixed;
  z-index: -10; // This is pretty important.
}


.bgAbout, .dining1, .bgRooms2, .experiences, .slide1, .bgRooms,
.fineDining, .bgSpa, .weddings, .fishing, .businessMeetings, .bgGolf {
  background-image: none;
}

.bgPattern {
  background-size: contain !important;
}
.bg-ios {
    background-size: cover !important;

}

}



div.inverted, p.inverted {
	color:#fff;
}
.section .container-fluid {
  padding-top: 130px;
}
/* Burger menu */
#menuToggle
{
  display: block;
  position: relative;
  top: 45px;
  left: 45px;

  z-index: 1;

  -webkit-user-select: none;
  user-select: none;
}
#menuToggle input
{
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;

  cursor: pointer;

  opacity: 0; /* hide this */
  z-index: 2; /* and place it over the hamburger */

  -webkit-touch-callout: none;
}
#menuToggle span
{
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;

  background: #cfa565;
  border-radius: 3px;

  z-index: 1;

  transform-origin: 4px 0px;

  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}
#menuToggle span:first-child
{
  transform-origin: 0% 0%;
}
#menuToggle span:nth-last-child(2)
{
  transform-origin: 0% 100%;
}
#menuToggle input:checked ~ span
{
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #cfa565;
}
#menuToggle input:checked ~ span:nth-last-child(3)
{
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

#menuToggle input:checked ~ span:nth-last-child(2)
{
  transform: rotate(-45deg) translate(0, -1px);
}
#menu {
  position: absolute;
  width: 470px;
  margin: -100px 0 0 -50px;
  padding: 20px 50px;
  padding-top: 115px;

  background: rgba(57,61,68,0.93);
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  /* to stop flickering of text in safari */

  transform-origin: 0% 0%;
  transform: translate(-100%, 0);

  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}
#menu li, .social-ul li
{
  padding: 10px 0;
  font-size: 26px;
}
.contact-info {
  line-height: 2.3;
}
#menu a {
	color:#fff;
	letter-spacing:1.3px;
	transition:all 0.4s ease;
}
#menu a:hover {
	text-decoration:none;
	color:#cfa565;
}
#menuToggle input:checked ~ ul {
  transform: none;
}
/* end burger menu */
#main_content {
	position: absolute;
	width:100%;
  top: 58%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.nopadding-left {
  padding-left:0;
}
.nopadding-right {
  padding-right:0;
}
.btn-oco {
  background-color:#cfa565;
  white-space: normal;
  border-radius:0;
  margin-top:30px;
  text-transform: uppercase;
  color:#fff;
	font-size: 21px;
	font-weight: 100;
	letter-spacing: 0.5px;
	padding:12px 35px;
}
.btn-oco-big {
	font-size: 28px;
	padding: 5px 0;
}
.navbar-default {
  margin-top:30px;
}
.logo {
  display:block;
  margin:0 auto;
	max-width:130px;
}
.logo-fixed{
  z-index: 100;
  position: absolute;
  top: 0;
  left: calc(50% - 65px);
}
.pColor {
  color:var(--main-color);
}
.stars {
  margin-top:20px;
}
.welcomeText h2, h1, p {
  margin:0;
}
.welcomeText h1 {
  margin:0;
	font-size:4em;
}
.welcomeText .btn-oco-big {
  margin:0;
}
.italic {
  font-style:italic;
  color:#fff;
}
/* Margins */
.margin10 {
  margin-top:10px !important;
}
.margin20 {
  margin-top:20px !important;
}
.margin30 {
  margin-top:30px !important;
}
.margin50 {
  margin-top:50px !important;
}
/* footer menu */
#footer_menu {
  position:fixed;
  bottom:0;
  left:0;
  width:100%;
}
.footer_menu-relative {
	position:relative !important;
	bottom: -59px !important;
}
#footer_menu ul {
	display: table;
	width: 100%;
	list-style: none;
	margin-top:15px;
}
#footer_menu ul li {
	display: table-cell;
	text-align: center;
}
#footer_menu li a {
	font-size:25px;
	transition:all 0.4s ease;
	color:#fff;
	text-transform: uppercase;
}
#footer_menu li a:hover {
	text-decoration: none;
	color:var(--main-color);
}
#footer_menu li a.active {
	border-top:1px solid var(--main-color);
	color:var(--main-color);
}
#footer_menu li a:focus {
	text-decoration: none;
}
.footer-logo {
	max-width:50px;
	margin-left:50px;
	margin-bottom:5px;
}
.footer-links li {
  padding-left: 5px;
  padding-right: 5px;
}
.footer-bg {
	background-color:rgba(18,20,24,0.53);
	padding-top:10px;
}
.footer-chevron {
  width: 100%;
}
.footer-chevron  p {
  line-height: 0.7;
}
.footer-chevron .svg-inline--fa {
  width: 0.4em;
}
.footer-chevron a {
  font-size:25px;
  transition:all 0.4s ease;
  color:#fff;
}
.footer-chevron a:hover {
  text-decoration: none;
  color:var(--main-color);
}
label {
  color: white;
  font-size: 24px;
}
textarea {
  height: 88px;
  width: 100%;
}
select {
    background: white;
    font-size: 18px;
    height: 34px;
    padding: 5px;
}
.contact-form {
  padding: 30px;
}

#rooms_menu ul {
  display: table;
  width: 100%;
  list-style: none;
  margin-top:15px;
}
#rooms_menu ul li {
  display: table-cell;
  text-align: left;
}
#rooms_menu li a {
  font-size:28px;
  transition:all 0.4s ease;
  color:#fff;
  text-transform: uppercase;
}
#rooms_menu li a:hover {
  text-decoration: none;
  color:var(--main-color);
}
#rooms_menu li a.active {
  border-top:1px solid var(--main-color);
  color:var(--main-color);
}
#footer_menu li a:focus {
  text-decoration: none;
}
.inner-container {
  position:relative;
}
.bottom-align-text {
    position: absolute;
    bottom: 0;
  }
/* about content */
.about-content {
	margin-top:200px;
}
.about-text {
	font-size:33px;
}
.about-footer-menu {
	bottom:-335px !important;
}
/* rooms content */
.rooms-footer-menu {
	bottom:-245px !important;
}
.rooms-text {
	font-size:20px;
}
.room-description {
	font-size:18px;
}
.well {
	border-radius:0;
	position:relative;
}
.well-food .degustation-text {
  max-height: 70% ;

}
.weddings-well {
  height: 100%;
}
.rooms-button {
	position: absolute;
	right:0;
	bottom:10px;
	width: 90%;
	margin-right:30px;
}
/* single rooms */
.single-rooms-text {
	font-size:18px;
}
.single-room-wrapper {
	padding:30px;
}
.degustation-wrapper {
  padding:30px;
  overflow-x: scroll;
}
/* rooms sub nav */
ul.rooms-sub-nav {
	display: table;
	width: 100%;
	list-style: none;
	margin-top:25px;
}
ul.rooms-sub-nav li {
	display: table-cell;
	text-align: center;
}
ul.rooms-sub-nav li a {
	font-size:28px;
	transition:all 0.4s ease;
	color:#fff;
	text-transform: uppercase;
}
ul.rooms-sub-nav li a:hover {
	text-decoration: none;
	color:var(--main-color);
}
ul.rooms-sub-nav li a.active {
	border-top:1px solid #fff;
	color:var(--main-color);
}
.single-rooms-footer-menu {
	bottom:-14px !important;
}
/* menus */
.menuImage {
	padding:20px;
	display:block;
	margin:0 auto;
}
.menuButton {
	position:relative !important;
}
.col-lg-offset-half {
	margin-left:4.1111111%;
}
/*
This is the visible area of you carousel.
Set a width here to define how much items are visible.
The width can be either fixed in px or flexible in %.
Position must be relative!
*/
.jcarousel {
    position: relative;
    overflow: hidden;
}

/*
This is the container of the carousel items.
You must ensure that the position is relative or absolute and
that the width is big enough to contain all items.
*/
.jcarousel ul {
    width: 10000em;
    position: relative;

    /* Optional, required in this case since it's a <ul> element */
    list-style: none;
    margin: 0;
    padding: 0;
}

/*
These are the item elements. jCarousel works best, if the items
have a fixed width and height (but it's not required).
*/
.jcarousel li {
    /* Required only for block elements like <li>'s */
    float: left;
}
.no-padding-left {
	padding-left:0 !important;
}
.no-padding-right {
	padding-right:0 !important;
}

.slider_wrapper {
  height: 65vh;
  margin-top: 140px;
}

.slider_wrapper .item {
  max-height: 80%;
} 


/******** Media queries for mobile *********/
@media screen and (max-width:468px) {
	.logo {
		max-width:100px ;
	}
  .logo-fixed {
    left: calc(50% - 50px);
  }
	body {
		margin:0;
	}
	#menuToggle {
		top: 25px;
		left: 20px;
	}
	#menu {
		width: 108vw;
    height: 100vh;
		margin: -52px 0 0 -50px;
	}

	.btn-oco {
		font-size:15px;
	}
	.btn-oco-big {
		font-size:15px;
	}

	.well {
		min-height:auto;
		padding:5px;
	}
	.rooms-text-container {
		padding:5px;
   
	}
	.room-description {
		font-size:12px;
  
	}
	.rooms-button {
		position:relative;
		margin:0 auto;
		margin-top:15px;
		display:block;
	}
	h1 {
		font-size:20px;
		margin-top:15px;
	}
  h3 {
    font-size:18px;
    margin-top:10px;
  }
	.single-rooms-text {
		font-size:12px;
	}
	.single-room-wrapper {
		padding:15px;
	}
	.col-lg-offset-half {
		margin-left:0;
	}
	.about-content {
		margin-top:50px;
	}
	.about-text {
		font-size:24px;
	}
}

.text-bg {
  background-color:rgba(18,20,24,0.53);
  padding:10px;
}

.carousel-col { 
    position: relative; 
    min-height: 1px; 
    padding: 5px; 
    float: left;
 }

/*xs*/
@media (max-width: 767px) {
  #dining-carousel .well { margin: 0 10%;}
  #dining-carousel .carousel-col { width: 100%; }
  #dining-carousel .active > div { display:none; }
  #dining-carousel .active > div:first-child { display:block; }
  h1 { margin-top:18px; }
  h3 { margin-top:12px; }
}

/*md*/
@media (min-width: 767px) and (max-width: 1199px) {
  #dining-carousel .carousel-col { width: 50%; }
  #dining-carousel .active > div { display:none; }
  #dining-carousel .active > div:first-child { display:block; }
  #dining-carousel .active > div:first-child + div { display:block; }
  h1 { margin-top:22px; }
  h3 { margin-top:15px; }
}

.left.carousel-control, .right.carousel-control {
  background: transparent;
}
@media (min-width: 1600px)  {
    .hidden-xl {
        display: none !important;
    }
}

@media (min-width: 1920px)  {
    .hidden-xxl {
        display: none !important;
    }
    .visible-xxl {
      display: block !important;
    }
}

.btn-send {
  padding: 5px;
}
@media screen and (max-width: 468px){
.btn-send {
  font-size: 24px ;
}
}

@media (max-width: 767px){
.container {
    width: 80%;
}
}

@-moz-document url-prefix() {
  fieldset { display: table-cell; }
}

.table {
  color: white;
}
.menu-wrapper {
  max-height: 100vh;
  overflow: scroll;
}
