@import "/css/blueprint/reset_clearfix.min.css";
@import "/css/uikit.min.css";
@import "https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,700&subset=latin-ext&.css";
@import "https://fonts.googleapis.com/css?family=Gentium+Book+Basic:400,400i,700,700i&subset=latin-ext&.css";
/*---------------------------------------------------
    LESS Elements 0.6
  ---------------------------------------------------
    A set of useful LESS mixins by Dmitry Fadeyev
    Special thanks for mixin suggestions to:
      Kris Van Herzeele,
      Benoit Adam,
      Portenart Emile-Victor,
      Ryan Faerman

    More info at: http://lesselements.com
-----------------------------------------------------*/

/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */

.center {
  margin: 0 auto;
  text-align: center;
}
.center > DIV {
  text-align: left;
}
*,
.boxsizing {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */

}
.left {
  float: left;
}
.right {
  float: right;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
html,
button,
input,
select,
textarea {
  outline: none;
  /*color: #525252;*/
  color: #656667;
  font-family: 'Open Sans', sans-serif;
}
button,
input,
select,
textarea {
  width: 100%;
  padding: 0 5%;
}
button {
  width: 50%;
  height: 32px;
  background-color: #f1eee3;
}
/*
input[type="text"]::-webkit-input-placeholder {
   color: #fff; opacity:1;
}
input[type="text"]:-moz-placeholder {
   color: #fff; opacity:1;
}
input[type="text"]::-moz-placeholder {
   color: #fff; opacity:1;
}
input[type="text"]:-ms-input-placeholder {
   color: #fff; opacity:1;
}
*/

input,
textarea {
  height: 32px;
  border: none;
  background-color: white;
  color: #36353f;
  font-size: 13px;
  padding-left: 20px;
  padding-right: 40px;
  margin: 0;
  opacity: 1;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #36353f;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #36353f;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #36353f;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #36353f;
}
input[type=checkbox] {
  background: none;
}
select {
  color: #36353f;
  user-select: none;
  -ms-user-select: none;
  border: none;
}
A {
  text-decoration: none;
  color: #666666;
}
P {
  margin-bottom: 15px;
  margin-top: 20px;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  /*line-height: 27px; */
  line-height: 25px;
}
i,
em {
  font-style: italic;
}
.inner {
  width: 1269px;
  /*width: 100%;*/
  margin: 0px auto;
  text-align: left;
  /*padding: 0 20px;*/

}
.ubuntu {
  font-family: 'Open Sans', sans-serif;
}
.ubuntu-light {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}
.opensans {
  font-family: 'Open Sans', sans-serif;
}
.opensans-semibold {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}
.great-vibes {
  font-family: 'Great Vibes', cursive;
}
.gentium {
  font-family: 'Gentium Book Basic', serif;
}
H1 {
  font-size: 45px;
  color: #3f3946;
  line-height: 42px;
  margin: 15px 0 10px 0;
  padding-bottom: 20px;
  font-family: 'Gentium Book Basic', serif;
}
H2 {
  font-size: 25px;
  color: #3f3946;
  line-height: 30px;
  margin: 12px 0 18px 0;
  font-weight: 400;
  font-family: 'Gentium Book Basic', serif;
}
H3 {
  font-size: 20px;
  color: #3f3946;
  line-height: 26px;
  margin: 12px 0 18px 0;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}
H4 {
  font-family: 'Gentium Book Basic', serif;
  color: #878787;
  margin-bottom: 20px;
  margin-top: 10px;
  font-size: 17px;
  line-height: 20px;
}
IMG {
  display: inline-block;
}
#mapa {
  padding-bottom: 100px;
}
.tabs-fixed {
  position: fixed;
  z-index: 9000;
  top: 0;
  background: white;
  height: 160px;
  width: 100%;
  padding: 35px 0 0 0;
}
.tabs-fixed ul {
  margin: 25px 0 20px 0 !important;
}
.tabs-fixed ul li {
  box-shadow: 5px;
}
.light-back {
  background-color: #f4efea;
}
.dark-back {
  background-color: #100e15;
}
.valid-error {
  border: 1px solid red !important;
}
.sprite-small-menu {
  background: transparent url("/images/_theme/bg/sprite-small-menu.png") no-repeat 0 0;
}
.boxsizing {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */

}
body:before {
  content: "desktop";
  display: none;
}
/* ==========================================================================
   General
   ========================================================================== */

html {
  height: 100%;
  /* to keep .footer on bottom */
  margin: 0;
  /* to get rid of scroll bar, because (100% + default margin = scroll) */
  font: 16px/22px 'Open Sans', sans-serif;
  overflow-y: scroll;
}
body {
  font: 16px/22px 'Open Sans', sans-serif;
  /*color: #605f64;*/
  color: #656667;
}
.green-datepicker {
  background: #211639 url("/images/icon/dp-gold.png") no-repeat 85% center;
  padding: 0 40px 0 0;
  text-align: center;
  color: #aca69f;
}
.green-datepicker::-webkit-input-placeholder {
  color: #aca69f;
  opacity: 1;
}
.green-datepicker:-moz-placeholder {
  color: #aca69f;
  opacity: 1;
}
.green-datepicker::-moz-placeholder {
  color: #aca69f;
  opacity: 1;
}
.green-datepicker:-ms-input-placeholder {
  color: #aca69f;
  opacity: 1;
}
.ddlist {
  float: left;
  width: 90%;
  height: 32px;
  padding: 5px 10px;
  color: #aca69f;
  appearance: none;
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */

  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */

  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */

}
.button {
  padding: 0px;
  display: inline-block;
  /*border: solid 1px #d2aa43;*/
  color: black;
  text-transform: uppercase;
  height: 41px;
  min-width: 118px;
  text-align: center;
  font-size: 95%;
  outline: none;
}
.button:hover {
  cursor: pointer;
}
.button:disabled {
  opacity: 0.6;
}
.gold-button {
  background-color: #d2aa43;
}
.gold-button:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
/*
.ly-icon {
    display: inline-block;
}

.ly-icon-izlet::before {
    content: url(/images/_theme/bg/ly-izlet.png);
}

.ly-icon-putovanja::before {
    content: url(/images/_theme/bg/ly-putovanja.png);
}

.ly-icon-slika::before {
    content: url(/images/icon/icon-image.png);
}

.buttony {
    padding: 15px;
    font-size: 13px;
    line-height: 11px;
    display: inline-block;
    border: none;
    text-transform: uppercase;
    height: 40px;
    min-width: 110px;
    text-align: center;
    outline: none;

    &:hover {
        cursor: pointer;
    }

    &:disabled {
        opacity: 0.6;
    }
}

.buttony-gold {
    background: #dea801;
    color: #000;

    &:hover {
        background: #0a0629;
        color: #fff;
    }
}

.buttony-grey {
    background: #edecef;
    color: #000;

    &:hover {
        background: #0a0629;
        color: #fff;
    }
}

.buttony-dark {
    background: #0a0629;
    color: #fff;
}
*/

/* BUTTONS */

/*
.check-boxy {

    input {
        height: auto;
        margin-right: 10px;
    }

    span {
        font-size: 13px;
        text-align: left;
        line-height: 15px;
        margin: 0;
        width: 95px;
        text-align: center;

        &:hover {
            cursor: pointer;
        }
    }
}

.dropy-downy {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 40px;
    overflow: hidden;
    border: none;
    font-size: 13px;
    color: #36353f;
    user-select: none;
    -ms-user-select: none;
    padding-right: 40px;
    padding-left: 20px;
    opacity: 0.9;
    min-width: 135px;

    &::-ms-expand {
        display: none;
    }

    &:focus {
        outline: 0;
    }

    select {
        height: 40px;
        background: transparent;
        width: 100%;
    }
}

.dropy-downy-yellow-1 {
    background: transparent url("/images/bg/ddl-yellow.png") no-repeat right center;
    background-color: #edecef;
}

.dropy-downy-yellow-2 {
    background: transparent url("/images/bg/ddl-yellow.png") no-repeat right center;
    background-color: #f1eee3;
}

.dropy-downy-yellow-peps {
    background: transparent url("/images/bg/ddl-yellow-peps.png") no-repeat right center;
    background-color: #f1eee3;
}
*/

/* DROP DOWN */

/*
.ui-datepicker {
    .available {
        background: #dddddf;
        border-color: #dddddf;

        .ui-state-default, span, .ui-state-hover {
            
            background: #97de9a !important;
            border-color: #97de9a !important;
        }

        &:hover {
            opacity: 0.8;
        }
    }

    .taken {
        background: #f70c0c;
        border-color: #f70c0c;

        .ui-state-default, span, .ui-state-hover {
            background: #f70c0c !important;
            border-color: #f70c0c !important;
        }
    }

    .taken-start {
        //background-image:url("/images/bg/d-start.png") no-repeat 0 0 !important;
        background-image:url("/images/bg/d-start.png");
       
        .ui-state-default, span, .ui-state-hover {
            padding: 0 !important;
            background: none !important;
            border: none !important;
        }
    }

    .taken-end {
        background: transparent url("/images/bg/d-end.png") no-repeat 0 0 !important;
    }

    .taken-start, .taken-end {
        .ui-state-default, span, .ui-state-hover {
            padding: 0 !important;
            background: none !important;
            border: none !important;
        }
    }


    .ui-state-hover, .ui-datepicker-next-hover, .ui-datepicker-prev-hover {
        background-color: #fff !important;
    }

    tr {
        .ui-state-hover {
            background: #fed549 !important;
            border-color: #fed549 !important;
        }
    }

    .ui-datepicker-next {
        .ui-icon-circle-triangle-e {
            background: #fff URL("/images/icon/grey-nav-right.png") no-repeat 0 3px !important;
        }
    }

    .ui-datepicker-prev {
        .ui-icon-circle-triangle-w {
            background: #fff URL("/images/icon/grey-nav-left.png") no-repeat 0 3px !important;
        }
    }
}
*/

/* CALENDAR */

/*
.icony {
    display: inline-block;
    font-style: inherit;
    font-size: inherit;
}

.icony-star {
    background: transparent URL("/images/icon/icon-star.png") no-repeat 0 0;
    height: 11px;
    width: 12px;
    margin-bottom: 5px;
}

.icony-home {
    &::before {
        content: URL("/images/icon/icon-home.png");
    }
}

.icony-map::after {
    content: URL("/images/icon/icon-map.png");
}

.icony-calendar::after {
    content: URL("/images/icon/icon-calendar.png");
}

.icony-prices::after {
    content: URL("/images/icon/icon-prices.png");
}

.icony-gallery::after {
    content: URL("/images/icon/icon-gallery.png");
}

.icony-inv::after {
    content: URL("/images/icon/icon-inv.png");
}

.icony-pet::after {
    content: URL("/images/icon/icon-pet.png");
}
*/

/* ICONS */

/*
.contanier-search {
    width: 100%;
    background: #c2c1c9;
    color: #36353f;
    padding: 50px 0 24px 0;
    min-height: 140px;

    ul {
        margin: 0 0 0 28px;

        li {
            .left;
            margin: 0 15px 16px 0;
            height: 40px;
            display: table;

            .check-boxy {
                display: table-cell;
                vertical-align: bottom;
            }

            .cms-ui-datepicker, .ui-from, .ui-to {
                width: 145px !important;
            }
        }

        .spec {
            width: 23.8%;
            float: right;
            margin-right: 4%;
            text-align: right;
            padding-right: 5px;
        }
    }

    .link-button-active {
        color: #1e0f81;
    }

    .link-button {
        float: right;
        margin-top: 20px;
        display: inline-block;
        background: transparent url(/images/_theme/bg/arrow-right-pur.png) no-repeat 0px 4px;
        padding-left: 25px;

        &:hover {
            .link-button-active();
        }
    }
}

.search-wraper {
    padding-top: 36px;

    .back-link-button {

        &::before {
            margin-right: 20px;
            content: url("/images/bg/arrow-left-pur.png");
        }

        font-size: 12px;
        text-decoration: underline;
    }

    .big-title {
        font-size: 45px;
        line-height: 28px;
        margin: 0 0 28px 0;
    }

    .item-tabs {
        margin: 20px 0;

        li {
            .left;
            background: #0a0629;
            height: 55px;
            padding: 0 28px;
            margin: 0 3px 0 0;
            display: table;

            span {
                margin: 3px 0px 0px 10px;
                float: right;
            }

            a {
                display: table-cell;
                vertical-align: middle;
                color: #fff;
                font-size: 13px;
                text-transform: uppercase;
            }

            .icony {
                opacity: 0.5;
            }

            &:hover {
                cursor: pointer;
                .selected;
            }
        }

        .selected {
            background: #ffcb19;

            .icony {
                opacity: 1;
            }

            a {
                color: #36353f;
            }
        }
    }

    .lokacije-holder {
        margin-top: 38px;

        .title-box {
            border: 1px solid #e0e0e4;
            padding: 11px 30px 14px 31px;
            font-size: 24px;
            line-height: 28px;
            margin: 0 0 15px 0;
            display: inline-block;
        }

        li, .item {
            margin: 0;
            list-style: none;
            line-height: 23px;
            font-size: 14px;

            p {
                margin: 0;
            }
        }

        ul, .item-list {
            margin-bottom: 33px;
        }

        .boxy-1-3 {
            width: 285px;

            &:nth-child(3) {
                width: 255px;
            }
        }

        .boxy-1-1 {
            width: 100%;

            .item-list {
                .left;
                width: 255px;
                margin-right: 30px;

                &:nth-child(3n) {
                    margin-right: 0;
                }
            }
        }

        .boxy-1-1, .boxy-1-3 {
            .left;
        }
    }

    p {
        margin: 34px 0 0 0;
    }

    ARTICLE {
        margin: 0;
    }
}

.contanier-special {
    width: 100%;
    background: #faf2d9;
    padding: 73px 0 95px 0;

    H1 {
        margin: 0 0 54px 27px;
        font-size: 45px;
        line-height: 28px;
    }

    .boxy-spec-holder {
        .left;
        margin-right: 30px;

        &:last-child {
            margin-right: 0;
        }

        &:hover {
            .boxy-1 {
                cursor: pointer;

                .hover-add {
                    display: block;
                }
            }

            .boxy-2 {
                .title {
                    text-decoration: underline;
                }
            }
        }
    }

    .boxy-1 {
        position: relative;
        width: 198px;
        height: 198px;

        .hover-add {
            position: absolute;
            width: 100%;
            height: 100%;
            border: 10px solid #fff;
            display: none;
            bottom: 0;
        }

        img {
            width: 100%;
            height: 100%;
        }
    }

    .boxy-2 {
        text-align: center;
        line-height: 20px;

        .title {
            margin: 17px 0 4px 0;
            color: #000;
            font-size: 18px;
	    max-width: 198px;
        }

        SPAN {
            font-size: 14px;
        }
    }
}

.contanier-holder {
    margin-top: 70px;

    .boxy-holder {
        margin-bottom: 56px;

        .title {
            a {
                .left;
                color: #000;
                width: 61%;
                font-size: 32px;
                font-weight: lighter;
                margin: -2px 0 21px 0;
                
                line-height: 34px;
                &:hover {
                    color:rgb(220,168,0);
                }
            }
        }
		.boxy-2{
			i{
				margin-bottom: 1px;
			}
		}
    }

    .boxy-list {
        margin-bottom: 76px;

        .boxy-1 {
            position: relative;
            width: 285px;
            margin-right: 35px;

            IMG {
                position: relative;
                z-index: 200;
            }

            .hover-add {
                position: absolute;
                width: 107%;
                background: #e8e8e9;
                display: none;
                bottom: -6px;
                height: 110%;
                right: -10px;
                z-index: 100;
            }

            &:hover {
                cursor: pointer;

                .hover-add {
                    display: block;
                }
            }
        }

        .boxy-2 {
            width: 286px;
        }

        .boxy-3 {
            min-width: 155px;

            b {
                font-size: 18px;
            }

            i {
                font-size: 12px;
                font-style: normal;
                font-weight: normal;
            }
        }

        .boxy-1, .boxy-2, .boxy-3 {
            .left;
        }

        p {
            line-height: 20px;
            font-size: 14px;
            margin-bottom: 3px;
        }

        .buttony-holder {
            margin-top: 23px;

            a {
                width: 138px;
            }
        }
    }

    ASIDE {
        .dropy-downy {
            margin-bottom: 20px;
        }
    }
}
*/

#wrap .inner.standard.sadrzaj.promocije {
  background-color: #ebe6d7 !important;
  padding-bottom: 50px;
  overflow: hidden;
  margin-bottom: 80px;
}
.wrap-initial {
  /*position: relative;*/
  margin-top: 68px;
}
.wrap-initial ul li {
  list-style-type: disc;
  line-height: 27px;
}
.wrap-initial .sadrzaj .smjestaj-wrap {
  padding-left: 105px;
  padding-right: 105px;
}
.wrap-initial .sadrzaj .uk-container.uk-container-center {
  padding-bottom: 45px;
  padding-top: 40px;
}
.wrap-initial .sadrzaj .uk-container.uk-container-center.padd-b-0 {
  padding-bottom: 0px;
}
.wrap-initial .sadrzaj .uk-container.uk-container-center.padd-t-0 {
  padding-top: 0px;
}
.wrap-initial .sadrzaj .uk-container.uk-container-center.promocije {
  background-color: transparent;
  padding: 25px 0px 0px 110px;
  margin: 0px 0px 0px 0px;
  position: relative;
  /*top: 0px;
            left: 0px;*/
  background: transparent !important;
  text-align: left;
  color: #001f6e;
  overflow: hidden;
}
.wrap-initial .sadrzaj .uk-container.uk-container-center.promocije.prvi {
  height: 730px;
  min-height: 730px;
}
.wrap-initial .sadrzaj .uk-container.uk-container-center.promocije.dulji {
  padding-top: 8px;
}
.wrap-initial .sadrzaj .uk-container.uk-container-center.promocije.mobilni {
  display: none;
}
.wrap-initial .sadrzaj .uk-container.uk-container-center.promocije h2.promo-naslov {
  color: #001f6e;
  font-size: 28px;
  line-height: 28px;
  font-family: 'Open Sans', sans-serif;
  letter-spacing: -0.028em;
}
.wrap-initial .sadrzaj .uk-container.uk-container-center.promocije h2.promo-naslov-sjena {
  color: white;
  font-size: 78px;
  line-height: 55px;
  text-shadow: 0px 3px 4px rgba(0, 0, 0, 0.37);
  margin-top: 5px;
  letter-spacing: -0.04em;
}
.wrap-initial .sadrzaj .uk-container.uk-container-center.promocije p {
  /*.opensans-semibold;*/
  font-size: 18px;
  max-width: 875px;
  line-height: 160%;
}
.wrap-initial .sadrzaj .uk-container.uk-container-center.promocije p.promo-akcija {
  margin-top: 48px;
  line-height: 20px;
}
.wrap-initial .sadrzaj .uk-container.uk-container-center.promocije p.promo-akcija span {
  /*.opensans;*/
  background: rgba(255, 255, 255, 0.46);
  padding: 6px 24px 6px 24px;
  font-size: 20px;
  line-height: 26px;
}
.wrap-initial .sadrzaj .uk-container.uk-container-center.promocije p.promo-text {
  max-width: 645px;
  line-height: 160%;
}
.wrap-initial .sadrzaj .uk-container.uk-container-center.promocije p.promo-text-lista {
  max-width: 635px;
  line-height: 150%;
  margin-bottom: 0px;
  margin-top: 35px;
}
.wrap-initial .sadrzaj .uk-container.uk-container-center.promocije p.promo-razmak {
  margin-top: 150px;
}
.wrap-initial .sadrzaj .uk-container.uk-container-center.promocije ul {
  /* reset styles (optional): */
  list-style: none!important;
  /*list-style-image: url(/images/_theme/bg/promo-lista-circle.png);*/
  /*list-style-position: inside;*/
  font-size: 18px;
  line-height: 150%;
  padding-left: 0px;
}
.wrap-initial .sadrzaj .uk-container.uk-container-center.promocije ul.promo {
  max-width: 645px;
}
.wrap-initial .sadrzaj .uk-container.uk-container-center.promocije ul li {
  list-style: none!important;
  padding-left: 15px;
  background: url(/images/_theme/bg/promo-lista-circle.png) no-repeat 0px 12px;
}
.wrap-initial .sadrzaj .uk-container.uk-container-center.promocije ul.lista1 {
  margin-top: 0px;
}
.wrap-initial .sadrzaj .bcg-img-promocije img {
  position: absolute;
  top: 0px;
  left: 0px;
}
.wrap-initial a {
  color: #009b9b;
}
.wrap-scrolled {
  margin-top: 68px;
}
/*592px*/

.container-news {
  width: 100%;
  background: transparent url(/images/_theme/bg/index-news-bg.jpg) no-repeat center 0;
  min-height: 545px;
  padding: 50px 0 60px 0;
  overflow: hidden;
}
.container-news .inner {
  width: 1100px;
}
#wrap {
  width: 100%;
  /*min-height: 545px;*/
  min-height: 100px;
  overflow: hidden;
}
#wrap .bcg-pijesak {
  background-color: #d5c5b6;
}
#wrap .bcg-pijesak h1.veliki {
  color: white;
  text-align: center;
  font-size: 45px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  z-index: 3;
}
#wrap .bcg-pijesak h1.veliki-sjena {
  position: relative;
  color: rgba(244, 239, 238, 0.3);
  text-align: center;
  font-size: 75px;
  margin-top: 0px;
  margin-bottom: 30px;
  z-index: 2;
}
#wrap .bcg-bijela {
  background-color: white;
}
#wrap .bcg-bijela h1.veliki {
  position: relative;
  color: #878787;
  text-align: center;
  margin-bottom: 0px;
  padding-bottom: 0px;
  font-size: 45px;
  z-index: 3;
}
#wrap .bcg-bijela h1.veliki.naslovna {
  line-height: 48px;
}
#wrap .bcg-bijela h1.veliki-sjena {
  position: relative;
  color: #f4efee;
  text-align: center;
  font-size: 75px;
  margin-top: 0px;
  margin-bottom: 30px;
  z-index: 2;
}
#wrap .bcg-bijela h1.veliki-sjena.naslovna {
  margin-top: -60px;
  line-height: 45px;
  font-size: 55px;
}
#wrap .bcg-bijela h1.veliki-sjena.naslovna.eng {
  margin-top: -105px;
}
#wrap .bcg-bijela h1.veliki-sjena.naslovna.de {
  margin-top: -105px;
}
#wrap .bcg-bijela h1.veliki-sjena.naslovna.it {
  margin-top: -100px;
}
#wrap .bcg-roza {
  background-color: #a72d54;
  color: white;
}
#wrap .inner {
  width: 1269px;
  /*min-height: 500px;*/
  min-height: 100px;
  padding: 50px 0px 70px;
  position: relative;
}
#wrap .inner.padd-b-0 {
  padding-bottom: 0px;
}
#wrap .inner.standard {
  padding: 0px 0px 0px 0px;
}
#wrap .inner.standard .uk-grid {
  padding: 45px 0px 60px 0px;
}
#wrap .inner.standard .uk-grid.padd-b-0 {
  padding-bottom: 0px;
}
#wrap .inner.standard .container-book,
#wrap .inner.standard .contact-form {
  /*width: 100%;*/
  max-width: 650px;
  margin: 55px auto 50px auto;
  padding: 0px 0 85px 0px;
  color: #36353f;
}
#wrap .inner.standard .container-book .uk-grid,
#wrap .inner.standard .contact-form .uk-grid {
  float: left;
  width: 100%;
  margin: 0px;
  padding: 0px;
}
#wrap .inner.standard .container-book .uk-grid div,
#wrap .inner.standard .contact-form .uk-grid div {
  margin: 0px 0px 15px 0px;
  padding: 0px;
}
#wrap .inner.standard .container-book .uk-grid div .ddlist,
#wrap .inner.standard .contact-form .uk-grid div .ddlist {
  color: #36353f;
  padding: 0 5%;
}
#wrap .inner.standard .container-book .uk-grid div input,
#wrap .inner.standard .contact-form .uk-grid div input,
#wrap .inner.standard .container-book .uk-grid div select,
#wrap .inner.standard .contact-form .uk-grid div select,
#wrap .inner.standard .container-book .uk-grid div .ui-spinner,
#wrap .inner.standard .contact-form .uk-grid div .ui-spinner {
  color: #36353f;
  opacity: 1;
  resize: none;
  background-color: #f3f9f9;
  border: 1px solid #019b9b;
  height: 45px;
}
#wrap .inner.standard .container-book .uk-grid div input:focus,
#wrap .inner.standard .contact-form .uk-grid div input:focus,
#wrap .inner.standard .container-book .uk-grid div select:focus,
#wrap .inner.standard .contact-form .uk-grid div select:focus,
#wrap .inner.standard .container-book .uk-grid div .ui-spinner:focus,
#wrap .inner.standard .contact-form .uk-grid div .ui-spinner:focus {
  background-color: #f4efee;
}
#wrap .inner.standard .container-book .uk-grid div.kontakt-ime,
#wrap .inner.standard .contact-form .uk-grid div.kontakt-ime,
#wrap .inner.standard .container-book .uk-grid div.kontakt-adresa,
#wrap .inner.standard .contact-form .uk-grid div.kontakt-adresa,
#wrap .inner.standard .container-book .uk-grid div.kontakt-email,
#wrap .inner.standard .contact-form .uk-grid div.kontakt-email {
  /*max-width: 550px; */
  margin: 0 auto;
  padding-bottom: 25px;
  position: relative;
}
#wrap .inner.standard .container-book .uk-grid div.kontakt-ime input,
#wrap .inner.standard .contact-form .uk-grid div.kontakt-ime input,
#wrap .inner.standard .container-book .uk-grid div.kontakt-adresa input,
#wrap .inner.standard .contact-form .uk-grid div.kontakt-adresa input,
#wrap .inner.standard .container-book .uk-grid div.kontakt-email input,
#wrap .inner.standard .contact-form .uk-grid div.kontakt-email input {
  margin: 0 auto;
}
#wrap .inner.standard .container-book .uk-grid div.kontakt-poruka,
#wrap .inner.standard .contact-form .uk-grid div.kontakt-poruka {
  padding-bottom: 25px;
  margin-bottom: 0px;
}
#wrap .inner.standard .container-book .uk-grid div.kontakt-poruka textarea:focus,
#wrap .inner.standard .contact-form .uk-grid div.kontakt-poruka textarea:focus {
  background-color: #f4efee;
}
#wrap .inner.standard .container-book .uk-grid div.kontakt-button,
#wrap .inner.standard .contact-form .uk-grid div.kontakt-button {
  text-align: center;
}
#wrap .inner.standard .container-book .uk-grid div.kontakt-button button,
#wrap .inner.standard .contact-form .uk-grid div.kontakt-button button {
  width: auto;
  max-width: 300px;
  background-color: #a72d54;
  border: none;
  color: white;
  padding-left: 8px;
  padding-right: 8px;
}
#wrap .inner.standard .container-book .uk-grid div.kontakt-button button:hover,
#wrap .inner.standard .contact-form .uk-grid div.kontakt-button button:hover {
  background-color: #019b9b;
}
#wrap .inner.standard .container-book .uk-grid div select,
#wrap .inner.standard .contact-form .uk-grid div select {
  width: 100%;
}
#wrap .inner.standard .container-book .uk-grid div .cntLeft,
#wrap .inner.standard .contact-form .uk-grid div .cntLeft {
  width: 97%;
  margin-right: 3%;
}
#wrap .inner.standard .container-book .uk-grid div .cntRight,
#wrap .inner.standard .contact-form .uk-grid div .cntRight {
  width: 97%;
  margin-left: 3%;
}
#wrap .inner.standard .container-book .uk-grid div textarea,
#wrap .inner.standard .contact-form .uk-grid div textarea {
  padding-top: 10px!important;
  min-height: 100px;
  background-color: #f3f9f9;
  border: 1px solid #019b9b;
}
#wrap .inner.standard .container-book .uk-grid div #notice,
#wrap .inner.standard .contact-form .uk-grid div #notice {
  font-size: .8em;
}
#wrap .inner article.wide {
  float: left;
  width: 1080px;
  margin: 30px;
}
#wrap .inner article {
  float: left;
  width: 686px;
  margin-left: 39px;
}
#wrap .inner article a {
  color: #ff974c;
  text-decoration: none;
}
#wrap .inner article h1.title,
#wrap .inner article.wide h1.title {
  font-size: 46px;
  margin: 5px 0 45px 0;
}
#wrap .inner article h1.main-title,
#wrap .inner article.wide h1.main-title {
  font-size: 40px;
  margin: 5px 0 30px 0;
}
#wrap .inner article h2,
#wrap .inner article.wide h2 {
  margin: 45px 0 8px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}
#wrap .inner article p,
#wrap .inner article.wide p {
  margin: 0px 0px 25px;
  padding: 0px;
  font-size: 1em;
  line-height: 1.625em;
}
#wrap .inner article ul li,
#wrap .inner article.wide ul li {
  list-style-type: disc;
  font-size: 1em;
  padding-bottom: 5px;
}
#wrap .inner article ol li,
#wrap .inner article.wide ol li {
  list-style-type: decimal;
  font-size: 1em;
  padding-bottom: 2px;
}
#wrap .inner article .news h3,
#wrap .inner article.wide .news h3 {
  color: #50276a;
  padding-bottom: 30px;
  border-bottom: 1px solid #c0aec2;
  font-size: 18px;
}
#wrap .inner article .news span,
#wrap .inner article.wide .news span {
  color: #c0aec2;
  margin: 0 30px;
  font-size: 18px;
}
#wrap .inner article table.prices,
#wrap .inner article.wide table.prices {
  width: 100%;
  margin: 0px;
  padding: 0px;
}
#wrap .inner article table.prices tr th,
#wrap .inner article.wide table.prices tr th {
  font-weight: bold;
  text-align: center;
}
#wrap .inner article table.prices tr th,
#wrap .inner article.wide table.prices tr th,
#wrap .inner article table.prices tr td,
#wrap .inner article.wide table.prices tr td {
  padding: 0 3px 10px;
  font-size: 1em;
  vertical-align: top;
}
#wrap .inner article .multi-list,
#wrap .inner article.wide .multi-list {
  margin-bottom: 10px;
}
#wrap .inner article .multi-list .uk-grid,
#wrap .inner article.wide .multi-list .uk-grid {
  margin: 0 0 20px;
  width: 100%;
}
#wrap .inner article .multi-list .uk-grid .uk-width-medium-1-3,
#wrap .inner article.wide .multi-list .uk-grid .uk-width-medium-1-3 {
  text-align: center;
  margin: 0;
  padding: 0 0px;
}
#wrap .inner article .multi-list .uk-grid .uk-width-medium-1-3 .content,
#wrap .inner article.wide .multi-list .uk-grid .uk-width-medium-1-3 .content {
  width: 340px;
  margin: 0px auto;
  padding: 0px;
}
#wrap .inner article .multi-list .uk-grid .uk-width-medium-1-3 .content:hover,
#wrap .inner article.wide .multi-list .uk-grid .uk-width-medium-1-3 .content:hover {
  opacity: 0.8;
  filter: alpha(opacity=8);
  text-decoration: none;
}
#wrap .inner article .multi-list .uk-grid .uk-width-medium-1-3 .multi-link,
#wrap .inner article.wide .multi-list .uk-grid .uk-width-medium-1-3 .multi-link {
  display: block;
  width: 100%;
  height: 39px;
  line-height: 39px;
  font-size: .938em;
  color: #f4efea;
  margin: 0px;
  padding: 0 5%;
  text-align: left;
  background: #342a48 url('/images/_theme/bg/arrow-orange.png') no-repeat 95% 15px;
}
#wrap .inner article .multi-list .uk-grid .uk-width-medium-1-3 .news-title-link,
#wrap .inner article.wide .multi-list .uk-grid .uk-width-medium-1-3 .news-title-link {
  display: block;
  width: 100%;
  height: 146px;
  color: #262626;
  padding: 28px 40px;
  text-align: left;
  background-color: white;
  font-size: 1.375em;
  line-height: 1.875rem;
  font-weight: 300;
}
#wrap .inner article .multi-list .uk-grid .uk-width-medium-1-3 .news-link,
#wrap .inner article.wide .multi-list .uk-grid .uk-width-medium-1-3 .news-link {
  display: block;
  width: 100%;
  height: 39px;
  line-height: 39px;
  font-size: .938em;
  color: #f4efea;
  margin: 0px;
  padding: 0 5%;
  text-align: left;
  background: #342a48 url('/images/_theme/bg/arrow-orange.png') no-repeat 96% 15px;
}
#wrap .inner article .multi-list .uk-grid .uk-width-medium-1-3 a:hover,
#wrap .inner article.wide .multi-list .uk-grid .uk-width-medium-1-3 a:hover {
  text-decoration: none;
}
#wrap .inner article .multi-list .inner-spec,
#wrap .inner article.wide .multi-list .inner-spec {
  float: left;
  width: 680px;
}
#wrap .inner article .multi-list aside,
#wrap .inner article.wide .multi-list aside {
  padding: 0px 0px 50px 0px!important;
}
#wrap .inner article .multi-list aside .gallery-list,
#wrap .inner article.wide .multi-list aside .gallery-list {
  margin: 7px 0 20px 0;
}
#wrap .inner aside {
  float: right;
  width: 340px;
  margin-right: 39px;
  padding: 80px 0px;
}
#wrap .inner aside h3 {
  padding: 10px;
  margin: 0px;
  color: #50276a;
  font-size: 1.250em;
  font-weight: 300;
  line-height: 1.8em;
  font-style: italic;
}
#wrap .inner aside .gallery-list {
  margin: 26px 0 20px 0;
}
#wrap .inner aside .gallery-list .uk-grid {
  margin: 0 0 20px;
  width: 100%;
}
#wrap .inner aside .gallery-list .uk-grid .uk-width-medium-1-1 {
  text-align: center;
  margin: 0;
  padding: 0 0px;
}
#wrap .inner aside .gallery-list .uk-grid .uk-width-medium-1-1 .content {
  width: 340px;
  margin: 0px auto;
  padding: 0px;
}
#wrap .inner aside .gallery-list .uk-grid .uk-width-medium-1-1 .content:hover {
  opacity: 0.8;
  filter: alpha(opacity=8);
  text-decoration: none;
}
#wrap .inner aside .gallery-list .uk-grid .uk-width-medium-1-1 .multi-link {
  display: block;
  width: 100%;
  height: 39px;
  line-height: 39px;
  font-size: .938em;
  color: #f4efea;
  margin: 0px;
  padding: 0 5%;
  text-align: left;
  background: #3b2d5c url('/images/_theme/bg/arrow-orange.png') no-repeat 95% 15px;
}
#wrap .inner aside .gallery-list .uk-grid .uk-width-medium-1-1 a:hover {
  text-decoration: none;
}
#wrap .inner #sub-menu {
  position: absolute;
  right: 25px;
  top: 60px;
  text-align: right;
  margin: 0px;
}
#wrap .inner #sub-menu li {
  float: right;
}
#wrap .inner #sub-menu li a {
  padding: 5px 15px;
  margin: 0;
  color: #8b8b8f;
  line-height: 1em;
  font-size: .875em;
}
#wrap .inner #sub-menu li a:hover,
#wrap .inner #sub-menu li a.selected {
  color: black;
  border-bottom: solid 3px #ff974c;
}
#wrap .inner #sub-menu li.sep {
  padding: 5px 7px;
  font-size: .875em;
  line-height: 1em;
}
#wrap .inner .uk-grid {
  margin: 0;
  /*width: 96%;*/
  width: 100%;
}
#wrap .inner .uk-grid .uk-width-medium-1-3 {
  text-align: center;
  margin: 0;
  padding: 0 0px;
  max-height: 430px;
}
#wrap .inner .uk-grid .uk-width-medium-1-3 .bx-wrapper {
  margin: 0px auto!important;
}
#wrap .inner .uk-grid .uk-width-medium-1-3 .bx-wrapper .bx-viewport {
  border: 0px;
  left: 0;
}
#wrap .inner .uk-grid .uk-width-medium-1-3 .bx-wrapper .bx-controls {
  width: 340px;
}
#wrap .inner .uk-grid .uk-width-medium-1-3 .bx-wrapper .bx-controls .bx-pager {
  /*background-color: #32642a;*/
  bottom: 0;
  height: 40px;
  text-align: right;
  padding: 15px 18px 0;
}
#wrap .inner .uk-grid .uk-width-medium-1-3 .bx-wrapper .bx-controls .bx-pager .bx-pager-item .bx-pager-link {
  width: 11px;
  height: 11px;
  text-indent: 9999px;
  background-color: #e6daba;
}
#wrap .inner .uk-grid .uk-width-medium-1-3 .bx-wrapper .bx-controls .bx-pager .bx-pager-item .bx-pager-link:hover,
#wrap .inner .uk-grid .uk-width-medium-1-3 .bx-wrapper .bx-controls .bx-pager .bx-pager-item .bx-pager-link.active {
  background-color: #6b519b;
}
#wrap .inner .uk-grid .uk-width-medium-1-3 .bx-wrapper .bx-default-pager a {
  -moz-border-radius: 0px!important;
  -webkit-border-radius: 0px!important;
  border-radius: 0px!important;
}
#wrap .inner .uk-grid .uk-width-medium-1-3 .item-holder,
#wrap .inner .uk-grid .uk-width-medium-1-3 .item-holder-single {
  position: relative;
  width: 340px;
  height: 430px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */

  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */

  padding: 0px;
  margin: 0px auto;
  height: 430px;
  text-align: left;
}
#wrap .inner .uk-grid .uk-width-medium-1-3 .item-holder .slide,
#wrap .inner .uk-grid .uk-width-medium-1-3 .item-holder-single .slide {
  width: 340px;
  height: 431px;
  overflow: hidden;
}
#wrap .inner .uk-grid .uk-width-medium-1-3 .item-holder .slide:hover,
#wrap .inner .uk-grid .uk-width-medium-1-3 .item-holder-single .slide:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  cursor: pointer;
}
#wrap .inner .uk-grid .uk-width-medium-1-3 .item-holder .slide a,
#wrap .inner .uk-grid .uk-width-medium-1-3 .item-holder-single .slide a {
  width: 340px;
  height: 183px;
}
#wrap .inner .uk-grid .uk-width-medium-1-3 .item-holder .slide a span.news-header-fancy,
#wrap .inner .uk-grid .uk-width-medium-1-3 .item-holder-single .slide a span.news-header-fancy {
  float: left;
  width: 100%;
  padding: 35px 0 0 30px;
  margin: 0px;
  font-weight: 300;
  font-size: 1.375em;
  font-size: 2em;
  font-family: 'Gentium Book Basic', serif;
  color: #3f3946;
}
#wrap .inner .uk-grid .uk-width-medium-1-3 .item-holder .slide a span.summary,
#wrap .inner .uk-grid .uk-width-medium-1-3 .item-holder-single .slide a span.summary {
  float: left;
  height: 100px;
  padding: 10px 30px 0 30px;
  font-size: .875em;
  color: #17141e;
}
#wrap .inner .uk-grid .uk-width-medium-1-3 .item-holder .slide a span.find-out-more,
#wrap .inner .uk-grid .uk-width-medium-1-3 .item-holder-single .slide a span.find-out-more {
  position: absolute;
  bottom: 0px;
  left: 0px;
  padding: 0px 0 15px 30px;
  font-size: .750em;
  color: #6b519b;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */

  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */

}
#wrap .inner .uk-grid .uk-width-medium-1-3 .item-holder .slide a.news-header,
#wrap .inner .uk-grid .uk-width-medium-1-3 .item-holder-single .slide a.news-header {
  width: 100%;
  float: left;
  padding: 35px 30px 35px 30px;
  height: 146px;
  font-weight: 300;
  font-size: 1.375em;
  color: #262626;
  line-height: 130%;
}
#wrap .inner .uk-grid .uk-width-medium-1-3 .item-holder .slide .date a,
#wrap .inner .uk-grid .uk-width-medium-1-3 .item-holder-single .slide .date a {
  position: absolute;
  bottom: 0px;
  color: #f4efea;
  left: 0;
  width: 100%;
  padding: 10px 0 0 20px;
  height: 40px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */

  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */

  z-index: 100;
  background-color: #d7c58a;
  font-size: .750em;
}
#wrap .inner .uk-grid .uk-width-medium-1-3 .white {
  background: white;
}
#wrap .inner .uk-grid .uk-width-medium-1-3:nth-child(1) {
  text-align: left;
}
#wrap .inner .uk-grid .uk-width-medium-1-3:nth-child(1) .first-col {
  max-width: 330px;
}
#wrap .inner .uk-grid .uk-width-medium-1-3:nth-child(1) h2 {
  font-family: 'Gentium Book Basic', serif;
  font-size: 2.50rem;
  color: #3f3946;
  margin-bottom: 33px;
}
#wrap .inner .uk-grid .uk-width-medium-1-3:nth-child(1) p {
  margin: 0 0 5px 0;
}
#wrap .inner .uk-grid .uk-width-medium-1-3:nth-child(1) .small {
  margin-top: 31px;
  font-size: .875em;
  line-height: 1.56rem;
  color: #8b8b8f;
}
/*
.contanier-facebook {
    width: 100%;
    min-height: 100px;
    padding: 40px 0;
    text-align: center;

    .item-holder {
        height: 20px;
        display: block;
        margin: 0 auto;
        width: 100px;
    }
}

.contanier-orange {
    width: 100%;
    background: #faf2d9;

    .legend {
        margin: 0 0 35px 30px;

        .box {
            margin-right: 15px;
            .left;
        }

        .box-taken, .box-available {
            display: inline-block;
            margin-right: 10px;
            width: 20px;
            height: 20px;
            .left;
        }

        .box-taken {
            background: #fed549;
        }

        .box-available {
            background: #dddddf;
        }
    }
}
*/

#google-map {
  width: 100%;
  height: 440px;
  padding: 0;
  border-top: solid 4px #fffaf4;
  border-bottom: solid 4px #fffaf4;
}
#google-map-small {
  float: left;
  width: 100%;
  height: 500px;
  padding: 0;
  margin: 15px 0;
  border-top: solid 4px #fffaf4;
  border-bottom: solid 4px #fffaf4;
}
/*
.contanier-list {
    background: #edecef;
    overflow: hidden;

    article {
        margin: 50px 0 60px 0;
    }


    .news {
        margin-bottom: 60px;

        &:last-child {
            margin-bottom: 0;
        }

        &:hover {
            .hover-ad {
                display: block;
            }

            .content-title {
                color: #e5ae04;
            }
        }

        .hover-ad {
            display: none;
            background: #fff;
            position: absolute;
            width: 305px;
            height: 180px;
            z-index: 100;
            right: -10px;
            top: -10px;
        }
    }

    .image {
        .left;
        width: 285px;
        height: 160px;

        a {
            display: flex;
            position: relative;
        }

        &:last-child {
            margin-bottom: 60px;
        }

        img {
            z-index: 300;
        }
    }

    .no-image {
    }

    .content {
        .right;
        width: 505px;
        max-height: 160px;
        overflow: hidden;

        p {
            font-size: 14px;
            line-height: 20px;
        }
    }

    .content-title {
        margin: 0 0 10px 0;
        line-height: 36px;
        font-size: 32px;

        a {
            color: #000;
        }
    }

    .list-gallery {
        margin-top: 70px;

        li {
            margin-bottom: 30px;

            .item-list {
                .left();
                margin-right: 30px;
                width: 200px;

                .title {
                    margin-top: 17px;
                    padding-left: 20px;
                    background: transparent URL('/images/bg/arrow-right-pur.png') no-repeat 0 3px;

                    a {
                        color: #605f64;
                        font-size: 14px;
                    }
                }

                &:nth-child(5n) {
                    margin-right: 0px;
                }

                .s, .no-image {
                    width: 200px;
                    height: 200px;
                    background: #c2c1c9;
                    position: relative;
                    z-index: 300;
                }

                .play-button {
                    position: absolute;
                    width: 69px;
                    height: 69px;
                    background: transparent URL('/images/icon/play-btn.png') no-repeat 0 0;
                    opacity: 0.9;
                    z-index: 500;
                    top: 33%;
                    left: 33%;
                }

                .hover-block {
                    position: absolute;
                    display: none;
                    width: 200px;
                    height: 200px;
                    border: 10px solid #fff;
                    top: 0;
                    left: 0;
                    z-index: 400;
                }

                &:hover {
                    .hover-block {
                        display: block;
                        cursor: pointer;
                    }

                    a {
                        color: #1e0f81;
                        cursor: pointer;
                    }
                }
            }
        }
    }

    .gallery {
        margin: 70px 0 60px 0;
    }
}
*/

.guest-impression {
  margin: 35px 0;
}
.guest-impression .uk-grid {
  margin: 0px 0px 0px 0px;
}
.guest-impression .uk-grid .uk-width-medium-2-2 {
  margin: 0px 0px 0px 0px;
  padding: 10px 0px 7px 10px;
  border-bottom: solid 1px #ff974c;
}
.guest-impression .uk-grid .uk-width-medium-2-2 h5 {
  margin: 0px 0px 3px;
}
.guest-impression .uk-grid .uk-width-medium-2-2 h3 {
  padding: 0px 0px 2px 0px!important;
  margin: 0px 0px 0px 0px!important;
}
.guest-impression .uk-grid .uk-width-medium-2-2 p {
  padding: 0px 0px 3px 0px!important;
  margin: 0px 0px 0px 0px!important;
}
/*
.big-title {
    font-size: 45px;
    line-height: 28px;
    margin: 58px 0 44px 32px;
    font-weight: lighter;
}

.item-head {
    margin: 63px 0 45px 27px;
}
*/

/*
#filters {
    .filter-contanier {
        margin-top: 10px;
        padding-top: 15px;
        margin-left: 0;
        padding-left: 28px;

        li {
            height: 20px;
            margin-right: 40px;
            font-size: 13px;

            .name {
                cursor: pointer;
            }

            input {
                float: left;
                height: 20px;
                margin-right: 5px;
                cursor: pointer;
            }
        }
    }
}

*/

.uk-width-1-3.logo-ville-rudan {
  width: 257px;
}
HEADER {
  position: fixed;
  top: 0px;
  /*left: 0px;*/
  /*width: 100%;*/
  height: 137px;
  background-color: #b5b2ae;
  z-index: 10011;
  -webkit-transform: translateZ(0);
  /*&:before {
		position: absolute;
		top: 0px;
		left: 0px;
		content: "";
		width: 100%;
		height: 27px;
		background-color: #f4efea;
	}*/

}
HEADER .inner {
  position: relative;
  height: 137px;
  color: #84837f;
}
HEADER .inner #logo {
  position: absolute;
  /*left: 458px;*/
  left: 0px;
  top: 0px;
  margin: 0;
  width: 257px;
  height: 137px;
  background: transparent url(/images/_theme/bg/logo.png) no-repeat 0 0;
  z-index: 10000;
}
HEADER .inner .uk-width-2-3.menu-ville-rudan {
  padding-left: 0px;
}
HEADER .inner #language {
  height: 65px;
  text-align: right;
  font-size: 0.750em;
  color: #84837f;
  padding-top: 2px;
}
HEADER .inner #language .sep {
  display: inline-block;
  float: right;
  margin: 0 5px;
}
HEADER .inner #language .hr,
HEADER .inner #language .en,
HEADER .inner #language .de,
HEADER .inner #language .it {
  float: right;
  display: inline-block;
  margin: 0;
  height: 27px;
  color: #84837f;
}
HEADER .inner #language .hr:hover,
HEADER .inner #language .en:hover,
HEADER .inner #language .de:hover,
HEADER .inner #language .it:hover {
  color: #009b9b;
}
HEADER .inner #language .selected {
  color: #009b9b;
}
HEADER .inner .jezici {
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  /*position: fixed;*/
  position: absolute;
  text-transform: uppercase;
  top: 20px;
  right: 300px;
}
HEADER .inner .jezici a,
HEADER .inner .jezici span.sep {
  color: white;
}
HEADER .inner .jezici .selected {
  color: #009b9b;
}
HEADER .inner #small-nav {
  /*position: absolute;
			left: 350px;
			top: 0px;*/
  /*position: fixed;*/
  position: absolute;
  top: 20px;
  left: 258px;
  font-size: 14px;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}
HEADER .inner #small-nav li {
  float: left;
}
HEADER .inner #small-nav li a {
  background: transparent url("/images/_theme/bg/sprite-small-menu.png") no-repeat 0 0;
  padding: 4px 0 4px 0px;
  margin: 0 10px 0;
  line-height: 22px;
  color: white;
}
HEADER .inner #small-nav li a#small-12,
HEADER .inner #small-nav li a#small-44 {
  /*background-position: 0 0;*/
  background: none !important;
}
HEADER .inner #small-nav li a#small-13,
HEADER .inner #small-nav li a#small-48,
HEADER .inner #small-nav li a#small-32,
HEADER .inner #small-nav li a#small-94,
HEADER .inner #small-nav li a#small-95,
HEADER .inner #small-nav li a#small-96 {
  /*background-position: 0 -48px;*/
  background: none !important;
}
HEADER .inner #small-nav li a#small-11 {
  background: none !important;
}
HEADER .inner #small-nav li a#small-14 {
  /*background-position: 0 -97px;*/
  background: none !important;
}
HEADER .inner #small-nav li a#small-25 {
  /*background-position: 0 -48px;*/
  background: none !important;
}
HEADER .inner #small-nav li a#small-26 {
  /*background-position: 0 -97px;*/
  background: none !important;
  /*padding-left: 28px;*/

}
HEADER .inner #small-nav li a#small-49 {
  background: none !important;
}
HEADER .inner #small-nav li a#small-104 {
  background: none !important;
}
HEADER .inner #small-nav li a:hover,
HEADER .inner #small-nav li a.selected {
  text-decoration: none;
  color: #009b9b;
}
HEADER .inner #small-nav-wrap {
  width: 325px;
}
HEADER .inner .search {
  position: absolute;
  width: 180px;
  height: 35px;
  top: 10px;
  right: 30px;
  text-align: left;
  padding: 3px 0 0;
  /*border-bottom: solid 1px #898989;*/

}
HEADER .inner .search INPUT {
  /*border: none;*/
  font-size: 0.8em;
  padding: 2px 10px;
  height: 28px;
  line-height: 18px;
  width: 150px;
  border-bottom: solid 1px #898989;
  background-color: #b5b2ae;
}
HEADER .inner .search A#search-btn {
  display: block;
  position: absolute;
  right: 0px;
  top: 7px;
  width: 24px;
  height: 24px;
  background: transparent url(/images/_theme/bg/search.png) no-repeat 0px 0px;
}
HEADER .inner .search A#search-btn B {
  display: none;
}
/* NAVIGATION */

nav {
  /*position: fixed; ovo ne radi u exploreru*/
  position: absolute;
  bottom: 0px;
  margin-left: 27px;
  /* left: 35px;
	width: 100%;*/
  z-index: 1005;
  height: 72px;
  background-color: white;
  /*background: transparent url(/images/_theme/bg/menu-bg.jpg) repeat-x 0 0;*/

}
nav .inner {
  height: 53px;
  padding: 0;
  width: 100%;
}
nav .inner .mainMenu {
  margin: 0;
}
nav .inner .mainMenu li {
  display: block;
  float: left;
  margin: 0px;
  padding: 0px;
}
nav .inner .mainMenu li a {
  display: block;
  height: 72px;
  font-size: 15px;
  line-height: 72px;
  margin: 0px;
  padding: 0px 15px;
  color: #878787;
}
nav .inner .mainMenu li a span {
  padding: 7px 10px 7px 10px;
}
nav .inner .mainMenu li a:hover {
  text-decoration: none;
}
nav .inner .mainMenu li a:hover span,
nav .inner .mainMenu li a.selected span {
  /*background-color: #a72d54;*/
  background-color: #009b9b;
  color: white;
}
nav .inner .mainMenu li a.last {
  background-color: #a72d54;
  color: white;
  padding: 0px 10px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}
nav .inner .mainMenu li a.last:hover span,
nav .inner .mainMenu li a.last.selected span {
  background-color: #a72d54;
  text-decoration: underline;
}
nav .inner .mainMenu li .menu-list {
  visibility: hidden;
  position: absolute;
  z-index: 99999;
  padding: 15px 15px 20px 15px;
  background-color: white;
}
nav .inner .mainMenu li .menu-list li {
  float: none;
  display: block;
  min-width: 150px;
  padding-bottom: 1px;
  background-color: transparent;
  height: initial;
  border-top: solid 1px #dbdbdb;
}
nav .inner .mainMenu li .menu-list li a {
  display: block;
  height: auto;
  font-size: 14px;
  line-height: 40px;
  margin: 0;
  border: none;
  background-color: white;
  padding-left: 0px;
  padding-right: 0px;
}
nav .inner .mainMenu li .menu-list li:hover a {
  color: #009b9b;
  text-decoration: none;
}
nav .inner .mainMenu li .menu-list li .selected {
  color: #009b9b;
}
nav .inner .mainMenu li .menu-list li ul li {
  border: none;
}
nav .inner .mainMenu li .menu-list li ul li a:hover {
  text-decoration: underline;
}
nav .inner .mainMenu li:hover > .menu-list {
  visibility: visible;
}
nav.initial {
  border-top: solid 3px #241a3a;
  border-bottom: solid 3px #241a3a;
}
nav.initial .inner .mainMenu li {
  top: -3px;
  position: relative;
}
body.en nav .inner .mainMenu li a,
body.de nav .inner .mainMenu li a {
  padding-right: 0px;
  padding-left: 10px;
}
body.en nav .inner .mainMenu li a span,
body.de nav .inner .mainMenu li a span {
  padding: 7px 9px;
}
body.en nav .inner .mainMenu li#m-multimedia a,
body.de nav .inner .mainMenu li#m-multimedia a {
  padding-right: 10px;
}
body.en nav .inner .mainMenu li#m-reservations a {
  padding-left: 15px;
}
/* ==========================================================================
   SANJA - moji stilovi
   ========================================================================== */

.padd-b-0 {
  padding-bottom: 0px;
}
.padd-t-0 {
  padding-top: 0px;
}
li#m-rezerviraj,
li#m-reservations,
li#m-buch,
li#m-prenotare {
  width: auto;
}
li#m-rezerviraj:after {
  content: '';
  display: inline-block;
  position: relative;
  left: 0;
  top: 100%;
  width: 0;
  height: 0;
  border-top: 20px solid #a72d54;
  border-right: 61px solid transparent;
  border-bottom: 0 solid transparent;
  border-left: 61px solid transparent;
}
li#m-reservations:after {
  content: '';
  display: inline-block;
  position: relative;
  left: 0;
  top: 100%;
  width: 0;
  height: 0;
  border-top: 20px solid #a72d54;
  border-right: 48px solid transparent;
  border-bottom: 0 solid transparent;
  border-left: 48px solid transparent;
}
li#m-buch:after {
  content: '';
  display: inline-block;
  position: relative;
  left: 0;
  top: 100%;
  width: 0;
  height: 0;
  border-top: 20px solid #a72d54;
  border-right: 53px solid transparent;
  border-bottom: 0 solid transparent;
  border-left: 53px solid transparent;
}
li#m-prenotare:after {
  content: '';
  display: inline-block;
  position: relative;
  left: 0;
  top: 100%;
  width: 0;
  height: 0;
  border-top: 20px solid #a72d54;
  border-right: 65px solid transparent;
  border-bottom: 0 solid transparent;
  border-left: 65px solid transparent;
}
body.de nav .inner .mainMenu li#m-buch a span {
  padding: 7px 20px;
}
.logo-ville-rudan a#logo:after {
  content: '';
  display: inline-block;
  position: relative;
  left: 0;
  top: 100%;
  width: 0;
  height: 0;
  border-top: 20px solid #009b9b;
  border-right: 128px solid transparent;
  border-bottom: 0 solid transparent;
  border-left: 128px solid transparent;
}
.cikcak::before {
  background: url("../images/_theme/bg/cik-cak-rub.png") repeat-x;
  display: block;
  content: "";
  width: 100%;
  height: 8px;
  z-index: 5;
  position: relative;
  top: 8px;
}
.okrugli img {
  width: 100% !important;
  height: auto !important;
  max-width: 215px;
}
.uk-grid .uk-container-center {
  padding-left: 0px;
}
/*.vrste-soba-slika p { margin-bottom: 0px;}*/

/*maknula sam ovu klasu*/

.vrste-soba h2 {
  font-size: 24px;
}
.wrap-initial .sadrzaj .uk-container.uk-container-center.img-prije-footera {
  padding-top: 0px;
}
.wrap-initial .sadrzaj .uk-container.uk-container-center.img-prije-footera p {
  /*margin-top: 10px;*/
  margin-top: 0px;
  margin-bottom: 0px;
}
.wrap-initial .sadrzaj .uk-container.uk-container-center.img-prije-footera p img {
  width: 100%;
}
.rotator .bx-wrapper .bx-pager.bx-default-pager {
  /*bottom: 43px;*/
  bottom: 37px;
  right: 93px;
  width: auto;
}
.rotator .bx-wrapper .bx-pager.bx-default-pager a {
  background-color: rgba(255, 255, 255, 0.5);
  /*width: 24px;
	height: 24px;*/
  width: 19px;
  height: 19px;
  bottom: 58px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  margin: 0 6px;
}
.rotator .bx-wrapper .bx-pager.bx-default-pager a:hover,
.rotator .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #a72d54;
}
.rotator h2 {
  /* izmjene 2019 - smanjiti naslov i pomaknuti
    font-size: 60px;
    bottom: 28px;
    left: 93px;*/
  font-size: 48px;
  bottom: 48px;
  left: 53px;
  color: white;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
  position: absolute;
  z-index: 10002;
  /*line-height: 70px;*/
  line-height: 57px;
}
body.standard2 .rotator h2 {
  top: 60px;
  left: 0px;
  bottom: initial;
  width: 100%;
  text-align: center;
}
.krugovi .uk-width-1-3 {
  float: left;
  text-align: center;
}
.krugovi h4 {
  text-align: left;
  padding: 0px 35px 0px 35px;
}
p.sobe-1-3 {
  /*text-align: justify;*/
  text-align: left;
  padding-left: 20px;
  padding-right: 20px;
}
.rezerviraj {
  font-size: 14px;
  color: white !important;
  background-color: #a72d54;
  position: absolute;
  bottom: 0px;
  right: 20px;
  padding: 3px 7px 3px 7px;
}
.sobe-wrapper {
  overflow: hidden;
  position: relative;
  padding: 0px 0px 0px 0px;
  background-color: white;
  margin-bottom: 30px;
}
.sobe-wrapper p {
  font-size: 15px;
}
.sobe-wrapper h2 {
  font-size: 27px;
}
.sobe-wrapper .uk-width-1-3 {
  /*max-width: 450px; 
        max-height: 300px;*/
  width: 40%;
  float: left;
}
.sobe-wrapper .uk-width-1-3 img {
  width: auto;
}
.sobe-wrapper .slika {
  width: 40%;
  float: left;
  min-height: 307px !important;
  overflow: hidden;
}
.sobe-wrapper .slika img {
  width: auto;
  min-width: 110%;
}
.sobe-wrapper .uk-width-2-3 {
  width: 60%;
  float: left;
  padding: 10px 25px 0px 25px;
}
.sobe-wrapper .smjestaj-gumbi {
  position: absolute;
  bottom: 25px;
  right: 23px;
  text-align: right;
}
.sobe-wrapper .smjestaj-gumbi a {
  margin-left: 8px;
}
.sobe-wrapper .smjestaj-gumbi a.rez {
  font-size: 14px;
  color: white !important;
  background-color: #a72d54;
  padding: 8px 15px 8px 15px;
}
.sobe-wrapper .smjestaj-gumbi a.det {
  font-size: 14px;
  color: white !important;
  background-color: #009b9b;
  padding: 8px 15px 8px 15px;
}
.fancybox-overlay {
  z-index: 10015;
}
#fancybox-thumbs {
  z-index: 10020;
}
#fancybox-thumbs ul {
  width: 200% !important;
}
.standard.sadrzaj.m {
  background-image: url("/images/_theme/bg/halphtone-bcg2.png");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: top center;
}
.standard.sadrzaj.m img {
  margin-right: 10px;
  margin-bottom: 10px;
  max-height: 130px;
  max-width: 195px;
}
.standard.sadrzaj.bez-slidera {
  background-image: url("/images/_theme/bg/halphtone-bcg2.png");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: top center;
}
.bcg-bijela.no-bcg {
  background-color: transparent !important;
}
.sadrzaj-wrap {
  max-width: 860px;
  text-align: justify;
  margin: 0 auto;
}
.htmlcode {
  height: 0px;
  width: 0px;
  margin: 0;
  padding: 0;
}
.inner.standard.clearfix.sadrzaj.bez-slidera {
  padding-top: 100px;
}
/* ---- BAZEN SECTION ------- */

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

.wrap-initial .sadrzaj .uk-container.uk-container-center.bazen2 {
  padding-bottom: 0px;
}
.wrap-initial .sadrzaj .uk-container.uk-container-center.bazen2 .sadrzaj-wrap {
  max-width: 95%;
}
.wrap-initial .sadrzaj .uk-container.uk-container-center.bazen2 .sadrzaj-wrap .box-30 {
  width: 38%;
  float: left;
  margin-right: 15px;
  margin-left: 35px;
  margin-bottom: 25px;
  padding: 25px 30px 25px 40px;
  background-color: #009b9b;
  color: white;
  text-align: left;
}
.wrap-initial .sadrzaj .uk-container.uk-container-center.bazen2 .sadrzaj-wrap .box-68 {
  width: 48%;
  float: left;
  margin-right: 10px;
  margin-left: 35px;
  margin-bottom: 25px;
}
/* ---- BAZEN SECTION KRAJ ------- */

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

/* ---- PHOBS BOOKING WIDGET ------- */

/* ----- STICKER ZA BAZEN -----   */

.bazen {
  /* micanje 2019*/
  /* micanje2 2019 svibanj:*/
  display: none;
  /* vra�anje:*/
  background-color: rgba(210, 170, 67, 0.9);
  color: white;
  width: 450px;
  position: absolute;
  top: 542px;
  right: 100px;
  padding: 20px;
}
.bazen p {
  font-weight: 400;
  text-align: center;
  font-size: 26px;
  line-height: 31px;
  margin: 0px;
  text-shadow: 2px 1px 1px rgba(0, 0, 0, 0.6);
  font-family: 'Gentium Book Basic', serif;
}
body.de .bazen {
  top: 565px;
}
.ui-icon {
  text-indent: initial !important;
  background: none !important;
}
.booking-widget {
  position: absolute;
  top: -65px;
  right: -50px;
}
.booking-widget #phobs_book .PHOBSbox {
  /*width: 290px!important;*/
  width: 450px!important;
  /* .phobsbox-rez kraj*/

  /* phobsbox-direktbooking kraj */

}
.booking-widget #phobs_book .PHOBSbox .booking_naslov {
  background-color: #a72d54;
  color: white;
  padding: 20px 20px 20px 20px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  text-align: center;
  font-size: 16px;
  line-height: 22px;
}
.booking-widget #phobs_book .PHOBSbox .phobsbox-rez {
  width: 48.1%;
  float: left;
  border-right: 1px solid #c6c6c6;
  margin-top: 18px;
  margin-bottom: 10px;
}
.booking-widget #phobs_book .PHOBSbox .phobsbox-rez .dolazak,
.booking-widget #phobs_book .PHOBSbox .phobsbox-rez .dolazak-odlazak {
  /*padding-left: 35px;
              padding-right: 35px;*/
  padding-left: 22px;
  padding-right: 0px;
  padding-top: 8px;
  color: #878787;
}
.booking-widget #phobs_book .PHOBSbox .phobsbox-rez .dolazak input#dpArriveCon,
.booking-widget #phobs_book .PHOBSbox .phobsbox-rez .dolazak-odlazak input#dpArriveCon,
.booking-widget #phobs_book .PHOBSbox .phobsbox-rez .dolazak input#dpDepartureCon,
.booking-widget #phobs_book .PHOBSbox .phobsbox-rez .dolazak-odlazak input#dpDepartureCon {
  max-width: 170px;
  border: 1px solid #cccccc;
}
.booking-widget #phobs_book .PHOBSbox .phobsbox-rez .dolazak.odaberi,
.booking-widget #phobs_book .PHOBSbox .phobsbox-rez .dolazak-odlazak.odaberi {
  width: 100%;
  /*text-align:center;*/
  text-align: left;
}
.booking-widget #phobs_book .PHOBSbox .phobsbox-rez .dolazak.odaberi .button,
.booking-widget #phobs_book .PHOBSbox .phobsbox-rez .dolazak-odlazak.odaberi .button {
  color: white;
  border: none !important;
  background-color: #009b9b;
  position: relative;
  margin: 7px auto 0px auto;
}
.booking-widget #phobs_book .PHOBSbox .phobsbox-rez .dolazak.pr-kod,
.booking-widget #phobs_book .PHOBSbox .phobsbox-rez .dolazak-odlazak.pr-kod {
  /*text-align:right;*/
  text-align: left;
  font-size: 12px;
}
.booking-widget #phobs_book .PHOBSbox .phobsbox-rez select.dan {
  display: inline-block;
  width: 60px;
  border: 1px solid #e0e0e4;
  padding: 5px;
  margin-right: 15px;
  margin-top: 5px;
}
.booking-widget #phobs_book .PHOBSbox .phobsbox-rez select.mjesec {
  display: inline-block;
  width: 60px;
  border: 1px solid #e0e0e4;
  padding: 5px;
  margin-right: 15px;
  margin-top: 5px;
}
.booking-widget #phobs_book .PHOBSbox .phobsbox-rez select.godina {
  display: inline-block;
  width: 100px;
  border: 1px solid #e0e0e4;
  padding: 5px;
  margin-top: 5px;
}
.booking-widget #phobs_book .PHOBSbox .phobsbox-direktbooking {
  width: 49.9%;
  float: left;
  margin-top: 10px;
  margin-bottom: 20px;
  margin-left: 1%;
}
.booking-widget #phobs_book .PHOBSbox .phobsbox-direktbooking .pogodnost {
  width: 100%;
}
.booking-widget #phobs_book .PHOBSbox .phobsbox-direktbooking .pogodnost img {
  display: block;
  margin: 0 auto;
}
.booking-widget #phobs_book .PHOBSbox .phobsbox-direktbooking .pogodnost p {
  padding-left: 18px;
  padding-right: 18px;
  padding-top: 8px;
  color: #878787;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 18px;
  font-weight: bold;
  text-transform: uppercase;
}
.booking-widget #phobs_book .PHOBSbox .phobsbox-direktbooking .pogodnost p.podnaslov {
  padding-top: 0px;
  font-size: 11px;
  line-height: 15px;
  font-weight: normal;
  text-transform: none;
}
.booking-widget #phobs_book .PHOBSbox .phobsbox-direktbooking .pogodnost.div1 {
  /*margin-top: 15px;*/
  margin-top: 30px;
}
.booking-widget #phobs_book .PHOBSbox .phobsbox-direktbooking .pogodnost.div2 {
  margin-top: 15px;
}
.booking-widget #phobs_book .PHOBSbox .phobsbox-direktbooking .pogodnost.div3 {
  margin-top: 15px;
}
.booking-widget #phobs_book .PHOBSbox .phobsbox-direktbooking .pogodnost.div3 img {
  padding-left: 5px;
}
.booking-widget #phobs_book .broj-noci {
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 8px;
  color: #878787;
}
.booking-widget #phobs_book .broj-noci select.noci {
  /*display: inline-block;*/
  width: 60px;
  border: 1px solid #e0e0e4;
  padding: 5px;
  margin-right: 15px;
  margin-top: 5px;
}
.booking-widget #phobs_book .broj-noci .button {
  color: white;
  border: none !important;
  background-color: #009b9b;
  float: right;
}
.booking-widget #phobs_book .pristupni-kod {
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 25px;
  color: #878787;
}
.booking-widget #phobs_book .otkazi {
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 8px;
  padding-bottom: 15px;
}
.booking-widget #phobs_book .otkazi a {
  color: #a72d54;
}
.booking-widget #phobs_book .otkazi2 {
  /*padding-left: 35px;
              padding-right: 35px;*/
  padding-left: 22px;
  padding-right: 0px;
  padding-top: 8px;
  padding-bottom: 15px;
}
.booking-widget #phobs_book .otkazi2 a {
  color: #a72d54;
}
/* ----      ----------------      ------- */

/* ---- PHOBS BOOKING WIDGET KRAJ ------- */

/*
.aside-fixed {
    position: fixed;
    top: 0;
    margin-left: 840px;
    z-index: 10000;
}

.aside-anchored {
    margin-left: 840px;
    position: absolute;
}

ASIDE {
    float: right;
    width: 285px;
    margin-top: 21px;
    padding: 0 15px;
    background: #fff;

    a {
        display: block;
        margin-bottom: 24px;
        border: 1px solid #e0e0e4;
        padding: 15px 16px;
        width: 100%;
        position: relative;

        img {
            display: block;
        }
        &:hover {
            border-color: #0a0629;
        }        
    }

    .aside-link {
        span {
            position: absolute;
            left: 100px;
            top: 35px;
            background: transparent url("/images/icon/grey-nav-right.png") no-repeat 0px 6px;
            padding-left: 20px;
        }
    }

    .greybox {
        background: #edecef;
        padding: 20px 30px 31px 30px;
        margin-bottom: 39px;
        margin-top: 15px;

        .green-datepicker {
            padding-left: 23px;
            text-align: left;
        }

        input {
            margin-bottom: 9px;
        }

        .buttony {
            margin-top: 21px;
            width: 144px;
        }

        .mini {
            font-size: 13px;
        }

        .price {
            font-weight: lighter;
            font-size: 25px;
            line-height: 28px;
            margin-bottom: 16px;

            i {
                font-size: 15px;
                font-weight: normal;
                font-style: normal;
            }
        }

        .sub {
            margin-bottom: 16px;
            font-size: 14px;
        }

        .ui-spinner {
            width: 90%;
            .left;

            &:nth-child(2n) {
                margin-right: 5px;
            }
        }
        
       
    }

    .items {
        margin: 36px 0px 0 35px;

        li {
            background: transparent url(/images/_theme/bg/arrow-right-pur.png) no-repeat 1px 4px;
            padding-left: 25px;
            margin-bottom: 14px;

            a {
                font-size: 14px;
                display: inline;
                margin: 0;
                border: none;
                padding: 0;
                width: auto;

                &:hover {
                    text-decoration: underline;
                }
            }
        }
    }

}

*/

#wrap FOOTER .inner {
  padding-bottom: 0px;
}
FOOTER {
  background-color: #d4c5b5;
  min-height: 200px;
}
FOOTER .inner {
  position: relative;
  width: 1269px;
  margin: 0px auto;
  text-align: left;
  line-height: 18px;
  padding: 0 30px 0 7px;
}
FOOTER .inner .top {
  width: 100%;
  padding: 0px 55px 50px 55px;
}
FOOTER .inner .top a.mail {
  padding: 0px 0px 0px 40px;
  background: transparent url(/images/_theme/bg/mail-ikona.png) no-repeat 0px 3px;
}
FOOTER .inner .top .social {
  text-align: right;
}
FOOTER .inner .top .social p {
  margin: 0;
}
FOOTER .inner .top .social .youtube {
  float: left;
  width: 66px;
  height: 66px;
  margin-left: 50px;
  background: transparent url(/images/_theme/bg/ikona-yt.png) no-repeat 0px 0px;
}
FOOTER .inner .top .social .facebook {
  float: left;
  width: 66px;
  height: 66px;
  margin-left: 50px;
  background: transparent url(/images/_theme/bg/ikona-face.png) no-repeat 0px 0px;
}
FOOTER .inner .top .social .twitt {
  float: left;
  width: 66px;
  height: 66px;
  margin-left: 50px;
  background: transparent url(/images/_theme/bg/ikona-tw.png) no-repeat 0px 0px;
}
FOOTER .inner .top .social .inst {
  float: left;
  width: 66px;
  height: 66px;
  margin-left: 50px;
  background: transparent url(/images/_theme/bg/ikona-inst.png) no-repeat 0px 0px;
}
FOOTER .inner .top.v2 .footer-top-tekst {
  padding-left: 40px;
}
FOOTER .inner .top.v2 .uk-width-2-3.widgeti2019 img {
  float: left;
  margin-left: 15px;
  margin-right: 15px;
}
FOOTER .inner .top.v2 a.booking {
  display: block;
  width: 330px;
  height: 165px;
  background: transparent url(/images/_theme/bg/booking-nagrada-slika-manja-0.jpg) no-repeat 0px 0px;
}
FOOTER .inner .top.v2 a.booking img {
  display: none;
}
FOOTER .inner .top.v2 a.booking:hover img {
  display: block;
}
FOOTER .inner .top.v2 .social {
  text-align: right;
}
FOOTER .inner .top.v2 .social p {
  margin: 0;
}
FOOTER .inner .top.v2 .social .youtube {
  float: left;
  width: 66px;
  height: 66px;
  margin-left: 15px;
  background: transparent url(/images/_theme/bg/ikona-yt.png) no-repeat 0px 0px;
}
FOOTER .inner .top.v2 .social .facebook {
  float: left;
  width: 66px;
  height: 66px;
  margin-left: 0px;
  background: transparent url(/images/_theme/bg/ikona-face.png) no-repeat 0px 0px;
}
FOOTER .inner .top.v2 .social .twitt {
  float: left;
  width: 66px;
  height: 66px;
  margin-left: 15px;
  background: transparent url(/images/_theme/bg/ikona-tw.png) no-repeat 0px 0px;
}
FOOTER .inner .top.v2 .social .inst {
  float: left;
  width: 66px;
  height: 66px;
  margin-left: 15px;
  background: transparent url(/images/_theme/bg/ikona-inst.png) no-repeat 0px 0px;
}
FOOTER .inner .mid {
  position: relative;
  padding: 50px 75px 70px 75px;
  background-color: #433e3e;
  color: white;
}
FOOTER .inner .mid p,
FOOTER .inner .mid ul {
  color: rgba(255, 255, 255, 0.46);
}
FOOTER .inner .mid ul {
  padding-left: 0px;
  list-style-position: inside;
}
FOOTER .inner .mid h3 {
  color: white;
}
FOOTER .inner .mid a {
  color: white;
}
FOOTER .inner .mid a:hover {
  text-decoration: underline;
}
FOOTER .inner .mid input,
FOOTER .inner .mid textarea {
  background-color: white;
  border: medium none;
  color: #36353f;
  font-size: 13px;
  height: 41px;
  margin: 0;
  opacity: 1;
  /*padding-left: 0px;
                    padding-right: 0px;*/
  width: 212px;
}
FOOTER .inner .mid .search p {
  display: inline-block;
  line-height: 41px;
  vertical-align: top;
  margin-top: 0px;
  margin-bottom: 0px;
}
FOOTER .inner .mid #search-btn {
  display: inline-block;
  vertical-align: top;
  line-height: 41px;
  margin-left: -4px;
}
FOOTER .inner .mid nav {
  position: relative;
  top: 0px;
  background: none;
}
FOOTER .inner .mid nav .footerMenu {
  margin-top: 48px;
  text-align: center;
  padding: 0px;
}
FOOTER .inner .mid nav .footerMenu li {
  display: inline;
}
FOOTER .inner .mid nav .footerMenu li a {
  margin: 0 20px;
  color: #f4f1ec;
  font-size: 0.813em;
}
FOOTER .inner .mid .developed {
  position: absolute;
  bottom: 10px;
  right: 10px;
}
FOOTER .inner .mid .developed a {
  color: #4c3d62;
  font-size: .625em;
  font-weight: bold;
}
FOOTER .inner .mid .fejs {
  position: relative;
  margin-top: 42px;
  max-width: 235px;
}
FOOTER .inner .mid .facebook2 {
  position: absolute;
  top: -4px;
  right: 5px;
  width: 70px;
  height: 70px;
  /*margin: 20px 5px 0px 50px;*/
  background: transparent url(/images/_theme/bg/ikona-face4.png) no-repeat 0px 0px;
}
FOOTER .inner .bottom {
  min-height: 96px;
  padding: 35px 75px 0px 110px;
  background-color: #232020;
  color: rgba(255, 255, 255, 0.28);
}
FOOTER .inner .bottom p {
  margin-top: 0px;
}
FOOTER .inner .bottom .banners {
  text-align: center;
  padding: 0px;
}
FOOTER .inner .bottom .banners li {
  display: inline-block;
}
FOOTER .inner .bottom .banners li a {
  display: block;
  margin: 0 25px;
}
FOOTER .inner .bottom .banners li a.tzosbarzup {
  width: 43px;
  height: 66px;
  margin-bottom: 5px;
  background: transparent url(/images/_theme/bg/footer-banners.png) no-repeat 0 0;
}
FOOTER .inner .bottom .banners li a.htz {
  width: 116px;
  height: 76px;
  background: transparent url(/images/_theme/bg/footer-banners.png) no-repeat 0 -80px;
}
/* FOOTER */

.pager {
  margin: 19px 0 20px 0;
  padding: 20px 30px 21px 30px;
  text-align: center;
  color: #605f64;
}
.pager a:hover {
  color: black;
}
.pager .prime-left {
  margin-right: 8px;
  background: transparent url(/images/_theme/bg/arrow-dark-left.png) repeat-x 0 3px !important;
}
.pager .prime-right {
  margin-left: 8px;
  background: transparent url(/images/_theme/bg/arrow-dark-right.png) repeat-x right 3px !important;
}
.pager a,
.pager span {
  font-size: 1em;
  line-height: 14px;
  color: #605f64;
}
.pager a.selected,
.pager span.selected {
  color: black;
  border-bottom: 1px solid black;
}
.pager .pager-left {
  float: left;
}
.pager .pager-left a,
.pager .pager-left span {
  padding-left: 20px;
  background: transparent url(/images/_theme/bg/arrow-orange-left.png) no-repeat 0 4px;
}
.pager .pager-right {
  float: right;
}
.pager .pager-right a,
.pager .pager-right span {
  padding-right: 20px;
  background: transparent url(/images/_theme/bg/arrow-orange.png) no-repeat right 4px;
}
.pager .disabled {
  opacity: 0.5;
}
.pager .pager-pages span {
  margin: 0 10px;
}
.pager .pager-pages a {
  margin: 0 3px;
  padding: 1px 3px;
}
.pager .pager-pages a:hover {
  border-bottom: 1px solid black;
}
.social-icons {
  position: fixed;
  z-index: 1010;
  top: 283px;
  right: 0px;
  width: auto;
  min-height: 100px;
  padding: 14px 10px 0px 10px;
  background: #d7c58a;
  border: #97895c 1px solid;
  border-right: 0;
}
.social-icons a {
  display: block;
  width: 24px;
  height: 24px;
  margin-bottom: 13px;
}
.social-icons .youtube {
  background: transparent url(/images/_theme/bg/social-icons-newest.png) no-repeat 0 -65px;
}
.social-icons .facebook {
  background: transparent url(/images/_theme/bg/social-icons-newest.png) no-repeat 0 0;
  margin-bottom: 9px;
}
.social-icons .instagram {
  background: transparent url(/images/_theme/bg/social-icons-newest.png) no-repeat 0 -33px;
  margin-bottom: 10px;
}
.r-initial {
  position: relative;
  height: 730px;
  top: 137px;
  overflow: hidden;
}
.r-scrolled {
  position: fixed;
  top: 224px;
  left: 0px;
  height: 67px;
  z-index: 1000;
}
.rotator {
  width: 100%;
  overflow: hidden;
}
.rotator .frontpage-slider .slide {
  height: 730px;
  width: 100%;
  position: relative;
}
.rotator .bx-wrapper {
  height: 730px;
  border: none !important;
  width: 100% !important;
}
.rotator .bx-viewport {
  height: 730px !important;
  position: static !important;
}
.rotator .bx-wrapper,
.rotator .bx-viewport {
  border: none !important;
}
.rotator .bx-wrapper .bx-pager,
.rotator .bx-wrapper .bx-controls-auto {
  bottom: 25px;
  position: absolute;
  width: 100%;
}
.rotator .search-box {
  position: absolute;
  z-index: 100;
  background: rgba(60, 48, 89, 0.9);
  bottom: 0px;
  left: 0px;
  padding: 16px 35px 0px 37px;
  width: 100%;
  height: 67px;
  border-top: solid 2px white;
  color: #cecac4;
}
.rotator .search-box .inner {
  text-align: center;
  width: 890px;
}
.rotator .search-box h3 {
  float: left;
  margin: 0 0 25px 0;
  color: white;
  font-size: 0.875em;
  line-height: 1em;
  opacity: 1;
}
.rotator .search-box .ddl-rooms {
  background: #211639 url(/images/icon/ddl-rooms.png) no-repeat 85% center;
}
.rotator .search-box .ddl-persons {
  background: #211639 url(/images/icon/ddl-persons.png) no-repeat 85% center;
}
.rotator .search-box .inquery-text {
  float: left;
  width: 22%;
  margin-right: 2%;
  padding-top: 4px;
  font-size: .875em;
}
.rotator .search-box .uk-grid {
  float: left;
  width: 76%;
  margin: 0px;
  padding: 0px;
}
.rotator .search-box .uk-grid div {
  margin: 0px;
  padding: 0px;
}
.rotator .search-box .uk-grid div .ddlist {
  margin: 0 5%;
}
.rotator .search-box .uk-grid div .green-datepicker {
  width: 90%;
  margin: 0 5%;
}
.rotator .search-box .uk-grid div .gold-button {
  width: 90%;
  height: 99%;
  margin: 0 5%;
}
.searchresults li {
  padding-bottom: 15px;
  border-bottom: solid 1px #00110e;
}
.searchresults li h3 {
  margin: 20px 0 8px 0;
}
#siteMap li {
  padding: 5px 0 5px;
  font-size: 1em!important;
  list-style-type: disc;
}
#siteMap li a {
  margin: 20px 0 8px 0;
}
#siteMap li:last-child {
  margin: 0px;
  padding: 5px 0 0px!important;
}
/*
#supersized{
	max-height: 90% !important;
	width: 100% !important;
	display: inline-block!important;
	overflow: visible!important;
	
	ul {
		
		li{
			width: 100%;
	
			a{
				max-height: 90%!important;
				margin: 0 auto!important;
				text-align: center!important;
				
				IMG {
					max-width: 100%;
	    				height: auto;
				}
			}
		}
	}
}	

*/

/* jssor slider arrow navigator skin 13 css */

/*
.jssora13l              (normal)
.jssora13r              (normal)
.jssora13l:hover        (normal mouseover)
.jssora13r:hover        (normal mouseover)
.jssora13ldn            (mousedown)
.jssora13rdn            (mousedown)
*/

/*
.jssora13l, .jssora13r, .jssora13ldn, .jssora13rdn {
    position: absolute;
    cursor: pointer;
    display: block;
    overflow: hidden;
}

.gallery-img {
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
}

.nav-left, .nav-right {
    width: 95px;
    height: 480px;
    opacity: 0.8;
}

.nav-left {
    left: 0;
    background: #fff url(/images/_theme/bg/gal-nav-left.png) no-repeat 10px 227px;
}

.nav-right {
    right: -2px;
    background: #fff url(/images/_theme/bg/gal-nav-right.png) no-repeat 66px 227px;
}
*/

/*============================================================================
   Galerija i albumi - wrapperi koji centriraju slike
==============================================================================
*/

.album-wrapper-outer {
  margin: 55px auto 55px auto;
  overflow: hidden;
  width: 90%;
  position: relative;
  text-align: center;
}
.album-wrapper-outer .album-wrap-inner {
  overflow: hidden;
  margin: 0 auto;
}
.album-wrapper-outer .album-wrap-inner a img {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.album-wrapper-outer .album-wrap-inner a img:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.povratak {
  position: absolute;
  top: 0px;
  right: 4.65%;
  font-size: 45px;
  line-height: 45px;
  color: #009b9b;
  /*float: none;*/

}
.povratak:hover {
  cursor: pointer;
  color: #a72d54;
}
/*============================================================================
    HOVER - EFFECT
==============================================================================
*/

.figure a img {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.figure a .middle {
  display: block;
  transition: .5s ease;
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.figure a .middle i.fa {
  font-size: 45px;
}
.figure a img:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.figure a:hover .middle {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 9999;
}
.figure a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.figure .caption {
  font-size: 24px;
  color: #009b9b;
}
/*============================================================================
    ==============================================================
    HOVER - EFFECT KRAJ
==============================================================================
*/

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px;
}
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}
.hidden {
  display: none !important;
  visibility: hidden;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
/* ==========================================================================
  cookie bar
   ========================================================================== */

#cookie-bar {
  background: #009b9b;
  height: auto;
  /*line-height: 24px;*/
  text-align: left;
  padding: 10px 0%;
}
#cookie-bar.fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
}
#cookie-bar.fixed.bottom {
  bottom: 0;
  top: auto;
}
#cookie-bar p {
  color: white;
  /*margin: 0.7% auto 0.5%  auto;*/
  /*margin: 0.5% 0 0.35% 0;*/
  margin: 0 auto;
  padding: 15px;
  /*width: 1100px;*/
  width: 98%;
  max-width: 750px;
  font-size: .75em;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 400;
  line-height: inherit;
}
body.it #cookie-bar p,
body.de #cookie-bar p {
  color: white;
  width: 98%;
  margin: 0 0 0 17vw;
  padding: 15px;
  max-width: 600px;
}
body.it #cookie-bar .cb-enable,
body.de #cookie-bar .cb-enable {
  border: none;
  float: right;
  margin-right: -200px;
}
#cookie-bar a {
  margin-top: -2%;
  letter-spacing: 1px;
  color: white;
  background: rgba(37, 37, 37, 0.25);
  display: inline-block;
  text-transform: uppercase;
  border-radius: 0;
  text-decoration: none;
  padding: 15px 22px;
  line-height: 10px;
  font-weight: 300;
  font-family: 'Open Sans', sans-serif;
}
#cookie-bar .cb-enable {
  border: none;
  float: right;
  /*color: #3f3e3e;*/

  /*font-weight: normal;
  font-size: 14px;*/

}
#cookie-bar .cb-enable:hover {
  background: rgba(37, 37, 37, 0.5);
  color: white;
}
#cookie-bar .cb-disable {
  background: #4a86c0;
}
#cookie-bar .cb-disable:hover {
  background: #bb0000;
}
#cookie-bar .cb-policy {
  background: #0033bb;
}
#cookie-bar .cb-policy:hover {
  background: #0055dd;
}
/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
  * {
    background: transparent !important;
    color: black !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
         * Don't show links for images, or javascript/internal links
         */
  
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
.tooltip {
  display: none;
  position: absolute;
  border: 1px solid #333333;
  background-color: #c2c1c9;
  border-radius: 5px;
  padding: 10px;
  max-width: 250px;
  color: white;
  font-size: 10px;
  font-family: Arial;
  z-index: 9999;
}
.price-table {
  font-size: inherit;
  font-family: Arial;
}
.price-table tr {
  height: 35px;
}
.price-table {
  margin: 0px;
  padding: 0px;
  width: 100%;
  border: none !important;
}
.price-table table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  height: 100%;
  color: black;
  margin: 0px;
  padding: 0px;
}
.price-table tr:nth-child(odd) {
  background-color: #f3f3f3;
}
.price-table tr:nth-child(even) {
  background-color: white;
}
.price-table td {
  vertical-align: middle;
  border: none !important;
  text-align: left;
  padding: 7px;
  font-size: 12px;
  color: black;
}
.price-table tr:last-child td {
  border-width: 0px 1px 0px 0px;
}
.price-table tr td:last-child {
  border-width: 0px 0px 1px 0px;
}
.price-table tr:last-child td:last-child {
  border-width: 0px 0px 0px 0px;
}
.price-table tr:first-child td {
  background-color: #f3f3f3;
  border: 0px solid black;
  text-align: left;
  border-width: 0px 0px 1px 1px;
  font-size: 14px;
  color: black;
}
.price-table tr:first-child td:first-child {
  border-width: 0px 0px 1px 0px;
}
.price-table tr:first-child td:last-child {
  border-width: 0px 0px 1px 1px;
}
.prices {
  width: 50%;
  margin-left: 10%;
}
.prices .title-box {
  text-align: left;
}
/* =============================================================================
   Media Queries
   ========================================================================== */

/* ovdje je bilo prije: and (min-width: 767px) and (max-width: 1268px)  - - - stavila sam samo  (max-width: 1268px)*/

@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1268px), only screen and (min-moz-device-pixel-ratio: 2) and (max-width: 1268px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1268px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1268px), only screen and (min-resolution: 192dpi) and (max-width: 1268px), only screen and (min-resolution: 2dppx) and (max-width: 1268px), only screen and (max-width: 1268px) {
  body:before {
    content: "tablet";
  }
  body {
    font-size: 18px;
  }
  /*
  	div, ul, li, p, ol, span{
  		border: solid 1px #000;
  	} */
  
  .inner {
    width: 100% !Important;
  }
  .social-icons {
    width: auto;
    min-height: 86px;
    padding: 10px 10px 0 10px;
    background: white;
  }
  .social-icons a {
    width: 24px;
    height: 24px;
  }
  .social-icons a.youtube {
    background: transparent url(/images/_theme/bg/responsive-social-icons.png) no-repeat 0 0;
  }
  .social-icons a.facebook {
    background: transparent url(/images/_theme/bg/responsive-social-icons.png) no-repeat 0 -30px;
  }
  .uk-container {
    max-width: 100%;
    padding: 0 1px;
  }
  HEADER {
    position: relative;
    width: 100%;
  }
  HEADER .inner .jezici {
    top: 10px;
    right: 35px;
  }
  HEADER .inner .search {
    border: none;
    top: 70px;
    right: 130px;
  }
  HEADER .inner .search input {
    display: none;
  }
  HEADER .inner .search #search-btn {
    display: block !important;
  }
  HEADER .inner #small-nav {
    top: 10px;
    margin: 0;
    padding-left: 2%;
  }
  HEADER .inner #small-nav li {
    display: block;
    float: none;
  }
  HEADER .inner #small-nav li a {
    display: block;
    float: none;
    margin: 0 7px 0 0;
    font-size: 12px;
  }
  HEADER .inner .hamburger-icon {
    display: block;
    position: absolute;
    right: 8%;
    top: 78px;
    width: 24px;
    height: 24px;
    background: transparent url(/images/_theme/bg/vile-aa-meni.png) no-repeat 0px 0px;
  }
  nav {
    display: none;
    height: auto;
    bottom: initial;
    top: 137px;
    margin-left: 25px;
  }
  nav li#m-rezerviraj {
    display: block;
    width: 100%;
  }
  nav li#m-rezerviraj:after {
    border: none !important;
  }
  nav .inner .mainMenu li {
    width: 100%;
    text-align: center;
    /*&:hover .menu-list {
  					position: relative;
  					}*/
  
  }
  nav .inner .mainMenu li a {
    width: auto;
    border-top: 0;
  }
  nav .inner .mainMenu li .menu-list {
    position: relative;
    visibility: visible;
  }
  nav .inner .mainMenu li .menu-list li:last-child {
    border-bottom: solid 1px #dbdbdb;
  }
  .rotator h2 {
    bottom: 50px;
    left: 45px;
  }
  .rotator .bx-wrapper {
    margin-bottom: 0px;
  }
  .rotator.r-initial {
    top: inherit;
  }
  .rotator .search-box {
    padding: 16px 0 0 0;
  }
  .rotator .search-box .inner {
    padding: 0 1%;
  }
  .rotator .search-box .inner .inquery-text {
    width: 18%;
    padding-top: 0;
    line-height: 110%;
  }
  .rotator .search-box .inner .uk-grid {
    width: 78%;
  }
  .rotator .search-box .inner .uk-grid .ddl-persons {
    background: #100e15 url(/images/icon/ddl-persons.png) no-repeat 90% center;
  }
  .rotator .search-box .inner .uk-grid .ddl-rooms {
    background: #100e15 url(/images/icon/ddl-rooms.png) no-repeat 90% center;
  }
  .rotator .search-box .inner .uk-grid .green-datepicker {
    background: #100e15 url("/images/icon/dp-gold.png") no-repeat 90% center;
  }
  .rotator .frontpage-slider {
    max-height: 450px;
  }
  .rotator .frontpage-slider .slide {
    background-size: cover !important;
    background-position: center center !important;
  }
  #wrap.wrap-initial {
    margin-top: 0;
  }
  #wrap .inner {
    width: 100%;
    /* --- OVO NEMAMO NIGDJE - TO JE IZ PROJEKTA PRIJE - MAKNUTI NAKNADNO --- */
  
    /*.uk-width-medium-1-3 {
                  width:340px;
                  margin:0 0 0 3% !important;
                  .bx-wrapper {
                      width: 340px;
                  }
              }*/
  
    /* --- -------------------- --- */
  
  }
  /*.wrap-initial {
        .sadrzaj{
          .uk-container.uk-container-center.vrste-soba-slika { 
                    
            padding: 0px;
               p {
                   margin-top: 0px;
                  img {margin-top: 0px;}
                }
             
         }
      } 
    }*/
  
  /*maknula sam ovu klasu*/
  
  .wrap-initial .sadrzaj .uk-container.uk-container-center.img-prije-footera {
    padding: 0px;
  }
  .wrap-initial .sadrzaj .uk-container.uk-container-center.img-prije-footera p {
    margin-top: 10px;
  }
  .wrap-initial .sadrzaj .uk-container.uk-container-center.img-prije-footera p img {
    margin-top: 0px;
  }
  body.it #cookie-bar p,
  body.de #cookie-bar p,
  body.hr #cookie-bar p,
  body.en #cookie-bar p {
    font-size: .72em!important;
    width: 98%;
    margin: 0 0 0 2vw;
    padding: 15px;
    max-width: 500px;
  }
  body.it #cookie-bar .cb-enable,
  body.de #cookie-bar .cb-enable,
  body.hr #cookie-bar .cb-enable,
  body.en #cookie-bar .cb-enable {
    margin-right: -20vw;
  }
  .krugovi .uk-width-1-3 {
    width: 100%;
  }
  .krugovi h4 {
    text-align: center;
    padding: 0px 35px 0px 35px;
  }
  .vrste-soba .uk-width-1-3 {
    width: 100%;
  }
  .sobe-wrapper .uk-width-1-3.slika {
    width: 100%;
    float: none;
    min-height: 0px !important;
  }
  .sobe-wrapper .uk-width-2-3 {
    width: 100%;
    float: none;
    clear: both;
  }
  .sobe-wrapper .smjestaj-gumbi {
    position: relative;
    width: 100%;
    float: none;
    clear: both;
    right: unset;
    bottom: unset;
    padding-bottom: 25px;
    padding-right: 23px;
  }
  .wrap-initial .sadrzaj .uk-container.uk-container-center.smjestaj-wrap {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 0px;
  }
  /* na mobilnom je overlay bio preko slike zato sam smanjila na 1000*/
  
  .fancybox-overlay {
    z-index: 1000;
  }
  FOOTER .inner .mid {
    padding-left: 40px;
    padding-right: 40px;
  }
  FOOTER .inner .mid .uk-width-1-3.osnovne {
    width: 50%;
  }
  FOOTER .inner .mid .uk-width-1-3.nacin-placanja {
    width: 50%;
  }
  FOOTER .inner .mid .uk-width-1-3.f-trazi {
    width: 100%;
    margin-top: 35px !important;
  }
  FOOTER .inner .mid #search-btn {
    margin-left: 0px;
  }
  /* FOOTER */
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1245px), only screen and (min-moz-device-pixel-ratio: 2) and (max-width: 1245px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1245px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1245px), only screen and (min-resolution: 192dpi) and (max-width: 1245px), only screen and (min-resolution: 2dppx) and (max-width: 1245px), only screen and (max-width: 1245px) {
  FOOTER .inner .top.v2 .footer-top-tekst {
    width: 330px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0px;
  }
  FOOTER .inner .top.v2 .uk-width-2-3.widgeti2019 {
    width: 100%;
    padding-left: 0px;
    position: relative;
  }
  FOOTER .inner .top.v2 .uk-width-2-3.widgeti2019 .w2019 {
    max-width: 725px;
    margin: 0 auto;
    overflow: hidden;
  }
  FOOTER .inner .top.v2 .uk-width-2-3.widgeti2019 .w2019 img {
    margin-top: 15px;
    margin-bottom: 15px;
    display: block;
  }
  /* FOOTER KRAJ */
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1105px), only screen and (min-moz-device-pixel-ratio: 2) and (max-width: 1105px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1105px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1105px), only screen and (min-resolution: 192dpi) and (max-width: 1105px), only screen and (min-resolution: 2dppx) and (max-width: 1105px), only screen and (max-width: 1105px) {
  body.it #cookie-bar p,
  body.de #cookie-bar p,
  body.hr #cookie-bar p,
  body.en #cookie-bar p {
    font-size: .72em!important;
    width: 98%;
    margin: 0 0 0 2vw;
    padding: 15px;
    max-width: 500px;
  }
  body.it #cookie-bar .cb-enable,
  body.de #cookie-bar .cb-enable,
  body.hr #cookie-bar .cb-enable,
  body.en #cookie-bar .cb-enable {
    margin-right: -20vw;
  }
}
/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 960px), only screen and (min-moz-device-pixel-ratio: 2) and (max-width: 960px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 960px), only screen and (min-device-pixel-ratio: 2) and (max-width: 960px), only screen and (min-resolution: 192dpi) and (max-width: 960px), only screen and (min-resolution: 2dppx) and (max-width: 960px), only screen and (max-width: 960px) {
  #wrap #main-container {
    width: 100% !important;
  }
  #wrap #main-container #iframe_container #mainframe {
    width: 100% !important;
  }
}
/* bilo je prije: and (max-width: 767px) - - - sada sam stavila:  and (max-width: 940px) */

@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 940px), only screen and (min-moz-device-pixel-ratio: 2) and (max-width: 940px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 940px), only screen and (min-device-pixel-ratio: 2) and (max-width: 940px), only screen and (min-resolution: 192dpi) and (max-width: 940px), only screen and (min-resolution: 2dppx) and (max-width: 940px), only screen and (max-width: 940px) {
  body:before {
    content: "smartphone";
  }
  body {
    font-size: 14px;
  }
  /*
  	div, ul, li, p, ol, span{
  		border: solid 1px #000;
  	} */
  
  .inner {
    width: 100% !Important;
  }
  .social-icons {
    width: auto;
    min-height: 86px;
    padding: 10px 10px 0 10px;
    background: white;
  }
  .social-icons a {
    width: 24px;
    height: 24px;
  }
  .social-icons a.youtube {
    background: transparent url(/images/_theme/bg/responsive-social-icons.png) no-repeat 0 0;
  }
  .social-icons a.facebook {
    background: transparent url(/images/_theme/bg/responsive-social-icons.png) no-repeat 0 -30px;
  }
  .uk-width-1-3.logo-ville-rudan {
    width: 100%;
    background-color: #009b9b;
    height: 74px;
    position: absolute;
    top: 128px;
    padding-left: 0px;
    margin-left: 25px;
  }
  .sadrzaj-wrap {
    padding: 0 7% 0 7%;
  }
  HEADER {
    position: relative;
    width: 100%;
    height: 200px;
  }
  HEADER .inner #logo {
    /*width: 190px;
  			    height: 101px;
                  left: 0px;
                  */
    left: 0px;
    /*top: 100px;*/
    margin: 0;
    /*width: 188px;
  			    height: 100px;*/
    width: 140px;
    height: 74px;
    z-index: 1;
    background-size: contain;
  }
  HEADER .inner .jezici {
    top: 0px;
    left: 10px;
    right: unset;
    padding-left: 2%;
  }
  HEADER .inner .search {
    border: none;
    right: 3%;
    top: 10px;
  }
  HEADER .inner .search input {
    display: none;
    position: absolute;
    top: 32px;
    /*left:17%;*/
    left: unset;
    right: 3%;
    /*font-size:16px;
                      height:auto;
                      min-width:260px;
                      padding:20px 3%;
                      background-color:#fffaf4;*/
    font-size: 0.8em;
    padding: 2px 10px;
    height: 28px;
    line-height: 18px;
    width: 150px;
    border-bottom: solid 1px #898989;
    background-color: #b5b2ae;
    z-index: 2;
  }
  HEADER .inner .search #search-btn {
    display: block !Important;
    right: -45px;
  }
  HEADER .inner #small-nav {
    top: 27px;
    left: 10px;
    margin: 0;
    padding-left: 2%;
    max-width: 195px;
  }
  HEADER .inner #small-nav li {
    display: block;
    width: 100%;
    /*float:none;*/
    /*border-right: 1px solid #ffffff;*/
    margin-right: 8px;
  }
  HEADER .inner #small-nav li a {
    width: 100%;
    display: block;
    float: none;
    margin: 0 7px 0 0;
    font-size: 12px;
  }
  HEADER .inner #small-nav #small-nav-center {
    width: 280px;
    margin: 0 auto;
  }
  HEADER .inner #small-nav #small-nav-wrap {
    width: 270px;
    margin: 0 auto;
  }
  HEADER .inner .hamburger-icon {
    /*left: 265px;
                  right: unset;
                  top: 114px;
                  padding-left:4%;*/
    display: block;
    position: absolute;
    left: unset;
    right: 3%;
    top: 154px;
    width: 24px;
    height: 24px;
    background: transparent url(/images/_theme/bg/vile-aa-meni.png) no-repeat 0px 0px;
  }
  .logo-ville-rudan a#logo:after {
    /*border-top: 20px solid #009b9b;
  	border-right: 94px solid transparent;
  	border-bottom: 0 solid transparent;
  	border-left: 94px solid transparent;*/
    border-top: none;
    border-right: none;
    border-bottom: none;
    border-left: none;
  }
  /*nav {
          display: none;
          position:relative;
          height:auto;
          top:inherit;
          z-index:60000;
          .inner{
              margin:0;
              width:100%;
              padding:0;
              .mainMenu{
                  padding-left:0 !important;
                  li{
                      width:100%;
                      text-align:center;
                      a{
                          width:auto;
                          
                          border-top:0;
                      }
                  }
              }
          }
      }*/
  
  nav {
    display: none;
    height: auto;
    bottom: initial;
    top: 202px;
    margin-left: 25px;
  }
  nav li#m-rezerviraj {
    display: block;
    width: 100%;
  }
  nav li#m-rezerviraj:after {
    border: none !important;
  }
  nav .inner .mainMenu li {
    width: 100%;
    text-align: center;
    /*&:hover .menu-list {
  					position: relative;
  					}*/
  
  }
  nav .inner .mainMenu li a {
    width: auto;
    border-top: 0;
  }
  nav .inner .mainMenu li .menu-list {
    position: relative;
    visibility: visible;
  }
  nav .inner .mainMenu li .menu-list li:last-child {
    border-bottom: solid 1px #dbdbdb;
  }
  .r-initial {
    height: auto;
    position: relative;
    top: inherit;
  }
  .vrste-soba .uk-width-1-3 {
    width: 100%;
  }
  /*.wrap-initial {
        .sadrzaj{
          .uk-container.uk-container-center.vrste-soba-slika { 
                    
            padding: 0px;
               p {
                   margin-top: 0px;
                  img {margin-top: 0px;}
                }
         }
      } 
    }*/
  
  /*maknula sam ovu klasu*/
  
  .wrap-initial .sadrzaj .uk-container.uk-container-center.img-prije-footera {
    padding: 0px;
  }
  .wrap-initial .sadrzaj .uk-container.uk-container-center.img-prije-footera p {
    margin-top: 0px;
  }
  .wrap-initial .sadrzaj .uk-container.uk-container-center.img-prije-footera p img {
    margin-top: 0px;
  }
  .rotator h2 {
    /*top: 50px;*/
    top: 5px;
    bottom: unset;
    left: 10px;
    right: unset;
    font-size: 35px;
    line-height: 38px;
  }
  .rotator .bx-wrapper {
    /*height: 514px;*/
    height: auto;
    /*margin-bottom: 2px;*/
    margin-bottom: 0px;
  }
  .rotator .bx-wrapper .bx-pager.bx-default-pager {
    bottom: 12px;
    right: unset;
    left: 12px;
  }
  .rotator .bx-wrapper .bx-pager.bx-default-pager a {
    width: 15px;
    height: 15px;
  }
  .rotator .bx-wrapper .bx-viewport {
    height: 350px !important;
    max-height: 350px !important;
  }
  .rotator .bx-wrapper .bx-viewport .frontpage-slider .slide {
    /*height: 100%;
                          min-height: 400px;*/
    height: 350px !important;
    max-height: 350px !important;
    background-size: cover !important;
    background-position: center center !important;
  }
  .rotator .search-box {
    padding: 30px 6%;
    top: inherit;
    height: auto;
    background: #272231;
  }
  .rotator .search-box .inner {
    padding: 0 1%;
  }
  .rotator .search-box .inner .inquery-text {
    width: 100%;
    padding-top: 0;
    line-height: 110%;
    text-align: left;
    font-size: 1.1em;
    text-indent: 2.5%;
  }
  .rotator .search-box .inner .uk-grid {
    width: 100%;
    margin-top: 20px;
  }
  .rotator .search-box .inner .uk-grid div {
    margin: 5px 0;
  }
  .rotator .search-box .inner .uk-grid div .ddl-persons {
    background: #100e15 url(/images/icon/ddl-persons.png) no-repeat 90% center;
  }
  .rotator .search-box .inner .uk-grid div .ddl-rooms {
    background: #100e15 url(/images/icon/ddl-rooms.png) no-repeat 90% center;
  }
  .rotator .search-box .inner .uk-grid div .green-datepicker {
    background: #100e15 url("/images/icon/dp-gold.png") no-repeat 90% center;
  }
  .rotator .search-box .inner .uk-grid div .gold-button {
    height: 32px;
  }
  #wrap.wrap-initial {
    margin-top: 0;
  }
  #wrap .inner {
    width: 100%;
    padding: 50px 3%;
  }
  #wrap .inner .uk-grid {
    width: 100%;
  }
  #wrap .inner .uk-grid .uk-width-small-1-1 {
    padding-left: 0;
  }
  #wrap .inner .uk-grid .first-col {
    margin-left: 2%;
  }
  #wrap .inner .uk-grid .uk-width-medium-1-3 {
    max-width: 340px;
    width: 96% !important;
    margin: 0 auto 20px !important;
  }
  #wrap .inner .uk-grid .uk-width-medium-1-3 .item-holder-single {
    width: 100%;
    max-width: 340px;
  }
  #wrap .inner .uk-grid .uk-width-medium-1-3 .item-holder-single .slide {
    width: 100%;
  }
  #wrap .inner .uk-grid .uk-width-medium-1-3 .bx-wrapper {
    width: 100%;
  }
  #wrap .inner article {
    width: 100%;
    margin: 0;
  }
  #wrap .inner article.wide {
    width: 100%;
    margin: 0;
  }
  #wrap .inner article.wide .multi-list .uk-width-medium-1-3 {
    max-width: 340px;
    width: 96% !important;
    margin: 0 auto 20px !important;
  }
  #wrap .inner article.wide .multi-list .content {
    max-width: 340px;
    width: 98% !important;
  }
  #wrap .inner aside {
    float: none;
    max-width: 300px;
    width: 100%;
    padding: 20px 0;
    margin: 0 auto;
  }
  #wrap .inner aside .gallery-list .uk-grid .uk-width-medium-1-1 .content {
    max-width: 340px;
    width: 100%;
  }
  .wrap-initial {
    margin-top: 0;
  }
  #google-map {
    height: 300px;
  }
  .sobe-wrapper .uk-width-1-3.slika {
    width: 100%;
    float: none;
    min-height: 0px !important;
  }
  .sobe-wrapper .uk-width-2-3 {
    width: 100%;
    float: none;
    clear: both;
  }
  .sobe-wrapper .smjestaj-gumbi {
    position: relative;
    width: 100%;
    float: none;
    clear: both;
    right: unset;
    bottom: unset;
    padding-bottom: 25px;
    padding-right: 23px;
  }
  .wrap-initial .sadrzaj .uk-container.uk-container-center.smjestaj-wrap {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 0px;
  }
  .wrap-initial .sadrzaj .uk-container.uk-container-center.promocije.prvi {
    display: none;
  }
  .wrap-initial .sadrzaj .uk-container.uk-container-center.promocije.dulji {
    display: none;
  }
  .wrap-initial .sadrzaj .uk-container.uk-container-center.promocije.mobilni {
    display: block;
    padding: 25px 40px 0px 40px;
  }
  .wrap-initial .sadrzaj .uk-container.uk-container-center.promocije.mobilni h2.promo-naslov {
    max-width: 100px;
    line-height: 34px;
  }
  .wrap-initial .sadrzaj .uk-container.uk-container-center.promocije.mobilni h2.promo-naslov-sjena {
    font-size: 65px;
    line-height: 59px;
  }
  /* ---- PHOBS BOOKING WIDGET ------- */
  
  .rotator.r-phobs .booking-widget {
    /*width: 100% !important;
      */
    height: 355px;
    position: relative;
    top: unset;
    right: unset;
    z-index: 10000;
  }
  .rotator.r-phobs .booking-widget #phobs_book {
    padding-left: 0px;
  }
  .rotator.r-phobs .booking-widget #phobs_book .PHOBSbox {
    width: 100% !important;
    height: 355px;
    position: relative!important;
    top: unset!important;
    right: unset!important;
    /*height: 100px;*/
  
    /*.otkazi {
                position: absolute;
                bottom: 10px;
                left: 0px;
                padding-left: 10px;
                padding-right: 25px;
                padding-top: 8px;
                padding-bottom: 15px;
                a {
                    color: #a72d54;
                }
            }*/
  
  }
  .rotator.r-phobs .booking-widget #phobs_book .PHOBSbox .booking_naslov {
    background-color: #a72d54;
    color: white;
    padding: 20px 20px 20px 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    text-align: center;
    font-size: 16px;
    line-height: 22px;
  }
  .rotator.r-phobs .booking-widget #phobs_book .PHOBSbox .dolazak,
  .rotator.r-phobs .booking-widget #phobs_book .PHOBSbox .dolazak-odlazak {
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 8px;
    color: #878787;
    text-align: center;
  }
  .rotator.r-phobs .booking-widget #phobs_book .PHOBSbox .dolazak.pr-kod,
  .rotator.r-phobs .booking-widget #phobs_book .PHOBSbox .dolazak-odlazak.pr-kod {
    text-align: center;
    font-size: 12px;
  }
  .rotator.r-phobs .booking-widget #phobs_book .PHOBSbox .dolazak select.dan,
  .rotator.r-phobs .booking-widget #phobs_book .PHOBSbox .dolazak-odlazak select.dan {
    display: inline-block;
    width: 52px;
    border: 1px solid #e0e0e4;
    padding: 3px;
    margin-right: 12px;
    margin-top: 5px;
  }
  .rotator.r-phobs .booking-widget #phobs_book .PHOBSbox .dolazak select.mjesec,
  .rotator.r-phobs .booking-widget #phobs_book .PHOBSbox .dolazak-odlazak select.mjesec {
    display: inline-block;
    width: 52px;
    border: 1px solid #e0e0e4;
    padding: 3px;
    margin-right: 12px;
    margin-top: 5px;
  }
  .rotator.r-phobs .booking-widget #phobs_book .PHOBSbox .dolazak select.godina,
  .rotator.r-phobs .booking-widget #phobs_book .PHOBSbox .dolazak-odlazak select.godina {
    display: inline-block;
    width: 70px;
    border: 1px solid #e0e0e4;
    padding: 3px;
    margin-top: 5px;
  }
  .rotator.r-phobs .booking-widget #phobs_book .PHOBSbox .broj-noci {
    font-size: 14px;
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 8px;
    color: #878787;
  }
  .rotator.r-phobs .booking-widget #phobs_book .PHOBSbox .broj-noci select.noci {
    display: inline-block;
    width: 52px;
    border: 1px solid #e0e0e4;
    padding: 3px;
    margin-right: 15px;
    margin-top: 5px;
  }
  .rotator.r-phobs .booking-widget #phobs_book .PHOBSbox .broj-noci .button {
    position: absolute;
    bottom: 75px;
    left: 39%;
    color: white;
    border: none !important;
    background-color: #009b9b;
    float: none;
  }
  .rotator.r-phobs .booking-widget #phobs_book .PHOBSbox .pristupni-kod {
    font-size: 14px;
    position: absolute;
    bottom: 145px;
    left: 37%;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    color: #878787;
  }
  .rotator.r-phobs .booking-widget #phobs_book .PHOBSbox .otkazi2 {
    text-align: center;
  }
  .rotator.r-phobs .booking-widget .bazen {
    /*display: none;*/
    top: -115px;
    padding: 8px 15px 8px 15px;
    width: unset;
    right: 0px;
  }
  .rotator.r-phobs .booking-widget .bazen p {
    font-size: 21px;
    line-height: 24px;
  }
  /* ----      ----------------      ------- */
  
  /* ---- PHOBS BOOKING WIDGET KRAJ ------- */
  
  footer .inner {
    padding: 0 !important;
  }
  footer .inner .top {
    padding: 35px 35px 35px 35px;
  }
  footer .inner .top .uk-width-1-2 {
    width: 100% !important;
    padding-left: 0px !important;
  }
  footer .inner .top .uk-width-1-2:first-child p {
    max-width: 300px;
    margin: 0 auto;
  }
  footer .inner .top .home {
    padding: 15px 0 0 15px;
    width: 70px;
  }
  footer .inner .top .social {
    width: 173px;
  }
  footer .inner .top.v2 a.booking {
    display: block;
    width: 100%;
    /*height: 165px;*/
    background: transparent url(/images/_theme/bg/booking-nagrada-slika-manja-0.jpg) no-repeat 0px 0px;
  }
  footer .inner .top.v2 a.booking img {
    display: none;
  }
  footer .inner .top.v2 a.booking:hover img {
    display: block;
  }
  footer .inner .top.v2 .uk-width-1-3.footer-top-tekst,
  footer .inner .top.v2 .uk-width-1-3.footer-top-booking {
    /*width: 100%;*/
    width: 330px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0px;
    /*display: inline-block;
                  height: 100%;
                  vertical-align: middle;*/
  
  }
  footer .inner .top.v2 .social {
    text-align: center;
    /*width: 100%;*/
    width: 330px;
    padding-left: 0px;
    margin-left: auto;
    margin-right: auto;
  }
  footer .inner .top.v2 .social p {
    margin: 0;
  }
  footer .inner .top.v2 .social .youtube {
    float: left;
    width: 66px;
    height: 66px;
    margin-left: 15px;
    background: transparent url(/images/_theme/bg/ikona-yt.png) no-repeat 0px 0px;
  }
  footer .inner .top.v2 .social .facebook {
    float: left;
    width: 66px;
    height: 66px;
    margin-left: 0px;
    background: transparent url(/images/_theme/bg/ikona-face.png) no-repeat 0px 0px;
  }
  footer .inner .top.v2 .social .twitt {
    float: left;
    width: 66px;
    height: 66px;
    margin-left: 15px;
    background: transparent url(/images/_theme/bg/ikona-tw.png) no-repeat 0px 0px;
  }
  footer .inner .top.v2 .social .inst {
    float: left;
    width: 66px;
    height: 66px;
    margin-left: 15px;
    background: transparent url(/images/_theme/bg/ikona-inst.png) no-repeat 0px 0px;
  }
  footer .inner .mid {
    padding-left: 40px;
    padding-right: 40px;
  }
  footer .inner .mid .uk-width-1-3.osnovne {
    width: 50%;
  }
  footer .inner .mid .uk-width-1-3.nacin-placanja {
    width: 50%;
  }
  footer .inner .mid .uk-width-1-3.f-trazi {
    width: 100%;
    margin-top: 35px !important;
  }
  footer .inner .mid #search-btn {
    margin-left: 0px;
  }
  /*#cookie-bar {
          padding: 10px 6%;
  
          p {
              width: auto;
              margin: 0 auto;
          }
      }*/
  
  body.de #cookie-bar p,
  body.hr #cookie-bar p,
  body.en #cookie-bar p {
    font-size: 12px!important;
    width: 98%;
    margin: 0 0 0 2vw;
    padding: 15px;
    max-width: 380px;
  }
  body.de #cookie-bar .cb-enable,
  body.hr #cookie-bar .cb-enable,
  body.en #cookie-bar .cb-enable {
    margin-right: -15vw;
    font-size: 13px!important;
  }
  body.it #cookie-bar p {
    font-size: 12px!important;
    width: 98%;
    margin: 0 0 0 2vw;
    padding: 15px;
    max-width: 380px;
  }
  body.it #cookie-bar .cb-enable {
    margin-right: -25vw;
    font-size: 13px!important;
  }
  .krugovi .uk-width-1-3 {
    width: 100%;
  }
  .krugovi h4 {
    text-align: center;
    padding: 0px 35px 0px 35px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 795px), only screen and (min-moz-device-pixel-ratio: 2) and (max-width: 795px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 795px), only screen and (min-device-pixel-ratio: 2) and (max-width: 795px), only screen and (min-resolution: 192dpi) and (max-width: 795px), only screen and (min-resolution: 2dppx) and (max-width: 795px), only screen and (max-width: 795px) {
  FOOTER .inner .top.v2 .uk-width-1-3.footer-top-tekst {
    padding-left: 20px;
  }
  FOOTER .inner .top.v2 .uk-width-2-3.widgeti2019 .w2019 {
    max-width: 360px;
    margin: 0 auto;
    overflow: hidden;
  }
  /* FOOTER KRAJ */
  
  body.de #cookie-bar p,
  body.hr #cookie-bar p,
  body.en #cookie-bar p {
    font-size: 12px!important;
    width: 98%;
    margin: 0 0 0 2vw;
    padding: 15px;
    max-width: 250px;
  }
  body.de #cookie-bar .cb-enable,
  body.hr #cookie-bar .cb-enable,
  body.en #cookie-bar .cb-enable {
    margin-right: unset;
    margin-top: 5px;
    font-size: 13px!important;
    text-align: center;
    float: none;
    display: block;
  }
  body.it #cookie-bar p {
    font-size: 12px!important;
    width: 98%;
    margin: 0 0 0 2vw;
    padding: 15px;
    max-width: 250px;
  }
  body.it #cookie-bar .cb-enable {
    margin-right: unset;
    margin-top: 5px;
    font-size: 13px!important;
    text-align: center;
    float: none;
    display: block;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 470px), only screen and (min-moz-device-pixel-ratio: 2) and (max-width: 470px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 470px), only screen and (min-device-pixel-ratio: 2) and (max-width: 470px), only screen and (min-resolution: 192dpi) and (max-width: 470px), only screen and (min-resolution: 2dppx) and (max-width: 470px), only screen and (max-width: 470px) {
  .sobe-wrapper .uk-width-1-3.slika {
    width: 100%;
    float: none;
    min-height: 0px !important;
  }
  .sobe-wrapper .uk-width-2-3 {
    width: 100%;
    float: none;
    clear: both;
  }
  .sobe-wrapper .smjestaj-gumbi {
    position: relative;
    width: 100%;
    float: none;
    clear: both;
    right: unset;
    bottom: unset;
    padding-bottom: 25px;
    padding-right: 23px;
  }
  .sobe-wrapper .smjestaj-gumbi a.det {
    /*clear: both;*/
    float: right;
    margin-bottom: 10px;
  }
  .sobe-wrapper .smjestaj-gumbi a.rez {
    /*clear: both;*/
    float: right;
    margin-bottom: 10px;
  }
  footer .inner .top.v2 {
    padding-left: 25px;
    padding-right: 25px;
  }
  footer .inner .top.v2 a.booking {
    display: block;
    width: 100%;
    /*height: 165px;*/
    background: transparent url(/images/_theme/bg/booking-nagrada-slika-manja-0-0.jpg) no-repeat 0px 0px;
  }
  footer .inner .top.v2 a.booking img {
    display: none;
  }
  footer .inner .top.v2 a.booking:hover img {
    display: block;
  }
  footer .inner .top.v2 .uk-width-1-3.footer-top-tekst {
    /*width: 100%;*/
    width: 250px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0px;
    /*display: inline-block;
                  height: 100%;
                  vertical-align: middle;*/
  
  }
  footer .inner .top.v2 .uk-width-1-3.footer-top-tekst a.mail {
    background-image: none !important;
    padding-left: 0px;
  }
  footer .inner .top.v2 .uk-width-1-3.footer-top-booking {
    /*width: 100%;*/
    width: 250px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0px;
  }
  footer .inner .top.v2 .social {
    text-align: center;
    /*width: 100%;*/
    width: 250px;
    padding-left: 0px;
    margin-left: auto;
    margin-right: auto;
  }
  footer .inner .top.v2 .social p {
    margin: 0;
  }
  footer .inner .top.v2 .social .youtube {
    float: left;
    width: 66px;
    height: 66px;
    margin-left: 15px;
    background: transparent url(/images/_theme/bg/ikona-yt.png) no-repeat 0px 0px;
  }
  footer .inner .top.v2 .social .facebook {
    float: left;
    width: 66px;
    height: 66px;
    margin-left: 0px;
    background: transparent url(/images/_theme/bg/ikona-face.png) no-repeat 0px 0px;
  }
  footer .inner .top.v2 .social .twitt {
    float: left;
    width: 66px;
    height: 66px;
    margin-left: 15px;
    background: transparent url(/images/_theme/bg/ikona-tw.png) no-repeat 0px 0px;
  }
  footer .inner .top.v2 .social .inst {
    float: left;
    width: 66px;
    height: 66px;
    margin-left: 15px;
    background: transparent url(/images/_theme/bg/ikona-inst.png) no-repeat 0px 0px;
  }
  footer .inner .mid .uk-width-1-3.osnovne {
    width: 100%;
  }
  footer .inner .mid .uk-width-1-3.nacin-placanja {
    width: 100%;
  }
  footer .inner .mid .uk-width-1-3.f-trazi {
    width: 100%;
  }
  footer .inner .mid .search {
    max-width: 250px;
  }
  footer .inner .mid .search p {
    display: block;
  }
  footer .inner .mid .search p #search-btn {
    margin-left: 0px;
    width: 100%;
  }
  footer .inner .mid .search input {
    width: 100%;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 420px), only screen and (min-moz-device-pixel-ratio: 2) and (max-width: 420px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 420px), only screen and (min-device-pixel-ratio: 2) and (max-width: 420px), only screen and (min-resolution: 192dpi) and (max-width: 420px), only screen and (min-resolution: 2dppx) and (max-width: 420px), only screen and (max-width: 420px) {
  FOOTER .inner .top.v2 .uk-width-2-3.widgeti2019 .w2019 {
    max-width: 180px;
    margin: 0 auto;
    overflow: hidden;
  }
  /* FOOTER KRAJ */
  
  body.de #cookie-bar p,
  body.hr #cookie-bar p,
  body.en #cookie-bar p {
    font-size: 12px!important;
    line-height: 15px;
    width: 98%;
    margin: 0 0 0 2vw;
    padding: 15px;
    max-width: 200px;
  }
  body.de #cookie-bar .cb-enable,
  body.hr #cookie-bar .cb-enable,
  body.en #cookie-bar .cb-enable {
    margin-right: unset;
    margin-top: 5px;
    font-size: 12px!important;
    line-height: 17px;
    text-align: center;
    float: none;
    display: block;
  }
  body.it #cookie-bar p {
    font-size: 12px!important;
    line-height: 16px;
    width: 98%;
    margin: 0 0 0 2vw;
    padding: 15px;
    max-width: 200px;
  }
  body.it #cookie-bar .cb-enable {
    margin-right: unset;
    margin-top: 5px;
    font-size: 12px!important;
    line-height: 17px;
    text-align: center;
    float: none;
    display: block;
  }
}
/*@import "/css/medium.less";*/

