.mr10 {
  margin-right: 10px;
}
.mr20 {
  margin-right: 10px;
}
.mr30 {
  margin-right: 10px;
}
.mr40 {
  margin-right: 10px;
}
.mr50 {
  margin-right: 10px;
}
.ml10 {
  margin-left: 10px;
}
.ml20 {
  margin-left: 10px;
}
.ml30 {
  margin-left: 10px;
}
.ml40 {
  margin-left: 10px;
}
.ml50 {
  margin-left: 10px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 10px;
}
.mb30 {
  margin-bottom: 10px;
}
.mb40 {
  margin-bottom: 10px;
}
.mb50 {
  margin-bottom: 10px;
}
a {
  text-decoration: none !important;
  transition: 0.3s all;
}
a:hover {
  text-decoration: none !important;
}
a:focus {
  text-decoration: none !important;
}
a:active {
  text-decoration: none !important;
}
* {
  outline: none !important;
}
img {
  max-width: 100%;
}
body {
  font-family: "Work Sans", sans-serif, sans-serif;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  color: #585d67;
  line-height: 30px;
}
.tbl {
  display: table;
  width: 100%;
  height: 100%;
}
.tbl .cll {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
.upper {
  text-transform: uppercase;
}
.empty {
  height: 100px;
}
header {
  transition: 0.3s all;
  height: 130px;
  padding: 30px 0;
  text-align: center;
  position: relative;
  z-index: 100;
}
header .menu {
  font-size: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}
header .menu > li {
  display: inline-block;
  position: relative;
}
header .menu li a {
  color: #2b2e34;
  transition: 0.3s all;
  display: block;
  line-height: 70px;
  height: 70px;
  padding: 0 15px;
  text-transform: uppercase;
  font-size: 16px;
}
header .menu > li a:hover {
  background-color: #beae65;
  color: #fff;
}
header .menu > li a.book {
  background-color: #111a21;
  color: #fff;
}
header .menu > li a.book:hover {
  background-color: #beae65;
}
header .side-menu {
  position: relative;
}
header .menu .submenu {
  display: none;
  position: absolute;
  left: 0;
  top: 70px;
  background-color: #fff;
  width: 200px;
  padding: 30px 10px 10px 10px;
}
header .menu .submenu ul {
  margin: 0;
  padding: 0;
}
header .menu .submenu li {
  display: block;
  margin: 0;
}
header .menu .submenu li:last-child a {
  border-bottom: none;
}
header .menu li:hover .submenu {
  display: block;
}
header .menu .submenu li a {
  text-transform: none;
  text-align: left;
  line-height: 1.6;
  height: auto;
  padding: 15px 15px;
  border-bottom: 1px solid #c1cbd1;
  font-size: 14px;
}
header .right-menu.menu .submenu {
  left: initial;
  right: 0;
}
header .menu .submenu.wauto {
  width: auto;
}
header .logo {
  transition: 0.3s all;
  display: inline-block;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding: 30px 0;
}
header .logo img {
  transition: 0.3s all;
}
header .logo h1 {
  transition: 0.3s all;
  color: #111a21;
  font-family: "Work Sans", sans-serif;
  font-weight: bold;
  font-size: 14px;
  margin: 0;
  text-transform: uppercase;
  line-height: 15px;
  height: 15px;
  margin-top: 13px;
  letter-spacing: 8px;
}
header .logo .slogan {
  margin-left: 7px;
  color: #111a21;
  font-family: "Work Sans", sans-serif;
  font-weight: bold;
  font-size: 14px;
  margin: 0;
  text-transform: uppercase;
  line-height: 15px;
  height: 15px;
  margin-top: 13px;
  letter-spacing: 8px;
}
header .logo .logo-wrap {
  display: inline-block;
}
header .mobile-menu-trigger {
  display: none;
  margin-top: 11px;
  font-size: 24px;
  position: relative;
  transition: 0.3s all;
  cursor: pointer;
  float: right;
  width: 48px;
  height: 48px;
  line-height: 48px;
  background-color: #111a21;
  text-align: center;
  color: #fff;
}
header .mobile-menu-trigger:hover {
  background-color: #beae65;
}
.scrolled header {
  height: 60px;
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #fff;
  padding: 10px 0;
  box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.15);
}
.logged-in.scrolled header {
  top: 32px;
}
.scrolled {
  padding-top: 60px;
}
.scrolled header .menu li a {
  line-height: 40px;
  height: 40px;
}
.scrolled header .logo {
  padding: 5px 0 0 0;
}
.scrolled header .logo-wrap img {
  height: 30px;
  max-width: initial;
}
.scrolled header .logo h1 {
  margin-top: 5px;
  letter-spacing: 3px;
}
.scrolled header .menu .submenu {
  top: 40px;
  padding: 10px;
}
.scrolled header .menu .submenu li a {
  line-height: 1.6;
  height: auto;
}
.scrolled header .mobile-menu-trigger {
  margin-top: 6px;
}
.scrolled header .logo .slogan {
  letter-spacing: 3px;
  margin-top: 5px;
}
.main-banner {
  position: relative;
  z-index: 1;
}
.main-banner .item {
  height: 850px;
  background-position: center center;
  background-size: cover;
}
.main-banner-wrap {
  position: relative;
  z-index: 1;
}
.main-banner-wrap .ikone {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: rgba(17, 26, 33, 0.8);
  color: #fff;
  z-index: 2;
}
.main-banner-wrap .ikone .ikona {
  text-align: center;
  padding: 0 10px;
}
.main-banner-wrap .ikone .inner {
  display: flex;
  justify-content: space-between;
  padding: 35px 20px;
}
.main-banner-wrap .ikone .napis {
  letter-spacing: 3px;
}
.main-banner-wrap .bullets {
  position: absolute;
  right: 20px;
  height: 100%;
  top: 0;
  z-index: 2;
}
.main-banner-wrap .bullets .bullet {
  padding: 11px 10px 0 10px;
  cursor: pointer;
  color: #fff;
}
.main-banner-wrap .bullets .bullet.active {
  font-weight: bold;
}
.main-banner-wrap .bullets .bullet .inner {
  display: block;
  padding: 15px 10px;
  border-bottom: 1px solid #fff;
  text-shadow: 2px 2px 2px #000;
}
.main-banner-wrap .bullets .bullet:last-child .inner {
  border: 0;
}
.become-a-member {
  margin-bottom: 100px;
  padding: 50px 0;
  background-color: #dce3e9;
  font-size: 25px;
  color: #111a21;
  font-weight: bold;
  text-align: center;
}
.become-a-member a {
  transition: 0.3s all;
  vertical-align: middle;
  display: inline-block;
  margin-right: 30px;
  color: #fff;
  background-color: #111a21;
  padding: 20px 35px;
  font-weight: bold;
}
.become-a-member a:hover {
  background-color: #beae65;
}
.onas {
  margin-bottom: 120px;
}
.onas h2 {
  color: #111a21;
  font-family: "Work Sans", sans-serif;
  font-size: 36px;
  font-weight: bold;
  padding: 0 0 20px 0;
  margin: 0 0 36px 0;
  border-bottom: 1px solid #b6babc;
}
.onas h2 a {
  color: #111a21;
}
.onas .opis {
  margin-bottom: 30px;
}
.onas .gumb {
  transition: 0.3s all;
  color: #111a21;
  display: inline-block;
  border: 1px solid #111a21;
  font-size: 16px;
  font-weight: bold;
}
.onas .gumb .inner {
  transition: 0.3s all;
  padding: 20px 50px;
}
.onas .gumb:hover {
  background-color: #111a21;
}
.onas .gumb:hover .inner {
  color: #fff;
}
.onas img {
  width: 100%;
  box-shadow: -5px 5px 20px #9a9a9a;
}
.hr-intro {
  background-color: #f7feff;
  padding: 60px 0 120px 0;
}
.hr-intro h2 {
  color: #111a21;
  font-family: "Work Sans", sans-serif;
  font-size: 36px;
  font-weight: bold;
  padding: 0 0 20px 0;
  margin: 0 0 36px 0;
  border-bottom: 1px solid #b6babc;
}
.hr-intro .title-wrap {
  padding: 0 0 20px 0;
  margin: 0 0 36px 0;
  border-bottom: 1px solid #b6babc;
}
.hr-intro .title-wrap h2 {
  border: 0;
  margin: 0 0 30px 0;
  padding: 0;
}
.hr-intro .title-wrap .gumbi-wrap {
  float: left;
}
.hr-intro .title-wrap .gumbi-wrap .button.b2:hover {
  background-color: #beae65;
  border-color: #beae65;
}
.hr-intro .title-wrap .button {
  float: left;
  text-align: center;
  color: #111a21;
  border: 1px solid #111a21;
  padding: 10px 20px;
}
.hr-intro .title-wrap .button.b2 {
  cursor: pointer;
  margin-left: 10px;
  background-color: #111a21;
  color: #fff;
  transition: 0.3s all;
}
.hr-intro .title-wrap .button .n1 {
  font-weight: bold;
  font-size: 24px;
  line-height: 24px;
}
.hr-intro h2 a {
  color: #111a21;
}
.hr-intro .gumb {
  color: #111a21;
  border: 1px solid #111a21;
  font-size: 16px;
  font-weight: bold;
}
.hr-intro .gumb .inner {
  padding: 20px 50px;
}
.hr-intro img {
  width: 100%;
}
.hr-intro p:last-child {
  margin-bottom: 0;
}
.hr-intro h3 {
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
  color: #111a21;
  margin: 40px 0 20px 0;
}
.hr-intro .meta {
  font-weight: bold;
  font-size: 18px;
  color: #111a21;
}
.hr-intro .meta .sep {
  margin: 0 10px;
}
.vsebina-wrap {
  background-color: #f7feff;
  padding: 60px 0 120px 0;
}
.vsebina-wrap h2 {
  color: #111a21;
  font-family: "Work Sans", sans-serif;
  font-size: 36px;
  font-weight: bold;
  padding: 0 0 20px 0;
  margin: 0 0 36px 0;
  border-bottom: 1px solid #b6babc;
}
.vsebina-wrap .vsebina p {
  margin: 0 0 20px 0;
}
.vsebina-wrap .vsebina ol {
  margin: 0 0 20px 0;
}
.vsebina-wrap .vsebina ul {
  margin: 0 0 20px 0;
}
.vsebina-wrap .vsebina blockquote {
  border-left: 5px solid #111a21;
  padding-left: 20px;
  font-style: italic;
  margin: 0 0 20px 0;
}
.vsebina-wrap .vsebina h3 {
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
  color: #111a21;
  margin: 30px 0 20px 0;
}
.vsebina-wrap .vsebina h3:first-child {
  margin: 0 0 20px 0;
}
.vsebina-wrap .vsebina a {
  color: #111a21;
  text-decoration: underline !important;
}
.vsebina-wrap .vsebina a:hover {
  text-decoration: none !important;
}
.vsebina-wrap .vsebina .alignleft {
  float: left;
  margin: 0 10px 10px 0;
}
.vsebina-wrap .vsebina .alignright {
  float: right;
  margin: 0 0 10px 10px;
}
.vsebina-wrap .vsebina .aligncenter {
  display: block;
  margin: 0 auto 10px auto;
}
.vsebina-wrap .gumb {
  transition: 0.3s all;
  width: 250px;
  height: 70px;
  text-align: center;
  color: #fff;
  border: 1px solid #fff;
  font-weight: bold;
  display: block;
  float: left;
  margin: 0 10px 10px 0;
}
.vsebina-wrap .gumb:hover {
  background-color: #fff;
  color: #111a21;
}
.vsebina-wrap .gumb.check {
  cursor: pointer;
  border-color: #beae65;
  background-color: #beae65;
  display: flex;
  justify-content: center;
  align-items: center;
}
.vsebina-wrap .gumb.check:hover {
  background-color: #fff;
  color: #111a21;
}
.hotelske-sobe {
  background-color: #111a21;
  color: #fff;
  padding: 140px 0;
  border-bottom: 1px solid #fff;
  position: relative;
}
.hotelske-sobe:before {
  content: " ";
  width: 48px;
  height: 48px;
  left: 50%;
  margin-left: -24px;
  top: -24px;
  background-color: #f7feff;
  transform: rotate(45deg);
  position: absolute;
}
.hotelske-sobe .row {
  margin-bottom: 70px;
}
.hotelske-sobe .row:last-child {
  margin-bottom: 0;
}
.hotelske-sobe h2 {
  font-size: 36px;
  font-weight: normal;
  margin: 0 0 25px 0;
}
.hotelske-sobe h3 {
  font-size: 16px;
  font-weight: normal;
  margin: 0 0 25px 0;
}
.hotelske-sobe .izvlecek {
  margin: 0 0 35px 0;
}
.hotelske-sobe .gumb {
  transition: 0.3s all;
  width: 250px;
  height: 70px;
  text-align: center;
  color: #fff;
  border: 1px solid #fff;
  font-weight: bold;
  display: block;
  float: left;
  margin: 0 10px 10px 0;
}
.hotelske-sobe .gumb:hover {
  background-color: #fff;
  color: #111a21;
}
.hotelske-sobe .gumb.check {
  cursor: pointer;
  border-color: #beae65;
  background-color: #beae65;
}
.hotelske-sobe .gumb.check:hover {
  background-color: #fff;
  color: #111a21;
}
.order {
  padding: 140px 0;
  position: relative;
}
.order h2 {
  color: #111a21;
  font-family: "Work Sans", sans-serif;
  font-size: 36px;
  font-weight: bold;
  padding: 0 0 20px 0;
  margin: 0 0 36px 0;
  border-bottom: 1px solid #b6babc;
}
.order h3 {
  color: #111a21;
  font-family: "Work Sans", sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0 0 20px 0;
}
.order textarea {
  width: 100%;
  height: 200px;
  padding: 10px;
  display: block;
  margin: 0 0 5px 0;
}
.order .gumb {
  padding: 0;
  cursor: pointer;
  background-color: transparent;
  transition: 0.3s all;
  color: #111a21;
  display: inline-block;
  border: 1px solid #111a21;
  font-size: 16px;
  font-weight: bold;
}
.order .gumb .inner {
  transition: 0.3s all;
  padding: 20px 50px;
}
.order .gumb:hover {
  background-color: #111a21;
}
.order .gumb:hover .inner {
  color: #fff;
}
.order .selected .none {
  text-align: center;
}
.order .selected .fa-minus {
  color: red;
  margin-left: 10px;
}
.order .selected .option {
  cursor: pointer;
}
.order .status {
  display: none;
  font-weight: bold;
  margin-bottom: 10px;
}
.order .status.ok {
  display: block;
  color: green;
}
.order .status.err {
  display: block;
  color: red;
}
.order .loading {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("img/loading.gif");
}
.order .obrazec-ds {
  position: relative;
}
.order .req {
  font-weight: bold;
  color: red;
}
.order .req-line {
  font-size: 12px;
  margin: 0 0 20px 0;
}
.opis-wrap .opis p {
  margin: 0 0 20px 0;
}
.opis-wrap .opis ul {
  margin: 0 0 20px 0;
  padding: 0 0 0 20px;
}
.opis-wrap .opis ol {
  margin: 0 0 20px 0;
  padding: 0 0 0 20px;
}
.opis-wrap .opis p:last-child {
  margin: 0;
}
.hotels {
  text-align: center;
  overflow: hidden;
}
.hotels .left {
  background-color: #f0f4f7;
}
.hotels .right {
  background-color: #111a21;
  color: #fff;
}
.hotels .wrap {
  padding: 30px 15px 30px 15px;
  position: relative;
}
.hotels .left .wrap:before {
  content: " ";
  position: absolute;
  left: -9999px;
  width: 9999px;
  top: 0;
  height: 100%;
  background-color: #f0f4f7;
}
.hotels .right .wrap:after {
  content: " ";
  position: absolute;
  right: -9999px;
  width: 9999px;
  top: 0;
  height: 100%;
  background-color: #111a21;
}
.hotels img {
  margin-bottom: 60px;
}
.hotels h2 {
  font-weight: bold;
  font-size: 36px;
  margin: 0 0 35px 0;
}
.hotels .left h2 {
  color: #111a21;
}
.hotels .left h2 a {
  color: #111a21;
}
.hotels .right h2 {
  color: #beae65;
}
.hotels .right h2 a {
  color: #beae65;
}
.hotels .opis {
  margin: 0 0 35px 0;
}
.hotels .gumb {
  transition: 0.3s all;
  padding: 20px 45px;
  display: inline-block;
  background-color: #beae65;
  color: #fff;
  font-weight: bold;
  letter-spacing: 1px;
}
.hotels .gumb:hover {
  background-color: #111a21;
}
.hotels .right .gumb {
  background-color: transparent;
  border: 1px solid #fff;
}
.hotels .right .gumb:hover {
  background-color: #fff;
  color: #111a21;
}
.tagline {
  padding: 160px 0;
  text-align: center;
  background-size: cover;
  background-position: center center;
  position: relative;
}
.tagline .bg {
  background-color: #111a21;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.7;
}
.tagline h2 {
  color: #fff;
  font-size: 30px;
  margin: 0 0 40px 0;
}
.tagline h3 {
  color: #fff;
  font-size: 18px;
  margin: 0;
}
.tagline .container {
  position: relative;
}
.deals {
  padding-bottom: 150px;
  background-color: #f7feff;
  padding-top: 120px;
}
.deals h2 {
  color: #111a21;
  font-size: 36px;
  font-weight: bold;
  border-bottom: 1px solid #c1cbd1;
  padding: 0 0 21px 0;
  margin: 0 0 50px 0;
}
.deals h3 {
  color: #111a21;
  font-size: 36px;
  font-weight: bold;
  margin: 0 0 35px 0;
}
.deals h3 a {
  color: #111a21;
}
.deals .spacer {
  visibility: hidden;
}
.deals .image {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-position: center center;
  background-size: cover;
}
.deals .image-wrap {
  position: relative;
}
.deals .gumb {
  transition: 0.3s all;
  color: #111a21;
  display: inline-block;
  border: 1px solid #111a21;
  font-size: 16px;
  font-weight: bold;
}
.deals .gumb .inner {
  transition: 0.3s all;
  padding: 20px 50px;
}
.deals .gumb:hover {
  background-color: #111a21;
}
.deals .gumb:hover .inner {
  color: #fff;
}
.deals .opis {
  margin: 0 0 30px 0;
}
.deals .arrow {
  cursor: pointer;
  position: absolute;
  top: 50%;
  margin-top: -16px;
  height: 32px;
  width: 32px;
  text-align: center;
  line-height: 32px;
  font-size: 32px;
  color: #111a21;
}
.deals .arrow.prev {
  left: -52px;
}
.deals .arrow.next {
  right: -52px;
}
.deals .slide {
  position: relative;
}
.map {
  overflow: hidden;
  position: relative;
  height: 525px;
  background-color: #111a21;
  text-align: center;
  color: #fff;
  background-position: right center;
  background-repeat: no-repeat;
}
.map .container {
  z-index: 2;
  position: relative;
  pointer-events: none;
}
.map .col-md-6 {
  pointer-events: all;
  height: 525px;
  position: relative;
  background: linear-gradient(90deg, #111a21 70%, rgba(0, 0, 0, 0) 100%);
}
.map .col-md-6:before {
  width: 9999px;
  left: -9999px;
  background-color: #111a21;
  height: 100%;
  position: absolute;
  top: 0;
  content: " ";
}
.map h2 {
  font-size: 36px;
  font-weight: bold;
  margin: 0 0 40px 0;
}
.map .opis {
  margin: 0 0 40px 0;
}
.map .gumb {
  background-color: #111a21;
  transition: 0.3s all;
  display: inline-block;
  color: #fff;
  padding: 20px 50px;
  font-weight: bold;
  border: 1px solid #fff;
}
.map .gumb:hover {
  background-color: #fff;
  color: #111a21;
}
.map .map-ozadje {
  z-index: 1;
  position: absolute;
  right: 0;
  top: 0;
  width: 500%;
  height: 100%;
  background-position: right center;
  background-repeat: no-repeat;
}
.map .zemljevid-small {
  display: none;
}
.izpostavljene-slike .slika {
  width: 20%;
  overflow: hidden;
  float: left;
  border-left: 3px solid #fff;
  border-right: 3px solid #fff;
  border-top: 6px solid #fff;
  border-bottom: 6px solid #fff;
  position: relative;
}
.izpostavljene-slike .slika img {
  width: 100%;
  transition: 0.3s all;
}
.izpostavljene-slike .slika:hover img {
  transform: scale(1.03);
}
.izpostavljene-slike .slika .overlay {
  pointer-events: none;
  transition: 0.3s all;
  background-color: #000;
  opacity: 0.3;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.izpostavljene-slike .slika:hover .overlay {
  opacity: 0;
}
.headline {
  position: relative;
  z-index: 1;
  background-position: center center;
  background-size: cover;
  height: 700px;
  margin-bottom: 40px;
  text-align: center;
  color: #fff;
}
.headline .tbl {
  position: relative;
  z-index: 2;
}
.headline:after {
  content: " ";
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.headline h1 {
  font-size: 48px;
  font-weight: bold;
  margin: 0 0 45px 0;
}
@media screen and (max-width: 992px) {
    .headline h1 {
  font-size: 28px;margin-top:20px;margin-bottom:20px;}
}
.headline .breadcrumbs {
  font-size: 14px;
}
.headline .breadcrumbs .sep {
  margin: 0 20px;
}
.headline .breadcrumbs a {
  color: #fff;
}
.headline img {
  margin-top: 80px;
}
.headline.headline-new .mobilna_slika {
  display: none;
}
@media screen and (max-width: 768px) {
    .headline img {
  margin-top: 20px;
}
.headline .cll > img {
    max-height: 20px;
}
  .headline.headline-new .mobilna_slika {
    display: block;
    margin: 0;
  }
  .headline.headline-new {
    background-image: none !important;
    height: inherit;
    margin: 0;
  }
  .headline .tbl {
    position: absolute;
    z-index: 14;
    top: 0;
  }
}
.thumbnails {
  margin-left: -10px;
  margin-right: -10px;
  margin-top: 20px;
}
.thumbnails .slika {
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  width: 16.66666%;
  margin-bottom: 20px;
}
.thumbnails .slika img {
  box-shadow: none;
}
.galerija {
  max-width: 1400px;
  padding: 0 50px;
  margin: 0 auto;
  width: 100%;
}
.galerija .thumbnails .slika {
  width: 10%;
}
.galerija .big {
  position: relative;
}
.galerija .big img {
  width: 100%;
}
.galerija .arrow {
  cursor: pointer;
  position: absolute;
  top: 0;
  height: 100%;
  width: 50px;
  font-size: 32px;
  color: #111a21;
}
.galerija .arrow.prev {
  left: 50px;
  text-align: left;
  color: rgba(255, 255, 255, 0.5);
  z-index: 999;
}
.galerija .arrow.next {
  right: 50px;
  text-align: right;
  color: rgba(255, 255, 255, 0.5);
  z-index: 999;
}
.seznam-storitve {
  padding-top: 60px;
  padding-bottom: 120px;
  background-color: #f7feff;
}
.seznam-storitve h2 {
  font-size: 36px;
  font-weight: bold;
  color: #111a21;
  margin: 0 0 60px 0;
  padding: 0 0 30px 0;
  border-bottom: 1px solid #b6babc;
}
.seznam-storitve h3 {
  font-size: 24px;
  font-weight: bold;
  color: #111a21;
  margin: 0 0 30px 0;
  padding: 0 0 30px 0;
  border-bottom: 1px solid #b6babc;
}
.seznam-storitve .row {
  margin-bottom: 80px;
}
.seznam-storitve .row:last-child {
  margin-bottom: 0px;
}
.seznam-storitve .row:first-child {
  margin-bottom: 0px;
}
footer {
  color: #fff;
  padding-top: 80px;
  background-color: #111a21;
}
footer .logo-wrap {
  text-align: center;
  margin-bottom: 45px;
}
footer .ikone {
  margin-bottom: 30px;
  text-align: center;
  line-height: 32px;
}
footer .ikone .ikona {
  transition: 0.3s all;
  color: #111a21;
  background-color: #fff;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  margin-left: 10px;
  line-height: 32px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}
footer .ikone .ikona:hover {
  background-color: #beae65;
}
footer .ikone a {
  color: #beae65;
}
footer .ikone span.email {
  padding-left: 10px;
}
footer .menu {
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
footer .menu li {
  padding: 40px 0;
}
footer .menu li a {
  color: #fff;
  transition: 0.3s all;
}
footer .menu li a:hover {
  color: #beae65;
}
footer .footnote {
  font-size: 12px;
  color: #7c8185;
  padding: 20px 0;
}
footer .footnote a {
  color: #7c8185;
}
footer .footnote img {
  vertical-align: middle;
}
footer .ikone .ikone-social {
  margin-top: 10px;
}
.slick-dots {
  margin: 40px 0 0 0;
  padding: 0;
  list-style: none;
  font-size: 0;
  text-align: center;
}
.slick-dots button {
  border: 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #111a21;
  cursor: pointer;
}
.slick-dots li {
  display: inline-block;
  margin: 0 10px;
}
.slick-dots .slick-active button {
  background-color: #beae65;
}
.fadeInRightBig {
  -webkit-animation: fadeInRightBig 0.5s;
  -moz-animation: fadeInRightBig 0.5s;
  -o-animation: fadeInRightBig 0.5s;
  animation: fadeInRightBig 0.5s;
}
.modal-backdrop {
  background-color: #fff;
}
.modal-content {
  border: 0;
}
.modal .slogan {
  margin-top: 15px;
  color: #111a21;
  letter-spacing: 8px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  margin-left: 7px;
}
.modal .header {
  padding-top: 30px;
  text-align: center;
  padding-bottom: 30px;
}
.modal-dialog {
  margin-top: 0px;
}
.modal ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.modal ul li {
  margin: 0 0 10px 0;
}
.modal ul li a {
  display: block;
  padding: 10px;
  border: 1px solid #bdbdbd;
  color: #111a21;
  transition: 0.3s all;
}
.modal ul li.book {
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  text-align: center;
}
.modal ul li.book a {
  background-color: #111a21;
  color: #fff;
}
.modal ul li.book a:hover {
  background-color: #beae65;
  color: #fff;
  border-color: #beae65;
}
.modal ul li a:hover {
  background-color: #111a21;
  color: #fff;
  border-color: #111a21;
}
.modal ul li .ikona {
  transition: 0.3s all;
  color: #fff;
  cursor: pointer;
  width: 48px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  background-color: #beae65;
}
.modal ul li .ikona:hover {
  background-color: #111a21;
}
.modal .link-wrap {
  position: relative;
}
.modal ul li .submenu a {
  border: 0;
}
.modal ul li .submenu {
  border-left: 3px solid #111a21;
  margin: 10px 0 20px 0;
  display: none;
}
.modal .zapri {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 10px;
  cursor: pointer;
  color: #111a21;
  z-index: 10;
}
.modal .telefon {
  text-align: center;
}
.modal .telefon a {
  color: #111a21;
  font-weight: bold;
}
.modal .jeziki {
  margin-top: 20px;
  text-align: center; display:none !important;
}
.modal .jeziki a {
  font-weight: bold;
  color: #111a21;
  margin: 0 10px;
}
.modal .jeziki a.active {
  color: #beae65;
}
.kontakt {
  position: relative;
}
.kontakt input {
  width: 100%;
  border: 1px solid #b6babc;
  line-height: 40px;
  padding: 0 10px;
  margin-bottom: 10px;
}
.kontakt textarea {
  display: block;
  margin-bottom: 10px;
  width: 100%;
  border: 1px solid #b6babc;
  height: 200px;
  padding: 10px;
}
.kontakt .gumb {
  cursor: pointer;
  padding: 0;
  margin: 0;
  background-color: transparent;
  transition: 0.3s all;
  color: #111a21;
  display: inline-block;
  border: 1px solid #111a21;
  font-size: 16px;
  font-weight: bold;
}
.kontakt .gumb .inner {
  transition: 0.3s all;
  padding: 20px 50px;
}
.kontakt .gumb:hover {
  background-color: #111a21;
}
.kontakt .gumb:hover .inner {
  color: #fff;
}
.kontakt .status {
  display: none;
  font-weight: bold;
  margin-bottom: 10px;
}
.kontakt .status.ok {
  display: block;
  color: green;
}
.kontakt .status.err {
  display: block;
  color: red;
}
.kontakt .loading {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("img/loading.gif");
}
.kontakt .obrazec-ds {
  position: relative;
}
.kontakt .req {
  font-weight: bold;
  color: red;
}
.kontakt .req-line {
  font-size: 12px;
  margin: 0 0 20px 0;
}
.kontakt input[type="checkbox"] {
  width: 20px !important;
}
.book-now-wrap {
  display: none;
  transition: 0.3s all;
  z-index: 101;
  position: fixed;
  top: 140px;
  text-align: center;
  left: 0;
}
.book-now {
  transition: 0.3s all;
  display: inline-block;
  background-color: #111a21;
  padding: 10px 20px;
  margin-bottom: 20px;
  margin-right: 10px;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
}
.book-now:hover {
  background-color: #beae65;
  color: #fff;
}
.scrolled .book-now-wrap {
  top: 70px;
}
.landing-page h2 {
  color: #111a21;
  font-family: "Work Sans", sans-serif;
  font-size: 36px;
  font-weight: bold;
  padding: 0 0 20px 0;
  margin: 0 0 36px 0;
  border-bottom: 1px solid #b6babc;
}
.landing-page h3 {
  color: #111a21;
  font-family: "Work Sans", sans-serif;
  font-size: 25px;
  font-weight: bold;
  padding: 0 0 15px 0;
  margin: 0 0 25px 0;
  border-bottom: 1px solid #b6babc;
}
.landing-page {
  margin-top: 40px;
  margin-bottom: 40px;
  max-width: 1200px !important;
}
.landing-page .landing-slika img {
  margin-bottom: 30px;
}
body.single-landing-page header .container .side-menu {
  display: none !important;
}
body.single-landing-page .book-now-wrap {
  display: none !important;
}
body.single-landing-page .mobile-menu-trigger {
  display: none !important;
}
body.single-landing-page footer .container ul.menu {
  display: none !important;
}
body.single-landing-page .book-now {
  padding: 20px 40px;
  margin: 0 auto;
  display: block;
  text-align: center;
  width: 300px;
}
.page-template-povezave.scrolled header {
  position: relative !important;
}
.obrazec-rf {
  border-top: 1px solid #585d67;
  border-bottom: 1px solid #585d67;
  margin: 0;
  padding-top: 50px;
  padding-bottom: 50px;
}
.obrazec-rf .prvi-del {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  font-family: "Work Sans", sans-serif;
  margin-bottom: 20px;
}
.obrazec-rf .prvi-del input {
  width: 60%;
  padding: 5px;
}
.obrazec-rf .drugi-del {
  font-size: 16px;
  font-family: "Work Sans", sans-serif;
  display: flex;
  justify-content: space-between;
}
.obrazec-rf .drugi-del textarea {
  width: 60%;
}
.obrazec-rf .req-line,
.obrazec-rf .gumb {
  margin: 0 auto;
}
.obrazec-rf .col-md-7 {
  text-align: right;
}
.obrazec-rf .col-md-7 .gumb {
  margin-top: 5px;
}
.refer-a-friend {
  padding: 0px;
}
@media only screen and (max-width: 1200px) {
  .obrazec-rf .prvi-del {
    flex-wrap: wrap;
  }
  .obrazec-rf .prvi-del input {
    width: 100%;
  }
  .obrazec-rf .drugi-del {
    flex-wrap: wrap;
  }
  .obrazec-rf .drugi-del textarea {
    width: 100%;
  }
}
@media only screen and (max-width: 420px) {
  footer .footnote .pull-right {
    clear: both;
    float: none;
    margin: 0 auto;
    text-align: center;
  }
  footer .footnote .pull-left {
    clear: both;
    float: none;
    margin: 0 auto;
    text-align: center;
  }
}
.page-template-povezave .side-menu {
  display: none;
}
.page-template-povezave .book-now-wrap {
  display: none !important;
}
.page-template-povezave .logo {
  background-color: #111a21;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-template-povezave .logo img {
  width: 250px;
}
.page-template-povezave .logo .slogan {
  color: white;
  display: none;
}
.page-template-povezave header .mobile-menu-trigger {
  display: none;
}
.scrolled.page-template-povezave .logo {
  height: 100%;
}
.scrolled.page-template-povezave .logo img {
  width: 100px;
}
.dodatne-storitve {
  color: #fff;
  border-bottom: 1px solid #fff;
  position: relative;
}
.dodatne-storitve h2 {
  font-size: 26px;
  font-weight: normal;
  margin: 0 0 25px 0;
}
.dodatne-storitve h3 {
  font-size: 16px;
  font-weight: normal;
  margin: 0 0 25px 0;
}
.dodatne-storitve .izvlecek {
  margin: 0 0 35px 0;
}
.dodatne-storitve .izvlecek p {
  margin: 0 0 20px 0;
}
.dodatne-storitve .izvlecek p:last-child {
  margin: 0;
}
.dodatne-storitve .gumb {
  cursor: pointer;
  transition: 0.3s all;
  padding: 25px 50px;
  color: #fff;
  border: 1px solid #fff;
  font-weight: bold;
  display: block;
  float: left;
  margin: 0 10px 10px 0;
}
.dodatne-storitve .gumb:hover {
  background-color: #fff;
  color: #111a21;
}
.dodatne-storitve .gumb.check {
  border-color: #beae65;
  background-color: #beae65;
}
.dodatne-storitve .gumb.check:hover {
  background-color: #fff;
  color: #111a21;
}
.dodatne-storitve .fa {
  margin-right: 10px;
}
.dodatne-storitve .fa-plus {
  color: green;
}
.dodatne-storitve .fa-minus {
  color: red;
}
.dodatne-storitve .remove-service {
  display: none;
}
.dodatne-storitve .button-wrap {
  display: inline;
}
@keyframes animacija {
  100% {
    transform: rotate(90deg) translateY(10px);
  }
}
.refer-a-friend {
  display: none;
}
.pritisni-me {
  cursor: pointer;
  position: relative;
  padding-left: 10px;
}
.pritisni-me:before {
  content: "\f054";
  font-family: FontAwesome;
  font-size: 20px;
  padding-right: 10px;
  position: absolute;
  transition: 0.3s;
  left: -20px;
  top: 5px;
  font-weight: 100;
}
.harmonika {
  padding-left: 10px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.harmonika {
  display: none;
}
.harmonika-2 {
  display: none;
}
.povezave-single h3 {
  color: #111a21;
  font-size: 35px;
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  margin-bottom: 30px;
}
.povezave-single .povezave-opis {
  padding: 20px;
}
.povezave-single .povezave-opis .pritisni-me.odprt:before {
  transform: rotate(90deg) translate(2px, 5px);
}
.povezave-single .povezave-opis.odprto {
  background-color: #efefef;
}
.povezave-single .hidden-wrap {
  padding: 20px 30px 10px 40px;
  margin: 10px 0px;
  margin-left: -20px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  transition: 0.3s;
  width: 100%;
}
.povezave-single .hidden-wrap:hover {
  background-color: #efefef;
}
.povezave-single .hidden-wrap .tekst-wrap {
  padding: 20px;
}
.povezave-single .hidden-wrap .tekst-wrap h2 {
  font-weight: 700;
}
.povezave-single .hidden-wrap .tekst-wrap p {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.5);
}
.povezave-single .hidden-wrap .button-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.povezave-single .hidden-wrap a {
  color: #111a21;
}
.dodatne-storitve .slika-wrap {
  padding: 0px;
}
.dodatne-storitve .slika-wrap img {
  width: 100%;
}
.dodatne-storitve .storitve-inner {
  border: 1px solid black;
  margin-bottom: 10px;
  background-color: #111a21;
}
.dodatne-storitve .harmonika {
  position: relative;
  margin-top: 30px;
  margin-bottom: 30px;
}
body.page-template-povezave .headline {
  height: 350px;
}
body.page-template-povezave .headline .tbl .cll img {
  display: none;
}
.spoznajte-ekipo .ekipa-vsebina {
  margin-bottom: 50px;
}
.spoznajte-ekipo .col-lg-4 {
  margin-bottom: 30px;
}
.spoznajte-ekipo .col-lg-4 img {
  box-shadow: none !important;
}
.spoznajte-ekipo .col-lg-4 .ekipa-single {
  box-shadow: -2px 2px 10px rgba(0, 0, 0, 0.2);
  min-height: 748px;
}
.spoznajte-ekipo .col-lg-4 .ekipa-single h3,
.spoznajte-ekipo .col-lg-4 .ekipa-single p {
  padding-left: 20px;
  padding-right: 20px;
}
.spoznajte-ekipo .col-lg-4 .ekipa-single h3 {
  margin-top: 30px;
}
.spoznajte-ekipo .col-lg-4 .ekipa-single p {
  padding-bottom: 30px;
  margin-bottom: 0px;
}
@media only screen and (max-width: 1600px) {
  .spoznajte-ekipo .col-sm-6 .ekipa-single {
    min-height: auto;
  }
}
#jquery-cookie-law-script,
#jquery-cookie-law-script * {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
#cookie-law-mobile {
  width: 50px;
  height: 50px;
  padding: 10px;
  display: none;
}
#cookie-law-mobile path {
  fill: #fff;
}
#jquery-cookie-law-script {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 999999;
  display: none;
  width: 100%;
  border-color: #202226;
  border-style: solid;
  border-top-width: 1px;
  background: rgba(50, 58, 69, 0.5);
  color: #f1f1f3;
  font-size: 12px;
  max-width: 270px;
  font-size: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
}
#jquery-cookie-law-script.light {
  color: #1a1a1a;
  background: #fff;
  border-color: rgba(223, 223, 223, 0.85);
}
#jquery-cookie-law-script.top {
  top: 0;
  bottom: auto;
  border-top-width: 0px;
  border-bottom-width: 1px;
}
#jquery-cookie-law-script.absolute {
  position: absolute;
}
#jquery-cookie-law-script a {
  color: #3b89c7;
}
#cookie-law-action {
  padding-top: 10px;
}
#jquery-cookie-law-script #cookie-law-container-box {
  background: rgba(32, 34, 38, 0.8);
}
#jquery-cookie-law-script.light #cookie-law-container-box {
  background: #f9fafc;
}
#jquery-cookie-law-script #cookie-law-container {
  padding: 10px 20px;
}
#jquery-cookie-law-script #cookie-law-message {
  float: left;
  text-align: justify;
  line-height: 14px;
}
#jquery-cookie-law-script a.cookie-law-button {
  padding: 4px 8px;
  border-radius: 0px;
  background-color: #666;
  color: #fff;
  text-decoration: none;
  transition: 0.25s;
}
#jquery-cookie-law-script a.cookie-law-button:hover,
#jquery-cookie-law-script a.cookie-law-button:focus {
  background-color: #595959;
  color: white;
  transition: 0.25s;
}
#jquery-cookie-law-script a#cookie-law-button-more {
  margin-left: 10px;
  background: #7b8a8b;
  display: none;
}
#jquery-cookie-law-script a#cookie-law-button-more:hover,
#jquery-cookie-law-script a#cookie-law-button-more:focus {
  background: #697677;
}
#jquery-cookie-law-script #cookie-law-more-info {
  display: none;
  background: rgba(50, 58, 69, 0.8);
  text-align: justify;
}
#jquery-cookie-law-script.light #cookie-law-more-info {
  background: #eaedf1;
  border-top: 1px solid #f0f2f5;
}
#jquery-cookie-law-script #cookie-law-info-container {
  padding: 10px 20px;
}
#jquery-cookie-law-script #cookie-law-more-text {
  width: 85%;
}
#jquery-cookie-law-script #cookie-law-more-text-close {
  float: right;
  padding: 1px 10px;
  color: #fff;
  text-decoration: none;
  font-size: 10px;
}
#jquery-cookie-law-script.light #cookie-law-more-text-close {
  color: #3b89c7;
}
@media (max-width: 1091px) {
  #cookie-law-mobile {
    display: block;
  }
  #cookie-law-container {
    display: none;
  }
  #jquery-cookie-law-script.active {
    max-width: 230px;
  }
  #jquery-cookie-law-script.active #cookie-law-container {
    display: block;
  }
  #jquery-cookie-law-script {
    max-width: 50px;
  }
}
@media only screen and (min-width: 1600px) {
  .container {
    max-width: 1600px;
  }
}
@media only screen and (max-width: 1750px) {
  .deals .slider {
    padding: 0 60px;
  }
  .deals .arrow.prev {
    left: 0;
  }
  .deals .arrow.next {
    right: 0;
  }
}
@media only screen and (max-width: 1599px) {
  header .mobile-menu-trigger {
    display: block;
  }
  header .menu {
    display: none;
  }
  .scrolled header {
    padding: 0;
  }
  .map .map-ozadje {
    right: -250px;
  }
  .book-now-wrap {
    display: block;
    left: 10%;
    top: 45px;
  }
  .scrolled .book-now-wrap {
    top: 5px;
  }
}
@media only screen and (max-width: 1199px) {
  .main-banner-wrap .ikone .container {
    max-width: 100%;
  }
  .tbl.top .cll {
    vertical-align: top;
  }
  .hr-intro .col-md-6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .hr-intro .opis {
    margin-bottom: 30px;
  }
  .become-a-member {
    font-size: 18px;
  }
}
@media only screen and (max-width: 991px) {
  .galerija .thumbnails .slika {
    width: 20%;
  }
  .main-banner-wrap .ikone .napis {
    letter-spacing: initial;
  }
  .main-banner-wrap .ikone .inner {
    display: block;
  }
  .main-banner-wrap .ikone .ikona {
    width: 25%;
    display: block;
    float: left;
  }
  .deals .slider {
    padding: 0;
  }
  .map .container {
    max-width: 100%;
  }
  footer .menu {
    display: block;
    padding: 20px 0;
    text-align: center;
  }
  footer .menu li {
    display: inline-block;
    padding: 20px;
  }
  .become-a-member .gumb-wrap {
    display: block;
    text-align: center;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 782px) {
  .logged-in.scrolled header {
    top: 46px;
  }
  .book-now-wrap {
    position: fixed;
    width: 100%;
    left: 0px;
    top: 110px;
  }
  .book-now-wrap a {
    width: 100%;
  }
  .scrolled .book-now-wrap {
    top: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .main-banner-wrap .bullets {
    display: none;
  }
  .galerija .thumbnails .slika {
    width: 33.33333%;
  }
  .main-banner-wrap .ikone .napis {
    font-size: 12px;
  }
  .main-banner-wrap .ikone .ikona img {
    height: 30px;
  }
  .onas .gumb-wrap {
    text-align: center;
  }
  .onas .gumb {
    margin-bottom: 30px;
  }
  .hotels .left .wrap:after {
    content: " ";
    position: absolute;
    right: -9999px;
    width: 9999px;
    top: 0;
    height: 100%;
    background-color: #f0f4f7;
  }
  .hotels .right .wrap:before {
    content: " ";
    position: absolute;
    left: -9999px;
    width: 9999px;
    top: 0;
    height: 100%;
    background-color: #111a21;
  }
  footer .ikone .telefon {
    display: block;
    margin-bottom: 15px;
    text-align: center;
  }
  footer .ikone .ikona.n1 {
    margin-left: 0;
  }
  .map .zemljevid-small {
    display: block;
  }
  .map .map-ozadje {
    display: none;
  }
  .map {
    height: auto;
  }
  .map .col-md-6 {
    padding: 70px 0;
    height: auto;
  }
  .deals img {
    margin-bottom: 20px;
  }
  .deals .gumb-wrap {
    text-align: left;
  }
  .hotelske-sobe img {
    margin-bottom: 20px;
  }
  .hotelske-sobe .gumb {
    width: 50%;
    margin: 0;
  }
  .onas h2 {
    text-align: center;
  }
  .deals h2 {
    text-align: center;
  }
  .seznam-storitve img {
    margin-bottom: 20px;
  }
  .kontakt .gumb {
    margin-bottom: 50px;
  }
  .hr-intro .thumbnails .slika {
    width: 33.3333%;
  }
  .dodatne-storitve img {
    margin-bottom: 20px;
  }
  .addition-services-list {
    margin-bottom: 20px;
  }
  .main-banner-wrap .bullets {
    height: auto;
  }
  .logo-img-left img {
    margin-bottom: 65px;
  }
}
@media only screen and (max-height: 750px) {
  .main-banner-wrap .bullets {
    height: auto;
  }
}
@media only screen and (max-width: 600px) {
  #wpadminbar {
    top: 0;
    position: fixed;
  }
  .main-banner-wrap .ikone .ikona {
    width: 50%;
    margin-bottom: 20px;
  }
  .main-banner-wrap .ikone .inner {
    padding: 35px 20px 15px 20px;
  }
  .hotelske-sobe .gumb {
    width: 300px;
    margin: 0 auto 10px auto;
    float: none;
  }
}
@media only screen and (max-width: 768px) {
  header .logo {
    text-align: left;
    padding-left: 15px;
  }
  .scrolled header .logo {
    padding-left: 15px;
  }
  header {
    height: 60px;
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #fff;
    padding: 0;
  }
  header .menu li a {
    line-height: 40px;
    height: 40px;
  }
  header .logo {
    padding: 5px 0 0 15px;
  }
  header .logo-wrap img {
    height: 30px;
    max-width: initial;
  }
  header .logo h1 {
    margin-top: 5px;
    letter-spacing: 3px;
  }
  header .menu .submenu {
    top: 40px;
    padding: 10px;
  }
  header .menu .submenu li a {
    line-height: 1.6;
    height: auto;
  }
  header .mobile-menu-trigger {
    margin-top: 6px;position:absolute; right: 15px;
  }
  header .logo .slogan {
    letter-spacing: 3px;
    margin-top: 5px;
  }
  header .mobile-menu-trigger {
    margin-top: 6px;
  }
  body {
    padding-top: 60px;
  }
  .book-now-wrap {
    top: 60px;
    z-index:99;
  }
}
.table-var-1 tr {
  border-bottom: 1px solid #b6babc;
}
.table-var-1 tr td {
  height: 35px;
}
.wpcf7-form .obrazec-pre-reg input,
.wpcf7-form .obrazec-pre-reg select,
.wpcf7-form .obrazec-pre-reg textarea {
  width: 100% !important;
}
.wpcf7-form .obrazec-pre-reg textarea {
  height: 120px;
}
.wpcf7-form .obrazec-pre-reg select {
  padding: 7px;
}
.obrazec-pre-reg .room-wrap {
  background: #e3e1d7;
  padding: 20px;
  font-size: 14px;
}
.obrazec-pre-reg .room-wrap h4 {
  font-size: 14px;
  margin: 43px 0 0 0;
}
.obrazec-pre-reg button {
  font-family: "Work Sans", sans-serif, sans-serif;
  border-radius: 0 !important;
  background: #111a21;
  border: none;
  color: #fff;
}
.obrazec-pre-reg #room-groups {
  position: relative;
}
.obrazec-pre-reg .person-1-wrap {
  font-weight: bold;
}
.obrazec-pre-reg button.wpcf7-field-group-remove {
  margin-left: 0;
  margin-top: -45px;
  position: absolute;
  right: 19px;
}
.obrazec-pre-reg input.wpcf7-form-control.wpcf7-submit.gumb {
  border: 1px solid #000;
  color: #fff;
  background: #000;
  margin-top: 30px;
  max-width: 510px;
}
.obrazec-pre-reg button.wpcf7-field-group-add {
  background: #a79854 !important;
  float: left;
  position: absolute;
  left: 0;
  bottom: -20px;
  width: 510px;
  max-width: 100%;
}
.obrazec-pre-reg button.wpcf7-field-group-remove:hover,
.obrazec-pre-reg button.wpcf7-field-group-add:hover {
  cursor: pointer;
}
.obrazec-pre-reg .wpcf7-field-group {
  overflow: hidden;
  margin-bottom: 20px;
}
.obrazec-pre-reg h3 {
  font-size: 18px;
}
.obrazec-pre-reg select[name="time-of-arrival"] option:nth-child(2),
.obrazec-pre-reg select[name="time-of-arrival"] option:nth-child(3),
.obrazec-pre-reg select[name="time-of-arrival"] option:nth-child(4),
.obrazec-pre-reg select[name="time-of-arrival"] option:nth-child(5),
.obrazec-pre-reg select[name="time-of-arrival"] option:nth-child(13),
.obrazec-pre-reg select[name="time-of-arrival"] option:nth-child(14) {
  color: red;
}
.page-id-1229 .povezave-opis.item-2 > .hidden-wrap.item-1,
.page-id-688 .povezave-opis.item-2 > .hidden-wrap.item-1,
.page-id-1608 .povezave-opis.item-2 > .hidden-wrap.item-1,
.page-id-1647 .povezave-opis.item-2 > .hidden-wrap.item-1 {
  color: #a79854;
  background: #f9f8f3;
}
.page-id-1229 .povezave-opis.item-2 > .hidden-wrap.item-1 > h4,
.page-id-688 .povezave-opis.item-2 > .hidden-wrap.item-1 > h4,
.page-id-1608 .povezave-opis.item-2 > .hidden-wrap.item-1 > h4,
.page-id-1647 .povezave-opis.item-2 > .hidden-wrap.item-1 > h4 {
  font-weight: bold;
}
.povezave-opis.item-2 > .hidden-wrap.item-1 label {
  color: #000;
}
.logo-img-left img {
  width: 170px;
}
.slider-mobile-img {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .slider-mobile-img {
    display: block !important;
  }
  .slide-bg {
    background-image: none !important;
    height: auto;
    width: auto;
  }
  .main-banner-new .item {
    height: inherit;
    background-image: none;
  }
  .main-banner-wrap-new .ikone {
    position: relative;
  }
}

/** 
------------------------------------------------
*/
/** 
------------------------------------------------
*/
/** 
------------------------------------------------
*/
.page-template-ostale-strani-info .hr-intro {
  padding-bottom: 0 !important;
}

.page-template-ostale-strani-info > .container {
  padding-top: 0 !important;
  margin-bottom: 100px;
}
.page-template-ostale-strani-info h3 {
    display:none;
}

.mobile-lang-wrap {
  display: none;
  position: absolute;
  /*left: 0;*/
  top: 20px;
  background-color: transparent;
  /*width: 200px;*/
  padding: 0px 20px;
  
  position:relative;float:right;
}
.mobile-lang-wrap a {
    color: black !important;
}
.mobile-lang-wrap li a {
  text-transform: none;
  text-align: left;
  line-height: 1.6;
  height: auto;
  padding: 10px 5px;
  /*border-bottom: 1px solid #c1cbd1;*/
  font-size: 14px;
  color:black;
}

.mobile-lang-wrap li:hover .submenu {
  display: block;
}

.mobile-lang-wrap .submenu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mobile-lang-wrap .menu .submenu li {
  display: block;
  margin: 0;
  padding: 10px 0px;
}
.mobile-lang-wrap ul > li a:hover {
  background-color: #beae65;
  color: #fff;
}

.mobile-lang-wrap .submenu {
  display: none;
  position: absolute;
  right: 0;
  top: 40px;
  background-color: #fff;
  /*width: 200px;*/
  padding: 10px 10px 10px 10px;
}
.mobile-lang-wrap .submenu.visible {
  display: block;
}

@media screen and (max-width: 1599px) {
  .mobile-lang-wrap {
   
    display: block;
  }
}

@media screen and (max-width: 768px) {
.mobile-lang-wrap {
position: absolute;
  top: 15px;right: 60px;}
 
    
    
        header .logo-wrap img {
        height: 25px;
        max-width: initial;
    }
    header .logo .slogan {
        font-size:11px !important;
    }
    
    .scrolled header .logo-wrap img {
  height: 25px;
    }
    .headline.headline-new {margin-top:50px;}
}

/** 
------------------------------------------------
*/
/** 
------------------------------------------------
*/
/** 
------------------------------------------------
*/

