@font-face {
    font-family: 'AftaSansThin-Regular';
    src: url('fonts/AftaSansThin-Regular_0.otf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto-Regular';
    src: url('fonts/Roboto-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'Roboto', sans-serif;
}

.logo a {
    font-size: 30px;
    text-decoration: none;
    text-transform: uppercase;
    color: #242526;
}

.logo a strong {
    color: #1b8bf9;
}

.logo {
    padding: 4% 0% 4% 0%;
}

.search {
    padding: 6% 12% 5% 12%;
}

.wpml-ls-legacy-list-horizontal {
    padding: 0px!important;
    clear: both;
    float: left;
    width: 22%;
    border-right: 1px solid #e0e0e0!important;
    border-left: 1px solid #e0e0e0!important;
}

.wpml-ls-current-language {
    background-color: #f8f8f8;
}

.wpml-ls-current-language a span {
    color: #1b8bf9!important;
}

.wpml-ls-legacy-list-horizontal .wpml-ls-item {
    padding: 13px 0px!important;
    width: 56px;
    margin: 0;
    text-align: center;
    list-style-type: none;
    display: inline-block;
}

.wpml-ls-display {
    display: none;
}

.wpml-ls-legacy-list-horizontal a span {
    vertical-align: middle;
    color: #7a7a7a;
}

.search #s {
    height: 40px;
    border: none;
    border-color: #e0e0e0;
    width: 78%;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
    padding: 0px 15px;
    font-size: 12px;
    background: #f8f8f8;
    border-radius: 3px;
    outline: 0;
    color: #242526;
}

.search .button {
    float: right;
    position: absolute;
    background: #1b8bf9;
    width: 22%;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    padding: 10px;
    text-decoration: none;
    border-radius: 20px;
    margin-left: -23px;
    letter-spacing: 2px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease 0s;
    font-family: 'Roboto', sans-serif;
}

.search .button:hover {
    box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.1);
    transform: translate(0, -5px);
}

.head_contact {
    border-right: 1px solid #e0e0e0;
    padding: 10% 3% 9% 3%;
    float: right;
    width: 75%;
}

.head_contact .tel {
    font-family: 'Roboto-Regular';
    font-size: 22px;
}

.head_contact .tel a {
    color: #242526;
    text-decoration: none;
}

.head_contact .email {
    font-family: 'Roboto-Regular';
    font-size: 14px;
}

.head_contact .email a {
    color: #7a7a7a;
    text-decoration: none;
}

.menu_wrapper {
    background: #1b8bf9;
}

.navbar-default {
    border: none;
    background: #1b8bf9;
    margin-bottom: 0px;
    min-height: 42px;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    color: #fff;
    background: #ffa500;
    font-weight: bold;
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    color: #242526;
    background-color: transparent;
}

.navbar-nav {
    float: left;
    margin: 0;
    width: 100%;
    text-align: center;
}

.navbar-nav>li {
    float: none;
    display: inline-block;
}

.navbar-collapse {
    padding-right: 0px;
    padding-left: 0px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border: none;
    box-shadow: none;
}

.nav>li>a {
    padding: 6px 30px;
}

.navbar-default .navbar-nav>li>a {
    color: #fff;
}

.navbar-nav>li>a {
    line-height: 30px;
}

.navbar-default .navbar-nav>li>a:hover {
    color: #fff;
    background: #ffa500;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.slider_wrapper .uk-overlay-background {
    background: none;
    color: #fff;
}


/* .slider_wrapper .uk-overlay-background h3  */

.slider_wrapper .uk-margin h3 {
    font-size: 50px;
}

.title_front {
    text-align: center;
}

.title_front h1 {
    margin: 30px 0px;
    color: #fff;
}

.content_apartmani h1 {
    color: #333;
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
}

.content_wrapper2 .title_front h1 {
    margin: 30px 0px;
    text-transform: uppercase;
    color: #242526;
}

.content_wrapper {
    background: #f8f8f8;
    margin-top: -215px;
}

.content_apartmani {
    margin-top: 0px;
}

.content_wrapper2 {
    background: #eaeaea;
    margin-top: 0px
}

.appartment {
    padding: 10px 5px;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    margin-bottom: 30px;
    float: left;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease 0s
}

.appartment:hover {
    box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 100;
    transform: translate(0, -5px);
}

.appartment h5 {
    text-align: center;
    margin-top: 0px;
}

.appartment h5 a {
    color: #1b8bf9;
    text-decoration: none;
    font-size: 19px;
    text-transform: uppercase;
}

.info_main .red:nth-child(odd) {
    background: #f8f8f8;
    margin-bottom: 0px;
}

.info_main .red:nth-child(even) {
    background: #fff;
    margin-bottom: 0px;
}

.info_main .red {
    width: 100%;
    float: left;
}

span.imespecifikacije {
    padding: 5px 7px;
    float: left;
    width: 50%;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    color: #242526;
}

span.imespecifikacije strong {
    display: inline-block;
    width: 35px;
}

span.text-specifikacije {
    padding: 5px;
    width: 50%;
    float: left;
    color: #242526;
    text-align: right;
}

span.details {
    text-align: center;
    float: left;
    width: 100%;
    margin: 30px 0px 10px 0px;
}

span.details a {
    background: rgba(27, 139, 249, 1);
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    padding: 7px 14px;
    text-decoration: none;
    border-radius: 20px;
    letter-spacing: 1px;
    font-size: 12px;
    box-shadow: 0px 9px 30px rgba(27, 139, 249, 0.25);
}

span.details a:hover {
    color: #fff;
    background: #ffa500;
    box-shadow: 0px 9px 30px rgba(255, 165, 0, 0.25);
}

.stickeriapartmani {
    float: left;
    width: 50%;
    margin-bottom: 10px;
    position: absolute;
    margin-top: -20px;
    z-index: 2;
}

.cena_mala {
    float: right;
    width: 100%;
    text-align: right;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 35px;
    background: url(../img/zvrcka.png);
    background-position: top right;
    background-repeat: no-repeat;
    margin-top: -11px;
    position: relative;
    padding-top: 10px;
}

.cena_mala strong {
    font-size: 24px;
    color: #ffa500;
}

.all {
    width: 100%;
    text-align: center;
    margin-bottom: 60px;
    margin-top: 30px;
    float: left;
}

.all a {
    text-align: center;
    color: rgba(164, 164, 164, 1);
    padding: 7px 35px;
    text-decoration: none;
    border-radius: 20px;
    letter-spacing: 1px;
    font-size: 18px;
    box-shadow: 0px 9px 30px rgba(164, 164, 164, 0.50);
    background: #fff;
}


/* .uk-overlay-panel div  */

.uk-margin {
    position: relative;
    top: -40px;
}


/* .uk-cover {
    width: 100%;
    height: auto;
} */

.banners_wrapper {
    background-color: #242526;
    padding: 50px 0px;
}

.banners_wrapper .uk-margin {
    margin-bottom: 0px;
}

.banners_wrapper .uk-slidenav {
    display: inline-block;
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    line-height: 37px;
    color: #242526;
    font-size: 34px;
    text-align: center;
}

.banners_wrapper .uk-slidenav-position .uk-slidenav-next {
    right: -40px;
    background: #fff;
    border-radius: 20px;
    opacity: 1;
    display: block;
}

.banners_wrapper .uk-slidenav-position .uk-slidenav-next:hover {
    color: #fff;
    background: rgba(27, 139, 249, 1);
}

.banners_wrapper .uk-slidenav-position .uk-slidenav-previous {
    left: -40px;
    background: #fff;
    border-radius: 20px;
    opacity: 1;
    display: block;
}

.banners_wrapper .uk-slidenav-position .uk-slidenav-previous:hover {
    color: #fff;
    background: rgba(27, 139, 249, 1);
}

.banners_wrapper .uk-slidenav-position .uk-slidenav {
    margin-top: -20px;
}

.banners_wrapper .uk-slidenav-next:before {
    margin-left: 5px;
}

.newsletter_wrapper {
    background-color: #ffa500;
    padding: 50px 0px;
}

.newsletter {
    text-align: center;
}

.newsletter h1 {
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 20px;
    margin-top: 0px;
}

.newsletter p {
    color: #242526;
    font-size: 16px;
}

.gform_wrapper div.validation_error {
    display: none;
}

.gform_wrapper li.gfield.gfield_error,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background: none!important;
    margin-bottom: 0px!important;
    border: none!important;
    padding-bottom: 0px!important;
    padding-top: 0px!important;
}

.gform_wrapper .top_label .gfield_label {
    display: none!important;
}

.gform_wrapper .validation_message {
    color: #000!important;
    text-align: left;
}

.newsletter .gform_wrapper .gform_body {
    width: 70%;
    float: left;
}

.newsletter .gform_wrapper form {
    text-align: center;
    max-width: 100%;
    margin: 0 auto;
    display: inline-block;
    width: 50%;
}

#input_7_1 {
    height: 40px;
    border: none;
    border-color: #e0e0e0;
    width: 100%;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
    padding: 0px 15px;
    font-size: 12px;
    background: #f8f8f8;
    border-radius: 3px;
    outline: 0;
    color: #242526;
}

#gform_submit_button_7 {
    border: none;
    position: absolute;
    background: #1b8bf9;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    padding: 10px;
    width: 18%;
    text-decoration: none;
    border-radius: 20px;
    margin-left: -38px;
    margin-top: 16px;
    letter-spacing: 2px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease 0s;
    outline: 0;
}

#gform_submit_button_7:hover {
    box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.1);
    transform: translate(0, -5px);
}

.newsletter .gform_wrapper .gform_footer {
    padding: 0px;
    margin: 0px;
    clear: none;
    width: auto!important;
    float: left;
}

.wrapper_footer {
    background-color: #1b8bf9;
}

.footer_text {
    padding-top: 50px;
    text-align: center;
    border-bottom: 1px solid #127adf;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.footer_text a {
    color: #87c4ff;
    text-decoration: none;
}

.footer_text h1 {
    margin-top: 0px;
    margin-bottom: 20px;
}

.footer_text h2 {
    margin-bottom: 20px;
}

.footer_text p {
    color: #fff;
    text-align: justify;
    font-family: 'Roboto', sans-serif;
}

.footer_column h3 {
    text-align: center;
    text-transform: uppercase;
    margin-top: 0px;
    margin-bottom: 30px;
}

.apartments_footer h2 {
    font-size: 16px;
    font-weight: bold;
    margin-top: 10px;
}

.apartments_footer h2 a {
    color: #fff;
    text-decoration: none;
}

.apartments_footer p a {
    color: #242526;
    text-decoration: none;
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
}

.apartments_footer span a {
    color: #fff;
    text-decoration: none;
    font-size: 12px;
}

.apartments_footer_wrapper {
    border-bottom: 1px solid #127adf;
    padding-bottom: 30px;
    margin-bottom: 30px;
    float: left;
    width: 100%;
}

.footer_column h5 {
    font-size: 16px;
    color: #242424;
    font-family: 'Roboto', sans-serif;
}

.footer_column ul {
    padding-left: 0px;
    list-style: none;
}

.footer_column ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
}

.copyright_wrapper {
    background: #fff;
}

.title_single {
    text-align: center;
}

.title_single h1 {
    display: inline-block;
    color: #818181;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 35px;
    margin: 30px 0px;
}

.title_single span {
    color: #818181;
    font-size: 25px;
}

.rezervisi input,
.rezervisi textarea {
    color: #818181;
    width: 100%!important;
    padding-right: 0px!important;
}

.rezervisi .gform_footer {
    padding-right: 16px!important;
}

.rezervisi input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #818181!important;
}

.rezervisi input::-moz-placeholder {
    /* Firefox 19+ */
    color: #818181!important;
}

.rezervisi input:-ms-input-placeholder {
    /* IE 10+ */
    color: #818181!important;
}

.rezervisi input:-moz-placeholder {
    /* Firefox 18- */
    color: #818181!important;
}

.rezervisi textarea::placeholder {
    /* Firefox 18- */
    color: #818181!important;
}

.rezervisi .gform_wrapper textarea.large {
    height: 130px;
    width: 100%;
}

.slider_single {
    padding: 15px 15px 0px 15px;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    position: relative;
    margin-top: 60px;
}

.slider_single ul {
    padding-left: 0px;
    list-style: none;
}

.slider_single ul li img {
    margin-bottom: 15px;
}

#bx-pager img {
    margin-bottom: 15px;
}

.info_single {
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    float: left;
    width: 100%;
    padding: 10px;
    margin-bottom: 30px;
}

.bx-controls-direction {
    float: right;
    position: absolute;
    top: -50px;
    right: 0px;
}

.bx-controls-direction a {
    width: 40px;
    display: inline-block;
    height: 40px;
    cursor: pointer;
    background: #fff;
    -webkit-transition: opacity 0.35s linear 0s;
    transition: opacity 0.35s linear 0s;
    color: #fff;
}

.bx-controls-direction a.bx-prev {
    background-image: url(../img/left_default.png);
    background-repeat: no-repeat;
    background-position: top left;
}

.bx-controls-direction a.bx-prev:hover {
    background-image: url(../img/left_select.png);
}

.bx-controls-direction a.bx-next {
    background-image: url(../img/left_default.png);
    background-repeat: no-repeat;
    background-position: top left;
    right: 10px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.bx-controls-direction a.bx-next:hover {
    background-image: url(../img/left_select.png);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.marketing_wrapper_single .gform_wrapper .field_description_below .gfield_description {
    padding-top: 0px;
    color: #fff!important;
}

.data_right {
    text-align: right;
    float: right;
}

.single_text_wrapper {
    margin-top: 30px;
}

.levo {
    -webkit-order: 2;
    -moz-order: 2;
    -ms-order: 2;
    -o-order: 2;
    order: 2;
}

.desno {
    -webkit-order: 1;
    -moz-order: 1;
    -ms-order: 1;
    -o-order: 1;
    order: 1;
}

.data_text {
    padding: 5px;
    border-bottom: 1px solid #e0e0e0;
}

.red .data_text:last-child {
    border: none;
}

.paypall {
    margin: 20px 0px;
}

.paypall2 {
    float: left;
    margin-top: 19px;
}

.dev {
    margin: 20px 0px;
}

.dev p {
    float: left;
    margin-bottom: 0px;
    margin-top: 32px;
    text-align: right;
    width: 100%;
}

.dev p a {
    font-weight: bold;
    text-decoration: none;
    color: #242424;
}

p.apartment_text {
    height: 80px;
    margin-bottom: 0px;
    margin-top: 5px;
    overflow: hidden;
}

.nightlife h5 {
    text-align: center;
    margin-top: 0px;
    height: 42px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 0px;
    margin-bottom: 5px;
}

.sidebar_list a {
    color: #333;
    text-decoration: none;
}

.sidebar_list h5 {
    font-weight: bold;
}

.sidebar_list {
    margin-bottom: 30px;
}

.left_sidebar h3 {
    margin-top: 0px;
}

ul.nocnizivotinfo {
    padding-left: 0px;
    list-style: none;
}

ul.nocnizivotinfo img {
    float: left;
    margin-right: 10px;
    margin-top: 2px;
    width: 16px;
    height: 16px;
}

ul.nocnizivotinfo li {
    line-height: 20px;
    margin-bottom: 10px;
}

.vodic_list {
    min-height: 120px;
}

.tags a {
    background: #ffa500;
    padding: 5px;
    float: left;
    margin: 0px 10px 10px 0px;
    color: #fff;
    text-decoration: none;
}

.banners .uk-overlay-background {
    background: none;
}

.banners .uk-overlay-icon:before {
    display: none;
}

.nocnizivot_text {
    margin: 30px 0px;
}

.drugatabela table tr td {
    padding: 5px;
    color: #818181;
    text-align: center;
    width: 14.27%!important;
    float: left;
}

.drugatabela .naslovapartmantabela2 {
    background: orange!important;
}

.drugatabela tr.naslovapartmantabela2 td {
    color: #fff!important;
}

.fb {
    overflow: hidden;
}

.blog_wrapper .appartment h5 {
    height: 37px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.guide .appartment {
    min-height: 394px;
}

.guide .appartment h5 {
    height: 37px;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.blog_wrapper_front .appartment {
    min-height: 394px;
}

.vesti .appartment {
    min-height: 422px;
}

.vesti .appartment img {
    max-height: 167px;
}

.vesti .appartment h5 {
    height: 40px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.blog_wrapper_front .appartment h5 {
    height: 40px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.excerpt {
    height: 110px;
    overflow: hidden;
}

.blog_wrapper_front span.details {
    text-align: center;
    float: left;
    width: 100%;
    margin: 10px 0px 10px 0px;
}


/********** paginacija *************/

.pagination {
    clear: both;
    padding: 20px 0;
    position: relative;
    font-size: 11px;
    line-height: 13px;
}

.pagination span,
.pagination a {
    display: block;
    float: left;
    margin: 2px 2px 2px 0;
    padding: 10px 10px 10px 10px;
    text-decoration: none;
    width: auto;
    color: #333;
    /* background: orange; */
    border: 1px solid #d0d0d0;
}

.pagination a:hover {
    color: #fff;
    background: orange;
}

.pagination .current {
    padding: 10px 10px 10px 10px;
    background: rgba(27, 139, 249, 1);
    color: #fff;
}


/******** end paginacija */

.alignleft {
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
}

.alignright {
    float: right;
    margin-left: 20px;
    margin-bottom: 10px;
}

.ostale_vesti_inner h5 a {
    color: #333;
    text-decoration: none;
}

.ostale_vesti_inner {
    margin-bottom: 30px;
}

.vesti_text span {
    float: left;
    width: 100%;
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 20px;
    padding-bottom: 5px;
}

.ostale_vesti h3 {
    margin-bottom: 20px;
}

.content-rent p {
    width: 87%;
    margin: 0 auto;
}

.rent_div {
    max-width: 912px;
    margin: 0 auto;
}

.rent-cene {
    width: 89%;
    margin: 50px auto 100px auto;
}

.rent-cene img {
    max-width: 100%;
    display: inline-block;
    float: left;
    margin-bottom: 7px;
    margin-right: 3px;
}

.ui-datepicker-title select {
    color: #000!important;
}


/*  */

.row-apartmani {
    display: flex;
    flex-wrap: wrap;
}

@media (max-width: 1200px) {
    /* .slider_wrapper .uk-overlay-background h3  */
    .slider_wrapper .uk-margin h3 {
        font-size: 30px;
    }
    .title_front h1 {
        font-size: 30px;
    }
    span.imespecifikacije,
    span.text-specifikacije {
        font-size: 10px;
    }
    .guide_text {
        top: 15%!important;
    }
    .navbar-header {
        float: none;
    }
    .navbar-left,
    .navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
        BACKGROUND: #ffa500;
        COLOR: #FFF;
        padding: 7px 10px 5PX 10PX;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: left;
        display: block;
        width: 100%;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in {
        display: block !important;
    }
}

.marketing_wrapper {
    background: url(../img/pipe.jpg);
    background-repeat: repeat-x;
    background-position: 50% 21%;
    margin-bottom: 0px;
    position: inherit;
}

.marketing_wrapper_single {
    background-position: 50% 5%;
}

.single_content strong {
    font-weight: bold;
}

.single_content img {
    display: block;
    max-width: 100%;
    height: auto;
}

.single_content p {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
}

.single_content table {
    width: 100%;
}

.single_content table tr {
    margin-bottom: 10px;
    float: left;
    width: 100%;
    border-radius: 5px;
}

.single_content table tr:nth-child(even) {
    background: #e0e0e0;
}

.single_content table tr:nth-child(odd) {
    background: #fff
}

tr.naslovapartman {
    background: #ffa500!important;
}

tr.naslovapartman td {
    padding: 5px;
    color: #fff!important;
    text-align: center;
}

tr.naslovapartman td:first-child {
    text-align: left;
    color: #fff;
}

tr.naslovapartman td:last-child {
    text-align: right;
    color: #fff;
}

.single_content table tr td {
    padding: 5px;
    color: #818181;
    text-align: center;
    width: 20%;
    float: left;
}

.single_content table tr td:first-child {
    text-align: left;
}

.single_content table tr td:last-child {
    text-align: right;
}

dl.red {
    float: left;
    width: 100%;
    margin-bottom: 0px;
}

#gform_submit_button_3 {
    background: rgb(255, 165, 0);
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    padding: 7px 14px;
    text-decoration: none;
    border-radius: 20px;
    letter-spacing: 1px;
    font-size: 12px;
    border: none;
    transition: all 0.3s ease 0s;
    box-shadow: 0px 9px 30px rgba(255, 165, 0, 0.25);
}

#gform_submit_button_3:hover {
    box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.1);
    transform: translate(0, -5px);
}

.marketing {
    min-height: 500px;
    padding: 80px 0px;
}

.marketing_single {
    padding: 0px;
    min-height: auto;
}

.marketing_text {
    width: 40%;
    float: left;
    min-height: 360px;
    background: #1b8bf9;
    color: #fff;
    padding: 2% 10% 2% 0%;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    position: relative;
}

.marketing_text2 {
    width: 40%;
    float: left;
    margin-left: -5%;
    min-height: 360px;
    background: #1b8bf9;
    color: #fff;
    padding: 2% 2% 2% 10%;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.marketing_text:before {
    background: #1b8bf9;
    color: white;
    width: 9000px;
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

.marketing_text2:before {
    display: none;
}

.marketing_text2:after {
    background: #1b8bf9;
    color: white;
    width: 9000px;
    content: "";
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.klubovi {
    overflow: hidden;
}

.klubovi .lSAction>.lSPrev {
    left: 10px;
    background-image: url(../img/left_default.png);
    background-repeat: no-repeat;
    background-position: top left;
}

.klubovi .lSAction>.lSPrev:hover {
    background-image: url(../img/left_select.png);
}

.klubovi .lSAction>.lSNext {
    background-image: url('../img/left_default.png');
    background-repeat: no-repeat;
    background-position: top left;
    left: 50px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.klubovi .lSAction>.lSNext:hover {
    background-image: url(../img/left_select.png);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.slider {
    width: 65%;
    float: left;
    margin-left: -5%;
}

.klubovi .slider {
    position: relative;
    z-index: 1;
    margin-left: 0px;
    width: 65%;
}

.marketing_text h1 {
    text-transform: uppercase;
    font-size: 35px;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 50px;
}

.rezervisi h1 {
    font-size: 30px;
}

.marketing_text p {
    color: #242526;
    padding: 0% 10% 0% 12%;
    font-size: 16px;
}

.list {
    padding: 10px 5px;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    margin-bottom: 30px;
    float: left;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease 0s;
}

.list h5 {
    text-align: center;
    margin-top: 0px;
}

.restoran .lSAction>.lSPrev {
    right: 50px;
    background-image: url(../img/left_default.png);
    background-repeat: no-repeat;
    background-position: top left;
}

.restoran .lSAction>.lSPrev:hover {
    background-image: url(../img/left_select.png);
}

.restoran .lSAction>.lSNext {
    background-image: url('../img/left_default.png');
    background-repeat: no-repeat;
    background-position: top left;
    right: 10px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.restoran .lSAction>.lSNext:hover {
    background-image: url(../img/left_select.png);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.list h5 a {
    color: #1b8bf9;
    text-decoration: none;
    font-size: 19px;
    text-transform: uppercase;
}

.short {
    margin-top: 10px;
    min-height: 80px;
    overflow: hidden;
}

.guide_wrapper {
    background: #f8f8f8;
    margin-top: 60px;
}

.guide_wrapper h1 {
    color: #242526;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
}

.guide {
    margin-bottom: 30px;
}

.guide_text {
    text-align: center;
    position: absolute;
    top: 34%;
    bottom: 0;
    left: 15px;
    right: 15px;
}

.guide_text h4 {
    padding: 0% 20%;
    line-height: 30px;
    margin: 0px;
    color: #fff;
    font-size: 25px;
    text-transform: uppercase;
}

@media (max-width: 991px) {
    .appartment h5 a {
        font-size: 17px;
    }
    .logo a {
        font-size: 20px;
    }
    .search {
        padding: 5% 0% 0% 0%;
    }
    .search .button {
        width: 28%;
    }
    .head_contact {
        padding: 5%;
    }
    .head_contact .tel {
        font-size: 18px;
    }
    .guide_text h4 {
        line-height: 20px;
        font-size: 20px;
    }
    .banners_wrapper .uk-slidenav-position .uk-slidenav-previous {
        left: 0px;
    }
    .banners_wrapper .uk-slidenav-position .uk-slidenav-next {
        right: 0px;
    }
    .all a {
        padding: 7px 7px;
        font-size: 14px;
    }
}

@media (max-width: 769px) {
    .langdesktop {
        display: none!important;
    }
    .search #s {
        width: 75%;
    }
    .slider_wrapper .uk-margin h3,
    .title_front h1 {
        font-size: 22px;
    }
    .marketing_text {
        width: 100%;
        padding: 3%;
        border-radius: 0px;
        min-height: auto;
    }
    .marketing_single {
        display: flex;
        flex-direction: column;
    }
    .marketing_text:before {
        display: none;
    }
    .marketing_text2 {
        margin-left: 0%;
    }
    .marketing_text2:after {
        display: none;
    }
    .slider {
        width: 100%;
        float: left;
        margin-left: 0%;
    }
    .klubovi .slider {
        position: relative;
        z-index: 1;
        margin-left: 0px;
        width: 100%;
    }
}

@media (max-width: 610px) {
    .rent-cene img {
        max-width: 48%;
        height: 125px;
    }
}

.apartmant-opis {
    color: #fff;
}

@media (max-width: 480px) {
    .logo {
        text-align: center;
    }
    .stickeriapartmani img {
        width: 24px;
    }
    .cena_mala {
        font-size: 12px;
        line-height: 28px;
        padding-top: 0px;
    }
    .cena_mala strong {
        font-size: 16px;
    }
    span.imespecifikacije strong {
        display: none;
    }
    .appartment h5 {
        text-align: center;
        margin-top: 0px;
        height: 48px;
        overflow: hidden;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
    .appartment h5 a {
        font-size: 14px;
    }
    .content_wrapper .col-xs-6,
    .content_wrapper2 .col-xs-6 {
        padding-right: 5px;
        padding-left: 5px;
    }
    .appartment {
        margin-bottom: 10px;
        width: 100%;
    }
    /* .slider_wrapper .uk-overlay-background h3, */
    .slider_wrapper .uk-margin h3,
    .title_front h1 {
        font-size: 16px;
    }
    .logo {
        text-align: center;
    }
    .logo img {
        display: inline-block;
    }
    .slider_single ul li img {
        margin-bottom: 15px;
        display: inline-block;
        max-width: 100%;
    }
    .marketing_text h1 {
        font-size: 25px;
    }
    .guide_text h4 {
        padding: 0% 2%;
    }
    .dev p {
        text-align: center;
    }
    .wpml-ls-legacy-list-horizontal .wpml-ls-item {
        width: 100%;
    }
    .all {
        width: 100%;
        text-align: center;
        margin-bottom: 30px;
        margin-top: 30px;
        float: left;
    }
    .search {
        display: none;
    }
    .logo img {
        float: LEFT;
        WIDTH: 60%;
        margin-right: 10%;
    }
    .lang-desktop {
        display: none;
    }
    .langdesktop {
        display: block!important;
    }
    .lang {
        float: right;
        width: 30%;
    }
    .wpml-ls-legacy-list-horizontal {
        padding: 0px!important;
        clear: both;
        float: right;
        width: 100%;
        border-right: 1px solid #e0e0e0!important;
        border-left: 1px solid #e0e0e0!important;
    }
    .wpml-ls-legacy-list-horizontal .wpml-ls-item {
        padding: 5px 0px!important;
    }
    .head_contact {
        border: none;
        width: 100%;
        text-align: center;
    }
    .col-xs-6 {
        width: 100%;
    }

    /* */
    .col-lg-12.apartmant-list {
        margin: 240px 0 0 0 !important;
        color: #00000;
    }
    

    .apartmant-title {
        color: #000!important;
    }
    .apartmant-opis {
        color: #000!important;
    }
}

